@layer drupal {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html,
  body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    background-color: #F8F8F8;
  }
  html.open-modal,
  body.open-modal {
    overflow: hidden;
  }
  a,
  body a {
    text-decoration: none;
  }
  a:hover,
  body a:hover {
    text-decoration: none;
  }
  /* Body Small variant */
  .body-small,
  .body-small p {
    font-size: var(--txt-sm-xs);
  }
  @media (min-width: 768px) {
    .body-small,
    .body-small p {
      font-size: var(--txt-sm);
    }
  }
  .body-small strong,
  .body-small a,
  .body-small p strong,
  .body-small p a {
    font-size: var(--txt-sm-xs);
  }
  @media (min-width: 768px) {
    .body-small strong,
    .body-small a,
    .body-small p strong,
    .body-small p a {
      font-size: var(--txt-sm);
    }
  }
  /* Body Large variant */
  .body-large,
  .body-large p {
    font-size: var(--txt-md);
  }
  @media (min-width: 768px) {
    .body-large,
    .body-large p {
      font-size: var(--txt-lg);
    }
  }
  .body-large strong,
  .body-large a,
  .body-large p strong,
  .body-large p a {
    font-size: var(--txt-md);
  }
  @media (min-width: 768px) {
    .body-large strong,
    .body-large a,
    .body-large p strong,
    .body-large p a {
      font-size: var(--txt-lg);
    }
  }
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  main {
    margin: 0 auto;
    padding: 0 15px;
  }
  .full-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .txt-black {
    color: #000;
  }
  .txt-white {
    color: #fff;
  }
  .txt-link {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }
  .txt-link:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    z-index: -1;
    background-color: #000;
    transition: all 0.3s;
  }
  .txt-link:hover {
    color: #fff;
  }
  .txt-link:hover:before {
    top: 0;
    height: 100%;
  }
  .txt-link--lg {
    padding: 6px 4px;
    font-size: 16px;
  }
  .txt-link--sm {
    padding: 2px;
    font-size: 14px;
  }
  .txt-xl {
    font-size: 20px;
  }
  .txt-lg {
    font-size: 18px;
  }
  .txt-md {
    font-size: 16px;
  }
  .txt-md-sm {
    font-size: 15px;
  }
  .txt-sm {
    font-size: 14px;
  }
  .txt-sm-xs {
    font-size: 13px;
  }
  .txt-xs {
    font-size: 12px;
  }
  .txt-xxs {
    font-size: 11px;
  }
  .txt-xxxs {
    font-size: 10px;
  }
  .title, .tit-x-sm,
  .tit-item, .tit-sm,
  .tit-box, .tit-m-sm,
  .tit-block-sm, .tit-m-lg,
  .tit-block, .tit-lg,
  .tit-section,
  .paragraph-123-blocks__field-title,
  .section-title-header, .tit-x-lg,
  .tit-page {
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }
  .tit-x-lg,
  .tit-page {
    font-size: 36px;
  }
  @media (min-width: 768px) {
    .tit-x-lg,
    .tit-page {
      font-size: 42px;
    }
  }
  @media (min-width: 992px) {
    .tit-x-lg,
    .tit-page {
      font-size: 52px;
    }
  }
  @media (min-width: 1200px) {
    .tit-x-lg,
    .tit-page {
      font-size: 62px;
    }
  }
  .tit-lg,
  .tit-section,
  .paragraph-123-blocks__field-title,
  .section-title-header {
    color: #202020;
    font-size: 24px;
  }
  @media (min-width: 768px) {
    .tit-lg,
    .tit-section,
    .paragraph-123-blocks__field-title,
    .section-title-header {
      font-size: 28px;
    }
  }
  @media (min-width: 992px) {
    .tit-lg,
    .tit-section,
    .paragraph-123-blocks__field-title,
    .section-title-header {
      font-size: 32px;
    }
  }
  @media (min-width: 1200px) {
    .tit-lg,
    .tit-section,
    .paragraph-123-blocks__field-title,
    .section-title-header {
      font-size: 36px;
    }
  }
  .tit-m-lg,
  .tit-block {
    font-size: 20px;
  }
  @media (min-width: 768px) {
    .tit-m-lg,
    .tit-block {
      font-size: 20px;
    }
  }
  @media (min-width: 992px) {
    .tit-m-lg,
    .tit-block {
      font-size: 24px;
    }
  }
  @media (min-width: 1200px) {
    .tit-m-lg,
    .tit-block {
      font-size: 28px;
    }
  }
  .tit-m-sm,
  .tit-block-sm {
    font-size: 20px;
  }
  @media (min-width: 768px) {
    .tit-m-sm,
    .tit-block-sm {
      font-size: 22px;
    }
  }
  @media (min-width: 992px) {
    .tit-m-sm,
    .tit-block-sm {
      font-size: 24px;
    }
  }
  @media (min-width: 1200px) {
    .tit-m-sm,
    .tit-block-sm {
      font-size: 28px;
    }
  }
  .tit-sm,
  .tit-box {
    font-size: 18px;
  }
  @media (min-width: 992px) {
    .tit-sm,
    .tit-box {
      font-size: 20px;
    }
  }
  @media (min-width: 1200px) {
    .tit-sm,
    .tit-box {
      font-size: 24px;
    }
  }
  .tit-x-sm,
  .tit-item {
    font-size: 14px;
  }
  @media (min-width: 768px) {
    .tit-x-sm,
    .tit-item {
      font-size: 16px;
    }
  }
  .tit-lg {
    color: #202020;
  }
  p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  @media (min-width: 992px) {
    p {
      font-size: 15px;
    }
  }
  @media (min-width: 1200px) {
    p {
      font-size: 16px;
    }
  }
  .prg-lg {
    font-size: 18px;
  }
  .prg-md {
    font-size: 16px;
  }
  .prg-sm {
    font-size: 14px;
  }
  #block-kaplan-theme-local-tasks ul.tabs.tabs--primary {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
  #block-kaplan-theme-local-tasks ul.tabs.tabs--primary li a {
    margin: 0.5em;
    padding: 0.5em;
    background-color: #240F6E;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    display: block;
    transition: background-color 200ms ease;
    line-height: 1;
  }
  #block-kaplan-theme-local-tasks ul.tabs.tabs--primary li a:hover {
    background-color: rgb(8.3576470588%, 3.4823529412%, 25.537254902%);
  }
  #block-kaplan-theme-local-tasks {
    margin: 0 0 2em 0;
  }
  .no-uppercase {
    display: inline;
    text-transform: none;
  }
  .btn-close {
    position: relative;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 2px;
    height: 24px;
    background: #fff;
  }
  [dir=ltr] .btn-close:after, [dir=ltr] .btn-close:before {
    left: 50%;
  }
  [dir=rtl] .btn-close:after, [dir=rtl] .btn-close:before {
    right: 50%;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .medium-grey {
    background-color: #EEE;
  }
  .region-content .messages {
    margin-top: 80px;
    margin-bottom: 80px;
    border-radius: 5px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #202020;
  }
  @media (max-width: 1600px) {
    .region-content .messages {
      margin-top: 68px;
      margin-bottom: 68px;
    }
  }
  @media (max-width: 1200px) {
    .region-content .messages {
      margin-top: 56px;
      margin-bottom: 56px;
    }
  }
  @media (max-width: 992px) {
    .region-content .messages {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  .region-content .messages--status {
    background-color: #D4F3D3;
  }
  .region-content .messages--warning {
    background-color: #F8F5CA;
  }
  .region-content .messages--error {
    background-color: #F3D3D3;
  }
  #packages-wrapper {
    padding: 50px 15px 65px;
    margin: 0 -15px;
    background-color: #EEE;
  }
  @media (min-width: 992px) {
    #packages-wrapper {
      padding-top: 80px;
      padding-bottom: 120px;
    }
  }
  /* Allows editors to hide, the top bar icons */
  @media (max-width: 992px) {
    .hide-mobile {
      display: none !important;
    }
  }
  .page-node-type-campaign-page .hide-lp {
    display: none !important;
  }
  .ccc-notify-buttons {
    display: flex;
  }
  .ccc-notify-buttons .ccc-tabbable {
    order: 1;
  }
  .ccc-notify-buttons .ccc-reject-button {
    order: 2;
  }
  .ccc-notify-buttons .ccc-accept-button {
    order: 3;
  }
  #ccc-notify-title {
    font-weight: 700;
    line-height: 1.5em;
    font-size: 1em;
    padding: 0;
  }
}
.paragraph-123-blocks .paragraph-123-block-card__field-cta-123card a {
  display: inline-block;
  padding: 10px 12px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  background-color: #240F6E;
  cursor: pointer;
}
@media (min-width: 768px) {
  .paragraph-123-blocks .paragraph-123-block-card__field-cta-123card a {
    padding: 11px 25px;
    font-size: 16px;
  }
}
.paragraph-123-blocks .paragraph-123-block-card__field-cta-123card a:hover {
  text-decoration: underline;
  background-color: #240F6E;
}
.paragraph-123-blocks .paragraph-123-block-card__field-cta-123card a:focus {
  text-decoration: underline;
  background-color: #7C6CA7;
}
.paragraph-123-blocks .paragraph-123-block-card__field-cta-123card a:disabled {
  text-decoration: underline;
  background-color: #aaa;
}

