@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
html body {
  font-size: 10px;
  font-family: "Helvetica", "Verdana", sans-serif;
  color: #fff;
  position: realtive;
}
html body #bg_spin {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background: linear-gradient(300deg, #113363, #41B8B0, #EA84B5);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}
html body #main {
  font-size: 20px;
  overflow: hidden;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeue-light.woff2") format("woff2"), url("../fonts/HelveticaNeue-light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_bold";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Borna";
  src: url("../fonts/Borna-Medium.woff2") format("woff2"), url("../fonts/Borna-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  margin-bottom: 1em;
}
.entry_content p {
  display: block;
  line-height: 1.6em;
  margin-bottom: 1.3em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
.entry_content ul,
.entry_content ol {
  display: block;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  background: #EFB2D0;
  border: 1px solid #EFB2D0;
  border-radius: 100px;
  padding: 0.8em 1.2em;
  color: #2A5489;
  font-size: 21px;
  font-family: "Borna";
}
.btn:hover {
  background: #fff;
  border-color: #fff;
}
.btn.btn_green {
  background: #E0DB14;
  border: 1px solid #E0DB14;
  color: #2A5489;
}
.btn.btn_green:hover {
  background: #2A5489;
  border-color: #2A5489;
  color: #E0DB14 !important;
}
.btn.btn_outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn_outline:hover {
  background: #fff;
  color: #2A5489 !important;
}

/*
---------------------------------------------------------------------------
=	GAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*ERROR*/
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gfield--type-honeypot,
.gform_wrapper .partial_entry_warning {
  display: none !important;
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  line-height: 1.3em;
  color: #F76456;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  line-height: 1.2em;
  color: #F76456;
  padding-top: 10px;
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  margin-bottom: 14px;
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body input {
  font-size: 0.8em;
}
.gform_wrapper .gform-body input::placeholder {
  color: #fff !important;
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=email],
.gform_wrapper .gform-body input[type=number] {
  padding: 16px;
  border: 1px solid #fff;
  border-radius: 11px;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body textarea:focus {
  border: 1px solid #E0DB14 !important;
}
.gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
  /*SECTION TITLE*/
}
.gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.gform_wrapper .gform-body div.gfield .ginput_container input,
.gform_wrapper .gform-body div.gfield .ginput_container select,
.gform_wrapper .gform-body div.gfield .ginput_container textarea {
  display: block;
  padding: 16px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 11px;
  font-size: 0.8em;
  background: transparent;
  resize: none !important;
}
.gform_wrapper .gform-body div.gfield .ginput_container input::placeholder,
.gform_wrapper .gform-body div.gfield .ginput_container select::placeholder,
.gform_wrapper .gform-body div.gfield .ginput_container textarea::placeholder {
  color: #fff !important;
}
.gform_wrapper .gform-body div.gfield .ginput_container select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px), 50%;
  background-size: 12px 12px;
  color: #fff;
}
.gform_wrapper .gform-body .gfield_description {
  font-size: 0.8em;
}
.gform_wrapper .gform-body .field_description_above .gfield_description {
  padding-bottom: 10px;
}
.gform_wrapper .gform-body .field_description_below .gfield_description {
  padding-top: 10px;
}
.gform_wrapper .gform-body .charleft {
  padding-top: 10px;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex label {
  display: block;
  padding-bottom: 10px;
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_complex span,
.gform_wrapper .gform-body fieldset .ginput_complex div {
  flex: 1;
}
.gform_wrapper .gform-body fieldset .ginput_complex span input,
.gform_wrapper .gform-body fieldset .ginput_complex div input {
  width: 100%;
}
.gform_wrapper .gform-body fieldset .ginput_complex .gf_clear_complex {
  display: none;
}
.gform_wrapper .gform-body .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.8em;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  display: inline-block;
  background: #EFB2D0;
  border: 1px solid #EFB2D0;
  border-radius: 100px;
  padding: 0.8em 1.2em;
  transition: 0.2s;
  color: #fff;
  font-size: 21px;
  font-family: "Borna";
  color: #2A5489;
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.gform_wrapper .gform-loader {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

/*
---------------------------------------------------------------------------
=	THANKYOU
---------------------------------------------------------------------------
*/
.gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	PROGRESS BAR
---------------------------------------------------------------------------
*/
.gf_progressbar_wrapper {
  margin-bottom: 60px;
  position: relative;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 0 !important;
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.gf_progressbar_wrapper .gf_progressbar {
  background: #fff;
  border: 1px solid #000;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: orange;
  color: #fff;
  padding: 5px;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 9999;
  transition: transform 0.4s ease;
  height: 160px;
  padding: 0 40px;
}
#header.headroom-hidden {
  transform: translateY(-100%);
}
#header.on_the_move {
  transform: translateY(0);
}
@media only screen and (max-width: 1050px) {
  #header {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    height: 80px;
  }
}
#header #logo {
  display: inline-block;
}
#header #logo img {
  display: block;
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #header #logo img {
    height: 40px;
  }
}

