@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, .node-country-country-list__link, .node-country-country-list__field-media-image {
    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, .paragraph-country-list__field-title,
  .tit-section,
  .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, .paragraph-country-list__field-title,
  .tit-section,
  .section-title-header {
    color: #202020;
    font-size: 24px;
  }
  @media (min-width: 768px) {
    .tit-lg, .paragraph-country-list__field-title,
    .tit-section,
    .section-title-header {
      font-size: 28px;
    }
  }
  @media (min-width: 992px) {
    .tit-lg, .paragraph-country-list__field-title,
    .tit-section,
    .section-title-header {
      font-size: 32px;
    }
  }
  @media (min-width: 1200px) {
    .tit-lg, .paragraph-country-list__field-title,
    .tit-section,
    .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, .paragraph-country-list__field-title {
    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-country-list__field-link a {
  display: inline-block;
  padding: 8px 0;
  box-sizing: border-box;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #240F6E;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  background-color: transparent;
  color: #240F6E;
  transition: color 0.3s, border 0.3s, border-radius 0.3s, padding-left 0.3s, padding-right 0.3s, background-color 0.3s, transform 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .paragraph-country-list__field-link a {
    font-size: 16px;
  }
}
.paragraph-country-list__field-link a:hover, .paragraph-country-list__field-link a:focus {
  border: 2px solid #240F6E;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  color: #240F6E;
  transform: translateX(12px);
}
.paragraph-country-list__field-link a:focus {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 8px;
  background-color: #240F6E;
  color: #fff;
}
.paragraph-country-list__field-link a:disabled {
  border-bottom: 2px solid #240F6E;
  border-radius: 0;
  color: #aaa;
  background-color: transparent;
}

/**
 * @file
 * SASS Extends.
 */
.node-country-country-list__field-subtitle h4, .paragraph-country-list__field-title {
  font-family: "Merriweather";
  font-weight: 300;
}
.node-country-country-list__field-subtitle h4 {
  font-size: 16px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .node-country-country-list__field-subtitle h4 {
    font-size: 20px;
  }
}

.paragraph-country-list {
  padding: 50px 0;
  margin: 0 -15px;
  overflow: hidden;
  background-color: #EEE;
}
@media (min-width: 768px) {
  .paragraph-country-list {
    padding: 80px 0;
    margin: 0 -15px;
  }
}
.paragraph-country-list .container {
  position: relative;
  padding-inline-start: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .paragraph-country-list .container {
    padding-inline-start: 0;
    max-width: 690px;
  }
}
@media (min-width: 992px) {
  .paragraph-country-list .container {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  .paragraph-country-list .container {
    max-width: 1146px;
  }
}
.paragraph-country-list__field-title {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 15px;
  text-align: center;
  color: #202020;
}
.paragraph-country-list__field-description {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.paragraph-country-list__field-description p {
  font-size: 16px;
  color: #404040;
}
@media (min-width: 1200px) {
  .paragraph-country-list__field-description p {
    font-size: 18px;
  }
}
.paragraph-country-list__field-link {
  text-align: center;
}
.node-country-country-list {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}
@media (min-width: 768px) {
  .node-country-country-list {
    width: 100%;
    max-width: 283px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.22px;
  }
}
.node-country-country-list__field-media-image {
  z-index: -1;
}
.node-country-country-list__field-media-image *:not(.contextual) {
  width: 100%;
  height: 100%;
}
.node-country-country-list__field-media-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node-country-country-list__field-subtitle h4 {
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #fff;
}
@media (min-width: 768px) {
  .node-country-country-list__field-subtitle h4 {
    margin-bottom: 10px;
  }
}
.node-country-country-list__field-country-languages {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

/*# sourceMappingURL=country-list-paragraph.css.map */
