/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/style.scss ***!
  \****************************************************************************************************************************************/
.flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1081px) {
  .flex__rwd {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .flex__mob {
    display: flex;
    justify-content: space-between;
  }
}

.start {
  display: flex;
  justify-content: flex-start;
}

.end {
  display: flex;
  justify-content: flex-end;
}

.center {
  display: flex;
  justify-content: center;
}

.around {
  display: flex;
  justify-content: space-around;
}

.alc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alstart {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.alend {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bg_cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1081px) {
  .rwd_show {
    display: none !important;
  }
}

@media screen and (max-width: 1080px) {
  .rwd_hide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mob_show {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mob_hide {
    display: none !important;
  }
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

a,
a:hover,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

:focus {
  outline: 0;
}

a img,
fieldset,
hr {
  border: 0;
}

hr {
  clear: both;
  overflow: hidden;
  display: block;
}

mark {
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: middle;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
select,
textarea {
  transition: all 0.4s ease;
  border-radius: 0;
  appearance: none;
}

input[type=submit],
input[type=button],
button,
.button {
  transition: all 0.4s ease;
  appearance: none;
  cursor: pointer;
  border: none;
}

input::placeholder,
textarea::placeholder {
  color: #b3b3b3;
  opacity: 100%;
}

::selection {
  color: #fff;
  background-color: #30aa86;
}

.clear {
  clear: both;
  overflow: hidden;
  display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
img.alignleft {
  float: none;
  border-radius: 16px;
  margin: 0 auto 56px;
}
@media screen and (min-width: 1081px) {
  img.alignleft {
    float: left;
    margin: 0 30px 69px 0;
  }
}
img.alignright {
  float: none;
  border-radius: 16px;
  margin: 0 auto 31px;
}
@media screen and (min-width: 1081px) {
  img.alignright {
    float: right;
    margin: 0 0 69px 30px;
  }
}
img.aligncenter {
  border-radius: 16px;
  margin: 0 auto 31px;
}
@media screen and (min-width: 1081px) {
  img.aligncenter {
    margin-bottom: 69px;
  }
}
img.alignnone {
  border-radius: 16px;
  margin: 0 0 31px;
}
@media screen and (min-width: 1081px) {
  img.alignnone {
    margin-bottom: 69px;
  }
}

.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe,
.fullframe object,
.fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  clear: both;
  position: relative;
}
@media screen and (min-width: 769px) {
  div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 16px;
  }
}
div.wpcf7 .label {
  display: block;
  color: #30aa86;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  div.wpcf7 .label {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  div.wpcf7 .label {
    font-size: 16px;
  }
}
div.wpcf7 .wpcf7-list-item-label {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  div.wpcf7 .wpcf7-list-item-label {
    max-width: 300px;
  }
}
div.wpcf7 .wpcf7-form-control {
  font-size: 18px;
  border-radius: 8px;
  padding: 16px 30px;
}
div.wpcf7 .wpcf7-form-control.wpcf7-acceptance {
  padding: 0;
}
div.wpcf7 .wpcf7-form-control.button {
  padding: 19px 38px;
}
div.wpcf7 .wpcf7-form-control.button:focus {
  border: none;
}
div.wpcf7 .wpcf7-form-control:focus {
  border: 1px solid #30aa86;
  transition: border 0s;
}
@media screen and (max-width: 768px) {
  div.wpcf7 .wpcf7-form-control {
    font-size: 14px;
    height: 50px;
  }
  div.wpcf7 .wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    height: auto;
  }
}
div.wpcf7 .radioWrapper {
  display: flex;
  gap: 16px;
  overflow-y: auto;
  margin-bottom: 12px;
}
div.wpcf7 .radioLabel {
  display: flex;
  padding: 16px 32px;
  white-space: nowrap;
  border-radius: 8px;
  border: 2px solid #adabc0;
  color: #adabc0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
}
div.wpcf7 .radioLabel:hover {
  color: #30aa86;
  border-color: #30aa86;
}
div.wpcf7 .radioInput {
  display: none;
}
div.wpcf7 .radioInput:checked + .radioLabel {
  border-color: #30aa86;
  color: #30aa86;
}
div.wpcf7 .screen-reader-response {
  display: none;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  color: #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  height: 56px;
  line-height: 56px;
  text-align: left;
  border-radius: 8px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
}
div.wpcf7 .wpcf7-not-valid-tip.invisible {
  opacity: 0%;
  width: 0;
  height: 0;
}
div.wpcf7 textarea {
  height: 135px !important;
}
div.wpcf7 .wpcf7-response-output {
  display: none;
}
div.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

span.wpcf7-list-item {
  display: block;
  margin: 0;
  font-size: 14px;
}
span.wpcf7-list-item label {
  display: inline-block;
  min-height: 25px;
}
span.wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  line-height: 1.2;
  cursor: pointer;
}
span.wpcf7-list-item label span::before {
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  content: "";
  border: 1px solid #003c3e;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  span.wpcf7-list-item label span::before {
    top: -3px;
  }
}
@media screen and (max-width: 768px) {
  span.wpcf7-list-item label span::before {
    top: 3px;
  }
}
span.wpcf7-list-item label span::after {
  content: "";
  position: absolute;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0%;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  span.wpcf7-list-item label span::after {
    top: -1px;
  }
}
@media screen and (max-width: 768px) {
  span.wpcf7-list-item label span::after {
    top: 5px;
  }
}
span.wpcf7-list-item label input {
  display: none;
}
span.wpcf7-list-item label input:checked + span::before {
  background: #003c3e;
}
span.wpcf7-list-item label input:checked + span::after {
  opacity: 100%;
}

