@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-Thin.otf') format('opentype');
  font-weight: 100;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-ExtraLight.otf') format('opentype');
  font-weight: 200;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-SemiBold.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-Bold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-UltraBold.otf') format('opentype');
  font-weight: 800;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-UltraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-Black.otf') format('opentype');
  font-weight: 900;
}

@font-face {
  font-family: 'Diagramm';
  src: url('./fonts/Diagramm-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

.kp-container {
  margin-inline: 25px;
  position: relative;
}

.kp-simple-gridlines {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.kp-simple-gridlines span {
  border-right: 1px solid #fff;
  position: relative;
}

.kp-simple-gridlines span:first-child {
  border-left: 1px solid #fff;
}

.kp-simple-gridlines.dark span {
  border-color: #612141;
}

.base-cta,
.btn.btn-default.submitbtn.subscribebtn {
  background: #BA0C2F;
  border: 1px solid #F4364C;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: clamp(16px, 1.11vw, 20px);
  font-weight: 500;
  padding: 14px 32px 12px;
  position: relative;
  min-width: max-content;
  max-width: max-content;
  z-index: 5;
  overflow: hidden;
  height: auto;
}

.btn.btn-default.submitbtn.subscribebtn {
  font-size: 16px;
}

.base-cta::before,
.btn.btn-default.submitbtn.subscribebtn::before {
  background-color: #F4364C;
  border-radius: 500px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 500px;
  height: 500px;
  z-index: -1;
}

.base-cta:hover,
.btn.btn-default.submitbtn.subscribebtn:hover {
  color: #fff;
}

.base-cta:hover::before,
.btn.btn-default.submitbtn.subscribebtn:hover::before {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 1.3s  cubic-bezier(0.1, 0, 0.3, 1);
}

.base-cta.white {
  border: 1px solid #fff;
  background: #fff;
  color: #E40046;
  transition: color 0.3s linear;
}

.base-cta.white:hover {
  color: #fff;
}

.base-cta.white::before {
  background-color: #F4364C;
}

.base-cta.transparent {
  background: transparent;
  border: 1px solid white;
}

.base-cta.transparent:hover {
  background: transparent;
  color: #000;
  border: 1px solid white;
  transition: color 0.3s linear;
}

.base-cta.transparent:hover::before {
  background-color: #fff;
}

.offices-section {
  background-color: rgb(223 223 223 / 0.5);
  color: #101820;
  padding: 55px 0 65px;
}

.offices-section h2 {
  font-size: clamp(48px, 12.31vw, 56px);
  line-height: clamp(56px, 14.36vw, 60px);
  margin: 0 0 32px;
}

.offices-section h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.offices-section .offices-list {
  columns: 2;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  padding: 0;
}

.offices-section .intl-offices {
  margin: 33px 0 0;
}

.offices-section .intl-offices-list {
  columns: 1;
}

.offices-section .offices-list li {
  margin: 0 0 16px;
}

.offices-section .offices-list a {
  color: #101820;
  transition: color 0.2s ease-in-out; 
}

.offices-section .offices-list a:hover {
  color: #F4364C;
}

@media (min-width: 768px) {
  .kp-container {
    margin-inline: 30px;
  }

  .base-cta {
    height: max-content;
    white-space: nowrap;
  }

  .offices-section h2 {
    font-size: clamp(56px, 7.29vw, 100px);
    line-height: clamp(60px, 7.81vw, 104px);
    margin: 0 0 40px;
    width: 68vw;
  }

  .offices-section .offices-list {
    columns: 4;
  }

  .offices-section .offices-list a {
    font-size: 20px;
  }

  .offices-section .intl-offices {
    margin: 40px 0 0;
  }
}

@media (min-width: 1440px) {
  .kp-container {
    margin-inline: 80px;
  }

  .offices-section h2 {
    font-size: max(100px, 6.94vw);
    line-height: max(104px, 7.22vw);
    margin: 0 0 64px;
    width: 65.62vw;
  }

  .offices-section .offices-list {
    columns: 6;
  }
}
