/*
================================
HSAD BASE 2023
================================
*/


    .container-skel .row { 
      margin: 0px; /* override bootstrap */
  } 
  .section {
      font-family: 'LG Smart Regular';
      font-weight: 400;
      color:#000;
      padding-bottom: 100px;
      margin-bottom: 50px;
  }
  .section a:hover {
      text-decoration: none;
  }
  .section img {
      max-width: 100%
  }
  .section ul {
      margin:0;
      padding:0;
  }
  .section ul li, ol li {
      margin-bottom: 0px;
      list-style: none;
  }
  .section .red, 
  .red a {
      color:#a50034 !important;
      text-decoration: underline;
  }
  .section .italic {
      font-style: italic;
  }
  .section .bold {
      font-family: 'LG Smart Bold';
  }
  .section .center {
      text-align: center;
  }
  .for-mobile {
      display: none !important;
  }
  .row-skel:after {
      content: "";
      display: table;
      clear: both;
      padding-bottom: 2%;
  }
  #respoiframe {
      min-height: 93vh!important;
  }
  #sticky {
      top: 0px;
      position: -webkit-sticky;
      position: sticky;
      z-index: 100;
  }
  #hidden-lightbox .copy img {
      max-width: 100%;
  }
  sup {
      top: -1em;
      font-size: 50%;
  }
  .fine {
      font-size: 12px;
      line-height: 18px;
      padding: 20px 0px;
  }
  .btn {
      display: inline-block;
      margin: 0;
      /* padding: 0.75rem 5rem; */
      border: 2px solid #a50034;
      border-radius: 3px;
      background-color: #a50034;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      -webkit-appearance: none;
      -webkit-font-smoothing: antialiased;
  }
  .btn:hover,
  .btn:focus {
      background-color:#c40043;
      color: #fff;
  }
  .btn.inverse {
      background-color: #ffffff;
      color: #525252;
      border: 2px solid #525252;
      border-radius: 0rem;
  }
  .btn.inverse:hover,
  .btn.inverse:focus {
      background-color:#cecece;
      color: #525252;
  }
  .btn.outline {
      display: inline-block;
      margin: 0;
      /* padding: 0.75rem 5rem; */
      border: 2px solid #a50034;
      border-radius: 3px;
      background-color: #fff;
      color: #a50034;
      text-decoration: none;
      font-size: 14px;
      cursor: pointer;
      -webkit-appearance: none;
      -webkit-font-smoothing: antialiased;
  }
  .btn.outline:hover,
  .btn.outline:focus {
      background-color:#fff;
      color: #c40043;
  }
  .btn.outlinew {
      display: inline-block;
      margin: 0;
      /* padding: 0.75rem 5rem; */
      border: 2px solid #fff;
      border-radius: 3px;
      background-color: transparent;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      cursor: pointer;
      -webkit-appearance: none;
      -webkit-font-smoothing: antialiased;
  }
  .btn.outlinew:hover,
  .btn.outlinew:focus {
      background-color: transparent;
      color: #c40043;
  }
  .sectitle {
      text-align: center;
      font-size: 20px;
      line-height: 26px;
      padding: 50px 0px;
  }
  .sectitle .title h2 {
      font-family: 'LG Smart Regular';
      font-weight: 600;
      font-size: 48px;
      line-height: 56px;
      text-align: center;
      padding-top: 25px;
  }
  
  
  
  
  /*
  ================================
  HERO CARDS WITH OVERLAY
  ================================
  */
  .section.hero {
      padding: 0px 0px 0px 0px;
  }
  .section.hero video {
      width: 100%;
  }
  .hero-card {
      position: relative;
  }
  .hero-card-image {
      display: block;
      width: 100%;
      height: auto;
  }
  .hero-card-overlay-left {
      top: 50%;
      left: 25%;
      width: 600px;
      color: #fff;
      font-size: 20px;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: left;
  }
  .hero-card-overlay-right {
      top: 50%;
      left: 75%;
      width: 600px;
      color: #fff;
      font-size: 20px;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: left;
  }
  .hero-card-overlay-center {
      top: 50%;
      left: 50%;
      width: 600px;
      color: #fff;
      font-size: 20px;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
  }
  .hero-card .copyblock .eyebrow {
      font-size: 30px;
      line-height: 36px;
      padding-bottom: 10px;
  }
  .hero-card .copyblock .title h2 {
      font-family: 'LG Smart SemiBold';
      font-weight: 400;
      font-size: 60px;
      line-height: 60px;
  }
  .hero-card .copyblock .copy {
      font-size: 20px;
      line-height: 26px;
      padding: 0px 0px 30px 0px;
  }
  
  
  
  /*
  ================================
  COPY BLOCKS
  ================================
  */
  .copyblock .eyebrow {
      font-size: 30px;
      line-height: 36px;
      padding-bottom: 10px;
  }
  .copyblock .image {
      padding: 0px 0px 25px 0px;
  }
  .copyblock .title h2 {
      font-family: 'LG Smart SemiBold';
      font-weight: 400;
      font-size: 60px;
      line-height: 60px;
  }
  .copyblock .copy {
      font-size: 20px;
      line-height: 26px;
      padding: 0px 0px 25px 0px;
  }
  .copyblock.font-s .eyebrow {
      font-size: 30px;
      line-height: 36px;
      padding-bottom: 10px;
  }
  .copyblock.font-s .image {
      padding: 0px 0px 25px 0px;
  }
  .copyblock.font-s .title h2 {
      font-family: 'LG Smart SemiBold';
      font-size: 24px;
      line-height: 32px;
      color: #000;
      padding-top: 25px;
  }
  .copyblock.font-s .copy {
      font-size: 16px;
      line-height: 24px;
      padding: 0px 0px 25px 0px;
  }
  .copyblock.font-s.product .title h2 {
      font-family: "LG Smart Regular",sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      padding-top: 25px;
  }
  
  
  
  /*
  ================================
  TOUT CARD WITH OVERLAY
  ================================
  */
  .tout-card {
      position: relative;
  }
  .tout-card-image {
      display: block;
      width: 100%;
      height: auto;
  }
  .tout-card-overlay-left {
      top: 50%;
      left: 55%;
      width: 100%;
      color: #fff;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: left;
  }
  .tout-card-overlay-right {
      top: 50%;
      right: -36%;
      width: 70%;
      color: #fff;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: left;
  }
  .tout-card-overlay-center {
      top: 50%;
      left: 50%;
      width: 100%;
      color: #fff;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
  }
  .tout-card .copyblock .eyebrow {
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 10px;
  }
  .tout-card .copyblock .title h2 {
      font-family: 'LG Smart SemiBold';
      font-weight: 400;
      font-size: 30px;
      line-height: 30px;
  }
  .tout-card .copyblock .copy {
      font-size: 16px;
      line-height: 24px;
      padding: 0px 0px 10px 0px;
  }
  
  
  
  
  /*
  ================================
  GRID CARD WITH OVERLAY
  ================================
  */
  .grid-card {
      position: relative;
  }
  .grid-card img {
      width: 100%;
      height: auto;
  }
  .grid-card .text {
      position: absolute;
      top: 70%;
      left: 48%;
      transform: translate(-50%, -50%);
      text-shadow: 0.1px 0.1px 2px rgb(0 0 0 / 30%);
      width: 80%;
      padding-bottom: 20px;
      color: #fff;
  }
  .grid-card .text .eyebrow {
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      padding-bottom: 10px;
  }
  .grid-card .text .title h2 {
      font-family: 'LG Smart Regular';
      font-weight: 600;
      font-size: 30px;
      line-height: 30px;
      color: #fff;
  }
  .grid-card .text .copy {
      font-family: 'LG Smart Regular';
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      padding: 5px 0px;
  }
  .grid-card.small {
      padding-bottom: 55px;
  }
  .grid-card .text.small {
      position: absolute;
      top: 69%;
      left: 47%;
      width: 80%;
      transform: translate(-50%, -50%);
      text-shadow: 0.1px 0.1px 2px rgb(0 0 0 / 30%);
  }
  .grid-card .text.large {
      position: absolute;
      top: 75%;
      left: 42%;
      transform: translate(-50%, -50%);
      text-shadow: 0.1px 0.1px 2px rgb(0 0 0 / 30%);
      width: 70%;
  }
  .grid-card .text.large .title h2 {
      font-family: 'LG Smart Regular';
      font-weight: 600;
      font-size: 38px;
      line-height: 40px;
      color: #fff;
  }
  .grid-card .text.large .copy {
      font-family: 'LG Smart Regular';
      font-weight: 400;
      font-size: 22px;
      line-height: 24px;
      color: #fff;
      padding: 20px 0px;
  }
  
  
  
  
  
  /*
  ================================
  VIDEO
  ================================
  */
  video {
      width: 100%;
      max-width: 100%;
      display: inline-block;
      vertical-align: top;
  }
  .section .videoWrapper {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 */
      padding-top: 25px;
      height: 0;
  }
  .section .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .section .inline-video {
      width: 100%;
      height: 0;
      position: relative;
      padding-top: 56.25%; /* 9 / 16 * 100 */
  }
  .section .inline-video > iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 0;
  }
  .video__inline video {
      /* border-radius: 40px; */
  }
  .video__inline {
      display: inline-block;
      position: relative;
  }
  .video__play-button {
      margin: 0;
      padding: 0;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 40px;
      /* background-color: rgba(0, 0, 0, 0.2); */
      -webkit-appearance: none;
      z-index: 2;
      transition: all 200ms ease-in-out;
  }
  .video__play-button-icon {
      width: 15%;
      transition: all 200ms ease-in-out;
  }
  .video__play-button-icon--play polygon {
      transform-origin: 50% 50%;
      transition: all 200ms ease-in-out;
  }
  .video__play-button-icon--play:hover polygon {
      transform: scale(1.5);
  }
  .video__play-button[data-button-state=pause] .video__play-button-icon--pause {
      display: none;
  }
  .video__play-button[data-button-state=play] .video__play-button-icon--play {
      display: none;
  }
  .video__play-button[data-button-state=play] .video__play-button-icon {
      opacity: 0;
  }
  .video__play-button[data-button-state=play]:hover .video__play-button-icon {
      /* opacity: 1; */
      opacity: 0;
  }
  .video__play-button[data-button-state=play] {
      background-color: rgba(0, 0, 0, 0);
  }
  .video__play-button[data-button-state=play]:hover {
      /* background-color: rgba(0, 0, 0, 0.4); */
  }
  button.video__play-button {
      margin: 0; 
      padding: 0; 
      background: none; 
      border: none; 
      border-radius: 0; 
      outline: none; -webkit-appearance: none; -moz-appearance: none; 
      appearance: none; 
     }
  button.video__play-button:focus, button:hover { 
     outline: none !important; 
     box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important; 
  }
  .video__fullscreen-button {
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 10px;
      right: 10px;
      border: 0;
      background: transparent;
      cursor: pointer;
      border-radius: 0;
      -webkit-appearance: none;
      z-index: 3;
      transition: all 200ms ease-in-out;
  }
  .video__fullscreen-icon {
      padding: 10px;
      display: block;
      vertical-align: top;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      transition: all 200ms ease-in-out;
  }
  .video__inline[data-state=pause] .video__fullscreen-icon,
  .video__inline[data-state=play]:hover .video__fullscreen-icon {
      opacity: 1;
      visibility: visible;
  }
  .video__fullscreen-icon polygon {
      fill: currentColor;
  }
  
  
  
  /*
  ================================
  SLICK 2023
  ================================
  */
  .slide-arrow { 
      position: absolute; 
      top: 50%; 
      margin-top: -15px; 
      margin: 0; 
      padding: 0; 
      background: none; 
      border: none; 
      border-radius: 0; 
      outline: none; -webkit-appearance: none; -moz-appearance: none; 
      appearance: none; 
  }
  .prev-arrow { 
      left: -40px; 
      z-index: 1; 
      border: solid #767676; 
      border-width: 0 3px 3px 0; 
      display: inline-block; 
      padding: 3px; 
      transform: rotate(135deg); -webkit-transform: rotate(135deg); 
      overflow: hidden; 
      width: 30px; 
      height: 30px; 
  }
  .next-arrow { 
      right: -40px; 
      border: solid #767676; 
      border-width: 0 3px 3px 0; 
      display: inline-block; 
      padding: 3px; 
      transform: rotate(-45deg); -webkit-transform: rotate(-45deg); 
      overflow: hidden; 
      box-sizing: border-box; 
      width: 30px; 
      height: 30px; 
  }
  .slider.slick-hero .prev-arrow { 
      left: 20px; 
  }
  .slider.slick-hero .next-arrow { 
      right: 20px;  
  }
  .next-arrow:hover, 
  .prev-arrow:hover { 
      border: solid #000; 
      border-width: 0 3px 3px 0;  
  }
  .slick-responsive .slick-slide { 
      margin: 0 10px; 
  }
  .slick-responsive .slick-list { 
      margin: 0 -20px; 
  }
  .slick-responsive .slick-dots { 
      bottom: -60px; 
  }
  .slick-dots li.slick-active button:before { 
      opacity: .75; 
      background-color: #a50034; 
      color: transparent; 
  }
  .slick-dots li button:before { 
      border: 1px solid rgba(0,0,0,.5); 
      background-color: #fff; 
      color: transparent; 
      width: 12px; 
      height: 12px; 
      border-radius: 50%; 
  }
  
  
  
  /*
  ================================
   FORM
  ================================
  */
  input::placeholder {
      color: #000!important;
  }
  input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select {
      height: 44px;
      padding: 0 10px;
      font-size: 16px;
      line-height: 22px;
      border: 1px solid #6b6b6b;
      background: #fff;
      color: #333;
      font-family: "LG Smart Regular",sans-serif;
      font-style: normal;
      font-weight: 400;
  }
  select {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      background: #fff;
      width: 100%;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
      background-position: 100%;
      background-repeat: no-repeat;
      padding: 0.5rem;
      border-radius: 0;
  }
  
  
  
  
  
  
  .ten.columns.form {
      margin-top:100px;
   }
  
  .list { display: block; clear: both; }
  .required-firstname,
  .required-lastname,
  .required-email,
  .invalid-email,
  .required-zipcode,
  .invalid-zipcode {
      display: block; font-size: 14px; line-height: 20px; color: #a50034;
  }
  .C0083 .form-col {
      position: relative;
      width: 48.9%;
      margin-left: 2.1%;
      float: left;
      margin-bottom: 2.1%;
  }
  .C0083 .form-col:first-child {
      margin-left: 0%;
  }
  .C0083 .form-col.three {
      position: relative;
      width: 31.9%;
      margin-left: 2.1%;
      margin-bottom: 2.1%;
      float: left;
  }
  .C0083 .form-col.three:first-child {
      margin-left: 0%;
  }
  .C0083 .form-col input {
      width: 100%;
  }
  .C0083 .footer.fine {
      display: block;
      clear: both;
  }
  .C0083 .list.cta,
  .C0083 .checkbox-box .text {
      font-size: 12px;
  }
  .C0083 .list.cta .privacy {
      width: 50%;
      float: left;
  }
  .C0083 .list.cta button {
      float: right;
  }
  
  @media (max-width: 767px) {
      .C0083 .form-col {
          width: 100%;
      }
  }
  .C0083 .btn.btn-lg {
      padding: 9px 60px 10px;
  }
  .C0083 .form-col.btn {
      text-align: right;
      padding: 0px;
  }
  
  .C0083 .form-col.btn .text {
      text-align: left;
      text-transform: none;
      font-family: "LG Smart Regular",sans-serif;
      padding: 0px 20px 0 0;
      display: inline-block;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      float: left;
  }
  .C0083 .form-col.btn .text a {
      text-decoration: underline;
  }
  
  .C0083 .title-wrap .inner.center .beform .title {
      text-align: center;
  }
  .C0083 .title-wrap .inner.center .beform .copy {
      text-align: center;
  }
  .C0083 .title-wrap .inner.center .beform .formSection {
      margin: 0 auto;
  }
  .C0083 .title-wrap .inner.center .afform .title {
      text-align: center;
  }
  .C0083 .title-wrap .inner.center .afform .copy {
      text-align: center;
  }
  .C0083 .title-wrap .inner.right .beform .title {
      text-align: right;
  }
  .C0083 .title-wrap .inner.right .beform .copy {
      text-align: right;
  }
  .C0083 .title-wrap .inner.right .beform .formSection {
      float: right;
      /*width: 620px;*/
  }
  .C0083 .title-wrap .inner.right .afform .title {
      text-align: right;
  }
  .C0083 .title-wrap .inner.right .afform .copy {
      text-align: right;
  }
  .C0083 .title-wrap .inner .beform {
      display: none;
      min-height: 320px;
  }
  .C0083 .title-wrap .inner .beform.active {
      display: block;
  }
  .C0083 .title-wrap .inner .beform .formSection {
      padding-bottom: 28px;
      border-top: 1px solid #6b6b6b;
      padding: 40px 0 0 0;
      /*width: 620px;*/
  }
  .C0083 .title-wrap .inner .beform .emailAddr {
      margin-right: 10px;
      vertical-align: top;
  }
  
  .C0083 .title-wrap .inner .beform .emailAddrBtn {
      /*width: 20%;*/
  }
  .C0083 .footer.
  @media (max-width: 500px) {
      .C0083 .title-wrap .inner .beform .emailAddrBtn {
          width: 100%;
          margin-top: 20px;
          min-width: 280px;
      }
  }
  .C0083 .title-wrap .inner .beform .hidden_text {
      display: none;
  }
  .C0083 .title-wrap .inner .afform {
      min-height: 320px;
      display: none;
  }
  .C0083 .title-wrap .inner .afform.active {
      display: block;
  }
  .C0083 .title-wrap .inner .afform.active .copy {
      padding-bottom: 28px !important;
  }
  .C0083 .title-wrap .inner .title h1 {
      font-family: "LG Smart SemiBold", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 42px;
      line-height: 50px;
  }
  @media (max-width: 991px) {
      .C0083 .title-wrap .inner .title h1 {
          font-size: 38px;
          line-height: 46px;
      }
  }
  @media (max-width: 767px) {
      .C0083 .title-wrap .inner .title h1 {
          font-size: 30px;
          line-height: 34px;
      }
  }
  .C0083 .title-wrap .inner .title h2 {
      font-family: "LG Smart SemiBold", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 40px;
      line-height: 48px;
  }
  @media (max-width: 991px) {
      .C0083 .title-wrap .inner .title h2 {
          font-size: 36px;
          line-height: 44px;
      }
  }
  @media (max-width: 767px) {
      .C0083 .title-wrap .inner .title h2 {
          font-size: 28px;
          line-height: 32px;
      }
  }
  .C0083 .title-wrap .inner .title h3 {
      font-family: "LG Smart SemiBold", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 38px;
      line-height: 46px;
  }
  @media (max-width: 991px) {
      .C0083 .title-wrap .inner .title h3 {
          font-size: 34px;
          line-height: 42px;
      }
  }
  @media (max-width: 767px) {
      .C0083 .title-wrap .inner .title h3 {
          font-size: 26px;
          line-height: 30px;
      }
  }
  .C0083 .title-wrap .inner .title h4 {
      font-family: "LG Smart SemiBold", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 36px;
      line-height: 44px;
  }
  @media (max-width: 991px) {
      .C0083 .title-wrap .inner .title h4 {
          font-size: 32px;
          line-height: 40px;
      }
  }
  @media (max-width: 767px) {
      .C0083 .title-wrap .inner .title h4 {
          font-size: 24px;
          line-height: 28px;
      }
  }
  .C0083 .title-wrap .inner .title h5 {
      font-family: "LG Smart SemiBold", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 34px;
      line-height: 42px;
  }
  @media (max-width: 991px) {
      .C0083 .title-wrap .inner .title h5 {
          font-size: 30px;
          line-height: 38px;
      }
  }
  @media (max-width: 767px) {
      .C0083 .title-wrap .inner .title h5 {
          font-size: 22px;
          line-height: 26px;
      }
  }
  .C0083 .title-wrap .inner .title h6 {
      font-family: "LG Smart SemiBold", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 40px;
  }
  @media (max-width: 991px) {
      .C0083 .title-wrap .inner .title h6 {
          font-size: 28px;
          line-height: 36px;
      }
  }
  @media (max-width: 767px) {
      .C0083 .title-wrap .inner .title h6 {
          font-size: 22px;
          line-height: 24px;
      }
  }
  .C0083 .title-wrap .inner .title {
      padding-bottom: 15px;
      text-align: center;
  }
  .C0083 .title-wrap .inner .copy {
      font-size: 16px;
      line-height: 22px;
      padding-bottom: 22px;
      width: 70%;
      margin: 0px auto;
      text-align: center;
  }
  @media (max-width: 767px) {
      .C0083 .title-wrap .inner .copy {
          width: 100%;
      }
  }
  
  
  
  
  
  /*
  ================================
  TOUT GRID
  ================================
  */
  .section.toutgrid .container-skel {
      background-color: #F5F5F5;
      padding: 0px 0px 50px 0px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
  }
  .section.toutgrid .offset-by-one.columns {
      margin-left: 4.666667%;
  }
  .section.toutgrid  .ten.columns {
      width: 91.666667%;
  }
  .section.toutgrid .prod-card {
      background-color: #fff;
      padding: 40px;
      text-align: center;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      z-index: 999999;
      position: relative;
      margin-bottom: 40px;
      box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.11);
      -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.11);
      -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.11);
  }
  .section.toutgrid .prod-card .title h2 {
      font-family: 'LG Smart Regular';
      font-weight: 400;
      font-size: 22px;
      line-height: 24px;
      padding: 20px 0px;
      color: #6b6b6d;
      width: 75%;
      margin: 0 auto;
  }
  
  
  
  .swap {
      position: relative;
      width: 360px; /* can be omitted for a regular non-lazy image */
      max-width: 100%;
    }
    .swap img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain;
      opacity: 0;
      transition: opacity .2s;
    }
    .swap:hover img.image-hover {
      opacity: 1;
    }
  
  
  
  
  
  /*
  ================================
  ROWS
  ================================
  */
  .row.smalltouts {
      padding: 50px 0px;
  }
  
  
  /*
  ================================
  STYLINGS
  ================================
  */
  .colorbg {
      /* background-color: rgba(0, 0, 0, 0.2); */
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
  background: rgb(254,252,234); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
  
  
  }
  .imagebg {
      background-size: 100% 100%;
      background-image: url("../images/fpo-section-bg.png");
  }
  .borderradius .container-skel {
      background-color: #F5F5F5;
      padding: 0 0 100px 0;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
  }
  .padtopbot { 
      margin: 50px 0;
  }










  
  
