@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * 1. Fill the viewport block in all browsers (opinionated).
 * 2. Remove the margin in all browsers (opinionated).
 */
:where(body) {
  block-size: -moz-available;
  /* 1 */
  block-size: -webkit-fill-available;
  /* 1 */
  block-size: stretch;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type="search" i]) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

h1, h2, h3, h4, p {
  margin-block-start: 0;
  margin-block-end: 0;
}

@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/dm-sans-v17-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/dm-sans-v17-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/dm-sans-v17-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/dm-sans-v17-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/space-grotesk-v22-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/space-grotesk-v22-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/space-grotesk-v22-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/space-grotesk-v22-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/space-grotesk-v22-latin-700.woff2") format("woff2");
}
h1 {
  font-size: clamp(2rem, 5vw + 1rem, 60px);
  line-height: 120%;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
}

h2 {
  font-size: clamp(1.75rem, 3vw + 1rem, 3rem);
  line-height: clamp(2rem, 3vw + 1rem, 3.2rem);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
}

h3 {
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2rem);
  line-height: clamp(1.75rem, 2vw + 0.5rem, 2.2rem);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
}

h4 {
  font-size: clamp(1.25rem, 1.5vw + 0.5rem, 1.5rem);
  line-height: clamp(1.5rem, 1.5vw + 0.5rem, 1.7rem);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
}

html {
  font: 18px/1.5 "DM Sans", sans-serif;
  color: #2a2a2a;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: #2a2a2a;
  text-decoration: none;
}

.container {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}
@media (max-width: 980px) {
  .container {
    padding: 0 1rem;
  }
}

section {
  padding: 6rem 0;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media (max-width: 980px) {
  section {
    padding: 4rem 0;
  }
}
section.fade-in {
  opacity: 1;
  transform: translateY(0);
}
section.hero {
  opacity: 1;
  transform: translateY(0);
}

.btn {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 3.5rem;
  width: fit-content;
}
.btn::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.btn:hover::after {
  right: 0.7rem;
}

.btn-primary {
  background-color: #102a29;
  color: #ffffff;
}
.btn-primary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15H22M22 15L17 10M22 15L17 20' stroke='%232a2a2a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: #ffffff;
}
.btn-primary:hover {
  background-color: #ffffff;
  color: #2a2a2a;
}
.btn-primary:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15H22M22 15L17 10M22 15L17 20' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: #2a2a2a;
}

.btn-secondary {
  background-color: #ffffff;
  color: #2a2a2a;
}
.btn-secondary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15H22M22 15L17 10M22 15L17 20' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: #2a2a2a;
}
.btn-secondary:hover {
  background-color: #102a29;
  color: #ffffff;
}
.btn-secondary:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15H22M22 15L17 10M22 15L17 20' stroke='%232a2a2a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: #ffffff;
}

