@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 {
  color: #000;
  font-family: "Inclusive Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #16535C;
}
html body #main {
  background: #fff;
  padding-top: 160px;
}
@media only screen and (max-width: 767px) {
  html body #main {
    padding-top: 110px;
  }
}
html body.page-apply #main {
  padding-top: 5%;
}

@font-face {
  font-family: "Gowun";
  src: url("../fonts/GowunBatang-Regular.woff2") format("woff2"), url("../fonts/GowunBatang-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gowun_bold";
  src: url("../fonts/GowunBatang-Bold.woff2") format("woff2"), url("../fonts/GowunBatang-Bold.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.25em;
  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;
  color: #fff !important;
  background: #9F4134;
  padding: 1em 2.4em;
  border-radius: 0.5em;
  font-size: 20px;
  font-family: "Gowun_bold";
  border: 1px solid #9F4134;
}
.btn:hover {
  background: transparent;
  color: #9F4134 !important;
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 100%;
    text-align: center;
  }
}
.btn.flip {
  background: #fff;
  color: #9F4134 !important;
}

/*
---------------------------------------------------------------------------
=	GAVITY FORMS
---------------------------------------------------------------------------
*/
.gfield_visibility_hidden,
.gfield--type-honeypot,
.partial_entry_warning {
  display: none !important;
}

.gform_wrapper {
  /*
  ----------------------------
  =	PROGRESS BAR
  ----------------------------
  */
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*ERROR*/
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
  /*
  ----------------------------
  =	CONF
  ----------------------------
  */
  /*
  ---------------------------------------------------------------------------
  =	THANKYOU
  ---------------------------------------------------------------------------
  */
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper .gf_progressbar_wrapper {
  margin-bottom: 5%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gf_progressbar_wrapper {
    margin-bottom: 50px;
  }
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0%;
  bottom: -22px;
  font-size: 0 !important;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #c1c1c1;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  border-radius: 10px;
  background: #9F4134;
  color: #fff;
  padding: 5px;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
  color: #F76456;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  color: #F76456;
  line-height: 1.2em;
  padding-top: 6px;
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  font-size: clamp(12px, 2vw, 18px);
  line-height: 1.4em;
  margin-bottom: 14px;
  font-family: "Gowun";
}
.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: clamp(12px, 2vw, 16px);
}
.gform_wrapper .gform-body input::placeholder {
  color: rgba(32, 72, 39, 0.5);
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=number],
.gform_wrapper .gform-body input[type=tel],
.gform_wrapper .gform-body input[type=email] {
  padding: 16px;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform-body input[type=text],
  .gform_wrapper .gform-body input[type=number],
  .gform_wrapper .gform-body input[type=tel],
  .gform_wrapper .gform-body input[type=email] {
    padding: 10px;
  }
}
.gform_wrapper .gform-body input[type=text]:focus,
.gform_wrapper .gform-body input[type=email]:focus,
.gform_wrapper .gform-body input[type=tel]:focus {
  border: 1px solid #9F4134 !important;
}
.gform_wrapper .gform-body .gfield_description {
  padding-bottom: 10px;
  font-size: 12px;
}
.gform_wrapper .gform-body .ginput_counter {
  padding-top: 6px;
}
.gform_wrapper .gform-body .gfield_checkbox .gchoice {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 1em;
}
.gform_wrapper .gform-body .ginput_complex div input {
  width: 100%;
}
.gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
  /*SECTION TITLE*/
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform-body div.gfield {
    margin-bottom: 20px;
  }
}
.gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  letter-spacing: -0.05em;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.4em;
  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 #c1c1c1;
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.2em;
  border-radius: 8px;
  background: transparent;
  resize: none !important;
}
@media only screen and (max-width: 767px) {
  .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 {
    padding: 10px;
  }
}
.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='%239DEDB8' 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; /* Adjust size here */
  color: rgba(0, 0, 0, 0.5); /* Placeholder text colour */
}
.gform_wrapper .gform-body div.gfield .ginput_container select:focus {
  color: #000; /* Text colour on focus */
}
.gform_wrapper .gform-body div.gfield.next_step select {
  color: #000;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  margin: 0 0 20px 0 !important;
  border: none;
}
.gform_wrapper .gform-body fieldset .ginput_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_container > span {
  display: block;
  flex: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.gform_wrapper .gform-body fieldset .ginput_container > span label {
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_container > span input {
  width: 100%;
}
.gform_wrapper .gform-body fieldset .ginput_container > span.ginput_full {
  flex: 100%;
  max-width: 100%;
}
.gform_wrapper .gform-body fieldset .ginput_container > div {
  flex: calc(33.33% - 20px);
}
.gform_wrapper .gform-body fieldset.gfield--type-tos .gptos_terms_container {
  width: 100%;
  border-radius: 8px;
}
.gform_wrapper .gform-body fieldset.gfield--type-tos .gptos_terms_container p {
  font-size: 14px;
  line-height: 1.6em;
  padding: 0 6px;
}
.gform_wrapper .gform-body fieldset.gfield--type-tos .gchoice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.gform_wrapper .gform-body fieldset.gfield--type-tos .gchoice label {
  font-size: 12px;
}
.gform_wrapper .gform-body fieldset.gfield--type-tos .gchoice input:disabled + label {
  opacity: 0.4; /* Optional: Make it look slightly faded */
}
.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 {
  flex: 1;
  height: 58px;
  border-radius: 10px;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  background: #9F4134;
  border: 1px solid #9F4134;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_footer input.gform_next_button, .gform_wrapper .gform_footer input.gform_previous_button,
  .gform_wrapper .gform_page_footer input.gform_next_button,
  .gform_wrapper .gform_page_footer input.gform_previous_button {
    max-width: 50%;
  }
}
.gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  border: 1px solid #9F4134;
  background: #fff;
  color: #9F4134;
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  background: transparent;
  color: #9F4134;
}
@media only screen and (min-width: 1001px) {
  .gform_wrapper .gform_footer,
  .gform_wrapper .gform_page_footer {
    padding: 0 10%;
  }
}
.gform_wrapper .gform_page_footer {
  padding-top: 40px;
}
.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; /* Set a fixed height */
  width: 20px; /* Set a fixed width */
  display: inline-block;
  background-size: contain;
  position: absolute; /* Position it without affecting layout */
  top: 10px; /* Adjust vertically */
  left: 50%; /* Adjust horizontally */
  transform: translate(-50%, -50%); /* Center the loader */
  z-index: 10; /* Ensure it appears above other elements */
}
.page-contact .gform_wrapper .gform-loader {
  display: none;
}
.gform_wrapper .gform_confirmation_message h2 {
  display: block;
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 30px;
  padding-bottom: 36px;
}
@media only screen and (min-width: 1001px) {
  .gform_wrapper .gform_confirmation_message .product_info {
    padding: 0 10%;
  }
}
.gform_wrapper .gform_confirmation_message .product_info .col2 {
  font-size: 16px;
  margin-bottom: 1.6em;
  line-height: 1.6em;
}
.gform_wrapper .gform_confirmation_message .product_info .col2 a {
  color: #2543F2;
  text-decoration: none;
}
.gform_wrapper .gform_confirmation_message .product_info .col2 a:hover {
  color: #000;
}
.gform_wrapper .p-Field--labelFloating .p-Input-input, .gform_wrapper .p-Field--labelFloating .p-Select-select, .gform_wrapper .p-Field--labelResting .p-Input-input, .gform_wrapper .p-Field--labelResting .p-Select-select {
  border-color: red !important;
}
.gform_wrapper .page-instant-quote .ginput_product_price_wrapper {
  display: none !important;
}
.gform_wrapper .gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.4em;
  color: #1C3DC8;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 60px;
  background: #fff;
  z-index: 9999;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  #header.headroom-hidden {
    top: -160px;
  }
}
.page-apply #header {
  position: unset;
}
@media only screen and (max-width: 1000px) {
  #header {
    padding: 20px 5%;
  }
}
#header #logo {
  display: inline-block;
}
#header #logo img {
  display: block;
  height: 96px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #header #logo img {
    height: 60px;
  }
}