html {
  font: 400 14px/1.42 "Poppins", sans-serif;
  scroll-behavior: smooth;
  text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
 
  scroll-padding-top: 112px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 146px;
  }
}
@media screen and (min-width: 1081px) {
  html {
    font-size: 18px;
    
  }
}

body {
  color: #003c3e;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  opacity: 100%;
}
@media screen and (max-width: 1080px) {
  body.is_overflow {
    overflow: hidden;
  }
}

#main {
  flex: 1 0 auto;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1270px;
  position: relative;
}
.container.large {
  width: 1540px;
}
@media screen and (max-width: 1080px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1081px) {
  .container {
    max-width: 96%;
  }
}

.row {
  margin: 0 auto;
  width: 1270px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .row {
    max-width: 100%;
  }
}
@media screen and (min-width: 1081px) {
  .row {
    max-width: 96%;
  }
}

html::-webkit-scrollbar {
  width: 6px;
}
@media screen and (min-width: 1081px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}

::-webkit-scrollbar-thumb {
  background: #30aa86;
}

::-webkit-scrollbar-track {
  background: #edeff4;
}

::-webkit-scrollbar-thumb:hover {
  background: #003c3e;
}

::-webkit-scrollbar-thumb:active {
  background: #003c3e;
}

:root {
  scrollbar-width: thin;
  scrollbar-color: #30aa86 #edeff4;
}

p {
  line-height: 1.8;
  padding-bottom: 25px;
}
p:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1081px) {
  p {
    padding-bottom: 48px;
  }
}

a {
  color: #30aa86;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:active {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 25px;
  line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.h1 a:active,
.h2 a:active,
.h3 a:active,
.h4 a:active,
.h5 a:active,
.h6 a:active {
  color: #30aa86;
}
@media screen and (min-width: 1025px) {
  h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
    color: #30aa86;
  }
}

