@import url(https://use.typekit.net/qqh4zgb.css);@charset "UTF-8";

:root {
  --headerHeight: 85px;
  --light: #D7D3CF;
  --dark: #000;
  --white: #F2EDE8;
}

@media only screen and (max-width: 767px) {
  :root {
    --headerHeight: 66px;
  }
}

@font-face {
  font-family: "Mazius";
  src: url(/fonts/MAZIUSREVIEW20.09-Regular.woff?098cd8212a209e581a586e1847dcce42) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Mazius";
  src: url(/fonts/MAZIUSREVIEW20.09-Italic.woff?4ad8272507277e34f51ce3b26a1f3dd5) format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.eot?d41d8cd98f00b204e9800998ecf8427e);
  src: url(/fonts/icomoon.eot?d41d8cd98f00b204e9800998ecf8427e) format("embedded-opentype"), url(/fonts/icomoon.ttf?deabef3d7e6d7a1ad01450c684121593) format("truetype"), url(/fonts/icomoon.woff?ed0a984952a3641efcbf600b14e8e3cf) format("woff"), url(/fonts/icomoon.svg?2b6aad027dec90b5e2b4528265da66be) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
  font-stretch: normal;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevronRight:before {
  content: "";
}

.icon-burger:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-polygon:before {
  content: "";
}

.icon-arrowDown:before {
  content: "";
}

.icon-arrowLeft:before {
  content: "";
}

.icon-arrowRight:before {
  content: "";
}

.icon-section1:before {
  content: "";
}

.icon-section2:before {
  content: "";
}

.icon-section3:before {
  content: "";
}

.icon-section4:before {
  content: "";
}

.icon-section5:before {
  content: "";
}

.icon-smile:before {
  content: "";
}

.header {
  width: 100%;
  height: var(--headerHeight);
  background-color: #D7D3CF;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 30px;
  z-index: 20;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .header {
    padding-inline: 16px;
  }
}

.headerLogo {
  height: 26px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .headerLogo {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    height: 22px;
  }
}

.burger {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.burger__icon {
  display: none;
}

@media only screen and (max-width: 767px) {
  .burger__icon {
    display: block;
    font-size: 14px;
    line-height: 1;
  }
}

.burger__text {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2631578947;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .burger__text {
    display: none;
  }
}

.languagesMenu {
  display: flex;
  gap: 18px;
}

@media only screen and (max-width: 767px) {
  .languagesMenu {
    display: none;
  }
}

.menu .languagesMenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .menu .languagesMenu {
    display: flex;
  }
}

.languagesMenu a {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2222222222;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .menu .languagesMenu a {
    font-size: 17px;
  }
}

.languagesMenu a.active:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #FF6A4D;
  position: absolute;
  pointer-events: none;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.menu .languagesMenu a.active:before {
  background-color: #000;
}

.menu {
  --menuWidth: 851px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .menu {
    --menuWidth: 603px;
  }
}

.menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.menu.open .menu__content:before {
  transform: scale3d(1, 1, 1);
}

.menu__close {
  font-size: 18px;
  line-height: 1;
  padding: 20px;
  top: 12px;
  right: 28px;
  color: #F2EDE8;
  position: fixed;
  z-index: 4;
}

@media only screen and (max-width: 767px) {
  .menu__close {
    top: 4px;
    right: 4px;
  }
}

.menu__close:hover,
.menu__close:focus,
.menu__close:active {
  color: #F2EDE8;
}

.menu__content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: var(--menuWidth);
  height: var(--menuWidth);
  flex: 0 0 auto;
  gap: 32px;
}

@media only screen and (max-width: 767px) {
  .menu__content {
    margin-top: 22px;
    gap: 16px;
  }
}

.menu__content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #FF6A4D;
  border-radius: 50%;
  transition: transform 300ms ease;
  transform: scale3d(0.5, 0.5, 0.5);
}

.menu__link {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4210526316;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .menu__link {
    font-size: 17px;
  }
}

.navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.navigation__link {
  font-family: "Mazius", sans-serif;
  font-size: 39px;
  line-height: 1.7948717949;
}

@media only screen and (max-width: 767px) {
  .navigation__link {
    font-size: 29px;
  }
}

.navigation__link:hover {
  opacity: 0.3;
}

.socialHeader {
  max-width: 422px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .socialHeader {
    max-width: 272px;
  }
}

.socialHeader__link {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4210526316;
}

@media only screen and (max-width: 767px) {
  .socialHeader__link {
    font-size: 17px;
  }
}

.accordions {
  display: flex;
  flex-direction: column;
}

.accordion {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000;
}

.accordion--compact:first-child {
  padding-top: 18px;
  border-top: 1px solid #000;
}

.accordion:not(:last-child) {
  margin-bottom: 22px;
}

.accordion.open .accordion__header svg {
  transform: scaleY(-1);
}

.accordion__header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  font-family: "Mazius", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3076923077;
}

@media only screen and (max-width: 767px) {
  .accordion__header {
    font-size: 20px;
  }
}

.accordion__headerInner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .accordion__headerInner {
    max-width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.accordion__header svg {
  transform: scaleY(1);
}

.accordion__max {
  max-width: 324px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: 56px;
}

@media only screen and (max-width: 767px) {
  .accordion__max {
    left: 0;
    margin: 0;
  }
}

.accordion__content {
  padding: 48px 0 64px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .accordion__content {
    padding-block: 0;
  }
}

.accordion--compact .accordion__content {
  padding: 18px 0 36px;
}

@media only screen and (max-width: 767px) {
  .accordion--compact .accordion__content {
    padding: 18px 0 36px;
  }
}

.accordion__content p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.5294117647;
}

