/*@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gotham:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gotu&display=swap");*/
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.ttf') format('truetype'),
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@keyframes animateElement {
  0% {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
main{
    user-select: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
}

button {
  border: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

body {
  font-family: "Gotham";
  padding-top: 183px;
}
@media (max-width: 992px) {
  body {
    padding-top: 86px !important;
  }
}
body.home-page {
  padding-top: 0px;
}
body .body-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: auto;
  max-height: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 993px){
  body.home-page header{
    position: static !important;
  }
}

input {
  outline: none;
}

.container {
  max-width: 1194px;
}

.mw_1224 {
  max-width: 1224px;
}

.mw_1245 {
  max-width: 1245px;
}

.mw_1290 {
  max-width: 1290px;
}

.mw_1250 {
  max-width: 1250px;
}

.p_80 {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .p_80 {
    padding: 50px 0;
  }
}

.mt_115 {
  margin-top: 115px;
}
@media (max-width: 1200px) {
  .mt_115 {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .mt_115 {
    margin-top: 80px;
  }
}
@media (max-width: 450px) {
  .mt_115 {
    margin-top: 50px;
  }
}

.mt_95 {
  margin-top: 95px;
}
@media (max-width: 992px) {
  .mt_95 {
    margin-top: 80px;
  }
}
@media (max-width: 450px) {
  .mt_95 {
    margin-top: 50px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .mt_60 {
    margin-top: 40px;
  }
}

.mw_1020 {
  max-width: 1020px;
}

.mt_20 {
  margin-top: 20px;
}
@media (max-width: 450px) {
  .mt_20 {
    margin-top: 15px;
  }
}

.mt_40 {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .mt_40 {
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.gap_10 {
  display: grid;
  grid-gap: 10px;
}

.mt_16 {
  margin-top: 16px;
}
@media (max-width: 992px) {
  .mt_16 {
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .mt_16 {
    margin-top: 5px;
  }
}

.gap_16 {
  display: grid;
  grid-gap: 16px;
}
@media (max-width: 992px) {
  .gap_16 {
    grid-gap: 10px;
  }
}
@media (max-width: 450px) {
  .gap_16 {
    grid-gap: 5px;
  }
}

.gap_20 {
  display: grid;
  grid-gap: 20px;
}
@media (max-width: 992px) {
  .gap_20 {
    grid-gap: 15px;
  }
}

.mt_26 {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .mt_26 {
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  .mt_26 {
    margin-top: 10px;
  }
}

.bg_gray {
  background: #F9F9F9;
}

.button {
  line-height: 64px;
  border: 2px solid #ff0000;
  text-align: center;
  padding: 0 46px;
  font-family: "Gotham";
  font-weight: 700;
  font-size: 24px;
  border-radius: 50px;
  display: inline-block;
  color: #ff0000;
  background: #fff;
  min-width: 176px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 1200px) {
  .button {
    line-height: 46px;
    padding: 0 28px;
    min-width: 0;
  }
}
@media (max-width: 992px) {
  .button {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .button {
    font-size: 16px;
    line-height: 36px;
  }
}
.button:hover {
  color: #fff;
  border-color: gray;
  background: gray;
}
.button.button-primary {
  background: #ff0000;
  color: #ffffff;
}
.button.button-primary:hover {
  border-color: gray;
  background: gray;
}

.stitle {
  margin-bottom: 10px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4B4B4B;
}

.title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.14;
  color: #4b4b4b;
  margin: 0;
}
@media (max-width: 992px) {
  .title {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .title {
    font-size: 20px;
  }
}

.title2 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.14;
  color: #4b4b4b;
  margin: 0;
}
@media (max-width: 992px) {
  .title2 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .title2 {
    font-size: 18px;
  }
}

.rtitle {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.3;
  color: #ED2B39;
}
@media (max-width: 992px) {
  .rtitle {
    font-size: 42px;
  }
}
@media (max-width: 450px) {
  .rtitle {
    font-size: 28px;
  }
}

.text {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.39;
  color: #4b4b4b;
  max-width: 988px;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .text {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .text {
    font-size: 17px;
  }
}

.paragraph {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.29;
  color: #4b4b4b;
  display: grid;
  grid-gap: 22px;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .paragraph {
    font-size: 15px;
    grid-gap: 15px;
  }
}
@media (max-width: 450px) {
  .paragraph {
    font-size: 13px;
    margin-top: 15px;
  }
}
.paragraph.style-tick {
  margin-top: 37px;
  position: relative;
}
.paragraph.style-tick .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FFE5E5;
  position: absolute;
  left: -40px;
  top: -40px;
  z-index: -1;
}
.paragraph.style-tick ul {
  padding-inline-start: 29px;
}
.paragraph.style-tick ul li::before {
  width: 16px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDYuODc0NDNMMS4wNTIgNS44MTc1M0w2LjIwOCA4LjgxOTg4TDE1LjA5OCAwLjY3Nzk3OUwxNiAxLjU1ODA4TDYuNjY2NjcgMTMuNjc4TDAgNi44NzQ0M1oiIGZpbGw9IiM5REQ4REUiLz4KPC9zdmc+Cg==) center/cover;
  left: -29px;
  top: 4px;
}
.paragraph p {
  margin-bottom: 0;
  position: relative;
}
.paragraph ul {
  display: grid;
  grid-gap: 22px;
  padding-inline-start: 25px;
}
@media (max-width: 450px) {
  .paragraph ul {
    padding-inline-start: 15px;
  }
}
.paragraph ul li {
  position: relative;
}
.paragraph ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: -25px;
  top: 6px;
  background: #9dd8de;
  border-radius: 50%;
}
@media (max-width: 450px) {
  .paragraph ul li::before {
    width: 8px;
    height: 8px;
    top: 4px;
    left: -15px;
  }
}

main {
  position: relative;
  overflow: hidden;
}

.footer-bg {
  position: absolute;
  top: 3100px;
  right: 0;
  z-index: -1;
}

.home-page .header {
  border-bottom: 0;
}
.home-page .header svg rect {
  stroke: white;
}
.home-page .header svg path {
  stroke: white;
}

header {
  border-bottom: 1px solid #cacaca;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #fff !important;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
header.active {
  background-color: white;
  border-bottom: 1px solid #cacaca !important;
}
header.active .header_center svg rect {
  stroke: #000;
}
header.active .header_center svg path {
  stroke: #000;
}
header.active .header_center .header_logo {
  display: block;
  padding-bottom: 18px;
}
@media (max-width: 1200px) {
  header.active .header_center .header_logo {
    padding: 0;
  }
}
header.active .header_center .header_logo img {
  height: 75px;
}
@media (max-width: 1200px) {
  .header .header_center .header_logo img {
    height: 36px !important;
  }
}
.header svg rect {
  stroke: #000;
}
@media (max-width: 1200px) {
  .header svg rect {
    stroke: #000 !important;
  }
}
.header svg path {
  stroke: #000;
}
@media (max-width: 992px) {
  .header svg path {
    stroke: #000 !important;
  }
}
.header_top {
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
}
.header_top img {
  height: 14px;
  width: 16px;
  margin-right: 7px;
}
.header_top span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.66;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .header_top span {
    font-size: 12px;
  }
}
.header_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header_center {
    height: 60px;
    padding: 0 8px;
    background: #fff;
  }
}
.header_center .header_logo {
  display: block;
  padding: 3px 0 24px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.header_center .header_logo img:nth-child(2){
    display: none;
}
@media (max-width: 1200px) {
  .header_center .header_logo {
    padding: 0;
  }
    .header_center .header_logo img:nth-child(1){
        display: none;
    }
    .header_center .header_logo img:nth-child(2){
        display: block;
    }
}
.header_center .header_logo img {
  height: 95px;
  width: auto;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: high-quality;
}
@media (max-width: 1200px) {
  .header_center .header_logo img {
    height: 36px;
  }
}
.header_center .header_item {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header_center .header_item .button {
    display: none;
  }
}
.header_center .header_item .header_menu {
  margin-left: 30px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .header_center .header_item .header_menu {
    height: 27px;
    width: auto;
    margin: 0;
  }
}

.menu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.menu.open {
  opacity: 1;
  visibility: visible;
}
.menu_max {
  display: grid;
  height: 100%;
}
.menu_box {
  padding: 35px 56px 75px 77px;
  position: relative;
  background-color: white;
  display: block;
  height: 100%;
}
@media (max-width: 1200px) {
  .menu_box {
    padding: 30px 40px 50px;
  }
}
.menu_box .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}
.menu_box .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FFE5E5;
  position: absolute;
  left: 40px;
  top: 110px;
}
.menu_box .house svg {
  top: 255px;
  position: absolute;
  right: 142px;
}
.menu_box .fish svg {
  position: absolute;
  bottom: -10px;
  margin-left: 20px;
}
.menu_box .wave img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (max-width: 767px) {
  .menu_box .wave img {
    width: auto;
    height: 50vh;
  }
}
.menu_logo img {
  height: 62px;
}
@media (max-width: 1200px) {
  .menu_logo img {
    height: 36px;
  }
}
.menu .close {
  border: 1px solid black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  padding: 8px;
}
@media (max-width: 1200px) {
  .menu .close {
    width: 32px;
    height: 32px;
  }
}
.menu .menu_nav {
  margin-top: 52px;
  display: grid;
  grid-gap: 30px;
  overflow: auto;
  max-height: calc(100vh - 75px - 52px - 62px - 35px - 75px);
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .menu .menu_nav {
    max-height: calc(100vh - 36px - 30px - 75px - 52px - 50px);
    grid-gap: 20px;
  }
}
.menu .menu_nav > li {
  list-style: none;
}
.menu .menu_nav > li > a {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.menu .menu_nav > li > a:hover {
  color: #ff0000;
}
@media (max-width: 450px) {
  .menu .menu_nav > li > a {
    font-size: 14px;
  }
}
.menu .menu_nav > li .sub-menu {
  grid-gap: 12px;
  padding-left: 10px;
  display: grid;
  margin-top: 15px;
  border-left: 1px solid #808080;
}
.menu .menu_nav > li .sub-menu > li {
  list-style: disc;
  list-style: none;
}
.menu .menu_nav > li .sub-menu > li > a {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 0.84;
  letter-spacing: 1px;
  color: #222222;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.menu .menu_nav > li .sub-menu > li > a:hover {
  color: #ff0000;
}
.menu .flex_bottom {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  position: relative;
}

.breadcrumbs {
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .breadcrumbs {
    padding: 30px 0;
  }
}
.breadcrumbs_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 50px;
}
.breadcrumbs_flex .back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.breadcrumbs_flex span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  color: #4b4b4b;
}
@media (max-width: 1200px) {
  .breadcrumbs_flex span {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .breadcrumbs_flex span {
    font-size: 17px;
  }
}
.breadcrumbs_box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.breadcrumbs_box-text {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 0.96;
  color: #4b4b4b;
}
@media (max-width: 1200px) {
  .breadcrumbs_box-text {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .breadcrumbs_box-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .breadcrumbs .button {
    display: none;
  }
}

.who {
  margin-top: 38px;
}
.who_top {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
}
.who_top .btext {
  font-size: 48px;
  line-height: 1.1458333333;
  color: #ff0000;
  font-family: "DM Sans";
  font-weight: bold;
}
@media (max-width: 992px) {
  .who_top .btext {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media (max-width: 450px) {
  .who_top .btext {
    font-size: 28px;
  }
}
.who_box {
  display: grid;
  grid-template-columns: 504fr 526fr;
  grid-gap: 48px;
}
@media (max-width: 992px) {
  .who_box {
    grid-gap: 32px;
    margin-top: 70px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .who_box {
    margin-top: 50px;
  }
}
@media (max-width: 450px) {
  .who_box {
    grid-gap: 24px;
  }
}
.who_box-img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1200px) {
  .who_box-img {
    display: flex;
    justify-content: center;
  }
}
.who_box-img img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .who_box-img img {
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.who_box2 {
  display: grid;
  grid-template-columns: 526fr 504fr;
  grid-gap: 48px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .who_box2 {
    grid-gap: 32px;
    grid-template-columns: 1fr;
    margin: 0;
  }
}
@media (max-width: 450px) {
  .who_box2 {
    grid-gap: 24px;
  }
}
.who_box2-img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1200px) {
  .who_box2-img {
    display: flex;
    justify-content: center;
  }
}
.who_box2-img img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .who_box2-img img {
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.features {
  position: relative;
}
@media (max-width: 992px) {
  .features {
    overflow: hidden;
  }
}
.features > .svg img {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  z-index: -1;
  top: -30%;
  right: 0;
}
@media (max-width: 992px) {
  .features > .svg img {
    display: none;
  }
}
.features_max {
  display: grid;
  grid-template-columns: 656fr 714fr;
  grid-gap: 70px;
}
@media (max-width: 992px) {
  .features_max {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
.features_image {
  position: relative;
  width: 100%;
  padding-right: 69px;
  height: -moz-fit-content;
  height: fit-content;
  transform: rotate(11deg);
  margin-top: 200px;
  left: -10px;
}
@media (max-width: 992px) {
  .features_image {
    transform: rotate(0);
    margin: 115px 0;
    padding: 0;
    left: 0;
  }
}
@media (max-width: 450px) {
  .features_image {
    margin: 80px 0 70px;
  }
}
.features_image .features_image-shape {
  height: 455px;
  width: 100%;
  background: #9dd8de;
  border-radius: 0 102px 102px 0;
}
@media (max-width: 992px) {
  .features_image .features_image-shape {
    border-radius: 32px;
  }
}
@media (max-width: 450px) {
  .features_image .features_image-shape {
    height: 225px;
  }
}
.features_image .features_image-one {
  width: calc(100% - 303px);
  height: 334px;
  position: absolute;
  top: -111px;
  left: -100px;
  transform: rotate(-13deg);
}
@media (max-width: 992px) {
  .features_image .features_image-one {
    transform: rotate(0);
  }
}
@media (max-width: 450px) {
  .features_image .features_image-one {
    height: 175px;
    width: 50%;
    left: -10%;
    top: -70px;
  }
}
.features_image .features_image-one:after {
  content: "";
  background: #fdfbe2;
  position: absolute;
  top: 8px;
  left: 8px;
  right: -8px;
  bottom: -8px;
  border-radius: 64px;
}
@media (max-width: 992px) {
  .features_image .features_image-one:after {
    border-radius: 32px;
  }
}
@media (max-width: 450px) {
  .features_image .features_image-one:after {
    border-radius: 12px;
  }
}
.features_image .features_image-one img {
  border-radius: 64px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .features_image .features_image-one img {
    border-radius: 32px;
  }
}
@media (max-width: 450px) {
  .features_image .features_image-one img {
    border-radius: 12px;
  }
}
.features_image .features_image-two {
  width: 353px;
  height: 278px;
  position: absolute;
      top: -134px;
    right: 0;
    transform: rotate(-13deg);
}
@media (max-width: 992px) {
  .features_image .features_image-two {
    transform: rotate(0);
    top: -54px;
  }
}
@media (max-width: 450px) {
  .features_image .features_image-two {
    height: 155px;
    width: 50%;
    right: 2%;
  }
}
.features_image .features_image-two:after {
  content: "";
  background: #fdfbe2;
  position: absolute;
  top: 8px;
  left: 8px;
  right: -6px;
  bottom: -6px;
  border-radius: 60px;
}
@media (max-width: 992px) {
  .features_image .features_image-two:after {
    border-radius: 32px;
  }
}
@media (max-width: 450px) {
  .features_image .features_image-two:after {
    border-radius: 12px;
  }
}
.features_image .features_image-two img {
  border-radius: 60px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .features_image .features_image-two img {
    border-radius: 32px;
  }
}
@media (max-width: 450px) {
  .features_image .features_image-two img {
    border-radius: 12px;
  }
}
.features_image .features_image-three {
  width: 369px;
  height: 270px;
  position: absolute;
      bottom: -40px;
    right: 110px;
    transform: rotate(-13deg);
}
@media (max-width: 992px) {
  .features_image .features_image-three {
        bottom: -100px;
    right: 0;
    transform: rotate(0);
    left: 0;
    margin: auto;
  }
}
@media (max-width: 450px) {
  .features_image .features_image-three {
    height: 135px;
    bottom: -50px;
    width: 40%;
  }
}
.features_image .features_image-three:after {
  content: "";
  background: #fdfbe2;
  position: absolute;
  top: -6px;
  left: -6px;
  right: 8px;
  bottom: 8px;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .features_image .features_image-three:after {
    border-radius: 32px;
  }
}
@media (max-width: 450px) {
  .features_image .features_image-three:after {
    border-radius: 12px;
  }
}
.features_image .features_image-three img {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .features_image .features_image-three img {
    border-radius: 32px;
  }
}
@media (max-width: 450px) {
  .features_image .features_image-three img {
    border-radius: 12px;
  }
}
.features_text {
  max-width: 607px;
  padding: 200px 0 100px 0;
}
@media (max-width: 992px) {
  .features_text {
    max-width: 100%;
    padding: 0 12px;
  }
}
.features_text .paragraph {
  max-width: 563px;
}
@media (max-width: 992px) {
  .features_text .paragraph {
    max-width: 100%;
  }
}

.membership {
  overflow: hidden;
}
.membership .container {
  max-width: 1132px;
}
@media (max-width: 992px) {
  .membership_text {
    order: 2;
  }
}
.membership_max {
  display: grid;
  grid-template-columns: 1fr 434px;
  grid-gap: 88px;
  position: relative;
}
@media (max-width: 1200px) {
  .membership_max {
    grid-template-columns: 1fr;
    grid-gap: 55px;
  }
}
@media (max-width: 922px) {
  .membership_max {
    grid-gap: 40px;
  }
}
@media (max-width: 450px) {
  .membership_max {
    grid-gap: 30px;
  }
}
.membership_image {
  padding-top: 35px;
}
@media (max-width: 1200px) {
  .membership_image {
    padding-top: 0px;
    order: 1;
    display: flex;
    justify-content: center;
  }
}
.membership_image img {
  border-radius: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1200px) {
  .membership_image img {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.membership_center {
  display: grid;
  grid-template-columns: 599px 1fr;
  grid-gap: 35px;
  align-items: end;
  margin-top: 24px;
  position: relative;
}
@media (max-width: 1200px) {
  .membership_center {
    grid-template-columns: 1fr;
    grid-gap: 55px;
  }
}
@media (max-width: 992px) {
  .membership_center {
    grid-gap: 40px;
  }
}
@media (max-width: 450px) {
  .membership_center {
    grid-gap: 20px;
  }
}
.membership_center .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffe5e5;
  position: absolute;
  right: -50px;
  bottom: -30px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .membership_min {
    display: flex;
    justify-content: center;
  }
}
.membership_img {
  max-width: 599px;
  width: 100%;
}
.membership_img-two {
  width: 434px;
  height: 272px;
  position: relative;
}
@media (max-width: 450px) {
  .membership_img-two {
    width: 300px;
    height: 200px;
  }
}
.membership_img-two svg {
  position: absolute;
  top: -108px;
  left: 0;
}
.membership_img-two img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.membership_img-two::before {
  content: "";
  background-color: #fdfbe2;
  width: 434px;
  height: 272px;
  border-radius: 20px;
  display: block;
  position: absolute;
  bottom: -8px;
  right: -8px;
}
@media (max-width: 450px) {
  .membership_img-two::before {
    width: 300px;
    height: 200px;
    bottom: 6px;
    right: -5px;
  }
}
.membership_img-four {
  padding: 12px 8px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
  width: 249px;
  height: 152px;
  position: relative;
  top: 60px;
  z-index: 3;
  margin-left: auto;
}
@media (max-width: 450px) {
  .membership_img-four {
    width: 178px;
    height: 108px;
    padding: 6px;
  }
}
.membership_img-four img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.membership_end {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.41;
  text-align: center;
  color: #4b4b4b;
  margin-top: 63px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .membership_end {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .membership_end {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .membership_end {
    font-size: 12px;
    margin-top: 20px;
  }
}
.membership_end span {
  max-width: 1010px;
}

.board2 {
  padding: 150px 0 50px;
}
@media (max-width: 1200px) {
  .board2 {
    padding: 120px 0 50px;
  }
}
@media (max-width: 992px) {
  .board2 {
    padding: 80px 0 30px;
  }
}
@media (max-width: 450px) {
  .board2 {
    padding: 50px 0 30px;
  }
}
.board2_top {
  display: flex;
  justify-content: center;
}
.board2_max {
  margin-top: 40px;
}
.board2_pdf {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .board2_pdf {
    margin-top: 40px;
  }
}
.board2_pdf ul {
  display: grid;
  grid-gap: 40px;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .board2_pdf ul {
    grid-gap: 30px;
  }
}
@media (max-width: 450px) {
  .board2_pdf ul {
    grid-gap: 20px;
  }
}
.board2_pdf ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.board2_pdf ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 129.75%;
  color: #FF0000;
}
@media (max-width: 992px) {
  .board2_pdf ul li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .board2_pdf ul li {
  	display: grid;
    text-align: right;
  }
  .board2_pdf ul li a{
  	order: 2;
  }
}
@media (max-width: 450px) {
  .board2_pdf ul li a {
    font-size: 16px;
  }
}
.board2_pdf ul li span {
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 150% */
  text-align: right;
  color: #000000;
}
@media (max-width: 992px) {
  .board2_pdf ul li span {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .board2_pdf ul li span {
    font-size: 16px;
  }
}
.board2_box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 350px;
}
@media (max-width: 450px) {
  .board2_box {
    border-radius: 15px;
    height: 275px;
  }
}
.board2_box::before {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  z-index: 9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.01%, rgba(0, 0, 0, 0.5) 83.58%);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.board2_box:hover:before {
  top: -100%;
}
.board2_box:hover .board_img img {
  transform: scale(1.05);
}
.board2_box:hover .board_text {
  padding-bottom: 20px;
}
.board2_box .board2_img {
  position: relative;
  height: 100%;
}
.board2_box .board2_img img {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board2_box .board2_text {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
  bottom: 15px;
  z-index: 10;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 450px) {
  .board2_box .board2_text {
    padding: 0 10px;
  }
}
.board2_box .board2_text-one {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.65;
  color: #ffffff;
}
@media (max-width: 992px) {
  .board2_box .board2_text-one {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .board2_box .board2_text-one {
    font-size: 14px;
  }
}
.board2_box .board2_text-two {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.68;
  color: #ffffff;
}
@media (max-width: 992px) {
  .board2_box .board2_text-two {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .board2_box .board2_text-two {
    font-size: 12px;
  }
}

.image {
  margin-top: 13px;
}
.image img {
  width: auto;
  max-width: 54%;
}
.board_top {
  display: flex;
  justify-content: center;
}
.board_max {
  margin-top: 40px;
}
.board_box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 350px;
}
@media (max-width: 450px) {
  .board_box {
    border-radius: 15px;
    height: 275px;
  }
}
.board_box::before {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  z-index: 9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.01%, rgba(0, 0, 0, 0.5) 83.58%);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.board_box:hover:before {
  top: -100%;
}
.board_box:hover .board_img img {
  transform: scale(1.05);
}
.board_box:hover .board_text {
  padding-bottom: 20px;
}
.board_box .board_img {
  position: relative;
  height: 100%;
}
.board_box .board_img img {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board_box .board_text {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
  bottom: 15px;
  z-index: 10;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 450px) {
  .board_box .board_text {
    padding: 0 10px;
  }
}
.board_box .board_text-one {
  font-style: normal;
  font-weight: 900;
  font-size: 23px;
  line-height: 1.65;
  color: #ffffff;
}
@media (max-width: 992px) {
  .board_box .board_text-one {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .board_box .board_text-one {
    font-size: 15px;
  }
}
.board_box .board_text-two {
  font-family: "Gotu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.68;
  color: #ffffff;
}
@media (max-width: 992px) {
  .board_box .board_text-two {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .board_box .board_text-two {
    font-size: 12px;
  }
}

.our_top {
  display: flex;
  justify-content: center;
}
.our_max {
  margin-top: 40px;
}
.our_box {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  height: 320px;
  display: block;
}
.our_box:hover .our_box-img img {
  transform: scale(1.1);
}
@media (max-width: 450px) {
  .our_box {
    height: 225px;
  }
}
.our_box-img {
  height: 100%;
}
.our_box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.our_end {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.our_end-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .our_end-img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 450px) {
  .our_end-img {
    width: 40px;
    height: 40px;
  }
}
.our_text-one {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #4b4b4b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .our_text-one {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .our_text-one {
    font-size: 14px;
  }
}
.our_text-two {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 0.93;
  color: #747474;
  margin-top: 7px;
}
@media (max-width: 992px) {
  .our_text-two {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .our_text-two {
    font-size: 12px;
  }
}
.our_button {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.our_button .button {
  padding: 0 25px;
}

.syndicate {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .syndicate {
    padding: 30px 0 50px;
  }
}
.syndicate::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffe5e5;
  position: absolute;
  right: 50px;
  top: 0;
  z-index: -1;
}
.syndicate .syndicate_max {
  display: grid;
  grid-template-columns: 698fr 570fr;
  grid-gap: 172px;
}
@media (max-width: 1400px) {
  .syndicate .syndicate_max {
    grid-gap: 102px;
  }
}
@media (max-width: 992px) {
  .syndicate .syndicate_max {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
.syndicate .syndicate_text {
  max-width: 575px;
  margin-left: auto;
  padding-left: 12px;
}
@media (max-width: 992px) {
  .syndicate .syndicate_text {
    max-width: 100%;
    padding: 0 12px;
    order: 2;
  }
}
.syndicate .syndicate_text .cta {
  margin: 68px 0 0 25px;
  position: relative;
}
@media (max-width: 450px) {
  .syndicate .syndicate_text .cta {
    margin-left: 15px;
    margin-top: 30px;
  }
}
.syndicate .syndicate_text .cta .button {
  position: relative;
  z-index: 2;
}
.syndicate .syndicate_text .cta svg {
  position: absolute;
  right: 0;
}
.syndicate .syndicate_image {
  position: relative;
  width: 115%;
  padding-left: 95px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 140px;
  margin-bottom: 110px;
  transform: rotate(11deg);
}
@media (max-width: 992px) {
  .syndicate .syndicate_image {
    order: 1;
    transform: rotate(0);
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .syndicate .syndicate_image {
    margin: 100px 0 50px 0;
  }
}
.syndicate .syndicate_image .circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffe5e5;
  position: absolute;
  left: -40px;
  top: 30px;
  z-index: -1;
}
.syndicate .syndicate_image-shape {
  height: 336px;
  width: 150%;
  background: #9dd8de;
  border-radius: 102px 0 0 102px;
}
@media (max-width: 992px) {
  .syndicate .syndicate_image-shape {
    border-radius: 32px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .syndicate .syndicate_image-shape {
    height: 225px;
  }
}
.syndicate .syndicate_image-one {
  height: 270px;
  width: 461px;
  position: absolute;
  top: -95px;
  left: 0;
}
@media (max-width: 992px) {
  .syndicate .syndicate_image-one {
    width: 70%;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 450px) {
  .syndicate .syndicate_image-one {
    height: 165px;
    top: -75px;
    width: 65%;
  }
}
.syndicate .syndicate_image-one:after {
  content: "";
  background: #fdfbe2;
  position: absolute;
  top: 6px;
  left: 6px;
  right: -6px;
  bottom: -6px;
  border-radius: 64px;
}
@media (max-width: 992px) {
  .syndicate .syndicate_image-one:after {
    border-radius: 32px;
  }
}
@media (max-width: 450px) {
  .syndicate .syndicate_image-one:after {
    border-radius: 12px;
  }
}
.syndicate .syndicate_image-one img {
  border-radius: 64px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .syndicate .syndicate_image-one img {
    border-radius: 32px;
  }
}
@media (max-width: 450px) {
  .syndicate .syndicate_image-one img {
    border-radius: 12px;
  }
}
.syndicate .syndicate_image-two {
  width: 298px;
  height: 218px;
  position: absolute;
  bottom: -109px;
  left: 55px;
}
@media (max-width: 992px) {
  .syndicate .syndicate_image-two {
    width: 43%;
    left: 5%;
  }
}
@media (max-width: 450px) {
  .syndicate .syndicate_image-two {
    height: 130px;
    bottom: -40px;
  }
}
.syndicate .syndicate_image-two:after {
  content: "";
  background: #fdfbe2;
  position: absolute;
  top: -6px;
  left: -6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .syndicate .syndicate_image-two:after {
    border-radius: 32px;
  }
}
@media (max-width: 450px) {
  .syndicate .syndicate_image-two:after {
    border-radius: 12px;
  }
}
.syndicate .syndicate_image-two img {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .syndicate .syndicate_image-two img {
    border-radius: 32px;
  }
}
@media (max-width: 450px) {
  .syndicate .syndicate_image-two img {
    border-radius: 12px;
  }
}
.syndicate .syndicate_image-three {
  width: calc(100% - 480px + 95px);
  height: 224px;
  position: absolute;
  bottom: -84px;
  right: 0;
}
@media (max-width: 992px) {
  .syndicate .syndicate_image-three {
    width: 45%;
    right: 0;
    border-radius: 32px 0 0 32px;
    overflow: hidden;
  }
}
@media (max-width: 450px) {
  .syndicate .syndicate_image-three {
    border-radius: 12px 0 0 12px;
    height: 130px;
    bottom: -20px;
  }
}
.syndicate .syndicate_image-three img {
  border-radius: 60px 0 0 60px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .syndicate .syndicate_image-three img {
    border-radius: 32px 0 0 32px;
  }
}
@media (max-width: 450px) {
  .syndicate .syndicate_image-three img {
    border-radius: 12px 0 0 12px;
  }
}

.leave {
  margin-top: 20px;
}
.leave_max {
  display: grid;
  grid-template-columns: 410px 1fr;
  grid-gap: 32px;
  padding: 28px 24px;
  background: #ffffff;
  box-shadow: 0px 60px 180px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
@media (max-width: 992px) {
  .leave_max {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
@media (max-width: 450px) {
  .leave_max {
    padding: 15px;
    grid-gap: 30px;
  }
}
.leave_box {
  background: #3fb2be;
  border-radius: 12px;
  overflow: hidden;
  min-height: 423px;
  position: relative;
}
@media (max-width: 992px) {
  .leave_box {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .leave_box {
    min-height: 300px;
  }
}
.leave_ellipse1 {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #9dd8de;
  position: absolute;
  right: -238px;
  bottom: 231px;
}
.leave_ellipse2 {
  width: 231px;
  height: 231px;
  border-radius: 50%;
  background-color: #9dd8de;
  position: absolute;
  left: -115.5px;
  top: 221px;
}
.leave_ellipse3 {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background-color: #39c7d0;
  position: absolute;
  right: 86px;
  bottom: 108px;
}
@media (max-width: 450px) {
  .leave_ellipse3 {
    display: none;
  }
}
.leave_ellipse4 {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #10a6af;
  position: absolute;
  top: 43px;
  left: 56px;
}
.leave_item {
  padding: 28px 36px;
}
@media (max-width: 450px) {
  .leave_item {
    padding: 20px;
  }
}
.leave_text {
  position: relative;
  z-index: 1;
}
.leave_text-one {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 992px) {
  .leave_text-one {
    font-size: 27px;
  }
}
@media (max-width: 450px) {
  .leave_text-one {
    font-size: 18px;
  }
}
.leave_text-two {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.27;
  color: #ffffff;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .leave_text-two {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .leave_text-two {
    margin-top: 5px;
  }
}
@media (max-width: 450px) {
  .leave_text-two {
    font-size: 14px;
  }
}
.leave_text1 {
  position: relative;
  z-index: 1;
  margin-top: 35px;
  display: grid;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .leave_text1 {
    grid-gap: 10px;
  }
}
.leave_text1-one {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .leave_text1-one {
    gap: 10px;
    align-items: end;
  }
}
.leave_text1-one span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.27;
  color: #ffffff;
  padding-top: 5px;
}
.leave_group {
  position: absolute;
  z-index: 1;
  display: flex;
  gap: 12px;
  align-items: center;
  bottom: 28px;
  left: 36px;
}
@media (max-width: 450px) {
  .leave_group {
    bottom: 20px;
    left: 20px;
  }
}
.leave_group a {
  width: 44px;
  height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leave_group a:hover:after {
  transform: scale(1);
  opacity: 1;
}
.leave_group a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 18px 20px rgba(0, 0, 0, 0.05);
  border-radius: 42px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transform: scale(0);
  opacity: 0;
}
.leave_group a svg {
  position: relative;
}
.leave_top-one {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.28;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .leave_top-one {
    font-size: 21px;
  }
}
@media (max-width: 450px) {
  .leave_top-one {
    font-size: 18px;
  }
}
.leave_top-two {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #808080;
}
@media (max-width: 992px) {
  .leave_top-two {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 450px) {
  .leave_top-two {
    font-size: 12px;
  }
}
.leave_bottom {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .leave_bottom {
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .leave_bottom {
    margin-top: 20px;
  }
}
.leave_bottom .input_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 450px) {
  .leave_bottom .input_flex {
    grid-template-columns: 1fr;
  }
}
.leave_bottom .input_group {
  position: relative;
}
.leave_bottom .input_group input {
  line-height: 44px;
  background: #ffffff;
  border: 1px solid rgba(202, 202, 202, 0.6);
  border-radius: 4px;
  padding: 0 16px 0 65px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  width: 100%;
}
.leave_bottom .input_group input::placaholder {
  color: #808080;
}
.leave_bottom input {
  line-height: 44px;
  background: #ffffff;
  border: 1px solid rgba(202, 202, 202, 0.6);
  border-radius: 4px;
  padding: 0 16px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  width: 100%;
}
@media (max-width: 450px) {
  .leave_bottom input {
    font-size: 13px;
  }
}
.leave_bottom input::placaholder {
  color: #808080;
}
.leave_bottom textarea {
  height: 87px;
  background: #ffffff;
  border: 1px solid rgba(202, 202, 202, 0.6);
  border-radius: 4px;
  padding: 10px 12px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  outline: none;
  resize: none;
  color: #333;
  width: 100%;
}
.leave_bottom textarea::placaholder {
  color: #808080;
}
@media (max-width: 450px) {
  .leave_bottom textarea {
    font-size: 13px;
  }
}
.leave_bottom .form_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  background: #df3429;
  border-radius: 96px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  color: #f9f9f9;
  margin-top: 27px;
}
@media (max-width: 992px) {
  .leave_bottom .form_submit {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .leave_bottom .form_submit {
    font-size: 13px;
    margin-top: 15px;
  }
}

.map {
  margin: 60px 0 95px;
}
@media (max-width: 450px) {
  .map {
    margin: 40px 0 60px;
  }
}
.map iframe,
.map img {
  border-radius: 20px;
  height: auto;
  width: 100%;
}

.banner {
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  min-height: 900px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .banner {
    display: none;
  }
}
.banner_img {
  transform: rotate(-16deg);
  position: absolute;
  left: 45%;
  top: -10%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .banner_img {
    left: 50%;
  }
}
.banner_img-one {
  width: 1027px;
  height: 849px;
  position: relative;
}
@media (max-width: 1200px) {
  .banner_img-one {
    width: 900px;
    height: 800px;
  }
}
.banner_img-one img {
  border-radius: 150px;
  position: relative;
  z-index: 2;
}
.banner_img-one::before {
  content: "";
  background-color: #fdfbe2;
  width: 1027px;
  height: 849px;
  border-radius: 150px;
  display: block;
  position: absolute;
  bottom: -17px;
  left: -11px;
}
@media (max-width: 1200px) {
  .banner_img-one::before {
    width: 900px;
    height: 800px;
  }
}
.banner_shapes {
  width: 721px;
  height: 844px;
  position: absolute;
  left: 81px;
  top: 0;
}
.banner_max {
  display: grid;
  align-items: center;
  grid-template-columns: 435px 1fr;
  grid-gap: 114px;
  z-index: 10;
  position: relative;
  padding: 170px 0;
}
@media (max-width: 1200px) {
  .banner_max {
    grid-gap: 0px;
    margin: 0 15px;
  }
}
.banner_center {
  display: flex;
  justify-content: center;
}
.banner_text-one {
  max-width: 388px;
  margin-bottom: 25px;
}
.banner_text-two {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.45;
  color: #ffffff;
  max-width: 435px;
}
.banner_text-three {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 2.25;
  color: #ffffff;
  margin-top: 49px;
}
@media (max-width: 1200px) {
  .banner_text-three {
    margin-top: 30px;
  }
}
.banner_text-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  line-height: 48px;
  gap: 10px;
  background: #ffffff;
  border-radius: 125px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 1200px) {
  .banner_text-button {
    margin-top: 15px;
  }
}
.banner_text-button:hover {
  background: #ff0000;
}
.banner_text-button:hover span {
  color: #fff;
}
.banner_text-button:hover svg path {
  stroke: #fff;
}
.banner_text-button span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  color: #9dd8de;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.banner_text-button svg path {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.banner_text ul {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  max-width: 405px;
  margin-top: 40px;
}
.banner_text ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.banner_text ul li a span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.81;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}
.banner_right .item-right {
  display: flex;
  justify-content: end;
  margin-top: 11px;
}
.banner_right-one {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 94px;
  line-height: 0.98;
  text-align: right;
  color: #ffffff;
  max-width: 702px;
  text-align: right;
}
@media (max-width: 1200px) {
  .banner_right-one {
    font-size: 72px;
  }
}
.banner_right-two {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  gap: 10px;
  line-height: 48px;
  background: #ed2b39;
  border-radius: 125px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.banner_right-two:hover {
  background: #fff;
  color: #ff0000;
}
.banner_right-two:hover svg path {
  stroke: #ff0000;
}
.banner_right-two svg path {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.banner_plane {
  position: absolute;
  bottom: 0;
  left: 367px;
}
@media (max-width: 1200px) {
  .banner_plane {
    display: none;
  }
}
.banner_plane img {
  width: 293px;
  height: 86px;
}

.banner_mobile {
  display: none;
}
@media (max-width: 992px) {
  .banner_mobile {
    display: block;
  }
}
.banner_mobile-text {
  padding: 17px 0 48px 0;
}
.banner_mobile-text-one {
  display: flex;
  justify-content: center;
}
.banner_mobile-text-one img {
  width: 123px;
  height: 43px;
}
.banner_mobile-text-two {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
  text-align: center;
  color: #ffffff;
  margin-top: 16px;
}
.banner_mobile-text-three {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.38;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}
.banner_mobile .flex-center {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.banner_mobile-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  gap: 10px;
  line-height: 48px;
  background: #ed2b39;
  border-radius: 125px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .banner_mobile-button {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .banner_mobile-button {
    font-size: 15px;
  }
}
.banner_mobile-end {
  background-color: #9dd8de;
  position: relative;
  overflow: hidden;
}
.banner_mobile-padding {
  padding: 60px 40px 25px 40px;
  z-index: 2;
  position: relative;
}
@media (max-width: 450px) {
  .banner_mobile-padding {
    padding: 25px 20px;
  }
}
.banner_mobile-padding center {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
}
@media (max-width: 992px) {
  .banner_mobile-padding center {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .banner_mobile-padding center {
    font-size: 15px;
  }
}
.banner_mobile-padding .button3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  line-height: 48px;
  gap: 10px;
  background: #ffffff;
  border-radius: 125px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
@media (max-width: 1200px) {
  .banner_mobile-padding .button3 {
    margin-top: 15px;
  }
}
.banner_mobile-padding .button3 span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  color: #9dd8de;
}
@media (max-width: 992px) {
  .banner_mobile-padding .button3 span {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .banner_mobile-padding .button3 span {
    font-size: 15px;
  }
}
.banner_mobile-padding ul {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 35px;
  grid-row-gap: 10px;
  margin-top: 20px;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #fff;
}
.banner_mobile-padding ul li a {
  display: grid;
  align-items: center;
  grid-gap: 10px;
  grid-template-columns: 1fr 14px;
}
.banner_mobile-padding ul li a span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.81;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner_mobile-padding ul li a span {
    font-size: 12px;
  }
}
.banner_mobile-poi {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  height: 482px;
}

div.form {
  margin: 40px 0 80px;
}
.form .form_area {
  position: relative;
  max-width: 715px;
  padding-left: 95px;
}
@media (max-width: 992px) {
  .form .form_area {
    padding: 0;
  }
}
.form .form-bg {
  position: absolute;
  right: 0;
  top: -50px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  z-index: -1;
}
@media (max-width: 767px) {
  .form .form-bg {
    display: none;
  }
}
.form_top {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .form_top svg {
    width: 12px;
    height: auto;
  }
}
.form_top-text {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 0.96;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .form_top-text {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .form_top-text {
    font-size: 16px;
  }
}
.form_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.17;
  color: #4b4b4b;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .form_title {
    font-size: 27px;
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .form_title {
    font-size: 20px;
    margin-top: 25px;
  }
}

.form_notes {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.15;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .form_notes {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .form_notes {
    font-size: 12px;
    margin-top: 8px;
  }
}
.form_text {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.15;
  margin-top: 28px;
}
@media (max-width: 992px) {
  .form_text {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .form_text {
    font-size: 14px;
    margin-top: 20px;
  }
}
.form_text span:nth-child(1) {
  color: #4b4b4b;
  margin-right: 4px;
}
.form_text span:nth-child(2) {
  color: #757575;
  margin-right: 25px;
}
@media (max-width: 992px) {
  .form_text span:nth-child(2) {
    margin-right: 20px;
  }
}
@media (max-width: 450px) {
  .form_text span:nth-child(2) {
    margin-right: 15px;
  }
}
.form_text span:nth-child(3) {
  font-size: 20px;
  line-height: 1.1;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .form_text span:nth-child(3) {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .form_text span:nth-child(3) {
    font-size: 15px;
  }
}
.form_gap20 {
  display: grid;
  grid-gap: 20px;
}
.form_gap30 {
  display: grid;
  grid-gap: 30px;
}
.form_gap-item {
  display: grid;
  grid-gap: 20px;
}
.form .button_bottom {
  display: flex;
  align-items: center;
  gap: 13px;
}
.form .button_bottom-one {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 65px;
  line-height: 47px;
  background: #ff0000;
  border-radius: 52px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .form .button_bottom-one {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 50px;
  }
}
@media (max-width: 450px) {
  .form .button_bottom-one {
    font-size: 12px;
  }
}
.form .button_bottom-two {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 65px;
  line-height: 47px;
  background: white;
  border-radius: 52px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ff0000;
  border: 3px solid #ff0000;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .form .button_bottom-two {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 50px;
  }
}
@media (max-width: 450px) {
  .form .button_bottom-two {
    font-size: 12px;
  }
}
.form_select {
  position: relative;
}
.form_select select {
  background: #ffffff;
  border: 1px solid #cacaca !important;
  border-radius: 4px;
  height: 43px;
  padding: 0 20px;
  width: 100%;
  outline: none;
  box-shadow: none !important;
}
.form_select svg {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form_space {
  display: grid;
  grid-gap: 10px;
}
.form_space-between {
  min-height: 54px;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 155px;
  grid-gap: 10px;
}
@media (max-width: 450px) {
  .form_space-between {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.form_space-between .wpcf7-form-control {
  gap: 10px;
}
.form_space-between span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .form_space-between span {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .form_space-between span {
    font-size: 12px;
  }
}
.form_space-between span div {
  color: #a9a9a9;
}
.form_space-between .gap_30 {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 450px) {
  .form_space-between .gap_30 {
    gap: 10px;
  }
}
.form_space-between .form_check {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .form_space-between .form_check {
    gap: 10px;
  }
}
@media (max-width: 450px) {
  .form_space-between .form_check {
    margin-right: 30px;
  }
}
.form_space-between input {
  width: 26px;
  height: 26px;
  margin: 0;
  background: rgba(64, 180, 28, 0.0001);
  border: 1px solid #a9a9a9;
}
@media (max-width: 992px) {
  .form_space-between input {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 450px) {
  .form_space-between input {
    width: 18px;
    height: 18px;
  }
}
.form_space-between input[type=radio]:checked + label {
  color: #4b4b4b;
}
.form_space-between label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #a9a9a9;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .form_space-between label {
    font-size: 14px;
  }
}
.form_title-big {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .form_title-big {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .form_title-big {
    font-size: 16px;
  }
}
.form .form_check {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .form .form_check {
    gap: 10px;
  }
}
@media (max-width: 450px) {
  .form .form_check {
    margin-right: 30px;
  }
}
.form .form_check .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  position: relative;
  margin: 0;
}
.form .form_check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.form .form_check input[type=radio]:checked + .wpcf7-list-item-label {
  color: #4b4b4b;
}
.form .form_check input[type=radio]:checked + .wpcf7-list-item-label:after {
  transform: scale(1);
}
.form .form_check .wpcf7-form-control {
  display: flex;
  align-items: center;
  gap: 0 30px;
  flex-wrap: wrap;
}
.form .form_check .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.form .form_check .wpcf7-list-item-label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #a9a9a9;
  min-height: 26px;
  position: relative;
  padding-left: 40px;
  padding-top: 4px;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .form .form_check .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.form .form_check .wpcf7-list-item-label:before {
  content: "";
  width: 26px;
  height: 26px;
  margin: 0;
  background: rgba(64, 180, 28, 0.0001);
  border: 1px solid #a9a9a9;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.form .form_check .wpcf7-list-item-label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  left: 7px;
  top: 7px;
  background: #2290ff;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transform: scale(0);
}
.form .form_check-radio1 {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  flex-wrap: wrap;
}
@media (max-width: 450px) {
  .form .form_check-radio1 {
    flex-wrap: wrap;
    gap: 0;
  }
}
.form .form_check-radio {
  display: grid;
}
.form .form_check-radio .wpcf7-form-control {
  gap: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 450px) {
  .form .form_check-radio {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}
.form .form_check-radio .form_check {
  display: grid;
  grid-gap: 10px;
}
.form .form_check-radio .form_check {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
}
@media (max-width: 767px) {
  .form .form_check-radio .form_check {
    gap: 10px;
  }
}
@media (max-width: 450px) {
  .form .form_check-radio .form_check {
    margin-right: 30px;
  }
}
.form .form_check-radio input {
  width: 26px;
  height: 26px;
  margin: 0;
  background: rgba(64, 180, 28, 0.0001);
  border: 1px solid #a9a9a9;
}
@media (max-width: 992px) {
  .form .form_check-radio input {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 450px) {
  .form .form_check-radio input {
    width: 18px;
    height: 18px;
  }
}
.form .form_check-radio input[type=radio]:checked + label {
  color: #4b4b4b;
}
.form .form_check-radio label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #a9a9a9;
}
@media (max-width: 767px) {
  .form .form_check-radio label {
    font-size: 14px;
  }
}
.form_floating-max {
  display: grid;
  grid-gap: 16px;
}
.form_floating {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 450px) {
  .form_floating {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.form .input_group {
  display: grid;
  grid-gap: 8px;
}
.form .input_group .group_child {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}
.form .input_group label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .form .input_group label {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .form .input_group label {
    font-size: 12px;
  }
}
.form .input_group label span {
  color: red;
  padding-left: 5px;
}
.form .input_group input {
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 4px;
  line-height: 43px;
  padding: 0 20px;
  width: 100%;
}
.form .input_group input[type=date] {
  display: block;
}
@media (max-width: 450px) {
  .form .input_group input {
    line-height: 40px;
  }
}
.form_checkbox span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .form_checkbox span {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .form_checkbox span {
    font-size: 16px;
  }
}
.form_checkbox .label_foating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form_checkbox .label_foating.layout_grid1 {
  display: grid;
}
.form_checkbox .label_foating.layout_grid1 .wpcf7-form-control {
  display: grid;
}
@media (max-width: 992px) {
  .form_checkbox .label_foating {
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .form_checkbox .label_foating {
    margin-top: 5px;
  }
}
.form_checkbox .label_foating .wpcf7-form-control {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.form_checkbox .label_foating .wpcf7-form-control input {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.form_checkbox .label_foating .wpcf7-form-control input:checked ~ .wpcf7-list-item-label {
  color: #444;
}
.form_checkbox .label_foating .wpcf7-form-control input:checked ~ .wpcf7-list-item-label::before {
  opacity: 0;
  visibility: hidden;
}
.form_checkbox .label_foating .wpcf7-form-control input:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.form_checkbox .label_foating .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding: 10px 0 10px 38px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #a9a9a9;
}
@media (max-width: 992px) {
  .form_checkbox .label_foating .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 35px;
    font-size: 14px;
    padding-left: 28px;
  }
}
@media (max-width: 450px) {
  .form_checkbox .label_foating .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 13px;
    padding: 8px 0 8px 24px;
  }
}
.form_checkbox .label_foating .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 5px;
  margin: auto;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  background: rgba(255, 255, 255, 0.0001);
  border: 1px solid #a9a9a9;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 992px) {
  .form_checkbox .label_foating .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:before {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 450px) {
  .form_checkbox .label_foating .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:before {
    width: 16px;
    height: 16px;
  }
}
.form_checkbox .label_foating .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  left: -1px;
  top: 4px;
  width: 26px;
  height: 26px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjk5OTkxIDAuOTk5ODFIMTguOTk5OUMyMC42NTY4IDAuOTk5ODEgMjIgMi4zNDMxMiAyMiAzLjk5OTg4VjE5QzIyIDIwLjY1NjcgMjAuNjU2OCAyMS45OTk4IDE4Ljk5OTkgMjEuOTk5OEgzLjk5OTkxQzIuMzQzMDMgMjEuOTk5OCAwLjk5OTk0OCAyMC42NTY3IDAuOTk5OTQ4IDE5VjMuOTk5ODhDMC45OTk5NDggMi4zNDMxMiAyLjM0MzAzIDAuOTk5ODEgMy45OTk5MSAwLjk5OTgxWiIgZmlsbD0iI0ZCM0EzQSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LjYwNjMgNi40OTA3NkMxOC4zODg0IDYuMjc2NzQgMTguMDM1IDYuMjc2NzQgMTcuODE2OSA2LjQ5MDc2TDguNzY5OTUgMTUuMzc0NUw1LjIxMTU1IDExLjg4MDFDNC45OTM1NCAxMS42NjYxIDQuNjQwMjEgMTEuNjY2MSA0LjQyMjIgMTEuODgwMUM0LjIwNDIxIDEyLjA5NDIgNC4yMDQyMSAxMi40NDEyIDQuNDIyMiAxMi42NTUyTDguMzc1MzUgMTYuNTM3MUM4LjU5MzI0IDE2Ljc1MDkgOC45NDY3OSAxNi43NTA5IDkuMTY0NjggMTYuNTM3MUwxOC42MDYzIDcuMjY1NjFDMTguODI0MyA3LjA1MTU5IDE4LjgyNDMgNi43MDQ3OCAxOC42MDYzIDYuNDkwNzZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) center/cover;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 992px) {
  .form_checkbox .label_foating .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:after {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 450px) {
  .form_checkbox .label_foating .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:after {
    width: 20px;
    height: 20px;
  }
}
.form_checkbox .label-checkbox {
  position: relative;
  padding: 14px 0 14px 38px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 30px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #a9a9a9;
}
.form_checkbox .label-checkbox:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .form_checkbox .label-checkbox {
    padding-left: 35px;
    font-size: 14px;
    padding-left: 28px;
  }
}
@media (max-width: 450px) {
  .form_checkbox .label-checkbox {
    font-size: 13px;
    padding: 8px 0 8px 24px;
  }
}
.form_checkbox .label-checkbox input:checked ~ .checked {
  color: #4b4b4b;
}
.form_checkbox .label-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form_checkbox .checkmark {
  position: absolute;
  top: -2px;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  background: rgba(255, 255, 255, 0.0001);
  border: 1px solid #a9a9a9;
}
@media (max-width: 992px) {
  .form_checkbox .checkmark {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 450px) {
  .form_checkbox .checkmark {
    width: 16px;
    height: 16px;
  }
}
.form_checkbox .label-checkbox input:checked ~ .checkmark:before {
  background-color: #fb3a3a;
  border-radius: 4px;
  border: 0;
}
.form_checkbox .label-checkbox input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.form_checkbox .label-checkbox .checkmark:after {
  content: "";
  left: -3px;
  top: -3px;
  width: 28px;
  height: 28px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjk5OTkxIDAuOTk5ODFIMTguOTk5OUMyMC42NTY4IDAuOTk5ODEgMjIgMi4zNDMxMiAyMiAzLjk5OTg4VjE5QzIyIDIwLjY1NjcgMjAuNjU2OCAyMS45OTk4IDE4Ljk5OTkgMjEuOTk5OEgzLjk5OTkxQzIuMzQzMDMgMjEuOTk5OCAwLjk5OTk0OCAyMC42NTY3IDAuOTk5OTQ4IDE5VjMuOTk5ODhDMC45OTk5NDggMi4zNDMxMiAyLjM0MzAzIDAuOTk5ODEgMy45OTk5MSAwLjk5OTgxWiIgZmlsbD0iI0ZCM0EzQSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LjYwNjMgNi40OTA3NkMxOC4zODg0IDYuMjc2NzQgMTguMDM1IDYuMjc2NzQgMTcuODE2OSA2LjQ5MDc2TDguNzY5OTUgMTUuMzc0NUw1LjIxMTU1IDExLjg4MDFDNC45OTM1NCAxMS42NjYxIDQuNjQwMjEgMTEuNjY2MSA0LjQyMjIgMTEuODgwMUM0LjIwNDIxIDEyLjA5NDIgNC4yMDQyMSAxMi40NDEyIDQuNDIyMiAxMi42NTUyTDguMzc1MzUgMTYuNTM3MUM4LjU5MzI0IDE2Ljc1MDkgOC45NDY3OSAxNi43NTA5IDkuMTY0NjggMTYuNTM3MUwxOC42MDYzIDcuMjY1NjFDMTguODI0MyA3LjA1MTU5IDE4LjgyNDMgNi43MDQ3OCAxOC42MDYzIDYuNDkwNzZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) center/cover;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 992px) {
  .form_checkbox .label-checkbox .checkmark:after {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 450px) {
  .form_checkbox .label-checkbox .checkmark:after {
    width: 20px;
    height: 20px;
  }
}
.form_type {
  display: grid;
  grid-gap: 10px;
}
.form_type .form_one span:first-child {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  color: #4b4b4b;
}
.form_type .form_one span:last-child {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.15;
  color: #a9a9a9;
  margin-left: 10px;
}
.form_type .form_two {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 992px) {
  .form_type .form_two {
    flex-wrap: wrap;
  }
}
.form_type .form_two span:first-child {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .form_type .form_two span:first-child {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .form_type .form_two span:first-child {
    font-size: 16px;
  }
}
.form_type .form_two span:last-child {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.15;
  color: #a9a9a9;
  padding-top: 5px;
}
@media (max-width: 992px) {
  .form_type .form_two span:last-child {
    padding-top: 0px;
  }
}
@media (max-width: 450px) {
  .form_type .form_two span:last-child {
    font-size: 12px;
  }
}
.form_type input {
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 4px;
  line-height: 43px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 450px) {
  .form_type input {
    line-height: 40px;
  }
}
.form_rooms {
  display: grid;
  grid-template-columns: 1fr 113px;
  grid-gap: 11px;
}
.form_rooms .input_group {
  display: grid;
  grid-gap: 8px;
}
.form_rooms .input_group input {
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 6px;
  line-height: 43px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 450px) {
  .form_rooms .input_group input {
    line-height: 40px;
  }
}
.form_rooms .input_group label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  color: #4b4b4b;
}
@media (max-width: 450px) {
  .form_rooms .input_group label {
    font-size: 14px;
  }
}
.form_rooms .input_group1 {
  display: grid;
  grid-gap: 8px;
}
.form_rooms .input_group1 .input-group {
  height: 43px;
  line-height: 29px;
}
.form_rooms .input_group1 .input-group .input-group-text {
  background: #fff;
  padding: 0 13px;
  border: 1px solid #cacaca;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 38px;
  cursor: pointer;
  pointer-events: auto;
}
.form_rooms .input_group1 .input-group .input-group-text svg {
  margin: auto;
}
.form_rooms .input_group1 .form-control {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  line-height: 29px;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  width: 39px;
  border-radius: 0;
  text-align: center;
}
.form_rooms .input_group1 .form-control::-webkit-outer-spin-button, .form_rooms .input_group1 .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form_rooms .input_group1 label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  color: #4b4b4b;
}
@media (max-width: 450px) {
  .form_rooms .input_group1 label {
    font-size: 14px;
  }
}
.form_box {
  margin-top: 30px;
  max-width: 620px;
}
@media (max-width: 450px) {
  .form_box {
    margin-top: 25px;
  }
}
.form_box1 {
  margin-top: 30px;
  max-width: 720px;
}
@media (max-width: 450px) {
  .form_box1 {
    margin-top: 25px;
  }
}
.form_box2 {
  margin-top: 30px;
  max-width: 730px;
}
@media (max-width: 450px) {
  .form_box2 {
    margin-top: 25px;
  }
}
.form_end {
  display: flex;
  gap: 5px;
  align-items: center;
}
.form_end-text {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.38;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .form_end-text {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .form_end-text {
    font-size: 12px;
  }
}
.form_title-textarea {
  font-family: "Gotham";
  font-style: normal;
  font-size: 16px;
  line-height: 1.56;
  color: #4b4b4b;
  font-weight: 700;
}
@media (max-width: 992px) {
  .form_title-textarea {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .form_title-textarea {
    font-size: 14px;
  }
}
.form_title-textarea span {
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 450px) {
  .form_title-textarea span {
    font-size: 13px;
  }
}
.form_textarea textarea {
  height: 94px;
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 4px;
  outline: none;
  padding: 15px 20px;
  resize: none;
  width: 100%;
}
.form_map {
  margin-top: 40px;
}
.form_map-img img {
  border-radius: 5px;
}
.form .button {
  min-width: 171px;
  margin-right: 13px;
}

.authentic_max {
  display: grid;
  grid-template-columns: 1fr 600px;
  grid-gap: 93px;
  align-items: end;
}
@media (max-width: 1200px) {
  .authentic_max {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
@media (max-width: 1200px) {
  .authentic_text {
    order: 2;
  }
}
.authentic_text-one {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4b4b4b;
}
.authentic_text-two {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.39;
  color: #4b4b4b;
  margin-top: 4px;
}
.authentic_text-two span {
  color: #ed2b39;
}
.authentic_text-three {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #4b4b4b;
  margin-top: 26px;
}
@media (max-width: 1200px) {
  .authentic_text-three {
    margin-top: 10px;
  }
}
.authentic_button {
  background: #ff0000;
  border-radius: 24px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
  text-transform: uppercase;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 26px;
}
.authentic_min {
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .authentic_min {
    display: flex;
    justify-content: center;
    order: 1;
    padding-bottom: 0px;
  }
}
.authentic_min-text {
  padding-top: 26px;
}
.authentic_min-text .text-one {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #4b4b4b;
}
.authentic_min-text .text-two {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  text-align: center;
  color: rgba(51, 51, 51, 0.496405);
  margin-top: 6px;
}
.authentic_img {
  max-width: 599px;
  width: 100%;
}
.authentic_img-two {
  width: 434px;
  height: 272px;
  position: relative;
}
@media (max-width: 450px) {
  .authentic_img-two {
    width: 300px;
    height: 200px;
  }
}
.authentic_img-two img {
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.authentic_img-two::before {
  content: "";
  background-color: #fdfbe2;
  width: 434px;
  height: 272px;
  border-radius: 20px;
  display: block;
  position: absolute;
  bottom: -8px;
  right: -8px;
}
@media (max-width: 450px) {
  .authentic_img-two::before {
    width: 300px;
    height: 200px;
    bottom: 6px;
    right: -5px;
  }
}
.authentic_img-four {
  padding: 12px 8px 20px 8px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
  width: 265px;
  margin-bottom: -135px;
  position: relative;
  z-index: 3;
  margin-left: auto;
}
@media (max-width: 450px) {
  .authentic_img-four {
    width: 178px;
    height: 108px;
    padding: 6px;
  }
}
.authentic_img-four img {
  border-radius: 8px;
  width: 100%;
}

.post {
  position: relative;
  padding: 0 0 60px;
}
.post .post-bg {
  position: absolute;
  right: 0;
  top: 300px;
  z-index: -1;
}
.post .post-box {
  display: grid;
  grid-template-columns: 1fr 409px;
  grid-gap: 75px;
}
@media (max-width: 1200px) {
  .post .post-box {
    grid-template-columns: 1fr 300px;
    grid-gap: 45px;
  }
}
@media (max-width: 992px) {
  .post .post-box {
    grid-template-columns: 1fr;
  }
}
.post .post-content {
  font-family: "Gotham";
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #040404;
}
@media (max-width: 767px) {
  .post .post-content {
    font-size: 14px;
  }
}
.post .post-content * {
  margin: 0;
}
.post .post-content .content--thumb {
  position: relative;
}
.post .post-content .content--thumb img {
  width: 100%;
}
.post .post-content .content--thumb svg {
  position: absolute;
  right: -300px;
  top: 1000px;
}
.post .post-content .content--editor {
  display: grid;
  grid-gap: 26px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .post .post-content .content--editor {
    grid-gap: 20px;
  }
}
.post .post-content .content--editor:before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffe5e5;
  position: absolute;
  top: 100px;
  left: -40px;
  z-index: -1;
}
.post .post-content .content--share {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 18px;
}
.post .post-content .content--share span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  text-transform: uppercase;
  color: #7e7e7e;
}
.post .post-content .content--share ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  display: flex;
  gap: 7px;
}
.post .post-content .content--share ul li a {
  width: 40px;
  height: 40px;
  background: #ed2b39;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.post .post-content .content--share ul li a:hover {
  background: #ff0000;
}
.post .post-sidebar {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 0 20px 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.post .post-sidebar h4 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .post .post-sidebar h4 {
    font-size: 16px;
  }
}
.post .post-sidebar input {
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 158px;
  line-height: 46px;
  padding: 0 25px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #808080;
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .post .post-sidebar input {
    font-size: 14px;
  }
}
.post .post-sidebar .sidebar-p20 {
  padding-top: 20px;
}
.post .post-sidebar .sidebar--search {
  border-bottom: 1px solid rgba(202, 202, 202, 0.5);
  padding: 20px 0;
}
.post .post-sidebar .sidebar--tags ul {
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  gap: 16px 5px;
  flex-wrap: wrap;
}
.post .post-sidebar .sidebar--tags ul li {
  display: flex;
}
.post .post-sidebar .sidebar--tags ul li a {
  display: block;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 137px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #808080;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 767px) {
  .post .post-sidebar .sidebar--tags ul li a {
    font-size: 14px;
  }
}
.post .post-sidebar .sidebar--tags ul li a:hover {
  background: #0f97aa;
  color: #fff;
  border-color: #0f97aa;
}
.post .post-sidebar .sidebar--categories ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-gap: 13px;
}
.post .post-sidebar .sidebar--categories ul li a {
  display: block;
  padding: 5px 40px 5px 14px;
  position: relative;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #808080;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 767px) {
  .post .post-sidebar .sidebar--categories ul li a {
    font-size: 14px;
  }
}
.post .post-sidebar .sidebar--categories ul li a:hover {
  color: #0f97aa;
}
.post .post-sidebar .sidebar--categories ul li a:hover:after {
  background: #0f97aa;
}
.post .post-sidebar .sidebar--categories ul li a:before {
  content: attr(data-number);
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #063c43;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 0px;
  top: 0;
  display: flex;
  align-items: center;
  padding-top: 2px;
  justify-content: center;
}
@media (max-width: 767px) {
  .post .post-sidebar .sidebar--categories ul li a:before {
    font-size: 14px;
  }
}
.post .post-sidebar .sidebar--categories ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  background: #cacaca;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

.lnews {
  padding: 180px 0 70px;
}
@media (max-width: 992px) {
  .lnews {
    padding: 80px 0 70px;
  }
}
.lnews center {
  position: relative;
}
.lnews center svg {
  position: absolute;
  right: 40px;
  top: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.lnews .lnews-list {
  margin-top: 63px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .lnews .lnews-list {
    grid-template-columns: 1fr;
  }
}
.lnews .lnews-list .child {
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
  grid-gap: 35px;
}
.lnews .lnews-list .child svg {
  margin: 96px 0 0 131px;
}
@media (max-width: 767px) {
  .lnews .lnews-list .child svg {
    display: none;
  }
}
.lnews .lnews-list .item {
  display: block;
  padding: 8px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 24px 48px rgba(37, 34, 0, 0.0816);
}
.lnews .lnews-list .item .item--thumb {
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.lnews .lnews-list .item:hover .item--caption .item--title {
  color: #ff0000;
}
.lnews .lnews-list .item2 {
  display: block;
  padding: 42px 32px 32px;
  border-radius: 24px;
  background: #9dd8de;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .lnews .lnews-list .item2 {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .lnews .lnews-list .item2 {
    font-size: 15px;
  }
}
.lnews .lnews-list .item3 {
  display: flex;
  position: relative;
  min-height: 272px;
  border-radius: 24px;
  overflow: hidden;
  align-items: flex-end;
}
.lnews .lnews-list .item3:hover img {
  transform: scale(1.1);
}
.lnews .lnews-list .item3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.lnews .lnews-list .item3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.lnews .lnews-list .item3 .item--caption {
  position: relative;
  z-index: 2;
  padding: 25px 32px;
}
.lnews .lnews-list .item3 .item--caption .item--title,
.lnews .lnews-list .item3 .item--caption .item--text,
.lnews .lnews-list .item3 .item--caption .item--more {
  color: #fff;
}
.lnews .lnews-list .item--caption {
  padding: 15px 24px 24px;
  display: grid;
  grid-gap: 12px;
}
.lnews .lnews-list .item--caption .item--title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #4b4b4b;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 992px) {
  .lnews .lnews-list .item--caption .item--title {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .lnews .lnews-list .item--caption .item--title {
    font-size: 18px;
  }
}
.lnews .lnews-list .item--caption .item--text {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(51, 51, 51, 0.496405);
}
@media (max-width: 992px) {
  .lnews .lnews-list .item--caption .item--text {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .lnews .lnews-list .item--caption .item--text {
    font-size: 13px;
  }
}
.lnews .lnews-list .item--caption .item--more {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .lnews .lnews-list .item--caption .item--more {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .lnews .lnews-list .item--caption .item--more {
    font-size: 13px;
  }
}
.lnews .lnews-more {
  margin-top: 35px;
  text-align: center;
}

.habout {
  padding: 70px 0 0;
}
.habout .habout-box {
  display: grid;
  grid-template-columns: 1fr 600px;
  grid-gap: 9%;
}
@media (max-width: 1200px) {
  .habout .habout-box {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
.habout .left {
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
}
.habout .paragraph {
  line-height: 1.6;
  position: relative;
}
.habout .paragraph .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffe5e5;
  position: absolute;
  left: -40px;
  bottom: -40px;
  z-index: -1;
}
.habout .cta {
  margin-top: 26px;
}
.habout .right {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 72px;
}
@media (max-width: 1200px) {
  .habout .right {
    width: 100%;
    max-width: 599px;
    margin: 72px auto auto;
  }
}
@media (max-width: 992px) {
  .habout .right {
    margin: auto;
  }
}
.habout .right .img-1 {
  width: 265px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  padding: 8px;
  background: #fff;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 450px) {
  .habout .right .img-1 {
    width: 172px;
  }
}
.habout .right .img-1 img {
  width: 100%;
  height: 152px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media (max-width: 450px) {
  .habout .right .img-1 img {
    height: 83px;
  }
}
.habout .right .img-1 .img-caption {
  padding: 25px 12px 12px;
}
@media (max-width: 767px) {
  .habout .right .img-1 .img-caption {
    padding: 12px 8px 0;
  }
}
.habout .right .img-1 .img-caption .img-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .habout .right .img-1 .img-caption .img-title {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .habout .right .img-1 .img-caption .img-title {
    font-size: 14px;
  }
}
.habout .right .img-1 .img-caption .img-text {
  margin-top: 6px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: rgba(51, 51, 51, 0.496405);
}
@media (max-width: 450px) {
  .habout .right .img-1 .img-caption .img-text {
    font-size: 12px;
  }
}
.habout .right .img-2 {
  width: 434px;
  height: 272px;
  position: relative;
  z-index: 1;
  margin-top: -152px;
}
@media (max-width: 450px) {
  .habout .right .img-2 {
    width: 300px;
    height: 200px;
    margin-top: -85px;
  }
}
.habout .right .img-2 svg {
  position: absolute;
  top: -150px;
  left: 117px;
}
@media (max-width: 767px) {
  .habout .right .img-2 svg {
    display: none;
  }
}
.habout .right .img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
}
.habout .right .img-2:after {
  content: "";
  background: #fdfbe2;
  position: absolute;
  left: 8px;
  top: 8px;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.comfort {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .comfort {
    margin-bottom: 50px;
  }
}
.comfort_box {
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 20px;
  padding: 34px 55px;
  display: grid;
  grid-gap: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .comfort_box {
    padding: 30px 40px;
  }
}
@media (max-width: 450px) {
  .comfort_box {
    padding: 30px 20px;
  }
}
.comfort_box > svg {
  position: absolute;
  top: -64px;
  right: 5px;
  z-index: -1;
}
.comfort_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .comfort_title {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .comfort_title {
    font-size: 17px;
  }
}
.comfort_button-red {
  display: flex;
  justify-content: center;
}
.comfort_button-red a {
  padding: 0 23px;
  background: #ff0000;
  border-radius: 60px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 49px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 992px) {
  .comfort_button-red a {
    font-size: 15px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .comfort_button-red a {
    line-height: 38px;
    font-size: 13px;
  }
}
.comfort_button-red a:hover {
  background: gray;
}
.comfort_button-white {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.comfort_button-white button {
  padding: 0 53px;
  background: white;
  border-radius: 60px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ff0000;
  border: 0;
  outline: none;
  line-height: 48px;
  border: 1px solid #ff0000;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.comfort_button-white button:hover {
  background: #ff0000;
  color: #fff;
}
@media (max-width: 992px) {
  .comfort_button-white button {
    font-size: 15px;
    line-height: 42px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .comfort_button-white button {
    line-height: 38px;
    font-size: 13px;
  }
}
.comfort_filter {
  display: flex;
  justify-content: center;
}
.comfort_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 388px;
  height: 40px;
  position: relative;
}
.comfort_flex::before {
  content: "";
  height: 1px;
  background-color: #9b9b9b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.comfort_flex span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #9b9b9b;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .comfort_flex span {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .comfort_flex span {
    font-size: 16px;
  }
}
.comfort_select {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
}
@media (max-width: 992px) {
  .comfort_select {
    grid-template-columns: 1fr;
  }
}
.comfort_select .form_group {
  display: grid;
  grid-gap: 6px;
}
.comfort_select .form_group label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  display: flex;
  align-items: center;
  color: #9b9b9b;
}
.comfort_select .form_group .form_relative {
  position: relative;
}
.comfort_select .form_group .form_relative input,
.comfort_select .form_group .form_relative select {
  background: #ffffff;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  height: 60px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding: 0 15px;
  color: #808080;
}
@media (max-width: 992px) {
  .comfort_select .form_group .form_relative input,
  .comfort_select .form_group .form_relative select {
    font-size: 14px;
    height: 48px;
  }
}
@media (max-width: 450px) {
  .comfort_select .form_group .form_relative input,
  .comfort_select .form_group .form_relative select {
    font-size: 13px;
    height: 42px;
  }
}
.comfort_select .form_group .form_relative svg {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media (max-width: 992px) {
  .comfort_select .form_group .form_relative svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 450px) {
  .comfort_select .form_group .form_relative svg {
    width: 14px;
    height: 14px;
  }
}

.mdetail .mdetail-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .mdetail .mdetail-title {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .mdetail .mdetail-title {
    font-size: 24px;
  }
}
.mdetail .mdetail-services {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 992px) {
  .mdetail .mdetail-services {
    gap: 24px;
    margin-top: 28px;
  }
}
.mdetail .mdetail-services .item {
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px;
  border-radius: 8px;
  background: #ffffff;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.mdetail .mdetail-services .item:hover {
  box-shadow: 0px 24px 44px rgba(0, 0, 0, 0.06);
}
.mdetail .mdetail-services .item .item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 100%;
  margin: auto;
}
@media (max-width: 992px) {
  .mdetail .mdetail-services .item .item--icon {
    width: 42px;
  }
}
.mdetail .mdetail-services .item .item--icon img {
  max-width: 100%;
  height: 100%;
}
.mdetail .mdetail-services .item .item--text {
  display: block;
  margin-top: 12px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .mdetail .mdetail-services .item .item--text {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .mdetail .mdetail-services .item .item--text {
    font-size: 15px;
  }
}
.mdetail .mdetail-gallery {
  margin-top: 38px;
  position: relative;
}
.mdetail .mdetail-gallery .gallery--area {
  display: grid;
  grid-template-columns: repeat(2, minmax(10px, 1fr));
  grid-gap: 11px;
}
.mdetail .mdetail-gallery .gallery--area .area-1 {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.mdetail .mdetail-gallery .gallery--area .area-1:hover::before {
  opacity: 1;
}
.mdetail .mdetail-gallery .gallery--area .area-1::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.mdetail .mdetail-gallery .gallery--area .area-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mdetail .mdetail-gallery .gallery--area .area-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(10px, 1fr));
  grid-gap: 11px;
}
.mdetail .mdetail-gallery .gallery--area .area-2 ul li {
  position: relative;
  padding-top: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.mdetail .mdetail-gallery .gallery--area .area-2 ul li:hover::before {
  opacity: 1;
}
.mdetail .mdetail-gallery .gallery--area .area-2 ul li::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.mdetail .mdetail-gallery .gallery--area .area-2 ul li:first-child {
  grid-column-start: 1;
  grid-column-end: 4;
  padding-top: 67%;
}
.mdetail .mdetail-gallery .gallery--area .area-2 ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mdetail .mdetail-gallery .gallery--more {
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 7px 10px;
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.mdetail .mdetail-gallery .gallery--more:hover {
  background: #f5f5f5;
}
.mdetail .mdetail-gallery .gallery--more svg {
  margin-right: 10px;
}
.mdetail .mdetail-info {
  display: grid;
  grid-template-columns: 745px 391px;
  justify-content: space-between;
  grid-gap: 45px;
  margin: 60px 0 0;
}
@media (max-width: 1300px) {
  .mdetail .mdetail-info {
    grid-template-columns: 1fr 391px;
  }
}
@media (max-width: 992px) {
  .mdetail .mdetail-info {
    grid-template-columns: 1fr;
  }
}
.mdetail .mdetail-contact {
  position: sticky;
  top: 150px;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.mdetail .mdetail-contact .contact--gmap {
  position: relative;
  height: 258px;
}
.mdetail .mdetail-contact .contact--gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mdetail .mdetail-contact .contact--business {
  padding: 21px 15px 25px 40px;
}
@media (max-width: 450px) {
  .mdetail .mdetail-contact .contact--business {
    padding: 20px 15px;
  }
}
.mdetail .mdetail-contact .contact--business .business--title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .mdetail .mdetail-contact .contact--business .business--title {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .mdetail .mdetail-contact .contact--business .business--title {
    font-size: 14px;
  }
}
.mdetail .mdetail-contact .contact--business .business--list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-gap: 12px;
}
.mdetail .mdetail-contact .contact--business .business--list li a {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 10px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #4b4b4b;
}
.mdetail .mdetail-contact .contact--business .business--list li a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .mdetail .mdetail-contact .contact--business .business--list li a {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .mdetail .mdetail-contact .contact--business .business--list li a {
    font-size: 13px;
  }
}
.mdetail .mdetail-contact .contact--business .business--cta {
  margin-top: 25px;
  display: flex;
  gap: 10px;
}
.mdetail .mdetail-contact .contact--business .business--cta a {
  padding: 11px 20px;
  border-radius: 50px;
  border: 1px solid #4b4b4b;
  border-radius: 30px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #4b4b4b;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 992px) {
  .mdetail .mdetail-contact .contact--business .business--cta a {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .mdetail .mdetail-contact .contact--business .business--cta a {
    font-size: 13px;
  }
}
.mdetail .mdetail-contact .contact--business .business--cta a:hover {
  background: #4b4b4b;
  color: #fff;
}
.mdetail .mdetail-contact .contact--business .business--cta a.cta--book {
  color: #fff;
  background-color: #69b5bd;
  border-color: #69b5bd;
}
.mdetail .mdetail-contact .contact--business .business--cta a.cta--book:hover {
  background: gray;
  border-color: gray;
}
.mdetail .mdetail-contact .contact--business .business--cta a.cta--msg {
  border-color: #69b5bd;
  color: #69b5bd;
}
.mdetail .mdetail-contact .contact--business .business--cta a.cta--msg:hover {
  color: #fff;
  background-color: #69b5bd;
}
.mdetail .mdetail-host ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  border: 10px solid #f3feff;
  border-radius: 20px;
  background: #f3feff;
}
.mdetail .mdetail-host ul li + li {
  border-top: 10px solid #f3feff;
}
.mdetail .mdetail-host ul li .author {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}
.mdetail .mdetail-host ul li .author--top {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-gap: 8px;
  align-items: center;
}
.mdetail .mdetail-host ul li .author--top .author--avatar {
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.mdetail .mdetail-host ul li .author--top .author--avatar img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mdetail .mdetail-host ul li .author--top .author--name {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .mdetail .mdetail-host ul li .author--top .author--name {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .mdetail .mdetail-host ul li .author--top .author--name {
    font-size: 14px;
  }
}
.mdetail .mdetail-host ul li .author--bottom {
  margin-top: 16.5px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: #6d6d6d;
  display: grid;
  grid-gap: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.mdetail .mdetail-host ul li .author--bottom.active {
  display: block;
}
.mdetail .mdetail-host ul li .author--bottom * {
  margin: 0;
}
@media (max-width: 992px) {
  .mdetail .mdetail-host ul li .author--bottom {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .mdetail .mdetail-host ul li .author--bottom {
    font-size: 13px;
  }
}
.mdetail .mdetail-host ul li .author--more {
  margin-top: 10px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #4b4b4b;
}
.mdetail .mdetail-host ul li .author--more * {
  color: #4b4b4b;
  cursor: pointer;
}
@media (max-width: 992px) {
  .mdetail .mdetail-host ul li .author--more {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .mdetail .mdetail-host ul li .author--more {
    font-size: 13px;
  }
}
.mdetail .mdetail-history {
  margin-top: 56px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
}
.mdetail .mdetail-history .history--content {
  margin-top: 30px;
  display: grid;
  grid-gap: 22px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #4b4b4b;
}
.mdetail .mdetail-history .history--content * {
  margin: 0;
}
@media (max-width: 992px) {
  .mdetail .mdetail-history .history--content {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .mdetail .mdetail-history .history--content {
    font-size: 14px;
  }
}
.mdetail .mdetail-amenities {
  padding: 44px 0 51px;
  border-bottom: 1px solid #cacaca;
}
.mdetail .mdetail-amenities ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(10px, 1fr));
  grid-gap: 20px;
}
.mdetail .mdetail-amenities ul li {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 20px;
  align-items: center;
}
.mdetail .mdetail-amenities ul li img {
  max-width: 100%;
}

.instagram {
  padding: 70px 0 38px;
}
@media (max-width: 992px) {
  .instagram {
    padding: 50px 0 30px;
  }
}
.instagram .title {
  text-transform: uppercase;
}
.instagram .instagram-list {
  margin-top: 58px;
}
@media (max-width: 450px) {
  .instagram .instagram-list {
    margin-top: 30px;
  }
}
.instagram .instagram-list .swiper-slide {
  width: 487px;
  height: 487px;
  display: block;
  position: relative;
}
@media (max-width: 992px) {
  .instagram .instagram-list .swiper-slide {
    width: calc((100vw - 100px) / 2);
    height: calc((100vw - 100px) / 2);
  }
}
@media (max-width: 450px) {
  .instagram .instagram-list .swiper-slide {
    width: calc(100vw - 150px);
    height: calc(100vw - 150px);
  }
}
.instagram .instagram-list .swiper-slide a:hover span {
  opacity: 1;
  transform: scale(1);
}
.instagram .instagram-list .swiper-slide a {
  display: block;
}
.instagram .instagram-list .swiper-slide span {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  opacity: 0;
  transform: scale(0);
  z-index: 9;
}
.instagram .instagram-list .swiper-slide span:before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iXzI0eDI0LWV4cGFuZCIgZGF0YS1uYW1lPSIyNHgyNC1leHBhbmQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPg0KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzU2MzMiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDU2MzMiIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0iI2ZmZiIgb3BhY2l0eT0iMCIvPg0KICA8cGF0aCBpZD0iUGF0aF8xOTgzNiIgZGF0YS1uYW1lPSJQYXRoIDE5ODM2IiBkPSJNMzcuNjY3LDE2LjMzMyw1MSwzbTAsMEgzNy42NjdNNTEsM1YxNi4zMzNtLTM0LjY2NywwTDMsM00zLDNWMTYuMzMzTTMsM0gxNi4zMzNtMCwzNC42NjdMMyw1MW0wLDBIMTYuMzMzTTMsNTFWMzcuNjY3bTM0LjY2NywwTDUxLDUxbTAsMFYzNy42NjdNNTEsNTFIMzcuNjY3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1IDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjI1Ii8+DQo8L3N2Zz4NCg==) center/cover;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 992px) {
  .instagram .instagram-list .swiper-slide span:before {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 450px) {
  .instagram .instagram-list .swiper-slide span:before {
    width: 32px;
    height: 32px;
  }
}
.instagram .instagram-list .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.similar {
  padding: 80px 0;
  background: #f9f9f9;
}
@media (max-width: 992px) {
  .similar {
    padding: 50px 0;
  }
}
.similar .title {
  text-transform: uppercase;
}
.similar .similar-slide {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .similar .similar-slide {
    margin-top: 50px;
  }
}
@media (max-width: 450px) {
  .similar .similar-slide {
    margin-top: 30px;
  }
}
.similar .similar-slide .swiper-slide {
  height: auto;
}
.similar .similar-slide .sw-pagination {
  display: flex;
  height: 6px;
  margin: 80px auto 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .similar .similar-slide .sw-pagination {
    margin-top: 50px;
  }
}
@media (max-width: 450px) {
  .similar .similar-slide .sw-pagination {
    margin-top: 30px;
  }
}
.similar .similar-slide .sw-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #0f97aa;
  margin: 0 4px;
  opacity: 0.5;
  border-radius: 10px;
}
.similar .similar-slide .sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  opacity: 1;
}
.similar .similar-slide .item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.similar .similar-slide .item:hover .item--thumb img {
  transform: scale(1.05);
}
.similar .similar-slide .item--thumb {
  padding-top: 77%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .similar .similar-slide .item--thumb {
    padding-top: 66%;
  }
}
.similar .similar-slide .item--thumb::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.similar .similar-slide .item--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
}
.similar .similar-slide .item--caption {
  padding: 15px 25px 22px;
}
.similar .similar-slide .item--name {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.45;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .similar .similar-slide .item--name {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .similar .similar-slide .item--name {
    font-size: 20px;
  }
}
.similar .similar-slide .item--location {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .similar .similar-slide .item--location {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .similar .similar-slide .item--location {
    font-size: 16px;
  }
}

.release_center {
  display: grid;
  grid-gap: 60px;
}
@media (max-width: 992px) {
  .release_center {
    order: 2;
    grid-gap: 50px;
  }
}
.release_center.gap {
  grid-gap: 40px;
}
.release_version {
  display: grid;
  grid-template-columns: 8px 1fr;
}
.release_version-text {
  padding: 32px 59px;
  font-family: "Gotham";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background: #f9f9f9;
}
@media (max-width: 1200px) {
  .release_version-text {
    padding: 32px 40px;
  }
}
.release_version-text span {
  color: #ff0000;
}
.release_version .bg-red {
  background-color: #ff0000;
}
.release_cedar-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.28;
  text-transform: capitalize;
  color: #000000;
}
@media (max-width: 992px) {
  .release_cedar-title {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .release_cedar-title {
    font-size: 18px;
  }
}
.release_cedar .gap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 1200px) {
  .release_cedar .gap {
    grid-gap: 20px;
  }
}
.release_mun .release_mun:hover-img img {
  transform: scale(1.05);
}
.release_mun-img {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.release_mun-img.mt {
  margin-top: 24px;
}
.release_mun-img img {
  width: 100%;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.release_mun-img img.border {
  border-radius: 10px;
}
.release_mun-text {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #808080;
  margin-top: 32px;
  display: grid;
  grid-gap: 30px;
}
@media (max-width: 992px) {
  .release_mun-text {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .release_mun-text {
    margin-top: 15px;
    font-size: 14px;
  }
}
.release_mun-text * {
  margin: 0;
}
.release_mun-text h1,
.release_mun-text h2,
.release_mun-text h3,
.release_mun-text h4,
.release_mun-text h5,
.release_mun-text h6 {
  color: #000;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .release_mun-text h1,
  .release_mun-text h2,
  .release_mun-text h3,
  .release_mun-text h4,
  .release_mun-text h5,
  .release_mun-text h6 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .release_mun-text h1,
  .release_mun-text h2,
  .release_mun-text h3,
  .release_mun-text h4,
  .release_mun-text h5,
  .release_mun-text h6 {
    font-size: 20px;
  }
}
.release_mun-text blockquote {
  padding: 32px 79px 32px 67px;
  border-left: 8px solid #ff0000;
  background: #f9f9f9;
  font-family: "Gotham";
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  position: relative;
}
.release_mun-text blockquote::before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjQxNiA3LjU2QzIuOTc2IDcuNTYgMy40OCA3LjM2NCAzLjg3MiA2Ljk0NEM0LjI2NCA2LjU1MiA0LjQ4OCA2LjA0OCA0LjQ4OCA1LjQzMkM0LjQ4OCA0Ljk4NCA0LjM0OCA0LjU2NCA0LjA5NiA0LjIyOEMzLjgxNiAzLjg5MiAzLjUwOCAzLjY2OCAzLjExNiAzLjU1Nkw0LjUxNiAxLjRMMy4xMTYgMC41MDM5OTlMMS4wNDQgMy41ODRDMC43OTIgMy45NzYgMC41OTYgNC4yODQgMC40ODQgNC41NjRDMC4zNDQgNC44NDQgMC4yODggNS4xNTIgMC4yODggNS40MzJDMC4yODggNi4wMiAwLjQ4NCA2LjUyNCAwLjkwNCA2Ljk0NEMxLjMyNCA3LjM2NCAxLjgyOCA3LjU2IDIuNDE2IDcuNTZaTTcuODQ4IDcuNTZDOC40MDggNy41NiA4LjkxMiA3LjM2NCA5LjMwNCA2Ljk0NEM5LjY5NiA2LjU1MiA5LjkyIDYuMDQ4IDkuOTIgNS40MzJDOS45MiA0Ljk4NCA5Ljc4IDQuNTY0IDkuNTI4IDQuMjI4QzkuMjQ4IDMuODkyIDguOTQgMy42NjggOC41NDggMy41NTZMOS45NDggMS40TDguNTQ4IDAuNTAzOTk5TDYuNDc2IDMuNTg0QzYuMjI0IDMuOTc2IDYuMDI4IDQuMjg0IDUuOTE2IDQuNTY0QzUuNzc2IDQuODQ0IDUuNzIgNS4xNTIgNS43MiA1LjQzMkM1LjcyIDYuMDIgNS45MTYgNi41MjQgNi4zMzYgNi45NDRDNi43NTYgNy4zNjQgNy4yNiA3LjU2IDcuODQ4IDcuNTZaIiBmaWxsPSIjRkYwMDAwIi8+Cjwvc3ZnPgo=) center/cover;
  width: 10px;
  height: 8px;
  position: absolute;
  left: 50px;
  top: 31px;
}
@media (max-width: 450px) {
  .release_mun-text blockquote::before {
    left: 25px;
  }
}
@media (max-width: 992px) {
  .release_mun-text blockquote {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .release_mun-text blockquote {
    font-size: 14px;
    padding: 32px 40px;
  }
}
.release_mun-button {
  display: flex;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .release_mun-button {
    margin-top: 20px;
  }
}
.release_mun-button .button {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 56px;
  padding: 0 53px;
}
@media (max-width: 992px) {
  .release_mun-button .button {
    font-size: 16px;
    line-height: 50px;
    padding: 0 45px;
  }
}
@media (max-width: 450px) {
  .release_mun-button .button {
    font-size: 14px;
    line-height: 45px;
    padding: 0 30px;
  }
}
.release_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.28;
  text-transform: capitalize;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .release_title {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .release_title {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .release_title {
    margin-top: 16px;
  }
}
.release_title a {
  color: #4b4b4b;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.release_title a:hover {
  color: #ff0000;
}
.release_title.big {
  font-size: 36px;
  line-height: 1.11;
  text-transform: capitalize;
  color: #000000;
  margin-top: 0px;
}
@media (max-width: 1200px) {
  .release_title.big {
    font-size: 31px;
  }
}
@media (max-width: 992px) {
  .release_title.big {
    font-size: 20px;
  }
}
.release_calendar {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
}
.release_calendar img,
.release_calendar svg {
  width: 20px;
}
.release_calendar span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #808080;
}
@media (max-width: 992px) {
  .release_calendar span {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .release_calendar span {
    font-size: 14px;
  }
}
.release_gap {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 11px;
}
@media (max-width: 992px) {
  .release_item {
    order: 2;
  }
}
.release_item-img {
  max-width: 706px;
}
@media (max-width: 992px) {
  .release_item-img {
    max-width: inherit;
  }
}
.release_item-img img {
  height: 100%;
  width: 100%;
}
.release_text {
  font-family: "Gotham";
  font-style: normal;
  font-size: 16px;
  line-height: 1.62;
  color: #040404;
  display: grid;
  grid-gap: 30px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .release_text {
    font-size: 15px;
    grid-gap: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 450px) {
  .release_text {
    font-size: 14px;
  }
}
.release_text p {
  margin: 0;
}
.release_text ul {
  font-family: "Gotham";
  font-style: normal;
  font-size: 16px;
  line-height: 1.62;
  color: #040404;
}
@media (max-width: 992px) {
  .release_text ul {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .release_text ul {
    font-size: 14px;
  }
}
.release_text ul li {
  position: relative;
  padding-left: 13px;
}
.release_text ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #040404;
  position: absolute;
  top: 11px;
  left: 3px;
}
.release_box {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 24px 20px 30px 20px;
  display: grid;
  grid-gap: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 992px) {
  .release_box {
    order: 1;
  }
}
.release_box-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.27;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .release_box-title {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .release_box-title {
    font-size: 15px;
  }
}
.release_line {
  width: 100%;
  height: 1px;
  background-color: rgba(202, 202, 202, 0.5);
}
.release_flex {
  display: flex;
  grid-row-gap: 16px;
  grid-column-gap: 5px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.release_flex a {
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 137px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #808080;
  display: block;
  line-height: 45px;
  padding: 0 14px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .release_flex a {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .release_flex a {
    font-size: 12px;
  }
}
.release_group input {
  border-radius: 158px;
  border: 1px solid #cacaca;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: #808080;
  padding: 0 25px;
  width: 100%;
  margin-top: 11px;
}
.release_min {
  margin-top: 23px;
  display: grid;
  grid-gap: 11px;
}
.release_min-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.release_min-space .active {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  padding-left: 14px;
}
@media (max-width: 992px) {
  .release_min-space .active {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .release_min-space .active {
    font-size: 12px;
  }
}
.release_min-space .active.green {
  color: #0f97aa;
}
.release_min-space .active.green::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #0f97aa;
  left: 0;
}
.release_min-space .active.gray {
  color: #808080;
}
.release_min-space .active.gray::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #808080;
  left: 0;
}
.release_min-space .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .release_min-space .circle {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .release_min-space .circle {
    font-size: 12px;
  }
}
.release_min-space .circle.green {
  color: #063c43;
}
.release_min-space .circle.gray {
  color: #808080;
}
.release_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.release_bottom span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.96;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7e7e7e;
}
.release_bottom-group {
  display: flex;
  align-items: center;
  gap: 7px;
}
.release_bottom-group .bg-icons {
  background-color: #ed2b39;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frequently {
  margin-bottom: 70px;
}
.frequently_top-one {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  text-align: center;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .frequently_top-one {
    font-size: 38px;
  }
}
@media (max-width: 450px) {
  .frequently_top-one {
    font-size: 26px;
  }
}
.frequently_top-two {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.31;
  color: #838383;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 450px) {
  .frequently_top-two {
    font-size: 14px;
  }
}
.frequently_center {
  margin-top: 76px;
  display: grid;
  grid-template-columns: 224px 1fr;
  grid-gap: 73px;
}
@media (max-width: 1200px) {
  .frequently_center {
    grid-gap: 60px;
  }
}
@media (max-width: 992px) {
  .frequently_center {
    grid-gap: 40px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .frequently_center {
    grid-template-columns: 170px 1fr;
  }
}
@media (max-width: 450px) {
  .frequently_center {
    grid-template-columns: 1fr;
    margin-top: 25px;
    grid-gap: 15px;
  }
}
.frequently_content {
  display: grid;
  grid-gap: 40px;
  padding: 18px 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 450px) {
  .frequently_content {
    grid-gap: 20px;
  }
}
.frequently_content span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.29;
  letter-spacing: 0.02em;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .frequently_content span {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .frequently_content span {
    font-size: 16px;
  }
}
.frequently_content .nav-tabs {
  border: 0;
}
.frequently_content .nav {
  display: grid;
  grid-gap: 24px;
}
.frequently_content .nav .nav-link {
  border: 0;
  border-radius: 0;
  padding: 0;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.27;
  letter-spacing: 0.02em;
  color: #737c87;
}
@media (max-width: 992px) {
  .frequently_content .nav .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .frequently_content .nav .nav-link {
    font-size: 14px;
  }
}
.frequently_content .nav .nav-link.active {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.27;
  letter-spacing: 0.02em;
  color: #ff0000;
  position: relative;
}
@media (max-width: 992px) {
  .frequently_content .nav .nav-link.active {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .frequently_content .nav .nav-link.active {
    font-size: 14px;
  }
}
.frequently_content .nav .nav-link.active::before {
  content: "";
  width: 110px;
  height: 0px;
  border: 1.5px solid #ff0000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .frequently_content .nav .nav-link.active::before {
    width: 70px;
  }
}
.frequently_item .accordion {
  --bs-accordion-border-width: none;
  display: grid;
  grid-gap: 8px;
}
.frequently_item .accordion-body {
  padding: 15px 0 0 0;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #737c87;
  max-width: 845px;
}
@media (max-width: 450px) {
  .frequently_item .accordion-body {
    font-size: 12px;
  }
}
.frequently_item .accordion-item {
  border-bottom: 1px solid #e9e9e9;
  padding-left: 32px;
  padding-bottom: 18px;
}
.frequently_item .accordion-button {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.27;
  color: #4b4b4b;
  padding: 17px 0 0;
  outline: none;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .frequently_item .accordion-button {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .frequently_item .accordion-button {
    font-size: 14px;
  }
}
.frequently_item .accordion-button::after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDRWMTYiIHN0cm9rZT0iIzlERDhERSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNCAxMEwxNiAxMCIgc3Ryb2tlPSIjOUREOERFIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) center/cover;
  width: 20px;
  height: 20px;
  transition: none;
  position: absolute;
  left: -32px;
}
.frequently_item .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.frequently_item .accordion-button:not(.collapsed)::after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgMTAuNUwxNiAxMC41IiBzdHJva2U9IiM5REQ4REUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) center/cover;
}

.list {
  margin: -20px 0 100px 0;
}
.list_top {
  padding: 20px 0;
  background: #fff;
  z-index: 99;
  overflow: hidden;
}
.list_top .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.list .button_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.list .button_prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.list .button_prev span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background: #ffffff;
  border: 1px solid #a9a9a9;
  border-radius: 50%;
  position: relative;
  transform: rotate(180deg);
}
.list .button_prev::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 70px;
  left: -31px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
@media (max-width: 992px) {
  .list .button_prev::before {
    width: 70px;
  }
}
.list .button_prev svg {
  position: relative;
  margin: auto;
}
.list .button_next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  opacity: 1;
  visibility: visible;
}
.list .button_next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.list .button_next span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background: #ffffff;
  border: 1px solid #a9a9a9;
  border-radius: 50%;
  position: relative;
}
.list .button_next::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 70px;
  right: -31px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(270deg, #ffffff 42.64%, rgba(255, 255, 255, 0) 177.67%);
}
.list .button_next svg {
  position: relative;
  margin: auto;
}
.list .swiper-slide .list_button {
  width: 45px;
  height: 45px;
  color: #acacac;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 6px;
  text-align: center;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .list .swiper-slide .list_button {
    font-size: 17px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 450px) {
  .list .swiper-slide .list_button {
    font-size: 15px;
  }
}
.list .swiper-slide .list_button:hover {
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.list_slide {
  position: relative;
}
.list_slide .swiper {
  width: calc(100% - 50px);
  position: relative;
  margin-left: 0;
}
.list_center {
  margin-top: 13px;
}
.list_title {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
  width: 98px;
  position: relative;
  justify-content: center;
}
.list_title::before {
  content: "";
  background: #c8c8c8;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.list_title span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  color: #4b4b4b;
  padding: 0 8px;
  background: #fff;
  z-index: 9;
}
@media (max-width: 992px) {
  .list_title span {
    font-size: 23px;
  }
}
@media (max-width: 450px) {
  .list_title span {
    font-size: 18px;
  }
}
.list_min {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 12px;
}
@media (max-width: 1200px) {
  .list_min {
    grid-column-gap: 35px;
  }
}
@media (max-width: 992px) {
  .list_min {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media (max-width: 450px) {
  .list_min {
    grid-template-columns: 1fr;
  }
}
.list_box {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.list_box-logo img {
  width: 80px;
}
.list_box-text {
  display: grid;
  grid-gap: 8px;
}
.list_box-text .text-one {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.68;
  color: #4b4b4b;
}
@media (max-width: 992px) {
  .list_box-text .text-one {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .list_box-text .text-one {
    font-size: 14px;
  }
}
.list_box-text .text-two {
  display: grid;
  align-items: center;
  grid-template-columns: 16px 1fr;
  grid-gap: 5px;
}
.list_box-text .text-two.has-avatar {
  grid-template-columns: 19px 1fr;
}
.list_box-text .text-two.has-avatar img {
  height: 19px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
}
.list_box-text .text-two span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.35;
  color: #808080;
}
@media (max-width: 992px) {
  .list_box-text .text-two span {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .list_box-text .text-two span {
    font-size: 14px;
  }
}

.filter {
  padding: 0 24px;
  background: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  z-index: 19;
}
.hostname_slide {
  border-radius: 10px;
  overflow: hidden;
}
.hostname .swiper-pagination-bullet {
  background: #fff;
}
.hostname .swiper {
  position: relative;
  -ms-user-select: none;
}
.hostname .swiper:hover .sw-button-prev,
.hostname .swiper:hover .sw-button-next {
  opacity: 0.6;
}
.hostname .swiper .swiper-slide {
  padding-top: 95%;
  width: 100% !important;
}
.hostname .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hostname .sw-button-prev,
.hostname .sw-button-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  z-index: 9;
}
.hostname .sw-button-prev:hover,
.hostname .sw-button-next:hover {
  opacity: 1 !important;
}
.hostname .sw-button-prev.swiper-button-disabled,
.hostname .sw-button-next.swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
}
.hostname .sw-button-prev::before,
.hostname .sw-button-next::before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgYXJpYS1oaWRkZW49InRydWUiIHJvbGU9InByZXNlbnRhdGlvbiIgZm9jdXNhYmxlPSJmYWxzZSIgc3R5bGU9ImRpc3BsYXk6IGJsb2NrOyBmaWxsOiBub25lOyBoZWlnaHQ6IDEycHg7IHdpZHRoOiAxMnB4OyBzdHJva2U6IGN1cnJlbnRjb2xvcjsgc3Ryb2tlLXdpZHRoOiA0OyBvdmVyZmxvdzogdmlzaWJsZTsiPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Im0xMiA0IDExLjMgMTEuM2ExIDEgMCAwIDEgMCAxLjRMMTIgMjgiPjwvcGF0aD48L3N2Zz4=) center/cover;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.hostname .sw-button-next {
  right: 11px;
}
.hostname .sw-button-prev {
  left: 11px;
  transform: rotate(180deg);
}
.hostname_max {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 17px;
}
@media (max-width: 1200px) {
  .hostname_max {
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 992px) {
  .hostname_max {
    grid-template-columns: 1fr;
  }
}
.hostname_box {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 24px;
  padding: 28px 0 50px 24px;
}
@media (max-width: 992px) {
  .hostname_box {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    order: 2;
    padding: 0 12px 40px;
  }
}
@media (max-width: 450px) {
  .hostname_box {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.hostname_item {
  animation: animateElement linear 0.6s;
  animation-iteration-count: 1;
}
.hostname_text-one {
  margin-top: 4px;
}
.hostname_text-one .big {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.27;
  color: #4b4b4b;
}
.hostname_text-one .small {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.46;
  color: #6a6a6a;
}
.hostname_text-two {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.54;
  color: #6a6a6a;
}
.hostname_text-three {
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.27;
  color: #4b4b4b;
  margin-top: 4px;
}
.hostname_avata {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.hostname_avata img {
  width: 19px;
}
.hostname_avata span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.9;
  color: #4b4b4b;
}
.hostname_map {
  height: calc(100vh - 114px);
  position: sticky;
  top: 114px;
  min-height: 400px;
}
@media (max-width: 992px) {
  .hostname_map {
    position: relative;
    top: 0;
    min-height: 0;
    height: 0;
    padding-top: 80%;
  }
  .hostname_map #map{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.hostname_map iframe {
  height: 100%;
  width: 100%;
}

.footer {
  background: #9dd8de;
}
.footer_top {
  padding: 100px 0 72px 0;
  display: grid;
  grid-template-columns: 292px 1fr;
  grid-gap: 101px;
}
@media (max-width: 1200px) {
  .footer_top {
    grid-template-columns: 181px 1fr;
    padding: 40px 0;
    grid-gap: 30px;
  }
}
@media (max-width: 992px) {
  .footer_top {
    grid-template-columns: 1fr;
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .footer_top {
    grid-gap: 20px;
    padding: 35px 0 20px 0;
  }
}
@media (max-width: 450px) {
  .footer_top {
    padding: 10px 0 20px 0;
    grid-gap: 20px;
  }
}
.footer_img a {
  display: block;
}
@media (max-width: 1200px) {
  .footer_img a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer_img a img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .footer_img a img {
    max-height: 80px;
  }
}
.footer_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 25px;
}
@media (max-width: 992px) {
  .footer_item ul {
    grid-gap: 15px;
  }
}
.footer_item ul li a {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .footer_item ul li a {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.4;
  }
}
.footer_heading {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4b4b4b;
}
@media (max-width: 767px) {
  .footer_heading {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
.footer_news {
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  grid-gap: 45px;
}
@media (max-width: 992px) {
  .footer_news {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
    grid-gap: 30px 20px;
  }
}
.footer_news .footer_box ul {
  display: grid;
  grid-gap: 20px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .footer_news .footer_box ul {
    grid-gap: 15px;
    margin-top: 15px;
  }
}
.footer_news .footer_box ul li a {
  display: inline-block;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #4b4b4b;
}
.footer_flex {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer_flex {
    margin-top: 10px;
  }
}
.footer_flex:first-child {
  margin-top: 0px;
}
.footer_flex span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.36;
  color: #4b4b4b;
  margin-left: 4px;
}
.footer_border {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #69b5bd;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer_border {
    width: 32px;
    height: 32px;
  }
}
.footer_gap {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.footer_rectangle {
  height: 1px;
  width: 100%;
  background: #4b4b4b;
  mix-blend-mode: normal;
  opacity: 0.16;
}
@media (max-width: 767px) {
  .footer_rectangle {
    display: none;
  }
}
.footer_bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  color: #4b4b4b;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .footer_bottom {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer_bottom {
    display: grid;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
.footer_bottom .gird-item {
  display: flex;
  gap: 49px;
}
@media (max-width: 1200px) {
  .footer_bottom .gird-item {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .footer_bottom .gird-item .text-one {
    display: none;
  }
}
.footer_bottom .gird-item .text-two {
  margin-left: 28px;
}

.header2 {
  z-index: 100;
  width: 100%;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 992px) {
  .header2 {
    display: none;
  }
}
.header2.active {
  background-color: white;
  border-bottom: 1px solid #cacaca !important;
}
.header2.active .header_center svg rect {
  stroke: #000;
}
.header2.active .header_center svg path {
  stroke: #000;
}
.header2.active .header_center .header_logo {
  display: block;
  padding-bottom: 18px;
}
@media (max-width: 992px) {
  .header2.active .header_center .header_logo {
    padding: 0;
  }
}
.header2:not(.header_homepage) .header_new .header_nlogo img{
    height: 104px;
}
.header2.active .header_center .header_logo img {
  height: 75px;
}
@media (max-width: 992px) {
  .header2.active .header_center .header_logo img {
    height: 36px;
  }
}
.header2.header_homepage .header_new {
  grid-template-columns: 363px 1fr;
}
@media (max-width: 1400px) {
  .header2.header_homepage .header_new {
    grid-template-columns: 220px 1fr;
  }
}
.header2 svg rect {
  stroke: #000;
}
@media (max-width: 992px) {
  .header2 svg rect {
    stroke: #000 !important;
  }
}
.header2 svg path {
  stroke: #000;
}
@media (max-width: 992px) {
  .header2 svg path {
    stroke: #000 !important;
  }
}
.header2_top {
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
}
@media (max-width: 992px) {
  .header2_top {
    display: none;
  }
}
.header2_top img {
  height: 14px;
  width: 16px;
  margin-right: 7px;
}
.header2_top span {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 1.66;
  color: #4b4b4b;
}
.header2_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header2_center {
    height: 60px;
    padding: 0 8px;
    background: #fff;
  }
}
.header2_center .header_logo {
  display: block;
  padding: 3px 0 24px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 992px) {
  .header2_center .header_logo {
    padding: 0;
  }
}
.header2_center .header_logo img {
  height: 95px;
  width: auto;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 992px) {
  .header2_center .header_logo img {
    height: 38px;
  }
}
.header2 .header_new {
  display: grid;
  grid-template-columns: 327px 1fr;
  padding: 11px 0 24px;
}
.header2 .header_new .header_nlogo {
  display: block;
  margin-bottom: 18px;
}
.header2 .header_new .header_nstyle {
  display: flex;
  margin-left: auto;
  align-items: flex-end;
}
header.active .header2 .header_new .header_area{
  padding-bottom: 9px;
}
.header2 .header_new .header_area {
  display: flex;
  margin-left: auto;
  align-items: center;
  padding-bottom: 28px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.header2 .header_new .header_nmenu {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
.header2 .header_new .header_nmenu > ul {
  display: flex;
  gap: 24px;
}
.header2 .header_new .header_nmenu > ul > li {
  position: relative;
}
.header2 .header_new .header_nmenu > ul > li.menu-item-has-children:hover ul {
  top: 30px;
  opacity: 1;
  visibility: visible;
}
.header2 .header_new .header_nmenu > ul > li ul {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  padding: 10px 0;
  border-radius: 5px;
}
.header2 .header_new .header_nmenu > ul > li ul li {
  padding: 1px 0;
}
.header2 .header_new .header_nmenu > ul > li ul li a {
  display: block;
  padding: 9px 12px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.header2 .header_new .header_nmenu > ul > li ul li a:hover {
  background: #f5f5f5;
}
.header2 .header_new .header_nmenu > ul > li a {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #4B4B4B;
  padding: 7px 0;
}
.header2 .header_new .header_nmenu > ul > li a svg,
.header2 .header_new .header_nmenu > ul > li a img {
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.header2 .header_new .header_ncta {
  display: flex;
  align-items: center;
  margin-left: 25px;
  gap: 10px;
}
.header2 .header_new,
.header2 .header_new .header_nlogo img,
.header2 .header_new .header_nlogo{
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.header2 .header_new .header_ncta .header_nsearch{
  margin-right: 10px;
}
body:not(.home-page) header.active .header2 .header_new .header_nlogo{
  margin: 0;
}
body:not(.home-page) header.active .header2 .header_new .header_nlogo img{
  height: 74px;
}
body:not(.home-page) header.active .header2.header_homepage .header_new{
  padding-bottom: 14px;
}
body:not(.home-page) header.active .header2 .header_new{
  padding: 0 0 14px;
}
.banner-home2 {
  position: relative;
}
.banner-home2 .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-home2 .banner-bg::before {
  content: "";
  background: black;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-home2 .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-home2 .box {
  min-height: 736px;
  display: grid;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 86px 0 37px;
  height: 100%;
}
@media (max-width: 992px) {
  .banner-home2 .box {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .banner-home2 .box {
    padding: 40px 0;
  }
}
.banner-home2 .box-heading {
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .banner-home2 .box-heading {
    font-size: 48px;
  }
}
@media (max-width: 450px) {
  .banner-home2 .box-heading {
    font-size: 36px;
  }
}
.banner-home2 .box-area {
  margin: auto auto 0;
  max-width: 956px;
  width: 100%;
}
.banner-home2 .box-search {
  height: -moz-fit-content;
  height: fit-content;
  margin: auto auto 0;
  background: #fff;
  border-radius: 50px;
  display: grid;
  grid-template-columns: 1fr 127px;
  padding: 15px 12px 15px 20px;
  grid-gap: 25px;
}
@media (max-width: 767px) {
  .banner-home2 .box-search {
    grid-template-columns: 1fr;
    border-radius: 20px;
    margin-top: 40px;
    padding: 20px;
  }
}
.banner-home2 .box-search .search--list {
  display: grid;
  grid-template-columns: repeat(3, minmax(10px, 1fr));
  grid-gap: 60px;
}
@media (max-width: 992px) {
  .banner-home2 .box-search .search--list {
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .banner-home2 .box-search .search--list {
    grid-template-columns: 1fr;
  }
}
.banner-home2 .box-search .search--list .item {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 6px;
  align-items: center;
}
.banner-home2 .box-search .search--list .item select{
    width: 100%;
    outline: none;
    border: 0;
    padding: 0 0 0 10px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: black;
    -webkit-appearance: none;  /* For WebKit browsers (Chrome, Safari) */
    -moz-appearance: none;     /* For Firefox */
    appearance: none;          /* Standard for all modern browsers */
    background: none;
}
.banner-home2 .box-search .search--list .item + .item {
  position: relative;
}
.banner-home2 .box-search .search--list .item + .item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #EEEEEE;
}
@media (max-width: 992px) {
  .banner-home2 .box-search .search--list .item + .item::before {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .banner-home2 .box-search .search--list .item + .item::before {
    left: 0;
    width: 100%;
    right: 0;
    bottom: auto;
    height: 1px;
    top: -18px;
  }
}
.banner-home2 .box-search .search--list .item input {
  width: 100%;
  outline: none;
  border: 0;
  padding: 0;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: black;
}
.banner-home2 .box-search .search--list .item input::-moz-placeholder {
  color: #848484;
}
.banner-home2 .box-search .search--list .item input::placeholder {
  color: #848484;
}
.banner-home2 .box-search .search--button {
  display: flex;
  align-items: center;
  padding: 0 19px;
  height: 43px;
  line-height: 43px;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #FFFFFF;
  background: #ff0000;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.banner-home2 .box-search .search--button:hover {
  background: #da0000;
}
.banner-home2 .box-search .search--button svg {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .banner-home2 .box-search .search--button {
    justify-content: center;
  }
}

.homes1 .box {
  padding: 120px 0 20px;
  position: relative;
}
@media (max-width: 992px) {
  .homes1 .box {
    padding: 70px 0 30px;
  }
}
.homes1 .box > svg {
  position: absolute;
  top: 23px;
  left: 79px;
  z-index: -1;
}
.homes1 .box-cta {
  margin-top: 25px;
  text-align: center;
}
.homes1 .box-heading {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.23;
  display: flex;
  align-items: center;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  .homes1 .box-heading {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .homes1 .box-heading {
    font-size: 24px;
  }
}
.homes1 .box-slider {
  margin-top: 20px;
  position: relative;
}
.homes1 .box-slider .mySwiper {
  overflow: hidden;
}
.homes1 .box-slider .item {
  display: flex;
  align-items: flex-end;
  border-radius: 15px;
  position: relative;
  height: 280px;
  overflow: hidden;
  color: #fff;
}
.homes1 .box-slider .item:hover::before {
  opacity: 0.5;
}
.homes1 .box-slider .item:hover img {
  transform: scale(1.1);
}
.homes1 .box-slider .item::before {
  content: "";
  background: black;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.homes1 .box-slider .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.homes1 .box-slider .item--caption {
  position: relative;
  z-index: 3;
  padding: 16px 15px;
}
.homes1 .box-slider .item--title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
}
.homes1 .box-slider .item--text {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #F7F7F7;
}
.homes1 .box-slider .button-prev,
.homes1 .box-slider .button-next {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.homes1 .box-slider .button-prev {
  left: -16px;
}
.homes1 .box-slider .button-next {
  right: -16px;
}

.homes2 .box {
  position: relative;
  padding: 140px 0 125px;
}
@media (max-width: 992px) {
  .homes2 .box {
    padding: 70px 0 60px;
  }
}
.homes2 .box svg {
  position: absolute;
  top: 0;
  right: 76px;
}
@media (max-width: 992px) {
  .homes2 .box svg {
    height: 45px;
    right: 40px;
  }
}
@media (max-width: 450px) {
  .homes2 .box svg {
    height: 30px;
  }
}
.homes2 .box-heading {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  .homes2 .box-heading {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .homes2 .box-heading {
    font-size: 32px;
  }
}
.homes2 .box-cta {
  padding-top: 30px;
  text-align: center;
}

.mdetail2 {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .mdetail2 {
    padding: 20px 0 70px;
  }
}
.mdetail2 .mdetail2-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #4B4B4B;
  line-height: 1;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-title {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-title {
    font-size: 15px;
  }
}
.mdetail2 .mdetail2-text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-text {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-text {
    font-size: 14.5px;
  }
}
.mdetail2 .mdetail2-paragraph {
  display: grid;
  grid-gap: 15px;
}
.mdetail2 .mdetail2-cta {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
.mdetail2 .mdetail2-cta a {
  padding: 13.5px 25px;
  border-radius: 50px;
  border: 1px solid #4b4b4b;
  border-radius: 30px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #4b4b4b;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-cta a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-cta a {
    font-size: 13px;
    padding: 8px 15px;
  }
  .mdetail2 .mdetail2-cta{
  	display: grid;
    text-align: center;
  }
}
.mdetail2 .mdetail2-cta a:hover {
  background: #4b4b4b;
  color: #fff;
}
.mdetail2 .mdetail2-cta a.cta--book {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000;;
}
.mdetail2 .mdetail2-cta a.cta--book:hover {
  background: gray;
  border-color: gray;
}
.mdetail2 .mdetail2-cta a.cta--msg {
  border-color: #60D669;
  color: #60D669;
}
.mdetail2 .mdetail2-cta a.cta--msg:hover {
  color: #fff;
  background-color: #60D669;
}
.mdetail2 .gallery {
  display: none;
}
.mdetail2 .mdetail2-gallery {
  position: relative;
}
.mdetail2 .mdetail2-gallery .gallery--area {
  display: grid;
  grid-template-columns: repeat(2, minmax(10px, 1fr));
  grid-gap: 11px;
}
.mdetail2 .mdetail2-gallery .gallery--area .area-1 {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.mdetail2 .mdetail2-gallery .gallery--area .area-1:hover::before {
  opacity: 1;
}
.mdetail2 .mdetail2-gallery .gallery--area .area-1::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.mdetail2 .mdetail2-gallery .gallery--area .area-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mdetail2 .mdetail2-gallery .gallery--area .area-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(10px, 1fr));
  grid-gap: 11px;
}
.mdetail2 .mdetail2-gallery .gallery--area .area-2 ul li {
  position: relative;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.mdetail2 .mdetail2-gallery .gallery--area .area-2 ul li:hover::before {
  opacity: 1;
}
.mdetail2 .mdetail2-gallery .gallery--area .area-2 ul li::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.mdetail2 .mdetail2-gallery .gallery--area .area-2 ul li:first-child {
  grid-column-start: 1;
  grid-column-end: 4;
  padding-top: 67%;
}
.mdetail2 .mdetail2-gallery .gallery--area .area-2 ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mdetail2 .mdetail2-gallery .gallery--more {
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 7px 10px;
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.mdetail2 .mdetail2-gallery .gallery--more:hover {
  background: #f5f5f5;
}
.mdetail2 .mdetail2-gallery .gallery--more svg {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .mdetail2 .mdetail2-gallery .gallery--more {
    position: static;
    margin: 20px auto auto auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mdetail2 .mdetail2-guest {
  margin-top: -93px;
  display: grid;
  grid-template-columns: 202px 1fr;
  grid-gap: 24px;
  z-index: 9;
  position: relative;
  padding-left: 77px;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-guest {
    grid-template-columns: 140px 1fr;
    margin: 40px 0 0;
    padding: 0 0 30px;
    border-bottom: 1px solid gray;
  }
}
@media (max-width: 767px) {
    .mdetail2 .mdetail2-gallery{    
        display: none;
    }
  .mdetail2 .mdetail2-guest {
    background: #F7F7FA;
    margin: 0;
    padding: 16px 20px;
    width: calc(100% + 24px);
    margin-left: -12px;
    border: 0;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    grid-template-columns: 97px 1fr;
    grid-gap: 8px;
  }
}
.mdetail2 .mdetail2-guest .guest--logo {
  width: 100%;
  height: 0;
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
}
.mdetail2 .mdetail2-guest .guest--logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #9BD7DD;
  border-radius: 50%;
  border-width: medium;
}
.mdetail2 .mdetail2-guest .guest--info {
  display: grid;
  grid-template-columns: 1fr 325px;
  grid-gap: 12px 16px;
  padding-top: 108px;
  padding-bottom: 17px;
}
@media (max-width: 1200px){
  .mdetail2 .mdetail2-guest .guest--info{
    grid-template-columns: 1fr 285px;
  }
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-guest .guest--info {
    padding: 10px 0 0;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-guest .guest--info {
    padding: 0;
    grid-gap: 10px;
  }
}
.mdetail2 .mdetail2-guest .guest--info .info--name {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-guest .guest--info .info--name {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-guest .guest--info .info--name {
    font-size: 18px;
  }
}
.mdetail2 .mdetail2-guest .guest--info .info--address {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-guest .guest--info .info--address {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-guest .guest--info .info--address {
    font-size: 15px;
  }
}
.mdetail2 .mdetail2-guest .guest--info .info--social ul {
  display: flex;
  gap: 36px;
  margin-top: 10px;
  justify-content: flex-end;
}
.mdetail2 .mdetail2-guest .guest--cta{
    display: none;
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 6px;
}
@media (max-width: 1200px){
  .mdetail2 .mdetail2-guest .guest--info .info--social ul{
    gap: 24px;
  }
  .mdetail2 .mdetail2-guest{
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-guest .guest--info .info--social ul {
    gap: 20px;
    margin-top: 0px;
    justify-content: flex-start;
  }
}
@media (max-width: 550px) {
  .mdetail2 .mdetail2-guest .guest--info .info--cta{
    display: none;
  }
  .mdetail2 .mdetail2-guest .guest--cta{
    display: grid;
  }
}
.mdetail2 .mdetail2-guest .guest--info .info--social ul li a {
  display: block;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.mdetail2 .mdetail2-guest .guest--info .info--social ul li a:hover {
  opacity: 0.7;
}
.mdetail2 .mdetail2-guest .guest--info .info--social ul li a svg {
  height: 30px;
  width: auto;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-guest .guest--info .info--social ul li a svg {
    height: 20px;
  }
}
.mdetail2 .mdetail2-info {
  display: grid;
  grid-template-columns: 450px 1fr;
  justify-content: space-between;
  grid-gap: 30px;
  margin: 34px 0 0;
}
@media (max-width: 1200px) {
  .mdetail2 .mdetail2-info {
    grid-template-columns: 320px 1fr;
  }
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .mdetail2 .mdetail2-info {
    margin-top: 20px
  }
}
.mdetail2 .mdetail2-area {
  display: grid;
  grid-gap: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-area {
    order: 2;
    grid-gap: 24px;
  }
}
@media (max-width: 450px){
    .mdetail2 .mdetail2-area{
        grid-gap: 12px;
    }
}
.mdetail2 .mdetail2-contact {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.mdetail2 .mdetail2-contact .contact--gmap {
  position: relative;
  height: 258px;
}
.mdetail2 .mdetail2-contact .contact--gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mdetail2 .mdetail2-contact .contact--accordion {
  padding: 10px 0;
  display: grid;
  grid-gap: 15px;
}
.mdetail2 .mdetail2-contact .contact--accordion.open .accordion--heading:after {
  transform: rotate(180deg);
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--heading {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #4B4B4B;
  padding-right: 40px;
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  pointer-events: auto;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--heading:after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNiAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjU4MjcgOC44NTQxM0wxMi45OTkzIDE2LjE0NThMNS40MTYwMiA4Ljg1NDEzIiBzdHJva2U9IiM0QjRCNEIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) center/cover;
  width: 26px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 20px;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-contact .contact--accordion .accordion--heading {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-contact .contact--accordion .accordion--heading {
    font-size: 15px;
  }
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content {
  display: grid;
  grid-gap: 15px;
  padding: 0 20px;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item {
  border-bottom: 1px solid #CACACA;
  position: relative;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item:last-child {
  border: 0;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item.has-accordion {
  position: relative;
  cursor: pointer;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item.has-accordion.open::before {
  opacity: 0;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item.has-accordion:before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjIwODcgMTIuNDU2N0g0Ljc5MTk5VjEwLjU0SDE4LjIwODdWMTIuNDU2N1oiIGZpbGw9IiMxMTExMTEiLz4KPC9zdmc+Cg==) center/cover;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(90deg);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  opacity: 1;
  pointer-events: none;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item.has-accordion:after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjIwODcgMTIuNDU2N0g0Ljc5MTk5VjEwLjU0SDE4LjIwODdWMTIuNDU2N1oiIGZpbGw9IiMxMTExMTEiLz4KPC9zdmc+Cg==) center/cover;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  pointer-events: none;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item > svg {
  position: absolute;
  left: 0;
  top: 8px;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #4B4B4B;
  padding: 10px 30px 10px 40px;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--title {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--title {
    font-size: 15px;
  }
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--text {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  color: #000000;
  padding: 0 30px 0 40px;
  margin-bottom: 10px;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--text.overflow {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--text {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--text {
    font-size: 14px;
  }
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--text a {
  color: #000;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--text a:hover {
  text-decoration: underline;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--text ul {
  list-style: none;
  display: grid;
  grid-gap: 10px;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--text ul li {
  padding-left: 24px;
  position: relative;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--text ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 8px;
  left: 8px;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--social {
  display: flex;
  gap: 20px;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--social a {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--social a:hover {
  opacity: 0.7;
}
.mdetail2 .mdetail2-contact .contact--accordion .accordion--content .item--social a svg{
    height: 28px;
    width: auto;
}
.mdetail2 .mdetail2-other {
  display: grid;
  grid-gap: 40px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 150px;
}
.mdetail2 .mdetail2-other p:last-child {
  margin: 0;
}
@media (max-width: 1200px){
  
  .mdetail2 .mdetail2-other{
    top: 120px;
  }
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-other {
    order: 1;
    grid-gap: 24px;
    position: static;
  }
}
.mdetail2 .mdetail2-avatar {
  display: grid;
  grid-template-columns: 143px 1fr;
  grid-gap: 15px;
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-avatar {
    grid-template-columns: 1fr;
  }
}
.mdetail2 .mdetail2-user {
  position: relative;
  padding-top: 100%;
  height: 0;
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-user {
    width: 120px;
    height: 120px;
    padding: 0;
  }
}
.mdetail2 .mdetail2-user img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.mdetail2 .mdetail2-instagram ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(10px, 1fr));
  grid-gap: 5px;
}
.mdetail2 .mdetail2-instagram ul li a {
  position: relative;
  display: block;
  padding-top: 95%;
}
.mdetail2 .mdetail2-instagram ul li a:hover span {
  opacity: 1;
  transform: scale(1);
}
.mdetail2 .mdetail2-instagram ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mdetail2 .mdetail2-instagram ul li a span {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  opacity: 0;
  transform: scale(0);
  z-index: 9;
}
.mdetail2 .mdetail2-instagram ul li a span:before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iXzI0eDI0LWV4cGFuZCIgZGF0YS1uYW1lPSIyNHgyNC1leHBhbmQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPg0KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzU2MzMiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDU2MzMiIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0iI2ZmZiIgb3BhY2l0eT0iMCIvPg0KICA8cGF0aCBpZD0iUGF0aF8xOTgzNiIgZGF0YS1uYW1lPSJQYXRoIDE5ODM2IiBkPSJNMzcuNjY3LDE2LjMzMyw1MSwzbTAsMEgzNy42NjdNNTEsM1YxNi4zMzNtLTM0LjY2NywwTDMsM00zLDNWMTYuMzMzTTMsM0gxNi4zMzNtMCwzNC42NjdMMyw1MW0wLDBIMTYuMzMzTTMsNTFWMzcuNjY3bTM0LjY2NywwTDUxLDUxbTAsMFYzNy42NjdNNTEsNTFIMzcuNjY3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1IDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjI1Ii8+DQo8L3N2Zz4NCg==) center/cover;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 992px) {
  .mdetail2 .mdetail2-instagram ul li a span:before {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 450px) {
  .mdetail2 .mdetail2-instagram ul li a span:before {
    width: 32px;
    height: 32px;
  }
}


.btn-follow{
  transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    background: #fff;
  border: 2px solid #FF0000;
  border-radius: 55.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 129.75%;
  text-align: center;
  color: #FF0000;
  padding: 9px 22px;
  position: relative;
  z-index: 9;
}
.btn-follow:hover{
  color:#fff;
  background: gray;
  border-color: gray;
}
.btn-join{
  position: relative;
  z-index: 9;
  background: #FF0000;
  border-radius: 55.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 129.75%;
  text-align: center;
  color: #FFFFFF;
  padding: 9px 22px;
  border: 2px solid #ff0000;
  transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.btn-join:hover{
  background: #da0000;
  border-color:#da0000;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  z-index: 10001;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
}
.md-modal .md-content {
  background: #fff;
  width: 98vw;
  min-width: 320px;
  max-width: 847px;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 10px 70px 0 rgba(103, 151, 255, 0.22), 0 15px 105px 0 rgba(103, 151, 255, 0.22);
  -webkit-box-shadow: 0 10px 70px 0 rgba(103, 151, 255, 0.22), 0 15px 105px 0 rgba(103, 151, 255, 0.22);
}
.md-modal input[type=email],
.md-modal input[type=text] {
  background: #FFFFFF;
  border: 1px solid rgba(202, 202, 202, 0.6);
  border-radius: 4px;
  padding: 15px 20px;
  outline: blue;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #4B4B4B;
}
.md-modal input[type=email]::-moz-placeholder,
.md-modal input[type=text]::-moz-placeholder {
  color: #808080;
}
.md-modal input[type=email]::placeholder,
.md-modal input[type=text]::placeholder {
  color: #808080;
}
@media (max-width: 450px) {
  .md-modal input[type=text],
  .md-modal input[type=email] {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.md-modal input[type=submit],
.md-modal button {
  min-width: 236px;
  font-size: 17px;
  margin-top: 10px;
    line-height: 50px;
}
@media (max-width: 450px) {
  .md-modal input[type=submit],
  .md-modal button {
    width: 100%;
    margin: 0;
    font-size: 15px;
        line-height: 34px;
  }
}
.md-modal h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: #4B4B4B;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .md-modal h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .md-modal h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.md-modal .box-form {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, minmax(10px, 1fr));
}
@media (max-width: 450px) {
  .md-modal .box-form {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}

.md-show {
  visibility: visible;
}

.md-close {
  font-size: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-overlay {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  animation: et_pb_fade_in_small 0.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.md-darknight {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

.md-show ~ .md-overlay,
.md-show ~ .md-darknight {
  opacity: 1;
  visibility: visible;
}

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.5s;
}

.md-show.md-effect-1 .md-content {
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 767px) {
  .md-overlay {
    z-index: 10000;
  }
}