@charset "UTF-8";
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
/* 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;
}

html {
  font-family: gothamBook;
  font-weight: 400;
  color: #535657;
  font-size: 20px;
  line-height: 35px;
  scroll-behavior: smooth;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.blue-btn {
  text-decoration: none;
  display: block;
  font-family: gothamMedium;
  color: white;
  background-color: #00396B;
  padding: 18px 40px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.blue-btn:hover {
  background-color: #A09600;
}

button.blue-btn {
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.blue-border-btn {
  text-decoration: none;
  display: block;
  font-family: gothamMedium;
  color: #7287BB;
  background-color: transparent;
  border: 1px solid #7287BB;
  padding: 18px 40px;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.blue-border-btn:hover {
  background-color: #7287BB;
  color: white;
}

.arrow_link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #00396B;
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
  width: fit-content;
}
.arrow_link::after {
  content: url("../assets/svg/right-arrow-blue.svg");
  position: absolute;
  right: 0;
  top: 4px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.arrow_link:hover::after {
  opacity: 1;
  right: -2.5rem;
}

@media (max-width: 1100px) {
  .blue-border-btn {
    padding: 9px 20px;
  }

  .blue-btn {
    padding: 9px 20px;
  }
}
.copy {
  display: block;
  position: absolute;
  z-index: 9;
  color: white;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.copy_icon {
  font-size: 25px;
  cursor: pointer;
  margin-right: 0;
}
.copy_icon::after {
  content: url("../assets/svg/copy.svg");
  width: 25px;
  height: 25px;
  display: block;
}

.copy_text {
  margin-left: 10px;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-shadow: 1px 1px #00000060;
  transition: all 0.5s ease-in-out;
}

.copy:hover span.copy_text {
  max-width: 100%;
}

@media (max-width: 1450px) {
  .copy_icon::after {
    width: 20px;
    height: 20px;
  }

  .copy_text {
    margin-top: 0.5rem;
  }
}
@media (max-width: 1100px) {
  .copy {
    right: 10px;
    bottom: 10px;
  }

  .copy_text {
    font-size: 16px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.downloads_list {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 6rem;
}
@media (max-width: 1600px) {
  .downloads_list {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .downloads_list {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .downloads_list {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .downloads_list {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .downloads_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .downloads_list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .downloads_list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .downloads_list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.downloads_list .section_header {
  padding-bottom: 0;
}
.downloads_list .section_header h2 {
  max-width: 100%;
}
.downloads_list .section_header p {
  width: 100%;
}
.downloads_list .list--load5 .list__item {
  display: none;
}
.downloads_list .list--load5 .list__item:nth-of-type(1), .downloads_list .list--load5 .list__item:nth-of-type(2), .downloads_list .list--load5 .list__item:nth-of-type(3), .downloads_list .list--load5 .list__item:nth-of-type(4), .downloads_list .list--load5 .list__item:nth-of-type(5) {
  display: block;
}
.downloads_list .list__item {
  position: relative;
}
.downloads_list .list__item__title {
  font-size: 1.2rem;
  line-height: 30px;
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}
.downloads_list .list__item__description {
  margin-top: 1.8rem;
}
.downloads_list .list__item__links {
  margin-top: 1.8rem;
  display: flex;
  flex-direction: row;
  gap: 54px;
}
.downloads_list .list__item__links a {
  text-decoration: none;
  font-size: 18px;
  color: #535657;
  padding-left: 48px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.downloads_list .list__item__links a::after {
  left: 0;
  position: absolute;
}
.downloads_list .list__item__links a:hover {
  color: #B7C7DF;
}
.downloads_list .list__item__links .pdf::after {
  content: url("../assets/svg/pdf.svg");
}
.downloads_list .list__item__links .web::after {
  content: url("../assets/svg/web.svg");
  top: 0.2rem;
}
.downloads_list .list__item__links .email::after {
  content: url("../assets/svg/email.svg");
  top: 0.3rem;
}
.downloads_list .list__item:not(:first-of-type) {
  padding-top: 6rem;
}
.downloads_list .list__item:not(:first-of-type)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #B7C7DF;
  display: block;
  position: absolute;
  top: 60px;
}
.downloads_list .list .load_btn {
  margin-top: 3.2rem;
}
.downloads_list .display5 .list__item {
  display: block;
}

@media (max-width: 1450px) {
  .downloads_list {
    grid-template-columns: 1.4fr 2fr;
    gap: 3rem;
  }
}
@media (max-width: 1100px) {
  .downloads_list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .downloads_list .list {
    width: 80%;
  }

  .downloads_list .list__item__title {
    font-size: 1rem;
  }

  .downloads_list .list__item__description {
    margin-top: 1rem;
  }

  .downloads_list .list__item__links {
    margin-top: 1rem;
  }

  .downloads_list .list__item:not(:first-of-type) {
    padding-top: 4rem;
  }

  .downloads_list .list__item:not(:first-of-type)::after {
    top: 40px;
  }

  .downloads_list .list__item__links a {
    font-size: 16px;
  }

  .downloads_list .list__item__links a::after {
    transform: scale(0.7);
  }

  .downloads_list .list__item__links a {
    padding-left: 34px;
  }

  .section_header {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .section_header {
    width: 100%;
  }

  .downloads_list .list {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .downloads_list .list__item__links {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 430px) {
  .downloads_list .list__item:not(:first-of-type)::after {
    top: 35px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.footer {
  background-color: #00396B;
  margin-top: 6rem;
  padding: 1.8rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
.footer__top {
  width: 1780px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .footer__top {
    width: 92%;
  }
}
@media (max-width: 1100px) {
  .footer__top {
    width: 95%;
  }
}
.footer__top a .footer_logo {
  width: 186px;
}
.footer__top ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
}
.footer__top ul li {
  list-style: none;
}
.footer__top ul li a {
  color: white;
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 27px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .footer__top ul li a {
    font-size: 0.8rem;
  }
}
.footer__top ul li a:hover {
  color: #B7C7DF;
}
.footer__top ul li:not(:first-of-type) {
  margin-left: 77px;
}
.footer__bottom {
  width: 1780px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 1600px) {
  .footer__bottom {
    width: 92%;
  }
}
@media (max-width: 1100px) {
  .footer__bottom {
    width: 95%;
  }
}
.footer__bottom p {
  color: white;
  font-size: 17px;
}

@media (max-width: 1600px) {
  .footer {
    margin-top: 5.5rem;
  }
}
@media (max-width: 1450px) {
  .footer {
    margin-top: 5rem;
  }
}
@media (max-width: 1450px) {
  .footer {
    margin-top: 4.5rem;
  }
}
@media (max-width: 950px) {
  .footer__top ul li:not(:first-of-type) {
    margin-left: 30px;
  }

  .footer__top a .footer_logo {
    width: 135px;
  }

  .footer__top a .nav__logo {
    width: 150px;
  }

  .footer {
    gap: 0.7rem;
    padding: 1rem 0;
  }
}
@media (max-width: 700px) {
  .footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .footer__top ul {
    grid-column: span 2;
  }
  .footer__top > a {
    grid-row: 1;
  }

  .footer__bottom {
    justify-content: center;
  }

  .footer {
    gap: 0;
  }

  .footer__top ul li a, .footer__bottom p {
    font-size: 0.7rem;
  }
}
@media (max-width: 430px) {
  .footer__top ul li a, .footer__bottom p {
    font-size: 0.8rem;
  }

  .footer__top ul {
    margin: 0;
  }

  .footer__top {
    gap: 0.6rem;
  }

  .footer {
    padding: 1.5rem 0 1rem 0;
  }
}
@media (max-width: 330px) {
  .footer__top a .nav__logo {
    width: 132px;
  }

  .footer__top a .footer_logo {
    width: 119px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.four_columns_pic {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .four_columns_pic {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .four_columns_pic {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .four_columns_pic {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .four_columns_pic {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .four_columns_pic {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .four_columns_pic {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .four_columns_pic {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .four_columns_pic {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.four_columns_pic .columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}
.four_columns_pic .columns__item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.four_columns_pic .columns__item:hover .pic__wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.four_columns_pic .columns__item::after {
  content: url("../assets/svg/right-arrow.svg");
  position: absolute;
  top: 52.5%;
  left: 40%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.four_columns_pic .columns__item:hover::after {
  opacity: 1;
  left: 42.5%;
}
.four_columns_pic .columns__item__title {
  padding-bottom: 1.2rem;
  position: relative;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 30px;
}
.four_columns_pic .columns__item__title::after {
  content: "";
  position: absolute;
  width: 0%;
  opacity: 0;
  height: 2px;
  background-color: #AEBFD9;
  left: 0;
  bottom: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.four_columns_pic .columns__item:hover .columns__item__title::after {
  opacity: 1;
  width: 100%;
}
.four_columns_pic .columns__item__pic {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 470px;
  z-index: 0;
  margin-top: auto;
}
.four_columns_pic .columns__item__pic::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 10rem;
  left: 0;
  opacity: 0;
  background: linear-gradient(transparent, #2F3031);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.four_columns_pic .columns__item__pic .pic__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.four_columns_pic .columns__item__pic .pic__wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.four_columns_pic .columns__item:hover .columns__item__pic::before {
  opacity: 1;
  top: 0;
}

@media (max-width: 1600px) {
  .four_columns_pic .columns__item__pic {
    height: 406px;
  }
}
@media (max-width: 1450px) {
  .four_columns_pic .columns__item__pic {
    height: 370px;
  }
}
@media (max-width: 1100px) {
  .four_columns_pic .columns {
    gap: 1rem;
  }

  .four_columns_pic .columns__item__title {
    font-size: 1rem;
  }

  .four_columns_pic .columns__item__pic {
    height: 304px;
  }
}
@media (max-width: 800px) {
  .four_columns_pic .columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
  }

  .four_columns_pic .columns__item__pic {
    height: 404px;
  }
}
@media (max-width: 600px) {
  .four_columns_pic .columns {
    gap: 2.5rem 1.5rem;
  }

  .four_columns_pic .columns__item__pic {
    height: 305px;
  }
}
@media (max-width: 430px) {
  .four_columns_pic .columns {
    grid-template-columns: repeat(1, 1fr);
  }

  .four_columns_pic .columns__item__pic {
    height: 420px;
  }

  .four_columns_pic .columns__item__title {
    font-size: 1.2rem;
  }
}
@media (max-width: 330px) {
  .four_columns_pic .columns__item__pic {
    height: 355px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.gallery {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .gallery {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .gallery {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .gallery {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .gallery {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .gallery {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .gallery {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .gallery {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.gallery__row {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 3.2rem;
}
.gallery__row::after {
  content: "";
  display: table;
  clear: both;
}
.gallery__row__item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery__row__item::after {
  content: "";
  width: 100%;
  height: 70%;
  background-image: linear-gradient(to top, #2F3031, transparent);
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery__row__item .copy {
  z-index: 9 !important;
}
.gallery__row__item img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
}
.gallery__row__item video {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
}
.gallery__row__item p {
  position: absolute;
  text-align: center;
  color: white;
  bottom: 0;
  opacity: 0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.gallery__row__item:hover {
  z-index: 0;
}
.gallery__row__item:hover::after {
  opacity: 1;
  z-index: 1;
}
.gallery__row__item:hover p {
  opacity: 1;
  bottom: 64px;
  z-index: 2;
}
.gallery__row__item .play_btn {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  z-index: 999;
  cursor: pointer;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}
.gallery__row__item .play_btn::after {
  content: url("../assets/svg/play.svg");
}
.gallery__row__item .play_btn:hover {
  margin-top: -0.5rem;
}
.gallery__row .play::after {
  display: none;
}
.gallery__row .play .play_btn {
  display: none;
}
.gallery .gallery__row:nth-of-type(odd) {
  grid-template-columns: 1fr 1.3fr;
}

.slider {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
}
.slider__content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.slider__content__slide {
  display: none;
}
.slider__content__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.slider .close {
  color: white;
  position: absolute;
  top: 105px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.slider .close:hover,
.slider .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
  background-color: white;
}

.next {
  right: -128px;
}
.next::after {
  content: url("../assets/svg/right-arrow-darkBlue.svg");
}

.prev {
  left: -128px;
}
.prev::after {
  content: url("../assets/svg/left-arrow-darkBlue.svg");
}

.prev:hover,
.next:hover {
  background-color: #00396B;
}
.prev:hover::after,
.next:hover::after {
  filter: brightness(0) invert(1);
}

.caption-container {
  display: none;
}

.display_slider {
  opacity: 50%;
}

@media (max-width: 1600px) {
  .gallery__row__item img, .gallery__row__item video {
    height: 368px;
  }
}
@media (max-width: 1100px) {
  .gallery__row {
    gap: 2rem;
  }

  .gallery__row__item img, .gallery__row__item video {
    height: 280px;
  }

  .gallery .slider {
    width: 100vw;
    height: 100vh;
  }
  .gallery .slider .slider__content {
    background-color: transparent;
    width: 90vw;
    max-width: unset;
  }
  .gallery .slider .slider__content .prev, .gallery .slider .slider__content .next {
    position: relative;
  }
  .gallery .slider .slider__content .prev {
    left: 0;
  }
  .gallery .slider .slider__content .next {
    right: -25px;
  }

  .slider__content__slide {
    margin-bottom: 50px;
  }

  .slider__content__slide img {
    max-height: 70vh;
  }
}
@media (max-width: 800px) {
  .gallery__row__item img, .gallery__row__item video {
    height: 200px;
  }

  .slider__content__slide {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .gallery__row {
    gap: 1.5rem;
  }

  .gallery__row__item img, .gallery__row__item video {
    height: 150px;
  }
}
@media (max-width: 430px) {
  .gallery__row {
    gap: 1rem;
  }

  .gallery__row__item img, .gallery__row__item video {
    height: 125px;
  }
}
@media (max-width: 375px) {
  .gallery__row, .gallery .gallery__row:nth-of-type(odd) {
    grid-template-columns: 1fr;
  }

  .gallery__row__item img, .gallery__row__item video {
    height: 185px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.header_and_paragraph {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .header_and_paragraph {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .header_and_paragraph {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .header_and_paragraph {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .header_and_paragraph {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .header_and_paragraph {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .header_and_paragraph {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .header_and_paragraph {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .header_and_paragraph {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.header_and_paragraph h3 {
  padding-bottom: 1.8rem;
}
.header_and_paragraph .paragraphs {
  width: 75%;
}
.header_and_paragraph .paragraphs p:not(:first-of-type) {
  padding-top: 1.8rem;
}

@media (max-width: 900px) {
  .header_and_paragraph .paragraphs {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .header_and_paragraph .paragraphs p:not(:first-of-type) {
    padding-top: 1rem;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.hero {
  width: 100vw;
  height: calc(100vh - 8.9rem);
  margin-bottom: 4.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero--small {
  height: calc(76vh - 8.9rem);
}
.hero__text {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  position: relative;
}
@media (max-width: 1600px) {
  .hero__text {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .hero__text {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .hero__text {
    width: 90%;
  }
}
.hero__text h1 {
  color: white;
  font-weight: 400;
}
.hero__text h1:not(:first-of-type) {
  font-family: gothamBold;
}
.hero__text::after {
  content: url("../assets/svg/hero-icon.svg");
  position: absolute;
  left: 0;
  bottom: -1.9rem;
}
.hero__background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__background::after {
  content: "";
  width: 85%;
  height: 100%;
  background: linear-gradient(to right, #00396B, transparent);
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  mix-blend-mode: multiply;
  opacity: 45%;
}

@media (max-width: 1100px) {
  .hero {
    margin-bottom: 4rem;
  }
}
@media (max-width: 780px) {
  .hero--small {
    height: calc(55vh - 8.9rem);
  }
}
@media (max-width: 540px) {
  .hero {
    margin-bottom: 2.5rem;
  }

  .hero--small {
    height: calc(63vh - 8.9rem);
  }
}
@media (max-width: 430px) {
  .hero--small {
    height: calc(58vh - 8.9rem);
  }
}
@media (max-width: 360px) {
  .hero--small {
    height: calc(66vh - 8.9rem);
  }
}
@media (max-width: 330px) {
  .hero--small {
    height: calc(79vh - 8.9rem);
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.map_link {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5.5rem;
}
@media (max-width: 1600px) {
  .map_link {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .map_link {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .map_link {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .map_link {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .map_link {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .map_link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .map_link {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .map_link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.map_link--reverse {
  grid-template-columns: 2fr 1fr;
}
.map_link .section_header h2 {
  max-width: 100%;
}
.map_link .section_header p {
  width: 100%;
}
.map_link .section_header .blue-btn {
  margin-top: 3.2rem;
}
.map_link__pic {
  position: relative;
  cursor: pointer;
  height: 450px;
}
.map_link__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 80%;
  transition: all 0.3s ease-in-out;
}
.map_link__pic:hover img {
  opacity: 100%;
}
.map_link__pic::after {
  content: url("../assets/svg/map-pin.svg");
  margin: 0;
  position: absolute;
  left: 50%;
  top: 40%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1450px) {
  .map_link {
    gap: 3rem;
  }

  .map_link__pic {
    height: 415px;
  }
}
@media (max-width: 1100px) {
  .map_link {
    grid-template-columns: 1fr 1.5fr;
  }
  .map_link .section_header {
    width: 100%;
  }

  .map_link--reverse {
    grid-template-columns: 1.5fr 1fr;
  }

  .map_link .section_header .blue-btn {
    margin-top: 2rem;
  }

  .map_link__pic {
    height: 318px;
  }
}
@media (max-width: 800px) {
  .map_link {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .map_link .map_link__pic {
    grid-row: 2;
    height: 350px;
  }
}
@media (max-width: 600px) {
  .map_link .map_link__pic {
    height: 285px;
  }
}
@media (max-width: 430px) {
  .map_link .map_link__pic {
    height: 235px;
  }

  .map_link__pic::after {
    top: 30%;
    -ms-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }

  .map_link .section_header .blue-btn {
    margin-top: 1.6rem;
  }
}
@media (max-width: 375px) {
  .map_link .map_link__pic {
    height: 210px;
  }
}
@media (max-width: 330px) {
  .map_link .map_link__pic {
    height: 176px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.nav {
  width: 100vw;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
}
.nav .nav__white {
  background-color: white;
}
.nav .nav__white ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 70px;
  margin: 0;
}
.nav .nav__white ul li {
  list-style-type: none;
}
.nav .nav__white ul li a {
  color: #535657;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav .nav__white ul li:not(:first-of-type) {
  margin-left: 9rem;
  position: relative;
}
.nav .nav__white ul li:not(:first-of-type):after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #535657;
  position: absolute;
  display: block;
  left: -4.5rem;
  top: 0;
}
.nav .nav__white__logo {
  width: 136px;
}
.nav .nav__blue {
  background-color: #00396B;
  padding: 1.8rem 70px;
  position: relative;
  transition: all 0.3 ease-in-out;
}
.nav .nav__blue__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav .nav__blue__content .right {
  display: flex;
  flex-direction: row;
}
.nav .nav__blue__content .right ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
.nav .nav__blue__content .right ul li {
  list-style-type: none;
}
.nav .nav__blue__content .right ul li a {
  color: white;
  font-size: 0.85rem;
  line-height: 27px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .nav .nav__blue__content .right ul li a {
    font-size: 0.8rem;
  }
}
.nav .nav__blue__content .right ul li a:hover {
  color: #B7C7DF;
}
.nav .nav__blue__content .right ul li:not(:first-of-type) {
  margin-left: 4.5rem;
}
.nav .nav__blue__content .right ul:not(:first-of-type) {
  display: none;
  margin-left: 9rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.nav .nav__blue__content .right ul:not(:first-of-type):after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  display: block;
  left: -4.5rem;
  top: 0;
}
.nav .nav__blue__content .hamburger {
  display: none;
  height: 20px;
  width: 35px;
  position: relative;
}
.nav .nav__blue__content .hamburger span {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 3px;
}
.nav .nav__blue__content .hamburger span:nth-of-type(1) {
  top: 0;
  transition: all 0.3s ease-in-out;
}
.nav .nav__blue__content .hamburger span:nth-of-type(2) {
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.nav .nav__blue__content .hamburger span:nth-of-type(3) {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.nav .nav__blue__content .hamburger_active {
  justify-self: end;
}
.nav .nav__blue__content .hamburger_active span:nth-of-type(1) {
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.nav .nav__blue__content .hamburger_active span:nth-of-type(2) {
  right: -100px;
}
.nav .nav__blue__content .hamburger_active span:nth-of-type(3) {
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.nav .open_menu {
  height: 100vh;
}
.nav .open_menu::after {
  height: 100vh;
}
.nav .open_menu .nav__blue__content {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
.nav .open_menu .nav__blue__content .right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  grid-column: span 2;
  margin: 0 auto;
  margin-top: 120px;
}
.nav .open_menu .nav__blue__content .right ul {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.nav .open_menu .nav__blue__content .right ul li:not(:first-of-type) {
  margin-left: 0;
}
.nav .open_menu .nav__blue__content .right ul:not(:first-of-type):after {
  display: none;
}

.fix_nav {
  position: fixed;
  top: 0;
}
.fix_nav .nav__white {
  display: none;
}
.fix_nav .nav__blue {
  padding: 1.2rem 70px;
}
.fix_nav .nav__blue .nav__blue__content .right ul:not(:first-of-type) {
  display: block;
}

.body_padding {
  padding-top: 4rem;
}

.barrierefreiheit {
  position: relative;
}
.barrierefreiheit::after {
  content: url("../assets//svg/wheel-chair-grey.svg");
  position: absolute;
  left: -1.2rem;
  top: -0.35rem;
}

@media (max-width: 1450px) {
  .nav .nav__blue {
    padding: 1.8rem 50px;
  }

  .fix_nav .nav__blue {
    padding: 1.2rem 50px;
  }

  .nav .nav__white ul {
    padding: 16px 50px;
  }
}
@media (max-width: 1200px) {
  .nav .nav__blue__content .right ul li:not(:first-of-type) {
    margin-left: 1.6rem;
  }

  .nav .nav__blue__content .right ul:not(:first-of-type) {
    margin-left: 3.2rem;
  }

  .nav .nav__blue__content .right ul:not(:first-of-type):after {
    left: -1.65rem;
  }

  .nav .nav__blue__content .right ul li a {
    font-size: 0.8rem;
  }

  .nav .nav__blue {
    padding: 1rem 25px;
  }

  .nav .nav__white ul {
    padding: 16px 25px;
  }

  .nav .nav__white ul li:not(:first-of-type) {
    margin-left: 3.2rem;
    position: relative;
  }

  .nav .nav__white ul li:not(:first-of-type):after {
    left: -1.6rem;
  }
}
@media (max-width: 950px) {
  .nav .nav__blue__content .right {
    display: none;
  }

  .nav .nav__blue {
    padding: 1rem 20px;
  }

  .nav .nav__white ul {
    padding: 16px 20px;
  }

  .nav .nav__blue__content .hamburger {
    display: block;
  }

  .nav .nav__blue__content .right ul li a {
    font-size: 1.2rem;
  }

  .nav .open_menu .nav__blue__content .right {
    align-items: center;
  }

  .nav .nav__blue__content .right ul:not(:first-of-type) {
    margin-left: 0rem;
  }
}
@media (max-width: 430px) {
  .nav .nav__blue__content .right ul li a {
    font-size: 1.7rem;
  }

  .nav .open_menu .nav__blue__content .right ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }

  .nav .open_menu .nav__blue__content .right {
    margin-left: 0;
    margin-top: 75px;
  }

  .nav .open_menu .nav__blue__content .right {
    align-items: flex-start;
  }

  .nav .nav__white ul li:not(:first-of-type):after {
    display: none;
  }

  .nav .nav__white ul {
    justify-content: space-between;
  }

  .barrierefreiheit {
    padding-left: 30px;
  }
  .barrierefreiheit::after {
    left: 0;
  }
}
@media (max-width: 380px) {
  .nav .nav__blue__content .right ul li a {
    font-size: 1.5rem;
  }

  .nav .nav__white__logo {
    width: 124px;
  }
}
@media (max-width: 330px) {
  .nav .nav__white__logo {
    width: 104px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.organigram {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .organigram {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .organigram {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .organigram {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .organigram {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .organigram {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .organigram {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .organigram {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .organigram {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.organigram__firstLevel {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.organigram__firstLevel .item_picture {
  padding-bottom: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organigram__firstLevel .item_picture .picture {
  position: relative;
  width: fit-content;
  padding: 19px;
  border-radius: 5px;
  background-color: #7287BB;
}
.organigram__firstLevel .item_picture .picture img {
  width: 242px;
  height: 224px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.organigram__firstLevel .item_picture p {
  text-align: center;
}
.organigram__firstLevel .item_picture p:first-of-type {
  background-color: white;
  padding-top: 22px;
  font-size: 1.2rem;
  line-height: 30px;
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}
.organigram__firstLevel .item_picture p:last-of-type {
  background-color: white;
  padding-bottom: 22px;
  font-size: 16px;
}
.organigram__firstLevel .item_picture::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #7287BB;
  position: absolute;
  display: block;
  bottom: 0;
  margin: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.organigram__firstLevel .item_picture--single {
  padding-bottom: 72px;
}
.organigram__firstLevel .item_picture--single .picture {
  background-color: transparent;
  position: relative;
  width: fit-content;
  padding: 19px;
  border-radius: 5px;
  border: 3px solid #7287BB;
}
.organigram__firstLevel .item_picture--single::after {
  content: "";
  width: 3px;
  height: 36px;
  background-color: #7287BB;
  position: absolute;
  display: block;
  bottom: 36px;
  margin: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.organigram__firstLevel .item_dopple {
  position: absolute;
  left: 0;
  top: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organigram__firstLevel .item_dopple .pictures {
  position: relative;
  width: fit-content;
  padding: 19px;
  border-radius: 5px;
  border: 3px solid #7287BB;
  display: flex;
  flex-direction: row;
  gap: 36px;
}
.organigram__firstLevel .item_dopple .pictures img {
  width: 242px;
  height: 224px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.organigram__firstLevel .item_dopple .text {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.organigram__firstLevel .item_dopple .text__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organigram__firstLevel .item_dopple .text__container p {
  text-align: center;
}
.organigram__firstLevel .item_dopple .text__container p:first-of-type {
  padding-top: 22px;
  font-size: 1.2rem;
  line-height: 30px;
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}
.organigram__firstLevel .item_dopple .text__container p:last-of-type {
  padding-bottom: 22px;
  font-size: 16px;
}
.organigram__middleLevel {
  position: absolute;
  left: 0;
  top: 350px;
}
.organigram__middleLevel .item_dopple .picture {
  position: relative;
  width: fit-content;
  padding: 19px;
  border-radius: 5px;
  border: 3px solid #7287BB;
}
.organigram__middleLevel .item_dopple .picture img {
  width: 242px;
  height: 224px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.organigram__secondLevel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 120px;
  position: relative;
}
.organigram__secondLevel::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #7287BB;
  position: absolute;
  display: block;
  top: 0;
  margin: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.organigram__secondLevel__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organigram__secondLevel__column .item_picture {
  padding-bottom: 72px;
  padding-top: 55px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organigram__secondLevel__column .item_picture .picture {
  position: relative;
  width: fit-content;
  padding: 19px;
  border-radius: 5px;
  border: 3px solid #7287BB;
}
.organigram__secondLevel__column .item_picture .picture img {
  width: 242px;
  height: 224px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.organigram__secondLevel__column .item_picture p {
  text-align: center;
}
.organigram__secondLevel__column .item_picture p:first-of-type {
  padding-top: 22px;
  font-size: 1.2rem;
  line-height: 30px;
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}
.organigram__secondLevel__column .item_picture p:last-of-type {
  padding-top: 0.5rem;
  font-size: 16px;
  line-height: 22px;
}
.organigram__secondLevel__column .item_picture::after {
  content: "";
  width: 3px;
  height: 36px;
  background-color: #7287BB;
  position: absolute;
  display: block;
  bottom: 0;
  margin: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.organigram__secondLevel__column .item_picture::before {
  content: "";
  width: 3px;
  height: 36px;
  background-color: #7287BB;
  position: absolute;
  display: block;
  top: 0;
  margin: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.organigram__secondLevel__column .item_small, .organigram__secondLevel__column .item_big {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organigram__secondLevel__column .item_small p, .organigram__secondLevel__column .item_big p {
  text-align: center;
}
.organigram__secondLevel__column .item_big {
  margin-bottom: 1rem;
  background-color: #EFF2F7;
  padding: 32px 22px;
  border-radius: 5px;
}
.organigram__secondLevel__column .item_big p:first-of-type {
  font-size: 1.2rem;
  line-height: 30px;
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}
.organigram__secondLevel__column .item_big p:last-of-type {
  padding-top: 0.5rem;
  font-size: 16px;
  line-height: 22px;
}
.organigram__secondLevel__column .item_small p:first-of-type {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}
.organigram__secondLevel__column .item_small p:last-of-type {
  padding-top: 0.5rem;
  font-size: 16px;
  line-height: 22px;
}

.organigram__secondLevel__column:first-of-type .item_picture::before {
  content: "";
  width: 50%;
  height: 36px;
  background-color: white;
  position: absolute;
  display: block;
  top: -0.02rem;
  left: 0rem;
  border-right: 3px solid #7287BB;
  z-index: 99;
  -ms-transform: unset;
  transform: unset;
}

.organigram__secondLevel__column:last-of-type .item_picture::before {
  content: "";
  width: 50%;
  height: 36px;
  background-color: white;
  position: absolute;
  display: block;
  top: -0.02rem;
  right: 0rem;
  border-left: 3px solid #7287BB;
  z-index: 99;
  -ms-transform: unset;
  transform: unset;
}

@media (max-width: 1630px) {
  .organigram__secondLevel {
    gap: 64px;
  }
}
@media (max-width: 1577px) {
  .organigram__secondLevel__column .item_picture .picture img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
  }

  .organigram__firstLevel .item_dopple .pictures img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
  }

  .organigram__firstLevel .item_dopple .pictures {
    gap: 1rem;
  }

  .organigram__firstLevel .item_dopple .text__container:first-of-type {
    align-items: flex-end;
  }
  .organigram__firstLevel .item_dopple .text__container:first-of-type p {
    text-align: end;
  }
  .organigram__firstLevel .item_dopple .text__container:last-of-type {
    align-items: flex-start;
  }
  .organigram__firstLevel .item_dopple .text__container:last-of-type p {
    text-align: start;
  }

  .organigram__firstLevel .item_dopple .text__container {
    background-color: white;
  }

  .organigram__firstLevel .item_dopple .text__container p:first-of-type {
    font-size: 1rem;
  }

  .organigram__firstLevel .item_dopple .text__container p:last-of-type {
    line-height: 25px;
  }

  .organigram__secondLevel__column .item_picture p:first-of-type {
    font-size: 1rem;
  }

  .organigram__secondLevel__column .item_small p:first-of-type {
    font-size: 18px;
  }

  .organigram__secondLevel__column .item_big p:first-of-type {
    font-size: 1rem;
  }

  .organigram__secondLevel__column .item_small, .organigram__secondLevel__column .item_big {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1450px) {
  .organigram__secondLevel__column:first-of-type .item_picture::before {
    top: 0rem;
  }

  .organigram__secondLevel__column:last-of-type .item_picture::before {
    top: 0rem;
  }

  .organigram__firstLevel .item_picture {
    padding-bottom: 415px;
  }

  .organigram__firstLevel .item_picture--single {
    padding-bottom: 72px;
  }
}
@media (max-width: 1317px) {
  .organigram__firstLevel .item_dopple {
    top: 860px;
  }
}
@media (max-width: 1100px) {
  .organigram__secondLevel {
    gap: 36px;
  }

  .organigram__secondLevel__column .item_picture .picture img {
    width: 125px;
    height: 125px;
  }

  .organigram__secondLevel__column .item_picture .picture {
    padding: 12px;
  }

  .organigram__firstLevel .item_dopple .pictures {
    padding: 12px;
  }

  .organigram__firstLevel .item_dopple .pictures img {
    width: 125px;
    height: 125px;
  }

  .organigram__firstLevel .item_picture .picture img {
    width: 150px;
    height: 150px;
  }

  .organigram__firstLevel .item_picture {
    padding-bottom: 350px;
  }

  .organigram__firstLevel .item_picture--single {
    padding-bottom: 72px;
  }

  .organigram__firstLevel .item_dopple {
    top: 679px;
    background-color: white;
  }
}
@media (max-width: 1000px) {
  .organigram__secondLevel {
    grid-template-columns: repeat(2, 1fr);
  }

  .organigram__secondLevel::after {
    width: 85%;
  }

  .organigram__secondLevel__column:nth-of-type(2) .item_picture::before {
    content: "";
    width: 50%;
    height: 36px;
    background-color: white;
    position: absolute;
    display: block;
    top: -0.02rem;
    right: 0rem;
    border-left: 3px solid #7287BB;
    z-index: 99;
    -ms-transform: unset;
    transform: unset;
  }

  .organigram__secondLevel__column:last-of-type .item_picture::before {
    content: "";
    width: calc(50% + 18px);
    height: 36px;
    background-color: white;
    position: absolute;
    display: block;
    top: -0.02rem;
    right: 50%;
    left: unset;
    border-right: 3px solid #7287BB;
    border-top: 3px solid #7287BB;
    border-left: unset;
    z-index: 99;
    -ms-transform: unset;
    transform: unset;
  }

  .organigram__secondLevel__column:nth-of-type(3) .item_picture::before {
    content: "";
    width: calc(50% + 18px);
    height: 36px;
    background-color: white;
    position: absolute;
    display: block;
    top: -0.02rem;
    right: 0rem;
    border-left: 3px solid #7287BB;
    border-top: 3px solid #7287BB;
    z-index: 99;
    -ms-transform: unset;
    transform: unset;
  }
}
@media (max-width: 800px) {
  .organigram__firstLevel .item_dopple {
    position: unset;
    left: unset;
    background-color: transparent;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .organigram__firstLevel .item_dopple::after {
    content: "";
    width: 3px;
    height: 36px;
    background-color: #7287BB;
    position: absolute;
    display: block;
    bottom: 0;
    margin: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }

  .organigram__firstLevel .item_picture {
    padding-bottom: 36px;
  }
}
@media (max-width: 435px) {
  .organigram__secondLevel {
    grid-template-columns: repeat(1, 1fr);
  }

  .organigram__firstLevel .item_dopple::after {
    display: none;
  }

  .organigram__firstLevel .item_dopple {
    padding-bottom: 0;
  }

  .organigram__secondLevel::after {
    display: none;
  }

  .organigram__secondLevel__column:nth-of-type(3) .item_picture::before {
    border-top: none;
  }

  .organigram__secondLevel__column:last-of-type .item_picture::before {
    border-top: none;
  }

  .organigram__secondLevel__column .item_picture {
    padding-bottom: 55px;
    padding-top: 55px;
  }

  .organigram__secondLevel {
    gap: 0px;
  }

  .organigram__secondLevel__column .item_small, .organigram__secondLevel__column .item_big {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .organigram__secondLevel__column .item_big {
    padding: 18px 22px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.pic_icons_list {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .pic_icons_list {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .pic_icons_list {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .pic_icons_list {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .pic_icons_list {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .pic_icons_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .pic_icons_list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .pic_icons_list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .pic_icons_list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.pic_icons_list__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
}
.pic_icons_list__items .item .subtitle {
  text-transform: uppercase;
  font-size: 18px;
}
.pic_icons_list__items .item .title {
  font-size: 1.2rem;
  line-height: 30px;
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}
.pic_icons_list__items .item__pic {
  position: relative;
  margin: 1.8rem 0 0 0;
  overflow: hidden;
  width: 100%;
  height: 420px;
  z-index: 0;
}
.pic_icons_list__items .item__pic:hover .pic__wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pic_icons_list__items .item__pic .pic__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.pic_icons_list__items .item__pic .pic__wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.pic_icons_list__items .item__text {
  padding-top: 1.8rem;
  width: 90%;
  padding-left: 58px;
}
.pic_icons_list__items .item__text div {
  margin-top: 1.6rem;
}
.pic_icons_list__items .item__text div:first-of-type {
  margin-top: 0;
}
.pic_icons_list__items .item__text .location p:first-of-type, .pic_icons_list__items .item__text .parking p:first-of-type, .pic_icons_list__items .item__text .transport p:first-of-type {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}
.pic_icons_list__items .item__text .info, .pic_icons_list__items .item__text .location, .pic_icons_list__items .item__text .parking, .pic_icons_list__items .item__text .transport {
  position: relative;
}
.pic_icons_list__items .item__text .info::after, .pic_icons_list__items .item__text .location::after, .pic_icons_list__items .item__text .parking::after, .pic_icons_list__items .item__text .transport::after {
  position: absolute;
  left: -58px;
  top: 0;
}
.pic_icons_list__items .item__text .info::after {
  content: url("../assets/svg/info.svg");
}
.pic_icons_list__items .item__text .location::after {
  content: url("../assets/svg/pin.svg");
}
.pic_icons_list__items .item__text .parking::after {
  content: url("../assets/svg/parking.svg");
}
.pic_icons_list__items .item__text .transport::after {
  content: url("../assets/svg/transport.svg");
}

@media (max-width: 1600px) {
  .pic_icons_list__items .item__pic {
    height: 359px;
  }
}
@media (max-width: 1100px) {
  .pic_icons_list__items {
    gap: 3rem;
  }

  .pic_icons_list__items .item__pic {
    height: 273px;
  }
}
@media (max-width: 800px) {
  .pic_icons_list__items {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .pic_icons_list__items .item__pic {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .pic_icons_list__items .item__pic {
    height: 285px;
  }
}
@media (max-width: 430px) {
  .pic_icons_list__items .item__pic {
    height: 235px;
  }

  .pic_icons_list__items .item__text {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .pic_icons_list__items .item__pic {
    height: 210px;
  }
}
@media (max-width: 330px) {
  .pic_icons_list__items .item__pic {
    height: 176px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.section_header {
  padding-bottom: 3.2rem;
}
.section_header h2 {
  font-family: gothamBook;
  font-weight: 400;
  max-width: 60%;
  position: relative;
}
.section_header h2::after {
  content: url("../assets/svg/headline-deco.svg");
  position: absolute;
  left: -47px;
  top: -47px;
  z-index: -1;
}
.section_header p {
  width: 50%;
  padding-top: 1.8rem;
}

.quotation_header h2 {
  font-family: gothamBook;
  font-weight: 400;
  max-width: 60%;
  width: fit-content;
  position: relative;
}
.quotation_header h2::after {
  content: url("../assets/svg/quote.svg");
  position: absolute;
  left: -55px;
  top: -20px;
  z-index: -1;
}
.quotation_header h2:nth-of-type(2)::after {
  content: url("../assets/svg/quote.svg");
  position: absolute;
  left: unset;
  right: -55px;
  top: 20px;
  z-index: -1;
  transform: rotateY(180deg);
}
.quotation_header p {
  width: 50%;
  padding-top: 1.8rem;
}

@media (max-width: 1450px) {
  .section_header p {
    width: 60%;
    padding-top: 1.5rem;
  }
}
@media (max-width: 1100px) {
  .section_header h2 {
    max-width: 85%;
  }

  .section_header {
    padding-bottom: 2.5rem;
  }

  .section_header p {
    width: 80%;
    padding-top: 1.2rem;
  }

  .quotation_header p {
    width: 80%;
    padding-top: 1.2rem;
  }

  .quotation_header h2::after {
    left: -36px;
    top: -16px;
  }

  .quotation_header h2:nth-of-type(2)::after {
    right: -44px;
    top: 16px;
  }

  .section_header h2::after {
    transform: scale(0.7);
  }
}
@media (max-width: 800px) {
  .section_header h2 {
    max-width: 100%;
  }

  .section_header p {
    width: 100%;
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .quotation_header h2 {
    max-width: 100%;
  }

  .quotation_header p {
    width: 100%;
  }

  .section_header h2::after {
    transform: scale(0.5);
    top: -35px;
    left: -43px;
  }
}
@media (max-width: 430px) {
  .section_header {
    padding-bottom: 2rem;
  }

  .quotation_header h2::after {
    left: -30px;
    top: -26px;
    transform: scale(0.5);
  }

  .quotation_header h2:nth-of-type(2)::after {
    right: -44px;
    top: 16px;
    transform: scale(0.5) rotateY(180deg);
  }

  .section_header h2::after {
    transform: scale(0.5);
    top: -43px;
    left: -35px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.swiper_text {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .swiper_text {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .swiper_text {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .swiper_text {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .swiper_text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .swiper_text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .swiper_text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .swiper_text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .swiper_text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.swiper_text .swiper_text_columns .swiper-wrapper {
  margin-top: 173px;
}
.swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide {
  background-color: #F8F8F9;
  padding: 1.6rem 1.6rem 3.2rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide p {
  text-indent: 10px;
  position: relative;
}
.swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide p span::after {
  content: url("../assets/svg/quote-small.svg");
}
.swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide p span:nth-of-type(2) {
  content: url("../assets/svg/quote-small-2.svg");
}
.swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide .pic_and_info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
}
.swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide .pic_and_info img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center;
}
.swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide .pic_and_info .info {
  margin-top: 15px;
}
.swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide .pic_and_info .info p:nth-of-type(1) {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}
.swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide .pic_and_info .info p:nth-of-type(2) {
  color: #C2C1C6;
  margin-top: -0.2rem;
}
.swiper_text .swiper_text_columns .swiper-button-next, .swiper_text .swiper_text_columns .swiper-button-prev {
  top: 64px;
  background-color: #00396B;
  width: 55px;
  height: 55px;
  transition: all 0.3s ease-in-out;
}
.swiper_text .swiper_text_columns .swiper-button-next::after, .swiper_text .swiper_text_columns .swiper-button-prev::after {
  content: url("../assets/svg/right-arrow.svg");
  transform: scale(0.55);
  transition: all;
}
.swiper_text .swiper_text_columns .swiper-button-next:hover, .swiper_text .swiper_text_columns .swiper-button-prev:hover {
  background-color: #868120;
}
.swiper_text .swiper_text_columns .swiper-button-next:hover::after, .swiper_text .swiper_text_columns .swiper-button-prev:hover::after {
  margin-left: 0.3rem;
}
.swiper_text .swiper_text_columns .swiper-button-next {
  left: 87px;
}
.swiper_text .swiper_text_columns .swiper-button-prev {
  left: 0;
}
.swiper_text .swiper_text_columns .swiper-button-prev::after {
  transform: rotateY(180deg) scale(0.55);
}
.swiper_text .swiper_text_columns .swiper-button-prev:hover::after {
  margin-left: -0.3rem;
}

@media (max-width: 1100px) {
  .swiper_text .swiper_text_columns .swiper-button-next, .swiper_text .swiper_text_columns .swiper-button-prev {
    width: 45px;
    height: 45px;
  }

  .swiper_text .swiper_text_columns .swiper-button-next {
    left: 73px;
  }

  .swiper_text .swiper_text_columns .swiper-button-next::after, .swiper_text .swiper_text_columns .swiper-button-prev::after {
    transform: scale(0.4);
  }

  .swiper_text .swiper_text_columns .swiper-button-prev::after {
    transform: rotateY(180deg) scale(0.4);
  }

  .swiper_text .swiper_text_columns .swiper-wrapper {
    margin-top: 140px;
  }
}
@media (max-width: 600px) {
  .swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide {
    padding: 1.6rem;
  }
}
@media (max-width: 430px) {
  .swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide {
    gap: 18px;
  }

  .swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide {
    padding: 1.6rem 1rem;
  }

  .swiper_text .swiper_text_columns .swiper-wrapper {
    margin-top: 100px;
  }

  .swiper_text .swiper_text_columns .swiper-button-next, .swiper_text .swiper_text_columns .swiper-button-prev {
    top: 42px;
  }
}
@media (max-width: 370px) {
  .swiper_text .swiper_text_columns .swiper-wrapper .swiper-slide .pic_and_info {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
  }
}
.swiper_images {
  width: 100%;
  height: 480px;
  padding-bottom: 50px;
}
.swiper_images .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper_images .swiper-pagination {
  bottom: 0px;
}
.swiper_images .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 16px;
  background: #00396B;
}

@media (max-width: 1600px) {
  .swiper_images {
    height: 425px;
  }
}
@media (max-width: 1100px) {
  .swiper_images {
    height: 355px;
  }
}
@media (max-width: 800px) {
  .swiper_images {
    height: 437px;
  }
}
@media (max-width: 600px) {
  .swiper_images {
    height: 330px;
  }
}
@media (max-width: 430px) {
  .swiper_images {
    height: 260px;
  }

  .swiper_images .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 20px;
    height: 8px;
    background: #00396B;
  }

  .swiper_images .swiper-pagination {
    bottom: 10px;
  }
}
@media (max-width: 330px) {
  .swiper_images {
    height: 220px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.text_and_picture {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
}
@media (max-width: 1600px) {
  .text_and_picture {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .text_and_picture {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .text_and_picture {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .text_and_picture {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .text_and_picture {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .text_and_picture {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .text_and_picture {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .text_and_picture {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.text_and_picture .text > *:not(:first-child) {
  padding: 1.6rem 0;
}
.text_and_picture .text > *:first-child {
  padding-bottom: 1.6rem;
}
.text_and_picture .text > *:last-child {
  padding-bottom: 0;
}
.text_and_picture .text .paragraphs p:not(:first-of-type) {
  margin-top: 1.8rem;
}
.text_and_picture .text .btns {
  display: flex;
  flex-direction: row;
  gap: 1.8rem;
}
.text_and_picture .picture {
  position: relative;
  height: 428px;
}
.text_and_picture .picture img {
  width: 100%;
  height: 428px;
  object-fit: cover;
  object-position: center;
}
.text_and_picture--vertical .picture {
  height: 800px;
}
.text_and_picture--vertical .picture img {
  height: 800px;
}
.text_and_picture--vertical .text {
  padding-top: 6rem;
}

@media (max-width: 1600px) {
  .text_and_picture .text > *:not(:first-child) {
    padding: 1rem 0;
  }

  .text_and_picture .text > *:first-child {
    padding-bottom: 1rem;
  }

  .text_and_picture .picture {
    height: 386px;
  }
  .text_and_picture .picture img {
    height: 386px;
  }

  .text_and_picture--vertical .picture {
    height: 800px;
  }
  .text_and_picture--vertical .picture img {
    height: 800px;
  }
}
@media (max-width: 1450px) {
  .text_and_picture .picture {
    height: 351px;
  }
  .text_and_picture .picture img {
    height: 351px;
  }

  .text_and_picture--vertical .picture {
    height: 736px;
  }
  .text_and_picture--vertical .picture img {
    height: 736px;
  }

  .text_and_picture--vertical .text {
    padding-top: 3rem;
  }

  html {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 1100px) {
  .text_and_picture {
    gap: 2rem;
  }

  .text_and_picture .picture {
    height: 273px;
  }
  .text_and_picture .picture img {
    height: 273px;
  }

  .text_and_picture--vertical .picture {
    height: 560px;
  }
  .text_and_picture--vertical .picture img {
    height: 560px;
  }

  .text_and_picture .text > *:not(:first-child) {
    padding: 0.5rem 0;
  }

  .text_and_picture .text > *:first-child {
    padding-bottom: 0.5rem;
  }

  .text_and_picture .text .paragraphs p:not(:first-of-type) {
    margin-top: 1rem;
  }
}
@media (max-width: 780px) {
  .text_and_picture {
    grid-template-columns: 1fr;
  }

  .text_and_picture .picture {
    height: 390px;
  }
  .text_and_picture .picture img {
    height: 390px;
  }

  .text_and_picture .picture {
    grid-row: 2;
  }

  .text_and_picture--vertical .picture {
    height: 478px;
    width: 50%;
  }
  .text_and_picture--vertical .picture img {
    height: 478px;
  }

  .text_and_picture--vertical .text {
    padding-top: 0;
  }
}
@media (max-width: 540px) {
  .text_and_picture .picture {
    height: 311px;
  }
  .text_and_picture .picture img {
    height: 311px;
  }

  .text_and_picture--vertical .picture {
    height: 478px;
    width: 65%;
  }
  .text_and_picture--vertical .picture img {
    height: 478px;
  }
}
@media (max-width: 430px) {
  .text_and_picture .picture {
    height: 235px;
  }
  .text_and_picture .picture img {
    height: 235px;
  }

  .text_and_picture--vertical .picture {
    height: 500px;
    width: 100%;
  }
  .text_and_picture--vertical .picture img {
    height: 500px;
  }
}
@media (max-width: 375px) {
  .text_and_picture .picture {
    height: 200px;
  }
  .text_and_picture .picture img {
    height: 200px;
  }

  .text_and_picture--vertical .picture {
    height: 440px;
    width: 100%;
  }
  .text_and_picture--vertical .picture img {
    height: 440px;
  }
}
@media (max-width: 360px) {
  .text_and_picture .picture {
    height: 175px;
  }
  .text_and_picture .picture img {
    height: 175px;
  }

  .text_and_picture--vertical .picture {
    height: 440px;
    width: 100%;
  }
  .text_and_picture--vertical .picture img {
    height: 440px;
  }

  .text_and_picture .text .btns {
    flex-direction: column;
    gap: 1rem;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.tex_picture_with_link {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
}
@media (max-width: 1600px) {
  .tex_picture_with_link {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .tex_picture_with_link {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .tex_picture_with_link {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .tex_picture_with_link {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .tex_picture_with_link {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .tex_picture_with_link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .tex_picture_with_link {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .tex_picture_with_link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tex_picture_with_link .section_header h2 {
  max-width: 100%;
}
.tex_picture_with_link .section_header p {
  width: 100%;
}
.tex_picture_with_link .picture_column {
  position: relative;
}
.tex_picture_with_link .picture_column .subtitle {
  text-transform: uppercase;
  font-size: 18px;
}
.tex_picture_with_link .picture_column .title {
  font-size: 1.2rem;
  line-height: 30px;
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}
.tex_picture_with_link .picture_column .picture {
  position: relative;
  margin: 1.8rem 0 0 0;
  overflow: hidden;
  width: 100%;
  height: 420px;
  z-index: 0;
}
.tex_picture_with_link .picture_column .picture::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 10rem;
  left: 0;
  opacity: 0;
  background: linear-gradient(transparent, #2F3031);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.tex_picture_with_link .picture_column .picture .picture__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.tex_picture_with_link .picture_column .picture .picture__wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.tex_picture_with_link .picture_column a {
  text-decoration: none;
  color: white;
  font-size: 22px;
  margin: 0;
  opacity: 0;
  margin-top: -2rem;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.tex_picture_with_link .picture_column a:hover {
  color: #B7C7DF;
}
.tex_picture_with_link .picture_column:hover .picture__wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tex_picture_with_link .picture_column:hover a {
  opacity: 1;
  margin-top: -5rem;
}
.tex_picture_with_link .picture_column:hover .picture::before {
  opacity: 1;
  top: 0;
}

@media (max-width: 1450px) {
  .tex_picture_with_link .picture_column .picture {
    height: 369px;
  }

  .tex_picture_with_link {
    gap: 3rem;
  }
  .tex_picture_with_link .section_header {
    width: 100%;
  }

  .tex_picture_with_link .picture_column .picture {
    height: 271px;
  }
}
@media (max-width: 800px) {
  .tex_picture_with_link {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tex_picture_with_link .picture_column .picture {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .tex_picture_with_link .picture_column .picture {
    height: 285px;
  }
}
@media (max-width: 430px) {
  .tex_picture_with_link .picture_column .picture {
    height: 235px;
  }
}
@media (max-width: 375px) {
  .tex_picture_with_link .picture_column .picture {
    height: 210px;
  }
}
@media (max-width: 330px) {
  .tex_picture_with_link .picture_column .picture {
    height: 176px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.three_columns_card {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .three_columns_card {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .three_columns_card {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .three_columns_card {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .three_columns_card {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .three_columns_card {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .three_columns_card {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .three_columns_card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .three_columns_card {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.three_columns_card .columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.three_columns_card .columns .card {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.three_columns_card .columns .card:hover .pic__wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.three_columns_card .columns .card:hover .arrow_link::after {
  opacity: 1;
  right: -2.5rem;
}
.three_columns_card .columns .card__pic {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 410px;
  z-index: 0;
}
.three_columns_card .columns .card__pic .pic__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.three_columns_card .columns .card__pic .pic__wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.three_columns_card .columns .card .subtitle {
  padding: 1.8rem 0;
  text-transform: uppercase;
  color: #B7C7DF;
  position: relative;
}
.three_columns_card .columns .card .subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 3px;
  background-color: #00396B;
  transition: all 0.3s ease-in-out;
}
.three_columns_card .columns .card:hover .subtitle::after {
  background-color: #B7C7DF;
  width: 100%;
}
.three_columns_card .columns .card .title {
  padding-top: 1.8rem;
  padding-bottom: 9px;
}
.three_columns_card .columns .card .description {
  padding-bottom: 3.2rem;
}
.three_columns_card .columns .card .arrow_link {
  margin-top: auto;
}
.three_columns_card--load6 .columns .card {
  display: none;
}
.three_columns_card--load6 .columns .card:nth-of-type(1), .three_columns_card--load6 .columns .card:nth-of-type(2), .three_columns_card--load6 .columns .card:nth-of-type(3), .three_columns_card--load6 .columns .card:nth-of-type(4), .three_columns_card--load6 .columns .card:nth-of-type(5), .three_columns_card--load6 .columns .card:nth-of-type(6) {
  display: flex;
}
.three_columns_card .blue-btn {
  margin-top: 6rem;
}

.display div {
  display: flex !important;
}

@media (max-width: 1600px) {
  .three_columns_card .columns .card__pic {
    height: 373px;
  }
}
@media (max-width: 1450px) {
  .three_columns_card .columns .card__pic {
    height: 347px;
  }

  .three_columns_card .columns .card .description {
    padding-bottom: 1.8rem;
  }

  .three_columns_card .blue-btn {
    margin-top: 4rem;
  }
}
@media (max-width: 1100px) {
  .three_columns_card .columns .card__pic {
    height: 244px;
  }

  .three_columns_card .columns {
    gap: 3.5rem 2rem;
  }

  .three_columns_card .columns .card .subtitle {
    padding: 1rem 0;
  }

  .three_columns_card .columns .card .title {
    padding-top: 1rem;
  }

  .three_columns_card .columns .card .title {
    padding-top: 1rem;
    padding-bottom: 9px;
  }
}
@media (max-width: 800px) {
  .three_columns_card .columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .three_columns_card .columns .card__pic {
    height: 290px;
  }
}
@media (max-width: 550px) {
  .three_columns_card .columns {
    grid-template-columns: repeat(1, 1fr);
  }

  .three_columns_card .columns .card__pic {
    height: 320px;
  }

  .three_columns_card .columns .card .description {
    padding-bottom: 1rem;
  }
}
@media (max-width: 375px) {
  .three_columns_card .columns .card__pic {
    height: 288px;
  }
}
@media (max-width: 330px) {
  .three_columns_card .columns .card__pic {
    height: 254px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.three_columns_icon {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .three_columns_icon {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .three_columns_icon {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .three_columns_icon {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .three_columns_icon {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .three_columns_icon {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .three_columns_icon {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .three_columns_icon {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .three_columns_icon {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.three_columns_icon .columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
.three_columns_icon .columns__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.three_columns_icon .columns__item__icon {
  padding-bottom: 1.8rem;
  padding-bottom: 1.8rem;
  height: 130px;
  width: auto;
}
.three_columns_icon .columns__item__title {
  padding-bottom: 1.8rem;
}
.three_columns_icon .columns__item__description {
  margin-top: auto;
}

.three_columns_icon .columns .blue-btn {
  display: none;
}

@media (max-width: 1450px) {
  .three_columns_icon .columns {
    gap: 3rem;
  }
}
@media (max-width: 1100px) {
  .three_columns_icon .columns {
    gap: 2rem;
  }

  .three_columns_icon .columns__item__title {
    padding-bottom: 1rem;
  }

  .three_columns_icon .columns__item__icon {
    padding-bottom: 1.2rem;
    height: 80px;
  }
}
@media (max-width: 800px) {
  .three_columns_icon .columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
@media (max-width: 430px) {
  .three_columns_icon .columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }

  .three_columns_icon .columns__item__title {
    padding-bottom: 0.5rem;
  }

  .three_columns_icon .columns .blue-btn {
    display: block;
  }

  .three_columns_icon--load3 .columns .columns__item {
    display: none;
  }
  .three_columns_icon--load3 .columns .columns__item:nth-of-type(1), .three_columns_icon--load3 .columns .columns__item:nth-of-type(2), .three_columns_icon--load3 .columns .columns__item:nth-of-type(3) {
    display: block;
  }

  .display3 .columns__item {
    display: block !important;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.three_columns_text {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .three_columns_text {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .three_columns_text {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .three_columns_text {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .three_columns_text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .three_columns_text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .three_columns_text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .three_columns_text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .three_columns_text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.three_columns_text .columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
.three_columns_text .columns__item {
  padding-left: 1.125rem;
  position: relative;
}
.three_columns_text .columns__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 100%;
  background-color: #B7C7DF;
  top: 0;
  left: 0;
}
.three_columns_text .columns__item p {
  padding-top: 1.6rem;
}

@media (max-width: 1600px) {
  .three_columns_text .columns {
    gap: 3.5rem;
  }
}
@media (max-width: 1100px) {
  .three_columns_text .columns {
    gap: 1.5rem;
  }

  .three_columns_text .columns__item p {
    padding-top: 1rem;
  }
}
@media (max-width: 800px) {
  .three_columns_text .columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
  }
}
@media (max-width: 600px) {
  .three_columns_text .columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 1.5rem;
  }
}
@media (max-width: 430px) {
  .three_columns_text .columns__item p {
    padding-top: 0.5rem;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.three_pics_banner {
  padding-top: 90px;
  padding-bottom: 90px;
  width: 100vw;
  height: 640px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1600px) {
  .three_pics_banner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .three_pics_banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .three_pics_banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .three_pics_banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .three_pics_banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.three_pics_banner .pic {
  position: relative;
}
.three_pics_banner .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.three_pics_banner .text {
  background-color: #CFC364;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.three_pics_banner .text:hover {
  background-color: #868120;
}
.three_pics_banner .text a {
  color: white;
  text-decoration: none;
  text-align: left;
  font-size: 2.8rem;
  line-height: 80px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1600px) {
  .three_pics_banner {
    height: 500px;
  }

  .three_pics_banner .text a {
    font-size: 2.5rem;
  }
}
@media (max-width: 1450px) {
  .three_pics_banner {
    height: 425px;
  }
}
@media (max-width: 1100px) {
  .three_pics_banner {
    height: 335px;
  }

  .three_pics_banner .text a {
    font-size: 1.8rem;
    line-height: 50px;
  }
}
@media (max-width: 800px) {
  .three_pics_banner {
    height: 300px;
  }

  .three_pics_banner .text a {
    font-size: 1.3rem;
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .three_pics_banner {
    grid-template-columns: 1fr 1fr;
  }
  .three_pics_banner .pic:nth-of-type(2) {
    display: none;
  }
  .three_pics_banner .pic:nth-of-type(4) {
    display: none;
  }

  .three_pics_banner .text a {
    font-size: 1.7rem;
    line-height: 40px;
  }
}
@media (max-width: 430px) {
  .three_pics_banner {
    height: 250px;
  }
}
@media (max-width: 380px) {
  .three_pics_banner .text a {
    font-size: 1.6rem;
    line-height: 40px;
  }
}
@media (max-width: 330px) {
  .three_pics_banner {
    height: 220px;
  }

  .three_pics_banner .text a {
    font-size: 1.2rem;
    line-height: 30px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.two_columns_pic {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .two_columns_pic {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .two_columns_pic {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .two_columns_pic {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .two_columns_pic {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .two_columns_pic {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .two_columns_pic {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .two_columns_pic {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .two_columns_pic {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.two_columns_pic .row {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 4.5rem;
}
.two_columns_pic .row__item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.two_columns_pic .row__item:hover .pic__wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.two_columns_pic .row__item::after {
  content: url("../assets/svg/right-arrow.svg");
  position: absolute;
  top: 52.5%;
  left: 40%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.two_columns_pic .row__item:hover::after {
  opacity: 1;
  left: 42.5%;
}
.two_columns_pic .row__item__title {
  padding-bottom: 1.2rem;
  position: relative;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 30px;
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}
.two_columns_pic .row__item__title::after {
  content: "";
  position: absolute;
  width: 0%;
  opacity: 0;
  height: 2px;
  background-color: #AEBFD9;
  left: 0;
  bottom: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.two_columns_pic .row__item:hover .row__item__title::after {
  opacity: 1;
  width: 100%;
}
.two_columns_pic .row__item__pic {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 450px;
  z-index: 0;
  margin-top: auto;
}
.two_columns_pic .row__item__pic::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 10rem;
  left: 0;
  opacity: 0;
  background: linear-gradient(transparent, #2F3031);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.two_columns_pic .row__item__pic .pic__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.two_columns_pic .row__item__pic .pic__wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.two_columns_pic .row__item:hover .row__item__pic::before {
  opacity: 1;
  top: 0;
}
.two_columns_pic .row:nth-of-type(odd) {
  grid-template-columns: 1fr 1.3fr;
}
.two_columns_pic .row ~ .row {
  margin-top: 4rem;
}
.two_columns_pic--load4 .row {
  display: none;
}
.two_columns_pic--load4 .row:nth-of-type(1), .two_columns_pic--load4 .row:nth-of-type(2), .two_columns_pic--load4 .row:nth-of-type(3) {
  display: grid;
}
.two_columns_pic .blue-btn {
  margin-top: 6rem;
}

.display4 .row {
  display: grid !important;
}

@media (max-width: 1600px) {
  .two_columns_pic .row__item__pic {
    height: 400px;
  }
}
@media (max-width: 1450px) {
  .two_columns_pic .row__item__pic {
    height: 385px;
  }
}
@media (max-width: 1100px) {
  .two_columns_pic .row {
    gap: 2rem;
  }

  .two_columns_pic .row__item__title {
    font-size: 1rem;
  }

  .two_columns_pic .row__item__pic {
    height: 310px;
  }

  .two_columns_pic .row ~ .row {
    margin-top: 3rem;
  }

  .two_columns_pic .blue-btn {
    margin-top: 4rem;
  }
}
@media (max-width: 800px) {
  .two_columns_pic .row__item__pic {
    height: 217px;
  }
}
@media (max-width: 600px) {
  .two_columns_pic .row__item__pic {
    height: 140px;
  }

  .two_columns_pic .row ~ .row {
    margin-top: 2rem;
  }
}
@media (max-width: 540px) {
  .two_columns_pic .row__item__title {
    font-size: 1.2rem;
  }

  .two_columns_pic .row {
    grid-template-columns: 1fr;
  }

  .two_columns_pic .row:nth-of-type(odd) {
    grid-template-columns: 1fr;
  }

  .two_columns_pic .row__item__pic {
    height: 420px;
  }
}
@media (max-width: 330px) {
  .two_columns_pic .row__item__pic {
    height: 355px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.two_columns_portraitPic {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media (max-width: 1600px) {
  .two_columns_portraitPic {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .two_columns_portraitPic {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .two_columns_portraitPic {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .two_columns_portraitPic {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .two_columns_portraitPic {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .two_columns_portraitPic {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .two_columns_portraitPic {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .two_columns_portraitPic {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.two_columns_portraitPic .section_header {
  padding-bottom: 0;
}
.two_columns_portraitPic .section_header h2 {
  max-width: 100%;
}
.two_columns_portraitPic .section_header p {
  width: 100%;
}
.two_columns_portraitPic .column_item {
  position: relative;
  cursor: pointer;
}
.two_columns_portraitPic .column_item:hover .pic__wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.two_columns_portraitPic .column_item p:nth-of-type(2) {
  position: relative;
  width: fit-content;
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 30px;
}
.two_columns_portraitPic .column_item p:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 0%;
  opacity: 0;
  height: 2px;
  background-color: #AEBFD9;
  left: 0;
  bottom: -0.8rem;
  transition: all 0.3s ease-in-out;
}
.two_columns_portraitPic .column_item p:nth-of-type(1) {
  text-transform: uppercase;
  font-size: 18px;
}
.two_columns_portraitPic .column_item:hover p:nth-of-type(2)::after {
  opacity: 1;
  width: 100%;
}
.two_columns_portraitPic .column_item__pic {
  position: relative;
  margin: 1.8rem 0 0 0;
  overflow: hidden;
  width: 100%;
  height: 560px;
  z-index: 0;
}
.two_columns_portraitPic .column_item__pic::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 10rem;
  left: 0;
  opacity: 0;
  background: linear-gradient(transparent, #2F3031);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.two_columns_portraitPic .column_item__pic .pic__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.two_columns_portraitPic .column_item__pic .pic__wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.two_columns_portraitPic .column_item:hover .column_item__pic::before {
  opacity: 1;
  top: 0;
}
.two_columns_portraitPic .column_item a {
  text-decoration: none;
  color: white;
  font-size: 22px;
  margin: 0;
  opacity: 0;
  margin-top: -2rem;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.two_columns_portraitPic .column_item a:hover {
  color: #B7C7DF;
}
.two_columns_portraitPic .column_item:hover a {
  opacity: 1;
  margin-top: -5rem;
}

@media (max-width: 1450px) {
  .two_columns_portraitPic {
    gap: 3rem;
  }

  .two_columns_portraitPic .column_item__pic {
    height: 498px;
  }
}
@media (max-width: 1100px) {
  .two_columns_portraitPic {
    grid-template-columns: repeat(2, 1fr);
  }
  .two_columns_portraitPic .section_header {
    grid-column: span 2;
    width: 80%;
  }

  .two_columns_portraitPic .column_item__pic {
    height: 540px;
  }
}
@media (max-width: 1100px) {
  .two_columns_portraitPic .section_header {
    width: 100%;
  }

  .two_columns_portraitPic .column_item__pic {
    height: 455px;
  }

  .two_columns_portraitPic .section_header {
    grid-column: span 2;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .two_columns_portraitPic {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .two_columns_portraitPic .section_header {
    grid-column: span 1;
  }

  .two_columns_portraitPic .column_item {
    position: relative;
    cursor: pointer;
    width: 70%;
  }
}
@media (max-width: 430px) {
  .two_columns_portraitPic .column_item {
    width: 100%;
  }

  .two_columns_portraitPic {
    gap: 3rem;
  }

  .two_columns_portraitPic .column_item__pic {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 330px) {
  .two_columns_portraitPic .column_item__pic {
    height: 405px;
  }
}
/* ---------- Colors ---------- */
/* ---------- Spacing ---------- */
@font-face {
  src: url("../assets/fonts/GothamNarrow-Bold.otf");
  font-family: gothamBold;
}
.bold {
  font-family: gothamBold;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Medium.otf");
  font-family: gothamMedium;
}
.medium {
  font-family: gothamMedium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  src: url("../assets/fonts/GothamNarrow-Book.otf");
  font-family: gothamBook;
}
/* ---------- Text ---------- */
h1 {
  font-size: 3.68rem;
  line-height: 100px;
}