@media only screen and (max-width: 767px) {
  .accordion__content p {
    font-size: 16px;
  }
}

.accordion__content p:last-child {
  margin-bottom: 0;
}

.animatedTextSection {
  margin: 80px auto 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .animatedTextSection {
    margin-top: 20px;
  }
}

.animatedTextSection .animatedText {
  position: relative;
  left: 0;
  margin-top: 30px;
}

.animatedTextSection .animatedText__item {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #FF6A4D;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .animatedTextSection .animatedText__item {
    padding-left: 15px;
  }
}

.animatedTextSection .animatedText span {
  font-size: 16px;
  color: #FF6A4D;
}

.animatedTextSection .animatedTextSmall {
  position: relative;
  left: 0;
}

.animatedTextSection .animatedTextSmall__item {
  position: relative;
  padding-left: 30px;
  font-family: "Mazius", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.3076923077;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .animatedTextSection .animatedTextSmall__item {
    padding-left: 15px;
    font-size: 20px;
  }
}

.animatedTextSection__icons:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.animatedTextSection .animatedLink {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 9.2vw;
  line-height: 1.3007518797;
  letter-spacing: 0.06em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: transparent;
  overflow: hidden;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  transition: all 300ms ease;
}

.home .animatedTextSection .animatedLink,
.projectSingle .animatedTextSection .animatedLink,
.projects .animatedTextSection .animatedLink,
.services .animatedTextSection .animatedLink,
.process .animatedTextSection .animatedLink {
  font-size: 11.45vw;
}

.animatedTextSection .animatedLink:hover {
  color: #000;
}

.animatedText {
  width: 100%;
}

.animatedText div {
  display: block;
  -webkit-animation: scrollText 20s infinite linear;
          animation: scrollText 20s infinite linear;
  animation-direction: reverse;
  transform-origin: right;
}

@media only screen and (max-width: 767px) {
  .animatedText div {
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
}

.animatedText div span {
  margin-right: 200px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .animatedText div span {
    margin-right: 90px;
  }
}

.animatedTextSmall {
  width: 100%;
}

.animatedTextSmall div {
  display: block;
  -webkit-animation: scrollText 20s infinite linear;
          animation: scrollText 20s infinite linear;
}

@media only screen and (max-width: 767px) {
  .animatedTextSmall div {
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
}

.animatedTextSmall div span {
  margin-right: 112px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .animatedTextSmall div span {
    margin-right: 50px;
  }
}

.animatedTextRed {
  position: relative;
  left: 0;
  margin: 40px 0 56px;
  width: calc(100% + 30px);
  left: -15px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .animatedTextRed {
    display: block;
  }
}

.animatedTextRed__item {
  position: relative;
  padding-left: 15px;
  font-size: 17px;
  line-height: 1.2941176471;
  color: #FF6A4D;
  white-space: nowrap;
}

.animatedTextRed div {
  display: block;
  -webkit-animation: scrollText 10s infinite linear;
          animation: scrollText 10s infinite linear;
}

@-webkit-keyframes scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  transition: opacity 0.3s, color 0.4s;
}

@media only screen and (max-width: 767px) {
  .cb-cursor {
    display: none;
  }
}

.cb-cursor:before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  display: block;
  width: 22px;
  height: 22px;
  transform: scale(0);
  background: #FF6A4D;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
}

.cb-cursor-text {
  position: absolute;
  top: -68px;
  left: -68px;
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #F2EDE8;
  font-size: 19px;
  line-height: 1.4210526316;
  text-align: center;
  transition: opacity 0.4s, transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: #F2EDE8;
  }
}

.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: #000;
}

.cb-cursor.-inverse {
  color: white;
}

.cb-cursor.-color-black:before {
  background-color: #000;
}

.cb-cursor.-visible:before {
  transform: scale(1);
}

.cb-cursor.-visible.-active:before {
  transform: scale(0.46);
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  transform: scale(0.3);
}

.cb-cursor.-text:before {
  opacity: 1;
  transform: scale(6);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.cb-cursor.-text.-active:before {
  transform: scale(3.2);
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  transform: scale(2.64);
}

.cb-cursor.-opaque.-active:before {
  transform: scale(2.4);
}

.cb-cursor.-lg:before {
  transform: scale(4);
}

.cb-cursor.-hidden:before {
  transform: scale(0);
}

form {
  display: flex;
  flex-direction: column;
  max-width: 670px;
}

form .inlineInputs {
  display: flex;
}

@media only screen and (max-width: 767px) {
  form .inlineInputs {
    flex-direction: column;
  }
}

form .inlineInputs .inputContainer:first-child {
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  form .inlineInputs .inputContainer:first-child {
    padding-right: 0;
  }
}

form .inlineInputs .inputContainer:last-child {
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  form .inlineInputs .inputContainer:last-child {
    padding-left: 0;
  }
}

form .inputContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 20px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  form .inputContainer {
    margin: 15px 0;
  }
}

form .inputContainer label {
  cursor: pointer;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 1.4210526316;
  margin-bottom: 6px;
}

form .inputContainer textarea.formInput {
  height: 150px;
  resize: none;
  padding: 0 0 1px 0;
}

form .inputContainer .formInput {
  height: 30px;
  outline: none;
  color: #000;
  font-size: 19px;
  line-height: 1.4210526316;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 0 1px 0;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease;
}

form .inputContainer .withError {
  color: #FF6A4D;
  font-size: 12px;
  position: absolute;
  bottom: -4px;
  transform: translateY(100%);
}

form .button {
  align-self: flex-end;
  color: #000;
  width: auto;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  margin: 20px 0 0;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  form .button {
    margin-top: 15px;
  }
}

