<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: Lato-Bold;
  src: url("Lato-Bold.ttf");
}
@font-face {
  font-family: Lato-Medium;
  src: url("Lato-Medium.ttf");
}
@font-face {
  font-family: Lato-Regular;
  src: url("Lato-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

*::-webkit-scrollbar {
  display: none;
}

html,
body,
.wrapper {
  font-family: Lato-Regular, Arial, sans-serif;
  width: 100%;
  height: auto;
  min-height: 100%;
  background: #FFF;
  color: #000;
  display: flex;
  font-size: 12px;
  flex-direction: column;
  position: relative;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 400px) {
  html,
  body,
  .wrapper {
    font-size: calc(12px + 0.4vw);
  }
}
@media (min-width: 1200px) {
  html,
  body,
  .wrapper {
    font-size: 18px;
  }
}

body,
.wrapper {
  flex-grow: 1;
}

.hide {
  display: none;
}

img,
button,
label {
  display: block;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h1 {
  font-size: 1.75rem;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  flex-grow: 1;
  padding: 0;
}

.page {
  display: none;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.page_center {
  justify-content: center;
}
.page.active {
  display: flex;
}

button,
a {
  cursor: pointer;
}

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

.terms {
  line-height: 1.25;
  width: 100%;
}
.terms .terms__text_small {
  font-size: 0.8rem;
}
.terms .terms__text_small a {
  color: #000;
}
.terms .terms__text_small a:visited {
  color: #000;
}

#emojiError {
  display: none;
}

.button {
  position: relative;
  padding: 1rem 2.5rem;
  border: 0;
  font-size: 1.25rem;
  font-family: Lato-Bold, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 auto;
  cursor: pointer;
  z-index: 3;
  pointer-events: all;
  background-color: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0;
  -webkit-transform: translateY(5vw);
          transform: translateY(5vw);
}
@media (min-width: 600px) {
  .button {
    -webkit-transform: translateY(2.75vw);
            transform: translateY(2.75vw);
  }
}
@media (min-width: 600px) and (min-height: 600px) {
  .button {
    font-size: 1.75rem;
    -webkit-transform: translateY(3.2vw);
            transform: translateY(3.2vw);
  }
}
@media (min-width: 1200px) {
  .button {
    font-size: 1.75rem;
    -webkit-transform: translateY(1.65vw);
            transform: translateY(1.65vw);
  }
}
.button img {
  display: block;
  height: auto;
  width: 20px;
  margin: 0 0 0 0.5rem;
  align-self: center;
}
@media (min-width: 600px) and (min-height: 600px) {
  .button img {
    width: 25px;
  }
}

.form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  font-family: Lato-Medium, Arial, sans-serif;
  background-color: #5cb6dc;
  position: relative;
  font-size: 16px;
  margin: 0 auto;
  padding: 1rem 2rem 0;
  width: 100%;
  /* Change Autocomplete styles in Chrome*/
}
@media (min-width: 600px) {
  .form {
    padding: 1rem 4rem 0;
  }
}
@media (min-width: 1200px) {
  .form {
    padding: 1rem 8rem 0;
  }
}
.form#formInitial {
  border-bottom: 2px solid #5cb6dc;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.form#formTerms {
  display: none;
  border-bottom: 2px solid #5cb6dc;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.form#fakeForm {
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.form#formSecondary {
  pointer-events: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.form#formSecondary.enable {
  pointer-events: all;
}
.form__divider {
  padding: 0 2rem;
  width: 100%;
  margin: 1rem auto 0;
  height: 2px;
  border: 0;
  background-color: #b3d9e9;
}
.form h1 {
  text-align: center;
  margin: 0 auto;
}
.form__cover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(92, 182, 220, 0.75);
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.form__cover--hidden {
  display: none;
}
.form__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0.5rem 0;
  width: 100%;
}
.form__section_span {
  grid-column: 1/-1;
  align-items: baseline;
}
.form__section_dob {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.5rem;
}
.form__section_dob2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.5rem;
}
.form__section_text {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.form__section_text-linear {
  flex-direction: row;
}
.form__section_col-1 {
  width: 100%;
}
.form__section_col-2 {
  width: 100%;
}
@media (min-width: 600px) {
  .form__section_col-2 {
    width: 47.5%;
  }
}
.form__section_col-3 {
  width: 100%;
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .form__section_col-3 {
    width: 30%;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__section_col-3 {
    width: 30%;
  }
}
.form__section_col-4 {
  width: 25%;
}
.form__section_column {
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.form__section_column .form__input-radio {
  margin: 0;
}
.form__section_column .form__label-radio {
  text-align: center;
}
.form__section_column span {
  position: absolute;
  bottom: -1rem;
}
.form__section.hidden {
  display: none;
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .form__section {
    margin: 0.5rem 0;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__section {
    margin: 1rem 0;
  }
}
.form__input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFF;
  border-radius: 0.15rem;
  border: 2px solid #FFF;
  color: #000;
  flex: 1 1 auto;
  padding: 0.5rem 0.5rem;
  width: 100%;
}
.form__input#Email {
  padding-right: 3rem;
}
@media (min-width: 600px) and (min-height: 600px) {
  .form__input {
    padding: 0.75rem 0.75rem;
  }
}
.form__input:disabled {
  background-color: rgba(255, 255, 255, 0.25);
}
.form__input::-webkit-input-placeholder {
  color: #757575;
}
.form__input::placeholder {
  color: #757575;
}
.form__input-wrapper {
  width: 100%;
  position: relative;
}
.form__input-wrapper .form__input-text {
  padding-right: 3em;
}
.form__select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFF;
  border-radius: 0.15rem;
  border: 2px solid #FFF;
  color: #000;
  flex: 1 1 auto;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  width: 100%;
}
@media (min-width: 600px) and (min-height: 600px) {
  .form__select {
    padding: 0.75rem 0.75rem;
  }
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .form__select {
    padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__select {
    padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  }
}
.form__select:disabled {
  background-color: rgba(255, 255, 255, 0.25);
}
.form__label {
  margin: 0 0 0.25rem;
  align-self: flex-start;
  text-transform: uppercase;
  font-size: 1rem;
}
.form__text {
  color: #FFF;
  font-weight: 900;
  font-size: 1.75rem;
  margin: 4rem auto;
  text-align: center;
  width: 100%;
  line-height: 1.5;
}
.form__checkbox-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}
.form__checkbox-wrapper_left {
  margin: 0;
}
.form__checkbox-wrapper.hidden {
  display: none;
}
.form__checkbox-wrapper label {
  font-size: 0.75rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.form__checkbox-wrapper label#termLabel {
  font-size: 1rem;
}
@media (min-width: 600px) {
  .form__checkbox-wrapper label {
    font-size: 1rem;
  }
}
.form__checkbox-wrapper_end {
  flex-direction: row-reverse;
  justify-content: center;
}
.form__checkbox-wrapper_nowrap {
  flex-wrap: nowrap;
}
.form__checkbox-wrapper_centered {
  align-items: center;
}
.form__checkbox-wrapper &gt; .form__input-checkbox + .form__radio-wrapper {
  display: none;
}
.form__checkbox-wrapper &gt; .form__input-checkbox + .form__radio-wrapper .form__input-radio {
  display: none;
}
.form__checkbox-wrapper &gt; .form__input-checkbox:checked + .form__radio-wrapper {
  display: flex;
}
.form__checkbox-wrapper &gt; .form__input-checkbox:checked + .form__radio-wrapper .form__input-radio {
  display: block;
}
.form__checkbox-inner-wrap {
  display: flex;
  align-items: center;
}
.form__input-checkbox {
  border: 1px solid #FFF !important;
}
.form__input-checkbox {
  background-color: #FFF;
  border-radius: 0;
  margin: 0 0.75rem 0 0;
  flex: 1 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-appearance: none;
  appearance: none;
}
.form__input-checkbox:checked {
  background: #FFF url("icon-checkmark.png");
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
}
.form__label-checkbox {
  margin: 0;
}
.form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
}
.form fieldset legend {
  text-transform: uppercase;
  font-size: 1rem;
}
.form fieldset .white {
  color: #FFF;
}
.form__radio-wrapper {
  display: flex;
  align-items: center;
  margin: 0.5rem auto;
}
.form__radio-wrapper_short {
  width: 70%;
  max-width: 350px;
}
.form__radio-wrapper_row {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.form__radio-wrapper .form__section {
  margin: 0.5rem 0 0;
}
.form__radio-wrapper span {
  display: block;
  font-size: 0.75rem;
}
.form__radio-wrapper label {
  font-size: 1.1rem !important;
}
@media screen and (min-width: 1400px) {
  .form__radio-wrapper {
    margin: 1rem auto 0;
  }
}
.form__input-radio {
  background-color: #ffffff;
  border-radius: 100%;
  border: 5px solid #fff;
  margin: 0.5rem 0;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-appearance: none;
  appearance: none;
}
.form__input-radio:checked {
  background: linear-gradient(#0071bc 0%, #22a2dc 100%);
  background-clip: content-box;
  padding: 0rem;
  width: 2.5rem;
  height: 2.5rem;
}
.form__input-radio.square {
  border-radius: 0;
}
.form__input-radio.square:checked {
  background: #FFF url("icon-checkmark.png");
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
}
.form__label-radio {
  min-width: 10%;
  max-width: 85%;
  width: auto;
  margin: 0 0.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1400px) {
  .form__label-radio {
    min-width: 5%;
  }
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus,
.form select:-webkit-autofill,
.form select:-webkit-autofill:hover,
.form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 30px #FFF inset;
}
.form .email-client {
  background-color: rgba(0, 0, 0, 0) !important;
}
.form .email-client {
  position: absolute;
  right: 0;
  bottom: 0;
  border-color: rgba(0, 0, 0, 0);
  width: 3em;
  height: 100%;
  background-image: url("icon-email-at.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  color: #000;
  text-indent: -100em;
}
.form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 1px, 1px, 0);
}
.form .invalid {
  border: 2px solid #F00 !important;
}
.form .invalid-color {
  color: #F00;
}

#variableContentWrapper {
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.mainDivider {
  margin-bottom: 1rem;
}

p.legal2024 {
  font-size: 1rem;
  line-height: 1.25;
  min-width: 100%;
  text-align: left;
}

#consentLabel {
  font-size: 1rem;
  line-height: 1.25;
  text-transform: none;
}