h2 {
  font-size: 2.4rem;
  line-height: 64px;
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 3.3rem;
    line-height: 80px;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 56px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
    line-height: 70px;
  }

  h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 46px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}
/* ---------- Spacing ---------- */
/* ---------- Containers ---------- */
.two_columns_text {
  width: 1526px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .two_columns_text {
    width: 85%;
  }
}
@media (max-width: 1100px) {
  .two_columns_text {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .two_columns_text {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .two_columns_text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1450px) {
  .two_columns_text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .two_columns_text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .two_columns_text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .two_columns_text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.two_columns_text h3 {
  padding-bottom: 1.8rem;
}
.two_columns_text .columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}

@media (max-width: 1100px) {
  .two_columns_text .columns {
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .two_columns_text .columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.deco_left::after {
  content: url("../assets/svg/logo-deco-2.svg");
  position: absolute;
  left: -30%;
  z-index: -1;
  top: 0;
  width: 700px;
}

.deco_left_middle {
  position: relative;
}
.deco_left_middle::after {
  content: url("../assets/svg/logo-deco-2.svg");
  position: absolute;
  left: -27%;
  z-index: -1;
  top: 21rem;
  width: 700px;
}

.deco_right_top {
  position: relative;
}
.deco_right_top::after {
  content: url("../assets/svg/logo-deco-2.svg");
  position: absolute;
  right: -28%;
  z-index: -1;
  top: 120px;
  width: 700px;
}

.square_deco {
  position: relative;
}
.square_deco::after {
  content: url("../assets/svg/headline-deco.svg");
  position: absolute;
  left: -47px;
  top: -47px;
  z-index: -1;
}

@media (max-width: 1600px) {
  .deco_left::after {
    width: 550px;
  }

  .deco_right_top::after {
    right: -25%;
    width: 550px;
  }

  .deco_left_middle::after {
    width: 550px;
  }
}
@media (max-width: 1450px) {
  .deco_left::after {
    left: -25%;
    width: 500px;
  }

  .deco_right_top::after {
    right: -25%;
    width: 500px;
    top: 75px;
  }

  .deco_left_middle::after {
    width: 500px;
    left: -25%;
  }
}
@media (max-width: 1100px) {
  .square_deco::after {
    transform: scale(0.7);
    left: -35px;
  }

  .deco_left::after {
    left: -25%;
    width: 450px;
  }

  .deco_right_top::after {
    width: 450px;
    top: 40px;
  }

  .deco_left_middle::after {
    width: 450px;
    left: -25%;
  }
}
@media (max-width: 700px) {
  .deco_left::after {
    left: -25%;
    width: 400px;
  }

  .deco_right_top::after {
    right: -25%;
    width: 400px;
  }

  .deco_left_middle::after {
    width: 400px;
    left: -25%;
  }
}
@media (max-width: 600px) {
  .square_deco::after {
    transform: scale(0.5);
    left: -43px;
    top: -35px;
  }
}
@media (max-width: 540px) {
  .deco_left::after {
    left: -35%;
  }

  .deco_right_top::after {
    right: -35%;
  }

  .deco_left_middle::after {
    left: -35%;
  }
}
@media (max-width: 430px) {
  .deco_left::after {
    left: -35%;
    width: 350px;
  }

  .deco_right_top::after {
    right: -35%;
    width: 350px;
    top: 0;
  }

  .deco_left_middle::after {
    width: 350px;
    left: -35%;
  }

  .square_deco::after {
    transform: scale(0.5);
    top: -43px;
    left: -35px;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 16px;
  }
}

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