nav {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4em;
    height: 80px;
  }
}
@media only screen and (max-width: 1050px) {
  nav {
    gap: 2em;
  }
}
nav a {
  color: #000;
  font-family: "Borna";
  font-size: clamp(0px, 1.2vw, 18px) !important;
}
nav a:hover {
  color: #E0DB14;
}
@media only screen and (max-width: 767px) {
  nav a {
    font-size: 16px !important;
  }
  nav a.dt_nav {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #header nav {
    background: #fff;
    padding: 1.5em;
    padding-left: 4em;
    border-radius: 100px;
  }
}
/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 10% 50px 50px 50px;
  background: linear-gradient(to bottom, #2A5489 0%, #38A8A8 100%);
  background-attachment: fixed;
}
#footer .foot_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  #footer .foot_nav {
    padding: 20px 0%;
  }
}
#footer .foot_nav .logo {
  display: inline-block;
}
#footer .foot_nav .logo img {
  display: block;
  height: 60px;
  width: auto;
}
#footer .foot_nav nav a {
  color: #fff;
}
#footer .foot_nav nav a#nav_con {
  display: none;
}
@media only screen and (max-width: 767px) {
  #footer .foot_nav nav a {
    margin-left: 1em;
  }
  #footer .foot_nav nav a.foot_apply {
    display: none;
  }
}
#footer .foot_creds {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .foot_creds {
    padding-top: 40px;
  }
}
#footer .foot_creds span {
  display: inline-block;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #footer .foot_creds span {
    flex: 100%;
    text-align: center;
  }
}
#footer .foot_creds span.yoke {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #footer .foot_creds span.yoke {
    padding-top: 10px;
  }
}
#footer .foot_creds span.yoke a {
  display: inline-block;
  color: #E0DB14;
  font-family: "Borna";
}
#footer .foot_creds span.yoke a:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	SITEWIDE
---------------------------------------------------------------------------
*/
section {
  padding: 10% 5%;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 100px 5%;
  }
}
section .section_intro {
  margin-bottom: 5%;
}
section .section_intro h3 {
  display: block;
  text-align: center;
  font-family: "Borna";
  font-size: clamp(60px, 10vw, 120px);
  margin-bottom: 20px;
}
section .section_intro p {
  display: block;
  text-align: center;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.4em;
}

.item {
  align-self: stretch;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 3%;
}
.item span {
  display: block;
  width: 100%;
  padding-bottom: 80%;
  border-radius: 30px;
  margin-bottom: 20px;
}
.item h4 {
  display: block;
  font-size: 40px;
  font-family: "Borna";
  margin-bottom: 20px;
}
.item p {
  display: block;
  font-size: 20px;
  line-height: 1.4em;
}
.item .link {
  margin-top: 20px;
  display: inline-block;
  color: #E0DB14;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-family: "Borna";
}
.item .link:hover {
  color: #fff;
}

