:root {
  --font-primary: 'Montserrat', Arial, sans-serif;
  --font-secondary: 'BeautiqueDisplay', Tahoma, sans-serif;
  --font-stylish: 'BeautiqueDisplay', Tahoma, sans-serif;
  --font-size-xxl: 48px;
  --font-size-xxl: 36px;
  --font-size-xl: 28px;
  --font-size-lg: 22px;
  --font-size-xmd: 16px;
  --font-size-md: 18px;
  --font-size-sm: 16px;
  --font-size-xs: 14px;
  --font-size-xxs: 12px;
  --radius-base: 8px;
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --transition-base: all 0.3s ease-out;
  --space-base: 16px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 40px;
  --space-xxl: 48px;
  --color-text-primary: #fff;
  --color-primary: #086956;
  --color-secondary: #06B097;
}
@media (min-width: 1200px) {
  :root {
    --font-size-xxxl: 72px;
    --font-size-xxl: 60px;
    --font-size-xl: 48px;
    --font-size-lg: 30px;
    --font-size-xmd: 20px;
    --space-base: 24px;
    --space-xs: 12px;
    --space-sm: 16px;
    --space-md: 32px;
    --space-lg: 40px;
    --space-xl: 48px;
    --space-xxl: 56px;
  }
}
body {
  font-family: var(--font-primary);
  font-size: var(--font-size-sm);
  background: var(--color-primary);
  color: var(--color-text-primary);
  line-height: 1.4em;
}
input,button {
  font-family: var(--font-primary);
}
#wrapper {
  overflow: hidden;
}
@media (min-width: 1921px) {
  body {
   
  }
  #wrapper {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  #header {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: var(--color-text);
}
li, 
p,
.p {
  line-height: 1.5em;
}
b,strong {
  font-weight: bold;
}
i,em {
  font-style: italic;
}
.font-stylish {
  font-family: var(--font-stylish);
}
u {
  text-decoration: underline;
}
.container,
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .container.container-sm {
    max-width: 520px;
  }
  .container.container-md {
    max-width: 1096px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
  .container.container-lg {
    max-width: 1328px;
  }
  .container-fluid {
    padding-left: 66px;
    padding-right: 66px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#header .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: var(--transition-base);
  background: #018165;
  background: linear-gradient(0deg,rgba(1, 129, 101, 1) 0%, rgba(4, 70, 57, 1) 100%);
  opacity: 0;
  z-index: -1;
}
.navigation-mobile,
.navigation-desktop {
  display: none;
  text-transform: uppercase;
}
.nav-open #header .bars .icon-bar,
#header .bars .icon-close {
  display: none;
}
.nav-open #header .bars .icon-close {
  display: block;
}
.navigation-mobile {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1000;
  border-top: 1px solid #fff;
  background: #018165;
  background: linear-gradient(0deg,rgba(1, 129, 101, 1) 0%, rgba(4, 70, 57, 1) 100%);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.navigation-mobile li {
  padding: 16px 0;
}
.navigation a {
  font-weight: 500;
  transition: var(--transition-base);
}
.navigation a:hover {
  color: var(--color-secondary);
}
.scrolled #header .bg {
  opacity: 1;
}
@media (max-width: 1199px) {
  .nav-open .navigation-mobile {
    display: flex;
  }
  html[lang] {
    margin-top: 0 !important
  }
  .admin-bar #wpadminbar {
    display: none !important;
  }
  #header {
    padding: 11px 0;
  }
  .nav-open #header {
    background: #018165;
    background: linear-gradient(0deg,rgba(1, 129, 101, 1) 0%, rgba(4, 70, 57, 1) 100%);
  }
  #header .logo-main {
    display: none;
  }
  #header .logo-mobile {
    display: block;
  }
  #header .logo-mobile img {
    max-width: 123px
  }
  #header .wrap-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .bars {
    display: block;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .admin-bar #header {
    top: 32px;
  }
  #header .bars,
  .logo-mobile {
    display: none;
  }
  .navigation-desktop {
    display: block;
  }
  .navigation-desktop ul {
    display: flex;
    align-items: center;
  }
  .navigation-desktop-left ul {
    justify-content: flex-end;
  }
  .navigation-desktop-right ul {
    justify-content: flex-start;
  }
  .navigation-desktop-left li:not(:first-child) {
    margin-left: 30px;
  }
  .navigation-desktop-right li:not(:last-child) {
    margin-right: 30px;
  }
  #header {
    padding: 25px 0;
  }
  #header .logo {
    max-width: 164px;
    disply: block;
    margin: 0 auto;
  }
  #header .wrap-header {
    position: relative;
  }
  #header .navigation-desktop-right {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-left: 120px;
  }
  #header .navigation-desktop-left {
    position: absolute;
    right: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-right: 120px;
  }
  .navigation-desktop a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  #header .navigation-desktop-right {
    margin-left: 160px;
  }
  #header .navigation-desktop-left {
    margin-right: 160px;
  }
  .navigation-desktop a {
    font-size: 16px;
  }
  .navigation-desktop-left li:not(:first-child) {
    margin-left: 80px;
  }
  .navigation-desktop-right li:not(:last-child) {
    margin-right: 80px;
  }
}
h1,h2,h3 {
  font-weight: bold;
  line-height: 1.4;
}
p {
  line-height: 1.4;
}
a.btn,
button.btn {
  text-transform: uppercase;
  background: var(--color-secondary);
  color: var(--color-text-primary);
  transition: var(--transition-base);
  border-radius: 8px;
  padding: 12px 20px;
  display: inline-block;
}
a.btn:hover,
button.btn:hover {
  background: #F9F0A5;
  color: var(--color-primary);
}
/* .fullheight {
  position: relative;
  height: calc(100dvh - 80px)
}
.hero-banner .fullheight {
  height: 100dvh;
}
.fullheight .img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fullheight .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
@media (min-width: 1200px) {
  .fullheight {
    position: relative;
    height: calc(100dvh - 126px)
  }
} */
.hero-banner {
  position: relative;
}
.hero-banner .container {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  text-align: center;
}
.hero-banner .text img {
  max-width: 350px;
}
@media (min-width: 1200px) {
  .hero-banner .container {
    top: 180px;
  }
  .hero-banner .text {
    position: relative;
    left: 26px;
  }
  .hero-banner .text img {
    max-width: 608px;
  }
}
.symbol-img {
  mix-blend-mode: overlay;
}
.section {
  position: relative;
}
.intro {
  text-align: center;
}
.intro .section-content {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
}
.intro .section-title img {
  max-width: 350px;
}
.intro .section-text {
  max-width: 350px;
  margin: 20px auto 0 auto;
}
.intro .section-text p {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .intro .section-text {
    max-width: 410px;
  }
  .intro .section-title img {
    max-width: 468px;
  }
  .intro .section-content {
    top: 60px;
  }
}
.value .section-content {
  position: relative;
}
.value .section-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #FAF4DE;
  background: linear-gradient(180deg, rgba(250, 244, 222, 1) 0%, rgba(231, 208, 181, 1) 100%);
  bottom: 0;
  z-index: -1;
}
.value .section-content:after {
  content: '';
  position: absolute;
  z-index: -1;
  background: #044639;
  bottom: 0;
  left: 0;
  right: 0;
  height: 21.7%;
}
.value .symbol {
  position: absolute;
  top: 64px;
  right: 0;
}
.value .symbol img {
  height: 525px;
}
.value .section-title {
  text-align: center;
  color: var(--color-primary);
  font-size: 20px;
  padding: 40px 0;
  background: url(../images/bg-title-value.png) center center no-repeat;
  background-size: auto 100%;
}
.value .section-content {
  padding-top: 110px;
}
.value .section-content .list {
  position: relative;
  z-index: 50;
  marin-top: 110px;
}