#medicareWrapper {
  display: block;
  overflow: hidden;
}
#medicareWrapper.hidden {
  display: none;
}

.consentInnerWrap {
  align-items: flex-start;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 992;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: auto;
  min-height: 100%;
  width: 100%;
}
.modal_show {
  display: flex;
}
.modal__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.modal__section {
  background-color: #fff;
  color: #000;
  padding: 5rem 3rem;
  border-radius: 10px;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 90%;
}
.modal h1 {
  font-size: 1.5rem;
  margin: 0 auto 2rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 600px) and (min-height: 600px) {
  .modal h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .modal h1 {
    font-size: 2rem;
  }
}
.modal h2 {
  font-size: 1.25rem;
  margin: 0 auto 2rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 600px) and (min-height: 600px) {
  .modal h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .modal h2 {
    font-size: 1.5rem;
  }
}
.modal p {
  font-size: 1rem;
  margin: 0 auto 1rem;
  text-align: left;
  line-height: 1.2;
}
@media (min-width: 600px) and (min-height: 600px) {
  .modal p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .modal p {
    font-size: 1.25rem;
  }
}
.modal li {
  font-size: 1rem;
  margin: 0 auto 1rem;
  text-align: left;
  line-height: 1.2;
}
@media (min-width: 600px) and (min-height: 600px) {
  .modal li {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .modal li {
    font-size: 1.25rem;
  }
}
.modal__image {
  width: 100%;
  max-width: 100px;
}
.modal__close-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 0.1rem 0;
  border-radius: 50%;
  font-size: 1.5rem;
  text-align: center;
}

