/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@font-face {
    font-family: 'river_jaderegular';
    src: url('river_jade-webfont.woff2') format('woff2'),
         url('river_jade-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sofia_probold';
    src: url('sofia_pro_bold-webfont.woff2') format('woff2'),
         url('sofia_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sofia_prolight';
    src: url('sofiapro-light-webfont.woff2') format('woff2'),
         url('sofiapro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_htfmedium';
    src: url('gothamhtf-medium-webfont.woff2') format('woff2'),
         url('gothamhtf-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html{
  padding-top:0 !important;
}
.mobile_only{
  display:none;
}
.container--main {
    background: #ffffff !important;
    max-width: 100% !important;
}


/*
  Fonts & Button
========================================*/
body{
  font-family: 'sofia_prolight';
  font-weight: normal;
  color: #000000;
  font-size:18.75px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  margin-bottom: 30px;
  color: #000000;
  font-family: 'gotham_htfmedium';
  line-height: 1.1;
  font-weight: normal;
}
h1{
  font-size: 64.5px;
  letter-spacing: 9.675px;
}
h2{
  font-size: 48.75px;
  letter-spacing: 2.4375px;
}
h3{
  font-size: 31.125px;
  letter-spacing: 2.49px;
}
h4{
  font-size: 30px;
  letter-spacing: 1.48499px;
}
h5{
  font-size: 22.5px;
  letter-spacing: 0;
}
.style_font{
  font-family: 'river_jaderegular';
  font-size: 93.75px;
  letter-spacing: 0;
  line-height: 1;
}

mark{
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #E6C9C1 0%, #E6C9C1 100%);
  background-repeat: no-repeat;
  background-size: 99% 78%;
  background-position: 0 116%;
  padding: 0;
}
h2 mark{
    background-size: 100% 55%;
    background-position: 0px 57%;
}
h4 mark{
    background-size: 97% 100%;
    background-position: 36% 100%;
}

p{
  margin-top: 20px;
  margin-bottom: 20px;
}

.uppercase{
  text-transform: uppercase;
}
.pf4_button{
  font-family: 'sofia_probold';
  position:relative;
  display: inline-block;
  margin: 0;
  padding: 17px 40px 17px 40px;
  color: #ffffff;
  background-color: #0EBDB7;
  border-radius: 0;
  font-size: 14.25px;
  line-height: 1.17;
  letter-spacing: 2.85px;
  text-transform: uppercase;
  font-weight: normal;
}
.pf4_button:hover{
  background-color:#000;
  color: #ffffff;
}

@media (max-width: 1440px) {
  body{
    font-size:1.302vw;
    letter-spacing: 0.104vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom: 2.083vw;
  }
  h1{
    font-size: 4.479vw;
    letter-spacing: 0.672vw;
  }
  h2{
    font-size: 3.385vw;
    letter-spacing: 0.169vw;
  }
  h3{
    font-size: 2.161vw;
    letter-spacing: 0.173vw;
  }
  h4{
    font-size: 2.083vw;
    letter-spacing: 0.103vw;
  }
  h5{
    font-size: 1.563vw;
  }
  .style_font{
    font-size: 6.510vw;
  }
  p{
    margin-top: 1.083vw;
    margin-bottom: 1.083vw;
  }
  .pf4_button{
    padding: 1.181vw 2.778vw 1.181vw 2.778vw;
    font-size: 14.25px;
    letter-spacing: 2.85px;
  }
}
@media (max-width: 1140px) {
  body{
    font-size: 1.7vw;
    letter-spacing: 0.104vw;
  }
  h1, h2, h3, h4, h5, h6{
    margin-bottom: 2.083vw;
  }
  h1{
    font-size: 4.7vw;
    letter-spacing: 0.672vw;
  }
  h2{
    font-size: 4vw;
    letter-spacing: 0.169vw;
  }
  h3{
    font-size: 2.2vw !important;
    letter-spacing: 0.104vw !important;
  }
  h5{
    font-size: 1.7vw;
  }
  .pf4_button{
    padding: 1.181vw 2.778vw 1.181vw 2.778vw;
    font-size: 1.3vw;
    letter-spacing: 0.198vw;
  }
}
@media (max-width: 1024px) {
  body {
      font-size: 1.9vw;
      letter-spacing: 0.104vw;
  }
  h1{
    font-size: 5.7vw;
    letter-spacing: 0.672vw;
  }
  h2 {
      font-size: 4.9vw;
      letter-spacing: 0.169vw;
  }
  h3{
    font-size: 3vw !important;
    letter-spacing: 0.173vw !important;
  }
  h5{
    font-size: 2.1vw;
  }
  .pf4_button{
    padding: 1.181vw 2.778vw 1.181vw 2.778vw;
    font-size: 1.7vw;
    letter-spacing: 0.198vw;
  }
}
@media (max-width: 768px) {
  body {
      font-size: 2.5vw;
      letter-spacing: 0.104vw;
  }
  h1{
    font-size: 5.7vw;
    letter-spacing: 0.672vw;
  }
  h2 {
      font-size: 5.2vw;
      letter-spacing: 0.169vw;
  }
  h3{
    font-size: 2.161vw;
    letter-spacing: 0.173vw;
  }
  h5{
    font-size: 2.563vw;
  }
  .pf4_button{
    padding: 1.181vw 2.778vw 1.181vw 2.778vw;
    font-size: 1.99vw;
    letter-spacing: 0.198vw;
  }
}
@media (max-width: 550px) {
  body {
      font-size: 4vw;
      letter-spacing: 0vw;
  }
  h3 {
      font-size: 5vw !important;
  }
  h1{
    font-size: 6.7vw;
    letter-spacing: 0.672vw;
  }
  h2 {
      font-size: 6.2vw;
      letter-spacing: 0.169vw;
  }
  .pf4_button{
    padding: 3.181vw 5.778vw 3.181vw 5.778vw;
    font-size: 2.99vw;
    letter-spacing: 0.198vw;
  }
  .style_font {
      font-size: 10.51vw;
  }
}


/*
  Full Left and Right BG
========================================*/
/*
  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;
  margin: 0px auto;
  position: relative;
}
.section_inner img {
  max-width: 100%;
  height: auto;
  margin: 0; 
}

.pf4_mobile_img,
.pf4_mobile_icon {
  width: 100% !important;
  display: none !important; 
}
@media (max-width: 1440px) {

}


/* 
=======================================
  Site Header Section
=========================================*/
.pf4_site_header {
  padding: 0;
  position: fixed;
  z-index:99;
  background-color: rgba(255, 255, 255, 0)!important;
  width: 100%;
}
.pf4_site_header.active {
    background-color: #ffffff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
}
.pf4_site_header .section_inner {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
}

.pf4_heade_logo {
  width: 20%;
  padding-top: 40px;
  z-index: 2;
  }
.active .pf4_heade_logo {
    padding-top: 15px;
}
.pf4_heade_logo img {
  height: 92px;
  max-height: 89px !important;
  width: 92px;
  max-width: 89px !important;
  display: none;
  }
.active .pf4_heade_logo img {
    height: 60px;
    max-height: 60px !important;
    width: 62px;
    max-width: 62px !important;
    display: block;
}
.active .pf4_heade_logo a.mobile_only img{
    display:none;
}
.pf4_header_right {
  width: 80%;
  text-align: right;
  padding-top: 38px;
  }
  .active .pf4_header_right {
    padding-top: 19px;
    padding-bottom: 19px;
}
.pf4_header_right ul{
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
}
.pf4_header_right ul li{
  list-style: none;
  margin: 0px;
  margin-left: 25px !important;
  display: inline-block;
  position: relative;
}

.pf4_header_right ul li a{
  
}
.pf4_header_right a{
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  line-height: normal !important;
  position:relative;
  margin: 0 !important;
  letter-spacing: 2px;
  font-family: 'sofia_probold';
  text-transform: uppercase;
}
.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: 10px;
  bottom: 20px;
  z-index: 0;
  opacity: 0;
}
.pf4_header_right a span{
  position:relative;
  z-index:1;
}
.pf4_header_right a:before{
  width:23px;
  background-size:contain;
  background-position: right center;
  background-repeat: no-repeat;
  left: 0;
}
.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_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_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
}
.pf4_header_right ul li a:hover span {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #E6C9C1 0%, #E6C9C1 100%);
    background-repeat: no-repeat;
    background-size: 100% 35%;
    background-position: 0 50%;
}

/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand{
    margin: 3px 0;
    position: absolute;
    top: 35px;
    right: -2px;
    display: none;
    width: 36px;
    height: 27px;
    cursor: pointer;
    background-image: url(open_img.png);
    background-position: center right;
    background-repeat: no-repeat;
}
.active a.responsive-menu-hand {
    top: 2.3vw;
}
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: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 8px;
  right: 37px;
}
a.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}
a.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2){
    width: 40px;
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #000;
    height: 5px;
}
a.responsive-menu-close span:nth-child(1){
  
transform: rotate(-50deg);
  
margin-top: 25px;
}
a.responsive-menu-close span:nth-child(2){

transform: rotate(50deg);

margin-top: -5px;
}
a.responsive-menu-close:hover{
  
}
.responsive-menu .user__avatar{
  display:none;
}
.responsive-menu{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -110%;
  background: rgba(239, 203, 191, 0.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: 13px;
}
.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: 32px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform:uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    font-family: 'sofia_probold';
    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 ; }



.header_social{
  display: inline-block;
  padding-left: 31px;
  width: 78px;
  position: relative;
  height: 22px;
}
.header_social a{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* margin-top: 7px !important; */
}
.header_social a:before,
.header_social a:after{
  display: none;
}
.header_social a.header_social_instagram{
  background-image: url(insta.png);
}
.header_social a.header_social_facebook{
  background-image: url(bookicon.png);
}
.header_social_in{  
  position: absolute; 
  top: 6px;  
  left: 31px;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
    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: 4px 17px;
}
@media screen and (max-width:1440px){
  span[kjb-settings-id="sections_header_settings_language_login"]{
    padding-left: 1.597vw;
  }
}
@media screen and (max-width: 1240px) {
  .pf4_site_header .section_inner {
    /* width: 1080px; */
    } 
  }
