/*! 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 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 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: TCC-Unity-Black;
  src: url(TCCC-UnityHeadline-Black.ttf);
}
@font-face {
  font-family: TCC-Unity-Bold;
  src: url(TCCC-UnityHeadline-Bold.ttf);
}
@font-face {
  font-family: TCC-Unity-Regular;
  src: url(TCCC-UnityText-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-appearance: none;
  -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: TCC-Unity-Regular, Arial, sans-serif;
  width: 100%;
  height: auto;
  min-height: 100%;
  background: #FFF;
  color: #D23735;
  display: flex;
  font-size: 12px;
  flex-direction: column;
  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%;
}

.button {
  position: relative;
  padding: 0.75rem 4rem;
  background-color: #D23735;
  color: #ffffff;
  border-radius: 0.5rem;
  border: 0;
  font-size: 1.25rem;
  font-family: TCC-Unity-Bold, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin: 2rem auto;
  cursor: pointer;
  transition: transform 0.25s linear;
}
.button:active {
  transform: scale3d(0.95, 0.95, 1);
  transition: transform 0.25s linear;
}

.form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  font-family: TCC-Unity-Regular, Arial, sans-serif;
  margin: 0 auto 3rem;
  padding: 1rem;
  font-size: 16px;
  width: 100%;
  /* Change Autocomplete styles in Chrome*/
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .form {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1300px) and (orientation: landscape) {
  .form {
    font-size: 1.25rem;
  }
}
.form h1 {
  text-align: center;
  margin: 0 auto;
}
.form__section {
  display: grid;
  grid-template-columns: auto 4fr;
  align-items: center;
  position: relative;
  margin: 0.5rem 0;
  width: 100%;
}
.form__section_email {
  grid-template-columns: auto 5fr;
}
.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_dob2 label {
  font-size: 1rem;
  text-align: center;
}
.form__section_column-flex {
  display: flex;
  flex-direction: column;
}
.form__section_column-flex label {
  margin: 0 auto 1rem;
}
.form__section_text {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.form__section_text-linear {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0;
}
.form__section_col-1 {
  width: 100%;
}
.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;
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .form__section {
    margin: 0.5rem auto;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__section {
    margin: 1rem 0;
  }
}
.form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  border-radius: 0.5rem;
  border: 1.5px solid #D23735;
  color: #000;
  flex: 1 1 auto;
  text-align: center;
  padding: 0.5rem 0.5rem;
  width: 100%;
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .form__input {
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__input {
    padding: 0.75rem 0.75rem;
  }
}
.form__input::-moz-placeholder {
  color: #757575;
  text-align: center;
}
.form__input:-ms-input-placeholder {
  color: #757575;
  text-align: center;
}
.form__input::placeholder {
  color: #757575;
  text-align: center;
}
.form__input-wrapper {
  width: 100%;
  position: relative;
}
.form__input-wrapper .form__input-text {
  padding-right: 3em;
}
.form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(icon-dropdown.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #FFF;
  border-radius: 0.5rem;
  border: 1.5px solid #D23735;
  color: #000;
  flex: 1 1 auto;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  width: 100%;
}
@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: #b2b2b2;
}
.form__label {
  margin: 0 1rem 0.25rem 0;
  font-size: 1.25rem;
  font-family: TCC-Unity-Bold, Arial, sans-serif;
  flex: 1 0 auto;
}
.form__captcha-text {
  font-family: TCC-Unity-Regular, Arial, sans-serif;
  text-align: center;
  margin: 0.5rem auto 1.5rem;
  color: #000000;
}
.form__captcha-text a {
  color: #000000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.form__text {
  font-family: TCC-Unity-Regular, Arial, sans-serif;
  font-size: 1.75rem;
  margin: 0 auto 0.5rem;
  text-align: center;
  width: 100%;
  line-height: 1.5;
}
.form__checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 0.5rem;
  width: 100%;
}
.form__checkbox-wrapper label {
  max-width: 85%;
  line-height: 1.1;
  text-align: left;
  color: #000000;
  margin-left: 0.5rem;
}
.form__checkbox-wrapper label a,
.form__checkbox-wrapper label span {
  color: #000000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .form__checkbox-wrapper label {
    max-width: 90%;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__checkbox-wrapper label {
    max-width: 92.5%;
    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 .form__radio-wrapper {
  max-width: 90%;
}
.form__checkbox-wrapper > .form__input-checkbox + .form__radio-wrapper {
  display: none;
}
.form__checkbox-wrapper > .form__input-checkbox + .form__radio-wrapper .form__input-radio {
  display: none;
}
.form__checkbox-wrapper > .form__input-checkbox:checked + .form__radio-wrapper {
  display: flex;
}
.form__checkbox-wrapper > .form__input-checkbox:checked + .form__radio-wrapper .form__input-radio {
  display: block;
}
.form__input-checkbox {
  border: 1px solid #FFF !important;
}
.form__input-checkbox {
  background-color: #FFF;
  border-radius: 0;
  margin: 0 0.75rem 0 0;
  width: 2rem;
  height: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.form__input-checkbox img {
  position: absolute;
  top: 0;
  width: 100%;
  transform: scale(2);
}
.form__input-checkbox input {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1.5px solid #D23735;
  z-index: 2;
}
.form__input-checkbox input:checked {
  background: transparent url(icon-checkmark.png);
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
}
.form__label-checkbox {
  margin: 0;
  font-family: TCC-Unity-Regular, Arial, sans-serif;
}
.form__radio-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0;
  width: 100%;
}
.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: 2px solid #fff;
  margin: 0.25rem 1rem 0.25rem 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__input-radio:checked {
  background-color: #D23735;
  background-clip: content-box;
  padding: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
.form__label-radio {
  min-width: 10%;
  max-width: 85%;
  width: auto;
  margin: 0.25rem 0 0;
}
@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: rgba(0, 0, 0, 0.0117647059);
  /* color: #000;
  font-size: 2rem;
  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 {
  display: block;
  width: 100%;
  opacity: 0;
  grid-column: 1/-1;
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  font-style: italic;
  text-align: center;
  height: 1px;
}
.form__invalid.show {
  opacity: 1;
  height: auto;
  margin: 0.5rem 0 0;
  animation: pulse 1s infinite;
}
.form .invalid {
  border: 1.5px solid #D23735 !important;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.025, 1.025, 1.025);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  padding: 2rem;
  min-height: 100%;
  height: auto;
  width: 100%;
}
.modal_dark {
  background: rgba(0, 0, 0, 0.95);
}
.modal_hidden {
  display: none;
}

.modal__wrapper {
  position: relative;
  border-radius: 1rem;
  background-color: #FFF;
  color: #000;
  padding: 2rem;
}

.modal__table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #000;
  margin: 1.5rem auto;
}
.modal__table .modal__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  border: 1px solid #000;
}
.modal__table p {
  font-size: 0.55rem !important;
  text-align: center !important;
  padding: 0.25rem !important;
  margin: 0 !important;
}
@media screen and (min-width: 1400px) {
  .modal__table p {
    font-size: 0.75rem !important;
  }
}
.modal__close-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 1.5rem;
  font-size: 3.5rem;
  color: #D23735;
}

.modal h1 {
  text-align: center;
  margin: 2rem;
  font-size: 1.5rem;
}
.modal h2 {
  text-align: center;
  margin: 1rem auto;
  font-size: 1.5rem;
}
.modal p,
.modal li {
  font-size: 1.25rem;
  margin: 0 auto 1rem;
  text-align: left;
  line-height: 1.25;
  font-family: TCC-Unity-Regular, Arial, sans-serif;
}

.orientation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  height: 100%;
  width: 100%;
}
@media screen and (orientation: landscape) {
  .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.75rem;
  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%;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate {
  animation: rotate 3s linear infinite;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 992;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.loader_show {
  display: flex;
}
@media screen and (orientation: portrait) {
  .loader_show {
    display: none;
  }
}
.loader__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.loader__text {
  font-size: 1.5rem;
  font-style: italic;
}
.loader__image {
  width: 30%;
  max-width: 120px;
}

.main {
  padding: 0 2rem;
  margin: 0 auto auto;
  max-width: 800px;
}
@media screen and (min-width: 1300px) {
  .main {
    max-width: 1000px;
  }
}
.main__heading {
  font-family: TCC-Unity-Bold, Arial, sans-serif;
  font-size: 2.75rem;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1300px) {
  .main__heading {
    font-size: 3rem;
  }
}
.main__heading span {
  color: #D23735;
}
.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 {
  color: #000;
  font-family: TCC-Unity-Regular, Arial, sans-serif;
  font-size: 1.25rem;
  text-align: center;
  margin: 0 auto 0.5rem;
  z-index: 1;
}
.main__text_thanks {
  font-size: 1.75rem;
}

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

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    background-color: #000;
    margin: 0 0 2.5rem;
  }
}
.header__heading {
  display: none;
  font-size: 3rem;
  text-align: center;
  font-family: TCC-Unity-Black, Arial, sans-serif;
  padding: 2rem;
  color: #FFF;
}
.header__heading span {
  color: #D23735;
}
@media screen and (min-width: 768px) {
  .header__heading {
    display: block;
  }
}
.header__img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__img {
    display: none;
  }
}
