@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body.open {
  overflow: hidden;
}

a {
  color: #009ff9;
  text-decoration: none;
}

a:hover, a:focus, a.active {
  color: #009ff9;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  position: relative;
}

figure {
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.edit-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}
html {
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.3);
}

body,
button,
input,
textarea,
select,
p,
.btn {
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.3);
}

.lead {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 2);
  letter-spacing: 0.4px;
}

small,
.small {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 0.8);
  line-height: clamp(15px, 1.5vw, 18px);
}

h1, h2, h3, h4 {
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.4px;
}

h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 30px 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 2.3);
  }
}

h2 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 2);
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 22.5px 0;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 2.3);
  }
}

h3 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 2.3);
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) {
  h3 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1);
  }
}

h4 {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1 * 1.2);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) {
  h4 {
    font-size: clamp(15px, 1.5vw, 18px);
  }
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: rgb(255, 0, 0);
}

.txt-green {
  color: rgab(0, 255, 0, 1);
}

.txt-yellow {
  color: rgab(255, 255, 0, 1);
}

.txt-blue {
  color: rgab(0, 0, 255, 1);
}

.fa-twitter {
  --fa: "" !important;
}

.fa-square-twitter, .fa-twitter-square {
  --fa: "" !important;
}

.fa-twitter:before, .fa-square-twitter:before, .fa-twitter-square:before {
  content: var(--fa) !important;
}

.lead {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.3);
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .lead {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1.3);
    line-height: 1.5;
  }
}

.branding {
  margin-right: 30px;
}
.branding .brand {
  display: block;
  height: 100%;
  max-width: 80vw;
}
.branding .brand svg {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .branding {
    margin-right: 0;
  }
  .branding .brand {
    height: auto;
  }
  .branding .brand img {
    max-width: 400px;
    padding-bottom: 20px;
  }
  .branding .brand svg {
    height: 60%;
  }
}
@media only screen and (min-width: 769px) {
  header {
    padding: 15 0 0;
  }
}
header .container {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  header .header-wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: white;
    padding: 130px 30 30;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
    border: none;
  }
}
header .header-content {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 45px 0;
}
@media only screen and (max-width: 768px) {
  header .header-content {
    padding: 45px 0 0;
  }
}