.nav {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.nav a {
  display: flex;
  color: #000;
  font-size: 20px;
  font-family: "Gowun";
}
.nav a:hover {
  color: #843984;
}
@media only screen and (max-width: 1000px) {
  .nav a {
    display: none;
  }
  .nav a.btn {
    display: block;
  }
}

#footer .nav .btn:hover {
  color: #fff !important;
  border-color: #fff;
}

/*
----------------------------
=	BURGER
----------------------------
*/
#nav-toggle {
  display: none; /* default to hidden */
  width: 30px;
  height: 24px;
  z-index: 300;
  margin-left: 5%;
  transition: 0.2s;
}
@media only screen and (max-width: 1230px) {
  #nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
}
#nav-toggle #nav-burger {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#nav-toggle #nav-burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  transition: 0.25s ease-in-out;
}
#nav-toggle #nav-burger span:nth-child(1) {
  top: 0;
}
#nav-toggle #nav-burger span:nth-child(2), #nav-toggle #nav-burger span:nth-child(3) {
  top: calc(50% - 2px);
}
#nav-toggle #nav-burger span:nth-child(4) {
  bottom: 0;
}
#nav-toggle #nav-burger:hover span {
  background: #000;
}
#nav-toggle #nav-burger.open span {
  background: #000;
}
#nav-toggle #nav-burger.open span:nth-child(1),
#nav-toggle #nav-burger.open span:nth-child(4) {
  top: calc(50% - 2px);
  width: 0;
  left: 50%;
}
#nav-toggle #nav-burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-toggle #nav-burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