@media (max-width: 1200px) {
  .pf4_site_header .section_inner {
    /* width: 900px; */
  }

  .pf4_heade_logo {
    
  } 
}
@media (max-width: 1024px) {
  .pf4_site_header{
    padding-right: 8vw;
    padding-left: 8vw;
    background: rgba(255, 255, 255, 0) !important;
  }
  .pf4_site_header .section_inner {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .pf4_heade_logo {
    width: 45%;
    /* padding-top: 0; */
  }
  .pf4_header_right {
    width: 55%;
    padding-top: 26px;
  }
  .active .pf4_header_right{
    height:70px;
  }
  a.responsive-menu-hand span{
    display: block;
    top: 5vw;
  }
  
  .pf4_heade_logo img {
      height: 79px;
      max-height: 79px !important;
      width: 80px;
      max-width: 79px !important;
  }
  a.responsive-menu-hand{
      display: block;
  }

  /*--start--*/
  .header-menu #primary_menu {
    display: none !important;
  }
  .header-menu .pf4_header_userarea{
    position:absolute;
    top: 8px;
    right: 65px;
    display: none !important;
  }
  .header-menu .header_social{
    position: absolute;
    top: 7px;
    right: 175px;
    display: none !important;
  }
  .active .header-menu .pf4_header_userarea{
    top: 0px;
  }
  .active .header-menu .header_social{
    top: 1px;
    right: 172px;
  }
  /*--end--*/
  
.pf4_heade_logo img {
      height: 79px;
      max-height: 79px !important;
      width: 80px;
      max-width: 79px !important;
  }
  a.responsive-menu-hand{
      display: block;
  }
  .active a.responsive-menu-hand{
    background-image: url(open_img2-dark.png);
  }
  .responsive-menu .pf4_header_userarea{
      
  }
  .responsive-menu .header_social{
    display: block;
    padding-left: 0px;
    width: 100%;
    position: relative;
    height: auto;
  }
    .responsive-menu .header_social_in {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .responsive-menu .header_social a {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 5px;
        margin-right: 5px;
    }
    span[kjb-settings-id="sections_header_settings_language_login"] a {
        border: solid 2px #000 !important;
        padding: 10px 50px 12px 50px;
        display: inline-block !important;
        height: auto !important;
        line-height: 1 !important;
    }
    span[kjb-settings-id="sections_header_settings_language_login"] {
        padding-left: 0vw;
        display: block;
        text-align: center;
    }
    .responsive-menu .pf4_header_userarea span[kjb-settings-id="sections_header_settings_language_login"] a{
        font-size: 26px !important;
        margin-top: 10px;
        margin-bottom: 10px;    
    }
}

@media (max-width: 768px) {
    .header .logo--image {
        /* height: 20vw !important; */
        /* max-height: 18vw !important; */
        /* max-width: 100%; */
    }
    .pf4_heade_logo img {
        /* height: 18vw; */
        /* max-height: 18vw !important; */
        /* width: 19vw; */
        /* max-width: 19vw !important; */
        /* transform: translateY(0) !important; */
        /* top: -2% !important; */
        /* left: -3.3vw; */
    }
    .active.header .logo--image{
      /* height: 7vw !important; */
      /* max-height: 7vw !important; */
    }
    .active .pf4_heade_logo{
      padding-top: 6px;
    }
    .active a.responsive-menu-hand{
      top: 22px;
    }
    a.responsive-menu-hand {
        /* top: 6.6vw; */
    }
    .pf4_heade_logo img{
        /* height: 11vw; */
        /* max-height: unset !important; */
        /* width: 11vw; */
        /* max-width: unset !important; */
        /* transform: translateY(0) !important; */
        /* top: -11% !important; */
        /* left: -3.3vw; */
    }
    .active.header .logo img{
      transform: translateY(0) !important;
    }
    .active .pf4_heade_logo img{
        top: 0 !important;
        left: 0vw;
    }
    /*--start--*/
    .header .header-menu{
      display:block !important;
    }
    .header-menu .header_social a{
      display:inline-block;
    }
    .header-menu .pf4_header_userarea{
      top: 6px;
      right: 65px;
    }
    .header-menu .header_social{
      top: 7px;
      right: 175px;
    }
    .header-menu span[kjb-settings-id="sections_header_settings_language_login"] a{
      
    }
    .header-menu span[kjb-settings-id="sections_header_settings_language_login"] a:before,
    .header-menu span[kjb-settings-id="sections_header_settings_language_login"] a:after{
      display:none;
    }
    .active span[kjb-settings-id="sections_header_settings_language_login"] a{
      
    }
    /*--end--*/

}

@media (max-width: 550px) {
  .pf4_heade_logo img {
    /* height: 18vw; */
    /* max-height: 18vw !important; */
    /* width: 19vw; */
    /* max-width: 19vw !important; */
    /* transform: translateY(0) !important; */
    /* top: -2% !important; */
    /* left: -3.3vw; */
  }
  .header .logo--image{
    /* height: 21vw !important; */
    /* max-height: 18vw !important; */
    /* max-width: 100%; */
  }
     a.responsive-menu-hand {
        /* top: 10.6vw; */
    }

    /*--start--*/
    .header-menu .pf4_header_userarea{
      top: 6px;
    }
    .header-menu .header_social{
      top: 8px;
    }
    /*--end--*/
    
    .pf4_heade_logo a.mobile_only img {
        display: block;
        height: auto;
        max-height: unset !important;
        width: 274px;
        max-width: unset !important;
        top: 24%;
        left: -9px;
    }
 
}




/*
   Section 1
=============================== */
.mr_s1 .section_inner{
  width: 1240px;
}
.mr_s1 .section_inner_in{
  display: flex;
  flex-wrap: wrap;
}
.mr_s1 .section_inner_in .full-left-bg{
  height: 95.3%;
  background-color: #FFF;
}
.mr_s1 .section_inner_in .section_inner_bg{
  width: 100%;
  height: 100%;
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
} 
.mr_s1_left{
  width: 79.6%;
  position: relative;
  z-index: 1;
  padding-right: 244px;
  padding-top: 120px;
  padding-bottom: 100px;
}
.mr_s1_left article{
  padding-top: 11px;
  padding-right: 8px;
  text-align: right;
}
.mr_s1_left_img_holder{
  padding-top: 21px;
  margin-left: 213px;
}
.mr_s1_left_img_holder img{
  width: 518px;
}
.mr_s1_left h1{
  position: relative;
  z-index: 2;
  text-align: right;
  line-height: 1.17;
  letter-spacing: 2.625px;  
  font-size: 52.5px; 
  margin-bottom: 0px;
}
.mr_s1_left h1 mark{
  background-size: 100% 55%;
  background-position: 0px 44%;
}
.mr_s1_left p{
  margin: 0px;
  padding-top: 15px;
  padding-right: 8px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: 2px;
  text-align: right;color: #000000;
}
.mr_s1_left .pf4_button{  
  margin-top: 29px; 
  margin-right: 9px;  
  letter-spacing: 3.300px;  
  font-size: 16.5px;  
  padding: 16px 29px 15px 38px;
}
.mr_s1_right{
  width: 20.4%;
  position: relative;
}
.mr_s1_right_text{
  position: absolute;
  bottom: 294px;
  right: -307px;
  display: block;
  z-index: 1;
  transform: rotate(-90deg);
  width: 550px;
  height: 39px;
}
.mr_s1_right_text a{
  display: block;
  width: 100%;
  color: #725e0b;
  height: 100%;
  font-weight: bold;
  font-size: 23px;
  margin: 0px;
  position: relative;
}
.mr_s1_right_text a strong{
  text-transform: uppercase;
}
.mr_s1_right_text a span{
  background-image: url(mr-s1-down-arrow-icon.png);
  width: 23px;
  height: 55px;
  position: absolute;
  bottom: -9px;
  left: -57px;
  display: block;
  transform: rotate(90deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mr_s1_right .full-right-bg{
  background-color:#feda40;
  top: 104px;
  height: 86.9%;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .mr_s1 .section_inner{
    width: 86.111vw;
  }
  .mr_s1 .section_inner_in .full-left-bg{
    height: 95.3%;
    background-size: cover;
  }
  .mr_s1 .section_inner_in .section_inner_bg{
    width: 100%;
    height: 100%;
    background-size: cover;
  } 
  .mr_s1_left{
    width: 79.6%;
    padding-right: 16.944vw;
    padding-top: 8.528vw;
    padding-bottom: 6.75vw;
  }
  .mr_s1_left article{
    padding-top: 0.764vw;
    padding-right: 0.556vw;
  }
  .mr_s1_left_img_holder{
    padding-top: 1.458vw;
    margin-left: 14.792vw;
  }
  .mr_s1_left_img_holder img{
    width: 35.972vw;
  }
  .mr_s1_left h1{
    letter-spacing: 0.182vw;  
    font-size: 3.646vw; 
    margin-bottom: 0vw;
  }
  .mr_s1_left h1 mark{
    background-size: 100% 55%;
    background-position: 0vw 44%;
  }
  .mr_s1_left p{
    margin: 0vw;
    padding-top: 1.042vw;
    padding-right: 0.556vw;
    letter-spacing: 0.139vw;
  }
  .mr_s1_left .pf4_button{  
    margin-top: 2.014vw; 
    margin-right: 0.625vw;  
    letter-spacing: 0.229vw;  
    font-size: 1.146vw;  
    padding: 1.111vw 2.014vw 1.042vw 2.639vw;
  }
  .mr_s1_right{
    width: 20.4%;
  }
  .mr_s1_right_text{
    bottom: 20.417vw;
    right: -21.319vw;
    width: 38.194vw;
    height: 2.708vw;
  }
  .mr_s1_right_text a{
    width: 100%;
    height: 100%;
    font-size: 1.597vw;
    margin: 0vw;
  }
  .mr_s1_right_text a span{
    width: 1.597vw;
    height: 3.819vw;
    bottom: -0.625vw;
    left: -3.958vw;
  }
  .mr_s1_right .full-right-bg{
    top: 7.222vw;
    height: 86.9%;
  }
}
@media screen and (max-width: 1140px){
  .mr_s1 .section_inner_in .section_inner_bg{
    background-position: 5.073vw 0vw;
  } 
  .mr_s1_left{
    padding-right: 9.944vw;
  }
  .mr_s1_left_img_holder{
    text-align: right;
    padding-right: 1vw;
  }
}
@media screen and (max-width: 1024px){
  .mr_s1 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .mr_s1 .section_inner_in .full-left-bg{
    left: 55px;
  }
  .mr_s1 .section_inner_in .section_inner_bg{
    background-position: -6.927vw 0vw;
  } 
  .mr_s1_left{
     padding-right: 4.944vw;
  }
  .mr_s1_left h1{
    font-size: 4.4vw;
  }
  .mr_s1_left .pf4_button{
    padding: 1.181vw 2.778vw 1.181vw 2.778vw;
    font-size: 1.7vw;
    letter-spacing: 0.198vw;
  }
  .mr_s1_right_text{
    width: 44vw;
    right: -24vw;
    bottom: 23.7vw;
  }
  .mr_s1_right_text a{
    font-size: 2vw;
  }
  .mr_s1_right .full-right-bg{
    right: -69px;
  }
}
@media screen and (max-width: 768px){
  .mr_s1 .section_inner{
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .mr_s1 .section_inner_in{
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 5vw;
  }
  .mr_s1 .section_inner_in .full-left-bg{
    left: 0vw;
    height: 100%;
  }
  .mr_s1 .section_inner_in .section_inner_bg{
    background-position: -41.927vw 0vw;
    opacity: 0.8;
  } 
  .mr_s1_left{
    padding-right: 7vw;
  }
  .mr_s1_left_img_holder{
    padding-bottom: 2vw;
    margin-left: 0vw;
  }
  .mr_s1_left_img_holder img{
    width: 54vw;
  }
  .mr_s1_left h1{
    padding-bottom: 2vw;
    font-size: 6.7vw;
  }
  .mr_s1_left h1 br{
    display: none;
  }
  .mr_s1_left p{
    padding-bottom: 2vw;
  }
  .mr_s1_left p br{
    display: none;
  }
  .mr_s1_left .pf4_button{
    padding: 2.181vw 4.778vw 2.181vw 4.778vw;
    font-size: 1.99vw;
    letter-spacing: 0.198vw;
  }
  .mr_s1_right_text{
    display: none;
  }
  .mr_s1_right .full-right-bg{
    display: none;
  }
}
@media screen and (max-width: 550px){
  .mr_s1 .section_inner_in{
    padding-top: 19vw;
    padding-bottom: 13.6vw;
  }
  .mr_s1 .section_inner_in .section_inner_bg{
    background-position: top right;
    opacity: 1;
  } 
  .mr_s1_left{
     padding-right: 4vw;
  }
  .mr_s1_left h1{
    font-size: 7.7vw;
  }
  .mr_s1_left h1 br{
    display: none;
  }
   .mr_s1_left_img_holder{
        display:none;
    }
    .mr_s1_left article {
        padding-top: 12.2vw;
        padding-right: 5.556vw;
        text-align: left;
        padding-left: 2.2vw;
    }
    .mr_s1_left h1 {
        font-size: 7vw;
        text-align: left;
        letter-spacing: -0.23vw;
        line-height: 1.14;
        padding-bottom: 3.9vw;
    }
    .mr_s1_left p {
        padding-bottom: 2vw;
        text-align: left;
        padding-right: 5vw;
        letter-spacing: 0.15vw;
        line-height: 1.35;
    }
    .mr_s1_left .pf4_button {
        margin-top: 8.3vw;
        padding: 3.4vw 6.778vw 3.4vw 7.778vw;
        font-size: 3.6vw;
        letter-spacing: 0.7vw;
    }
    .mr_s1_right {
        width: 100%;
        display: block;
    }
    .mr_s1_right_text {
        display: block;
        width: 100%;
        height: auto;
        right: 0px;
        bottom: 0px;
        position: relative;
        transform: rotate(0deg);
    }
    .mr_s1_left {
        padding-right: 4vw;
        padding-bottom: 2.75vw;
    }
    .mr_s1_right_text a {
        font-size: 3.5vw;
        padding-top: 1vw;
        padding-left: 2vw;
        letter-spacing: 0.3vw;
    }
    .mr_s1_right_text a strong {
        text-transform: uppercase;
        display: block;
        padding-top: 0.45vw;
        letter-spacing: 0.4vw;
        font-weight: bold;
    }
    .mr_s1_right_text a span {
        background-image: url(mr-s1-down-arrow-icon2.png);
        transform: rotate(0deg);
        width: 13.597vw;
        height: 14.219vw;
        bottom: -22.825vw;
        left: 35.042vw;
    }
    .mr_s1_left h1 mark{
      background-image:none;
    }
}



/*
  Section 02
=========================================*/
.mr_s2{
  padding-bottom: 36px;
  padding-top: 78px;
}
.mr_s2 .section_inner{
  width: 1183px;
}
.mr_s2_con_inn{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.mr_s2_left{
  width: 51.62%;
}
.mr_s2_left_img{
  width: 623px;
  height: 665px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.mr_s2_left_img img{
  width: 10%;
  opacity: 0;
}
.mr_s2_left_content{
  padding-left: 72px;
  padding-top: 42px;
  padding-right: 44px;
}
.mr_s2_left_content ul{
  margin-bottom: 66px;
}
.mr_s2_left_content ul li{
  list-style-type:none;
  position:relative;
  margin-bottom: 30px;
}
.mr_s2_left_content ul li:after{
   z-index: 0;
   width: 15px;
   height: 15px;
   top: 6px;
   left: -43px;
   background-image: url(mr_s2_list_tick_sign.png);
   content: "";
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   position: absolute;
}
.mr_s2_left_content a.pf4_button{
    padding-left: 42px;
    letter-spacing: 4.4px;
    padding-right: 37px;
    margin-left: -1px;
    padding-bottom: 18px;
}

.mr_s2_right{
  width: 48.38%;
  position: relative;
}
.mr_s2_right_content_box{
  width: 512px;
  height: 380px;
  background-color: #0ebdb7;
  margin-left: -97px;
  margin-top: 68px;
  padding-left: 190px;
  padding-top: 39px;
  text-indent: -45px;
  position: relative;
  z-index: 0;
}
.mr_s2_right_content_box h2{
  font-size: 41.125px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 2px;
  color: #000000;
  position:relative;
}
.mr_s2_right_content_box h2 span{
  display: block;
  margin-left: 10px;
  margin-top: 2px;
}
.mr_s2_right_content_box h2:after{
   z-index: -1;
   width: 76px;
   height: 6px;
   top: 170px;
   right: 55px;
   background-image: url(mr_s2_title_bg_02.png);
   content: "";
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   position: absolute;
}
.mr_s2_right_content_box h2 br{

}
.mr_s2_right_content_box h2 mark{
   background-color: transparent;
   padding: 0px 0px;
   position: relative;
   background-image: none;
 }
.mr_s2_right_content_box h2 mark:before{
   z-index: -1;
   width: 209px;
   height: 43px;
   top: 7px;
   left: 3px;
   background-image: url(mr_s2_title_bg_01.jpg);
   content: "";
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   position: absolute;
}
.mr_s2_right_content{
  padding-left: 72px;
  padding-top: 62px;
}
.mr_s2_right_content ul{
  margin-left: 1px;
}
.mr_s2_right_content ul li{
  list-style-type: none;
  margin-bottom: 29px;
  position:relative;
}
.mr_s2_right_content ul li:after{
   z-index: 0;
   width: 15px;
   height: 15px;
   top: 10px;
   left: -44px;
   background-image: url(mr_s2_list_tick_sign.png);
   content: "";
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   position: absolute;
}
.mr_s2_right_content a.mobile_only{
  display:none;
}
@media (max-width: 1440px) {
  .mr_s2{
    padding-bottom: 2.5vw;
    padding-top: 5.417vw;
  }
  .mr_s2 .section_inner{
    width: 82.153vw;
  }
  .mr_s2_left_img{
    width: 43.264vw;
    height: 46.181vw;
  }
  .mr_s2_left_content{
    padding-left: 5vw;
    padding-top: 2.917vw;
    padding-right: 3.056vw;
  }
  .mr_s2_left_content ul{
    margin-bottom: 4.583vw;
  }
  .mr_s2_left_content ul li{
    margin-bottom: 2.083vw;
  }
  .mr_s2_left_content ul li:after{
     width: 1.042vw;
     height: 1.042vw;
     top: 0.417vw;
     left: -2.986vw;
  }
  .mr_s2_left_content a.pf4_button{
      padding-left: 2.917vw;
      letter-spacing: 0.306vw;
      padding-right: 2.569vw;
      margin-left: -0.069vw;
      padding-bottom: 1.25vw;
  }
  .mr_s2_right_content_box{
    width: 35.556vw;
    height: 26.389vw;
    margin-left: -6.736vw;
    margin-top: 4.722vw;
    padding-left: 13.194vw;
    padding-top: 2.708vw;
    text-indent: -3.125vw;
  }
  .mr_s2_right_content_box h2{
    font-size: 2.856vw;
    letter-spacing: 0.139vw;
  }
  .mr_s2_right_content_box h2 span{
    margin-left: 0.694vw;
    margin-top: 0.139vw;
  }
  .mr_s2_right_content_box h2:after{
     width: 5.278vw;
     height: 0.417vw;
     top: 11.806vw;
     right: 3.819vw;
  }
  .mr_s2_right_content_box h2 mark:before{
     width: 14.514vw;
     height: 2.986vw;
     top: 0.486vw;
     left: 0.208vw;
  }
  .mr_s2_right_content{
    padding-left: 5vw;
    padding-top: 4.306vw;
  }
  .mr_s2_right_content ul{
    margin-left: 0.069vw;
  }
  .mr_s2_right_content ul li{
    margin-bottom: 2.014vw;
  }
  .mr_s2_right_content ul li:after{
     width: 1.042vw;
     height: 1.042vw;
     top: 0.694vw;
     left: -3.056vw;
  }
}

@media (max-width: 1140px) {
  .mr_s2_left_content {
    padding-left: 0vw;
  }
  .mr_s2_left_content ul li:after {
    width: 15px;
    height: 15px;
    top: 8px;
    left: -2.986vw;
  }
  .mr_s2_right_content ul li:after {
    width: 15px;
    height: 15px;
    top: 8px;
    left: -3.056vw;
  }
}
@media (max-width: 1024px) {
  .mr_s2 {
    padding-bottom: 2.5vw;
    padding-top: 5.417vw;
    padding-left: 9vw;
    padding-right: 9vw;
  }
  .mr_s2_left {
      width: 100%;
  }
  .mr_s2_right {
      width: 100%;
      position: relative;
  }
  .mr_s2_right_content_box,
  .mr_s2_left_content a.pf4_button{
    display: none;
  }
  .mr_s2_left_content {
      padding-left: 0vw;
      padding-top: 2.917vw;
      padding-right: 0vw;
  }
  .mr_s2_left_content ul {
      margin-bottom: 4.583vw;
      margin: 0px;
      padding-left: 0px;
  }
  .mr_s2_left_content ul li {
      margin-bottom: 0px;
      margin-top: 0px;
      padding-bottom: 2.083vw;
      padding-left: 3.6vw;
      position: relative;
  }
  .mr_s2_right_content {
      padding-left: 0px;
      padding-top: 0px;
  }
  .mr_s2_right_content ul {
      margin-left: 0px;
      margin: 0px;
      padding-left: 0px;
  }
  .mr_s2_right_content ul li {
      margin-bottom: 0px;
      margin-top: 0px;
      padding-bottom: 2.083vw;
      padding-left: 3.6vw;
      position: relative;
  }
  .mr_s2_left_content ul li:after,
  .mr_s2_right_content ul li:after {
      left: 0vw;
  }
  .mr_s2_right_content .pf4_button {
      margin-top: 4vw;
  }
  .mr_s2_right_content_box.mobile_only {
      top: 0px;
      display: block;
      position: absolute;
      right: 0px;
  }
  .mr_s2_left_img {
      width: 52.264vw;
      height: 55vw;
  }
  .mr_s2_right_content_box h2 {
      font-size: 4.4vw;
      letter-spacing: 0.169vw;
      position: relative;
      padding-bottom: 3vw;
  }
  .mr_s2_right_content_box.mobile_only {
      top: 0px;
      display: block;
      position: absolute;
      right: 0px;
      width: 44.556vw;
      height: auto;
      margin-left: 0vw;
      margin-top: 10vw;
      padding-left: 0vw;
      padding-top: 4vw;
      text-indent: 0vw;
      text-align: right;
      padding-right: 4vw;
      padding-bottom: 4vw;
  }
  .mr_s2_right_content_box h2:after {
      width: 5.278vw;
      height: 0.417vw;
      top: inherit;
      right: 0px;
      bottom: 0vw;
  }
  .mr_s2_right_content a.mobile_only{
      display:inline-block;
    }
}
@media (max-width: 768px) {
 .mr_s2 {
    padding-bottom: 8.5vw;
    padding-top: 10.417vw;
}
  .mr_s2_left_content ul li:after,
  .mr_s2_right_content ul li:after {
      width: 15px;
      height: 15px;
      top: 1.1vw;
      left: 0vw;
  }
  .mr_s2_left_content ul li,
  .mr_s2_right_content ul li {
      padding-bottom: 3.083vw;
      padding-left: 4.6vw;
  }
  .mr_s2_right_content .pf4_button {
      margin-top: 4vw;
      padding: 2.181vw 4.778vw 2.181vw 4.778vw;
  }
}
@media (max-width: 550px) {
  .mr_s2{
    padding-top: 18.417vw;    
  }
  .mr_s2_left_content ul li, 
  .mr_s2_right_content ul li {
      padding-bottom: 4.083vw;
      padding-left: 6.6vw;
  }
  .mr_s2_left_content ul li:after, 
  .mr_s2_right_content ul li:after {
      width: 3.5vw;
      height: 3.5vw;
      top: 1.6vw;
      left: 0vw;
  }
  .mr_s2_right_content .pf4_button {
      padding: 3.2vw 9.778vw 3.8vw 9.778vw;
      font-size: 2.99vw;
      letter-spacing: 0.5vw;
  }
}


/*
  Section 03
=========================================*/
.mr_s3{
  padding-top: 90px;
  padding-bottom: 128px;
}
.mr_s3 .section_inner{
  width: 1226px;
}
.mr_s3_in{
  border: 9px solid #feda40;
  padding: 0px  33px 0px  33px;
}
.mr_s3_title{
  width: 100%;
  padding-bottom: 90px;
}
.mr_s3_title h2{
  margin: 0px;
  margin-top: -20px;
  font-size: 40.75px;
  padding-left: 30px;
  line-height: 1.2;
}
.mr_s3_title h2 span{
  position: relative;
  z-index: 1;
}
.mr_s3_title h2 span:before{
  content: "";
  background-color: #FFF;
  position: absolute;
  top: 4px;
  left: -30px;
  display: block;
  width: 100%;
  height: 27px;
  z-index: -1;
}
.mr_s3_title h2 mark{
  background-size: 100% 73%;
  background-position: 0px 100%;
}
.mr_s3_col_waper{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 49px;
  padding-right: 49px;
}
.mr_s3_col{
  width: 50%;
  padding-left: 127px;
  padding-bottom: 9px;
}
.mr_s3_col_in{
  padding-top: 10px;
  position: relative;
  padding-right: 30px;
}
.mr_s3_col_in h6{
  font-family: 'sofia_probold';
  font-weight: normal;
  color: #000000;
  font-size:18.75px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-bottom: 0px;
}
.mr_s3_col_in p{
  margin: 0px;
  letter-spacing: 1.55px;
  padding-bottom: 20px;
}
.mr_s3_col_img {
  position: absolute;
  top: 0px;
  left: -79px;
  display: block;
  width: 55px;
  height: 64px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.mr_s3_col_in.style2,
.mr_s3_col_in.style4,
.mr_s3_col_in.style6{
  padding-right: 0px;
  margin-left: 15px;
  margin-right: -10px;
}
.style2 .mr_s3_col_img{  
  top: 7px;  
  left: -77px;  
  width: 50px;
  height: 56px;
}
.style3 .mr_s3_col_img{ 
  top: 9px;  
  left: -75px;  
  width: 53px;  
  height: 56px;
}
.style4 .mr_s3_col_img{  
  top: 4px;
  left: -83px;  
  width: 53px;  
  height: 56px;
}
.style5 .mr_s3_col_img{  
  left: -75px;  
  top: 9px;  
  width: 51px;  
  height: 55px;
}
.style6 .mr_s3_col_img{  
  top: 1px; 
  left: -72px;
  width: 45px;
  height: 59px;
}
.mr_s3_bottom{
  width: 100%;
  padding-top: 53px;
  padding-left: 33px;
  margin-bottom: -26px;
}
.mr_s3_bottom a.pf4_button{
  letter-spacing: 3.85px;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .mr_s3{
    padding-top: 6.25vw;
    padding-bottom: 8.889vw;
  }
  .mr_s3 .section_inner{
    width: 85.139vw;
  }
  .mr_s3_in{
    border: 9px solid #feda40;
    padding: 0vw  2.292vw 0vw  2.292vw;
  }
  .mr_s3_title{
    width: 100%;
    padding-bottom: 6.25vw;
  }
  .mr_s3_title h2{
    margin: 0vw;
    margin-top: -1.389vw;
    font-size: 2.830vw;
    padding-left: 2.083vw;
  }
  .mr_s3_title h2 span:before{
    top: 0.278vw;
    left: -2.083vw;
    width: 100%;
    height: 1.875vw;
  }
  .mr_s3_title h2 mark{
    background-size: 100% 73%;
    background-position: 0vw 100%;
  }
  .mr_s3_col_waper{
    padding-left: 3.403vw;
    padding-right: 3.403vw;
  }
  .mr_s3_col{
    width: 50%;
    padding-left: 8.819vw;
    padding-bottom: 0.625vw;
  }
  .mr_s3_col_in{
    padding-top: 0.694vw;
    padding-right: 2.083vw;
  }
  .mr_s3_col_in h6{
    font-size:1.302vw;
    letter-spacing: 0.104vw;
    margin-bottom: 0vw;
  }
  .mr_s3_col_in p{
    margin: 0vw;
    letter-spacing: 0.108vw;
    padding-bottom: 1.389vw;
  }
  .mr_s3_col_img {
    top: 0vw;
    left: -5.486vw;
    width: 3.819vw;
    height: 4.444vw;
  }
  .mr_s3_col_in.style2,
  .mr_s3_col_in.style4,
  .mr_s3_col_in.style6{
    padding-right: 0vw;
    margin-left: 1.042vw;
    margin-right: -0.694vw;
  }
  .style2 .mr_s3_col_img{  
    top: 0.486vw;  
    left: -5.347vw;  
    width: 3.472vw;
    height: 3.889vw;
  }
  .style3 .mr_s3_col_img{ 
    top: 0.625vw;  
    left: -5.208vw;  
    width: 3.681vw;  
    height: 3.889vw;
  }
  .style4 .mr_s3_col_img{  
    top: 0.278vw;
    left: -5.764vw;  
    width: 3.681vw;  
    height: 3.889vw;
  }
  .style5 .mr_s3_col_img{  
    left: -5.208vw;  
    top: 0.625vw;  
    width: 3.542vw;  
    height: 3.819vw;
  }
  .style6 .mr_s3_col_img{  
    top: 0.069vw; 
    left: -5vw;
    width: 3.125vw;
    height: 4.097vw;
  }
  .mr_s3_bottom{
    width: 100%;
    padding-top: 3.681vw;
    padding-left: 2.292vw;
    margin-bottom: -1.806vw;
  }
  .mr_s3_bottom a.pf4_button{
    letter-spacing: 0.267vw;
  }
}
@media screen and (max-width: 1140px){

}
@media screen and (max-width: 1024px){
  .mr_s3 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .mr_s3_title h2{
    margin-top: -4vw;
    font-size: 4.9vw;
    background-color: white;
  }
  .mr_s3_title h2 span br{
    display: none;
  }
  .mr_s3_title h2 mark{
    background-size: 100% 75%;
    background-position: 0vw 88%;
  }
  .mr_s3_col{
    width: 100%;
    padding-bottom: 2vw;
  }
  .mr_s3_col_in h6{
    font-size: 1.953vw;
  }
  .mr_s3_col_img {
    left: -7.486vw;
    width: 5.819vw;
    height: 6.444vw;
  }
  .style2 .mr_s3_col_img{
    left: -8.2vw;
    width: 5.472vw;
    height: 5.889vw;
  }
  .style3 .mr_s3_col_img{
    top: 0.625vw;
    left: -7.208vw;
    width: 5.681vw;
    height: 5.889vw;
  }
  .style4 .mr_s3_col_img{
    left: -8.3vw;
    width: 5.681vw;
    height: 5.889vw;
  }
  .style5 .mr_s3_col_img{
    left: -7.208vw;
    width: 5.542vw;
    height: 5.819vw;
  }
  .style6 .mr_s3_col_img{
    left: -7.9vw;
    width: 5.125vw;
    height: 6.097vw;
  }
}
@media screen and (max-width: 768px){
  .mr_s3 {
      padding-top: 6.25vw;
      padding-bottom: 14.889vw;
  }
  .mr_s3_title h2{
    font-size: 5.518vw;
    margin-top: -4vw;
  }
  .mr_s3_col_in h6{
    font-size: 2.538vw;
  }
  .mr_s3_col_img {
    left: -8.486vw;
    width: 6.819vw;
    height: 7.444vw;
  }
  .style2 .mr_s3_col_img{
    left: -9.2vw;
    width: 6.472vw;
    height: 6.889vw;
  }
  .style3 .mr_s3_col_img{
    left: -8.208vw;
    width: 6.681vw;
    height: 6.889vw;
  }
  .style4 .mr_s3_col_img{
    left: -9.3vw;
    width: 6.681vw;
    height: 6.889vw;
  }
  .style5 .mr_s3_col_img{
    left: -8.208vw;
    width: 6.542vw;
    height: 6.819vw;
  }
  .style6 .mr_s3_col_img{
    left: -8.9vw;
    width: 6.125vw;
    height: 7.097vw;
  }
  .mr_s3_bottom{
    margin-bottom: -3.806vw;
  }
  .mr_s3_bottom a.pf4_button{
    padding: 2.181vw 4.778vw 2.181vw 4.778vw;
    font-size: 1.99vw;
    letter-spacing: 0.198vw;
  }
  .mr_s3_in {
      border: 5px solid #feda40;
      padding: 0vw 2.292vw 0vw 2.292vw;
  }
}
@media screen and (max-width: 550px){
  .mr_s3_title h2{
    font-size: 6.2vw;
  }
  .mr_s3_col{
    padding-bottom: 5vw;
  }
  .mr_s3_col_in h6{
    font-size: 3.124vw;
  }
  .mr_s3_bottom{
     margin-bottom: -5.806vw;
  }
  .mr_s3_bottom a.pf4_button{
    padding: 3.2vw 9.778vw 3.8vw 9.778vw;
    font-size: 2.99vw;
    letter-spacing: 0.6vw;
  }
}


/*
  Section 04
=========================================*/
.mr_s4{
  background-color: #f8f0ed;
  padding-top: 145px;
  position:relative;
  padding-bottom: 65px;
  overflow: hidden;
}
.mr_s4:before{
   z-index: 0;
   width: 139px;
   height: 130px;
   top: 279px;
   left: -13px;
   background-image: url(mr_s4_inverted_comma.png);
   content: "";
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   position: absolute;
}
.mr_s4_right:after{
   z-index: 0;
   width: 500%;
   height: 200%;
   top: -145px;
   left: 61.8%;
   content: "";
   background-color: #0ebdb7;
   position: absolute;
}
.mr_s4 .section_inner{
  
width: 1226px;
}
.mr_s4_con_inn{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.mr_s4_left{
  width: 64%;
  padding-left: 84px;
}
.mr_s4_left_content{

}
.mr_s4_left_content h2{
  font-size: 41.25px;
  line-height: 1.2;
  letter-spacing: 2.0625px;
  position: relative;
  z-index: 0;
}

.mr_s4_left_content h2 mark{
   background-color: transparent;
   padding: 0px 0px;
   position: relative;
   background-image: none;
 }
.mr_s4_left_content h2 mark:before{
   z-index: -1;
   width: 175px;
   height: 32px;
   top: 11px;
   left: -9px;
   background-image: url(mr_s4_title_bg_01.jpg);
   content: "";
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   position: absolute;
}
.mr_s4_left_content h2:after{
   z-index: -1;
   width: 76px;
   height: 6px;
   bottom: -35px;
   left: 2px;
   background-image: url(mr_s4_title_bg_02.jpg);
   content: "";
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   position: absolute;
}
.mr_s4_left_content article{
  padding-top: 49px;
  padding-left: 2px;
}
.mr_s4_left_content article p{
  margin-bottom: 29px;
  line-height: 1.5;
  margin-top: 0px;
}
.mr_s4_right{
  width: 36%;
  padding-left: 31px;
  position: relative;
}
.mr_s4_right_img{
  width: 100%;
  height: 627px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 2px;
  border: 9px solid #fff;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.mr_s4_right_img img{
  width: 10%;
  opacity: 0;
}
@media (max-width: 1440px) {
  .mr_s4{
    padding-top: 10.069vw;
    padding-bottom: 4.514vw;
  }
  .mr_s4:before{
     width: 9.653vw;
     height: 9.028vw;
     top: 19.375vw;
     left: -0.903vw;
  }
  .mr_s4_right:after{
     top: -10.069vw;
  }
  .mr_s4 .section_inner{
     width: 85.139vw;
  }
  .mr_s4_left{
    padding-left: 5.833vw;
  }
  .mr_s4_left_content h2{
    font-size: 2.865vw;
    letter-spacing: 0.143vw;
  }
  .mr_s4_left_content h2 mark:before{
     width: 12.153vw;
     height: 2.222vw;
     top: 0.764vw;
     left: -0.625vw;
  }
  .mr_s4_left_content h2:after{
     width: 5.278vw;
     height: 0.417vw;
     bottom: -2.431vw;
     left: 0.139vw;
  }
  .mr_s4_left_content article{
    padding-top: 3.403vw;
    padding-left: 0.139vw;
  }
  .mr_s4_left_content article p{
    margin-bottom: 2.014vw;
  }
  .mr_s4_right{
    padding-left: 2.153vw;
  }
  .mr_s4_right_img{
    height: 43.542vw;
    margin-left: 0.139vw;
    border: 9px solid #fff;
    margin-top: -1.389vw;
  }
}
@media (max-width: 1140px) {

}
@media (max-width: 1024px) {
  .mr_s4 {
      padding-top: 10.069vw;
      padding-bottom: 4.514vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .mr_s4 .section_inner {
      width: 100%;
  }
  .mr_s4_left {
      padding-left: 0vw;
  }
  .mr_s4_left_content h2 {
      font-size: 4.4vw;
      letter-spacing: 0.169vw;
  }

}
@media (max-width: 768px) {
  .mr_s4 {
      padding-bottom: 10.514vw;
      padding-top: 11.069vw;
  }
  .mr_s4_right {
      padding-left: 2.153vw;
      display: none;
  }
  .mr_s4_left {
      padding-left: 0vw;
      width: 100%;
  }
  .mr_s4_left_content img.mobile_only {
      display: block;
      max-width: 68%;
      border: 9px solid #fff;
      margin-top: 7vw;
  }
  .mr_s4_left_content h2 {
      font-size: 5.2vw;
      letter-spacing: 0.169vw;
  }
  .mr_s4_left_content h2 mark:before{
    display: none;
  }
  .mr_s4_left_content h2 mark {
      background-color: transparent;
      padding: 0px 0px;
      position: relative;
      background-image: none;
      background-size: 100% 45%;
      background-position: 0px 57%;
      background-image: linear-gradient(120deg, #ffd842 0%, #ffd842 100%);
  }
}
@media (max-width: 550px) {
  .mr_s4_left_content img.mobile_only {
      max-width: 100%;
      border: 7px solid #fff;
      margin-top: 9vw;
  }

  .mr_s4_left_content h2 {
      letter-spacing: 0.169vw;
      font-size: 6.2vw;
  }
  .mr_s4_left_content h2:after {
      width: 13.278vw;
      height: 0.417vw;
      bottom: -2.431vw;
      left: 0.139vw;
      background-color: #0ebdb7;
  }
  .mr_s4_left_content article {
      padding-top: 8.403vw;
      padding-left: 0vw;
      position:relative;
  }
  .mr_s4_left_content article:before{
    width: 9.653vw;
    height: 9.028vw;
    top: 2.375vw;
    left: -9.903vw;
    background-image: url(mr_s4_inverted_comma.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
  }
  .mr_s4:before{
    display:none;
  }
}

/*
  Section 05
=========================================*/
/*
  Section 05
=========================================*/
.mr_s5{
  padding-top: 121px;
  padding-bottom: 90px;
}
.mr_s5 .section_inner{
  width: 1242px;
}
.mr_s5_con_inn_col{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 26px;
}
.mr_s5_con_inn h2{
  transform: rotate(-90deg);
  text-transform: uppercase;
  top: 309px;
  font-size: 40.25px;
  left: -296px;
  position: absolute;
  z-index: 1;
  font-weight: 500;
  letter-spacing: 2.7px;
}
.mr_s5_left{
  width: 46%;
}

.mr_s5_left h2 mark{
   background-color: transparent;
   padding: 0px 0px;
   position: relative;
   background-image: none;
 }
.mr_s5_left h2 mark:before{
   z-index: -1;
   width: 32px;
   height: 427px;
   top: -185px;
   left: 203px;
   background-image: url(mr_s5_title_bg.png);
   content: "";
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   position: absolute;
   transform: rotate(-90deg);
}
.mr_s5_left_img{
   width: 423px;
   height: 685px;
   background-position: center top;
   background-size: cover;
   background-repeat: no-repeat;
   margin-left: 132px;
   margin-top: -26px;
   position: relative;
   z-index: 0;
}
.mr_s5_left_img img{
  width: 10%;
  opacity: 0;
}

.mr_s5_right{
  width: 54%;
}
.mr_s5_right_content{
  padding-top: 138px;
  padding-left: 36px;
  padding-right: 10px;
}
.mr_s5_right_content h3{
  font-size: 26.25px;
  letter-spacing: .1px;
  line-height: 1.29;
  margin-bottom: -1px;
  position:relative;
  padding-bottom: 20px;
}
.mr_s5_right_content h3:before{
   z-index:0;
   width: 68px;
   height: 53px;
   top: -78px;
   left: -5px;
   background-image: url(mr_s5_inverted_comma.png);
   content: "";
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   position: absolute;
}
.mr_s5_right_content article{
  
}
.mr_s5_right_content article p{
  line-height: 1.55;
  margin-bottom: 0px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 29px;
}
.mr_s5_right_content article span{
  font-weight: bold;
  font-family: 'sofia_probold';
}
.mr_s5_right_content article span span{
  display:block;
  position:relative;
  top: -28px;
  left: 16px;
}
.mr_s5_con_inn_slider .slick-dots{
    bottom: -5px;
    width: 51.7%;
    right: 0px;
    text-align: left;
}
.mr_s5_con_inn_slider .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 4px;
}
.mr_s5_con_inn_slider .slick-dots li button{
    width: 10px;  
    height: 10px;  
    padding: 0vw;
}
.mr_s5_con_inn_slider .slick-dots li button:before{
    color: #e7d3cc;
    font-size: 36px;
    opacity: 1;
    width: 10px;
    height: 10px;
    line-height: 10px;
}
.mr_s5_con_inn_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #c1a69c;
}

.mr_s5_con_inn_slider .slick-prev, 
.mr_s5_con_inn_slider .slick-next{
  width: 81px;
  height: 24px;
  background-repeat:no-repeat;
  background-size: contain;
  background-position: center;
  left: inherit;
  right: 32px;
  top: inherit;
  bottom: -22px;
  z-index: 2;
}
.mr_s5_con_inn_slider .slick-prev:before, 
.mr_s5_con_inn_slider .slick-next:before{
  display: none;
}
.mr_s5_con_inn_slider .slick-prev:before{
}
.mr_s5_con_inn_slider .slick-prev{
  background-image: url(mr-f-slider-prev.png);
  right: 136px;
}

.mr_s5_con_inn_slider .slick-next{
  background-image: url(mr-f-slider-next.png);
}
.mr_s5_con_inn_slider:before{
  content: "";
  width: 2px;
  height: 72px;
  position: absolute;
  bottom: -36px;
  right: 121px;
  display: block;
  background-color: #000;
    z-index: 2;
}
@media (max-width: 1440px) {
  .mr_s5{
    padding-top: 8.403vw;
    padding-bottom: 6.25vw;
  }
  .mr_s5 .section_inner{
    width: 86.25vw;
  }
  .mr_s5_con_inn_col{
    padding-top: 1.806vw;
  }
  .mr_s5_con_inn h2{
    top: 21.458vw;
    font-size: 2.795vw;
    left: -20.556vw;
    letter-spacing: 0.188vw;
  }
  .mr_s5_left h2 mark:before{
     width: 2.222vw;
     height: 29.653vw;
     top: -12.847vw;
     left: 14.097vw;
  }
  .mr_s5_left_img{
     width: 29.375vw;
     height: 47.569vw;
     margin-left: 9.167vw;
     margin-top: -1.806vw;
  }
  .mr_s5_right_content{
    padding-top: 9.583vw;
    padding-left: 2.5vw;
    padding-right: 0.694vw;
  }
  .mr_s5_right_content h3{
    font-size: 1.823vw;
    letter-spacing: .0.069vw;
    padding-bottom: 1.389vw;
  }
  .mr_s5_right_content h3:before{
     z-index:0;
     width: 4.722vw;
     height: 3.681vw;
     top: -5.417vw;
     left: -0.347vw;
  }
  .mr_s5_right_content article p{
    padding-bottom: 2.014vw;
  }
  .mr_s5_right_content article span span{
    top: -1.944vw;
    left: 1.111vw;
  }
  .mr_s5_con_inn_slider .slick-dots{
      bottom: -0.347vw;
  }
  .mr_s5_con_inn_slider .slick-prev, 
  .mr_s5_con_inn_slider .slick-next{
    width: 5.625vw;
    height: 1.667vw;
    right: 2.222vw;
    bottom: -1.528vw;
  }
  .mr_s5_con_inn_slider .slick-prev{
    right: 9.444vw;
  }
  .mr_s5_con_inn_slider:before{
    height: 5vw;
    bottom: -2.5vw;
    right: 8.403vw;
  }
}
@media (max-width: 1140px) {

}
@media (max-width: 1024px) {
  .mr_s5 {
      padding-top: 8.403vw;
      padding-bottom: 6.25vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .mr_s5 .section_inner {
      width: 100%;
  }
  .mr_s5_con_inn h2 {
      left: -24.556vw;
  }
  .mr_s5_left {
      width: 100%;
  }
  .mr_s5_right {
      width: 100%;
  }
  .mr_s5_left_img {
      width: 20vw;
      height: 20vw;
      margin-left: 9.167vw;
      margin-top: -1.806vw;
      border-radius: 50%;
      margin: 0px auto;
      background-size: cover;
  }
  .mr_s5_left_img:before{
      z-index: 1;
      width: 4.722vw;
      height: 3.681vw;
      bottom: 0.583vw;
      right: 0.653vw;
      background-image: url(mr_s5_inverted_comma.png);
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
  }
  .mr_s5_right_content {
      padding-top: 4.583vw;
      padding-left: 6.5vw;
      padding-right: 6.5vw;
      padding-bottom: 7vw;
  }
  .mr_s5_right_content h3:before{
    display: none;
  }
  .mr_s5_con_inn_slider .slick-dots {
      bottom: -0.347vw;
      width: 92%;
  }
}
@media (max-width: 768px) {
  .mr_s5 {
      padding-top: 11.403vw;
      padding-bottom: 9.25vw;
  }
  .mr_s5_con_inn h2 {
      font-size: 5.2vw;
      letter-spacing: 0.169vw;
      transform: rotate(0deg);
      position: relative;
      left: 0px;
      top: 0px;
  }
  .mr_s5_right_content {
      padding-left: 0vw;
      padding-right: 0vw;
  }
  .mr_s5_con_inn_slider .slick-dots {
      bottom: -0.347vw;
      width: 100%;
  }
  .mr_s5_con_inn_col {
      padding-top: 5.806vw;
  }
  .mr_s5_con_inn_slider .slick-prev, 
  .mr_s5_con_inn_slider .slick-next {
      width: 6.625vw;
      height: 2.667vw;
      right: 2.222vw;
      bottom: -2.528vw;
  }
  .mr_s5_con_inn_slider .slick-prev {
      right: 16.444vw;
  }
  .mr_s5_con_inn_slider:before {
      right: 12.403vw;
  }
}
@media (max-width: 550px) {
  .mr_s5 {
      padding-top: 11.403vw;
      padding-bottom: 6.25vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .mr_s5_con_inn h2 {
      letter-spacing: 0.169vw;
      font-size: 6.2vw;
  }
  .mr_s5_con_inn_col {
      padding-top: 7.806vw;
  }
  .mr_s5_left_img {
      width: 30vw;
      height: 30vw;
  }
  .mr_s5_left_img:before {
      width: 8.722vw;
      height: 7.681vw;
      bottom: 0.583vw;
      right: -0.347vw;
  }
  .mr_s5_right_content {
      padding-top: 7.583vw;
      padding-bottom: 14vw;
  }
  .mr_s5_right_content article span span {
      top: 0.056vw;
      left: 1.111vw;
      display: inline-block;
  }
}

/*
  Section 06
=========================================*/
.mr_s6{
  background-color: #feda40;
  padding-top: 109px;
  padding-bottom: 61px;
}
.mr_s6 .section_inner{
  
}
.mr_s6_inn{
  text-align: center;
}
.mr_s6_main_title h2{
  font-size: 41.25px;
  letter-spacing: 2.0625px;
  position: relative;
}
.mr_s6_main_title h2:after{
   z-index:0;
   width: 76px;
   height: 6px;
   top: 183.1%;
   left: 45.15%;
   content: "";
   position: absolute;
   background-color: #0ebdb7;
}
.mr_s6_content_title{

}
.mr_s6_content_title a{
  font-size: 18.75px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position:relative;
  font-family: 'sofia_probold';
  display:inline-block;
  margin-bottom: 10px;
  text-decoration: underline !important;
  margin: 0px;
}
.mr_s6_content_title a:after{
   z-index:0;
   width: 100%;
   height: 1px;
   top: 24px;
   left:0;
   position: absolute;
   background-color: #000;
}
.mr_s6_content_title a:before{
   z-index:0;
   width: 20px;
   height: 20px;
   top: 6px;
   left: -37px;
   background-image: url(mr_s6_symbol1.png);
   content: "";
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   position: absolute;
}
.mr_s6_content{
  padding-top: 60px;
}
.mr_s6_content_item{
  
padding-bottom: 43px;
}
.mr_s6_content_item article{
  max-width: 819px;
  margin: 0 auto;
  padding-top: -2px;
  display: none;
}
.mr_s6_content_item article.active{
  display:block;
}
.mr_s6_content_item article p{
  padding-top: 28px;
  line-height: 1.56;
  margin-bottom: 0px;
  margin-top: 0px;
}

/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .mr_s6{
      background-color: #feda40;
      padding-top: 7.569vw;
      padding-bottom: 4.236vw;
    }
    .mr_s6 .section_inner{
      width:54.861vw;
    }
    .mr_s6_inn{
      text-align: center;
    }
    .mr_s6_main_title h2{
      font-size: 2.865vw;
      letter-spacing: 0.143vw;
      position: relative;
    }
    .mr_s6_main_title h2:after{
       z-index:0;
       width: 5.278vw;
       height: 0.417vw;
       top: 183.1%;
       left: 45.15%;
       content: "";
       position: absolute;
       background-color: #0ebdb7;
    }
    .mr_s6_content_title a{
      font-size: 1.302vw;
      text-transform: uppercase;
      letter-spacing: 0.104vw;
      position:relative;
      font-family: 'sofia_probold';
      display:inline-block;
      margin-bottom: 0.694vw;
      text-decoration: underline !important;
      margin: 0px;
    }
    .mr_s6_content_title a:after{
       z-index:0;
       width: 100%;
       height: 0.069vw;
       top: 1.667vw;
       left:0;
       position: absolute;
       background-color: #000;
    }
    .mr_s6_content_title a:before{
       z-index:0;
       width: 1.389vw;
       height: 1.389vw;
       top: 0.417vw;
       left: -2.569vw;
       background-image: url(mr_s6_symbol1.png);
       content: "";
       background-repeat: no-repeat;
       background-size: contain;
       background-position: center;
       position: absolute;
    }
    .mr_s6_content_title.active a:before{
        background-image: url(mr_s6_symbol2.png);
    }
    .mr_s6_content{
      padding-top: 4.167vw;
    }
    .mr_s6_content_item{
      padding-bottom: 2.986vw;
    }
    .mr_s6_content_item article{
      max-width: 56.875vw;
      margin: 0 auto;
      display: none;
    }
    .mr_s6_content_item article.active{
      display:block;
    }
    .mr_s6_content_item article p{
      padding-top: 1.944vw;
      line-height: 1.56;
      margin-bottom: 0vw;
      margin-top: 0vw;
    }
}
/*
  Media 1140-----------------------------*/
@media screen and (max-width: 1140px){
    .mr_s6{
     
    }
    .mr_s6 .section_inner{
     
width: 73vw;
    }
    .mr_s6_inn{
      
    }
    .mr_s6_main_title h2{
      
font-size: 2.865vw;
      
letter-spacing: 0.143vw;
    }
    .mr_s6_main_title h2:after{
       
width: 8.278vw;
       
height: 0.417vw;
       
top: 146.1%;
       
left: 43.15%;
    }
    .mr_s6_content_title a{
      
font-size: 1.8vw;
    }
    .mr_s6_content_title a:after{
      
    }
    .mr_s6_content_title a:before{
      
/* width: 1.389vw; */
      
/* height: 1.389vw; */
    }
    .mr_s6_content_title.active a:before{
        
    }
    .mr_s6_content{
      
text-align: center;
    }
    .mr_s6_content_item{
     
text-align: center!important;
    }
    .mr_s6_content_item article{
     /* max-width: 100%; */
     /* width: 97.875vw; */
     /* margin: 0; */
     /* display: inline-block; */
     max-width: 56.875vw;
     }
    .mr_s6_content_item article.active{
    }
    .mr_s6_content_item article p{
     }
}


/*
  Media 1024
-----------------------------*/
@media screen and (max-width: 1024px){
    .mr_s6{
     
      padding-left: 9vw;

      padding-right: 9vw;
    }
    .mr_s6 .section_inner{
     
      width: 100%;
    }
    .mr_s6_inn{
      
    }
    .mr_s6_main_title h2{
      
      font-size: 4.4vw;

      letter-spacing: 0.169vw;
    }
    .mr_s6_main_title h2:after{
       
    }
    .mr_s6_content_title a{
      
      font-size: 2.2vw;
    }
    .mr_s6_content_title a:after{
      
    }
    .mr_s6_content_title a:before{
      
      width: 2vw;

      height: 2vw;

      left: -3.569vw;
    }
    .mr_s6_content_title.active a:before{
        
      width: 2vw;

      height: 2vw;
    }
    .mr_s6_content{
      
    }
    .mr_s6_content_item{
     
    }
    .mr_s6_content_item article{
     }
    .mr_s6_content_item article.active{
    max-width: 100%;
    padding-bottom: 1vw;
    }
    .mr_s6_content_item article p{
     padding-top: 1.944vw;
     }
}

/*
  Media 768
-----------------------------*/
@media screen and (max-width: 768px){
    .mr_s6{

      padding-top: 11.569vw;

      padding-bottom: 7.236vw;
    }
    .mr_s6 .section_inner{
     
    }
    .mr_s6_inn{
      
    }
    .mr_s6_main_title h2{
      
      font-size: 5.2vw;

      padding-bottom: 4vw;
    }
    .mr_s6_main_title h2:after{
       
      top: 100%;
    }
    .mr_s6_content_title a{
      
      font-size: 2.5vw;
    }
    .mr_s6_content_title a:after{
      
    }
    .mr_s6_content_title a:before{
      
      width: 2.2vw;

      height: 2.2vw;

      top: 0.7vw;
    }
    .mr_s6_content_title.active a:before{
        
      width: 2.2vw;

      height: 2.2vw;
    }
    .mr_s6_content{
      
    }
    .mr_s6_content_item{
     
      padding-bottom: 3.986vw;
    }
    .mr_s6_content_item article{
     }
    .mr_s6_content_item article.active{
    }
    .mr_s6_content_item article p{
     }
     .mr_s6_content_title a br{
       display:none;
     }
}


/*
  Media 550
-----------------------------*/
@media screen and (max-width: 550px){
    .mr_s6{
     
    }
    .mr_s6 .section_inner{
     
    }
    .mr_s6_inn{
      
    }
    .mr_s6_main_title h2{
      
      letter-spacing: 0.169vw;

      font-size: 6.2vw;
    }
    .mr_s6_main_title h2:after{
       
    }
    .mr_s6_content_title a{      
      font-size: 3.3vw;      
      text-align: left;      
      padding-left: 3vw;
    }
    .mr_s6_content_title a:after{
      
    }
    .mr_s6_content_title a:before{
      
      left: -3.569vw;

      width: 2.7vw;

      height: 2.7vw;

      top: 1.2vw;
    }
    .mr_s6_content_title.active a:before{
        
      width: 2.7vw;

      height: 2.7vw;
    }
    .mr_s6_content{
      
    }
    .mr_s6_content_item{
     
    }
    .mr_s6_content_item article{
     }
    .mr_s6_content_item article.active{
    text-align: left;
    padding-left: 3vw;
    }
    .mr_s6_content_item article p{
     }
}



/*
   Section 7
=============================== */
.mr_s7{
  padding-top: 100px;
  margin-bottom: -137px;
  padding-bottom: 106px;
}
.mr_s7 .section_inner{
  width: 909px;
}
.mr_s7 .section_inner_in{
  display: flex;
  flex-wrap: wrap;
}
.mr_s7_header{
  width: 100%;
  text-align: center;
}
.mr_s7_header h2{
  font-size: 41.25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 2.062px;
  color: #000000;
}
.mr_s7_header h2 mark{
  font-weight: bold;
  background-size: 94% 72%;
  background-position: 4px 96%;
}
.mr_s7_header p{
  font-weight: 300;
  line-height: 1.52;
  letter-spacing: 2px;
  margin: 0px;
  padding-top: 39px;
}
.mr_s7_price{
  width: 100%;
}
.mr_s7_price_in{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 81px;
}
.mr_s7_price_col{
  width: 47.6%;
  height: 402px;
  text-align: center;
  background-color: #f2e8e6;
  border-bottom: 13px solid #feda40;
  position: relative;
}
.mr_s7_savings{
  display: none;
}
.mr_s7_savings span{
  transform: rotate(23deg);
  position: absolute;
  top: 24px;
  right: -107px;
  font-size: 17.25px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'sofia_probold';
  background-color: #FEDB3E;
  width: 570px;
  min-height: 70px;
  box-sizing: border-box;
  padding-left: 150px;
  padding-right: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mr_s7_savings span:after{
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -1;
  width: 472px;
  height: 185px;
  top: -18px;
  left: -144px;
  background-image: url(mr-s7-art-img.png);
  transform: rotate(-23deg);
  opacity: 0;
}
.mr_s7_price_col .active{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mr_s7_price_holder{
  padding-top: 159px;
  padding-bottom: 123px;
}
.mr_s7_price_holder h2{
  text-align: center;
  font-family: 'sofia_probold';
  margin-bottom: 0px;
  font-size: 68.75px;
  letter-spacing: 5px;
  padding-bottom: 17px;
}
.mr_s7_price_holder span{
  color: #000000;
  font-weight: 300;
  line-height: 1.52;
  letter-spacing: 1.5px;
}
.mr_s7_price_col .botton_holder{
  margin-top: -57px;
}
.mr_s7_price_col .botton_holder .pf4_button{
  font-size: 17.25px;
  padding: 22px 38px 20px 43px;
  letter-spacing: 3px;
  line-height: 1.7;
  border: 0px;
}
.text_only_holder{
  width: 100%;
  text-align: center;
  padding-top: 98px;
  letter-spacing: 2.1px;
  font-weight: 600;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .mr_s7{
    padding-top: 6.944vw;
    margin-bottom: -9.514vw;
    padding-bottom: 7.361vw;
  }
  .mr_s7 .section_inner{
    width: 63.125vw;
  }
  .mr_s7 .section_inner_in{
  }
  .mr_s7_header{
    width: 100%;
  }
  .mr_s7_header h2{
    font-size: 2.865vw;
    letter-spacing: 0.143vw;
  }
  .mr_s7_header h2 mark{
    background-size: 94% 72%;
    background-position: 0.278vw 96%;
  }
  .mr_s7_header p{
    letter-spacing: 0.139vw;
    margin: 0vw;
    padding-top: 2.708vw;
  }
  .mr_s7_header p br{
  }
  .mr_s7_price{
    width: 100%;
  }
  .mr_s7_price_in{
    padding-top: 5.625vw;
  }
  .mr_s7_price_col{
    width: 47.6%;
    height: 27.917vw;
  }
  .mr_s7_savings{
  }
  .mr_s7_savings span{
    top: 3.125vw;
    right: 0.417vw;
    font-size: 1.198vw;
    letter-spacing: 0.153vw;
    padding-left: 10.417vw;
    padding-right: 6.944vw;
    width: 38.583vw;
    min-height: 4.861vw;
    top: 1.667vw;
    right: -7.431vw;
  }
  .mr_s7_savings span:after{
    z-index: -1;
    width: 29.861vw;
    height: 12.847vw;
    top: -1.25vw;
    left: -10vw;
  }
  .mr_s7_price_holder{
    padding-top: 11.042vw;
    padding-bottom: 8.542vw;
  }
  .mr_s7_price_holder h2{
    margin-bottom: 0vw;
    font-size: 4.774vw;
    letter-spacing: 0.347vw;
    padding-bottom: 1.181vw;
  }
  .mr_s7_price_holder span{
    letter-spacing: 0.104vw;
  }
  .mr_s7_price_col .botton_holder{
    margin-top: -3.958vw;
  }
  .mr_s7_price_col .botton_holder .pf4_button{
    font-size: 1.198vw;
    padding: 1.528vw 2.639vw 1.389vw 2.986vw;
    letter-spacing: 0.208vw;
    border: 0px;
  }
  .text_only_holder{
    width: 100%;
    padding-top: 7.569vw;
    letter-spacing: 0.146vw;
  }
}
@media screen and (max-width: 1140px){
  .mr_s7 .section_inner{
    width: 77vw;
  }
}
@media screen and (max-width: 1024px){
  .mr_s7 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .mr_s7_header h2{
    font-size: 4.297vw;
  }
  .mr_s7_price_col{
    height: 36.5vw;
  }
  .mr_s7_savings span{
    font-size: 1.797vw;
    width: 44.583vw;
    min-height: 6.861vw;
    padding-left: 14.417vw;
    padding-right: 2.944vw;
    top: 0.667vw;
    right: -3.431vw;
  }
  .mr_s7_savings span:after{
    width: 39vw;
    height: 21.8vw;
    top: -3.4vw;
    left: -11vw;
  }
  .mr_s7_price_holder{
    padding-bottom: 9.542vw;
    padding-top: 14.042vw;
  }
  .mr_s7_price_holder h2{
    font-size: 7.161vw;
  }
  .mr_s7_price_col .botton_holder .pf4_button{
    padding: 1.181vw 2.778vw 1.181vw 2.778vw;
    font-size: 1.7vw;
    letter-spacing: 0.198vw;
  }
}
@media screen and (max-width: 768px){
  .mr_s7 {
      padding-top: 10.944vw;
      margin-bottom: -5.514vw;
      padding-bottom: 7.361vw;
  }
  .mr_s7_header h2{
    font-size: 5.518vw;
  }
  .mr_s7_header p br{
    display: none;
  }
  .mr_s7_price_col{
    width: 99%;
    margin: 0 auto;
    margin-bottom: 14vw;
    height: 43.5vw;
  }
  .mr_s7_savings span{
    font-size: 2.4vw;
    width: 55.583vw;
    min-height: 6.861vw;
    padding-left: 11.417vw;
    padding-right: 9.944vw;
    top: 3.667vw;
    right: -9.431vw;
  }
  .mr_s7_savings span:after{
    width: 51.4vw;
    height: 30.8vw;
    top: -5.4vw;
    left: -15.2vw;
  }
  .mr_s7_price_holder{
    padding-bottom: 13.542vw;
  }
  .mr_s7_price_col .botton_holder .pf4_button{
    padding: 2.181vw 4.778vw 2.181vw 4.778vw;
    font-size: 1.99vw;
    letter-spacing: 0.198vw;
  }
  .text_only_holder{
    padding-top: 0vw;
    margin-top: -4vw;
  }
}
@media screen and (max-width: 550px){
  .mr_s7_header h2{
    font-size: 6.2vw;
  }
  .mr_s7_price_col{
    height: 54.5vw;
    margin-bottom: 18vw;
  }
  .mr_s7_savings span{
    font-size: 2.875vw;
    top: 4vw;
    left: 18vw;
    background-color: #FEDB3E;
    padding-left: 14vw;
    padding-right: 14vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 80vw;
    box-sizing: border-box;
    text-align: center;
  }
  .mr_s7_savings span:after{
    width: 60.6vw;
    height: 32.8vw;
    top: -5.4vw;
    left: -17.5vw;
    display:none;
  }
  .mr_s7_price_holder{
    padding-bottom: 14.542vw;
  }
  .mr_s7_price_holder h2{
    font-size: 11.457vw;
  }
  .mr_s7_price_col .botton_holder .pf4_button{
    padding: 3.2vw 9.778vw 3.8vw 9.778vw;
    font-size: 2.99vw;
    letter-spacing: 0.6vw;
  }
}


/*
Site Footer
=============================== */
.hs_footer{
  padding-top: 137px;
}
.site_footer_top{
  background-color: #eeeeee;
  padding-top: 116px;
}
.site_footer_top .section_inner{
  width: 1092px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-bottom: 65px;
}
.site_footer_top_right{
  width: 31%;
}
.site_footer_top_right_logo{
  width: 100%;
  display: block;
}
.site_footer_top_right_logo img{
  width: 185px;
}
.site_footer_menu{
  padding-top: 37px;
  padding-left: 2px;
}
.site_footer_menu ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.site_footer_menu ul li{
  margin: 0px;
  margin-bottom: 11px;
}
.site_footer_menu ul li a{
  font-family: 'sofia_probold';
  text-transform: uppercase;
  font-size: 19px;
  color: #000;
  letter-spacing: 1px;
}
.site_footer_menu ul li a:hover{
  color: #0EBDB7;
}
.site_footer_top_left{
  width: 76%;
  margin-right: -7%;
  position: relative;
  padding-bottom: 31px;
}
.site_footer_top_left:before{
  content:"";
  position:absolute;
  border: 3px solid #000;
  display: block;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 0px;
}
.site_footer_top_left h2{
  text-align: right;
  text-transform: uppercase;
  padding-right: 36px;
  margin-top: -55px;
  z-index: 1;
  position: relative;
}
.site_footer_top_left h2 span{
  padding-right: 20px;
  padding-left: 56px;
  background-color: #eeeeee;
}
.site_footer_top_left h2 span.style_font{
  padding-right: 0px;
  padding-left: 0px;
  text-transform: none;
  letter-spacing: 0.5px;
}
.site_footer_top_left h2 mark{
  background-size: 95% 73%;
  background-position: 0px 32%;
}
.site_footer_top_left_insta{
  position: relative;
  padding-top: 9px;
  padding-left: 57px;
  padding-right: 101px;
}
.instagram_gallery{

}
.instagram_gallery ul{
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.instagram_gallery ul li{
  list-style: none;
  margin: 0px;
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  width: 25%;
  padding-bottom: 6px;
}
.instagram_gallery a{
  list-style: none;
  margin: 0px;
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  width: 25%;
  padding-bottom: 6px;
}
.instagram_gallery a img {
    max-width: 100%;
    width: 100% !important;
    height: auto;
    margin: 0 !important;
}
.site_footer_insta_link{
  position: absolute;
  bottom: 114px;
  right: -66px;
  margin: 0px;
  transform: rotate(-90deg);
  font-family: 'sofia_probold';
  color: #000;
}
.site_footer_insta_link:hover{
  color: #0EBDB7;
}
.hs_section_footer_bottom {
    background-color: #000000;
    padding-bottom: 9px;
    text-transform: uppercase;
    padding-top: 22px;
}
.hs_section_footer_bottom .section_inner {
    width: 1150px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 14.95px;
    font-family: 'Quicksand', sans-serif;
}
.hs_section_footer_bottom_left {
    width: 85%;
    color: #FFF;
    padding-top: 3px;
    font-size: 15px;
}
.hs_section_footer_bottom_left span {
    color: #FFF;
    font-size: 15px;
    display: inline-block;
    text-transform: none;
    padding-right: 6px;
}
.hs_section_footer_bottom_left a {
    color: #6bbdb9;
}
.hs_section_footer_bottom_right {
    width: 15%;
    text-align: right;
    padding-bottom: 0px;
    padding-top: 2px;
}
.footer_social a{
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 22px;
  margin: 0px;
  margin-left: 14px;
}
.footer_social .footer_social_instagram{
  background-image: url(footer-social-insta.png);
  background-position: 0px 0px !important;
  width: 23px;
  background-size: 18px;
}
.footer_social .footer_social_facebook{
  background-image: url(footer-social-facebook-icon.png);
  width: 15px;
  background-size: 8px;
  background-position: center top;
}

@media (max-width: 1440px) {
  .hs_footer{
    padding-top: 9.514vw;
  }
  .site_footer_top{
    padding-top: 8.056vw;
  }
  .site_footer_top .section_inner{
    width: 75.833vw;
    padding-bottom: 4.514vw;
  }
  .site_footer_top_right_logo img{
    width: 12.847vw;
  }
  .site_footer_menu{
    padding-top: 2.569vw;
    padding-left: 0.139vw;
  }
  .site_footer_menu ul li{
    margin-bottom: 0.764vw;
  }
  .site_footer_menu ul li a{
    font-size: 1.319vw;
    letter-spacing: 0.069vw;
  }
  .site_footer_top_left{
    padding-bottom: 2.153vw;
  }
  .site_footer_top_left:before{
    border: 3px solid #000;
    top: 0.278vw;
  }
  .site_footer_top_left h2{
    padding-right: 2.5vw;
    margin-top: -3.819vw;
  }
  .site_footer_top_left h2 span{
    padding-right: 1.389vw;
    padding-left: 3.889vw;
  }
  .site_footer_top_left h2 span.style_font{
    letter-spacing: 0.035vw;
  }
  .site_footer_top_left_insta{
    padding-top: 0.625vw;
    padding-left: 3.958vw;
    padding-right: 7.014vw;
  }
  .instagram_gallery ul li{
    padding-left: 0.208vw;
    padding-right: 0.208vw;
    padding-bottom: 0.417vw;
  }
  .site_footer_insta_link{
    bottom: 7.917vw;
    right: -4.583vw;
  }
  .hs_section_footer_bottom {
      padding-bottom: 0.625vw;
      padding-top: 1.528vw;
  }
  .hs_section_footer_bottom .section_inner {
      width: 79.861vw;
      font-size: 1.038vw;
  }
  .hs_section_footer_bottom_left {
      padding-top: 0.208vw;
      font-size: 1.042vw;
  }
  .hs_section_footer_bottom_left span {
      font-size: 1.042vw;
      padding-right: 0.417vw;
  }
  .hs_section_footer_bottom_right {
      padding-bottom: 0vw;
      padding-top: 0.139vw;
  }
  .footer_social a{
    height: 1.528vw;
    margin-left: 0.972vw;
  }
  .footer_social .footer_social_instagram{
    width: 1.597vw;
    background-size: 1.25vw;
  }
  .footer_social .footer_social_facebook{
    width: 1.042vw;
    background-size: 0.556vw;
  }
}
@media (max-width: 1140px) {

}
@media (max-width: 1024px) {
  .site_footer_insta_link {
      bottom: 8.917vw;
      right: -5.583vw;
  }
}
@media (max-width: 768px) {
  .site_footer_top .section_inner {
    width: 80vw;
    padding-bottom: 6.056vw;
  }
  .site_footer_top_right {
    width: 100%;
    text-align: center;
  }
  .site_footer_menu{
    display: none;
  }
  .site_footer_top_left {
    width: 100%;
    margin-right: 0px;
  }
  .site_footer_top_left {
    padding-bottom: 2.153vw;
    margin-top: 6vw;
  }
  .site_footer_top_left h2 {
    padding-right: 2.5vw;
    margin-top: -3.819vw;
    padding-bottom: 0vw;
    margin-bottom: 1.083vw;
  }
  .site_footer_top_left_insta {
    padding-top: 0.625vw;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
  }
  .site_footer_insta_link {
    bottom: 0vw;
    right: 0vw;
    transform: rotate(0deg);
    position: relative;
  }

  .site_footer_top_right.mobile_only{
    display: block;
  }
  .site_footer_top_right.mobile_only .site_footer_menu{
    display: block;
  }
  .site_footer_menu ul{

  }
  .site_footer_menu ul li {
    display: inline-block;
    line-height: normal;
    margin: 0px;
    margin-left: 1vw;
    margin-right: 1vw;
  }
  .site_footer_menu ul li a {
    font-size: 1.89vw;
    letter-spacing: 0.069vw;
    display: block;
    margin: 0px;
  }

  .hs_section_footer_bottom{
    padding-bottom: 2.903vw;
    padding-top: 3.042vw;
  }
  .hs_section_footer_bottom .section_inner{
    
  }
  .hs_section_footer_bottom_left, 
  .hs_section_footer_bottom_right {
      width: 100%;
      text-align: center;
  }
  .hs_section_footer_bottom_left span, 
  .hs_section_footer_bottom_left {
      padding-right: 0vw;
      font-size: 2.042vw;
  }
  .hs_section_footer_bottom_left span {
    margin-bottom: 0vw;
    display: block;
    text-transform: lowercase;
  }
  .hs_divider {
    font-size: 0px !important;
    width: 100%;
    display: block;
    clear: both;
  }
  .footer_social .footer_social_instagram {
    width: 3.597vw;
    background-size: 3.25vw;
    height: 3.528vw;
  }
  .footer_social .footer_social_facebook {
    width: 3.597vw;
    background-size: 1.4vw;
    height: 3.528vw;
  }
  .hs_section_footer_bottom_right {
    padding-bottom: 0vw;
    padding-top: 1.139vw;
  }
}
@media (max-width: 550px) {
  .site_footer_top_right_logo img {
    width: 25.847vw;
  }
  .site_footer_insta_link {
    font-size: 3.5vw;
  }
  .site_footer_menu ul li a {
    font-size: 2.5vw;
    letter-spacing: 0vw;
    display: block;
    margin: 0px;
  }
  .hs_section_footer_bottom_left span, 
  .hs_section_footer_bottom_left {
    padding-right: 0vw;
    font-size: 3.042vw;
  }
  .footer_social .footer_social_instagram {
    width: 4.597vw;
    background-size: 4.25vw;
    height: 4.528vw;
  }
  .footer_social .footer_social_facebook {
    width: 4.597vw;
    background-size: 2.4vw;
    height: 4.528vw;
  }
    .instagram_gallery a {
        padding-left: 5px;
        padding-right: 5px;
        width: 50%;
        padding-bottom: 0px;
    }
    .hs_footer {
        padding-top: 9.514vw;
    }
    .site_footer_top {
        padding-top: 15.056vw;
    }
    .site_footer_top_left {
        margin-top: 16vw;
    }
    .site_footer_top_left h2 {
        padding-right: 2.5vw;
        margin-top: -5.1vw;
        padding-bottom: 6vw;
        margin-bottom: 1.083vw;
    }
}