@media only screen and (min-width: 769px) {
  .toggle {
    display: none;
  }
  .navigation {
    width: 100%;
  }
  .nav-wrapper {
    padding-left: 70px;
    display: flex;
  }
  .nav-wrapper.primary ol {
    align-items: flex-end;
    padding-left: 20px;
    justify-content: space-between;
  }
  .nav-wrapper.primary ol li {
    border-radius: 7px;
    padding: 0;
  }
  .nav-wrapper.primary ol li:nth-child(3n+1) {
    background-color: #0C91D0;
  }
  .nav-wrapper.primary ol li:nth-child(3n+2) {
    background-color: #EF515F;
  }
  .nav-wrapper.primary ol li:nth-child(3n+3) {
    background-color: #59B45F;
  }
  .nav-wrapper.primary ol li a {
    display: inline-block;
    color: #fff;
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1);
    border-radius: 7px;
    line-height: 1;
    padding: 40px 30px 20px 20px;
    font-weight: bold;
    min-width: 120px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .nav-wrapper.primary ol li a:hover {
    background-color: #FFC111;
  }
  .nav-wrapper.primary.text {
    padding-left: 100px;
    color: #0C91D0;
    font-weight: 900;
    text-transform: uppercase;
  }
  .nav-wrapper.secondary {
    display: flex;
    justify-content: flex-end;
    top: 20px;
  }
  .nav-wrapper.secondary a {
    color: #111122;
    font-size: calc(clamp(15px, 1.5vw, 18px) * 2);
    font-weight: bold;
  }
  .nav-wrapper.secondary a:hover {
    color: #FFC111;
  }
  .nav-wrapper.secondary .lang ol li a {
    background-color: #fff;
    padding: 0;
    text-decoration: none;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    background: #111122;
    color: #fff;
    width: 40px;
    height: 34px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
  }
  .nav-wrapper.secondary .lang ol li a:hover {
    background-color: #FFC111;
  }
  nav ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav ol li {
    display: inline-block;
    margin: 0 8px;
  }
  nav ol li a {
    color: #111122;
    text-decoration: none;
  }
  nav ol li a:hover {
    color: #009FF9;
  }
}
@media only screen and (max-width: 768px) {
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 18px;
    position: absolute;
    z-index: 999999;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    top: 5px;
    right: 10px;
  }
  .toggle div {
    width: 40px;
    height: 3px;
    position: absolute;
    background: #111122;
    transform-origin: center center;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .toggle div.top {
    transform: translateY(-12px);
  }
  .toggle div.bottom {
    transform: translateY(12px);
  }
  .open .toggle {
    transform: rotate(90deg);
  }
  .open .toggle div {
    background: #009ff9;
    width: 40px;
  }
  .open .toggle div.one {
    transform: rotate(45deg);
  }
  .open .toggle div.two {
    transform: rotate(-45deg);
  }
  .open .toggle div.top {
    transform: translateY(-3px);
    opacity: 0;
  }
  .open .toggle div.bottom {
    transform: translateY(3px);
    opacity: 0;
  }
  .open .navigation {
    left: 0;
  }
  .navigation {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: white;
    padding: 130px 30px 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .navigation nav {
    display: inline;
  }
  .navigation nav ol {
    display: block;
    padding: 0;
    margin: 0;
    gap: 10px;
    list-style-type: none;
  }
  .navigation nav ol li:nth-child(3n+1) a {
    background-color: #0C91D0;
  }
  .navigation nav ol li:nth-child(3n+2) a {
    background-color: #EF515F;
  }
  .navigation nav ol li:nth-child(3n+3) a {
    background-color: #59B45F;
  }
  .navigation nav ol li {
    display: block;
    margin: 0;
    padding: 10px;
  }
  .navigation nav ol li a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1);
    border-radius: 7px;
    line-height: 1;
    padding: 20px;
    padding-right: 30px;
    padding-top: 40px;
    font-weight: bold;
    min-width: 120px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .navigation nav ol li a:hover {
    background: #FFC111;
  }
  .navigation nav ol li a br {
    content: "";
  }
  .navigation nav ol li a br:after {
    content: " ";
  }
  .navigation nav.social ol {
    justify-content: left;
    display: block;
  }
  .navigation nav.social ol a {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 2);
    background-color: #fff !important;
    color: #0C91D0;
    display: flex-end;
    padding: 0px;
    margin: 0px;
    padding-right: 0px;
  }
  .navigation nav.social ol a:hover {
    color: #FFC111;
  }
  .navigation .nav-wrapper.primary.text {
    display: block;
    order: 2;
    padding: 15 0;
    color: #0C91D0;
    font-weight: 900;
    padding-left: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
  }
  .navigation .nav-wrapper.primary.text p {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1);
    font-weight: 900;
    color: #0C91D0;
    margin: 0;
  }
  .navigation .nav-wrapper.primary {
    order: 1;
  }
  .navigation nav.lang ol li a {
    background-color: #fff;
    padding: 0;
    text-decoration: none;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    color: #231651;
    padding: 5px;
    border-radius: 5px;
  }
  .navigation nav.lang ol li a:hover {
    color: #FFC111;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .header-content {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }
  .header-content .branding {
    margin-bottom: 30;
  }
  .header-content .branding img {
    max-width: 400px;
  }
  .header-content .navigation {
    width: 100%;
  }
  .header-content .navigation .nav-wrapper {
    padding: 0px;
    text-align: center;
    justify-content: center;
  }
  .header-content .navigation .nav-wrapper.primary {
    padding-top: 1rem;
  }
  .header-content .navigation .nav-wrapper.primary ol {
    display: flex;
    gap: 15;
  }
  .header-content .navigation .nav-wrapper.primary ol li {
    margin: 10px;
  }
  .header-content .navigation .nav-wrapper.primary ol li:nth-child(3n+1) a {
    background-color: #0C91D0;
  }
  .header-content .navigation .nav-wrapper.primary ol li:nth-child(3n+2) a {
    background-color: #EF515F;
  }
  .header-content .navigation .nav-wrapper.primary ol li:nth-child(3n+3) a {
    background-color: #59B45F;
  }
  .header-content .navigation .nav-wrapper.primary ol li a {
    padding: 15;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1);
  }
  .header-content .navigation .nav-wrapper.primary ol li a:hover {
    background-color: #FFC111;
  }
  .header-content .navigation .nav-wrapper.secondary {
    justify-content: center;
    margin-bottom: 15;
    padding-top: 20px;
  }
}
.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.entries-list.tiles .item {
  border: 1px solid #ccc;
}