h1,
.h1 {
  font-size: 38px;
  padding-bottom: 32px;
  color: #30aa86;
}
h1 strong,
.h1 strong {
  color: #003c3e;
}
@media screen and (max-width: 1080px) {
  h1 br,
.h1 br {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  h1,
.h1 {
    font-size: 52px;
    padding-bottom: 40px;
  }
}

h2,
.h2 {
  font-size: 32px;
}
@media screen and (min-width: 1081px) {
  h2,
.h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 24px;
}
@media screen and (min-width: 1081px) {
  h3,
.h3 {
    font-size: 32px;
  }
}

h4,
.h4 {
  font-size: 22px;
}
@media screen and (min-width: 1081px) {
  h4,
.h4 {
    font-size: 26px;
  }
}

h5,
.h5 {
  font-size: 20px;
}
@media screen and (min-width: 1081px) {
  h5,
.h5 {
    font-size: 22px;
  }
}

.post_content ul {
  margin: 0 0 20px;
}
.post_content ul li {
  position: relative;
  padding: 0 0 12px 20px;
  line-height: 1.7;
}
.post_content ul li::before {
  content: "";
  border: 2px solid #30aa86;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (min-width: 1081px) {
  .post_content ul li {
    padding: 0 0 12px 25px;
  }
  .post_content ul li::before {
    top: 6px;
    border-radius: 4px;
    border-width: 4px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
textarea {
  height: 56px;
  width: 100%;
  border: none;
  background: #fff;
  padding: 0 24px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border-radius: 16px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #30aa86;
}
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=password]:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-text-fill-color: #003c3e !important;
  box-shadow: 0 0 0 30px #fff inset !important;
}

textarea {
  resize: none;
  height: 120px;
  padding: 24px;
}

.button,
.submit {
  display: inline-block;
  line-height: 1;
  padding: 16px 32px;
  font-size: 16px;
  background: #30aa86;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
}
.button:hover,
.submit:hover {
  background: #003c3e;
}
.button.outline,
.submit.outline {
  border: 2px solid #30aa86;
  background: transparent;
  color: #30aa86;
}
.button.outline:hover,
.submit.outline:hover {
  color: #fff;
  background: #30aa86;
}
@media screen and (max-width: 480px) {
  .button,
.submit {
    width: 100%;
  }
}
@media screen and (min-width: 1081px) {
  .button,
.submit {
    font-size: 18px;
  }
}

.hidden {
  display: none;
}

.blockSpace {
  padding: 52px 0;
}

.gray {
  background-color: #edeff4;
}
.gray.folder {
  border-color: #edeff4;
}

.white {
  background-color: #fff;
}
.white.folder {
  border-color: #fff;
}

.section {
  margin-bottom: 120px;
}
.section:last-child {
  margin-bottom: 0;
}
.section .container {
  width: 1020px;
}
.section h2 {
  padding-bottom: 32px;
}
.section h3 {
  font-size: 20px;
}
@media screen and (min-width: 1081px) {
  .section {
    margin-bottom: 160px;
  }
  .section h2 {
    text-align: center;
    padding-bottom: 56px;
  }
  .section h3 {
    font-size: 22px;
  }
}

#main .swiper-wrapper {
  height: auto;
}
#main .swiper-pagination {
  font-size: 0;
}
#main .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border-radius: 4px;
  opacity: 100%;
  transition: all 0.4s ease;
}
#main .swiper-pagination .swiper-pagination-bullet:hover, #main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #30aa86;
}
@media screen and (max-width: 1080px) {
  #main .swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: 8px;
    bottom: -48px;
  }
  #main .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap);
    transition: all 0.4s ease;
  }
}
@media screen and (min-width: 1081px) {
  #main .swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: 12px;
    bottom: -80px;
  }
  #main .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap);
  }
}
#main .swButton {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #003c3e;
  color: #fff;
}
#main .swButton::after {
  font-size: 14px;
  margin-top: 2px;
}
#main .swButton.swiper-button-prev {
  left: -63px;
}
#main .swButton.swiper-button-prev::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04IDExTDIgNkw4IDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPg==");
  margin-right: 2px;
}
#main .swButton.swiper-button-next {
  right: -63px;
}
#main .swButton.swiper-button-next::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDkgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNyA2TDEgMTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPg==");
  margin-left: 2px;
}
@media screen and (max-width: 1500px) {
  #main .swButton {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  background: #fff;
}
@media screen and (min-width: 1201px) {
  header:has(.mega-menu-item-has-children:hover) {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
header .container {
  height: 86px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  header {
    box-shadow: 0 0 0 2px #edeff4;
  }
}
@media screen and (min-width: 1151px) {
  header .container {
    height: 104px;
  }
}

#logo svg {
  display: block;
}
@media screen and (max-width: 1200px) {
  #logo {
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  #logo svg {
    width: 153px;
  }
}
@media screen and (max-width: 480px) {
  #logo svg {
    width: 130px;
  }
}

