.container {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 0 3rem;
  }
}
@media (min-width: 1500px) {
  .container {
    padding: 0 4rem;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rota", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #EDEAF5;
  background: linear-gradient(180deg, #171D23 0%, #4E4E91 100%);
  background-color: #171D23;
  font-weight: 300;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Overpass Mono", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: 300;
  letter-spacing: 0px;
}
h1 strong, h1 span, h2 strong, h2 span, h3 strong, h3 span, h4 strong, h4 span, h5 strong, h5 span, h6 strong, h6 span {
  font-weight: 600;
}
h1.yellow strong, h2.yellow strong, h3.yellow strong, h4.yellow strong, h5.yellow strong, h6.yellow strong {
  font-weight: inherit;
  color: #FFEE00;
}
h1.green strong, h2.green strong, h3.green strong, h4.green strong, h5.green strong, h6.green strong {
  font-weight: inherit;
  color: #3C6045;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #FFEE00;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  color: #FFEE00;
  font-style: normal;
}

.link {
  margin-top: 1.5rem;
}

.button.dark {
  border-radius: 100vw;
  background-color: #171D23;
  padding: 0.5rem 1rem;
  transition: all 0.5s ease;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  max-width: fit-content;
  gap: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .button.dark {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    gap: 1.5rem;
  }
}
.button.green {
  border-radius: 100vw;
  background-color: #3C6045;
  backdrop-filter: blur(100px);
  text-align: center;
  white-space: nowrap;
  border: 1px solid #585649;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.65rem 1rem;
  transition: all 0.5s ease;
  display: inline-flex;
  overflow: hidden;
  max-width: fit-content;
}
@media (min-width: 768px) {
  .button.green {
    padding: 0.75rem 1.5rem;
  }
}
.button.green .btn-text {
  text-align: left;
  white-space: normal;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.button.green .btn-text .fancy-btn-text {
  gap: 1rem;
  display: flex;
  align-items: center;
  color: #EDEAF5;
  font-weight: 500;
  position: relative;
  z-index: 90;
}
@media (min-width: 768px) {
  .button.green .btn-text .fancy-btn-text {
    gap: 1.5rem;
  }
}
.button.green .btn-inner-shadow {
  pointer-events: none;
  border-radius: 50em;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 4px 22px #6FBC80;
  transition: 0.75s ease;
}
.button.green:hover .btn-inner-shadow {
  box-shadow: inset 0 12px 50px #6FBC80;
}
.button.purple {
  border-radius: 100vw;
  background-color: #2A293D;
  backdrop-filter: blur(100px);
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgba(237, 234, 245, 0.75);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.65rem 1rem;
  transition: all 0.5s ease;
  display: inline-flex;
  overflow: hidden;
  max-width: fit-content;
}
@media (min-width: 768px) {
  .button.purple {
    padding: 0.75rem 1.5rem;
  }
}
.button.purple .btn-text {
  text-align: left;
  white-space: normal;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.button.purple .btn-text .fancy-btn-text {
  gap: 1rem;
  display: flex;
  align-items: center;
  color: #EDEAF5;
  position: relative;
  z-index: 90;
  font-weight: 500;
}
@media (min-width: 768px) {
  .button.purple .btn-text .fancy-btn-text {
    gap: 1.5rem;
  }
}
.button.purple .btn-inner-shadow {
  pointer-events: none;
  border-radius: 50em;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 4px 22px #706EA3;
  transition: 0.75s ease;
}
.button.purple:hover .btn-inner-shadow {
  box-shadow: inset 0 12px 50px #6FBC80;
}
.button.blue {
  border-radius: 100vw;
  background-color: #2A293D;
  backdrop-filter: blur(100px);
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgba(112, 110, 163, 0.95);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.65rem 1rem;
  transition: all 0.5s ease;
  display: inline-flex;
  overflow: hidden;
  max-width: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  .button.blue {
    padding: 0.75rem 1.5rem;
  }
}
.button.blue .bg {
  inset: 2%;
  margin: auto;
  width: 96%;
  height: 96%;
  position: absolute;
  opacity: 0.7;
}
.button.blue .bg svg {
  inset: 0;
  width: 100%;
  margin: auto;
  height: 100%;
  position: absolute;
}
.button.blue .btn-text {
  text-align: left;
  white-space: normal;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.button.blue .btn-text .fancy-btn-text {
  gap: 1rem;
  display: flex;
  align-items: center;
  color: #EDEAF5;
  position: relative;
  z-index: 90;
  font-weight: 500;
}
@media (min-width: 768px) {
  .button.blue .btn-text .fancy-btn-text {
    gap: 1.5rem;
  }
}
.button.blue .btn-inner-shadow {
  pointer-events: none;
  border-radius: 50em;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 3px 8px #1a1856;
  transition: 0.75s ease;
}
.button.blue:hover {
  border: 1px solid #2A293D;
}
.button.blue:hover .btn-inner-shadow {
  box-shadow: inset 0 12px 50px #6FBC80;
}

main {
  padding-top: 76px;
}

.anchor {
  position: relative;
  top: -3.5rem;
}

.wpcf7-response-output {
  border-color: #FFEE00;
}

p, li, a, span {
  letter-spacing: 0.05em;
}

p, li {
  transition: 0.3s ease;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  p, li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1100px) {
  p, li {
    font-size: 20px;
  }
}
p strong, li strong {
  font-weight: 600;
}

h1 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1100px) {
  h1 {
    font-size: 38px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  margin-bottom: 2.5rem;
  margin-top: 0;
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1100px) {
  h2 {
    font-size: 34px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 1100px) {
  h3 {
    font-size: 29px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 15px;
  margin-bottom: 0.5rem;
  font-size: clamp(15px, 2.25vw, 39px);
}
@media (min-width: 1100px) {
  h4 {
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  h4 {
    margin-bottom: 0.75rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.1rem;
}

p {
  margin-bottom: 1rem;
}

input[type=submit] {
  transition: 0.3s ease;
}

a {
  color: #EDEAF5;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (min-width: 1100px) {
  a:hover {
    color: #7CC68E;
  }
}

.scrollTo {
  position: relative;
  top: 4rem;
}

.central {
  text-align: center;
}

.pink {
  color: #C4729E;
}

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

.thirds {
  padding: 1.5rem 0;
}
.thirds .container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  padding: 0 1rem;
}
@media (min-width: 1026px) {
  .thirds .container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.thirds .container .third {
  border: 2px solid transparent;
  border-radius: 5px;
  display: flex;
  padding: 30px 3rem 3rem 30px;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.thirds .container .third:before {
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(359deg, #190099 0%, #000833 98%);
  border-radius: 5px;
  z-index: 1;
  pointer-events: none;
}
.thirds .container .third:after {
  content: "";
  position: absolute;
  inset: -100%;
  background: linear-gradient(30deg, rgba(0, 8, 51, 0.062745098) 25%, #2A00FF 75%);
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
@media (max-width: 500px) {
  .thirds .container .third {
    padding: 1.25rem 3rem 3rem 1.25rem;
  }
}
@media (min-width: 1026px) {
  .thirds .container .third {
    padding: 30px 10px 3rem 30px;
  }
}
@media (min-width: 1100px) {
  .thirds .container .third {
    transition: 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
  }
  .thirds .container .third.active {
    opacity: 1;
    transform: translateY(0);
  }
  .thirds .container .third.active:after {
    animation: shimmer 1.5s linear 0.25s;
  }
  .thirds .container .third:nth-of-type(2) {
    transition-delay: 0.15s;
  }
  .thirds .container .third:nth-of-type(2):after {
    animation-delay: 0.5s;
  }
  .thirds .container .third:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  .thirds .container .third:nth-of-type(3):after {
    animation-delay: 0.75s;
  }
}
.thirds .container .third .text {
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 640px) {
  .thirds .container .third .text {
    display: grid;
    align-items: flex-start;
    grid-template-rows: auto 1fr;
    height: 88%;
    justify-content: flex-start;
    width: 100%;
  }
}
.thirds .container .third .text h3 {
  margin-top: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .thirds .container .third .text h3 {
    font-size: 19px;
  }
}
@media (min-width: 1100px) {
  .thirds .container .third .text h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .thirds .container .third .text h3 {
    font-size: 22px;
  }
}
.thirds .container .third .text p {
  margin: 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  .thirds .container .third .text p {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .thirds .container .third .text p {
    font-size: 17px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .thirds .container .third .text p {
    font-size: 18px;
    max-width: 380px;
  }
}
@media (max-width: 500px) {
  .thirds .container .third:nth-of-type(1) .svgWrapper svg {
    max-width: 30px;
    max-height: 30px;
  }
  .thirds .container .third svg {
    max-width: 44px;
    max-height: 44px;
  }
}
.thirds .container .third .svgWrapper {
  display: flex;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}
@media (max-width: 500px) {
  .thirds .container .third .svgWrapper {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

.halves {
  padding: 1.5rem 0;
}
.halves .container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .halves .container {
    grid-template-columns: 1fr 1fr;
  }
}
.halves .container .half {
  border: 2px solid transparent;
  border-radius: 5px;
  display: flex;
  padding: 2.25rem 3rem 3rem 30px;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.halves .container .half:before {
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(359deg, #190099 0%, #000833 98%);
  border-radius: 5px;
  z-index: 1;
  pointer-events: none;
}
.halves .container .half:after {
  content: "";
  position: absolute;
  inset: -160%;
  background: linear-gradient(30deg, rgba(0, 8, 51, 0.062745098) 25%, #2A00FF 75%);
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
@media (max-width: 500px) {
  .halves .container .half {
    padding: 1.25rem 3rem 3rem 1.25rem;
  }
}
@media (min-width: 1026px) {
  .halves .container .half {
    padding: 30px 10px 3rem 30px;
  }
}
@media (min-width: 1100px) {
  .halves .container .half {
    transition: 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
  }
  .halves .container .half.active {
    opacity: 1;
    transform: translateY(0);
  }
  .halves .container .half.active:after {
    animation: shimmer 1.5s linear 0.25s;
  }
  .halves .container .half:nth-of-type(2) {
    transition-delay: 0.15s;
  }
  .halves .container .half:nth-of-type(2):after {
    animation-delay: 0.5s;
  }
}
@media (min-width: 1500px) {
  .halves .container .half {
    padding: 30px 2rem 3rem 3rem;
  }
}
.halves .container .half .text {
  padding-right: 20px;
  position: relative;
  z-index: 3;
}
@media (min-width: 640px) {
  .halves .container .half .text {
    display: grid;
    align-items: flex-start;
    grid-template-rows: 1fr 1fr;
    height: 88%;
  }
}
.halves .container .half .text h3 {
  margin-top: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .halves .container .half .text h3 {
    font-size: 19px;
  }
}
@media (min-width: 1100px) {
  .halves .container .half .text h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .halves .container .half .text h3 {
    font-size: 22px;
  }
}
.halves .container .half .text p {
  margin: 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  .halves .container .half .text p {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .halves .container .half .text p {
    font-size: 17px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .halves .container .half .text p {
    font-size: 18px;
  }
}
.halves .container .half .svgWrapper {
  display: flex;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 3;
}
@media (max-width: 500px) {
  .halves .container .half .svgWrapper {
    bottom: 0.5rem;
    right: 0.5rem;
  }
  .halves .container .half .svgWrapper svg {
    max-width: 30px;
    max-height: 30px;
  }
}

.imageWrapper .inner.maskBottomRight {
  aspect-ratio: 887/567;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .imageWrapper .inner.maskBottomRight {
    border-radius: 0;
    margin-bottom: 0;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='888' height='567' fill='none'%3E%3Cpath fill='%23A69494' d='M877.289 0H5a5 5 0 0 0-5 5v557a5 5 0 0 0 5 5h471.364a5.002 5.002 0 0 0 4.058-2.079l400.925-557c2.381-3.308.017-7.921-4.058-7.921Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: cover;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='888' height='567' fill='none'%3E%3Cpath fill='%23A69494' d='M877.289 0H5a5 5 0 0 0-5 5v557a5 5 0 0 0 5 5h471.364a5.002 5.002 0 0 0 4.058-2.079l400.925-557c2.381-3.308.017-7.921-4.058-7.921Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: cover;
  }
}
.imageWrapper .inner.maskBottomRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageWrapper .inner.maskBottomLeft {
  aspect-ratio: 833/564;
  overflow: hidden;
  margin-top: 0;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .imageWrapper .inner.maskBottomLeft {
    border-radius: 0;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='828' height='564' viewBox='0 0 828 564'%3E%3Cpath d='M1.33774 9.36325C-1.35918 5.37887 1.49519 0 6.3065 0H822C825.314 0 828 2.68629 828 6V558C828 561.314 825.314 564 822 564H379.941C377.95 564 376.088 563.012 374.972 561.363L1.33774 9.36325Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
    mask-size: cover;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='828' height='564' viewBox='0 0 828 564'%3E%3Cpath d='M1.33774 9.36325C-1.35918 5.37887 1.49519 0 6.3065 0H822C825.314 0 828 2.68629 828 6V558C828 561.314 825.314 564 822 564H379.941C377.95 564 376.088 563.012 374.972 561.363L1.33774 9.36325Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: cover;
  }
}
.imageWrapper .inner.maskBottomLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accreds {
  padding: 3rem 0;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1100px) {
  .accreds {
    padding: 4.5rem 0;
  }
}
.accreds .container .title h2 {
  color: #0C070A;
  font-size: 26px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .accreds .container .title h2 {
    font-size: 32px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1100px) {
  .accreds .container .title h2 {
    font-size: 38px;
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  .accreds .container .title h2 {
    font-size: 40px;
  }
}
.accreds .container .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 0;
  justify-content: space-around;
}
@media (min-width: 500px) {
  .accreds .container .logos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.accreds .container .logos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1100px) {
  .accreds .container .logos .logo {
    opacity: 0;
    transition: 1.5s ease;
  }
  .accreds .container .logos .logo.active {
    opacity: 1;
  }
  .accreds .container .logos .logo:nth-of-type(2) {
    transition-delay: 0.15s;
  }
  .accreds .container .logos .logo:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  .accreds .container .logos .logo:nth-of-type(4) {
    transition-delay: 0.45s;
  }
}
.accreds .container .logos .logo img {
  max-width: 90%;
  max-height: 5.5rem;
  max-height: 100px;
}

.relatedBlogs .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 640px) {
  .relatedBlogs .container {
    position: relative;
  }
}
@media (min-width: 768px) {
  .relatedBlogs .container {
    padding-top: 5rem;
  }
}
.relatedBlogs .container .titleWrapper {
  padding-left: 3rem;
  position: relative;
  text-align: left;
}
.relatedBlogs .container .titleWrapper:after {
  content: "";
  top: 0;
  bottom: 0.4rem;
  margin: auto;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath d='M25.2199 16.9234L18.348 15.6486L16.9873 8.96658L15.6437 15.6486L8.7804 17.0774L15.678 18.3522L17.1328 25.0085L18.348 18.3265L25.2199 16.9234Z' fill='%23EDEAF5'/%3E%3Cpath d='M18.348 18.3265L17.1328 25.0085L15.678 18.3522L8.7804 17.0774L15.6523 15.6486L16.9873 8.96658L18.3565 15.6486L25.2284 16.9234L18.3565 18.318L18.348 18.3265ZM17.013 16.6838C16.9531 16.9234 16.9188 16.9576 16.7134 16.9918C16.9274 17.0517 16.9531 17.086 17.013 17.2913C17.0472 17.0774 17.0729 17.0517 17.321 16.9918C17.0814 16.9576 17.0472 16.932 17.013 16.6838ZM16.7134 16.9833C16.9274 16.9491 16.9531 16.9234 17.0215 16.6753C17.0557 16.9148 17.0814 16.9491 17.3296 16.9833C17.09 17.0432 17.0557 17.0774 17.0215 17.2913C16.9616 17.0774 16.9274 17.0517 16.7134 16.9833Z' fill='%23EDEAF5'/%3E%3Cpath d='M19.6572 19.6611L17.0128 34.0005L14.3428 19.6611L0 17.0431L14.3428 14.3395L17.0128 8.69445e-05L19.6572 14.3395L34 17.0431L19.6572 19.6611ZM18.3479 15.6485L16.9786 8.96647L15.6436 15.6485L8.77171 17.0773L15.6693 18.3521L17.1241 25.0084L18.3393 18.3264L25.2112 16.9318L18.3393 15.657L18.3479 15.6485Z' fill='%23EDEAF5'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 34px;
  height: 34px;
}
.relatedBlogs .container .buttonWrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 640px) {
  .relatedBlogs .container .buttonWrapper {
    position: absolute;
    right: 1rem;
    top: 2.25rem;
  }
}
@media (min-width: 768px) {
  .relatedBlogs .container .buttonWrapper {
    right: 1.5rem;
    top: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .relatedBlogs .container .buttonWrapper {
    right: 2rem;
  }
}
@media (min-width: 1400px) {
  .relatedBlogs .container .buttonWrapper {
    right: 3rem;
  }
}
@media (min-width: 1500px) {
  .relatedBlogs .container .buttonWrapper {
    right: 4rem;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .relatedBlogs .container .postsWrapper .posts-grid .card:nth-of-type(3) {
    display: none;
  }
}

.postsWrapper {
  padding-bottom: 2rem;
}
@media (min-width: 640px) {
  .postsWrapper {
    padding-bottom: 3rem;
  }
}
.postsWrapper .posts-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .postsWrapper .posts-grid {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .postsWrapper .posts-grid {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.postsWrapper .posts-grid .card {
  border-bottom: 1px solid #EDEAF5;
  padding-bottom: 1rem;
}
@media (max-width: 639px) {
  .postsWrapper .posts-grid .card:nth-of-type(3) {
    border-bottom: none;
  }
}
@media (min-width: 1100px) {
  .postsWrapper .posts-grid .card {
    transform: translateY(50px);
    opacity: 0;
    transition: 0.5s ease;
  }
  .postsWrapper .posts-grid .card.active {
    transform: translateY(0);
    opacity: 1;
  }
  .postsWrapper .posts-grid .card:nth-of-type(2) {
    transition-delay: 0.15s;
  }
  .postsWrapper .posts-grid .card:nth-of-type(3) {
    transition-delay: 0.3s;
  }
}
.postsWrapper .posts-grid .card .post-thumbnail {
  overflow: hidden;
  aspect-ratio: 464/309;
  border-radius: 6px;
}
.postsWrapper .posts-grid .card .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postsWrapper .posts-grid .card .post-content {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1rem;
}
.postsWrapper .posts-grid .card .post-content h4 {
  font-size: 1.05rem;
  font-family: "Rota", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .postsWrapper .posts-grid .card .post-content h4 {
    font-size: 1.1rem;
    max-width: 320px;
  }
}
@media (min-width: 1100px) {
  .postsWrapper .posts-grid .card .post-content h4 {
    font-size: 1.15rem;
  }
}
.postsWrapper .posts-grid .card .post-content .readButton {
  margin-left: 0.5rem;
}

.formWrapper form .submitWrapper {
  margin-top: 1rem;
  cursor: pointer;
}
.formWrapper form .submitWrapper p {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  flex-direction: row-reverse;
}
.formWrapper form .submitWrapper p input {
  border: 1px solid #0C070A;
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: 100vw;
  font-size: 1rem;
  background-color: #C4729E;
  color: #EDEAF5;
}
@media (min-width: 1100px) {
  .formWrapper form .submitWrapper p input:hover {
    background-color: #404E40;
  }
}
.formWrapper form .formItem p {
  margin: 0;
}
.formWrapper form .formItem input[type=text],
.formWrapper form .formItem input[type=email],
.formWrapper form .formItem textarea {
  width: 100%;
  padding: 1rem 0;
  font-family: inherit;
  border: 1px solid #0C070A;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1rem;
}
.formWrapper form .formItem textarea {
  resize: none;
}

.backTo {
  display: inline-flex;
  align-items: center;
}
.backTo svg {
  transform: rotate(180deg);
  margin-right: 0.5rem;
}

.map {
  padding: 1.5rem 0 4.5rem;
}
.map .container {
  padding: 0 1rem;
}
.map .container .titleWrapper {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .map .container .titleWrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 1100px) {
  .map .container .titleWrapper {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .map .container .titleWrapper {
    padding: 0 4rem;
  }
}
.map .container .titleWrapper h2, .map .container .titleWrapper h3 {
  font-size: 26px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .map .container .titleWrapper h2, .map .container .titleWrapper h3 {
    font-size: 32px;
  }
}
@media (min-width: 1100px) {
  .map .container .titleWrapper h2, .map .container .titleWrapper h3 {
    font-size: 38px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .map .container .titleWrapper h2, .map .container .titleWrapper h3 {
    font-size: 40px;
  }
}
.map .container .titleWrapper h2 strong, .map .container .titleWrapper h3 strong {
  font-weight: 600;
  color: #FFEE00;
}
.map .container .mapLocations {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .map .container .mapLocations {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}
.map .container .mapLocations .smallLocations {
  display: grid;
  gap: 1.5rem;
  margin-top: 1rem;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .map .container .mapLocations .smallLocations {
    grid-template-columns: 1fr 1fr;
    max-width: 900px;
  }
}
@media (min-width: 768px) {
  .map .container .mapLocations .smallLocations {
    padding: 0 2rem;
  }
}
@media (min-width: 1100px) {
  .map .container .mapLocations .smallLocations {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .map .container .mapLocations .smallLocations {
    padding: 0 4rem;
  }
}
.map .container .mapLocations .smallLocations a, .map .container .mapLocations .smallLocations h5 {
  color: #EDEAF5;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .map .container .mapLocations .smallLocations a, .map .container .mapLocations .smallLocations h5 {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .map .container .mapLocations .smallLocations a, .map .container .mapLocations .smallLocations h5 {
    font-size: 20px;
  }
}
.map .container .mapLocations .mapImage {
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 758/598;
}
@media (min-width: 1024px) {
  .map .container .mapLocations .mapImage {
    aspect-ratio: auto;
  }
}
.map .container .mapLocations .mapImage img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .map .container .mapLocations .mapImage img {
    object-position: 27%;
  }
}
.map .container .mapLocations .locations {
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .map .container .mapLocations .locations {
    grid-template-columns: 1fr 1fr;
  }
}
.map .container .mapLocations .locations .location {
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 1.25rem 1rem;
  position: relative;
  overflow: hidden;
}
.map .container .mapLocations .locations .location:before {
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(359deg, #190099 0%, #000833 98%);
  border-radius: 5px;
  z-index: 1;
  pointer-events: none;
}
.map .container .mapLocations .locations .location:after {
  content: "";
  position: absolute;
  inset: -100%;
  background: linear-gradient(30deg, rgba(0, 8, 51, 0.062745098) 25%, #2A00FF 75%);
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
@media (min-width: 1100px) {
  .map .container .mapLocations .locations .location {
    transition: 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
  }
  .map .container .mapLocations .locations .location.active {
    opacity: 1;
    transform: translateY(0);
  }
  .map .container .mapLocations .locations .location.active:after {
    animation: shimmer 1.5s linear 0.25s;
  }
  .map .container .mapLocations .locations .location:nth-of-type(even) {
    transition-delay: 0.15s;
  }
  .map .container .mapLocations .locations .location:nth-of-type(even):after {
    animation-delay: 0.5s;
  }
}
.map .container .mapLocations .locations .location a, .map .container .mapLocations .locations .location h5 {
  color: #EDEAF5;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .map .container .mapLocations .locations .location a, .map .container .mapLocations .locations .location h5 {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .map .container .mapLocations .locations .location a, .map .container .mapLocations .locations .location h5 {
    font-size: 20px;
  }
}
.map .container .mapLocations .locations .location svg {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  z-index: 2;
}

.container {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 0 3rem;
  }
}
@media (min-width: 1500px) {
  .container {
    padding: 0 4rem;
  }
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 6px;
  z-index: 999999;
  padding: 8px 16px;
  color: #EDEAF5;
  text-decoration: none;
}
.skip-link:focus {
  left: 6px;
}

@keyframes shimmer {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.line .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.line .container .inner {
  width: 100%;
  height: 1px;
  background-color: #EDEAF5;
}

.menuOpen header {
  height: 100%;
  border-bottom: 0px solid;
}
@media (max-width: 1099px) {
  .menuOpen header .container .button {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s ease;
    transition-delay: 0.75s;
  }
}
.menuOpen header .container .burger .line:nth-of-type(1) {
  transform: translate(0, 0) rotate(45deg);
}
.menuOpen header .container .burger .line:nth-of-type(3) {
  transform: translate(0, 0) rotate(-45deg);
}
.menuOpen header .container .burger .line:nth-of-type(2) {
  transform: scaleX(0);
}
.menuOpen header .container .main-navigation {
  transform: translateY(0%);
  pointer-events: all;
  transition: 1s;
}
.menuOpen header .container .main-navigation .mobileMenu {
  opacity: 1;
}

header {
  transition: 0.3s ease;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 90;
  background-color: rgba(23, 29, 35, 0);
  backdrop-filter: blur(0);
  position: fixed;
}
header.sticky {
  background-color: rgba(23, 29, 35, 0.5);
  backdrop-filter: blur(4px);
}
@media (min-width: 1100px) {
  header.sticky {
    height: 77px;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1099px) {
  header .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  header .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1500px) {
  header .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1100px) {
  header .container {
    justify-content: flex-end;
  }
}
header .container .site-branding {
  display: flex;
  align-items: center;
}
@media (min-width: 1100px) {
  header .container .site-branding {
    position: absolute;
    left: 1.75rem;
  }
}
header .container .site-branding a {
  display: inline-flex;
  position: relative;
  z-index: 200;
  align-items: center;
}
header .container .site-branding a svg {
  max-height: 40px;
  width: auto;
}
@media (min-width: 768px) {
  header .container .site-branding a svg {
    max-height: auto;
  }
}
@media (min-width: 1100px) {
  header .container .site-branding a svg {
    max-height: 52px;
  }
}
header .container .main-navigation {
  display: flex;
  border-radius: 0;
  height: 100%;
  z-index: 100;
}
@media (max-width: 1099px) {
  header .container .main-navigation {
    width: 100%;
    position: fixed;
    inset: 0;
    pointer-events: none;
    transition: 0.5s ease;
    transform: translateY(-120vh);
    background: linear-gradient(-130deg, #171D23 15%, #4E4E91 240%);
  }
}
@media (min-width: 1100px) {
  header .container .main-navigation {
    display: block;
    margin-right: 1.5rem;
    position: relative;
    top: 0.5rem;
  }
}
@media (min-width: 1200px) {
  header .container .main-navigation {
    margin-right: 2rem;
  }
}
@media (min-width: 1400px) {
  header .container .main-navigation {
    margin-right: 3rem;
  }
}
@media (min-width: 1500px) {
  header .container .main-navigation {
    margin-right: 3.5rem;
  }
}
header .container .main-navigation .mobileMenu {
  display: flex;
  padding-top: 1.5rem;
  opacity: 1;
  transition: 0.3s ease;
  position: relative;
}
header .container .main-navigation .mobileMenu:after {
  transform: skew(35deg);
  background: linear-gradient(-348deg, #171D23 25%, #4E4E91 320%);
  position: absolute;
  width: 250%;
  left: -150%;
  top: 0;
  height: 102%;
  content: "";
  z-index: -2;
}
@media (min-width: 1100px) {
  header .container .main-navigation .mobileMenu.clicked > li.menu-item-60 {
    height: 300px;
  }
}
header .container .main-navigation .mobileMenu.clicked > li.menu-item-60 > a {
  color: #6FBC80;
}
header .container .main-navigation .mobileMenu.clicked > li.menu-item-60 > a:before {
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none' viewBox='0 0 8 5'%3E%3Cpath fill='%239A98C7' d='M4.215.293a1 1 0 0 0-1.414 0L.295 2.799c-.63.63-.184 1.707.707 1.707h5.012c.891 0 1.337-1.077.707-1.707z'/%3E%3C/svg%3E");
}
header .container .main-navigation .mobileMenu.clicked .sub-menu {
  gap: 1rem;
  padding: 2rem 0;
  pointer-events: all;
}
header .container .main-navigation .mobileMenu.clicked .sub-menu:after {
  opacity: 1;
}
header .container .main-navigation .mobileMenu.clicked .sub-menu li a {
  font-size: 1rem;
  transition: 0.3s ease;
  position: relative;
}
header .container .main-navigation .mobileMenu .sub-menu {
  transition: 0.5s;
  padding: 0;
  position: relative;
  gap: 0;
  z-index: 1;
  pointer-events: none;
}
header .container .main-navigation .mobileMenu .sub-menu:after {
  background-color: #9A98C7;
  position: absolute;
  inset: 1.5rem 0 1rem;
  content: "";
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
header .container .main-navigation .mobileMenu .sub-menu li a {
  font-size: 0;
  transition: 0s ease;
}
header .container .main-navigation .mobileMenu > li.menu-item-has-children {
  width: 100%;
}
header .container .main-navigation .mobileMenu > li.menu-item-60 {
  position: relative;
  height: 36px;
  transition: 0.5s ease;
}
header .container .main-navigation .mobileMenu > li.menu-item-60 > a {
  position: relative;
  width: auto !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  pointer-events: none;
}
header .container .main-navigation .mobileMenu > li.menu-item-60 > a:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  transition: 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none' viewBox='0 0 8 5'%3E%3Cpath fill='%239A98C7' d='M4.215.293a1 1 0 0 0-1.414 0L.295 2.799c-.63.63-.184 1.707.707 1.707h5.012c.891 0 1.337-1.077.707-1.707z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 8px;
  position: absolute;
  margin: auto;
}
header .container .main-navigation .mobileMenu li {
  text-align: center;
}
header .container .main-navigation .mobileMenu li.menu-item-60 > a {
  width: 100%;
  text-align: center;
  display: inline-block;
}
header .container .main-navigation .mobileMenu li a {
  font-size: 1.2rem;
}
@media (min-width: 1100px) {
  header .container .main-navigation .mobileMenu {
    display: none;
  }
}
header .container .main-navigation .desktopMenu {
  display: flex;
}
header .container .main-navigation .desktopMenu > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1100px) {
  header .container .main-navigation .desktopMenu > li {
    height: 72px;
  }
  header .container .main-navigation .desktopMenu > li:first-of-type {
    display: none;
  }
}
header .container .main-navigation .desktopMenu > li.current_page_item > a {
  color: #6FBC80;
  font-weight: 500;
}
header .container .main-navigation .desktopMenu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header .container .main-navigation .desktopMenu > li a {
  cursor: pointer;
  font-size: 18px;
}
@media (max-width: 600px) {
  header .container .main-navigation .desktopMenu > li a {
    font-size: 1rem;
  }
}
@media (max-width: 1099px) {
  header .container .main-navigation .desktopMenu > li.menu-item-60 {
    height: auto;
    flex-direction: column;
  }
}
header .container .main-navigation .desktopMenu > li.menu-item-60.active .sub-menu {
  opacity: 1;
  pointer-events: all;
}
header .container .main-navigation .desktopMenu > li.menu-item-60.active > a {
  color: #6FBC80;
}
header .container .main-navigation .desktopMenu > li.menu-item-60.active > a:before {
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none' viewBox='0 0 8 5'%3E%3Cpath fill='%236FBC80' d='M4.215.293a1 1 0 0 0-1.414 0L.295 2.799c-.63.63-.184 1.707.707 1.707h5.012c.891 0 1.337-1.077.707-1.707z'/%3E%3C/svg%3E");
}
header .container .main-navigation .desktopMenu > li.menu-item-60.active > a:after {
  opacity: 1;
  border-radius: 3px;
  transform: scaleX(1) skew(-35deg);
}
header .container .main-navigation .desktopMenu > li.menu-item-60 > a {
  margin-bottom: 1.5rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1099px) {
  header .container .main-navigation .desktopMenu > li.menu-item-60 > a:after {
    content: "";
    position: absolute;
    background-color: #3C6045;
    z-index: -1;
    border-radius: 5px;
    width: 120%;
    height: 120%;
    top: -12%;
    left: -10%;
  }
}
@media (min-width: 1100px) {
  header .container .main-navigation .desktopMenu > li.menu-item-60 > a {
    font-weight: inherit;
    margin-bottom: inherit;
    padding-right: 1.5rem;
  }
  header .container .main-navigation .desktopMenu > li.menu-item-60 > a:hover, header .container .main-navigation .desktopMenu > li.menu-item-60 > a.active {
    color: #6FBC80;
  }
  header .container .main-navigation .desktopMenu > li.menu-item-60 > a:hover:before, header .container .main-navigation .desktopMenu > li.menu-item-60 > a.active:before {
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none' viewBox='0 0 8 5'%3E%3Cpath fill='%236FBC80' d='M4.215.293a1 1 0 0 0-1.414 0L.295 2.799c-.63.63-.184 1.707.707 1.707h5.012c.891 0 1.337-1.077.707-1.707z'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1100px) {
  header .container .main-navigation .desktopMenu > li.menu-item-60 > a:before {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 8px;
    position: absolute;
    margin: auto;
    transition: 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none' viewBox='0 0 8 5'%3E%3Cpath fill='%23EDEAF5' d='M4.215.293a1 1 0 0 0-1.414 0L.295 2.799c-.63.63-.184 1.707.707 1.707h5.012c.891 0 1.337-1.077.707-1.707z'/%3E%3C/svg%3E");
  }
}
header .container .main-navigation .desktopMenu .sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  header .container .main-navigation .desktopMenu .sub-menu {
    gap: 0.75rem;
  }
}
@media (min-width: 1100px) {
  header .container .main-navigation .desktopMenu .sub-menu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 1.5rem;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    max-width: calc(100% - 3rem);
    margin: 0 auto;
    pointer-events: none;
    opacity: 0;
    background: transparent;
    isolation: isolate;
  }
}
@media (min-width: 1260px) {
  header .container .main-navigation .desktopMenu .sub-menu {
    max-width: 1350px;
  }
}
header .container .main-navigation .desktopMenu .sub-menu li {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
}
header .container .main-navigation .desktopMenu .sub-menu li.current_page_item a {
  color: #6FBC80;
}
header .container .main-navigation .desktopMenu .sub-menu li:nth-of-type(2) a img {
  height: 60px;
}
header .container .main-navigation .desktopMenu .sub-menu li.border {
  height: calc(100% + 2rem);
  width: calc(100% + 2rem);
  position: absolute;
  inset: 0.5rem 0rem 0 -1rem;
  z-index: -1;
  overflow: hidden;
  border-radius: 5px;
}
header .container .main-navigation .desktopMenu .sub-menu li.border:after {
  content: "";
  inset: 2px;
  position: absolute;
  z-index: 1;
  border-radius: 5px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  background-color: #171D23;
  backdrop-filter: blur(4px);
  opacity: 0.95;
}
header .container .main-navigation .desktopMenu .sub-menu li.border:before {
  content: "";
  position: absolute;
  inset: -100%;
  background: linear-gradient(30deg, rgba(233, 232, 228, 0.1) 25%, #c2c0b4 75%);
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.85;
}
header .container .main-navigation .desktopMenu .sub-menu li a {
  width: 100%;
  gap: 1.5rem;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 1100px) {
  header .container .main-navigation .desktopMenu .sub-menu li a {
    font-size: 20px;
    display: grid;
    grid-template-rows: 100px 50px;
    max-width: 200px;
  }
}
header .container .main-navigation .desktopMenu .sub-menu li a:hover {
  color: #6FBC80;
}
header .container .main-navigation .desktopMenu .sub-menu li a img {
  height: 100px;
  margin: auto;
}
@media (max-width: 1099px) {
  header .container .main-navigation .desktopMenu .sub-menu li a img {
    display: none;
  }
}
header .container .main-navigation .desktopMenu .sub-menu li a:after {
  display: none;
}
header .container .main-navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 1099px) {
  header .container .main-navigation ul {
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-width: 601px) {
  header .container .main-navigation ul {
    gap: 1.25rem;
  }
}
@media (min-width: 1100px) {
  header .container .main-navigation ul {
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  header .container .main-navigation ul {
    gap: 2rem;
  }
}
@media (min-width: 1400px) {
  header .container .main-navigation ul {
    gap: 3.5rem;
  }
}
@media (min-width: 1500px) {
  header .container .main-navigation ul {
    gap: 4rem;
  }
}
header .container .main-navigation ul li a {
  text-decoration: none;
  position: relative;
  color: #EDEAF5;
}
@media (min-width: 1100px) {
  header .container .main-navigation ul li a:hover {
    color: #6FBC80;
  }
}
header .container .burger {
  height: 36px;
  width: 36px;
  z-index: 200;
  position: relative;
}
@media (min-width: 1100px) {
  header .container .burger {
    display: none;
  }
}
header .container .burger .line {
  height: 3px;
  width: 100%;
  background-color: #EDEAF5;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s ease;
  bottom: 0;
  margin: auto;
  transform-origin: center;
}
header .container .burger .line:nth-of-type(1) {
  transform: translate(0, -12px);
}
header .container .burger .line:nth-of-type(3) {
  transform: translate(0, 12px);
}
header .container .button {
  margin-right: 0.65rem;
}
@media (min-width: 1100px) {
  header .container .button {
    position: relative;
    top: 0.5rem;
  }
}
@media (max-width: 1099px) {
  header .container .button {
    position: fixed;
    z-index: 999;
    transition: 0s ease;
    transition-delay: 0s;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
  }
}

.single-retreats header .container .main-navigation ul li.menu-item-42 a:after {
  opacity: 1;
}/*# sourceMappingURL=header.css.map */