/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
/* font-family: 'Quicksand', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
/* font-family: 'Poppins', sans-serif; */

@font-face {
    font-family: 'ITC Caslon 224';
    src: url('caslontwotwentyfour-black.woff2') format('woff2'),
        url('caslontwotwentyfour-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('futurapt-bold.woff2') format('woff2'),
        url('futurapt-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('futurapt-book.woff2') format('woff2'),
        url('futurapt-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('futurapt-medium.woff2') format('woff2'),
        url('futurapt-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Demi';
    src: url('futurapt-demi.woff2') format('woff2'),
        url('futurapt-demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('museosans-500italic.woff2') format('woff2'),
        url('museosans-500italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('museosans-500.woff2') format('woff2'),
        url('museosans-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 700';
    src: url('museosans-700.woff2') format('woff2'),
        url('museosans-700.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*
    GLOBAL FONT STYLE
===============================================*/
body{
  font-family: 'Futura PT Book';
  font-size: 16.150px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 0.807px;
  color: #000000;
}
h1, h2, h3, h4, h5, h6{
    margin:0;
    margin-bottom:17px;
}
h1{
  font-family: 'ITC Caslon 224';
  font-size: 48.875px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  color: #2d3f67;
}
h2{
  font-family: 'ITC Caslon 224';
  font-size: 42.500px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  color: #2d3f67;
}
h3{
  font-family: 'ITC Caslon 224';
  font-size: 40.800px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #2d3f67;
}
h4{
  font-family: 'Museo Sans 500';
  font-size: 21.250px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: 2.210px;
  color: #a2697d;
}
h5{
    font-family: 'Museo Sans 700';
    font-size: 18.700px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.938px;
    color: #000000;
}
h6{
  font-family: 'Museo Sans 500';
  font-size: 17px;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: 1.360px;
  color: #000000;
}
.mobile_only{
    display:none;
}
.pf4_button{
  position:relative;
  display: inline-block;
  margin: 0px;
  background-color: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 12.325px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: 2.125px;
  text-align: left;
  color: #2e3e67;
  text-transform: uppercase;
}
.pf4_button span{
  display: block;
  padding: 12.750px 22.100px 11.050px 26.350px;
  position: relative;
  z-index: 1;
  background-color: #C3CBE8;
}

.pf4_button:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top: 4.250px;
  left: 3.400px;
  background-color: #2E3E67;
  z-index: 1;
}
.pf4_button:hover:before{
  top: -4.250px;
  left: -5.100px;
  
}
.pf4_button:hover span{
  color: #2e3e67;
  background-color: #b8bfd6;
}
/*
  Global Font Variable Size
----------------------------------------*/
@media screen and (max-width: 1440px){
  body{
    font-size: 1.121vw;
    letter-spacing: 0.056vw;
  }
  h1{
    font-size: 3.394vw;
  }
  h2{
    font-size: 2.951vw;
  }
  h3{
    font-size: 2.833vw;
  }
  h4{
    font-size: 1.476vw;
    letter-spacing: 0.154vw;
  }
  h5{
      font-size: 1.299vw;
      letter-spacing: 0.134vw;
  }
  h6{
    font-size: 1.181vw;
    letter-spacing: 0.094vw;
  }
  .pf4_button{
    margin: 0vw;
    font-size: 0.856vw;
    letter-spacing: 0.148vw;
  }
  .pf4_button:before{
    top: 0.295vw;
    left: 0.236vw;
  }
  .pf4_button span{
    padding: 0.886vw 1.535vw 0.768vw 1.830vw;
  }
  .pf4_button:hover:before{
    top: -0.295vw;
    left: -0.354vw;
  }
}
@media screen and (max-width: 1140px){
  body{
    font-size: 1.75vw;
    letter-spacing: 0.093vw;
  }
  h1{
    font-size: 4.5vw;
  }
  h2{
    font-size: 4vw;
  }
  h3{
    font-size: 3.5vw;
  }
  h4{
    font-size: 2.439vw;
    letter-spacing: 0.254vw;
  }
  h5{
      font-size: 2vw;
      letter-spacing: 0.222vw;
  }
  h6{
    font-size: 1.951vw;
    letter-spacing: 0.156vw;
  }
  .pf4_button{
    margin: 0vw;
    font-size: 1.1vw;
  }
  .pf4_button span{
    padding: 1.463vw 2.537vw 1.268vw 3.024vw;
  }
  .pf4_button:hover:before{
    top: -0.488vw;
    left: -0.585vw; 
  }
}
@media screen and (max-width: 1024px){
  body{
    font-size: 1.8vw;
    letter-spacing: 0.093vw;
  }
  h1{
    font-size: 4.5vw;
  }
  h2{
    font-size: 4vw;
  }
  h3{
    font-size: 3.5vw;
  }
  h4{
    font-size: 2.439vw;
    letter-spacing: 0.254vw;
  }
  h5{
      font-size: 2vw;
      letter-spacing: 0.222vw;
  }
  h6{
    font-size: 1.951vw;
    letter-spacing: 0.156vw;
  }
  .pf4_button{
    margin: 0vw;
    font-size: 1.6vw;
  }
  .pf4_button span{
    padding: 1.463vw 2.537vw 1.268vw 3.024vw;
  }
  .pf4_button:hover:before{
    top: -0.488vw;
    left: -0.585vw; 
  }
}
@media screen and (max-width: 768px){
  body{
    font-family: 'Futura PT Book';
    font-size: 2.7vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.188vw;
    color: #000000;
  }
  h1{
    font-family: 'ITC Caslon 224';
    font-size: 5vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #2d3f67;
  }
  h2{
    font-family: 'ITC Caslon 224';
    font-size: 6vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    color: #2d3f67;
  }
  h3{
    font-family: 'ITC Caslon 224';
    font-size: 6vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    color: #2d3f67;
  }
  h4{
    font-family: 'Museo Sans 500';
    font-size: 3.208vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.417vw;
    color: #a2697d;
  }
  h5{
      font-family: 'Museo Sans 700';
      font-size: 3vw;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 0.475vw;
      color: #000000;
  }
  h6{
    font-family: 'Museo Sans 500';
    font-size: 3.542vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: 0.283vw;
    color: #000000;
  }
  .mobile_only{
      display:none;
  }
  .pf4_button{
    position:relative;
    display: inline-block;
    margin: 0vw;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 2vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.521vw;
    text-align: left;
    color: #2e3e67;
    text-transform: uppercase;
  }
  .pf4_button span{
    display: block;
    position: relative;
    z-index: 1;
    background-color: #C3CBE8;
  }

  .pf4_button:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top: 1.042vw;
    left: 0.833vw;
    background-color: #2E3E67;
    z-index: 1;
  }
  .pf4_button:hover:before{
    top: -1.042vw;
    left: -1.25vw;
    
  }
  .pf4_button:hover span{
    color: #2e3e67;
    background-color: #b8bfd6;
  }
}
@media screen and (max-width: 550px){
  body{
    font-family: 'Futura PT Book';
    font-size: 3.55vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.188vw;
    color: #000000;
  }
  h1{
    font-family: 'ITC Caslon 224';
    font-size: 9.896vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #2d3f67;
  }
  h2{
    font-family: 'ITC Caslon 224';
    font-size: 9.417vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    color: #2d3f67;
  }
  h3{
    font-family: 'ITC Caslon 224';
    font-size: 7.117vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    color: #2d3f67;
  }
  h4{
    font-family: 'Museo Sans 500';
    font-size: 5.208vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.417vw;
    color: #a2697d;
  }
  h5{
      font-family: 'Museo Sans 700';
      font-size: 4.183vw;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 0.475vw;
      color: #000000;
  }
  h6{
    font-family: 'Museo Sans 500';
    font-size: 3.542vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: 0.283vw;
    color: #000000;
  }
  .mobile_only{
      display:none;
  }
  .pf4_button{
    position:relative;
    display: inline-block;
    margin: 0vw;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 3.021vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.521vw;
    text-align: left;
    color: #2e3e67;
    text-transform: uppercase;
  }
  .pf4_button span{
    display: block;
    padding: 3.125vw 5.417vw 2.708vw 6.458vw;
    position: relative;
    z-index: 1;
    background-color: #C3CBE8;
  }

  .pf4_button:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top: 1.042vw;
    left: 0.833vw;
    background-color: #2E3E67;
    z-index: 1;
  }
  .pf4_button:hover:before{
    top: -1.042vw;
    left: -1.25vw;
    
  }
  .pf4_button:hover span{
    color: #2e3e67;
    background-color: #b8bfd6;
  }
  h2 mark{
      background-color: rgba(255, 255, 255, 0);
      background-image: linear-gradient(120deg, #F2CAC0 0%, #F2CAC0 100%);
      background-repeat: no-repeat;
      background-size: 98.2% 35%;
      background-position: 0px 90%;
      color: #2D3F67;
      padding-left: 3px;
      margin-left: -3px;
  }
}



.section_inner {
    width: 918.000px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative; 
    box-sizing:border-box;
}
.section_inner img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
html{
    padding-top:0 !important;
}

/*
  Global Font Variable Size
-----------------------------*/
/ Slider /
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }
/* 
=======================================
  Site Header Section
=========================================*/
.pf4_site_header {
    padding: 0;
    position: absolute;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100%;
    padding-left: 49.300px;
    padding-right: 51px;
    padding-top: 8.500px;
}
.pf4_site_header.active {
    background-color: #fffcf9 !important;
    padding-top: 6.800px;
    padding-bottom: 6.800px;
}
.pf4_site_header .section_inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: -5.100px;
    
}

.pf4_heade_logo {
    width: 100%;
    padding-top: 34px;
    z-index: 2;
    text-align: center;
}
.pf4_heade_logo a{
    display: inline-block;
    margin: 0px;
}
.pf4_heade_logo img {
    height: auto;
    width: auto;
    max-height: unset !important;
    top: 0px;
}
.pf4_heade_logo a svg{
  width: 300px;
}
.pf4_header_right {
    width: 100%;
    text-align: center;
    padding-top: 16.150px;
    padding-left: 9.350px;
    order: 1;
    position: relative;
}
.pf4_header_right:before{
      content:"";
    content: "";
    position: absolute;
    background-color: #000000;
    top: 34.46px;
    right: -50%;
    width: 425000px;
    height: 0.850px;
    }
.pf4_header_right.style_1{
    width: 44%;
    text-align: right;
}

.pf4_header_right ul {
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
    background-color: #FFFCF9;
    position: relative;
    padding-left: 25.500px;
    padding-right: 25.500px;
}

.pf4_header_right ul li {
    list-style: none;
    margin: 0px;
    display: inline-block;
    position: relative;
    padding-left: 8.500px !important;
    padding-right: 8.500px;
}
@media screen and (max-width: 1024px){
  .pf4_header_right ul li {
      padding-left: 0.521vw !important;
      padding-right: 0.521vw;
  }
}
.pf4_header_right ul li a {
}
.pf4_header_right ul li a strong{
    display:none;
}
.pf4_header_right ul li:last-child a:before{
    display: none;
}
.pf4_header_right a {
    text-transform: uppercase;
    padding-top: 8.500px;
    display: inline-block;
    padding-bottom: 8.500px;
    position: relative;
    padding-left: 5.950px;
    padding-right: 5.950px;
    margin: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.74;
    letter-spacing: 1.760px;
    text-align: left;
    color: #2E3E67;
}

.pf4_header_right a:hover {
    color: #000000;
}

.pf4_header_right a:before, .pf4_header_right a:after, .pf4_header_right a i {
    content: " ";
    position: absolute;
    height: 8.500px;
    bottom: 17px;
    z-index: 0;
    opacity: 0;
}

.pf4_header_right a span {
    position: relative;
    z-index: 1;
    padding-right: 0.850px;
}
.pf4_header_right a:hover span{
      background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #fdbfc2 0%, #fdbfc2 100%);
    background-repeat: no-repeat;
    background-size: 100% 26%;
    background-position: 0px 56%;
}
.pf4_header_right ul li:before {
    width: 1.700px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: -12.750px;
    background-color: #000;
    opacity: 1;
    height: 11.900px;
    bottom: 14.450px;
}
.pf4_header_right a:before {
    width: 1.700px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: -7.650px;
    background-color: #000;
    opacity: 1;
    height: 11.900px;
    bottom: 12.750px;
    display: none;
}

.pf4_header_right a:after {
    width: 24.650px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    right: 0;
    border: 0;
    display: none;
}

.pf4_header_right a i {
    left: 19.550px;
    width: calc(100% - 44.200px);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}

.pf4_header_right a:hover:before, .pf4_header_right a:hover:after, .pf4_header_right a:hover i {
    opacity: 1;
}

.pf4_header_right a:hover strong{
    display: block;
    position: absolute;
    width: 100%;
    height: 1.700px;
    left: 0px;
    padding-left: 5.950px;
    padding-right: 5.950px;
}
.pf4_header_right a:hover strong:after {
    content: "";
    width: 100%;
    height: 1.700px;
    background-color: #000;
    display: block;
}
.pf4_header_social_icon {
    width: 15%;
    text-align: right;
    padding-top: 10.200px;
}

.pf4_header_social_icon a {
    text-decoration: none;
    display: inline-block;
    margin-left: 2.550px;
    width: 14.450px;
    height: 14.450px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pf4_header_social_icon a img {
    height: 14.450px;
}

.dropdown-menu li {
    margin: 0;
    padding-left: 8.500px;
    padding-right: 8.500px;
}

.pf4_header_right .dropdown-menu li a:before, .pf4_header_right .dropdown-menu li a:after, .pf4_header_right .dropdown-menu li a i {
    bottom: 8.500px;
}

.dropdown-menu li a {
    padding-top: 0;
    padding-bottom: 0;
}

li.dropdown:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -6.800px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.pf4_header_userarea span a {
    /* border: 1.700px solid #000; */
    /* padding: 3.400px 17px 5.100px 17px; */
    /* margin-left: 11.050px !important; */
}
.pf4_header_right ul li{
  position: relative;
}
.pf4_header_right ul li a:hover span {
    background-color: rgba(255, 255, 255, 0);
    /* background-image: linear-gradient(120deg, #d1fa05 0%, #d1fa05 100%); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 35%; */
    /* background-position: 0 50%; */
}
.pf4_header_right ul li:hover:before{
  /* content:""; */
  width: 103%;
  height: 5.950px;
  background-color: #d1fa05;
  bottom: 2.550px;
  left: -2.550px;
  display: block;
  position: absolute;
}
.pf4_header_right ul li:hover i{
  background-image: url(hover_arrow.png);
  width: 8.500px;
  height: 8.500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -16.150px;
  top: 3.400px;
}
.pf4_header_right ul li.pf4_user_menu_item{ }
/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {
    margin: 2.550px 0;
    position: absolute;
    top: 6.800px;
    right: -4.250px;
    display: none;
    width: 40.800px;
    height: 37.400px;
    cursor: pointer;
    background-image: url(open_img2.png);
    background-position: center right;
    background-repeat: no-repeat;
    /* background-color: #FFF; */
}

a.responsive-menu-hand span, a.responsive-menu-close span {
    display: none;
}

a.responsive-menu-hand span {
}

a.responsive-menu-close span {
    display: block;
}

a.responsive-menu-hand:before, a.responsive-menu-hand:after {
    display: none;
}

a.responsive-menu-close {
    clear: both;
    height: 22.950px;
    width: 22.950px;
    display: block;
    position: absolute;
    top: 25.500px;
    right: 31.450px;
    background-image: url(close.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

a.responsive-menu-close strong {

}


a.responsive-menu-close:hover {
    
}

.responsive-menu .user__avatar {
    display: none;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: #e8eaf5f7;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    font-family: 'sofia_probold';
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}

.responsive-menu ul li a, .responsive-menu .pf4_header_userarea span a {
    line-height: 34px;
    height: 34px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 18.700px !important;
    letter-spacing: 0.255px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.responsive-menu ul li i {
    height: 34px;
    width: 34px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 34px;
    cursor: pointer;
    border-left: solid 0.850px #ffbea5;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.responsive-menu ul li i.minus {
    background-image: url(images/ui/minus.svg);
}

.responsive-menu ul li i.plus {
    background-image: url(images/ui/plus.svg);
}

.responsive-menu ul li ul {
    margin: 0;
    padding: 0;
}

.responsive-menu ul li ul li a {
    font-size: 90%;
    padding-left: 25.500px;
    border-bottom: solid 0.850px #E9E9E9;
    background-color: #F0F0F0;
}

.responsive-menu ul li ul li ul li a {
    font-size: 80%;
    padding-left: 25.500px;
    border-bottom: solid 0.850px #E9E9E9;
    background-color: #E4E4E4 ;
}

.pf4_header_userarea span a {
    /* border: 1.700px solid #000; */
    /* padding: 3.400px 17px 5.100px 17px; */
    /* margin-left: 11.050px !important; */
    display: block;
    text-align: center;
}

span[kjb-settings-id="sections_header_settings_language_login"] {
    padding-left: 19.550px;
}

span[kjb-settings-id="sections_header_settings_language_login"] a {
    border: solid 1.700px #000;
    padding: 2.550px 14.450px 1.700px 14.450px;
    line-height: 15.300px !important;
}

html{
  padding: 0px !important;
}

.header .logo--image.mobile_only {
    display: none;
}

.pf4_site_header{  }
.pf4_site_header.active .section_inner{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.pf4_site_header.active .pf4_heade_logo{
  padding-top: 5.100px;
  width: 35%;
  order: 1;
  text-align: left;
  display: none;
}
.pf4_site_header.active .pf4_heade_logo .logo--image{ 
  height: auto;
}
.pf4_site_header.active .pf4_heade_logo a{
    margin: 0px;
    text-align: left;
}
.pf4_site_header.active .pf4_heade_logo img{
  width: 136px;
}

.pf4_site_header.active .pf4_header_right{
  padding-top: 0px;
  width: 100%;
  padding-left: 0px;
}
.pf4_site_header.active .pf4_header_right:before{
    display: none;
}
.pf4_site_header.active {
  box-shadow: 0px -3.400px 8.500px #000;
  position: fixed;
}


@media screen and (max-width: 1024px){
  .pf4_site_header{
    padding-top: 2vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .pf4_site_header .section_inner{}

  .pf4_heade_logo{
    width: 50%;
    padding: 0px;
    text-align: left;
  }
  .pf4_heade_logo a{}
  .pf4_heade_logo img{}

  .pf4_heade_logo a svg{
    width: 30vw;
    /* height: 5.4vw; */
    display: block;
  }

  .pf4_header_right{
    width: 50%;
    padding-top: 0vw;
    padding-left: 0vw;
  }
  .pf4_header_right:before{
    display: none;
  }

  a.responsive-menu-hand{
    display: block;
    top: 0.6vw;
  }
  .pf4_header_right ul{
    display: none;
}
  .pf4_header_right ul li{}
  .pf4_header_right ul li a{}

  .pf4_site_header.active {}
  .pf4_site_header.active .section_inner{}

  .pf4_site_header.active .pf4_heade_logo{
    display: block;
    width: 50%;
    padding-top: 0vw;
}
  .pf4_site_header.active .pf4_heade_logo a{
    display: block;
}
  .pf4_site_header.active .pf4_heade_logo img{
    width: 24vw;
    margin-bottom: -0.7vw;
}

  .pf4_site_header.active .pf4_header_right{
    width: 50%;
}
  .pf4_site_header.active .pf4_header_right:before{}

  .pf4_site_header.active a.responsive-menu-hand{
    top: 1vw;
    width: 4vw;
    height: 3.7vw;
    background-size: contain;
}
  
}
@media screen and (max-width: 768px){
  .pf4_site_header{}
  .pf4_site_header .section_inner{}

  .pf4_heade_logo{}
  .pf4_heade_logo a{}
  .pf4_heade_logo img{}
    .pf4_heade_logo a svg {
        width: 35vw;
    }
  .pf4_site_header.active .pf4_heade_logo a svg{
    width: 40vw;
  }
  .pf4_header_right{}
  .pf4_header_right:before{}

  a.responsive-menu-hand{}
  .pf4_header_right ul{}
  .pf4_header_right ul li{}
  .pf4_header_right ul li a{}

  .pf4_site_header.active {
    min-height: 58px;
}
  .pf4_site_header.active .section_inner{}

  .pf4_site_header.active .pf4_heade_logo{padding-top: 0.2vw;}
  .pf4_site_header.active .pf4_heade_logo a{
}
  .pf4_site_header.active .pf4_heade_logo img{
    width: 30vw;
}

  .pf4_site_header.active .pf4_header_right{}
  .pf4_site_header.active .pf4_header_right:before{}

  .pf4_site_header.active a.responsive-menu-hand{
    top: 1.8vw;
    width: 5.3vw;
    height: 4.4vw;
}
}
@media screen and (max-width: 550px){
  .pf4_site_header{
    position: absolute;
    background-color: #FFFCF9 !important;
    padding-top: 7vw;
    padding-left: 6.5vw;
    padding-right: 6vw;
}
  .pf4_site_header .section_inner{}

  .pf4_heade_logo{
    width: 80%;
}
  .pf4_heade_logo a{}
  .pf4_heade_logo a svg{
    width: 62vw;
    height: auto;
    display: block;
  }
  .pf4_site_header.active .pf4_heade_logo a svg{
    
width: 62vw;
  }
  .pf4_header_right{
    width: 20%;
}
  .pf4_header_right:before{}

  a.responsive-menu-hand{
    right: 0px;
    top: -1.5vw;
}
  .pf4_header_right ul{}
  .pf4_header_right ul li{}
  .pf4_header_right ul li a{}

  .pf4_site_header.active {
    position: fixed;
    min-height: 1px;
}
  .pf4_site_header.active .section_inner{}

  .pf4_site_header.active .pf4_heade_logo{}
  .pf4_site_header.active .pf4_heade_logo a{}
  .pf4_site_header.active .pf4_heade_logo img{
    width: 41vw;
    margin-top: 1vw;
}

  .pf4_site_header.active .pf4_header_right{}
  .pf4_site_header.active .pf4_header_right:before{}

  .pf4_site_header.active a.responsive-menu-hand{
    width: 8vw;
    height: 8.167vw;
}
}



.header .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/ }
    .header .user .dropdown>:before {
        content: " ";
        position: absolute;
        z-index: 0;
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;
        background-color: #F2D0C4;
        opacity: 1;
        height: 11.900px;
        width: 1.700px;
        top: 14.450px;
        left: -8.500px;
    }
    .header .user__avatar {
      height: 38px;
      max-height: 38px;
      margin: 0 0 0 1rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      margin-bottom: -14.6px;
      background-clip: padding-box; }
    .header .user__dropdown {
      position: absolute;
      z-index: 2000;
      top: 38.250px;
      right: 0;
      display: none;
      padding: 17px 25.500px;
      text-align: left;
      white-space: nowrap;
      border-top: 0.850px solid #f9f9f9;
      background: #f9f9f9;
      box-shadow: 0 5.950px 8.500px rgba(0, 0, 0, 0.05); }
      .header .user__dropdown--light a {
        color: #0a2338; }
      .header .user__dropdown--dark a {
        color: #fff; }
      .header .user__dropdown span {
        display: block; }
      .header .user__dropdown a {
        line-height: 34px !important;
        display: block; }
  .header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .header--center .user__dropdown {
      top: 42.500px; }
      .header--center .user__dropdown a {
        line-height: 34px;
        margin: 0 0 0 0; }
@media (max-width: 767px) {
    .header .user {
      position: static;
      display: block;
      width: 100%; }
      .header .user__avatar {
        display: none; }
      .header .user__dropdown {
        position: static;
        display: block !important;
        padding: 0 0 0 0;
        text-align: left;
        border-top: 0;
        background: transparent !important;
        box-shadow: none; }
    .header--light .user__dropdown a {
      color: #0a2338; }
    .header--dark .user__dropdown a {
      color: #fff; } } 
}
@media (min-width: 768px) {
    
}



mark{
    transition: background-size 3s ease;
}



/*About Page*/
/*
  About Section 01
=========================================*/

.om_about_in {
  display: flex;
}
.om_about_left {
  width: 50%;
}
.om_about_right {
  width: 50%;
}
.om_about_1 {
    padding-top: 199px;
    padding-bottom: 34px;
    background-color: #FFFCF9;
}
.om_about_1 .section_inner {
    width: 1120px;
    z-index: 1;
}
.om_about_1_img {
  position: relative;
  width: 437px;
  height: auto;
  margin-left: 319px;
  margin-top: -1px;
}
.om_about_1_img:before {
  content: "";
  width: 1px;
  height: 514px;
  background-color: #000;
  position: absolute;
  top: 141px;
  left: -155px;
}
.om_about1_art1 {
  background: url(om_about_1_art1.png) no-repeat;
  background-size: contain;
  width: 89px;
  height: 129px;
  position: absolute;
  top: 32px;
  right: 91px;
}
.om_about1_art2 {
  background: url(om_about_1_art2.png) no-repeat;
  background-size: contain;
  width: 217px;
  height: 226px;
  position: absolute;
  top: 136px;
  right: -78px;
}
.om_about1_art3 {
  position: absolute;
  background: url(om_about_1_art3.png) no-repeat;
  background-size: contain;
  width: 226px;
  height: 291px;
  bottom: 20px;
  right: 8px;
}
.om_about_1 h1 {
  white-space: nowrap;
  position: absolute;
  top: 53px;
  left: -255px;
  z-index: 2;
  font-size: 56.875px;
}
.om_about_1 h1 mark {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #F2CAC0 0%, #F2CAC0 100%);
  background-repeat: no-repeat;
  background-size: 98.2% 35%;
  background-position: 0px 90%;
  color: #2D3F67;
}
.om_about_1 .om_about_right {
  padding-top: 240px;
  padding-left: 95px;
}
.om_about_1 .om_about_right h5 {
  position: relative;
  font-family: 'Museo Sans 700';
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.59;
  letter-spacing: 1.36px;
  text-transform: uppercase;
}
.om_about_1 .om_about_right h5:after {
  content: "";
  position: absolute;
  background: url(om_about_1_quote.png) no-repeat;
  background-size: contain;
  width: 44px;
  height: 34px;
  top: -38px;
  left: -31px;
}
.om_about_1_bottom {
  padding-top: 70px;
  padding-left: 85px;
  width: 71%;
}
.om_about_1_bottom article p:nth-child(1) {
  padding-bottom: 11px;
}
@media (max-width: 1440px) {
  .om_about_1 {
    padding-top: 13.9vw;
    padding-bottom: 2.361vw;
  }
  .om_about_1 .section_inner {
    width: 77.778vw;
  }
  .om_about_1_img {
    width: 30.347vw;
    height: 43.194vw;
    margin-left: 22.153vw;
    margin-top: -0.069vw;
  }
  .om_about_1_img:before {
    width: 0.069vw;
    height: 35.694vw;
    top: 9.7vw;
    left: -10.725vw;
  }
  .om_about1_art1 {
    width: 6.181vw;
    height: 8.958vw;
    top: 2.222vw;
    right: 6.319vw;
  }
  .om_about1_art2 {
    width: 15.069vw;
    height: 15.694vw;
    top: 9.444vw;
    right: -5.417vw;
  }
  .om_about1_art3 {
    width: 15.694vw;
    height: 20.208vw;
    bottom: 1.389vw;
    right: 0.556vw;
  }
  .om_about_1 h1 {
    top: 3.681vw;
    left: -17.708vw;
    font-size: 3.9vw;
  }
  .om_about_1 .om_about_right {
    padding-top: 16.667vw;
    padding-left: 6.597vw;
  }
  .om_about_1 .om_about_right h5 {
    font-size: 1.181vw;
    letter-spacing: 0.094vw;
  }
  .om_about_1 .om_about_right h5:after {
    width: 3.056vw;
    height: 2.361vw;
    top: -2.639vw;
    left: -2.153vw;
  }
  .om_about_1_bottom {
    padding-top: 4.861vw;
    padding-left: 5.903vw;
  }
  .om_about_1_bottom article p:nth-child(1) {
    padding-bottom: 0.764vw;
  }
}

@media (max-width: 1140px) {
  .om_about_1 .om_about_right h5 {
    font-size: 1.481vw;
  }
  .om_about1_art3 {
    right: -6.144vw;
  }
  .om_about_1 {
    padding-bottom: 4.961vw;
  }
}

@media (max-width: 1024px) {
  .om_about_1 .om_about_right h5 {
    font-size: 1.781vw;
  }
  .om_about_1 .om_about_right h5 br {
    display: none;
  }
}

@media (max-width: 768px) {
  .section_inner {
    width: 100% !important;
  }
  .om_about_in {
    flex-direction: column;
  }
  main {
    overflow: hidden;
  }
  .om_about_left {
    width: 100% !important;
  }
  .om_about_right {
    width: 100% !important;
  }
  .om_about_1_img:before {
    display: none;
  }
  .om_about_1_img {
    width: 74.347vw;
    height: 100%;
    margin-left: 16vw;
    margin-top: unset;
  }
  .om_about_1 h1 {
    font-size: 7vw;
    top: 5.681vw;
    left: -6.708vw;
  }
  .om_about_1 {
    padding-top: 28vw;
    padding-bottom: 0;
  }
  .om_about1_art1 {
    width: 20.181vw;
    height: 28.958vw;
    top: -13.778vw;
    right: unset;
    left: -19vw;
  }
  .om_about1_art2 {
    width: 46.069vw;
    height: 46.694vw;
    top: -5.556vw;
    right: -24.417vw;
  }
  .om_about1_art3 {
    width: 40.694vw;
    height: 52.208vw;
    bottom: unset;
    right: -10.444vw;
    top: 8vw;
    z-index: 2;
  }
  .om_about_1 .om_about_right {
    padding-top: 6vw;
    padding-left: 7.597vw;
    padding-right: 12.597vw;
  }
  .om_about_1 .om_about_right h5 {
    font-size: 3vw;
  }
  .om_about_1 .om_about_right h5:after {
    width: 12.056vw;
    height: 9.361vw;
    top: -11.639vw;
    left: -3.153vw;
  }
  .om_about_1_bottom article p {
    font-size: 2.7vw;
  }
  .om_about_1_bottom article p:nth-child(1) {
    padding-bottom: 3.764vw;
  }
  .om_about_1_bottom {
    padding-top: 0;
    padding-left: 7vw;
    padding-right: 9vw;
    width: 100%;
  }

}

@media (max-width: 550px) {

  .om_about_1 {
    padding-top: 34vw;
    padding-bottom: 0;
  }

  .om_about_1_img {
    width: 77.347vw;
    height: 100%;
    margin-left: 17vw;
    margin-top: unset;
  }

  .om_about1_art1 {
    width: 17.917vw;
    height: 16.042vw;
    top: -5.978vw;
    right: unset;
    left: -16.4vw;
    background: url(om_about1_art1_mobile.png) no-repeat;
  }

  .om_about1_art2 {
    width: 31.875vw;
    height: 41.875vw;
    top: -0.856vw;
    right: -6vw;
    background: url(om_about_1_art2_mobile.png) no-repeat;
    background-size: contain;
    background-position: left top;
  }

  .om_about1_art3 {
    width: 40.094vw;
    height: 49.808vw;
    bottom: unset;
    right: -14.144vw;
    top: 7.8vw;
    z-index: 2;
  }

  .om_about_1 .om_about_right h5:after {
    width: 10.856vw;
    height: 8.461vw;
    top: -9.939vw;
    left: 0.547vw;
  }

  .om_about_1 h1 {
    font-size: 9.596vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    top: 3.881vw;
    left: -8.908vw;
  }

  .om_about_1 .om_about_right {
    padding-top: 6.8vw;
    padding-left: 7.197vw;
    padding-right: 12.997vw;
  }

  .om_about_1 .om_about_right h5 {
    font-size: 3.542vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.283vw;
    margin-bottom: 1.1vw;
  }

  .om_about_1_bottom article p {

    font-size: 3.958vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 0.198vw;
  }

  .om_about_1_bottom {
    padding-top: 0;
    padding-left: 6vw;
    padding-right: 8.9vw;
    width: 100%;
  }
}



/*
  About Section 02
=========================================*/

.om_about_2 {
  position: relative;
  padding-bottom: 68px;
  background-color: #FFFCF9;
}

.om_about_2 .om_about2_art1 {
  position: absolute;
  background: url(om_about_2_art1.png) no-repeat;
  background-size: contain;
  width: 1255px;
  height: 512px;
  top: -271px;
  left: 0;
  z-index: 0;
}

.om_about_2 .om_about_left article {
  position: relative;
  z-index: 2;
  background: #e7e9f5;
  width: 502px;
  margin-left: 21px;
  margin-top: 43px;
  text-align: right;
  padding-top: 26px;
  padding-right: 33px;
  padding-left: 30px;
  padding-bottom: 18px;
}

.om_about_2 .om_about_left article p:nth-child(1) {
  padding-left: 12px;
  padding-bottom: 13px;
}

.om_about_2_img {
  width: 783px;
  height: 442px;
  position: relative;
  margin-left: -240px;
}

@media (max-width: 1440px) {

  .om_about_2 {
    padding-bottom: 4.722vw;
  }

  .om_about_2 .om_about2_art1 {
    width: 87.153vw;
    height: 35.556vw;
    top: -18.819vw;
  }

  .om_about_2 .om_about_left article {
    width: 34.861vw;
    margin-left: 1.458vw;
    margin-top: 2.986vw;
    padding-top: 1.806vw;
    padding-right: 2.292vw;
    padding-left: 2.083vw;
    padding-bottom: 1.25vw;
  }

  .om_about_2 .om_about_left article p:nth-child(1) {
    padding-left: 0.833vw;
    padding-bottom: 0.903vw;
  }

  .om_about_2_img {
    width: 54.375vw;
    height: 30.694vw;
    margin-left: -16.667vw;
  }

}

@media (max-width: 1140px) {
  .om_about_2 .om_about_left article {
    width: unset;
  }

  .om_about_2_img {
    width: 62.275vw;
    height: 34.694vw;
    margin-left: -16.667vw;
  }

  .om_about_2 {
    padding-bottom: 7.322vw;
  }
}

@media (max-width: 1024px) {
  .om_about_2 .om_about_left article {
    width: 47.861vw;
    margin-left: 5.458vw;
    margin-top: 1.986vw;
  }

  .om_about_2_img {
    width: 62.275vw;
    height: 34.694vw;
    margin-left: -18.667vw;
  }
}

@media (max-width: 768px) {
  .om_about_2 .om_about_in {
    flex-direction: column-reverse;
  }

  .om_about_2_img .mobile_block {
    display: none;
  }

  .om_about_2_img .mobile_only {
    display: block;
  }
  .om_about_2_img {
    width: 76.075vw;
    height: 100%;
    margin-left: 9vw;
  }


  .om_about_2 .om_about2_art1 {
    width: 243.153vw;
    height: 117.556vw;
    top: -59.819vw;
    left: -90vw;
  }


  .om_about_2 .om_about_left article {
    width: 84.861vw;
    margin-left: auto;
    padding-right: 10.292vw;
    margin-right: -8.9vw;
    margin-top: -1.014vw;
    padding-top: 4.806vw;
    padding-bottom: 3.25vw;
  }


  .om_about_2 .om_about_left article p {
    font-size: 2.7vw;
  }

  .om_about_2 {
    padding-bottom: 11.322vw;
  }
}



@media (max-width: 550px) {

  .om_about_2 {
    padding-bottom: 9.6vw;
    padding-top: 2.4vw;
  }


  .om_about_2_img {
    width: 88.542vw;
    height: auto;
    margin-left: 6vw;
  }
  .om_about_2 .om_about2_art1 {
    width: 100vw;
    height: 88.75vw;
    top: -44.519vw;
    left: 0vw;
    background: url(om_about_2_art1_mobile.png) no-repeat;
  }

  .om_about_2 .om_about_left article {
    width: 91.061vw;
    margin-left: auto;
    padding-right: 10.192vw;
    margin-right: -8vw;
    margin-top: -11.614vw;
    padding-top: 6vw;
    padding-bottom: 5vw;
    padding-left: 9.4vw;
  }


  .om_about_2 .om_about_left article p {
    font-size: 3.958vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: 0.198vw;
  }

}




/*
  Section 08
=========================================*/
.otc_s8{
    background-color: #ece2e5;
    padding-top: 94px;
}
.otc_s8 .section_inner{
    position: relative;
    width: 1190px;
    z-index: 4;
}
.otc_s8_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(otc-s8-1.png);
    top: -154px;
    left: -42px;
    width: 207px;
    height: 212px;
}
.otc_s8_title{
    width: 100%;
    text-align: center;
    padding-left: 6px;
}
.otc_s8_title article{
    padding-bottom: 33px;
}
.otc_s8_title article h5{
    text-transform: uppercase;
}
.otc_s8_title article h5 br{}
.otc_s8_title article h5 mark{
    background-color: transparent;
    background-image: linear-gradient(120deg, #f2cac0 0%, #f2cac0 100%);
    background-size: 100% 53%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    font-weight: 500;
    margin-left: 0px;
    padding-left: 0px;
    color: #000000;
    padding-right: 0px;
}
.not_in_viewport .otc_s8_title article h5 mark{
    background-size: 0% 53%;
}
.otc_s8_title article.desktop_only{ display: block; }
.otc_s8_title article.mobile_only{ display: none; }
.otc_s8_form{
    width: 100%;
}
.otc_s8_form form{}
.otc_s8_form_in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.otc_s8_form_in input{
    border: 0px solid;
    background-color: #000;
    padding: 18px 32px 14px 32px;
    background-color: #ffffff;
    font-size: 14.5px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 2.61px;
    color: #a9a9a9;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    display: block;
    margin: 0px;
}
.otc_s8_form_in .submit-field{}
.otc_s8_form_in button.pf4_button{
    border: 0px solid;
}
.otc_s8_form_in button.pf4_button:before{
    content: "";
    width: 95%;
    height: 97%;
    top: 6px;
    left: 11px;
    background-color: #2E3E67;
}
.otc_s8_form_in button.pf4_button span{
    width: 100%;
    padding: 15px 33px 13px 45px;
}

.otc_s8_form_in .text-field{
    padding-left: 20px;
    width: 36.6%;
}
.otc_s8_form_in .email-field{
    padding-left: 20px;
    width: 38.2%;
}
.otc_s8_form_in .submit-field{
    padding-left: 15px;
    width: 24.6%;
}
.otc_s8_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
.otc_s8_form_in input::-moz-placeholder { /* Firefox 19+ */
  color: #a9a9a9;
}
.otc_s8_form_in input:-ms-input-placeholder { /* IE 10+ */
  color: #a9a9a9;
}
.otc_s8_form_in input:-moz-placeholder { /* Firefox 18- */
  color: #a9a9a9;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .otc_s8{
      padding-top: 6.528vw;
  }
  .otc_s8 .section_inner{
      width: 82.639vw;
  }
  .otc_s8_art1{
      top: -10.694vw;
      left: -2.917vw;
      width: 14.375vw;
      height: 14.722vw;
  }
  .otc_s8_title{
      width: 100%;
      padding-left: 0.417vw;
  }
  .otc_s8_title article{
      padding-bottom: 2.292vw;
  }
  .otc_s8_title article h5{
  }
  .otc_s8_title article h5 br{}
  .otc_s8_title article h5 mark{
      background-size: 100% 53%;
      background-position: 0 100%;
      margin-left: 0vw;
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .otc_s8_title article.desktop_only{}
  .otc_s8_title article.mobile_only{}
  .otc_s8_form{
      width: 100%;
  }
  .otc_s8_form form{}
  .otc_s8_form_in{
      width: 100%;
  }
  .otc_s8_form_in input{
      padding: 1.25vw 2.222vw 0.972vw 2.222vw;
      font-size: 1.007vw;
      letter-spacing: 0.181vw;
      width: 100%;
      margin: 0vw;
  }
  .otc_s8_form_in .submit-field{}
  .otc_s8_form_in button.pf4_button{}
  .otc_s8_form_in button.pf4_button:before{
      width: 95%;
      height: 97%;
      top: 0.417vw;
      left: 0.764vw;
  }
  .otc_s8_form_in button.pf4_button span{
      width: 100%;
      padding: 1.042vw 2.292vw 0.903vw 3.125vw;
  }
  .otc_s8_form_in .text-field{
      padding-left: 1.389vw;
      width: 36.6%;
  }
  .otc_s8_form_in .email-field{
      padding-left: 1.389vw;
      width: 38.2%;
  }
  .otc_s8_form_in .submit-field{
      padding-left: 1.042vw;
      width: 24.6%;
  }
  .otc_s8_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .otc_s8_form_in input::-moz-placeholder { /* Firefox 19+ */}
  .otc_s8_form_in input:-ms-input-placeholder { /* IE 10+ */}
  .otc_s8_form_in input:-moz-placeholder { /* Firefox 18- */}
}
@media screen and (max-width: 1140px){
  .otc_s8{}
  .otc_s8 .section_inner{
    width: 90vw;
}
  .otc_s8_art1{}
  .otc_s8_title{}
  .otc_s8_title article{}
  .otc_s8_title article h5{}
  .otc_s8_title article h5 br{}
  .otc_s8_title article h5 mark{}
  .otc_s8_title article.desktop_only{}
  .otc_s8_title article.mobile_only{}
  .otc_s8_form{}
  .otc_s8_form form{}
  .otc_s8_form_in{}
  .otc_s8_form_in input{
    font-size: 1.3vw;
}
  .otc_s8_form_in .submit-field{}
  .otc_s8_form_in button.pf4_button{}
  .otc_s8_form_in button.pf4_button:before{}
  .otc_s8_form_in button.pf4_button span{}
  .otc_s8_form_in .text-field{}
  .otc_s8_form_in .email-field{}
  .otc_s8_form_in .submit-field{}
  .otc_s8_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .otc_s8_form_in input::-moz-placeholder { /* Firefox 19+ */}
  .otc_s8_form_in input:-ms-input-placeholder { /* IE 10+ */}
  .otc_s8_form_in input:-moz-placeholder { /* Firefox 18- */}
}
@media screen and (max-width: 1024px){
  .otc_s8{}
  .otc_s8 .section_inner{}
  .otc_s8_art1{}
  .otc_s8_title{}
  .otc_s8_title article{}
  .otc_s8_title article h5{}
  .otc_s8_title article h5 br{}
  .otc_s8_title article h5 mark{}
  .otc_s8_title article.desktop_only{}
  .otc_s8_title article.mobile_only{}
  .otc_s8_form{}
  .otc_s8_form form{}
  .otc_s8_form_in{}
  .otc_s8_form_in input{
    font-size: 1.6vw;
    padding: 1.302vw 2.344vw 1.302vw 2.344vw;
}
  .otc_s8_form_in .submit-field{}
  .otc_s8_form_in button.pf4_button{}
  .otc_s8_form_in button.pf4_button:before{}
  .otc_s8_form_in button.pf4_button span{}
  .otc_s8_form_in .text-field{
    width: 33.6%;
}
  .otc_s8_form_in .email-field{}
  .otc_s8_form_in .submit-field{
    width: 27.6%;
}
  .otc_s8_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .otc_s8_form_in input::-moz-placeholder { /* Firefox 19+ */}
  .otc_s8_form_in input:-ms-input-placeholder { /* IE 10+ */}
  .otc_s8_form_in input:-moz-placeholder { /* Firefox 18- */}
}
@media screen and (max-width: 768px){
  .otc_s8{
    padding-top: 9.167vw;
}
  .otc_s8 .section_inner{
    width: 100%;
    padding-left: 6.667vw;
    padding-right: 6.875vw;
}
  .otc_s8_art1{
    display: none;
}
  .otc_s8_title{}
  .otc_s8_title article{}
  .otc_s8_title article h5{}
  .otc_s8_title article h5 br{}
  .otc_s8_title article h5 mark{}
  .otc_s8_title article.desktop_only{
    display: none;
}
  .otc_s8_title article.mobile_only{
    display: block;
}
  .otc_s8_form{}
  .otc_s8_form form{}
  .otc_s8_form_in{}
  .otc_s8_form_in input{
    font-size: 2vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.544vw;
    padding: 2.917vw 6.667vw 2.917vw 6.667vw;
    text-align: center;
}
  .otc_s8_form_in .submit-field{}
  .otc_s8_form_in button.pf4_button{}
  .otc_s8_form_in button.pf4_button:before{
    content: "";
    width: 95%;
    height: 97%;
    top: 1.25vw;
    left: 2.292vw;
}
  .otc_s8_form_in button.pf4_button span{
    padding: 3.125vw 6.875vw 2.708vw 9.375vw;
}
  .otc_s8_form_in .text-field{
    width: 100%;
    padding: 0vw;
    margin-bottom: 2.917vw;
}
  .otc_s8_form_in .email-field{
    padding-left: 0vw;
    width: 100%;
}
  .otc_s8_form_in .submit-field{
    width: 100%;
    padding: 0vw;
    text-align: center;
    padding-top: 4.792vw;
}
  .otc_s8_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .otc_s8_form_in input::-moz-placeholder { /* Firefox 19+ */}
  .otc_s8_form_in input:-ms-input-placeholder { /* IE 10+ */}
  .otc_s8_form_in input:-moz-placeholder { /* Firefox 18- */}
}
@media screen and (max-width: 550px){
  .otc_s8{
    padding-top: 9.167vw;
}
  .otc_s8 .section_inner{
    width: 100%;
    padding-left: 5.667vw;
    padding-right: 5.667vw;
}
  .otc_s8_art1{
    display: none;
}
  .otc_s8_title{}
  .otc_s8_title article{}
  .otc_s8_title article h5{}
  .otc_s8_title article h5 br{}
  .otc_s8_title article h5 mark{}
  .otc_s8_title article.desktop_only{
    display: none;
}
  .otc_s8_title article.mobile_only{
    display: block;
}
  .otc_s8_form{}
  .otc_s8_form form{}
  .otc_s8_form_in{}
  .otc_s8_form_in input{
    font-size: 3.021vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.544vw;
    padding: 2.917vw 6.667vw 2.917vw 6.667vw;
    text-align: center;
}
  .otc_s8_form_in .submit-field{}
  .otc_s8_form_in button.pf4_button{}
  .otc_s8_form_in button.pf4_button:before{
    content: "";
    width: 95%;
    height: 97%;
    top: 1.25vw;
    left: 2.292vw;
}
  .otc_s8_form_in button.pf4_button span{
    padding: 3.125vw 6.875vw 2.708vw 9.375vw;
}
  .otc_s8_form_in .text-field{
    width: 100%;
    padding: 0vw;
    margin-bottom: 2.917vw;
}
  .otc_s8_form_in .email-field{
    padding-left: 0vw;
    width: 100%;
}
  .otc_s8_form_in .submit-field{
    width: 100%;
    padding: 0vw;
    text-align: center;
    padding-top: 4.792vw;
}
  .otc_s8_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */}
  .otc_s8_form_in input::-moz-placeholder { /* Firefox 19+ */}
  .otc_s8_form_in input:-ms-input-placeholder { /* IE 10+ */}
  .otc_s8_form_in input:-moz-placeholder { /* Firefox 18- */}
}
/*
  Section 09
=========================================*/
.otc_s9{
    background-color: #ece2e5;
    padding-top: 30px;
}

.otc_s9_upper{
    width: 100%;
    display: block;
    position: relative;
}
.otc_s9_upper .section_inner{
    width: 1314px;
    padding-bottom: 1px;
    z-index: 2;
}
.otc_s9_art1{
    position: absolute;
    background-position: left bottom;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(otc-s8-2.png);
    bottom: 0px;
    left:  0px;
    width: 636px;
    height: 350px;
}

.otc_s9_art2{
    position: absolute;
    background-position: right bottom;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(otc-s8-3.png);
    bottom: 0px;
    right:  0px;
    width: 329px;
    height: 180px;
    opacity: 0.5;
}

.otc_s9_left{
    width: 79%;
    padding-top: 128px;
    padding-left: 19px;
}
.otc_s9_left h3{
    margin: 0px;
    color: #2d3f67;
    letter-spacing: 0.2px;
    padding-bottom: 8px;
}
.otc_s9_left h3 br{ display: none; }
.otc_s9_left h3 mark{
    background-color: transparent;
    background-image: linear-gradient(120deg, #f2cac0 0%, #f2cac0 100%);
    background-size: 100% 53%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    font-weight: 500;
    margin-left: 0px;
    padding-left: 0px;
    color: #2d3f67;
    padding-right: 3px;
}
.not_in_viewport .otc_s9_left h3 mark{
    background-size: 0% 53%;
}
.otc_s9_left p{
}
.otc_s9_left p a{
    font-size: 19px;
    text-align: left;
    color: #000;
    font-family: 'Futura PT';
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 0.95px;
}

.otc_s9_right{
    width: 21%;
    text-align: right;
    padding-bottom: 21px;
}
.otc_s9_right ul{
    margin: 0px;
    padding: 0px;
}
.otc_s9_right ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 16.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 3.5px;
    text-align: right;
    color: #2e3e67;
    display: block;
    padding-top: 15px;
}
.otc_s9_right ul li a{
    color: #2e3e67;
}
.otc_s9_bottom{
    /* margin-top: -7px; */
    position: relative;
    z-index: 5;
}
.otc_s9_bottom iframe{
  width:100% !important;
}
.otc_s9_bottom .instagram_feed{}
.otc_s9_bottom .instagram_gallery{}
.otc_s9_bottom .instagram_gallery a{}
.otc_s9_bottom .instagram_gallery a img{}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .otc_s9{
      padding-top: 2.083vw;
  }
  .otc_s9_upper{
      width: 100%;
  }
  .otc_s9_upper .section_inner{
      width: 91.25vw;
      padding-bottom: 0.069vw;
  }
  .otc_s9_art1{
      bottom: 0vw;
      left:  0vw;
      width: 44.167vw;
      height: 24.306vw;
  }
  .otc_s9_art2{
      bottom: 0vw;
      right:  0vw;
      width: 22.847vw;
      height: 12.5vw;
  }
  .otc_s9_left{
      width: 79%;
      padding-top: 8.889vw;
      padding-left: 1.319vw;
  }
  .otc_s9_left h3{
      margin: 0vw;
      letter-spacing: 0.014vw;
      padding-bottom: 0.556vw;
  }
  .otc_s9_left h3 br{}
  .otc_s9_left h3 mark{
      margin-left: 0vw;
      padding-left: 0vw;
      padding-right: 0.208vw;
  }
  .otc_s9_left p{}
  .otc_s9_left p a{
      letter-spacing: 0.066vw;
  }
  .otc_s9_right{
      width: 21%;
      padding-bottom: 1.458vw;
  }
  .otc_s9_right ul{
      margin: 0vw;
      padding: 0vw;
  }
  .otc_s9_right ul li{
      margin: 0vw;
      padding: 0vw;
      font-size: 1.146vw;
      letter-spacing: 0.243vw;
      padding-top: 1.042vw;
  }
  .otc_s9_right ul li a{}
  .otc_s9_bottom{
      /* margin-top: -0.486vw; */
  }
  .otc_s9_bottom .instagram_feed{}
  .otc_s9_bottom .instagram_gallery{}
  .otc_s9_bottom .instagram_gallery a{}
  .otc_s9_bottom .instagram_gallery a img{}
}
@media screen and (max-width: 1140px){
  .otc_s9{}
  .otc_s9_upper{}
  .otc_s9_upper .section_inner{}
  .otc_s9_art1{}
  .otc_s9_art2{}
  .otc_s9_left{}
  .otc_s9_left h3{}
  .otc_s9_left h3 br{ }
  .otc_s9_left h3 mark{}
  .otc_s9_left p{}
  .otc_s9_left p a{}
  .otc_s9_right{}
  .otc_s9_right ul{}
  .otc_s9_right ul li{
    font-size: 1.4vw;
}
  .otc_s9_right ul li a{}
  .otc_s9_bottom{}
  .otc_s9_bottom .instagram_feed{}
  .otc_s9_bottom .instagram_gallery{}
  .otc_s9_bottom .instagram_gallery a{}
  .otc_s9_bottom .instagram_gallery a img{}
}
@media screen and (max-width: 1024px){
  .otc_s9{}
  .otc_s9_upper{}
  .otc_s9_upper .section_inner{}
  .otc_s9_art1{}
  .otc_s9_art2{}
  .otc_s9_left{}
  .otc_s9_left h3{}
  .otc_s9_left h3 br{ }
  .otc_s9_left h3 mark{}
  .otc_s9_left p{}
  .otc_s9_left p a{}
  .otc_s9_right{}
  .otc_s9_right ul{}
  .otc_s9_right ul li{
    font-size: 1.7vw;
}
  .otc_s9_right ul li a{
}
  .otc_s9_bottom{}
  .otc_s9_bottom .instagram_feed{}
  .otc_s9_bottom .instagram_gallery{}
  .otc_s9_bottom .instagram_gallery a{}
  .otc_s9_bottom .instagram_gallery a img{}
}
@media screen and (max-width: 768px){
  .otc_s9{
    padding-top: 6.25vw;
    padding-bottom: 0.833vw;
}
  .otc_s9_upper{
    padding-bottom: 1.458vw;
}
  .otc_s9_upper .section_inner{
    width: 100%;
    padding-left: 2.708vw;
    padding-right: 2.708vw;
    padding-bottom: 0vw;
}
  .otc_s9_art1{
    width: 54.792vw;
    height: 63.542vw;
    bottom: -26.042vw;
    left: 0vw;
    background-image: url(otc-s8-2-m.png);
}
  .otc_s9_art2{
    width: 41.875vw;
    height: 77.292vw;
    bottom: -44.375vw;
    right: 0vw;
    background-image: url(otc-s8-3-m.png);
}
  .otc_s9_left{
    width: 100%;
    padding-top: 0.889vw;
}
  .otc_s9_left h3{
    line-height: 0.93;
    margin-bottom: 1.25vw;
}
  .otc_s9_left h3 br{display: block;}
  .otc_s9_left h3 mark{}
  .otc_s9_left p{
}
  .otc_s9_left p a{
    letter-spacing: 0.167vw;
}
  .otc_s9_right{
    display: none;
}
  .otc_s9_right ul{
    padding: 0vw;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
  .otc_s9_right ul li{
    margin: 0vw;
    display: inline-block;
    position: relative;
    padding-left: 0.625vw;
    padding-right: 0.625vw;
    padding-top: 0vw;
}
  .otc_s9_right ul li a{
    text-transform: uppercase;
    padding-top: 2.083vw;
    display: inline-block;
    padding-bottom: 2.083vw;
    position: relative;
    padding-left: 3.333vw;
    padding-right: 3.125vw;
    margin: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 2.2vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.5;
    letter-spacing: 0.802vw;
    color: #2e3e67;
}
  .otc_s9_right ul li a:before{
    content: " ";
    position: absolute;
    z-index: 0;
    width: 2px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #2E3E67;
    opacity: 1;
    height: 2vw;
    right: -1.042vw;
    bottom: 1.667vw;
  }
  .otc_s9_right ul li:last-child a:before{display: none;}
  .otc_s9_right.mobile_only{
  display:block;
  width: 100%;
  padding-top: 4.167vw;
  padding-bottom: 3.125vw;
  padding-left: 5vw;
  padding-right: 5vw;
}
  .otc_s9_bottom{}
  .otc_s9_bottom .instagram_feed{}
  .otc_s9_bottom .instagram_gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
  .otc_s9_bottom .instagram_gallery a{
    width: 50%;
}
  .otc_s9_bottom .instagram_gallery a img{
    width: 100% !important;
}
  .otc_s9_bottom .instagram_gallery a:last-child{display: none;}
  .otc_s9_bottom .instagram_gallery a:nth-last-child(5){display: none;}
  .otc_s9_right ul li:nth-child(3) a:before{
      display: none;
  }
}
@media screen and (max-width: 550px){
  .otc_s9{
    padding-top: 14.25vw;
    padding-bottom: 0.833vw;
}
  .otc_s9_upper{
    padding-bottom: 1.458vw;
}
  .otc_s9_upper .section_inner{
    width: 100%;
    padding-left: 3.708vw;
    padding-right: 3.708vw;
    padding-bottom: 0vw;
}
  .otc_s9_art1{
    width: 54.792vw;
    height: 63.542vw;
    bottom: -26.042vw;
    left: 0vw;
    background-image: url(otc-s8-2-m.png);
}
  .otc_s9_art2{
    width: 41.875vw;
    height: 77.292vw;
    bottom: -44.375vw;
    right: 0vw;
    background-image: url(otc-s8-3-m.png);
}
  .otc_s9_left{
    width: 100%;
    padding-left: 0;
}
  .otc_s9_left h3{
    line-height: 0.93;
    margin-bottom: 1.25vw;
}
  .otc_s9_left h3 br{display: block;}
  .otc_s9_left h3 mark{}
  .otc_s9_left p{
}
  .otc_s9_left p a{
    letter-spacing: 0.167vw;
}
  .otc_s9_right{
    display: none;
}
  .otc_s9_right ul{
    padding: 0vw;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
  .otc_s9_right ul li{
    margin: 0vw;
    display: inline-block;
    position: relative;
    padding-left: 0.625vw;
    padding-right: 0.625vw;
    padding-top: 0vw;
}
  .otc_s9_right ul li a{
    text-transform: uppercase;
    padding-top: 2.083vw;
    display: inline-block;
    padding-bottom: 2.083vw;
    position: relative;
    padding-left: 3.333vw;
    padding-right: 3.125vw;
    margin: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 3.438vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.5;
    letter-spacing: 0.802vw;
    color: #2e3e67;
}
  .otc_s9_right ul li a:before{
    content: " ";
    position: absolute;
    z-index: 0;
    width: 0.417vw;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #2E3E67;
    opacity: 1;
    height: 2.917vw;
    right: -1.042vw;
    bottom: 1.667vw;
  }
  .otc_s9_right ul li:last-child a:before{display: none;}
  .otc_s9_right.mobile_only{
  display:block;
  width: 100%;
  padding-top: 4.167vw;
  padding-bottom: 3.125vw;
  padding-left: 0vw;
  padding-right: 0vw;
}
  .otc_s9_bottom{}
  .otc_s9_bottom .instagram_feed{}
  .otc_s9_bottom .instagram_gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
  .otc_s9_bottom .instagram_gallery a{
    width: 50%;
}
  .otc_s9_bottom .instagram_gallery a img{
    width: 100% !important;
}
  .otc_s9_bottom .instagram_gallery a:last-child{display: none;}
  .otc_s9_bottom .instagram_gallery a:nth-last-child(5){display: none;}
}


/**Site Footer**/
/*========================================**/
footer{
    position: relative;
    z-index: 5;
}
.otc_footer{
    width: 100%;
    background-color: #000;
    padding-bottom: 20px;
    padding-top: 17px;
}
.otc_footer .section_inner{
    width: 1304px;
}

.otc_footer_left{
    width: 70%;
    padding-left: 49px;
}
.otc_footer_left span{
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1.69px;
  color: #ffffff;
  text-transform: uppercase;
}
.otc_footer_left span.text{
  text-transform: unset;
  letter-spacing: 1.8px;
}
.otc_footer_left span a{
    color: #a3697e;
}
.otc_footer_left span.divider{
    padding-left: 7px;
    padding-right: 7px;
}

.otc_footer_right{
    width: 30%;
    text-align: right;
}
.otc_footer_right ul{
    margin: 0px;
    padding: 0px;
}
.otc_footer_right ul li{
    margin: 0px;
    list-style: none;
    display: inline-block;
    margin-left: 17px;
}
.otc_footer_right ul li a{}
.otc_footer_right ul li a img{}

.otc_footer_right.mobile_only{
   display: none;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  footer{}
  .otc_footer{
      width: 100%;
      padding-bottom: 1.389vw;
      padding-top: 1.181vw;
  }
  .otc_footer .section_inner{
      width: 90.556vw;
  }
  .otc_footer_left{
      width: 70%;
      padding-left: 3.403vw;
  }
  .otc_footer_left span{
    font-size: 1.042vw;
    letter-spacing: 0.117vw;
  }
  .otc_footer_left span.text{
    letter-spacing: 0.125vw;
  }
  .otc_footer_left span a{}
  .otc_footer_left span.divider{
      padding-left: 0.486vw;
      padding-right: 0.486vw;
  }
  .otc_footer_right{
      width: 30%;
  }
  .otc_footer_right ul{
      margin: 0vw;
      padding: 0vw;
  }
  .otc_footer_right ul li{
      margin: 0vw;
      margin-left: 1.181vw;
  }
  .otc_footer_right ul li a{}
  .otc_footer_right ul li a img{}
  .otc_footer_right.mobile_only{}
}
@media screen and (max-width: 1140px){
  footer{}
  .otc_footer{}
  .otc_footer .section_inner{
    width: 82.556vw;
}
  .otc_footer_left{
    width: 76%;
}
  .otc_footer_left span{
    font-size: 1.2vw;
}
  .otc_footer_left span.text{
    font-size: 1.2vw;
}
  .otc_footer_left span a{}
  .otc_footer_left span.divider{}
  .otc_footer_right{
    width: 24%;
}
  .otc_footer_right ul{}
  .otc_footer_right ul li{}
  .otc_footer_right ul li a{}
  .otc_footer_right ul li a img{}
  .otc_footer_right.mobile_only{}
}
@media screen and (max-width: 1024px){
  footer{}
  .otc_footer{}
  .otc_footer .section_inner{}
  .otc_footer_left{
    width: 78%;
}
  .otc_footer_left span{
    font-size: 1.3vw;
}
  .otc_footer_left span.text{
    font-size: 1.3vw;
}
  .otc_footer_left span a{}
  .otc_footer_left span.divider{}
  .otc_footer_right{
    width: 22%;
}
  .otc_footer_right ul{}
  .otc_footer_right ul li{}
  .otc_footer_right ul li a{}
  .otc_footer_right ul li a img{}
  .otc_footer_right.mobile_only{}
}
@media screen and (max-width: 768px){
  footer{}
  .otc_footer{
    padding-top: 4.167vw;
    padding-bottom: 4.792vw;
}
  .otc_footer .section_inner{
    width: 100%;
    padding: 0vw;
}
  .otc_footer_left{
    width: 100%;
    padding: 0vw;
}
  .otc_footer_left span{
    font-size: 2.3vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: 0.375vw;
    text-align: center;
    display: block;
}
  .otc_footer_left span.text{
    font-size: 2.6vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: 0.375vw;
    text-align: center;
}
  .otc_footer_left span a{}
  .otc_footer_left span.divider{display: none;}
  .otc_footer_right{
    display: none;
}
  .otc_footer_right ul{}
  .otc_footer_right ul li{}
  .otc_footer_right ul li a{}
  .otc_footer_right ul li a img{}
  .otc_footer_right.mobile_only{}
}
@media screen and (max-width: 550px){
  footer{}
  .otc_footer{
    padding-top: 4.167vw;
    padding-bottom: 4.792vw;
}
  .otc_footer .section_inner{
    width: 100%;
    padding: 0vw;
}
  .otc_footer_left{
    width: 100%;
    padding: 0vw;
}
  .otc_footer_left span{
    font-size: 2.917vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: 0.375vw;
    text-align: center;
    display: block;
}
  .otc_footer_left span.text{
    font-size: 2.917vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: 0.375vw;
    text-align: center;
}
  .otc_footer_left span a{}
  .otc_footer_left span.divider{display: none;}
  .otc_footer_right{
    display: none;
}
  .otc_footer_right ul{}
  .otc_footer_right ul li{}
  .otc_footer_right ul li a{}
  .otc_footer_right ul li a img{}
  .otc_footer_right.mobile_only{}
}