/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/

@font-face {
    font-family: 'Opera';
    src: url('operabold.woff2') format('woff2'),
        url('operabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('poppins-bold.woff2') format('woff2'),
        url('poppins-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-regular.woff2') format('woff2'),
        url('poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Museo Sans 900';
    src: url('museosans-900.woff2') format('woff2'),
        url('museosans-900.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Museo Sans 700';
    src: url('museosans-700.woff2') format('woff2'),
        url('museosans-700.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*
    GLOBAL FONT STYLE
===============================================*/
body{
    font-family: Poppins;
    font-size: 1.146vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #202936;
}
h1, h2, h3, h4, h5, h6{
    margin:0;
    margin-bottom:1.389vw;
    color: #202936;
}
h1{
    font-family: 'Museo Sans 700';
    font-size: 4.01vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.144;
    letter-spacing: -0.042vw;
    color: #202936;
}
h2{
    font-family: 'Museo Sans 700';
    font-size: 3.385vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    color: #202936;
}
h3{
    font-family: 'Museo Sans 700';
    font-size: 2.5vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #202936;
}
h4{
    font-family: 'Museo Sans 700';
    font-size: 2.188vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.74;
    letter-spacing: normal;
    color: #202936;
}
h5{
    font-family: 'Opera';
    font-size: 1.667vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1vw;
    color: #202936;
}
h6{
    font-family: 'Museo Sans 700';
    font-size: 1.458vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 0.015vw;
    color: #202936;
}

.mobile_only{display:none;}
.m{display:none;}
@media screen and (max-width: 768px){display:block;}

mark{
  background-color: transparent;
  position: relative;
  padding: 0vw;
  z-index: 1;
  color: #202936;
  display: inline-block;
}
mark:before{
  content: "";
  position: absolute;
  background-image: url(ssh-s1-1.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.625vw;
  height: 4.625vw;
  top: 0.156vw;
  left: -1.667vw;
  z-index: -2;
}
.pf4_button{
  position: relative;
  display: inline-block;
  color: #f2e666;
  font-size: 1.042vw;
  letter-spacing: 0.073vw;
  padding: 0.833vw 3.194vw 0.903vw 3.194vw;
  margin: 0;
  opacity: 1;
  text-transform: uppercase;
  font-family: 'Museo Sans 900';
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  z-index: 5;
  border: unset;
  cursor: pointer;
}
.pf4_button:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #202936;
  top: 0vw;
  left: 0vw;
  z-index: -1;
  border: solid 0.069vw #202936;
  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;
}

.pf4_button .pf4{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0vw;
  left: 0vw;
}
.pf4_button .pf4:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #20293600;
  top: 0.417vw;
  left: 0.417vw;
  z-index: -76;
  border: solid 0.069vw #202936;
}
.pf4_sty1,
.pf4_sty2,
.pf4_sty3{
  position: absolute;
  width: 0.556vw;
  height: 0.069vw;
  z-index: 0;
  background-color: #202936;
  transform: rotate( -137deg );
}
.pf4_sty1{
  top: 0.208vw;
  right: -0.417vw;
}
.pf4_sty2{
  bottom: -0.208vw;
  right: -0.417vw;
}
.pf4_sty3{
  bottom: -0.208vw;
  left: 0vw;
}
.pf4_button:hover{
  color: #000000;
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
}
.pf4_button:hover::before{
    background-color: #20293600;
}
.pf4_button:after{
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0vw;
  left: 0vw;
  z-index: -1;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  display: none;
}
.pf4_button:hover:after{
   background-color: rgb(72 155 188 / 53%);
   width: 100%;
}
.pf4_sty4{
    display: inline-block;
    width: 44vw;
    height: auto;
    position: absolute;
    left: -47.153vw;
    transition: all 2s ease !important;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    top: 0.833vw;
}
.not_in_viewport .pf4_sty4{
   left: -75.153vw;
   opacity: 0;
}
.pf4_sty4 svg{
    width: 100%;
    height: 100%;
}
.pf4_sty4 img{}
.section_inner {
  width: 75vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0vw auto;
  position: relative;
  box-sizing:border-box;
}
.section_inner img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    body{
        font-family: Poppins;
        font-size: 1.146vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #202936;
    }
    h1, h2, h3, h4, h5, h6{
        margin:0;
        margin-bottom:1.389vw;
        color: #202936;
    }
    h1{
        font-family: 'Museo Sans 700';
        font-size: 4.01vw;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.144;
        letter-spacing: -0.042vw;
        color: #202936;
    }
    h2{
        font-family: 'Museo Sans 700';
        font-size: 3.385vw;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.12;
        letter-spacing: normal;
        color: #202936;
    }
    h3{
        font-family: 'Museo Sans 700';
        font-size: 2.5vw;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        color: #202936;
    }
    h4{
        font-family: 'Museo Sans 700';
        font-size: 2.188vw;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.74;
        letter-spacing: normal;
        color: #202936;
    }
    h5{
        font-family: 'Opera';
        font-size: 1.667vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.1vw;
        color: #202936;
    }
    h6{
        font-family: 'Museo Sans 700';
        font-size: 1.458vw;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.46;
        letter-spacing: 0.015vw;
        color: #202936;
    }
    mark{
      background-color: transparent;
      position: relative;
      padding: 0vw;
      z-index: 1;
      color: #202936;
      display: inline-block;
    }
    mark:before{
      content: "";
      position: absolute;
      background-image: url(ssh-s1-1.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 15.625vw;
      height: 100%;
      top: 0.139vw;
      left: -0.694vw;
      z-index: -2;
    }
    .pf4_button{
      position: relative;
      display: inline-block;
      color: #f2e666;
      font-size: 1.042vw;
      letter-spacing: 0.073vw;
      padding: 0.833vw 3.194vw 0.903vw 3.194vw;
      margin: 0;
      opacity: 1;
      text-transform: uppercase;
      font-family: 'Museo Sans 900';
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      z-index: 5;
    }
    .pf4_button:before{
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #202936;
      top: 0vw;
      left: 0vw;
      z-index: -1;
    }
    .pf4_button .pf4{
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0vw;
      left: 0vw;
    }
    .pf4_button .pf4:before{
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #20293600;
      top: 0.417vw;
      left: 0.417vw;
      z-index: -76;
      border: solid 1px #202936;
    }
    .pf4_sty1,
    .pf4_sty2,
    .pf4_sty3{
      position: absolute;
      width: 0.556vw;
      height: 0.069vw;
      z-index: 0;
      background-color: #202936;
      transform: rotate( -137deg );
    }
    .pf4_sty1{
      top: 0.208vw;
      right: -0.417vw;
    }
    .pf4_sty2{
      bottom: -0.208vw;
      right: -0.417vw;
    }
    .pf4_sty3{
      bottom: -0.208vw;
      left: 0vw;
    }
    .pf4_button:hover{
    }

    .pf4_button:hover:before{
       background-color: #2e343c;
    }
    .pf4_sty4{display: inline-block;width: 44vw;height: auto;position: absolute;left: -47.153vw;top: 0.833vw;}
    .pf4_sty4 img{}
    .section_inner {
      width: 75vw;
      display: flex;
      flex-wrap: wrap;
      margin: 0vw auto;
      position: relative;
      box-sizing:border-box;
    }
    .section_inner img {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
    }
}
@media screen and (max-width: 1140px){
    body{
          font-size: 1.35vw;
    }
    h1, h2, h3, h4, h5, h6{}
    h1{
    font-size: 4.4vw;
}
    h2{
     font-size: 3.8vw;
}
    h3{
    font-size: 3vw;
}
    h4{
    font-size: 2.6vw;
}
    h5{
    font-size: 2vw;
}
    h6{
    font-size: 1.6vw;
}
    mark{}
    mark:before{}
    .pf4_button{
    font-size: 1.3vw;
    padding: 0.9vw 3.3vw 0.9vw 3.3vw;
}
    .pf4_button:before{}
    .pf4_button .pf4{}
    .pf4_button .pf4:before{}
    .pf4_sty1,
    .pf4_sty2,
    .pf4_sty3{}
    .pf4_sty1{}
    .pf4_sty2{}
    .pf4_sty3{}
    .pf4_button:hover{}
    .pf4_button:hover:before{}
    .pf4_sty4{}
    .pf4_sty4:before{
}
    .pf4_sty4 img{}
}
@media screen and (max-width: #1024px){
    body{}
    h1, h2, h3, h4, h5, h6{}
    h1{}
    h2{}
    h3{}
    h4{}
    h5{}
    h6{}
    mark{}
    mark:before{}
    .pf4_button{}
    .pf4_button:before{}
    .pf4_button .pf4{}
    .pf4_button .pf4:before{}
    .pf4_sty1,
    .pf4_sty2,
    .pf4_sty3{}
    .pf4_sty1{}
    .pf4_sty2{}
    .pf4_sty3{}
    .pf4_button:hover{}
    .pf4_button:hover:before{}
    .pf4_sty4{}
    .pf4_sty4:before{}
    .pf4_sty4 img{}
}
@media screen and (max-width: 768px){
body{
    font-family: Poppins;
    font-size: 2.4vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    }
    h1, h2, h3, h4, h5, h6{
    margin:0;
    margin-bottom:5.209px;
    color: #202936;
    }
    h1{
    font-family: 'Museo Sans 700';
    font-weight: 600;
    font-size: 8.8vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.088vw;
    }
    h2{
    font-family: 'Museo Sans 700';
    font-weight: 600;
    font-size: 6.933vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.069vw;
    }
    h3{
    font-family: 'Museo Sans 700';
    font-weight: 600;
    font-size: 5.333vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.053vw;
    }
    h4{
    font-family: 'Museo Sans 700';
    font-weight: 600;
    font-size: 5.333vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.053vw;
    }
    h5{
    font-family: 'Opera';
    font-weight: bold;
    font-size: 2.667vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.16vw;
    }
    h6{
    font-family: 'Museo Sans 700';
    font-weight: 600;
    font-size: 2.933vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.029vw;
    }
    mark{}
    mark:before{
    width: 44.213vw;
    height: 18.96vw;
    top: -2.528vw;
    left: -8.694vw;
    background-image: url(ssh-s1-1-m.svg);
}
    .pf4_button{font-size: 2.533vw;letter-spacing: 0.107vw;padding: 1.6vw 7.2vw 2.133vw 7.2vw;}
    .pf4_button:before{}
    .pf4_button .pf4{}
    .pf4_button .pf4:before{
    top: 1.067vw;
    left: 1.2vw;
}
    .pf4_sty1,
    .pf4_sty2,
    .pf4_sty3{
    position: absolute;
    width: 1.6vw;
    height: 0.267vw;
    z-index: 0;
    background-color: #000000;
    transform: rotate( 
-137deg );
}
    .pf4_sty1{
    top: 0.78px;
    right: -1.564px;
    top: 0.533vw;
    right: -1.333vw;
}
    .pf4_sty2{
    bottom: -0.533vw;
    right: -1.067vw;
}
    .pf4_sty3{
    bottom: -0.533vw;
    left: 0vw;
}
    .pf4_button:hover{}
    .pf4_button:hover:before{}
    .pf4_sty4{
    width: 8.8vw;
    height: auto;
    position: absolute;
    left: -13.6vw;
    top: 2.133vw;
}
    .pf4_sty4:before{
    /* height: 0.267vw; */
}
    .pf4_sty4 img{}
}
@media screen and (max-width: 550px){
body{
    font-family: Poppins;
    font-size: 2.4vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    }
    h1, h2, h3, h4, h5, h6{
    margin:0;
    margin-bottom:5.209px;
    color: #202936;
    }
    h1{
    font-family: 'Museo Sans 700';
    font-weight: 600;
    font-size: 8.8vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.088vw;
    }
    h2{
    font-family: 'Museo Sans 700';
    font-weight: 600;
    font-size: 6.933vw;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.069vw;
    }
    h3{
    font-family: 'Museo Sans 700';
    font-weight: 600;
    font-size: 5.333vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.053vw;
    }
    h4{
    font-family: 'Museo Sans 700';
    font-weight: 600;
    font-size: 5.333vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.053vw;
    }
    h5{
    font-family: 'Opera';
    font-weight: bold;
    font-size: 2.667vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.16vw;
    }
    h6{
    font-family: 'Museo Sans 700';
    font-weight: 600;
    font-size: 2.933vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.029vw;
    }
    mark{}
    mark:before{
    width: 44.213vw;
    height: 18.96vw;
    top: -2.528vw;
    left: -8.694vw;
    background-image: url(ssh-s1-1-m.svg);
}
    .pf4_button{font-size: 2.533vw;letter-spacing: 0.107vw;padding: 1.6vw 7.2vw 2.133vw 7.2vw;}
    .pf4_button:before{}
    .pf4_button .pf4{}
    .pf4_button .pf4:before{
    top: 1.067vw;
    left: 1.2vw;
}
    .pf4_sty1,
    .pf4_sty2,
    .pf4_sty3{
    position: absolute;
    width: 1.6vw;
    height: 0.267vw;
    z-index: 0;
    background-color: #000000;
    transform: rotate( 
-137deg );
}
    .pf4_sty1{
    top: 0.78px;
    right: -1.564px;
    top: 0.533vw;
    right: -1.333vw;
}
    .pf4_sty2{
    bottom: -0.533vw;
    right: -1.067vw;
}
    .pf4_sty3{
    bottom: -0.533vw;
    left: 0vw;
}
    .pf4_button:hover{}
    .pf4_button:hover:before{}
    .pf4_sty4{
    display: inline-block;
    width: 80vw;
    height: auto;
    position: absolute;
    left: -85.153vw;
    top: 2.6vw;
}
    .pf4_sty4:before{
    /* height: 0.267vw; */
}
    .pf4_sty4 img{}
}


html{
    padding-top:0 !important;
}
/*
    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;
    opacity:0;
}
.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;
}

/*
  Global Font Variable Size
-----------------------------*/
@media screen and (max-width: 1440px){}
@media screen and (max-width: 1140px){}
@media screen and (max-width: 1024px){}
@media screen and (max-width: 768px){}
@media screen and (max-width: 550px){}

/* 
=======================================
  Site Header Section
=========================================*/
.ssh_header_top{
    background-color: #f2e666;
    padding-top: 0.486vw;
    padding-bottom: 0.417vw;
}
.ssh_header_top .section_inner{
    width: 100%;
    text-align: center;
    display: block;
}
.ssh_header_top a{
    font-family: 'Museo Sans 700';
    font-size: 1.042vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.052vw;
    text-align: center;
    color: #202936;
}
.ssh_header_top a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 40vw;
    background-color: #000000;
    top: -1vw;
    left: 0;
    z-index: -1;
    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;
    /* color: #FFF; */
}
.ssh_header_top a:hover{
  color:#FFF;
}
.ssh_header_top a:hover:before {
    width: 100%;
}
.ssh_header_top a strong{
    font-family: 'Museo Sans 900';
    font-weight: 900;
}
.ssh_header {
    padding-top: 1.042vw;
    padding-bottom: 1.042vw;
    padding-left: 6.823vw;
    padding-right: 6.354vw;
    position: relative;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: #F8F8F8;
}
.ssh_header .section_inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ssh_header_left{
}
.ssh_header_left a{}
.ssh_header_left a .ssh_logo_image{
    width: 14.028vw;
}
.ssh_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.ssh_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ssh_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 0.625vw;
    padding-right: 0.625vw;
    padding-top: 0.694vw;
    padding-bottom: 0.694vw;
}
.ssh_header_right li a {
    text-align: right;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: 'Museo Sans 700';
    font-size: 1.042vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.052vw;
    padding: 0.278vw 0.486vw 0.278vw 0.486vw;
    color: #2f2029;
}
.ssh_header_right li a:hover{
  color: #615858;
}
.ssh_header_right ul li:last-child{
    padding: 0vw 0vw 0vw 1.111vw;
}
.ssh_header_right ul li:last-child a{
    color: #f2e666;
    padding: 0.833vw 1.458vw 0.833vw 1.667vw;
    letter-spacing: 0.069vw;
    background-color: #202936;
    display: block;
    z-index: 1;
    border: solid 0.069vw #202936;
}
.ssh_header_right ul li:last-child a:hover{
    background-color: #353c4500 !important;
    color: #000000;
}
.ssh_header_right ul li:last-child a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0vw;
    left: 0vw;
    z-index: -1;
    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;
    display: none;
}
.ssh_header_right ul li:last-child a:hover:after{
   background-color: rgb(72 155 188 / 53%);
   width: 100%;
}
.fixed-header {
    position: fixed;
    width: 100%;
    top: -500px;
    left: 0;
    background-color: #fff;
    z-index: 999;
    transition: all 0.5s ease;
}
.fixed-header.active{
    top:0;
}
.fixed-header.active .ssh_header.responsive_header{display:none;}
/*
    Responsive Header
------------------------------*/
.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    /* background: #fff; */
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    vertical-align: top;
}
.responsive_header{
    width: 100%;
    display: block;
    position: relative;
    background-color: #FFF;
    padding-top: 2.45vw;
    padding-bottom: 2.3vw;
    padding-left: 8.3vw;
    padding-right: 6.1vw;
}
.ssh_logo_responsive {
    /* position: absolute; */
    /* left: 31px; */
    /* top: 18px; */
}
.ssh_logo_responsive a{}
.ssh_logo_responsive a .ssh_logo_image{}
.ssh_logo_responsive a .ssh_logo_image2{}
.responsive-menu-head{}
.responsive-menu-head .responsive-menu-close{}
.responsive-menu-hand {
    display: none;
}
.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}
.responsive-menu-close {
    clear: both;
    height: 1.944vw;
    width: 1.597vw;
    display: block;
    position: absolute;
    top: 1.319vw;
    right: 6.6vw;
    background-image: url(close2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.responsive-menu-close strong {
    position: relative;
    height: 0vw;
    width: 2.778vw;
    display: block;
}
.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 2.778vw;
    display: block;
    background-color: #000;
    height: 0.347vw;
}
.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 1.736vw;
}
.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -0.347vw;
}
.responsive-menu.active {
    right: 0;
}
.responsive-menu-close {
    position: absolute;
    width: 2.639vw;
    height: 2.639vw;
    top: 0;
    right: 0;
}
.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
    text-align: left;
}
.responsive-menu ul:first-of-type {
    padding-top: 7.708vw;
}
.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0vw;
    padding-bottom: 6.319vw;
    text-align: left;
    display: block;
}
.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    display: block;
    text-decoration: none;
    font-size: 1.806vw;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.139vw;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    margin-bottom: 3.056vw;
    font-family: 'Lato';
}
.responsive-menu ul li:hover {
    text-decoration: none;
}
.responsive-menu ul li a:hover {
    color: #000000;
}
.responsive-menu:after {
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 0.069vw;
    background-color: #000;
    top: 5vw;
    left: 0;
}
.ssh_logo_responsive img {
    width: auto;
}
.responsive-menu ul:last-of-type{
    /* display: flex; */
    /* justify-content: center; */
    /* position: absolute; */
    /* bottom: 12.083vw; */
}
.responsive-menu ul:last-of-type li{
    padding: 0 12.2vw;
}
.responsive-menu ul:last-of-type li a img{
    height: 25px;
}
.responsive-menu .social_link{
    padding-left: 8.3vw;
    padding-right: 8.3vw;
    display: none;
}
.responsive-menu .social_link ul{
    display: flex;
    flex-wrap:wrap;
}
.responsive-menu .social_link ul li{
    padding: 0 0vw;
}
.responsive-menu .social_link ul li a{padding-left: 0;/* padding-right: 0.903vw; */}

.responsive-menu .social_link ul li img{
    height: 2.083vw !important;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_header_top{
        background-color: #f2e666;
        padding-top: 0.486vw;
        padding-bottom: 0.417vw;
    }
    .ssh_header_top .section_inner{
        width: 100%;
        text-align: center;
        display: block;
    }
    .ssh_header_top a{
        font-family: 'Museo Sans 700';
        font-size: 1.042vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.052vw;
        text-align: center;
        color: #202936;
    }
    .ssh_header_top a:before{content:"";}
    .ssh_header_top a strong{
        font-family: 'Museo Sans 900';
        font-weight: 900;
    }
    .ssh_header {
        padding-top: 1.042vw;
        padding-bottom: 1.042vw;
        padding-left: 6.875vw;
        padding-right: 6.389vw;
        position: relative;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
        background-color: #F8F8F8;
    }
    .ssh_header .section_inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .ssh_header_left{
    }
    .ssh_header_left a{}
    .ssh_header_left a .ssh_logo_image{
        width: 14.028vw;
    }
    .ssh_header_right {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .ssh_header_right ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .ssh_header_right li {
        display: inline-block;
        margin: 0;
        padding-left: 0.625vw;
        padding-right: 0.625vw;
        padding-top: 0.694vw;
        padding-bottom: 0.694vw;
    }
    .ssh_header_right li a {
        text-align: right;
        position: relative;
        display: block;
        text-transform: uppercase;
        font-family: 'Museo Sans 700';
        font-size: 1.042vw;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.052vw;
        padding: 0.278vw 0.486vw 0.278vw 0.486vw;
        color: #2f2029;
    }
    .ssh_header_right ul li:last-child{
        padding: 0vw 0vw 0vw 1.111vw;
    }
    .ssh_header_right ul li:last-child a{
        color: #f2e666;
        padding: 0.833vw 1.458vw 0.833vw 1.667vw;
        letter-spacing: 0.069vw;
        background-color: #202936;
    }
    /*
        Responsive Header
    ------------------------------*/
    .responsive-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -110%;
        /* background: #fff; */
        z-index: 999999;
        overflow: scroll;
        overflow-y: auto;
        overflow-x: auto;
        transition: right 0.5s ease;
        display: flex;
        flex-direction: column;
        background-color: #F8F8F8;
        vertical-align: top;
    }
    .responsive_header{
        width: 100%;
        display: block;
        position: relative;
        background-color: #FFF;
        padding-top: 2.45vw;
        padding-bottom: 2.3vw;
        /* padding-left: 8.3vw; */
        /* padding-right: 6.1vw; */
    }
    .ssh_logo_responsive {
        /* position: absolute; */
        /* left: 31px; */
        /* top: 18px; */
    }
    .ssh_logo_responsive a{}
    .ssh_logo_responsive a .ssh_logo_image{}
    .ssh_logo_responsive a .ssh_logo_image2{}
    .responsive-menu-head{}
    .responsive-menu-head .responsive-menu-close{}
    .responsive-menu-hand {
        display: none;
    }
    .responsive-menu-hand svg {
        width: 100%;
        height: 100%;
    }
    .responsive-menu-close {
        clear: both;
        height: 1.944vw;
        width: 1.597vw;
        display: block;
        position: absolute;
        top: 1.319vw;
        right: 6.6vw;
        background-image: url(nav_close.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .responsive-menu-close strong {
        position: relative;
        height: 0vw;
        width: 2.778vw;
        display: block;
    }
    .responsive-menu-close span:nth-child(1),
    a.responsive-menu-close span:nth-child(2) {
        width: 2.778vw;
        display: block;
        background-color: #000;
        height: 0.347vw;
    }
    .responsive-menu-close span:nth-child(1) {
        transform: rotate(-45deg);
        margin-top: 1.736vw;
    }
    .responsive-menu-close span:nth-child(2) {
        transform: rotate(45deg);
        margin-top: -0.347vw;
    }
    .responsive-menu.active {
        right: 0;
    }
    .responsive-menu-close {
        position: absolute;
        width: 3.639vw;
        height: 3.639vw;
        top: 1vw;
        right: 0;
    }
    .responsive-menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        border-bottom: 0;
        text-align: left;
    }
    .responsive-menu ul:first-of-type {
        padding-top: 7.708vw;
    }
    .responsive-menu ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
        margin-bottom: 0vw;
        padding-bottom: 6.319vw;
        text-align: left;
        display: block;
    }
    .responsive-menu ul li a,
    .responsive-menu .pf4_header_userarea span a {
        display: block;
        text-decoration: none;
        font-size: 1.806vw;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 0.139vw;
        color: #ffffff;
        position: relative;
        text-transform: uppercase;
        border: 0;
        margin: 0;
        margin-bottom: 3.056vw;
        font-family: 'Lato';
    }
    .responsive-menu ul li:hover {
        text-decoration: none;
    }
    .responsive-menu ul li a:hover {
        color: #000000;
    }
    .responsive-menu:after {
        /* content: ""; */
        position: absolute;
        width: 100%;
        height: 0.069vw;
        background-color: #000;
        top: 5vw;
        left: 0;
    }
    .ssh_logo_responsive img {
        width: auto;
    }
    .responsive-menu ul:last-of-type{
        /* display: flex; */
        /* justify-content: center; */
        /* position: absolute; */
        /* bottom: 12.083vw; */
    }
    .responsive-menu ul:last-of-type li{
        padding: 0 12.2vw;
    }
    .responsive-menu ul:last-of-type li a img{
        height: 25px;
    }
    .responsive-menu .social_link{
        padding-left: 8.3vw;
        padding-right: 8.3vw;
        display: none;
    }
    .responsive-menu .social_link ul{
        display: flex;
        flex-wrap:wrap;
    }
    .responsive-menu .social_link ul li{
        padding: 0 0vw;
    }
    .responsive-menu .social_link ul li a{padding-left: 0;/* padding-right: 0.903vw; */}

    .responsive-menu .social_link ul li img{
        height: 2.083vw !important;
    }
}
@media screen and (max-width: 1140px){
    .ssh_header_top{
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
}
    .ssh_header_top .section_inner{}
    .ssh_header_top a{
    font-size: 1.4vw;
}
    .ssh_header_top a:before{content:"";}
    .ssh_header_top a strong{}
    .ssh_header {
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
}
    .ssh_header .section_inner {}
    .ssh_header_left{}
    .ssh_header_left a{}
    .ssh_header_left a .ssh_logo_image{
    width: 17.028vw;
}
    .ssh_header_right {}
    .ssh_header_right ul {}
    .ssh_header_right li {}
    .ssh_header_right li a {
    font-size: 1.4vw;
}
    .ssh_header_right ul li:last-child{}
    .ssh_header_right ul li:last-child a{}
    /*
        Responsive Header
    ------------------------------*/
    .responsive-menu {}
    .responsive_header{}
    .ssh_logo_responsive {}
    .ssh_logo_responsive a{}
    .ssh_logo_responsive a .ssh_logo_image{}
    .ssh_logo_responsive a .ssh_logo_image2{}
    .responsive-menu-head{}
    .responsive-menu-head .responsive-menu-close{}
    .responsive-menu-hand {}
    .responsive-menu-hand svg{}
    .responsive-menu-close {}
    .responsive-menu-close strong {}
    .responsive-menu-close span:nth-child(1),
    a.responsive-menu-close span:nth-child(2) {}
    .responsive-menu-close span:nth-child(1) {}
    .responsive-menu-close span:nth-child(2) {}
    .responsive-menu.active{}
    .responsive-menu-close{}
    .responsive-menu ul {}
    .responsive-menu ul:first-of-type{}
    .responsive-menu ul li {}
    .responsive-menu ul li a,
    .responsive-menu .pf4_header_userarea span a {}
    .responsive-menu ul li:hover {}
    .responsive-menu ul li a:hover {}
    .responsive-menu:after {}
    .ssh_logo_responsive img {}
    .responsive-menu ul:last-of-type{}
    .responsive-menu ul:last-of-type li{}
    .responsive-menu ul:last-of-type li a img{}
    .responsive-menu .social_link{}
    .responsive-menu .social_link ul{}
    .responsive-menu .social_link ul li{}
    .responsive-menu .social_link ul li a{
}
    .responsive-menu .social_link ul li img{}
}
@media screen and (max-width: #1024px){
    .ssh_header_top{}
    .ssh_header_top .section_inner{}
    .ssh_header_top a{}
    .ssh_header_top a:before{content:"";}
    .ssh_header_top a strong{}
    .ssh_header {}
    .ssh_header .section_inner {}
    .ssh_header_left{}
    .ssh_header_left a{}
    .ssh_header_left a .ssh_logo_image{}
    .ssh_header_right {}
    .ssh_header_right ul {}
    .ssh_header_right li {}
    .ssh_header_right li a {}
    .ssh_header_right ul li:last-child{}
    .ssh_header_right ul li:last-child a{}
    /*
        Responsive Header
    ------------------------------*/
    .responsive-menu {}
    .responsive_header{}
    .ssh_logo_responsive {}
    .ssh_logo_responsive a{}
    .ssh_logo_responsive a .ssh_logo_image{}
    .ssh_logo_responsive a .ssh_logo_image2{}
    .responsive-menu-head{}
    .responsive-menu-head .responsive-menu-close{}
    .responsive-menu-hand {}
    .responsive-menu-hand svg{}
    .responsive-menu-close {}
    .responsive-menu-close strong {}
    .responsive-menu-close span:nth-child(1),
    a.responsive-menu-close span:nth-child(2) {}
    .responsive-menu-close span:nth-child(1) {}
    .responsive-menu-close span:nth-child(2) {}
    .responsive-menu.active{}
    .responsive-menu-close{}
    .responsive-menu ul {}
    .responsive-menu ul:first-of-type{}
    .responsive-menu ul li {}
    .responsive-menu ul li a,
    .responsive-menu .pf4_header_userarea span a {}
    .responsive-menu ul li:hover {}
    .responsive-menu ul li a:hover {}
    .responsive-menu:after {}
    .ssh_logo_responsive img {}
    .responsive-menu ul:last-of-type{}
    .responsive-menu ul:last-of-type li{}
    .responsive-menu ul:last-of-type li a img{}
    .responsive-menu .social_link{}
    .responsive-menu .social_link ul{}
    .responsive-menu .social_link ul li{}
    .responsive-menu .social_link ul li a{}
    .responsive-menu .social_link ul li img{}
}
@media screen and (max-width: 768px){
.ssh_header_top{
    display: none;
}
    .ssh_header_top .section_inner{}
    .ssh_header_top a{}
    .ssh_header_top a:before{content:"";}
    .ssh_header_top a strong{}
    .ssh_header {
  padding-top: 1.818vw;
  padding-bottom: 2.182vw;
  padding-left: 4.546vw;
  padding-right: 5.637vw;
}
    .ssh_header .section_inner {}
    .ssh_header_left{}
    .ssh_header_left a{}
    .ssh_header_left a .ssh_logo_image{
  width: 19.836vw;
}
    .ssh_header_right {}
    .ssh_header_right ul {}
    .ssh_header_right li {}
    .ssh_header_right li a {}
    .ssh_header_right ul li:last-child{}
    .ssh_header_right ul li:last-child a{}
    /*
        Responsive Header
    ------------------------------*/
    .responsive-menu {}
    .responsive_header{}
    .ssh_logo_responsive {}
    .ssh_logo_responsive a{}
    .ssh_logo_responsive a .ssh_logo_image{}
    .ssh_logo_responsive a .ssh_logo_image2{}
    .responsive-menu-head{
}
    .responsive-menu-head .responsive-menu-close{
    position: absolute;
    width: 3.273vw;
    height: 3.273vw;
    top: 1.454vw;
    right: 2.182vw;
}
    .responsive-menu-hand {
      display: block;
      width: 6vw;
      height: 2.982vw;
      background-image: url(nav_bars.png);
      background-size: contain;
      background-repeat: no-repeat;
      margin-top: 0.182vw;
}
    .responsive-menu-hand svg{}
    .responsive-menu-close {}
    .responsive-menu-close strong {}
    .responsive-menu-close span:nth-child(1),
    a.responsive-menu-close span:nth-child(2) {}
    .responsive-menu-close span:nth-child(1) {}
    .responsive-menu-close span:nth-child(2) {}
    .responsive-menu.active{
    background-color: #7b8c9100;
    overflow: hidden;
}
    .responsive-menu.active:before{content:"";position: absolute;width: 100%;height: 100%;background-color: #F8F8F8;top: 0vw;left: 36vw;}
    .responsive-menu-close{}
    .responsive-menu ul {
}
    .responsive-menu ul:first-of-type{
}
    .responsive-menu ul li {
}
    .responsive-menu ul li a,
    .responsive-menu .pf4_header_userarea span a {
    font-size: 2.364vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.118vw;
    text-align: center;
    color: #2f2029;
    display: inline-block;
    padding: 0.909vw 1.818vw;
    text-transform: uppercase;
    font-family: 'Museo Sans 700';
}
    .responsive-menu ul li:hover {}
    .responsive-menu ul li a:hover {    color: #615858;}
    .responsive-menu:after {}
    .ssh_logo_responsive img {}
    .responsive-menu ul:last-of-type{
    padding-top: 8.727vw;
    padding-left: 38vw;
    padding-bottom: 3.091vw;
}
    .responsive-menu ul:last-of-type li{
    text-align: center;
    margin-bottom: 3.818vw;
    padding-left: 3.636vw;
    padding-right: 3.636vw;
}
    .responsive-menu ul:last-of-type li:last-child{
    padding-top: 0.727vw;
}
    .responsive-menu ul:last-of-type li:last-child a{
    padding: 1.818vw 4vw 1.636vw 4vw;
    color: #f2e666;
    background-color: #202936;
}
.responsive-menu ul:last-of-type li:last-child a:hover{
  background-color: #353C45 !important;
    color: #e6d949;
}
    .responsive-menu ul:last-of-type li a img{}
    .responsive-menu .social_link{
    display: block;
    padding-left: 38vw;
    padding-right: 3.636vw;
    position:relative;
    padding-top: 6.545vw;
}
.responsive-menu .social_link:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 0.182vw;
  top: 0vw;
  left: 36vw;
  background-color: #707070;
}
.responsive-menu .social_link p{
    font-size: 2.364vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.118vw;
    color: #2f2029;
    text-transform: uppercase;
    font-family: 'Museo Sans 700';
    z-index: 6;
    position: relative;
    text-align: center;
    display: block;
    left: 2vw;
}
    .responsive-menu .social_link ul{
    padding-top: 3.818vw;
    padding-left: 10.182vw;
    padding-right: 10.182vw;
    padding-bottom: 0vw;
    text-align: center;
    display: block;
    left: 3.385vw;
    position: relative;
}
    .responsive-menu .social_link ul li{
    position: relative;
    z-index: 5;
    margin: 0vw;
    display: inline-block;
}
    .responsive-menu .social_link ul li a{
    padding: 0vw;
    background-color: unset !important;
    margin-bottom: 0vw !important;
    height: auto;
}
    .responsive-menu .social_link ul li img{}
    .responsive_header{
      padding-top: 1.818vw;
      padding-bottom: 2.182vw;
      padding-left: 4.546vw;
      padding-right: 4.546vw;
    }
    .ssh_logo_responsive img {
        width: 6.818vw;
    }
     .responsive-menu .social_link ul li svg{
    width: 3.455vw;
    height: 3.455vw;
    display: inline-block;
    margin-right: 0vw;
}
    .responsive-menu .social_link ul li svg:hover{
      opacity:0.6;
    }
    .responsive-menu .social_link ul li.social_twitter{
    width: 6.363vw;
    height: 5.455vw;
    padding-left: 3.818vw;
    display: inline-block;
}
    .responsive-menu .social_link ul li.social_facebook{}
    .responsive-menu .social_link ul li.social_instagram{
    padding-top: 0vw;
    position: relative;
    left: -3.273vw;
}
    .responsive-menu .social_link ul li.social_instagram a{
    padding: 0vw;
}
    
    .responsive-menu .social_link ul li.social_twitter svg{}
    .responsive-menu .social_link ul li.social_facebook svg{
}
    .responsive-menu .social_link ul li.social_instagram svg{}
    .ssh_header_right ul {
        display: none;
    }
   .responsive-menu .social_link ul li.social_instagram a:hover{
    background-color: unset !important;
    color: unset;
}
}
@media screen and (max-width: 550px){
.ssh_header_top{
    display: none;
}
    .ssh_header_top .section_inner{}
    .ssh_header_top a{}
    .ssh_header_top a:before{content:"";}
    .ssh_header_top a strong{}
    .ssh_header {
  padding-top: 2.667vw;
  padding-bottom: 3.2vw;
  padding-left: 6.667vw;
  padding-right: 8.267vw;
}
    .ssh_header .section_inner {}
    .ssh_header_left{}
    .ssh_header_left a{}
    .ssh_header_left a .ssh_logo_image{
  width: 29.093vw;
}
    .ssh_header_right {}
    .ssh_header_right ul {}
    .ssh_header_right li {}
    .ssh_header_right li a {}
    .ssh_header_right ul li:last-child{}
    .ssh_header_right ul li:last-child a{}
    /*
        Responsive Header
    ------------------------------*/
    .responsive-menu {}
    .responsive_header{}
    .ssh_logo_responsive {}
    .ssh_logo_responsive a{}
    .ssh_logo_responsive a .ssh_logo_image{}
    .ssh_logo_responsive a .ssh_logo_image2{}
    .responsive-menu-head{
}
    .responsive-menu-head .responsive-menu-close{
    position: absolute;
    width: 4.8vw;
    height: 4.8vw;
    top: 2.133vw;
    right: 3.2vw;
}
    .responsive-menu-hand {
      display: block;
      width: 8.8vw;
      height: 4.373vw;
      background-image: url(nav_bars.png);
      background-size: contain;
      background-repeat: no-repeat;
      margin-top: 0.267vw;
}
    .responsive-menu-hand svg{}
    .responsive-menu-close {}
    .responsive-menu-close strong {}
    .responsive-menu-close span:nth-child(1),
    a.responsive-menu-close span:nth-child(2) {}
    .responsive-menu-close span:nth-child(1) {}
    .responsive-menu-close span:nth-child(2) {}
    .responsive-menu.active{
    background-color: #7b8c9100;
    overflow: hidden;
}
    .responsive-menu.active:before{content:"";position: absolute;width: 100%;height: 100%;background-color: #F8F8F8;top: 0vw;left: 32.533vw;}
    .responsive-menu-close{}
    .responsive-menu ul {
}
    .responsive-menu ul:first-of-type{
}
    .responsive-menu ul li {
}
    .responsive-menu ul li a,
    .responsive-menu .pf4_header_userarea span a {
    font-size: 3.467vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.173vw;
    text-align: center;
    color: #2f2029;
    display: inline-block;
    padding: 1.333vw 2.667vw;
    text-transform: uppercase;
    font-family: 'Museo Sans 700';
}
    .responsive-menu ul li:hover {}
    .responsive-menu ul li a:hover {    color: #615858;}
    .responsive-menu:after {}
    .ssh_logo_responsive img {}
    .responsive-menu ul:last-of-type{
    padding-top: 12.8vw;
    padding-left: 32.533vw;
    padding-bottom: 4.533vw;
}
    .responsive-menu ul:last-of-type li{
    text-align: center;
    margin-bottom: 5.6vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
}
    .responsive-menu ul:last-of-type li:last-child{
    padding-top: 1.067vw;
}
    .responsive-menu ul:last-of-type li:last-child a{
    padding: 2.667vw 5.867vw 2.4vw 5.867vw;
    color: #f2e666;
    background-color: #202936;
}
.responsive-menu ul:last-of-type li:last-child a:hover{
  background-color: #353C45 !important;
    color: #e6d949;
}
    .responsive-menu ul:last-of-type li a img{}
    .responsive-menu .social_link{
    display: block;
    padding-left: 32.533vw;
    padding-right: 5.333vw;
    position:relative;
    padding-top: 9.6vw;
}
.responsive-menu .social_link:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 0.267vw;
  top: 0vw;
  left: 32.533vw;
  background-color: #707070;
}
.responsive-menu .social_link p{
    font-size: 3.467vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.173vw;
    color: #2f2029;
    text-transform: uppercase;
    font-family: 'Museo Sans 700';
    z-index: 6;
    position: relative;
    text-align: center;
    display: block;
    left: 2.933vw;
}
    .responsive-menu .social_link ul{
    padding-top: 5.6vw;
    padding-left: 5.933vw;
    padding-bottom: 0vw;
    padding-right: 5.933vw;
    text-align: center;
    display: block;
    left: 5.6vw;
    position: relative;
}
    .responsive-menu .social_link ul li{
    position: relative;
    z-index: 5;
    margin: 0vw;
}
    .responsive-menu .social_link ul li a{
    padding: 0vw;
    background-color: unset !important;
    margin-bottom: 0vw !important;
    height: auto;
}
    .responsive-menu .social_link ul li img{}
    .responsive_header{
      padding-top: 2.667vw;
      padding-bottom: 3.2vw;
      padding-left: 6.667vw;
      padding-right: 6.667vw;
    }
    .ssh_logo_responsive img {
        width: 10vw;
    }
     .responsive-menu .social_link ul li svg{
    width: 5.067vw;
    height: 5.067vw;
    display: inline-block;
    margin-right: 0vw;
}
    .responsive-menu .social_link ul li svg:hover{
      opacity:0.6;
    }
    .responsive-menu .social_link ul li.social_twitter{
    width: 9.333vw;
    height: 8vw;
    padding-left: 5.6vw;
}
    .responsive-menu .social_link ul li.social_facebook{}
    .responsive-menu .social_link ul li.social_instagram{
    padding-top: 0vw;
    position: relative;
    left: -4.8vw;
}
    .responsive-menu .social_link ul li.social_instagram a{
    padding: 0vw;
    position: relative;
    left: -1.067vw;
}
    
    .responsive-menu .social_link ul li.social_twitter svg{}
    .responsive-menu .social_link ul li.social_facebook svg{
}
    .responsive-menu .social_link ul li.social_instagram svg{}
    .ssh_header_right ul {
        display: none;
    }
    .responsive-menu .social_link ul li.social_instagram a:hover{
    background-color: unset !important;
    color: unset;
}
}













/**************S1*****************/
.ssh_s1{
    background-color: #F5F1E7;
}
.ssh_s1 .section_inner{
    width: 85.833vw;
}
.ssh_s1_left{
    padding-top: 5.625vw;
    padding-bottom: 5.903vw;
    width: 59.1%;
}
.ssh_s1_left article{}
.ssh_s1_left article h1{
    margin-bottom: 3.33vw;
    position: relative;
    z-index: 1;
    line-height: 1.14;
}
.ssh_s1_left article h1 br{}
.ssh_s1_left article h1 .m{}
.ssh_s1_left article h1 strong{
    color: #489bbc;
}
.ssh_s1_left article h1 mark{
    position: relative;
    z-index: -1;
}
.ssh_s1_left article h1 mark:before{}
.ssh_s1_left article p{
    padding-left: 2.569vw;
    position: relative;
    z-index: 1;
}
.ssh_s1_left article p br{}
.ssh_s1_left article p .m{}
.ssh_s1_left article p strong{
    font-weight: bold;
}
.ssh_s1_left article p mark{
    position: relative;
    z-index: -1;
}
.ssh_s1_left article p mark:before{
    background-image: url(ssh-s1-2.svg);
    width: 11.389vw;
    height: 2.431vw;
    top: inherit;
    bottom: -0.417vw;
    left: -0.486vw;
}
.ssh_s1_link{
    padding-top: 3.073vw;
    padding-left: 15.694vw;
}
.ssh_s1_link_in{
    position: relative;
    display: inline-block;
}
.ssh_s1_link_in .pf4_button{}
.ssh_s1_link_in .pf4_button:before{}
.ssh_s1_link_in .pf4_button:hover::before{
    background-color: #f5f1e7;
}
.ssh_s1_link_in .pf4_button .pf4{}
.ssh_s1_link_in .pf4_button .pf4:before{}
.ssh_s1_link_in .pf4_sty1,
.ssh_s1_link_in .pf4_sty2,
.ssh_s1_link_in .pf4_sty3{}
.ssh_s1_link_in .pf4_sty1{}
.ssh_s1_link_in .pf4_sty2{}
.ssh_s1_link_in .pf4_sty3{}
.ssh_s1_link_in .pf4_sty4{
    opacity: 1;
}
.ssh_s1_link_in .pf4_sty4:before{}
.ssh_s1_link_in .pf4_sty4 img{}


.ssh_s1_right.my_ani.not_in_viewport{
  opacity: 0;
  background-color: #66422a;
}

.ssh_s1_right{
    width: 40.9%;
    position: relative;
    opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s1_right_img{}
.ssh_s1_right_img_in{
    background-size: cover;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s1{
        background-color: #F5F1E7;
    }
    .ssh_s1 .section_inner{
        width: 85.833vw;
    }
    .ssh_s1_left{
        padding-top: 5.625vw;
        padding-bottom: 5.903vw;
        width: 59.1%;
    }
    .ssh_s1_left article{}
    .ssh_s1_left article h1{
        margin-bottom: 3.403vw;
        position: relative;
        z-index: 1;
    }
    .ssh_s1_left article h1 br{}
    .ssh_s1_left article h1 .m{}
    .ssh_s1_left article h1 strong{
        color: #489bbc;
    }
    .ssh_s1_left article h1 mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s1_left article h1 mark:before{}
    .ssh_s1_left article p{
        padding-left: 2.569vw;
        position: relative;
        z-index: 1;
    }
    .ssh_s1_left article p br{}
    .ssh_s1_left article p .m{}
    .ssh_s1_left article p strong{
        font-weight: bold;
    }
    .ssh_s1_left article p mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s1_left article p mark:before{
        background-image: url(ssh-s1-2.svg);
        width: 11.389vw;
        height: 2.431vw;
        top: inherit;
        bottom: -0.417vw;
        left: -0.486vw;
    }
    .ssh_s1_link{
        padding-top: 2.708vw;
        padding-left: 15.694vw;
    }
    .ssh_s1_link_in{
        position: relative;
        display: inline-block;
    }
    .ssh_s1_link_in .pf4_button{}
    .ssh_s1_link_in .pf4_button:before{}
    .ssh_s1_link_in .pf4_button .pf4{}
    .ssh_s1_link_in .pf4_button .pf4:before{}
    .ssh_s1_link_in .pf4_sty1,
    .ssh_s1_link_in .pf4_sty2,
    .ssh_s1_link_in .pf4_sty3{}
    .ssh_s1_link_in .pf4_sty1{}
    .ssh_s1_link_in .pf4_sty2{}
    .ssh_s1_link_in .pf4_sty3{}
    .ssh_s1_link_in .pf4_sty4{
}
    .ssh_s1_link_in .pf4_sty4:before{}
    .ssh_s1_link_in .pf4_sty4 img{}

    .ssh_s1_right{
        width: 40.9%;
        position: relative;
    }
    .ssh_s1_right_img{}
    .ssh_s1_right_img_in{
        background-size: cover;
    }
}
@media screen and (max-width: 1140px){
    .ssh_s1{}
    .ssh_s1 .section_inner{
    width: 90vw;
}
    .ssh_s1_left{
    padding-right: 3vw;
}
    .ssh_s1_left article{}
    .ssh_s1_left article h1{}
    .ssh_s1_left article h1 br{}
    .ssh_s1_left article h1 .m{}
    .ssh_s1_left article h1 strong{}
    .ssh_s1_left article h1 mark{}
    .ssh_s1_left article h1 mark:before{}
    .ssh_s1_left article p{}
    .ssh_s1_left article p br{}
    .ssh_s1_left article p .m{}
    .ssh_s1_left article p strong{}
    .ssh_s1_left article p mark{}
    .ssh_s1_left article p mark:before{}
    .ssh_s1_link{}
    .ssh_s1_link_in{}
    .ssh_s1_link_in .pf4_button{}
    .ssh_s1_link_in .pf4_button:before{}
    .ssh_s1_link_in .pf4_button .pf4{}
    .ssh_s1_link_in .pf4_button .pf4:before{}
    .ssh_s1_link_in .pf4_sty1,
    .ssh_s1_link_in .pf4_sty2,
    .ssh_s1_link_in .pf4_sty3{}
    .ssh_s1_link_in .pf4_sty1{}
    .ssh_s1_link_in .pf4_sty2{}
    .ssh_s1_link_in .pf4_sty3{}
    .ssh_s1_link_in .pf4_sty4{}
    .ssh_s1_link_in .pf4_sty4:before{}
    .ssh_s1_link_in .pf4_sty4 img{}
    .ssh_s1_right{}
    .ssh_s1_right_img{}
    .ssh_s1_right_img_in{}
}
@media screen and (max-width: #1024px){
    .ssh_s1{}
    .ssh_s1 .section_inner{}
    .ssh_s1_left{}
    .ssh_s1_left article{}
    .ssh_s1_left article h1{}
    .ssh_s1_left article h1 br{}
    .ssh_s1_left article h1 .m{}
    .ssh_s1_left article h1 strong{}
    .ssh_s1_left article h1 mark{}
    .ssh_s1_left article h1 mark:before{}
    .ssh_s1_left article p{}
    .ssh_s1_left article p br{}
    .ssh_s1_left article p .m{}
    .ssh_s1_left article p strong{}
    .ssh_s1_left article p mark{}
    .ssh_s1_left article p mark:before{}
    .ssh_s1_link{}
    .ssh_s1_link_in{}
    .ssh_s1_link_in .pf4_button{}
    .ssh_s1_link_in .pf4_button:before{}
    .ssh_s1_link_in .pf4_button .pf4{}
    .ssh_s1_link_in .pf4_button .pf4:before{}
    .ssh_s1_link_in .pf4_sty1,
    .ssh_s1_link_in .pf4_sty2,
    .ssh_s1_link_in .pf4_sty3{}
    .ssh_s1_link_in .pf4_sty1{}
    .ssh_s1_link_in .pf4_sty2{}
    .ssh_s1_link_in .pf4_sty3{}
    .ssh_s1_link_in .pf4_sty4{}
    .ssh_s1_link_in .pf4_sty4:before{}
    .ssh_s1_link_in .pf4_sty4 img{}
    .ssh_s1_right{}
    .ssh_s1_right_img{}
    .ssh_s1_right_img_in{}
}
@media screen and (max-width: 768px){
.ssh_s1{
    padding-bottom: 8vw;
}
    .ssh_s1 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s1_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    order: 2;
}
    .ssh_s1_left article{
    padding-left: 9.333vw;
    padding-top: 7.467vw;
    padding-right: 8.533vw;
}
    .ssh_s1_left article h1{
    margin-bottom: 6.933vw;
    line-height: 1.16;
}
    .ssh_s1_left article h1 br{
    display: none;
}
    .ssh_s1_left article h1 .m{}
    .ssh_s1_left article h1 strong{}
    .ssh_s1_left article h1 mark{}
    .ssh_s1_left article h1 mark:before{}
    .ssh_s1_left article p{
    padding-left: 17.067vw;
}
    .ssh_s1_left article p br{
    display: none;
}
    .ssh_s1_left article p .m{}
    .ssh_s1_left article p strong{}
    .ssh_s1_left article p mark{
    display: initial;
}
    .ssh_s1_left article p mark:before{
    display: none;
}
    .ssh_s1_link{
    padding-left: 26.4vw;
    padding-top: 1.333vw;
}
    .ssh_s1_link_in{}
    .ssh_s1_link_in .pf4_button{}
    .ssh_s1_link_in .pf4_button:before{}
    .ssh_s1_link_in .pf4_button .pf4{}
    .ssh_s1_link_in .pf4_button .pf4:before{}
    .ssh_s1_link_in .pf4_sty1,
    .ssh_s1_link_in .pf4_sty2,
    .ssh_s1_link_in .pf4_sty3{}
    .ssh_s1_link_in .pf4_sty1{}
    .ssh_s1_link_in .pf4_sty2{}
    .ssh_s1_link_in .pf4_sty3{}
    .ssh_s1_link_in .pf4_sty4{
    display: inline-block;
    width: 80vw;
    height: auto;
    position: absolute;
    left: -85.153vw;
    top: 2.6vw;
}
    .ssh_s1_link_in .pf4_sty4:before{}
    .ssh_s1_link_in .pf4_sty4 img{}
    .ssh_s1_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    order: 1;
}
    .ssh_s1_right_img{}
    .ssh_s1_right_img_in{
    display: none;
}
    .ssh_s1_right_img .mobile_only{
    display: block;
}
}
@media screen and (max-width: 550px){
.ssh_s1{
    padding-bottom: 8vw;
}
    .ssh_s1 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s1_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    order: 2;
}
    .ssh_s1_left article{
    padding-left: 9.333vw;
    padding-top: 7.467vw;
    padding-right: 8.533vw;
}
    .ssh_s1_left article h1{
    margin-bottom: 6.933vw;
    line-height: 1.16;
}
    .ssh_s1_left article h1 br{
    display: none;
}
    .ssh_s1_left article h1 .m{}
    .ssh_s1_left article h1 strong{}
    .ssh_s1_left article h1 mark{}
    .ssh_s1_left article h1 mark:before{}
    .ssh_s1_left article p{
    padding-left: 17.067vw;
}
    .ssh_s1_left article p br{
    display: none;
}
    .ssh_s1_left article p .m{}
    .ssh_s1_left article p strong{}
    .ssh_s1_left article p mark{
    display: initial;
}
    .ssh_s1_left article p mark:before{
    display: none;
}
    .ssh_s1_link{
    padding-left: 26.4vw;
    padding-top: 1.333vw;
}
    .ssh_s1_link_in{}
    .ssh_s1_link_in .pf4_button{}
    .ssh_s1_link_in .pf4_button:before{}
    .ssh_s1_link_in .pf4_button .pf4{}
    .ssh_s1_link_in .pf4_button .pf4:before{}
    .ssh_s1_link_in .pf4_sty1,
    .ssh_s1_link_in .pf4_sty2,
    .ssh_s1_link_in .pf4_sty3{}
    .ssh_s1_link_in .pf4_sty1{}
    .ssh_s1_link_in .pf4_sty2{}
    .ssh_s1_link_in .pf4_sty3{}
    .ssh_s1_link_in .pf4_sty4{
    display: inline-block;
    width: 80vw;
    height: auto;
    position: absolute;
    left: -85.153vw;
    top: 2.6vw;
}
    .ssh_s1_link_in .pf4_sty4:before{}
    .ssh_s1_link_in .pf4_sty4 img{}
    .ssh_s1_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    order: 1;
}
    .ssh_s1_right_img{}
    .ssh_s1_right_img_in{
    display: none;
}
    .ssh_s1_right_img .mobile_only{
    display: block;
}
}
/**************S2*****************/
.ssh_s2{
    position: relative;
}
.ssh_s2:before{
    content: "";
    width: 500%;
    left: -200%;
    top: 0px;
    position: absolute;
    background-color: #F8F8F8;
    height: 100%;
}
.ssh_s2 .section_inner{
    width: 86.806vw;
}
.ssh_s2_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}
.ssh_s2_left{
    width: 13%;
    padding-left: 2.222vw;
    padding-top: 3.611vw;
    padding-bottom: 2.083vw;
}
.ssh_s2_left h5{
    text-align: left;
}
.ssh_s2_right{
    width: 87%;
    padding-left: 1.667vw;
    padding-right: 2.361vw;
    padding-top: 2.014vw;
    padding-bottom: 2.292vw;
}
.ssh_s2_right_in{
    width: 100%;
}
.ssh_s2_right_seen{
    width: 100%;
}
.ssh_s2_right_seen ul{
    padding: 0vw;
    margin: 0vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}
.ssh_s2_right_seen ul li.my_ani.not_in_viewport{
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s2_right_seen ul li{
    list-style: none;
    width: 20%;
    margin: 0vw;
    padding-left: 4.444vw;
    padding-right: 0vw;
    opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s2_right_seen ul li span{
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12.014vw;
    height: 4.167vw;
    display: block;
}
.ssh_s2_right_seen ul li img{
    width: 10%;
    opacity: 0;
}

.ssh_s2_right_seen ul li:nth-child(1){
    padding-top: 0.278vw;
}
.ssh_s2_right_seen ul li:nth-child(2){
    padding-top: 0.208vw;
}
.ssh_s2_right_seen ul li:nth-child(3){
}
.ssh_s2_right_seen ul li:nth-child(4){}
.ssh_s2_right_seen ul li:nth-child(5){}

.ssh_s2_right_seen ul li:nth-child(1) span{left: -1.875vw;}
.ssh_s2_right_seen ul li:nth-child(2) span{
    width: 8.75vw;
    height: 4.514vw;
    left: -1.597vw;
}
.ssh_s2_right_seen ul li:nth-child(3) span{
    width: 9.514vw;
    height: 4.931vw;
    left: -2.431vw;
}
.ssh_s2_right_seen ul li:nth-child(4) span{
    width: 13.889vw;
    height: 4.653vw;
    left: -2.778vw;
    top: 0.278vw;
}
.ssh_s2_right_seen ul li:nth-child(5) span{
    width: 7.986vw;
    height: 4.167vw;
    top: 0.208vw;
    left: 1.875vw;
}

.ssh_s2_right.mobile_only{display: none;}
.ssh_s2_right.mobile_only .ssh_s2_right_in{}
.ssh_s2_right.mobile_only .ssh_s2_right_seen{}
.ssh_s2_right.mobile_only .ssh_s2_right_seen_item{}
.ssh_s2_right.mobile_only .ssh_s2_right_seen_item span{}
.ssh_s2_right.mobile_only .ssh_s2_right_seen_item span img{}

/*
    Media 1440
-----------------------------*/
@media screen and (max-width: #1440px){
    .ssh_s2{
        position: relative;
    }
    .ssh_s2:before{
        content: "";
        width: 500%;
        left: -200%;
        top: 0px;
        position: absolute;
        background-color: #F8F8F8;
        height: 100%;
    }
    .ssh_s2 .section_inner{
        width: 86.806vw;
    }
    .ssh_s2_in{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto;
        position: relative;
        box-sizing: border-box;
    }
    .ssh_s2_left{
        width: 13%;
        padding-left: 2.222vw;
        padding-top: 3.611vw;
        padding-bottom: 2.083vw;
    }
    .ssh_s2_left h5{
        text-align: left;
    }
    .ssh_s2_right{
        width: 87%;
        padding-left: 1.667vw;
        padding-right: 2.361vw;
        padding-top: 2.014vw;
        padding-bottom: 2.292vw;
    }
    .ssh_s2_right_in{
        width: 100%;
    }
    .ssh_s2_right_seen{
        width: 100%;
    }
    .ssh_s2_right_seen ul{
        padding: 0vw;
        margin: 0vw;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto;
        position: relative;
        box-sizing: border-box;
    }
    .ssh_s2_right_seen ul li{
        list-style: none;
        width: 20%;
        margin: 0vw;
        padding-left: 4.444vw;
        padding-right: 0vw;
    }
    .ssh_s2_right_seen ul li span{
        position: relative;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 12.014vw;
        height: 4.167vw;
        display: block;
    }
    .ssh_s2_right_seen ul li img{
        width: 10%;
        opacity: 0;
    }

    .ssh_s2_right_seen ul li:nth-child(1){
        padding-top: 0.278vw;
    }
    .ssh_s2_right_seen ul li:nth-child(2){
        padding-top: 0.208vw;
    }
    .ssh_s2_right_seen ul li:nth-child(3){
    }
    .ssh_s2_right_seen ul li:nth-child(4){}
    .ssh_s2_right_seen ul li:nth-child(5){}

    .ssh_s2_right_seen ul li:nth-child(1) span{left: -1.875vw;}
    .ssh_s2_right_seen ul li:nth-child(2) span{
        width: 8.75vw;
        height: 4.514vw;
        left: -1.597vw;
    }
    .ssh_s2_right_seen ul li:nth-child(3) span{
        width: 9.514vw;
        height: 4.931vw;
        left: -2.431vw;
    }
    .ssh_s2_right_seen ul li:nth-child(4) span{
        width: 13.889vw;
        height: 4.653vw;
        left: -2.778vw;
        top: 0.278vw;
    }
    .ssh_s2_right_seen ul li:nth-child(5) span{
        width: 7.986vw;
        height: 4.167vw;
        top: 0.208vw;
        left: 1.875vw;
    }

    .ssh_s2_right.mobile_only{display: none;}
    .ssh_s2_right.mobile_only .ssh_s2_right_in{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen_item{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen_item span{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen_item span img{}
}
@media screen and (max-width: #1140px){
    .ssh_s2{}
    .ssh_s2:before{}
    .ssh_s2 .section_inner{}
    .ssh_s2_in{}
    .ssh_s2_left{}
    .ssh_s2_left h5{}
    .ssh_s2_right{}
    .ssh_s2_right_in{}
    .ssh_s2_right_seen{}
    .ssh_s2_right_seen ul{}
    .ssh_s2_right_seen ul li{}
    .ssh_s2_right_seen ul li span{}
    .ssh_s2_right_seen ul li img{}
    .ssh_s2_right_seen ul li:nth-child(1){}
    .ssh_s2_right_seen ul li:nth-child(2){}
    .ssh_s2_right_seen ul li:nth-child(3){}
    .ssh_s2_right_seen ul li:nth-child(4){}
    .ssh_s2_right_seen ul li:nth-child(5){}
    .ssh_s2_right_seen ul li:nth-child(1) span{}
    .ssh_s2_right_seen ul li:nth-child(2) span{}
    .ssh_s2_right_seen ul li:nth-child(3) span{}
    .ssh_s2_right_seen ul li:nth-child(4) span{}
    .ssh_s2_right_seen ul li:nth-child(5) span{}
    .ssh_s2_right.mobile_only{}
    .ssh_s2_right.mobile_only .ssh_s2_right_in{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen_item{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen_item span{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen_item span img{}
}
@media screen and (max-width: 1024px){
    .ssh_s2{}
    .ssh_s2:before{}
    .ssh_s2 .section_inner{}
    .ssh_s2_in{}
    .ssh_s2_left{}
    .ssh_s2_left h5{}
    .ssh_s2_right{}
    .ssh_s2_right_in{}
    .ssh_s2_right_seen{}
    .ssh_s2_right_seen ul{}
    .ssh_s2_right_seen ul li{}
    .ssh_s2_right_seen ul li span{}
    .ssh_s2_right_seen ul li img{}
    .ssh_s2_right_seen ul li:nth-child(1){}
    .ssh_s2_right_seen ul li:nth-child(2){}
    .ssh_s2_right_seen ul li:nth-child(3){}
    .ssh_s2_right_seen ul li:nth-child(4){}
    .ssh_s2_right_seen ul li:nth-child(5){}
    .ssh_s2_right_seen ul li:nth-child(1) span{}
    .ssh_s2_right_seen ul li:nth-child(2) span{}
    .ssh_s2_right_seen ul li:nth-child(3) span{}
    .ssh_s2_right_seen ul li:nth-child(4) span{}
    .ssh_s2_right_seen ul li:nth-child(5) span{}
    .ssh_s2_right.mobile_only{}
    .ssh_s2_right.mobile_only .ssh_s2_right_in{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen_item{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen_item span{}
    .ssh_s2_right.mobile_only .ssh_s2_right_seen_item span img{}
}
@media screen and (max-width: 768px){
.ssh_s2{
    padding-top: 7.2vw;
}
    .ssh_s2:before{}
    .ssh_s2 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s2_in{}
    .ssh_s2_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    text-align: center;
    padding-top: 0vw;
    padding-bottom: 0vw;
}
    .ssh_s2_left h5{
    text-align: center;
    font-size: 2.933vw;
    letter-spacing: 0.187vw;
}
    .ssh_s2_right{
    width: 100%;
    padding: 0vw;
    padding-left: 13.333vw;
    padding-right: 13.333vw;
}
    .ssh_s2_right_in{
    /* padding-left: 13.333vw; */
    /* padding-right: 13.333vw; */
    padding-top: 2.933vw;
    padding-bottom: 9.067vw;
}
    .ssh_s2_right_seen{
    display: none;
}
    .ssh_s2_right_seen img{}
    .ssh_s2_right_seen.mobile_only{display: block;}
    .ssh_s2_right_seen.mobile_only .ssh_s2_right_in{}
    .ssh_s2_right_seen.mobile_only .ssh_s2_right_seen{}
    .ssh_s2_right_seen.mobile_only .ssh_s2_right_seen_item{
    /* width: 33.33%; */
    /* padding-left: 8vw; */
}
    .ssh_s2_right_seen.mobile_only .ssh_s2_right_seen_item span{
    position: relative;
    background-position: center;
    background-size: 18vw;
    background-repeat: no-repeat;
    width: 100%;
    height: 12.533vw;
    display: block;
}
    .ssh_s2_right_seen.mobile_only .ssh_s2_right_seen_item span img{
    width: 10%;
    opacity: 0;
}
    .ssh_s2_right_seen.mobile_only .slick-list{
    /* left: -22px; */
}
    .ssh_s2_right_seen.mobile_only .slick-prev,
    .ssh_s2_right_seen.mobile_only .slick-next {
      background-color: transparent;
      border: 0vw;
      background-repeat: no-repeat;
      font-size: 0vw;
      padding: 0vw;
      margin: 0vw;
      background-size: contain;
      position: absolute;
      top: 38.5%;
      z-index: 5;
      width: 12.267vw;
      height: 2.4vw;
    }
    .ssh_s2_right_seen.mobile_only .slick-prev {
      background-image: url(ssh-left-arrow.svg);
      left: -9.6vw;
      /* left: 0vw; */
    }
    .ssh_s2_right_seen.mobile_only .slick-next {
      background-image: url(ssh-right-arrow.svg);
      right: -16vw;
      /* right: 0vw; */
    }
    .ssh_s2_right_seen.mobile_only .slick-prev:before,
    .ssh_s2_right_seen.mobile_only .slick-next:before{
        display:none;
    }
}
@media screen and (max-width: 550px){
.ssh_s2{
    padding-top: 7.2vw;
}
    .ssh_s2:before{}
    .ssh_s2 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s2_in{}
    .ssh_s2_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    text-align: center;
    padding-top: 0vw;
    padding-bottom: 0vw;
}
    .ssh_s2_left h5{
    text-align: center;
    font-size: 2.933vw;
    letter-spacing: 0.187vw;
}
    .ssh_s2_right{
    width: 100%;
    padding: 0vw;
    padding-left: 13.333vw;
    padding-right: 13.333vw;
}
    .ssh_s2_right_in{
    /* padding-left: 13.333vw; */
    /* padding-right: 13.333vw; */
    padding-top: 2.933vw;
    padding-bottom: 9.067vw;
}
    .ssh_s2_right_seen{
    display: none;
}
    .ssh_s2_right_seen img{}
    .ssh_s2_right_seen.mobile_only{display: block;}
    .ssh_s2_right_seen.mobile_only .ssh_s2_right_in{}
    .ssh_s2_right_seen.mobile_only .ssh_s2_right_seen{}
    .ssh_s2_right_seen.mobile_only .ssh_s2_right_seen_item{
    /* width: 33.33%; */
    /* padding-left: 8vw; */
}
    .ssh_s2_right_seen.mobile_only .ssh_s2_right_seen_item span{
    position: relative;
    background-position: center;
    background-size: 18vw;
    background-repeat: no-repeat;
    width: 100%;
    height: 12.533vw;
    display: block;
}
    .ssh_s2_right_seen.mobile_only .ssh_s2_right_seen_item span img{
    width: 10%;
    opacity: 0;
}
    .ssh_s2_right_seen.mobile_only .slick-list{
    /* left: -22px; */
}
    .ssh_s2_right_seen.mobile_only .slick-prev,
    .ssh_s2_right_seen.mobile_only .slick-next {
      background-color: transparent;
      border: 0vw;
      background-repeat: no-repeat;
      font-size: 0vw;
      padding: 0vw;
      margin: 0vw;
      background-size: contain;
      position: absolute;
      top: 38.5%;
      z-index: 5;
      width: 12.267vw;
      height: 2.4vw;
    }
    .ssh_s2_right_seen.mobile_only .slick-prev {
      background-image: url(ssh-left-arrow.svg);
      left: -9.6vw;
      /* left: 0vw; */
    }
    .ssh_s2_right_seen.mobile_only .slick-next {
      background-image: url(ssh-right-arrow.svg);
      right: -16vw;
      /* right: 0vw; */
    }
    .ssh_s2_right_seen.mobile_only .slick-prev:before,
    .ssh_s2_right_seen.mobile_only .slick-next:before{
        display:none;
    }
}
/**************S3*****************/
.ssh_s3{
    padding-top: 6.111vw;
    padding-bottom: 7.153vw;
    background-color: #EDDCBE;
    position: relative;
    overflow: hidden;
}
.ssh_s3 .section_inner{}
.ssh_s3_content_t{
    width: 100%;
}
.ssh_s3_content_t article{}
.ssh_s3_content_t article h2{
    text-align: center;
    margin-bottom: 2.083vw;
}
.ssh_s3_content_t article h2 br{}
.ssh_s3_content_t article h2 .m{}
.ssh_s3_content_t article h2 strong{
    color: #489bbc;
    font-weight: 600;
}
.ssh_s3_content_t article h6{
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.ssh_s3_content_t article h6 br{}
.ssh_s3_content_t article h6 .m{}
.ssh_s3_content_t article h6 mark{
    position: relative;
    z-index: -1;
}
.ssh_s3_content_t article h6 mark:before{
    background-image: url(ssh-s3-1.svg);
    width: 17.058vw;
    height: 4.584vw;
    top: -1.25vw;
    left: -4.028vw;
}
.ssh_s3_video.my_ani.not_in_viewport{
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s3_video{
    width: 100%;
    padding: 2.014vw 4.028vw 3.15vw 4.028vw;
    opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s3_video_in{
    display: block;
    position: relative;
    border: none;
}
.ssh_s3_video_in iframe{
    display: block;
    width: 100%;
    height: 37.865vw;
    position: relative;
    border: solid 0.573vw #489bbc;
}
.ssh_s3_video_in img{}
.ssh_s3_video_in_art{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #faebd700;
    border: solid 0.573vw #489bbc;
    display: block;
    z-index: 0;
    display: none;
}
.ssh_s3_content_b{
    width: 100%;
}
.ssh_s3_content_b p{
    text-align: center;
    position: relative;
    z-index: 1;
}
.ssh_s3_content_b p br{}
.ssh_s3_content_b p .m{}
.ssh_s3_content_b p strong{}
.ssh_s3_content_b p mark{
    position: relative;
    z-index: -1;
}
.ssh_s3_content_b p mark:before{
    content:"";
    background-image: url(ssh-s3-2.svg);
    width: 8.153vw;
    height: 4.26vw;
    top: -1.25vw;
    left: -0.625vw;
}
.ssh_s3_link{
    padding-top: 0.833vw;
    text-align: center;
}
.ssh_s3_link_in{
    position: relative;
    display: inline-block;
    left: -0.139vw;
}
.ssh_s3_link_in .pf4_button{
    padding: 0.833vw 5vw 0.903vw 5vw;
}
.ssh_s3_link_in .pf4_button:before{
}
.ssh_s3_link_in .pf4_button:hover::before{
    background-color: #eddcbe;
}
.ssh_s3_link_in .pf4_button .pf4{}
.ssh_s3_link_in .pf4_button .pf4:before{}
.ssh_s3_link_in .pf4_sty1,
.ssh_s3_link_in .pf4_sty2,
.ssh_s3_link_in .pf4_sty3{}
.ssh_s3_link_in .pf4_sty1{}
.ssh_s3_link_in .pf4_sty2{}
.ssh_s3_link_in .pf4_sty3{}

.ssh_s3 .ssh_s3_link.not_in_viewport .pf4_sty4{ top: 11vw; }
.ssh_s3_link_in .pf4_sty4{
    transform: translateX(-50%);
    left: calc(50% - -0.139vw);
    top: 5.208vw;
    width: 1.528vw;
    transition: all 2s ease;
    height: auto;
}






.ssh_s3_link_in .pf4_sty4:before{
    height: 34.722vw;
    width: 0.069vw;
    top: initial;
    bottom: -34.722vw !important;
    transform: translateX(-50%);
    left: calc(50% - -0vw);
    background-color: #0e0e0ea3;
}
.ssh_s3_link_in .pf4_sty4 img{
    display: block;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s3{
        padding-top: 6.111vw;
        padding-bottom: 7.153vw;
        background-color: #EDDCBE;
        position: relative;
        overflow: hidden;
    }
    .ssh_s3 .section_inner{}
    .ssh_s3_content_t{
        width: 100%;
    }
    .ssh_s3_content_t article{}
    .ssh_s3_content_t article h2{
        text-align: center;
        margin-bottom: 2.083vw;
    }
    .ssh_s3_content_t article h2 br{}
    .ssh_s3_content_t article h2 .m{}
    .ssh_s3_content_t article h2 strong{
        color: #489bbc;
        font-weight: 600;
    }
    .ssh_s3_content_t article h6{
        text-align: center;
        text-transform: uppercase;
    }
    .ssh_s3_content_t article h6 br{}
    .ssh_s3_content_t article h6 .m{}
    .ssh_s3_content_t article h6 mark{}
    .ssh_s3_content_t article h6 mark:before{
        background-image: url(ssh-s3-1.svg);
        width: 17.058vw;
        height: 4.584vw;
        top: -1.25vw;
        left: -4.028vw;
    }
    .ssh_s3_video{
        width: 100%;
        padding: 2.014vw 4.028vw 3.2vw 4.028vw;
    }
    .ssh_s3_video_in{
        display: block;
        position: relative;
    }
    .ssh_s3_video_in img{}
    .ssh_s3_video_in_art{
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #faebd700;
        border: solid 0.573vw #489bbc;
        display: block;
        z-index: 0;
        top: -1px;
        display: none;
    }
    .ssh_s3_content_b{
        width: 100%;
    }
    .ssh_s3_content_b p{
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .ssh_s3_content_b p br{}
    .ssh_s3_content_b p .m{}
    .ssh_s3_content_b p strong{}
    .ssh_s3_content_b p mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s3_content_b p mark:before{
        content:"";
        background-image: url(ssh-s3-2.svg);
        width: 8.153vw;
        height: 4.26vw;
        top: -1.25vw;
        left: -0.625vw;
    }
    .ssh_s3_link{
        padding-top: 0.486vw;
        text-align: center;
    }
    .ssh_s3_link_in{
        position: relative;
        display: inline-block;
        left: -0.139vw;
    }
    .ssh_s3_link_in .pf4_button{
        padding: 0.833vw 5vw 0.903vw 5vw;
    }
    .ssh_s3_link_in .pf4_button:before{}
    .ssh_s3_link_in .pf4_button .pf4{}
    .ssh_s3_link_in .pf4_button .pf4:before{}
    .ssh_s3_link_in .pf4_sty1,
    .ssh_s3_link_in .pf4_sty2,
    .ssh_s3_link_in .pf4_sty3{}
    .ssh_s3_link_in .pf4_sty1{}
    .ssh_s3_link_in .pf4_sty2{}
    .ssh_s3_link_in .pf4_sty3{}
    .ssh_s3_link_in .pf4_sty4{
        transform: translateX(-50%);
        left: calc(50% - -0.139vw);
        top: 5.208vw;
        width: 1.528vw;
    }
    .ssh_s3_link_in .pf4_sty4:before{
        height: 34.722vw;
        width: 0.069vw;
        top: initial;
        bottom: -34.722vw !important;
        transform: translateX(-50%);
        left: calc(50% - -0vw);
        background-color: #0e0e0ea3;
    }
    .ssh_s3_link_in .pf4_sty4 img{
        display: block;
    }
}
@media screen and (max-width: 1140px){
    .ssh_s3{}
    .ssh_s3 .section_inner{}
    .ssh_s3_content_t{}
    .ssh_s3_content_t article{}
    .ssh_s3_content_t article h2{
    margin-bottom: 3vw;
}
    .ssh_s3_content_t article h2 br{}
    .ssh_s3_content_t article h2 .m{}
    .ssh_s3_content_t article h2 strong{}
    .ssh_s3_content_t article h6{}
    .ssh_s3_content_t article h6 br{}
    .ssh_s3_content_t article h6 .m{}
    .ssh_s3_content_t article h6 mark{}
    .ssh_s3_content_t article h6 mark:before{}
    .ssh_s3_video{
    padding: 4vw 4.028vw 2.708vw 4.028vw;
}
    .ssh_s3_video_in{}
    .ssh_s3_video_in img{}
    .ssh_s3_video_in_art{}
    .ssh_s3_content_b{}
    .ssh_s3_content_b p{}
    .ssh_s3_content_b p br{}
    .ssh_s3_content_b p .m{}
    .ssh_s3_content_b p strong{}
    .ssh_s3_content_b p mark{}
    .ssh_s3_content_b p mark:before{}
    .ssh_s3_link{}
    .ssh_s3_link_in{}
    .ssh_s3_link_in .pf4_button{}
    .ssh_s3_link_in .pf4_button:before{}
    .ssh_s3_link_in .pf4_button .pf4{}
    .ssh_s3_link_in .pf4_button .pf4:before{}
    .ssh_s3_link_in .pf4_sty1,
    .ssh_s3_link_in .pf4_sty2,
    .ssh_s3_link_in .pf4_sty3{}
    .ssh_s3_link_in .pf4_sty1{}
    .ssh_s3_link_in .pf4_sty2{}
    .ssh_s3_link_in .pf4_sty3{}
    .ssh_s3_link_in .pf4_sty4{}
    .ssh_s3_link_in .pf4_sty4:before{}
    .ssh_s3_link_in .pf4_sty4 img{}
}
@media screen and (max-width: #1024px){
    .ssh_s3{}
    .ssh_s3 .section_inner{}
    .ssh_s3_content_t{}
    .ssh_s3_content_t article{}
    .ssh_s3_content_t article h2{}
    .ssh_s3_content_t article h2 br{}
    .ssh_s3_content_t article h2 .m{}
    .ssh_s3_content_t article h2 strong{}
    .ssh_s3_content_t article h6{}
    .ssh_s3_content_t article h6 br{}
    .ssh_s3_content_t article h6 .m{}
    .ssh_s3_content_t article h6 mark{}
    .ssh_s3_content_t article h6 mark:before{}
    .ssh_s3_video{}
    .ssh_s3_video_in{}
    .ssh_s3_video_in img{}
    .ssh_s3_video_in_art{}
    .ssh_s3_content_b{}
    .ssh_s3_content_b p{}
    .ssh_s3_content_b p br{}
    .ssh_s3_content_b p .m{}
    .ssh_s3_content_b p strong{}
    .ssh_s3_content_b p mark{}
    .ssh_s3_content_b p mark:before{}
    .ssh_s3_link{}
    .ssh_s3_link_in{}
    .ssh_s3_link_in .pf4_button{}
    .ssh_s3_link_in .pf4_button:before{}
    .ssh_s3_link_in .pf4_button .pf4{}
    .ssh_s3_link_in .pf4_button .pf4:before{}
    .ssh_s3_link_in .pf4_sty1,
    .ssh_s3_link_in .pf4_sty2,
    .ssh_s3_link_in .pf4_sty3{}
    .ssh_s3_link_in .pf4_sty1{}
    .ssh_s3_link_in .pf4_sty2{}
    .ssh_s3_link_in .pf4_sty3{}
    .ssh_s3_link_in .pf4_sty4{}
    .ssh_s3_link_in .pf4_sty4:before{}
    .ssh_s3_link_in .pf4_sty4 img{}
}
@media screen and (max-width: 768px){
.ssh_s3{
    padding-top: 12.533vw;
    padding-bottom: 16.8vw;
}
    .ssh_s3 .section_inner{
    width: 100%;
    padding-left: 7.733vw;
    padding-right: 7.467vw;
}
    .ssh_s3_content_t{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s3_content_t article{}
    .ssh_s3_content_t article h2{margin-bottom: 6.4vw;position: relative;left: -1.867vw;}
    .ssh_s3_content_t article h2 br{
    display: none;
}
    .ssh_s3_content_t article h2 .m{}
    .ssh_s3_content_t article h2 strong{}
    .ssh_s3_content_t article h6{}
    .ssh_s3_content_t article h6 br{}
    .ssh_s3_content_t article h6 .m{}
    .ssh_s3_content_t article h6 mark{}
    .ssh_s3_content_t article h6 mark:before{
    background-image: url(ssh-s3-1-m.svg);
    width: 35.147vw;
    height: 6.24vw;
    top: -0.267vw;
    left: -9.067vw;
}
    .ssh_s3_video{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 6.4vw;
    padding-bottom: 6.933vw;
}
    .ssh_s3_video_in{}
        .ssh_s3_video_in iframe{
    display: block;
    width: 100%;
    height: 48vw;
    position: relative;
    border: solid 0.8vw #489bbc;
}
    .ssh_s3_video_in img{}
    .ssh_s3_video_in_art{
    border: solid 0.8vw #489bbc;
}
    .ssh_s3_content_b{
    width: 100%;
    padding-left: 9.6vw;
    padding-right: 9.867vw;
}
    .ssh_s3_content_b p{
    margin-bottom: 5.067vw;
}
    .ssh_s3_content_b p br{
    display: none;
}
    .ssh_s3_content_b p .m{}
    .ssh_s3_content_b p strong{}
    .ssh_s3_content_b p mark{}
    .ssh_s3_content_b p mark:before{
    background-image: url(ssh-s3-2-m.svg);
    top: -2.4vw;
    left: -2.133vw;
    width: 18.72vw;
    height: 8.373vw;
}
    .ssh_s3_link{
    position: relative;
    left: -0.533vw;
}
    .ssh_s3_link_in{}
    .ssh_s3_link_in .pf4_button{padding: 1.722vw 9.867vw 2.133vw 10.333vw;font-size: 2.267vw;}
    .ssh_s3_link_in .pf4_button:before{}
    .ssh_s3_link_in .pf4_button .pf4{}
    .ssh_s3_link_in .pf4_button .pf4:before{}
    .ssh_s3_link_in .pf4_sty1,
    .ssh_s3_link_in .pf4_sty2,
    .ssh_s3_link_in .pf4_sty3{}
    .ssh_s3_link_in .pf4_sty1{}
    .ssh_s3_link_in .pf4_sty2{}
    .ssh_s3_link_in .pf4_sty3{}
    .ssh_s3_link_in .pf4_sty4{transform: translateX(-50%);left: calc(50% - -0.554vw);top: 11.467vw;width: 3.158vw;}
    .ssh_s3_link_in .pf4_sty4:before{}
    .ssh_s3_link_in .pf4_sty4 img{}
}
@media screen and (max-width: 550px){
.ssh_s3{
    padding-top: 12.533vw;
    padding-bottom: 16.8vw;
}
    .ssh_s3 .section_inner{
    width: 100%;
    padding-left: 7.733vw;
    padding-right: 7.467vw;
}
    .ssh_s3_content_t{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s3_content_t article{}
    .ssh_s3_content_t article h2{margin-bottom: 6.4vw;position: relative;left: -1.867vw;}
    .ssh_s3_content_t article h2 br{
    display: none;
}
    .ssh_s3_content_t article h2 .m{}
    .ssh_s3_content_t article h2 strong{}
    .ssh_s3_content_t article h6{}
    .ssh_s3_content_t article h6 br{}
    .ssh_s3_content_t article h6 .m{}
    .ssh_s3_content_t article h6 mark{}
    .ssh_s3_content_t article h6 mark:before{
    background-image: url(ssh-s3-1-m.svg);
    width: 35.147vw;
    height: 6.24vw;
    top: -0.267vw;
    left: -9.067vw;
}
    .ssh_s3_video{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 6.4vw;
    padding-bottom: 8.2vw;
}
    .ssh_s3_video_in{}
    .ssh_s3_video_in img{}
    .ssh_s3_video_in_art{
    border: none;
    display: none;
}
    .ssh_s3_content_b{
    width: 100%;
    padding-left: 9.6vw;
    padding-right: 9.867vw;
}
    .ssh_s3_content_b p{
    margin-bottom: 5.067vw;
}
    .ssh_s3_content_b p br{
    display: none;
}
    .ssh_s3_content_b p .m{}
    .ssh_s3_content_b p strong{}
    .ssh_s3_content_b p mark{}
    .ssh_s3_content_b p mark:before{
    background-image: url(ssh-s3-2-m.svg);
    top: -2.4vw;
    left: -2.133vw;
    width: 18.72vw;
    height: 8.373vw;
}
    .ssh_s3_link{
    position: relative;
    left: -0.533vw;
}
    .ssh_s3_link_in{}
    .ssh_s3_link_in .pf4_button{padding: 1.722vw 9.867vw 2.133vw 10.333vw;font-size: 2.267vw;}
    .ssh_s3_link_in .pf4_button:before{}
    .ssh_s3_link_in .pf4_button .pf4{}
    .ssh_s3_link_in .pf4_button .pf4:before{}
    .ssh_s3_link_in .pf4_sty1,
    .ssh_s3_link_in .pf4_sty2,
    .ssh_s3_link_in .pf4_sty3{}
    .ssh_s3_link_in .pf4_sty1{}
    .ssh_s3_link_in .pf4_sty2{}
    .ssh_s3_link_in .pf4_sty3{}
    .ssh_s3_link_in .pf4_sty4{transform: translateX(-50%);left: calc(50% - -0.554vw);top: 11.467vw;width: 3.158vw;}
    .ssh_s3_link_in .pf4_sty4:before{}
    .ssh_s3_link_in .pf4_sty4 img{}
}


/**************S4*****************/
.ssh_s4{
    position: relative;
    z-index: 2;
    padding-top: 8.472vw;
    padding-bottom: 6.354vw;
    background-color: #F8F8F8;
}
.ssh_s4 .section_inner{
    width: 85.486vw;
}
.ssh_s4_title{
    width: 100%;
    text-align: right;
}
.ssh_s4_title h5{
}
.ssh_s4_left{
    width: 47.1%;
    position: relative;
    top: -2.448vw;
    padding-left: 1.597vw;
}
.ssh_s4_left h2{
    position: relative;
    z-index: 4;
    line-height: 1.13;
    margin-bottom: 2.8vw;
}
.ssh_s4_left h2 br{}
.ssh_s4_left h2 .m{}
.ssh_s4_left h2 strong{
    color: #489bbc;
    font-weight: 600;
}
.ssh_s4_left h2 mark{
    position: relative;
    z-index: -1;
}
.ssh_s4_left h2 mark:before{
    background-image: url(ssh-s4--1.svg);
    width: 27.222vw;
    height: 10.486vw;
    top: -3.125vw;
    left: -5.208vw;
}
.ssh_s4_left h6{
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    padding-left: 0.625vw;
    margin-bottom: 2.3vw;
}
.ssh_s4_left h6 br{}
.ssh_s4_left h6 .m{}
.ssh_s4_left h6 strong{}
.ssh_s4_left h6 mark{
    position: relative;
    z-index: -1;
}
.ssh_s4_left h6 mark:before{
    background-image: url(ssh-s4-2.svg);
    width: 8.455vw;
    height: 3.289vw;
    top: -0.556vw;
    left: -1.181vw;
}
.ssh_s4_left p{
    padding-left: 2.569vw;
}
.ssh_s4_left p br{}
.ssh_s4_left p .m{}
.ssh_s4_left p strong{}
.ssh_s4_link{
    padding-top: 1.302vw;
    padding-left: 13.958vw;
}
.ssh_s4_link_in{
    position: relative;
    display: inline-block;
}
.ssh_s4_link_in .pf4_button{
    padding: 0.833vw 3.403vw 0.903vw 3.403vw;
}
.ssh_s4_link_in .pf4_button:before{}
.ssh_s4_link_in .pf4_button:hover::before{
    background-color: #f8f8f8;
}
.ssh_s4_link_in .pf4_button .pf4{}
.ssh_s4_link_in .pf4_button .pf4:before{}
.ssh_s4_link_in .pf4_sty1,
.ssh_s4_link_in .pf4_sty2,
.ssh_s4_link_in .pf4_sty3{}
.ssh_s4_link_in .pf4_sty1{}
.ssh_s4_link_in .pf4_sty2{}
.ssh_s4_link_in .pf4_sty3{}
.ssh_s4_link_in .pf4_sty4{
    top: 1.042vw;
}
.ssh_s4_link_in .pf4_sty4:before{}
.ssh_s4_link_in .pf4_sty4 img{}

.ssh_s4_right{
    width: 52.9%;
    padding-left: 0.139vw;
    padding-right: 1.042vw;
}
.ssh_s4_right_img_holder.my_ani.not_in_viewport{
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s4_right_img_holder{
    padding-top: 4.375vw;
    opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s4_right_img_holder_in{
    position: relative;
}
.ssh_s4_right_img_holder_in img{
    border-radius: 5%;
}
.ssh_s4_right_img_art{
    position: absolute;
    background: #F3E666;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 18.021vw;
    height: 17.083vw;
    top: -3.4vw;
    right: -3.681vw;
    border-radius: 10%;
    z-index: -1;
}
.ssh_s4_right_img_holder.mobile_only{}

/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s4{
        position: relative;
        z-index: 2;
        padding-top: 8.472vw;
        padding-bottom: 6.181vw;
        background-color: #F8F8F8;
    }
    .ssh_s4 .section_inner{
        width: 85.486vw;
    }
    .ssh_s4_title{
        width: 100%;
        text-align: right;
    }
    .ssh_s4_title h5{
    }
    .ssh_s4_left{
        width: 47.1%;
        position: relative;
        top: -2.569vw;
        padding-left: 1.597vw;
        padding-top: 0.069vw;
    }
    .ssh_s4_left h2{
        position: relative;
        z-index: 4;
        line-height: 1.13;
        margin-bottom: 2.778vw;
    }
    .ssh_s4_left h2 br{}
    .ssh_s4_left h2 .m{}
    .ssh_s4_left h2 strong{
        color: #489bbc;
        font-weight: 600;
    }
    .ssh_s4_left h2 mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s4_left h2 mark:before{
        background-image: url(ssh-s4--1.svg);
        width: 27.222vw;
        height: 10.486vw;
        top: -3.125vw;
        left: -5.208vw;
    }
    .ssh_s4_left h6{
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        padding-left: 0.625vw;
        margin-bottom: 2.5vw;
    }
    .ssh_s4_left h6 br{}
    .ssh_s4_left h6 .m{}
    .ssh_s4_left h6 strong{}
    .ssh_s4_left h6 mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s4_left h6 mark:before{
        background-image: url(ssh-s4-2.svg);
        width: 8.455vw;
        height: 3.289vw;
        top: -0.556vw;
        left: -1.181vw;
    }
    .ssh_s4_left p{
        padding-left: 2.569vw;
    }
    .ssh_s4_left p br{}
    .ssh_s4_left p .m{}
    .ssh_s4_left p strong{}
    .ssh_s4_link{
        padding-top: 0.903vw;
        padding-left: 13.958vw;
    }
    .ssh_s4_link_in{
        position: relative;
        display: inline-block;
    }
    .ssh_s4_link_in .pf4_button{
        padding: 0.833vw 3.403vw 0.903vw 3.403vw;
    }
    .ssh_s4_link_in .pf4_button:before{}
    .ssh_s4_link_in .pf4_button .pf4{}
    .ssh_s4_link_in .pf4_button .pf4:before{}
    .ssh_s4_link_in .pf4_sty1,
    .ssh_s4_link_in .pf4_sty2,
    .ssh_s4_link_in .pf4_sty3{}
    .ssh_s4_link_in .pf4_sty1{}
    .ssh_s4_link_in .pf4_sty2{}
    .ssh_s4_link_in .pf4_sty3{}
    .ssh_s4_link_in .pf4_sty4{
        top: 1.111vw;
    }
    .ssh_s4_link_in .pf4_sty4:before{}
    .ssh_s4_link_in .pf4_sty4 img{}

    .ssh_s4_right{
        width: 52.9%;
        padding-left: 0.139vw;
        padding-right: 1.042vw;
    }
    .ssh_s4_right_img_holder{
        padding-top: 4.306vw;
    }
    .ssh_s4_right_img_holder_in{
        position: relative;
    }
    .ssh_s4_right_img_holder_in img{
        border-radius: 5%;
    }
    .ssh_s4_right_img_art{
        position: absolute;
        background: #F3E666;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 18.021vw;
        height: 17.083vw;
        top: -3.333vw;
        right: -3.681vw;
        border-radius: 10%;
        z-index: -1;
    }
    .ssh_s4_right_img_holder.mobile_only{}
}
@media screen and (max-width: 1140px){
    .ssh_s4{}
    .ssh_s4 .section_inner{}
    .ssh_s4_title{}
    .ssh_s4_title h5{}
    .ssh_s4_left{
    padding-right: 3vw;
    width: 50%;
}
    .ssh_s4_left h2{}
    .ssh_s4_left h2 br{}
    .ssh_s4_left h2 .m{}
    .ssh_s4_left h2 strong{}
    .ssh_s4_left h2 mark{}
    .ssh_s4_left h2 mark:before{}
    .ssh_s4_left h6{}
    .ssh_s4_left h6 br{}
    .ssh_s4_left h6 .m{}
    .ssh_s4_left h6 strong{}
    .ssh_s4_left h6 mark{}
    .ssh_s4_left h6 mark:before{}
    .ssh_s4_left p{}
    .ssh_s4_left p br{}
    .ssh_s4_left p .m{}
    .ssh_s4_left p strong{}
    .ssh_s4_link{}
    .ssh_s4_link_in{}
    .ssh_s4_link_in .pf4_button{}
    .ssh_s4_link_in .pf4_button:before{}
    .ssh_s4_link_in .pf4_button .pf4{}
    .ssh_s4_link_in .pf4_button .pf4:before{}
    .ssh_s4_link_in .pf4_sty1,
    .ssh_s4_link_in .pf4_sty2,
    .ssh_s4_link_in .pf4_sty3{}
    .ssh_s4_link_in .pf4_sty1{}
    .ssh_s4_link_in .pf4_sty2{}
    .ssh_s4_link_in .pf4_sty3{}
    .ssh_s4_link_in .pf4_sty4{}
    .ssh_s4_link_in .pf4_sty4:before{}
    .ssh_s4_link_in .pf4_sty4 img{}
    .ssh_s4_right{
    width: 50%;
}
    .ssh_s4_right_img_holder{}
    .ssh_s4_right_img_holder_in{}
    .ssh_s4_right_img_holder_in img{}
    .ssh_s4_right_img_art{}
    .ssh_s4_right_img_holder.mobile_only{}
}
@media screen and (max-width: #1024px){
    .ssh_s4{}
    .ssh_s4 .section_inner{}
    .ssh_s4_title{}
    .ssh_s4_title h5{}
    .ssh_s4_left{}
    .ssh_s4_left h2{}
    .ssh_s4_left h2 br{}
    .ssh_s4_left h2 .m{}
    .ssh_s4_left h2 strong{}
    .ssh_s4_left h2 mark{}
    .ssh_s4_left h2 mark:before{}
    .ssh_s4_left h6{}
    .ssh_s4_left h6 br{}
    .ssh_s4_left h6 .m{}
    .ssh_s4_left h6 strong{}
    .ssh_s4_left h6 mark{}
    .ssh_s4_left h6 mark:before{}
    .ssh_s4_left p{}
    .ssh_s4_left p br{}
    .ssh_s4_left p .m{}
    .ssh_s4_left p strong{}
    .ssh_s4_link{}
    .ssh_s4_link_in{}
    .ssh_s4_link_in .pf4_button{}
    .ssh_s4_link_in .pf4_button:before{}
    .ssh_s4_link_in .pf4_button .pf4{}
    .ssh_s4_link_in .pf4_button .pf4:before{}
    .ssh_s4_link_in .pf4_sty1,
    .ssh_s4_link_in .pf4_sty2,
    .ssh_s4_link_in .pf4_sty3{}
    .ssh_s4_link_in .pf4_sty1{}
    .ssh_s4_link_in .pf4_sty2{}
    .ssh_s4_link_in .pf4_sty3{}
    .ssh_s4_link_in .pf4_sty4{}
    .ssh_s4_link_in .pf4_sty4:before{}
    .ssh_s4_link_in .pf4_sty4 img{}
    .ssh_s4_right{}
    .ssh_s4_right_img_holder{}
    .ssh_s4_right_img_holder_in{}
    .ssh_s4_right_img_holder_in img{}
    .ssh_s4_right_img_art{}
    .ssh_s4_right_img_holder.mobile_only{}
}
@media screen and (max-width: 768px){
.ssh_s4{
    padding-top: 14.4vw;
    padding-bottom: 14.133vw;
}
    .ssh_s4 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s4_title{
    width: 100%;
    padding-left: 7.733vw;
    padding-right: 0vw;
    text-align: left;
    padding-bottom: 4.8vw;
}
    .ssh_s4_title h5{}
    .ssh_s4_left{
    width: 100%;
    padding-left: 6.933vw;
    padding-right: 6.933vw;
}
    .ssh_s4_left h2{
    line-height: 1.16;
    padding-right: 4.533vw;
    margin-bottom: 4.267vw;
}
    .ssh_s4_left h2 br{
    display: none;
}
    .ssh_s4_left h2 .m{}
    .ssh_s4_left h2 strong{}
    .ssh_s4_left h2 mark{}
    .ssh_s4_left h2 mark:before{
    width: 33.787vw;
    height: 21.2vw;
    background-image: url(ssh-s4--1-m.svg);
    top: -6.667vw;
    left: 31.2vw;
}
    .ssh_s4_left h6{}
    .ssh_s4_left h6 br{
    display: none;
}
    .ssh_s4_left h6 .m{}
    .ssh_s4_left h6 strong{}
    .ssh_s4_left h6 mark{}
    .ssh_s4_left h6 mark:before{
    width: 14.293vw;
    height: 7.493vw;
    top: -1.867vw;
    left: -2.133vw;
}
    .ssh_s4_left p{
    padding-left: 19.467vw;
    padding-right: 4vw;
}
    .ssh_s4_left p br{
    display: none;
}
    .ssh_s4_left p .m{}
    .ssh_s4_left p strong{
    font-weight: normal;
}
    .ssh_s4_link{
    padding-top: 2.133vw;
    padding-left: 19.467vw;
}
    .ssh_s4_link_in{}
    .ssh_s4_link_in .pf4_button{
    padding: 1.333vw 8vw 2.4vw 7.733vw;
}
    .ssh_s4_link_in .pf4_button:before{}
    .ssh_s4_link_in .pf4_button .pf4{}
    .ssh_s4_link_in .pf4_button .pf4:before{}
    .ssh_s4_link_in .pf4_sty1,
    .ssh_s4_link_in .pf4_sty2,
    .ssh_s4_link_in .pf4_sty3{}
    .ssh_s4_link_in .pf4_sty1{}
    .ssh_s4_link_in .pf4_sty2{}
    .ssh_s4_link_in .pf4_sty3{}
    .ssh_s4_link_in .pf4_sty4{top: 1.867vw;}
    .ssh_s4_link_in .pf4_sty4:before{}
    .ssh_s4_link_in .pf4_sty4 img{}
    .ssh_s4_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    display: none;
}
    .ssh_s4_right_img_holder{}
    .ssh_s4_right_img_holder_in{}
    .ssh_s4_right_img_holder_in img{
    border-radius: 4.8vw;
}
    .ssh_s4_right_img_art{
    width: 32vw;
    height: 30.133vw;
    top: -5.867vw;
    right: -6.4vw;
    border-radius: 4.267vw;
}
    .ssh_s4_right_img_holder.mobile_only{
    display: block;
    padding-top: 11.733vw;
    padding-left: 0.8vw;
    padding-right: 6.933vw;
    padding-bottom: 8.267vw;
}
}
@media screen and (max-width: 550px){
.ssh_s4{
    padding-top: 14.4vw;
    padding-bottom: 14.133vw;
}
    .ssh_s4 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s4_title{
    width: 100%;
    padding-left: 7.733vw;
    padding-right: 0vw;
    text-align: left;
    padding-bottom: 4.8vw;
}
    .ssh_s4_title h5{}
    .ssh_s4_left{
    width: 100%;
    padding-left: 6.933vw;
    padding-right: 6.933vw;
}
    .ssh_s4_left h2{
    line-height: 1.16;
    padding-right: 4.533vw;
    margin-bottom: 4.267vw;
}
    .ssh_s4_left h2 br{
    display: none;
}
    .ssh_s4_left h2 .m{}
    .ssh_s4_left h2 strong{}
    .ssh_s4_left h2 mark{}
    .ssh_s4_left h2 mark:before{
    width: 33.787vw;
    height: 21.2vw;
    background-image: url(ssh-s4--1-m.svg);
    top: -6.667vw;
    left: 31.2vw;
}
    .ssh_s4_left h6{}
    .ssh_s4_left h6 br{
    display: none;
}
    .ssh_s4_left h6 .m{}
    .ssh_s4_left h6 strong{}
    .ssh_s4_left h6 mark{}
    .ssh_s4_left h6 mark:before{
    width: 14.293vw;
    height: 7.493vw;
    top: -1.867vw;
    left: -2.133vw;
}
    .ssh_s4_left p{
    padding-left: 19.467vw;
    padding-right: 4vw;
}
    .ssh_s4_left p br{
    display: none;
}
    .ssh_s4_left p .m{}
    .ssh_s4_left p strong{
    font-weight: normal;
}
    .ssh_s4_link{
    padding-top: 2.133vw;
    padding-left: 19.467vw;
}
    .ssh_s4_link_in{}
    .ssh_s4_link_in .pf4_button{
    padding: 1.333vw 8vw 2.4vw 7.733vw;
}
    .ssh_s4_link_in .pf4_button:before{}
    .ssh_s4_link_in .pf4_button .pf4{}
    .ssh_s4_link_in .pf4_button .pf4:before{}
    .ssh_s4_link_in .pf4_sty1,
    .ssh_s4_link_in .pf4_sty2,
    .ssh_s4_link_in .pf4_sty3{}
    .ssh_s4_link_in .pf4_sty1{}
    .ssh_s4_link_in .pf4_sty2{}
    .ssh_s4_link_in .pf4_sty3{}
    .ssh_s4_link_in .pf4_sty4{top: 1.867vw;}
    .ssh_s4_link_in .pf4_sty4:before{}
    .ssh_s4_link_in .pf4_sty4 img{}
    .ssh_s4_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    display: none;
}
    .ssh_s4_right_img_holder{}
    .ssh_s4_right_img_holder_in{}
    .ssh_s4_right_img_holder_in img{
    border-radius: 4.8vw;
}
    .ssh_s4_right_img_art{
    width: 32vw;
    height: 30.133vw;
    top: -5.867vw;
    right: -6.4vw;
    border-radius: 4.267vw;
}
    .ssh_s4_right_img_holder.mobile_only{
    display: block;
    padding-top: 11.733vw;
    padding-left: 0.8vw;
    padding-right: 6.933vw;
    padding-bottom: 8.267vw;
}
}
/**************S5*****************/
.ssh_s5{
    position: relative;
    z-index: 2;
    padding-top: 6.302vw;
    padding-bottom: 8.698vw;
    background-color: #F5F1E6;
}
.ssh_s5 .section_inner{
    width: 88.889vw;
}
.ssh_s5_title{
    width: 100%;
    text-align: left;
    padding-left: 2.014vw;
}
.ssh_s5_title h5{}
.ssh_s5_right{
    width: 48.1%;
    position: relative;
    top: -0.833vw;
    padding-left: 0.417vw;
    padding-right: 0vw;
}
.ssh_s5_right h2{
    position: relative;
    z-index: 4;
    line-height: 1.13;
    margin-bottom: 2.5vw;
    padding-top: 0.156vw;
}
.ssh_s5_right h2 br{}
.ssh_s5_right h2 .m{}
.ssh_s5_right h2 strong{
    color: #489bbc;
    font-weight: 600;
}
.ssh_s5_right h2 mark{
    position: relative;
    z-index: -1;
}
.ssh_s5_right h2 mark:before{
    background-image: url(ssh-s4--1.svg);
    width: 27.222vw;
    height: 10.486vw;
    top: -3.125vw;
    left: -5.208vw;
}
.ssh_s5_right h6{
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    margin-bottom: 2.917vw;
    line-height: 1.48;
}
.ssh_s5_right h6 br{}
.ssh_s5_right h6 .m{}
.ssh_s5_right h6 strong{}
.ssh_s5_right h6 mark{
    position: relative;
    z-index: -1;
}
.ssh_s5_right h6 mark:before{
    background-image: url(ssh-s5-2.svg);
    width: 15.205vw;
    height: 3.245vw;
    top: -0.486vw;
    left: -1.528vw;
}
.ssh_s5_right p{
    padding-left: 2.778vw;
    padding-bottom: 1.667vw;
    position: relative;
    margin-bottom: 0vw;
}

.ssh_s5_right p br{}
.ssh_s5_right p .m{}
.ssh_s5_right p strong{}
.ssh_s5_right p:last-child{
    padding-bottom: 0vw;
}
.ssh_s5_link{
    padding-top: 3.403vw;
    padding-left: 2.778vw;
}
.ssh_s5_link_in{
    position: relative;
    display: inline-block;
}
.ssh_s5_link_in .pf4_button{
    padding: 0.833vw 4.028vw 0.903vw 4.028vw;
}
.ssh_s5_link_in .pf4_button:before{}
.ssh_s5_link_in .pf4_button:hover::before{
    background-color: #f5f1e6;
}
.ssh_s5_link_in .pf4_button .pf4{}
.ssh_s5_link_in .pf4_button .pf4:before{}
.ssh_s5_link_in .pf4_sty1,
.ssh_s5_link_in .pf4_sty2,
.ssh_s5_link_in .pf4_sty3{}
.ssh_s5_link_in .pf4_sty1{}
.ssh_s5_link_in .pf4_sty2{}
.ssh_s5_link_in .pf4_sty3{}
.ssh_s5_link_in .pf4_sty4{
    top: 1.111vw;
}
.ssh_s5_link_in .pf4_sty4:before{}
.ssh_s5_link_in .pf4_sty4 img{}
.ssh_s5_left{
    width: 51.9%;
    padding-left: 4.236vw;
    padding-right: 4.028vw;
}
 .ssh_s5_left_img_holder.my_ani.not_in_viewport{
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s5_left_img_holder{
    padding-top: 0.972vw;
    padding-right: 1.736vw;
    opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s5_left_img_holder_in{
    position: relative;
}
.ssh_s5_left_img_holder_in img{
    border-radius: 4%;
}
.ssh_s5_left_img_art{
    position: absolute;
    background: #489BBB;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 15.676vw;
    height: 14.844vw;
    bottom: -3.542vw;
    left: -3.403vw;
    border-radius: 10%;
    z-index: -1;
}
.ssh_s5_left_img_holder.mobile_only{}
.ssh_s5_right article.my_ani.not_in_viewport:before{content: ""; height: 0%;}

.ssh_s5_right article{position:relative;}
.ssh_s5_right article:before{
  content: "";
  position: absolute;
  width: 0.069vw;
  height: 100%;
  top: 0vw;
  left: -2px;
  background-color: #8A8C8E;
  transition: all 2s ease;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s5{
        position: relative;
        z-index: 2;
        padding-top: 6.389vw;
        padding-bottom: 8.403vw;
        background-color: #F5F1E6;
    }
    .ssh_s5 .section_inner{
        width: 88.889vw;
    }
    .ssh_s5_title{
        width: 100%;
        text-align: left;
        padding-left: 2.014vw;
    }
    .ssh_s5_title h5{}
    .ssh_s5_right{
        width: 48.1%;
        position: relative;
        top: -0.972vw;
        padding-left: 0.417vw;
        padding-right: 0vw;
    }
    .ssh_s5_right h2{
        position: relative;
        z-index: 4;
        line-height: 1.13;
        margin-bottom: 2.5vw;
        padding-top: 0.156vw;
    }
    .ssh_s5_right h2 br{}
    .ssh_s5_right h2 .m{}
    .ssh_s5_right h2 strong{
        color: #489bbc;
        font-weight: 600;
    }
    .ssh_s5_right h2 mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s5_right h2 mark:before{
        background-image: url(ssh-s4--1.svg);
        width: 27.222vw;
        height: 10.486vw;
        top: -3.125vw;
        left: -5.208vw;
    }
    .ssh_s5_right h6{
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        margin-bottom: 2.917vw;
        line-height: 1.48;
    }
    .ssh_s5_right h6 br{}
    .ssh_s5_right h6 .m{}
    .ssh_s5_right h6 strong{}
    .ssh_s5_right h6 mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s5_right h6 mark:before{
        background-image: url(ssh-s5-2.svg);
        width: 15.205vw;
        height: 3.245vw;
        top: -0.486vw;
        left: -1.528vw;
    }
    .ssh_s5_right p{
        padding-left: 2.778vw;
        padding-bottom: 1.667vw;
        position: relative;
        margin-bottom: 0vw;
    }
    .ssh_s5_right p br{}
    .ssh_s5_right p .m{}
    .ssh_s5_right p strong{}
    .ssh_s5_right p:last-child{
        padding-bottom: 0vw;
    }
    .ssh_s5_link{
        padding-top: 3.403vw;
        padding-left: 2.778vw;
    }
    .ssh_s5_link_in{
        position: relative;
        display: inline-block;
    }
    .ssh_s5_link_in .pf4_button{
        padding: 0.833vw 4.028vw 0.903vw 4.028vw;
    }
    .ssh_s5_link_in .pf4_button:before{}
    .ssh_s5_link_in .pf4_button .pf4{}
    .ssh_s5_link_in .pf4_button .pf4:before{}
    .ssh_s5_link_in .pf4_sty1,
    .ssh_s5_link_in .pf4_sty2,
    .ssh_s5_link_in .pf4_sty3{}
    .ssh_s5_link_in .pf4_sty1{}
    .ssh_s5_link_in .pf4_sty2{}
    .ssh_s5_link_in .pf4_sty3{}
    .ssh_s5_link_in .pf4_sty4{
        top: 1.111vw;
    }
    .ssh_s5_link_in .pf4_sty4:before{}
    .ssh_s5_link_in .pf4_sty4 img{}
    .ssh_s5_left{
        width: 51.9%;
        padding-left: 4.236vw;
        padding-right: 4.028vw;
    }
    .ssh_s5_left_img_holder{
        padding-top: 0.972vw;
        padding-right: 1.736vw;
    }
    .ssh_s5_left_img_holder_in{
        position: relative;
    }
    .ssh_s5_left_img_holder_in img{
        border-radius: 4%;
    }
    .ssh_s5_left_img_art{
        position: absolute;
        background: #489BBB;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 15.676vw;
        height: 14.844vw;
        bottom: -3.542vw;
        left: -3.403vw;
        border-radius: 10%;
        z-index: -1;
    }
    .ssh_s5_left_img_holder.mobile_only{}
}
@media screen and (max-width: 1140px){
    .ssh_s5{}
    .ssh_s5 .section_inner{
    width: 90vw;
}
    .ssh_s5_title{}
    .ssh_s5_title h5{}
    .ssh_s5_right{
    padding-right: 0vw;
    width: 51%;
}
    .ssh_s5_right h2{}
    .ssh_s5_right h2 br{}
    .ssh_s5_right h2 .m{}
    .ssh_s5_right h2 strong{}
    .ssh_s5_right h2 mark{}
    .ssh_s5_right h2 mark:before{}
    .ssh_s5_right h6{}
    .ssh_s5_right h6 br{}
    .ssh_s5_right h6 .m{}
    .ssh_s5_right h6 strong{}
    .ssh_s5_right h6 mark{}
    .ssh_s5_right h6 mark:before{}
    .ssh_s5_right p{}
    .ssh_s5_right p br{}
    .ssh_s5_right p .m{}
    .ssh_s5_right p strong{}
    .ssh_s5_right p:last-child{}
    .ssh_s5_link{}
    .ssh_s5_link_in{}
    .ssh_s5_link_in .pf4_button{}
    .ssh_s5_link_in .pf4_button:before{}
    .ssh_s5_link_in .pf4_button .pf4{}
    .ssh_s5_link_in .pf4_button .pf4:before{}
    .ssh_s5_link_in .pf4_sty1,
    .ssh_s5_link_in .pf4_sty2,
    .ssh_s5_link_in .pf4_sty3{}
    .ssh_s5_link_in .pf4_sty1{}
    .ssh_s5_link_in .pf4_sty2{}
    .ssh_s5_link_in .pf4_sty3{}
    .ssh_s5_link_in .pf4_sty4{}
    .ssh_s5_link_in .pf4_sty4:before{}
    .ssh_s5_link_in .pf4_sty4 img{}
    .ssh_s5_left{
    width: 49%;
    padding-left: 3vw;
}
    .ssh_s5_left_img_holder{}
    .ssh_s5_left_img_holder_in{}
    .ssh_s5_left_img_holder_in img{}
    .ssh_s5_left_img_art{}
    .ssh_s5_left_img_holder.mobile_only{}
}
@media screen and (max-width: #1024px){
    .ssh_s5{}
    .ssh_s5 .section_inner{}
    .ssh_s5_title{}
    .ssh_s5_title h5{}
    .ssh_s5_right{}
    .ssh_s5_right h2{}
    .ssh_s5_right h2 br{}
    .ssh_s5_right h2 .m{}
    .ssh_s5_right h2 strong{}
    .ssh_s5_right h2 mark{}
    .ssh_s5_right h2 mark:before{}
    .ssh_s5_right h6{}
    .ssh_s5_right h6 br{}
    .ssh_s5_right h6 .m{}
    .ssh_s5_right h6 strong{}
    .ssh_s5_right h6 mark{}
    .ssh_s5_right h6 mark:before{}
    .ssh_s5_right p{}
    .ssh_s5_right p br{}
    .ssh_s5_right p .m{}
    .ssh_s5_right p strong{}
    .ssh_s5_right p:last-child{}
    .ssh_s5_link{}
    .ssh_s5_link_in{}
    .ssh_s5_link_in .pf4_button{}
    .ssh_s5_link_in .pf4_button:before{}
    .ssh_s5_link_in .pf4_button .pf4{}
    .ssh_s5_link_in .pf4_button .pf4:before{}
    .ssh_s5_link_in .pf4_sty1,
    .ssh_s5_link_in .pf4_sty2,
    .ssh_s5_link_in .pf4_sty3{}
    .ssh_s5_link_in .pf4_sty1{}
    .ssh_s5_link_in .pf4_sty2{}
    .ssh_s5_link_in .pf4_sty3{}
    .ssh_s5_link_in .pf4_sty4{}
    .ssh_s5_link_in .pf4_sty4:before{}
    .ssh_s5_link_in .pf4_sty4 img{}
    .ssh_s5_left{}
    .ssh_s5_left_img_holder{}
    .ssh_s5_left_img_holder_in{}
    .ssh_s5_left_img_holder_in img{}
    .ssh_s5_left_img_art{}
    .ssh_s5_left_img_holder.mobile_only{}
}
@media screen and (max-width: 768px){
.ssh_s5{
    padding-top: 14.4vw;
    padding-bottom: 15.733vw;
}
    .ssh_s5 .section_inner{
    width: 100%;
    padding-left: 5.6vw;
    padding-right: 5.6vw;
}
    .ssh_s5_title{
}
    .ssh_s5_title h5{
    margin-bottom: 5.6vw;
}
    .ssh_s5_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s5_right h2{
    margin-bottom: 5.067vw;
    padding-top: 0vw;
    padding-left: 2.133vw;
}
    .ssh_s5_right h2 br{}
    .ssh_s5_right h2 .m{}
    .ssh_s5_right h2 strong{}
    .ssh_s5_right h2 mark{}
    .ssh_s5_right h2 mark:before{}
    .ssh_s5_right h6{
    padding-left: 2.4vw;
    padding-right: 6.133vw;
}
    .ssh_s5_right h6 br{
    display: none;
}
    .ssh_s5_right h6 .m{}
    .ssh_s5_right h6 strong{}
    .ssh_s5_right h6 mark{}
    .ssh_s5_right h6 mark:before{
    width: 25.92vw;
    height: 6.4vw;
    top: -1.6vw;
    left: -1.867vw;
}
    .ssh_s5_right p{
    padding-left: 6.667vw;
    padding-bottom: 4vw;
    position: relative;
    margin-bottom: 0vw;
    margin-left: 14.4vw;
    padding-right: 6.933vw;
}
    .ssh_s5_right p br{
    display: none;
}
    .ssh_s5_right p .m{}
    .ssh_s5_right p strong{}
    .ssh_s5_right p:last-child{}
    .ssh_s5_link{
    padding-top: 6.4vw;
    padding-left: 20.8vw;
}
    .ssh_s5_link_in{}
    .ssh_s5_link_in .pf4_button{
    padding: 1.6vw 8.8vw 2.133vw 9.333vw;
}
    .ssh_s5_link_in .pf4_button:before{}
    .ssh_s5_link_in .pf4_button .pf4{}
    .ssh_s5_link_in .pf4_button .pf4:before{}
    .ssh_s5_link_in .pf4_sty1,
    .ssh_s5_link_in .pf4_sty2,
    .ssh_s5_link_in .pf4_sty3{}
    .ssh_s5_link_in .pf4_sty1{}
    .ssh_s5_link_in .pf4_sty2{}
    .ssh_s5_link_in .pf4_sty3{}
    .ssh_s5_link_in .pf4_sty4{}
    .ssh_s5_link_in .pf4_sty4:before{}
    .ssh_s5_link_in .pf4_sty4 img{}
    .ssh_s5_left{
    display: none;
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s5_left_img_holder{
}
    .ssh_s5_left_img_holder_in{}
    .ssh_s5_left_img_holder_in img{
    border-radius: 4.533vw;
}
    .ssh_s5_left_img_art{
    width: 31.573vw;
    height: 29.893vw;
    bottom: -7.2vw;
    left: -6.933vw;
    border-radius: 4vw;
}
    .ssh_s5_left_img_holder.mobile_only{
    display: block;
    padding-top: 3.2vw;
    padding-right: 6.933vw;
    padding-left: 9.067vw;
    padding-bottom: 14.4vw;
  }
  .ssh_s5_right p:last-child:before{height: 86%;}
}
@media screen and (max-width: 550px){
.ssh_s5{
    padding-top: 14.4vw;
    padding-bottom: 15.733vw;
}
    .ssh_s5 .section_inner{
    width: 100%;
    padding-left: 5.6vw;
    padding-right: 5.6vw;
}
    .ssh_s5_title{
}
    .ssh_s5_title h5{
    margin-bottom: 5.6vw;
}
    .ssh_s5_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s5_right h2{
    margin-bottom: 5.067vw;
    padding-top: 0vw;
    padding-left: 2.133vw;
}
    .ssh_s5_right h2 br{}
    .ssh_s5_right h2 .m{}
    .ssh_s5_right h2 strong{}
    .ssh_s5_right h2 mark{}
    .ssh_s5_right h2 mark:before{}
    .ssh_s5_right h6{
    padding-left: 2.4vw;
    padding-right: 6.133vw;
}
    .ssh_s5_right h6 br{
    display: none;
}
    .ssh_s5_right h6 .m{}
    .ssh_s5_right h6 strong{}
    .ssh_s5_right h6 mark{}
    .ssh_s5_right h6 mark:before{
    width: 25.92vw;
    height: 6.4vw;
    top: -1.6vw;
    left: -1.867vw;
}
    .ssh_s5_right p{
    padding-left: 6.667vw;
    padding-bottom: 4vw;
    position: relative;
    margin-bottom: 0vw;
    margin-left: 14.4vw;
    padding-right: 6.933vw;
}
    .ssh_s5_right p br{
    display: none;
}
    .ssh_s5_right p .m{}
    .ssh_s5_right p strong{}
    .ssh_s5_right p:last-child{}
    .ssh_s5_link{
    padding-top: 6.4vw;
    padding-left: 20.8vw;
}
    .ssh_s5_link_in{}
    .ssh_s5_link_in .pf4_button{
    padding: 1.6vw 8.8vw 2.133vw 9.333vw;
}
    .ssh_s5_link_in .pf4_button:before{}
    .ssh_s5_link_in .pf4_button .pf4{}
    .ssh_s5_link_in .pf4_button .pf4:before{}
    .ssh_s5_link_in .pf4_sty1,
    .ssh_s5_link_in .pf4_sty2,
    .ssh_s5_link_in .pf4_sty3{}
    .ssh_s5_link_in .pf4_sty1{}
    .ssh_s5_link_in .pf4_sty2{}
    .ssh_s5_link_in .pf4_sty3{}
    .ssh_s5_link_in .pf4_sty4{}
    .ssh_s5_link_in .pf4_sty4:before{}
    .ssh_s5_link_in .pf4_sty4 img{}
    .ssh_s5_left{
    display: none;
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s5_left_img_holder{
}
    .ssh_s5_left_img_holder_in{}
    .ssh_s5_left_img_holder_in img{
    border-radius: 4.533vw;
}
    .ssh_s5_left_img_art{
    width: 31.573vw;
    height: 29.893vw;
    bottom: -7.2vw;
    left: -6.933vw;
    border-radius: 4vw;
}
    .ssh_s5_left_img_holder.mobile_only{
    display: block;
    padding-top: 3.2vw;
    padding-right: 6.933vw;
    padding-left: 9.067vw;
    padding-bottom: 14.4vw;
  }
  .ssh_s5_right p:last-child:before{height: 86%;}
}
/**************S6*****************/
.ssh_s6{
    position: relative;
    z-index: 2;
    padding-top: 7.292vw;
    padding-bottom: 10.139vw;
    background-color: #F8F8F8;
}
.ssh_s6 .section_inner{
    width: 85.486vw;
}
.ssh_s6_title{
    width: 100%;
    text-align: right;
}
.ssh_s6_title h5{margin-right: 0.069vw;}
.ssh_s6_left{
    width: 45%;
    position: relative;
    padding-top: 0.1vw;
    padding-left: 1.597vw;
    padding-right: 3.125vw;
}
.ssh_s6_left h2{
    position: relative;
    z-index: 4;
    line-height: 1.13;
    margin-bottom: 2.083vw;
    padding-left: 0.208vw;
}
.ssh_s6_left h2 br{}
.ssh_s6_left h2 .m{}
.ssh_s6_left h2 strong{
    color: #489bbc;
    font-weight: 600;
}
.ssh_s6_left h2 mark{
    position: relative;
    z-index: -4;
}
.ssh_s6_left h2 mark:before{
    background-image: url(ssh-s6-1.svg);
    width: 15.972vw;
    height: 9.583vw;
    top: -2.604vw;
    left: -2.153vw;
}
.ssh_s6_left h6{
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    margin-bottom: 1.944vw;
    line-height: 1.48;
}
.ssh_s6_left h6 br{}
.ssh_s6_left h6 .m{}
.ssh_s6_left h6 strong{}
.ssh_s6_left h6 mark{
    position: relative;
    z-index: -1;
}
.ssh_s6_left h6 mark:before{
    background-image: url(ssh-s4-2.svg);
    width: 8.455vw;
    height: 3.289vw;
    top: -0.556vw;
    left: -1.181vw;
}
.ssh_s6_left p{
    padding-left: 2.569vw;
}
.ssh_s6_left p br{}
.ssh_s6_left p .m{}
.ssh_s6_left p strong{}

.ssh_s6_link{
    padding-top: 61px;
    padding-left: 11.042vw;
}
.ssh_s6_link_in{
    position: relative;
    display: inline-block;
}
.ssh_s6_link_in .pf4_button{
    padding: 0.833vw 2.153vw 0.903vw 2.222vw;
}
.ssh_s6_link_in .pf4_button:before{}
.ssh_s6_link_in .pf4_button:hover::before{
    background-color: #f8f8f8;
}
.ssh_s6_link_in .pf4_button .pf4{}
.ssh_s6_link_in .pf4_button .pf4:before{}
.ssh_s6_link_in .pf4_sty1,
.ssh_s6_link_in .pf4_sty2,
.ssh_s6_link_in .pf4_sty3{}
.ssh_s6_link_in .pf4_sty1{}
.ssh_s6_link_in .pf4_sty2{}
.ssh_s6_link_in .pf4_sty3{}
.ssh_s6_link_in .pf4_sty4{
}
.ssh_s6_link_in .pf4_sty4:before{}
.ssh_s6_link_in .pf4_sty4 img{}

.ssh_s6_right{
    width: 55%;
}
 .ssh_s6_right_img_holder.my_ani.not_in_viewport{
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s6_right_img_holder{
    padding: 2.083vw 0.069vw 0vw 0.972vw;
        opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s6_right_img_holder_in{
    position: relative;
}
.ssh_s6_right_img_holder_in img{
    border-radius: 4.5%;
}
.ssh_s6_right_img_art{
    position: absolute;
    background: #FA8E29;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 17.778vw;
    height: 16.806vw;
    bottom: -3.194vw;
    right: -3.681vw;
    border-radius: 10%;
    z-index: -1;
}
.ssh_s6_right_img_holder.mobile_only{}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s6{
        position: relative;
        z-index: 2;
        padding-top: 7.292vw;
        padding-bottom: 10.139vw;
        background-color: #F8F8F8;
    }
    .ssh_s6 .section_inner{
        width: 85.486vw;
    }
    .ssh_s6_title{
        width: 100%;
        text-align: right;
    }
    .ssh_s6_title h5{margin-right: 0.069vw;}
    .ssh_s6_left{
        width: 45%;
        position: relative;
        padding-top: 0.139vw;
        padding-left: 1.597vw;
        padding-right: 3.125vw;
    }
    .ssh_s6_left h2{
        position: relative;
        z-index: 4;
        line-height: 1.13;
        margin-bottom: 2.083vw;
        padding-left: 0.208vw;
    }
    .ssh_s6_left h2 br{}
    .ssh_s6_left h2 .m{}
    .ssh_s6_left h2 strong{
        color: #489bbc;
        font-weight: 600;
    }
    .ssh_s6_left h2 mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s6_left h2 mark:before{
        background-image: url(ssh-s6-1.svg);
        width: 15.972vw;
        height: 9.583vw;
        top: -2.5vw;
        left: -2.153vw;
    }
    .ssh_s6_left h6{
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        margin-bottom: 1.944vw;
        line-height: 1.48;
    }
    .ssh_s6_left h6 br{}
    .ssh_s6_left h6 .m{}
    .ssh_s6_left h6 strong{}
    .ssh_s6_left h6 mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s6_left h6 mark:before{
        background-image: url(ssh-s4-2.svg);
        width: 8.455vw;
        height: 3.289vw;
        top: -0.556vw;
        left: -1.181vw;
    }
    .ssh_s6_left p{
        padding-left: 2.569vw;
    }
    .ssh_s6_left p br{}
    .ssh_s6_left p .m{}
    .ssh_s6_left p strong{}

    .ssh_s6_link{
        padding-top: 2.778vw;
        padding-left: 11.042vw;
    }
    .ssh_s6_link_in{
        position: relative;
        display: inline-block;
    }
    .ssh_s6_link_in .pf4_button{
        padding: 0.833vw 2.153vw 0.903vw 2.222vw;
    }
    .ssh_s6_link_in .pf4_button:before{}
    .ssh_s6_link_in .pf4_button .pf4{}
    .ssh_s6_link_in .pf4_button .pf4:before{}
    .ssh_s6_link_in .pf4_sty1,
    .ssh_s6_link_in .pf4_sty2,
    .ssh_s6_link_in .pf4_sty3{}
    .ssh_s6_link_in .pf4_sty1{}
    .ssh_s6_link_in .pf4_sty2{}
    .ssh_s6_link_in .pf4_sty3{}
    .ssh_s6_link_in .pf4_sty4{
        top: 0.903vw;
    }
    .ssh_s6_link_in .pf4_sty4:before{}
    .ssh_s6_link_in .pf4_sty4 img{}

    .ssh_s6_right{
        width: 55%;
    }
    .ssh_s6_right_img_holder{
        padding: 2.083vw 0.069vw 0vw 0.972vw;
    }
    .ssh_s6_right_img_holder_in{
        position: relative;
    }
    .ssh_s6_right_img_holder_in img{
        border-radius: 4.5%;
    }
    .ssh_s6_right_img_art{
        position: absolute;
        background: #FA8E29;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 17.778vw;
        height: 16.806vw;
        bottom: -3.194vw;
        right: -3.681vw;
        border-radius: 10%;
        z-index: -1;
    }
    .ssh_s6_right_img_holder.mobile_only{}
}
@media screen and (max-width: 1140px){
    .ssh_s6{}
    .ssh_s6 .section_inner{
    width: 90vw;
}
    .ssh_s6_title{}
    .ssh_s6_title h5{}
    .ssh_s6_left{}
    .ssh_s6_left h2{}
    .ssh_s6_left h2 br{}
    .ssh_s6_left h2 .m{}
    .ssh_s6_left h2 strong{}
    .ssh_s6_left h2 mark{}
    .ssh_s6_left h2 mark:before{}
    .ssh_s6_left h6{}
    .ssh_s6_left h6 br{}
    .ssh_s6_left h6 .m{}
    .ssh_s6_left h6 strong{}
    .ssh_s6_left h6 mark{}
    .ssh_s6_left h6 mark:before{}
    .ssh_s6_left p{}
    .ssh_s6_left p br{}
    .ssh_s6_left p .m{}
    .ssh_s6_left p strong{}
    .ssh_s6_link{}
    .ssh_s6_link_in{}
    .ssh_s6_link_in .pf4_button{}
    .ssh_s6_link_in .pf4_button:before{}
    .ssh_s6_link_in .pf4_button .pf4{}
    .ssh_s6_link_in .pf4_button .pf4:before{}
    .ssh_s6_link_in .pf4_sty1,
    .ssh_s6_link_in .pf4_sty2,
    .ssh_s6_link_in .pf4_sty3{}
    .ssh_s6_link_in .pf4_sty1{}
    .ssh_s6_link_in .pf4_sty2{}
    .ssh_s6_link_in .pf4_sty3{}
    .ssh_s6_link_in .pf4_sty4{}
    .ssh_s6_link_in .pf4_sty4:before{}
    .ssh_s6_link_in .pf4_sty4 img{}
    .ssh_s6_right{
    padding-right: 4vw;
}
    .ssh_s6_right_img_holder{}
    .ssh_s6_right_img_holder_in{}
    .ssh_s6_right_img_holder_in img{}
    .ssh_s6_right_img_art{}
    .ssh_s6_right_img_holder.mobile_only{}
}
@media screen and (max-width: #1024px){
    .ssh_s6{}
    .ssh_s6 .section_inner{}
    .ssh_s6_title{}
    .ssh_s6_title h5{}
    .ssh_s6_left{}
    .ssh_s6_left h2{}
    .ssh_s6_left h2 br{}
    .ssh_s6_left h2 .m{}
    .ssh_s6_left h2 strong{}
    .ssh_s6_left h2 mark{}
    .ssh_s6_left h2 mark:before{}
    .ssh_s6_left h6{}
    .ssh_s6_left h6 br{}
    .ssh_s6_left h6 .m{}
    .ssh_s6_left h6 strong{}
    .ssh_s6_left h6 mark{}
    .ssh_s6_left h6 mark:before{}
    .ssh_s6_left p{}
    .ssh_s6_left p br{}
    .ssh_s6_left p .m{}
    .ssh_s6_left p strong{}
    .ssh_s6_link{}
    .ssh_s6_link_in{}
    .ssh_s6_link_in .pf4_button{}
    .ssh_s6_link_in .pf4_button:before{}
    .ssh_s6_link_in .pf4_button .pf4{}
    .ssh_s6_link_in .pf4_button .pf4:before{}
    .ssh_s6_link_in .pf4_sty1,
    .ssh_s6_link_in .pf4_sty2,
    .ssh_s6_link_in .pf4_sty3{}
    .ssh_s6_link_in .pf4_sty1{}
    .ssh_s6_link_in .pf4_sty2{}
    .ssh_s6_link_in .pf4_sty3{}
    .ssh_s6_link_in .pf4_sty4{}
    .ssh_s6_link_in .pf4_sty4:before{}
    .ssh_s6_link_in .pf4_sty4 img{}
    .ssh_s6_right{}
    .ssh_s6_right_img_holder{}
    .ssh_s6_right_img_holder_in{}
    .ssh_s6_right_img_holder_in img{}
    .ssh_s6_right_img_art{}
    .ssh_s6_right_img_holder.mobile_only{}
}
@media screen and (max-width: 768px){
.ssh_s6{
    padding-top: 14.667vw;
    padding-bottom: 16.8vw;
}
    .ssh_s6 .section_inner{
    width: 100%;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
}
    .ssh_s6_title{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    text-align: left;
}
    .ssh_s6_title h5{
    margin-right: 0vw;
    padding-left: 1.067vw;
    margin-bottom: 4.533vw;
}
    .ssh_s6_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s6_left h2{
    padding-left: 1.067vw;
    line-height: 1.16;
    margin-bottom: 4.8vw;
    padding-top: 0.267vw;
}
    .ssh_s6_left h2 br{
    display: none;
}
    .ssh_s6_left h2 .m{}
    .ssh_s6_left h2 strong{
}
    .ssh_s6_left h2 mark{}
    .ssh_s6_left h2 mark:before{
    width: 33.787vw;
    height: 21.2vw;
    top: -6.4vw;
    left: -4.8vw;
    background-image: url(ssh-s6-1-m.svg);
}
    .ssh_s6_left h6{
    padding-left: 1.067vw;
    margin-bottom: 2.933vw;
}
    .ssh_s6_left h6 br{
    display: block;
}
    .ssh_s6_left h6 .m{}
    .ssh_s6_left h6 strong{}
    .ssh_s6_left h6 mark{}
    .ssh_s6_left h6 mark:before{}
    .ssh_s6_left p{
    padding-left: 20vw;
    padding-right: 7.2vw;
    margin-bottom: 3.467vw;
}
    .ssh_s6_left p br{
    display: none;
}
    .ssh_s6_left p .m{}
    .ssh_s6_left p strong{}
    .ssh_s6_link{
    padding-top: 2.933vw;
    padding-left: 20vw;
}
    .ssh_s6_link_in{}
    .ssh_s6_link_in .pf4_button{
    padding: 1.6vw 6.4vw 2.133vw 6.667vw;
}
    .ssh_s6_link_in .pf4_button:before{}
    .ssh_s6_link_in .pf4_button .pf4{}
    .ssh_s6_link_in .pf4_button .pf4:before{}
    .ssh_s6_link_in .pf4_sty1,
    .ssh_s6_link_in .pf4_sty2,
    .ssh_s6_link_in .pf4_sty3{}
    .ssh_s6_link_in .pf4_sty1{}
    .ssh_s6_link_in .pf4_sty2{}
    .ssh_s6_link_in .pf4_sty3{}
    .ssh_s6_link_in .pf4_sty4{width: 80vw;height: auto;position: absolute;left: -85.153vw;top: 1.7vw;}
    .ssh_s6_link_in .pf4_sty4:before{}
    .ssh_s6_link_in .pf4_sty4 img{}
    .ssh_s6_right{
    display: none;
}
    .ssh_s6_right_img_holder{}
    .ssh_s6_right_img_holder_in{}
    .ssh_s6_right_img_holder_in img{
    border-radius: 4.267vw;
}
    .ssh_s6_right_img_art{
    width: 30.4vw;
    height: 28.8vw;
    bottom: -5.6vw;
    right: -6.4vw;
    border-radius: 4.267vw;
}
    .ssh_s6_right_img_holder.mobile_only{
    display: block;
    padding: 2.133vw 7.733vw 11.2vw 1.067vw;
}
}
@media screen and (max-width: 550px){
.ssh_s6{
    padding-top: 14.667vw;
    padding-bottom: 16.8vw;
}
    .ssh_s6 .section_inner{
    width: 100%;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
}
    .ssh_s6_title{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    text-align: left;
}
    .ssh_s6_title h5{
    margin-right: 0vw;
    padding-left: 1.067vw;
    margin-bottom: 4.533vw;
}
    .ssh_s6_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s6_left h2{
    padding-left: 1.067vw;
    line-height: 1.16;
    margin-bottom: 4.8vw;
    padding-top: 0.267vw;
}
    .ssh_s6_left h2 br{
    display: none;
}
    .ssh_s6_left h2 .m{}
    .ssh_s6_left h2 strong{
}
    .ssh_s6_left h2 mark{}
    .ssh_s6_left h2 mark:before{
    width: 33.787vw;
    height: 21.2vw;
    top: -6.4vw;
    left: -4.8vw;
    background-image: url(ssh-s6-1-m.svg);
}
    .ssh_s6_left h6{
    padding-left: 1.067vw;
    margin-bottom: 2.933vw;
}
    .ssh_s6_left h6 br{
    display: block;
}
    .ssh_s6_left h6 .m{}
    .ssh_s6_left h6 strong{}
    .ssh_s6_left h6 mark{}
    .ssh_s6_left h6 mark:before{}
    .ssh_s6_left p{
    padding-left: 20vw;
    padding-right: 7.2vw;
    margin-bottom: 3.467vw;
}
    .ssh_s6_left p br{
    display: none;
}
    .ssh_s6_left p .m{}
    .ssh_s6_left p strong{}
    .ssh_s6_link{
    padding-top: 2.933vw;
    padding-left: 20vw;
}
    .ssh_s6_link_in{}
    .ssh_s6_link_in .pf4_button{
    padding: 1.6vw 6.4vw 2.133vw 6.667vw;
}
    .ssh_s6_link_in .pf4_button:before{}
    .ssh_s6_link_in .pf4_button .pf4{}
    .ssh_s6_link_in .pf4_button .pf4:before{}
    .ssh_s6_link_in .pf4_sty1,
    .ssh_s6_link_in .pf4_sty2,
    .ssh_s6_link_in .pf4_sty3{}
    .ssh_s6_link_in .pf4_sty1{}
    .ssh_s6_link_in .pf4_sty2{}
    .ssh_s6_link_in .pf4_sty3{}
    .ssh_s6_link_in .pf4_sty4{width: 80vw;height: auto;position: absolute;left: -85.153vw;top: 1.7vw;}
    .ssh_s6_link_in .pf4_sty4:before{}
    .ssh_s6_link_in .pf4_sty4 img{}
    .ssh_s6_right{
    display: none;
}
    .ssh_s6_right_img_holder{}
    .ssh_s6_right_img_holder_in{}
    .ssh_s6_right_img_holder_in img{
    border-radius: 4.267vw;
}
    .ssh_s6_right_img_art{
    width: 30.4vw;
    height: 28.8vw;
    bottom: -5.6vw;
    right: -6.4vw;
    border-radius: 4.267vw;
}
    .ssh_s6_right_img_holder.mobile_only{
    display: block;
    padding: 2.133vw 7.733vw 11.2vw 1.067vw;
}
}
/**************S7*****************/
.ssh_s7{
    background-color: #EDDCBE;
    padding-top: 6.875vw;
    padding-bottom: 4.583vw;
}
.ssh_s7 .section_inner{
    width: 96.111vw;
}
.ssh_s7_title{
    width: 100%;
    text-align: center;
    padding-bottom: 2.222vw;
}
.ssh_s7_title h2{
    position: relative;
    z-index: 2;
}
.ssh_s7_title h2 br{}
.ssh_s7_title h2 .m{}
.ssh_s7_title h2 mark{
    position: relative;
    z-index: -2;
}
.ssh_s7_title h2 mark:before{
    background-image: url(ssh-s7-7.svg);
    width: 17.156vw;
    height: 8.81vw;
    top: -2.569vw;
    left: -2.014vw;
}
.ssh_s7_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.ssh_s7_content_item{
    width: 33.33%;
    padding-left: 0.972vw;
    padding-right: 0.972vw;
    margin-bottom: 6.736vw;
}
.ssh_s7_content_item_avatar.my_ani.not_in_viewport{
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s7_content_item_avatar{
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 2.361vw;
        opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s7_content_item_avatar .avatar{
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    width: 17.222vw;
    height: 17.222vw;
    border-radius: 50%;
    border: solid 0.573vw #489bbc;
}
.ssh_s7_content_item_in{
    border: solid 0.278vw #136d8600;
    position: relative;
    padding: 1.389vw;
    height: 100%;
    padding-bottom: 4.479vw;
}
.ssh_s7_content_item_in article{padding-bottom: 0.069vw;}
.ssh_s7_content_item_in article h4{
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 1.944vw;
}
.ssh_s7_content_item_in article h4 br{}
.ssh_s7_content_item_in article h4 .m{}
.ssh_s7_content_item_in article p{
    text-align: center;
    /* min-height: 13.403vw; */
}
.ssh_s7_content_item_in article p br{}
.ssh_s7_content_item_in article p .m{}
.ssh_s7_content_item_link{
    text-align: center;
    padding-top: 0vw;
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    width: 100%;
}
.ssh_s7_content_item_link .pf4_button{
    /* color: #f7f8f7; */
    padding: 0.833vw 4.236vw 0.903vw 4.306vw;
}
.ssh_s7_content_slider{
    display:none;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s7{
        background-color: #EDDCBE;
        padding-top: 6.875vw;
        padding-bottom: 4.653vw;
    }
    .ssh_s7 .section_inner{
        width: 96.111vw;
    }
    .ssh_s7_title{
        width: 100%;
        text-align: center;
        padding-bottom: 2.222vw;
    }
    .ssh_s7_title h2{
        position: relative;
        z-index: 2;
    }
    .ssh_s7_title h2 br{}
    .ssh_s7_title h2 .m{}
    .ssh_s7_title h2 mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s7_title h2 mark:before{
        background-image: url(ssh-s7-7.svg);
        width: 17.156vw;
        height: 8.81vw;
        top: -2.569vw;
        left: -2.014vw;
    }
    .ssh_s7_content{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0vw auto;
        position: relative;
        box-sizing: border-box;
    }
    .ssh_s7_content_item{
        width: 33.33%;
        padding-left: 0.972vw;
        padding-right: 0.972vw;
        margin-bottom: 6.736vw;
    }
    .ssh_s7_content_item_avatar{
        position: relative;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 2.361vw;
    }
    .ssh_s7_content_item_avatar .avatar{
        display: block;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 auto;
        width: 17.222vw;
        height: 17.222vw;
        border-radius: 50%;
        border: solid 0.573vw #489bbc;
    }
    .ssh_s7_content_item_in{
        border: solid 0.278vw #136d8600;
        position: relative;
        padding: 1.389vw;
        height: 100%;
        padding-bottom: 4.028vw;
    }
    .ssh_s7_content_item_in article{padding-bottom: 0.139vw;}
    .ssh_s7_content_item_in article h4{
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 1.944vw;
    }
    .ssh_s7_content_item_in article h4 br{}
    .ssh_s7_content_item_in article h4 .m{}
    .ssh_s7_content_item_in article p{
        text-align: center;
    }
    .ssh_s7_content_item_in article p br{}
    .ssh_s7_content_item_in article p .m{}
    .ssh_s7_content_item_link{
        text-align: center;
        padding-top: 0vw;
        position: absolute;
        bottom: 0vw;
        left: 0vw;
        width: 100%;
    }
    .ssh_s7_content_item_link .pf4_button{
        color: #f7f8f7;
        padding: 0.833vw 4.236vw 0.903vw 4.306vw;
    }
    .ssh_s7_content_slider{
        display:none;
    }
}
@media screen and (max-width: 1140px){
    .ssh_s7{}
    .ssh_s7 .section_inner{}
    .ssh_s7_title{}
    .ssh_s7_title h2{}
    .ssh_s7_title h2 br{}
    .ssh_s7_title h2 .m{}
    .ssh_s7_title h2 mark{}
    .ssh_s7_title h2 mark:before{}
    .ssh_s7_content{}
    .ssh_s7_content_item{
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}
    .ssh_s7_content_item_avatar{}
    .ssh_s7_content_item_avatar .avatar{}
    .ssh_s7_content_item_in{
    padding: 0vw;
    padding-bottom: 4.028vw;
}
    .ssh_s7_content_item_in article{}
    .ssh_s7_content_item_in article h4{}
    .ssh_s7_content_item_in article h4 br{}
    .ssh_s7_content_item_in article h4 .m{}
    .ssh_s7_content_item_in article p{
}
    .ssh_s7_content_item_in article p br{}
    .ssh_s7_content_item_in article p .m{}
    .ssh_s7_content_item_link{}
    .ssh_s7_content_item_link .pf4_button{}
    .ssh_s7_content_slider{}
}
@media screen and (max-width: #1024px){
    .ssh_s7{}
    .ssh_s7 .section_inner{}
    .ssh_s7_title{}
    .ssh_s7_title h2{}
    .ssh_s7_title h2 br{}
    .ssh_s7_title h2 .m{}
    .ssh_s7_title h2 mark{}
    .ssh_s7_title h2 mark:before{}
    .ssh_s7_content{}
    .ssh_s7_content_item{}
    .ssh_s7_content_item_avatar{}
    .ssh_s7_content_item_avatar .avatar{}
    .ssh_s7_content_item_in{}
    .ssh_s7_content_item_in article{}
    .ssh_s7_content_item_in article h4{}
    .ssh_s7_content_item_in article h4 br{}
    .ssh_s7_content_item_in article h4 .m{}
    .ssh_s7_content_item_in article p{}
    .ssh_s7_content_item_in article p br{}
    .ssh_s7_content_item_in article p .m{}
    .ssh_s7_content_item_link{}
    .ssh_s7_content_item_link .pf4_button{}
    .ssh_s7_content_slider{}
}
@media screen and (max-width: 768px){
.ssh_s7{
    padding-top: 16.267vw;
    padding-bottom: 5.867vw;
}
    .ssh_s7 .section_inner{
    width: 100%;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
}
    .ssh_s7_title{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-bottom: 6.4vw;
}
    .ssh_s7_title h2{
    line-height: 1.18;
}
    .ssh_s7_title h2 br{}
    .ssh_s7_title h2 .m{
    display: block;
}
    .ssh_s7_title h2 mark{}
    .ssh_s7_title h2 mark:before{
    width: 33.28vw;
    height: 19.547vw;
    top: -5.6vw;
    left: -4vw;
    background-image: url(ssh-s7-7-m.svg);
}
    .ssh_s7_content{
    display: none;
}
    .ssh_s7_content_item{
    width: 100%;
    padding-left: 11.467vw;
    padding-right: 11.467vw;
}
    .ssh_s7_content_item_avatar{
    padding-bottom: 8vw;
}
    .ssh_s7_content_item_avatar .avatar{
    width: 49.333vw;
    height: 49.333vw;
    border: solid 1.067vw #489bbc;
}
    .ssh_s7_content_item_in{}
    .ssh_s7_content_item_in article{
    padding-bottom: 5.067vw;
}
    .ssh_s7_content_item_in article h4{
    margin-bottom: 4.267vw;
}
    .ssh_s7_content_item_in article h4 br{}
    .ssh_s7_content_item_in article h4 .m{}
    .ssh_s7_content_item_in article p{}
    .ssh_s7_content_item_in article p br{
    display: none;
}
    .ssh_s7_content_item_in article p .m{}
    .ssh_s7_content_item_link{}
    .ssh_s7_content_item_link .pf4_button{
    padding: 1.867vw 10.133vw 1.867vw 9.333vw;
    font-size: 2.267vw;
    letter-spacing: 0.08vw;
}
    .ssh_s7_content_slider{
    display: block;
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
.ssh_s7_content_slider .slick-list{
}
.ssh_s7_content_slider .slick-prev,
.ssh_s7_content_slider .slick-next {
  background-color: transparent;
  border: 0vw;
  background-repeat: no-repeat;
  font-size: 0vw;
  padding: 0vw;
  margin: 0vw;
  background-size: contain;
  position: absolute;
  top: 19.5%;
  z-index: 5;
  width: 12.213vw;
  height: 3.84vw;
}
.ssh_s7_content_slider .slick-prev {
  background-image: url(ssh-left-arrow.svg);
  left: 2.667vw;
  right: -0.267vw;
}
.ssh_s7_content_slider .slick-next {
  background-image: url(ssh-right-arrow.svg);
  right: -0.267vw;
}
.ssh_s7_content_slider .slick-prev:before,
.ssh_s7_content_slider .slick-next:before{
    display:none;
}
.ssh_s7_content_slider{}
.ssh_s7_content_slider .slick-dots{
    padding: 0vw;
    margin: 0vw;
    text-align: center;
    position: relative;
    top: -1.333vw;
}
.ssh_s7_content_slider .slick-dots li{
    display: inline-block;
    padding: 0vw 0vw 0vw 0vw;
    margin: 0vw;
    padding-left: 1.067vw;
    padding-right: 1.333vw;
}
.ssh_s7_content_slider .slick-dots li::marker{
    display: none !important;
    opacity: 0;
    font-size: 0vw;
}
.ssh_s7_content_slider .slick-dots li:before{
    content:"";
}
.ssh_s7_content_slider .slick-dots li button{
    font-size: 0vw;
    padding: 0vw;
    width: 2.133vw;
    height: 2.133vw;
    border: solid 0.133vw #202936;
    border-radius: 50%;
    background-color: #7d121200;
}
.ssh_s7_content_slider .slick-dots li button:hover{

}
.ssh_s7_content_slider .slick-dots .slick-active{}
.ssh_s7_content_slider .slick-dots .slick-active::marker{}
.ssh_s7_content_slider .slick-dots .slick-active:before{
    content:"";
}
.ssh_s7_content_slider .slick-dots .slick-active button{background-color:#202936;}
}
@media screen and (max-width: 550px){
.ssh_s7{
    padding-top: 16.267vw;
    padding-bottom: 5.867vw;
}
    .ssh_s7 .section_inner{
    width: 100%;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
}
    .ssh_s7_title{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-bottom: 6.4vw;
}
    .ssh_s7_title h2{
    line-height: 1.18;
}
    .ssh_s7_title h2 br{}
    .ssh_s7_title h2 .m{
    display: block;
}
    .ssh_s7_title h2 mark{}
    .ssh_s7_title h2 mark:before{
    width: 33.28vw;
    height: 19.547vw;
    top: -5.6vw;
    left: -4vw;
    background-image: url(ssh-s7-7-m.svg);
}
    .ssh_s7_content{
    display: none;
}
    .ssh_s7_content_item{
    width: 100%;
    padding-left: 11.467vw;
    padding-right: 11.467vw;
}
    .ssh_s7_content_item_avatar{
    padding-bottom: 8vw;
}
    .ssh_s7_content_item_avatar .avatar{
    width: 49.333vw;
    height: 49.333vw;
    border: solid 1.067vw #489bbc;
}
    .ssh_s7_content_item_in{}
    .ssh_s7_content_item_in article{
    padding-bottom: 5.067vw;
}
    .ssh_s7_content_item_in article h4{
    margin-bottom: 4.267vw;
}
    .ssh_s7_content_item_in article h4 br{}
    .ssh_s7_content_item_in article h4 .m{}
    .ssh_s7_content_item_in article p{}
    .ssh_s7_content_item_in article p br{
    display: none;
}
    .ssh_s7_content_item_in article p .m{}
    .ssh_s7_content_item_link{}
    .ssh_s7_content_item_link .pf4_button{
    padding: 1.867vw 10.133vw 1.867vw 9.333vw;
    font-size: 2.267vw;
    letter-spacing: 0.08vw;
}
    .ssh_s7_content_slider{
    display: block;
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
.ssh_s7_content_slider .slick-list{
}
.ssh_s7_content_slider .slick-prev,
.ssh_s7_content_slider .slick-next {
  background-color: transparent;
  border: 0vw;
  background-repeat: no-repeat;
  font-size: 0vw;
  padding: 0vw;
  margin: 0vw;
  background-size: contain;
  position: absolute;
  top: 19.5%;
  z-index: 5;
  width: 12.213vw;
  height: 3.84vw;
}
.ssh_s7_content_slider .slick-prev {
  background-image: url(ssh-left-arrow.svg);
  left: 2.667vw;
  right: -0.267vw;
}
.ssh_s7_content_slider .slick-next {
  background-image: url(ssh-right-arrow.svg);
  right: -0.267vw;
}
.ssh_s7_content_slider .slick-prev:before,
.ssh_s7_content_slider .slick-next:before{
    display:none;
}
.ssh_s7_content_slider{}
.ssh_s7_content_slider .slick-dots{
    padding: 0vw;
    margin: 0vw;
    text-align: center;
    position: relative;
    top: -1.333vw;
}
.ssh_s7_content_slider .slick-dots li{
    display: inline-block;
    padding: 0vw 0vw 0vw 0vw;
    margin: 0vw;
    padding-left: 1.067vw;
    padding-right: 1.333vw;
}
.ssh_s7_content_slider .slick-dots li::marker{
    display: none !important;
    opacity: 0;
    font-size: 0vw;
}
.ssh_s7_content_slider .slick-dots li:before{
    content:"";
}
.ssh_s7_content_slider .slick-dots li button{
    font-size: 0vw;
    padding: 0vw;
    width: 2.133vw;
    height: 2.133vw;
    border: solid 0.133vw #202936;
    border-radius: 50%;
    background-color: #7d121200;
}
.ssh_s7_content_slider .slick-dots li button:hover{

}
.ssh_s7_content_slider .slick-dots .slick-active{}
.ssh_s7_content_slider .slick-dots .slick-active::marker{}
.ssh_s7_content_slider .slick-dots .slick-active:before{
    content:"";
}
.ssh_s7_content_slider .slick-dots .slick-active button{background-color:#202936;}
}
/**************S8*****************/
.ssh_s8{
    background-color: #F5F1E6;
    padding-top: 6.944vw;
    padding-bottom: 12.431vw;
}
.ssh_s8 .section_inner{
    width: 100vw;
}
.ssh_s8_in{
    width: 100%;
}
.ssh_s8_in_top{
    width: 78.472vw;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.ssh_s8_in_top_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.ssh_s8_in_top_left{
    width: 50%;
    padding-right: 2.083vw;
}
.ssh_s8_in_top_left h2{
    position: relative;
    z-index: 1;
}
.ssh_s8_in_top_left h2 br{}
.ssh_s8_in_top_left h2 .m{}
.ssh_s8_in_top_left h2 strong{
    color: #fa8f29;
    font-weight: 600;
}
.ssh_s8_in_top_left h2 mark{
    position: relative;
    z-index: -1;
}
.ssh_s8_in_top_left h2 mark:before{
    background-image: url(ssh-s8-1.svg);
    width: 15.073vw;
    height: 8.81vw;
    top: -2.431vw;
    left: -2.708vw;
}
.ssh_s8_in_top_right{
    width: 50%;
}
.ssh_s8_link{
    padding-top: 3.681vw;
    padding-right: 6.528vw;
    text-align: right;
}
.ssh_s8_link_in{
    position: relative;
    display: inline-block;
}
.ssh_s8_link_in .pf4_button{
    padding: 0.833vw 2.569vw 0.903vw 2.222vw;
}
.ssh_s8_link_in .pf4_button:before{}
.ssh_s8_link_in .pf4_button:hover::before{
    background-color: #f5f1e6;
}
.ssh_s8_link_in .pf4_button .pf4{}
.ssh_s8_link_in .pf4_button .pf4:before{}
.ssh_s8_link_in .pf4_sty1,
.ssh_s8_link_in .pf4_sty2,
.ssh_s8_link_in .pf4_sty3{}
.ssh_s8_link_in .pf4_sty1{}
.ssh_s8_link_in .pf4_sty2{}
.ssh_s8_link_in .pf4_sty3{}
.ssh_s8_link_in .pf4_sty4{
    top: 0.903vw;
    left: initial;
    right: -47.6vw;
}
.ssh_s8_link_in .pf4_sty4:before{
    width: 6944.444vw;
    left: initial;
    right: -6944.444vw;
}
.ssh_s8_link_in .pf4_sty4 img{}
.ssh_s8_in_content{
    width: 100%;
    padding-top: 6.042vw;
}
.ssh_s8_in_content_in{position: relative;}
.ssh_s8_slider{
    display: block;
}
.ssh_s8_slider_item{
    margin: 0 auto;
    text-align: center;
    display: block;
}
.ssh_s8_slider_video_holder{
    text-align: center;
    display: inline-block;
    position: relative;
    top: 3.125vw;
}
.ssh_s8_slider_video_holder iframe{
    width: 45.26vw;
    height: 25.625vw;
    border-radius: 4.6%;
    opacity: 57%;
    border: none;
}
.slick-active.slick-center .ssh_s8_slider_item{}
.slick-active.slick-center .ssh_s8_slider_video_holder{
    position: relative;
    top: 0vw;
    right: 1.736vw;
}
.slick-active.slick-center .ssh_s8_slider_video_holder_art{}
.slick-active.slick-center .ssh_s8_slider_video_holder iframe{
    width: 54.878vw;
    height: 31.007vw;
    border-radius: 1.806vw;
    position: relative;
    right: -0.694vw;
    opacity: 1;
    border: none;
}
.ssh_s8_slider .slick-list{
    padding-left: 23.681vw !important;
    padding-right: 23.472vw !important;
}
.ssh_s8_slider .slick-prev,
.ssh_s8_slider .slick-next {
  background-color: transparent;
  border: 0vw;
  background-repeat: no-repeat;
  font-size: 0vw;
  padding: 0vw;
  margin: 0vw;
  background-size: contain;
  position: absolute;
  top: 109.2%;
  z-index: 5;
  width: 4.755vw;
  height: 3.646vw;
  cursor: pointer;
}
.ssh_s8_slider .slick-prev {
  background-image: url(ssh_s8_left_arrow.svg);
  left: 26.6%;
}
.ssh_s8_slider .slick-next {
  background-image: url(ssh_s8_right_arrow.svg);
  right: 27.3%;
}
.lmh_s6_sld_in .slick-prev:before,
.lmh_s6_sld_in .slick-next:before{
    display:none;
}
.ssh_s8_slider .slick-prev:hover,
.ssh_s8_slider .slick-next:hover{
    opacity: 0.6;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s8{
        background-color: #F5F1E6;
        padding-top: 6.944vw;
        padding-bottom: 12.639vw;
    }
    .ssh_s8 .section_inner{
        width: 100vw;
    }
    .ssh_s8_in{
        width: 100%;
    }
    .ssh_s8_in_top{
        width: 78.472vw;
        display: flex;
        flex-wrap: wrap;
        margin: 0vw auto;
        position: relative;
        box-sizing: border-box;
    }
    .ssh_s8_in_top_in{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0vw auto;
        position: relative;
        box-sizing: border-box;
    }
    .ssh_s8_in_top_left{
        width: 50%;
        padding-right: 2.083vw;
    }
    .ssh_s8_in_top_left h2{
        position: relative;
        z-index: 1;
    }
    .ssh_s8_in_top_left h2 br{}
    .ssh_s8_in_top_left h2 .m{}
    .ssh_s8_in_top_left h2 strong{
        color: #fa8f29;
        font-weight: 600;
    }
    .ssh_s8_in_top_left h2 mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s8_in_top_left h2 mark:before{
        background-image: url(ssh-s8-1.svg);
        width: 15.073vw;
        height: 8.81vw;
        top: -2.431vw;
        left: -2.708vw;
    }
    .ssh_s8_in_top_right{
        width: 50%;
    }
    .ssh_s8_link{
        padding-top: 3.681vw;
        padding-right: 6.528vw;
        text-align: right;
    }
    .ssh_s8_link_in{
        position: relative;
        display: inline-block;
    }
    .ssh_s8_link_in .pf4_button{
        padding: 0.833vw 2.569vw 0.903vw 2.222vw;
    }
    .ssh_s8_link_in .pf4_button:before{}
    .ssh_s8_link_in .pf4_button .pf4{}
    .ssh_s8_link_in .pf4_button .pf4:before{}
    .ssh_s8_link_in .pf4_sty1,
    .ssh_s8_link_in .pf4_sty2,
    .ssh_s8_link_in .pf4_sty3{}
    .ssh_s8_link_in .pf4_sty1{}
    .ssh_s8_link_in .pf4_sty2{}
    .ssh_s8_link_in .pf4_sty3{}
    .ssh_s8_link_in .pf4_sty4{
        top: 0.903vw;
        left: initial;
        right: -7.292vw;
        top: 0.903vw;
        left: initial;
        right: -47.6vw;
    }
    .ssh_s8_link_in .pf4_sty4:before{
        width: 6944.444vw;
        left: initial;
        right: -6944.444vw;
    }
    .ssh_s8_link_in .pf4_sty4 img{}
    .ssh_s8_in_content{
        width: 100%;
        padding-top: 6.042vw;
    }
    .ssh_s8_in_content_in{position: relative;}
    .ssh_s8_slider{
        display: block;
    }
    .ssh_s8_slider_item{
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .ssh_s8_slider_video_holder{
        text-align: center;
        display: inline-block;
        position: relative;
        top: 3.194vw;
    }
    .ssh_s8_slider_video_holder iframe{
        width: 45.26vw;
        height: 25.417vw;
        border-radius: 4.6%;
        opacity: 57%;
    }
    .slick-active.slick-center .ssh_s8_slider_item{}
    .slick-active.slick-center .ssh_s8_slider_video_holder{
        position: relative;
        top: 0vw;
        right: 1.736vw;
    }
    .slick-active.slick-center .ssh_s8_slider_video_holder_art{}
    .slick-active.slick-center .ssh_s8_slider_video_holder iframe{
        width: 54.792vw;
        height: 30.764vw;
        border-radius: 1.806vw;
        position: relative;
        right: -0.833vw;
        opacity: 1;
        top: 0.139vw;
        border: none;
    }
    .ssh_s8_slider .slick-list{
        padding-left: 23.542vw !important;
        padding-right: 23.472vw !important;
    }
    .ssh_s8_slider .slick-prev,
    .ssh_s8_slider .slick-next {
      background-color: transparent;
      border: 0vw;
      background-repeat: no-repeat;
      font-size: 0vw;
      padding: 0vw;
      margin: 0vw;
      background-size: contain;
      position: absolute;
      top: 110%;
      z-index: 5;
      width: 4.755vw;
      height: 3.646vw;
    }
    .ssh_s8_slider .slick-prev {
      background-image: url(ssh_s8_left_arrow.svg);
      left: 26.6%;
    }
    .ssh_s8_slider .slick-next {
      background-image: url(ssh_s8_right_arrow.svg);
      right: 27.3%;
    }
    .lmh_s6_sld_in .slick-prev:before,
    .lmh_s6_sld_in .slick-next:before{
        display:none;
    }
}
@media screen and (max-width: 1140px){
    .ssh_s8{}
    .ssh_s8 .section_inner{}
    .ssh_s8_in{}
    .ssh_s8_in_top{
    width: 86vw;
}
    .ssh_s8_in_top_in{}
    .ssh_s8_in_top_left{}
    .ssh_s8_in_top_left h2{}
    .ssh_s8_in_top_left h2 br{}
    .ssh_s8_in_top_left h2 .m{}
    .ssh_s8_in_top_left h2 strong{}
    .ssh_s8_in_top_left h2 mark{}
    .ssh_s8_in_top_left h2 mark:before{}
    .ssh_s8_in_top_right{}
    .ssh_s8_link{}
    .ssh_s8_link_in{}
    .ssh_s8_link_in .pf4_button{}
    .ssh_s8_link_in .pf4_button:before{}
    .ssh_s8_link_in .pf4_button .pf4{}
    .ssh_s8_link_in .pf4_button .pf4:before{}
    .ssh_s8_link_in .pf4_sty1,
    .ssh_s8_link_in .pf4_sty2,
    .ssh_s8_link_in .pf4_sty3{}
    .ssh_s8_link_in .pf4_sty1{}
    .ssh_s8_link_in .pf4_sty2{}
    .ssh_s8_link_in .pf4_sty3{}
    .ssh_s8_link_in .pf4_sty4{}
    .ssh_s8_link_in .pf4_sty4:before{}
    .ssh_s8_link_in .pf4_sty4 img{}
    .ssh_s8_in_content{}
    .ssh_s8_in_content_in{position: relative;}
    .ssh_s8_slider{}
    .ssh_s8_slider_item{}
    .ssh_s8_slider_video_holder{}
    .ssh_s8_slider_video_holder iframe{}
    .slick-active.slick-center .ssh_s8_slider_item{}
    .slick-active.slick-center .ssh_s8_slider_video_holder{}
    .slick-active.slick-center .ssh_s8_slider_video_holder_art{}
    .slick-active.slick-center .ssh_s8_slider_video_holder iframe{}
    .ssh_s8_slider .slick-list{}
    .ssh_s8_slider .slick-prev,
    .ssh_s8_slider .slick-next {}
    .ssh_s8_slider .slick-prev {}
    .ssh_s8_slider .slick-next {}
    .lmh_s6_sld_in .slick-prev:before,
    .lmh_s6_sld_in .slick-next:before{}
}
@media screen and (max-width: #1024px){
    .ssh_s8{}
    .ssh_s8 .section_inner{}
    .ssh_s8_in{}
    .ssh_s8_in_top{}
    .ssh_s8_in_top_in{}
    .ssh_s8_in_top_left{}
    .ssh_s8_in_top_left h2{}
    .ssh_s8_in_top_left h2 br{}
    .ssh_s8_in_top_left h2 .m{}
    .ssh_s8_in_top_left h2 strong{}
    .ssh_s8_in_top_left h2 mark{}
    .ssh_s8_in_top_left h2 mark:before{}
    .ssh_s8_in_top_right{}
    .ssh_s8_link{}
    .ssh_s8_link_in{}
    .ssh_s8_link_in .pf4_button{}
    .ssh_s8_link_in .pf4_button:before{}
    .ssh_s8_link_in .pf4_button .pf4{}
    .ssh_s8_link_in .pf4_button .pf4:before{}
    .ssh_s8_link_in .pf4_sty1,
    .ssh_s8_link_in .pf4_sty2,
    .ssh_s8_link_in .pf4_sty3{}
    .ssh_s8_link_in .pf4_sty1{}
    .ssh_s8_link_in .pf4_sty2{}
    .ssh_s8_link_in .pf4_sty3{}
    .ssh_s8_link_in .pf4_sty4{}
    .ssh_s8_link_in .pf4_sty4:before{}
    .ssh_s8_link_in .pf4_sty4 img{}
    .ssh_s8_in_content{}
    .ssh_s8_in_content_in{position: relative;}
    .ssh_s8_slider{}
    .ssh_s8_slider_item{}
    .ssh_s8_slider_video_holder{}
    .ssh_s8_slider_video_holder iframe{}
    .slick-active.slick-center .ssh_s8_slider_item{}
    .slick-active.slick-center .ssh_s8_slider_video_holder{}
    .slick-active.slick-center .ssh_s8_slider_video_holder_art{}
    .slick-active.slick-center .ssh_s8_slider_video_holder iframe{}
    .ssh_s8_slider .slick-list{}
    .ssh_s8_slider .slick-prev,
    .ssh_s8_slider .slick-next {}
    .ssh_s8_slider .slick-prev {}
    .ssh_s8_slider .slick-next {}
    .lmh_s6_sld_in .slick-prev:before,
    .lmh_s6_sld_in .slick-next:before{}
}
@media screen and (max-width: 768px){
.ssh_s8{
    padding-bottom: 27.2vw;
}
    .ssh_s8 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s8_in{}
    .ssh_s8_in_top{
    width: 100%;
    padding-top: 7.733vw;
}
    .ssh_s8_in_top_in{}
    .ssh_s8_in_top_left{
    width: 100%;
    padding-left: 6.933vw;
    padding-right: 6.933vw;
}
    .ssh_s8_in_top_left h2{
    text-align: center;
    position: relative;
    left: -1.067vw;
    line-height: 1.16;
}
    .ssh_s8_in_top_left h2 br{
    display: none;
}
    .ssh_s8_in_top_left h2 .m{}
    .ssh_s8_in_top_left h2 strong{
    color: #202936;
    font-weight: 600;
}
    .ssh_s8_in_top_left h2 mark{}
    .ssh_s8_in_top_left h2 mark:before{
    width: 33.787vw;
    height: 21.2vw;
    top: -6.133vw;
    left: -6.933vw;
    background-image: url(ssh-s8-1-m.svg);
}
    .ssh_s8_in_top_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s8_link{
    padding-top: 2.933vw;
    padding-right: 0vw;
    text-align: center;
    position: relative;
    left: -0.533vw;
}
    .ssh_s8_link_in{}
    .ssh_s8_link_in .pf4_button{
    padding: 2.4vw 6.4vw 1.867vw 6.667vw;
    font-size: 2.133vw;
    letter-spacing: 0.16vw;
}
    .ssh_s8_link_in .pf4_button:before{}
    .ssh_s8_link_in .pf4_button .pf4{}
    .ssh_s8_link_in .pf4_button .pf4:before{}
    .ssh_s8_link_in .pf4_sty1,
    .ssh_s8_link_in .pf4_sty2,
    .ssh_s8_link_in .pf4_sty3{}
    .ssh_s8_link_in .pf4_sty1{}
    .ssh_s8_link_in .pf4_sty2{}
    .ssh_s8_link_in .pf4_sty3{}
    .ssh_s8_link_in .pf4_sty4{
    display: none;
}
    .ssh_s8_link_in .pf4_sty4:before{}
    .ssh_s8_link_in .pf4_sty4 img{}
    .ssh_s8_in_content{
    padding-top: 11.2vw;
}
    .ssh_s8_in_content_in{position: relative;}
    .ssh_s8_slider{}
    .ssh_s8_slider_item{}
    .ssh_s8_slider_video_holder{
    top: 7.733vw;
}
    .ssh_s8_slider_video_holder iframe{
    width: 57.6vw;
    height: 32.267vw;
    border-radius: 4.533vw;
    border: none;
}
    .slick-active.slick-center .ssh_s8_slider_item{}
    .slick-active.slick-center .ssh_s8_slider_video_holder{
    right: 5.333vw;
}
    .slick-active.slick-center .ssh_s8_slider_video_holder_art{}
    .slick-active.slick-center .ssh_s8_slider_video_holder iframe{
    width: 83.467vw;
    height: 46.933vw;
    border: none;
    border-radius: 4.533vw;
}
    .ssh_s8_slider .slick-list{
    padding-left: 12.8vw !important;
    padding-right: 13.333vw !important;
}
    .ssh_s8_slider .slick-prev,
    .ssh_s8_slider .slick-next {
    width: 7.467vw;
    height: 5.867vw;
    top: 114.8%;
}
    .ssh_s8_slider .slick-prev {
    left: 14.2%;
}
    .ssh_s8_slider .slick-next {
    right: 14.2%;
}
    .lmh_s6_sld_in .slick-prev:before,
    .lmh_s6_sld_in .slick-next:before{}
}
@media screen and (max-width: 550px){
.ssh_s8{
    padding-bottom: 27.2vw;
}
    .ssh_s8 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s8_in{}
    .ssh_s8_in_top{
    width: 100%;
    padding-top: 7.733vw;
}
    .ssh_s8_in_top_in{}
    .ssh_s8_in_top_left{
    width: 100%;
    padding-left: 6.933vw;
    padding-right: 6.933vw;
}
    .ssh_s8_in_top_left h2{
    text-align: center;
    position: relative;
    left: -1.067vw;
    line-height: 1.16;
}
    .ssh_s8_in_top_left h2 br{
    display: none;
}
    .ssh_s8_in_top_left h2 .m{}
    .ssh_s8_in_top_left h2 strong{
    color: #202936;
    font-weight: 600;
}
    .ssh_s8_in_top_left h2 mark{}
    .ssh_s8_in_top_left h2 mark:before{
    width: 33.787vw;
    height: 21.2vw;
    top: -6.133vw;
    left: -6.933vw;
    background-image: url(ssh-s8-1-m.svg);
}
    .ssh_s8_in_top_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s8_link{
    padding-top: 2.933vw;
    padding-right: 0vw;
    text-align: center;
    position: relative;
    left: -0.533vw;
}
    .ssh_s8_link_in{}
    .ssh_s8_link_in .pf4_button{
    padding: 2.4vw 6.4vw 1.867vw 6.667vw;
    font-size: 2.133vw;
    letter-spacing: 0.16vw;
}
    .ssh_s8_link_in .pf4_button:before{}
    .ssh_s8_link_in .pf4_button .pf4{}
    .ssh_s8_link_in .pf4_button .pf4:before{}
    .ssh_s8_link_in .pf4_sty1,
    .ssh_s8_link_in .pf4_sty2,
    .ssh_s8_link_in .pf4_sty3{}
    .ssh_s8_link_in .pf4_sty1{}
    .ssh_s8_link_in .pf4_sty2{}
    .ssh_s8_link_in .pf4_sty3{}
    .ssh_s8_link_in .pf4_sty4{
    display: none;
}
    .ssh_s8_link_in .pf4_sty4:before{}
    .ssh_s8_link_in .pf4_sty4 img{}
    .ssh_s8_in_content{
    padding-top: 11.2vw;
}
    .ssh_s8_in_content_in{position: relative;}
    .ssh_s8_slider{}
    .ssh_s8_slider_item{}
    .ssh_s8_slider_video_holder{
    top: 7.733vw;
}
    .ssh_s8_slider_video_holder iframe{
    width: 57.6vw;
    height: 32.267vw;
    border-radius: 4.533vw;
    border: none;
}
    .slick-active.slick-center .ssh_s8_slider_item{}
    .slick-active.slick-center .ssh_s8_slider_video_holder{
    right: 5.333vw;
}
    .slick-active.slick-center .ssh_s8_slider_video_holder_art{}
    .slick-active.slick-center .ssh_s8_slider_video_holder iframe{
    width: 83.467vw;
    height: 46.933vw;
    border: none;
    border-radius: 4.533vw;
}
    .ssh_s8_slider .slick-list{
    padding-left: 12.8vw !important;
    padding-right: 13.333vw !important;
}
    .ssh_s8_slider .slick-prev,
    .ssh_s8_slider .slick-next {
    width: 7.467vw;
    height: 5.867vw;
    top: 114.8%;
}
    .ssh_s8_slider .slick-prev {
    left: 14.2%;
}
    .ssh_s8_slider .slick-next {
    right: 14.2%;
}
    .lmh_s6_sld_in .slick-prev:before,
    .lmh_s6_sld_in .slick-next:before{}
}
/**************S9*****************/
/***S9 Top**/
.ssh_s9{
    background-color: #F8F8F8;
    padding-top: 6.667vw;
    padding-bottom: 1.389vw;
    width: 100%;
}
.ssh_s9_top{padding-bottom: 5.069vw;}
.ssh_s9_top .section_inner{
    width: 88.194vw;
}
.ssh_s9_top_l{
    width: 58%;
    padding-left: 2.708vw;
}
.ssh_s9_top_l article{}
.ssh_s9_top_l article h5{
    padding-left: 0.208vw;
    margin-bottom: 2.569vw;
}
.ssh_s9_top_l article h2{
    position: relative;
    z-index: 1;
}
.ssh_s9_top_l article h2 br{}
.ssh_s9_top_l article h2 .m{}
.ssh_s9_top_l article h2 strong{
    color: #fa8f29;
    font-weight: 600;
}
.ssh_s9_top_l article h2 mark{
    position: relative;
    z-index: -1;
}
.ssh_s9_top_l article h2 mark:before{
    background-image: url(ssh-s9-1.svg);
    width: 17.294vw;
    height: 8.854vw;
    top: -2.292vw;
    left: -2.361vw;
}
.ssh_s9_top_r{
    width: 42%;
    padding-top: 4.167vw;
    padding-left: 7.153vw;
    padding-right: 0vw;
}
.ssh_s9_top_r p{}
.ssh_s9_top_r p br{}
.ssh_s9_top_r p .m{}
.ssh_s9_top_r p strong{}
.ssh_s9_top_b.my_ani.not_in_viewport{
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s9_top_b{
    width: 100%;
    padding: 3.438vw 1.389vw 0.694vw 1.458vw;
        opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s9_top_b_img{}
.ssh_s9_top_b_img img{
    border-radius: 2.292vw;
}


/***S9 Bottom**/
.ssh_s9_bottom{
}
.ssh_s9_bottom .section_inner{
    width: 92.292vw;
}
.ssh_s9_bottom_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.ssh_s9_bottom_item{
    width: 33.33%;
    padding-left: 0.972vw;
    padding-right: 0.972vw;
    margin-bottom: 5.278vw;
}
.ssh_s9_bottom_item_in{
    width: 100%;
    position: relative;
    padding-left: 1.389vw;
    padding-right: 1.389vw;
}
.ssh_s9_bottom_item_in article{
    text-align: center;
    min-height: 38.958vw;
}
.ssh_s9_bottom_item_in article article{
    padding: 0vw;
    margin: 0vw;
    min-height: unset;
}
.ssh_s9_bottom_item_in article h3{
    position: relative;
    z-index: 1;
    text-transform: initial;
    line-height: 1.23;
    margin-bottom: 2.083vw;
}
.ssh_s9_bottom_item_in article h3 br{}
.ssh_s9_bottom_item_in article h3 .m{}
.ssh_s9_bottom_item_in article h3 mark{
    position: relative;
    z-index: -1;
}
.ssh_s9_bottom_item_in article h3 mark:before{}
.ssh_s9_bottom_item_in article h6{
    font-size: 1.302vw;
    line-height: 1.28;
    letter-spacing: normal;
    position: relative;
    left: -0.139vw;
    margin-bottom: 2.292vw;
}
.ssh_s9_bottom_item_in article h6 br{}
.ssh_s9_bottom_item_in article h6 .m{}
.ssh_s9_bottom_item_in article p{color: #2f2029;}
.ssh_s9_bottom_item_in article p br{}
.ssh_s9_bottom_item_in article p .m{}
.ssh_s9_bottom_item_in article p strong{}
.ssh_s9_bottom_in>:nth-child(1){}
.ssh_s9_bottom_in>:nth-child(2){
    border-left: solid 0.069vw #202936;
    border-right: solid 0.069vw #202936;
}
.ssh_s9_bottom_in>:nth-child(3){}
.ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article h3 mark:before{
    background-image: url(ssh-s9-2.svg);
    width: 29.259vw;
    height: 7.046vw;
    top: -2.135vw;
    left: -4.097vw;
}
.ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3 mark:before{
    background-image: url(ssh-s9-3.svg);
    width: 9.124vw;
    height: 6.942vw;
    top: -2.083vw;
    left: -2.569vw;
}
.ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3 mark:before{
    background-image: url(ssh-s9-4.svg);
    width: 13.385vw;
    height: 6.942vw;
    top: -2.083vw;
    left: -2.5vw;
}
.ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article p{
    font-size: 0.938vw;
    line-height: 1.67;
    left: -0.486vw;
    position: relative;
    margin-bottom: 1.736vw;
}
.ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3{
    margin-bottom: 2.361vw;
}
.ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3{
    margin-bottom: 2.361vw;
}
.ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h6{
    position: relative;
    left: 0vw;
    margin-bottom: 2.153vw;
}
.ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h6{
    position: relative;
    left: 0vw;
    margin-bottom: 2.153vw;
}
.ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article p{
    font-size: 0.99vw;
    line-height: 1.685;
    position: relative;
    left: -0.208vw;
    margin-bottom: 1.667vw;
}
.ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article p{
    font-size: 0.99vw;
    line-height: 1.685;
    position: relative;
    left: -0.069vw;
    margin-bottom: 1.667vw;
}
.ssh_s9_bottom_in>:nth-child(3) .ssh_s9_link{
    position: relative;
    top: -0.139vw;
    left: -0.069vw;
}
.ssh_s9_bottom_in>:nth-child(2) .ssh_s9_link{
    position: relative;
    top: -0.139vw;
    left: -0.069vw;
}
.ssh_s9_link{
    padding-top: 3.681vw;
    text-align: center;
    position: relative;
    left: -0.208vw;
    padding-bottom: 0.347vw;
}
.ssh_s9_link_in{
    position: relative;
    display: inline-block;
}
.ssh_s9_link_in .pf4_button{
    padding: 0.833vw 2.778vw 0.903vw 2.778vw;
}
.ssh_s9_link_in .pf4_button:before{}
.ssh_s9_link_in .pf4_button:hover::before{
    background-color: #f8f8f8;
}
.ssh_s9_link_in .pf4_button .pf4{}
.ssh_s9_link_in .pf4_button .pf4:before{}
.ssh_s9_link_in .pf4_sty1,
.ssh_s9_link_in .pf4_sty2,
.ssh_s9_link_in .pf4_sty3{}
.ssh_s9_link_in .pf4_sty1{}
.ssh_s9_link_in .pf4_sty2{}
.ssh_s9_link_in .pf4_sty3{}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    /***S9 Top**/
    .ssh_s9{
        background-color: #F8F8F8;
        padding-top: 6.667vw;
        padding-bottom: 1.389vw;
        width: 100%;
    }
    .ssh_s9_top{padding-bottom: 5.069vw;}
    .ssh_s9_top .section_inner{
        width: 88.194vw;
    }
    .ssh_s9_top_l{
        width: 58%;
        padding-left: 2.708vw;
    }
    .ssh_s9_top_l article{}
    .ssh_s9_top_l article h5{
        padding-left: 0.208vw;
        margin-bottom: 2.569vw;
    }
    .ssh_s9_top_l article h2{
        position: relative;
        z-index: 1;
    }
    .ssh_s9_top_l article h2 br{}
    .ssh_s9_top_l article h2 .m{}
    .ssh_s9_top_l article h2 strong{
        color: #fa8f29;
        font-weight: 600;
    }
    .ssh_s9_top_l article h2 mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s9_top_l article h2 mark:before{
        background-image: url(ssh-s9-1.svg);
        width: 17.294vw;
        height: 8.854vw;
        top: -2.361vw;
        left: -2.361vw;
    }
    .ssh_s9_top_r{
        width: 42%;
        padding-top: 4.167vw;
        padding-left: 7.153vw;
        padding-right: 0vw;
    }
    .ssh_s9_top_r p{}
    .ssh_s9_top_r p br{}
    .ssh_s9_top_r p .m{}
    .ssh_s9_top_r p strong{}

    .ssh_s9_top_b{
        width: 100%;
        padding: 3.056vw 1.319vw 0.694vw 1.458vw;
        position: relative;
        left: -0.069vw;
    }
    .ssh_s9_top_b_img{}
    .ssh_s9_top_b_img img{
        border-radius: 2.292vw;
    }


    /***S9 Bottom**/
    .ssh_s9_bottom{
    }
    .ssh_s9_bottom .section_inner{
        width: 92.292vw;
    }
    .ssh_s9_bottom_in{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0vw auto;
        position: relative;
        box-sizing: border-box;
    }
    .ssh_s9_bottom_item{
        width: 33.33%;
        padding-left: 0.972vw;
        padding-right: 0.972vw;
        margin-bottom: 5.278vw;
    }
    .ssh_s9_bottom_item_in{
        width: 100%;
        position: relative;
        padding-left: 1.389vw;
        padding-right: 1.389vw;
    }
    .ssh_s9_bottom_item_in article{
        text-align: center;
        min-height: 38.958vw;
    }
    .ssh_s9_bottom_item_in article h3{
        position: relative;
        z-index: 1;
        text-transform: initial;
        line-height: 1.23;
        margin-bottom: 2.083vw;
    }
    .ssh_s9_bottom_item_in article h3 br{}
    .ssh_s9_bottom_item_in article h3 .m{}
    .ssh_s9_bottom_item_in article h3 mark{
        position: relative;
        z-index: -1;
    }
    .ssh_s9_bottom_item_in article h3 mark:before{}
    .ssh_s9_bottom_item_in article h6{
        font-size: 1.302vw;
        line-height: 1.28;
        letter-spacing: normal;
        position: relative;
        left: -0.139vw;
        margin-bottom: 2.292vw;
    }
    .ssh_s9_bottom_item_in article h6 br{}
    .ssh_s9_bottom_item_in article h6 .m{}
    .ssh_s9_bottom_item_in article p{color: #2f2029;}
    .ssh_s9_bottom_item_in article p br{}
    .ssh_s9_bottom_item_in article p .m{}
    .ssh_s9_bottom_item_in article p strong{}
    .ssh_s9_bottom_in>:nth-child(1){}
    .ssh_s9_bottom_in>:nth-child(2){
        border-left: solid 0.069vw #202936;
        border-right: solid 0.069vw #202936;
    }
    .ssh_s9_bottom_in>:nth-child(3){}
    .ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article h3 mark:before{
        background-image: url(ssh-s9-2.svg);
        width: 29.259vw;
        height: 7.046vw;
        top: -2.083vw;
        left: -4.097vw;
    }
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3 mark:before{
        background-image: url(ssh-s9-3.svg);
        width: 9.124vw;
        height: 6.942vw;
        top: -2.083vw;
        left: -2.569vw;
    }
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3 mark:before{
        background-image: url(ssh-s9-4.svg);
        width: 13.385vw;
        height: 6.942vw;
        top: -2.083vw;
        left: -2.5vw;
    }
    .ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article p{
        font-size: 0.938vw;
        line-height: 1.695;
        left: -0.486vw;
        position: relative;
        margin-bottom: 1.736vw;
    }
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3{
        margin-bottom: 2.361vw;
    }
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3{
        margin-bottom: 2.361vw;
    }
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h6{
        position: relative;
        left: 0vw;
        margin-bottom: 2.153vw;
    }
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h6{
        position: relative;
        left: 0vw;
        margin-bottom: 2.153vw;
    }
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article p{
        font-size: 0.99vw;
        line-height: 1.685;
        position: relative;
        left: -0.208vw;
        margin-bottom: 1.667vw;
    }
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article p{
        font-size: 0.99vw;
        line-height: 1.685;
        position: relative;
        left: -0.069vw;
        margin-bottom: 1.667vw;
    }
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_link{
        position: relative;
        top: -0.139vw;
        left: -0.069vw;
    }
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_link{
        position: relative;
        top: -0.139vw;
        left: -0.069vw;
    }
    .ssh_s9_link{
        padding-top: 3.681vw;
        text-align: center;
        position: relative;
        left: -0.208vw;
        padding-bottom: 0.347vw;
    }
    .ssh_s9_link_in{
        position: relative;
        display: inline-block;
    }
    .ssh_s9_link_in .pf4_button{
        padding: 0.833vw 2.778vw 0.903vw 2.778vw;
    }
    .ssh_s9_link_in .pf4_button:before{}
    .ssh_s9_link_in .pf4_button .pf4{}
    .ssh_s9_link_in .pf4_button .pf4:before{}
    .ssh_s9_link_in .pf4_sty1,
    .ssh_s9_link_in .pf4_sty2,
    .ssh_s9_link_in .pf4_sty3{}
    .ssh_s9_link_in .pf4_sty1{}
    .ssh_s9_link_in .pf4_sty2{}
    .ssh_s9_link_in .pf4_sty3{}
}
@media screen and (max-width: 1140px){
    /***S9 Top**/
    .ssh_s9{}
    .ssh_s9_top{}
    .ssh_s9_top .section_inner{
    width: 94.5vw;
}
    .ssh_s9_top_l{
    padding-right: 2vw;
}
    .ssh_s9_top_l article{}
    .ssh_s9_top_l article h5{}
    .ssh_s9_top_l article h2{}
    .ssh_s9_top_l article h2 br{}
    .ssh_s9_top_l article h2 .m{}
    .ssh_s9_top_l article h2 strong{}
    .ssh_s9_top_l article h2 mark{}
    .ssh_s9_top_l article h2 mark:before{}
    .ssh_s9_top_r{
    padding-left: 2vw;
}
    .ssh_s9_top_r p{}
    .ssh_s9_top_r p br{}
    .ssh_s9_top_r p .m{}
    .ssh_s9_top_r p strong{}
    .ssh_s9_top_b{}
    .ssh_s9_top_b_img{}
    .ssh_s9_top_b_img img{
    display: none;
}
    /***S9 Bottom**/
    .ssh_s9_bottom{}
    .ssh_s9_bottom .section_inner{
    width: 94.5vw;
}
    .ssh_s9_bottom_in{}
    .ssh_s9_bottom_item{
    margin-bottom: 46px;
    padding-bottom: 41px;
}
    .ssh_s9_bottom_item_in{}
    .ssh_s9_bottom_item_in article{
    min-height: 46vw;
}
    .ssh_s9_bottom_item_in article h3{}
    .ssh_s9_bottom_item_in article h3 br{}
    .ssh_s9_bottom_item_in article h3 .m{}
    .ssh_s9_bottom_item_in article h3 mark{}
    .ssh_s9_bottom_item_in article h3 mark:before{}
    .ssh_s9_bottom_item_in article h6{
    font-size: 1.7vw;
}
    .ssh_s9_bottom_item_in article h6 br{}
    .ssh_s9_bottom_item_in article h6 .m{}
    .ssh_s9_bottom_item_in article p{color: #2f2029;}
    .ssh_s9_bottom_item_in article p br{}
    .ssh_s9_bottom_item_in article p .m{}
    .ssh_s9_bottom_item_in article p strong{}
    .ssh_s9_bottom_in>:nth-child(1){}
    .ssh_s9_bottom_in>:nth-child(2){}
    .ssh_s9_bottom_in>:nth-child(3){}
    .ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article h3 mark:before{}
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3 mark:before{}
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3 mark:before{}
    .ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article p{
    font-size: 1.2vw;
}
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3{}
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3{}
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h6{}
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h6{}
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article p{
    font-size: 1.2vw;
}
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article p{
    font-size: 1.2vw;
}
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_link{}
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_link{}
    .ssh_s9_link{}
    .ssh_s9_link_in{}
    .ssh_s9_link_in .pf4_button{
    padding: 0.833vw 2.778vw 0.903vw 2.778vw;
}
    .ssh_s9_link_in .pf4_button:before{}
    .ssh_s9_link_in .pf4_button .pf4{}
    .ssh_s9_link_in .pf4_button .pf4:before{}
    .ssh_s9_link_in .pf4_sty1,
    .ssh_s9_link_in .pf4_sty2,
    .ssh_s9_link_in .pf4_sty3{}
    .ssh_s9_link_in .pf4_sty1{}
    .ssh_s9_link_in .pf4_sty2{}
    .ssh_s9_link_in .pf4_sty3{}
}
@media screen and (max-width: #1024px){
    /***S9 Top**/
    .ssh_s9{}
    .ssh_s9_top{}
    .ssh_s9_top .section_inner{}
    .ssh_s9_top_l{}
    .ssh_s9_top_l article{}
    .ssh_s9_top_l article h5{}
    .ssh_s9_top_l article h2{}
    .ssh_s9_top_l article h2 br{}
    .ssh_s9_top_l article h2 .m{}
    .ssh_s9_top_l article h2 strong{}
    .ssh_s9_top_l article h2 mark{}
    .ssh_s9_top_l article h2 mark:before{}
    .ssh_s9_top_r{}
    .ssh_s9_top_r p{}
    .ssh_s9_top_r p br{}
    .ssh_s9_top_r p .m{}
    .ssh_s9_top_r p strong{}
    .ssh_s9_top_b{}
    .ssh_s9_top_b_img{}
    .ssh_s9_top_b_img img{}
    /***S9 Bottom**/
    .ssh_s9_bottom{}
    .ssh_s9_bottom .section_inner{}
    .ssh_s9_bottom_in{}
    .ssh_s9_bottom_item{}
    .ssh_s9_bottom_item_in{}
    .ssh_s9_bottom_item_in article{}
    .ssh_s9_bottom_item_in article h3{}
    .ssh_s9_bottom_item_in article h3 br{}
    .ssh_s9_bottom_item_in article h3 .m{}
    .ssh_s9_bottom_item_in article h3 mark{}
    .ssh_s9_bottom_item_in article h3 mark:before{}
    .ssh_s9_bottom_item_in article h6{}
    .ssh_s9_bottom_item_in article h6 br{}
    .ssh_s9_bottom_item_in article h6 .m{}
    .ssh_s9_bottom_item_in article p{color: #2f2029;}
    .ssh_s9_bottom_item_in article p br{}
    .ssh_s9_bottom_item_in article p .m{}
    .ssh_s9_bottom_item_in article p strong{}
    .ssh_s9_bottom_in>:nth-child(1){}
    .ssh_s9_bottom_in>:nth-child(2){}
    .ssh_s9_bottom_in>:nth-child(3){}
    .ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article h3 mark:before{}
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3 mark:before{}
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3 mark:before{}
    .ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article p{}
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3{}
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3{}
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h6{}
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h6{}
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article p{}
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article p{}
    .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_link{}
    .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_link{}
    .ssh_s9_link{}
    .ssh_s9_link_in{}
    .ssh_s9_link_in .pf4_button{}
    .ssh_s9_link_in .pf4_button:before{}
    .ssh_s9_link_in .pf4_button .pf4{}
    .ssh_s9_link_in .pf4_button .pf4:before{}
    .ssh_s9_link_in .pf4_sty1,
    .ssh_s9_link_in .pf4_sty2,
    .ssh_s9_link_in .pf4_sty3{}
    .ssh_s9_link_in .pf4_sty1{}
    .ssh_s9_link_in .pf4_sty2{}
    .ssh_s9_link_in .pf4_sty3{}
}
@media screen and (max-width: 768px){
    /***S9 Top**/
    .ssh_s9{
        padding-top: 14.4vw;
        padding-bottom: 0vw;
    }
        .ssh_s9_top{}
        .ssh_s9_top .section_inner{
        width: 100%;
        padding-left: 6.667vw;
        padding-right: 6.667vw;
    }
        .ssh_s9_top_l{
        width: 100%;
        padding-left: 0vw;
        padding-right: 0vw;
    }
        .ssh_s9_top_l article{}
        .ssh_s9_top_l article h5{
        padding-left: 0vw;
        margin-bottom: 5.067vw;
    }
        .ssh_s9_top_l article h2{
        line-height: 1.16;
        margin-bottom: 0.533vw;
    }
        .ssh_s9_top_l article h2 br{
        display: none;
    }
        .ssh_s9_top_l article h2 .m{}
        .ssh_s9_top_l article h2 strong{}
        .ssh_s9_top_l article h2 mark{}
        .ssh_s9_top_l article h2 mark:before{
        width: 33.787vw;
        height: 21.2vw;
        top: -6.667vw;
        left: -3.733vw;
        background-image: url(ssh-s9-1-m.svg);
    }
        .ssh_s9_top_r{
        width: 100%;
        padding-left: 0vw;
        padding-right: 0vw;
    }
        .ssh_s9_top_r p{
        padding-left: 7.467vw;
        padding-right: 17.333vw;
    }
        .ssh_s9_top_r p br{
        display: none;
    }
        .ssh_s9_top_r p .m{}
        .ssh_s9_top_r p strong{
        font-weight: normal;
    }
        .ssh_s9_top_b{
        padding: 4vw 1.867vw 6.667vw 2.133vw;
    }
        .ssh_s9_top_b_img{}
        .ssh_s9_top_b_img img.mobile_only{
        border-radius: 4.267vw;
        display: block;
    }
    .ssh_s9_top_b_img{}
        /***S9 Bottom**/
        .ssh_s9_bottom{
        padding-top: 3.2vw;
    }
        .ssh_s9_bottom .section_inner{
        width: 100%;
        padding-left: 8.267vw;
        padding-right: 8.267vw;
    }
        .ssh_s9_bottom_in{}
        .ssh_s9_bottom_item{
        width: 100%;
        padding-left: 0vw;
        padding-right: 0vw;
        border-bottom: solid 0.267vw #202936;
    }
    .ssh_s9_bottom_in>:last-child{
        border: none;
        margin-bottom: 0vw;
        padding-bottom: 14.2vw;
    }
        .ssh_s9_bottom_item_in{}
        .ssh_s9_bottom_item_in article{
        padding-left: 8.533vw;
        padding-right: 8.533vw;
        min-height: initial;
    }
        .ssh_s9_bottom_item_in article h3{
        line-height: 1.16;
        margin-bottom: 6.4vw;
    }
        .ssh_s9_bottom_item_in article h3 br{
    }
        .ssh_s9_bottom_item_in article h3 .m{}
        .ssh_s9_bottom_item_in article h3 mark{}
        .ssh_s9_bottom_item_in article h3 mark:before{}
        .ssh_s9_bottom_item_in article h6{
        font-size: 3.2vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        margin-bottom: 5.867vw;
    }
        .ssh_s9_bottom_item_in article h6 br{
        display: none;
    }
        .ssh_s9_bottom_item_in article h6 .m{
    display: block;
}
        .ssh_s9_bottom_item_in article p{color: #2f2029;font-size: 2.4vw;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.67;letter-spacing: normal;left: 0vw;padding-bottom: 2.133vw;}
        .ssh_s9_bottom_item_in article p br{
        display: none;
    }
        .ssh_s9_bottom_item_in article p .m{}
        .ssh_s9_bottom_item_in article p strong{
        font-weight: normal;
    }
        .ssh_s9_bottom_in>:nth-child(1){}
        .ssh_s9_bottom_in>:nth-child(2){
        border-left: none;
        border-right: none;
    }
        .ssh_s9_bottom_in>:nth-child(3){}
        .ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article h3 mark:before{
        width: 63.68vw;
        height: 17.947vw;
        background-image: url(ssh-s9-2-m.svg);
        top: -6.667vw;
        left: -10.133vw;
    }
        .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3 mark:before{
        width: 19.947vw;
        height: 17.947vw;
        background-image: url(ssh-s9-3-m.svg);
        top: -6.4vw;
        left: -4.8vw;
    }
        .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3 mark:before{
        background-image: url(ssh-s9-4-m.svg);
        width: 30.613vw;
        height: 17.947vw;
        top: -6.133vw;
        left: -6.133vw;
    }
        .ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article p{
        font-size: 2.4vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        left: 0vw;
        padding-bottom: 2.133vw;
    }
        .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3{
        line-height: 1.16;
        margin-bottom: 6.4vw;
    }
        .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3{
        line-height: 1.16;
        margin-bottom: 6.4vw;
    }
        .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h6{
        line-height: 1.3;
        margin-bottom: 6.4vw;
    }
        .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h6{
        line-height: 1.16;
        margin-bottom: 6.4vw;
    }
        .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article p{
        font-size: 2.4vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        left: 0vw;
        padding-bottom: 2.133vw;
    }
        .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article p{
        font-size: 2.4vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        left: 0vw;
        padding-bottom: 2.133vw;
    }
        .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_link{
    top: -0.5vw;
}
        .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_link{}
        .ssh_s9_link{
        padding-top: 4.267vw;
        text-align: center;
        position: relative;
        left: 0vw;
        padding-bottom: 2.133vw;
    }
        .ssh_s9_link_in{
        left: -0.533vw;
    }
        .ssh_s9_link_in .pf4_button{
        padding: 1.6vw 7.2vw 2.4vw 8.533vw;
    }
        .ssh_s9_link_in .pf4_button:before{}
        .ssh_s9_link_in .pf4_button .pf4{}
        .ssh_s9_link_in .pf4_button .pf4:before{}
        .ssh_s9_link_in .pf4_sty1,
        .ssh_s9_link_in .pf4_sty2,
        .ssh_s9_link_in .pf4_sty3{}
        .ssh_s9_link_in .pf4_sty1{}
        .ssh_s9_link_in .pf4_sty2{}
        .ssh_s9_link_in .pf4_sty3{}
}
@media screen and (max-width: 550px){
    /***S9 Top**/
    .ssh_s9{
        padding-top: 14.4vw;
        padding-bottom: 0vw;
    }
        .ssh_s9_top{}
        .ssh_s9_top .section_inner{
        width: 100%;
        padding-left: 6.667vw;
        padding-right: 6.667vw;
    }
        .ssh_s9_top_l{
        width: 100%;
        padding-left: 0vw;
        padding-right: 0vw;
    }
        .ssh_s9_top_l article{}
        .ssh_s9_top_l article h5{
        padding-left: 0vw;
        margin-bottom: 5.067vw;
    }
        .ssh_s9_top_l article h2{
        line-height: 1.16;
        margin-bottom: 0.533vw;
    }
        .ssh_s9_top_l article h2 br{
        display: none;
    }
        .ssh_s9_top_l article h2 .m{}
        .ssh_s9_top_l article h2 strong{}
        .ssh_s9_top_l article h2 mark{}
        .ssh_s9_top_l article h2 mark:before{
        width: 33.787vw;
        height: 21.2vw;
        top: -6.667vw;
        left: -3.733vw;
        background-image: url(ssh-s9-1-m.svg);
    }
        .ssh_s9_top_r{
        width: 100%;
        padding-left: 0vw;
        padding-right: 0vw;
    }
        .ssh_s9_top_r p{
        padding-left: 7.467vw;
        padding-right: 17.333vw;
    }
        .ssh_s9_top_r p br{
        display: none;
    }
        .ssh_s9_top_r p .m{}
        .ssh_s9_top_r p strong{
        font-weight: normal;
    }
        .ssh_s9_top_b{
        padding: 4vw 1.867vw 6.667vw 2.133vw;
    }
        .ssh_s9_top_b_img{}
        .ssh_s9_top_b_img img.mobile_only{
        border-radius: 4.267vw;
        display: block;
    }
    .ssh_s9_top_b_img{}
        /***S9 Bottom**/
        .ssh_s9_bottom{
        padding-top: 3.2vw;
    }
        .ssh_s9_bottom .section_inner{
        width: 100%;
        padding-left: 8.267vw;
        padding-right: 8.267vw;
    }
        .ssh_s9_bottom_in{}
        .ssh_s9_bottom_item{
        width: 100%;
        padding-left: 0vw;
        padding-right: 0vw;
        border-bottom: solid 0.267vw #202936;
    }
    .ssh_s9_bottom_in>:last-child{
        border: none;
        margin-bottom: 0vw;
        padding-bottom: 14.2vw;
    }
        .ssh_s9_bottom_item_in{}
        .ssh_s9_bottom_item_in article{
        padding-left: 8.533vw;
        padding-right: 8.533vw;
        min-height: initial;
    }
        .ssh_s9_bottom_item_in article h3{
        line-height: 1.16;
        margin-bottom: 6.4vw;
    }
        .ssh_s9_bottom_item_in article h3 br{
    }
        .ssh_s9_bottom_item_in article h3 .m{}
        .ssh_s9_bottom_item_in article h3 mark{}
        .ssh_s9_bottom_item_in article h3 mark:before{}
        .ssh_s9_bottom_item_in article h6{
        font-size: 3.2vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        margin-bottom: 5.867vw;
    }
        .ssh_s9_bottom_item_in article h6 br{
        display: none;
    }
        .ssh_s9_bottom_item_in article h6 .m{
    display: block;
}
        .ssh_s9_bottom_item_in article p{color: #2f2029;font-size: 2.4vw;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.67;letter-spacing: normal;left: 0vw;padding-bottom: 2.133vw;}
        .ssh_s9_bottom_item_in article p br{
        display: none;
    }
        .ssh_s9_bottom_item_in article p .m{}
        .ssh_s9_bottom_item_in article p strong{
        font-weight: normal;
    }
        .ssh_s9_bottom_in>:nth-child(1){}
        .ssh_s9_bottom_in>:nth-child(2){
        border-left: none;
        border-right: none;
    }
        .ssh_s9_bottom_in>:nth-child(3){}
        .ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article h3 mark:before{
        width: 63.68vw;
        height: 17.947vw;
        background-image: url(ssh-s9-2-m.svg);
        top: -6.133vw;
        left: -10.133vw;
    }
        .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3 mark:before{
        width: 19.947vw;
        height: 17.947vw;
        background-image: url(ssh-s9-3-m.svg);
        top: -6.4vw;
        left: -4.8vw;
    }
        .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3 mark:before{
        background-image: url(ssh-s9-4-m.svg);
        width: 30.613vw;
        height: 17.947vw;
        top: -6.133vw;
        left: -6.133vw;
    }
        .ssh_s9_bottom_in>:nth-child(1) .ssh_s9_bottom_item_in article p{
        font-size: 2.4vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        left: 0vw;
        padding-bottom: 2.133vw;
    }
        .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h3{
        line-height: 1.16;
        margin-bottom: 6.4vw;
    }
        .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h3{
        line-height: 1.16;
        margin-bottom: 6.4vw;
    }
        .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article h6{
        line-height: 1.3;
        margin-bottom: 6.4vw;
    }
        .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article h6{
        line-height: 1.16;
        margin-bottom: 6.4vw;
    }
        .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_bottom_item_in article p{
        font-size: 2.4vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        left: 0vw;
        padding-bottom: 2.133vw;
    }
        .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_bottom_item_in article p{
        font-size: 2.4vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        left: 0vw;
        padding-bottom: 2.133vw;
    }
        .ssh_s9_bottom_in>:nth-child(3) .ssh_s9_link{
    top: -0.5vw;
}
        .ssh_s9_bottom_in>:nth-child(2) .ssh_s9_link{}
        .ssh_s9_link{
        padding-top: 4.267vw;
        text-align: center;
        position: relative;
        left: 0vw;
        padding-bottom: 2.133vw;
    }
        .ssh_s9_link_in{
        left: -0.533vw;
    }
        .ssh_s9_link_in .pf4_button{
        padding: 1.6vw 7.2vw 2.4vw 8.533vw;
    }
        .ssh_s9_link_in .pf4_button:before{}
        .ssh_s9_link_in .pf4_button .pf4{}
        .ssh_s9_link_in .pf4_button .pf4:before{}
        .ssh_s9_link_in .pf4_sty1,
        .ssh_s9_link_in .pf4_sty2,
        .ssh_s9_link_in .pf4_sty3{}
        .ssh_s9_link_in .pf4_sty1{}
        .ssh_s9_link_in .pf4_sty2{}
        .ssh_s9_link_in .pf4_sty3{}
}
/**************S10*****************/
.ssh_s10{
    padding-bottom: 12.708vw;
    background-color: #f5f1e7;
    z-index: 0;
}
.ssh_s10 .section_inner{
    width: 88.889vw;
}
.ssh_s10_title{
    width: 100%;
}
.ssh_s10_title h5{
    text-align: right;
    padding-top: 6.667vw;
    padding-right: 1.736vw;
}
.ssh_s10_title h5 br{}
.ssh_s10_title h5 .m{}
.ssh_s10_left{
    width: 50%;
}
.ssh_s10_left h2{
    padding-top: 0.486vw;
    padding-left: 0.833vw;
    line-height: 1.13;
    margin-bottom: 1.51vw;
    position: relative;
    z-index: 1;
}
.ssh_s10_left h2 br{}
.ssh_s10_left h2 .m{}
.ssh_s10_left h2 strong{
    color: #489bbc;
    font-weight: 600;
}
.ssh_s10_left h2 mark{position: relative;z-index: -1;}
.ssh_s10_left h2 mark:before{
    content:"";
    background-image: url(ssh-s10-01.svg);
    width: 23.802vw;
    height: 8.81vw;
    top: -2.639vw;
    left: -2.361vw;
}
.ssh_s10_left h6{
    padding-left: 0.833vw;
    padding-top: 0.625vw;
    text-transform: uppercase;
    line-height: 1.48;
    margin-bottom: 1.389vw;
}
.ssh_s10_left h6 br{}
.ssh_s10_left h6 .m{}
.ssh_s10_left p{
    padding-left: 3.264vw;
    padding-top: 1.667vw;
    margin-bottom: 1.042vw;
}
.ssh_s10_left p br{}
.ssh_s10_left p .m{}
.ssh_s10_left p strong{}

.ssh_s10_link{
    padding-top: 35px;
    padding-left: 14.097vw;
}
.ssh_s10_link_in{
    position: relative;
    display: inline-block;
}
.ssh_s10_link_in .pf4_button{
    padding: 0.833vw 3.75vw 0.903vw 3.75vw;
}
.ssh_s10_link_in .pf4_button:before{}
.ssh_s10_link_in .pf4_button:hover::before{
    background-color: #f5f1e7;
}
.ssh_s10_link_in .pf4_button .pf4{}
.ssh_s10_link_in .pf4_button .pf4:before{}
.ssh_s10_link_in .pf4_sty1,
.ssh_s10_link_in .pf4_sty2,
.ssh_s10_link_in .pf4_sty3{}
.ssh_s10_link_in .pf4_sty1{}
.ssh_s10_link_in .pf4_sty2{}
.ssh_s10_link_in .pf4_sty3{}
.ssh_s10_link_in .pf4_sty4{
    left: -47.4vw;
    opacity: 1;
}
.ssh_s10 .ssh_s10_link.not_in_viewport .pf4_sty4{left: -57.4vw;opacity: 0;}
.ssh_s10_link_in .pf4_sty4:before{}
.ssh_s10_link_in .pf4_sty4 img{}

.ssh_s10_right{
    width: 40.7%;
    margin-left: -3.056vw;
    margin-top: 4.236vw;
}
.ssh_s10_right_img_holder.my_ani.not_in_viewport{
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s10_right .ssh_s10_right_img_holder{
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s10_right_img_holder_in{
    position: relative;
    display: inline-block;
    padding-right: 0.139vw;
}
.ssh_s10_right_img_holder_in img{
    border-radius: 6%;
}
.ssh_s10_right_img_art{
    position: absolute;
    background: url(ssh-s10-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 18.611vw;
    height: 26.528vw;
    top: 8.264vw;
    right: -5.833vw;
    border-radius: 8%;
}
.ssh_s10_right_img_art2{
    position: absolute;
    background: #f2e666;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 19.653vw;
    height: 20.972vw;
    top: -3.333vw;
    right: -11.042vw;
    border-radius: 2.361vw;
    z-index: -1;
}
.ssh_s10_right_img_art3{
    position: absolute;
    background: #fa8f29;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 13.889vw;
    height: 14.792vw;
    top: 12.014vw;
    left: -2.715vw;
    border-radius: 16%;
    z-index: -1;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s10{
        padding-bottom: 12.708vw;
        background-color: #f5f1e7;
        z-index: 0;
    }
    .ssh_s10 .section_inner{
        width: 88.889vw;
    }
    .ssh_s10_title{
        width: 100%;
    }
    .ssh_s10_title h5{
        text-align: right;
        padding-top: 6.667vw;
        padding-right: 1.736vw;
    }
    .ssh_s10_title h5 br{}
    .ssh_s10_title h5 .m{}
    .ssh_s10_left{
        width: 50%;
    }
    .ssh_s10_left h2{
        padding-top: 0.486vw;
        padding-left: 0.833vw;
        line-height: 1.13;
        margin-bottom: 1.389vw;
    }
    .ssh_s10_left h2 br{}
    .ssh_s10_left h2 .m{}
    .ssh_s10_left h2 strong{
        color: #489bbc;
        font-weight: 600;
    }
    .ssh_s10_left h2 mark{
    }
    .ssh_s10_left h2 mark:before{
        content:"";
        background-image: url(ssh-s10-01.svg);
        width: 23.802vw;
        height: 8.81vw;
        top: -2.639vw;
        left: -2.361vw;
    }
    .ssh_s10_left h6{
        padding-left: 0.833vw;
        padding-top: 0.625vw;
        text-transform: uppercase;
        line-height: 1.48;
        margin-bottom: 1.389vw;
    }
    .ssh_s10_left h6 br{}
    .ssh_s10_left h6 .m{}
    .ssh_s10_left p{
        padding-left: 3.264vw;
        padding-top: 1.667vw;
        margin-bottom: 1.042vw;
    }
    .ssh_s10_left p br{}
    .ssh_s10_left p .m{}
    .ssh_s10_left p strong{}

    .ssh_s10_link{
        padding-top: 1.736vw;
        padding-left: 14.097vw;
    }
    .ssh_s10_link_in{
        position: relative;
        display: inline-block;
    }
    .ssh_s10_link_in .pf4_button{
        padding: 0.833vw 3.75vw 0.903vw 3.75vw;
    }
    .ssh_s10_link_in .pf4_button:before{}
    .ssh_s10_link_in .pf4_button .pf4{}
    .ssh_s10_link_in .pf4_button .pf4:before{}
    .ssh_s10_link_in .pf4_sty1,
    .ssh_s10_link_in .pf4_sty2,
    .ssh_s10_link_in .pf4_sty3{}
    .ssh_s10_link_in .pf4_sty1{}
    .ssh_s10_link_in .pf4_sty2{}
    .ssh_s10_link_in .pf4_sty3{}
    .ssh_s10_link_in .pf4_sty4{
}
    .ssh_s10_link_in .pf4_sty4:before{}
    .ssh_s10_link_in .pf4_sty4 img{}
    .ssh_s10_right{
        width: 40.7%;
        margin-left: -3.056vw;
        margin-top: 4.236vw;
    }
    .ssh_s10_right .ssh_s10_right_img_holder{
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    .ssh_s10_right_img_holder_in{
        position: relative;
        display: inline-block;
        padding-right: 0.139vw;
    }
    .ssh_s10_right_img_holder_in img{
        border-radius: 6%;
    }
    .ssh_s10_right_img_art{
        position: absolute;
        background: url(ssh-s10-02.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 18.611vw;
        height: 26.528vw;
        top: 8.264vw;
        right: -5.833vw;
        border-radius: 8%;
    }
    .ssh_s10_right_img_art2{
        position: absolute;
        background: #f2e666;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 19.653vw;
        height: 20.972vw;
        top: -3.333vw;
        right: -11.042vw;
        border-radius: 2.361vw;
        z-index: -1;
    }
    .ssh_s10_right_img_art3{
        position: absolute;
        background: #fa8f29;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 13.889vw;
        height: 14.792vw;
        top: 12.014vw;
        left: -2.778vw;
        border-radius: 16%;
        z-index: -1;
    }
}
@media screen and (max-width: 1140px){
    .ssh_s10{}
    .ssh_s10 .section_inner{}
    .ssh_s10_title{}
    .ssh_s10_title h5{}
    .ssh_s10_title h5 br{}
    .ssh_s10_title h5 .m{}
    .ssh_s10_left{}
    .ssh_s10_left h2{}
    .ssh_s10_left h2 br{}
    .ssh_s10_left h2 .m{}
    .ssh_s10_left h2 strong{}
    .ssh_s10_left h2 mark{}
    .ssh_s10_left h2 mark:before{}
    .ssh_s10_left h6{}
    .ssh_s10_left h6 br{}
    .ssh_s10_left h6 .m{}
    .ssh_s10_left p{}
    .ssh_s10_left p br{}
    .ssh_s10_left p .m{}
    .ssh_s10_left p strong{}
    .ssh_s10_link{}
    .ssh_s10_link_in{}
    .ssh_s10_link_in .pf4_button{}
    .ssh_s10_link_in .pf4_button:before{}
    .ssh_s10_link_in .pf4_button .pf4{}
    .ssh_s10_link_in .pf4_button .pf4:before{}
    .ssh_s10_link_in .pf4_sty1,
    .ssh_s10_link_in .pf4_sty2,
    .ssh_s10_link_in .pf4_sty3{}
    .ssh_s10_link_in .pf4_sty1{}
    .ssh_s10_link_in .pf4_sty2{}
    .ssh_s10_link_in .pf4_sty3{}
    .ssh_s10_link_in .pf4_sty4{}
    .ssh_s10_link_in .pf4_sty4:before{}
    .ssh_s10_link_in .pf4_sty4 img{}
    .ssh_s10_right{}
    .ssh_s10_right .ssh_s10_right_img_holder{}
    .ssh_s10_right_img_holder_in{}
    .ssh_s10_right_img_holder_in img{}
    .ssh_s10_right_img_art{}
    .ssh_s10_right_img_art2{}
    .ssh_s10_right_img_art3{}
}
@media screen and (max-width: #1024px){
    .ssh_s10{}
    .ssh_s10 .section_inner{}
    .ssh_s10_title{}
    .ssh_s10_title h5{}
    .ssh_s10_title h5 br{}
    .ssh_s10_title h5 .m{}
    .ssh_s10_left{}
    .ssh_s10_left h2{}
    .ssh_s10_left h2 br{}
    .ssh_s10_left h2 .m{}
    .ssh_s10_left h2 strong{}
    .ssh_s10_left h2 mark{}
    .ssh_s10_left h2 mark:before{}
    .ssh_s10_left h6{}
    .ssh_s10_left h6 br{}
    .ssh_s10_left h6 .m{}
    .ssh_s10_left p{}
    .ssh_s10_left p br{}
    .ssh_s10_left p .m{}
    .ssh_s10_left p strong{}
    .ssh_s10_link{}
    .ssh_s10_link_in{}
    .ssh_s10_link_in .pf4_button{}
    .ssh_s10_link_in .pf4_button:before{}
    .ssh_s10_link_in .pf4_button .pf4{}
    .ssh_s10_link_in .pf4_button .pf4:before{}
    .ssh_s10_link_in .pf4_sty1,
    .ssh_s10_link_in .pf4_sty2,
    .ssh_s10_link_in .pf4_sty3{}
    .ssh_s10_link_in .pf4_sty1{}
    .ssh_s10_link_in .pf4_sty2{}
    .ssh_s10_link_in .pf4_sty3{}
    .ssh_s10_link_in .pf4_sty4{}
    .ssh_s10_link_in .pf4_sty4:before{}
    .ssh_s10_link_in .pf4_sty4 img{}
    .ssh_s10_right{}
    .ssh_s10_right .ssh_s10_right_img_holder{}
    .ssh_s10_right_img_holder_in{}
    .ssh_s10_right_img_holder_in img{}
    .ssh_s10_right_img_art{}
    .ssh_s10_right_img_art2{}
    .ssh_s10_right_img_art3{}
}
@media screen and (max-width: 768px){
.ssh_s10{
    padding-top: 54px;
    padding-bottom: 16.8vw;
}
    .ssh_s10 .section_inner{
    width: 100%;
    padding-left: 7.733vw;
    padding-right: 7.733vw;
}
    .ssh_s10_title{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s10_title h5{
    text-align: left;
    padding-top: 0vw;
    padding-right: 0vw;
}
    .ssh_s10_title h5 br{}
    .ssh_s10_title h5 .m{}
    .ssh_s10_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s10_left h2{
    padding-top: 1.867vw;
    padding-left: 0vw;
    position: relative;
    left: -0.533vw;
    margin-bottom: 6.667vw;
}
    .ssh_s10_left h2 br{
}
    .ssh_s10_left h2 .m{}
    .ssh_s10_left h2 strong{}
    .ssh_s10_left h2 mark{}
    .ssh_s10_left h2 mark:before{
    width: 51.013vw;
    height: 19.36vw;
    top: -5.867vw;
    left: -6.933vw;
    background-image: url(ssh-s10-01-m.svg);
}
    .ssh_s10_left h6{
    padding-left: 0vw;
    padding-top: 0.533vw;
    margin-bottom: 0vw;
}
    .ssh_s10_left h6 br{
}
    .ssh_s10_left h6 .m{}
    .ssh_s10_left p{
    padding-left: 18.667vw;
    padding-top: 1.6vw;
    margin-bottom: 4.533vw;
    padding-right: 4.8vw;
}
    .ssh_s10_left p br{
    display: none;
}
    .ssh_s10_left p .m{}
    .ssh_s10_left p strong{
    font-weight: normal;
}
    .ssh_s10_link{
    padding-left: 18.667vw;
    display: none;
}
    .ssh_s10_link_in{}
    .ssh_s10_link_in .pf4_button{
    padding: 1.6vw 8vw 2.133vw 7.733vw;
}
    .ssh_s10_link_in .pf4_button:before{}
    .ssh_s10_link_in .pf4_button .pf4{}
    .ssh_s10_link_in .pf4_button .pf4:before{}
    .ssh_s10_link_in .pf4_sty1,
    .ssh_s10_link_in .pf4_sty2,
    .ssh_s10_link_in .pf4_sty3{}
    .ssh_s10_link_in .pf4_sty1{}
    .ssh_s10_link_in .pf4_sty2{}
    .ssh_s10_link_in .pf4_sty3{}
    .ssh_s10_link_in .pf4_sty4{
    top: 1.6vw;
    left: -85.153vw;
}
    .ssh_s10_link_in .pf4_sty4:before{}
    .ssh_s10_link_in .pf4_sty4 img{}
    .ssh_s10_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    display: none;
}
    .ssh_s10_link.mobile_only{
    display: block;
}
    .ssh_s10_right .ssh_s10_right_img_holder{}
    .ssh_s10_right_img_holder_in{}
    .ssh_s10_right_img_holder_in img{
    border-radius: 4.267vw;
}
    .ssh_s10_right_img_art{
    width: 34.133vw;
    height: 48.8vw;
    top: 14.933vw;
    right: -10.667vw;
    border-radius: 4.267vw;
}
    .ssh_s10_right_img_art2{
    width: 36.533vw;
    height: 38.4vw;
    border-radius: 5.867vw;
    top: -6.133vw;
    right: -20vw;
}
    .ssh_s10_right_img_art3{
    width: 27.2vw;
    height: 28vw;
    border-radius: 4.8vw;
    top: initial;
    left: -5.867vw;
    bottom: -6vw;
}
    .ssh_s10_right_img_holder.mobile_only{
    display: block;
    padding: 7.733vw 16.267vw 21.333vw 1.867vw;
 }
}
@media screen and (max-width: 550px){
.ssh_s10{
    padding-top: 54px;
    padding-bottom: 16.8vw;
}
    .ssh_s10 .section_inner{
    width: 100%;
    padding-left: 7.733vw;
    padding-right: 7.733vw;
}
    .ssh_s10_title{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s10_title h5{
    text-align: left;
    padding-top: 0vw;
    padding-right: 0vw;
}
    .ssh_s10_title h5 br{}
    .ssh_s10_title h5 .m{}
    .ssh_s10_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s10_left h2{
    padding-top: 1.867vw;
    padding-left: 0vw;
    position: relative;
    left: -0.533vw;
    margin-bottom: 6.667vw;
}
    .ssh_s10_left h2 br{
}
    .ssh_s10_left h2 .m{}
    .ssh_s10_left h2 strong{}
    .ssh_s10_left h2 mark{}
    .ssh_s10_left h2 mark:before{
    width: 51.013vw;
    height: 19.36vw;
    top: -5.867vw;
    left: -6.933vw;
    background-image: url(ssh-s10-01-m.svg);
}
    .ssh_s10_left h6{
    padding-left: 0vw;
    padding-top: 0.533vw;
    margin-bottom: 0vw;
}
    .ssh_s10_left h6 br{
}
    .ssh_s10_left h6 .m{}
    .ssh_s10_left p{
    padding-left: 18.667vw;
    padding-top: 1.6vw;
    margin-bottom: 4.533vw;
    padding-right: 4.8vw;
}
    .ssh_s10_left p br{
    display: none;
}
    .ssh_s10_left p .m{}
    .ssh_s10_left p strong{
    font-weight: normal;
}
    .ssh_s10_link{
    padding-left: 18.667vw;
    display: none;
}
    .ssh_s10_link_in{}
    .ssh_s10_link_in .pf4_button{
    padding: 1.6vw 8vw 2.133vw 7.733vw;
}
    .ssh_s10_link_in .pf4_button:before{}
    .ssh_s10_link_in .pf4_button .pf4{}
    .ssh_s10_link_in .pf4_button .pf4:before{}
    .ssh_s10_link_in .pf4_sty1,
    .ssh_s10_link_in .pf4_sty2,
    .ssh_s10_link_in .pf4_sty3{}
    .ssh_s10_link_in .pf4_sty1{}
    .ssh_s10_link_in .pf4_sty2{}
    .ssh_s10_link_in .pf4_sty3{}
    .ssh_s10_link_in .pf4_sty4{
    top: 1.6vw;
    left: -85.153vw;
}
    .ssh_s10_link_in .pf4_sty4:before{}
    .ssh_s10_link_in .pf4_sty4 img{}
    .ssh_s10_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    display: none;
}
    .ssh_s10_link.mobile_only{
    display: block;
}
    .ssh_s10_right .ssh_s10_right_img_holder{}
    .ssh_s10_right_img_holder_in{}
    .ssh_s10_right_img_holder_in img{
    border-radius: 4.267vw;
}
    .ssh_s10_right_img_art{
    width: 34.133vw;
    height: 48.8vw;
    top: 14.933vw;
    right: -10.667vw;
    border-radius: 4.267vw;
}
    .ssh_s10_right_img_art2{
    width: 36.533vw;
    height: 38.4vw;
    border-radius: 5.867vw;
    top: -6.133vw;
    right: -20vw;
}
    .ssh_s10_right_img_art3{
    width: 27.2vw;
    height: 28vw;
    border-radius: 4.8vw;
    top: initial;
    left: -5.867vw;
    bottom: -6vw;
}
    .ssh_s10_right_img_holder.mobile_only{
    display: block;
    padding: 7.733vw 16.267vw 21.333vw 1.867vw;
}
}
/**************S11*****************/
.ssh_s11{
    background-color: #f7f8f7;
    padding-bottom: 9.653vw;
    z-index: 0;
}
.ssh_s11 .section_inner{
    width: 88.889vw;
}
.ssh_s11_title{
    width: 100%;
}
.ssh_s11_title h5{
    text-align: right;
    padding-top: 7.431vw;
    padding-right: 3.507vw;
}
.ssh_s11_title h5 br{}
.ssh_s11_title h5 .m{}
.ssh_s11_left{
    width: 58%;
    margin-top: -1.25vw;
}
.ssh_s11_left h2{
    padding-left: 0.833vw;
    color: #489bbc;
    position: relative;
    z-index: 1;
}
.ssh_s11_left h2 br{}
.ssh_s11_left h2 .m{}
.ssh_s11_left h2 mark{
    position: relative;
    z-index: -1;
}
.ssh_s11_left h2 mark:before{
    background-image: url(ssh-s10-01.svg);
    width: 23.802vw;
    height: 8.81vw;
    top: -2.361vw;
    left: -4.444vw;
    transform: rotate( 
0deg );
}
.ssh_s11_left h6{
    padding-top: 0.833vw;
    padding-left: 0.833vw;
    text-transform: uppercase;
    padding-bottom: 1.667vw;
    position: relative;
    z-index: 1;
}
.ssh_s11_left h6 mark{
    position: relative;
    z-index: -1;
}
.ssh_s11_left h6 mark:before{
    background-image: url(ssh-s11-02.svg);
    width: 13.499vw;
    height: 3.26vw;
    top: -0.556vw;
    left: -0.278vw;
    transform: rotate( 0deg );
}
.ssh_s11_left h6 br{}
.ssh_s11_left h6 .m{}
.ssh_s11_left .text2{}
.ssh_s11_left p{
    padding-left: 3.264vw;
    padding-bottom: 0.938vw;
}
.ssh_s11_left p br{}
.ssh_s11_left p .m{}
.ssh_s11_left p strong{}
.ssh_s11_link{
    padding-top: 1.094vw;
    padding-left: 14.097vw;
}
.ssh_s11_link_in{
    position: relative;
    display: inline-block;
}
.ssh_s11_link_in .pf4_button{
    padding: 0.833vw 3.472vw 0.903vw 3.507vw;
}
.ssh_s11_link_in .pf4_button:before{}
.ssh_s11_link_in .pf4_button:hover::before{
    background-color: #f7f8f7;
}
.ssh_s11_link_in .pf4_button .pf4{}
.ssh_s11_link_in .pf4_button .pf4:before{}
.ssh_s11_link_in .pf4_sty1,
.ssh_s11_link_in .pf4_sty2,
.ssh_s11_link_in .pf4_sty3{}
.ssh_s11_link_in .pf4_sty1{}
.ssh_s11_link_in .pf4_sty2{}
.ssh_s11_link_in .pf4_sty3{}




.ssh_s11 .ssh_s11_link.not_in_viewport .pf4_sty4 {
    left: -57.4vw;
    opacity: 0;
}
.ssh_s11_link_in .pf4_sty4{
    left: -47.4vw;
    opacity: 1;
}
.ssh_s11_link_in .pf4_sty4:before{}
.ssh_s11_link_in .pf4_sty4 img{}
.ssh_s11_right{
    width: 39%;
}
.ssh_s11_right_img_holder.my_ani.not_in_viewport{
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s11_right_img_holder{
    padding-top: 1.042vw;
    padding-left: 0.139vw;
        opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s11_right_img_holder_in{
    position: relative;
}
.ssh_s11_right_img_holder_in img{
    border-radius: 4%;
}
.ssh_s11_right_img_art{
    position: absolute;
    background: #f2e666;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 19.931vw;
    height: 18.889vw;
    bottom: -3.958vw;
    right: -4.444vw;
    border-radius: 1.806vw;
    z-index: -1;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s11{
        background-color: #f7f8f7;
        padding-bottom: 9.653vw;
        z-index: 0;
    }
    .ssh_s11 .section_inner{
        width: 88.889vw;
    }
    .ssh_s11_title{
        width: 100%;
    }
    .ssh_s11_title h5{
        text-align: right;
        padding-top: 7.431vw;
        padding-right: 3.507vw;
    }
    .ssh_s11_title h5 br{}
    .ssh_s11_title h5 .m{}
    .ssh_s11_left{
        width: 58%;
        margin-top: -1.25vw;
    }
    .ssh_s11_left h2{
        padding-left: 0.833vw;
        color: #489bbc;
    }
    .ssh_s11_left h2 br{}
    .ssh_s11_left h2 .m{}
    .ssh_s11_left h2 mark{}
    .ssh_s11_left h2 mark:before{
        background-image: url(ssh-s10-01.svg);
        width: 23.802vw;
        height: 8.81vw;
        top: -2.361vw;
        left: -4.444vw;
        transform: rotate( 
    0deg );
    }
    .ssh_s11_left h6{
        padding-top: 0.833vw;
        padding-left: 0.833vw;
        text-transform: uppercase;
        padding-bottom: 1.667vw;
    }
    .ssh_s11_left h6 mark{}
    .ssh_s11_left h6 mark:before{
        background-image: url(ssh-s11-02.svg);
        width: 13.499vw;
        height: 3.26vw;
        top: -0.556vw;
        left: -0.278vw;
        transform: rotate( 0deg );
    }
    .ssh_s11_left h6 br{}
    .ssh_s11_left h6 .m{}
    .ssh_s11_left .text2{}
    .ssh_s11_left p{
        padding-left: 3.264vw;
        padding-bottom: 0.486vw;
    }
    .ssh_s11_left p br{}
    .ssh_s11_left p .m{}
    .ssh_s11_left p strong{}
    .ssh_s11_link{
        padding-top: 1.181vw;
        padding-left: 14.097vw;
    }
    .ssh_s11_link_in{
        position: relative;
        display: inline-block;
    }
    .ssh_s11_link_in .pf4_button{
        padding: 0.833vw 3.472vw 0.903vw 3.507vw;
    }
    .ssh_s11_link_in .pf4_button:before{}
    .ssh_s11_link_in .pf4_button .pf4{}
    .ssh_s11_link_in .pf4_button .pf4:before{}
    .ssh_s11_link_in .pf4_sty1,
    .ssh_s11_link_in .pf4_sty2,
    .ssh_s11_link_in .pf4_sty3{}
    .ssh_s11_link_in .pf4_sty1{}
    .ssh_s11_link_in .pf4_sty2{}
    .ssh_s11_link_in .pf4_sty3{}
    .ssh_s11_link_in .pf4_sty4{}
    .ssh_s11_link_in .pf4_sty4:before{}
    .ssh_s11_link_in .pf4_sty4 img{}
    .ssh_s11_right{
        width: 39%;
    }
    .ssh_s11_right_img_holder{
        padding-top: 1.042vw;
        padding-left: 0.139vw;
    }
    .ssh_s11_right_img_holder_in{
        position: relative;
    }
    .ssh_s11_right_img_holder_in img{
        border-radius: 4%;
    }
    .ssh_s11_right_img_art{
        position: absolute;
        background: #f2e666;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 19.931vw;
        height: 18.889vw;
        bottom: -3.958vw;
        right: -4.444vw;
        border-radius: 1.806vw;
        z-index: -1;
    }
}
@media screen and (max-width: 1140px){
    .ssh_s11{}
    .ssh_s11 .section_inner{}
    .ssh_s11_title{}
    .ssh_s11_title h5{}
    .ssh_s11_title h5 br{}
    .ssh_s11_title h5 .m{}
    .ssh_s11_left{}
    .ssh_s11_left h2{}
    .ssh_s11_left h2 br{}
    .ssh_s11_left h2 .m{}
    .ssh_s11_left h2 mark{}
    .ssh_s11_left h2 mark:before{}
    .ssh_s11_left h6{}
    .ssh_s11_left h6 mark{}
    .ssh_s11_left h6 mark:before{}
    .ssh_s11_left h6 br{}
    .ssh_s11_left h6 .m{}
    .ssh_s11_left .text2{}
    .ssh_s11_left p{}
    .ssh_s11_left p br{}
    .ssh_s11_left p .m{}
    .ssh_s11_left p strong{}
    .ssh_s11_link{}
    .ssh_s11_link_in{}
    .ssh_s11_link_in .pf4_button{}
    .ssh_s11_link_in .pf4_button:before{}
    .ssh_s11_link_in .pf4_button .pf4{}
    .ssh_s11_link_in .pf4_button .pf4:before{}
    .ssh_s11_link_in .pf4_sty1,
    .ssh_s11_link_in .pf4_sty2,
    .ssh_s11_link_in .pf4_sty3{}
    .ssh_s11_link_in .pf4_sty1{}
    .ssh_s11_link_in .pf4_sty2{}
    .ssh_s11_link_in .pf4_sty3{}
    .ssh_s11_link_in .pf4_sty4{}
    .ssh_s11_link_in .pf4_sty4:before{}
    .ssh_s11_link_in .pf4_sty4 img{}
    .ssh_s11_right{}
    .ssh_s11_right_img_holder{}
    .ssh_s11_right_img_holder_in{}
    .ssh_s11_right_img_holder_in img{}
    .ssh_s11_right_img_art{}
}
@media screen and (max-width: #1024px){
    .ssh_s11{}
    .ssh_s11 .section_inner{}
    .ssh_s11_title{}
    .ssh_s11_title h5{}
    .ssh_s11_title h5 br{}
    .ssh_s11_title h5 .m{}
    .ssh_s11_left{}
    .ssh_s11_left h2{}
    .ssh_s11_left h2 br{}
    .ssh_s11_left h2 .m{}
    .ssh_s11_left h2 mark{}
    .ssh_s11_left h2 mark:before{}
    .ssh_s11_left h6{}
    .ssh_s11_left h6 mark{}
    .ssh_s11_left h6 mark:before{}
    .ssh_s11_left h6 br{}
    .ssh_s11_left h6 .m{}
    .ssh_s11_left .text2{}
    .ssh_s11_left p{}
    .ssh_s11_left p br{}
    .ssh_s11_left p .m{}
    .ssh_s11_left p strong{}
    .ssh_s11_link{}
    .ssh_s11_link_in{}
    .ssh_s11_link_in .pf4_button{}
    .ssh_s11_link_in .pf4_button:before{}
    .ssh_s11_link_in .pf4_button .pf4{}
    .ssh_s11_link_in .pf4_button .pf4:before{}
    .ssh_s11_link_in .pf4_sty1,
    .ssh_s11_link_in .pf4_sty2,
    .ssh_s11_link_in .pf4_sty3{}
    .ssh_s11_link_in .pf4_sty1{}
    .ssh_s11_link_in .pf4_sty2{}
    .ssh_s11_link_in .pf4_sty3{}
    .ssh_s11_link_in .pf4_sty4{}
    .ssh_s11_link_in .pf4_sty4:before{}
    .ssh_s11_link_in .pf4_sty4 img{}
    .ssh_s11_right{}
    .ssh_s11_right_img_holder{}
    .ssh_s11_right_img_holder_in{}
    .ssh_s11_right_img_holder_in img{}
    .ssh_s11_right_img_art{}
}
@media screen and (max-width: 768px){
.ssh_s11{
    padding-top: 14.667vw;
    padding-bottom: 17.067vw;
}
    .ssh_s11 .section_inner{
    width: 100%;
    padding-left: 7.467vw;
    padding-right: 7.467vw;
}
    .ssh_s11_title{}
    .ssh_s11_title h5{
    text-align: left;
    padding-top: 0vw;
    padding-right: 0vw;
    margin-bottom: 5.867vw;
}
    .ssh_s11_title h5 br{}
    .ssh_s11_title h5 .m{}
    .ssh_s11_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s11_left h2{
    padding-left: 0vw;
    line-height: 1.16;
    margin-bottom: 4.8vw;
}
    .ssh_s11_left h2 br{
}
    .ssh_s11_left h2 .m{}
    .ssh_s11_left h2 mark{}
    .ssh_s11_left h2 mark:before{
    width: 43.04vw;
    height: 21.84vw;
    background-image: url(ssh-s10-01-m-1.svg);
    top: -6.933vw;
    left: -5.867vw;
    transform: rotate( 
0deg );
}
    .ssh_s11_left h6{
    padding-bottom: 0vw;
    padding-top: 0vw;
    padding-left: 0vw;
}
    .ssh_s11_left h6 mark{}
    .ssh_s11_left h6 mark:before{
    width: 27.467vw;
    height: 6.693vw;
    top: -0.8vw;
    left: -1.333vw;
}
    .ssh_s11_left h6 br{
}
    .ssh_s11_left h6 .m{}
    .ssh_s11_left .text2{}
    .ssh_s11_left p{
    padding-left: 18.933vw;
    padding-right: 6.4vw;
    padding-bottom: 0vw;
}
    .ssh_s11_left p br{
    display: none;
}
    .ssh_s11_left p .m{}
    .ssh_s11_left p strong{
    font-weight: normal;
}
    .ssh_s11_link{
    padding-top: 1.6vw;
    padding-left: 18.933vw;
    display: none;
}
    .ssh_s11_link_in{}
    .ssh_s11_link_in .pf4_button{
    padding: 1.6vw 6.4vw 2.133vw 6.667vw;
}
    .ssh_s11_link_in .pf4_button:before{}
    .ssh_s11_link_in .pf4_button .pf4{}
    .ssh_s11_link_in .pf4_button .pf4:before{}
    .ssh_s11_link_in .pf4_sty1,
    .ssh_s11_link_in .pf4_sty2,
    .ssh_s11_link_in .pf4_sty3{}
    .ssh_s11_link_in .pf4_sty1{}
    .ssh_s11_link_in .pf4_sty2{}
    .ssh_s11_link_in .pf4_sty3{}
    .ssh_s11_link_in .pf4_sty4{
    top: 1.6vw;
    left: -85.153vw;
}
    .ssh_s11_link_in .pf4_sty4:before{}
    .ssh_s11_link_in .pf4_sty4 img{}
    .ssh_s11_right{
    display: none;
}
    .ssh_s11_right_img_holder{
    display: block;
    padding: 4.267vw 6.667vw 11.467vw 0vw;
}
    .ssh_s11_right_img_holder_in{}
    .ssh_s11_right_img_holder_in img{
    border-radius: 4.267vw;
    display: none;
}
.ssh_s11_right_img_holder_in .mobile_only{
    display: block;
}
    .ssh_s11_right_img_art{
    width: 30.4vw;
    height: 28.8vw;
    border-radius: 4.267vw;
    bottom: -5.6vw;
    right: -6.4vw;
    background: #fa8f29;
}
  .ssh_s11_link.mobile_only{
    display: block;
}
}
@media screen and (max-width: 550px){
.ssh_s11{
    padding-top: 14.667vw;
    padding-bottom: 17.067vw;
}
    .ssh_s11 .section_inner{
    width: 100%;
    padding-left: 7.467vw;
    padding-right: 7.467vw;
}
    .ssh_s11_title{}
    .ssh_s11_title h5{
    text-align: left;
    padding-top: 0vw;
    padding-right: 0vw;
    margin-bottom: 5.867vw;
}
    .ssh_s11_title h5 br{}
    .ssh_s11_title h5 .m{}
    .ssh_s11_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s11_left h2{
    padding-left: 0vw;
    line-height: 1.16;
    margin-bottom: 4.8vw;
}
    .ssh_s11_left h2 br{
}
    .ssh_s11_left h2 .m{}
    .ssh_s11_left h2 mark{}
    .ssh_s11_left h2 mark:before{
    width: 43.04vw;
    height: 21.84vw;
    background-image: url(ssh-s10-01-m-1.svg);
    top: -6.933vw;
    left: -5.867vw;
    transform: rotate( 
0deg );
}
    .ssh_s11_left h6{
    padding-bottom: 0vw;
    padding-top: 0vw;
    padding-left: 0vw;
}
    .ssh_s11_left h6 mark{}
    .ssh_s11_left h6 mark:before{
    width: 27.467vw;
    height: 6.693vw;
    top: -0.8vw;
    left: -1.333vw;
}
    .ssh_s11_left h6 br{
}
    .ssh_s11_left h6 .m{}
    .ssh_s11_left .text2{}
    .ssh_s11_left p{
    padding-left: 18.933vw;
    padding-right: 6.4vw;
    padding-bottom: 0vw;
}
    .ssh_s11_left p br{
    display: none;
}
    .ssh_s11_left p .m{}
    .ssh_s11_left p strong{
    font-weight: normal;
}
    .ssh_s11_link{
    padding-top: 1.6vw;
    padding-left: 18.933vw;
    display: none;
}
    .ssh_s11_link_in{}
    .ssh_s11_link_in .pf4_button{
    padding: 1.6vw 6.4vw 2.133vw 6.667vw;
}
    .ssh_s11_link_in .pf4_button:before{}
    .ssh_s11_link_in .pf4_button .pf4{}
    .ssh_s11_link_in .pf4_button .pf4:before{}
    .ssh_s11_link_in .pf4_sty1,
    .ssh_s11_link_in .pf4_sty2,
    .ssh_s11_link_in .pf4_sty3{}
    .ssh_s11_link_in .pf4_sty1{}
    .ssh_s11_link_in .pf4_sty2{}
    .ssh_s11_link_in .pf4_sty3{}
    .ssh_s11_link_in .pf4_sty4{
    top: 1.6vw;
    left: -85.153vw;
}
    .ssh_s11_link_in .pf4_sty4:before{}
    .ssh_s11_link_in .pf4_sty4 img{}
    .ssh_s11_right{
    display: none;
}
    .ssh_s11_right_img_holder{
    display: block;
    padding: 4.267vw 6.667vw 11.467vw 0vw;
}
    .ssh_s11_right_img_holder_in{}
    .ssh_s11_right_img_holder_in img{
    border-radius: 4.267vw;
    display: none;
}
.ssh_s11_right_img_holder_in .mobile_only{
    display: block;
}
    .ssh_s11_right_img_art{
    width: 30.4vw;
    height: 28.8vw;
    border-radius: 4.267vw;
    bottom: -5.6vw;
    right: -6.4vw;
    background: #fa8f29;
}
  .ssh_s11_link.mobile_only{
    display: block;
}
}

/**************S12*****************/
.ssh_s12{
    background-color: #edddbe;
    padding-bottom: 0;
    padding-top: 5.764vw;
    z-index: 0;
}
.ssh_s12 .section_inner{
    width: 88.889vw;
}
.ssh_s12_title{
    width: 100%;
}
.ssh_s12_title h5{
    padding-left: 5.694vw;
}
.ssh_s12_title h5 br{}
.ssh_s12_title h5 .m{}
.ssh_s12_left.my_ani.not_in_viewport{
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s12_left{
    width: 46.2%;
    position: relative;
        opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s12_left_content{}
.ssh_s12_left_in{}
.ssh_s12_slider_art1{
    position: absolute;
    background: #489BBC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 17.778vw;
    height: 18.403vw;
    top: 0.764vw;
    left: 3.889vw;
    border-radius: 21%;
    z-index: -1;
}
.ssh_s12_slider_art2{
    position: absolute;
    background: url(ssh_s8_left_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 33.594vw;
    height: 35vw;
    bottom: 0vw;
    left: 7.5vw;
}
.ssh_s12_left_slider{
    position: absolute;
    top: 13.819vw;
    width: 65%;
    left: 10.625vw;
}
.ssh_s12_slider_img{
    position: relative;
    padding-right: 0.694vw;
}
.ssh_s12_slider_img img{}
.ssh_s12_left_slider .slick-prev,
.ssh_s12_left_slider .slick-next {
  background-color: transparent;
  border: 0vw;
  background-repeat: no-repeat;
  font-size: 0vw;
  padding: 0vw;
  margin: 0vw;
  background-size: contain;
  position: absolute;
  top: 76.2%;
  z-index: 5;
  width: 4.755vw;
  height: 3.646vw;
  cursor: pointer;
}
.ssh_s12_left_slider .slick-prev:hover, .ssh_s12_left_slider .slick-next:hover{ opacity:0.7;}
.ssh_s12_left_slider .slick-prev {
  background-image: url(ssh_s8_left_arrow.svg);
  left: -9.722vw;
}
.ssh_s12_left_slider .slick-next {
  background-image: url(ssh_s8_right_arrow.svg);
  right: -9.306vw;
}
.ssh_s12_left_slider .slick-list .slick-track .slick-slide{}
.ssh_s12_right{
    width: 53%;
    padding-top: 3.958vw;
    padding-bottom: 7.986vw;
}
.ssh_s12_right article{
    padding-top: 2.917vw;
    padding-left: 10.903vw;
}
.ssh_s12_right article h2{
    line-height: 1.129;
    position: relative;
    z-index: 1;
}
.ssh_s12_right article h2 br{}
.ssh_s12_right article h2 .m{}
.ssh_s12_right article h2 strong{
    color: #489bbc;
    margin-left: 0.833vw;
}
.ssh_s12_right article h2 mark{
    position: relative;
    z-index: -1;
}
.ssh_s12_right article h2 mark:before{
    background-image: url(ssh-s12-01.svg);
    width: 16.25vw;
    height: 8.75vw;
    top: -2.361vw;
    left: -2.222vw;
}
.ssh_s12_right article p{
    padding-left: 3.958vw;
    padding-top: 1.319vw;
}
.ssh_s12_right article p br{}
.ssh_s12_right article p .m{}
.ssh_s12_right article p strong{}
.ssh_s12_link{
    padding-top: 25px;
    padding-left: 14.861vw;
}
.ssh_s12_link_in{
    position: relative;
    display: inline-block;
}
.ssh_s12_link_in .pf4_button{
    padding: 0.833vw 3.333vw 0.903vw 3.056vw;
}
.ssh_s12_link_in .pf4_button:before{}
.ssh_s12_link_in .pf4_button:hover::before{
    background-color: #edddbe;
}
.ssh_s12_link_in .pf4_button .pf4{}
.ssh_s12_link_in .pf4_button .pf4:before{}
.ssh_s12_link_in .pf4_sty1,
.ssh_s12_link_in .pf4_sty2,
.ssh_s12_link_in .pf4_sty3{}
.ssh_s12_link_in .pf4_sty1{}
.ssh_s12_link_in .pf4_sty2{}
.ssh_s12_link_in .pf4_sty3{}
.ssh_s12_link_in .pf4_sty4{
    display: none;
}
.ssh_s12_link_in .pf4_sty4:before{}
.ssh_s12_link_in .pf4_sty4 img{}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s12{
        background-color: #edddbe;
        padding-bottom: 0;
        padding-top: 5.764vw;
        z-index: 0;
    }
    .ssh_s12 .section_inner{
        width: 88.889vw;
    }
    .ssh_s12_title{
        width: 100%;
    }
    .ssh_s12_title h5{
        padding-left: 5.694vw;
    }
    .ssh_s12_title h5 br{}
    .ssh_s12_title h5 .m{}
    .ssh_s12_left{
        width: 46.2%;
        position: relative;
    }
    .ssh_s12_left_content{}
    .ssh_s12_left_in{}
    .ssh_s12_slider_art1{
        position: absolute;
        background: #489BBC;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 17.778vw;
        height: 18.403vw;
        top: 0.764vw;
        left: 3.889vw;
        border-radius: 21%;
        z-index: -1;
    }
    .ssh_s12_slider_art2{
        position: absolute;
        background: url(ssh_s8_left_img.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 33.542vw;
        height: 35vw;
        bottom: -0.069vw;
        left: 7.5vw;
    }
    .ssh_s12_left_slider{
        position: absolute;
        top: 13.819vw;
        width: 65%;
        left: 10.625vw;
    }
    .ssh_s12_slider_img{
        position: relative;
        padding-right: 0.694vw;
    }
    .ssh_s12_slider_img img{}
    .ssh_s12_left_slider .slick-prev,
    .ssh_s12_left_slider .slick-next {
      background-color: transparent;
      border: 0vw;
      background-repeat: no-repeat;
      font-size: 0vw;
      padding: 0vw;
      margin: 0vw;
      background-size: contain;
      position: absolute;
      top: 76.2%;
      z-index: 5;
      width: 4.755vw;
      height: 3.646vw;
    }
    .ssh_s12_left_slider .slick-prev {
      background-image: url(ssh_s8_left_arrow.svg);
      left: -9.722vw;
    }
    .ssh_s12_left_slider .slick-next {
      background-image: url(ssh_s8_right_arrow.svg);
      right: -9.306vw;
    }
    .ssh_s12_left_slider .slick-list .slick-track .slick-slide{}
    .ssh_s12_right{
        width: 53%;
        padding-top: 3.958vw;
        padding-bottom: 7.986vw;
    }
    .ssh_s12_right article{
        padding-top: 2.917vw;
        padding-left: 10.903vw;
    }
    .ssh_s12_right article h2{
        line-height: 1.129;
    }
    .ssh_s12_right article h2 br{}
    .ssh_s12_right article h2 .m{}
    .ssh_s12_right article h2 strong{
        color: #489bbc;
        margin-left: 0.833vw;
    }
    .ssh_s12_right article h2 mark{}
    .ssh_s12_right article h2 mark:before{
        background-image: url(ssh-s12-01.svg);
        width: 16.25vw;
        height: 8.75vw;
        top: -2.361vw;
        left: -2.222vw;
    }
    .ssh_s12_right article p{
        padding-left: 3.958vw;
        padding-top: 1.319vw;
    }
    .ssh_s12_right article p br{}
    .ssh_s12_right article p .m{}
    .ssh_s12_right article p strong{}
    .ssh_s12_link{
        padding-top: 0.833vw;
        padding-left: 14.861vw;
    }
    .ssh_s12_link_in{
        position: relative;
        display: inline-block;
    }
    .ssh_s12_link_in .pf4_button{
        padding: 0.833vw 3.333vw 0.903vw 3.056vw;
    }
    .ssh_s12_link_in .pf4_button:before{}
    .ssh_s12_link_in .pf4_button .pf4{}
    .ssh_s12_link_in .pf4_button .pf4:before{}
    .ssh_s12_link_in .pf4_sty1,
    .ssh_s12_link_in .pf4_sty2,
    .ssh_s12_link_in .pf4_sty3{}
    .ssh_s12_link_in .pf4_sty1{}
    .ssh_s12_link_in .pf4_sty2{}
    .ssh_s12_link_in .pf4_sty3{}
    .ssh_s12_link_in .pf4_sty4{}
    .ssh_s12_link_in .pf4_sty4:before{}
    .ssh_s12_link_in .pf4_sty4 img{}
}
@media screen and (max-width: 1140px){
    .ssh_s12{}
    .ssh_s12 .section_inner{
    width: 89vw;
}
    .ssh_s12_title{}
    .ssh_s12_title h5{}
    .ssh_s12_title h5 br{}
    .ssh_s12_title h5 .m{}
    .ssh_s12_left{}
    .ssh_s12_left_content{}
    .ssh_s12_left_in{}
    .ssh_s12_slider_art1{}
    .ssh_s12_slider_art2{}
    .ssh_s12_left_slider{}
    .ssh_s12_slider_img{}
    .ssh_s12_slider_img img{}
    .ssh_s12_left_slider .slick-prev,
    .ssh_s12_left_slider .slick-next {}
    .ssh_s12_left_slider .slick-prev {}
    .ssh_s12_left_slider .slick-next {}
    .ssh_s12_left_slider .slick-list .slick-track .slick-slide{}
    .ssh_s12_right{
    width: 53.8%;
}
    .ssh_s12_right article{
    padding-left: 8vw;
}
    .ssh_s12_right article h2{}
    .ssh_s12_right article h2 br{}
    .ssh_s12_right article h2 .m{}
    .ssh_s12_right article h2 strong{}
    .ssh_s12_right article h2 mark{}
    .ssh_s12_right article h2 mark:before{}
    .ssh_s12_right article p{}
    .ssh_s12_right article p br{}
    .ssh_s12_right article p .m{}
    .ssh_s12_right article p strong{}
    .ssh_s12_link{}
    .ssh_s12_link_in{}
    .ssh_s12_link_in .pf4_button{}
    .ssh_s12_link_in .pf4_button:before{}
    .ssh_s12_link_in .pf4_button .pf4{}
    .ssh_s12_link_in .pf4_button .pf4:before{}
    .ssh_s12_link_in .pf4_sty1,
    .ssh_s12_link_in .pf4_sty2,
    .ssh_s12_link_in .pf4_sty3{}
    .ssh_s12_link_in .pf4_sty1{}
    .ssh_s12_link_in .pf4_sty2{}
    .ssh_s12_link_in .pf4_sty3{}
    .ssh_s12_link_in .pf4_sty4{}
    .ssh_s12_link_in .pf4_sty4:before{}
    .ssh_s12_link_in .pf4_sty4 img{}
}
@media screen and (max-width: #1024px){
    .ssh_s12{}
    .ssh_s12 .section_inner{}
    .ssh_s12_title{}
    .ssh_s12_title h5{}
    .ssh_s12_title h5 br{}
    .ssh_s12_title h5 .m{}
    .ssh_s12_left{}
    .ssh_s12_left_content{}
    .ssh_s12_left_in{}
    .ssh_s12_slider_art1{}
    .ssh_s12_slider_art2{}
    .ssh_s12_left_slider{}
    .ssh_s12_slider_img{}
    .ssh_s12_slider_img img{}
    .ssh_s12_left_slider .slick-prev,
    .ssh_s12_left_slider .slick-next {}
    .ssh_s12_left_slider .slick-prev {}
    .ssh_s12_left_slider .slick-next {}
    .ssh_s12_left_slider .slick-list .slick-track .slick-slide{}
    .ssh_s12_right{}
    .ssh_s12_right article{}
    .ssh_s12_right article h2{}
    .ssh_s12_right article h2 br{}
    .ssh_s12_right article h2 .m{}
    .ssh_s12_right article h2 strong{}
    .ssh_s12_right article h2 mark{}
    .ssh_s12_right article h2 mark:before{}
    .ssh_s12_right article p{}
    .ssh_s12_right article p br{}
    .ssh_s12_right article p .m{}
    .ssh_s12_right article p strong{}
    .ssh_s12_link{}
    .ssh_s12_link_in{}
    .ssh_s12_link_in .pf4_button{}
    .ssh_s12_link_in .pf4_button:before{}
    .ssh_s12_link_in .pf4_button .pf4{}
    .ssh_s12_link_in .pf4_button .pf4:before{}
    .ssh_s12_link_in .pf4_sty1,
    .ssh_s12_link_in .pf4_sty2,
    .ssh_s12_link_in .pf4_sty3{}
    .ssh_s12_link_in .pf4_sty1{}
    .ssh_s12_link_in .pf4_sty2{}
    .ssh_s12_link_in .pf4_sty3{}
    .ssh_s12_link_in .pf4_sty4{}
    .ssh_s12_link_in .pf4_sty4:before{}
    .ssh_s12_link_in .pf4_sty4 img{}
}
@media screen and (max-width: 768px){
.ssh_s12{
    padding-bottom: 0vw;
    padding-top: 14.667vw;
}
    .ssh_s12 .section_inner{
    width: 100%;
    padding-left: 7.467vw;
    padding-right: 7.467vw;
}
    .ssh_s12_title{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s12_title h5{
    padding-left: 0vw;
}
    .ssh_s12_title h5 br{}
    .ssh_s12_title h5 .m{}
    .ssh_s12_left{
    width: 100%;
    padding-left: 16.267vw;
    padding-right: 16.267vw;
    order: 2;
}
    .ssh_s12_left_content{}
    .ssh_s12_left_in{
    position: relative;
}
    .ssh_s12_slider_art1{
    width: 36vw;
    height: 37.333vw;
    top: -26.4vw;
    left: -14.133vw;
    border-radius: 8vw;
}
    .ssh_s12_slider_art2{
    width: 69.067vw;
    height: 70.933vw;
    bottom: -0.267vw;
    left: calc(50% - -2px);
    transform: translatex(-50%);
}
    .ssh_s12_left_slider{
    position: initial;
    top: 0vw;
    width: 100%;
    left: 0vw;
    padding-bottom: 18.4vw;
}
    .ssh_s12_slider_img{
    padding-right: 0vw;
    left: -0.8vw;
}
    .ssh_s12_slider_img img{}
    .ssh_s12_left_slider .slick-prev,
    .ssh_s12_left_slider .slick-next {
    top: 45.6%;
    z-index: 5;
    width: 7.733vw;
    height: 5.867vw;
}
    .ssh_s12_left_slider .slick-prev {
    left: -18.133vw;
}
    .ssh_s12_left_slider .slick-next {
    right: -18.133vw;
}
    .ssh_s12_left_slider .slick-list .slick-track .slick-slide{}
    .ssh_s12_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    order: 1;
    padding-bottom: 41.867vw;
    padding-top: 0.267vw;
}
    .ssh_s12_right article{
    padding-left: 0vw;
    padding-top: 3.2vw;
}
    .ssh_s12_right article h2{
    line-height: 1.17;
    margin-bottom: 4.267vw;
}
    .ssh_s12_right article h2 br{
    display: none;
}
    .ssh_s12_right article h2 .m{}
    .ssh_s12_right article h2 strong{}
    .ssh_s12_right article h2 mark{}
    .ssh_s12_right article h2 mark:before{
    width: 33.787vw;
    height: 21.2vw;
    top: -6.667vw;
    left: -4.533vw;
    background-image: url(ssh-s12-01-m.svg);
}
    .ssh_s12_right article p{
    padding-left: 18.933vw;
    padding-top: 1.333vw;
    padding-right: 13.067vw;
}
    .ssh_s12_right article p br{
    display: none;
}
    .ssh_s12_right article p .m{}
    .ssh_s12_right article p strong{}
    .ssh_s12_link{
    padding-top: 1.6vw;
    padding-left: 18.933vw;
    padding-bottom: 0vw;
}
    .ssh_s12_link_in{}
    .ssh_s12_link_in .pf4_button{
    padding: 1.6vw 7.467vw 2.4vw 8vw;
}
    .ssh_s12_link_in .pf4_button:before{}
    .ssh_s12_link_in .pf4_button .pf4{}
    .ssh_s12_link_in .pf4_button .pf4:before{}
    .ssh_s12_link_in .pf4_sty1,
    .ssh_s12_link_in .pf4_sty2,
    .ssh_s12_link_in .pf4_sty3{}
    .ssh_s12_link_in .pf4_sty1{}
    .ssh_s12_link_in .pf4_sty2{}
    .ssh_s12_link_in .pf4_sty3{}
    .ssh_s12_link_in .pf4_sty4{
    display: block;
    width: 80vw;
    height: auto;
    position: absolute;
    left: -85.153vw;
    top: 2.6vw;
}
    .ssh_s12_link_in .pf4_sty4:before{}
    .ssh_s12_link_in .pf4_sty4 img{}
}
@media screen and (max-width: 550px){
.ssh_s12{
    padding-bottom: 0vw;
    padding-top: 14.667vw;
}
    .ssh_s12 .section_inner{
    width: 100%;
    padding-left: 7.467vw;
    padding-right: 7.467vw;
}
    .ssh_s12_title{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s12_title h5{
    padding-left: 0vw;
}
    .ssh_s12_title h5 br{}
    .ssh_s12_title h5 .m{}
    .ssh_s12_left{
    width: 100%;
    padding-left: 16.267vw;
    padding-right: 16.267vw;
    order: 2;
}
    .ssh_s12_left_content{}
    .ssh_s12_left_in{
    position: relative;
}
    .ssh_s12_slider_art1{
    width: 36vw;
    height: 37.333vw;
    top: -26.4vw;
    left: -14.133vw;
    border-radius: 8vw;
}
    .ssh_s12_slider_art2{
    width: 69.067vw;
    height: 70.933vw;
    bottom: -0.267vw;
    left: calc(50% - -2px);
    transform: translatex(-50%);
}
    .ssh_s12_left_slider{
    position: initial;
    top: 0vw;
    width: 100%;
    left: 0vw;
    padding-bottom: 18.4vw;
}
    .ssh_s12_slider_img{
    padding-right: 0vw;
    left: -0.8vw;
}
    .ssh_s12_slider_img img{}
    .ssh_s12_left_slider .slick-prev,
    .ssh_s12_left_slider .slick-next {
    top: 45.6%;
    z-index: 5;
    width: 7.733vw;
    height: 5.867vw;
}
    .ssh_s12_left_slider .slick-prev {
    left: -18.133vw;
}
    .ssh_s12_left_slider .slick-next {
    right: -18.133vw;
}
    .ssh_s12_left_slider .slick-list .slick-track .slick-slide{}
    .ssh_s12_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    order: 1;
    padding-bottom: 41.867vw;
    padding-top: 0.267vw;
}
    .ssh_s12_right article{
    padding-left: 0vw;
    padding-top: 3.2vw;
}
    .ssh_s12_right article h2{
    line-height: 1.17;
    margin-bottom: 4.267vw;
}
    .ssh_s12_right article h2 br{
    display: none;
}
    .ssh_s12_right article h2 .m{}
    .ssh_s12_right article h2 strong{}
    .ssh_s12_right article h2 mark{}
    .ssh_s12_right article h2 mark:before{
    width: 33.787vw;
    height: 21.2vw;
    top: -6.667vw;
    left: -4.533vw;
    background-image: url(ssh-s12-01-m.svg);
}
    .ssh_s12_right article p{
    padding-left: 18.933vw;
    padding-top: 1.333vw;
    padding-right: 13.067vw;
}
    .ssh_s12_right article p br{
    display: none;
}
    .ssh_s12_right article p .m{}
    .ssh_s12_right article p strong{}
    .ssh_s12_link{
    padding-top: 1.6vw;
    padding-left: 18.933vw;
    padding-bottom: 0vw;
}
    .ssh_s12_link_in{}
    .ssh_s12_link_in .pf4_button{
    padding: 1.6vw 7.467vw 2.4vw 8vw;
}
    .ssh_s12_link_in .pf4_button:before{}
    .ssh_s12_link_in .pf4_button .pf4{}
    .ssh_s12_link_in .pf4_button .pf4:before{}
    .ssh_s12_link_in .pf4_sty1,
    .ssh_s12_link_in .pf4_sty2,
    .ssh_s12_link_in .pf4_sty3{}
    .ssh_s12_link_in .pf4_sty1{}
    .ssh_s12_link_in .pf4_sty2{}
    .ssh_s12_link_in .pf4_sty3{}
    .ssh_s12_link_in .pf4_sty4{
    display: block;
    width: 80vw;
    height: auto;
    position: absolute;
    left: -85.153vw;
    top: 2.6vw;
}
    .ssh_s12_link_in .pf4_sty4:before{}
    .ssh_s12_link_in .pf4_sty4 img{}
}
/**************S13*****************/
.ssh_s13{
    background: #f7f8f7;
    padding-bottom: 6.736vw;
}
.ssh_s13 .section_inner{
    width: 75vw;
}
.ssh_s13_content_t{
    padding-top: 6.77vw;
    width: 100%;
    padding-bottom: 1.806vw;
}
.ssh_s13_content_t article{
    text-align: center;
}
.ssh_s13_content_t article h2{
    margin-bottom: 1.25vw;
    position: relative;
    z-index: 1;
}
.ssh_s13_content_t article h2 br{}
.ssh_s13_content_t article h2 .m{}
.ssh_s13_content_t article h2 mark{position: relative;z-index: -1;}
.ssh_s13_content_t article h2 mark:before{
    width: 16.253vw;
    height: 8.81vw;
    top: -2.569vw;
    left: -2.083vw;
    background-image: url(ssh-s13-01.svg);
}
.ssh_s13_content_t article h6{
    text-transform: uppercase;
}
.ssh_s13_content_t article h6 br{}
.ssh_s13_content_t article h6 .m{}
.ssh_s13_video.my_ani.not_in_viewport{
    opacity: 0;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s13_video{
    width: 98.2%;
        opacity: 1;
    transition-duration: 0.8s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ssh_s13_video_content{
    padding-left: 1.458vw;
}
.ssh_s13_video_in{
    display: block;
    position: relative;
}
.ssh_s13_video_in iframe{
    display: block;
    width: 100%;
    height: 783px;
    border: solid 0.573vw #fa8f29;
}
.ssh_s13_video_in_art{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #faebd700;
    border: solid 0.573vw #fa8f29;
    display: block;
    z-index: 0;
    display: none;
}
.ssh_s13_video_in img{
}
.ssh_s13_content_b{
    width: 100%;
    text-align: center;
    margin-left: 0vw;
}
.ssh_s13_link{
    padding-top: 3.9vw;
}
.ssh_s13_link_in{
    position: relative;
    display: inline-block;
    left: -0.139vw;
}
.ssh_s13_link_in .pf4_button{
    padding: 0.833vw 4.236vw 0.903vw 4.444vw;
}
.ssh_s13_link_in .pf4_button:before{}
.ssh_s13_link_in .pf4_button:hover::before{
    background-color: #f7f8f7;
}
.ssh_s13_link_in .pf4_button .pf4{}
.ssh_s13_link_in .pf4_button .pf4:before{}
.ssh_s13_link_in .pf4_sty1,
.ssh_s13_link_in .pf4_sty2,
.ssh_s13_link_in .pf4_sty3{}
.ssh_s13_link_in .pf4_sty1{}
.ssh_s13_link_in .pf4_sty2{}
.ssh_s13_link_in .pf4_sty3{}
.ssh_s13 .ssh_s13_link.not_in_viewport .pf4_sty4{
  top: 20vw;
  opacity:0;
}
.ssh_s13_link_in .pf4_sty4{
    transform: translateX(-50%);
    left: calc(50% - -0.208vw);
    top: 4.653vw;
    width: 1.528vw;
    opacity:1;
}

.ssh_s13_link_in .pf4_sty4:before{
    height: 34.722vw;
    width: 0.069vw;
    top: initial;
    bottom: -34.722vw !important;
    transform: translateX(-50%);
    left: calc(50% - -0vw);
    background-color: #0e0e0ea3;
}
.ssh_s13_link_in .pf4_sty4 img{
    display: block;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s13{
        background: #f7f8f7;
        padding-bottom: 6.736vw;
    }
    .ssh_s13 .section_inner{
        width: 75vw;
    }
    .ssh_s13_content_t{
        padding-top: 6.875vw;
        width: 100%;
        padding-bottom: 1.806vw;
    }
    .ssh_s13_content_t article{
        text-align: center;
    }
    .ssh_s13_content_t article h2{
        margin-bottom: 1.25vw;
    }
    .ssh_s13_content_t article h2 br{}
    .ssh_s13_content_t article h2 .m{}
    .ssh_s13_content_t article h2 mark{ }
    .ssh_s13_content_t article h2 mark:before{
        width: 16.253vw;
        height: 8.81vw;
        top: -2.569vw;
        left: -2.083vw;
        background-image: url(ssh-s13-01.svg);
    }
    .ssh_s13_content_t article h6{
        text-transform: uppercase;
    }
    .ssh_s13_content_t article h6 br{}
    .ssh_s13_content_t article h6 .m{}
    .ssh_s13_video{
        width: 98.2%;
    }
    .ssh_s13_video_content{
        padding-left: 1.458vw;
    }
    .ssh_s13_video_in{
        display: block;
        position: relative;
    }
        .ssh_s13_video_in iframe{
        display: block;
        position: relative;
        height: 39.931vw;
    }
    .ssh_s13_video_in_art{
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #faebd700;
        border: solid 0.573vw #fa8f29;
        display: block;
        z-index: 0;
        top: -1px;
        display: none;
    }
    .ssh_s13_video_in img{
    }
    .ssh_s13_content_b{
        width: 100%;
        text-align: center;
        margin-left: 0vw;
    }
    .ssh_s13_link{
    }
    .ssh_s13_link_in{
        position: relative;
        display: inline-block;
        left: -0.139vw;
    }
    .ssh_s13_link_in .pf4_button{
        padding: 0.833vw 4.236vw 0.903vw 4.444vw;
    }
    .ssh_s13_link_in .pf4_button:before{}
    .ssh_s13_link_in .pf4_button .pf4{}
    .ssh_s13_link_in .pf4_button .pf4:before{}
    .ssh_s13_link_in .pf4_sty1,
    .ssh_s13_link_in .pf4_sty2,
    .ssh_s13_link_in .pf4_sty3{}
    .ssh_s13_link_in .pf4_sty1{}
    .ssh_s13_link_in .pf4_sty2{}
    .ssh_s13_link_in .pf4_sty3{}
    .ssh_s13_link_in .pf4_sty4{
        transform: translateX(-50%);
        left: calc(50% - -0.208vw);
        top: 4.653vw;
        width: 1.528vw;
    }
    .ssh_s13_link_in .pf4_sty4:before{
        height: 34.722vw;
        width: 0.069vw;
        top: initial;
        bottom: -34.722vw !important;
        transform: translateX(-50%);
        left: calc(50% - -0vw);
        background-color: #0e0e0ea3;
    }
    .ssh_s13_link_in .pf4_sty4 img{
        display: block;
    }
}
@media screen and (max-width: 1140px){
    .ssh_s13{}
    .ssh_s13 .section_inner{}
    .ssh_s13_content_t{}
    .ssh_s13_content_t article{}
    .ssh_s13_content_t article h2{}
    .ssh_s13_content_t article h2 br{}
    .ssh_s13_content_t article h2 .m{}
    .ssh_s13_content_t article h2 mark{ }
    .ssh_s13_content_t article h2 mark:before{}
    .ssh_s13_content_t article h6{}
    .ssh_s13_content_t article h6 br{}
    .ssh_s13_content_t article h6 .m{}
    .ssh_s13_video{}
    .ssh_s13_video_content{}
    .ssh_s13_video_in{}
    .ssh_s13_video_in_art{}
    .ssh_s13_video_in img{}
    .ssh_s13_content_b{}
    .ssh_s13_link{}
    .ssh_s13_link_in{}
    .ssh_s13_link_in .pf4_button{}
    .ssh_s13_link_in .pf4_button:before{}
    .ssh_s13_link_in .pf4_button .pf4{}
    .ssh_s13_link_in .pf4_button .pf4:before{}
    .ssh_s13_link_in .pf4_sty1,
    .ssh_s13_link_in .pf4_sty2,
    .ssh_s13_link_in .pf4_sty3{}
    .ssh_s13_link_in .pf4_sty1{}
    .ssh_s13_link_in .pf4_sty2{}
    .ssh_s13_link_in .pf4_sty3{}
    .ssh_s13_link_in .pf4_sty4{}
    .ssh_s13_link_in .pf4_sty4:before{}
    .ssh_s13_link_in .pf4_sty4 img{}
}
@media screen and (max-width: #1024px){
    .ssh_s13{}
    .ssh_s13 .section_inner{}
    .ssh_s13_content_t{}
    .ssh_s13_content_t article{}
    .ssh_s13_content_t article h2{}
    .ssh_s13_content_t article h2 br{}
    .ssh_s13_content_t article h2 .m{}
    .ssh_s13_content_t article h2 mark{ }
    .ssh_s13_content_t article h2 mark:before{}
    .ssh_s13_content_t article h6{}
    .ssh_s13_content_t article h6 br{}
    .ssh_s13_content_t article h6 .m{}
    .ssh_s13_video{}
    .ssh_s13_video_content{}
    .ssh_s13_video_in{}
    .ssh_s13_video_in_art{}
    .ssh_s13_video_in img{}
    .ssh_s13_content_b{}
    .ssh_s13_link{}
    .ssh_s13_link_in{}
    .ssh_s13_link_in .pf4_button{}
    .ssh_s13_link_in .pf4_button:before{}
    .ssh_s13_link_in .pf4_button .pf4{}
    .ssh_s13_link_in .pf4_button .pf4:before{}
    .ssh_s13_link_in .pf4_sty1,
    .ssh_s13_link_in .pf4_sty2,
    .ssh_s13_link_in .pf4_sty3{}
    .ssh_s13_link_in .pf4_sty1{}
    .ssh_s13_link_in .pf4_sty2{}
    .ssh_s13_link_in .pf4_sty3{}
    .ssh_s13_link_in .pf4_sty4{}
    .ssh_s13_link_in .pf4_sty4:before{}
    .ssh_s13_link_in .pf4_sty4 img{}
}
@media screen and (max-width: 768px){
.ssh_s13{
    padding-bottom: 16.8vw;
}
    .ssh_s13 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s13_content_t{
    padding-bottom: 7.2vw;
    padding-top: 13.067vw;
}
    .ssh_s13_content_t article{}
    .ssh_s13_content_t article h2{
    position: relative;
    left: -1.067vw;
    margin-bottom: 3.2vw;
}
    .ssh_s13_content_t article h2 br{}
    .ssh_s13_content_t article h2 .m{}
    .ssh_s13_content_t article h2 mark{ }
    .ssh_s13_content_t article h2 mark:before{
    width: 33.787vw;
    height: 21.2vw;
    top: -6.933vw;
    left: -5.067vw;
    transform: rotate(-4deg);
}
    .ssh_s13_content_t article h6{}
    .ssh_s13_content_t article h6 br{}
    .ssh_s13_content_t article h6 .m{}
    .ssh_s13_video{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s13_video_content{
    padding: 0vw 7.467vw 4.267vw 7.467vw;
}
    .ssh_s13_video_in{}
    .ssh_s13_video_in_art{
    border: solid 0.8vw #fa8f29;
}
    .ssh_s13_video_in img{}
    .ssh_s13_content_b{}
    .ssh_s13_link{
    display: none;
}
    .ssh_s13_link_in{}
    .ssh_s13_link_in .pf4_button{
    padding: 1.722vw 9.867vw 2.4vw 10.333vw;
    font-size: 2.267vw;
    position: relative;
    left: -0.533vw;
}
    .ssh_s13_link_in .pf4_button:before{}
    .ssh_s13_link_in .pf4_button .pf4{}
    .ssh_s13_link_in .pf4_button .pf4:before{}
    .ssh_s13_link_in .pf4_sty1,
    .ssh_s13_link_in .pf4_sty2,
    .ssh_s13_link_in .pf4_sty3{}
    .ssh_s13_link_in .pf4_sty1{}
    .ssh_s13_link_in .pf4_sty2{}
    .ssh_s13_link_in .pf4_sty3{}
    .ssh_s13_link_in .pf4_sty4{
    transform: translateX(-50%);
    left: calc(50% - 0vw);
    top: 12vw;
    width: 3.467vw;
}
    .ssh_s13_link_in .pf4_sty4:before{}
    .ssh_s13_link_in .pf4_sty4 img{}
    .ssh_s13_link.mobile_only{display:block;}
}
@media screen and (max-width: 550px){
.ssh_s13{
    padding-bottom: 16.8vw;
}
    .ssh_s13 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s13_content_t{
    padding-bottom: 7.2vw;
    padding-top: 13.067vw;
}
    .ssh_s13_content_t article{}
    .ssh_s13_content_t article h2{
    position: relative;
    left: -1.067vw;
    margin-bottom: 3.2vw;
}
    .ssh_s13_content_t article h2 br{}
    .ssh_s13_content_t article h2 .m{}
    .ssh_s13_content_t article h2 mark{ }
    .ssh_s13_content_t article h2 mark:before{
    width: 33.787vw;
    height: 21.2vw;
    top: -6.933vw;
    left: -5.067vw;
    transform: rotate(-4deg);
}
    .ssh_s13_content_t article h6{}
    .ssh_s13_content_t article h6 br{}
    .ssh_s13_content_t article h6 .m{}
    .ssh_s13_video{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s13_video_content{
    padding: 0vw 7.467vw 4.9vw 7.467vw;
}
    .ssh_s13_video_in{
    border: none;
}
    .ssh_s13_video_in iframe{
    border: solid 0.8vw #fa8f29;
    height: 48vw;
}
    .ssh_s13_video_in_art{
    border: solid 0.8vw #fa8f29;
    display: none;
}
    .ssh_s13_video_in img{}
    .ssh_s13_content_b{}
    .ssh_s13_link{
    display: none;
}
    .ssh_s13_link_in{}
    .ssh_s13_link_in .pf4_button{
    padding: 1.722vw 9.867vw 2.4vw 10.333vw;
    font-size: 2.267vw;
    position: relative;
    left: -0.533vw;
}
    .ssh_s13_link_in .pf4_button:before{}
    .ssh_s13_link_in .pf4_button .pf4{}
    .ssh_s13_link_in .pf4_button .pf4:before{}
    .ssh_s13_link_in .pf4_sty1,
    .ssh_s13_link_in .pf4_sty2,
    .ssh_s13_link_in .pf4_sty3{}
    .ssh_s13_link_in .pf4_sty1{}
    .ssh_s13_link_in .pf4_sty2{}
    .ssh_s13_link_in .pf4_sty3{}
    .ssh_s13_link_in .pf4_sty4{
    transform: translateX(-50%);
    left: calc(50% - 0vw);
    top: 12vw;
    width: 3.467vw;
}
    .ssh_s13_link_in .pf4_sty4:before{}
    .ssh_s13_link_in .pf4_sty4 img{}
    .ssh_s13_link.mobile_only{display:block;}
}
/**************S14*****************/
.ssh_s14{
    background-color: #f5f1e7;
    padding-top: 7.639vw;
    padding-bottom: 8.889vw;
}
.ssh_s14 .section_inner{
    width: 88.889vw;
}
.ssh_s14_left{
    width: 47%;
}
.ssh_s14_left article{}
.ssh_s14_left article h5{
    padding-top: 4.792vw;
    padding-left: 0.833vw;
    margin-bottom: 1.319vw;
}
.ssh_s14_left article h5 br{}
.ssh_s14_left article h5 .m{}
.ssh_s14_left article h2{
    padding-top: 1.111vw;
    padding-left: 0.833vw;
    line-height: 1.13;
    position: relative;
    z-index: 1;
}
.ssh_s14_left article h2 mark{
    position: relative;
    z-index: -1;
}
.ssh_s14_left article h2 mark:before{
    width: 22.827vw;
    height: 8.81vw;
    top: -2.5vw;
    left: -2.708vw;
    background-image: url(ssh-s14-01.svg);
}
.ssh_s14_left article h2 strong{
    color: #489bbc;
}
.ssh_s14_left article h2 br{}
.ssh_s14_left article h2 .m{}
.ssh_s14_right{
    width: 50%;
    padding-top: 1.528vw;
}
.ssh_s14_right_form{
    padding-left: 1.389vw;
    padding-right: 0.278vw;
}
.ssh_s14_right_form_in{}
.ssh_s14_right_form_in form{}
.ssh_s14_right_form_in .text-field{}
.ssh_s14_right_form_in .email-field{}
.ssh_s14_right_form_in .text-area-field{}
.ssh_s14_right_form_in .text-area-field textarea{
    font-family: Opera;
    font-size: 1.302vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.091vw;
    text-align: left;
    color: #202936;
    display: block;
    width: 100%;
    padding: 1.597vw 2.014vw 1.389vw 1.944vw;
    background: #fff;
    border-radius: 0.972vw;
    background-color: #f7f8f7;
    border: none;
    outline: none;
    min-height: 15.139vw;
    text-transform: initial!important;
    opacity: 1;
}
.ssh_s14_right_form_in input{
    font-family: Opera;
    font-size: 1.302vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.091vw;
    text-align: left;
    color: #202936;
    display: block;
    width: 100%;
    padding: 1.597vw 2.014vw 1.389vw 2.153vw;
    background: #fff;
    border-radius: 0.972vw;
    background-color: #F7F8F7;
    border: none;
    outline: none;
    text-transform: initial!important;
    margin-bottom: 1.979vw;
}
.ssh_s14_right_form_in input::placeholder {
    color:#202936;
    opacity:1;
    text-transform: lowercase !important;
}
.ssh_s14_right_form_in textarea::placeholder {
    color:#202936;
    opacity:1;
    text-transform: lowercase !important;
}
.ssh_s14_link{
    padding-top: 2.5vw;
    padding-left: 0.139vw;
}
.ssh_s14_link_in{
    position: relative;
    display: inline-block;
    left: -0.139vw;
}
.ssh_s14_link_in .pf4_button{
    padding: 0.833vw 3.958vw 0.903vw 4.236vw;
}
.ssh_s14_link_in .pf4_button:before{}
.ssh_s14_link_in .pf4_button:hover::before{
    background-color: #f5f1e7;
}
.ssh_s14_link_in .pf4_button .pf4{}
.ssh_s14_link_in .pf4_button .pf4:before{}
.ssh_s14_link_in .pf4_sty1,
.ssh_s14_link_in .pf4_sty2,
.ssh_s14_link_in .pf4_sty3{}
.ssh_s14_link_in .pf4_sty1{}
.ssh_s14_link_in .pf4_sty2{}
.ssh_s14_link_in .pf4_sty3{}
.ssh_s14_link_in .pf4_sty4{
    transform: translateX(-50%);
    left: calc(50% - -0.208vw);
    top: 4.653vw;
    width: 1.528vw;
}
.ssh_s14_link_in .pf4_sty4:before{
    height: 694.444vw;
    width: 0.069vw;
    top: initial;
    bottom: -694.444vw !important;
    transform: translateX(-50%);
    left: calc(50% - -0vw);
    background-color: #0e0e0ea3;
}
.ssh_s14_link_in .pf4_sty4 img{
    display: block;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
.ssh_s14{
    background-color: #f5f1e7;
    padding-top: 7.639vw;
    padding-bottom: 127px;
}
.ssh_s14 .section_inner{
    width: 88.889vw;
}
.ssh_s14_left{
    width: 47%;
}
.ssh_s14_left article{}
.ssh_s14_left article h5{
    padding-top: 4.792vw;
    padding-left: 0.833vw;
    margin-bottom: 1.319vw;
}
.ssh_s14_left article h5 br{}
.ssh_s14_left article h5 .m{}
.ssh_s14_left article h2{
    padding-top: 1.111vw;
    padding-left: 0.833vw;
    line-height: 1.13;
    position: relative;
    z-index: 1;
}
.ssh_s14_left article h2 mark{
    position: relative;
    z-index: -1;
}
.ssh_s14_left article h2 mark:before{
    width: 22.827vw;
    height: 8.81vw;
    top: -2.5vw;
    left: -2.708vw;
    background-image: url(ssh-s14-01.svg);
}
.ssh_s14_left article h2 strong{
    color: #489bbc;
}
.ssh_s14_left article h2 br{}
.ssh_s14_left article h2 .m{}
.ssh_s14_right{
    width: 50%;
    padding-top: 1.528vw;
}
.ssh_s14_right_form{
    padding-left: 1.389vw;
    padding-right: 0.278vw;
}
.ssh_s14_right_form_in{}
.ssh_s14_right_form_in form{}
.ssh_s14_right_form_in .text-field{}
.ssh_s14_right_form_in .email-field{}
.ssh_s14_right_form_in .text-area-field{}
.ssh_s14_right_form_in .text-area-field textarea{
    font-family: Opera;
    font-size: 1.302vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.091vw;
    text-align: left;
    color: #202936;
    display: block;
    width: 100%;
    padding: 1.597vw 2.014vw 1.389vw 1.944vw;
    background: #fff;
    border-radius: 0.972vw;
    background-color: #f7f8f7;
    border: none;
    outline: none;
    min-height: 15.139vw;
    text-transform: initial!important;
    opacity: 1;
}
.ssh_s14_right_form_in input{
    font-family: Opera;
    font-size: 1.302vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.091vw;
    text-align: left;
    color: #202936;
    display: block;
    width: 100%;
    padding: 1.597vw 2.014vw 1.389vw 2.153vw;
    background: #fff;
    border-radius: 0.972vw;
    background-color: #F7F8F7;
    border: none;
    outline: none;
    text-transform: initial!important;
    margin-bottom: 2.143vw;
}
.ssh_s14_right_form_in input::placeholder {
    color:#202936;
    opacity:1;
    text-transform: lowercase !important;
}
.ssh_s14_right_form_in textarea::placeholder {
    color:#202936;
    opacity:1;
    text-transform: lowercase !important;
}
.ssh_s14_link{
    padding-top: 2.143vw;
    padding-left: 0.139vw;
}
.ssh_s14_link_in{
    position: relative;
    display: inline-block;
    left: -0.139vw;
}
.ssh_s14_link_in .pf4_button{
    padding: 0.833vw 3.958vw 0.903vw 4.236vw;
}
.ssh_s14_link_in .pf4_button:before{}
.ssh_s14_link_in .pf4_button .pf4{}
.ssh_s14_link_in .pf4_button .pf4:before{}
.ssh_s14_link_in .pf4_sty1,
.ssh_s14_link_in .pf4_sty2,
.ssh_s14_link_in .pf4_sty3{}
.ssh_s14_link_in .pf4_sty1{}
.ssh_s14_link_in .pf4_sty2{}
.ssh_s14_link_in .pf4_sty3{}
.ssh_s14_link_in .pf4_sty4{
    transform: translateX(-50%);
    left: calc(50% - -0.208vw);
    top: 4.653vw;
    width: 1.528vw;
}
.ssh_s14_link_in .pf4_sty4:before{
    height: 694.444vw;
    width: 0.069vw;
    top: initial;
    bottom: -694.444vw !important;
    transform: translateX(-50%);
    left: calc(50% - -0vw);
    background-color: #0e0e0ea3;
}
.ssh_s14_link_in .pf4_sty4 img{
    display: block;
  }
}
@media screen and (max-width: 1140px){
    .ssh_s14{}
    .ssh_s14 .section_inner{}
    .ssh_s14_left{}
    .ssh_s14_left article{}
    .ssh_s14_left article h5{}
    .ssh_s14_left article h5 br{}
    .ssh_s14_left article h5 .m{}
    .ssh_s14_left article h2{}
    .ssh_s14_left article h2 mark{}
    .ssh_s14_left article h2 mark:before{}
    .ssh_s14_left article h2 strong{}
    .ssh_s14_left article h2 br{}
    .ssh_s14_left article h2 .m{}
    .ssh_s14_right{}
    .ssh_s14_right_form{}
    .ssh_s14_right_form_in{}
    .ssh_s14_right_form_in form{}
    .ssh_s14_right_form_in .text-field{}
    .ssh_s14_right_form_in .email-field{}
    .ssh_s14_right_form_in .text-area-field{}
    .ssh_s14_right_form_in .text-area-field textarea{
    font-size: 1.6vw;
}
    .ssh_s14_right_form_in form input{
    font-size: 1.6vw;
}
    .ssh_s14_right_form_in form input::placeholder {}
    .ssh_s14_right_form_in form textarea::placeholder {}
    .ssh_s14_link{}
    .ssh_s14_link_in{}
    .ssh_s14_link_in .pf4_button{}
    .ssh_s14_link_in .pf4_button:before{}
    .ssh_s14_link_in .pf4_button .pf4{}
    .ssh_s14_link_in .pf4_button .pf4:before{}
    .ssh_s14_link_in .pf4_sty1,
    .ssh_s14_link_in .pf4_sty2,
    .ssh_s14_link_in .pf4_sty3{}
    .ssh_s14_link_in .pf4_sty1{}
    .ssh_s14_link_in .pf4_sty2{}
    .ssh_s14_link_in .pf4_sty3{}
    .ssh_s14_link_in .pf4_sty4{}
    .ssh_s14_link_in .pf4_sty4:before{}
    .ssh_s14_link_in .pf4_sty4 img{}
}
@media screen and (max-width: #1024px){
    .ssh_s14{}
    .ssh_s14 .section_inner{}
    .ssh_s14_left{}
    .ssh_s14_left article{}
    .ssh_s14_left article h5{}
    .ssh_s14_left article h5 br{}
    .ssh_s14_left article h5 .m{}
    .ssh_s14_left article h2{}
    .ssh_s14_left article h2 mark{}
    .ssh_s14_left article h2 mark:before{}
    .ssh_s14_left article h2 strong{}
    .ssh_s14_left article h2 br{}
    .ssh_s14_left article h2 .m{}
    .ssh_s14_right{}
    .ssh_s14_right_form{}
    .ssh_s14_right_form_in{}
    .ssh_s14_right_form_in form{}
    .ssh_s14_right_form_in .text-field{}
    .ssh_s14_right_form_in .email-field{}
    .ssh_s14_right_form_in .text-area-field{}
    .ssh_s14_right_form_in .text-area-field textarea{}
    .ssh_s14_right_form_in form input{}
    .ssh_s14_right_form_in form input::placeholder {}
    .ssh_s14_right_form_in form textarea::placeholder {}
    .ssh_s14_link{}
    .ssh_s14_link_in{}
    .ssh_s14_link_in .pf4_button{}
    .ssh_s14_link_in .pf4_button:before{}
    .ssh_s14_link_in .pf4_button .pf4{}
    .ssh_s14_link_in .pf4_button .pf4:before{}
    .ssh_s14_link_in .pf4_sty1,
    .ssh_s14_link_in .pf4_sty2,
    .ssh_s14_link_in .pf4_sty3{}
    .ssh_s14_link_in .pf4_sty1{}
    .ssh_s14_link_in .pf4_sty2{}
    .ssh_s14_link_in .pf4_sty3{}
    .ssh_s14_link_in .pf4_sty4{}
    .ssh_s14_link_in .pf4_sty4:before{}
    .ssh_s14_link_in .pf4_sty4 img{}
}
@media screen and (max-width: 768px){
.ssh_s14{
    padding-top: 9.6vw;
    padding-bottom: 16.8vw;
}
    .ssh_s14 .section_inner{
    width: 100%;
    padding-left: 6.667vw;
    padding-right: 6.667vw;
}
    .ssh_s14_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-bottom: 7.733vw;
}
    .ssh_s14_left article{}
    .ssh_s14_left article h5{}
    .ssh_s14_left article h5 br{}
    .ssh_s14_left article h5 .m{}
    .ssh_s14_left article h2{
    padding-top: 2.133vw;
    padding-left: 0.267vw;
    line-height: 1.16;
}
    .ssh_s14_left article h2 mark{}
    .ssh_s14_left article h2 mark:before{
    background-image: url(ssh-s14-01-m.svg);
    width: 54.416vw;
    height: 19.483vw;
    top: -6.133vw;
    left: -11.733vw;
}
    .ssh_s14_left article h2 strong{}
    .ssh_s14_left article h2 br{
}
    .ssh_s14_left article h2 .m{}
    .ssh_s14_right{
    width: 100%;
    padding-left: 1.067vw;
    padding-right: 1.067vw;
}
    .ssh_s14_right_form{
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s14_right_form_in{}
    .ssh_s14_right_form form{}
    .ssh_s14_right_form .text-field{
    margin-bottom: 16px;
}
    .ssh_s14_right_form .email-field{
    margin-bottom: 4.267vw;
}
    .ssh_s14_right_form .text-area-field{
    position: relative;
    top: -0.267vw;
}
    .ssh_s14_right_form .text-area-field textarea{
    font-size: 2.667vw;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.16vw;
    padding: 2.667vw 4.267vw 2.667vw 4.267vw;
    min-height: 29.6vw;
}
    .ssh_s14_right_form form input{
    font-size: 2.667vw;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.16vw;
    padding: 2.933vw 4.267vw 10px 4.267vw;
    margin-bottom: 3.2vw;
}
    .ssh_s14_right_form form input::placeholder {}
    .ssh_s14_right_form form textarea::placeholder {}
    .ssh_s14_link{
    padding-top: 1.867vw;
    padding-left: 0.267vw;
}
    .ssh_s14_link_in{}
    .ssh_s14_link_in .pf4_button{
    padding: 1.6vw 7.2vw 2.4vw 7.467vw;
    font-size: 2.267vw;
}
    .ssh_s14_link_in .pf4_button:before{}
    .ssh_s14_link_in .pf4_button .pf4{}
    .ssh_s14_link_in .pf4_button .pf4:before{}
    .ssh_s14_link_in .pf4_sty1,
    .ssh_s14_link_in .pf4_sty2,
    .ssh_s14_link_in .pf4_sty3{}
    .ssh_s14_link_in .pf4_sty1{}
    .ssh_s14_link_in .pf4_sty2{}
    .ssh_s14_link_in .pf4_sty3{}
    .ssh_s14_link_in .pf4_sty4{}
    .ssh_s14_link_in .pf4_sty4:before{}
    .ssh_s14_link_in .pf4_sty4 img{}
}
@media screen and (max-width: 550px){
.ssh_s14{
    padding-top: 9.6vw;
    padding-bottom: 16.8vw;
}
    .ssh_s14 .section_inner{
    width: 100%;
    padding-left: 6.667vw;
    padding-right: 6.667vw;
}
    .ssh_s14_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-bottom: 7.733vw;
}
    .ssh_s14_left article{}
    .ssh_s14_left article h5{}
    .ssh_s14_left article h5 br{}
    .ssh_s14_left article h5 .m{}
    .ssh_s14_left article h2{
    padding-top: 2.133vw;
    padding-left: 0.267vw;
    line-height: 1.16;
}
    .ssh_s14_left article h2 mark{}
    .ssh_s14_left article h2 mark:before{
    background-image: url(ssh-s14-01-m.svg);
    width: 54.416vw;
    height: 19.483vw;
    top: -6.133vw;
    left: -11.733vw;
}
    .ssh_s14_left article h2 strong{}
    .ssh_s14_left article h2 br{
}
    .ssh_s14_left article h2 .m{}
    .ssh_s14_right{
    width: 100%;
    padding-left: 1.067vw;
    padding-right: 1.067vw;
}
    .ssh_s14_right_form{
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s14_right_form_in{}
    .ssh_s14_right_form form{}
    .ssh_s14_right_form .text-field{
    margin-bottom: 16px;
}
    .ssh_s14_right_form .email-field{
    margin-bottom: 4.267vw;
}
    .ssh_s14_right_form .text-area-field{
    position: relative;
    top: -0.267vw;
}
    .ssh_s14_right_form .text-area-field textarea{
    font-size: 2.667vw;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.16vw;
    padding: 2.667vw 4.267vw 2.667vw 4.267vw;
    min-height: 29.6vw;
}
    .ssh_s14_right_form form input{
    font-size: 2.667vw;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.16vw;
    padding: 2.933vw 4.267vw 10px 4.267vw;
    margin-bottom: 3.2vw;
}
    .ssh_s14_right_form form input::placeholder {}
    .ssh_s14_right_form form textarea::placeholder {}
    .ssh_s14_link{
    padding-top: 1.867vw;
    padding-left: 0.267vw;
}
    .ssh_s14_link_in{}
    .ssh_s14_link_in .pf4_button{
    padding: 1.6vw 7.2vw 2.4vw 7.467vw;
    font-size: 2.267vw;
}
    .ssh_s14_link_in .pf4_button:before{}
    .ssh_s14_link_in .pf4_button .pf4{}
    .ssh_s14_link_in .pf4_button .pf4:before{}
    .ssh_s14_link_in .pf4_sty1,
    .ssh_s14_link_in .pf4_sty2,
    .ssh_s14_link_in .pf4_sty3{}
    .ssh_s14_link_in .pf4_sty1{}
    .ssh_s14_link_in .pf4_sty2{}
    .ssh_s14_link_in .pf4_sty3{}
    .ssh_s14_link_in .pf4_sty4{}
    .ssh_s14_link_in .pf4_sty4:before{}
    .ssh_s14_link_in .pf4_sty4 img{}
}
/**************S15*****************/
.ssh_s15{
    background-color: #489BBB;
    padding-bottom: 5.903vw;
}
.ssh_s15 .section_inner{
    width: 88.889vw;
}
.ssh_s15_left{
    width: 40.7%;
}
.ssh_s15_left_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 5.139vw;
}
.ssh_s15_left_art{
    content: "";
    position: absolute;
    background: #ffffff;
    width: 0.174vw;
    height: 14.792vw;
    top: 5.069vw;
    right: 0vw;
}
.ssh_s15_left_logo{
    width: 19%;
    padding-left: 0.764vw;
    padding-right: 0.069vw;
}
.ssh_s15_left_logo span{
    position: relative;
    top: -0.139vw;
}
.ssh_s15_left_logo span img{}
.ssh_s15_left_content{
    width: 81%;
}
.ssh_s15_left_list{width: 100%;}
.ssh_s15_left_list_in{
    padding-left: 2.569vw;
    padding-right: 3.472vw;
}
.ssh_s15_left_list_in ul{
    padding: 0vw;
    margin: 0vw;
    text-align: left;
}
.ssh_s15_left_list_in ul li{
    display: inline-block;
    padding: 0vw 2.708vw 0vw 2.639vw;
    text-align: right;
}
.ssh_s15_left_list_in ul li a{
    font-family: 'Museo Sans 700';
    font-size: 1.042vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.052vw;
    color: #eff0eb;
    text-transform: uppercase;
    padding: 0.694vw;
    text-align: left;
    display: block;
    padding-top: 0.972vw;
    padding-bottom: 0.972vw;
}
.ssh_s15_left_list_in ul li:last-child{
    padding: 0vw 1.319vw 0vw 1.319vw;
}
.ssh_s15_left_icon{
    width: 100%;
}
.ssh_s15_left_icon_in{
    padding-top: 2.986vw;
    padding-left: 5.903vw;
}
.ssh_s15_left_icon_in ul{
    padding: 0vw;
    margin: 0vw;
}
.ssh_s15_left_icon_in ul li{
    display: inline-block;
    padding-right: 2.014vw;
}
.ssh_s15_left_icon_in ul li:last-child{
    padding-left: 0.278vw;
}
.ssh_s15_left_icon_in ul li a{}
.ssh_s15_left_icon_in ul li a img:hover{
    opacity: 0.8;
}
.ssh_s15_left_icon_in ul li a img{
    width: 2.847vw;
}
.Twitter{}
.Facebook{
    width: 1.25vw !important;
    position: relative;
    top: -0.208vw;
}
.Instagram{
    width: 1.944vw !important;
    position: relative;
    top: -0.347vw;
    left: 0.208vw;
}
.ssh_s15_right{
    width: 59.3%;
    padding-top: 4.097vw;
}
.ssh_s15_right_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0vw auto;
    position: relative;
    box-sizing: border-box;
}
.ssh_s15_right_title{
    width: 50%;
    padding-left: 7.014vw;
    padding-top: 1.146vw;
}
.ssh_s15_right_title h3{
    font-size: 2.847vw;
    color: #eff0eb;
    line-height: 1.15;
}
.ssh_s15_right_title h3 br{}
.ssh_s15_right_title h3 .m{}

.ssh_s15_right_form{
    width: 50%;
    display: block;
}
.ssh_s15_right_form_in{
    width: 100%;
    padding: 9px 8px 0px 24px;
    padding: 0.469vw 0.417vw 0vw 1.25vw;
}
.ssh_s15_right_form_in form{
    width: 100%;
    display: inline-block;
}
.ssh_s15_right_form_in form input{
    font-family: Opera;
    font-size: 1.302vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.091vw;
    color: #f7f8f7;
    padding: 1.181vw 2.153vw 0.938vw 2.153vw;
    background-color: #489bbc;
    outline: none;
    border-radius: 0.625vw;
    border: solid 0.139vw #f7f8f7;
    width: 100%;
    margin-bottom: 1.25vw;
    text-transform: lowercase !important;
}
.ssh_s15_right_form_in form input[type="text"]{text-transform: lowercase;}
.ssh_s15_right_form_in form input[type="email"]{}
.ssh_s15_right_form_in form input::placeholder {
    color:#f7f8f7;
    opacity:1;
    text-transform: lowercase !important;
}
.ssh_s15_right_form_in .text-field{}
.ssh_s15_right_form_in .email-field{}
.ssh_s15_link{
    padding-top: 0.625vw;
    padding-left: 0.139vw;
}
.ssh_s15_link_in{
    position: relative;
    display: inline-block;
    left: -0.139vw;
}
.ssh_s15_link_in .pf4_button{
    padding: 0.99vw 2.986vw 0.903vw 2.986vw;
}
.ssh_s15_link_in .pf4_button:before{}
.ssh_s15_link_in .pf4_button:hover::before{
    background-color: #489bbb;
}
.ssh_s15_link_in .pf4_button .pf4{}
.ssh_s15_link_in .pf4_button .pf4:before{}
.ssh_s15_link_in .pf4_sty1,
.ssh_s15_link_in .pf4_sty2,
.ssh_s15_link_in .pf4_sty3{}
.ssh_s15_link_in .pf4_sty1{}
.ssh_s15_link_in .pf4_sty2{}
.ssh_s15_link_in .pf4_sty3{}
.ssh_s15_link_in .pf4_sty4{}
.ssh_s14_link_in .pf4_sty4:before{}
.ssh_s14_link_in .pf4_sty4 img{}

/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s15{
        background-color: #489BBB;
        padding-bottom: 5.903vw;
    }
    .ssh_s15 .section_inner{
        width: 88.889vw;
    }
    .ssh_s15_left{
        width: 40.7%;
    }
    .ssh_s15_left_in{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0vw auto;
        position: relative;
        box-sizing: border-box;
        padding-top: 5.139vw;
    }
    .ssh_s15_left_art{
        content: "";
        position: absolute;
        background: #CDD1DD;
        width: 0.174vw;
        height: 14.792vw;
        top: 5.069vw;
        right: 0vw;
    }
    .ssh_s15_left_logo{
        width: 19%;
        padding-left: 0.764vw;
        padding-right: 0.069vw;
    }
    .ssh_s15_left_logo span{
        position: relative;
        top: -0.139vw;
    }
    .ssh_s15_left_logo span img{}
    .ssh_s15_left_content{
        width: 81%;
    }
    .ssh_s15_left_list{width: 100%;}
    .ssh_s15_left_list_in{
        padding-left: 2.569vw;
        padding-right: 3.472vw;
    }
    .ssh_s15_left_list_in ul{
        padding: 0vw;
        margin: 0vw;
        text-align: left;
    }
    .ssh_s15_left_list_in ul li{
        display: inline-block;
        padding: 0vw 2.708vw 0vw 2.639vw;
        text-align: right;
    }
    .ssh_s15_left_list_in ul li a{
        font-family: 'Museo Sans 700';
        font-size: 1.042vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.052vw;
        color: #eff0eb;
        text-transform: uppercase;
        padding: 0.694vw;
        text-align: left;
        display: block;
        padding-top: 0.972vw;
        padding-bottom: 0.972vw;
    }
    .ssh_s15_left_list_in ul li:last-child{
        padding: 0vw 1.319vw 0vw 1.319vw;
    }
    .ssh_s15_left_icon{
        width: 100%;
    }
    .ssh_s15_left_icon_in{
        padding-top: 2.986vw;
        padding-left: 5.903vw;
    }
    .ssh_s15_left_icon_in ul{
        padding: 0vw;
        margin: 0vw;
    }
    .ssh_s15_left_icon_in ul li{
        display: inline-block;
        padding-right: 2.014vw;
    }
    .ssh_s15_left_icon_in ul li:last-child{
        padding-left: 0.278vw;
    }
    .ssh_s15_left_icon_in ul li a{}
    .ssh_s15_left_icon_in ul li a img{
        width: 2.847vw;
    }
    .Twitter{}
    .Facebook{
        width: 1.25vw !important;
        position: relative;
        top: -0.208vw;
    }
    .Instagram{
        width: 1.944vw !important;
        position: relative;
        top: -0.347vw;
        left: 0.208vw;
    }
    .ssh_s15_right{
        width: 59.3%;
        padding-top: 4.097vw;
    }
    .ssh_s15_right_in{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0vw auto;
        position: relative;
        box-sizing: border-box;
    }
    .ssh_s15_right_title{
        width: 50%;
        padding-left: 7.014vw;
        padding-top: 1.042vw;
    }
    .ssh_s15_right_title h3{
        font-size: 2.847vw;
        color: #eff0eb;
        line-height: 1.15;
    }
    .ssh_s15_right_title h3 br{}
    .ssh_s15_right_title h3 .m{}

    .ssh_s15_right_form{
        width: 50%;
        display: block;
    }
    .ssh_s15_right_form_in{
        width: 100%;
        padding: 0.417vw 0.417vw 0vw 1.25vw;
    }
    .ssh_s15_right_form_in form{
        width: 100%;
        display: inline-block;
    }
    .ssh_s15_right_form_in form input{
        font-family: Opera;
        font-size: 1.302vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.091vw;
        color: #f7f8f7;
        padding: 1.181vw 2.153vw 1.111vw 2.153vw;
        background-color: #489bbc;
        outline: none;
        border-radius: 0.625vw;
        border: solid 0.139vw #f7f8f7;
        width: 100%;
        margin-bottom: 1.25vw;
        text-transform: lowercase !important;
    }
    .ssh_s15_right_form_in form input[type="text"]{text-transform: lowercase;}
    .ssh_s15_right_form_in form input[type="email"]{}
    .ssh_s15_right_form_in form input::placeholder {
        color:#f7f8f7;
        opacity:1;
        text-transform: lowercase !important;
    }
    .ssh_s15_right_form_in .text-field{
    margin-bottom: 1.319vw;
}
    .ssh_s15_right_form_in .email-field{}
    .ssh_s15_link{
        padding-top: 0.486vw;
        padding-left: 0.139vw;
    }
    .ssh_s15_link_in{
        position: relative;
        display: inline-block;
        left: -0.139vw;
    }
    .ssh_s15_link_in .pf4_button{
        padding: 0.833vw 2.986vw 0.903vw 2.986vw;
    }
    .ssh_s15_link_in .pf4_button:before{}
    .ssh_s15_link_in .pf4_button .pf4{}
    .ssh_s15_link_in .pf4_button .pf4:before{}
    .ssh_s15_link_in .pf4_sty1,
    .ssh_s15_link_in .pf4_sty2,
    .ssh_s15_link_in .pf4_sty3{}
    .ssh_s15_link_in .pf4_sty1{}
    .ssh_s15_link_in .pf4_sty2{}
    .ssh_s15_link_in .pf4_sty3{}
    .ssh_s15_link_in .pf4_sty4{}
    .ssh_s14_link_in .pf4_sty4:before{}
    .ssh_s14_link_in .pf4_sty4 img{}
}
@media screen and (max-width: 1140px){
    .ssh_s15{}
    .ssh_s15 .section_inner{}
    .ssh_s15_left{}
    .ssh_s15_left_in{}
    .ssh_s15_left_art{}
    .ssh_s15_left_logo{
    padding-left: 0vw;
}
    .ssh_s15_left_logo span{}
    .ssh_s15_left_logo span img{}
    .ssh_s15_left_content{}
    .ssh_s15_left_list{}
    .ssh_s15_left_list_in{}
    .ssh_s15_left_list_in ul{}
    .ssh_s15_left_list_in ul li{
    padding: 0vw 0.9vw 0vw 2.639vw;
}
    .ssh_s15_left_list_in ul li a{
    font-size: 1.4vw;
    padding: 0.4vw;
}
    .ssh_s15_left_list_in ul li:last-child{}
    .ssh_s15_left_icon{}
    .ssh_s15_left_icon_in{}
    .ssh_s15_left_icon_in ul{}
    .ssh_s15_left_icon_in ul li{}
    .ssh_s15_left_icon_in ul li:last-child{}
    .ssh_s15_left_icon_in ul li a{}
    .ssh_s15_left_icon_in ul li a img{
    width: 3vw;
}
    .Twitter{}
    .Facebook{}
    .Instagram{}
    .ssh_s15_right{}
    .ssh_s15_right_in{}
    .ssh_s15_right_title{
    padding-left: 4vw;
}
    .ssh_s15_right_title h3{
    font-size: 3vw;
}
    .ssh_s15_right_title h3 br{}
    .ssh_s15_right_title h3 .m{}
    .ssh_s15_right_form{}
    .ssh_s15_right_form_in{}
    .ssh_s15_right_form_in form{}
    .ssh_s15_right_form_in form input{
    font-size: 1.6vw;
}
    .ssh_s15_right_form_in form input[type="text"]{}
    .ssh_s15_right_form_in form input[type="email"]{}
    .ssh_s15_right_form_in form input::placeholder {}
    .ssh_s15_right_form_in .text-field{}
    .ssh_s15_right_form_in .email-field{}
    .ssh_s15_link{}
    .ssh_s15_link_in{}
    .ssh_s15_link_in .pf4_button{}
    .ssh_s15_link_in .pf4_button:before{}
    .ssh_s15_link_in .pf4_button .pf4{}
    .ssh_s15_link_in .pf4_button .pf4:before{}
    .ssh_s15_link_in .pf4_sty1,
    .ssh_s15_link_in .pf4_sty2,
    .ssh_s15_link_in .pf4_sty3{}
    .ssh_s15_link_in .pf4_sty1{}
    .ssh_s15_link_in .pf4_sty2{}
    .ssh_s15_link_in .pf4_sty3{}
    .ssh_s15_link_in .pf4_sty4{}
    .ssh_s14_link_in .pf4_sty4:before{}
    .ssh_s14_link_in .pf4_sty4 img{}
}
@media screen and (max-width: #1024px){
    .ssh_s15{}
    .ssh_s15 .section_inner{}
    .ssh_s15_left{}
    .ssh_s15_left_in{}
    .ssh_s15_left_art{}
    .ssh_s15_left_logo{}
    .ssh_s15_left_logo span{}
    .ssh_s15_left_logo span img{}
    .ssh_s15_left_content{}
    .ssh_s15_left_list{}
    .ssh_s15_left_list_in{}
    .ssh_s15_left_list_in ul{}
    .ssh_s15_left_list_in ul li{}
    .ssh_s15_left_list_in ul li a{}
    .ssh_s15_left_list_in ul li:last-child{}
    .ssh_s15_left_icon{}
    .ssh_s15_left_icon_in{}
    .ssh_s15_left_icon_in ul{}
    .ssh_s15_left_icon_in ul li{}
    .ssh_s15_left_icon_in ul li:last-child{}
    .ssh_s15_left_icon_in ul li a{}
    .ssh_s15_left_icon_in ul li a img{}
    .Twitter{}
    .Facebook{}
    .Instagram{}
    .ssh_s15_right{}
    .ssh_s15_right_in{}
    .ssh_s15_right_title{}
    .ssh_s15_right_title h3{}
    .ssh_s15_right_title h3 br{}
    .ssh_s15_right_title h3 .m{}
    .ssh_s15_right_form{}
    .ssh_s15_right_form_in{}
    .ssh_s15_right_form_in form{}
    .ssh_s15_right_form_in form input{}
    .ssh_s15_right_form_in form input[type="text"]{}
    .ssh_s15_right_form_in form input[type="email"]{}
    .ssh_s15_right_form_in form input::placeholder {}
    .ssh_s15_right_form_in .text-field{}
    .ssh_s15_right_form_in .email-field{}
    .ssh_s15_link{}
    .ssh_s15_link_in{}
    .ssh_s15_link_in .pf4_button{}
    .ssh_s15_link_in .pf4_button:before{}
    .ssh_s15_link_in .pf4_button .pf4{}
    .ssh_s15_link_in .pf4_button .pf4:before{}
    .ssh_s15_link_in .pf4_sty1,
    .ssh_s15_link_in .pf4_sty2,
    .ssh_s15_link_in .pf4_sty3{}
    .ssh_s15_link_in .pf4_sty1{}
    .ssh_s15_link_in .pf4_sty2{}
    .ssh_s15_link_in .pf4_sty3{}
    .ssh_s15_link_in .pf4_sty4{}
    .ssh_s14_link_in .pf4_sty4:before{}
    .ssh_s14_link_in .pf4_sty4 img{}
}
@media screen and (max-width: 768px){
.ssh_s15{
    padding-bottom: 12.533vw;
}
    .ssh_s15 .section_inner{
    width: 100%;
    padding-left: 8.533vw;
    padding-right: 8.533vw;
}
    .ssh_s15_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s15_left_in{
    padding-top: 10.933vw;
    padding-left: 1.867vw;
    padding-right: 1.867vw;
    padding-bottom: 9.067vw;
}
    .ssh_s15_left_art{
    width: 100%;
    height: 0.4vw;
    top: initial;
    right: initial;
    bottom: 0vw;
    left: 0vw;
    background: #f7f8f747;
}
    .ssh_s15_left_logo{
    width: 20%;
    padding-right: 2.4vw;
}
    .ssh_s15_left_logo span{
    top: 0vw;
}
    .ssh_s15_left_logo span img{}
    .ssh_s15_left_content{
    width: 80%;
    padding-top: 2.667vw;
    padding-left: 0vw;
}
    .ssh_s15_left_list{}
    .ssh_s15_left_list_in{
    padding-left: 11.467vw;
    padding-right: 0vw;
    position: relative;
    right: -6.133vw;
}
    .ssh_s15_left_list_in ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}
    .ssh_s15_left_list_in ul li{
    margin-bottom: 2.933vw;
    padding: 0vw;
    display: inline-block;
    width: 50%;
    text-align: left;
}
    .ssh_s15_left_list_in ul li a{
    font-family: 'Museo Sans 900';
    font-size: 2.133vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.149vw;
    padding: 0.533vw;
    text-align: left;
    display: inline-block;
}
    .ssh_s15_left_list_in ul li:last-child{
    padding: 0vw;
    padding-right: 15.467vw;
    padding: 0vw;
}
    .ssh_s15_left_icon{
    padding-left: 12.533vw;
    padding-top: 1.067vw;
}
    .ssh_s15_left_icon_in{}
    .ssh_s15_left_icon_in ul{}
    .ssh_s15_left_icon_in ul li{
    padding-right: 3.2vw;
}
    .ssh_s15_left_icon_in ul li:last-child{}
    .ssh_s15_left_icon_in ul li a{}
    .ssh_s15_left_icon_in ul li a img{width: 4.8vw;}
    .Twitter{
}
    .Facebook{width: 2.133vw !important;top: -0.267vw;}
    .Instagram{
    width: 3.467vw !important;
    position: relative;
    top: -0.533vw;
    left: 0.8vw;
}
    .ssh_s15_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 8.267vw;
}
    .ssh_s15_right_in{}
    .ssh_s15_right_title{
    width: 100%;
    padding: 0vw;
    padding-bottom: 4.267vw;
}
    .ssh_s15_right_title h3{
    font-size: 6.933vw;
    line-height: 1.16;
    letter-spacing: -0.069vw;
    padding-left: 1.867vw;
}
    .ssh_s15_right_title h3 br{
}
    .ssh_s15_right_title h3 .m{}
    .ssh_s15_right_form{
    width: 100%;
    padding: 0.267vw 1.067vw 0vw 1.333vw;
}
    .ssh_s15_right_form_in{
    padding-left: 0vw;
    padding-top: 0vw;
    padding-right: 0vw;
}
    .ssh_s15_right_form_in form{}
    .ssh_s15_right_form_in form input{
    font-size: 2.667vw;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.16vw;
    padding: 3.2vw 4.267vw 2.933vw 3.733vw;
    margin-bottom: 3.2vw;
    border-radius: 1.6vw;
}
    .ssh_s15_right_form_in form input[type="text"]{}
    .ssh_s15_right_form_in form input[type="email"]{}
    .ssh_s15_right_form_in form input::placeholder {}
    .ssh_s15_right_form_in .text-field{}
    .ssh_s15_right_form_in .email-field{}
    .ssh_s15_link{
    padding-top: 2.933vw;
    padding-left: 0.267vw;
}
    .ssh_s15_link_in{}
    .ssh_s15_link_in .pf4_button{
    padding: 2.133vw 7.2vw 1.867vw 7.733vw;
    font-size: 2.267vw;
}
    .ssh_s15_link_in .pf4_button:before{}
    .ssh_s15_link_in .pf4_button .pf4{}
    .ssh_s15_link_in .pf4_button .pf4:before{}
    .ssh_s15_link_in .pf4_sty1,
    .ssh_s15_link_in .pf4_sty2,
    .ssh_s15_link_in .pf4_sty3{}
    .ssh_s15_link_in .pf4_sty1{}
    .ssh_s15_link_in .pf4_sty2{}
    .ssh_s15_link_in .pf4_sty3{}
    .ssh_s15_link_in .pf4_sty4{}
    .ssh_s14_link_in .pf4_sty4:before{}
    .ssh_s14_link_in .pf4_sty4 img{}
}
@media screen and (max-width: 550px){
.ssh_s15{
    padding-bottom: 12.533vw;
}
    .ssh_s15 .section_inner{
    width: 100%;
    padding-left: 8.533vw;
    padding-right: 8.533vw;
}
    .ssh_s15_left{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .ssh_s15_left_in{
    padding-top: 10.933vw;
    padding-left: 1.867vw;
    padding-right: 1.867vw;
    padding-bottom: 9.067vw;
}
    .ssh_s15_left_art{
    width: 100%;
    height: 0.4vw;
    top: initial;
    right: initial;
    bottom: 0vw;
    left: 0vw;
    background: #f7f8f747;
}
    .ssh_s15_left_logo{
    width: 20%;
    padding-right: 2.4vw;
}
    .ssh_s15_left_logo span{
    top: 0vw;
}
    .ssh_s15_left_logo span img{}
    .ssh_s15_left_content{
    width: 80%;
    padding-top: 2.667vw;
    padding-left: 0vw;
}
    .ssh_s15_left_list{}
    .ssh_s15_left_list_in{
    padding-left: 11.467vw;
    padding-right: 0vw;
    position: relative;
    right: -6.133vw;
}
    .ssh_s15_left_list_in ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}
    .ssh_s15_left_list_in ul li{
    margin-bottom: 2.933vw;
    padding: 0vw;
    display: inline-block;
    width: 50%;
    text-align: left;
}
    .ssh_s15_left_list_in ul li a{
    font-family: 'Museo Sans 900';
    font-size: 2.133vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.149vw;
    padding: 0.533vw;
    text-align: left;
    display: inline-block;
}
    .ssh_s15_left_list_in ul li:last-child{
    padding: 0vw;
    padding-right: 15.467vw;
    padding: 0vw;
}
    .ssh_s15_left_icon{
    padding-left: 12.533vw;
    padding-top: 1.067vw;
}
    .ssh_s15_left_icon_in{}
    .ssh_s15_left_icon_in ul{}
    .ssh_s15_left_icon_in ul li{
    padding-right: 3.2vw;
}
    .ssh_s15_left_icon_in ul li:last-child{}
    .ssh_s15_left_icon_in ul li a{}
    .ssh_s15_left_icon_in ul li a img{width: 4.8vw;}
    .Twitter{
}
    .Facebook{width: 2.133vw !important;top: -0.267vw;}
    .Instagram{
    width: 3.467vw !important;
    position: relative;
    top: -0.533vw;
    left: 0.8vw;
}
    .ssh_s15_right{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 8.267vw;
}
    .ssh_s15_right_in{}
    .ssh_s15_right_title{
    width: 100%;
    padding: 0vw;
    padding-bottom: 4.267vw;
}
    .ssh_s15_right_title h3{
    font-size: 6.933vw;
    line-height: 1.16;
    letter-spacing: -0.069vw;
    padding-left: 1.867vw;
}
    .ssh_s15_right_title h3 br{
}
    .ssh_s15_right_title h3 .m{}
    .ssh_s15_right_form{
    width: 100%;
    padding: 0.267vw 1.067vw 0vw 1.333vw;
}
    .ssh_s15_right_form_in{
    padding-left: 0vw;
    padding-top: 0vw;
    padding-right: 0vw;
}
    .ssh_s15_right_form_in form{}
    .ssh_s15_right_form_in form input{
    font-size: 2.667vw;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.16vw;
    padding: 3.2vw 4.267vw 2.933vw 3.733vw;
    margin-bottom: 3.2vw;
    border-radius: 1.6vw;
}
    .ssh_s15_right_form_in form input[type="text"]{}
    .ssh_s15_right_form_in form input[type="email"]{}
    .ssh_s15_right_form_in form input::placeholder {}
    .ssh_s15_right_form_in .text-field{}
    .ssh_s15_right_form_in .email-field{}
    .ssh_s15_link{
    padding-top: 2.933vw;
    padding-left: 0.267vw;
}
    .ssh_s15_link_in{}
    .ssh_s15_link_in .pf4_button{
    padding: 2.133vw 7.2vw 1.867vw 7.733vw;
    font-size: 2.267vw;
}
    .ssh_s15_link_in .pf4_button:before{}
    .ssh_s15_link_in .pf4_button .pf4{}
    .ssh_s15_link_in .pf4_button .pf4:before{}
    .ssh_s15_link_in .pf4_sty1,
    .ssh_s15_link_in .pf4_sty2,
    .ssh_s15_link_in .pf4_sty3{}
    .ssh_s15_link_in .pf4_sty1{}
    .ssh_s15_link_in .pf4_sty2{}
    .ssh_s15_link_in .pf4_sty3{}
    .ssh_s15_link_in .pf4_sty4{}
    .ssh_s14_link_in .pf4_sty4:before{}
    .ssh_s14_link_in .pf4_sty4 img{}
}
/**************S16*****************/
.ssh_s16{
    background-color: #28282A;
    padding-bottom: 0.347vw;
}
.ssh_s16 .section_inner{
    width: 73.403vw;
}
.ssh_s16 .section_inner article{
    text-align: center;
    width: 100%;
}
.ssh_s16 .section_inner article p{
    font-family: 'Poppins';
    font-size: 1.1vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.007vw;
    color: #f7f8f7;
    padding-top: 1.458vw;
    text-align: center;
    display: inline-block;
}
.ssh_s16 .section_inner article p a{
    color: #EBE064;
    text-transform: uppercase;
    text-decoration: none;
    position:relative;
}
.ssh_s16 .section_inner article p a:after{
    content:"";
    background-color: #EBE064;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0.3vw;
}
.ssh_s16 .section_inner article p strong{
    font-weight: normal;
    padding-right: 0.417vw;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .ssh_s16{
        background-color: #28282A;
        padding-bottom: 0.347vw;
    }
    .ssh_s16 .section_inner{
        width: 73.403vw;
    }
    .ssh_s16 .section_inner article{
        text-align: center;
    }
    .ssh_s16 .section_inner article p{
        font-family: 'Poppins';
        font-size: 1.1vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.007vw;
        text-align: left;
        color: #f7f8f7;
        padding-top: 1.7vw;
    }
    .ssh_s16 .section_inner article p a{
        color: #EBE064;
        text-transform: uppercase;
        text-decoration: none;
    }
    .ssh_s16 .section_inner article p strong{
        font-weight: normal;
        padding-right: 0.417vw;
    }
}
@media screen and (max-width: 1140px){
    .ssh_s16{}
    .ssh_s16 .section_inner{
}
    .ssh_s16 .section_inner article{
}
    .ssh_s16 .section_inner article p{
    font-size: 1.4vw;
}
    .ssh_s16 .section_inner article p a{}
    .ssh_s16 .section_inner article p strong{}
}
@media screen and (max-width: #1024px){
    .ssh_s16{}
    .ssh_s16 .section_inner{}
    .ssh_s16 .section_inner article{}
    .ssh_s16 .section_inner article p{}
    .ssh_s16 .section_inner article p a{}
    .ssh_s16 .section_inner article p strong{}
}
@media screen and (max-width: 768px){
.ssh_s16{
    padding-bottom: 2.4vw;
    padding-top: 2.933vw;
    background-color: #202936;
}
    .ssh_s16 .section_inner{
    width: 100%;
}
    .ssh_s16 .section_inner article{
    width: 100%;
    display: block;
    text-align: center;
}
    .ssh_s16 .section_inner article p{
    font-size: 2.533vw;
    letter-spacing: 0.381vw;
    text-align: center;
    padding-top: 0vw;
    padding-left: 0.267vw;
    margin-bottom: 0vw;
}
    .ssh_s16 .section_inner article p a{}
    .ssh_s16 .section_inner article p strong{
    display: none;
}
}
@media screen and (max-width: 550px){
.ssh_s16{
    padding-bottom: 2.4vw;
    padding-top: 2.933vw;
    background-color: #202936;
}
    .ssh_s16 .section_inner{
    width: 100%;
}
    .ssh_s16 .section_inner article{
    width: 100%;
    display: block;
    text-align: center;
}
    .ssh_s16 .section_inner article p{
    font-size: 2.533vw;
    letter-spacing: 0.381vw;
    text-align: center;
    padding-top: 0vw;
    padding-left: 0.267vw;
    margin-bottom: 0vw;
}
    .ssh_s16 .section_inner article p a{}
    .ssh_s16 .section_inner article p strong{
    display: none;
}
}