
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@font-face {
    font-family: 'Le Major';
    src: url('lemajor-regular.woff2') format('woff2'),
        url('lemajor-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('gordita-regular.woff2') format('woff2'),
        url('gordita-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina';
    src: url('termina-regular.woff2') format('woff2'),
        url('termina-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Commuters Sans Semi';
    src: url('commuterssans-semibold.woff2') format('woff2'),
        url('commuterssans-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gatwick';
    src: url('gatwick-ultrabold.woff2') format('woff2'),
        url('gatwick-ultrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gatwick';
    src: url('gatwick-medium.woff2') format('woff2'),
        url('gatwick-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




body {
  font-size: 1.319vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0vw;
  color: #000000;
  font-family: 'Termina';
}
h1,h2,h3,h4,h5,h6{
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
    font-family: 'Le Major';
}
h1 {
  font-size: 6.7vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: -0.021vw;
  color: #FAF4B7;
}

h2 {
  font-size: 5.799vw;
  font-weight: 100;
  font-stretch: normal;
  letter-spacing: -0.035vw;
  color: #000000;
  line-height: 0.989;
}

h3 {
  font-size: 4.236vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.014vw;
  color: #000000;
}

h4 {
  font-size: 3.611vw;
  font-weight: normal;
  line-height: 0.98;
  letter-spacing: 0.288px;
}

h5 {
  font-size: 0.792vw;
  line-height: 1.44;
  letter-spacing: 0.069vw;
  font-family: 'Commuters Sans Semi';
  font-weight: 600;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}


input[type="submit"] {
    display: inline-block;
    font-stretch: normal;
    font-style: normal;
    border: 0;
    cursor: pointer;
    position: relative;
    background-color: #588791;
}

input[type="submit"]::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    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;
}

.site_button:hover:before,
input[type="submit"]::before {
    width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 1.389vw;
}

p:last-child {
    margin-bottom: 0;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #E4DBDC 0%, #E4DBDC 100%);
    background-repeat: no-repeat;
    background-size: 100% 24%;
    background-position: 0 88%;
    color: inherit;
}

.mobile_only {
    display: none;
}

.m {
    display: none !important;
}

section {
  position:relative;
}
.section_inner {
  width: 100vw;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
}


.g_button {
    font-size: 1.1vw;
    letter-spacing: 0.11vw;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    
    padding: 1.2vw 1.7vw 1.25vw 2.2vw;
    border: solid 1px #000000;
    position: relative;
    font-family: 'Commuters Sans Semi';
    background-color: #000000;
    display: inline-block;
    transition: all .3s;

    font-weight: 600;box-shadow: none;}
.g_button span{padding-left: 0.5vw;display: inline-block;justify-content: center;align-items: center;}
.g_button span svg{
    width: 1.042vw;
    margin-bottom: -0.1vw;
    margin-left: 0.139vw;
    position: relative;
}
.g_button:hover span svg{
    -webkit-animation: anime_button 0.4s infinite alternate;
    -moz-animation: anime_button 0.4s infinite alternate;
    animation: anime_button 0.4s infinite alternate;
}
.g_button:hover { background-color:transparent; color:#000; }
.g_button:hover span svg path{
  fill:#000;
}
@-webkit-keyframes anime_button {
  0% { padding-left: 5px; padding-right:0px; }
  20% { padding-left:4px; padding-right:1px;}
  40% {padding-left: 3px; padding-right:2px;}
  60% {padding-left: 2px; padding-right:3px;}
  80% {padding-left: 1px; padding-right:4px;}
  100% {padding-left: 0px; padding-right:5px;}
}
@-moz-keyframes anime_button {
  0% { padding-left: 5px; padding-right:0px; }
  20% { padding-left:4px; padding-right:1px;}
  40% {padding-left: 3px; padding-right:2px;}
  60% {padding-left: 2px; padding-right:3px;}
  80% {padding-left: 1px; padding-right:4px;}
  100% {padding-left: 0px; padding-right:5px;}
}
@keyframes anime_button {
  0% { padding-left: 5px; padding-right:0px; }
  20% { padding-left:4px; padding-right:1px;}
  40% {padding-left: 3px; padding-right:2px;}
  60% {padding-left: 2px; padding-right:3px;}
  80% {padding-left: 1px; padding-right:4px;}
  100% {padding-left: 0px; padding-right:5px;}
}
@keyframes rotation2 {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@media (max-width: 1440px) {
    body {
      font-size: 1.319vw;
      line-height: 1.4;
      letter-spacing: 0vw;
    }
    h1,h2,h3,h4,h5,h6{ }
    h1 {
      font-size: 6.653vw;
      line-height: 0.94;
      letter-spacing: 0.021vw;
    }

    h2 {
      font-size: 5.799vw;
      letter-spacing: -0.035vw;
    }

    h3 {
      font-size: 4.236vw;
      letter-spacing: -0.014vw;
    }

    h4 {
      font-size: 3.611vw;
      letter-spacing: 0.288px;
    }

    h5 {
      font-size: 0.792vw;
      letter-spacing: 0.069vw;
    }

    a:hover { }


    input[type="submit"] { }

    input[type="submit"]::before { }

    .site_button:hover:before,
    input[type="submit"]::before {
        width: 100%;
    }

    p {
        margin-bottom: 1.389vw;
    }

    p:last-child { }

    mark { }

    .mobile_only {  }

    .m { }

    section {  }
    .section_inner {
      width: 100vw;
    }


    .g_button {
        font-size: 0.931vw;
        letter-spacing: 0.229vw;
        padding: 1.319vw 1.944vw 1.25vw 2.083vw;
        /* border: solid 1px #000000; */
    }
    .g_button span{ }
    .g_button span svg{
        width: 1.042vw;
        margin-bottom: -0.278vw;
        margin-left: 0.139vw;
    }
    .g_button span svg path{}
    .g_button:hover { }

}
@media (max-width: 1280px) {
    body {
      font-size: 1.319vw;
      line-height: 1.4;
      letter-spacing: 0vw;
    }
    h1,h2,h3,h4,h5,h6{ }
    h1 {
      font-size: 6.653vw;
      line-height: 0.94;
      letter-spacing: 0.021vw;
    }

    h2 {
      font-size: 5.799vw;
      letter-spacing: -0.035vw;
    }

    h3 {
      font-size: 4.236vw;
      letter-spacing: -0.014vw;
    }

    h4 {
      font-size: 3.611vw;
      letter-spacing: 0.288px;
    }

    h5 {
      font-size: 1vw;
      letter-spacing: 0.069vw;
    }

    a:hover { }


    input[type="submit"] { }

    input[type="submit"]::before { }

    .site_button:hover:before,
    input[type="submit"]::before {
        width: 100%;
    }

    p {
        margin-bottom: 1.389vw;
    }

    p:last-child { }

    mark { }

    .mobile_only {  }

    .m { }

    section {  }
    .section_inner {
      width: 100vw;
    }


    .g_button {
        font-size: 0.931vw;
        letter-spacing: 0.229vw;
        padding: 1.2vw 1.944vw 1.25vw 2.083vw;
        /* border: solid 1px #000000; */
    }
    .g_button span{ }
    .g_button span svg{
        width: 1.042vw;
        margin-bottom: -0.3vw;
        margin-left: 0.139vw;
    }
    .g_button span svg path{}
    .g_button:hover { }
}
@media (max-width: 1140px) { 
    body {
      font-size: 1.319vw;
      line-height: 1.4;
      letter-spacing: 0vw;
    }
    h1,h2,h3,h4,h5,h6{ }
    h1 {
      font-size: 6.653vw;
      line-height: 0.94;
      letter-spacing: 0.021vw;
    }

    h2 {
      font-size: 5.799vw;
      letter-spacing: -0.035vw;
    }

    h3 {
      font-size: 4.236vw;
      letter-spacing: -0.014vw;
    }

    h4 {
      font-size: 3.611vw;
      letter-spacing: 0.288px;
    }

    h5 {
      font-size: 1vw;
      letter-spacing: 0.069vw;
    }

    a:hover { }


    input[type="submit"] { }

    input[type="submit"]::before { }

    .site_button:hover:before,
    input[type="submit"]::before {
        width: 100%;
    }

    p {
        margin-bottom: 1.389vw;
    }

    p:last-child { }

    mark { }

    .mobile_only {  }

    .m { }

    section {  }
    .section_inner {
      width: 100vw;
    }


    .g_button {
        font-size: 0.931vw;
        letter-spacing: 0.229vw;
        padding: 1.319vw 3.3vw 1.25vw 2.083vw;
        /* border: solid 1px #000000; */
    }
    .g_button span{position: absolute;top: 0vw;right: 1.7vw;height: 100%;width: 1.2vw;}
    .g_button span svg{
        width: 100%;
        margin-bottom: 0vw;
        margin-left: 0px;
        display: block;
        height: 100%;
    }
    .g_button span svg path{}
    .g_button:hover { }
}
@media (max-width: 1024px) {
    body {
      font-size: 1.319vw;
      line-height: 1.4;
      letter-spacing: 0vw;
    }
    h1,h2,h3,h4,h5,h6{ }
    h1 {
      font-size: 6.653vw;
      line-height: 0.94;
      letter-spacing: 0.021vw;
    }

    h2 {
      font-size: 5.799vw;
      letter-spacing: -0.035vw;
    }

    h3 {
      font-size: 4.236vw;
      letter-spacing: -0.014vw;
    }

    h4 {
      font-size: 3.611vw;
      letter-spacing: 0.288px;
    }

    h5 {
      font-size: 1.2vw;
      letter-spacing: 0.069vw;
    }

    a:hover { }


    input[type="submit"] { }

    input[type="submit"]::before { }

    .site_button:hover:before,
    input[type="submit"]::before {
        width: 100%;
    }

    p {
        margin-bottom: 1.389vw;
    }

    p:last-child { }

    mark { }

    .mobile_only {  }

    .m { }

    section {  }
    .section_inner {
      width: 100vw;
    }


    .g_button {
        font-size: 0.931vw;
        letter-spacing: 0.229vw;
        padding: 1.319vw 3.3vw 1.25vw 2.083vw;
        /* border: solid 1px #000000; */
    }
    .g_button span{ }
    .g_button span svg{
        width: 1.042vw;
        margin-bottom: -0.278vw;
        margin-left: 0.139vw;
    }
    .g_button span svg path{}
    .g_button:hover { }
}
@media (max-width: 768px) {
    body {
      font-size: 1.7vw;
      line-height: 1.4;
      letter-spacing: 0vw;
    }
    h1,h2,h3,h4,h5,h6{ }
    h1 {
      font-size: 6.653vw;
      line-height: 0.94;
      letter-spacing: 0.021vw;
    }

    h2 {
      font-size: 5.799vw;
      letter-spacing: -0.035vw;
    }

    h3 {
      font-size: 5.236vw;
      letter-spacing: -0.014vw;
    }

    h4 {
      font-size: 4.611vw;
      letter-spacing: 0.288px;
    }

    h5 {
      font-size: 1.4vw;
      letter-spacing: 0.069vw;
    }

    a:hover { }


    input[type="submit"] { }

    input[type="submit"]::before { }

    .site_button:hover:before,
    input[type="submit"]::before {
        width: 100%;
    }

    p {
        margin-bottom: 1.389vw;
    }

    p:last-child { }

    mark { }

    .mobile_only {  }

    .m { }

    section {  }
    .section_inner {
      width: 100vw;
    }


    .g_button {
        font-size: 1.4vw;
        letter-spacing: 0.229vw;
        padding: 1.319vw 3.944vw 1.25vw 2.083vw;
        /* border: solid 1px #000000; */
    }
    .g_button span{width: 1.5vw;}
    .g_button span svg{
        width: 100%;
        margin-bottom: 0vw;
        margin-left: 0vw;
    }
    .g_button span svg path{}
    .g_button:hover { }
}
@media (max-width: 550px) {
    .desktop_only{
        display: none !important;
    }
    body {
      font-size: 4.319vw;
      line-height: 1.36;
      letter-spacing: 0vw;
    }
    h1,h2,h3,h4,h5,h6{ }
    h1 {
      font-size: 12.653vw;
      line-height: 0.92;
      letter-spacing: 0.021vw;
    }

    h2 {
      font-size: 11.5vw;
      letter-spacing: -0.23vw;
      line-height: 0.98;
    }

    h3 {
      font-size: 9.3vw;
      letter-spacing: 0.01vw;
      line-height: 1.01;
    }

    h4 {
      font-size: 9.2vw;
      letter-spacing: 0.288px;
      line-height: 1.02;
    }

    h5 {
      font-size: 4.2vw;
      letter-spacing: 0.2vw;
      line-height: 1.2;
    }

    a:hover { }


    input[type="submit"] { }

    input[type="submit"]::before { }

    .site_button:hover:before,
    input[type="submit"]::before {
        width: 100%;
    }

    p {
        margin-bottom: 1.389vw;
    }

    p:last-child { }

    mark { }

    .mobile_only {  }

    .m { }

    section {  }
    .section_inner {
      width: 100vw;
    }


    .g_button {
        font-size: 3.7vw;
        letter-spacing: 0.8vw;
        /* padding: 3.8vw 11.436vw 3.5vw 5.119vw; */
        /* border: solid 1px #000000; */
        padding: 4.3vw 16.4vw 3.7vw 6.119vw;
    }

a.g_button {}
    .g_button span{right: 4.787vw;width: 5.8vw;height: 3.2vw;top: 4.4vw;}
    .g_button span svg{
        width: 100%;
        margin-bottom: 0vw;
        margin-left: 0vw;
    }
    .g_button span svg path{}
    .g_button:hover { }
}


html{
  background-color: #0D0D0D;
}


/* Section 1
==================================*/
.st1{
    padding-top: 4.583vw;
    background-color: #FF8F78;
    border-bottom: 2px solid #000;
    /* border-left: 1px solid #000; */
    /* border-right: 1px solid #000; */
}
.st1 .section_inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.st1_left{
    width: 46.48%;
    border-right: 2px solid #000;
    position: relative;
}
.st1_left span{
    width: 100%;
    display: block;
    position: absolute;
    top: 0vw;
    right: 0vw;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.st1_left span.mobile_only{
    display: none;
}
.st1_left span img{
    width: 10%;
    opacity: 0;
}

.st1_right{
    width: 53.5%;
    padding-top: 12.8vw;
    padding-left: 2.083vw;
    padding-right: 2.569vw;
    padding-bottom: 11.66vw;
}
.st1_right h1{
    text-align: center;
    margin-bottom: 1.528vw;
}
.st1_right h1 br{}
.st1_right article{
    text-align: center;
    padding-left: 6.944vw;
    padding-right: 6.944vw;
    padding-bottom: 2.1vw;
    color: #F3ECE4;
}
.st1_right article p{}
.st1_right article p br{}

.st1_right .link{
    text-align: center;
}
.st1_right .link  a.g_button{}
.st1_right .link  a.g_button span{}
.st1_right .link  a.g_button span svg{}
.st1_right .link  a.g_button span svg g{}
.st1_right .link  a.g_button span svg g path{
    fill: #FFF;
}
.st1_right .link a.g_button:hover span svg g path{
    fill: #000;
}

.st1.image_not_showing .st1_right {
    margin: 0px auto; 
}

@media (max-width: 1280px) {
    .st1{ }
    .st1 .section_inner{ }

    .st1_left{ }
    .st1_left span{ }
    .st1_left span img{ }

    .st1_right{ }
    .st1_right h1{ }
    .st1_right h1 br{}
    .st1_right article{ }
    .st1_right article p{}
    .st1_right article p br{}

    .st1_right .link{ }
    .st1_right .link  a.g_button{}
    .st1_right .link  a.g_button span{}
    .st1_right .link  a.g_button span svg{}
    .st1_right .link  a.g_button span svg g{}
    .st1_right .link  a.g_button span svg g path{ }
}
@media (max-width: 1140px) {
    .st1{ }
    .st1 .section_inner{ }

    .st1_left{ }
    .st1_left span{ }
    .st1_left span img{ }

    .st1_right{ }
    .st1_right h1{ }
    .st1_right h1 br{}
    .st1_right article{ }
    .st1_right article p{}
    .st1_right article p br{}

    .st1_right .link{ }
    .st1_right .link  a.g_button{}
    .st1_right .link  a.g_button span{}
    .st1_right .link  a.g_button span svg{}
    .st1_right .link  a.g_button span svg g{}
    .st1_right .link  a.g_button span svg g path{ }
}
@media (max-width: 1024px) {
    .st1{ }
    .st1 .section_inner{ }

    .st1_left{ }
    .st1_left span{ }
    .st1_left span img{ }

    .st1_right{ }
    .st1_right h1{ }
    .st1_right h1 br{}
    .st1_right article{ }
    .st1_right article p{}
    .st1_right article p br{}

    .st1_right .link{ }
    .st1_right .link  a.g_button{}
    .st1_right .link  a.g_button span{}
    .st1_right .link  a.g_button span svg{}
    .st1_right .link  a.g_button span svg g{}
    .st1_right .link  a.g_button span svg g path{ }
}
@media (max-width: 768px) {
    .st1{padding-top: 6.583vw;}
    .st1 .section_inner{ }

    .st1_left{ }
    .st1_left span{ }
    .st1_left span img{ }

    .st1_right{ }
    .st1_right h1{ }
    .st1_right h1 br{}
    .st1_right article{padding-left: 1.944vw;padding-right: 1.944vw;padding-bottom: 2.292vw;}
    .st1_right article p{}
    .st1_right article p br{}

    .st1_right .link{ }
    .st1_right .link  a.g_button{}
    .st1_right .link  a.g_button span{}
    .st1_right .link  a.g_button span svg{}
    .st1_right .link  a.g_button span svg g{}
    .st1_right .link  a.g_button span svg g path{ }
}
@media (max-width: 550px) {
    .st1{padding-top: 22.583vw;box-sizing: border-box;width: 100%;border-width: 2px;padding-bottom: 15.25vw;}
    .st1 .section_inner{ }

    .st1_left{width: 99%;border-bottom: 2px solid #000;border-right: 0px;}
    .st1_left span{position: relative;height: 81.9vw;display: none;}
    .st1_left span.mobile_only{
        display: block;
    }
    .st1_left span img{ }

    .st1_right{width: 100%;padding-top: 9.83vw;padding-left: 4.083vw;padding-right: 4.083vw;padding-bottom: 0vw;}
    .st1_right h1{ }
    .st1_right h1 br{}
    .st1_right article{padding-left: 0vw;padding-right: 0vw;padding-bottom: 8.1vw;padding-top: 4.22vw;}
    .st1_right article p{}
    .st1_right article p br{
        display: none;
    }

    .st1_right .link{padding-right: 2.6vw;}
    .st1_right .link  a.g_button{
    padding: 4.3vw 13.4vw 3.7vw 5.119vw;
}
    .st1_right .link  a.g_button span{
        right: 4.787vw;
        width: 6.8vw;
        height: 3.8vw;
        top: 4.5vw;
    }
    .st1_right .link  a.g_button span svg{
        width: 100%;
        margin-bottom: 0vw;
        margin-left: 0vw;
    }
    .st1_right .link  a.g_button span svg g{}
    .st1_right .link  a.g_button span svg g path{ }
}


/* Section 2
==================================*/
.st2{
    background-color: #FFD4C4;
    padding-top: 6.944vw;
    border-bottom: 2px solid #000;
}
.st2 .section_inner{
    display: flex;
    width: 83.333vw;
    flex-wrap: wrap;
}

.st2_subtitle{
    width: 100%;
    text-align: right;
    position: absolute;
    top: -3.819vw;
    right: -5.139vw;
}
.st2_subtitle h5{
    text-transform: uppercase;
    color: #0D0D0D;
}

.st2_left{
    width: 48%;
    padding-bottom: 5.3vw;
}
.st2_left h2{
    margin-top: -0.764vw;
    margin-left: -0.278vw;
    margin-bottom: 1.944vw;
}
.st2_left h2 br{}
.st2_left article{
    padding-bottom: 2.917vw;
}
.st2_left article p{}
.st2_left article p br{}

.st2_left .link{}
.st2_left .link  a.g_button{}
.st2_left .link  a.g_button span{}
.st2_left .link  a.g_button span svg{
    margin-left: 0.486vw;
}
.st2_left .link  a.g_button span svg g{}
.st2_left .link  a.g_button span svg g path{
    fill: #FFF;
}
.st2_left .link a.g_button:hover span svg g path{
    fill: #000;
}
.st2_right{
    width: 52%;
}
.st2_rightin{
    padding-left: 11.806vw;
    padding-right: 5.486vw;
    padding-top: 0.317vw;
    position: relative;
}
.st2_art{
    position: absolute;
    top: 1.597vw;
    right: 4.722vw;
    width: 10.069vw;
    z-index: 3;
}
.st2_art svg{
    width: 100%;
    display: block;
    height: 100%;
    /* animation: rotation2 39s infinite linear !important; */
}
.st2_art svg path{
    fill: #FAF4B7;
}

.st2_rightin .st2_img{
    width: 100%;
    height: 47.847vw;
    display: block;
    margin-bottom: -3.333vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 2;
    position: relative;
}
.st2_rightin .st2_img span{
    width: 100%;
    height: 0.069vw;
    display: block;
    position: absolute;
    top: -7.5vw;
    padding-left: 0.069vw;
}
.st2_rightin .st2_img span:before{
    content:"";
    height: 7.44vw;
    width: 2px;
    background-color: #000;
    margin: 0vw auto;
    display: block;
}
.st2_rightin .st2_img img{
    width: 20%;
    opacity: 0;
}

.st2.image_not_showing .st2_left {
    width: 100%;
}
.st2.image_not_showing .st2_left h2 br{
    display: none;
}
@media (max-width: 1280px) {
    .st2{ }
    .st2 .section_inner{ }

    .st2_subtitle{ }
    .st2_subtitle h5{ }

    .st2_left{ }
    .st2_left h2{ }
    .st2_left h2 br{}
    .st2_left article{ }
    .st2_left article p{}
    .st2_left article p br{}

    .st2_left .link{}
    .st2_left .link  a.g_button{}
    .st2_left .link  a.g_button span{}
    .st2_left .link  a.g_button span svg{ }
    .st2_left .link  a.g_button span svg g{}
    .st2_left .link  a.g_button span svg g path{ }

    .st2_right{ }
    .st2_rightin{ }
    .st2_art{ }
    .st2_art svg{ }
    .st2_art svg path{ }

    .st2_rightin .st2_img{ }
    .st2_rightin .st2_img span{ }
    .st2_rightin .st2_img span:before{ }
    .st2_rightin .st2_img img{ }
}
@media (max-width: 1140px) {
    .st2{ }
    .st2 .section_inner{ }

    .st2_subtitle{ }
    .st2_subtitle h5{ }

    .st2_left{ }
    .st2_left h2{ }
    .st2_left h2 br{}
    .st2_left article{ }
    .st2_left article p{}
    .st2_left article p br{}

    .st2_left .link{}
    .st2_left .link  a.g_button{}
    .st2_left .link  a.g_button span{}
    .st2_left .link  a.g_button span svg{ }
    .st2_left .link  a.g_button span svg g{}
    .st2_left .link  a.g_button span svg g path{ }

    .st2_right{ }
    .st2_rightin{ }
    .st2_art{ }
    .st2_art svg{ }
    .st2_art svg path{ }

    .st2_rightin .st2_img{/* border: 1px solid #000; */}
    .st2_rightin .st2_img span{ }
    .st2_rightin .st2_img span:before{width: 1px;}
    .st2_rightin .st2_img img{ }
}
@media (max-width: 1024px) {
    .st2{ }
    .st2 .section_inner{ }

    .st2_subtitle{ }
    .st2_subtitle h5{ }

    .st2_left{ }
    .st2_left h2{ }
    .st2_left h2 br{}
    .st2_left article{ }
    .st2_left article p{}
    .st2_left article p br{}

    .st2_left .link{}
    .st2_left .link  a.g_button{}
    .st2_left .link  a.g_button span{}
    .st2_left .link  a.g_button span svg{ }
    .st2_left .link  a.g_button span svg g{}
    .st2_left .link  a.g_button span svg g path{ }

    .st2_right{ }
    .st2_rightin{ }
    .st2_art{ }
    .st2_art svg{ }
    .st2_art svg path{ }

    .st2_rightin .st2_img{ }
    .st2_rightin .st2_img span{ }
    .st2_rightin .st2_img span:before{ }
    .st2_rightin .st2_img img{ }
}
@media (max-width: 768px) {
    .st2{ }
    .st2 .section_inner{ }

    .st2_subtitle{ }
    .st2_subtitle h5{ }

    .st2_left{width: 62%;}
    .st2_left h2{ }
    .st2_left h2 br{}
    .st2_left article{ }
    .st2_left article p{}
    .st2_left article p br{}

    .st2_left .link{}
    .st2_left .link  a.g_button{}
    .st2_left .link  a.g_button span{}
    .st2_left .link  a.g_button span svg{ }
    .st2_left .link  a.g_button span svg g{}
    .st2_left .link  a.g_button span svg g path{ }

    .st2_right{width: 38%;}
    .st2_rightin{padding-left: 3.806vw;padding-right: 0vw;}
    .st2_art{top: -0.403vw;right: 1.722vw;width: 10.069vw;}
    .st2_art svg{ }
    .st2_art svg path{ }

    .st2_rightin .st2_img{height: 50.847vw;}
    .st2_rightin .st2_img span{ }
    .st2_rightin .st2_img span:before{ }
    .st2_rightin .st2_img img{ }
}
@media (max-width: 550px) {
    .st2{padding-top: 6.944vw;border-width: 2px;}
    .st2 .section_inner{width: 88.333vw;}

    .st2_subtitle{top: 2.07vw;right: 0vw;}
    .st2_subtitle h5{ }

    .st2_left{width: 100%;padding-top: 14vw;padding-bottom: 11.1vw;}
    .st2_left h2{margin-bottom: 7.3vw;}
    .st2_left h2 br{}
    .st2_left article{text-align: center;padding-top: 9.5vw;padding-left: 4.4vw;padding-right: 4.4vw;padding-bottom: 7.9vw;}
    .st2_left article p{}
    .st2_left article p br{}

    .st2_left .link{
    text-align: center;
    padding-right: 1.2vw;
}
    .st2_left .link  a.g_button{
    /* padding: 4.3vw 5.4vw 3.7vw 6.119vw; */
}
    .st2_left .link  a.g_button span{
    height: 3.2vw;
    top: 4.9vw;
}
    .st2_left .link  a.g_button span svg{ }
    .st2_left .link  a.g_button span svg g{}
    .st2_left .link  a.g_button span svg g path{ }

    .st2_right{display: none;}
    .st2_rightin{ }
    .st2_rightin.mobile_only{display: block;padding-right: 10.4vw;padding-left: 9.2vw;}
    .st2_rightin.mobile_only:after{content:"";height: 2px;width: 200%;top: 51.8%;position: absolute;background-color: #000;left: -50%;}
    .st2_art{top: 2.84vw;right: 7.722vw;width: 27.069vw;}
    .st2_art svg{ }
    .st2_art svg path{ }

    .st2_rightin .st2_img{height: 126.6vw;border-width: 2px;}
    .st2_rightin .st2_img span{/* display: none; */}
    .st2_rightin .st2_img span:before{ }
    .st2_rightin .st2_img img{ }
}



/* Section 3
==================================*/
.st3{
    height: 36.87vw;
    border-bottom: 2px solid #000;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.st3 .section_inner{}
.st3 .section_inner img{
    width: 10%;
    opacity: 0;
}

@media (max-width: 1280px) {
    .st3{
        height: 37.708vw;
    }
    .st3 .section_inner{}
    .st3 .section_inner img{ }
}
@media (max-width: 1140px) {
    .st3{
        height: 37.708vw;
    }
    .st3 .section_inner{}
    .st3 .section_inner img{ }
}
@media (max-width: 1024px) {
    .st3{
        height: 37.708vw;
    }
    .st3 .section_inner{}
    .st3 .section_inner img{ }
}
@media (max-width: 768px) {
    .st3{
        height: 37.708vw;
    }
    .st3 .section_inner{}
    .st3 .section_inner img{ }
}
@media (max-width: 550px) {
    .st3{
        height: 60vw;
        border-width: 2px;
        background-attachment: unset;
    }
    .st3 .section_inner{}
    .st3 .section_inner img{ }
}



/* Section 4
==================================*/
.st4{
    padding-top: 5.556vw;
    background-color: #FF8F78;
    padding-bottom: 5.06vw;
    border-bottom: 2px solid #000;
}
.st4 .section_inner{
    width: 86.111vw;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.st4_left{
    width: 48%;
    padding-left: 1.181vw;
}
.st4_left h5.mobile_only{}
.st4_left h3{
    margin-top: -0.556vw;
}
.st4_left h3 br{}

.st4_right{
    width: 52%;
    padding-left: 0.486vw;
}
.st4_right h5{
    text-transform: uppercase;
    margin-top: 0.139vw;
}
.st4_right h2{}
.st4_right article{
    padding-top: 2.153vw;
    color: #F5F3F1;
    padding-bottom: 2.12vw;
}
.st4_right article p{}
.st4_right article p br{}

.st4_right .link{}
.st4_right .link  a.g_button{}
.st4_right .link  a.g_button span{}
.st4_right .link  a.g_button span svg{
    margin-left: 0.347vw;
}
.st4_right .link  a.g_button span svg g{}
.st4_right .link  a.g_button span svg g path{
    fill: #FFF;
}
.st4_right .link a.g_button:hover span svg g path{
    fill: #000;
}

@media (max-width: 1280px) {
    .st4{ }
    .st4 .section_inner{ }

    .st4_left{ }
    .st4_left h5.mobile_only{}
    .st4_left h3{ }
    .st4_left h3 br{}

    .st4_right{ }
    .st4_right h5{ }
    .st4_right h2{}
    .st4_right article{ }
    .st4_right article p{}
    .st4_right article p br{}

    .st4_right .link{}
    .st4_right .link  a.g_button{}
    .st4_right .link  a.g_button span{}
    .st4_right .link  a.g_button span svg{ }
    .st4_right .link  a.g_button span svg g{}
    .st4_right .link  a.g_button span svg g path{ }
}
@media (max-width: 1140px) {
    .st4{ }
    .st4 .section_inner{ }

    .st4_left{ }
    .st4_left h5.mobile_only{}
    .st4_left h3{ }
    .st4_left h3 br{}

    .st4_right{ }
    .st4_right h5{ }
    .st4_right h2{}
    .st4_right article{ }
    .st4_right article p{}
    .st4_right article p br{}

    .st4_right .link{}
    .st4_right .link  a.g_button{}
    .st4_right .link  a.g_button span{}
    .st4_right .link  a.g_button span svg{ }
    .st4_right .link  a.g_button span svg g{}
    .st4_right .link  a.g_button span svg g path{ }
}
@media (max-width: 1024px) {
    .st4{ }
    .st4 .section_inner{ }

    .st4_left{ }
    .st4_left h5.mobile_only{}
    .st4_left h3{ }
    .st4_left h3 br{}

    .st4_right{ }
    .st4_right h5{ }
    .st4_right h2{}
    .st4_right article{ }
    .st4_right article p{}
    .st4_right article p br{}

    .st4_right .link{}
    .st4_right .link  a.g_button{}
    .st4_right .link  a.g_button span{}
    .st4_right .link  a.g_button span svg{ }
    .st4_right .link  a.g_button span svg g{}
    .st4_right .link  a.g_button span svg g path{ }
}
@media (max-width: 768px) {
    .st4{ }
    .st4 .section_inner{ }

    .st4_left{ }
    .st4_left h5.mobile_only{}
    .st4_left h3{ }
    .st4_left h3 br{}

    .st4_right{ }
    .st4_right h5{ }
    .st4_right h2{}
    .st4_right article{ }
    .st4_right article p{}
    .st4_right article p br{}

    .st4_right .link{}
    .st4_right .link  a.g_button{}
    .st4_right .link  a.g_button span{}
    .st4_right .link  a.g_button span svg{ }
    .st4_right .link  a.g_button span svg g{}
    .st4_right .link  a.g_button span svg g path{ }
}
@media (max-width: 550px) {
    .st4{padding-top: 11.76vw;padding-bottom: 13.4vw;border-width: 2px;}
    .st4 .section_inner{width: 89vw;}

    .st4_left{padding-left: 0vw;width: 100%;}
    .st4_left h5.mobile_only{
        display: block;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 7.4vw;
    }
    .st4_left h3{ }
    .st4_left h3 br{}

    .st4_right{width: 100%;padding-left: 0vw;padding-right: 4vw;padding-top: 0.3vw;}
    .st4_right h5{display: none;}
    .st4_right h2{}
    .st4_right article{
        padding-bottom: 7.6vw;
    }
    .st4_right article p{}
    .st4_right article p br{}

    .st4_right .link{}
    .st4_right .link  a.g_button{
        padding: 3.8vw 12.436vw 3.5vw 5.119vw;
    }
    .st4_right .link  a.g_button span{
        right: 4.2vw;
    }
    .st4_right .link  a.g_button span svg{ }
    .st4_right .link  a.g_button span svg g{}
    .st4_right .link  a.g_button span svg g path{ }
}



/* Section 5
==================================*/
.st5{
    background-color: #F3ECE4;
    border-bottom: 2px solid #000;
}
.st5 .section_inner{
    display: flex;
    flex-wrap: wrap;
}

.st5_left{
    width: 35.1%;
    border-right: 2px solid #000;
    position: relative;
}
.st5_left span{
    width: 100%;
    display: block;
    position: absolute;
    top: 0vw;
    height: 100%;
    right: 0vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.st5_left span.mobile_only{
    display: none;
}
.st5_left span img{
    width: 20%;
    opacity: 0;
}

.st5_right{
    width: 64.9%;
    position: relative;
    padding-top: 5.208vw;
}
.st5_right h5{
    position: absolute;
    top: 3.542vw;
    right: 0vw;
    text-align: right;
    text-transform: uppercase;
    color: #0D0D0D;
    padding-right: 3.125vw;
}
.st5_right h2{
    padding-left: 4.097vw;
    letter-spacing: -0.049vw;
    padding-right: 17.361vw;
}
.st5_right h2 br{}

.st5_right article{
    padding-top: 1.597vw;
    padding-left: 4.653vw;
    padding-right: 27.778vw;
    line-height: 1.58;
}
.st5_right article p{}

.st5_right .link{
    position: relative;
    text-align: right;
    padding-right: 5.278vw;
    height: 3.5vw;
}
.st5_right .link  a.g_button{
    position: absolute;
    top: -4.38vw;
    right: 5.46vw;
}
.st5_right .link  a.g_button span{}
.st5_right .link  a.g_button span svg{}
.st5_right .link  a.g_button span svg g{}
.st5_right .link  a.g_button span svg g path{
    fill: #FFF;
}
.st5_right .link a.g_button:hover span svg g path{
    fill: #000;
}
.st5_right .episide{
    width: 100%;
    display: block;
    padding-bottom: 0.1vw;
}
.st5_right .episide ul{
    margin: 0vw;
    padding: 0vw;
}
.st5_right .episide ul li{
    margin: 0;
    list-style: none;
    padding-left: 8.125vw;
    position: relative;
    font-size: 1.319vw;
    letter-spacing: 0vw;
    padding-right: 10.417vw;
    padding-top: 2.222vw;
    padding-bottom: 2.1vw;
    border-top: 2px solid #000;
}
.st5_right .episide ul li:before{

  position: absolute;
  top: -2px;
  left: 100%;
  height: 2px;
  width: 100%;
  background-color: #000;
}
.st5_right .episide ul li a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.st5_right .episide ul li span.number{
    position: absolute;
    top: 2.222vw;
    left: 0vw;
    padding-left: 4.583vw;
}
.st5_right .episide ul li span.play_icon{
    position: absolute;
    top: 1.7vw;
    right: 5.5vw;
    width: 2.778vw;
    height: 2.778vw;
    transition: all 0.5s ease;
}
.st5_right .episide ul li span.play_icon svg{
    width: 100%;
    display: block;
    height: 100%;
}
.st5_right .episide ul li span.play_icon svg g{}
.st5_right .episide ul li span.play_icon svg g path{}
.st5_right .episide ul li:hover span.play_icon{
    transform: translateX(8px);
}

.st5.image_not_showing .st5_right {
    margin: 0px auto;
}

@media (max-width: 1280px) {
    .st5{ }
    .st5 .section_inner{ }

    .st5_left{ }
    .st5_left span{ }
    .st5_left span img{ }

    .st5_right{ }
    .st5_right h5{ }
    .st5_right h2{ }
    .st5_right h2 br{}

    .st5_right article{ }
    .st5_right article p{}

    .st5_right .link{ }
    .st5_right .link  a.g_button{ }
    .st5_right .link  a.g_button span{}
    .st5_right .link  a.g_button span svg{}
    .st5_right .link  a.g_button span svg g{}
    .st5_right .link  a.g_button span svg g path{ }

    .st5_right .episide{ }
    .st5_right .episide ul{ }
    .st5_right .episide ul li{ }
    .st5_right .episide ul li a{}
    .st5_right .episide ul li span.number{ }
    .st5_right .episide ul li span.play_icon{ }
    .st5_right .episide ul li span.play_icon svg{ }
    .st5_right .episide ul li span.play_icon svg g{}
    .st5_right .episide ul li span.play_icon svg g path{}
}
@media (max-width: 1140px) {
    .st5{ }
    .st5 .section_inner{ }

    .st5_left{ }
    .st5_left span{ }
    .st5_left span img{ }

    .st5_right{ }
    .st5_right h5{ }
    .st5_right h2{ }
    .st5_right h2 br{}

    .st5_right article{ }
    .st5_right article p{}

    .st5_right .link{ }
    .st5_right .link  a.g_button{ }
    .st5_right .link  a.g_button span{}
    .st5_right .link  a.g_button span svg{}
    .st5_right .link  a.g_button span svg g{}
    .st5_right .link  a.g_button span svg g path{ }

    .st5_right .episide{ }
    .st5_right .episide ul{ }
    .st5_right .episide ul li{border-top: 1px solid #000;}
    .st5_right .episide ul li a{}
    .st5_right .episide ul li span.number{ }
    .st5_right .episide ul li span.play_icon{ }
    .st5_right .episide ul li span.play_icon svg{ }
    .st5_right .episide ul li span.play_icon svg g{}
    .st5_right .episide ul li span.play_icon svg g path{}
}
@media (max-width: 1024px) {
    .st5{ }
    .st5 .section_inner{ }

    .st5_left{ }
    .st5_left span{ }
    .st5_left span img{ }

    .st5_right{ }
    .st5_right h5{ }
    .st5_right h2{ }
    .st5_right h2 br{}

    .st5_right article{ }
    .st5_right article p{}

    .st5_right .link{ }
    .st5_right .link  a.g_button{ }
    .st5_right .link  a.g_button span{}
    .st5_right .link  a.g_button span svg{}
    .st5_right .link  a.g_button span svg g{}
    .st5_right .link  a.g_button span svg g path{ }

    .st5_right .episide{ }
    .st5_right .episide ul{ }
    .st5_right .episide ul li{ }
    .st5_right .episide ul li a{}
    .st5_right .episide ul li span.number{ }
    .st5_right .episide ul li span.play_icon{ }
    .st5_right .episide ul li span.play_icon svg{ }
    .st5_right .episide ul li span.play_icon svg g{}
    .st5_right .episide ul li span.play_icon svg g path{}
}
@media (max-width: 768px) {
    .st5{ }
    .st5 .section_inner{ }

    .st5_left{ }
    .st5_left span{ }
    .st5_left span img{ }

    .st5_right{ }
    .st5_right h5{ }
    .st5_right h2{ }
    .st5_right h2 br{}

    .st5_right article{ }
    .st5_right article p{}

    .st5_right .link{ }
    .st5_right .link  a.g_button{ }
    .st5_right .link  a.g_button span{}
    .st5_right .link  a.g_button span svg{}
    .st5_right .link  a.g_button span svg g{}
    .st5_right .link  a.g_button span svg g path{ }

    .st5_right .episide{ }
    .st5_right .episide ul{ }
    .st5_right .episide ul li{font-size: 1.7vw;}
    .st5_right .episide ul li a{}
    .st5_right .episide ul li span.number{ }
    .st5_right .episide ul li span.play_icon{ }
    .st5_right .episide ul li span.play_icon svg{ }
    .st5_right .episide ul li span.play_icon svg g{}
    .st5_right .episide ul li span.play_icon svg g path{}
}
@media (max-width: 550px) {
    .st5{border-width: 2px;}
    .st5 .section_inner{ }

    .st5_left{/* order: 2; */width: 99%;border-right: 0px solid #002;border-bottom: 2px solid #000;}
    .st5_left span{position: relative;height: 110.4vw;display: none;background-position: center bottom;}
    .st5_left span.mobile_only{ display:block; }
    .st5_left span img{ }

    .st5_right{/* order: 1; */width: 100%;/* padding-left: 5vw; *//* padding-right: 5vw; */padding-top: 24.8vw;}
    .st5_right h5{top: 8.1vw;padding-right: 6.4vw;letter-spacing: 0.24vw;}
    .st5_right h2{padding-left: 5.097vw;letter-spacing: -0.24vw;padding-right: 21.361vw;}
    .st5_right h2 br{}

    .st5_right article{padding-top: 3.8vw;padding-left: 5vw;line-height: 1.41;}
    .st5_right article p{}

    .st5_right .link{height: auto;text-align: left;padding-left: 5vw;padding-top: 7.3vw;padding-bottom: 11.46vw;}
    .st5_right .link  a.g_button{position: relative;top: 0px;right: unset;padding: 3.8vw 10.436vw 3.5vw 5.119vw;}
    .st5_right .link  a.g_button span{
        right: 4vw;
    }
    .st5_right .link  a.g_button span svg{}
    .st5_right .link  a.g_button span svg g{}
    .st5_right .link  a.g_button span svg g path{ }

    .st5_right .episide{ }
    .st5_right .episide ul{ }
    .st5_right .episide ul li{border-width: 2px;font-size: 4.4vw;padding-right: 19.4vw;padding-top: 7.6vw;padding-bottom: 6.083vw;padding-left: 16.125vw;letter-spacing: -0.04vw;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;display: block !important;}
    .st5_right .episide ul li a{}
    .st5_right .episide ul li span.number{top: 7.69vw;padding-left: 4.9vw;}
    .st5_right .episide ul li span.play_icon{top: 0vw;right: 6.347vw;width: 10.778vw;height: 100%;}
    .st5_right .episide ul li span.play_icon svg{ }
    .st5_right .episide ul li span.play_icon svg g{}
    .st5_right .episide ul li span.play_icon svg g path{}
}



/* Section 6
==================================*/
.st6{
    padding-top: 6.597vw;
    background-color: #FFD4C4;
    border-bottom: 2px solid #000;
}
.st6 .section_inner{}

.st6_title{
    padding-bottom: 4.236vw;
}
.st6_title h4{
    text-align: center;
    /* font-family: 'Le Major'; */
    /* text-transform: lowercase; */
    color: #0D0D0D;
    padding-right: 0.139vw;
}
.st6_title h4 br{}

.st6_offering{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
}
.st6_col{
    width: 33.33%;
    padding-left: 4.722vw;
    padding-right: 4.722vw;
    text-align: center;
    border-right: 2px solid #000;
    position: relative;
    padding-bottom: 13.78vw;
    margin: 0px auto;
}
.st6_col:last-child{
  border-right:0vw;
}
.st6_col h3{
    font-size: 10.278vw;
    line-height: 0.9;
    text-align: center;
    margin-right: -6.005px;
    letter-spacing: 0px;
    color: #FAF4B7;
    padding-right: 3.611vw;
    margin-top: -1.389vw;
}
.st6_col h3 span{
    display: inline-block;
    position: relative;
    padding-left: 3.194vw;
}
.st6_col h3 span sup{
    font-family: 'Commuters Sans Semi';
    font-size: 0.833vw;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    position: absolute;
    left: 0vw;
    top: 4.792vw;
    letter-spacing: 0.035vw;
}

.st6_col article{
    padding-top: 0.417vw;
    letter-spacing: -0.056vw;
    padding-right: 0.625vw;
    padding-left: 0.625vw;
}
.st6_col article p{}

.st6_col .link{
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    width: 100%;
    padding-bottom: 6.67vw;
    padding-right: 0.278vw;
}
.st6_col .link  a.g_button{
    background-color: transparent;
    border: 0vw;
    color: #000;
    padding: 0vw;
    border-bottom: 2px solid #707070;
    padding-bottom: 0.34vw;
    font-size: 1.2vw;
    letter-spacing: 0.06vw;
}
.st6_col .link  a.g_button span{
    margin-left: 0.2vw;
}
.st6_col .link  a.g_button span svg{}
.st6_col .link  a.g_button span svg g{}
.st6_col .link  a.g_button span svg g path{
    fill: #000;
}
.st6_col .link  a.g_button:hover{
  /* opacity:0.7; */
}

.st6.total_grid_1{}
.st6.total_grid_1 .st6_col {
    width: 77%;
    margin: 0px auto;
}

.st6.total_grid_2{}
.st6.total_grid_2 .st6_col {
    width: 50%;
}

.st6.total_grid_3{}
.st6.total_grid_3 .st6_col {}

.st6.total_grid_4{}
.st6.total_grid_4 .st6_col {}

.st6.total_grid_5{}
.st6.total_grid_5 .st6_col {}

.st6.total_grid_6{}
.st6.total_grid_6 .st6_col {}

@media (max-width: 1280px) {
    .st6{ }
    .st6 .section_inner{}

    .st6_title{ }
    .st6_title h4{ }
    .st6_title h4 br{}

    .st6_offering{ }
    .st6_col{ }
    .st6_col:last-child{ }
    .st6_col h3{ }
    .st6_col h3 span{ }
    .st6_col h3 span sup{ }

    .st6_col article{ }
    .st6_col article p{}

    .st6_col .link{ }
    .st6_col .link  a.g_button{ }
    .st6_col .link  a.g_button span{ }
    .st6_col .link  a.g_button span svg{}
    .st6_col .link  a.g_button span svg g{}
    .st6_col .link  a.g_button span svg g path{ }
}
@media (max-width: 1140px) {
    .st6{ }
    .st6 .section_inner{}

    .st6_title{ }
    .st6_title h4{ }
    .st6_title h4 br{}

    .st6_offering{ }
    .st6_col{ }
    .st6_col:last-child{ }
    .st6_col h3{ }
    .st6_col h3 span{ }
    .st6_col h3 span sup{font-size: 1vw;}

    .st6_col article{ }
    .st6_col article p{}

    .st6_col .link{ }
    .st6_col .link  a.g_button{padding-right: 2vw;}
    .st6_col .link  a.g_button span{right: 0vw;margin-left: 0vw;width: 1.2vw;height: 1.2vw;top: 0.12vw;}
    .st6_col .link  a.g_button span svg{}
    .st6_col .link  a.g_button span svg g{}
    .st6_col .link  a.g_button span svg g path{ }
}
@media (max-width: 1024px) {
    .st6{ }
    .st6 .section_inner{}

    .st6_title{ }
    .st6_title h4{ }
    .st6_title h4 br{}

    .st6_offering{ }
    .st6_col{ }
    .st6_col:last-child{ }
    .st6_col h3{ }
    .st6_col h3 span{ }
    .st6_col h3 span sup{ }

    .st6_col article{ }
    .st6_col article p{}

    .st6_col .link{ }
    .st6_col .link  a.g_button{ }
    .st6_col .link  a.g_button span{ }
    .st6_col .link  a.g_button span svg{}
    .st6_col .link  a.g_button span svg g{}
    .st6_col .link  a.g_button span svg g path{ }
}
@media (max-width: 768px) {
    .st6{ }
    .st6 .section_inner{
        width: 70vw;
    }

    .st6_title{ }
    .st6_title h4{ }
    .st6_title h4 br{}

    .st6_offering{padding-left: 0vw;padding-right: 0vw;}
    .st6_col{width: 100%;border: 0px;padding-bottom: 8vw;}
    
    .st6.total_grid_1{}
    .st6.total_grid_1 .st6_col {
        width: 100%;
    }
    
    .st6.total_grid_2{}
    .st6.total_grid_2 .st6_col {
        width: 100%;
    }
    
    .st6.total_grid_3{}
    .st6.total_grid_3 .st6_col {}
    
    .st6.total_grid_4{}
    .st6.total_grid_4 .st6_col {}
    
    .st6.total_grid_5{}
    .st6.total_grid_5 .st6_col {}
    
    .st6.total_grid_6{}
    .st6.total_grid_6 .st6_col {}

    .st6_col:last-child{ }
    .st6_col h3{font-size: 15.278vw;}
    .st6_col h3 span{ }
    .st6_col h3 span sup{top: 6.792vw;letter-spacing: 0.1vw;font-size: 1.6vw;left: unset;right: 53%;}

    .st6_col article{ }
    .st6_col article p{}

    .st6_col .link{position: relative;padding-top: 3vw;padding-bottom: 0vw;}
    .st6_col .link  a.g_button{font-size: 1.5vw;letter-spacing: 0.229vw;padding-right: 2vw;}
    .st6_col .link  a.g_button span{right: 0vw;margin-left: 0vw;width: 1.4vw;height: 1.4vw;top: 0.2vw;}
    .st6_col .link  a.g_button span svg{}
    .st6_col .link  a.g_button span svg g{}
    .st6_col .link  a.g_button span svg g path{ }
}
@media (max-width: 550px) {
    .st6{padding-top: 13.1vw;border-width: 2px;padding-bottom: 3.5vw;}
    .st6 .section_inner{
        width: 87vw;
    }

    .st6_title{padding-bottom: 9.9vw;}
    .st6_title h4{ }
    .st6_title h4 br{
        display: none;
    }

    .st6_offering{ }
    .st6_col{padding-bottom: 13vw;padding-left: 0vw;padding-right: 0vw;}
    .st6_col:last-child{ }
    .st6_col h3{font-size: 43.9vw;padding-right: 0vw;padding-left: 11vw;}
    .st6_col h3 span{ }
    .st6_col h3 span sup{top: 19.1vw;letter-spacing: 0.16vw;font-size: 4.3vw;left: unset;right: 65%;}

    .st6_col article{margin-top: -3vw;padding-right: 0vw;padding-left: 0vw;}
    .st6_col article p{}

    .st6_col .link{padding-top: 5.6vw;}
    .st6_col .link  a.g_button{font-size: 4.4vw;letter-spacing: 0.32vw;border-width: 2px;padding-right: 5vw;padding-bottom: 2vw;}
    .st6_col .link  a.g_button span{width: 3.8vw;height: 3.8vw;top: 1.1vw;}
    .st6_col .link  a.g_button span svg{}
    .st6_col .link  a.g_button span svg g{}
    .st6_col .link  a.g_button span svg g path{ }

    .st6_col:first-child h3 span sup{
        right: 56%;
    }
}



/* Section 7
==================================*/
.st7{
    background-color: #FF8F78;
    padding-top: 3.819vw;
}
.st7 .section_inner{
    width: 66.667vw;
    flex-wrap: wrap;
    display: flex;
}

.st7_subtitle{
    width: 100%;
    text-align: right;
    position: absolute;
    top: 0vw;
    right: -13.403vw;
    /* background-color: #FF8F78; */
}
.st7_subtitle h5{
    text-transform: uppercase;
    color: #0D0D0D;
}

.st7_left{
    width: 42%;
    padding-right: 3.611vw;
}
.st7_leftin{
    position: relative;
    padding-left: 0.139vw;
}
.st7_leftin .st7_art{
    position: absolute;
    top: 4.236vw;
    left: -2.222vw;
    width: 10vw;
    z-index: 3;
}
.st7_leftin .st7_art svg{
    width: 100%;
    display: block;
    height: 100%;
    /* animation: rotation2 39s infinite linear !important; */
}
.st7_leftin .st7_art svg path{
    fill: #FAF4B7;
}

.st7_leftin .st7_img{
    width: 100%;
    height: 44.722vw;
    display: block;
    margin-bottom: -5.556vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 2;
    position: relative;
}
.st7_leftin .st7_img img{
    width: 10%;
    opacity: 0;
}

.st7_right{
    width: 58%;
    padding-top: 7.708vw;
    padding-bottom: 7.083vw;
}
.st7_right h4{
    line-height: 0.96;
    color: #161E2A;
}
.st7_right h3 br{}

.st7_right article{
    padding-top: 2.014vw;
    margin-left: -0.139vw;
    padding-right: 1.319vw;
    letter-spacing: -0.065vw;
    padding-bottom: 2.222vw;
}
.st7_right article p{}

.st7_right .link{}
.st7_right .link  a.g_button{}
.st7_right .link  a.g_button span{}
.st7_right .link  a.g_button span svg{}
.st7_right .link  a.g_button span svg g{}
.st7_right .link  a.g_button span svg g path{
    fill: #F5F3F1;
}
.st7_right .link a.g_button:hover span svg g path{
    fill: #000;
}
.st7.image_not_showing .st7_right {
    margin: 0px auto;
    width: 80%;
    text-align: center;
}
.st7.image_not_showing .st7_right h4 br{
    display: none;
}

@media (max-width: 1280px) {
    .st7{ }
    .st7 .section_inner{ }

    .st7_subtitle{ }
    .st7_subtitle h5{ }

    .st7_left{ }
    .st7_leftin{ }
    .st7_leftin .st7_art{ }
    .st7_leftin .st7_art svg{ }
    .st7_leftin .st7_art svg path{ }

    .st7_leftin .st7_img{ }
    .st7_leftin .st7_img img{ }

    .st7_right{ }
    .st7_right h3{ }
    .st7_right h3 br{}

    .st7_right article{ }
    .st7_right article p{}

    .st7_right .link{}
    .st7_right .link  a.g_button{}
    .st7_right .link  a.g_button span{}
    .st7_right .link  a.g_button span svg{}
    .st7_right .link  a.g_button span svg g{}
    .st7_right .link  a.g_button span svg g path{ }
}
@media (max-width: 1140px) {
    .st7{ }
    .st7 .section_inner{ }

    .st7_subtitle{ }
    .st7_subtitle h5{ }

    .st7_left{ }
    .st7_leftin{ }
    .st7_leftin .st7_art{ }
    .st7_leftin .st7_art svg{ }
    .st7_leftin .st7_art svg path{ }

    .st7_leftin .st7_img{/* border: 1px solid #000; */}
    .st7_leftin .st7_img img{ }

    .st7_right{ }
    .st7_right h3{ }
    .st7_right h3 br{}

    .st7_right article{ }
    .st7_right article p{}

    .st7_right .link{}
    .st7_right .link  a.g_button{}
    .st7_right .link  a.g_button span{}
    .st7_right .link  a.g_button span svg{}
    .st7_right .link  a.g_button span svg g{}
    .st7_right .link  a.g_button span svg g path{ }
}
@media (max-width: 1024px) {
    .st7{ }
    .st7 .section_inner{ }

    .st7_subtitle{ }
    .st7_subtitle h5{ }

    .st7_left{ }
    .st7_leftin{ }
    .st7_leftin .st7_art{ }
    .st7_leftin .st7_art svg{ }
    .st7_leftin .st7_art svg path{ }

    .st7_leftin .st7_img{ }
    .st7_leftin .st7_img img{ }

    .st7_right{ }
    .st7_right h3{ }
    .st7_right h3 br{}

    .st7_right article{ }
    .st7_right article p{}

    .st7_right .link{}
    .st7_right .link  a.g_button{}
    .st7_right .link  a.g_button span{}
    .st7_right .link  a.g_button span svg{}
    .st7_right .link  a.g_button span svg g{}
    .st7_right .link  a.g_button span svg g path{ }
}
@media (max-width: 768px) {
    .st7{ }
    .st7 .section_inner{width: 78vw;}

    .st7_subtitle{right: -5.403vw;}
    .st7_subtitle h5{ }

    .st7_left{ }
    .st7_leftin{ }
    .st7_leftin .st7_art{ }
    .st7_leftin .st7_art svg{ }
    .st7_leftin .st7_art svg path{ }

    .st7_leftin .st7_img{height: 52.722vw;}
    .st7_leftin .st7_img img{ }

    .st7_right{ }
    .st7_right h3{ }
    .st7_right h3 br{}

    .st7_right article{ }
    .st7_right article p{}

    .st7_right .link{}
    .st7_right .link  a.g_button{}
    .st7_right .link  a.g_button span{}
    .st7_right .link  a.g_button span svg{}
    .st7_right .link  a.g_button span svg g{}
    .st7_right .link  a.g_button span svg g path{ }
}
@media (max-width: 550px) {
    .st7{padding-top: 8.5vw;padding-bottom: 6.8vw;}
    .st7 .section_inner{width: 89vw;}

    .st7_subtitle{position: relative;right: 0vw;}
    .st7_subtitle h5{display: none;}

    .st7_left{display: none;}
    .st7_leftin{display: block;padding-left: 13vw;padding-right: 12.9vw;padding-bottom: 9.5vw;}
    .st7_leftin .st7_art{top: 11.2vw;left: 7.722vw;width: 25.069vw;}
    .st7_leftin .st7_art svg{ }
    .st7_leftin .st7_art svg path{ }

    .st7_leftin .st7_img{height: 115.722vw;border-width: 2px;}
    .st7_leftin .st7_img img{ }

    .st7_right{width: 100%;padding-top: 9.2vw;}
    .st7_right h4{line-height: 1.04;margin-bottom: 8.2vw;}
    .st7_right h4 br{}

    .st7_right article{padding-left: 0.2vw;letter-spacing: 0.0vw;padding-bottom: 8.5vw;}
    .st7_right article p{}

    .st7_right .link{}
    .st7_right .link  a.g_button{}
    .st7_right .link  a.g_button span{}
    .st7_right .link  a.g_button span svg{}
    .st7_right .link  a.g_button span svg g{}
    .st7_right .link  a.g_button span svg g path{ }
}




/* Site Footer
*****************************************/
footer{
    background-color: #0D0D0D;
}
.st8{}

.footer_inst{
    padding-top: 8.194vw;
    padding-bottom: 2.222vw;
    border-bottom: 0.069vw solid #F3ECE4;
}
.footer_inst .section_inner{
    width: 55.556vw;
}

.footer_inst h4{
    text-align: center;
    letter-spacing: -0.035vw;
    color: #FAF4B7;
}
.footer_inst h5{
    font-family: 'Commuters Sans Semi';
    font-weight: 600;
    text-align: center;
    font-size: 0.903vw;
    padding-top: 0.278vw;
    letter-spacing: 0.174vw;
}
.footer_inst h5 a{
    text-transform: uppercase;
    color: #FAF4B7;
}

.footer_inst_in{
    width: 100%;
    padding-top: 0.694vw;
    padding-left: 5.486vw;
    padding-right: 5.486vw;
}
.footer_inst_in img{}
.footer_inst_in img.mobile_only{}



.footer_formsect{
    padding-top: 2.986vw;
    padding-bottom: 2.847vw;
    border-bottom: 2px solid #F3ECE4;
}
.footer_formsect .section_inner{
    width: 75.417vw;
}
.footer_formsect p{
    color: #F3ECE4;
    text-align: center;
    font-family: 'Termina';
    font-size: 0.903vw;
    letter-spacing: 0.028vw;
    line-height: 2;
    padding-left: 14.944vw;
    padding-right: 14.944vw;
    margin-bottom: 0.972vw;
}
.footer_formsect p br{
    display: none;
}

.footer_form{
    display: block;
    width: 100%;
    padding-left: 5.833vw;
    padding-right: 1.667vw;
}
.footer_form form{}

.footer_formin{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.footer_formin .form-group{
    width: 36%;
    padding-left: 1.667vw;
    padding-right: 1.667vw;
}
.footer_formin .email-field.form-group{
  
width: 41.4%;
}
.footer_formin .form-group input{
    padding: 0px;
    background-color: transparent;
    border: 0px solid;
    border-bottom: 0.069vw solid #FFF;
    border-radius: 0px;
    font-family: 'Gatwick';
    font-weight: bold;
    font-size: 0.694vw;
    height: 3.056vw;
    padding-top: 0.764vw;
    padding-bottom: 0.625vw;
    width: 100%;
    color: #F3ECE4;
}

.footer_formin .form-group input::-webkit-input-placeholder { color: #F3ECE4; text-transform: uppercase; }
.footer_formin .form-group input::-moz-placeholder { color: #F3ECE4; text-transform: uppercase; }
.footer_formin .form-group input:-ms-input-placeholder { color: #F3ECE4; text-transform: uppercase; }
.footer_formin .form-group input:-moz-placeholder { color: #F3ECE4; text-transform: uppercase; }


.button_middle{
    width: 22.6%;
    padding-left: 2.083vw;
    padding-right: 2vw;
}
.button_middle button {
    font-family: 'Gatwick';
    font-weight: bold;
    font-size: 0.8vw;
    text-transform: uppercase;
    padding: 0vw;
    text-align: left;
    letter-spacing: 2px;
    padding-top: 1.1vw;
    color: #0D0D0D;
    padding-bottom: 1vw;
    background-color: #FFD4C4;
    border: 0px solid #000;
    margin-top: 0vw;
    height: 3.056vw;
    padding-left: 1.25vw;
    padding-right: 1.111vw;
    width: 100%;
    font-family: 'Commuters Sans Semi';
    font-weight: 600;
    line-height: 1.3;
filter: none !important;}
.button_middle button span.fs1{
    position: relative;
    display: block;
}

.button_middle button span.fs1 span{
    position: absolute;
    top: 0.22vw;
    right: 0vw;
    width: 0.65vw;
}
.button_middle button span.fs1 span svg{
    width: 100%;
    height: 100%;
    display: block;
    margin-top: -0.15vw;
}
.button_middle button span.fs1 span svg g{}
.button_middle button span.fs1 span svg g path{
    fill: #0D0D0D;
}
.button_middle button[type="submit"]:before{
    display:none !important;
}

.footer_bottom{
    background-color: #28282A;
    padding-top: 1.181vw;
    padding-bottom: 1.181vw;
}
.footer_bottom .section_inner{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.14vw;
    padding-left: 0vw;
    color: #F3ECE4;
    font-size: 0.98vw;
}
.footer_bottom span{}
.footer_bottom a{
    color: #B9EA4E;
    text-decoration: underline;
}

@media (max-width: 1280px) {
    footer{ }
    .st8{}

    .footer_inst{ }
    .footer_inst .section_inner{ }

    .footer_inst h4{ }
    .footer_inst h5{ }
    .footer_inst h5 a{ }

    .footer_inst_in{ }
    .footer_inst_in img{}
    .footer_inst_in img.mobile_only{}



    .footer_formsect{ }
    .footer_formsect .section_inner{ }
    .footer_formsect p{ }
    .footer_formsect p br{}

    .footer_form{ }
    .footer_form form{}

    .footer_formin{ }
    .footer_formin .form-group{ }
    .footer_formin .email-field.form-group{ }
    .footer_formin .form-group input{ }

    .button_middle{ }
    .button_middle button{display: block;width: 100%;}
    .button_middle button span.fs1{padding-right: 1.181vw;}

    .button_middle button span.fs1 span{right: -0.5vw;}
    .button_middle button span.fs1 span svg{ }
    .button_middle button span.fs1 span svg g{}
    .button_middle button span.fs1 span svg g path{ }
    .button_middle button[type="submit"]:before{ }

    .footer_bottom{ }
    .footer_bottom .section_inner{ }
    .footer_bottom span{}
    .footer_bottom a{ }
}
@media (max-width: 1140px) {
    footer{ }
    .st8{}

    .footer_inst{border-width: 1px;}
    .footer_inst .section_inner{ }

    .footer_inst h4{ }
    .footer_inst h5{ }
    .footer_inst h5 a{ }

    .footer_inst_in{ }
    .footer_inst_in img{}
    .footer_inst_in img.mobile_only{}



    .footer_formsect{border-width: 1px;}
    .footer_formsect .section_inner{ }
    .footer_formsect p{ }
    .footer_formsect p br{}

    .footer_form{ }
    .footer_form form{}

    .footer_formin{ }
    .footer_formin .form-group{ }
    .footer_formin .email-field.form-group{ }
    .footer_formin .form-group input{font-size: 1vw;}

    .button_middle{ padding-left: 1.083vw; }
    .button_middle button{ }
    .button_middle button span.fs1{letter-spacing: 0.088vw;}

    .button_middle button span.fs1 span{right: -0.1vw;}
    .button_middle button span.fs1 span svg{ }
    .button_middle button span.fs1 span svg g{}
    .button_middle button span.fs1 span svg g path{ }
    .button_middle button[type="submit"]:before{ }

    .footer_bottom{ }
    .footer_bottom .section_inner{ }
    .footer_bottom span{}
    .footer_bottom a{ }
}
@media (max-width: 1024px) {
    footer{ }
    .st8{}

    .footer_inst{ }
    .footer_inst .section_inner{ }

    .footer_inst h4{ }
    .footer_inst h5{ }
    .footer_inst h5 a{ }

    .footer_inst_in{ }
    .footer_inst_in img{}
    .footer_inst_in img.mobile_only{}



    .footer_formsect{ }
    .footer_formsect .section_inner{ }
    .footer_formsect p{font-size: 1.2vw;margin-bottom: 2vw;}
    .footer_formsect p br{}

    .footer_form{ }
    .footer_form form{}

    .footer_formin{ }
    .footer_formin .form-group{ }
    .footer_formin .email-field.form-group{ }
    .footer_formin .form-group input{font-weight: 100;}

    .button_middle{ }
    .button_middle button{font-size: 0.764vw;letter-spacing: -0.009vw;padding-top: 1.1vw;padding-bottom: 1.1vw;height: 3.056vw;padding-left: 1.25vw;padding-right: 1.111vw;}
    .button_middle button span.fs1{ }

    .button_middle button span.fs1 span{ }
    .button_middle button span.fs1 span svg{ }
    .button_middle button span.fs1 span svg g{}
    .button_middle button span.fs1 span svg g path{ }
    .button_middle button[type="submit"]:before{ }

    .footer_bottom{ }
    .footer_bottom .section_inner{ }
    .footer_bottom span{}
    .footer_bottom a{ }
}
@media (max-width: 768px) {
    footer{ }
    .st8{}

    .footer_inst{padding-top: 8.194vw;padding-bottom: 4.222vw;}
    .footer_inst .section_inner{width: 90vw;}

    .footer_inst h4{ }
    .footer_inst h5{font-size: 1.4vw;}
    .footer_inst h5 a{ }

    .footer_inst_in{padding-left: 2.486vw;padding-right: 2.486vw;}
    .footer_inst_in img{}
    .footer_inst_in img.mobile_only{}



    .footer_formsect{padding-top: 2.986vw;padding-bottom: 3.847vw;}
    .footer_formsect .section_inner{width: 80vw;}
    .footer_formsect p{font-size: 1.5vw;margin-bottom: 2vw;padding-left: 0vw;padding-right: 0vw;}
    .footer_formsect p br{}

    .footer_form{padding-left: 0vw;padding-right: 0vw;}
    .footer_form form{}

    .footer_formin{ }
    .footer_formin .form-group{width: 100%;text-align: center;}
    .footer_formin .email-field.form-group{width: 100%;text-align: center;}
    .footer_formin .form-group input{text-align: center;font-size: 1.4vw;}

    .button_middle{width: 100%;text-align: center;}
    .button_middle button{display: inline-block;width: auto;font-size: 1.4vw;letter-spacing: 0.229vw;padding: 1.319vw 3.944vw 1.25vw 2.083vw;border: solid 1px #000000;height: auto;}
    .button_middle button span.fs1{ }

    .button_middle button span.fs1 span{top: 0.1vw;width: 1.3vw;right: -1vw;}
    .button_middle button span.fs1 span svg{ }
    .button_middle button span.fs1 span svg g{}
    .button_middle button span.fs1 span svg g path{ }
    .button_middle button[type="submit"]:before{ }

    .footer_bottom{padding-top: 2.181vw;padding-bottom: 2.181vw;}
    .footer_bottom .section_inner{font-size: 1.6vw;width: 90vw;}
    .footer_bottom span{}
    .footer_bottom a{ }
}
@media (max-width: 550px) {
    footer{ }
    .st8{}

    .footer_inst{padding-top: 19.4vw;padding-bottom: 10.4vw;border-width: 2px;}
    .footer_inst .section_inner{ }

    .footer_inst h4{font-size: 10.9vw;letter-spacing: 0.2vw;}
    .footer_inst h5{font-size: 3.4vw;padding-top: 2.5vw;letter-spacing: 0.7vw;padding-right: 2vw;}
    .footer_inst h5 a{ }

    .footer_inst_in{padding-left: 1vw;padding-right: 1vw;padding-top: 5vw;}
    .footer_inst_in img{
        display: none;
    }
    .footer_inst_in img.mobile_only{
        display: block;
    }



    .footer_formsect{padding-top: 7.5vw;padding-bottom: 12.4vw;border-color: #030303;}
    .footer_formsect .section_inner{width: 86vw;}
    .footer_formsect p{font-size: 3.8vw;letter-spacing: 0.16vw;line-height: 1.6;}
    .footer_formsect p br{
        display: none;
    }

    .footer_form{padding-left: 10vw;padding-right: 10vw;padding-top: 5.1vw;}
    .footer_form form{}

    .footer_formin{ }
    .footer_formin .form-group{margin-bottom: 14px;}
    .footer_formin .email-field.form-group{ }
    .footer_formin .form-group input{font-size: 3.4vw;height: 11vw;letter-spacing: 0.3vw;padding-top: 0vw;padding-bottom: 4.4vw;}

    .button_middle{padding-top: 4px;padding-left: 2.9vw;padding-right: 3.4vw;}
    .button_middle button{font-size: 4.3vw;letter-spacing: 0.32vw;padding: 3.7vw 9.436vw 3.5vw 5.119vw;font-family: 'Commuters Sans Semi';}
    .button_middle button span.fs1{letter-spacing: 0.4vw;}

    .button_middle button span.fs1 span{right: -5vw;width: 3.8vw;height: 3.8vw;top: 0.6vw;position: absolute;}
    .button_middle button span.fs1 span svg{ }
    .button_middle button span.fs1 span svg g{}
    .button_middle button span.fs1 span svg g path{ }
    .button_middle button[type="submit"]:before{ }

    .footer_bottom{padding-top: 2.8vw;padding-bottom: 2.181vw;}
    .footer_bottom .section_inner{font-size: 3vw;letter-spacing: 0.4vw;}
    .footer_bottom span{
    font-size: 00px;
    display: block;
    width: 100%;
    height: 1.8vw;
}
    .footer_bottom a{ }
}








.topSpacing_low{
    padding-top:50px !important;
}
.bottomSpacing_low{
    padding-bottom:50px !important;
}
.topSpacing_remove{
     padding-top:0px !important;
}
.bottomSpacing_remove{
     padding-bottom:0px !important;
}


.topMargin_low{
    margin-top:50px !important;
}
.bottomMargin_low{
    margin-bottom:50px !important;
}
.topMargin_remove{
     margin-top:0px !important;
}
.bottomMargin_remove{
     margin-bottom:0px !important;
}