.orientation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  height: 100%;
  width: 100%;
}
@media screen and (orientation: portrait) {
  .orientation {
    display: none;
  }
}
.orientation__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orientation__section {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orientation__text {
  font-size: 1.5rem;
  font-style: italic;
}
.orientation__image {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transition-timing-function: linear;
  margin: 0 auto;
  max-width: 75%;
}
.orientation__image_medium {
  max-width: 50%;
}

.orientation__image_small {
  max-width: 25%;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate {
  -webkit-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 992;
  background: #FFF;
  background-size: cover;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.loader_transparent {
  background: rgba(0, 0, 0, 0.75);
  background-image: none;
  background-size: auto auto;
  background-size: initial;
}
.loader_show {
  display: flex;
}
.loader__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loader__section {
  background-color: transparent;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader__text {
  font-size: 1.5rem;
  font-style: italic;
}
.loader__image {
  width: 50%;
  max-width: 100px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 2rem;
  z-index: 1;
}
@media (min-width: 600px) {
  .header {
    padding: 0 4rem;
  }
}
@media (min-width: 1200px) {
  .header {
    padding: 0 8rem;
  }
}
.header__logo {
  display: block;
  width: 50%;
  max-width: 400px;
  text-align: center;
  padding: 1.5rem 0;
}
.header .hidden {
  display: none;
}

.main {
  margin: 0 auto auto;
  border-top: 2px solid #fcb962;
  background-color: #004f8a;
  padding: 0 2rem 4rem;
}
@media (min-width: 600px) {
  .main {
    padding: 0 4rem 4rem;
  }
}
@media (min-width: 1200px) {
  .main {
    padding: 0 8rem 4rem;
  }
}
.main__heading {
  font-family: Lato-Bold, Arial, sans-serif;
  font-size: 4.25rem;
  text-align: center;
  margin: 1rem auto 1rem;
  z-index: 1;
}
.main__heading_black {
  color: #000;
}
.main__heading_large {
  font-size: 8.5rem;
  margin: 4rem auto;
  line-height: 0.9;
  letter-spacing: 0.25rem;
}
.main__heading_thanks {
  font-size: 6rem;
  margin: 6rem auto 1rem;
  line-height: 0.9;
  letter-spacing: 0.15rem;
}
.main__subheading {
  font-size: 2.5rem;
  text-align: center;
  margin: 1rem auto 3rem;
  max-width: 80%;
}
.main__text {
  font-family: Lato-Regular, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 1.5rem;
  max-width: 90%;
  z-index: 1;
}
.main__text_thanks {
  font-size: 1.75rem;
}

.footer {
  opacity: 0;
  height: 0;
}

.connect {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 600px) {
  .connect {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .connect {
    padding: 4rem;
  }
}
.connect__logo {
  width: 80%;
  display: block;
  align-self: center;
  margin: 0 auto;
  max-width: 600px;
}
.connect__title {
  font-family: Lato-Medium, Arial, sans-serif;
  font-size: 1.5rem;
  margin: 2rem auto;
}
.connect__wrapper {
  display: flex;
  justify-content: space-around;
  flex: 1 0 auto;
  width: 50%;
}
@media (min-width: 600px) {
  .connect__wrapper {
    width: 30%;
  }
}
@media (min-width: 600px) and (min-height: 600px) {
  .connect__wrapper {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .connect__wrapper {
    width: 20%;
  }
}
.connect__icon {
  width: 30%;
  margin: 0 0.5rem;
  max-width: 100px;
}
.connect__icon img {
  width: 100%;
  display: block;
}
/*# sourceMappingURL=app-web.css.map */
</pre></body></html>