.check-list li, .paragraph-123-blocks .paragraph-123-block-card__field-card-description ul li {
  position: relative;
  margin-bottom: 8px;
  padding-inline-start: 20px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
}
.check-list li:after, .paragraph-123-blocks .paragraph-123-block-card__field-card-description ul li:after {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 5px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #240F6E;
  transform: rotate(45deg);
}
[dir=ltr] .check-list li:after, [dir=ltr] .paragraph-123-blocks .paragraph-123-block-card__field-card-description ul li:after, .paragraph-123-blocks .paragraph-123-block-card__field-card-description [dir=ltr] ul li:after {
  left: 2px;
}
[dir=rtl] .check-list li:after, [dir=rtl] .paragraph-123-blocks .paragraph-123-block-card__field-card-description ul li:after, .paragraph-123-blocks .paragraph-123-block-card__field-card-description [dir=rtl] ul li:after {
  right: 2px;
}
.check-list--blue li:after {
  border-color: #00A8E2;
}

.bullet-list li {
  position: relative;
  margin-bottom: 8px;
  padding-inline-start: 21px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
}
.bullet-list li:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #404040;
}
[dir=ltr] .bullet-list li:after {
  left: 3px;
}
[dir=rtl] .bullet-list li:after {
  right: 3px;
}