@keyframes radialPulse {
  0%, 100% {
    background-size: 150% 150%;
  }
  50% {
    background-size: 250% 250%;
  }
}
/*
---------------------------------------------------------------------------
=	welcome
---------------------------------------------------------------------------
*/
.welcome {
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  .welcome {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.welcome .welcome_inner {
  width: 100%;
  padding: 0 5%;
  padding-top: 180px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .welcome .welcome_inner {
    min-height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .welcome .welcome_inner {
    padding-top: 100px;
  }
}
.welcome .welcome_inner .tag {
  flex: 100%;
}
@media only screen and (min-width: 768px) {
  .welcome .welcome_inner .tag {
    height: 25vh;
    align-self: flex-start;
  }
}
.welcome .welcome_inner .tag img {
  width: 100%;
  height: 100%;
  max-width: 1210px;
  object-fit: contain;
  object-position: 0 0;
  display: block;
}
.welcome .welcome_inner .welcome_content {
  flex: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .welcome .welcome_inner .welcome_content {
    justify-content: right;
    align-self: flex-end;
  }
}
.welcome .welcome_inner .welcome_content > div {
  padding: 40px 0 5% 0;
}
@media only screen and (min-width: 768px) {
  .welcome .welcome_inner .welcome_content > div {
    max-width: 683px;
  }
}
@media only screen and (max-height: 860px) {
  .welcome .welcome_inner .welcome_content > div p {
    font-size: 18px;
  }
}
.welcome .welcome_inner .welcome_content > div .links {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .welcome .welcome_inner .welcome_content > div .links a {
    flex: 1;
    text-align: center;
  }
}

/*
---------------------------------------------------------------------------
=	PROGRAMES
---------------------------------------------------------------------------
*/
.programmes {
  padding: 10% 5%;
}
.programmes .programme_cols {
  display: flex;
  flex-wrap: wrap;
}
.programmes .programme_cols > .col {
  flex: 1 1 50%;
}
@media only screen and (max-width: 1000px) {
  .programmes .programme_cols > .col {
    flex: 1 1 100%;
  }
}
@media only screen and (min-width: 1001px) {
  .programmes .programme_cols > .col.col1 {
    order: 2;
  }
}
.programmes .programme_cols > .col.col1 > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.programmes .programme_cols > .col.col1 > div span {
  flex: 1;
  aspect-ratio: 1/1;
  position: relative;
}
.programmes .programme_cols > .col.col1 > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.programmes .programme_cols > .col.col1 > div:nth-child(1) {
  align-items: flex-end;
}
.programmes .programme_cols > .col.col1 > div:nth-child(1) span:nth-child(1) {
  min-width: 65%;
  aspect-ratio: 1/0.8;
}
.programmes .programme_cols > .col.col1 > div:nth-child(2) {
  padding: 20px 5% 0 2%;
  align-items: flex-start;
}
.programmes .programme_cols > .col.col1 > div:nth-child(2) span:nth-child(1) {
  max-width: 40%;
}
.programmes .programme_cols > .col.col2 {
  padding: 10% 10% 10% 0;
}
@media only screen and (max-width: 1000px) {
  .programmes .programme_cols > .col.col2 {
    padding-right: 0;
  }
}
.programmes .programme_cols > .col.col2 h2 {
  display: block;
  font-size: 48px;
  margin-bottom: 40px;
}
.programmes .programme_cols > .col.col2 .entry_content p:first-of-type {
  font-size: 35px;
}
.programmes .programme_cols > .col.col2 .entry_content p i {
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 6px 0.6em;
}
.programmes .programme_cols > .col.col2 .btn {
  margin-top: 40px;
}

/*
----------------------------
=	STICKYS
----------------------------
*/
.sticky {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 10%;
}
.sticky .col {
  flex: 1 1 50%;
}
@media only screen and (max-width: 1000px) {
  .sticky .col {
    flex: 1 1 100%;
  }
}
.sticky .col.col1 {
  height: max-content;
}
@media only screen and (min-width: 1001px) {
  .sticky .col.col1 {
    position: sticky;
    top: 5%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1000px) {
  .sticky .col.col1 {
    padding-bottom: 5%;
  }
}
.sticky .col.col1 h2 {
  display: block;
  font-size: 48px;
  margin-bottom: 40px;
}
.sticky .col.col1 .btn {
  margin-top: 40px;
}
.sticky .col.col2 > * {
  border: 1px solid #fff;
  padding: 5%;
  margin-bottom: 30px;
  border-radius: 30px;
  line-height: 1.4em;
  font-size: 30px;
  line-height: 1.2em;
}
.sticky .col.col2 .faq button {
  color: #fff;
  padding-right: 20px;
}
.sticky .col.col2 .faq.open {
  background: #fff;
  color: #2A5489;
}
.sticky .col.col2 .faq.open button {
  color: #2A5489 !important;
}
.sticky .col.col2 .faq .answer {
  padding-top: 2em;
}
.sticky .col.col2 .faq p {
  font-size: 20px;
}

.break {
  display: block;
  height: 100vh;
}

/*
---------------------------------------------------------------------------
=	ROLES
---------------------------------------------------------------------------
*/
.roles h2 {
  display: block;
  text-align: center;
  font-size: 60px;
}
.roles .prev_roles {
  padding: 10% 5%;
  padding-top: 50px;
}
.roles .prev_roles > * {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.roles .prev_roles > * span {
  display: inline;
  white-space: nowrap;
  font-size: clamp(20px, 2vw, 40px);
  line-height: 1.8em;
}
.roles .prev_roles > * span:after {
  content: " •";
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  padding: 0 20px;
}
.roles .prev_roles > * span:last-of-type:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .roles .prev_roles > * span:nth-child(2):after {
    display: none;
  }
}
.roles .role_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 5%;
}
@media only screen and (max-width: 1000px) {
  .roles .role_grid {
    padding: 0;
  }
}
.roles .role_grid .item {
  flex: 1 1 calc(50% - 40px);
}
@media only screen and (max-width: 1000px) {
  .roles .role_grid .item {
    flex: 1 1 100%;
    padding: 5%;
  }
}

/*
---------------------------------------------------------------------------
=	IMPACT
---------------------------------------------------------------------------
*/
.impact {
  padding-top: 0;
}
.impact .impact_data {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10%;
}
.impact .impact_data .col {
  flex: 1;
}
.impact .impact_data .col.col1.col1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1200px) {
  .impact .impact_data .col.col1.col1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .impact .impact_data .col.col1.col1 {
    grid-template-columns: 1fr;
  }
}
.impact .impact_data .col.col1.col1 > * {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 30px;
  padding: 100px 50px;
  height: 100%;
  container-type: inline-size;
}
@media (max-width: 900px) {
  .impact .impact_data .col.col1.col1 > * {
    padding: 60px 30px;
    text-align: center;
  }
}
.impact .impact_data .col.col1.col1 > * span {
  display: block;
  font-family: "Borna";
  font-size: clamp(1rem, 30cqi, 10rem);
  margin-bottom: 40px;
}
.impact .impact_data .col.col1.col1 > * p {
  font-size: clamp(20px, 1.5vw, 30px);
  line-height: 1.4;
}
.impact .impact_data .col.col2 {
  border: 1px solid #fff;
  border-radius: 30px;
  align-self: stretch;
}
.impact .impact_data .col.col2 > div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 40px 20px;
}
.impact .impact_data .col.col2 > div blockquote {
  display: block;
  font-family: "Borna";
  font-size: clamp(30px, 4vw, 60px);
  line-height: 1.4em;
}
.impact .impact_data .col.col2 > div > div {
  align-self: flex-end;
}
.impact .impact_data .col.col2 > div > div cite, .impact .impact_data .col.col2 > div > div span {
  display: block;
}
.impact .impact_data .col.col2 > div > div cite {
  font-size: clamp(20px, 1.5vw, 30px);
  font-family: "Helvetica_bold";
  margin-bottom: 10px;
}
.impact .impact_data .col.col2 > div > div span {
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	TESTIMONIALS
---------------------------------------------------------------------------
*/
.testimonials {
  border: 1px solid #fff;
  border-radius: 28px;
  padding: 10%;
}
@media only screen and (min-width: 768px) {
  .testimonials {
    min-height: 100vh;
  }
}
.testimonials .swiper-wrapper .slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.testimonials .swiper-wrapper .slide > div {
  flex: 100%;
  text-align: center;
}
.testimonials .swiper-wrapper .slide > div.test_img {
  margin-bottom: 40px;
}
.testimonials .swiper-wrapper .slide > div.test_img span {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 230px;
  aspect-ratio: 1/1;
}
.testimonials .swiper-wrapper .slide > div.test_img span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 1px solid #fff;
}
.testimonials .swiper-wrapper .slide > div blockquote {
  font-family: "Borna";
  font-size: clamp(36px, 6vw, 70px);
  line-height: 1.2em;
}
.testimonials .swiper-wrapper .slide > div.cite {
  margin-top: 50px;
}
.testimonials .swiper-wrapper .slide > div.cite > * {
  display: block;
}
.testimonials .swiper-wrapper .slide > div.cite cite {
  font-family: "Helvetica_bold";
  font-size: 34px;
}
.testimonials .swiper-wrapper .slide > div.cite span {
  margin-top: 20px;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  .col {
    flex: 100% !important;
    padding: 0 !important;
  }
  .col.col1 {
    padding-bottom: 60px !important;
  }
}
/*
---------------------------------------------------------------------------
=	ABOUT
---------------------------------------------------------------------------
*/
.about .cols {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10%;
}
.about .cols > * {
  flex: 1 1 50%;
}
@media only screen and (max-width: 1000px) {
  .about .cols > * {
    flex: 1 1 100%;
  }
}
@media only screen and (min-width: 1001px) {
  .about .cols .col1 {
    order: 2;
  }
}
.about .cols .col1 span {
  display: block;
  position: relative;
  border-radius: 30px;
  aspect-ratio: 1/1.1;
}
.about .cols .col1 span img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 38px;
  object-position: top;
}
.about .cols .col2 {
  padding: 10% 10% 0 0;
}
@media only screen and (max-width: 1000px) {
  .about .cols .col2 {
    padding: 10% 0 0 0;
  }
}
.about .cols .entry_content p {
  font-family: "Borna";
  font-size: 26px;
}

