/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');
/* font-family: 'Quicksand', sans-serif; */

@font-face {
  font-family: 'AvenirLT';
  src: url('avenirlt-heavy.woff2') format('woff2'),
    url('avenirlt-heavy.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirLT';
  src: url('avenirlt-black.woff2') format('woff2'),
    url('avenirlt-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirLT';
  src: url('avenirlt-roman.woff2') format('woff2'),
    url('avenirlt-roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirLT';
  src: url('avenirlt-medium.woff2') format('woff2'),
    url('avenirlt-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vanitas';
  src: url('vanitas-regular.woff2') format('woff2'),
    url('vanitas-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vanitas';
  src: url('vanitas-black.woff2') format('woff2'),
    url('vanitas-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'AvenirLT';
  font-weight: normal;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: 1.24px;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Vanitas';
  font-weight: normal;
  color: #111319;
}

h1,
.h1 {
  font-size: 90px;
  line-height: 0.88;
  letter-spacing: 0.9px;
}

h2 {
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.7px;
}

h3 {
  font-size: 85.5px;
  font-weight: bold;
  letter-spacing: 8.55px;
}

h4 {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 4px;
}

h5 {
  font-family: 'BrandonText';
  font-size: 23px;
  font-weight: bold;
  line-height: 1.59;
  letter-spacing: 3.3px;
}

h6 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #0b1935;
}


/*
  Media 1440
-----------------------------*/


.mobile_only {
  display: none;
}

.container--main {
  background: #ffffff !important;
}

.pf4_button {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-family: 'AvenirLT';
  font-weight: 900;
  padding: 18px 48px 16px 40px;
  background-color: #eeba66;
  color: #ffffff;
}

.pf4_button:hover {
  background-color: #000 !important;
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  body {
    font-size: 1.25vw;
    letter-spacing: 0.086vw;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.389vw;
  }

  h1,
  .h1 {
    font-size: 6.25vw;
    letter-spacing: 0.063vw;
  }

  h2 {
    font-size: 4.861vw;
    letter-spacing: 0.049vw;
  }

  h3 {
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }

  h4 {
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }

  h5 {
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }

  h6 {
    font-size: 1.667vw;
  }

  .pf4_button {
    font-size: 1.042vw;
    letter-spacing: 0.188vw;
    padding: 1.25vw 3.333vw 1.111vw 2.778vw;
  }

}

@media screen and (max-width: 1140px) {
  body {
    font-size: 1.5vw;
    letter-spacing: 0.086vw;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.389vw;
  }

  h1,
  .h1 {
    font-size: 6.25vw;
    letter-spacing: 0.063vw;
  }

  h2 {
    font-size: 4.861vw;
    letter-spacing: 0.049vw;
  }

  h3 {
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }

  h4 {
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }

  h5 {
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }

  h6 {
    font-size: 1.667vw;
  }

  .pf4_button {
    font-size: 1.5vw;
    letter-spacing: 0.188vw;
    padding: 1.22vw 3.333vw 1.111vw 2.9vw;
  }

}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.8vw;
    letter-spacing: 0.086vw;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2.5vw;
    letter-spacing: 0.086vw;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.389vw;
  }

  h1,
  .h1 {
    font-size: 6.25vw;
    letter-spacing: 0.063vw;
  }

  h2 {
    font-size: 4.861vw;
    letter-spacing: 0.049vw;
  }

  h3 {
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }

  h4 {
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }

  h5 {
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }

  h6 {
    font-size: 1.667vw;
  }

  .pf4_button {
    font-size: 2vw;
    letter-spacing: 0.188vw;
    padding: 2.14vw 4vw 2vw 4vw;
  }

}

@media screen and (max-width: 550px) {
  body {
    font-size: 3.750vw;
    letter-spacing: 0.263vw;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.389vw;
  }

  h1,
  .h1 {
    font-size: 13.438vw;
    letter-spacing: 0.063vw;
  }

  h2 {
    font-size: 10.417vw;
    letter-spacing: 0.1vw;
  }

  h3 {
    font-size: 5.938vw;
    letter-spacing: 0.594vw;
  }

  h4 {
    font-size: 2.986vw;
    letter-spacing: 0.278vw;
  }

  h5 {
    font-size: 1.597vw;
    letter-spacing: 0.229vw;
  }

  h6 {
    font-size: 1.667vw;
  }

  .pf4_button {
    font-size: 3.125vw;
    letter-spacing: 0.6vw;
    padding: 3.7vw 9.2vw 3.4vw 8.4vw;
  }

}


/*
  Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
  position: relative;
}

.full-bg-holder>* {
  position: relative;
  z-index: 1;
}

.full-left-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  opacity: 0;
  background-size: cover;
}

.full-left-bg.active {
  opacity: 1;
}

/*
  Globals --> Full right BG
-----------------------------*/
.full-right-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #859CAC;
  opacity: 0;
}

.full-right-bg.active {
  opacity: 1;
}

/*
  Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
  display: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background-color: #859CAC;
}

.full-bg-mobile.active {
  opacity: 1;
}

@media (max-width: 980px) {
  .full-bg-mobile {
    display: block;
  }
}

.section_inner {
  width: 1080px;
  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;
}

.pf4_mobile_img,
.pf4_mobile_icon {
  width: 100% !important;
  display: none !important;
}

/* 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;
}

.header .user {
  /*============================================================================
  #User Avatar
==============================================================================*/
  /*============================================================================
  #User Dropdown
==============================================================================*/
}

.header .user__avatar {
  height: 40px;
  max-height: 40px;
  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;
  background-clip: padding-box;
  margin-bottom: -12px;
  margin-top: -10px;
  margin-left: 0px;
}

.header .user__dropdown {
  position: absolute;
  z-index: 2000;
  top: 46px;
  right: 0;
  display: none;
  padding: 20px 30px;
  text-align: left;
  white-space: nowrap;
  border-top: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-shadow: 0 7px 10px 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: 40px !important;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.header--center .user {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.header--center .user__dropdown {
  top: 50px;
}

.header--center .user__dropdown a {
  line-height: 40px;
  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) {}


/* 
=======================================
  Site Header Section
=========================================*/
html {
  padding-top: 0 !important;
}

/* 
=======================================
  Site Header Section
=========================================*/
.pf4_site_header {
  padding: 0;
  position: fixed;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0) !important;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 8px;
}

.pf4_site_header.active {
  background-color: #fff !important;
  padding-top: 6px;
  padding-bottom: 2px;
}

.pf4_site_header .section_inner {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: -6px;

}

.pf4_heade_logo {
  width: 25%;
  padding-top: 38px;
  z-index: 2;
}


.pf4_heade_logo a {
  display: inline-block;
  margin: 0px;
}

.pf4_heade_logo img {
  height: auto;
  width: auto;
  max-height: unset !important;
  top: 0px;
}

.pf4_header_right {
  width: 75%;
  text-align: right;
  padding-top: 37px;
  padding-left: 11px;
  order: 1;
}

.pf4_header_right.style_1 {
  width: 44%;
  text-align: right;
}

.pf4_header_right ul {
  margin: 0px;
  padding: 0px;
  width: auto;
  display: inline-block;
}

.pf4_header_right ul li {
  list-style: none;
  margin: 0px;
  display: inline-block;
  position: relative;
  padding-left: 24px !important;
  padding-right: 2px;
}

.pf4_header_right ul li a strong {
  display: none;
}

.pf4_header_right ul li:last-child a:before {
  display: none;
}

.pf4_header_right a {
  font-family: 'AvenirLT';
  text-transform: uppercase;
  padding-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  margin: 0 !important;
  font-size: 14.5px;
  line-height: 1.72;
  letter-spacing: 2.61px;
  color: #000000;
  font-weight: 500;
}

.pf4_header_right a:hover {
  color: #000000;
}

.pf4_header_right a:before,
.pf4_header_right a:after,
.pf4_header_right a i {

  position: absolute;
  height: 10px;
  bottom: 20px;
  z-index: 0;
  opacity: 0;
}

.pf4_header_right a span {
  position: relative;
  z-index: 1;
  padding-right: 1px;
}

.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: 2px;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  right: -15px;
  background-color: #000;
  opacity: 1;
  height: 14px;
  bottom: 17px;
}

.pf4_header_right a:before {
  width: 2px;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  right: -9px;
  background-color: #000;
  opacity: 1;
  height: 14px;
  bottom: 15px;
}

.pf4_header_right a:after {
  width: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  right: 0;
  border: 0;
}

.pf4_header_right a i {
  left: 23px;
  width: calc(100% - 52px);
  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: 2px;
  left: 0px;
  padding-left: 7px;
  padding-right: 7px;
}

.pf4_header_right a:hover strong:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
}