.header {
  padding: 1rem 0;
  background-color: #ffffff;
}
.header__social {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
.header__social a {
  width: 26px;
  height: 26px;
  transition: all 0.3s ease;
}
.header__social a:hover {
  opacity: 0.8;
}
.header__social a img {
  width: 100%;
  height: 100%;
}
.header__logo {
  max-width: 160px;
  border-bottom: 2px solid #26ab2a;
  padding-bottom: 0.8rem;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.8rem;
}
.header__burger {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  cursor: pointer;
}
.header__burger span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #2a2a2a;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.header__menu {
  padding-top: 1rem;
}
.header__menu nav ul {
  display: flex;
  gap: 1.5rem;
}
.header__menu nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
}
.header__menu nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #26ab2a;
  transition: all 0.3s ease;
}
.header__menu nav ul li a:hover::before {
  width: 100%;
}
.header__mobile {
  position: fixed;
  top: 119px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.header__mobile__content {
  padding: 3rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 2rem;
  max-width: calc(1640px - 2rem);
  margin: 0 auto;
  width: 100%;
}
.header__mobile__menu {
  display: flex;
}
.header__mobile__menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.header__mobile__menu nav ul li a {
  font-size: 1.5rem;
}
.header__mobile__social {
  display: flex;
  gap: 0.8rem;
}
.header__mobile__social a {
  width: 26px;
  height: 26px;
  transition: all 0.3s ease;
}
.header__mobile__social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .header__menu, .header__social {
    display: none;
  }

  .nav-active {
    overflow: hidden;
  }
  .nav-active .header__mobile {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .nav-active .header__burger {
    gap: 3.5px;
  }
  .nav-active .header__burger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .nav-active .header__burger span:nth-child(2) {
    transform: translateX(100px);
  }
  .nav-active .header__burger span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
.hero {
  position: relative;
  min-height: calc(100vh - 191px);
  height: 100%;
  padding: 0;
}
.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.hero .container {
  min-height: calc(100vh - 191px);
  display: flex;
  align-items: center;
}
.hero__content {
  z-index: 2;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  text-align: right;
}
.hero__content p {
  font-size: 30px;
  max-width: 800px;
}
.hero__btns {
  display: flex;
  gap: 1rem;
}

@media (max-width: 980px) {
  .hero__content p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: calc(100vh - 120px);
  }
  .hero .container {
    min-height: calc(100vh - 120px);
  }
  .hero__content p {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .hero__btns {
    flex-direction: column;
    align-items: flex-end;
  }
}
.twoColVideos {
  background-color: #eceae5;
}
.twoColVideos h2 {
  padding-bottom: 2.5rem;
}
.twoColVideos__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.twoColVideos__grid .card__media {
  aspect-ratio: 16/10;
  overflow: hidden;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  position: relative;
}
.twoColVideos__grid .card__media:hover img {
  transform: scale(1.05);
}
.twoColVideos__grid .card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
.twoColVideos__grid .card__media.video-player .video-thumbnail {
  display: block;
}
.twoColVideos__grid .card__media.video-player .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.twoColVideos__grid .card__media.video-player .video-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.twoColVideos__grid .card__media.video-player .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.twoColVideos__grid .card__media.video-player .play-btn::before, .twoColVideos__grid .card__media.video-player .play-btn::after {
  content: "";
  background: #26ab2a;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
}
.twoColVideos__grid .card__media.video-player .play-btn::before {
  opacity: 0 !important;
}
.twoColVideos__grid .card__media.video-player .play-btn::after {
  animation-delay: 0.75s;
}
.twoColVideos__grid .card__media.video-player .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #ffffff;
}
.twoColVideos__grid .card__media.video-player .play-btn:hover svg path {
  fill: #2a2a2a;
}
.twoColVideos__grid .card__media.video-player .play-btn:hover::before, .twoColVideos__grid .card__media.video-player .play-btn:hover::after {
  animation-play-state: paused;
}
.twoColVideos__grid .card__media.video-player .play-btn svg {
  position: relative;
  z-index: 1;
}
.twoColVideos__grid .card__media.video-player .play-btn path {
  fill: #2a2a2a;
  transition: all 0.3s ease;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.twoColVideos__grid .card__media.video-player.playing .video-thumbnail,
.twoColVideos__grid .card__media.video-player.playing .play-btn {
  display: none;
}
.twoColVideos__grid .card__media.video-player.playing .video-iframe {
  display: block;
}
.twoColVideos__grid .card__content h3 {
  padding-bottom: 1rem;
}
.twoColVideos__grid .card__content p {
  padding-bottom: 1rem;
  max-width: 650px;
}

@media (max-width: 1440px) {
  .twoColVideos__grid {
    gap: 3rem;
  }
}
@media (max-width: 980px) {
  .twoColVideos__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .twoColVideos__grid .card__media {
    margin-bottom: 1.2rem;
  }
  .twoColVideos__grid .card h3 {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 768px) {
  .twoColVideos .play-btn {
    width: 60px !important;
    height: 60px !important;
  }
  .twoColVideos .play-btn svg {
    width: 40px !important;
    height: 40px !important;
  }
}
.textImg {
  overflow: hidden;
}
.textImg .container {
  display: flex;
}
.textImg__text {
  width: 50%;
}
.textImg__text h2 {
  padding-bottom: 2rem;
}
.textImg__text__box {
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.textImg__text__box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 1.5rem);
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  z-index: 0;
}
.textImg__text__box h2 {
  z-index: 2;
  position: relative;
}
.textImg__text__box p {
  z-index: 2;
  position: relative;
}
.textImg__text .btn:hover {
  background-color: #2a2a2a;
  color: #ffffff;
}
.textImg__text .btn:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15H22M22 15L17 10M22 15L17 20' stroke='%232a2a2a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: #ffffff;
}
.textImg__img {
  width: 50%;
  margin-top: 3rem;
  aspect-ratio: 1.11/1;
}
.textImg__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 980px) {
  .textImg .container {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .textImg__text {
    width: 100%;
  }
  .textImg__img {
    width: 100%;
    margin: 0;
  }
}
.mapSection {
  background-color: #1e3f2f;
  min-height: 100vh;
}
.mapSection h2 {
  text-align: center;
  color: #ffffff;
  padding-bottom: 2rem;
}
.mapSection__btn {
  text-align: center;
  margin-top: 2rem;
}
.mapSection .map {
  position: relative;
}
.mapSection .map svg {
  height: 100%;
}
.mapSection .map .pin-wrapper {
  cursor: pointer;
}
.mapSection .map .pin-wrapper .pin-pulse {
  stroke: #26ab2a;
  fill: #26ab2aab;
  stroke-width: 3;
  -webkit-animation: pin-pulse 1.5s ease-out infinite;
  animation: pin-pulse 1.5s ease-out infinite;
}
.mapSection .map .pin-wrapper .pin {
  transition: all 0.3s ease;
}
.mapSection .map .pin-wrapper:hover .pin {
  color: #26ab2a;
}
.mapSection .map .pin-wrapper:hover .pin-pulse {
  animation-play-state: paused;
}
.mapSection .map .pin-wrapper.active .pin {
  color: #26ab2a;
}
.mapSection .map .pin-wrapper.active .pin-pulse {
  animation-play-state: paused;
}
@keyframes pin-pulse {
  0% {
    r: 30;
    opacity: 1;
  }
  100% {
    r: 45;
    opacity: 0;
  }
}
@-webkit-keyframes pin-pulse {
  0% {
    r: 30;
    opacity: 1;
  }
  100% {
    r: 45;
    opacity: 0;
  }
}
.mapSection .map .map-popup {
  position: absolute;
  z-index: 10;
  pointer-events: auto;
  transform: translate(-50%, -100%);
  margin-top: -24px;
}
.mapSection .map .map-popup::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 9px;
  background-color: #ffffff;
  z-index: -1;
  transform: rotate(45deg);
}
.mapSection .map .popup__content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  width: 165px;
  position: relative;
}
.mapSection .map .popup__content img {
  width: 100px;
  margin-bottom: 10px;
}
.mapSection .map .popup__content p {
  font-size: 16px;
}
.mapSection .map .popup__content a {
  color: #26ab2a;
  margin-top: 5px;
}

@media (max-width: 980px) {
  .mapSection {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .mapSection .container {
    padding: 0;
  }
  .mapSection h2, .mapSection__btn {
    padding: 0 1rem;
  }
  .mapSection .map {
    overflow-x: scroll;
  }
  .mapSection .map svg {
    width: auto !important;
    height: 500px !important;
  }
}
.textSection h2 {
  padding-bottom: 2rem;
}
.textSection h3 {
  padding-bottom: 1rem;
}
.textSection__content {
  max-width: 1000px;
}
.textSection__content p strong {
  color: #3c6675;
  font-weight: bold;
}

/*# sourceMappingURL=main.css.map */
