#pk_flex_content .flex_layout.cta_simple {
  max-width: 100%;
  padding: 0;
  margin-bottom: clamp(
    20px,
    20px + (40 - 20) * ((100vw - 320px) / (1215 - 320)),
    40px
  );
}
.flex_layout.cta_simple .pk-cta_simple__wrapper {
  position: relative;
  padding: 90px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('./bg.png');
  background-color: var(--midnight);
}

.flex_layout.cta_simple .pk-cta_simple__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 1240px;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  aspect-ratio: 972/581;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('./bg-pattern.png');
}

.flex_layout.cta_simple .pk-row .pk-col {
  position: relative;
  max-width: 768px;
  font-size: 14px;
  color: var(--white);
  line-height: 1.5;
  z-index: 1;
}

.flex_layout.cta_simple .pk-row .pk-col .pk-title {
  margin-bottom: 24px;
}

.flex_layout.cta_simple .pk-row .pk-col .pk-btn__wrap {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}

.flex_layout.cta_simple .pk-row .pk-col .pk-btn__wrap .pk-btn__secondary {
  max-width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 24px;
  padding-right: 16px;
  color: var(--midnight);
  font-size: 16px;
  font-weight: 400;
  border-radius: 999px;
  background: var(--white);
}

.flex_layout.cta_simple
  .pk-row
  .pk-col
  .pk-btn__wrap
  .pk-btn__secondary::after {
  content: '\e5c8';
  font-family: 'Material Symbols Outlined';
  font-weight: 100;
  font-size: 16px;
  color: var(--white);
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--marine);
}

.flex_layout.cta_simple .pk-row .pk-col .pk-btn__wrap .pk-btn__transparent {
  font-weight: 400;
  color: var(--white);
}

@media screen and (max-width: 767px) {
  .flex_layout.cta_simple .pk-cta_simple__wrapper {
    padding: 50px 0;
  }

  .flex_layout.cta_simple .pk-row .pk-col .pk-btn__wrap {
    flex-direction: column;
    margin-top: 24px;
  }

  .flex_layout.cta_simple .pk-row .pk-col .pk-btn__wrap .pk-btn__transparent {
    padding-left: 24px;
  }
}

@media screen and (min-width: 990px) {
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
