﻿html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/*****************************/
* {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*::before {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*::after {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.content-pages ol.nodisc li:before {
  background: transparent;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 1 !important;
}

.hiddenMobile {
  display: block;
}

.hiddenDesktop {
  display: none;
}

body {
  font-family: "Inter", serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 1em;
  font-weight: 400;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 1824px) {
  body {
    font-size: 1.5em;
  }
}

a {
  display: inline-block;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  outline: 0;
  color: inherit;
}
a:hover {
  outline: none;
  border: none;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
  color: #999;
  background: #555;
}

button {
  font-family: "Inter", serif;
  margin: 0;
  border: 0;
  font-size: initial;
  outline: medium none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  overflow: visible;
  text-transform: lowercase;
}
button:focus {
  outline: none;
  border: none;
}
button:hover {
  outline: none;
  border: none;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted #eee;
}
button.disabled {
  pointer-events: none;
  color: #999;
  background: #555;
}

input {
  font-family: "Inter", serif;
  margin: 0;
  border: 0;
  font-size: initial;
  outline: medium none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  overflow: visible;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0px 1000px #000000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0px 1000px #000000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:focus input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0px 1000px #000000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

optgroup {
  font-family: "Inter", serif;
  margin: 0;
  border: 0;
  font-size: initial;
  outline: medium none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

select {
  font-family: "Inter", serif;
  margin: 0;
  border: 0;
  font-size: initial;
  outline: medium none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-transform: none;
}
select:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  box-shadow: 0 0 0px 1000px #000000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
select:-webkit-autofill:hover {
  -webkit-text-fill-color: #ffffff;
  box-shadow: 0 0 0px 1000px #000000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  box-shadow: 0 0 0px 1000px #000000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.normal_loader {
  width: 24px;
  height: 24px;
  border: 2px solid #008578;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-right: 80px;
}

.resend_normal_loader {
  width: 24px;
  height: 24px;
  border: 2px solid #008578;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-right: 70px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
textarea {
  font-family: "Inter", serif;
  margin: 0;
  border: 0;
  font-size: initial;
  outline: medium none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
textarea:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  box-shadow: 0 0 0px 1000px #000000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  box-shadow: 0 0 0px 1000px #000000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

[type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring {
  outline: 1px dotted #eee;
}

[type=reset]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=reset]:-moz-focusring {
  outline: 1px dotted #eee;
}

[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=submit]:-moz-focusring {
  outline: 1px dotted #eee;
}

[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button {
  height: auto;
}
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin: 0;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 600;
}

h4 {
  font-weight: 600;
}

h5 {
  font-weight: 500;
}

h6 {
  font-weight: 500;
}

p {
  color: #aaa;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/*********** Button ************/
.button-light-solid {
  display: inline-flex;
  justify-content: center;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: lowercase;
  min-width: 155px;
  transition-property: color, background, padding, width;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  color: #008578;
  background-color: #C2EDE8;
}
.button-light-solid.arrow {
  position: relative;
  padding-left: 65px;
}
@media only screen and (min-width: 1824px) {
  .button-light-solid.arrow {
    padding-left: 75px;
  }
}
.button-light-solid.arrow span {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 84' xml:space='preserve'%3E%3Cpath fill='%23008578' d='M66.6,40.3c-0.2-0.4-0.4-0.6-0.6-0.9c-1.4-2-2.8-4.1-4.2-6.1c-0.6-0.9-0.6-1.7,0-2.3c0.6-0.7,1.4-0.8,2.4-0.2 c5.6,3.2,11.1,6.4,16.6,9.6c1.5,0.9,1.5,2.4,0,3.3c-5.5,3.2-11,6.4-16.6,9.6c-1,0.6-1.8,0.5-2.4-0.1c-0.6-0.7-0.6-1.5,0-2.4 c1.6-2.3,3.1-4.5,4.8-7c-0.5,0-0.8,0-1.1,0c-20.4,0-40.7,0-61.1,0c-0.3,0-0.7,0-1,0C2.6,43.6,2,42.8,2,42c0-0.9,0.6-1.6,1.5-1.7 c0.3,0,0.7,0,1,0c20.3,0,40.6,0,61,0C65.8,40.3,66.1,40.3,66.6,40.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  transition: left 0.3s ease;
}
@media only screen and (min-width: 1824px) {
  .button-light-solid.arrow span {
    width: 35px;
    height: 35px;
  }
}
.button-light-solid.loader {
  position: relative;
  text-indent: -1000px;
  pointer-events: none;
  overflow: hidden;
}
.button-light-solid.loader:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.button-light-solid.loader span {
  display: none;
}
@media only screen and (min-width: 767px) {
  .button-light-solid:hover {
    color: #008578;
    background-color: #fff;
  }
  .button-light-solid:hover.arrow {
    padding-left: 30px;
    padding-right: 65px;
  }
}
@media only screen and (min-width: 767px) and (min-width: 1824px) {
  .button-light-solid:hover.arrow {
    padding-left: 40px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 767px) {
  .button-light-solid:hover.arrow span {
    left: calc(100% - 50px);
  }
}
@media only screen and (min-width: 767px) and (min-width: 1824px) {
  .button-light-solid:hover.arrow span {
    left: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1824px) {
  .button-light-solid {
    min-width: 195px;
    font-size: 22px;
    padding: 16px 40px;
  }
}
.button-light-solid.loader:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve' width='200' height='200'%3E%3Cpath fill='%23008578' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
}

.button-dark-solid {
  display: inline-flex;
  justify-content: center;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: lowercase;
  min-width: 155px;
  transition-property: color, background, padding, width;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  color: #fff;
  background-color: #008578;
}
.button-dark-solid.arrow {
  position: relative;
  padding-left: 65px;
}
@media only screen and (min-width: 1824px) {
  .button-dark-solid.arrow {
    padding-left: 75px;
  }
}
.button-dark-solid.arrow span {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 84' xml:space='preserve'%3E%3Cpath fill='%23008578' d='M66.6,40.3c-0.2-0.4-0.4-0.6-0.6-0.9c-1.4-2-2.8-4.1-4.2-6.1c-0.6-0.9-0.6-1.7,0-2.3c0.6-0.7,1.4-0.8,2.4-0.2 c5.6,3.2,11.1,6.4,16.6,9.6c1.5,0.9,1.5,2.4,0,3.3c-5.5,3.2-11,6.4-16.6,9.6c-1,0.6-1.8,0.5-2.4-0.1c-0.6-0.7-0.6-1.5,0-2.4 c1.6-2.3,3.1-4.5,4.8-7c-0.5,0-0.8,0-1.1,0c-20.4,0-40.7,0-61.1,0c-0.3,0-0.7,0-1,0C2.6,43.6,2,42.8,2,42c0-0.9,0.6-1.6,1.5-1.7 c0.3,0,0.7,0,1,0c20.3,0,40.6,0,61,0C65.8,40.3,66.1,40.3,66.6,40.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  transition: left 0.3s ease;
}
@media only screen and (min-width: 1824px) {
  .button-dark-solid.arrow span {
    width: 35px;
    height: 35px;
  }
}
.button-dark-solid.loader {
  position: relative;
  text-indent: -1000px;
  pointer-events: none;
  overflow: hidden;
}
.button-dark-solid.loader:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.button-dark-solid.loader span {
  display: none;
}
@media only screen and (min-width: 767px) {
  .button-dark-solid:hover {
    color: #008578;
    background-color: #fff;
  }
  .button-dark-solid:hover.arrow {
    padding-left: 30px;
    padding-right: 65px;
  }
}
@media only screen and (min-width: 767px) and (min-width: 1824px) {
  .button-dark-solid:hover.arrow {
    padding-left: 40px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 767px) {
  .button-dark-solid:hover.arrow span {
    left: calc(100% - 50px);
  }
}
@media only screen and (min-width: 767px) and (min-width: 1824px) {
  .button-dark-solid:hover.arrow span {
    left: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1824px) {
  .button-dark-solid {
    min-width: 195px;
    font-size: 22px;
    padding: 16px 40px;
  }
}
.button-dark-solid.arrow span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 84' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M66.6,40.3c-0.2-0.4-0.4-0.6-0.6-0.9c-1.4-2-2.8-4.1-4.2-6.1c-0.6-0.9-0.6-1.7,0-2.3c0.6-0.7,1.4-0.8,2.4-0.2 c5.6,3.2,11.1,6.4,16.6,9.6c1.5,0.9,1.5,2.4,0,3.3c-5.5,3.2-11,6.4-16.6,9.6c-1,0.6-1.8,0.5-2.4-0.1c-0.6-0.7-0.6-1.5,0-2.4 c1.6-2.3,3.1-4.5,4.8-7c-0.5,0-0.8,0-1.1,0c-20.4,0-40.7,0-61.1,0c-0.3,0-0.7,0-1,0C2.6,43.6,2,42.8,2,42c0-0.9,0.6-1.6,1.5-1.7 c0.3,0,0.7,0,1,0c20.3,0,40.6,0,61,0C65.8,40.3,66.1,40.3,66.6,40.3z'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 767px) {
  .button-dark-solid.arrow:hover span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 84' xml:space='preserve'%3E%3Cpath fill='%23008578' d='M66.6,40.3c-0.2-0.4-0.4-0.6-0.6-0.9c-1.4-2-2.8-4.1-4.2-6.1c-0.6-0.9-0.6-1.7,0-2.3c0.6-0.7,1.4-0.8,2.4-0.2 c5.6,3.2,11.1,6.4,16.6,9.6c1.5,0.9,1.5,2.4,0,3.3c-5.5,3.2-11,6.4-16.6,9.6c-1,0.6-1.8,0.5-2.4-0.1c-0.6-0.7-0.6-1.5,0-2.4 c1.6-2.3,3.1-4.5,4.8-7c-0.5,0-0.8,0-1.1,0c-20.4,0-40.7,0-61.1,0c-0.3,0-0.7,0-1,0C2.6,43.6,2,42.8,2,42c0-0.9,0.6-1.6,1.5-1.7 c0.3,0,0.7,0,1,0c20.3,0,40.6,0,61,0C65.8,40.3,66.1,40.3,66.6,40.3z'/%3E%3C/svg%3E");
  }
}
.button-dark-solid.loader:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve' width='200' height='200'%3E%3Cpath fill='%23fff' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
}

.text-link {
  font-size: 16px;
  font-weight: 600;
  color: #008578;
  font-weight: 600;
  transition-property: color, padding;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.text-link.arrow {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
@media only screen and (min-width: 1824px) {
  .text-link.arrow {
    padding-left: 50px;
  }
}
.text-link.arrow span {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 84' xml:space='preserve'%3E%3Cpath fill='%23008578' d='M66.6,40.3c-0.2-0.4-0.4-0.6-0.6-0.9c-1.4-2-2.8-4.1-4.2-6.1c-0.6-0.9-0.6-1.7,0-2.3c0.6-0.7,1.4-0.8,2.4-0.2 c5.6,3.2,11.1,6.4,16.6,9.6c1.5,0.9,1.5,2.4,0,3.3c-5.5,3.2-11,6.4-16.6,9.6c-1,0.6-1.8,0.5-2.4-0.1c-0.6-0.7-0.6-1.5,0-2.4 c1.6-2.3,3.1-4.5,4.8-7c-0.5,0-0.8,0-1.1,0c-20.4,0-40.7,0-61.1,0c-0.3,0-0.7,0-1,0C2.6,43.6,2,42.8,2,42c0-0.9,0.6-1.6,1.5-1.7 c0.3,0,0.7,0,1,0c20.3,0,40.6,0,61,0C65.8,40.3,66.1,40.3,66.6,40.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  transition: left 0.3s ease;
}
@media only screen and (min-width: 1824px) {
  .text-link.arrow span {
    width: 35px;
    height: 35px;
  }
}
.text-link.white {
  color: #fff;
}
.text-link.white span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 84' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M66.6,40.3c-0.2-0.4-0.4-0.6-0.6-0.9c-1.4-2-2.8-4.1-4.2-6.1c-0.6-0.9-0.6-1.7,0-2.3c0.6-0.7,1.4-0.8,2.4-0.2 c5.6,3.2,11.1,6.4,16.6,9.6c1.5,0.9,1.5,2.4,0,3.3c-5.5,3.2-11,6.4-16.6,9.6c-1,0.6-1.8,0.5-2.4-0.1c-0.6-0.7-0.6-1.5,0-2.4 c1.6-2.3,3.1-4.5,4.8-7c-0.5,0-0.8,0-1.1,0c-20.4,0-40.7,0-61.1,0c-0.3,0-0.7,0-1,0C2.6,43.6,2,42.8,2,42c0-0.9,0.6-1.6,1.5-1.7 c0.3,0,0.7,0,1,0c20.3,0,40.6,0,61,0C65.8,40.3,66.1,40.3,66.6,40.3z'/%3E%3C/svg%3E");
}
.text-link.white:hover span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 84' xml:space='preserve'%3E%3Cpath fill='%23008578' d='M66.6,40.3c-0.2-0.4-0.4-0.6-0.6-0.9c-1.4-2-2.8-4.1-4.2-6.1c-0.6-0.9-0.6-1.7,0-2.3c0.6-0.7,1.4-0.8,2.4-0.2 c5.6,3.2,11.1,6.4,16.6,9.6c1.5,0.9,1.5,2.4,0,3.3c-5.5,3.2-11,6.4-16.6,9.6c-1,0.6-1.8,0.5-2.4-0.1c-0.6-0.7-0.6-1.5,0-2.4 c1.6-2.3,3.1-4.5,4.8-7c-0.5,0-0.8,0-1.1,0c-20.4,0-40.7,0-61.1,0c-0.3,0-0.7,0-1,0C2.6,43.6,2,42.8,2,42c0-0.9,0.6-1.6,1.5-1.7 c0.3,0,0.7,0,1,0c20.3,0,40.6,0,61,0C65.8,40.3,66.1,40.3,66.6,40.3z'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 767px) {
  .text-link:hover {
    color: #008578;
  }
  .text-link:hover.arrow {
    padding-left: 0;
    padding-right: 65px;
  }
  .text-link:hover.arrow span {
    left: calc(100% - 50px);
  }
}
@media only screen and (min-width: 1824px) {
  .text-link {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1824px) {
  .container {
    max-width: 1500px;
  }
}

/*******************************/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 50px;
  background: #000;
  border-bottom: 1px solid #242424;
  z-index: 999;
  transition: top 0.8s ease;
}
header.hide {
  top: -100%;
}
@media only screen and (min-width: 1824px) {
  header {
    padding: 30px 80px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 991px) {
  header .position-relative-nav {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 15px;
  }
}
header .logo a img {
  width: 110px;
}
@media only screen and (min-width: 1824px) {
  header .logo a img {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  header .logo a img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  header .logo a img {
    width: 80px;
  }
}
header .navigation nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media screen and (max-width: 1024px) {
  header .navigation nav ul {
    gap: 1em;
  }
}
header .navigation nav ul li a {
  position: relative;
  font-size: 0.85em;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 1824px) {
  header .navigation nav ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  header .navigation nav ul li a {
    font-size: 0.8em;
  }
}
header .navigation nav ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -8px;
  left: 0;
  opacity: 0;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}
header .navigation nav ul li a:hover::after {
  bottom: -5px;
  opacity: 1;
}
header .hamburger-menu {
  text-align: right;
}
header .hamburger-menu a {
  position: relative;
  width: 30px;
  height: 22px;
  margin-top: 6px;
}
header .hamburger-menu a span {
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  background: #fff;
  transition: top 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
header .hamburger-menu a span:nth-child(1) {
  top: 0;
}
header .hamburger-menu a span:nth-child(2) {
  top: 10px;
}
header .hamburger-menu a span:nth-child(3) {
  top: 20px;
}
header .hamburger-menu a.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
header .hamburger-menu a.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
header .hamburger-menu a.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
header .profile-header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  cursor: pointer;
}
header .profile-header-pic img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
@media only screen and (min-width: 1824px) {
  header .profile-header-pic img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  header .profile-header-pic img {
    width: 30px;
    height: 30px;
  }
}
header .profile-header-name {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  header .profile-header-name {
    gap: 5px;
  }
}
header .profile-header-name p {
  color: #fff;
  font-size: 0.85em;
  line-height: 1.2;
  width: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 1824px) {
  header .profile-header-name p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  header .profile-header-name p {
    font-size: 0.8em;
    width: 70px;
  }
}
header .profile-header-name i {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23AAAAAA%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m2%205%206%206%206-6%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease;
}
header .profile-header.active i {
  transform: rotate(180deg);
}
header .dropdown-menu-nav {
  display: none;
  position: absolute;
  background: #1e1e1e;
  width: 100%;
  color: #fff;
  top: calc(100% + 22px);
  right: 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  header .dropdown-menu-nav {
    top: calc(100% + 20px);
  }
}
@media screen and (max-width: 991px) {
  header .dropdown-menu-nav {
    top: 100%;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  header .dropdown-menu-nav {
    width: 90%;
  }
}
@media screen and (min-width: 991px) {
  header .dropdown-menu-nav-mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header .dropdown-menu-nav-desktop ul {
    display: flex;
    background: #008578;
    text-align: center;
  }
  header .dropdown-menu-nav-desktop ul li {
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media screen and (max-width: 991px) {
  header .dropdown-menu-nav-mobile ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  header .dropdown-menu-nav-mobile ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  header .dropdown-menu-nav-mobile ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: left;
  }
  header .dropdown-menu-nav-mobile ul li {
    width: 100%;
  }
}
header .dropdown-menu-nav ul li a {
  display: block;
  font-size: 0.85em;
  padding: 15px 20px;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 1824px) {
  header .dropdown-menu-nav ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  header .dropdown-menu-nav ul li a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  header .dropdown-menu-nav ul li a {
    font-size: 0.8em;
  }
}
header .dropdown-menu-nav ul li a span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
header .dropdown-menu-nav ul li a:hover {
  background: #008578;
}

.clear-height {
  height: 88px;
}
@media only screen and (min-width: 1824px) {
  .clear-height {
    height: 115px;
  }
}
@media screen and (max-width: 991px) {
  .clear-height {
    height: 78px;
  }
}
@media screen and (max-width: 767px) {
  .clear-height {
    height: 64px;
  }
}

/*******************************/
.spotlight {
  position: relative;
}
.spotlight .spotlight_box {
  position: relative;
}
.spotlight .spotlight_box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.spotlight .spotlight_box .spotlight_content {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 3;
}
@media only screen and (min-width: 1824px) {
  .spotlight .spotlight_box .spotlight_content {
    top: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .spotlight .spotlight_box .spotlight_content {
    top: 22%;
  }
}
@media screen and (max-width: 767px) {
  .spotlight .spotlight_box .spotlight_content {
    top: 10%;
  }
}
.spotlight .spotlight_box .spotlight_content.right {
  text-align: right;
}
.spotlight .spotlight_box .spotlight_content.center {
  text-align: center;
}
.spotlight .spotlight_box .spotlight_content .spotlight-width {
  max-width: 650px;
}
@media only screen and (min-width: 1824px) {
  .spotlight .spotlight_box .spotlight_content .spotlight-width {
    max-width: 950px;
  }
}
@media only screen and (max-width: 1440px) {
  .spotlight .spotlight_box .spotlight_content .spotlight-width {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1024px) {
  .spotlight .spotlight_box .spotlight_content .spotlight-width {
    max-width: 560px;
  }
}
@media only screen and (max-width: 991px) {
  .spotlight .spotlight_box .spotlight_content .spotlight-width {
    max-width: 450px;
  }
}
.spotlight .spotlight_box .spotlight_content h3 {
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  word-wrap: break-word;
  margin-bottom: 36%;
}
@media screen and (max-width: 767px) {
  .spotlight .spotlight_box .spotlight_content h3 {
    font-size: 8vw;
    margin-bottom: 65%;
  }
}
.spotlight .spotlight_box .spotlight_content h3 span {
  display: inline-block;
  width: 80px;
  height: 10px;
  background: #fff;
  margin-left: 60px;
  transform: translateY(-10px);
}
@media only screen and (min-width: 1824px) {
  .spotlight .spotlight_box .spotlight_content h3 span {
    width: 120px;
    height: 15px;
    margin-left: 77px;
    transform: translateY(-15px);
  }
}
@media screen and (max-width: 767px) {
  .spotlight .spotlight_box .spotlight_content h3 span {
    width: 40px;
    height: 5px;
    margin-left: 32px;
    transform: translateY(-6px);
  }
}
.spotlight .spotlight_box .spotlight_content .spotlight-cta {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .spotlight .spotlight_box .spotlight_content .spotlight-cta {
    gap: 10px;
  }
  .spotlight .spotlight_box .spotlight_content .spotlight-cta a {
    padding: 15px 10px;
    line-height: normal;
    flex-grow: 1;
    flex-basis: 0;
  }
}
.spotlight .spotlight_box picture {
  display: block;
}
.spotlight .spotlight_box picture img {
  width: 100%;
}
.spotlight .swiper-pagination {
  bottom: 10%;
}
@media screen and (max-width: 767px) {
  .spotlight .swiper-pagination {
    bottom: 6%;
  }
}
.spotlight.inner .spotlight_box .spotlight_content {
  top: 35%;
}
@media screen and (max-width: 767px) {
  .spotlight.inner .spotlight_box .spotlight_content {
    top: auto;
    bottom: 0;
  }
}
.spotlight.inner .spotlight_box .spotlight_content h3 {
  font-size: 45px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1824px) {
  .spotlight.inner .spotlight_box .spotlight_content h3 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .spotlight.inner .spotlight_box .spotlight_content h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .spotlight.inner .spotlight_box .spotlight_content h3 {
    font-size: 30px;
    padding: 30px 20px;
  }
}
.spotlight.inner .spotlight_box .spotlight_content h3 span {
  width: 50px;
  height: 8px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .spotlight.inner .spotlight_box .spotlight_content h3 span {
    width: 40px;
    height: 5px;
  }
}

.dots-slider .swiper-pagination {
  margin: auto;
  left: 0;
  right: 0;
  text-align: left;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .dots-slider .swiper-pagination {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .dots-slider .swiper-pagination {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .dots-slider .swiper-pagination {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .dots-slider .swiper-pagination {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1824px) {
  .dots-slider .swiper-pagination {
    max-width: 1500px;
  }
}
.dots-slider .swiper-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
  border-radius: 15px;
  transition: width 0.3s ease, background 0.3s ease;
}
.dots-slider .swiper-pagination .swiper-pagination-bullet:hover {
  background: #008578;
}
.dots-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #008578;
  width: 25px;
}

/*******************************/
.about-section {
  position: relative;
}
.about-section .about-lines {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.about-section .about-lines img {
  width: 70vw;
}
@media screen and (max-width: 1024px) {
  .about-section .about-lines img {
    height: 100%;
  }
}
.about-section .about-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2% 0;
}
.about-section .about-title h2 {
  font-size: 24vw;
  font-weight: 900;
  letter-spacing: 20px;
  background: linear-gradient(180deg, #131313 23.97%, #0A0A0A 84.86%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .about-section .about-title h2 {
    font-size: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-title {
    display: none;
  }
}
.about-section .about-slider {
  text-align: center;
}
.about-section .about-slider img {
  border-top-left-radius: 100px;
}
@media screen and (max-width: 767px) {
  .about-section .about-slider img {
    border-top-left-radius: 60px;
  }
}
.about-section .welcome-section {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about-section .welcome-section {
    margin-bottom: 30px;
  }
}
.about-section .welcome-section h4 {
  font-size: 35px;
  font-weight: 700;
  padding-right: 10%;
}
@media only screen and (min-width: 1824px) {
  .about-section .welcome-section h4 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .about-section .welcome-section h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-section .welcome-section h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .welcome-section h4 {
    font-size: 25px;
    padding-right: 0;
  }
}
.about-section .welcome-section h4 span {
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 4px;
  vertical-align: middle;
}
.about-section .welcome-section p {
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 1824px) {
  .about-section .welcome-section p {
    font-size: 22px;
  }
}
.about-section .welcome-section .welcome-cta {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about-section .welcome-section .welcome-cta {
    margin-top: 30px;
  }
}

.card-close-btn {
  position: absolute;
  top: 0;
  right: -25px;
  background-color: #fff;
  padding: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1;
  font-size: 12px;
  transition: transform 0.3s ease;
}
.card-close-btn:hover {
  opacity: 1;
  transform: rotate(90deg);
}
@media only screen and (min-width: 1824px) {
  .card-close-btn {
    width: 20px;
    height: 20px;
    font-size: 16px;
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .card-close-btn {
    right: 0;
  }
}

.benefit-max-width {
  max-width: 600px;
}
@media only screen and (min-width: 1824px) {
  .benefit-max-width {
    max-width: 950px;
  }
}

.benefit-modal {
  background: #1e1e1e;
  border-top-right-radius: 80px;
}
.benefit-modal-img img {
  border-top-right-radius: 80px;
}
.benefit-modal-content {
  padding: 30px;
}
@media only screen and (min-width: 1824px) {
  .benefit-modal-content {
    padding: 40px;
  }
}
.benefit-modal-content h4 {
  margin-bottom: 30px;
}
.benefit-modal-content h4.green {
  color: #008578;
}
.benefit-modal-content h4.red {
  color: #ff0000;
}
@media only screen and (min-width: 1824px) {
  .benefit-modal-content h4 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.benefit-modal-content h6 {
  color: #C2EDE8;
}
@media only screen and (min-width: 1824px) {
  .benefit-modal-content h6 {
    font-size: 24px;
  }
}
.benefit-modal-content p {
  font-size: 15px;
  margin-bottom: 15px;
}
.benefit-modal-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1824px) {
  .benefit-modal-content p {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.benefit-modal-content a {
  color: #008578;
  font-size: 15px;
  margin-bottom: 15px;
}
.benefit-modal-content a.button-dark-solid {
  color: #fff;
}
.benefit-modal-content a.button-dark-solid:hover {
  color: #008578;
}
@media only screen and (min-width: 1824px) {
  .benefit-modal-content a.button-dark-solid {
    font-size: 22px;
  }
}
.benefit-modal-content-date {
  margin: 40px 0;
}
.benefit-modal-content-date img {
  width: 18px;
  margin-right: 5px;
}
@media only screen and (min-width: 1824px) {
  .benefit-modal-content-date img {
    width: auto;
    margin-right: 10px;
  }
}
.benefit-modal-content-date span {
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  color: #C2EDE8;
}
@media only screen and (min-width: 1824px) {
  .benefit-modal-content-date span {
    font-size: 22px;
  }
}

/************* Common ***************/
.error-msg,
.error-msg-checkbox {
  font-size: 12px;
  font-weight: 500;
  color: red;
}

.bg-black {
  background: #000000;
}

.bg-light-black {
  background: #0a0a0a;
}

.common-padding {
  padding: 6% 0;
}
@media screen and (max-width: 767px) {
  .common-padding {
    padding: 10% 0;
  }
}

.common-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1824px) {
  .common-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .common-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1824px) {
  .common-title h3 {
    font-size: 45px;
  }
}
.common-title svg {
  width: 50px;
  height: 6px;
  background: #fff;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .common-title svg {
    width: 35px;
    height: 5px;
    margin: 0 15px;
  }
}
.common-title span {
  display: block;
  color: #008578;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.common-title .d-flex {
  align-items: center;
}
.common-title .d-flex a {
  font-weight: 600;
  color: #008578;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1824px) {
  .common-title .d-flex a {
    font-size: 22px;
  }
}
.common-title .d-flex a:hover {
  color: #fff;
}

.silder-nav {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.silder-nav .nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .silder-nav .nav-arrow {
    width: 30px;
    height: 30px;
  }
}
.silder-nav .nav-arrow span {
  font-size: 22px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .silder-nav .nav-arrow span {
    font-size: 15px;
    line-height: 0;
  }
}
.silder-nav .nav-arrow:hover {
  background-color: #C2EDE8;
}
.silder-nav .nav-arrow:hover span {
  color: #008578;
}
.silder-nav .swiper-button-lock {
  display: none;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.nav-slider.swiper {
  overflow: visible;
}
@media screen and (max-width: 1180px) {
  .nav-slider.swiper {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-slider.swiper {
    overflow: hidden;
    padding-bottom: 60px;
  }
}
.nav-slider .swiper-slide {
  opacity: 0.3;
  height: auto;
}
.nav-slider .swiper-slide-next, .nav-slider .swiper-slide-active {
  opacity: 1;
}
.nav-slider .swiper-slide-next + div {
  opacity: 1;
}
.nav-slider .swiper-pagination {
  display: none;
}
@media screen and (max-width: 1180px) {
  .nav-slider .swiper-pagination {
    display: block;
  }
  .nav-slider .swiper-pagination .swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 1;
    border-radius: 15px;
    transition: width 0.3s ease, background 0.3s ease;
  }
  .nav-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #008578;
    width: 25px;
  }
}

.event-card {
  height: 100%;
  margin-bottom: 30px;
}
.event-card a {
  position: relative;
  display: flex;
  background: #1b1b1b;
  border-top-right-radius: 40px;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.event-card a .label-box {
  position: absolute;
  z-index: 1;
  top: 30px;
}
.event-card a .label-box.left {
  left: 0;
}
.event-card a .label-box.left P.exclusive {
  border-radius: 0 15px 0 0;
}
.event-card a .label-box.right {
  right: 0;
}
.event-card a .label-box p {
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: 800;
  border-radius: 15px 0 0 0;
  margin-bottom: 10px;
}
.event-card a .label-box p.exclusive {
  color: #131313;
  background-color: #fffb00;
}
.event-card a .label-box p.upcoming {
  color: #fff;
  background-color: #008578;
}
.event-card a .label-box p.on-going {
  color: #008578;
  background-color: #C2EDE8;
}
.event-card a .label-box p.past-event {
  color: #222;
  background-color: #898989;
}
.event-card a .event-img {
  height: 250px;
}
@media only screen and (min-width: 1824px) {
  .event-card a .event-img {
    height: 360px;
  }
}
.event-card a .event-img img {
  border-top-right-radius: 40px;
  object-fit: cover;
  width: 100%;
  height: 250px;
}
@media only screen and (min-width: 1824px) {
  .event-card a .event-img img {
    height: 360px;
  }
}
.event-card a .event-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #1b1b1b;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  height: 100%;
}
.event-card a .event-content-date, .event-card a .event-content-location {
  margin-bottom: 15px;
}
.event-card a .event-content-date img, .event-card a .event-content-location img {
  width: 16px;
}
.event-card a .event-content-date span, .event-card a .event-content-location span {
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
}
@media only screen and (min-width: 1824px) {
  .event-card a .event-content-date span, .event-card a .event-content-location span {
    font-size: 16px;
  }
}
.event-card a .event-content h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1824px) {
  .event-card a .event-content h4 {
    font-size: 26px;
  }
}
.event-card a .event-content h4.big-font {
  font-size: 30px;
}
@media only screen and (min-width: 1824px) {
  .event-card a .event-content h4.big-font {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .event-card a .event-content h4.big-font {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .event-card a .event-content h4 {
    font-size: 18px;
  }
}
.event-card a .event-content-button {
  margin-top: 25px;
}
.event-card a .event-content-button-text {
  display: inline-block;
  position: relative;
  color: #696969;
  font-size: 15px;
  font-weight: 700;
  padding-left: 35px;
  transition: color 0.3s ease, padding 0.3s ease;
}
@media only screen and (min-width: 1824px) {
  .event-card a .event-content-button-text {
    font-size: 18px;
    padding-left: 45px;
  }
}
.event-card a .event-content-button-text span {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 84' xml:space='preserve'%3E%3Cpath fill='%23696969' d='M66.6,40.3c-0.2-0.4-0.4-0.6-0.6-0.9c-1.4-2-2.8-4.1-4.2-6.1c-0.6-0.9-0.6-1.7,0-2.3c0.6-0.7,1.4-0.8,2.4-0.2 c5.6,3.2,11.1,6.4,16.6,9.6c1.5,0.9,1.5,2.4,0,3.3c-5.5,3.2-11,6.4-16.6,9.6c-1,0.6-1.8,0.5-2.4-0.1c-0.6-0.7-0.6-1.5,0-2.4 c1.6-2.3,3.1-4.5,4.8-7c-0.5,0-0.8,0-1.1,0c-20.4,0-40.7,0-61.1,0c-0.3,0-0.7,0-1,0C2.6,43.6,2,42.8,2,42c0-0.9,0.6-1.6,1.5-1.7 c0.3,0,0.7,0,1,0c20.3,0,40.6,0,61,0C65.8,40.3,66.1,40.3,66.6,40.3z'/%3E%3C/svg%3E");
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 25px;
  height: 25px;
  transition: left 0.3s ease, right 0.3s ease, color 0.3s ease;
}
@media only screen and (min-width: 1824px) {
  .event-card a .event-content-button-text span {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 767px) {
  .event-card a:hover .event-content h4 {
    color: #008578;
  }
  .event-card a:hover .event-content-button-text {
    color: #008578;
    padding-left: 0;
  }
  .event-card a:hover .event-content-button-text span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 84' xml:space='preserve'%3E%3Cpath fill='%23008578' d='M66.6,40.3c-0.2-0.4-0.4-0.6-0.6-0.9c-1.4-2-2.8-4.1-4.2-6.1c-0.6-0.9-0.6-1.7,0-2.3c0.6-0.7,1.4-0.8,2.4-0.2 c5.6,3.2,11.1,6.4,16.6,9.6c1.5,0.9,1.5,2.4,0,3.3c-5.5,3.2-11,6.4-16.6,9.6c-1,0.6-1.8,0.5-2.4-0.1c-0.6-0.7-0.6-1.5,0-2.4 c1.6-2.3,3.1-4.5,4.8-7c-0.5,0-0.8,0-1.1,0c-20.4,0-40.7,0-61.1,0c-0.3,0-0.7,0-1,0C2.6,43.6,2,42.8,2,42c0-0.9,0.6-1.6,1.5-1.7 c0.3,0,0.7,0,1,0c20.3,0,40.6,0,61,0C65.8,40.3,66.1,40.3,66.6,40.3z'/%3E%3C/svg%3E");
    left: 100%;
    margin-left: 15px;
  }
}

.car_model_name_caps {
  text-transform: none !important;
}

.state-caps, city-caps {
  text-transform: capitalize !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.card-container .card-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 991px) {
  .card-container .card-layout {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .card-container .card-layout {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.card-container .card-layout .border_top_right {
  border-top-right-radius: 60px;
}
@media screen and (max-width: 767px) {
  .card-container .card-layout .border_top_right {
    border-top-right-radius: 40px;
  }
}
.card-container .card-layout .border_top_left {
  border-top-left-radius: 60px;
}
@media screen and (max-width: 767px) {
  .card-container .card-layout .border_top_left {
    border-top-left-radius: 40px;
  }
}
.card-container .card-layout a {
  background-color: #fff;
}
.card-container .card-layout .card-box {
  padding: 0 10px;
  margin-bottom: 20px;
}
.card-container .card-layout .card-box.w-66 {
  width: 66.66667%;
}
@media screen and (max-width: 991px) {
  .card-container .card-layout .card-box.w-66 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .card-container .card-layout .card-box.w-66 {
    width: 100%;
    padding: 0;
  }
}
.card-container .card-layout .card-box.w-33 {
  width: 33.33333%;
}
@media screen and (max-width: 991px) {
  .card-container .card-layout .card-box.w-33 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .card-container .card-layout .card-box.w-33 {
    padding: 0 5px;
  }
  .card-container .card-layout .card-box.w-33 .card-absolute-title {
    padding: 20px;
  }
  .card-container .card-layout .card-box.w-33 .card-absolute-title .card-title {
    font-size: 16px;
  }
  .card-container .card-layout .card-box.w-33 .card-button-absolute {
    padding: 20px;
  }
  .card-container .card-layout .card-box.w-33 .overlay {
    margin: 0 5px;
  }
}
.card-container .card-layout .card-box img {
  transition: transform 0.3s ease;
}
.card-container .card-layout .card-box img.image-fit {
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .card-container .card-layout .card-box img.image-fit {
    width: 100%;
  }
}
.card-container .card-layout .card-box .card-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 40px 40px;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .card-container .card-layout .card-box .card-copy {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .card-container .card-layout .card-box .card-copy {
    padding: 20px;
  }
}
.card-container .card-layout .card-box .card-copy .card-text h2 {
  margin-bottom: 15px;
}
.card-container .card-layout .card-box .card-copy .card-text p {
  font-size: 14px;
  color: #505050;
}
@media only screen and (min-width: 1824px) {
  .card-container .card-layout .card-box .card-copy .card-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .card-container .card-layout .card-box .card-copy .card-text p {
    margin-bottom: 20px;
  }
}
.card-container .card-layout .card-box .card-button span.text-link,
.card-container .card-layout .card-box .card-button-absolute span.text-link {
  color: #000;
}
.card-container .card-layout .card-box .card-button span.text-link.arrow span,
.card-container .card-layout .card-box .card-button-absolute span.text-link.arrow span {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 84' xml:space='preserve'><path fill='%23000000' d='M66.6,40.3c-0.2-0.4-0.4-0.6-0.6-0.9c-1.4-2-2.8-4.1-4.2-6.1c-0.6-0.9-0.6-1.7,0-2.3c0.6-0.7,1.4-0.8,2.4-0.2 c5.6,3.2,11.1,6.4,16.6,9.6c1.5,0.9,1.5,2.4,0,3.3c-5.5,3.2-11,6.4-16.6,9.6c-1,0.6-1.8,0.5-2.4-0.1c-0.6-0.7-0.6-1.5,0-2.4 c1.6-2.3,3.1-4.5,4.8-7c-0.5,0-0.8,0-1.1,0c-20.4,0-40.7,0-61.1,0c-0.3,0-0.7,0-1,0C2.6,43.6,2,42.8,2,42c0-0.9,0.6-1.6,1.5-1.7 c0.3,0,0.7,0,1,0c20.3,0,40.6,0,61,0C65.8,40.3,66.1,40.3,66.6,40.3z'/></svg>");
  transform: translateY(1px);
}
.card-container .card-layout .card-box .card-absolute-title {
  position: absolute;
  padding: 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .card-container .card-layout .card-box .card-absolute-title {
    padding: 20px;
  }
}
.card-container .card-layout .card-box .card-title {
  font-size: 25px;
}
@media only screen and (min-width: 1824px) {
  .card-container .card-layout .card-box .card-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .card-container .card-layout .card-box .card-title {
    font-size: 18px;
  }
}
.card-container .card-layout .card-box a {
  overflow: hidden;
}
.card-container .card-layout .card-box a .card-button-absolute {
  position: absolute;
  padding: 40px;
  bottom: 0;
  z-index: 2;
}
.card-container .card-layout .card-box a .card-button-absolute.right {
  right: 0;
}
@media screen and (max-width: 767px) {
  .card-container .card-layout .card-box a .card-button-absolute {
    padding: 30px;
  }
}
.card-container .card-layout .card-box a:hover img {
  transform: scale(1.05);
}
@media only screen and (min-width: 767px) {
  .card-container .card-layout .card-box a:hover .card-button .arrow,
  .card-container .card-layout .card-box a:hover .card-button-absolute .arrow {
    padding-left: 0;
    padding-right: 65px;
  }
  .card-container .card-layout .card-box a:hover .card-button .arrow span,
  .card-container .card-layout .card-box a:hover .card-button-absolute .arrow span {
    left: calc(100% - 50px);
  }
}
.card-container .card-layout .card-box .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 10px;
  height: 50%;
}
@media screen and (max-width: 767px) {
  .card-container .card-layout .card-box .overlay {
    margin: 0;
  }
}
.card-container .card-layout .card-box .overlay.white {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #C2EDE8 100%);
}
.card-container .card-layout .card-box .overlay.black {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(18, 17, 17) 100%);
}

.ttil-container {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .ttil-container {
    padding: 20px;
  }
}
.ttil-container .ttil-content-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 60px;
  height: 100%;
}
@media only screen and (min-width: 1824px) {
  .ttil-container .ttil-content-box {
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .ttil-container .ttil-content-box {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .ttil-container .ttil-content-box .ttil-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .ttil-container .ttil-img {
    margin-bottom: 20px;
  }
}
.ttil-container .ttil-img img {
  border-top-left-radius: 100px;
}
@media screen and (max-width: 767px) {
  .ttil-container .ttil-img img {
    border-top-left-radius: 50px;
  }
}

.ttil-title {
  margin-bottom: 30px;
}
.ttil-title .svg-line svg {
  stroke: #fff;
  stroke-width: 6;
}
.ttil-title h4 {
  font-size: 40px;
  text-align: justify;
}
@media only screen and (min-width: 1824px) {
  .ttil-title h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1180px) {
  .ttil-title h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ttil-title h4 {
    font-size: 25px;
  }
}

/*******************************/
.testimonials-section .review-card {
  position: relative;
  background: #1e1e1e;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}
.testimonials-section .review-card .member-img {
  margin-top: -70px;
  margin-bottom: 35px;
}
.testimonials-section .review-card .member-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonials-section .review-card .review-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 85%;
}
.testimonials-section .review-card .review-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: lowercase;
}
@media only screen and (min-width: 1824px) {
  .testimonials-section .review-card .review-content h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.testimonials-section .review-card .review-content p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media only screen and (min-width: 1824px) {
  .testimonials-section .review-card .review-content p {
    font-size: 22px;
  }
}
.testimonials-section .review-card .review-content h6 {
  font-size: 16px;
  font-weight: 700;
  color: #aaa;
  margin-top: 30px;
}
@media only screen and (min-width: 1824px) {
  .testimonials-section .review-card .review-content h6 {
    font-size: 18px;
    margin-top: 40px;
  }
}
.testimonials-section .review-card .review-content span {
  font-size: 14px;
  color: #aaa;
}
@media only screen and (min-width: 1824px) {
  .testimonials-section .review-card .review-content span {
    font-size: 16px;
  }
}
.testimonials-section .review-card .review-content .toggle-btn {
  display: none;
  margin-top: 5px;
  font-style: italic;
  text-transform: none;
  text-decoration: underline;
  background-color: transparent;
  color: #C2EDE8;
  cursor: pointer;
}
.testimonials-section .review-card .review-content.expanded .review-text {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.testimonials-section .review-card .review-content.expanded .toggle-btn {
  display: block;
}

/*******************************/
.charging-section .charging-bg picture {
  display: block;
}
.charging-section .charging-bg picture img {
  width: 100%;
}
.charging-section .charging-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .charging-section .charging-content {
    top: auto;
    transform: none;
    bottom: 50px;
  }
}
.charging-section .charging-content .charging-box {
  max-width: 500px;
}
@media only screen and (min-width: 1824px) {
  .charging-section .charging-content .charging-box {
    max-width: 650px;
  }
}
.charging-section .charging-content .charging-box .ttil-title {
  max-width: 90%;
}
.charging-section .charging-content .charging-box .svg-line {
  display: inline-block;
  margin: 0 20px;
}
.charging-section .charging-content .charging-button {
  display: flex;
  gap: 15px;
  text-align: center;
  margin-top: 40%;
}
@media screen and (max-width: 767px) {
  .charging-section .charging-content .charging-button {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.charging-section .charging-content .charging-button a {
  width: 48%;
  padding: 10px;
}
.charging-section .charging-content .charging-button a.arrow span {
  display: none;
}

/*******************************/
.gallery-box {
  display: flex;
  gap: 5px;
  max-height: 90vh;
}
@media screen and (max-width: 991px) {
  .gallery-box {
    max-height: 40vh;
  }
}
@media screen and (max-width: 767px) {
  .gallery-box {
    max-height: 35vh;
  }
}
.gallery-box-width {
  flex-grow: 1;
  flex-basis: 0;
}
.gallery-box-width a {
  display: block;
  height: 100%;
}
.gallery-box-width a img {
  object-fit: cover;
  height: 100%;
}
.gallery-box-width:nth-child(1) .gallery-card:nth-child(1) a {
  border-top-left-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery-box-width:nth-child(1) .gallery-card:nth-child(1) a {
    border-top-left-radius: 40px;
  }
}
.gallery-box-width:nth-child(1) .gallery-card:nth-child(1) a img {
  border-top-left-radius: 80px;
}
@media screen and (max-width: 767px) {
  .gallery-box-width:nth-child(1) .gallery-card:nth-child(1) a img {
    border-top-left-radius: 40px;
  }
}
.gallery-box-width:nth-child(odd) .gallery-card:nth-child(1) {
  height: 40%;
  margin-bottom: 5px;
}
.gallery-box-width:nth-child(odd) .gallery-card:nth-child(2) {
  height: 60%;
}
.gallery-box-width:nth-child(even) .gallery-card:nth-child(1) {
  height: 60%;
  margin-bottom: 5px;
}
.gallery-box-width:nth-child(even) .gallery-card:nth-child(2) {
  height: 40%;
}
.gallery-box.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 100px;
  gap: 5px;
  padding: 10px;
  max-height: none;
}
@media only screen and (min-width: 1824px) {
  .gallery-box.four {
    grid-auto-rows: 150px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-box.four {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-box.four .gallery-card:nth-child(1),
.gallery-box.four .gallery-card:nth-child(3),
.gallery-box.four .gallery-card:nth-child(7),
.gallery-box.four .gallery-card:nth-child(8) {
  grid-row: span 1;
}
.gallery-box.four .gallery-card:nth-child(2),
.gallery-box.four .gallery-card:nth-child(4),
.gallery-box.four .gallery-card:nth-child(5),
.gallery-box.four .gallery-card:nth-child(6) {
  grid-row: span 2;
}
.gallery-box.four .gallery-card:nth-child(1) a img {
  border-top-left-radius: 40px;
}
.gallery-box.four .gallery-card a {
  display: block;
  height: 100%;
}
.gallery-box.four .gallery-card a img {
  object-fit: cover;
  height: 100%;
}

.fancybox__content img {
  width: 90%;
}
@media screen and (max-width: 991px) {
  .fancybox__content img {
    width: 100%;
  }
}

/**************************/
.footer {
  padding-top: 5%;
  background: #0A0A0A;
}
.footer .footer-logo {
  width: 95px;
}
@media only screen and (min-width: 1824px) {
  .footer .footer-logo {
    width: auto;
  }
}
.footer .desc {
  margin: 30px 0;
  font-size: 14px;
}
@media only screen and (min-width: 1824px) {
  .footer .desc {
    font-size: 16px;
    max-width: 80%;
    margin: 35px 0;
  }
}
@media (max-width: 991px) {
  .footer .desc {
    margin: 15px 0;
  }
}
.footer .sub-btn {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.footer .sub-btn:hover {
  background: #fff;
  color: #000000;
}
@media only screen and (min-width: 1824px) {
  .footer .sub-btn {
    font-size: 16px;
    padding: 12px 30px;
  }
}
@media (max-width: 991px) {
  .footer .footer-box {
    margin-top: 20px;
  }
}
.footer .footer-box .footer-title {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 14px;
}
@media only screen and (min-width: 1824px) {
  .footer .footer-box .footer-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-box .footer-title {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #202020;
    padding-bottom: 15px;
  }
  .footer .footer-box .footer-title:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    right: 2px;
    transition: transform 0.3s ease;
  }
}
.footer .footer-box .footer-title.open:after {
  transform: rotate(-45deg) translate(-4px, 4px);
}
@media screen and (max-width: 767px) {
  .footer .footer-box ul {
    display: none;
    margin-top: 10px;
  }
}
.footer .footer-box ul li {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1824px) {
  .footer .footer-box ul li {
    font-size: 16px;
  }
}
.footer .footer-box ul li a {
  word-break: break-all;
  transition: color 0.3s ease;
}
.footer .footer-box ul li a:hover {
  color: #008578;
}
.footer .bottom-footer {
  margin-top: 6%;
  padding: 30px 0;
  border-top: 1px solid #242424;
}
@media screen and (max-width: 767px) {
  .footer .bottom-footer {
    border: 0;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .footer .bottom-footer {
    text-align: center;
  }
}
.footer .bottom-footer p {
  font-size: 14px;
}
.footer .bottom-footer p.right {
  position: absolute;
  right: 0;
}
.footer .bottom-footer p.right img {
  margin-right: 5px;
  vertical-align: text-bottom;
}
@media (max-width: 991px) {
  .footer .bottom-footer p.right {
    position: relative;
    margin-top: 15px;
  }
}

/********************************/
@media only screen and (min-width: 1824px) {
  #formpopup .modal-dialog {
    max-width: 700px;
  }
}
#formpopup .modal-content {
  background-color: #0A0A0A;
  color: #aaa;
  border-radius: 12px;
}
#formpopup .modal-content .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
}
#formpopup .modal-content .btn-close:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  #formpopup .modal-content {
    max-height: 90vh;
    overflow-y: auto;
  }
  #formpopup .modal-content .modal-body {
    padding: 20px;
    font-size: 1rem;
  }
}
#formpopup .modal-content .modal-body {
  padding: 25px;
}
@media only screen and (min-width: 1824px) {
  #formpopup .modal-content .modal-body {
    padding: 40px;
  }
}
#formpopup .modal-content .modal-body label {
  font-size: 15px;
  font-weight: 700;
  color: #aaa;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1824px) {
  #formpopup .modal-content .modal-body label {
    font-size: 18px;
  }
}
#formpopup .modal-content .modal-body .checkbox .privacy-policy {
  font-size: 14px;
  font-weight: 300;
  color: #aaa;
  margin-bottom: 0;
}
@media only screen and (min-width: 1824px) {
  #formpopup .modal-content .modal-body .checkbox .privacy-policy {
    font-size: 18px;
  }
}
#formpopup .modal-content .modal-body .checkbox .privacy-policy a {
  color: #00A99D;
  text-decoration: underline;
}
#formpopup .modal-content .modal-body .checkbox input[type=checkbox] {
  display: none;
}
#formpopup .modal-content .modal-body .checkbox label {
  position: relative;
  cursor: pointer;
}
#formpopup .modal-content .modal-body .checkbox label:before {
  top: 1px;
}
#formpopup .modal-content .modal-body input,
#formpopup .modal-content .modal-body textarea,
#formpopup .modal-content .modal-body select {
  background-color: #1E1E1E;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  resize: none;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1824px) {
  #formpopup .modal-content .modal-body input,
  #formpopup .modal-content .modal-body textarea,
  #formpopup .modal-content .modal-body select {
    font-size: 18px;
    padding: 15px;
  }
}
#formpopup .modal-content .modal-body input {
  color: #008578;
  padding-left: 35px;
}
@media only screen and (min-width: 1824px) {
  #formpopup .modal-content .modal-body input {
    padding-left: 45px;
  }
}
#formpopup .modal-content .modal-body input.city {
  padding-left: 10px;
}
@media only screen and (min-width: 1824px) {
  #formpopup .modal-content .modal-body input.city {
    padding-left: 15px;
  }
}
#formpopup .modal-content .modal-body input::placeholder {
  color: #aaa;
}
#formpopup .modal-content .modal-body input:hover + svg,
#formpopup .modal-content .modal-body input:focus + svg,
#formpopup .modal-content .modal-body input.selected + svg {
  stroke: #00A99D;
  transition: all 1s;
}
#formpopup .modal-content .modal-body svg {
  position: absolute;
  left: 0;
  top: 12px;
  margin: 0 10px;
  height: 16px;
  width: 16px;
  stroke: #aaa;
}
@media only screen and (min-width: 1824px) {
  #formpopup .modal-content .modal-body svg {
    top: 18px;
    width: 20px;
    height: 20px;
    margin: 0 15px;
  }
}
#formpopup .modal-content .modal-body select {
  color: #aaa;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23aaa%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m2%205%206%206%206-6%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 16px 12px;
  transition: background-image 0.3s ease-in-out;
  cursor: pointer;
}
#formpopup .modal-content .modal-body select.focused {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23aaa%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m2%2011%206-6%206%206%22%2F%3E%3C%2Fsvg%3E");
}
#formpopup .modal-content .modal-body select.selected {
  color: #008578;
}
#formpopup .modal-content .modal-body .rating {
  display: flex;
  font-size: 35px;
  color: #1e1e1e;
  gap: 8px;
}
#formpopup .modal-content .modal-body .rating .star {
  line-height: 1;
  cursor: pointer;
}
#formpopup .modal-content .modal-body .rating .star.active {
  color: #008578;
}
#formpopup .modal-content .modal-body textarea {
  color: #008578;
  border-radius: 10px;
}
#formpopup .modal-content .modal-body .minchar {
  position: absolute;
  display: block;
  color: #948C8C;
  right: 15px;
  font-size: 12px;
}
#formpopup .modal-content .modal-body .msg-submit h4 {
  margin-bottom: 20px;
}
#formpopup .modal-content .modal-body .msg-submit.success h4 {
  color: #008578;
}
#formpopup .modal-content .modal-body .msg-submit.failed h4 {
  color: red;
}