.paragraph-123-blocks {
  max-width: 1146px;
  margin-inline: -15px;
}
@media (min-width: 992px) {
  .paragraph-123-blocks {
    margin-inline: auto;
  }
}
.paragraph-123-blocks__wrapper {
  padding: 50px 15px 30px;
  margin-inline: -15px;
}
@media (min-width: 992px) {
  .paragraph-123-blocks__wrapper {
    padding: 80px 0 60px;
  }
}
.paragraph-123-blocks__wrapper.background--medium-gray {
  background-color: #EEE;
}
.paragraph-123-blocks__wrapper.background--light-gray {
  background-color: #F8F8F8;
}
.paragraph-123-blocks__field-title {
  text-align: center;
  margin-inline: 15px;
}
@media (min-width: 992px) {
  .paragraph-123-blocks__field-title {
    margin-inline: auto;
  }
}
.paragraph-123-blocks__field-overview {
  margin: 15px 15px 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #404040;
}
@media (min-width: 992px) {
  .paragraph-123-blocks__field-overview {
    margin-inline: auto;
  }
}
.paragraph-123-blocks__field-123-block-card {
  display: flex;
  gap: 20px;
  padding: 20px;
  overflow: auto;
  scrollbar-width: none;
}
@media (min-width: 992px) {
  .paragraph-123-blocks__field-123-block-card {
    margin-top: 30px;
    gap: 50px;
  }
}
.paragraph-123-blocks__field-123-block-card::-webkit-scrollbar {
  display: none;
}
.paragraph-123-blocks__field-123-block-card-item {
  position: relative;
  flex: 1 1 33.333%;
  min-width: 270px;
  max-width: 33.333%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.paragraph-123-blocks .paragraph-123-block-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.paragraph-123-blocks .paragraph-123-block-card__field-image * {
  display: block;
  width: 100%;
  height: 170px;
}
.paragraph-123-blocks .paragraph-123-block-card__field-image * img {
  object-fit: cover;
  max-height: 170px;
}
.paragraph-123-blocks .paragraph-123-block-card__field-card-description {
  height: 100%;
  margin-top: 15px;
}
.paragraph-123-blocks .paragraph-123-block-card__field-card-description p {
  font-size: 14px;
  color: #606060;
}
.paragraph-123-blocks .paragraph-123-block-card__field-card-description ul {
  font-size: 14px;
  color: #606060;
}
.paragraph-123-blocks .paragraph-123-block-card__field-card-description ul li {
  line-height: 1.1;
}
.paragraph-123-blocks .paragraph-123-block-card__text {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .paragraph-123-blocks .paragraph-123-block-card__text {
    padding: 15px;
  }
}
.paragraph-123-blocks .paragraph-123-block-card__field-title {
  font-size: 18px;
  font-weight: 700;
  color: #240F6E;
}
.paragraph-123-blocks .paragraph-123-block-card__tag {
  position: absolute;
  top: 9px;
  left: 0;
  display: flex;
  align-items: baseline;
  width: auto;
  padding: 8px 11px;
  border-radius: 0px 3px 3px 0px;
  background-color: #240F6E;
  color: #fff;
}
.paragraph-123-blocks .paragraph-123-block-card__field-card-price, .paragraph-123-blocks .paragraph-123-block-card__field-card-price-description {
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
}
.paragraph-123-blocks .paragraph-123-block-card__field-card-price {
  font-size: 15px;
  font-weight: 700;
}
.paragraph-123-blocks .paragraph-123-block-card__field-cta-123card {
  margin-top: 15px;
}
.paragraph-123-blocks .paragraph-123-block-card__field-cta-123card a {
  width: 100%;
  text-align: center;
}

/*# sourceMappingURL=paragraph-123-blocks.css.map */
