/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@font-face {
    font-family: 'Roboto Slab';
    src: url('robotoslab-regular.woff2') format('woff2'),
        url('robotoslab-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('robotoslab-light.woff2') format('woff2'),
        url('robotoslab-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('robotoslab-medium.woff2') format('woff2'),
        url('robotoslab-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('robotoslab-bold.woff2') format('woff2'),
        url('robotoslab-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham';
    src: url('gotham-bold.woff2') format('woff2'),
        url('gotham-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('gotham-medium.woff2') format('woff2'),
        url('gotham-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('gotham-light.woff2') format('woff2'),
        url('gotham-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body{
  font-family: 'Roboto Slab', serif;
  font-size: 1.042vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: normal;
  color: #000000;
  padding: 0;
  margin: 0;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Gotham' !important;
  margin:0;
  margin-bottom:1.389vw;
  font-weight:normal;
  color: #1d2b48;
  color: #000000;
}
h1{
  font-size: 3.75vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
h2{
  font-size: 4.549vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: 0.069vw;
}
h3{
  font-size: 2.639vw;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
}
h4{
  font-size: 2.222vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.178vw;
}
h5{
  font-size: 1.076vw;
  line-height: 2.84;
  letter-spacing: 0.054vw;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
h6{
  font-size: 1.042vw;
  line-height: 1.23;
  letter-spacing: 0.052vw;
  font-weight: bold;
  font-style: normal;
}

p {
    letter-spacing: 0.026vw;
    font-family: 'Roboto Slab', serif;
}

.mobile_only {
    display: none;
}
.m {
    display: none !important;
}
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){

    body {
        font-size: 1.042vw;
    }

}
@media screen and (max-width: 1140px){

}
@media screen and (max-width: 1024px){

    body {
        font-size: 1.172vw;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 550px){

}


@media (max-width: 1200px) {
  .section_inner {
    
  }
}
@media (max-width: 1080px) {
  .section_inner {
    
  }
}
@media (max-width: 900px) {
  .section_inner {
    
  }
}
@media (max-width: 550px) {
  .section_inner {
    
  }
}
@media (max-width: 320px) {
  .section_inner {
    
  }
}

/*
=======================================
  Site Header Section
=========================================*/
html{
  padding-top:0 !important;
}


/*=======================================
  Site Header Section
=========================================*/

/*
    Header
------------------------------*/
.lp_header{
    position: fixed;
    width: 100%;
    z-index: 99;
}
.lp_header .section_inner {
    display: flex;
    width: 100%;
    padding-top: 1.944vw;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 2.708vw;
    padding-left: 3.958vw;
    padding-right: 3.819vw;
}
.lp_header_left {
    width: 18%;
    padding-top: 0vw;
}
.lp_logo_image {
    width: 7.153vw;
}
.lp_header_right {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    /* justify-content: center; */
    width: 82%;
    text-align: right;
    padding-top: 0.486vw;
    padding-left: 0.278vw;
}
.lp_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
.lp_header_right li {
    display: inline-block;
    margin: 0;
    margin-right: 2.222vw;
}
.lp_header_right li a {
    display: block;
    margin: 0 0vw;
    padding: 0 1.181vw;
    position: relative;
    font-size: 0.903vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.028vw;
    text-align: left;
    color: #315C65;
    font-family: 'Gotham';
    text-transform: uppercase;
}
.responsive-menu ul li a:after,
.lp_header_right li a:after {
    content: " ";
    width: 100%;
    height: 1.181vw;
    background-image: url(lp_nav-hover.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    opacity: 0;
    position: absolute;
    bottom: 0.972vw;
    left: -0.139vw;
    z-index: -1;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}

.responsive-menu ul li a:after {
    height: 1.389vw;
    bottom: 0.417vw;
}

.responsive-menu ul li a:hover:after,
.lp_header_right li a:hover:after {
    opacity: 1;
}
.responsive-menu ul li a {
    display: inline-block;
    padding: 0 1.528vw;
}
.responsive-menu ul li.pf4_user_menu_item {
    margin-bottom: 0px;
}
.responsive-menu ul li.pf4_user_menu_item .user img.user__avatar {
    display: none;
}
.responsive-menu ul li.pf4_user_menu_item .user .user__dropdown a {
    display: block;
    margin-bottom: 1.736vw;
}


.lp_header.active{
    background-color: #FFF;
}
.lp_header.active .section_inner{
    padding-bottom: 0.694vw;
    padding-left: 3.958vw;
    padding-right: 3.819vw;
    padding-top: 0.764vw;
}
.lp_header.active .lp_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 82%;
    /* text-align: right; */
    padding-top: 0vw;
}

@media (max-width: 1440px) { }

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .lp_header_left {
        padding-left: 0vw;
    }
    .lp_header_right {
        padding-left: 0;
        padding-top: 0vw;
    }
    .lp_header_right li a {
        font-size: 1.2vw;
    }
}

@media (max-width: 768px) {
    .lp_header {
      padding-top: 1.944vw;
      padding-bottom: 1.944vw;
      padding-left: 3.958vw;
      padding-right: 3.819vw;
      /* background-color: #FFF; */
    }
    .lp_header .section_inner,
    .lp_header.active .section_inner {
        position: relative;
        padding-top: 0vw;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding-bottom: 0vw;
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .lp_header_right {
        text-align: right;
            position: relative;
    }

    .lp_logo_image {
        width: 11.153vw;
    }
    .lp_header2 {
          padding-top: 1.944vw;
          padding-bottom: 18vw;
          padding-left: 3.958vw;
          padding-right: 3.819vw;
      }
    .lp_header2 .section_inner {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
}

@media (max-width: 550px) {
    .lp_header .section_inner,
    .lp_header.active .section_inner{padding-bottom: 0vw;padding-left: 0vw;padding-right: 0vw;padding-top: 0vw;}
    .lp_header_left {
        width: 60%;
    }
    .lp_logo_image {
        width: 19.4vw;
    }
    .lp_header_right {
        width: 40%;
        position: relative;
    }
    .lp_header.active .lp_header_right{      
        width: 40%;      
        display: block;      
        flex-wrap: unset;      
        flex-direction: unset;      
        justify-content: unset;
    }


    .lp_header2{
        padding-top: 5vw;
        padding-bottom: 37.5vw;
        padding-left: 7.6vw;
        padding-right: 8.3vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
        /* background-color: #FFF; */
    }
    .lp_header2 .section_inner {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
}





/*
    Responsive Header
------------------------------*/
.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    display: block;
    width: 23px;
    height: 24px;
    margin-right: 0vw;
    margin-top: 0px;
    background-image: url(close-menu.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0vw;
    position: absolute;
    z-index: 24;
    top: 2vw;
}
.responsive-menu:before{
    content:"";
    width:100%;
    display:block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(res_bg.png);
    position: absolute;
    bottom: 0vw;
    height: 89px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: #F4F0EC;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    padding-top: 0vw;
    padding-bottom: 50vw;
}

.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 1.25vw;
    list-style-type: none;
    position: relative;
    margin-bottom: 5.4vw;
    text-align: center;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    display: inline-block;
    text-decoration: none;
    font-size: 23px !important;
    letter-spacing: 0.021vw;
    position: relative;
    text-align: center;
    line-height: 1.52;
    border: 0;
    margin: 0;
    color: #315C65;
    font-family: 'Gotham';
    text-transform: uppercase;
    font-weight: 500;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

@media (max-width: 1440px) {}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .lp_header_right ul {
        display: none;
    }

    a.responsive-menu-hand {
        width: 28px;
        height: 24px;
        margin-right: 0vw;
        margin-top: 0px;
        background-image: url(m-menu.svg);
        background-position: center;
        background-size: 31px;
        background-repeat: no-repeat;
        right: 0vw;
        position: absolute;
        z-index: 24;
        top: 1.2vw;
    }

    .responsive-menu-hand {
        display: block;
    }
}

@media (max-width: 550px) {
    .lp_header {
        padding-top: 5vw;
        padding-bottom: 5vw;
        padding-left: 7.6vw;
        padding-right: 8.3vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
        /* background-color: #FFF; */
    }

    a.responsive-menu-hand {
        /* margin-right: -0.7vw; */
        /* margin-top: 0vw; */
        /* top: 1vw; */
    }
}


.lp_header .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: -13px;
}

.lp_header .user .dropdown>:before {
    content: " ";
    position: absolute;
    z-index: 0;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #F2D0C4;
    opacity: 1;
    height: 14px;
    width: 2px;
    top: 17px;
    left: -10px;
}

.lp_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;
}

.lp_header .user__dropdown {
    position: absolute;
    z-index: 2000;
    top: 50px;
    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);
}

.lp_header .user__dropdown--light a {
    color: #0a2338;
}
.lp_header .user__dropdown--dark a {
    color: #fff;
}
.lp_header .user__dropdown span {
    display: block;
}
.lp_header .user__dropdown a {
    line-height: 40px !important;
    display: block;
    color: #000;
    padding-right: 7px;
    padding-left: 7px;
}
.lp_header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.lp_header--center .user__dropdown {
    top: 50px;
}
.lp_header--center .user__dropdown a {
    line-height: 40px;
    margin: 0 0 0 0;
}

@media (max-width: 767px) {
    .lp_header .user {
        position: static;
        display: block;
        width: 100%;
    }

    .lp_header .user__avatar {
        display: none;
    }

    .lp_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;
    }

    .lp_header--light .user__dropdown a { color: #0a2338; }
    .lp_header--dark .user__dropdown a { color: #fff; }
}

.mobileOnly {
    display: none !important;
}

@media screen and (max-width: 1440px){

}
@media screen and (max-width: 1140px){

}
@media screen and (max-width: 1024px){

}

@media screen and (max-width: 768px){

    .desktopOnly {
        display: none !important;
    }
    .mobileOnly {
        display: block !important;
    }

    body {
        font-size: 3.200vw;
        letter-spacing: 0.025em;
        line-height: 1.5;
    }

}


@media screen and (max-width: 550px){

}
/*=======================================
  well_1 Section Start
=========================================*/


.well_1 {
    background: #F4F0EC;
    position: relative;
    z-index: 1;
    padding-top: 13.542vw;
    overflow: hidden;
    padding-bottom: 9.931vw;
}

.well_1 .section_inner {
    max-width: 88.889vw;
    margin: 0 auto;
}

.well_1_left h1 {
    font-size: 6.736vw;
    letter-spacing: -0.139vw;
    line-height: 8.125vw;
    position: relative;
    z-index: 1;
    display: table;
}

.titleArtline:after {
    position: absolute;
    z-index: 1;
    width: 69.444vw;
    height: 0.155vw;
    content: "";
    display: block;
    left: 100%;
    bottom: 4.097vw;
    margin-left: -0.764vw;
    background: #000;
}

.smallImg {
    display: block;
    width: 0.694vw;
    opacity: 0 !important;
    visibility: hidden !important;
}

.coverImage {
    background-size: cover;
    object-position: center;
    display: inline-block;
    background-position: center;
        position: relative;
}

.well_1_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 42.5%;
    z-index: 11;
}
.coverImage .popup-modal-video {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: transparent !important;
    border: 0px solid #000;
    cursor: pointer;
}

.well_1_left {
    width: 55%;
}

.well_1_article {
    padding-left: 5.556vw;
    padding-top: 0.208vw;
    letter-spacing: -0.069vw;
    padding-right: 4.375vw;
}

.well_1_article h3 {
    font-size: 2.261vw;
    font-weight: 300;
    color: #388DA6;
    margin-bottom: 3.125vw;
}

.well_btn {
    text-transform: uppercase;
    background: #E0FE68;
    color: #000;
    font-family: 'Gotham' !important;
    padding: 0.556vw 1.389vw 0.486vw 1.25vw;
    font-size: 0.833vw;
    letter-spacing: 0.153vw;
    font-weight: bold;
    display: inline-block;
}

.well_1_btn {
    padding-top: 0vw;
    margin-top: -0.069vw;
}

.well_1_article p {
    font-size: 1.146vw;
    letter-spacing: 0.028vw;
    margin-bottom: 1.528vw;
    font-weight: 300;
}

.well_1_img.mobile_only {
    display: none;
}
@media screen and (max-width: 1140px){

  .well_1_article p {
      font-size: 1.228vw;
  }

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){

    .responsive-menu-hand {
        /* display: inline-block; */
        /* width: auto !important; */
    }

    .well_header_right ul {
        display: none;
    }

    .well_header_right {
        margin: 0;
        padding: 0;
        margin-left: auto;
    }

    .well_header {
        padding: 5.067vw 0 0 0;
    }

    .well_header .section_inner {
        align-items: center;
        width: 100%;
        padding: 0 8vw;
    }

    .well_1_img {
        position: unset;
        display: none;
        width: 100%;
        height: 101.60vw;
    }
    .well_1_img.mobile_only {
        display: block;
    }
    .well_1 .section_inner {
        width: 100%;
        max-width: 100%;
    }

    .well_1_left {
        width: auto;
        padding: 12.800vw 5.333vw 13.600vw 8vw;
    }

    .well_1_article {
        padding: 0;
        padding: 12.533vw 11.200vw 5.333vw 11.200vw;
    }

    .well_1_left h1 {
        font-size: 15.733vw;
        line-height: 93.5%;
        margin: 0 0 0.800vw 0;
        letter-spacing: -0.025em;
    }

    .titleArtline:after {
        height: 0.533vw;
        top: 22.667vw;
        left: 70.933vw;
    }

    .well_1_left h3 {
        font-size: 4.533vw;
        font-weight: 300;
        color: #388DA6;
        margin-bottom: 12vw;
        letter-spacing: -0.025em;
        line-height: 194%;
        margin: 0;
    }

    .well_1_article p {
        font-size: 3.200vw;
        letter-spacing: 0.025em;
        line-height: 1.5;
        margin-bottom: 5.333vw;
    }

    .well_1_article p br {
        display: none;
    }

    .well_btn {
        font-size: 2.933vw;
        font-weight: bold;
        letter-spacing: 0.2em;
        line-height: 129%;
        padding: 2.133vw 4.800vw;
    }

    .well_1 {
      padding-top: 13.333vw;
      padding-bottom: 10.667vw;
  }


}
@media screen and (max-width: 550px){

}

/*=======================================
  well_1 Section end
=========================================*/

/*=======================================
  well_2 Section Start
=========================================*/

.well_2 {
    background: #232021;
    padding: 5.347vw 0 5.972vw 0;
}

.well_2 .section_inner {
    width: 80.486vw;
    margin: 0 auto;
    display: flex;
    padding-left: 1.319vw;
}

.well_2_left {
    width: 31.25vw;
}

.well_2_img {
    display: block;
    width: 28.264vw;
    height: 34.236vw;
    position: relative;
    z-index: 1;
}

.well_2_img:after {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    border: 0.139vw solid #F4F0EC;
    left: 2.847vw;
    right: 2.847vw;
    top: 4.028vw;
    bottom: 4.028vw;
    border-radius: 4.583vw 0 4.583vw 0;
    background: rgb(255 255 255 / 15%);
}

.well_2_right {
    padding: 5.347vw 0 0 8.611vw;
}

.well_2_right h2 {
    font-size: 4.097vw;
    font-family: 'Roboto Slab' !important;
    font-weight: 300;
    line-height: 117%;
    letter-spacing: 0vw;
    margin-bottom: 2.5vw;
    color: #fff;
}

.well_2_right p {
    font-size: 1.563vw;
    font-weight: 300;
    margin-bottom: 2.014vw;
    color: #fff;
}

.well_2_article {
    padding-right: 7.222vw;
    padding-left: 0.486vw;
    line-height: 191%;
    letter-spacing: 0.035vw;
}

.authore {
    margin: 0 !important;
    color: #90CF69 !important;
    font-size: 1.146vw !important;
    font-family: 'Gotham' !important;
    letter-spacing: 0;
    font-weight: 500 !important;
    text-transform: uppercase;
}

@media screen and (max-width: 1140px){

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){

    .well_2_right p br {
        display: none;
    }

    .well_2_article {
        padding-right: 4.800vw;
    }

    .well_2 .section_inner {
        width: 100%;
        flex-direction: column;
        padding: 0 10.933vw;
    }

    .well_2_left {
        width: 100%;
    }

    .well_2 {
        padding-top: 20vw;
        padding-bottom: 17.067vw;
    }

    .well_2_img {
        width: 100%;
        height: 94.7vw;
    }

    .well_2_img:after {
        top: 12%;
        left: 10%;
        right: 10%;
        bottom: 12%;
        border-radius: 13.333vw 0 13.333vw 0;
        border-width: 0.533vw;
    }

    .well_2_right {
        padding: 17.333vw 0 0 0;
        margin-right: -1.867vw;
        margin-left: 0.533vw;
    }

    .well_2_right h2 {
        font-size: 7.200vw;
        letter-spacing: 0.025em;
        line-height: 130%;
        margin-bottom: 3.467vw;
        position: relative;
        margin-bottom: 5.600vw;
    }

    .well_2_article {
        padding: 0;
    }

    .well_2_right p {
        font-size: 3.200vw;
        line-height: 1.5;
        letter-spacing: 0.025em;
        margin-bottom: 5.867vw;
    }

    .well_2_right p.authore {
        font-size: 3.733vw !important;
        letter-spacing: 0.025em;
        line-height: 114%;
    }

    .well_2_right p br {
        display: none;
    }

    .well_2_article {
        padding-right: 4.800vw;
    }

}
@media screen and (max-width: 550px){

}

/*=======================================
  well_2 Section end
=========================================*/


/*=======================================
  well_3 Section Start
=========================================*/
.well_3 {
    background: #F4F0EC;
    z-index: 1;
    position: relative;
    padding-top: 5.556vw;
    padding-bottom: 6.667vw;
}

.well_3 .section_inner {
    display: flex;
    align-items: center;
    width: 88.958vw;
    margin: 0 auto;
}

.well_3_left {
    width: 47.153vw;
}

.well_3_left h2 {
    font-size: 5.729vw;
    line-height: 110%;
    font-weight: 500;
    letter-spacing: -0.139vw;
}

.well_3_article {
    width: 35.208vw;
    margin-left: 5.556vw;
    margin-top: 2.986vw;
}

.well_3_article p {
    margin-bottom: 1.458vw;
    line-height: 150%;
    font-weight: 300;
}

.well_3_article h4 {
    font-family: 'Roboto Slab' !important;
    font-size: 1.354vw;
    font-weight: 500;
    line-height: 135%;
    margin: 4.167vw 0vw 1.875vw 0.069vw;
    letter-spacing: 0;
}

.well_3_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 47.5%;
}

.well_3_btn .well_btn {
    padding: 0.625vw 2.014vw 0.486vw 1.875vw;
}
@media screen and (max-width: 1140px){

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){

    .well_3_img {
        position: unset;
        width: 100%;
        height: 77.6vw;
    }

    .well_3 .section_inner {
        display: block;
        width: 100%;
    }

    .well_3 {
        padding: 14.667vw 0 15.467vw;
    }

    .well_3_left {
        width: 100%;
    }

    .well_3_left h2 {
        letter-spacing: -0.025em;
        font-size: 10.400vw;
        line-height: 110%;
        padding-left: 6.933vw;
        padding-right: 6.933vw;
        margin-bottom: 8.533vw;
    }

    .well_3_article {
        width: 100%;
        padding: 12.800vw 8.533vw 0 11.733vw;
        margin: 0;
        font-size: 3.200vw;
        letter-spacing: 0.025em;
        line-height: 1.5;
        margin-bottom: 5.333vw;
        margin: 0;
    }

    .well_3_article p {
        margin-bottom: 4.800vw;
    }

    .well_3_article h4 {
        font-size: 4.800vw;
        letter-spacing: 0.025em;
        margin: 9.333vw 0 6.933vw;
    }

    .well_3_article h4 br {
        display: none;
    }

    .well_3_btn .well_btn {
        padding: 2.133vw 5.707vw;
    }

}
@media screen and (max-width: 550px){

}

/*=======================================
  well_3 Section end
=========================================*/



/*=======================================
  well_4 Section Start
=========================================*/



.well_4 {
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    padding-top: 6.25vw;
    padding-bottom: 14.167vw;
}

.well_4 .section_inner {
    display: flex;
    align-items: center;
    width: 83.125vw;
    margin: 0 auto;
}

.well_4_right {
    margin-left: auto;
    width: 32.986vw;
}

.well_4_img {
    position: absolute;
    top: 0;
    width: 52.5%;
    height: 100%;
    left: 0;
}

.well_4_right h2 {
    font-size: 5.729vw;
    line-height: 110%;
    font-weight: 500;
    letter-spacing: -0.139vw;
    margin-bottom: 4.306vw;
    margin-left: -0.208vw;
}

.line_title {
    position: relative;
}

.line_title:after {
    position: absolute;
    content: "";
    height: 0.155vw;
    background: #000;
    left: 17.5vw;
    top: 3.403vw;
    width: 69.444vw;
}

.well_4_right p {
    margin-bottom: 1.944vw;
    font-weight: 300;
}


@media screen and (max-width: 1140px){

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){

    .well_4 {
        padding: 0;
    }

    .well_4 .section_inner {
        width: 100%;
        display: block;
    }

    .well_4_img {
        position: unset;
        display: block;
        width: 100%;
        height: 91.5vw;
    }

    .well_4_right {
        width: 100%;
        padding: 16vw 12vw 56.267vw 11.733vw;
    }

    .well_4_right h2 {
        font-size: 15.733vw;
        line-height: 93.5%;
        letter-spacing: -0.025em;
        margin-bottom: 9.067vw;
        margin-left: -4.267vw;
    }
    
    .well_4_right p {
        margin-bottom: 4.800vw;
    }

    .line_title:after {
        height: 0.533vw;
        width: 500%;
        left: 45.867vw;
        top: 7.733vw;
    }

}
@media screen and (max-width: 550px){

}

/*=======================================
  well_4 Section end
=========================================*/



/*=======================================
  well_5 Section Start
=========================================*/
.well_5 {background: #232021;padding: 8.958vw 0 8.125vw 0;position: relative;}

.well_5_left {width: 52.083vw;}

.well_5 .section_inner {
    margin: 0 auto;
    width: 88.889vw;
    display: flex;
}

.well_5_left h2 {
    font-size: 5.208vw;
    line-height: 68%;
    letter-spacing: -0.139vw;
    color: #fff;
}

.well_5_article {
    padding: 3.333vw 0 0 5.347vw;
}

.well_5_article h5 {
    font-size: 1.771vw;
    line-height: 134%;
    font-weight: 300;
    font-family: 'Roboto Slab' !important;
    letter-spacing: 0.042vw;
    color: #fff;
    margin-bottom: 3.125vw;
}

.well_5_article p {
    color: #fff;
    font-weight: 300;
    margin-right: -0.486vw;
}

.well_5_btn {
    margin-top: 2.431vw;
}

.well_5_btn .well_btn {
    padding: 0.556vw 1.25vw 0.486vw 1.25vw;
    font-size: 0.833vw;
    letter-spacing: 0.188vw;
}

.well_5_img {
    display: block;
    width: 27.5vw;
    height: 45vw;
    top: -8.472vw;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: 12.222vw;
    border-radius: 6.667vw 0 6.667vw 0;
}

.well_5_img:after {content: "";display: block;position: absolute;left: -1.319vw;top: -1.319vw;bottom: -1.319vw;right: -1.25vw;border: 0.155vw solid #F4F0EC;border-radius: 6.667vw 0 6.667vw 0;}




@media screen and (max-width: 1140px){

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){

    .well_5 .section_inner {
        width: 100%;
        flex-direction: column-reverse;
    }

    .well_5_img {
        width: 100%;
        position: relative;
        margin: 0;
        left: unset;
        top: unset;
        right: unset;
        bottom: unset;
        height: 111.5vw;
        margin-top: -54.667vw;
        border-radius: 16.800vw 0;
    }

    .well_5_right {
        padding: 0 15.733vw;
    }

    .well_5_img:after {
        border-width: 0.800vw;
        left: -2.933vw;
        top: -2.933vw;
        right: -2.933vw;
        bottom: -2.933vw;
        border-radius: 16.800vw 0;
    }

    .well_5_left {
        width: 100%;
        margin-top: 20.800vw;
        padding: 0 8vw 0 11.200vw;
    }

    .well_5_article {
        padding: 0 6.400vw 0 0.533vw;
    }

    .well_5_left h2 {
        font-size: 10.400vw;
        letter-spacing: -0.025em;
        line-height: .9;
        margin-bottom: 9.333vw;
    }

    .well_5_article h5 {
        font-size: 4.267vw;
        letter-spacing: 0.025em;
        margin-bottom: 9.333vw;
        line-height: 138%;
    }

    .well_5_article h5 br {
        display: none;
    }

    .well_5_article p br {
        display: none;
    }

    .well_5_btn .well_btn {
        padding: 2.133vw 5.733vw;
        font-size: 2.933vw;
        letter-spacing: 0.2em;
    }

    .well_5_btn {
        margin-top: 6.933vw;
        margin-left: -0.533vw;
    }

    .well_5 {
        padding: 8.800vw 0 18.133vw;
    }

}
@media screen and (max-width: 550px){

}

/*=======================================
  well_5 Section end
=========================================*/



/*=======================================
  well_6 Section Start
=========================================*/
.well_6 {
    text-align: center;
    padding: 5.903vw 0 5.417vw 0;
}

.well_6_top {
    margin: 0 auto;
    width: 59.722vw;
}

.well_6_top h2 {
    font-size: 4.097vw;
    font-family: 'Roboto Slab' !important;
    font-weight: 300;
    line-height: 119%;
    letter-spacing: 0.104vw;
    position: relative;
    left: -0.903vw;
}

.well_6_slider {
    padding-top: 4.861vw;
    width: 76.389vw;
    margin: 0 auto;
    padding-left: 7.708vw;
    padding-right: 8.472vw;
}

.well_slide_img {
    display: flex;
    width: 21.806vw;
    align-items: center;
    justify-content: center;
    height: 38.681vw;
    margin-bottom: 2.5vw;
}

.well_6_slider_item {
    padding: 0 4.167vw;
}

.SlidePlay img {
    display: inline-block;
    width: 3.75vw;
}

.SlidePlay {
    display: inline-block;
    position: relative;
    left: -0.417vw;
    top: 0.278vw;
}

.well_6_slider_item h4 {
    font-size: 2.135vw;
    letter-spacing: 0.069vw;
    position: relative;
    left: -0.208vw;
    font-family: 'Roboto Slab' !important;
    font-weight: 500;
    margin-bottom: 0.417vw;
}

.well_6_slider_item p {
    font-size: 0.833vw;
    text-transform: uppercase;
    line-height: 138%;
    color: #388DA6;
    font-weight: 500;
    letter-spacing: 0.069vw;
    position: relative;
    left: -0.486vw;
}


.well_6_slider_list button.slick-arrow {
    position: absolute;
    top: 17.639vw;
    width: 3.333vw;
    height: 3.333vw;
    font-size: 0;
    background-color: transparent;
    border: 0;
    outline: none;
    padding: 0;
    cursor: pointer;
}

.well_6_slider_list button.slick-prev {
    background: url("arrow_left.svg");
    left: -7.639vw;
    background-size: cover;
}

.well_6_slider_list button.slick-next {
    background: url("arrow_right.svg");
    background-size: cover;
    right: -7.778vw;
}

@media screen and (max-width: 1140px){

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){

    .well_6 {
        padding: 13.333vw 0 5.333vw;
    }

    .well_6_top {
        width: 100%;
        padding: 0 10.667vw;
        position: relative;
        left: 5px;
    }

    .well_6_top h2 {
        font-size: 7.467vw;
        line-height: 125%;
        letter-spacing: 0.025em;
        margin-bottom: 11.733vw;
    }

    .well_6_slider {
        width: 100%;
        padding: 0 23.467vw;
    }

    .well_6_slider_list button.slick-arrow {
        width: 8vw;
        height: 8vw;
        top: 34%;
        margin-top: -4vw;
    }

    .well_6_slider_list button.slick-prev {
        left: -13.867vw;
    }

    .well_6_slider_list button.slick-next {
        right: -13.867vw;
    }

    .well_6_slider_item {
        padding: 0;
    }

    .well_slide_img {
        width: 100%;
        margin: 0 0 13.333vw 0;
        height: 94.5vw;
    }

    .SlidePlay img {
        width: 12vw;
    }

    .well_6_slider_item h4 {
        font-size: 7.200vw;
        letter-spacing: 0.025em;
        line-height: 1;
        margin-bottom: 5.333vw;
        left: unset;
    }

    .well_6_slider_item p {
        font-size: 2.667vw;
        letter-spacing: 0.05em;
        line-height: 140%;
        margin: 0;
    }

}
@media screen and (max-width: 550px){

}

/*=======================================
  well_6 Section end
=========================================*/


/*=======================================
  well_7 Section Start
=========================================*/
.well_7 {
    background: url("well_7_bg.jpg");
    background-size: cover;
    text-align: center;
    padding: 8.889vw 0 10.139vw 0;
}

.well_7_contetn h2 {
    font-size: 5.208vw;
    color: #fff;
    line-height: 110%;
    margin: 0 0vw 4.931vw 0;
    letter-spacing: 0;
}

.well_7_btn .well_btn {
    padding: 0.625vw 2.083vw 0.417vw 2.083vw;
}

.well_7_btn {
    display: table;
    margin: 0 auto;
    position: relative;
    left: -0.833vw;
}
@media screen and (max-width: 1140px){

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){

    .well_7 {
        padding: 22.667vw 0 21.333vw;
        background-image: url("well_7_bg_2.png");
    }

    .well_7_contetn h2 {
        font-size: 8vw;
        letter-spacing: 0;
        line-height: 1.3;
        font-weight: 500;
        margin-bottom: 5.333vw;
    }

    .well_7_btn .well_btn {
        padding: 2.133vw 8.533vw;
        position: relative;
        left: 1.333vw;
    }

}
@media screen and (max-width: 550px){

}

/*=======================================
  well_7 Section end
=========================================*/


/* Site Footer
*****************************************/
footer{}
.st10{
    padding-left: 6.875vw;
    padding-right: 6.875vw;
    padding-top: 3.611vw;
    background-color: #232021;
    padding-bottom: 3.403vw;
}
.st10 .section_inner{}
.st10 h4{
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 1.181vw;
    padding-top: 0.417vw;
    padding-left: 0vw;
    letter-spacing: 0.09vw;
    line-height: 1.24;
    color: #ffffff;
    padding-bottom: 1.806vw;
    text-transform: uppercase;
    margin-bottom: 0vw;
}
.footer_inst_in{
    border-bottom: 2px solid #FFF;
    padding-bottom: 2.431vw;
}
.footer_inst_in img{}
.footer_inst_in img.mobile_only{}

.footer_mc{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-top: 1.944vw;
    padding-bottom: 2.639vw;
}
.footer_left{
    width: 50%;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 0.764vw;
    color: #FFF;
    padding-top: 0.208vw;
    letter-spacing: 0.052vw;
}
.footer_right{
    width: 50%;
    text-align: right;
}
.footer_right ul{
    margin: 0vw;
    padding: 0vw;
}
.footer_right ul li{
    list-style: none;
    display: inline-block;
    padding-left: 5.764vw;
}
.footer_right ul li:last-child{ 
    padding-right: 0vw;
}
.footer_right ul li a{
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 0.833vw;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.069vw;
    display: block;
}

.footer_want{
    text-align: center;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 0.833vw;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.069vw;
    display: block;
    padding-left: 0.347vw;
}
.footer_want .fw_s1{
    letter-spacing: 0.167vw;
}
.footer_want .fw_s2{
    padding-left: 0.903vw;
}
.footer_want .fw_s2 a{
    font-size: 0.833vw;
    text-transform: uppercase;
    color: #232021;
    /* transition: .3s ease all; */
    border: solid 0.069vw #E0FE68;
    position: relative;
    background-color: #E0FE68;
    display: inline-block;
    transition: all .3s;
    font-family: 'Gotham';
    font-weight: bold;
    padding: 0.347vw 1.597vw 0.347vw 1.667vw;
    letter-spacing: 0.174vw;
    position: relative;
    z-index: 1;
}
.footer_want .fw_s2 a:before {
    content: "";
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    background-color: #ffff78;
    height: 100%;
    z-index: -1;
    display: block;
}
.footer_want .fw_s2 a:hover:before{
  width:100%
}

@media (max-width: 1140px) {
    footer{}
    .st10{}
    .st10 .section_inner{}
    .st10 h4{}
    .footer_inst_in{}
    .footer_inst_in img{}
    .footer_inst_in img.mobile_only{}

    .footer_mc{}
    .footer_left{}
    .footer_right{}
    .footer_right ul{}
    .footer_right ul li{}
    .footer_right ul li a{}

    .footer_want{}
    .footer_want .fw_s1{}
    .footer_want .fw_s2{}
    .footer_want .fw_s2 a{}
}
@media (max-width: 1024px) {
    footer{}
    .st10{}
    .st10 .section_inner{}
    .st10 h4{}
    .footer_inst_in{}
    .footer_inst_in img{}
    .footer_inst_in img.mobile_only{}

    .footer_mc{}
    .footer_left{}
    .footer_right{}
    .footer_right ul{}
    .footer_right ul li{}
    .footer_right ul li a{}

    .footer_want{}
    .footer_want .fw_s1{}
    .footer_want .fw_s2{}
    .footer_want .fw_s2 a{}
}
@media (max-width: 768px) {
    footer{}
    .st10{}
    .st10 .section_inner{}
    .st10 h4{}
    .footer_inst_in{}
    .footer_inst_in img{}
    .footer_inst_in img.mobile_only{}

    .footer_mc{}
    .footer_left{
        font-size: 1.2vw;
    }
    .footer_right{}
    .footer_right ul{}
    .footer_right ul li{
        padding-left: 2.764vw;
    }
    .footer_right ul li a{
        font-size: 1.2vw;
    }

    .footer_want{
        font-size: 1vw;
    }
    .footer_want .fw_s1{}
    .footer_want .fw_s2{}
    .footer_want .fw_s2 a{
        font-size: 1vw;
        line-height: 1.5;
    }
}
@media (max-width: 550px) {
    footer{}
    .st10{
        padding-left: 8.875vw;
        padding-right: 8.5vw;
        padding-top: 10.4vw;
        padding-bottom: 8.7vw;
    }
    .st10 .section_inner{}
    .st10 h4{
        letter-spacing: 0.45vw;
        line-height: 1.39;
        font-size: 3.9vw;
        padding-bottom: 6.7vw;
    }
    .footer_inst_in{
        padding-bottom: 0vw;
        border-bottom: 0px solid #FFF;
    }
    .footer_inst_in img{
        display: none;
    }
    .footer_inst_in img.mobile_only{
        display: block;
    }

    .footer_mc{
        padding-top: 7.05vw;
    }
    .footer_left{
        order: 2;
        font-size: 2.2vw;
        letter-spacing: 0.17vw;
        width: 100%;
        text-align: center;
        padding-top: 8vw;
    }
    .footer_right{
        order: 1;
        width: 100%;
        text-align: center;
        padding-bottom: 4.8vw;
        border-bottom: 2px solid #FFF;
    }
    .footer_right ul{
        /* display: flex; */
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
    }
    .footer_right ul li{
        padding-left: 7vw;
    }
    .footer_right ul li:first-child{

    padding-left: 0vw;
    }
    .footer_right ul li a{
        font-size: 2.5vw;
        letter-spacing: 0.2vw;
    }

    .footer_want{
        font-size: 2.5vw;
        letter-spacing: 0.2vw;
        padding-top: 6vw;
        line-height: 2.6;
        padding-right: 1vw;
    }
    .footer_want .fw_s1{
        /* display: block; */
        /* text-align: center; */
        letter-spacing: 0.65vw;
    }
    .footer_want .fw_s1 br.m{
        display: block !important;
    }
    .footer_want .fw_s2{
        padding-left: 0vw;
        display: inline-block;
    }
    .footer_want .fw_s2 a{
        font-size: 2.8vw;
        line-height: 1.5;
        letter-spacing: 0.5vw;
        display: block;
        width: 25vw;
        padding: 0.347vw 2.597vw 0.347vw 2.667vw;
        margin-top: 0.8vw;
        margin-left: 1vw;
    }
}

















.wms8_popup{
    position: relative;
    display: block;
    width: 100%;
}
.wms8_popup_in{
    width: 80%;
    max-width: 50vw;
    margin: 0px auto;
    position: relative;
    background-color: #FFF;
    padding: 0vw;
    min-height: 12vw;
}
.wms8_popup_in .wms8_popup_content{}
.wms8_popup_in .wms8_popup_content iframe{
    width: 100%;
    height: 34vw;
    margin-bottom: -0.5vw;
}
.wms8_popup_in .close{
    position: absolute;
    top: 0vw;
    right: 0vw;
    font-size: 0;
    width: 3.3vw;
    height: 3.3vw;
    background-color: rgb(123 250 255 / 18%);
    border-radius: 0px 0px 0px 2vw;
    z-index: 9;
}
.wms8_popup_in .close a.popup-modal-close{
    background-image: url(close-menu.svg);
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.3vw;
}



@media (max-width: 1140px) {    
    .wms8_popup{ }
    .wms8_popup_in{width: 69%;max-width: 70vw;}
    .wms8_popup_in .wms8_popup_content{}
    .wms8_popup_in .close{width: 5.3vw;height: 5.3vw;}
    .wms8_popup_in .close a.popup-modal-close{background-size: 2vw;}
    .wms8_popup_in .wms8_popup_content iframe {
        width: 100%;
        height: 40vw;
        margin-bottom: -0.5vw;
    }
}
@media (max-width: 1024px) { }
@media (max-width: 768px) { }
@media (max-width: 550px) {
    .wms8_popup{ }
    .wms8_popup_in{width: 94%;max-width: 94vw;}
    .wms8_popup_in .wms8_popup_content{}
    .wms8_popup_in .close{width: 10.3vw;height: 10.3vw;}
    .wms8_popup_in .close a.popup-modal-close{background-size: 4vw;}
    .wms8_popup_in .wms8_popup_content iframe {
        width: 100%;
        height: 59vw;
        margin-bottom: -1.5vw;
    }
}