/*********************************/
.go-top {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  text-decoration: none;
  color: #131313;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  z-index: 99;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .go-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.go-top:hover {
  background-color: #fff;
}

/*******************************/
.common-copy h3 {
  margin-bottom: 20px;
}
.common-copy p {
  margin-bottom: 15px;
}
.common-copy p:last-child {
  margin-bottom: 0;
}
.common-copy p a {
  color: #008578;
  transition: color 0.3s ease;
}
.common-copy p a:hover {
  color: #fff;
}
.common-copy h5 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.common-copy ul {
  padding-left: 20px;
}
.common-copy ul li {
  list-style: disc;
  color: #aaa;
  margin-bottom: 15px;
}
.common-copy ul li ul {
  margin-top: 15px;
}

/*******************************/
.sitemap-section-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .sitemap-section-list ul {
    margin: 0;
  }
}
.sitemap-section-list ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .sitemap-section-list ul li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 991px) {
  .sitemap-section-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-section-list ul li {
    width: 100%;
    padding: 0;
  }
}
.sitemap-section-list ul li a {
  display: block;
  color: #fff;
  background: #111;
  padding: 20px 30px;
  border-top-right-radius: 40px;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sitemap-section-list ul li a {
    padding: 20px;
  }
}
.sitemap-section-list ul li a:hover {
  background-color: #008578;
}

/*******************************/
.loader-section {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}
.loader-section-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .loader-section-center {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1824px) {
  .loader-section-center svg {
    width: 150px;
    height: 150px;
  }
}
.loader-section-center p {
  color: #fff;
}