/*
---------------------------------------------------------------------------
=	FAQS
---------------------------------------------------------------------------
*/
.question {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.question:hover {
  color: #E0DB14 !important;
}
.question:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(0%) rotate(0deg);
  font-family: "Helvetica_bold";
  font-size: 1.25em;
  line-height: 1;
  transition: transform 0.25s ease;
  transition: 0.2s;
  color: #3CBCAF;
}
.question.open:after {
  transform: translateY(0) rotate(45deg);
}

.answer[hidden] {
  display: none;
}

/* Optional: reduce animation for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .answer {
    transition: none !important;
  }
}
/*
---------------------------------------------------------------------------
=	PRESS
---------------------------------------------------------------------------
*/
.press {
  padding: 10% 0%;
}
.press .section_intro {
  padding: 0 5%;
}
.press .item > span {
  padding-bottom: 80%;
}
.press .swiper {
  padding: 0 5%;
}

/* pagination container */
.swiper_pag {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}

/* bullets as pills */
.swiper_pag .swiper-pagination-bullet {
  width: auto;
  min-width: 24px;
  padding: 4px 12px;
  border-radius: 999px; /* pill shape */
  background: rgba(255, 255, 255, 0.4); /* semi-opaque dark */
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  opacity: 1; /* always visible */
  transition: background 0.3s, transform 0.3s;
}