form .button.inactive {
  pointer-events: none;
  cursor: not-allowed;
}

.mainContent {
  margin-top: calc(var(--headerHeight) + 56px);
}

@media only screen and (max-width: 767px) {
  .mainContent {
    margin-top: calc(var(--headerHeight) + 24px);
  }
}

.home .mainContent {
  margin-top: calc(var(--headerHeight) + 120px);
}

@media only screen and (max-width: 767px) {
  .home .mainContent {
    margin-top: calc(var(--headerHeight) + 60px);
  }
}

.textSection {
  min-height: calc(100vh - 150px);
  padding-bottom: 80px;
  max-width: 1028px;
  font-size: 15px;
  line-height: 1.5333333333;
}

@media only screen and (max-width: 767px) {
  .textSection {
    min-height: calc(100vh - 100px);
    padding-bottom: 40px;
  }
}

.textSection ul {
  list-style-type: disc;
  padding-left: 20px;
}

.textSection p {
  font-size: 15px;
  line-height: 1.5333333333;
}

.footer {
  padding: 50px 30px;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 16px;
  }
}

.footer__row {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .footer__row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .footer__row--inverse {
    flex-direction: column-reverse;
  }
}

.footer__row:not(:last-child) {
  margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .footer__row:not(:last-child) {
    margin-bottom: 48px;
  }
}

.footer__col {
  width: 58.3333333333%;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .footer__col {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .footer__col:not(:last-child) {
    margin-bottom: 8px;
  }
}

.footer__col--lg {
  width: 41.6666666667%;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .footer__col--lg {
    width: 100%;
    padding: 0;
  }
}

.footer__link {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5333333333;
}

.footer__link--lg {
  font-size: 29px;
  font-weight: 400;
  line-height: 1.3103448276;
}

@media only screen and (max-width: 767px) {
  .footer__link--lg {
    font-size: 17px;
  }
}

.footer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

@media only screen and (max-width: 767px) {
  .footer__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
  }
}

.newsletter {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.3103448276;
}

@media only screen and (max-width: 767px) {
  .newsletter {
    font-size: 17px;
  }
}

.newsletter__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF6A4D;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1;
}

.socialList {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .socialList {
    width: 100%;
    gap: 8px;
  }
}

.simpleList {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .simpleList {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .simpleList li:last-child {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .design {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .design__or {
    display: none;
  }
}

.twoCols {
  display: flex;
}

@media only screen and (max-width: 992px) {
  .twoCols {
    flex-direction: column;
  }
}

.twoCols--margin {
  margin-top: 76px;
}

@media only screen and (max-width: 767px) {
  .twoCols--margin {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .twoCols__logo {
    margin: 0 auto;
    text-align: center;
  }
}

#homeIntro .twoCols__logo img {
  max-height: 234px;
  width: auto;
}

.twoCols__left {
  width: 45%;
  padding-right: 40px;
}

@media only screen and (max-width: 992px) {
  .twoCols__left {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {
  .twoCols__left--mobHide {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .twoCols__left.maxWidth {
    max-width: 635px;
    margin-bottom: 45px;
  }

  #homeIntro .twoCols__left.maxWidth {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #homeIntro .twoCols__left.maxWidth {
    display: none;
  }
}

#intro .twoCols__left {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #intro .twoCols__left {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #intro .twoCols__left {
    width: 100%;
    margin: 0;
  }
}

#design .twoCols__left {
  width: 50%;
  padding-right: 70px;
}

@media only screen and (max-width: 992px) {
  #design .twoCols__left {
    width: 100%;
    padding: 0;
  }
}

.twoCols__left.withImage {
  position: relative;
  padding-right: 12vw;
}

@media only screen and (max-width: 992px) {
  .twoCols__left.withImage {
    padding: 0;
  }
}

#intro .twoCols__left.withImage {
  padding-right: 20vw;
}

@media only screen and (max-width: 992px) {
  #intro .twoCols__left.withImage {
    padding: 0;
  }
}

.twoCols__left.withImage svg {
  display: none;
}

@media only screen and (max-width: 767px) {
  .twoCols__left.withImage svg {
    display: block;
    width: 24px;
    margin: 40px 0 24px;
  }
}

.twoCols__leftContent {
  max-width: 440px;
}

@media only screen and (max-width: 992px) {
  .twoCols__leftContent {
    max-width: 560px;
  }
}

#intro .twoCols__leftContent {
  max-width: 358px;
}

@media only screen and (max-width: 992px) {
  #intro .twoCols__leftContent {
    max-width: 560px;
  }
}

.twoCols__leftContent h2 {
  font-size: 80px;
  line-height: 1.025;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .twoCols__leftContent h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .twoCols__leftContent h2 {
    font-size: 50px;
  }
}

.twoCols__right {
  width: 58%;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .twoCols__right {
    width: 100%;
  }
}

#article .twoCols__right {
  margin-top: -92px;
}

@media only screen and (max-width: 992px) {
  #article .twoCols__right {
    margin-top: 0;
  }

  #article .twoCols__right .projectHeroImage {
    order: 0;
  }

  #article .twoCols__right .maxContent {
    order: 2;
  }
}

#article .twoCols__rightContent {
  display: flex;
  flex-direction: column;
}

.twoCols__right--auto {
  margin-left: auto;
  padding-left: 24px;
}

@media only screen and (max-width: 767px) {
  .twoCols__right--auto {
    margin-left: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .twoCols__right.maxWidth {
    max-width: 635px;
  }
}

#design .twoCols__right {
  width: 50%;
  display: flex;
}

