/* VARIABLES */
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed:300,400,600,700&display=swap");
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

main {
  min-height: 40.0rem;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* BASE */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:focus {
    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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

html {
  font-size: 100%; }

body {
  line-height: 1;
  font-size: 16px;
  text-align: center;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  color: #515151;
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }

@media screen and (min-width: 768px) {
  body {
    padding-bottom: 60px;
    padding-bottom: 3.75rem; } }

p {
  line-height: 1.6;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

a {
  color: #E2251C;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease; }

ol, ul {
  list-style: none;
  line-height: 1.6; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse; }

button,
[type="button"] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease; }

/* STYLES */
.sr-only {
  display: none !important; }

.container {
  width: 100%;
  max-width: 920px;
  max-width: 57.5rem;
  margin: 0 auto;
  padding: 0 10px;
  padding: 0 0.625rem;
  text-align: left;
  position: relative;
  z-index: 2;
}

.logo {
  display: block;
  width: 180px;
  width: 11.25rem; }

@media screen and (min-width: 768px) {
  .logo {
    width: 260px;
    width: 16.25rem; } }

@media screen and (min-width: 1024px) {
  .logo {
    width: 324px;
    width: 20.25rem; } }
  .logo img {
    width: 100%;
    height: 100%; }

.title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.24;
  font-weight: 700;
  color: #E2251C;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

@media screen and (min-width: 768px) {
  .title {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (min-width: 1024px) {
  .title {
    font-size: 36px;
    font-size: 2.25rem; } }

.importants {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

@media screen and (min-width: 768px) {
  .importants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
  .importants .importants-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #E2251C;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding-left: 20px;
    padding-left: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }

@media screen and (min-width: 768px) {
  .importants .importants-title {
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-top: 7px;
    margin-top: 0.4375rem; } }
    .importants .importants-title:before {
      content: '';
      display: block;
      width: 16px;
      width: 1rem;
      height: 14px;
      height: 0.875rem;
      background-image: url("../img/estel.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 0; }
  .importants .importants-list {
    font-size: 18px;
    font-size: 1.125rem; }

.intro {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

@media screen and (min-width: 768px) {
  .intro {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; } }

.btn {
  display: block;
  width: 100%;
  font-weight: 600;
  border-radius: 5px;
  border-radius: 0.3125rem;
  min-height: 48px;
  min-height: 3rem;
  background-color: black;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem; }

@media screen and (min-width: 768px) {
  .btn {
    font-size: 20px;
    font-size: 1.25rem; } }
  .btn:hover {
    background-color: #222222; }

.form {
  margin-bottom: 56px;
  margin-bottom: 3.5rem; }

.form-group {
  background-color: #FBFBFB;
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding: 20px;
  padding: 1.25rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

@media screen and (min-width: 768px) {
  .form-group {
    padding: 36px;
    padding: 2.25rem; } }

@media screen and (min-width: 1024px) {
  .form-group {
    padding: 44px calc(8.33% + 10px);
    padding: 2.75rem calc(8.33% + 10px); } }
  .form-group.error {
    border: 1px solid #E2251C;
    border: 0.0625rem solid #E2251C; }
  .form-group:first-of-type {
    position: relative; }
    .form-group:first-of-type:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 5px;
      height: 0.3125rem;
      background-color: #E2251C;
      border-radius: 5px 5px 0 0;
      border-radius: 0.3125rem 0.3125rem 0 0; }

@media screen and (min-width: 768px) {
  .form-group .label-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .form-group .label-row {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; } }

@media screen and (min-width: 768px) {
  .form-group .label-row .form-label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

@media screen and (min-width: 768px) {
  .form-group .label-row .validation-message {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 20px;
    margin-left: 1.25rem; } }

.form-label {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: block;
  color: black; }

@media screen and (min-width: 768px) {
  .form-label {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0; } }

@media screen and (min-width: 1024px) {
  .form-label {
    font-size: 20px;
    font-size: 1.25rem; } }

.form-control, .selectric {
  width: 100%;
  background-color: white;
  color: black;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding: 14px;
  padding: 0.875rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  height: 48px;
  height: 3rem; }

  .form-control, .select {
    width: 100%;
    background-color: white;
    color: black;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
    padding: 14px;
    padding: 0.875rem;
    border-radius: 5px;
    border-radius: 0.3125rem;
    height: 48px;
    height: 3rem; }

@media screen and (min-width: 768px) {
  .form-control, .selectric {
    font-size: 16px;
    font-size: 1rem;
    height: 64px;
    height: 4rem;
    padding: 20px;
    padding: 1.25rem; } }

@media screen and (min-width: 768px) {
  .form-control, .select {
    font-size: 16px;
    font-size: 1rem;
    height: 64px;
    height: 4rem;
    padding: 20px;
    padding: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .form-control, .selectric {
    height: 80px;
    height: 5rem; } }
  .form-control::-webkit-input-placeholder, .selectric::-webkit-input-placeholder {
    opacity: 1;
    color: #B8B8B8; }
  .form-control:-ms-input-placeholder, .selectric:-ms-input-placeholder {
    opacity: 1;
    color: #B8B8B8; }
  .form-control::-ms-input-placeholder, .selectric::-ms-input-placeholder {
    opacity: 1;
    color: #B8B8B8; }
  .form-control::placeholder, .selectric::placeholder {
    opacity: 1;
    color: #B8B8B8; }

@media screen and (min-width: 1024px) {
  .form-control, .select {
    height: 80px;
    height: 5rem; } }
  .form-control::-webkit-input-placeholder, .selectric::-webkit-input-placeholder {
    opacity: 1;
    color: #B8B8B8; }
  .form-control:-ms-input-placeholder, .selectric:-ms-input-placeholder {
    opacity: 1;
    color: #B8B8B8; }
  .form-control::-ms-input-placeholder, .selectric::-ms-input-placeholder {
    opacity: 1;
    color: #B8B8B8; }
  .form-control::placeholder, .selectric::placeholder {
    opacity: 1;
    color: #B8B8B8; }

textarea.form-control, textarea.selectric {
  resize: vertical;
  height: 96px;
  height: 6rem;
  font-family: inherit; }

textarea.form-control, textarea.select {
    resize: vertical;
    height: 96px;
    height: 6rem;
    font-family: inherit; }
  

@media screen and (min-width: 768px) {
  textarea.form-control, textarea.selectric {
    height: 128px;
    height: 8rem; } }

@media screen and (min-width: 768px) {
  textarea.form-control, textarea.select {
    height: 128px;
    height: 8rem; } }

@media screen and (min-width: 1024px) {
  textarea.form-control, textarea.selectric {
    height: 160px;
    height: 10rem; } }

@media screen and (min-width: 1024px) {
  textarea.form-control, textarea.select {
    height: 160px;
    height: 10rem; } }

.selectric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-color: rgba(0, 0, 0, 0.1) !important; }
  .selectric .label {
    font-size: 14px;
    font-size: 0.875rem;
    color: black;
    margin: 0;
    line-height: 1.4;
    padding-right: 30px;
    padding-right: 1.875rem;
    height: auto; }

.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-color: rgba(0, 0, 0, 0.1) !important; }
  .select .label {
    font-size: 14px;
    font-size: 0.875rem;
    color: black;
    margin: 0;
    line-height: 1.4;
    padding-right: 30px;
    padding-right: 1.875rem;
    height: auto; }

@media screen and (min-width: 768px) {
  .selectric .label {
    font-size: 16px;
    font-size: 1rem; } }
  .selectric .button {
    background-color: transparent;
    height: auto;
    width: 10px;
    width: 0.625rem;
    height: 10px;
    height: 0.625rem;
    top: 50%;
    right: 14px;
    right: 0.875rem; }

@media screen and (min-width: 768px) {
  .select .label {
    font-size: 16px;
    font-size: 1rem; } }
  .select .button {
    background-color: transparent;
    height: auto;
    width: 10px;
    width: 0.625rem;
    height: 10px;
    height: 0.625rem;
    top: 50%;
    right: 14px;
    right: 0.875rem; }

@media screen and (min-width: 768px) {
  .selectric .button {
    right: 20px;
    right: 1.25rem; } }
    .selectric .button:after {
      border: 5px solid transparent;
      border: 0.3125rem solid transparent;
      border-top-color: #B8B8B8; }

@media screen and (min-width: 768px) {
  .select .button {
    right: 20px;
    right: 1.25rem; } }
    .select .button:after {
      border: 5px solid transparent;
      border: 0.3125rem solid transparent;
      border-top-color: #B8B8B8; }

.selectric-items {
  border-radius: 5px;
  border-radius: 0.3125rem;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: white;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  .selectric-items ul li {
    -webkit-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
    transition: all 0.3 ease;
    font-size: 14px;
    font-size: 0.875rem;
    color: black;
    padding: 12px 16px;
    padding: 0.75rem 1rem; }

.select-items {
  border-radius: 5px;
  border-radius: 0.3125rem;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: white;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  .select-items ul li {
    -webkit-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
    transition: all 0.3 ease;
    font-size: 14px;
    font-size: 0.875rem;
    color: black;
    padding: 12px 16px;
    padding: 0.75rem 1rem; }

@media screen and (min-width: 768px) {
  .selectric-items ul li {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 20px;
    padding: 1.125rem 1.25rem; } }
    .selectric-items ul li.highlighted, .selectric-items ul li:hover {
      background-color: #FBFBFB; }
    .selectric-items ul li.highlighted {
      font-weight: 600; }

@media screen and (min-width: 768px) {
  .select-items ul li {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 20px;
    padding: 1.125rem 1.25rem; } }
    .select-items ul li.highlighted, .select-items ul li:hover {
      background-color: #FBFBFB; }
    .select-items ul li.highlighted {
      font-weight: 600; }

.radio,
.checkbox {
  cursor: pointer; }
  .radio input,
  .checkbox input {
    display: none; }
  .radio .mark,
  .checkbox .mark {
    color: black;
    line-height: 1.4;
    text-align: left;
    font-weight: 300;
    padding-left: 28px;
    padding-left: 1.75rem;
    position: relative; }
    .radio .mark .mark-secondary,
    .checkbox .mark .mark-secondary {
      color: #858585;
      display: inline-block;
      margin-left: 10px;
      margin-left: 0.625rem; }
    .radio .mark:before,
    .checkbox .mark:before {
      content: '';
      display: block;
      width: 16px;
      width: 1rem;
      height: 16px;
      height: 1rem;
      background-color: white;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border: 0.0625rem solid rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      border-radius: 0.125rem;
      position: absolute;
      left: 0;
      top: 2px;
      top: 0.125rem; }
    .radio .mark:after,
    .checkbox .mark:after {
      content: '';
      display: inline-block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      height: 10px;
      height: 0.625rem;
      width: 5px;
      width: 0.3125rem;
      border-bottom: 2px solid white;
      border-bottom: 0.125rem solid white;
      border-right: 2px solid white;
      border-right: 0.125rem solid white;
      position: absolute;
      left: 6px;
      left: 0.375rem;
      top: 4px;
      top: 0.25rem;
      opacity: 0; }
  .radio input:checked + .mark:before,
  .checkbox input:checked + .mark:before {
    background-color: #E2251C;
    border-color: #E2251C; }
  .radio input:checked + .mark:after,
  .checkbox input:checked + .mark:after {
    opacity: 1; }

.radio .mark:before {
  border-radius: 50%; }

.radio .mark:after {
  top: 3px;
  top: 0.1875rem; }

.checkbox-group,
.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  margin: 0 -0.625rem -1.25rem; }
  .checkbox-group .checkbox,
  .checkbox-group .radio,
  .radio-group .checkbox,
  .radio-group .radio {
    margin: 0 10px 20px;
    margin: 0 0.625rem 1.25rem;
    width: calc(100% - 20px);
    width: calc(100% - 20px); }

@media screen and (min-width: 480px) {
  .checkbox-group .checkbox,
  .checkbox-group .radio,
  .radio-group .checkbox,
  .radio-group .radio {
    width: calc(50% - 20px);
    width: calc(50% - 20px); } }

@media screen and (min-width: 768px) {
  .checkbox-group .checkbox,
  .checkbox-group .radio,
  .radio-group .checkbox,
  .radio-group .radio {
    width: calc(33.33% - 20px);
    width: calc(33.33% - 20px); } }

.validation-message {
  opacity: 0;
  pointer-events: none;
  color: #E2251C;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

@media screen and (min-width: 768px) {
  .validation-message {
    text-align: right;
    margin-bottom: 0; } }
  .error .validation-message {
    opacity: 1;
    pointer-events: initial; }

.paisos-catalans {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  z-index: 1;
  max-width: 800px;
  max-width: 50rem; }
  .paisos-catalans .svg-path {
    fill: #E2251C; }

#header {
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

@media screen and (min-width: 768px) {
  #header {
    margin-bottom: 48px;
    margin-bottom: 3rem; } }

@media screen and (min-width: 1024px) {
  #header {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; } }
  #header .container {
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 200px;
    height: 12.5rem; }

@media screen and (min-width: 768px) {
  #header .container {
    height: 280px;
    height: 17.5rem; } }

@media screen and (min-width: 1024px) {
  #header .container {
    height: 385px;
    height: 24.0625rem; } }
  #header:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: #E2251C;
    opacity: 0.8; }
  #header:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 25;
    -webkit-shape-outside: polygon(0 0, 0 70px, 100% 70px);
    shape-outside: polygon(0 0, 0 70px, 100% 70px);
    -webkit-clip-path: polygon(0 0, 0 70px, 100% 70px);
    clip-path: polygon(0 0, 0 70px, 100% 70px);
    background: white;
    height: 70px;
    width: 100%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

@media screen and (min-width: 768px) {
  #header:after {
    -webkit-shape-outside: polygon(0 0, 0 100px, 100% 100px);
    shape-outside: polygon(0 0, 0 100px, 100% 100px);
    -webkit-clip-path: polygon(0 0, 0 100px, 100% 100px);
    clip-path: polygon(0 0, 0 100px, 100% 100px);
    height: 100px; } }

@media screen and (min-width: 1024px) {
  #header:after {
    -webkit-shape-outside: polygon(0 0, 0 160px, 100% 160px);
    shape-outside: polygon(0 0, 0 160px, 100% 160px);
    -webkit-clip-path: polygon(0 0, 0 160px, 100% 160px);
    clip-path: polygon(0 0, 0 160px, 100% 160px);
    height: 160px; } }

#footer {
  padding: 30px 0;
  padding: 1.875rem 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 10;
  background-color: rgba(242, 242, 242, 0.2); }

@media screen and (min-width: 768px) {
  #footer {
    padding: 44px 0;
    padding: 2.75rem 0; } }
  #footer .container {
    text-align: center; }
  #footer .footer-title {
    line-height: 1.4;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    color: black;
    padding: 0; }

@media screen and (min-width: 768px) {
  #footer .footer-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem; } }

@media screen and (min-width: 1024px) {
  #footer .footer-title {
    font-size: 24px;
    font-size: 1.5rem; } }
  #footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #footer .social a {
      margin: 0 10px;
      margin: 0 0.625rem;
      width: 30px;
      width: 1.875rem;
      height: 30px;
      height: 1.875rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

@media screen and (min-width: 768px) {
  #footer .social a {
    width: 44px;
    width: 2.75rem;
    height: 44px;
    height: 2.75rem;
    margin: 0 20px;
    margin: 0 1.25rem; 
  } 
}

@media screen and (min-width: 1024px) {
  #footer .social a {
    margin: 0 30px;
    margin: 0 1.875rem; 
  } 
}

#footer .social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit; 
}
#footer .social a:hover {
  opacity: 0.66; 
}

.formatted-text-react {
    -webkit-user-modify: read-write-plaintext-only;
}