/*
----------------------------
=	SLIDEOUT
----------------------------
*/
#slideout_nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  background-size: cover;
  z-index: 990;
  left: -110%;
  position: fixed;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#slideout_nav.active {
  left: 0;
}
#slideout_nav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5%;
}
#slideout_nav nav a {
  display: block;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 70px 5% 20px 5%;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 5%;
  }
}
#footer .footer_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  #footer .footer_top {
    justify-content: center;
  }
}
#footer .footer_top > a {
  max-width: 100px;
}
@media only screen and (max-width: 767px) {
  #footer .footer_top > a {
    max-width: 60px;
  }
}
#footer .footer_top > a img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .footer_top nav a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .footer_top nav {
    display: none;
  }
}
#footer .creds {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
#footer .creds span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  #footer .creds span {
    flex: 100%;
    text-align: center;
  }
}
#footer .creds span.yoke {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #footer .creds span.yoke {
    margin: 20px 0 0 0;
  }
}
#footer .creds span.yoke a {
  display: inline-block;
  color: coral;
}
#footer .creds span.yoke a:hover {
  color: #000;
}

.pad {
  padding: 0 5%;
}

.hero_pad {
  padding: 0 60px;
}
@media only screen and (max-width: 1000px) {
  .hero_pad {
    padding: 0 5%;
  }
}

.survey_link {
  display: flex;
  flex-wrap: wrap;
  background: #16535C;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-size: 18px;
  font-family: "Gowun";
  width: calc(100% - 120px);
  margin: 0 60px 30px;
}
@media only screen and (max-width: 1000px) {
  .survey_link {
    margin: 0 5% 30px;
    width: 90%;
  }
}
.survey_link a {
  margin-left: auto;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.survey_link a:hover {
  text-decoration: none;
}

.title {
  display: block;
  font-size: clamp(22px, 3vw, 45px);
  line-height: 1.25em;
}

.title_m {
  display: block;
  font-size: clamp(26px, 3vw, 39px);
  line-height: 1.2em;
}

.title_s {
  display: block;
  font-size: clamp(18px, 2vw, 36px);
  line-height: 1.2em;
}

.section_title {
  display: block;
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 30px;
  font-family: "Gowun";
}

.intro {
  text-align: center;
}
.intro .entry_content {
  max-width: 1300px;
}
.intro .btn {
  margin-top: 40px;
}

/*
---------------------------------------------------------------------------
=	HERO
---------------------------------------------------------------------------
*/
.hero {
  border-radius: 16px;
  background: #9FC5E7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero {
    height: 90vh;
    padding: 5%;
  }
  .hero:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 16px;
    background: url(../images/bg_hero.png) 0 100%;
    background-size: cover;
  }
}
.hero .mob_img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px 16px 0 0;
  background: url(../images/mob_hero.png) 0 100%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .hero .mob_img {
    display: none;
  }
}
.hero > div {
  flex: 1;
  align-self: flex-end;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .hero > div {
    padding: 40px 5%;
  }
}
.hero > div div {
  width: 100%;
  max-width: 600px;
}
.hero > div div .title {
  margin-bottom: 0.5em;
}
.hero > div div p {
  font-size: clamp(18px, 1vw, 22px);
  line-height: 1.4em;
  font-family: "Gowun";
}
.hero > div div .btn {
  margin-top: 30px;
}

