/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl-s: 1600px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
  --breakpoint-xxxs: 370px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* stylelint-disable */
/* Usage Examples
    .my-level-1-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 48px;
        margin: 0 0 0 16px;
    }

    .my-level-2-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 32px; // Don't need to change any settings, will work with any font size automatically
        margin: 0 0 0 16px;
    }

    .my-body-copy-class {
        @include text-crop($line-height: 2); // Larger line height desired, set the line height via the mixin
        font-size: 16px;
    }

    // Sometimes depending on the font-size, the rendering, the browser, etc. you may need to tweak the output. 
    // You can adjust the top and bottom cropping when invoking the component using the $top-adjustment and $bottom-adjustment settings 

    .slight-adjustment-needed {
        @include text-crop($top-adjustment: -0.5px, $bottom-adjustment: 2px);
        font-size: 17px;
    }

    .dont-do-this {
        @include text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
.wp-block .section-contact,
.section-contact {
  padding: var(--sk-spacing-65) 0 var(--sk-spacing-40) 0;
}
@media (min-width: 1024px) {
  .wp-block .section-contact,
  .section-contact {
    padding: var(--sk-spacing-100) 0 var(--sk-spacing-40) 0;
  }
}
@media (min-width: 1440px) {
  .wp-block .section-contact,
  .section-contact {
    padding: var(--sk-spacing-145) 0 var(--sk-spacing-40) 0;
  }
}
@media (min-width: 1024px) {
  .wp-block .section-contact__subtitle,
  .section-contact__subtitle {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .wp-block .section-contact__subtitle p,
  .section-contact__subtitle p {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 768px) {
  .wp-block .section-contact__content,
  .section-contact__content {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: var(--sk-spacing-30);
  }
}
@media (min-width: 1024px) {
  .wp-block .section-contact__content,
  .section-contact__content {
    gap: var(--sk-spacing-50);
  }
}
@media (min-width: 1280px) {
  .wp-block .section-contact__content,
  .section-contact__content {
    grid-template-columns: 430px 1fr;
    gap: var(--sk-spacing-25);
  }
}
.wp-block .section-contact__form,
.section-contact__form {
  margin-bottom: var(--sk-spacing-50);
}
@media (min-width: 768px) {
  .wp-block .section-contact__form,
  .section-contact__form {
    margin-bottom: 0;
  }
}
.wp-block .section-contact .map *:focus,
.section-contact .map *:focus {
  outline: none;
}
.wp-block .section-contact .map iframe,
.wp-block .section-contact .map .gm-style,
.section-contact .map iframe,
.section-contact .map .gm-style {
  outline: none !important;
}
.wp-block .section-contact .map__container,
.section-contact .map__container {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(15, 57, 67, 0.2);
  border-radius: 10px;
  height: 410px;
}
@media (min-width: 1280px) {
  .wp-block .section-contact .map__container,
  .section-contact .map__container {
    height: 405px;
  }
}
.wp-block .section-contact .map .gm-style .gmnoprint,
.wp-block .section-contact .map .gm-style .gm-style-cc,
.section-contact .map .gm-style .gmnoprint,
.section-contact .map .gm-style .gm-style-cc {
  display: none;
}
.wp-block .section-contact .map .gm-style .gmnoprint div,
.section-contact .map .gm-style .gmnoprint div {
  display: none;
}
.wp-block .section-contact .map .gm-style iframe + div,
.section-contact .map .gm-style iframe + div {
  display: none;
}
.wp-block .section-contact .map__links,
.section-contact .map__links {
  margin-top: var(--sk-spacing-20);
}
.wp-block .section-contact .map__links > div:not(:last-child),
.section-contact .map__links > div:not(:last-child) {
  margin-bottom: var(--sk-spacing-5);
}
@media (min-width: 1440px) {
  .wp-block .section-contact .map__links,
  .section-contact .map__links {
    display: flex;
    justify-content: space-between;
  }
}
.wp-block .section-contact .map__link a,
.section-contact .map__link a {
  display: flex;
  font-size: 15px;
  line-height: 28px;
  gap: 5px;
  letter-spacing: -0.04em;
}
.wp-block .section-contact .map__link a svg,
.section-contact .map__link a svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.wp-block .section-contact .map__link a svg path,
.section-contact .map__link a svg path {
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 1440px) {
  .wp-block .section-contact .map__link a,
  .section-contact .map__link a {
    align-items: center;
  }
  .wp-block .section-contact .map__link a svg,
  .section-contact .map__link a svg {
    margin-top: 0;
  }
}
.wp-block .section-contact .map__link a:hover,
.section-contact .map__link a:hover {
  text-decoration: none;
  color: var(--sk-color-primary);
}
.wp-block .section-contact .map__link a:hover svg path,
.section-contact .map__link a:hover svg path {
  fill: var(--sk-color-primary);
}