@media screen and (min-width: 1301px) {
  .contactButton {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 481px) {
  .contactButton {
    font-size: 16px;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 480px) {
  .contactButton {
    font-size: 14px;
    padding: 10px 20px;
    width: fit-content;
  }
}

.menuBox .soc {
  display: none;
  padding-top: 30px;
  padding-bottom: 50px;
}
.menuBox .soc a:hover svg path {
  fill: #fff;
}
.menuBox .soc a:hover svg > path:first-child {
  fill: #003c3e;
}

#menuOpen {
  position: relative;
  z-index: 120;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.4s ease;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 14px;
  cursor: pointer;
  transition: all 0.4s ease;
}
#menuOpen span::before, #menuOpen span::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  box-shadow: 0 2px 0 0 #003c3e, 0 14px 0 0 #003c3e;
  transition: all 0.4s ease;
}
#menuOpen span::after {
  content: "";
  position: absolute;
  top: 4px;
  height: 2px;
  box-shadow: 0 2px 0 0 #003c3e;
}
#menuOpen.opened span::before, #menuOpen.opened span::after {
  top: -3px;
  left: 0;
  right: 0;
  background: #003c3e;
  box-shadow: none;
}
#menuOpen.opened span::before {
  backface-visibility: hidden;
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span::after {
  backface-visibility: hidden;
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen.opened #mega-menu-main_menu {
  visibility: visible;
  background: transparent;
  opacity: 100%;
  z-index: 110;
}
#menuOpen.opened #mega-menu-main_menu::before {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #menuOpen {
    order: -1;
  }
}
@media screen and (min-width: 1201px) {
  #menuOpen {
    display: none;
  }
}