.value .section-content .list:not(.slick-initialized) {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  align-items: stretch;
}
.value .section-content .list:not(.slick-initialized) .item {
  flex: 0 0 33.33%;
}
.value .section-content .list:not(.slick-initialized) .item-wrap {
  height: 100%;
  box-sizing: border-box;
}
.value .section-content .list .item-wrap {
  margin: 0 8px;
  position: relative;
}
.value .section-content .item .img {
  position: relative;
  z-index: 20;
}
.value .section-content .item .text {
  padding: 40px 32px;
  position: relative;
  z-index: 30;
}
.value .section-content .item .text p:not(:first-child) {
  margin-top: 1em;
}
.value .section-content .item-wrap:before {
  content: "";
  position: absolute;
  top: 66%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #A57D25;
  background: linear-gradient(180deg,rgba(165, 125, 37, 1) 0%, rgba(219, 194, 102, 1) 100%);
}
.value .section-alt {
  background: #018165;
  background: linear-gradient(0deg, rgba(1, 129, 101, 1) 0%, rgba(4, 70, 57, 1) 100%);
  padding-top: 110px;
}
.value .section-alt .alt-title {
  text-align: center;
}
.value .section-alt .alt-title img {
  max-height: 203px;
}
.value .section-alt .alt-img {
  margin-top: 80px;
}
.value .section-alt .alt-cont {
  padding: 80px 0;
}
.value .section-alt .alt-cont .alt-symbol {
  position: absolute;
  bottom: 0;
  right: 0;
}
.value .section-alt .alt-cont .alt-symbol img {
  max-height: 334px;
}
.value .section-alt .alt-cont h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
}
.value .section-alt .alt-cont p {
  font-size: 14px;
}
.value .section-alt .alt-cont .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  align-items: flex-start;
}
.value .section-alt .alt-cont .item {
  flex: 0 0 33.33%;
  margin-bottom: 80px;
}
.value .section-alt .alt-cont .item-wrap {
  margin: 0 50px;
}
@media (max-width: 1599px) {
  .value .section-alt .alt-cont .list {
    margin: 0 -20px;
  }
  .value .section-alt .alt-cont .item {
    margin-bottom: 40px;
  }
  .value .section-alt .alt-cont .item-wrap {
    margin: 0 20px;
  }
  .value .section-alt .alt-cont h3 {
    font-size: 18px;
  }
  .value .section-alt {
    padding-top: 54px;
  }
  .value .section-alt .alt-img {
    margin-top: 55px;
  }
  .value .section-content:after {
    height: 29.6%;
  }
  .value .section-title {
    padding: 20px 0;
    font-size: 16px;
  }
  .value .section-content {
    padding-top: 54px;
  }
  .value .section-content .list {
    margin-top: 54px;
  }
}
@media (max-width: 1199px) {
  .value .section-content .item-wrap:before {
    top: 50%;
  }
}
@media (max-width: 1023px) {
  .value .section-alt .alt-cont .alt-symbol {
    bottom: -48px;
  }
  .value .section-alt .alt-cont .alt-symbol img {
    max-height: 204px;
  }
  .value .section-alt .alt-cont {
    padding: 40px 0 156px 0;
  }
  .value .section-alt .alt-title img {
    max-height: 67px;
  }
  .value .symbol {
    display: none;
  }
  .value .section-content .list:not(.slick-initialized) .item {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .value .section-alt .alt-cont .list {
    margin: 0;
    display: block;
  }
  .value .section-alt .alt-cont .item-wrap {
    margin: 0;
  }
  .value .section-alt .alt-cont p {
    font-size: 14px;
  }
  .value .section-content:after {
    height: 11%;
  }
  .value .section-alt {
    padding-top: 40px;
  }
  .value .slick-list {
    overflow: visible;
  }
  .value .section-title br {
    display: none;
  }
  .value .section-content .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .value .section-content .list .item-wrap {
    margin: 0 5px;
  }
  .value .section-content .item .text {
    padding: 16px 20px;
  }
  .value .section-content .item .text p {
    font-size: 14px;
  }
  .slick-initialized .slick-slide .item-wrap {
    transition: var(--transition-base);
  }
  .slick-initialized .slick-slide:not(.slick-active) .item-wrap {
    opacity: .5;
  }
}
.slick-slide img {
  width: 100%;
}
.location .section-cont {
  position: absolute;
  top: 40px;
  left: 0;
  right :0;
}
.location .section-title img {
  max-width: 350px;
}
.location .section-title {
  margin-bottom: 24px;
  text-align: center;
}
.location .section-text {
  color: var(--color-primary);
  font-size: 14px;
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
}
.location .section-text p:not(:first-child) {
  margin-top: 6px;
}
.location-stats {
  background: #FAF4DE;
  background: linear-gradient(180deg, rgba(250, 244, 222, 1) 0%, rgba(231, 208, 181, 1) 100%);
  padding: 40px 0;
}
.location-stats .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: var(--color-primary);
  margin: 0 -18px;
}
.location-stats .item {
  flex: 0 0 50%;
  margin-bottom: 40px;
  position: relative;
}
.location-stats .item.first {
  flex: 0 0 100%;
  text-align: center;
}
.location-stats .item-wrap {
  display: inline-block;
  text-align: left;
  max-width: 132px;
  margin: 0 18px;
  padding-left: 18px;
}
.location-stats .item.first .item-wrap {
  max-width: none;
}
.location-stats .stats {
  display: flex;
  align-items: flex-start; 
}
.location-stats .stats .small {
  font-size: 12px;
  margin-left: 10px;
}
.location-stats .text {
  font-size: 12px;
}
.location-stats .stats .count {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  font-family: var(--font-stylish);
}
.location-stats .item.first .small {
  margin-left: auto;
  margin-right: 10px;
  padding-top: 0;
  font-size: 14px;
}
.location-stats .item.first .text {
  padding-left: 43px;
}
.location-stats .item.first .count {
  font-size: 76px;
}
.location-stats .item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 92px;
  background: url(../images/location-stats-sep.png);
  background-size: auto 100%;
}
.location-stats .item.first:before,
.location-stats .item:nth-child(even):before {
  display: none;
}
.location-feature {
  padding: 40px 0;
  text-align: center;
}
.location-feature .text {
  max-width: 360px;
  margin: 0 auto;
}
.location-feature .img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.location-feature .img img {
  border-radius: 20px;
}
.location-feature .img:last-child {
  margin-bottom: 0;
}
.location-feature .text .title {
  margin-bottom: 10px;;
}
.location-feature .text .title img {
  max-height: 87px;
}
@media (min-width: 1024px) {
  .location-feature .text {
    max-width: 590px;;
  }
  .location-stats .item {
    margin-bottom: 0;
  }
  .location-stats .item.first,
  .location-stats .item {
    flex: 0 0 auto;
  }
  .location-stats .item:nth-child(even):not(.first):before {
    display: block;
  }
  .location-stats .list {
    margin: 0 -32px;
    justify-content: center;
  }
  .location-stats .item-wrap {
    margin: 0;
    padding: 0 32px;
  }
  .location-feature .text .title img {
    max-height: 103px;
  }
}
@media (min-width: 1200px) {
  .location-feature .text .title {
    margin-bottom: 24px;
  }
  .location-feature .img {
    margin-top: 95px;
  }
  .location-stats {
    padding: 60px 0;
  }
  .location .section-title {
    margin-bottom: 40px;
  }
  .location .section-title img {
    max-width: 415px;
  }
  .location .section-cont {
    top: 60px;
  }
  .location-stats .list {
    margin: 0 -56px;
  }
  .location-stats .item-wrap {
    padding: 0 56px;
  }
  .location-feature .img {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .location .section-title {
    margin-bottom: 60px;
  }
  .location .section-cont {
    top: 80px;
  }
}
@media (max-width: 1023px) {
  .facility {
    position: relative;
  }
  .facility .section-content {
    padding-bottom: 40px;
  }
  .facility .section-content .title {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .facility .section-content .title img {
    max-width: 355px;
  }
  .facility .section-content {
    background: #FBF4EE;
    margin-top: -2px;
    color: var(--color-primary);
  }
  .facility .section-content h3 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .facility .section-content p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .facility .section-content {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
  }
  .facility .section-content .title img {
    max-width: 760px;
  }
  .facility .section-content .title {
    margin-bottom: 100px;
    text-align: center;
  }
  .facility .section-content .cont .list {
    display: flex;
  }
  .facility .section-content .cont .item {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 351px;
    color: var(--color-primary);
    text-align: center;
  }
  .facility .section-content .cont .item-wrap {
    margin-right: 24px;
    padding: 25px 25px 100px 25px;
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 44%, rgba(217, 217, 217, 0) 100%);
    border-radius: 20px;
    overflow: hidden;
  }
  .facility .section-content .item:nth-child(1) {
    animation: slideUpDown 2s ease-out infinite;
    animation-delay: 1s;
  }
  .facility .section-content .item:nth-child(2) {
    animation: slideUpDown 2s ease-out infinite;
    animation-delay: 2s;
  }
  .facility .section-content .item:nth-child(3) {
    animation: slideUpDown 2s ease-out infinite;
    animation-delay: 1.5s;
  }
  .facility .section-content .cont .item:nth-child(1) {
    margin-top: 38px;
  }
  .facility .section-content .cont .item:nth-child(2) {
    margin-top: 160px;
  }
  .facility .section-content h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .facility .section-content p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .facility .section-content {
    top: 60px;
  }
}
@media (min-width: 1600px) {
  .facility .section-content .cont .item-wrap {
    margin-right: 35px;
    padding: 50px 50px 200px 50px;
    border-radius: 42px;
  }
  .facility .section-content .cont .item:nth-child(1) {
    margin-top: 38px;
  }
  .facility .section-content .cont .item:nth-child(2) {
    margin-top: 200px;
  }
  .facility .section-content h3 {
    font-size: 32px;
  }
  .facility .section-content p {
    font-size: 16px;
  }
}
.facility-more {
  margin-top: -2px;
  position: relative;
  color: var(--color-primary);
}
.facility-more .container {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.facility-more .container .title {
  text-align: center;
}
.facility-more .container .title img {
  max-height: 149px;
}
.facility-more .container br {
  display: none;
}
.facility-more .container p {
  display: none;
}
.facility-more .content {
  margin-top: -2px;
  background: #F8F0DD;
  background: linear-gradient(180deg,rgba(248, 240, 221, 1) 0%, rgba(248, 240, 221, 1) 51%, rgba(251, 245, 238, 1) 100%);
}
.facility-more .facility-symbol {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  text-align: center;
}
.facility-symbol .symbol-icon {
  animation: slideUpDown 1.2s ease-out infinite;
}
.facility-more .facility-symbol h3 {
  font-size: 14px;
}
.facility-more .facility-symbol img {
  max-width: 346px;
}
.facility-more .content .list {
  padding: 90px 0;
}
.facility-more .content .item h3 {
  text-transform: uppercase;
}
.facility-more .content .item {
  margin-top: 20px;
}
.facility-more .content .list.list-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .facility-more .container p {
    display: block;
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
  }
  .facility-more .container br {
    display: block;
  }
  .facility-more .facility-symbol {
    top: 320px;
  }
  .facility-more .content .list.list-mobile {
    display: none;
  }
  .facility-more .content .list.list-desktop {
    display: block;
    position: absolute;
    top: 320px;
    left: 0; 
    right: 0;
    bottom: 0;
    padding: 0;
  }
  .facility-more .content .left {
    position: absolute;
    right: 50%;
    top: 50px;
    margin-right: 130px;
    text-align: right;
  }
  .facility-more .content .right {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: 130px;
  }
  .facility-more .content .left .item:nth-child(2) {
    margin-top: 40px;
    margin-right: 40px;
  }
  .facility-more .content .left .item:nth-child(3) {
    margin-top: 40px;
  }
  .facility-more .content .right .item:nth-child(2) {
    margin-top: 40px;
    margin-left: 40px;
  }
  .facility-more .content .right .item:nth-child(3) {
    margin-top: 40px;
  }
  .facility-more .facility-symbol h3 br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .facility-more .facility-symbol img {
    max-width: 542px;
  }
  .facility-more .content .left {
    top: 95px;
    margin-right: 200px;
  }
  .facility-more .content .right {
    top: 95px;
    margin-left: 180px;
  }
  .facility-more .content .left .item:nth-child(2) {
    margin-top: 60px;
  }
  .facility-more .content .left .item:nth-child(3) {
    margin-top: 60px;
  }
  .facility-more .content .right .item:nth-child(2) {
    margin-top: 60px;
  }
  .facility-more .content .right .item:nth-child(3) {
    margin-top: 60px;
  }
}
.plan-general {
  text-align: center;
  padding: 40px 0;
}
.plan-general .title img {
  max-width: 345px;
}
.plan-general .title {
  margin-bottom: 40px;
}
.plan-general .content {
  margin-right: -15px;
}
.plan {
  position: relative;
  background: #018165;
  background: linear-gradient(180deg,  rgba(4, 70, 57, 1) 0%, rgba(1, 129, 101, 1) 100%);
}
.plan-type {
  position: relative;
}
.plan-type .bg.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
.plan-type .bg.bottom img {
  width: 100%;
}
.plan-type .leaves {
  width: 210px;
  position: absolute;
  z-index: 30;
}
.plan-type .leaves.left {
  left: -72px;
  bottom: -85px;
}
.plan-type .leaves.right {
  right: -86px;
  bottom: 26%;
}
.plan-type-gallery {
  
}
.symbol-plan-type {
  position: absolute;
  top: 10px;
  right: 0;
}
.symbol-plan-type .symbol-img {
  mix-blend-mode: screen;
  max-height: 273px;
}
.plan-type-gallery {
  position: relative;
  z-index: 20;
}
.plan-type-gallery .list:not(.slick-initialized) {
  display: flex;
}
.plan-type-gallery .list {
  margin: 0 -20px;
}
.plan-type-gallery .item {
  flex: 0 0 100%;
}
.plan-type-gallery .item-wrap {
  margin: 0 20px;
}
.plan-type-gallery img {
  width: 100%;
}
@media (min-width: 1024px) {
  .plan-general .title img {
    max-width: 592px;
  }
}
@media (min-width: 1200px) {
  .plan-general {
    padding: 80px 0 0 0;
  }
}
@media (min-width: 1600px) {
  .plan-general {
    padding: 140px 0 0 0;
  }
  .plan-general .title {
    margin-bottom: 60px;
  }
}
.img.fullheight img {
  width: 100%;
}
.layout {
  padding: 40px 0 0 0;
  background: #018165;
  background: linear-gradient(180deg,  rgba(4, 70, 57, 1) 0%, rgba(1, 129, 101, 1) 100%);
}
.layout .section-title {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
.layout .list:not(.slick-initialized) {
  display: flex;
}
.layout .list {
  margin: 0 -40px;
}
.layout .item {
  flex: 0 0 100%;
}
.layout .list .item-wrap {
  margin: 0 20px;
}
.layout .item img {
  width: 100%;
}
.layout .layout-note {
  font-size: 8px;
  margin-top: 12px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.layout-note li {
  list-style-type: disc;
}
.layout .section-content {
  position: relative;
}
.layout .section-content .container {
  position: relative; 
  z-index: 20;
}
.layout .registration {
  position: static;
}
.layout .registration .img.fullheight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.layout .registration .img.fullheight .img-wrap {
  width: 100%;
  height: 100%;
}
.layout .registration .img.fullheight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.registration  {
  padding: 70px 0;
}
.registration .logo {
  display: block;
  text-align: center;
  margin-bottom: 54px;
}
.registration .logo img {
  width: 202px;
}
.registration .title {
  text-align: center;
  margin-bottom: 40px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.registration .section-note {
  margin-top: 72px;
}
.registration .section-note h4 {
  font-weight: 12px;
  text-transform: uppercase;
}
.registration .section-note p,
.registration .section-note li {
  font-size: 11px;
}
.registration .section-note .note {
  padding-left: 10px;
  margin-top: 10px;
  border-left: #F9F0A5 solid 1.5px;
}
.registration-form label {
  font-family: var(--font-stylish);
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  background: linear-gradient(145deg,rgba(249, 240, 165, 1) 0%, rgba(219, 194, 102, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.registration-form input[type="text"],
.registration-form input[type="tel"],
.registration-form input[type="email"] {
  background: transparent;
  border: 0;
  border-bottom: rgba(255,255,255,.5) solid 1px;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  font-weight: normal;
  color: #fff;
  display: block;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
}
.registration-form input[type="text"]::placeholder,
.registration-form input[type="tel"]::placeholder,
.registration-form input[type="email"]::placeholder {
  color: rgba(255,255,255,.5);
  -webkit-text-fill-color:  rgba(255,255,255,.5);
}
.registration-form input[type="text"]:focus,
.registration-form input[type="tel"]:focus,
.registration-form input[type="email"]:focus {
  outline: none;
}
.wpcf7-form p {
  margin-top: 24px;
}
.wpcf7-form p:last-of-type {
  margin-top: 50px;
  text-align: center;
}
.wpcf7-form .btn,
.wpcf7-form .btn:hover,
.wpcf7-form .btn:active {
  font-size: 15px;
  border-radius: 3px;
  text-transform: uppercase;
  background: #F9F0A5;
  background: linear-gradient(145deg,rgba(249, 240, 165, 1) 0%, rgba(219, 194, 102, 1) 100%);
  color: var(--color-primary);
  display: inline-block;
  padding: 12px 40px;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  font-family: var(--font-primary);
}
.wpcf7-form .btn:hover,
.wpcf7-form .btn:active {
  background: linear-gradient(145deg,rgba(249, 240, 165, 1) 100%, rgba(219, 194, 102, 1) 0%);
}
.wpcf7-not-valid-tip {
  -webkit-text-fill-color:  yellow;
  font-size: 11px;
  padding-top: 4px;
  display: block;
  font-family: var(--font-primary);
}
.wpcf7 form .wpcf7-response-output {
  border: 0;
  padding: 0;
  -webkit-text-fill-color:  yellow;
  font-size: 12px;;
  text-align: center;
}
@media (min-width: 1024px) {
  .layout .registration {
    position: relative;
  }
  .layout .layout-note {
    font-size: 14px;
    padding: 40px 0;
  }
  .layout {
    background: transparent;
  }
  .plan-general {
    position: relative;
    z-index: 20;
  }
  .plan-type {
    padding-top: 316px;
    margin-top: -316px;
    background: #FAF4DE;
    background: linear-gradient(145deg, rgba(250, 244, 222, 1) 0%, rgba(227, 198, 170, 1) 100%);
  }
  .symbol-plan-type {
    top: 326px;
  }
  .plan-type .leaves {
    width: 160px;
  }
  .plan-type .leaves.right {
    right: -10px;
    bottom: 16%;
  }
  .wpcf7 form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1026px;
    margin-left: auto;
    margin-right: auto;
  }
  .wpcf7-form p {
    flex: 0 0 calc(33.33% - 30px);
    max-width: 250px;
  }
  .wpcf7-form p:last-of-type,
  .wpcf7-response-output {
    flex: 0 0 100%;
    max-width: none;
  }
  .wpcf7 form .btn {
    width: 250px;
    box-sizing: border-box;
  }
  .registration .section-note {
    max-width: 655px;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots button {
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  opacity: .5;
  border-radius: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots button:hover,
.slick-dots .slick-active button {
  opacity: 1;;
}
@media (min-width: 1024px) {
  .slick-dots {
    margin-top: 32px;
  }
}
@keyframes slideUpDown {
  0% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(-5%);
  }
}