.card {
  box-shadow: 0 10px 10px 0 rgba(17, 17, 34, 0.2);
  padding: 30px;
  border: 1px solid rgba(17, 17, 34, 0.05);
  border-radius: 0;
  flex-direction: revert;
  display: block;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  background-color: #FFC111;
  color: #253745;
  padding: 75px 0;
  text-align: center;
}
footer .nav {
  justify-content: center;
  padding-bottom: 0.8rem;
}
footer .nav ol {
  display: flex;
  justify-content: center;
  list-style: none;
  display: flex;
  gap: 5px;
  color: #fff;
  width: 100%;
  padding: 0;
  margin: 15 0;
}
footer .nav ol a {
  color: currentColor;
  font-size: calc(clamp(15px, 1.5vw, 18px) * 2);
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
}
footer .nav ol a:hover, footer .nav ol a:focus, footer .nav ol a:active {
  color: #253745;
}
footer .footer-logo-wrapper {
  background-color: #fff;
  display: inline-block;
  padding: 30px 45px;
  border-radius: 8px;
}
footer .footer-logo-wrapper .footer-logo .brand {
  display: block;
  height: 100%;
  max-width: 40vh;
}
footer .footer-logo-wrapper .footer-logo .brand svg {
  width: auto;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 45px 0;
  }
  footer .footer-logo-wrapper {
    padding: 15px 30px;
    display: block;
    margin: 0 auto;
    max-width: 80%;
  }
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.form-check label {
  font-size: 18px;
  font-weight: 300;
}

.col-form-label {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 0px;
}

.form-control {
  border-radius: 5px !important;
  color: #fff;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 10px;
}

.btn-primary {
  background-color: #111122;
  border: none;
  font-size: 20px;
  font-weight: 300;
  font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  border-radius: 5px;
  padding: 15px 35px;
}
.btn-primary:hover {
  background-color: #FFC111;
  color: #111122;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.text-danger {
  color: #fff !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.split-left-image .row,
.split-right-image .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.split-left-image .row > div,
.split-right-image .row > div {
  flex: 1 1 50%;
  padding: 0;
  display: flex;
}
.split-left-image .row .image,
.split-left-image .row .text-column,
.split-right-image .row .image,
.split-right-image .row .text-column {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.split-left-image .row .image,
.split-right-image .row .image {
  width: 100%;
  height: 100%;
  display: flex;
}
.split-left-image .row .image img,
.split-right-image .row .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.split-left-image .row .text-column,
.split-right-image .row .text-column {
  display: flex;
  align-items: stretch;
}
.split-left-image .row .text-column .col-wrapper,
.split-right-image .row .text-column .col-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .split-left-image .row,
  .split-right-image .row {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .split-left-image .row > div,
  .split-right-image .row > div {
    flex: 1 1 100%;
    display: block;
  }
  .split-left-image .text-column .col-wrapper,
  .split-right-image .text-column .col-wrapper {
    padding: 30;
  }
}

.split-left-image .row > div:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .split-left-image .row > div:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
  }
}

.split-right-image .row > div:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .split-right-image .row > div:first-child {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .split-right-image .row {
    flex-direction: column-reverse;
  }
}

.content-center {
  align-items: center;
  color: #fff;
  display: flex;
}

.icon-blocks {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.icon-blocks .item-wrapper {
  width: 30%;
  color: #fff;
}
.icon-blocks .item-wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  text-align: center;
  background-color: #ef515f;
  padding: 40px;
  border-radius: 20px;
}
.icon-blocks .item-wrapper .item .icon {
  font-size: 80px;
  border: 1px solid #ef515f;
  margin-bottom: 20px;
}
.icon-blocks .item-wrapper .item .description p {
  font-size: 1.4rem !important;
  line-height: 1.8rem !important;
}
@media only screen and (max-width: 768px) {
  .icon-blocks {
    flex-direction: column;
    align-items: center;
  }
  .icon-blocks .item-wrapper {
    width: 60%;
  }
  .icon-blocks .item-wrapper .item {
    min-height: auto;
    padding: 20px;
  }
  .icon-blocks .item-wrapper .item .icon {
    font-size: 60px;
  }
  .icon-blocks .item-wrapper .item .description p {
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
  }
}