/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.section-language-tab .heading-info {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-language-tab .heading-info {
    text-align: start;
  }
}
.section-language-tab .heading-info strong {
  display: inline-block;
  margin-bottom: 33px;
}
@media only screen and (min-width: 992px) {
  .section-language-tab .heading-info strong {
    margin-bottom: 30px;
  }
}
.section-language-tab .ui-selectmenu-button {
  position: relative;
  font-family: "pill-gothic-900mg", sans-serif;
  border: 1px solid #00739D;
  background-color: #D9EAF1;
  border-radius: 20px;
  width: 100%;
  padding: 22px 26px;
  margin-bottom: 48px;
  transition: all 0.3s;
  margin-right: 0;
}
.section-language-tab .ui-selectmenu-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 22px;
  height: 12px;
  transition: all 0.3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0deg);
  background-image: url(../../dist/images/down-arrow.svg);
}
@media only screen and (min-width: 992px) {
  .section-language-tab .ui-selectmenu-button {
    display: none;
  }
}
.section-language-tab .ui-selectmenu-button.ui-selectmenu-button-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.section-language-tab .ui-selectmenu-button.ui-selectmenu-button-open:after {
  transform: translateY(-50%) rotate(180deg);
}
.section-language-tab .ui-selectmenu-button ul {
  list-style: none;
}
.section-language-tab .ui-selectmenu-text {
  color: #00739D;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.7px;
  margin-right: 16px;
  font-family: "pill-gothic-900mg", sans-serif;
  text-transform: uppercase;
}
.section-language-tab .ui-selectmenu-icon {
  opacity: 0;
  visibility: hidden;
}
.section-language-tab .tab-wrapper {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-language-tab .tab-wrapper {
    text-align: left;
  }
}
.section-language-tab .tab-wrapper .tab-buttons {
  display: none;
  margin-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-language-tab .tab-wrapper .tab-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-bottom: 52px;
    padding-bottom: 6px;
    border-bottom: 2px solid #D9EAF0;
    text-align: start;
  }
}
.section-language-tab .tab-wrapper .tab-buttons .tab-item {
  color: #00739D !important;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  text-decoration: underline !important;
  display: inline-block;
}
.section-language-tab .tab-wrapper .tab-buttons .tab-item:hover {
  text-decoration: none !important;
}
.section-language-tab .tab-wrapper .tab-buttons .tab-item:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section-language-tab .tab-wrapper .tab-buttons .tab-item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-language-tab .tab-wrapper .tab-buttons .tab-item {
    border-radius: 20px 20px 0 0;
    background-color: rgba(0, 115, 157, 0.15);
    letter-spacing: 2.7px;
    text-decoration: none !important;
    padding: 12px 32px;
    margin: 0 8px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s;
    font-family: "pill-gothic-900mg", sans-serif;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .section-language-tab .tab-wrapper .tab-buttons .tab-item {
    padding: 12px 24px;
    min-width: 174px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .section-language-tab .tab-wrapper .tab-buttons .tab-item {
    min-width: 209px;
    padding: 13px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-language-tab .tab-wrapper .tab-buttons .tab-item::before {
    content: "";
    position: absolute;
    background: #F2A234;
    top: auto;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: -9px;
    height: 4px;
    width: 0%;
    visibility: hidden;
    border-radius: 12px;
    transition: all 0.3s;
  }
  .section-language-tab .tab-wrapper .tab-buttons .tab-item:hover, .section-language-tab .tab-wrapper .tab-buttons .tab-item:active, .section-language-tab .tab-wrapper .tab-buttons .tab-item:focus {
    background-color: rgba(0, 115, 157, 0.3);
  }
  .section-language-tab .tab-wrapper .tab-buttons .tab-item.active {
    color: #ffffff !important;
    background-color: #00739D;
  }
  .section-language-tab .tab-wrapper .tab-buttons .tab-item.active::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .section-language-tab .tab-wrapper .tab-buttons .tab-item:first-child {
    margin-left: 0;
  }
  .section-language-tab .tab-wrapper .tab-buttons .tab-item:last-child {
    margin-right: 0;
  }
}
.section-language-tab .tab-wrapper .tab-contents .content {
  display: none;
  text-align: left;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section-language-tab .tab-wrapper .tab-contents .content {
    margin-bottom: 64px;
  }
}
.section-language-tab .tab-wrapper .tab-contents .content p,
.section-language-tab .tab-wrapper .tab-contents .content #cookies,
.section-language-tab .tab-wrapper .tab-contents .content #contact {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #083657;
  font-family: "Sora", sans-serif;
}
.section-language-tab .tab-wrapper .tab-contents .content a {
  color: #083657;
  text-decoration: underline;
}
.section-language-tab .tab-wrapper .tab-contents .content a:hover {
  text-decoration: none;
}
.section-language-tab .tab-wrapper .tab-contents .content .list-circle ul {
  list-style: none;
}
.section-language-tab .tab-wrapper .tab-contents .content .list-circle ul li {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  color: #083657;
  font-family: "Sora", sans-serif;
  padding-left: 18px;
  margin-bottom: 12px;
  margin-top: 20px;
}
.section-language-tab .tab-wrapper .tab-contents .content .list-circle ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #FC1ACE;
}
.section-language-tab .tab-wrapper .tab-contents .content.active {
  display: block;
}

.ui-selectmenu-menu ul {
  border: 1px solid #00739D;
  border-top-width: 0 !important;
  border-color: #00739D !important;
  border-radius: 0px 0px 20px 20px;
}
.ui-selectmenu-menu ul li {
  color: #00739D;
  background: #ffffff;
}
.ui-selectmenu-menu ul li .ui-state-active {
  color: #00739D;
  margin: 0 !important;
  background: transparent !important;
}
.ui-selectmenu-menu ul li:hover {
  background: #D9EAF1;
}
.ui-selectmenu-menu ul li .ui-menu-item-wrapper {
  color: #00739D;
  font-family: "pill-gothic-900mg", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  padding: 18px 24px 12px 28px !important;
  border-bottom: 1px solid #00739D !important;
}
.ui-selectmenu-menu ul li:last-child .ui-menu-item-wrapper {
  border: none !important;
}
.ui-selectmenu-menu ul li.border-none .ui-menu-item-wrapper {
  border-bottom: none !important;
}
.ui-selectmenu-menu ul li.active {
  display: none;
}
/*# sourceMappingURL=block.css.map*/