@media only screen and (max-width: 992px) {
  #design .twoCols__right {
    width: 100%;
  }
}

#intro .twoCols__right {
  width: 50%;
}

@media only screen and (max-width: 992px) {
  #intro .twoCols__right {
    width: 100%;
  }
}

.twoCols__rightContent {
  max-width: 560px;
}

.twoCols__rightContent--full {
  max-width: 100%;
}

#design .twoCols__rightContent {
  margin-top: auto;
}

#intro .twoCols__rightContent p {
  max-width: 440px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  #intro .twoCols__rightContent p {
    margin-top: 56px;
  }
}

#design .twoCols__rightContent p {
  max-width: 440px;
  margin: 0 0 20px;
}

#design .twoCols__rightContent p:last-child {
  margin-bottom: 0;
}

#homeIntro .twoCols__rightContent p {
  margin: 0 0 40px;
  font-family: "Mazius", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3846153846;
}

@media only screen and (max-width: 767px) {
  #homeIntro .twoCols__rightContent p {
    font-size: 20px;
  }
}

#homeIntro .twoCols__rightContent p:last-child {
  margin-bottom: 0;
}

.twoCols__rightContent h2 {
  font-size: 80px;
  line-height: 1.025;
  margin-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .twoCols__rightContent h2 {
    font-size: 60px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .twoCols__rightContent h2 {
    font-size: 50px;
    margin: 0;
  }
}

.twoCols__right img {
  width: 100%;
  margin-top: 40px;
}

.twoCols__right img.projectHeroImage {
  margin: 0 0 44px;
}

@media only screen and (max-width: 992px) {
  .twoCols__right img.projectHeroImage {
    margin-bottom: 16px;
  }
}

.twoCols__intro {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .twoCols__intro {
    margin-bottom: 24px;
  }
}

.twoCols__intro p {
  margin: 0;
  font-family: "Mazius", sans-serif;
  font-size: 26px;
  line-height: 1.3846153846;
}

@media only screen and (max-width: 767px) {
  .twoCols__intro p {
    font-size: 20px;
  }
}

.twoCols__link {
  padding-top: calc(1032 / 635 * 100%);
  position: relative;
  width: 100%;
  display: block;
}

.twoCols__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: all 0.3s ease;
}

.twoCols__link:hover:before {
  opacity: 0;
}

.twoCols__link img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.servicesGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 30px;
}

@media only screen and (max-width: 1200px) {
  .servicesGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .servicesGrid {
    grid-template-columns: 1fr;
  }
}

.serviceCol {
  display: flex;
  flex-direction: column;
}

.serviceCol__description {
  color: rgba(0, 0, 0, 0.1);
  font-size: 17px;
  line-height: 1.5294117647;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 992px) {
  .serviceCol__description {
    color: #000;
  }
}

.serviceCol__description p {
  color: rgba(0, 0, 0, 0.1);
  font-size: 17px;
  line-height: 1.5294117647;
  font-style: normal;
  text-transform: none;
  margin: 0;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 992px) {
  .serviceCol__description p {
    color: #000;
  }
}

.serviceCol:hover .serviceCol__description {
  color: #000;
}

.serviceCol:hover .serviceCol__description p {
  color: #000;
}

.serviceCol__title {
  font-family: "Mazius", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 50px;
  line-height: 1.3076923077;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .serviceCol__title {
    flex-direction: row;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .blackSection .serviceCol__title {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    padding: 0;
  }
}

.serviceCol__title span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 1;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .serviceCol__title span {
    margin-left: auto;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blackSection .serviceCol__title span {
    margin-left: 0;
    margin-top: 24px;
  }
}

.serviceCol__intro {
  margin-bottom: 40px;
  min-height: 144px;
}

@media only screen and (max-width: 767px) {
  .serviceCol__intro {
    margin-bottom: 24px;
    min-height: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .blackSection .serviceCol__intro {
    min-height: 0;
  }
}

.serviceCol__intro p {
  font-size: 17px;
  line-height: 1.4117647059;
  font-style: normal;
  color: #FF6A4D;
  margin: 0;
}

.blackSection .serviceCol__intro p {
  color: #F2EDE8;
}

#intro {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  #intro {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .singleContent {
    text-align: center;
  }
}

.designs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .designs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .designs {
    display: flex;
    overflow-x: auto;
    grid-gap: 40px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .designs {
    width: calc(100% + 15px);
  }
}

.design {
  min-width: 0;
}

@media only screen and (max-width: 992px) {
  .design {
    max-width: 298px;
    width: 100%;
    flex: 0 0 auto;
  }
}

@media only screen and (max-width: 992px) {
  .design.designCare {
    max-width: 100%;
    margin: 40px 0;
  }
}