/*
================================================================
##Device = Desktops
##Screen = 1281px to higher resolution desktops
================================================================
*/
@media (min-width: 1281px) {

}
  
  
  
  
  /*
  ================================================================
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  ================================================================
  */
  @media (min-width: 1025px) and (max-width: 1280px) {
  
    /* CSS */
  
  }
  
  
  
  
  /*
  ================================================================
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  ================================================================
  */
  @media (min-width: 768px) and (max-width: 1024px) {
    /* ---------- generaal ---------- */
    
  
  }
  
  
  
  /*
  ================================================================
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  ================================================================
  */
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* ---------- section hero ---------- */
   
  
  }
  
  
  
  
  
  /*
  ================================================================
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  ================================================================
  */
  @media (min-width: 481px) and (max-width: 767px) {
      /* ---------- general ---------- */
    .for-mobile {
        display: none !important;
    }
    .for-desktop {
        display: inherit !important;
    }
    .btn {
        width: 100%;
    }
  
  }
  
  
  
  
  
  /*
  ================================================================
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  ================================================================
  */
  @media (min-width: 320px) and (max-width: 480px) {
    /* ---------- general ---------- */
    .for-mobile {
        display: inherit!important;
    }
    .for-desktop {
        display: none!important;
    }
    .btn {
        width: 100%;
    }
  
      .columns {
          padding: 0px 10px;
      }
      .slick-dotted.slick-slider {
          margin: 0 30px;
      }
      .slick-hero .slick-dots {
          bottom: -40px;
      }
  
      #fliptheorder {
          display: -webkit-flex;
          display: flex;    
          -webkit-flex-flow: column;
          flex-flow: column;
          flex-direction: column;
      }
      #position-1 {
          -webkit-order: 2;
          order: 2;
      }
      #position-2 {
          -webkit-order: 1;
          order: 1;    
      }
      .section.hero .container-skel {
          padding: 0px;
      }
      .section.hero {
          text-shadow: 0.1px 0.1px 2px rgb(0 0 0 / 30%);
      }
      .section.hero .slick-dotted.slick-slider {
          margin: 0px;
      }
      .sectitle .title {
          padding: 20px 0px 0px 0px;
      }
      .sectitle .title h2 {
          font-size: 28px;
          line-height: 32px;
          padding-top: 0px;
      }
      .row.touts {
          /* padding: 0 20px; */
      }
      
  
  
      /*
      ================================
      HERO
      ================================
      */
      .section.hero {
          padding: 0px 0px 0px 0px;
      }
      .hero-card-overlay-left,
      .hero-card-overlay-right,
      .hero-card-overlay-center {
          top: 50%;
          left: 50%;
          width: 400px;
          color: #fff;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-align: center;
      }
      .hero-card .copyblock .eyebrow {
          font-size: 16px;
          line-height: 24px;
          padding-bottom: 10px;
      }
      .hero-card .copyblock .title h2 {
          font-family: 'LG Smart SemiBold';
          font-weight: 400;
          font-size: 32px;
          line-height: 36px;
      }
      .hero-card .copyblock .copy {
          font-size: 16px;
          line-height: 24px;
          padding: 0px 0px 25px 0px;
      }
  
  
      /*
      ================================
      FORM
      ================================
      */
  
      .ten.columns.form {
          /* margin: -70px 20px 20px 20px; */
          margin: 20px;
          padding: 20px;
      }
      .C0083 .form-col,
      .C0083 .form-col.three {
          width: 100%;
          margin-left: 0%;
      }
      input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select {
          height: 30px;
          font-size: 13px;
          line-height: 16px;
      }
      select.run-chosen {
          font-size: 13px;
          line-height: 16px;
      }
      .C0083 .list.cta .privacy {
          width: 100%;
          float: inherit;
      }
      .C0083 .list.cta button {
          width: 100%;
          float: inherit;
      }
      .C0083 .form-col p {
          padding: 20px 0 0 0;
      }
  
          
  
      /*
      ================================
      COPY BLOCKS
      ================================
      */
      .copyblock .eyebrow,
      .copyblock.font-s .eyebrow {
          font-size: 16px;
          line-height: 24px;
          padding-bottom: 10px;
      }
      .copyblock .image,
      .copyblock.font-s .image {
          padding: 0px 0px 25px 0px;
      }
      .copyblock .title h2,
      .copyblock.font-s .title h2 {
          font-family: 'LG Smart SemiBold';
          font-weight: 400;
          font-size: 32px;
          line-height: 36px;
          padding-top: 25px;
      }
      .copyblock .copy,
      .copyblock.font-s .copy {
          font-size: 16px;
          line-height: 24px;
          padding: 0px 0px 25px 0px;
      }
      .copyblock.font-s.product .title h2 {
          font-family: "LG Smart Regular",sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 22px;
          padding-top: 25px;
      }
    
  
  }
  