/* Mega Menu */
.menuBox #mega-menu-wrap-main_menu {
  position: initial !important;
  background: transparent;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu {
  position: initial !important;
  display: block;
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item {
    height: 104px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item:hover span.mega-indicator::after {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item:hover > a.mega-menu-link {
    color: #30aa86;
  }
}
@media screen and (max-width: 1200px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item {
    position: relative;
    border-top: 1px solid #adb5c7;
  }
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item:first-child {
    border: none;
  }
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
  display: inline-flex;
  font-weight: 600;
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    transform: translate(0, 80%);
  }
}
@media screen and (min-width: 1280px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px 0px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    position: initial;
  }
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link span.mega-indicator {
    position: absolute;
    right: 26px;
  }
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  font-weight: 600;
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu {
    top: 104px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray {
  background-color: #edeff4;
  border-radius: 0 0 0 16px;
  padding: 24px;
  grid-row: 1/span 2;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray .mega-link-small {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #003c3e;
  transition: all 0.4s ease;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray .mega-link-small:hover {
  color: #30aa86;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray .soc a:hover.icon-twitter svg > path:last-child {
  stroke: #fff;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray .soc a:hover.icon-instagram svg > path:first-child {
  fill: #30aa86;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray .soc a:hover.icon-instagram svg > path:nth-child(2) {
  stroke: #fff;
  fill: #30aa86;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray .soc a:hover svg > path:first-child {
  fill: #30aa86;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray .soc a:hover svg > path:last-child {
  fill: #fff;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray.col-bg-black {
  background-color: #000;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray.col-bg-black ul.mega-sub-menu li:not(:last-child) {
  margin-top: 0 !important;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray.col-bg-black .mega-menu-cta-button {
  width: 100% !important;
  margin-top: 12px;
  background-color: #fff;
  color: #000;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray.col-bg-black .mega-menu-cta-button:hover {
  color: #fff;
  background-color: #30aa86;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray.col-bg-black .mega-menu-col-title,
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > .mega-sub-menu .mega-col-gray.col-bg-black .post-link {
  color: #fff;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  font-weight: 400;
  color: #003c3e;
  padding: 4px 0;
  transition: all 0.4s ease;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  color: #30aa86;
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row > ul.mega-sub-menu {
    display: grid;
    grid-template-columns: minmax(22%, 372px) 1fr 1fr 1fr;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2509803922) inset;
    border-radius: 0 0 16px 16px;
  }
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column {
    padding: 24px;
  }
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
  }
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > .mega-menu-link {
    font-size: 20px;
    color: #003c3e;
    padding-bottom: 8px;
  }
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-link {
  transition: all 0.4s ease;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-link:hover {
  color: #30aa86;
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column.col-gray {
    max-width: 372px;
  }
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column.col-gray .widget_media_image img {
    width: 100%;
  }
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column.col-gray > li.mega-menu-item.title-link .mega-menu-link {
    font-size: 24px;
  }
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column.col-gray > ul.mega-sub-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column.col-gray > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column.col-gray > ul.mega-sub-menu > li.mega-menu-item .mega-menu-link {
  font-size: 20px;
  color: #003c3e;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column.col-gray > ul.mega-sub-menu .widget_block {
  margin-top: auto;
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column.col-w-full {
    display: flex;
    grid-row: 1/span 2;
    grid-column: 2/span 4;
  }
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row .mega-menu-column.col-w-full > .mega-sub-menu {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  font-size: 18px;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  transition: all 0.4s ease;
}
.menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children:has(.mega-sub-menu:hover) {
  color: #30aa86;
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu.mega-menu-item.mega-menu-item-has-children:has(.mega-sub-menu:hover) span.mega-indicator::after {
    transform: rotate(180deg);
  }
}
.menuBox #mega-menu-wrap-main_menu .mega-menu-toggle {
  display: none;
}
@media screen and (max-width: 1200px) {
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu {
    position: fixed !important;
    top: 104px;
    left: 0;
    width: 100vw;
    min-height: calc(100% - 104px);
    height: auto;
  }
}
@media screen and (max-width: 1150px) {
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu {
    top: 88px;
    min-height: calc(100% - 88px);
  }
}
@media screen and (max-width: 1200px) {
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu {
    visibility: hidden;
    opacity: 0%;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: -1;
    background: #fff;
    color: #fff;
    display: block;
  }
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .menuContent {
    height: 100%;
    width: 100%;
    flex-direction: column;
    padding: 16px 16px 0;
  }
}
.menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu.opened {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu > .mega-menu-item {
    padding-top: 8px;
  }
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu > .mega-menu-item > a {
    padding-left: 26px;
  }
}
.menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children .mega-menu-item-has-children a.mega-menu-link {
  display: inline-flex !important;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children .mega-menu-item-has-children a.mega-menu-link {
    padding: 0px 20px 0px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children .mega-menu-item-has-children a.mega-menu-link {
    position: initial;
  }
}
.menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children .mega-menu-item-has-children a.mega-menu-link:hover {
  font-weight: 600;
}
@media screen and (min-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children .mega-menu-item-has-children a.mega-menu-link:hover span.mega-indicator::after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1200px) {
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children .mega-menu-item-has-children a.mega-menu-link span.mega-indicator {
    position: absolute;
    right: 26px;
  }
}
.menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children .mega-sub-menu {
  transition: all 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children .mega-sub-menu {
    display: block;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
  }
}
.menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children .mega-indicator {
  transition: all 0.4s ease;
}
@media screen and (max-width: 1201px) {
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children .mega-indicator {
    transform: rotate(-90deg);
  }
}
.menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children.active .mega-sub-menu {
  opacity: 1;
  visibility: visible;
}
.menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children.active .mega-sub-menu.invisible {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
@media screen and (max-width: 1200px) {
  .menuBox #mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu .mega-menu-item-has-children.active .mega-indicator {
    transform: rotate(0);
  }
}

footer {
  background-color: #003c3e;
}
@media screen and (min-width: 1081px) {
  footer .soc {
    position: absolute;
    bottom: 55px;
    left: 0;
  }
}

.footerTop {
  padding: 55px 0 30px;
  color: #fff;
}
.footerTop .logoBox {
  margin-bottom: 40px;
}
.footerTop a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.footerTop a:hover {
  color: #30aa86;
}
.footerTop .supportButton {
  background: #0a5456;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 72px;
}
.footerTop .supportButton span {
  padding-right: 32px;
}
.footerTop .supportButton svg {
  vertical-align: middle;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 32px;
}
.footerTop .supportButton svg path {
  transition: all 0.4s ease;
}
.footerTop .supportButton:hover {
  background: #ffd500;
  color: #0059c2;
}
.footerTop .supportButton:hover path {
  fill: #0059c2;
}
@media screen and (min-width: 1081px) {
  .footerTop {
    padding: 120px 0 65px;
  }
  .footerTop .logoBox {
    margin-bottom: 55px;
  }
  .footerTop a {
    font-size: 14px;
  }
  .footerTop .supportButton {
    font-size: 18px;
    min-width: 290px;
    position: absolute;
    bottom: 150px;
    left: 0;
    margin-bottom: 0;
  }
  .footerTop .footerContactBox {
    flex-basis: 475px;
  }
  .footerTop .footerMenu {
    flex-wrap: wrap;
  }
  .footerTop .footerMenu nav {
    margin-left: 40px;
  }
}

.footerMenu nav > ul > li > a {
  color: #30aa86;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}
.footerMenu .sub-menu li a {
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .footerMenu {
    margin-bottom: 48px;
  }
  .footerMenu .sub-menu {
    display: none;
    padding-top: 10px;
  }
  .footerMenu .menuToggle > li {
    border-bottom: 1px solid #30aa86;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
  }
  .footerMenu .menuToggle > li::before, .footerMenu .menuToggle > li::after {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 14px;
  }
  .footerMenu .menuToggle > li::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw3IDdMMTMgMC45OTk5OTgiIHN0cm9rZT0iIzQwQ0Q5MSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
  }
  .footerMenu .menuToggle > li::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDhMNyAyTDEgOCIgc3Ryb2tlPSIjNDBDRDkxIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
    opacity: 0%;
    visibility: hidden;
  }
  .footerMenu .menuToggle.active > li a {
    color: #fff;
  }
  .footerMenu .menuToggle.active > li::before {
    opacity: 0%;
    visibility: hidden;
  }
  .footerMenu .menuToggle.active > li::after {
    opacity: 100%;
    visibility: visible;
  }
  .footerMenu .menuToggle.active .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footerMenu nav > ul > li > a {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .footerMenu .sub-menu {
    padding-bottom: 55px;
    max-width: 220px;
  }
}

@media screen and (min-width: 768px) {
  .officesBox {
    margin-bottom: 65px;
  }
  .officesBox .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 65px;
  }
  .officesBox .item .country {
    margin-bottom: 6px;
  }
  .officesBox .item .country figure {
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .officesBox .item .country span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
}

.soc {
  line-height: 1;
}
.soc a {
  display: inline-block;
  margin-right: 8px;
  font-size: 0;
}
.soc a svg path {
  transition: all 0.4s ease;
}
.soc a:hover svg > path:first-child {
  fill: #fff;
}

.footerBottom {
  background-color: #30aa86;
  padding: 20px 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.footerBottom span,
.footerBottom a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.footerBottom a {
  color: #003c3e;
}
.footerBottom a:hover {
  color: #fff;
}
@media screen and (max-width: 350px) {
  .footerBottom {
    text-align: center;
  }
  .footerBottom .flex {
    display: block;
  }
  .footerBottom .flex > div {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footerBottom span br {
    display: none;
  }
}

#toTop {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 22px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background: #30aa86;
  border-radius: 50%;
  font-size: 0;
  opacity: 0%;
  transition: visibility 0s, opacity 0.7s linear;
  visibility: hidden;
}
#toTop.visible {
  opacity: 100%;
  visibility: visible;
}
#toTop::before {
  content: "";
  position: absolute;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 16px;
  left: 12px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
@media screen and (min-width: 1081px) {
  #toTop {
    width: 48px;
    height: 48px;
    right: 50px;
    bottom: 50px;
  }
  #toTop::before {
    top: 21px;
    left: 17px;
    width: 13px;
    height: 13px;
  }
}