/* active state */
.swiper_pag .swiper-pagination-bullet-active {
  background: #fff; /* your brand colour */
  transform: scale(1.05);
}

/*
---------------------------------------------------------------------------
=	CONTACT 
---------------------------------------------------------------------------
*/
.contact {
  padding-bottom: 10%;
}
.contact .cols {
  display: flex;
  flex-wrap: wrap;
}
.contact .cols .col {
  flex: 1 1 50%;
}
@media only screen and (max-width: 1000px) {
  .contact .cols .col {
    flex: 1 1 100%;
  }
}
.contact .cols .col.col1 {
  padding-right: 10%;
}
@media only screen and (max-width: 1000px) {
  .contact .cols .col.col1 {
    padding: 0 0 10% 0;
  }
}
.contact .cols .col.col1 h4 {
  display: block;
  font-size: 76px;
  font-family: "Borna";
  margin-bottom: 40px;
}
.contact .cols .col.col1 p {
  font-size: 20px;
}
.contact .cols .col.col2 {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 40px 50px;
}
@media only screen and (max-width: 1000px) {
  .contact .cols .col.col2 {
    padding: 5% !important;
  }
}

/*
---------------------------------------------------------------------------
=	MEDIA
---------------------------------------------------------------------------
*/
.media_intro {
  padding: 200px 5% 5% 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.media_intro > div {
  text-align: center;
}
.media_intro > div h1 {
  display: block;
  font-family: "Borna";
  font-size: 124px;
  margin-bottom: 20px;
}

.media_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 calc(5% - 20px) 10% 5%;
}
.media_grid .item {
  flex: calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
}
.media_grid .item img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  margin-bottom: 20px;
}