.pf4_header_social_icon {
  width: 15%;
  text-align: right;
  padding-top: 12px;
}

.pf4_header_social_icon a {
  text-decoration: none;
  display: inline-block;
  margin-left: 3px;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pf4_header_social_icon a img {
  height: 17px;
}

.dropdown-menu li {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.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: 10px;
}

.dropdown-menu li a {
  padding-top: 0;
  padding-bottom: 0;
}

li.dropdown:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -8px;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

.pf4_header_right ul li {
  position: relative;
}

.pf4_header_right ul li a:hover span {
  background-color: rgba(255, 255, 255, 0);
}

.pf4_header_right ul li:hover:before {
  width: 103%;
  height: 7px;
  background-color: #d1fa05;
  bottom: 3px;
  left: -3px;
  display: block;
  position: absolute;
}

.pf4_header_right ul li:hover i {
  background-image: url(hover_arrow.png);
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -19px;
  top: 4px;
}

/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {
  margin: 3px 0;
  position: absolute;
  top: 8px;
  right: -5px;
  display: none;
  width: 48px;
  height: 44px;
  cursor: pointer;
  background-image: url(open_img2.png);
  background-position: center right;
  background-repeat: no-repeat;
}

a.responsive-menu-hand span,
a.responsive-menu-close span {
  display: none;
}


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: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 8px;
  right: 37px;
  background-image: url(close.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.responsive-menu .user__avatar {
  display: none;
}

.responsive-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -110%;
  background: rgb(173 220 220 / 98%);
  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: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 22px !important;
  letter-spacing: 0.3px;
  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: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 40px;
  cursor: pointer;
  border-left: solid 1px #ffbea5;
  background-size: 20px;
  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: 30px;
  border-bottom: solid 1px #E9E9E9;
  background-color: #F0F0F0;
}

.responsive-menu ul li ul li ul li a {
  font-size: 80%;
  padding-left: 30px;
  border-bottom: solid 1px #E9E9E9;
  background-color: #E4E4E4;
}

.pf4_header_userarea span a {
  display: block;
  text-align: center;
}

span[kjb-settings-id="sections_header_settings_language_login"] {
  padding-left: 23px;
}

span[kjb-settings-id="sections_header_settings_language_login"] a {
  border: solid 2px #000;
  padding: 3px 17px 2px 17px;
  line-height: 18px !important;
}

html {
  padding: 0px !important;
}

.header .logo--image.mobile_only {
  display: none;
}


.pf4_site_header.active .section_inner {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.pf4_site_header.active .pf4_heade_logo {
  padding-top: 6px;
  width: 35%;
  order: 1;
  text-align: left;
}

.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: 90%;
  margin: 0px;
}

.pf4_site_header.active .pf4_header_right {
  padding-top: 8px;
  width: 65%;
}

.pf4_site_header.active {
  box-shadow: 0px -4px 10px #000;
}

@media screen and (max-width: 1440px) {
  span[kjb-settings-id="sections_header_settings_language_login"] {
    padding-left: 1.597vw;
  }


}

@media screen and (max-width: 1140px) {
  .pf4_heade_logo img {
    width: 100%;
    top: 0px;
  }

  .pf4_header_right {
    padding-top: 19px;
  }

  .pf4_site_header.active .section_inner {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .pf4_header_right.style_2 {
    display: block;
    padding-top: 0px;
    padding-left: 0px;
  }

  a.responsive-menu-hand {
    display: block;
    top: 1vw;
    right: 0px;
  }

  .pf4_site_header.active a.responsive-menu-hand {
    top: 0.5vw;
  }

  .pf4_header_right ul {
    display: none;
  }

  .pf4_heade_logo {
    padding-left: 0px;
    padding-top: 2vw;
  }

  .pf4_heade_logo a {
    margin: 0px;
  }
}

@media (max-width: 1024px) {
  .pf4_site_header {
    padding-top: 21px;
  }

  .pf4_site_header.active {
    position: fixed;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .pf4_site_header .section_inner {
    width: 100%;
    margin-bottom: 0px;
  }

  .pf4_heade_logo {
    padding-top: 2vw;
  }

  a.responsive-menu-hand span {
    display: block;
    top: 5vw;
  }

  .header .header-menu {
    display: none !important;
  }

  a.responsive-menu-hand {
    display: block;
  }

  a.responsive-menu-hand {
    top: 1.3vw;
  }

  .pf4_site_header.active .pf4_heade_logo a {
    margin: 0px;
    text-align: left;
    display: block;
  }

  .pf4_site_header.active .pf4_heade_logo {
    padding-top: 0px;
  }

  .pf4_site_header.active a.responsive-menu-hand {
    top: 0.1vw;
  }
}

@media (max-width: 768px) {
  .pf4_site_header {
    padding-top: 21px;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 35px;
  }

  .header .logo--image {
    height: auto !important;
    max-height: unset !important;
    max-width: 100%;
  }


  a.responsive-menu-hand {
    top: 1.6vw;
  }

  .pf4_heade_logo {
    padding-top: 2vw;
    width: 50%;
  }

  .pf4_site_header.active .pf4_header_right .responsive-menu-hand {
    top: 0.1vw;
  }

  .pf4_site_header.active .pf4_heade_logo {
    width: 70%;
    padding-top: 1px;
    padding-left: 0vw;
    padding-right: 0vw;
  }

  .pf4_site_header.active .pf4_header_right {
    width: 30%;
  }

  .pf4_header_right {
    width: 50%;
  }

  .pf4_site_header.active .pf4_heade_logo img {
    width: 35vw;
    margin: 0px;
  }
}

@media (max-width: 550px) {
  .pf4_site_header {
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 8.5vw;
    padding-right: 8vw;
    position: absolute;
  }

  .pf4_heade_logo {
    padding-top: 9.8vw;
    width: 68%;
  }

  .pf4_heade_logo img {
    width: 100%;
  }

  a.responsive-menu-hand {
    top: 8.7vw;
  }

  .pf4_site_header.active .pf4_header_right .responsive-menu-hand {
    top: 5px;
    background-image: url(open_img2.png);
    right: -12px;
  }

  .pf4_site_header.active {
    position: absolute;
    padding-left: 7vw;
    padding-right: 7vw;
    display: none;
  }

  .pf4_header_right {
    width: 32%;
  }

  .pf4_site_header.active .pf4_header_right {
    height: auto;
    background-color: rgb(33 55 94 / 0%);
  }
}


/*
  Section 07
=========================================*/
.home_s7 {
  position: relative;
  padding-top: 121px;
  padding-bottom: 90px;
  background-color: #B3DED4;
}

.home_s7_art1 {
  width: 185px;
  height: 218px;
  position: absolute;
  background-image: url(home_s7_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  bottom: 0px;
  right: 0px;
}

.home_s7_art2 {
  width: 358px;
  height: 299px;
  position: absolute;
  background-image: url(home_s7_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  top: -170px;
  left: -54px;
}


.home_s7_left {
  width: 36%;
  padding-left: 48px;
  position: relative;
}

.home_s7_left h2 {
  margin: 0px;
  margin-right: -70px;
  color: #000000;
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
}

.home_s7_left h2 mark {
  background-color: transparent;
  background-image: linear-gradient(101deg, #000000 6%, #000000 94%);
  background-repeat: no-repeat;
  background-size: 100% 3%;
  background-position: 0px 88%;
  padding: 0;
  color: #000000;
}


.home_s7_social {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block !important;
}

.home_s7_social ul {
  margin: 0px;
  padding: 0px;
  padding-top: 43px;
}

.home_s7_social ul li {
  list-style: none;
  display: inline-block;
  margin: 0px;
  margin-right: 24px;
}

.home_s7_social ul li a {
  display: block;
  margin: 0px;
}


.home_s7_right {
  width: 64%;
  padding-top: 80px;
  padding-left: 9px;
}

.home_s7_right p {
  font-family: 'AvenirLT';
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.1px;
  color: #111319;
  text-transform: uppercase;
  font-size: 20.5px;
  margin: 0px;
  padding-bottom: 17px;
}

.home_s7_form {
  padding-top: 32px;
}



.home_s7_form_in {
  padding-left: 2px;
  padding-right: 22px;
}

.home_s7_form_in input {
  border: 0px;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 15px;
  padding: 0px;
  padding-top: 5px;
  letter-spacing: 3.7px;
  padding-bottom: 17px;
  margin-bottom: 23px;
}

.home_s7_form_in .submit-field {
  padding-top: 14px;
  margin-left: -3px;
}

.home_s7_form_in input[type="submit"] {
  border: 0px;
  padding: 18px 39px 16px 41px;
  width: auto;
  letter-spacing: 2.7px;
}
.home_s7_form_in input[type="text"],
.home_s7_form_in input[type="email"]{
  background-color:transparent;
}
.home_s7_form_in input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b5b5b5;
}

.home_s7_form_in input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5;
}

.home_s7_form_in input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b5b5b5;
}

.home_s7_form_in input:-moz-placeholder {
  /* Firefox 18- */
  color: #b5b5b5;
}

@media screen and (max-width: 1440px) {
  .home_s7 {
    padding-top: 8.403vw;
    padding-bottom: 6.25vw;
  }

  .home_s7_art1 {
    width: 12.847vw;
    height: 15.139vw;
  }

  .home_s7_art2 {
    width: 24.861vw;
    height: 20.764vw;
    top: -11.806vw;
    left: -3.75vw;
  }

  .home_s7 .section_inner {
    width: 75vw;
  }

  .home_s7_left {
    padding-left: 3.333vw;
  }

  .home_s7_left h2 {
    margin-right: -4.861vw;
    padding-bottom: 1.736vw;
  }

  .home_s7_social ul {
    padding-top: 2.986vw;
  }

  .home_s7_social ul li {
    margin-right: 1.667vw;
  }

  .home_s7_right {
    padding-top: 5.556vw;
    padding-left: 0.625vw;
  }

  .home_s7_right p {
    letter-spacing: 0.076vw;
    font-size: 1.424vw;
    padding-bottom: 1.181vw;
  }

  .home_s7_form {
    padding-top: 2.222vw;
  }

  .home_s7_form_in {
    padding-left: 0.139vw;
    padding-right: 1.528vw;
  }

  .home_s7_form_in input {
    font-size: 1.042vw;
    padding-top: 0.347vw;
    letter-spacing: 0.257vw;
    padding-bottom: 1.181vw;
    margin-bottom: 1.597vw;
  }

  .home_s7_form_in .submit-field {
    padding-top: 0.972vw;
    margin-left: -0.208vw;
  }

  .home_s7_form_in input[type="submit"] {
    padding: 1.25vw 2.708vw 1.111vw 2.847vw;
    letter-spacing: 0.188vw;
  }
}

@media screen and (max-width: 1140px) {
  .home_s7_form_in input {
    font-size: 1.5vw;
  }

  .home_s7_form_in input[type="submit"] {
    padding: 1.22vw 3.333vw 1.111vw 3.333vw;
  }
}

@media screen and (max-width: 1024px) {
  .home_s7 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .home_s7 .section_inner {
    width: 100%;
  }

  .home_s7_form_in input[type="submit"] {
    padding: 1.22vw 3.333vw 1.111vw 3.333vw;
  }
}

@media screen and (max-width: 768px) {

  .home_s7_left {
    width: 100%;
    padding-left: 0vw;
  }

  .home_s7_right {
    width: 100%;
    padding-left: 0vw;
    padding-top: 1vw;
  }

  .home_s7_right p {
    font-size: 2.5vw;
  }

  .home_s7_form_in input {
    font-size: 2vw;
    margin-bottom: 2.528vw;
  }

  .home_s7_form_in input[type="submit"] {
    padding: 1.52vw 4.333vw 1.411vw 4.333vw;
  }
}

@media screen and (max-width: 550px) {
  .home_s7 {
    padding-left: 11vw;
    padding-right: 7vw;
    padding-top: 13.8vw;
    padding-bottom: 3vw;
  }

  .home_s7_art1 {
    width: 15.833vw;
    height: 21.667vw;
    background-image: url(home_s7_2m.png);
  }

  .home_s7_art2 {
    display: none;
  }

  .home_s7_art3 {
    position: absolute;
    background-image: url(home_s7_1m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 42.500vw;
    height: 62.292vw;
    top: -27.5vw;
    left: 0vw;
  }


  .home_s7_left h2 {
    line-height: 01.1;
  }
  .home_s7_social ul li {
    margin-right: 5vw;
  }

  .home_s7_right p {
    font-size: 4.44vw;
    line-height: 1.5;
    padding-bottom: 1.4vw;
    letter-spacing: 0.13vw;
    padding-right: 5vw;
  }

  .home_s7_right p br {
    display: none;
  }

  .home_s7_form_in {
    padding-top: 4.4vw;
    padding-left: 0.7vw;
    padding-right: 1vw;
  }

  .home_s7_form_in input {
    font-size: 3.125vw;
    letter-spacing: 0.563vw;
    padding-bottom: 2.3vw;
    margin-bottom: 5vw;
  }

  .home_s7_form_in .submit-field {
    padding-top: 2.7vw;
  }

  .home_s7_form_in input[type="submit"] {
    font-size: 3.125vw;
    letter-spacing: 0.6vw;
    padding: 3.7vw 9.2vw 3.4vw 8.4vw;
  }
}



/*
  MBL Footer
=========================================*/
.mbl_footer {
  background-color: #000000;
  padding-bottom: 20px;
  padding-top: 18px;
}

.mbl_footer .section_inner {
  font-family: 'Quicksand', sans-serif;
  color: #FFF;
  letter-spacing: 1.7px;
  font-size: 15px;
  font-weight: normal;
  width: 1230px;
  text-align: center;
  display: block;
}

.mbl_footer a {
  margin: 0px;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
}

.mbl_footer .divider {
  color: #FFF;
  display: inline-block;
  padding-left: 13px;
  padding-right: 6px;
}

.mbl_footer .text2 {
  text-transform: uppercase;
}

.mbl_footer .Brandup {
  color: #6bbdb9;
}

.mbl_footer_menu {
  display: inline-block;
}

.mbl_footer_menu div {
  display: inline-block;
}

.mbl_footer_menu div:last-child .divider {
  display: none;
}

/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px) {
  .mbl_footer {
    padding-bottom: 1.597vw;
    padding-top: 1.528vw;
  }

  .mbl_footer .section_inner {
    letter-spacing: 0.118vw;
    font-size: 1.042vw;
    width: 85.417vw;
  }

  .mbl_footer a {
    margin: 0vw;
  }

  .mbl_footer .divider {
    padding-left: 0.903vw;
    padding-right: 0.417vw;
  }

}

@media screen and (max-width: 1140px) {

  .mbl_footer .text {
    font-size: 1.5vw;
  }

  .mbl_footer .text2 {
    font-size: 1.5vw;
  }

  .mbl_footer .Brandup {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .mbl_footer {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .mbl_footer .section_inner {
    font-size: 1.6vw;
    width: 100%;
  }

  .mbl_footer .divider.s1 {
    display: block;
    height: 1px;
    opacity: 0;
  }

}

@media screen and (max-width: 768px) {
  .mbl_footer .section_inner {
    font-size: 1.9vw;
  }

  .mbl_footer .divider.s2 {
    display: block;
    height: 1px;
    opacity: 0;
  }

  .mbl_footer .text {
    font-size: 1.9vw;
  }

}

@media screen and (max-width: 550px) {
  .mbl_footer {
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 3.9vw;
    padding-top: 3.9vw;
    line-height: 1.1;
  }

  .mbl_footer .section_inner {
    font-size: 3.3vw;
    letter-spacing: 0.39vw;
  }

  .mbl_footer .divider {
    padding-left: 0.903vw;
    padding-right: 0.3vw;
  }

  .mbl_footer .divider.s1 {
    height: 7px;
  }

  .mbl_footer .divider.s2 {
    height: 7px;
  }

  .mbl_footer .text {
    font-size: 2.99vw;
  }

  .mbl_footer .text2 {
    font-size: 2.99vw;
    letter-spacing: 0.2vw;
  }

  .mbl_footer .Brandup {
    letter-spacing: 0.2vw;
    font-size: 2.99vw;
  }
}




/* about page CSS start here  */




/* section 1 */
.about_s1 {
  padding-top: 147px;
  padding-bottom: 107px;
  background-color: #F5E9DD;
}

.about_s1 .about_section_inner {
  margin: 0 auto;
  width: 1180px;
  position: relative;
  z-index: 1;
}

.about_s1_art {
  position: absolute;
  background: url(about_s1_art.png) no-repeat;
  background-size: contain;
  width: 637px;
  height: 651px;
  right: -529px;
  top: -335px;
  z-index: 9;
}

.about_s1_img {
  margin-left: 56px;
  width: 871px;
}

.about_s1_title {
  position: absolute;
  top: 67.4%;
  left: 30%;
  background-color: #fff;
  padding: 12px 28px 5px 18px;
}

.about_s1_title h1 {
  font-family: Vanitas;
  font-size: 90px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: 0.9px;
  color: #111319;
}

.about_s1_title h1 mark {
  background-color: transparent;
  background-image: linear-gradient(101deg, #000000 6%, #000000 94%);
  background-repeat: no-repeat;
  background-size: 100% 4%;
  background-position: 0px 89%;
  padding: 0;
  color: #000000;
}

/* responsive */
@media (max-width: 1440px) {
  .about_s1 {
    padding-top: 10.208vw;
    padding-bottom: 7.431vw;
  }
  
  .about_s1 .about_section_inner {
    width: 81.944vw;
  }
  
  .about_s1_art {
    width: 44.236vw;
    height: 45.208vw;
    right: -36.736vw;
    top: -23.264vw;
  }
  
  .about_s1_img {
    margin-left: 3.889vw;
    width: 60.486vw;
  }
  
  .about_s1_title {
    padding: 0.833vw 1.944vw 0.347vw 1.25vw;
  }
  
  .about_s1_title h1 {
    font-size: 6.25vw;
    letter-spacing: 0.063vw;
  }
  
}

@media (max-width: 1140px) {
    .about_s1 {
    padding-top: 12vw;
  }
    .about_s1_title h1 {
    font-size: 6.25vw;
  }
}

@media (max-width: 1024px) {
      .about_s1 {
    padding-top: 14vw;
  }
      .about_s1_title h1 {
  }
}

@media (max-width: 768px) {
      .about_s1 {
    padding-top: 16vw;
  }
      .about_s1_title h1 {
  }
}

@media (max-width: 550px) {
      .about_s1 {
    padding-top: 32vw;
    padding-bottom: 8.5vw;
  }

  .about_s1_title {
  top: 59.4%;
  left: 12%;
}
      .about_s1_title h1 {
    font-size: 8.438vw;
  }
  .about_s1_art {
    width: 58.236vw;
    height: 61.208vw;
    right: -38.736vw;
    top: -38.264vw;
}
}

/* section 2 */
.about_s2 {
  padding-top: 91px;
  padding-bottom: 137px;
}

.about_s2 .about_section_inner {
  margin: 0 auto;
  width: 1120px;
}

.about_s2 p {
  font-family: 'AvenirLT';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.26px;
  text-align: center;
  color: #111319;
  margin-bottom: 30px;
}

.about_s2 p br.m{
     display: none;
   }

.about_s2 p:last-child {
  margin-bottom: 0;
}

/* responsive */
@media (max-width: 1440px) {
  .about_s2 {
    padding-top: 6.319vw;
    padding-bottom: 9.514vw;
  }
  
  .about_s2 .about_section_inner {
    width: 77.778vw;
  }
  
  .about_s2 p {
    font-size: 1.25vw;
    letter-spacing: 0.087vw;
    margin-bottom: 2.083vw;
  }
  
}

@media (max-width: 1140px) {
      .about_s2 p {
    font-size: 1.5vw;
  }

   .about_s2 p br{
     display: none;
   }
}

@media (max-width: 1024px) {
    .about_s2 p {
    font-size: 1.8vw;
  }
}

@media (max-width: 768px) {
      .about_s2 p {
    font-size: 2.5vw;
  }
}

@media (max-width: 550px) {
    .about_s2 {
    padding-top: 7vw;
    padding-bottom: 33vw;
  }
      .about_s2 p {
    font-size: 3.750vw;
  }
   .about_s2 p br.m{
     display: block;
   }
}