@font-face {
    font-family: abrilfatface;
    src: url("abrilfatface-regular.woff2") format("woff2"), url("abrilfatface-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url("poppins-extrabold.woff2") format("woff2"), url("poppins-extrabold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
.ig11_item h4
    font-family: poppins;
    src: url("poppins-semibold.woff2") format("woff2"), url("poppins-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url("poppins-medium.woff2") format("woff2"), url("poppins-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url("poppins-light.woff2") format("woff2"), url("poppins-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url("poppins-extralight.woff2") format("woff2"), url("poppins-extralight.woff") format("woff");
    font-weight: 200;
    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;
}

body {
    font-family: poppins;
    font-size: 19.5px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.51;
    letter-spacing: 0.49px;
    color: #591f46;
}

h1 {
    font-family: abrilfatface;
    font-size: 75.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    color: #591f46;
    margin: 0px 0px 16px;
}

h2 {
    font-family: abrilfatface;
    font-size: 52px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: 1.3px;
    color: #591f46;
    margin: 0px 0px 20px;
}

h3 {
    font-family: poppins;
    font-size: 37px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 3.7px;
    color: #f3d263;
    text-transform: uppercase;
    margin: 0px 0px 20px;
}

h4 {
    font-family: poppins;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #591f46;
    margin: 0px 0px 20px;
}

a:hover {
    filter: brightness(100%);
}

.section_inner {
    margin: 0px auto;
}

.d_flex {
    display: flex;
}

.text_center {
    text-align: center;
}

.section_left_item,
.section_right_item {
    width: 50%;
}

.only_mobile {
    display: none;
}

.site_button,
input[type="submit"] {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 1.8px;
    color: #591f46;
    background-color: #f3d363;
    padding: 15px 55px;
    border: 0px;
    cursor: pointer;
}

.site_button:hover,
input[type="submit"]:hover {
    background-color: #000000;
    color: #ffffff;
}

p {
    margin-top: 0px;
    margin-bottom: 26px;
}

p:last-child {
    margin-bottom: 0px;
}

mark {
    background-color: #ffffff00;
    background-image: linear-gradient(120deg, #ecdfeb 0%, #ecdfeb 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0px 48%;
    color: inherit;
}

.mobile_only {
    display: none;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; / 16:9 /
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
    body {
        font-size: 1.354vw;
        letter-spacing: 0.034vw;
    }

    h1 {
        font-size: 5.243vw;
        letter-spacing: 0.026vw;
        margin-bottom: 1.111vw;
    }

    h2 {
        font-size: 3.611vw;
        letter-spacing: 0.09vw;
        margin-bottom: 1.389vw;
    }

    h3 {
        font-size: 2.569vw;
        letter-spacing: 0.257vw;
        margin-bottom: 1.389vw;
    }

    h4 {
        font-size: 1.528vw;
        letter-spacing: 0.153vw;
        margin-bottom: 1.389vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.25vw;
        letter-spacing: 0.125vw;
        padding: 1.042vw 3.819vw;
    }

    p {
        margin-bottom: 1.806vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    body {
        font-size: 1.75vw;
    }

    h1 {
        font-size: 5.833vw;
    }

    h2 {
        font-size: 4.8vw;
    }

    h3 {
        font-size: 4vw;
    }

    h4 {
        font-size: 2vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.4vw;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 2.4vw;
    }

    h1 {
        font-size: 5.833vw;
    }

    h2 {
        font-size: 5.2vw;
    }

    h3 {
        font-size: 4vw;
    }

    h4 {
        font-size: 2.4vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2vw;
    }
}

@media (max-width: 550px) {
    body {
        font-size: 3.333vw;
        line-height: 1.53;
        letter-spacing: 0.083vw;
    }

    h1 {
        font-size: 5.833vw;
    }

    h2 {
        font-size: 7.604vw;
        line-height: 1.04;
        letter-spacing: 0.19vw;
    }

    h3 {
        font-size: 4.063vw;
        line-height: 1.46;
        letter-spacing: 0.406vw;
    }

    h4 {
        font-size: 3.854vw;
        line-height: 1.49;
        letter-spacing: 0.385vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2.604vw;
        font-weight: 600;
        line-height: 1.12;
        letter-spacing: 0.26vw;
    }
}
br[m]{
    display:none;
}
@media screen and (max-width: 550px){
    br[m]{
        display:unset;
    }
    br[d]{
        display:none;
    }
}
.ig_header {
    padding: 22px 60px 20px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    left: 0px;
    top: 0px;
    background-color: #ebdeea;
}

.ig_header .section_inner {
    display: flex;
    justify-content: space-between;
    width: 1311px;
}

.ig_header_right {
    display: flex;
    flex-flow: column wrap;
}
.ig_header_left img{
    width:55px;
}
.ig_header_right ul {
    margin: 12px 26px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

.ig_header_right li {
    display: inline-block;
    margin: 0px;
    padding-left: 40px;
}
.ig_header_right li.pf4_user_menu_item{
    position: relative;
}
.ig_header_right li:nth-child(2) {
    padding-left: 54px;
}

.ig_header_right li:nth-child(3) {
    padding-left: 55px;
}

.ig_header_right li:nth-child(4) {
    padding-left: 54px;
}

.ig_header_right li:nth-child(5) {
    padding-left: 50px;
}

.ig_header_right li a {
    font-family: poppins;
    font-size: 17px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.43px;
    color: #591f46;
    text-transform: uppercase;
    padding: 0px 5px;
    position: relative;
}

.ig_header_right li a::after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #e2a88300;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.ig_header_right li a:hover::after {
    background-color: #e2a883;
}

.responsive-menu-hand {
    display: none;
}

.responsive-menu-close {
    clear: both;
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    top: 42px;
    right: 30px;
    z-index: 99999;
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 55px;
    display: block;
    background-color: #591f46;
    height: 1px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 25px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -1px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: -110%;
    background: #ECDFEB;
    background-image: url(reponsive_menu_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom -17px;
    background-size: 100%;
    z-index: 999;
    overflow: auto;
    transition: right 0.5s ease 0s;
    display: flex;
    flex-direction: column;
}

.responsive-menu.active {
    right: 0px;
    z-index: 99999;
}

.responsive-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
    border-bottom: 0px;
    padding-top: 94px;
    padding-left: 50px;
}

.responsive-menu ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    display: block;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    border: 0px;
    margin: 0px;
    font-size: 20.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.51px;
    color: #591f46;
    display: inline-block;
    margin-bottom: 40px;
}


.responsive-menu ul li a::after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #e2a88300;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.responsive-menu ul li a:hover::after {
    background-color: #e2a883;
}


.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu_img{
    left: 50px;
    bottom: 26px;
    position: absolute;
}
.responsive-menu_img img{
      width: 40px;
  height: auto;
}


@media (max-width: 1440px) {
    .ig_header {
        padding: 1.528vw 4.167vw 0px;
    }
    .ig_header_left img{
        width:4.167vw;
    }
    .ig_header .section_inner {
        width: 91.042vw;
    }
    .ig_header_right ul {
        margin-right: 1.806vw;
        margin-top: 0.833vw;
    }
    .ig_header_right li {
        padding-left: 2.778vw;
    }
    .ig_header_right li:nth-child(2) {
        padding-left: 3.75vw;
    }
    .ig_header_right li:nth-child(3) {
        padding-left: 3.819vw;
    }
    .ig_header_right li:nth-child(4) {
        padding-left: 3.75vw;
    }
    .ig_header_right li:nth-child(5) {
        padding-left: 3.472vw;
    }
    .ig_header_right li a {
        font-size: 1.181vw;
        letter-spacing: 0.03vw;
        padding: 0px 0.347vw;
    }
    .ig_header_right li a::after {
        height: 0.139vw;
        bottom: -0.139vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig_header_right li a {
        font-size: 1.6vw;
    }
}

@media (max-width: 768px) {
    .ig_header_right ul {
        display: none;
    }

    .responsive-menu-hand {
        display: block;
        padding-top: 4vw;
        padding-right: 1vw;
    }
}

@media (max-width: 550px) {
    .ig_header {
        padding: 3.9vw 3.5vw 3.472vw 4.2vw;
        width: 100%;
        z-index: 99;
        left: 0px;
        top: 0px;
    }

    .ig_header .section_inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .responsive-menu-hand {
        display: block;
        padding-top: 2.6vw;
        padding-right: 0px;
    }
    .responsive-menu-hand svg{
        width: 60px;
    }
    .ig_header_left .ig_logo {}

    .ig_header_left .ig_logo img {
        width: 8.333vw;
    }
}

  .ig_header .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/ }
.ig_header .user__avatar {
    height: 40px;
    max-height: 40px;
    margin: 0 0 0 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: -12px;
    margin-top: -6px;
}
    .ig_header .user__dropdown {
      position: absolute;
      z-index: 2000;
      top: 51px;
      right: 0;
      display: none;
      padding: 13px 20px;
      text-align: left;
      white-space: nowrap;
      border-top: 1px solid #f9f9f9;
      background: #f9f9f9;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
      }
      .ig_header .user__dropdown--light a {
        color: #0a2338; }
      .ig_header .user__dropdown--dark a {
        color: #fff; }
      .ig_header .user__dropdown span {
        display: block; }
      .ig_header .user__dropdown a {
        line-height: 30px !important;
        display: block;
        }
  .header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .header--center .user__dropdown {
      top: 50px; }
      .header--center .user__dropdown a {
        line-height: 40px;
        margin: 0 0 0 0; }



.ig_header.active{
    padding-bottom: 10px;
    padding-top: 10px;
}
.ig_header.active .section_inner{ }
.ig_header.active .ig_header_left{ }
.ig_header.active .ig_header_left .ig_logo{ }
.ig_header.active .ig_header_left .ig_logo img.ig_logo_image{width: 35px;}
.ig_header.active .ig_header_right{ }
.ig_header.active .ig_header_right ul{margin-top: 8px;}
.ig_header.active .ig_header_right ul li { }
.ig_header.active .ig_header_right ul li a{ }
.ig_header.active .user__avatar{
    margin-top: -5px;
}
@media (max-width: 1440px) {

}
@media (max-width: 1140px) {

}
@media (max-width: 1024px) {

} 
@media (max-width: 768px) {
    .ig_header.active{
        padding-bottom: 10px;
        padding-top: 10px;
        z-index: 9999;
    }
    .ig_header.active .section_inner{ }
    .ig_header.active .ig_header_left{ }
    .ig_header.active .ig_header_left .ig_logo{ }
    .ig_header.active .ig_header_left .ig_logo img.ig_logo_image{width: 35px;}
    .ig_header.active .ig_header_right{ }
    .ig_header.active .ig_header_right ul{margin-top: 8px;}
    .ig_header.active .ig_header_right ul li { }
    .ig_header.active .ig_header_right ul li a{ }
    .ig_header.active .user__avatar{
        margin-top: -5px;
    }
    .ig_header.active .responsive-menu-hand{
        padding-top: 1.4vw;
    }

    .user__avatar{
        display:none;
    }
    .responsive-menu ul li.pf4_user_menu_item a{
        
display: block;
    }
}
@media (max-width: 550px) {
    .ig_header{
    /* position: absolute; */
}
    .ig_header.active{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .ig_header.active .section_inner{ }
    .ig_header.active .ig_header_left{ }
    .ig_header.active .ig_header_left .ig_logo{ }
    .ig_header.active .ig_header_left .ig_logo img.ig_logo_image{width: 35px;}
    .ig_header.active .ig_header_right{ }
    .ig_header.active .ig_header_right ul{margin-top: 8px;}
    .ig_header.active .ig_header_right ul li { }
    .ig_header.active .ig_header_right ul li a{ }
    .ig_header.active .user__avatar{
        margin-top: -5px;
    }
    .ig_header.active .responsive-menu-hand{
        padding-top: 0vw;
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.ig1 {
    padding-top: 128px;
    background: url("ig1-bg.png") center bottom no-repeat #ebdeea;
    padding-bottom: 111px;
}

.ig1 .section_inner {
    width: 1000px;
}

.ig1 .section_left_item {
    width: 50%;
    padding-top: 140px;
    padding-left: 19px;
}

.ig1 .section_left_item h1 {
    position: relative;
    line-height: 1.2;
    margin-bottom: 27px;
}

.ig1 .section_left_item h1::before {
    height: 1px;
    width: 487px;
    background-color: #591f46;
    position: absolute;
    content: "";
    left: 296.5px;
    top: 141px;
}

.ig1 .section_left_item p {
    font-size: 33px;
    font-weight: 200;
    line-height: 1.15;
    letter-spacing: 0.83px;
    color: #591f46;
    margin-left: 8px;
    margin-bottom: 43px;
}

.ig1 .section_right_item {
    padding-left: 54px;
}

.ig1_img {
    position: relative;
}

.ig1_img::before {
    height: 96.2%;
    width: 98%;
    position: absolute;
    content: "";
    right: -40px;
    top: 57px;
    border: 2px solid #591f46;
}

.ig1 .site_button {
    margin-left: 0;
    padding: 11px 48px;
}

@media (min-width: 1441px) {
    .ig1 {
        background-size: 100%;
    }
}

@media (max-width: 1440px) {
    .ig1 {
        padding-top: 8.889vw;
        padding-bottom: 7.708vw;
        background-size: 100%;
    }

    .ig1 .section_inner {
        width: 69.444vw;
    }

    .ig1 .section_left_item {
        padding-top: 9.722vw;
        padding-left: 1.319vw;
    }

    .ig1 .section_left_item h1 {
        margin-bottom: 1.875vw;
    }

    .ig1 .section_left_item h1::before {
        height: 0.069vw;
        width: 33.819vw;
        left: 20.59vw;
        top: 9.792vw;
    }

    .ig1 .section_left_item p {
        font-size: 2.292vw;
        letter-spacing: 0.058vw;
        margin-left: 0.556vw;
        margin-bottom: 2.986vw;
    }

    .ig1 .section_right_item {
        padding-left: 3.75vw;
    }

    .ig1_img::before {
        right: -2.778vw;
        top: 3.958vw;
        border: 1px solid #591f46;
    }

    .ig1 .site_button {
        margin-left: 0;
        padding: 0.764vw 3.333vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig1 .section_left_item p {
        font-size: 2.8vw;
    }

    .ig1 .site_button {
        margin-left: 0px;
        padding: 1.2vw 3.4vw;
    }

    br {
        display: none;
    }
}

@media (max-width: 768px) {
    .ig1 {
        padding-top: 15vw;
        padding-bottom: 9.5vw;
    }
}

@media (max-width: 550px) {
    .ig1 {
        padding-top: 21.3vw;
        padding-bottom: 11vw;
        background: url("ig1-bg_mobile.png") center bottom / 100% no-repeat #ebdeea;
    }

    .ig1_in.d_flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .ig1_img {
        width: 61.458vw;
        height: 77.292vw;
    }

    .ig1 .section_right_item {
        padding-left: 9.5vw;
    }

    .ig1_img::before {
        right: -6.3vw;
        top: 8.6vw;
        border: 1px solid #591f46;
    }

    .ig1 .section_left_item {
        padding-top: 14.9vw;
        padding-left: 4.2vw;
    }

    .ig1 .section_left_item h1 {
        font-size: 10.938vw;
        letter-spacing: 0.054vw;
        margin-bottom: 2.9vw;
    }

    .ig1 .section_left_item h1::before {
        width: 50vw;
        left: 40.3vw;
        top: 20.4vw;
    }

    .ig1 .section_left_item p {
        font-size: 4.792vw;
        line-height: 1.15;
        letter-spacing: 0.121vw;
        margin-bottom: 4.9vw;
    }

    .ig1 .site_button {
        margin-left: 0px;
        padding: 1.7vw 7.4vw;
    }
}

.ig2 {
    padding-top: 88px;
    padding-bottom: 86px;
    background-color: #f5fafb;
    overflow: hidden;
}

.ig2 .section_inner {
    width: 1222px;
    position: relative;
    z-index: 1;
}

.ig2_art {
    position: absolute;
    right: -109px;
    bottom: -139px;
    z-index: -1;
    background-image: url("ig2-art.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 353px;
    width: 1153px;
}

.ig2-before-txt {
    position: absolute;
    left: -230px;
    transform: rotate(-90deg);
    /* top: 351px; */
}

.ig2-before-txt {
    position: absolute;
    left: -231px;
    transform: rotate(-90deg);
    bottom: 174px;
}

.ig2_in .section_left_item {
    padding-left: 33px;
}

.ig2-before-txt span {
    color: #cb954d;
    font-weight: 500;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    font-size: 17px;
}

.ig2_in .section_right_item {
    padding-left: 52px;
    padding-top: 60px;
}

.ig2_in mark {
    background-image: linear-gradient(120deg, #ebdfeb 0%, #ebdfeb  100%);
    background-size: 100% 31%;
    background-position: 100% 82%;
}

.ig2_in .section_right_item h2 {
    margin-bottom: 32px;
}

.ig2_in .section_right_item p {
    font-size: 24.5px;
    line-height: 1.45;
    letter-spacing: 0.4px;
    color: #591f46;
    margin-bottom: 14px;
    margin-left: 5.5px;
}

.ig2_in .section_right_item span {
    font-size: 18.5px;
    font-weight: normal;
    line-height: 0.68;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.ig2_in .section_right_item .site_button {
    margin-left: 7px;
    padding: 12px 48px;
    margin-top: 18px;
}

@media (max-width: 1440px) {
    .ig2 {
        padding-top: 6.111vw;
        padding-bottom: 5.972vw;
    }

    .ig2 .section_inner {
        width: 84.861vw;
    }

    .ig2_art {
        right: -7.569vw;
        bottom: -9.653vw;
        height: 24.514vw;
        width: 80.069vw;
    }

    .ig2-before-txt {
        left: -15.972vw;
        /* top: 24.375vw; */
    }

    .ig2-before-txt {
        left: -16.042vw;
        bottom: 12.083vw;
    }

    .ig2_in .section_left_item {
        padding-left: 2.292vw;
    }

    .ig2-before-txt span {
        letter-spacing: 0.25vw;
        font-size: 1.181vw;
    }

    .ig2_in .section_right_item {
        padding-left: 3.611vw;
        padding-top: 4.167vw;
    }

    .ig2_in .section_right_item h2 {
        margin-bottom: 2.222vw;
    }

    .ig2_in .section_right_item p {
        font-size: 1.701vw;
        letter-spacing: 0.028vw;
        margin-bottom: 0.972vw;
        margin-left: 0.382vw;
    }

    .ig2_in .section_right_item span {
        font-size: 1.285vw;
        letter-spacing: 0.031vw;
    }

    .ig2_in .section_right_item .site_button {
        margin-left: 0.486vw;
        padding: 0.833vw 3.333vw;
        margin-top: 1.25vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig2_in .section_right_item p {
        font-size: 2vw;
    }

    .ig2_in .section_right_item span {
        font-size: 2.4vw;
    }

    .ig2-before-txt span {
        font-size: 2vw;
    }

    .ig2_in .section_right_item .site_button {
        padding: 1.2vw 3.4vw;
    }

    .ig2-before-txt {
        left: -20.442vw;
        top: 22.836vw;
    }
}

@media (max-width: 768px) {
    .ig2_in .section_right_item p {
        font-size: 2.4vw;
    }

    .ig2_in .section_right_item span {
        font-size: 2.4vw;
    }

    .ig2-before-txt span {
        font-size: 2vw;
    }

    .ig2_in .section_right_item .site_button {
        padding: 1.2vw 3.4vw;
    }

    .ig2-before-txt {
        left: -3.442vw;
        top: -0.164vw;
    }
}

@media (max-width: 550px) {
    .ig2 {
        padding-top: 8.5vw;
        padding-bottom: 10.6vw;
    }

    .ig2 .section_inner {
        width: 84.861vw;
    }

    .ig2_art {
        right: 0px;
        top: 31.7vw;
        bottom: unset;
        width: 100vw;
        height: 22.917vw;
        background-image: url("ig2-art_mobile.png");
        background-size: 100%;
    }

    .ig2-before-txt {
    }

    .ig2-before-txt {
        left: -38.4vw;
        top: 15.4vw;
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: -5.2vw;
    }

    .ig2_in .section_left_item {
        padding-left: 15.6vw;
    }

    .ig2_in .section_left_item .ig2_img {
        width: 55.625vw;
    }

    .ig2-before-txt span {
        font-size: 2.8vw;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.35vw;
    }

    .ig2_in .section_right_item {
        padding-left: 3.5vw;
        padding-top: 5.7vw;
    }

    .ig2_in .section_right_item h2 {
        font-size: 7.396vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.04;
        letter-spacing: 0.185vw;
        margin-bottom: 5vw;
    }

    .ig2_in .section_right_item p {
        font-size: 3.542vw;
        line-height: 1.41;
        letter-spacing: 0.09vw;
        white-space: nowrap;
        margin-bottom: 2.4vw;
        margin-left: 0.382vw;
    }

    .ig2_in .section_right_item p br {
        display: block;
    }

    .ig2_in .section_right_item span {
        font-size: 2.604vw;
        font-weight: normal;
        line-height: 0.68;
        letter-spacing: 0.065vw;
    }

    .ig2_in .section_right_item .site_button {
        margin-left: 0.7vw;
        padding: 1.8vw 7.5vw;
        margin-top: 2.4vw;
    }
}

.ig3 {
    background: #581944;
    padding-top: 41px;
    padding-bottom: 38px;
}

.ig3 .section_inner {
    width: 736px;
    text-align: center;
}

.ig3 h3 {
    color: #f3d263;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ig3 p {
    letter-spacing: 0.1px;
    font-weight: 200;
    color: #ffffff;
    font-size: 24.5px;
    line-height: 1.29;
    margin-bottom: 31px;
}

.ig3_form {
    width: 668px;
    margin: 0px auto;
}

.ig3_form form>div {
    display: flex;
}

.ig3 .form_textmail {
    display: flex;
    flex-wrap: wrap;
}

.ig3 .form_textmail input {
    border: none;
    border-radius: 0px;
    font-family: poppins;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 1.8px;
    text-align: center;
    color: #591f46;
    text-transform: uppercase;
    padding: 17px 65px 19px 80px;
    background: #cc964c;
    height: 56px;
}

.ig3 .form_textmail input[type="text"] {
    background: #faecee;
}

.ig3 .form_textmail input[type="email"] {
    
}

.ig3 .form_textmail input::-webkit-input-placeholder {
    color: #591f46;
}

.ig3 .form_textmail input::placeholder {
    color: #591f46;
}

.ig3_form button {
    border: none;
    font-family: poppins;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 1.8px;
    text-align: center;
    color: #591f46;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0px;
    padding: 17px 96px 19px 80px;
    background: #f3d363;
    height: 56px;
}

.ig3_form button:hover {
    background: #edbd5e;
    filter: brightness(100%);
}

@media (max-width: 1440px) {
    .ig3 {
        padding-top: 2.847vw;
        padding-bottom: 2.639vw;
    }

    .ig3 .section_inner {
        width: 51.111vw;
    }

    .ig3 h3 {
        margin-bottom: 1.042vw;
    }

    .ig3 p {
        letter-spacing: 0.007vw;
        font-size: 1.701vw;
        margin-bottom: 2.153vw;
    }

    .ig3_form {
        width: 46.389vw;
    }

    .ig3 .form_textmail input {
        font-size: 1.25vw;
        letter-spacing: 0.125vw;
        padding: 1.181vw 4.514vw 1.319vw 5.556vw;
        height: 3.889vw;
    }

    .ig3_form button {
        font-size: 1.25vw;
        letter-spacing: 0.125vw;
        padding: 1.181vw 6.667vw 1.319vw 5.556vw;
        height: 3.889vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig3 p {
        font-size: 2vw;
    }

    .ig3 .form_textmail input,
    .ig3_form button {
        font-size: 1.4vw;
    }
}

@media (max-width: 768px) {
    .ig3 {
        padding-top: 4.5vw;
        padding-bottom: 3.5vw;
    }

    .ig3 .section_inner {
        width: 70vw;
    }

    .ig3_form {
        width: 100%;
    }

    .ig3_form form>div {
        justify-content: center;
    }

    .ig3 p {
        font-size: 2.4vw;
    }

    .ig3 .form_textmail input,
    .ig3_form button {
        font-size: 2vw;
        height: 5.889vw;
    }
}

@media (max-width: 550px) {
    .ig3 {
        padding-top: 4.8vw;
        padding-bottom: 2vw;
    }

    .ig3 .section_inner {
        width: 51.111vw;
    }

    .ig3 h3 {
        margin-bottom: 1.6vw;
    }

    .ig3 p {
        font-size: 2.708vw;
        font-weight: 200;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: 0.069vw;
        margin-bottom: 3.2vw;
    }

    .ig3_form {
        width: 74vw;
    }

    .ig3_form form>div {
        justify-content: unset;
    }

    .ig3 .form_textmail input {
        font-size: 1.979vw;
        line-height: 1.11;
        letter-spacing: 0.198vw;
        padding: 1.5vw;
        width: 45vw;
        height: 6.25vw;
    }

    .ig3_form button {
        font-size: 1.979vw;
        line-height: 1.11;
        letter-spacing: 0.198vw;
        padding: 2.1vw 9.8vw;
        height: 6.25vw;
    }
}

.ig4 {
    background-color: #f5eef4;
    padding-bottom: 36px;
    text-align: center;
}

.ig4 .section_inner {
    width: 1041px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.ig4_art1 {
    position: absolute;
    left: -17px;
    top: 0px;
    background-image: url("ig4-art1.png");
    background-size: contain;
    height: 489px;
    width: 613px;
    content: "";
    z-index: 1;
}

.ig4_art2 {
    position: absolute;
    bottom: 0px;
    right: -17px;
    background-image: url("ig4-art2.png");
    background-size: contain;
    height: 229px;
    width: 474px;
    content: "";
    z-index: 1;
}

.ig4 h2 {
    font-size: 62px;
    line-height: 0.88;
    letter-spacing: 1.4px;
    margin-top: 83px;
    text-align: center;
    margin-bottom: 111px;
}

.ig4_item {
    background: #ffffff;
    padding: 85px 30px 51px;
    position: relative;
    max-width: 461px;
    margin-bottom: 109px;
}

.ig4_item span {
    height: 119px;
    width: 119px;
    background-color: #ebdeea;
    line-height: 119px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.ig4_item_icon img {
    margin: auto;
    width: 60px;
    max-height: 60px;
}

.ig4_item_icon {
    text-align: center;
    position: absolute;
    left: 50%;
    top: -61px;
    margin-left: -59.5px;
}

.ig4_item h4 {
    margin-bottom: 20px;
}

.ig4 .section_left_item .ig4_item:last-child {
    margin-bottom: 45px;
    max-width: 460px;
    margin-left: 2px;
    padding-top: 93px;
    padding-bottom: 31px;
}

.ig4 .section_right_item {
    padding-left: 28px;
}

.ig4 .section_right_item .ig4_item {
    margin-bottom: 133px;
}

.ig4 .section_left_item .ig4_item:first-child {
    margin-bottom: 111px;
}

.ig4 .section_right_item .ig4_item:first-child {
    padding-bottom: 45px;
    margin-bottom: 140px;
}

.ig4 .section_right_item .ig4_item:last-child {
    margin-bottom: 56px;
    padding-bottom: 45px;
}

.ig4 .section_right_item .ig4_item:last-child .ig4_item_icon {
    top: -69px;
}

@media (max-width: 1440px) {
    .ig4 {
        padding-bottom: 2.5vw;
    }
    .ig4_item_icon img {
        width: 4.167vw;
        max-height: 4.167vw;
    }
    .ig4 .section_inner {
        width: 72.292vw;
    }

    .ig4_art1 {
        left: -1.181vw;
        height: 33.958vw;
        width: 42.569vw;
    }

    .ig4_art2 {
        right: -1.181vw;
        height: 15.903vw;
        width: 32.917vw;
    }

    .ig4 h2 {
        font-size: 4.306vw;
        letter-spacing: 0.097vw;
        margin-top: 5.764vw;
        margin-bottom: 7.708vw;
    }

    .ig4_item {
        padding: 5.903vw 2.083vw 3.542vw;
        max-width: 32.014vw;
        margin-bottom: 7.569vw;
    }

    .ig4_item span {
        height: 8.264vw;
        width: 8.264vw;
        line-height: 8.264vw;
    }

    .ig4_item_icon {
        top: -4.236vw;
        margin-left: -4.132vw;
    }

    .ig4_item h4 {
        margin-bottom: 1.389vw;
    }

    .ig4 .section_left_item .ig4_item:last-child {
        margin-bottom: 3.125vw;
        max-width: 31.944vw;
        margin-left: 0.139vw;
        padding-top: 6.458vw;
        padding-bottom: 2.153vw;
    }

    .ig4 .section_right_item {
        padding-left: 1.944vw;
    }

    .ig4 .section_right_item .ig4_item {
        margin-bottom: 9.236vw;
    }

    .ig4 .section_left_item .ig4_item:first-child {
        margin-bottom: 7.708vw;
    }

    .ig4 .section_right_item .ig4_item:first-child {
        padding-bottom: 3.125vw;
        margin-bottom: 9.722vw;
    }

    .ig4 .section_right_item .ig4_item:last-child {
        margin-bottom: 3.889vw;
        padding-bottom: 3.125vw;
    }

    .ig4 .section_right_item .ig4_item:last-child .ig4_item_icon {
        top: -4.792vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig4 .section_inner {
        width: 78vw;
    }

    .ig4 h2 {
        font-size: 5.6vw;
    }

    .ig4_item_icon img {
        margin: auto;
    }

    .ig4 .section_left_item .ig4_item:last-child .ig4_item_icon img {
        height: 57%;
        width: unset;
    }
}

@media (max-width: 768px) {
    .ig4 {
        padding-bottom: 2.6vw;
    }

    .ig4_in.d_flex {
        display: block !important;
    }

    .ig4_in .section_left_item,
    .ig4_in .section_right_item {
        width: 100%;
    }

    .ig4_item,
    .ig4 .section_left_item .ig4_item:last-child {
        padding: 5.903vw 2.083vw 3.542vw;
        width: 100%;
        margin-bottom: 7.569vw;
        max-width: unset;
    }

    .ig4 .section_right_item {
        padding-left: 0px;
    }

    .ig4 .section_right_item .ig4_item:last-child .ig4_item_icon img {
        width: 43%;
    }
}

@media (max-width: 550px) {
    .ig4 {
        padding-bottom: 11vw;
    }

    .ig4_art1 {
        left: -1.5vw;
        width: 37.292vw;
        height: 34.375vw;
        top: 0px;
        background-image: url("ig4-art1_mobile.png");
        background-repeat: no-repeat;
    }

    .ig4_art2 {
        right: -1.181vw;
        width: 56.667vw;
        height: 34.792vw;
        background-image: url("ig4-art2_mobile.png");
        background-repeat: no-repeat;
    }

    .ig4 h2 {
        font-size: 7.5vw;
        letter-spacing: 0.188vw;
        line-height: 1.2;
        margin-top: 7.6vw;
        margin-bottom: 18.5vw;
        padding: 0px 14vw;
    }

    .ig4_in.d_flex {
        padding: 0px 3.6vw;
    }

    .ig4_item {
        padding: 14.8vw 2.083vw 8.7vw;
        max-width: unset;
        margin-bottom: 7.569vw;
    }

    .ig4_item br {
        display: block;
    }

    .ig4_item span {
        width: 20.625vw;
        height: 20.625vw;
        line-height: 8.264vw;
    }

    .ig4_item_icon {
        top: -10vw;
        margin-left: -10.6vw;
    }

    .ig4_item h4 {
        margin-bottom: 3.8vw;
    }

    .ig4 .section_left_item .ig4_item:last-child {
        margin-bottom: 16.1vw;
        max-width: unset;
        margin-left: 0px;
        padding-top: 6.458vw;
        padding-bottom: unset;
    }

    .ig4 .section_right_item {
        padding-left: 0px;
    }

    .ig4 .section_right_item .ig4_item {
        margin-bottom: 9.236vw;
    }

    .ig4 .section_left_item .ig4_item:first-child {
        margin-bottom: 15.5vw;
    }

    .ig4 .section_right_item .ig4_item:first-child {
        padding-bottom: 7.2vw;
        margin-bottom: 18.9vw;
    }

    .ig4 .section_right_item .ig4_item:last-child {
        margin-bottom: 3.889vw;
        padding: 14vw 2.083vw 8.3vw;
    }

    .ig4 .section_right_item .ig4_item:last-child .ig4_item_icon {
        top: -11.392vw;
    }

    .ig4 .section_left_item .ig4_item:last-child {
        padding: 15.8vw 2.083vw 7.3vw;
    }

    .ig4 .section_left_item .ig4_item:last-child h4 {
        margin-bottom: 2.2vw;
    }

    .ig4 .section_right_item .ig4_item:first-child .ig4_item_icon img {
        width: 40%;
    }

    .ig4_item_icon img{
        
width: 11.167vw;
        
max-height: 10.167vw;
    }
}

.ig5 {
    background-color: #f5fafb;
    padding: 81px 0px 107px;
    overflow: hidden;
}

.ig5 .section_inner {
    width: 1290px;
    position: relative;
    z-index: 1;
}

.ig5_art {
    position: absolute;
    left: -17px;
    bottom: -73px;
    z-index: 1;
    background-image: url("ig5-art.png");
    background-size: contain;
    height: 250px;
    width: 825px;
}

.ig5 .section_left_item {
    width: 55%;
    padding-left: 66px;
    margin-top: 131px;
}

.ig5 .section_left_item h2 {
    font-size: 55px;
    margin-bottom: 26px;
}

.ig5 .section_left_item p {
    font-size: 26.4px;
    margin-bottom: 30px;
}

.ig5_countdown {
    width: 520px;
    margin-bottom: 26px;
}

.ig5_clock {
    display: flex;
    justify-content: space-between;
}

.ig5_clock div span {
    display: block;
}

.ig5_clock div span:first-child {
    font-family: abrilfatface;
    font-size: 69.5px;
    line-height: 0.85;
    letter-spacing: 1.74px;
    text-align: justify;
    color: #d6a250;
    margin-bottom: 10px;
}

.ig5_clock div span:last-child {
    font-size: 19.5px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.49px;
    text-transform: uppercase;
    color: #591f46;
}

.ig5 progress p {
    font-size: 17px;
    line-height: 1.12;
    letter-spacing: 1.7px;
    color: #591f46;
}

.ig5 .progress-bar {
    background-color: #d6a24f;
    display: inline-block;
    position: relative;
    padding: 5px 0px 5px 15px;
    font-weight: normal;
}

.ig5 .progress {
    border: 1px solid #d6a24f;
    color: #571e47;
    text-transform: uppercase;
    max-width: 518px;
    height: 40px;
}

.ig5 .progress span {
    margin-left: 50%;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 1.7px;
}

.ig5_right_top {
    padding-top: 46px;
    padding-bottom: 46px;
    border-left: 1px solid #ebdfeb ;
    border-right: 1px solid #ebdfeb ;
}

.ig5_right_top h4 {
    font-family: abrilfatface;
    font-size: 40.5px;
    line-height: 1.04;
    letter-spacing: 1.01px;
    text-transform: none;
    margin-bottom: 14px;
}

.ig5_right_top p {
    font-size: 29.5px;
    line-height: 1.42;
    letter-spacing: 0.74px;
    color: #591f46;
}

.ig5 .section_right_item {
    width: 45%;
    text-align: center;
    background-color:#f5eef4;
    box-shadow: #e3dfe5 0px 0px 18px 8px;
    margin-left: 89px;
}

.ig5_right_bottom h6 {
    font-family: poppins;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.97;
    letter-spacing: 1.7px;
    color: #591f46;
    margin-bottom: 3px;
}

.ig5_right_bottom p {
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.41px;
    color: #591f46;
    font-size: 16.5px;
    margin-bottom: 20px;
}

.ig5_right_bottom p span {
    font-weight: 200;
    text-decoration: line-through;
}

.ig5_right_middle {
    padding-bottom: 62px;
}

.ig5_right_bottom {
    background-color: #ffffff;
    padding-top: 24px;
}

.ig5_right_bottom .site_button {
    padding: 8px 70px;
    font-size: 13.5px;
    line-height: 1.15;
    letter-spacing: 1.35px;
}

@media (max-width: 1440px) {
    .ig5 {
        padding: 5.625vw 0px 7.431vw;
    }

    .ig5 .section_inner {
        width: 89.583vw;
    }

    .ig5_art {
        left: -1.181vw;
        bottom: -5.069vw;
        height: 17.361vw;
        width: 57.292vw;
    }

    .ig5 .section_left_item {
        padding-left: 4.583vw;
        margin-top: 9.097vw;
    }

    .ig5 .section_left_item h2 {
        font-size: 3.819vw;
        margin-bottom: 1.806vw;
    }

    .ig5 .section_left_item p {
        font-size: 1.833vw;
        margin-bottom: 2.083vw;
    }

    .ig5_countdown {
        width: 36.111vw;
        margin-bottom: 1.806vw;
    }

    .ig5_clock div span:first-child {
        font-size: 4.826vw;
        letter-spacing: 0.121vw;
        margin-bottom: 0.694vw;
    }

    .ig5_clock div span:last-child {
        font-size: 1.354vw;
        letter-spacing: 0.034vw;
    }

    .ig5 progress p {
        font-size: 1.181vw;
        letter-spacing: 0.118vw;
    }

    .ig5 .progress-bar {
        padding: 0.347vw 0px 0.347vw 1.042vw;
    }

    .ig5 .progress {
        border: 0.069vw solid #d6a24f;
        max-width: 35.972vw;
        height: 2.778vw;
    }

    .ig5 .progress span {
        font-size: 1.181vw;
        letter-spacing: 0.118vw;
    }

    .ig5_right_top {
        padding-top: 3.194vw;
        padding-bottom: 3.194vw;
        border-left: 0.069vw solid #ebdfeb ;
        border-right: 0.069vw solid #ebdfeb ;
    }

    .ig5_right_top h4 {
        font-size: 2.813vw;
        letter-spacing: 0.07vw;
        margin-bottom: 0.972vw;
    }

    .ig5_right_top p {
        font-size: 2.049vw;
        letter-spacing: 0.051vw;
    }

    .ig5 .section_right_item {
        margin-left: 6.181vw;
    }

    .ig5_right_bottom h6 {
        font-size: 1.181vw;
        letter-spacing: 0.118vw;
        margin-bottom: 0.208vw;
    }

    .ig5_right_bottom p {
        letter-spacing: 0.028vw;
        font-size: 1.146vw;
        margin-bottom: 1.389vw;
    }

    .ig5_right_middle {
        padding-bottom: 4.306vw;
    }

    .ig5_right_bottom {
        padding-top: 1.667vw;
    }

    .ig5_right_bottom .site_button {
        padding: 0.556vw 4.861vw;
        font-size: 0.938vw;
        letter-spacing: 0.094vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig5 .section_left_item h2 {
        font-size: 5.4vw;
    }

    .ig5 .section_left_item p {
        font-size: 2.4vw;
    }

    .ig5_right_bottom .site_button {
        font-size: 1.4vw;
    }

    .ig5_right_bottom h6 {
        font-size: 2vw;
        line-height: 1.2;
        margin-bottom: 1vw;
    }

    .ig5_right_top h4 {
        font-size: 4vw;
    }

    .ig5_right_bottom p {
        font-size: 1.6vw;
    }

    .ig5_clock div span:first-child {
        font-size: 5.5vw;
    }

    .ig5_clock div span:last-child {
        font-size: 1.8vw;
    }

    .ig5 progress p {
        font-size: 1.8vw;
    }

    .ig5_right_top p {
        font-size: 2.8vw;
    }

    .ig5 .progress span {
        font-size: 1.8vw;
        position: absolute;
        right: 1.3vw;
        top: 0.7vw;
    }

    .ig5 .progress-bar {
        padding: 0.347vw 0px 0.347vw 1vw;
        height: 100%;
    }

    .ig5 .progress {
        height: 3.5vw;
    }
}

@media (max-width: 768px) {
    .ig5 {
        padding: 6vw 0px;
    }

    .ig5 .progress {
        height: 4.5vw;
    }

    .ig5 .progress span {
        font-size: 2vw;
        top: 1vw;
    }

    .ig5_right_bottom .site_button {
        font-size: 1.6vw;
        padding: 0.6vw 4.8vw;
    }
}

@media (max-width: 550px) {
    .ig5 {
        padding: 11.7vw 0px 11.4vw;
    }

    .ig5 .section_inner {
        width: 89.583vw;
    }

    .ig5 .section_inner.d_flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .ig5_art {
        left: 0px;
        top: 90.3vw;
        bottom: unset;
        width: 100vw;
        height: 30.208vw;
        background-image: url("ig5-art_mobile.png");
        background-repeat: no-repeat;
    }

    .ig5 .section_left_item {
        padding-left: 2.9vw;
        margin-top: 12vw;
    }

    .ig5 .section_left_item h2 {
        font-size: 8.854vw;
        font-weight: normal;
        line-height: 1.04;
        letter-spacing: 0.221vw;
        margin-bottom: 4vw;
    }

    .ig5 .section_left_item p {
        font-size: 4vw;
        line-height: 1.43;
        letter-spacing: 0.104vw;
        margin-bottom: 4.2vw;
    }

    .ig5_countdown {
        width: 82vw;
        margin-bottom: 4.2vw;
    }

    .ig5_clock div span:first-child {
        font-size: 10.833vw;
        font-weight: normal;
        line-height: 0.85;
        letter-spacing: 0.271vw;
        margin-bottom: 2vw;
    }

    .ig5_clock div span:last-child {
        font-size: 3.021vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.45;
        letter-spacing: 0.034vw;
    }

    .ig5 progress p {
        font-size: 1.181vw;
        letter-spacing: 0.118vw;
    }

    .ig5 .progress-bar {
        font-size: 2.604vw;
        font-weight: normal;
        letter-spacing: 0.26vw;
        line-height: 2;
        padding: 0.347vw 0px 0.347vw 2vw;
    }

    .ig5 .progress {
        max-width: 80.9vw;
        height: 6.2vw;
        margin-left: 0.6vw;
    }

    .ig5 .progress span {
        font-size: 2.604vw;
        line-height: 1.12;
        letter-spacing: 0.26vw;
        top: 1.4vw;
    }

    .ig5_right_top {
        padding-top: 6.8vw;
        padding-bottom: 6.7vw;
        border-left: 0.069vw solid #ebdfeb ;
        border-right: 0.069vw solid #ebdfeb ;
    }

    .ig5_right_top h4 {
        font-size: 5.938vw;
        line-height: 1.04;
        letter-spacing: 0.148vw;
        margin-bottom: 2.3vw;
    }

    .ig5_right_top h4 br {
        display: block;
    }

    .ig5_right_top p {
        font-size: 4.271vw;
        line-height: 1.46;
        letter-spacing: 0.106vw;
    }

    .ig5 .section_right_item {
        margin-left: 3.8vw;
        width: 91.4% !important;
    }

    .ig5_right_bottom h6 {
        font-size: 2.5vw;
        font-weight: 600;
        line-height: 1.96;
        letter-spacing: 0.25vw;
        margin-bottom: 0.6vw;
    }

    .ig5_right_bottom p {
        font-size: 2.5vw;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 0.063vw;
        margin-bottom: 2.6vw;
    }

    .ig5_right_middle {
        padding-bottom: 9.4vw;
    }

    .ig5_right_bottom {
        padding-top: 3.6vw;
    }

    .ig5_right_bottom .site_button {
        padding: 1.3vw 11.5vw;
        font-size: 9.5px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.16;
        letter-spacing: 0.95px;
    }
}

.ig6 {
    padding: 43px 0px 58px;
    text-align: center;
    background: url("ig6-bg.png") center bottom -2px no-repeat#f5eef4;
}

.ig6 .section_inner {
    width: 825px;
    position: relative;
    z-index: 1;
}

.ig6 h4 {
    font-size: 31.5px;
    line-height: 1.33;
    letter-spacing: 2.36px;
    color: #591f46;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 15px;
}

.ig6 h4 span {
    font-weight: 600;
}

.ig6 ul {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}

.ig6 ul li {
    list-style: none;
}

.ig6 ul li span {
    font-family: abrilfatface;
    font-size: 50.5px;
    line-height: 1.63;
    letter-spacing: 3.79px;
    color:  #cb954d;
    margin-bottom: 6px;
    display: block;
}

.ig6 ul li p {
    font-size: 23px;
    font-weight: normal;
    line-height: 0.95;
    letter-spacing: 1.73px;
    color: #591f46;
    text-transform: uppercase;
}

.ig6 .site_button {
    font-size: 21px;
    padding: 14px 56px;
    margin-top: 42px;
}

@media (min-width: 1441px) {
    .ig6 {
        background-size: 100%;
    }
}

@media (max-width: 1440px) {
    .ig6 {
        padding: 2.986vw 0px 4.028vw;
        background-size: 100%;
    }

    .ig6 .section_inner {
        width: 57.292vw;
    }

    .ig6 h4 {
        font-size: 2.188vw;
        letter-spacing: 0.164vw;
        margin-bottom: 1.042vw;
    }

    .ig6 ul li span {
        font-size: 3.507vw;
        letter-spacing: 0.263vw;
        margin-bottom: 0.417vw;
    }

    .ig6 ul li p {
        font-size: 1.597vw;
        letter-spacing: 0.12vw;
    }

    .ig6 .site_button {
        font-size: 1.458vw;
        padding: 0.972vw 3.889vw;
        margin-top: 2.917vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig6 .section_inner {
        width: 78vw;
    }

    .ig6 ul {
        width: 60vw;
        margin: auto;
    }

    .ig6 h4 {
        font-size: 3.4vw;
    }

    .ig6 ul li span {
        font-size: 5vw;
    }

    .ig6 ul li p {
        font-size: 1.8vw;
    }

    .ig6 .site_button {
        padding: 1.2vw 3.4vw;
    }
}

@media (max-width: 768px) {
    .ig6 {
        padding: 5vw 0px 6vw;
    }

    .ig6 .site_button {
        font-size: 2vw;
    }
}

@media (max-width: 550px) {
    .ig6 {
        padding: 5.2vw 0px 5.8vw;
        background: url("ig6-bg_mobile.png") center bottom no-repeat#f5eef4;
        background-size: 100%;
    }

    .ig6 .section_inner {
        width: 57.292vw;
    }

    .ig6 h4 {
        font-size: 3.229vw;
        font-weight: normal;
        line-height: 1.35;
        letter-spacing: 0.242vw;
        margin-bottom: 1.042vw;
    }

    .ig6 h4 br {
        display: block;
    }

    .ig6 ul li span {
        font-size: 5.208vw;
        font-weight: normal;
        line-height: 1.64;
        letter-spacing: 0.392vw;
        margin-bottom: 0.417vw;
    }

    .ig6 ul {
        width: 80vw;
        margin: auto;
    }

    .ig6 ul li p {
        font-size: 2.292vw;
        font-weight: 300;
        line-height: 1.41;
        letter-spacing: 0.173vw;
    }

    .ig6 .site_button {
        font-size: 2.188vw;
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: 0.219vw;
        padding: 1.5vw 5.8vw;
        margin-top: 3.3vw;
    }
}

.ig7 {
    padding: 93px 0px 105px;
    background: #f5fafb;
}

.ig7 .section_inner {
    width: 1220px;
    position: relative;
}

.ig7 .section_left_item {
    padding-left: 6px;
    padding-right: 86px;
}

.ig7_img {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.ig7_img::before {
    height: 100.7%;
    width: 100%;
    position: absolute;
    content: "";
    left: -44px;
    top: 33px;
    border: 2px solid #591f46;
    z-index: -1;
}

.ig7 h2 {
    font-size: 64.5px;
    line-height: 1.04;
    letter-spacing: 1.61px;
    color: #591f46;
    margin-left: -39px;
    margin-bottom: 45px;
}

.ig7 mark {
    background-image: linear-gradient(120deg,  #ebdeea 0%,  #ebdeea 100%);
    background-size: 100% 30%;
    background-position: 0px 82%;
}

.ig7 p {
    font-size: 17.5px;
    line-height: 1.63;
    letter-spacing: 0.44px;
    color: #591f46;
}

.ig7 p strong {
    font-weight: 600;
}

.ig7 p:nth-child(2) {
    margin-bottom: 18px;
}

.ig7 p:nth-of-type(3) {
    margin-top: 16px;
}

.ig7 article span {
    font-size: 21.5px;
    font-weight: 500;
    line-height: 1.26;
    letter-spacing: 1.61px;
    color:  #cb954d;
}

.ig7 article span strong {
    font-weight: 500;
}

@media (max-width: 1440px) {
    .ig7 {
        padding: 6.458vw 0px 7.292vw;
    }

    .ig7 .section_inner {
        width: 84.722vw;
    }

    .ig7 .section_left_item {
        padding-left: 0.417vw;
        padding-right: 6.011vw;
    }

    .ig7_img::before {
        left: -3.056vw;
        top: 2.292vw;
        border: 0.139vw solid #591f46;
    }

    .ig7 h2 {
        font-size: 4.479vw;
        letter-spacing: 0.112vw;
        margin-left: -2.708vw;
        margin-bottom: 3.125vw;
    }

    .ig7 p {
        font-size: 1.215vw;
        letter-spacing: 0.031vw;
    }

    .ig7 p:nth-child(2) {
        margin-bottom: 1.25vw;
    }

    .ig7 p:nth-of-type(3) {
        margin-top: 1.111vw;
    }

    .ig7 article span {
        font-size: 1.493vw;
        letter-spacing: 0.112vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig7 h2 {
        font-size: 4.479vw;
    }

    .ig7 p {
        font-size: 1.7vw;
    }

    .ig7 article span {
        font-size: 1.8vw;
    }
}

@media (max-width: 768px) {
    .ig7 {
        padding: 6vw 0px 5vw;
    }

    .ig7_in.d_flex {
        display: block;
    }

    .ig7 h2 {
        display: none;
    }

    .ig7 p {
        font-size: 2.4vw;
        color: #000000;
    }

    .ig7 article span {
        font-size: 2.4vw;
    }

    .ig7 .section_left_item,
    .ig7 .section_right_item {
        width: 100%;
    }

    .ig7_img {
        width: 51%;
    }

    .ig7 .section_left_item {
        padding-bottom: 5vw;
        display: flex;
        padding-left: 0px;
    }

    .ig7 .section_left_item .mobile_only {
        display: block;
    }

    .ig7 .section_left_item .mobile_only h2 br {
        display: block;
    }

    .ig7 .section_left_item .mobile_only h2 {
        display: block;
        font-size: 6.8vw;
        padding-left: 7vw;
        padding-top: 8vw;
    }
}

@media (max-width: 550px) {
    .ig7 {
        padding: 6.9vw 0px 9.2vw;
    }

    .ig7 .section_inner {
        width: 84.722vw;
    }

    .ig7 .section_left_item {
        padding-left: 3.3vw;
        padding-right: 0px;
        padding-bottom: 9.5vw;
    }

    .ig7_img::before {
        height: 100%;
        width: 100%;
        left: -2.7vw;
        top: 1.9vw;
    }

    .ig7 .section_left_item .mobile_only h2 {
        font-size: 8.646vw;
        font-weight: normal;
        line-height: 1.08;
        letter-spacing: 0.217vw;
        padding-left: 6.3vw;
        padding-top: 11.6vw;
    }

    .ig7 p {
        display: none;
    }

    .ig7 .mobile_only br {
        display: block;
    }

    .ig7 .mobile_only p span {
        display: unset;
        font-size: 3.438vw;
        line-height: 1.61;
        letter-spacing: 0.085vw;
        color: #591f46;
    }
    .ig7 .mobile_only p span strong{
        color: #591f46 !important;
    }
    .ig7 .mobile_only p {
        display: block;
        font-size: 3.438vw;
        line-height: 1.61;
        letter-spacing: 0.085vw;
        color: #591f46;
    }

    .ig7 .mobile_only p strong {
        font-size: 4.063vw;
        font-weight: 500;
        line-height: 1.28;
        letter-spacing: 0.304vw;
        color:  #cb954d;
        margin-top: 4.1vw;
    }

    .ig7 .section_right_item {
        padding-left: 3.4vw;
    }

    .ig7 p:nth-child(2) {
        margin-bottom: 1.25vw;
    }

    .ig7 article span {
        display: none;
    }

    .ig7 .mobile_only p:first-child {
        margin-bottom: 4.9vw;
    }

    .ig7 .mobile_only p:nth-child(2) {
        margin-bottom: 3.4vw;
    }
}

.ig8 {
    padding: 42px 0px 27px;
    background: url("ig8-bg.png") center bottom no-repeat#f5eef4;
    text-align: center;
}

.ig8 .section_inner {
    width: 960px;
    position: relative;
}

.ig8 h2 {
    font-family: abrilfatface;
    font-size: 62px;
    line-height: 0.88;
    letter-spacing: 1.55px;
    margin-bottom: 39px;
}

.ig8 h6 {
    font-family: poppins;
    font-size: 24.5px;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: 1.23px;
    color:  #cb954d;
    margin-bottom: 20px;
}

.ig8 h6 span {
    font-weight: normal;
}

.ig8 p {
    font-size: 20.5px;
    line-height: 1.54;
    letter-spacing: 0.51px;
    color: #591f46;
    margin-bottom: 20px;
}

.ig8 p strong {
    font-weight: 600;
}

.ig8 p:nth-child(3) {
    margin-bottom: 26px;
}

.ig8 p span {
    font-size: 16.5px;
    font-weight: 200;
    line-height: 1.7;
    letter-spacing: 0.41px;
}

@media (min-width: 1441px) {
    .ig8 {
        background-size: 100%;
    }
}

@media (max-width: 1440px) {
    .ig8 {
        padding: 2.917vw 0px 1.875vw;
        background-size: 100%;
    }

    .ig8 .section_inner {
        width: 66.667vw;
    }

    .ig8 h2 {
        font-size: 4.306vw;
        letter-spacing: 0.108vw;
        margin-bottom: 2.708vw;
    }

    .ig8 h6 {
        font-size: 1.701vw;
        letter-spacing: 0.085vw;
        margin-bottom: 1.389vw;
    }

    .ig8 p {
        font-size: 1.424vw;
        letter-spacing: 0.035vw;
        margin-bottom: 1.389vw;
    }

    .ig8 p:nth-child(3) {
        margin-bottom: 1.806vw;
    }

    .ig8 p span {
        font-size: 1.146vw;
        letter-spacing: 0.028vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig8 .section_inner {
        width: 80vw;
    }

    .ig8 h2 {
        font-size: 5.833vw;
    }

    .ig8 h6 {
        font-size: 2.4vw;
    }

    .ig8 p {
        font-size: 2vw;
    }

    .ig8 p span {
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    .ig8 {
        padding: 5.5vw 0px 4vw;
    }

    .ig8 h2 {
        font-size: 5.833vw;
    }

    .ig8 h6 {
        font-size: 2.4vw;
    }

    .ig8 p {
        font-size: 2.4vw;
    }

    .ig8 p span {
        font-size: 2vw;
    }
}

@media (max-width: 550px) {
    .ig8 {
        padding: 6.3vw 0px 4.9vw;
        background: url("ig8-bg_mobile.png") center bottom no-repeat#f5eef4;
        background-size: 100%;
    }

    .ig8 .section_inner {
        width: 59.722vw;
    }

    .ig8 h2 {
        font-size: 8.646vw;
        line-height: 1;
        letter-spacing: 0.217vw;
        margin-bottom: 5.2vw;
    }

    .ig8 h6 {
        font-size: 3.958vw;
        font-weight: 600;
        line-height: 1.53;
        letter-spacing: 0.198vw;
        margin-bottom: 4.6vw;
        padding: 0px 2vw;
    }

    .ig8 p {
        font-size: 3.333vw;
        font-weight: 200;
        line-height: 1.5;
        letter-spacing: 0.083vw;
        margin-bottom: 2.7vw;
    }
   .ig8 p br[m]{
       display:none;
    }
    

    .ig8 article .mobile_only br {
        /* display: block; */
    }

    .ig8 p strong {
        font-weight: 600;
        display: block;
    }

    .ig8 h6 span {
        font-weight: 300;
    }

    .ig8 p:nth-child(4) {
        margin-bottom: 5.8vw;
        padding: 0px 8.5vw;
    }

    .ig8 p span {
        font-size: 2.604vw;
        line-height: 1.72;
        letter-spacing: 0.065vw;
    }
}


.ig9 {
    padding-top: 55px;
    padding-bottom: 55px;
    background: #581944;
}

.ig9 .section_inner {
    width: 920px;
}

.ig9 h2 {
    font-size: 47px;
    line-height: 1.16;
    letter-spacing: 1.33px;
    text-align: center;
    color:  #cb954d;
    margin-bottom: 37px;
}

.ig9_carousel_item {
    margin: 0px 16px;
}

.ig9_carousel_item article {
    padding-top: 40px;
    padding-bottom: 20px;
}

.ig9_carousel_item article p {
    font-size: 20px;
    line-height: 1.43;
    letter-spacing: 0.5px;
    text-align: center;
    color: #FFF;
}

.ig9_carousel_item article p strong {
    font-weight: 600;
}

.ig9_carousel_item>p {
    font-size: 18.5px;
    line-height: 1.72;
    letter-spacing: 0.46px;
    text-align: center;
    color: #cb954d;
}

.ig9_carousel_item>p strong {
    font-size: 24.5px;
    font-weight: 500;
    letter-spacing: 0.61px;
    text-transform: uppercase;
}

.ig9_carousel_item img {
    width: 100%;
}

.ig9_carousel .slick-arrow {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0px;
    position: absolute;
    bottom: 30px;
    width: 36px;
    height: 66px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 31%;
    margin-top: -15px;
    z-index: 999;
}

.ig9_carousel .slick-next {
    right: -77px;
    left: inherit;
    background-image: url("arrow_right.png");
}

.ig9_carousel .slick-prev {
    left: -69px;
    background-image: url("arrow_left.png");
}

.ig9 .slick-slide:focus,
.ig9 .slick-prev:focus,
.ig9 .slick-next:focus,
.ig9_carousel_img a:focus {
    outline: none;
}

.ig9_carousel_img {
    position: relative;
    z-index: 1;
}

.ig9_carousel_img ::before {
    content: "";
    position: absolute;
    background: url("ig14_play.png") 0% 0% / contain;
    width: 118px;
    height: 117px;
    z-index: 9;
    left: 44%;
    top: 41.2%;
    display:none;
}

.ig9 .slider__counter {
    display: inline-block;
    position: absolute;
    top: 460px;
    right: -76px;
    font-size: 30px;
    line-height: 1.72;
    letter-spacing: 0.75px;
    color:  #cb954d;
}

@media (max-width: 1440px) {
    .ig9 {
        padding-top: 4.819vw;
        padding-bottom: 3.819vw;
    }

    .ig9 .section_inner {
        width: 63.889vw;
    }

    .ig9 h2 {
        font-size: 3.1vw;
        letter-spacing: 0.092vw;
        margin-bottom: 2.569vw;
    }

    .ig9_carousel_item {
        margin: 0px 1.111vw;
    }

    .ig9_carousel_item article {
        padding-top: 2.347vw;
        padding-bottom: 1.389vw;
    }

    .ig9_carousel_item article p {
        font-size: 1.389vw;
        letter-spacing: 0.035vw;
    }

    .ig9_carousel_item>p {
        font-size: 1.285vw;
        letter-spacing: 0.032vw;
    }

    .ig9_carousel_item>p strong {
        font-size: 1.701vw;
        letter-spacing: 0.042vw;
    }

    .ig9_carousel .slick-arrow {
        font-size: 0vw;
        bottom: 2.083vw;
        width: 2.5vw;
        height: 4.583vw;
        margin-top: -1.042vw;
    }

    .ig9_carousel .slick-next {
        right: -5.347vw;
    }

    .ig9_carousel .slick-prev {
        left: -4.792vw;
    }

    .ig9_carousel_img ::before {
        width: 8.194vw;
        height: 8.125vw;
    }

    .ig9 .slider__counter {
        top: 31.944vw;
        right: -5.278vw;
        font-size: 2.083vw;
        letter-spacing: 0.052vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig9 h2 {
        font-size: 5vw;
    }

    .ig9_carousel_item article p {
        font-size: 1.75vw;
    }

    .ig9_carousel_item>p {
        font-size: 2vw;
    }

    .ig9_carousel_item>p strong {
        font-size: 1.701vw;
    }
}

@media (max-width: 768px) {
    .ig9 {
        padding-top: 7vw;
        padding-bottom: 4.5vw;
    }

    .ig9 .section_inner {
        width: 70vw;
    }

    .ig9 h2 {
        font-size: 5.5vw;
    }

    .ig9_carousel_item article p {
        font-size: 2.4vw;
    }

    .ig9_carousel_item>p {
        font-size: 2.2vw;
    }

    .ig9_carousel_item>p strong {
        font-size: 2.8vw;
        display: block;
    }

    .ig9 .slider__counter {
        font-size: 4vw;
        right: -10vw;
        top: 34vw;
    }

    .ig9_carousel .slick-arrow {
        font-size: 0vw;
        bottom: 2.083vw;
        width: 3.5vw;
        height: 7.583vw;
        margin-top: -1.042vw;
    }

    .ig9_carousel .slick-next {
        right: -5.347vw;
    }

    .ig9_carousel .slick-prev {
        left: -4.792vw;
    }
}

@media (max-width: 550px) {
    .ig9 {
        padding-top: 8.5vw;
        padding-bottom: 6.6vw;
        /* background-image: linear-gradient(#f5fafb 38.5%, #ecdfeb 31.8%); */
    }

    .ig9 .section_inner {
        padding-left: 1.6vw;
        padding-right: 1.6vw;
    }

    .ig9 h2 {
        font-size: 7.75vw;
        /* line-height: 1.46; */
        letter-spacing: 0.219vw;
        margin-bottom: 4.4vw;
    }

    .ig9_carousel_item article {
        padding-top: 11.8vw;
        padding-bottom: 3vw;
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .ig9_carousel_item article p {
        font-size: 2.65vw;
        line-height: 1.41;
        letter-spacing: 0.071vw;
    }

    .ig9_carousel_item>p {
        font-size: 2.604vw;
        line-height: 1.88;
        letter-spacing: 0.065vw;
    }

    .ig9_carousel_item>p strong {
        font-size: 3.438vw;
        letter-spacing: 0.085vw;
        display: block;
    }

    .ig9_carousel_img {
        margin: 0px 7.3vw;
    }

    .ig9 .slider__counter {
        font-size: 3.542vw;
        line-height: 1.71;
        letter-spacing: 0.09vw;
        right: unset;
        top: 48.6vw;
        left: 44.4vw;
    }

    .ig9_carousel .slick-arrow {
        font-size: 0vw;
        top: 22vw;
        bottom: unset;
        width: 3.125vw;
        height: 5.625vw;
        margin-top: -1.042vw;
    }

    .ig9_carousel .slick-next {
        right: 1.1vw;
    }

    .ig9_carousel .slick-prev {
        left: 2.3vw;
    }
}






.ig10 {
    padding-top: 59px;
    background-image: url("ig10_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom 660px;
    background-color: #f5eff4;
}

.ig10 .section_inner {
    width: 1160px;
}

.ig10 .section_in {
    padding-top: 72px;
}

.ig10 .section_inner>.text_center h2 {
    font-size: 67.5px;
    line-height: 1.16;
    letter-spacing: 1.69px;
    display: inline-block;
    padding: 0px 24px;
    background: #f5eff4;
    margin-bottom: 30px;
}

.ig10 .section_inner>.text_center {
    position: relative;
    z-index: 99;
}

.ig10 .section_inner>.text_center::before {
    content: "";
    position: absolute;
    width: 50000px;
    height: 1px;
    background-color: #591f46;
    left: -2000px;
    z-index: -4;
    top: 85px;
}

.ig10 .section_inner>h4 {
    text-align: center;
    margin-bottom: 15px;
}

.ig10 .section_inner>p {
    text-align: center;
}

.ig10_item {
    width: 603px;
    height: 605px;
    box-shadow: #641d4b33 -3.5px 8.3px 38.4px 1.6px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
}

.ig10_item span {
    position: absolute;
    width: 119px;
    height: 119px;
    background-color: #ecdfeb;
    z-index: 9999;
    border-radius: 50%;
}

.ig10_item:first-child span {
    top: -53px;
    left: 245px;
}

.ig10_item:nth-child(2) span {
    top: -60px;
    left: 242px;
}

.ig10_item:last-child span {
    top: -46px;
    left: 242px;
}

.ig10_item::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99999;
}

.ig10_item:first-child::before {
    background-image: url("s10-icon-1.svg");
    width: 67px;
    height: 66px;
    top: -28px;
    left: 268px;
}

.ig10_item:nth-child(2)::before {
    background-image: url("s3-icon-2.svg");
    width: 67px;
    height: 66px;
    top: -28px;
    left: 268px;
}

.ig10_item:last-child::before {
    background-image: url("s3-icon-3.svg");
    width: 67px;
    height: 66px;
    top: -12px;
    left: 267px;
}

.ig10_item:first-child {
    margin-left: 12px;
    z-index: 9;
}

.ig10_item:nth-child(2) {
    top: -603px;
    left: 558px;
    z-index: 99;
}

.ig10_item:last-child {
    top: -732px;
    left: 284px;
    z-index: 999;
}

.ig10_item:last-child h4 {
    padding-top: 109px;
}

.ig10_item h4 {
    font-size: 25px;
    line-height: 1.34;
    letter-spacing: 2.5px;
    padding-top: 99px;
    margin-bottom: 16px;
}

.ig10_item p strong {
    font-weight: 500;
}

@media (min-width: 1441px) {
    .ig10 {
        background-size: 100%;
    }
}

@media (max-width: 1440px) {
    .ig10 {
        padding-top: 4.097vw;
        background-position: center bottom 45.833vw;
        background-size: 100%;
    }

    .ig10 .section_inner {
        width: 80.556vw;
    }

    .ig10 .section_in {
        padding-top: 5vw;
    }

    .ig10 .section_inner>.text_center h2 {
        font-size: 4.688vw;
        letter-spacing: 0.117vw;
        padding: 0px 1.667vw;
        margin-bottom: 2.083vw;
    }

    .ig10 .section_inner>.text_center::before {
        width: 3472.22vw;
        height: 1px;
        left: -138.889vw;
        top: 5.903vw;
    }

    .ig10 .section_inner>h4 {
        margin-bottom: 1.042vw;
    }

    .ig10_item {
        width: 41.875vw;
        height: 42.014vw;
        box-shadow: #641d4b33 -0.243vw 0.576vw 2.667vw 0.111vw;
    }

    .ig10_item span {
        width: 8.264vw;
        height: 8.264vw;
    }

    .ig10_item:first-child span {
        top: -3.681vw;
        left: 17.014vw;
    }

    .ig10_item:nth-child(2) span {
        top: -4.167vw;
        left: 16.806vw;
    }

    .ig10_item:last-child span {
        top: -3.194vw;
        left: 16.806vw;
    }

    .ig10_item:first-child::before {
        width: 4.653vw;
        height: 4.583vw;
        top: -1.944vw;
        left: 18.611vw;
    }

    .ig10_item:nth-child(2)::before {
        width: 4.653vw;
        height: 4.583vw;
        top: -1.944vw;
        left: 18.611vw;
    }

    .ig10_item:last-child::before {
        width: 4.653vw;
        height: 4.583vw;
        top: -0.833vw;
        left: 18.542vw;
    }

    .ig10_item:first-child {
        margin-left: 0.833vw;
    }

    .ig10_item:nth-child(2) {
        top: -41.875vw;
        left: 38.75vw;
    }

    .ig10_item:last-child {
        top: -50.833vw;
        left: 19.722vw;
    }

    .ig10_item:last-child h4 {
        padding-top: 7.569vw;
    }

    .ig10_item h4 {
        font-size: 1.736vw;
        letter-spacing: 0.174vw;
        padding-top: 6.875vw;
        margin-bottom: 1.111vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig10 .section_inner>.text_center h2 {
        font-size: 5.88vw;
    }

    .ig10_item {
        padding: 4vw 8vw 8vw;
        width: 50vw;
        height: 50vw;
    }

    .ig10_item h4 {
        font-size: 2.4vw;
        padding-top: 3vw;
    }

    .ig10_item:nth-child(2) {
        top: -49.5vw;
        left: 36.95vw;
    }

    .ig10_item:last-child {
        top: -60.133vw;
        left: 16.822vw;
    }

    .ig10_item:first-child {
        margin-left: -5.967vw;
    }

    .ig10_item:first-child span {
        top: -3.681vw;
        left: 18.614vw;
    }

    .ig10_item:nth-child(2) span {
        top: -4.167vw;
        left: 20.206vw;
    }

    .ig10_item:last-child span {
        top: -3.194vw;
        left: 19.806vw;
    }

    .ig10_item:first-child::before {
        top: -1.944vw;
        left: 20.211vw;
    }

    .ig10_item:nth-child(2)::before {
        top: -1.944vw;
        left: 22.011vw;
    }

    .ig10_item:last-child::before {
        top: -0.833vw;
        left: 21.442vw;
    }

    .ig10_item:last-child h4 {
        padding-top: 4vw;
    }

    .ig10 .section_inner>.text_center::before {
        top: 4.5vw;
    }
}

@media (max-width: 768px) {
    .ig10 {
        padding-top: 5vw;
        background-position: center bottom;
        padding-bottom: 5.8vw;
    }

    .ig10 .section_in {}

    .ig10_item {
        width: 65vw;
        height: 65vw;
        padding: 10vw;
        display: block;
        margin: auto auto 8vw !important;
        inset: 0px !important;
    }

    .ig10_item:first-child {
        padding-top: 5vw;
    }

    .ig10_item:nth-child(2) {
        padding-top: 13vw;
    }

    .ig10_item h4 {
        font-size: 3vw;
        padding-top: 1vw;
    }

    .ig10_item:last-child h4 {
        padding-top: 1vw;
    }

    .ig10_item:last-child {
        margin-bottom: 0px !important;
    }

    .ig10_item span {
        left: 28vw !important;
    }

    .ig10_item::before {
        left: 29.7vw !important;
    }

    .ig10_item:first-child::before {
        top: -1.944vw;
        left: 20.211vw;
    }

    .ig10_item:nth-child(2)::before {
        top: -1.944vw;
        left: 22.011vw;
    }

    .ig10_item:last-child::before {
        top: -0.833vw;
        left: 21.442vw;
    }
}

@media (max-width: 550px) {
    .ig10 {
        padding-top: 7.5vw;
        padding-bottom: 8.5vw;
        background-image: url("ig10_bg_mobile.png");
        background-position: center bottom;
        background-size: 100%;
    }

    .ig10 br {
        display: block;
    }

    .ig10 .section_inner>h4 {
        font-size: 3.3vw;
        line-height: 1.5;
        letter-spacing: 0.3vw;
        /* padding-top: 9.8vw; */
        margin-bottom: 2.4vw;
    }

    .ig10 .section_inner>h4 br[d] {
        display: none;
    }
    .ig10 .section_inner>h4 br[m] {
        display: block;
        /* width: 100%; */
    }
    .ig10 .section_inner>p {
        font-size: 3.1vw;
        line-height: 1.5;
        letter-spacing: 0vw;
        padding: 0px 0vw;
        margin-bottom: 15vw;
    }

    .ig10 .section_inner>p br[d] {
        display: none;
    }
    .ig10 .section_inner>p br[m] {
        display: unset;
    }
    .ig10 .section_in {
        padding-top: 0px;
    }


    .ig10_item {
        width: 88.333vw;
        height: 88.75vw;
        padding: 0px;
        margin-bottom: 14.5vw !important;
    }

    .ig10 .section_inner>.text_center::before {
        top: 11.5vw;
    }

    .ig10 .section_inner>.text_center h2 {
        font-size: 9.1vw;
        line-height: 1.16;
        letter-spacing: 0.1vw;
        padding: 0px 4.8vw;
        margin-bottom: 7.5vw;
    }

    .ig10_item:first-child {
        padding-top: 5vw;
        width: 100%;
    }

    .ig10_item:nth-child(2) {
        padding-top: 5vw;
        margin-bottom: 11.2vw !important;
        position: relative;
        top: 0px !important;
        left: 0px !important;
        width: 100%;
    }

    .ig10_item h4 {
        font-size: 3.646vw;
        line-height: 1.34;
        letter-spacing: 0.365vw;
        padding-top: 9.8vw;
        margin-bottom: 2.4vw;
    }

    .ig10_item p {
        font-size: 2.813vw;
        line-height: 1.52;
        letter-spacing: 0.071vw;
    }

    .ig10_item:nth-child(2) h4,
    .ig10_item:last-child h4 {
        font-size: 3.229vw;
        line-height: 1.52;
        letter-spacing: 0.323vw;
    }

    .ig10_item:last-child h4 {
        padding-top: 15.8vw;
    }

    .ig10_item:last-child {
        margin-bottom: 0px !important;
        position: relative;
        top: 0px !important;
        left: 0px !important;
        width: 100%;
    }

    .ig10_item span {
        width: 17.5vw;
        height: 17.292vw;
        left: 34.6vw !important;
        top: -7.7vw !important;
    }

    .ig10_item::before {
        left: 38.6vw !important;
        top: -4vw !important;
    }

    .ig10_item:first-child::before {
        width: 9.792vw;
        height: 9.792vw;
    }

    .ig10_item:nth-child(2)::before {
        width: 9.792vw;
        height: 7.917vw;
    }

    .ig10_item:last-child::before {
        width: 10vw;
        height: 7.708vw;
        top: -1.9vw !important;
    }
}

.ig11 {
    padding-top: 52px;
    padding-bottom: 20px;
    background: #581944;
    margin-top: -660px;
}

.ig11 .section_inner {
    width: 1012px;
}

.ig11 .section_inner>h2 {
    font-size: 62px;
    line-height: 0.88;
    letter-spacing: 1.55px;
    text-align: center;
    color: #f3d263;
    margin-bottom: 30px;
}

.ig11 .section_inner>p {
    font-size: 31.5px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 2.36px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 39px;
}

.ig11_item {
    width: 45.55%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 85px;
    padding-bottom: 7px;
}

.ig11_item:first-child {
    background-color: #CC964C;
}

.ig11_item:last-child {
    background-color: #f6dd6a;
    margin-left: 84px;
}

.ig11_item h4 {
    margin-bottom: 18px;
}

.ig11_item:last-child h4 {
    margin-bottom: 12px;
}

.ig11_item p {
    margin-bottom: 12px;
}

.ig11_item:last-child .ig11_item_no {
    left: 184px;
}

.ig11_item h3 {
    font-size: 42px;
    line-height: 1.43;
    letter-spacing: 1.05px;
    color: #591f46;
}

.ig11_item_no {
    position: absolute;
    z-index: 99;
    background: #f4edf3;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    padding-top: 25px;
    padding-left: 7px;
    top: -58px;
    left: 172px;
}

.ig11_item_no span {
    font-family: abrilfatface;
    font-size: 46.5px;
    font-weight: normal;
    line-height: 1.34;
    letter-spacing: 3.49px;
}

.ig11_accordion {
    margin-left: 17px;
    margin-top: 41px;
    margin-bottom: 30px;
}

.ig11 .accordion-container {
    position: relative;
    border-top: none;
    outline: 0px;
    cursor: pointer;
}

.ig11 .accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0px;
    padding: 15px 0px 11px;
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1.05px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.ig11 .accordion-container .content-entry i {
    position: absolute;
    top: -5px;
    right: 29px;
    font-style: normal;
    font-size: 38px;
    font-weight: 100;
}

.ig11 .accordion-container .content-entry i::before {
    content: "+";
}

.ig11 .accordion-container .content-entry.open i::before {
    content: "-";
}

.ig11 .accordion-content {
    display: none;
}

.ig11 .accordion-content p {
    font-size: 17.5px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.44px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 20px;
}

.ig11 #content {
    width: 100%;
    padding: 0px 58px;
}

.ig11 .accordion-container,
.ig11 #description {
    padding: 0px;
}

.ig11 .accordion-container .content-entry {
    border-bottom: 1px solid #ffffff;
}

.ig11 .article-title {
    font-family: poppins;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.05px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 1440px) {
    .ig11 {
        padding-top: 3.611vw;
        padding-bottom: 1.389vw;
        margin-top: -45.833vw;
    }

    .ig11 .section_inner {
        width: 70.278vw;
    }

    .ig11 .section_inner>h2 {
        font-size: 4.306vw;
        letter-spacing: 0.108vw;
        margin-bottom: 2.083vw;
    }

    .ig11 .section_inner>p {
        font-size: 2.188vw;
        letter-spacing: 0.164vw;
        margin-bottom: 2.708vw;
    }

    .ig11_item {
        padding-top: 5.903vw;
        padding-bottom: 0.486vw;
    }

    .ig11_item:last-child {
        margin-left: 5.833vw;
    }

    .ig11_item h4 {
        margin-bottom: 1.25vw;
    }

    .ig11_item:last-child h4 {
        margin-bottom: 0.833vw;
    }

    .ig11_item p {
        margin-bottom: 0.833vw;
    }

    .ig11_item:last-child .ig11_item_no {
        left: 12.778vw;
    }

    .ig11_item h3 {
        font-size: 2.917vw;
        letter-spacing: 0.073vw;
    }

    .ig11_item_no {
        width: 7.778vw;
        height: 7.778vw;
        padding-top: 1.736vw;
        padding-left: 0.486vw;
        top: -4.028vw;
        left: 11.944vw;
    }

    .ig11_item_no span {
        font-size: 3.229vw;
        letter-spacing: 0.242vw;
    }

    .ig11_accordion {
        margin-left: 1.181vw;
        margin-top: 2.847vw;
        margin-bottom: 2.083vw;
    }

    .ig11 .accordion-container .article-title {
        padding: 1.042vw 0px 0.764vw;
        font-size: 1.458vw;
        letter-spacing: 0.073vw;
    }

    .ig11 .accordion-container .content-entry i {
        top: -0.347vw;
        right: 2.014vw;
        font-size: 2.639vw;
    }

    .ig11 .accordion-content p {
        font-size: 1.215vw;
        letter-spacing: 0.031vw;
        padding-bottom: 1.389vw;
    }

    .ig11 #content {
        padding: 0px 4.028vw;
    }

    .ig11 .accordion-container .content-entry {
        border-bottom: 0.069vw solid #ffffff;
    }

    .ig11 .article-title {
        font-size: 1.458vw;
        letter-spacing: 0.073vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig11 .section_inner>h2 {
        font-size: 5.8vw;
    }

    .ig11 .section_inner>p {
        font-size: 2.8vw;
    }

    .ig11_item h3 {
        font-size: 3.4vw;
    }

    .ig11 .accordion-container .article-title {
        font-size: 2vw;
    }

    .ig11 .accordion-container .content-entry i {
        font-size: 3.4vw;
    }

    .ig11 .accordion-content p {
        font-size: 1.65vw;
    }

    .ig11 {
        margin-top: -56vw;
    }

    .ig11_item {
        padding-left: 2vw;
        padding-right: 2vw;
    }
}

@media (max-width: 768px) {
    .ig11 {
        margin-top: 0px;
        padding-bottom: 4.2vw;
        padding-top: 5.6vw;
    }

    .ig11 .section_in.d_flex {
        display: block;
    }

    .ig11_item:last-child {
        margin-left: 0px;
    }

    .ig11_item {
        width: 100%;
        margin-top: 6vw;
    }

    .ig11_item_no {
        width: 7.778vw;
        height: 7.778vw;
        padding-top: 1.736vw;
        padding-left: 0.486vw;
        top: -4.028vw;
        left: 32vw !important;
    }

    .ig11 #content {
        padding: 0px;
    }

    .ig11_accordion {
        margin-left: 0vw;
    }

    .ig11 .accordion-container .article-title {
        font-size: 2.4vw;
    }

    .ig11 .accordion-container .content-entry i {
        font-size: 3.4vw;
    }

    .ig11 .accordion-content p {
        font-size: 2.2vw;
    }
}

@media (max-width: 550px) {
    .ig11 {
        padding-top: 11.6vw;
        padding-bottom: 6.5vw;
    }

    .ig11 .section_inner {
        width: 70.278vw;
    }

    .ig11 .section_inner>h2 {
        font-size: 10.625vw;
        line-height: 0.88;
        letter-spacing: 0.267vw;
        margin-bottom: 4vw;
    }

    .ig11 .section_inner>p {
        font-size: 4.896vw;
        font-weight: normal;
        line-height: 1.34;
        letter-spacing: 0.367vw;
        margin-bottom: 19.1vw;
    }

    .ig11_item {
        width: 79.583vw;
        margin: 0px auto 18.9vw;
        padding-top: 14.6vw;
        padding-bottom: 3.6vw;
    }

    .ig11_item:last-child {
        margin: auto;
        padding-bottom: 10.9vw;
    }

    .ig11_item h4 {
        margin-bottom: 3.1vw;
        font-size: 4.6vw;
    }

    .ig11_item p br {
        display: block;
    }

    .ig11_item:last-child h4 {
        margin-bottom: 0.833vw;
    }

    .ig11_item p {
        margin-bottom: 2vw;
        font-size: 3.6vw;
    }

    .ig11_item:last-child .ig11_item_no {
        left: 12.778vw;
    }

    .ig11_item h3 {
        font-size: 9.188vw;
        line-height: 1.43;
        letter-spacing: 0.179vw;
    }

    .ig11_item_no {
        width: 19.375vw;
        height: 19.375vw;
        padding-top: 4.3vw;
        padding-left: 1.1vw;
        top: -10vw;
        left: 30.4vw !important;
    }

    .ig11_item_no span {
        font-size: 8.021vw;
        line-height: 1.34;
        letter-spacing: 0.602vw;
    }

    .ig11_accordion {
        margin-left: 0px;
        margin-top: 8.4vw;
        margin-bottom: 2.083vw;
        width: 88.542vw;
    }

    .ig11 .accordion-container .article-title {
        padding: 1.8vw 0px;
        font-size: 3.646vw;
        font-weight: normal;
        line-height: 1.49;
        letter-spacing: 0.183vw;
    }

    .ig11 .accordion-container .content-entry i {
        top: -1.2vw;
        right: 3.1vw;
        font-size: 7vw;
    }

    .ig11 .accordion-content p {
        font-size: 3.123vw;
        letter-spacing: 0.031vw;
        padding-bottom: 1.389vw;
    }

    .ig11 #content {
        padding: 0px;
    }

    .ig11 .accordion-container .content-entry {
        border-bottom: 0.069vw solid #ffffff;
    }

    .ig11 .article-title {
        font-size: 1.458vw;
        letter-spacing: 0.073vw;
    }
}

.ig12 {
    padding-top: 79px;
    padding-bottom: 72px;
    background: #f5eff4;
    overflow: hidden;
}

.ig12 .section_inner {
    width: 1144px;
    position: relative;
    z-index: 99;
}

.ig12_art1 {
    background: url("ig12_art1.png") 0% 0% / contain no-repeat;
    width: 523px;
    height: 662px;
    position: absolute;
    left: -130px;
    top: 12px;
    z-index: 99;
}

.ig12_art2 {
    background: url("ig12_art2.png") 0% 0% / contain no-repeat;
    width: 496px;
    height: 1041px;
    position: absolute;
    left: -148px;
    bottom: 99px;
    z-index: 99999;
}

.ig12_art3 {
    background: url("ig12_art3.png") 0% 0% / contain no-repeat;
    width: 533px;
    height: 467px;
    position: absolute;
    right: 7px;
    top: -193px;
}

.ig12_art4 {
    background: url("ig12_art4.png") 0% 0% / contain no-repeat;
    width: 230px;
    height: 148px;
    position: absolute;
    left: -2px;
    bottom: 0px;
}

.ig12_art5 {
    background: url("ig12_art5.png") 0% 0% / contain no-repeat;
    width: 711px;
    height: 370px;
    position: absolute;
    left: 0px;
    top: -57px;
    z-index: 11;
}

.ig12_art6 {
    background: url("ig12_art6.png") 0% 0% / contain no-repeat;
    width: 711px;
    height: 167px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 11;
}

.ig12 .section_in {
    width: 54.2%;
    margin-left: auto;
}

.ig12 h2 {
    font-size: 63.5px;
    line-height: 1.04;
    letter-spacing: 1.59px;
    margin-bottom: 56px;
}

.ig12 h2 mark {
    background-size: 100% 33%;
    background-position: 0px 86%;
}

.ig12 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ig12 ul li {
    margin-bottom: 45px;
    position: relative;
}

.ig12 ul li:nth-child(2) {
    margin-bottom: 40px;
}

.ig12 ul li:nth-child(3) {
    margin-bottom: 40px;
}

.ig12 ul li::before {
    content: "";
    position: absolute;
    background: url("check-solid.svg") 0% 0% / contain no-repeat;
    width: 32px;
    height: 40px;
    left: -54px;
    top: 2px;
}

.ig12 ul li h4 {
    font-size: 24.5px;
    font-weight: 600;
    line-height: 1.29;
    letter-spacing: 1.23px;
}

.ig12 ul li p {
    font-size: 20.5px;
    line-height: 1.54;
    letter-spacing: 0.51px;
}

@media (max-width: 1440px) {
    .ig12 {
        padding-top: 5.486vw;
        padding-bottom: 5vw;
    }

    .ig12 .section_inner {
        width: 79.444vw;
    }

    .ig12_art1 {
        width: 36.319vw;
        height: 45.972vw;
        left: -9.028vw;
        top: 0.833vw;
    }

    .ig12_art2 {
        width: 34.444vw;
        height: 72.292vw;
        left: -10.278vw;
        bottom: 6.875vw;
    }

    .ig12_art3 {
        width: 37.014vw;
        height: 32.431vw;
        right: 0.486vw;
        top: -13.403vw;
    }

    .ig12_art4 {
        width: 15.972vw;
        height: 10.278vw;
        left: -0.139vw;
    }

    .ig12_art5 {
        width: 49.375vw;
        height: 25.694vw;
        top: -3.958vw;
    }

    .ig12_art6 {
        width: 49.375vw;
        height: 11.597vw;
    }

    .ig12 h2 {
        font-size: 4.41vw;
        letter-spacing: 0.11vw;
        margin-bottom: 3.889vw;
    }

    .ig12 ul li {
        margin-bottom: 3.125vw;
    }

    .ig12 ul li:nth-child(2) {
        margin-bottom: 2.778vw;
    }

    .ig12 ul li:nth-child(3) {
        margin-bottom: 2.778vw;
    }

    .ig12 ul li::before {
        width: 2.222vw;
        height: 2.778vw;
        left: -3.75vw;
        top: 0.139vw;
    }

    .ig12 ul li h4 {
        font-size: 1.701vw;
        letter-spacing: 0.085vw;
    }

    .ig12 ul li p {
        font-size: 1.424vw;
        letter-spacing: 0.035vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig12 h2 {
        font-size: 5.8vw;
    }

    .ig12 ul li h4 {
        font-size: 2.2vw;
    }

    .ig12 ul li p {
        font-size: 1.75vw;
    }
}

@media (max-width: 768px) {
    .ig12 h2 {
        font-size: 5.8vw;
    }

    .ig12 ul li h4 {
        font-size: 2.2vw;
    }

    .ig12 ul li p {
        font-size: 2.4vw;
    }

    .ig12 .section_in {
        width: 72%;
        margin-left: auto;
        padding-top: 0px;
        margin-right: 2vw;
    }

    .ig12_art1 {
        width: 40vw;
        height: 50vw;
        left: -26vw;
        top: 10vw;
    }

    .ig12_art2 {
        width: 34.444vw;
        height: 72.292vw;
        left: -18vw;
        bottom: 6vw;
    }

    .ig12_art6 {
        bottom: -7vw;
    }

    .ig12 {
        padding-top: 5vw;
        padding-bottom: 2vw;
    }
}

@media (max-width: 550px) {
    .ig12 {
        padding-top: 10.7vw;
        padding-bottom: 5.4vw;
    }

    .ig12 .section_inner {
        width: 79.444vw;
        padding-right: 3vw;
    }

    .ig12_art1 {
        width: 47vw;
        height: 55vw;
        left: -23vw;
        top: 63vw;
    }

    .ig12_art2 {
        width: 37.5vw;
        height: 70vw;
        left: -6vw;
        bottom: 78.2vw;
    }

    .ig12_art3 {
        height: 41.458vw;
        width: 44.583vw;
        right: -4.2vw;
        top: -5.7vw;
        background: url("ig12_art3_mobile.png");
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .ig12_art4 {
        width: 33vw;
        height: 21vw;
        left: -0.139vw;
    }

    .ig12_art5 {
        width: 49.375vw;
        height: 25.694vw;
        top: -3.958vw;
    }

    .ig12_art6 {
        width: 70vw;
        height: 18vw;
        bottom: -9vw;
    }

    .ig12 h2 {
        font-size: 8.9vw;
        line-height: 1.03;
        letter-spacing: 0.235vw;
        margin-bottom: 8.5vw;
    }

    .ig12 h2 br {
        display: block;
    }

    .ig12 ul li {
        margin-bottom: 8.4vw;
    }

    .ig12 ul li:nth-child(2) {
        margin-bottom: 8.7vw;
    }
     .ig12 ul li:nth-child(2) h4{
         padding-right: 13vw;
     }

    .ig12 ul li:nth-child(3) {
        margin-bottom: 7.7vw;
    }

    .ig12 ul li::before {
        width: 5vw;
        height: 3.75vw;
        left: -8.75vw;
        top: 0.139vw;
    }

    .ig12 ul li h4 {
        font-size: 3.854vw;
        line-height: 1.27;
        letter-spacing: 0.105vw;
        margin-bottom: 4.1vw;
        margin-left: -0.4vw;
    }

    .ig12 ul li p {
        font-size: 3.229vw;
        line-height: 1.52;
        letter-spacing: 0.059vw;
    }
}

.ig13 {
    padding-top: 41px;
    padding-bottom: 62px;
    background: #581944;
}

.ig13 .section_inner {
    width: 706px;
    text-align: center;
}

.ig13 h3 {
    color: #ffffff;
    margin-bottom: 14px;
}

.ig13 p {
    font-size: 24.5px;
    line-height: 1.29;
    letter-spacing: 0.61px;
    color: #ffffff;
    margin-bottom: 34px;
}

.ig13 .site_button {
    font-size: 21px;
    line-height: 1.12;
    letter-spacing: 2.1px;
    padding: 13.5px 72px;
}

@media (max-width: 1440px) {
    .ig13 {
        padding-top: 2.847vw;
        padding-bottom: 4.306vw;
    }

    .ig13 .section_inner {
        width: 49.028vw;
    }

    .ig13 h3 {
        margin-bottom: 0.972vw;
    }

    .ig13 p {
        font-size: 1.701vw;
        letter-spacing: 0.042vw;
        margin-bottom: 2.361vw;
    }

    .ig13 .site_button {
        font-size: 1.458vw;
        letter-spacing: 0.146vw;
        padding: 0.938vw 5vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig13 p {
        font-size: 2vw;
    }

    .ig13 .site_button {
        font-size: 1.5vw;
        padding: 1.2vw 3.4vw;
    }
}

@media (max-width: 768px) {
    .ig13 {
        padding-top: 4.5vw;
        padding-bottom: 6vw;
    }

    .ig13 p {
        font-size: 2.4vw;
    }

    .ig13 .site_button {
        font-size: 1.5vw;
        padding: 1.2vw 3.4vw;
    }

    .ig13 .section_inner {
        width: 70vw;
    }
}

@media (max-width: 550px) {
    .ig13 {
        padding-top: 4.7vw;
        padding-bottom: 7.3vw;
    }

    .ig13 h3 {
        font-size: 4.167vw;
        line-height: 1.48;
        letter-spacing: 0.417vw;
        margin-bottom: 1.8vw;
    }

    .ig13 p {
        font-size: 2.813vw;
        line-height: 1.26;
        letter-spacing: 0.071vw;
        margin-bottom: 3.4vw;
    }

    .ig13 .site_button {
        font-size: 2.396vw;
        line-height: 1.09;
        letter-spacing: 0.24vw;
        padding: 1.5vw 5.8vw;
    }

    .ig13 .section_inner {
        width: 70vw;
    }
}

.ig14 {
    padding-top: 42px;
    padding-bottom: 41px;
    background-image: linear-gradient(#f5fafb 40.5%, #ecdfeb 36%);
}

.ig14 .section_inner {
    width: 920px;
}

.ig14 h2 {
    font-size: 53px;
    line-height: 1.16;
    letter-spacing: 1.33px;
    text-align: center;
    color:  #cb954d;
    margin-bottom: 37px;
}

.ig14_carousel_item {
    margin: 0px 16px;
}

.ig14_carousel_item article {
    padding-top: 77px;
    padding-bottom: 20px;
}

.ig14_carousel_item article p {
    font-size: 20px;
    line-height: 1.43;
    letter-spacing: 0.5px;
    text-align: center;
}

.ig14_carousel_item article p strong {
    font-weight: 600;
}

.ig14_carousel_item>p {
    font-size: 18.5px;
    line-height: 1.72;
    letter-spacing: 0.46px;
    text-align: center;
}

.ig14_carousel_item>p strong {
    font-size: 24.5px;
    font-weight: 500;
    letter-spacing: 0.61px;
    text-transform: uppercase;
}

.ig14_carousel_item img {
    width: 100%;
}

.ig14_carousel .slick-arrow {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0px;
    position: absolute;
    bottom: 30px;
    width: 36px;
    height: 66px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 31%;
    margin-top: -15px;
    z-index: 999;
}

.ig14_carousel .slick-next {
    right: -77px;
    left: inherit;
    background-image: url("arrow_right.png");
}

.ig14_carousel .slick-prev {
    left: -69px;
    background-image: url("arrow_left.png");
}

.ig14 .slick-slide:focus,
.ig14 .slick-prev:focus,
.ig14 .slick-next:focus,
.ig14_carousel_img a:focus {
    outline: none;
}

.ig14_carousel_img {
    position: relative;
    z-index: 1;
}

.ig14_carousel_img ::before {
    content: "";
    position: absolute;
    background: url("ig14_play.png") 0% 0% / contain;
    width: 118px;
    height: 117px;
    z-index: 9;
    left: 44%;
    top: 41.2%;
    display:none;
}

.ig14 .slider__counter {
    display: inline-block;
    position: absolute;
    top: 460px;
    right: -76px;
    font-size: 30px;
    line-height: 1.72;
    letter-spacing: 0.75px;
    color:  #cb954d;
}

@media (max-width: 1440px) {
    .ig14 {
        padding-top: 2.917vw;
        padding-bottom: 2.847vw;
    }

    .ig14 .section_inner {
        width: 63.889vw;
    }

    .ig14 h2 {
        font-size: 3.681vw;
        letter-spacing: 0.092vw;
        margin-bottom: 2.569vw;
    }

    .ig14_carousel_item {
        margin: 0px 1.111vw;
    }

    .ig14_carousel_item article {
        padding-top: 5.347vw;
        padding-bottom: 1.389vw;
    }

    .ig14_carousel_item article p {
        font-size: 1.389vw;
        letter-spacing: 0.035vw;
    }

    .ig14_carousel_item>p {
        font-size: 1.285vw;
        letter-spacing: 0.032vw;
    }

    .ig14_carousel_item>p strong {
        font-size: 1.701vw;
        letter-spacing: 0.042vw;
    }

    .ig14_carousel .slick-arrow {
        font-size: 0vw;
        bottom: 2.083vw;
        width: 2.5vw;
        height: 4.583vw;
        margin-top: -1.042vw;
    }

    .ig14_carousel .slick-next {
        right: -5.347vw;
    }

    .ig14_carousel .slick-prev {
        left: -4.792vw;
    }

    .ig14_carousel_img ::before {
        width: 8.194vw;
        height: 8.125vw;
    }

    .ig14 .slider__counter {
        top: 31.944vw;
        right: -5.278vw;
        font-size: 2.083vw;
        letter-spacing: 0.052vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig14 h2 {
        font-size: 5.5vw;
    }

    .ig14_carousel_item article p {
        font-size: 1.75vw;
    }

    .ig14_carousel_item>p {
        font-size: 2vw;
    }

    .ig14_carousel_item>p strong {
        font-size: 1.701vw;
    }
}

@media (max-width: 768px) {
    .ig14 {
        padding-top: 4vw;
        padding-bottom: 4.5vw;
    }

    .ig14 .section_inner {
        width: 70vw;
    }

    .ig14 h2 {
        font-size: 5.5vw;
    }

    .ig14_carousel_item article p {
        font-size: 2.4vw;
    }

    .ig14_carousel_item>p {
        font-size: 2.2vw;
    }

    .ig14_carousel_item>p strong {
        font-size: 2.8vw;
        display: block;
    }

    .ig14 .slider__counter {
        font-size: 4vw;
        right: -10vw;
        top: 34vw;
    }

    .ig14_carousel .slick-arrow {
        font-size: 0vw;
        bottom: 2.083vw;
        width: 3.5vw;
        height: 7.583vw;
        margin-top: -1.042vw;
    }

    .ig14_carousel .slick-next {
        right: -5.347vw;
    }

    .ig14_carousel .slick-prev {
        left: -4.792vw;
    }
}

@media (max-width: 550px) {
    .ig14 {
        padding-top: 6.5vw;
        padding-bottom: 6.6vw;
        background-image: linear-gradient(#f5fafb 38.5%, #ecdfeb 31.8%);
    }

    .ig14 .section_inner {
        padding-left: 1.6vw;
        padding-right: 1.6vw;
    }

    .ig14 h2 {
        font-size: 8.75vw;
        line-height: 1.46;
        letter-spacing: 0.219vw;
        margin-bottom: 4.4vw;
    }

    .ig14_carousel_item article {
        padding-top: 9.8vw;
        padding-bottom: 3vw;
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .ig14_carousel_item article p {
        font-size: 2.65vw;
        line-height: 1.41;
        letter-spacing: 0.071vw;
    }

    .ig14_carousel_item>p {
        font-size: 2.604vw;
        line-height: 1.88;
        letter-spacing: 0.065vw;
    }

    .ig14_carousel_item>p strong {
        font-size: 3.438vw;
        letter-spacing: 0.085vw;
        display: block;
    }

    .ig14_carousel_img {
        margin: 0px 7.3vw;
    }

    .ig14 .slider__counter {
        font-size: 3.542vw;
        line-height: 1.71;
        letter-spacing: 0.09vw;
        right: unset;
        top: 48.6vw;
        left: 44.4vw;
    }

    .ig14_carousel .slick-arrow {
        font-size: 0vw;
        top: 22vw;
        bottom: unset;
        width: 3.125vw;
        height: 5.625vw;
        margin-top: -1.042vw;
    }

    .ig14_carousel .slick-next {
        right: 1.1vw;
    }

    .ig14_carousel .slick-prev {
        left: 2.3vw;
    }
}

.ig15 {
    padding-top: 73px;
    padding-bottom: 75px;
    background: #cc964c;
}

.ig15 .section_inner {
    width: 1080px;
    text-align: center;
}

.ig15 h2 {
    font-size: 41.5px;
    line-height: 1.29;
    letter-spacing: 1.04px;
    color: #f6fafb;
    margin-bottom: 25px;
}

.ig15 p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.52;
    letter-spacing: 1.2px;
    color: #f6fafb;
}

@media (max-width: 1440px) {
    .ig15 {
        padding-top: 5.069vw;
        padding-bottom: 5.208vw;
    }

    .ig15 .section_inner {
        width: 75vw;
    }

    .ig15 h2 {
        font-size: 2.882vw;
        letter-spacing: 0.072vw;
        margin-bottom: 1.736vw;
    }

    .ig15 p {
        font-size: 1.667vw;
        letter-spacing: 0.083vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig15 h2 {
        font-size: 3.8vw;
    }

    .ig15 p {
        font-size: 2vw;
    }
}

@media (max-width: 768px) {
    .ig15 h2 {
        font-size: 4.2vw;
    }

    .ig15 p {
        font-size: 2.4vw;
    }

    .ig15 .section_inner {
        width: 85vw;
    }
}

@media (max-width: 550px) {
    .ig15 {
        padding-top: 6.8vw;
        padding-bottom: 6.8vw;
    }

    .ig15 .section_inner {
        padding: 0px;
        width: 67.917vw;
    }

    .ig15 h2 {
        font-size: 3.75vw;
        line-height: 1.31;
        letter-spacing: 0.094vw;
        margin-bottom: 2.4vw;
        padding: 0 3vw;
    }

    .ig15 p {
        font-size: 2.188vw;
        line-height: 1.52;
        letter-spacing: 0.11vw;
    }
}

.ig16 {
    padding-top: 57px;
    padding-bottom: 80px;
    background-image: url("ig16_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #f7f2f7;
}

.ig16 .section_inner {
    width: 620px;
}

.ig16 h2 {
    font-size: 61px;
    line-height: 1.16;
    letter-spacing: 1.53px;
    text-align: center;
    margin-bottom: 41px;
}

.ig16_carousel_item {
    margin: 0px 35px;
}

.ig16_carousel_item img {
    width: 100%;
}

.ig16_carousel .slick-arrow {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0px;
    position: absolute;
    bottom: 30px;
    width: 22px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 48.7%;
    margin-top: -15px;
    z-index: 999;
}

.ig16_carousel .slick-next {
    right: -30px;
    left: inherit;
    background-image: url("arrow_right.png");
}

.ig16_carousel .slick-prev {
    left: -38px;
    background-image: url("arrow_left.png");
}

.ig16 .slick-slide:focus,
.ig16 .slick-prev:focus,
.ig16 .slick-next:focus {
    outline: none;
}

@media (min-width: 1441px) {
    .ig16 {
        background-size: 100%;
    }
}

@media (max-width: 1440px) {
    .ig16 {
        padding-top: 3.958vw;
        padding-bottom: 5.556vw;
        background-size: 105%;
    }

    .ig16 .section_inner {
        width: 43.056vw;
    }

    .ig16 h2 {
        font-size: 4.236vw;
        letter-spacing: 0.106vw;
        margin-bottom: 2.847vw;
    }

    .ig16_carousel_item {
        margin: 0px 2.431vw;
    }

    .ig16_carousel .slick-arrow {
        font-size: 0vw;
        bottom: 2.083vw;
        width: 1.528vw;
        height: 3.056vw;
        margin-top: -1.042vw;
    }

    .ig16_carousel .slick-next {
        right: -2.083vw;
    }

    .ig16_carousel .slick-prev {
        left: -2.639vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig16 h2 {
        font-size: 5.8vw;
    }
}

@media (max-width: 768px) {
    .ig16 .section_inner {
        width: 60vw;
    }

    .ig16_carousel .slick-arrow {
        font-size: 0vw;
        bottom: 2.083vw;
        width: 3vw;
        height: 6vw;
        margin-top: -1.042vw;
    }

    .ig16_carousel .slick-next {
        right: -5.083vw;
    }

    .ig16_carousel .slick-prev {
        left: -5.639vw;
    }
}

@media (max-width: 550px) {
    .ig16 {
        padding-top: 7.2vw;
        padding-bottom: 9.9vw;
        background-size: 100%;
        background-image: url("ig16_bg_mobile.png");
        background-position: center bottom -0.5vw;
        background-size: 100%;
    }

    .ig16 .section_inner {
        width: 43.056vw;
    }

    .ig16 h2 {
        font-size: 7.708vw;
        line-height: 1.18;
        letter-spacing: 0.194vw;
        margin-bottom: 5.2vw;
    }

    .ig16_carousel_item {
        margin: 0px 8vw;
    }

    .ig16_carousel .slick-arrow {
        width: 2.708vw;
        height: 5.208vw;
        bottom: unset;
        margin-top: -1.042vw;
        top: 22.6vw;
    }

    .ig16_carousel .slick-next {
        right: -0.4vw;
    }

    .ig16_carousel .slick-prev {
        left: 0.7vw;
    }
}

.ig17 {
    padding-top: 48px;
    padding-bottom: 68px;
    background: #581944;
}

.ig17 .section_inner {
    width: 1260px;
}

.ig17 .section_left_item {
    width: 50%;
    padding-left: 74px;
}

.ig17 .section_left_item h2 {
    font-size: 80px;
    line-height: 1.17;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 13px;
}

.ig17 .section_left_item p {
    font-size: 31.5px;
    font-weight: normal;
    line-height: 1.13;
    letter-spacing: 1.58px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 8px;
    position: relative;
}

.ig17 .section_left_item p::after {
    content: "";
    position: absolute;
    width: 533px;
    height: 2px;
    background: #ffffff;
    left: 2px;
    bottom: -27px;
}

.ig17 .section_right_item {
    width: 50%;
    padding-top: 124px;
    padding-left: 41px;
}

.ig17_carousel_item h2 {
    color:  #cb954d;
    margin-bottom: 35px;
}

.ig17_carousel_item p {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.53px;
    color: #f6fafb;
}

.ig17_carousel_item {
    margin: 0px 15px;
}

.ig17_carousel_item img {
    width: 100%;
}

.ig17_carousel .slick-arrow {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0px;
    position: absolute;
    bottom: 30px;
    width: 22px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 8%;
    margin-top: -15px;
    z-index: 999;
}

.ig17_carousel .slick-next {
    right: -7px;
    left: inherit;
    background-image: url("arrow_right.png");
}

.ig17_carousel .slick-prev {
    right: 87px;
    background-image: url("arrow_left.png");
}

.ig17 .slick-slide:focus,
.ig17 .slick-prev:focus,
.ig17 .slick-next:focus {
    outline: none;
}

.ig17 .slider-count {
    font-size: 30px;
    line-height: 1.72;
    letter-spacing: -5px;
    color:  #cb954d;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 37px;
}

@media (max-width: 1440px) {
    .ig17 {
        padding-top: 3.333vw;
        padding-bottom: 4.722vw;
    }

    .ig17 .section_inner {
        width: 87.5vw;
    }

    .ig17 .section_left_item {
        padding-left: 5.139vw;
    }

    .ig17 .section_left_item h2 {
        font-size: 5.556vw;
        letter-spacing: 0.139vw;
        margin-bottom: 0.903vw;
    }

    .ig17 .section_left_item p {
        font-size: 2.188vw;
        letter-spacing: 0.11vw;
        margin-left: 0.556vw;
    }

    .ig17 .section_left_item p::after {
        width: 37.014vw;
        height: 0.139vw;
        left: 0.139vw;
        bottom: -1.875vw;
    }

    .ig17 .section_right_item {
        padding-top: 8.611vw;
        padding-left: 2.847vw;
    }

    .ig17_carousel_item h2 {
        margin-bottom: 2.431vw;
    }

    .ig17_carousel_item p {
        font-size: 1.458vw;
        letter-spacing: 0.037vw;
    }

    .ig17_carousel_item {
        margin: 0px 1.042vw;
    }

    .ig17_carousel .slick-arrow {
        font-size: 0vw;
        bottom: 2.083vw;
        width: 1.528vw;
        height: 3.056vw;
        margin-top: -1.042vw;
    }

    .ig17_carousel .slick-next {
        right: -0.486vw;
    }

    .ig17_carousel .slick-prev {
        right: 6.042vw;
    }

    .ig17 .slider-count {
        font-size: 2.083vw;
        letter-spacing: -0.347vw;
        top: 0.139vw;
        right: 2.569vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig17 .section_left_item h2 {
        font-size: 5.8vw;
    }

    .ig17 .section_left_item p {
        font-size: 2.4vw;
    }

    .ig17_carousel_item p {
        font-size: 1.75vw;
        letter-spacing: 0.037vw;
    }

    .ig17_carousel .slick-prev {
        right: 8.042vw;
    }

    .ig17 .slider-count {
        font-size: 2.8vw;
    }
}

@media (max-width: 768px) {
    .ig17 {
        padding-top: 4.5vw;
        padding-bottom: 5vw;
    }

    .ig17 .section_left_item h2 {
        font-size: 5.8vw;
    }

    .ig17 .section_left_item p {
        font-size: 2.4vw;
    }

    .ig17_carousel_item p {
        font-size: 2.4vw;
        letter-spacing: 0.037vw;
    }

    .ig17_carousel .slick-prev {
        right: 8.042vw;
    }

    .ig17 .slider-count {
        font-size: 2.8vw;
        top: 1.4vw;
    }

    .ig17 .section_right_item {
        padding-top: 0px;
        padding-left: 0px;
    }

    .ig17 .section_left_item {
        padding-left: 2vw;
    }
}

@media (max-width: 550px) {
    .ig17 {
        padding-top: 7.3vw;
        padding-bottom: 9.6vw;
    }

    .ig17 .section_inner {
        width: 87.5vw;
    }

    .ig17 .section_left_item {
        padding-left: 2.9vw;
    }

    .ig17 .section_left_item h2 {
        font-size: 11.771vw;
        line-height: 1.17;
        letter-spacing: 0.294vw;
        margin-bottom: 1.9vw;
    }

    .ig17 .section_left_item p {
        font-size: 4.688vw;
        line-height: 1.11;
        letter-spacing: 0.235vw;
        margin-left: 1.4vw;
    }

    .ig17 .section_left_item p::after {
        width: 79.583vw;
        height: 0.417vw;
        left: 0.1vw;
        bottom: -4.2vw;
    }

    .ig17 .section_right_item {
        padding-top: 16vw;
        padding-left: 3.2vw;
    }

    .ig17_carousel_item h2 {
        margin-bottom: 5.2vw;
        margin-left: -1vw;
    }

    .ig17_carousel_item p {
        font-size: 3.021vw;
        line-height: 1.52;
        letter-spacing: 0.075vw;
        padding-right: 1.2vw;
    }

    .ig17_carousel_item {
        margin: 0px 1.042vw;
    }

    .ig17_carousel .slick-arrow {
        width: 2.708vw;
        height: 5vw;
        bottom: 2.083vw;
        margin-top: -1.042vw;
    }

    .ig17_carousel .slick-next {
        right: 3.5vw;
    }

    .ig17_carousel .slick-prev {
        right: 15vw;
    }

    .ig17 .slider-count {
        font-size: 3.646vw;
        line-height: 1.71;
        letter-spacing: -0.347vw;
        top: 1.8vw;
        right: 8.3vw;
    }
}

.ig18 {
    background: #ecdfeb;
    padding-top: 42px;
    padding-bottom: 38px;
}

.ig18 .section_inner {
    width: 736px;
    text-align: center;
}

.ig18 h3 {
    color: #591f46;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ig18 p {
    font-size: 24.5px;
    line-height: 1.29;
    letter-spacing: 0.61px;
    margin-bottom: 31px;
}

.ig18_form {
    width: 668px;
    margin: 0px auto;
}

.ig18_form form>div {
    display: flex;
}

.ig18 .form_textmail {
    display: flex;
    flex-wrap: wrap;
}

.ig18 .form_textmail input {
    border: none;
    border-radius: 0px;
    font-family: poppins;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 1.8px;
    text-align: center;
    color: #591f46;
    text-transform: uppercase;
    padding: 17px 65px 19px 80px;
    background: #cc964c;
    height: 56px;
}

.ig18 .form_textmail input[type="text"] {
    background: #faecee;
}

.ig18 .form_textmail input[type="email"] {
    background: #CB954D;
}

.ig18 .form_textmail input::-webkit-input-placeholder {
    color: #591f46;
}

.ig18 .form_textmail input::placeholder {
    color: #591f46;
}

.ig18_form button {
    border: none;
    font-family: poppins;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 1.8px;
    text-align: center;
    color: #591f46;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: none;
    margin: 0px;
    padding: 17px 96px 19px 80px;
    background: #f3d363;
}

.ig18_form button:hover {
    background: #edbd5e;
    filter: brightness(100%);
}

@media (max-width: 1440px) {
    .ig18 {
        padding-top: 2.917vw;
        padding-bottom: 2.639vw;
    }

    .ig18 .section_inner {
        width: 51.111vw;
    }

    .ig18 h3 {
        margin-bottom: 1.042vw;
    }

    .ig18 p {
        font-size: 1.701vw;
        letter-spacing: 0.042vw;
        margin-bottom: 2.153vw;
    }

    .ig18_form {
        width: 46.389vw;
    }

    .ig18 .form_textmail input {
        font-size: 1.25vw;
        letter-spacing: 0.125vw;
        padding: 1.181vw 4.514vw 1.319vw 5.556vw;
        height: 3.889vw;
    }

    .ig18_form button {
        font-size: 1.25vw;
        letter-spacing: 0.125vw;
        padding: 1.181vw 6.667vw 1.319vw 5.556vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig18 p {
        font-size: 2vw;
    }

    .ig18_form button,
    .ig18 .form_textmail input {
        font-size: 1.4vw;
    }
}

@media (max-width: 768px) {
    .ig18 {
        padding-top: 4.5vw;
        padding-bottom: 4vw;
    }

    .ig18 .section_inner {
        width: 70vw;
    }

    .ig18 p {
        font-size: 2.4vw;
    }

    .ig18_form button,
    .ig18 .form_textmail input {
        font-size: 2vw;
    }

    .ig18_form {
        width: 100%;
    }

    .ig18_form form>div {
        justify-content: center;
    }
}

@media (max-width: 550px) {
    .ig18 {
        padding-top: 4.7vw;
        padding-bottom: 2.6vw;
    }

    .ig18 .section_inner {
        width: 51.111vw;
    }

    .ig18 h3 {
        font-size: 4.167vw;
        line-height: 1.48;
        letter-spacing: 0.417vw;
        margin-bottom: 1.8vw;
    }

    .ig18 p {
        font-size: 2.813vw;
        line-height: 1.26;
        letter-spacing: 0.071vw;
        margin-bottom: 3.2vw;
    }

    .ig18_form {
        width: 100%;
        padding-left: 5.2vw;
    }

    .ig18_form form>div {
        justify-content: unset;
    }

    .ig18 .form_textmail input {
        font-size: 2.083vw;
        line-height: 1.1;
        letter-spacing: 0.208vw;
        width: 46.458vw;
        height: 6.25vw;
        padding: 1.8vw 1vw;
    }

    .ig18_form button {
        font-size: 2.083vw;
        line-height: 1.1;
        letter-spacing: 0.208vw;
        padding: 2.1vw 10.1vw;
        height: 6.25vw;
    }
    
    .ig18 .form_textmail input[type="email"]{
     background: #cc964c;
    }
}

.ig19 {
    background: #f5fafb;
    overflow: hidden;
    position: relative;
}

.ig19 .section_inner {
    width: 1440px;
    position: relative;
}

.ig19_art1 {
    background: url("ig19_art1.png") 0% 0% / contain no-repeat;
    width: 385px;
    height: 152px;
    position: absolute;
    left: 0px;
    top: -47px;
    z-index: 11;
}

.ig19_art2 {
    background: url("ig19_art2.png") 0% 0% / contain no-repeat;
    width: 728px;
    height: 348px;
    position: absolute;
    left: 274px;
    bottom: -53px;
    z-index: 9;
}

.ig19_in {
    display: flex;
    flex-wrap: wrap;
}

.ig19 .section_left_item {
    width: 54%;
    padding-top: 140px;
    padding-left: 110px;
}

.ig19 .section_left_item h2 {
    font-size: 52px;
    margin-bottom: 25px;
}

.ig19 .section_left_item p {
    font-size: 24.5px;
    line-height: 1.45;
    letter-spacing: 0.61px;
    margin-bottom: 21px;
}

.ig19 .progress-bar {
    width: 90%;
}

.ig19 .section_right_item {
    width: 46%;
    position: relative;
    z-index: 99;
}

.ig19 .progress-bar {
    background-color:  #d6a24f;
    display: inline-block;
    position: relative;
    height: 100%;
}

.ig19 .progress {
    border: 1px solid #d6a24f;
    color: #571e47;
    text-transform: uppercase;
    width: 480px;
    height: 37px;
    margin-left: 4px;
    position: relative;
    z-index: 1;
}

.ig19 .progress span:first-child {
    font-family: poppins;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.12;
    letter-spacing: 0.6px;
    color: #591f46;
    position: absolute;
    top: 10px;
    left: 12px;
}

.ig19 .progress span:last-child {
    font-family: poppins;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 1.7px;
    color: #591f46;
    position: absolute;
    top: 10px;
    right: 35px;
}

.ig19_countdown {
    width: 491px;
    margin-bottom: 23px;
}

.ig19_clock {
    display: flex;
    justify-content: space-between;
}

.ig19_clock div span {
    display: block;
}

.ig19_clock div span:first-child {
    font-family: abrilfatface;
    font-size: 69.5px;
    line-height: 0.85;
    letter-spacing: 1.74px;
    text-align: justify;
    color: #d6a250;
    margin-bottom: 10px;
}

.ig19_clock div span:last-child {
    font-size: 19.5px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.49px;
    text-transform: uppercase;
    color: #591f46;
}

@media (max-width: 1440px) {
    .ig19 .section_inner {
        width: 100vw;
    }

    .ig19_art1 {
        width: 26.736vw;
        height: 10.556vw;
        top: -3.264vw;
    }

    .ig19_art2 {
        width: 50.556vw;
        height: 24.167vw;
        left: 19.028vw;
        bottom: -3.681vw;
    }

    .ig19 .section_left_item {
        padding-top: 9.722vw;
        padding-left: 7.639vw;
    }

    .ig19 .section_left_item h2 {
        font-size: 3.611vw;
        margin-bottom: 1.736vw;
    }

    .ig19 .section_left_item p {
        font-size: 1.701vw;
        letter-spacing: 0.042vw;
        margin-bottom: 1.458vw;
    }

    .ig19 .progress {
        border: 0.069vw solid  #d6a24f;
        width: 33.333vw;
        height: 2.569vw;
        margin-left: 0.278vw;
    }

    .ig19 .progress span:first-child {
        font-size: 1.181vw;
        letter-spacing: 0.042vw;
        top: 0.694vw;
        left: 0.833vw;
    }

    .ig19 .progress span:last-child {
        font-size: 1.181vw;
        letter-spacing: 0.118vw;
        top: 0.694vw;
        right: 2.431vw;
    }

    .ig19_countdown {
        width: 34.097vw;
        margin-bottom: 1.597vw;
    }

    .ig19_clock div span:first-child {
        font-size: 4.826vw;
        letter-spacing: 0.121vw;
        margin-bottom: 0.694vw;
    }

    .ig19_clock div span:last-child {
        font-size: 1.354vw;
        letter-spacing: 0.034vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig19 .section_left_item h2 {
        font-size: 5.5vw;
    }

    .ig19 .section_left_item p {
        font-size: 2.4vw;
    }

    .ig19 .progress span:first-child {
        font-size: 1.8vw;
    }

    .ig19 .progress span:last-child {
        font-size: 1.8vw;
    }

    .ig19_clock div span:first-child {
        font-size: 5.826vw;
    }

    .ig19_clock div span:last-child {
        font-size: 1.8vw;
    }

    .ig19 .section_left_item {
        padding-top: 6vw;
        padding-left: 5vw;
    }

    .ig19 .progress {
        height: 4.5vw;
        width: 35.6vw;
    }

    .ig19_countdown {
        width: 36vw;
    }
}

@media (max-width: 768px) {
    .ig19 .progress span:first-child {
        font-size: 2.4vw;
    }

    .ig19 .progress span:last-child {
        font-size: 2vw;
    }
}

@media (max-width: 550px) {
    .ig19 {
        padding-top: 9vw;
        padding-bottom: 14vw;
    }

    .ig19_in {
        flex-direction: column-reverse;
    }

    .ig19 .section_right_item {
        padding-left: 3.4vw;
    }

    .ig19_art1 {
        width: 26.736vw;
        height: 10.556vw;
        top: -3.264vw;
    }

    .ig19_art2 {
        display: none;
    }

    .ig19_img {
        width: 79.8vw;
    }

    .ig19 .section_left_item {
        padding-top: 10.1vw;
        padding-left: 3vw;
    }

    .ig19 .section_left_item h2 {
        font-size: 8.854vw;
        line-height: 1.04;
        letter-spacing: 0.221vw;
        margin-bottom: 3.8vw;
    }

    .ig19 .section_left_item p {
        font-size: 4.167vw;
        line-height: 1.43;
        letter-spacing: 0.06vw;
        margin-bottom: 4.4vw;
    }

    .ig19 .progress {
        border: 0.069vw solid  #d6a24f;
        width: 81vw;
        height: 6.25vw;
        margin-left: 0.278vw;
    }

    .ig19 .progress span:first-child {
        font-size: 2.604vw;
        font-weight: normal;
        line-height: 1.12;
        letter-spacing: 0.26vw;
        top: 1.7vw;
        left: 2.3vw;
    }

    .ig19 .progress span:last-child {
        font-size: 2.604vw;
        line-height: 1.12;
        letter-spacing: 0.26vw;
        top: 1.5vw;
        right: 6.5vw;
    }

    .ig19_countdown {
        width: 81vw;
        margin-bottom: 4.2vw;
    }

    .ig19_clock div span:first-child {
        font-size: 10.833vw;
        line-height: 0.85;
        letter-spacing: 0.271vw;
        margin-bottom: 2vw;
    }

    .ig19_clock div span:last-child {
        font-size: 3.021vw;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: 0.075vw;
    }
}

.ig20 {
    padding-top: 50px;
    padding-bottom: 76px;
    background: #581944;
}

.ig20 .section_inner h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 39px;
}

.ig20_in {
    width: 880px;
    margin: 0px auto;
}

.ig20 .accordion-container {
    position: relative;
    border-top: none;
    outline: 0px;
    cursor: pointer;
}

.ig20 .accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0px;
    padding: 20.3px 0px 17.4px;
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1.05px;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
}

.ig20 .accordion-container .content-entry i {
    position: absolute;
    top: 6px;
    right: 25px;
    font-style: normal;
    font-size: 38px;
    font-weight: 100;
}

.ig20 .accordion-container .content-entry i::before {
    content: "+";
}

.ig20 .accordion-container .content-entry.open i::before {
    content: "-";
}

.ig20 .accordion-content {
    display: none;
}

.ig20 .accordion-content p {
    font-size: 17.5px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.44px;
    text-align: left;
    color: #ffffff;
    padding-bottom: 20px;
}

.ig20 #content {
    width: 100%;
}

.ig20 .accordion-container,
.ig20 #description {
    padding: 0px;
}

.ig20 .accordion-container .content-entry {
    border-bottom: 1px solid #ffffff;
    padding-left: 15px;
}

.ig20 .accordion-container .content-entry:last-child {
    border: none;
}

.ig20 .accordion-container .content-entry:nth-child(2) h4 {
    padding: 22.5px 0px 17.4px;
}

.ig20 .accordion-container .content-entry:nth-child(4) h4 {
    padding: 16.2px 0px 17.4px;
}

.ig20 .accordion-container .content-entry:nth-child(7) h4 {
    padding: 20.3px 0px 17.9px;
}

.ig20 .accordion-container .content-entry:nth-child(8) h4 {
    padding: 20px 0px 19px;
}

.ig20 .accordion-container .content-entry:nth-child(10) {
    display: none;
}

.ig20 .accordion-container .content-entry:nth-child(7) {
    display: block;
}

@media (max-width: 1440px) {
    .ig20 {
        padding-top: 3.472vw;
        padding-bottom: 5.278vw;
    }

    .ig20 .section_inner h2 {
        margin-bottom: 2.708vw;
    }

    .ig20_in {
        width: 61.111vw;
    }

    .ig20 .accordion-container .article-title {
        padding: 1.41vw 0px 1.208vw;
        font-size: 1.458vw;
        letter-spacing: 0.073vw;
    }

    .ig20 .accordion-container .content-entry i {
        top: 0.417vw;
        right: 1.736vw;
        font-size: 2.639vw;
    }

    .ig20 .accordion-content p {
        font-size: 1.215vw;
        letter-spacing: 0.031vw;
        padding-bottom: 1.389vw;
    }

    .ig20 .accordion-container .content-entry {
        border-bottom: 0.069vw solid #ffffff;
        padding-left: 1.042vw;
    }

    .ig20 .accordion-container .content-entry:nth-child(2) h4 {
        padding: 1.563vw 0px 1.208vw;
    }

    .ig20 .accordion-container .content-entry:nth-child(4) h4 {
        padding: 1.125vw 0px 1.208vw;
    }

    .ig20 .accordion-container .content-entry:nth-child(7) h4 {
        padding: 1.41vw 0px 1.243vw;
    }

    .ig20 .accordion-container .content-entry:nth-child(8) h4 {
        padding: 1.389vw 0px 1.319vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig20 .accordion-container .article-title {
        font-size: 2vw;
    }

    .ig20 .accordion-container .content-entry i {
        font-size: 3.4vw;
    }

    .ig20 .accordion-content p {
        font-size: 1.65vw;
    }

    .ig20_in {
        width: 80vw;
    }
}

@media (max-width: 768px) {
    .ig20 {
        padding-top: 4.5vw;
        padding-bottom: 5vw;
    }

    .ig20 .accordion-container .article-title {
        font-size: 2.4vw;
    }

    .ig20 .accordion-container .content-entry i {
        font-size: 4vw;
    }

    .ig20 .accordion-content p {
        font-size: 2.2vw;
    }
}

@media (max-width: 550px) {
    .ig20 {
        padding-top: 6.6vw;
        padding-bottom: 5.7vw;
    }

    .ig20 .section_inner h2 {
        font-size: 6.563vw;
        line-height: 1.05;
        letter-spacing: 0.165vw;
        margin-bottom: 5.2vw;
    }

    .ig20_in {
        width: 89vw;
    }

    .ig20 .accordion-container .article-title {
        font-size: 2.604vw;
        line-height: 1.52;
        letter-spacing: 0.131vw;
        padding: 2.4vw 18vw 2.4vw 3vw !important;
    }

    .ig20 .accordion-container .content-entry i {
        top: 0.3vw;
        right: 4.2vw;
        font-size: 5.5vw;
    }

    .ig20 .accordion-content p {
        font-size: 2.8vw;
        letter-spacing: 0.031vw;
        padding-bottom: 1.389vw;
    }

    .ig20 .accordion-container .content-entry {
        padding-left: 0px;
    }

    .ig20 .accordion-container .content-entry:nth-child(3) h4 {
        padding-top: 2.8vw !important;
        padding-bottom: 2.9vw !important;
    }

    .ig20 .accordion-container .content-entry:nth-child(4) h4 {
        padding-top: 2.8vw !important;
        padding-bottom: 2.9vw !important;
    }

    .ig20 .accordion-container .content-entry:nth-child(5) h4 {
        padding-top: 2.5vw !important;
        padding-bottom: 2.7vw !important;
    }

    .ig20 .accordion-container .content-entry:nth-child(6) h4 {
        padding-top: 2.5vw !important;
        padding-bottom: 2.7vw !important;
    }

    .ig20 .accordion-container .content-entry:nth-child(7) {
        display: none;
    }

    .ig20 .accordion-container .content-entry:nth-child(10) {
        display: block;
    }

    .ig20 .accordion-container .content-entry:nth-child(8) h4 {
        padding-top: 2.8vw !important;
        padding-bottom: 2.9vw !important;
    }

    .ig20 .accordion-container .content-entry:nth-child(9) h4 {
        padding-top: 3.3vw !important;
        padding-bottom: 2.6vw !important;
    }

    .ig20 .accordion-container .content-entry:nth-child(10) h4 {
        padding-top: 3.3vw !important;
        padding-bottom: 2.6vw !important;
    }
}

.ig21 {
    padding-top: 52px;
}
.ig21:before{
    content: "";
    width: 100%;
    height: 38%;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #ECDFEB;
}
.ig21 .section_inner {
    width: 916px;
}

.ig21 .section_inner iframe {
    border: 0px;
    width: 100%;
    height: 542px;
}

.ig21 h2 {
    font-size: 53px;
    line-height: 1.16;
    letter-spacing: 1.33px;
    text-align: center;
    color:  #cb954d;
    margin-bottom: 69px;
}
.ig21 .section_inner .video{
    position: relative;
    z-index: 2;
}
.ig21 .section_inner .video .video__wrapper{
    
}
@media (max-width: 1440px) {
    .ig21 {
        padding-top: 3.611vw;
    }

    .ig21 .section_inner {
        width: 63.611vw;
    }

    .ig21 h2 {
        font-size: 3.681vw;
        letter-spacing: 0.092vw;
        margin-bottom: 4.792vw;
    }

    .ig21 .section_inner iframe {
        height: 37.639vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig21 h2 {
        font-size: 5.5vw;
    }
}

@media (max-width: 768px) {
    .ig21 {
        padding-top: 4.2vw;
        padding-bottom: 4.2vw;
    }
}

@media (max-width: 550px) {
    .ig21 {
        padding-top: 6.1vw;
        background-image: linear-gradient(transparent 70.6%, #ECDFEB 30.8%);
    }

    .ig21 .section_inner {
        width: 79.444vw;
    }

    .ig21 h2 {
        font-size: 8.75vw;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 0.219vw;
        margin-bottom: 5vw;
        padding: 0px 5vw;
    }

    .ig21 .section_inner iframe {
        width: 88.75vw;
        height: 49.792vw;
    }
}

.ig22 {
    padding-top: 93px;
    padding-bottom: 98px;
    background-color: #ECDFEB;
}

.ig22 .section_inner {
    width: 1208px;
}

.ig22 .section_left_item {
    width: 50%;
    padding-left: 148px;
}

.ig22_img {
    width: 446px;
    height: auto;
    position: relative;
    z-index: 1;
}

.ig22_img::after {
    content: "";
    position: absolute;
    width: 448px;
    height: 485px;
    border: 1px solid #591f46;
    background-color: transparent;
    z-index: -1;
    right: -40px;
    top: 40px;
}

.ig22_side_txt {
    position: absolute;
    transform: rotate(-90deg);
    left: -313px;
    top: 282px;
}

.ig22_side_txt p {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color:  #cb954d;
}

.ig22 .section_right_item {
    width: 50%;
    padding-left: 94px;
    padding-top: 53px;
}

.ig22 .section_right_item h2 {
    font-size: 40.5px;
    line-height: 1.2;
    letter-spacing: 1.14px;
    margin-bottom: 23px;
}

.ig22 .section_right_item p {
    font-size: 24.5px;
    line-height: 1.45;
    letter-spacing: 0.61px;
    padding-left: 6px;
    margin-bottom: 19px;
}

.ig22 .site_button {
    margin-left: 7px;
    padding: 11.5px 48px;
}

@media (max-width: 1440px) {
    .ig22 {
        padding-top: 6.458vw;
        padding-bottom: 6.806vw;
    }

    .ig22 .section_inner {
        width: 83.889vw;
    }

    .ig22 .section_left_item {
        padding-left: 10.278vw;
    }

    .ig22_img {
        width: 30.972vw;
    }

    .ig22_img::after {
        width: 31.111vw;
        height: 33.681vw;
        border: 0.069vw solid #591f46;
        right: -2.778vw;
        top: 2.778vw;
    }

    .ig22_side_txt {
        left: -21.736vw;
        top: 19.583vw;
    }

    .ig22_side_txt p {
        font-size: 1.389vw;
        letter-spacing: 0.125vw;
    }

    .ig22 .section_right_item {
        padding-left: 6.528vw;
        padding-top: 3.681vw;
    }

    .ig22 .section_right_item h2 {
        font-size: 2.806vw;
        letter-spacing: 0.079vw;
        margin-bottom: 1.597vw;
    }

    .ig22 .section_right_item p {
        font-size: 1.701vw;
        letter-spacing: 0.042vw;
        padding-left: 0.417vw;
        margin-bottom: 1.319vw;
    }

    .ig22 .site_button {
        margin-left: 0.486vw;
        padding: 0.799vw 3.333vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig22 .section_right_item h2 {
        font-size: 4.6vw;
    }

    .ig22 .section_right_item p {
        font-size: 2.4vw;
    }

    .ig22_side_txt p {
        font-size: 2vw;
    }

    .ig22 .site_button {
        padding: 1.2vw 3.4vw;
    }
}

@media (max-width: 768px) {
    .ig22 {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
}

@media (max-width: 550px) {
    .ig22 {
        padding-top: 8.4vw;
        padding-bottom: 11.2vw;
    }

    .ig22 .section_left_item {
        padding-left: 13.1vw;
    }

    .ig22_img {
        width: 58vw;
    }

    .ig22 .section_right_item h2 {
        font-size: 6.563vw;
        font-weight: normal;
        line-height: 1.17;
        letter-spacing: 0.165vw;
        padding-right: 7vw;
        margin-bottom: 4.8vw;
    }

    .ig22 .section_right_item p {
        font-size: 3.542vw;
        line-height: 1.41;
        letter-spacing: 0.09vw;
        padding-right: 5vw;
        margin-bottom: 4.1vw;
    }

    .ig22_side_txt p {
        font-size: 2.7vw;
        letter-spacing: 0.42vw;
    }

    .ig22 .site_button {
        font-size: 2.708vw;
        line-height: 1.12;
        letter-spacing: 0.271vw;
        padding: 1.8vw 6.8vw;
    }

    .ig22_img::after {
        width: 57.833vw;
        height: 62.925vw;
        right: -5.1vw;
        top: 4.9vw;
    }

    .ig22_side_txt {
        left: -36.4vw;
        top: 33.1vw;
    }

    .ig22 .section_right_item {
        padding-left: 3.1vw;
        padding-top: 11.2vw;
    }
}

.ig_footer {
    background: #581944;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.9px;
}

.ig_footer .section_inner {
    width: 672px;
}

.ig_footer_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

.ig_footer_menu ul li {
    padding: 0px;
    margin: 0px;
}

.ig_footer_menu ul li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 2.04;
    letter-spacing: 0.35px;
    color: #f6fafb;
}

.ig_footer_cpy p {
    font-size: 12.5px;
    font-weight: normal;
    line-height: 2.04;
    letter-spacing: 0.31px;
    text-align: center;
    color: #f6fafb;
    padding-top: 12px;
}

.ig_footer_cpy p a {
    color: #f6fafb;
}

@media (max-width: 1440px) {
    .ig_footer {
        padding-top: 2.083vw;
        padding-bottom: 0.833vw;
        font-size: 1.042vw;
        letter-spacing: 0.063vw;
    }

    .ig_footer .section_inner {
        width: 46.667vw;
    }

    .ig_footer_menu ul li a {
        font-size: 0.972vw;
        letter-spacing: 0.024vw;
    }

    .ig_footer_cpy p {
        font-size: 0.868vw;
        letter-spacing: 0.022vw;
        padding-top: 0.833vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .ig_footer .section_inner {
        width: 75vw;
    }

    .ig_footer_menu ul li a {
        font-size: 1.75vw;
        line-height: 1;
    }

    .ig_footer_cpy p {
        font-size: 1.75vw;
        line-height: 1;
    }

    .ig_footer {
        padding-bottom: 1.833vw;
    }
}

@media (max-width: 768px) {}

@media (max-width: 550px) {
    .ig_footer {
        padding-top: 5.2vw;
        padding-bottom: 7.1vw;
        font-size: 1.042vw;
        letter-spacing: 0.063vw;
    }

    .ig_footer .section_inner {
        padding: 0px 3.2vw;
    }

    .ig_footer_menu {
        padding-left: 1.3vw;
    }

    .ig_footer_menu ul li a {
        font-size: 2.188vw;
        font-weight: normal;
        line-height: 2.38;
        letter-spacing: 0.054vw;
    }

    .ig_footer_cpy p {
        font-size: 1.979vw;
        font-weight: normal;
        line-height: 2;
        letter-spacing: 0.05vw;
        padding-top: 0.833vw;
    }

    .mobile_only {
        display: block;
    }

    .only_pc {
        display: none;
    }

    .d_flex {
        display: block;
    }

    .section_inner {
        padding-left: 5vw;
        padding-right: 5vw;
        width: 100% !important;
    }

    .section_left_item {
        width: 100% !important;
    }

    .section_right_item {
        width: 100% !important;
    }
}