.design__title {
  font-family: "Mazius", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.3076923077;
  margin-bottom: 30px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .design__title {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.design p {
  font-size: 17px;
  line-height: 1.4117647059;
}

@media only screen and (max-width: 767px) {
  .design p {
    font-size: 16px;
  }
}

.design p:last-child {
  margin-bottom: 0;
}

.stories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .stories {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .stories {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .black .stories {
    grid-gap: 40px;
  }
}

.stories__title {
  display: inline-block;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  line-height: 1.0333333333;
  position: relative;
  max-width: 248px;
}

.black .stories__title {
  color: #F2EDE8;
}

.stories__title span {
  font-size: 32px;
  line-height: 1;
  position: absolute;
  right: 40px;
  bottom: 0;
  transform: translateY(100%);
}

@media only screen and (max-width: 767px) {
  .stories__title span {
    position: relative;
    right: 0;
    transform: translateY(0);
  }
}

.black .stories__title span {
  color: #F2EDE8;
}

.story {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.story:not(:last-child) {
  margin-bottom: 28px;
}

.story__title {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5333333333;
  margin-bottom: 20px;
}

.story p {
  font-size: 15px;
  line-height: 1.5333333333;
  margin: 0;
  color: #FF6A4D;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.homeTitle {
  display: block;
  margin-bottom: 32px;
  text-align: center;
  color: #FF6A4D;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2941176471;
}

.homeImage {
  margin-bottom: 64px;
  aspect-ratio: 1380/492;
  display: block;
}

@media only screen and (max-width: 767px) {
  .homeImage {
    margin-bottom: 32px;
    aspect-ratio: 358/515;
  }
}

.homeImage img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sectionTitle {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-family: "Mazius", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3076923077;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .sectionTitle {
    text-transform: none;
  }
}

.sectionTitle--padded {
  margin-bottom: 56px;
  padding-left: 120px;
}

@media only screen and (max-width: 767px) {
  .sectionTitle--padded {
    padding-left: 0;
    margin-bottom: 34px;
  }
}

.blackSection {
  background-color: var(--dark);
  color: var(--white);
}

.blackSection .relativeBox {
  padding-block: 80px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .blackSection .relativeBox {
    padding-block: 40px;
  }
}

.blackSection .link {
  white-space: nowrap;
  margin: 20px auto 0;
  color: #F2EDE8;
  position: relative;
  left: 32px;
}

.blackSection .link span {
  color: #FF6A4D;
  background-color: transparent;
  border: 1px solid #FF6A4D;
}

.homeServices {
  display: flex;
}

.homeServices__content {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 42px;
}

.homeServiceCol__title {
  margin-bottom: 16px;
  font-family: "Mazius", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3076923077;
}

.homeServiceCol__intro {
  color: #FF6A4D;
  font-size: 17px;
  line-height: 1.4117647059;
}

.homeServiceCol__intro p {
  color: #FF6A4D;
  font-size: 17px;
  line-height: 1.4117647059;
}

.award {
  display: flex;
  border-bottom: 1px solid #000;
  font-family: "Mazius", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3076923077;
  align-items: center;
  gap: 40px;
}

@media only screen and (max-width: 767px) {
  .award {
    padding-bottom: 22px;
    justify-content: space-between;
    gap: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .award:not(:last-child) {
    margin-bottom: 20px;
  }
}

.award__image {
  flex: 0 0 auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .award__image {
    display: none;
  }
}

.award__image img {
  width: 144px;
  height: 73px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-left: auto;
}

.award__year {
  width: 80px;
  flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .award__year {
    order: 2;
    width: auto;
  }
}

.award__title {
  flex: 2;
}

.award__position {
  flex: 1;
  color: #FF6A4D;
}

@media only screen and (max-width: 767px) {
  .award__position {
    display: none;
  }
}

.maxContent {
  max-width: 557px;
}

.maxContent p {
  font-size: 19px;
  line-height: 1.4210526316;
  margin: 0 0 24px;
}

@media only screen and (max-width: 767px) {
  .maxContent p {
    font-size: 17px;
  }
}

.projectRow {
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .projectRow {
    padding: 0;
  }
}

.projectCol {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .projectCol {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    margin-bottom: 0;
  }
}

.projectCol__image {
  padding-top: calc(492 / 792 * 100%);
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

@media only screen and (max-width: 992px) {
  .projectCol__image {
    padding-top: calc(390 / 345 * 100%);
  }
}

.projectCol--small .projectCol__image {
  padding-top: calc(492 / 558 * 100%);
}

@media only screen and (max-width: 992px) {
  .projectCol--small .projectCol__image {
    padding-top: calc(390 / 345 * 100%);
  }
}

.projectCol__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 1;
  transition: all 0.3s ease;
}

.projectCol__image:hover:before {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .projectCol__image:hover:before {
    opacity: 1;
  }
}

.projectCol__image img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projectCol__info {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .projectCol__info {
    padding: 0 16px 16px;
  }
}

.projectCol__infoRight {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .projectCol__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.projectCol__icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 62px;
}

@media only screen and (max-width: 767px) {
  .projectCol__icon {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .projectCol__type {
    display: none;
  }
}

.projectNavigation {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .projectNavigation {
    margin-top: 30px;
  }
}

.projectNavigation__button {
  font-family: "Mazius", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.3076923077;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .projectNavigation__button {
    font-size: 20px;
  }
}

.projectNavigation__button.disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.1);
}

.projectInfo {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 18px 0 45px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .projectInfo {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .projectInfo {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
    grid-row-gap: 24px;
  }
}

.projectInfo--bottom {
  margin: 0 0 120px;
}

@media only screen and (max-width: 767px) {
  .projectInfo--bottom {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .projectInfo--bottom div:nth-child(1),
  .projectInfo--bottom div:nth-child(2) {
    display: none;
  }
}

.projectInfo div:last-child {
  grid-column: 4/6;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .projectInfo div:last-child {
    grid-column: 3/5;
  }
}

@media only screen and (max-width: 767px) {
  .projectInfo div:last-child {
    grid-column: 1/3;
  }
}

.projectInfo div:nth-child(2) {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .projectInfo div:nth-child(2) {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .projectInfo div:nth-child(2) {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .projectInfo div:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .projectInfo div:nth-child(3) {
    display: none;
  }
}

.projectInfo div p {
  font-size: 17px;
  line-height: 1.5294117647;
  margin: 0 0 20px;
}

.projectInfo div p:last-child {
  margin-bottom: 0;
}

.galleryContainer {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .galleryContainer {
    padding: 0;
  }
}

.about .galleryContainer,
.articleSingle .galleryContainer {
  margin-top: 30px;
}

.projectGalleryCol {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

body .projectHeroImage {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body .projectHeroImage {
    position: relative;
    margin-top: 24px;
  }
}

.projectGalleryImage {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .projectGalleryImage {
    margin-bottom: 15px;
  }
}

body .column {
  padding: 0 15px;
}

#projects {
  overflow-y: hidden;
}

.animationContainer {
  position: relative;
  height: 100vh;
}

.animatedProjects {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .animatedProjects {
    position: relative;
    width: 100vw;
    left: -15px;
  }
}

.animatedProject {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 500px;
  will-change: transform;
}

.animatedProject--heading {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 40;
  height: 45px;
}

.animatedProject__image {
  position: relative;
  height: 455px;
  overflow: hidden;
}

.animatedProject__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease;
}

.animatedProject__image:hover:before {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .animatedProject__image:hover:before {
    opacity: 1;
  }
}

.animatedProject__imageContent {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}

.animatedProject__info {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  position: relative;
  height: 45px;
  background-color: #D7D3CF;
}

@media only screen and (max-width: 767px) {
  .animatedProject__info {
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
  }
}

.animatedProject__info span {
  width: 30%;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .animatedProject__info span {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .animatedProject__info span {
    width: calc(100% - 40px);
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.animatedProject__info span strong {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .animatedProject__info span strong {
    display: none;
  }
}

.animatedProject__info span:nth-child(2) {
  padding-left: 16px;
}

@media only screen and (max-width: 992px) {
  .animatedProject__info span:nth-child(2) {
    display: none;
  }
}

.animatedProject__action {
  width: 40%;
  display: flex;
  padding-left: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .animatedProject__action {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .animatedProject__action {
    width: 40px;
    padding: 0;
  }
}

.animatedProject__action span {
  width: auto;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  .animatedProject__action span {
    display: none;
  }
}

.animatedProject__action a {
  margin-left: auto;
}

.animatedProject__action a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.animatedProject__action a span {
  font-size: 16px;
  width: auto;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .animatedProject__action a span {
    display: block;
    padding: 0;
  }
}

.articleInfo {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 68px;
  font-size: 17px;
  line-height: 1.5294117647;
}

@media only screen and (max-width: 992px) {
  .articleInfo {
    order: 1;
    margin-top: 0;
    margin-bottom: 32px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
  }
}

@media only screen and (max-width: 992px) {
  .articleInfo span {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 992px) {
  .articleInfo span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 8px;
  }
}

.articlesGrid {
  display: flex;
  flex-direction: column;
}

.article {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border: 1px solid #000;
  transition: all 300ms ease;
  background-color: transparent;
  height: 130px;
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .article {
    height: 78px;
    width: calc(100% - 16px);
    margin-bottom: 16px;
  }
}

.article:nth-child(n+1) {
  transform: rotate(-0.5deg);
  margin-inline: auto;
}

.article:nth-child(n+1):hover {
  background-color: #9EB2C8;
}

.article:nth-child(2n) {
  transform: rotate(0.54deg);
  margin-left: auto;
  margin-right: 0;
}

.article:nth-child(2n):hover {
  background-color: #C2B6A2;
}

.article:nth-child(3n) {
  transform: rotate(-1.62deg);
  margin: 16px 24px 32px auto;
}

@media only screen and (max-width: 767px) {
  .article:nth-child(3n) {
    margin: 8px 0 16px auto;
  }
}

.article:nth-child(3n):hover {
  background-color: #9EAB88;
}

.article:nth-child(4n) {
  transform: none;
  margin: 0;
}

.article:nth-child(4n):hover {
  background-color: #DAA69B;
}

.article:first-child {
  transform: rotate(-0.5deg);
  margin-inline: auto;
}

.article:first-child:hover {
  background-color: #9EB2C8;
}

.article:nth-child(2) {
  transform: rotate(0.54deg);
  margin-left: auto;
  margin-right: 0;
}

.article:nth-child(2):hover {
  background-color: #C2B6A2;
}

.article:nth-child(3) {
  transform: rotate(-1.62deg);
  margin: 16px 24px 32px auto;
}

@media only screen and (max-width: 767px) {
  .article:nth-child(3) {
    margin: 8px 0 16px auto;
  }
}

.article:nth-child(3):hover {
  background-color: #9EAB88;
}

.article:nth-child(4) {
  transform: none;
  margin: 0;
}

.article:nth-child(4):hover {
  background-color: #DAA69B;
}

.article:hover {
  border-color: transparent;
}

.article__image {
  height: 100%;
  width: 210px;
  flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .article__image {
    width: 120px;
  }
}

.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__content {
  padding: 16px 52px 16px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  gap: 24px;
}

@media only screen and (max-width: 1200px) {
  .article__content {
    padding-left: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .article__content {
    padding: 16px 24px;
    text-align: center;
  }
}

.article__title {
  font-family: "Mazius", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3076923077;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  flex: 2;
}

@media only screen and (max-width: 1200px) {
  .article__title {
    max-width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .article__title {
    font-size: 20px;
    max-width: 100%;
  }
}

.article__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media only screen and (max-width: 992px) {
  .article__info {
    display: none;
  }
}

.article__info span {
  font-size: 17px;
  line-height: 1.5294117647;
  display: flex;
  align-items: center;
}

.article__info span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 8px;
}

.contactText p {
  font-size: 40px;
  line-height: 52px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .contactText p {
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .contactText p {
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .contactText p {
    font-size: 30px;
    line-height: 42px;
  }
}

.contactText p a {
  position: relative;
}

.contactText p a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 2px;
  background-color: #000;
  display: block;
  z-index: 2;
  transform-origin: left;
  transition: all 0.3s ease;
}

.contactText p a:hover:after {
  width: 100%;
}

.contactPadding {
  padding: 30px 0 180px;
}

@media only screen and (max-width: 767px) {
  .contactPadding {
    padding: 20px 0 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .contactPadding {
    padding: 20px 0 100px;
  }
}

.labelText {
  margin-bottom: 30px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .labelText {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

.wrapper {
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.row.reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: auto;
}

@media only screen and (max-width: 767px) {
  .col-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media only screen and (max-width: 767px) {
  .col-xs-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

@media only screen and (max-width: 767px) {
  .col-xs-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 767px) {
  .col-xs-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
  .col-xs-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

@media only screen and (max-width: 767px) {
  .col-xs-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .col-xs-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

@media only screen and (max-width: 767px) {
  .col-xs-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

@media only screen and (max-width: 767px) {
  .col-xs-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 75%;
  max-width: 75%;
}

@media only screen and (max-width: 767px) {
  .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

@media only screen and (max-width: 767px) {
  .col-xs-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

@media only screen and (max-width: 767px) {
  .col-xs-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-0 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 8.3333333333%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 16.6666666667%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 25%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 41.6666666667%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 50%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 58.3333333333%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 66.6666666667%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 75%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 83.3333333333%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 91.6666666667%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 100%;
}

@media only screen and (max-width: 767px) {
  .col-xs-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.center-xs {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.top-xs {
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
    margin: 0 auto;
  }

  .col-sm {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: auto;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 25%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 50%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 75%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 100%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 767px) {
  .col-sm-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .col-sm {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .start-sm {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}

@media only screen and (min-width: 48em) {
  .center-sm {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (min-width: 48em) {
  .end-sm {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}

@media only screen and (min-width: 48em) {
  .top-sm {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 48em) {
  .middle-sm {
    -moz-align-items: center;
    align-items: center;
  }
}

@media only screen and (min-width: 48em) {
  .bottom-sm {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 48em) {
  .around-sm {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 48em) {
  .between-sm {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 48em) {
  .first-sm {
    order: -1;
  }
}

@media only screen and (min-width: 48em) {
  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
    margin: 0 auto;
  }

  .col-md {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: auto;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 25%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 50%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 75%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 100%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 767px) {
  .col-md-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 62em) {
  .col-md {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 62em) {
  .start-md {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}

@media only screen and (min-width: 62em) {
  .center-md {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (min-width: 62em) {
  .end-md {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}

@media only screen and (min-width: 62em) {
  .top-md {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 62em) {
  .middle-md {
    -moz-align-items: center;
    align-items: center;
  }
}

@media only screen and (min-width: 62em) {
  .bottom-md {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 62em) {
  .around-md {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 62em) {
  .between-md {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 62em) {
  .first-md {
    order: -1;
  }
}

@media only screen and (min-width: 62em) {
  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
    margin: 0 auto;
  }

  .col-lg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: auto;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 8.3333333333%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 25%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 33.3333333333%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 41.6666666667%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 50%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 58.3333333333%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 66.6666666667%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 75%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 83.3333333333%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 91.6666666667%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 100%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-lg-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 75em) {
  .start-lg {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}

@media only screen and (min-width: 75em) {
  .center-lg {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (min-width: 75em) {
  .end-lg {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}

@media only screen and (min-width: 75em) {
  .top-lg {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 75em) {
  .middle-lg {
    -moz-align-items: center;
    align-items: center;
  }
}

@media only screen and (min-width: 75em) {
  .bottom-lg {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 75em) {
  .around-lg {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 75em) {
  .between-lg {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 75em) {
  .first-lg {
    order: -1;
  }
}

@media only screen and (min-width: 75em) {
  .last-lg {
    order: 1;
  }
}

* {
  box-sizing: border-box;
  outline: none !important;
}

html {
  margin: 0;
  padding: 0;
  background-color: #D7D3CF;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 19px;
  line-height: 1.4736842105;
  background-color: #D7D3CF;
  width: 100%;
  display: block;
  overflow-x: hidden;
}

body.fixed {
  overflow-y: hidden;
}

body a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

body a:hover,
body a:focus,
body a:active {
  color: #000;
}

body p {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 19px;
  line-height: 1.4736842105;
  margin: 16px 0;
}

@media only screen and (max-width: 767px) {
  body p {
    font-size: 16px;
  }
}

body p.largeText {
  font-size: 50px;
  line-height: 62px;
}

@media only screen and (max-width: 767px) {
  body p.largeText {
    font-size: 30px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body p.largeText {
    font-size: 40px;
    line-height: 52px;
  }
}

body p a {
  text-decoration: underline;
}

body p a:hover,
body p a:focus {
  color: #000;
}

body img {
  max-width: 100%;
}

body .largeText {
  font-size: 50px;
  line-height: 62px;
}

@media only screen and (max-width: 767px) {
  body .largeText {
    font-size: 30px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .largeText {
    font-size: 40px;
    line-height: 52px;
  }
}

body .largeText p {
  font-size: 50px;
  line-height: 62px;
}

@media only screen and (max-width: 767px) {
  body .largeText p {
    font-size: 30px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .largeText p {
    font-size: 40px;
    line-height: 52px;
  }
}

body .fontBold {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500 !important;
  font-style: normal;
}

body .fontBold p {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500 !important;
  font-style: normal;
}

body .lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

body .wrapper {
  width: 100%;
}

body .desktopOnly {
  display: block;
}

@media only screen and (max-width: 767px) {
  body .desktopOnly {
    display: none;
  }
}

body .mobileOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
  body .mobileOnly {
    display: block;
  }
}

body .tabletOnly {
  display: none;
}

@media only screen and (max-width: 992px) {
  body .tabletOnly {
    display: block;
  }
}

body .desktopTabletOnly {
  display: block;
}

@media only screen and (max-width: 992px) {
  body .desktopTabletOnly {
    display: none;
  }
}

body .withOverflow {
  overflow-x: auto;
}

body .withoutPadding {
  padding: 0 !important;
}

body .withoutMarginRight {
  margin-right: 0;
}

body .noMargin {
  margin: 0;
}

body .withoutBottomMargin {
  margin-bottom: 0 !important;
}

body .withoutTopMargin {
  margin-top: 0 !important;
}

body .withPadding {
  padding: 0 80px;
}

@media only screen and (max-width: 767px) {
  body .withPadding {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .withPadding {
    padding: 0 40px;
  }
}

body .parentPadding {
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  body .parentPadding {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .parentPadding {
    padding: 80px 0;
  }
}

body .parentPaddingLarge {
  padding: 150px 0;
}

@media only screen and (max-width: 767px) {
  body .parentPaddingLarge {
    padding: 80px 0;
  }
}

body .parentPadding-120 {
  padding: 120px 0;
}

@media only screen and (max-width: 767px) {
  body .parentPadding-120 {
    padding: 80px 0;
  }
}

body .parentPaddingLargeTop {
  padding: 150px 0 0;
}

@media only screen and (max-width: 767px) {
  body .parentPaddingLargeTop {
    padding: 80px 0 0;
  }
}

body .parentTopPadding {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  body .parentTopPadding {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .parentTopPadding {
    padding-top: 80px;
  }
}

body .parentTopPaddingSmall {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  body .parentTopPaddingSmall {
    padding-top: 0;
  }
}

body .parentBottomPaddingSmall {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  body .parentBottomPaddingSmall {
    padding-block: 24px;
  }
}

body .parentBottomPadding {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  body .parentBottomPadding {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .parentBottomPadding {
    padding-bottom: 80px;
  }
}

body .hidden {
  display: none !important;
}

body .inlineFlex {
  display: flex;
  white-space: nowrap;
}

body .inlineFlex .desktopOnly {
  padding: 0 10px;
}

body .withTopMargin {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  body .withTopMargin {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .withTopMargin {
    margin-top: 60px;
  }
}

body .withBottomMargin {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  body .withBottomMargin {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .withBottomMargin {
    margin-bottom: 60px;
  }
}

body .withLargeTopMargin {
  margin-top: 500px;
}

@media only screen and (max-width: 767px) {
  body .withLargeTopMargin {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .withLargeTopMargin {
    margin-top: 300px;
  }
}

body .withMargin {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  body .withMargin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .withMargin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

body .withSmallMargin {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  body .withSmallMargin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .withSmallMargin {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

body .marginTop-10 {
  margin-top: 10px;
}

body .marginTop {
  margin-top: 20px;
}

body .marginTop-80 {
  margin-top: 80px;
}

body .marginTop-30 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  body .marginTop-30 {
    margin-top: 0;
  }
}

body .marginTop-50 {
  margin-top: 50px;
}

body .marginTop-60 {
  margin-top: 60px;
}

body .marginBottom-80 {
  margin-bottom: 80px;
}

body .marginBottom-30 {
  margin-bottom: 30px;
}

body .relativeBox {
  position: relative;
}

body .fullHeightBox {
  height: 100vh;
}

body .fullHeight {
  height: 100%;
}

body ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  color: #000;
  margin-bottom: 30px;
  position: relative;
  font-size: 50px;
  line-height: 62px;
}

@media only screen and (max-width: 767px) {
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-size: 40px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-size: 40px;
    line-height: 52px;
  }
}

body .pageTitle {
  padding-left: 18px;
  position: relative;
  font-family: "Mazius", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3076923077;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  body .pageTitle {
    margin-bottom: 38px;
    font-size: 20px;
  }
}

body .pageTitle:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FF6A4D;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body .centerAlign {
  align-items: center;
}

body .textCenter {
  text-align: center;
}

body .textRight {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  body .textRight {
    text-align: left;
  }
}

body .textCapital {
  text-transform: uppercase;
}

.colCentered {
  margin: auto;
}

.colRight {
  margin-left: auto;
}

.colReverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .colReverse {
    flex-direction: row;
  }
}

.flexbox {
  display: flex;
}

.vAlignCenter {
  align-items: center;
}

.turbolinks-progress-bar {
  background-color: #D7D3CF;
}

.link {
  display: inline-flex;
  align-items: center;
  font-size: 19px;
  line-height: 1.3157894737;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#blog .link {
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  #blog .link {
    margin-top: 24px;
  }
}

#homeIntro .link {
  margin-top: 48px;
}

@media only screen and (max-width: 767px) {
  #homeIntro .link {
    margin-top: 24px;
  }
}

.link--withMargin {
  margin-top: 26px;
}

.link span {
  margin-left: 20px;
  font-size: 12px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #FF6A4D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bubble {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 19px;
  line-height: 1.4210526316;
  color: #000;
  background-color: #F2EDE8;
  margin-top: 80px;
  margin-left: auto;
  text-align: center;
  border-radius: 100%;
}

@media only screen and (max-width: 767px) {
  .bubble {
    margin: 40px auto 0;
  }
}

section.black {
  background-color: #000;
  padding: 120px 0 45px;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  section.black {
    padding: 40px 0;
    margin-top: 40px;
  }
}

.b-lazy {
  transition: opacity 300ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

