html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

*, :after, :before {
  font-weight: inherit;
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent
}

li, ol, ul {
  list-style: none
}

button>* {
  pointer-events: none
}

:focus {
  outline: 0
}

body {
  line-height: initial
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .container, .container-fluid, .row {
  display: block;
  flex: initial;
  min-width: initial;
  max-width: initial;
  width: initial;
  padding: initial;
  padding: initial;
  margin: initial
}

body {
  --color-primary-1: #003F2D;
  --color-primary-1-rgb: 0, 63, 45;
  --color-primary-2: #17E88F;
  --color-primary-2-rgb: 23, 232, 143;
  --color-primary-3: #012A2D;
  --color-primary-3-rgb: 1, 42, 45;
  --color-primary-4: #435254;
  --color-primary-4-rgb: 67, 82, 84;
  --color-primary-5: #CAD1D3;
  --color-primary-5-rgb: 202, 209, 211;
  --color-primary-6: #DADFE0;
  --color-primary-6-rgb: 218, 223, 224;
  --color-secondary-1: #032842;
  --color-secondary-1-rgb: 3, 40, 66;
  --color-secondary-2: #538184;
  --color-secondary-2-rgb: 83, 129, 132;
  --color-secondary-3: #80BBAD;
  --color-secondary-3-rgb: 128, 187, 173;
  --color-secondary-4: #DBD99A;
  --color-secondary-4-rgb: 219, 217, 154;
  --color-secondary-5: #7F8480;
  --color-secondary-5-rgb: 127, 132, 128;
  --color-secondary-light-1: #778F9C;
  --color-secondary-light-1-rgb: 119, 143, 156;
  --color-secondary-light-2: #96B3B6;
  --color-secondary-light-2-rgb: 150, 179, 182;
  --color-secondary-light-3: #C0D4CB;
  --color-secondary-light-3-rgb: 192, 212, 203;
  --color-secondary-light-4: #EFECD2;
  --color-secondary-light-4-rgb: 239, 236, 210;
  --color-secondary-light-5: #CBDDC8;
  --color-secondary-light-5-rgb: 203, 221, 200;
  --color-system-1: #000000;
  --color-system-1-rgb: 0, 0, 0;
  --color-system-2: #1A1A1A;
  --color-system-2-rgb: 26, 26, 26;
  --color-system-3: #333333;
  --color-system-3-rgb: 51, 51, 51;
  --color-system-4: #4D4D4D;
  --color-system-4-rgb: 77, 77, 77;
  --color-system-5: #666666;
  --color-system-5-rgb: 102, 102, 102;
  --color-system-6: #808080;
  --color-system-6-rgb: 128, 128, 128;
  --color-system-7: #999999;
  --color-system-7-rgb: 153, 153, 153;
  --color-system-8: #B3B3B3;
  --color-system-8-rgb: 179, 179, 179;
  --color-system-9: #CCCCCC;
  --color-system-9-rgb: 204, 204, 204;
  --color-system-10: #E6E6E6;
  --color-system-10-rgb: 230, 230, 230;
  --color-system-11: #FFFFFF;
  --color-system-11-rgb: 255, 255, 255;
  --color-system-12: #E81717;
  --color-system-12-rgb: 232, 23, 23;
  --color-system-13: #F1D230;
  --color-system-13-rgb: 241, 210, 48;
  --color-system-14: #E6EAEA;
  --color-system-14-rgb: 230, 234, 234;
  --color-text: var(--color-primary-4);
  --color-white: var(--color-system-11);
  --color-black: var(--color-system-4)
}

body {
  font-family: Calibre, arial, sans-serif;
  font-size: 1.6rem;
  color: var(--color-text)
}

body[data-js-overlay-open] {
  overflow: hidden
}

@media only screen and (max-width:1023px) {
  body[data-js-nav-open] {
    overflow: hidden
  }
}

a {
  text-decoration: none
}

button {
  cursor: pointer
}

img {
  max-width: 100%;
  height: auto
}

ul {
  list-style: none
}

:focus {
  outline: 4px solid rgba(var(--color-primary-2-rgb), .6);
  outline-offset: 1px
}

a:active, a:focus:hover {
  outline: 0
}

body {
  color: #fff;
  background-color: var(--color-primary-1)
}

h1 {
  font-family: Calibre, arial, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  padding: 8px;
  margin-bottom: 16px
}

.basicInfo {
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

.basicInfo :-ms-input-placeholder, .basicInfo ::-webkit-input-placeholder, .basicInfo ::placeholder {
  color: rgba(var(--color-system-11-rgb), .8)
}

.basicInfo>label {
  width: 100%
}

.basicInfo>input {
  margin-bottom: 40px
}

.form-group {
  width: 100%
}

.form-group>strong {
  font-family: Calibre, arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 16px
}

label {
  font-family: Calibre, arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  color: #fff
}

input, select, textarea {
  font-family: Calibre, arial, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  padding-bottom: 8px;
  height: 40px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(var(--color-system-11-rgb), .5);
  color: rgba(var(--color-system-11-rgb), .8)
}

@media screen and (min-width:600px) {
  input, select, textarea {
    line-height: 3.2rem
  }
}

select {
  margin-top: 8px;
  margin-bottom: 40px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-size: 22px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' viewBox='0 0 22 12' fill='none'%3E%3Cpath d='M11 12L21.3923 0H0.607696L11 12Z' fill='white'/%3E%3C/svg%3E")
}

select option {
  color: var(--color-text)
}

select[multiple] {
  padding: 8px;
  height: 5.5em;
  background-image: none;
  background-color: #transparent;
  scrollbar-color: rgba(var(--color-system-11-rgb), .8) #405a53;
  scrollbar-width: thin
}

select[multiple]::-webkit-scrollbar {
  width: 3px
}

select[multiple]::-webkit-scrollbar-track {
  border-radius: 0;
  background: #405a53
}

select[multiple]::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(var(--color-system-11-rgb), .8)
}

select[multiple] option {
  color: #fff;
  padding: 3px
}

select[multiple] option:checked {
  box-shadow: 0 0 0 50px #3a514b inset;
  -webkit-text-fill-color: var(--color-primary-2)
}

input:-internal-autofill-selected, input:-webkit-autofill {
  box-shadow: 0 0 0 50px var(--color-primary-1) inset;
  -webkit-text-fill-color: rgba(var(--color-system-11-rgb), .8);
  color: rgba(var(--color-system-11-rgb), .8) !important;
  border-bottom-color: #809f96
}

textarea {
  padding: 8px;
  margin-top: 16px;
  margin-bottom: 40px;
  height: 150px;
  background: transparent;
}

.g-recaptcha {
  width: 100%
}

#submitBtn {
  font-family: Calibre, arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -.02em;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
  transition: all .25s cubic-bezier(.75, .02, .5, 1);
  width: 96px;
  height: 48px;
  background-color: var(--color-primary-5);
  color: var(--color-primary-1);
  border: none;
  cursor: pointer
}

#submitBtn:hover {
  background-color: #fff
}

.confirmation {
  font-family: Calibre, arial, sans-serif;
  font-size: 3.2rem;
  line-height: 1em;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  height: 385px;
  padding-top: 40%;
  position: relative
}

@media screen and (min-width:600px) {
  .confirmation {
    font-size: 4.8rem;
    padding-left: 56px;
    padding-top: 0;
    height: 300px;
    border-left: 4px solid
  }
}

.confirmation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  background: #fff;
  height: 200px
}

@media screen and (min-width:600px) {
  .confirmation::before {
    display: none
  }
}