/*
---------------------------------------------------------------------------
=	WELCOME
---------------------------------------------------------------------------
*/
.welocme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 100px 5%;
}
@media only screen and (max-width: 767px) {
  .welocme {
    padding: 60px 5% 40px 5%;
  }
}
.welocme .illo_blocks {
  margin: 5% 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
@media only screen and (max-width: 767px) {
  .welocme .illo_blocks {
    margin-top: 60px;
    gap: 40px;
  }
}
.welocme .illo_blocks > div {
  flex: 27.33%;
  border: 1px solid #D9D9D9;
  align-self: stretch;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 5% 3%;
}
@media only screen and (max-width: 767px) {
  .welocme .illo_blocks > div {
    flex: 100%;
    margin-bottom: 20px;
    padding: 40px 5%;
  }
}
.welocme .illo_blocks > div > * {
  flex: 100%;
}
.welocme .illo_blocks > div .img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .welocme .illo_blocks > div .img_wrap {
    aspect-ratio: 1/1;
  }
  .welocme .illo_blocks > div .img_wrap img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .welocme .illo_blocks > div .img_wrap {
    width: 100% !important;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .welocme .illo_blocks > div .title_s {
    font-size: 30px;
  }
}

/*
---------------------------------------------------------------------------
=	MISSION
---------------------------------------------------------------------------
*/
.mission {
  background: #CDE2F6;
  border-radius: 16px;
  padding: 100px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .mission {
    padding: 60px 5%;
  }
}
.mission .offer {
  margin-top: 5%;
  padding-top: 5%;
  flex: 100%;
  text-align: center;
  background: url(../images/line.svg) 50% 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .mission .offer {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.mission .offer > p {
  margin-bottom: 5%;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.4em;
  font-family: "Gowun";
}
@media only screen and (max-width: 767px) {
  .mission .offer > p {
    margin-bottom: 40px;
  }
}
.mission .offer > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.mission .offer > div div {
  flex: 1;
  border: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5%;
  border-radius: 16px;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .mission .offer > div div {
    flex: 100%;
    padding: 40px 5%;
  }
}

/*
---------------------------------------------------------------------------
=	IMAGE BREAK
---------------------------------------------------------------------------
*/
.img_break {
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  .img_break {
    background-attachment: fixed !important;
  }
}
@media only screen and (max-width: 767px) {
  .img_break {
    margin-top: 60px;
  }
}

/*
---------------------------------------------------------------------------
=	FUNDING
---------------------------------------------------------------------------
*/
.funding {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .funding {
    padding: 60px 0;
  }
}
.funding .funding_list {
  padding-top: 10%;
  flex: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.funding .funding_list .funding_item {
  flex: calc(50% - 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5%;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #D9D9D9;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .funding .funding_list .funding_item {
    flex: 100%;
    padding: 40px 5%;
  }
}
.funding .funding_list .funding_item > * {
  flex: 100%;
}
.funding .funding_list .funding_item h3 {
  margin-bottom: 30px;
}
.funding .funding_list .funding_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.funding .funding_list .funding_item ul li {
  margin-bottom: 6px;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.4em;
  font-family: "Gowun";
  text-align: center;
}
.funding .funding_list .funding_item ul li::before {
  content: "• ";
  color: #000;
  display: inline;
}
.funding .funding_list .funding_item div {
  margin-top: 5%;
}
.funding .funding_list .funding_item div .more {
  display: inline-block;
  font-size: clamp(16px, 2vw, 24px);
  color: #9F4134;
  text-decoration: underline;
  uderline-offset: 2px;
  font-family: "Gowun_bold";
}

/*
---------------------------------------------------------------------------
=	HOW TO
---------------------------------------------------------------------------
*/
.how_to {
  position: relative;
  background: #9F4134;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  padding: 100px 5%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .how_to {
    padding: 60px 5%;
    margin-bottom: 60px;
  }
  .how_to .title {
    margin-bottom: 20px;
  }
}
.how_to:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  content: "";
  background: url(../images/bg_howto.svg) 100% 100% #9F4134;
  background-size: cover;
  z-index: 0;
  opacity: 0.8;
}
.how_to.how_to_apply:before {
  opacity: 0.4;
}
.how_to > div {
  position: relative;
  z-index: 1;
}
.how_to > div > div {
  padding-top: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.how_to > div > div div {
  flex: 1;
  padding: 5%;
  border: 1px solid #fff;
  border-radius: 16px;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .how_to > div > div div {
    flex: 100%;
    padding: 40px 5%;
  }
  .how_to > div > div div .section_title {
    margin-bottom: 20px;
  }
}
.how_to > div > div div a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
.how_to > div > div div a.btn {
  text-decoration: none;
}
.how_to > div > div div a:hover {
  text-decoration: none;
}
.how_to > div .btn {
  margin: 0 auto;
  margin-top: 50px;
}
.how_to > div .btn:hover {
  color: #fff !important;
  border-color: #fff;
  background: transparent;
}

/*
---------------------------------------------------------------------------
=	TIMELINE
---------------------------------------------------------------------------
*/
.timeline {
  background: #16535C;
  color: #fff;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .timeline {
    padding: 60px 0;
  }
}
.timeline .cols {
  display: flex;
  flex-wrap: wrap;
}
.timeline .cols .col {
  flex: 1;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .timeline .cols .col {
    flex: 100%;
    max-width: 100%;
  }
}
.timeline .cols .col.col1 {
  padding: 0 10% 0 60px;
}
@media only screen and (max-width: 767px) {
  .timeline .cols .col.col1 {
    padding: 0 5% 60px 5%;
  }
}
.timeline .cols .col.col1 .entry_content p {
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.4em;
}
.timeline .cols .col.col1 .entry_content p:first-of-type {
  font-size: clamp(24px, 2vw, 37px);
  line-height: 1.3em;
}
.timeline .cols .col.col2 {
  padding-top: 5%;
}
.timeline .cols .swiper {
  background-image: linear-gradient(to right, #9FC5E7 100%, transparent 0);
  background-repeat: repeat-x;
  background-position: 0 98px;
  background-size: 100% 1px;
}
.timeline .cols .slide {
  position: relative;
  padding-top: 80px;
}
.timeline .cols .slide abbr {
  position: absolute;
  top: 0;
  left: -18px;
  display: block;
  color: #9FC5E7;
  font-size: 30px;
  font-family: "Gowun";
  margin-bottom: 30px;
}
.timeline .cols .slide .stamp {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #9FC5E7;
}
.timeline .cols .slide:nth-child(1) abbr {
  margin-left: 18px;
}
@media only screen and (max-width: 767px) {
  .timeline .cols .slide:nth-child(1) abbr,
  .timeline .cols .slide:nth-child(1) .stamp {
    margin-left: 8%;
  }
}
.timeline .cols .slide:nth-child(2) abbr,
.timeline .cols .slide:nth-child(2) .stamp {
  margin-left: 20%;
}
.timeline .cols .slide:nth-child(3) abbr,
.timeline .cols .slide:nth-child(3) .stamp {
  margin-left: 30%;
}
.timeline .cols .slide:nth-child(4) abbr,
.timeline .cols .slide:nth-child(4) .stamp {
  margin-left: 40%;
}
.timeline .cols .slide:nth-child(5) abbr,
.timeline .cols .slide:nth-child(5) .stamp {
  margin-left: 70%;
}
.timeline .cols .slide .slide_content {
  padding: 10%;
}
@media only screen and (max-width: 767px) {
  .timeline .cols .slide .slide_content {
    padding: 60px 5%;
  }
}
.timeline .cols .slide .slide_content .section_title {
  color: #9FC5E7;
}
.timeline .cols .slide .slide_content p {
  font-size: clamp(18px, 1vw, 26px);
  line-height: 1.4em;
}
.timeline .cols .slide_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10%;
  gap: 3%;
  font-size: clamp(20px, 1vw, 30px);
}
@media only screen and (max-width: 767px) {
  .timeline .cols .slide_nav {
    justify-content: center;
  }
}
.timeline .cols .slide_nav .slide_count > span {
  display: inline-block;
  text-align: center;
  width: 22px;
}
.timeline .cols .slide_nav .s_btn {
  display: inline-flex;
  border: 1px solid #9FC5E7;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  cursor: pointer;
  background: url(../images/icn_arrow.svg) 50% 50% no-repeat;
}
.timeline .cols .slide_nav .s_btn:last-of-type {
  transform: scaleX(-1);
}

/*
---------------------------------------------------------------------------
=	GOVERNANCE
---------------------------------------------------------------------------
*/
.governance {
  background: #CDE2F6;
  padding: 100px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .governance {
    padding: 60px 5%;
  }
}
.governance .intro {
  margin-bottom: 10%;
}
.governance .box {
  flex: 100%;
  border: 1px solid #000;
  border-radius: 16px;
  padding: 100px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .governance .box {
    padding: 60px 5%;
  }
}
.governance .box > div {
  flex: 50%;
}
@media only screen and (max-width: 767px) {
  .governance .box > div {
    flex: 100%;
  }
}
.governance .box > div img {
  max-width: 100%;
  height: auto;
}
.governance .box > div.img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.governance .box > div.img img {
  margin-bottom: 0;
}
.governance .box .content img {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .governance .box .content {
    padding-right: 10%;
  }
}
.governance .box .content p {
  font-size: clamp(18px, 2vw, 24px);
}

/*
---------------------------------------------------------------------------
=	PUSH
---------------------------------------------------------------------------
*/
.push {
  padding: 100px 5%;
}
@media only screen and (max-width: 767px) {
  .push {
    padding: 60px 5% 5% 5%;
  }
}

/*
---------------------------------------------------------------------------
=	PAGE
---------------------------------------------------------------------------
*/
.page_wrap {
  padding: 0 60px 5% 60px;
}
@media only screen and (max-width: 767px) {
  .page_wrap {
    padding: 0 5%;
  }
}
.page_wrap .page_hero {
  border-radius: 16px;
  background: url(../images/bg_page_intro.svg) 0 100% #3B7780;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10%;
  position: relative;
}
.page_wrap .page_hero > div {
  max-width: 1080px;
  text-align: center;
  color: #fff;
}
.page_wrap .page_hero > div h1 {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Gowun";
}
.page_wrap .page_hero > div p {
  font-size: clamp(30px, 2vw, 57px);
  line-height: 1.2em;
}
.page_wrap .page_content {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page_wrap .page_content {
    padding: 10% 0;
  }
}
.page_wrap .page_content .entry_content {
  max-width: 1080px;
}
.page_wrap .page_content .entry_content p:first-of-type {
  font-size: clamp(28px, 2vw, 45px);
  line-height: 1.2em;
  margin-bottom: 2em;
}

/*
---------------------------------------------------------------------------
=	APPLY
---------------------------------------------------------------------------
*/
.app_intro {
  flex: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.form_wrap {
  flex: 100%;
  max-width: 960px;
  margin: 0 auto;
}
