/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.tooltip-text {
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.copy-button {
  position: relative;
  display: inline-block;
}

.contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 12.4rem 0 6.4rem 0;
}
.contact__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
}
.contact__content-text-subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.contact__content-text-subheader i svg g path {
  color: var(--Cool-grey-Cool-grey-50, #697077);
}
.contact__content-text h1 {
  color: var(--White, #fff);
}
.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
}
.contact__info-tel, .contact__info-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  padding-top: 1rem;
}
.contact__info-tel button, .contact__info-email button {
  background: var(--cool-grey-cool-grey-10, #121619);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__info-tel button i svg g path, .contact__info-email button i svg g path {
  fill: var(--cool-grey-cool-grey-40, #4d5358);
}

.contact-names {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  z-index: 5;
}
.contact-names__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 6.4rem 0;
}
.contact-names__content .boxes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-names__content .boxes .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 37.7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding: 4.1rem 4.4rem;
  border-right: 1px solid var(--Cool-grey-Cool-grey-50, #697077);
  border-bottom: 0.5px solid var(--Cool-grey-Cool-grey-50, #697077);
  border-top: 0.5px solid var(--Cool-grey-Cool-grey-50, #697077);
}
.contact-names__content .boxes .box:nth-child(3), .contact-names__content .boxes .box:nth-child(6) {
  border-right: none;
}
.contact-names__content .boxes .box .name-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.contact-names__content .boxes .box .name-job h5 {
  color: var(--White, #fff);
}
.contact-names__content .boxes .box .info-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.contact-names__content .boxes .box .info-description__tel, .contact-names__content .boxes .box .info-description__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.contact-names__content .boxes .box .info-description__tel button, .contact-names__content .boxes .box .info-description__email button {
  background: var(--cool-grey-cool-grey-10, #121619);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-names__content .boxes .box .info-description__tel button i svg g path, .contact-names__content .boxes .box .info-description__email button i svg g path {
  fill: var(--cool-grey-cool-grey-40, #4d5358);
}
.contact-names__content .boxes .box .info-description__tel .article-hyperlink, .contact-names__content .boxes .box .info-description__email .article-hyperlink {
  color: var(--Cool-grey-Cool-grey-70, #a2a9b0);
  text-align: center;
  text-decoration-line: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-names__content .boxes .box .info-description__tel .article-hyperlink:hover, .contact-names__content .boxes .box .info-description__email .article-hyperlink:hover {
  color: var(--Primary-color, #f4511e);
}

@media only screen and (max-width: 1040px) {
  .contact-names__content .boxes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-names__content .boxes .box {
    max-width: 30.7rem;
  }
}
@media only screen and (max-width: 855px) {
  .contact-names__content .boxes .box:nth-child(2), .contact-names__content .boxes .box:nth-child(4) {
    border-right: none;
  }
  .contact-names__content .boxes .box:nth-child(3) {
    border-right: 1px solid var(--Cool-grey-Cool-grey-50, #697077);
  }
}
@media only screen and (max-width: 585px) {
  .contact {
    padding: 0 2.5rem;
  }
  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    padding: 6.4rem 0;
  }
  .contact-names__content .boxes .box {
    border-right: none;
  }
  .contact-names__content .boxes .box:nth-child(3) {
    border-right: none;
  }
}
/*# sourceMappingURL=contact.css.map */
