html {
  scroll-behavior: smooth;
  max-width: 100vw;
  overflow-x: hidden; }

body {
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  color: #222222;
  max-width: 100vw;
  overflow-x: hidden;
  background: #CE0E2D; }
  @media screen and (max-width: 767.98px) {
    body {
      font-size: 0.85rem; } }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333; }
  body img, body .img {
    object-fit: cover; }
  body .ck.ck-editor__main ul, body .ck.ck-editor__main ol {
    margin: auto;
    padding-left: 2rem; }
  body .ck.ck-editor__main ul {
    list-style: disc; }
  body .ck.ck-editor__main ol {
    list-style: decimal; }
  body ul:not(.list), body ol:not(.list) {
    margin: 0;
    padding: 0;
    list-style: none; }
  body a:not(.link), body a {
    text-decoration: none;
    color: inherit; }
  body .alert {
    color: #d7192d;
    display: none; }
    body .alert.show {
      display: block; }
  body input.hidden {
    display: none; }
  body .wrapper {
    width: 100%;
    margin: 0 auto; }
  body .general-padding {
    padding: 3rem 4.5rem 2rem; }
    @media screen and (max-width: 767.98px) {
      body .general-padding {
        padding: 2rem 1rem; } }
    @media (max-width: 330px) {
      body .general-padding {
        padding: 1.5rem 0.5rem; } }
  body .button {
    background-color: #d7192d;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0.25rem;
    outline: none;
    border-color: transparent;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border: 1px solid #d7192d;
    cursor: pointer;
    font-weight: 500;
    transition: box-shadow 0.4 ease-in-out; }
    body .button:hover, body .button:focus, body .button:active {
      box-shadow: 0 1px 5px rgba(189, 17, 35, 0.75); }
    body .button.secondary {
      background-color: #fff;
      color: #d7192d; }
  body .button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem; }
    body .button-container > * {
      flex: 1; }
      @media screen and (max-width: 767.98px) {
        body .button-container > * {
          width: 100%; } }
    body .button-container input.button {
      width: 100%; }
  body main {
    padding-top: 3rem;
    max-width: 1540px;
    margin: 0 auto;
    background: white;
    position: relative; }
  body #loader > div {
    content: "";
    position: fixed;
    width: 50vw;
    height: 100vh;
    background: #CE0E2D;
    top: 0; }
  body #loader .left {
    left: -50vw; }
  body #loader .right {
    right: -50vw; }
  body .success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 1rem; }
  body .d-none {
    display: none; }

.sleft, .sright {
  position: absolute;
  top: 25%;
  font-size: 8.8rem;
  transform: rotate(-90deg);
  left: -550px;
  color: white;
  animation: textclip 4s linear infinite;
  font-weight: 700;
  background: #bd0a27;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 2.5px 3px rgba(225, 35, 35, 0.4), 0px -0.5px 1px rgba(161, 9, 9, 0.4); }
  @media (max-width: 1000px) {
    .sleft, .sright {
      display: none; } }

.sright {
  top: 60%;
  transform: rotate(90deg);
  left: inherit;
  right: -550px;
  text-shadow: 0px -2.5px 3px rgba(225, 35, 35, 0.4), 0px 0.5px 1px rgba(161, 9, 9, 0.4); }

.i2-nav {
  display: flex;
  flex-direction: row;
  align-items: auto;
  justify-content: auto;
  position: fixed;
  background: #fff;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  transition: box-shadow 0.6s ease-in-out, transform 1s ease-in-out; }
  .i2-nav .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2.5rem;
    position: relative; }
  .i2-nav__logo {
    max-width: 10rem; }
  .i2-nav .init-nav {
    position: absolute;
    top: 5px;
    left: 42px;
    overflow: hidden;
    display: block;
    width: 200px;
    height: 55px;
    transition: width 0.7s ease-in-out; }
    .i2-nav .init-nav svg {
      overflow: visible; }
  .i2-nav .nd-nav {
    overflow: hidden;
    width: 0;
    transition: width 0.6s ease-in-out; }
  .i2-nav.sticky {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
    .i2-nav.sticky .init-nav {
      width: 0px; }
    .i2-nav.sticky .nd-nav {
      width: 203px; }
  .i2-nav__menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem; }
    @media screen and (max-width: 767.98px) {
      .i2-nav__menu {
        position: absolute;
        flex-direction: column;
        top: 100%;
        left: 0;
        background-color: #fff;
        width: 100%;
        display: none; } }
    .i2-nav__menu .i2-nav__menu-item a {
      transition: color 0.25s linear;
      font-weight: 500; }
      .i2-nav__menu .i2-nav__menu-item a:after {
        content: "";
        margin-top: 1px;
        display: block;
        width: 0;
        height: 1.5px;
        background: transparent;
        transition: width .5s ease,background-color .5s ease; }
      .i2-nav__menu .i2-nav__menu-item a:hover {
        color: #d7192d; }
        .i2-nav__menu .i2-nav__menu-item a:hover:after {
          width: 100%;
          background: #d7192d; }
      .i2-nav__menu .i2-nav__menu-item a:active, .i2-nav__menu .i2-nav__menu-item a:focus {
        color: #CE0E2D; }
    .i2-nav__menu.open {
      box-shadow: 0 4px 5px rgba(215, 41, 29, 0.5); }
      @media screen and (max-width: 767.98px) {
        .i2-nav__menu.open {
          display: block;
          animation: openMenu 0.2s linear forwards;
          text-align: center; } }
      @media screen and (max-width: 767.98px) {
        .i2-nav__menu.open .i2-nav__menu-item {
          padding: 0.5rem; } }
    .i2-nav__menu .mobile {
      display: none; }
      @media screen and (max-width: 767.98px) {
        .i2-nav__menu .mobile {
          display: block; } }
  .i2-nav .i2-icon {
    width: 2rem;
    margin-left: 2rem; }
  .i2-nav .i2-menu-button {
    display: none;
    height: 0.875rem;
    width: 1.188rem;
    border: none;
    border-color: transparent;
    border-color: transparent;
    border-top: 2px solid #d7192d;
    border-bottom: 2px solid #d7192d;
    background-color: #fff;
    position: relative;
    transition: all 0.2s linear; }
    @media screen and (max-width: 767.98px) {
      .i2-nav .i2-menu-button {
        display: block; } }
    .i2-nav .i2-menu-button::before, .i2-nav .i2-menu-button::after {
      width: 18.5px;
      height: 2px;
      content: "";
      background: #d7192d;
      transition: all .25s ease;
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      will-change: transform,top; }
    .i2-nav .i2-menu-button.open {
      border-color: transparent; }
    .i2-nav .i2-menu-button.open::after {
      transform: rotate(45deg); }
    .i2-nav .i2-menu-button.open::before {
      transform: rotate(-45deg); }
  .i2-nav .desktop {
    display: block; }
    @media screen and (max-width: 767.98px) {
      .i2-nav .desktop {
        display: none; } }

@keyframes openMenu {
  0% {
    opacity: 0;
    transform: translateY(-1rem); }
  100% {
    opacity: 1;
    transform: translateY(0rem); } }

@keyframes underline {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

#form-container .form-container {
  background-color: #CE0E2D;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: initial;
  padding: 2rem 0;
  margin-top: 6rem;
  margin-bottom: 6rem; }
  @media screen and (max-width: 575.98px) {
    #form-container .form-container {
      margin-top: -3rem;
      margin-bottom: 0rem; } }
  #form-container .form-container .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    margin-top: 1.5rem;
    padding-bottom: 0;
    gap: 3rem;
    opacity: 0;
    transition: opacity 0.7s linear;
    background-color: #CE0E2D; }
    @media screen and (max-width: 575.98px) {
      #form-container .form-container .form {
        gap: 1rem;
        padding: 0;
        width: 100%; } }
    #form-container .form-container .form__icon {
      width: fit-content;
      transition: transform 0.5s linear;
      transform: translateY(-2rem) scale(3); }
      #form-container .form-container .form__icon svg.swhite {
        filter: brightness(0) invert(1);
        width: 100%; }
      @media screen and (max-width: 991.98px) {
        #form-container .form-container .form__icon {
          transform: translateY(-2rem) scale(2); } }
      @media screen and (max-width: 575.98px) {
        #form-container .form-container .form__icon {
          transform: translateY(-2rem) scale(1.5);
          max-width: 49.5vw; } }
    #form-container .form-container .form .button {
      margin: 0;
      background-color: #fff;
      color: #d7192d;
      padding: 0.9rem 2rem;
      min-width: 250px;
      font-weight: 600;
      letter-spacing: 1px;
      position: relative;
      overflow: hidden;
      transition: color .75s ease;
      border: none;
      outline: none;
      box-sizing: border-box; }
      #form-container .form-container .form .button span {
        mix-blend-mode: difference;
        color: #34d5d7;
        font-weight: 700;
        transition: letter-spacing .25s ease-in-out; }
      #form-container .form-container .form .button:before {
        content: "\2708";
        position: absolute;
        top: 0px;
        left: 0px;
        transform: translate(-65px, -50px) rotate(2deg);
        font-size: 1100%;
        color: #CE0E2D;
        transition: transform .375s ease-in-out; }
      #form-container .form-container .form .button:hover span {
        letter-spacing: 2px; }
      #form-container .form-container .form .button:hover:before {
        transform: translate(198px, -135px) scale(1.2) rotate(0); }
        @media screen and (max-width: 575.98px) {
          #form-container .form-container .form .button:hover:before {
            transform: translate(calc(100vw - 110px), -135px) scale(1.2) rotate(0); } }
    #form-container .form-container .form .link {
      text-decoration: underline; }
    #form-container .form-container .form button.link {
      background-color: transparent;
      border: none;
      color: inherit;
      font-size: inherit;
      padding: 0; }
    @media screen and (max-width: 575.98px) {
      #form-container .form-container .form .form-tabs__content {
        max-width: calc(100% - 2rem); } }
    #form-container .form-container .form .form-tabs__section {
      display: flex;
      flex-direction: column;
      align-items: initial;
      justify-content: initial;
      display: none;
      max-width: 800px;
      margin-top: 2rem;
      gap: 0.5rem;
      transform: translateY(2rem);
      opacity: 0; }
      @media screen and (max-width: 575.98px) {
        #form-container .form-container .form .form-tabs__section {
          max-width: 100%; } }
      #form-container .form-container .form .form-tabs__section.open {
        display: flex; }
        #form-container .form-container .form .form-tabs__section.open label {
          margin: 0;
          transition: transform 0.45s ease-in-out;
          max-width: calc(100% - 2rem);
          cursor: pointer; }
          #form-container .form-container .form .form-tabs__section.open label.mt-1 {
            margin-top: 0.4rem; }
    #form-container .form-container .form .input-group {
      display: flex;
      flex-direction: column-reverse;
      align-items: initial;
      justify-content: initial;
      position: relative;
      border-radius: 0.25rem;
      margin: 0.3rem 0rem; }
      #form-container .form-container .form .input-group .text-label {
        position: absolute;
        top: 9px;
        line-height: 1rem;
        left: 20px;
        z-index: 2;
        font-size: 120%;
        transform: translateY(10px) scale(1);
        transition: transform 0.5s ease;
        background: #CE0E2D;
        padding: 0px 2.5px; }
      #form-container .form-container .form .input-group input:focus + .text-label, #form-container .form-container .form .input-group textarea:focus + .text-label,
      #form-container .form-container .form .input-group input.valid + .text-label, #form-container .form-container .form .input-group textarea.valid + .text-label,
      #form-container .form-container .form .input-group input.touched + .text-label, #form-container .form-container .form .input-group textarea.touched + .text-label {
        transform: translateY(-17px) scale(0.95);
        font-size: 100%; }
    #form-container .form-container .form input:not([type='checkbox']), #form-container .form-container .form select, #form-container .form-container .form textarea, #form-container .form-container .form .file-selector {
      padding: 0.85rem .9rem;
      font-weight: 400;
      line-height: 1.5;
      color: #fff;
      background-clip: padding-box;
      border: 1px solid #fff;
      border-radius: 12.5px;
      position: relative;
      z-index: 2;
      background-color: #CE0E2D;
      font-size: 105%; }
      #form-container .form-container .form input:not([type='checkbox']):-webkit-autofill, #form-container .form-container .form input:not([type='checkbox']):-webkit-autofill:hover, #form-container .form-container .form input:not([type='checkbox']):-webkit-autofill:focus, #form-container .form-container .form input:not([type='checkbox']):-webkit-autofill:active, #form-container .form-container .form select:-webkit-autofill, #form-container .form-container .form select:-webkit-autofill:hover, #form-container .form-container .form select:-webkit-autofill:focus, #form-container .form-container .form select:-webkit-autofill:active, #form-container .form-container .form textarea:-webkit-autofill, #form-container .form-container .form textarea:-webkit-autofill:hover, #form-container .form-container .form textarea:-webkit-autofill:focus, #form-container .form-container .form textarea:-webkit-autofill:active, #form-container .form-container .form .file-selector:-webkit-autofill, #form-container .form-container .form .file-selector:-webkit-autofill:hover, #form-container .form-container .form .file-selector:-webkit-autofill:focus, #form-container .form-container .form .file-selector:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #CE0E2D inset !important; }
        #form-container .form-container .form input:not([type='checkbox']):-webkit-autofill:-webkit-autofill, #form-container .form-container .form input:not([type='checkbox']):-webkit-autofill:hover:-webkit-autofill, #form-container .form-container .form input:not([type='checkbox']):-webkit-autofill:focus:-webkit-autofill, #form-container .form-container .form input:not([type='checkbox']):-webkit-autofill:active:-webkit-autofill, #form-container .form-container .form select:-webkit-autofill:-webkit-autofill, #form-container .form-container .form select:-webkit-autofill:hover:-webkit-autofill, #form-container .form-container .form select:-webkit-autofill:focus:-webkit-autofill, #form-container .form-container .form select:-webkit-autofill:active:-webkit-autofill, #form-container .form-container .form textarea:-webkit-autofill:-webkit-autofill, #form-container .form-container .form textarea:-webkit-autofill:hover:-webkit-autofill, #form-container .form-container .form textarea:-webkit-autofill:focus:-webkit-autofill, #form-container .form-container .form textarea:-webkit-autofill:active:-webkit-autofill, #form-container .form-container .form .file-selector:-webkit-autofill:-webkit-autofill, #form-container .form-container .form .file-selector:-webkit-autofill:hover:-webkit-autofill, #form-container .form-container .form .file-selector:-webkit-autofill:focus:-webkit-autofill, #form-container .form-container .form .file-selector:-webkit-autofill:active:-webkit-autofill {
          -webkit-text-fill-color: white !important; }
      #form-container .form-container .form input:not([type='checkbox']).valid, #form-container .form-container .form input:not([type='checkbox']).touched, #form-container .form-container .form select.valid, #form-container .form-container .form select.touched, #form-container .form-container .form textarea.valid, #form-container .form-container .form textarea.touched, #form-container .form-container .form .file-selector.valid, #form-container .form-container .form .file-selector.touched {
        background-color: #CE0E2D;
        color: #fff; }
    #form-container .form-container .form input[type='checkbox'] {
      appearance: none; }
    #form-container .form-container .form input[type='checkbox']:focus ~ label .checkbox {
      border: 1.5px solid black; }
    #form-container .form-container .form .button:focus {
      border: 1.5px solid black; }
    #form-container .form-container .form ::placeholder {
      color: #fff; }
    #form-container .form-container .form .input-container {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: end;
      gap: 0.5rem; }
      @media screen and (max-width: 575.98px) {
        #form-container .form-container .form .input-container {
          display: flex;
          flex-direction: column;
          align-items: initial;
          justify-content: initial; } }
      #form-container .form-container .form .input-container.textarea {
        position: relative; }
        #form-container .form-container .form .input-container.textarea #word-count {
          position: absolute;
          bottom: 1rem;
          right: 1rem;
          font-size: 0.7rem; }
      #form-container .form-container .form .input-container > *:not(.button) {
        flex: 1; }
      #form-container .form-container .form .input-container .button {
        margin: 0; }
    #form-container .form-container .form .alert {
      background-color: #fff;
      padding: 0.5rem;
      border-radius: 0.25rem;
      margin-top: -0.25rem;
      margin-bottom: .25rem; }
      #form-container .form-container .form .alert.show {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: initial;
        gap: 0.5rem; }
    #form-container .form-container .form input[type='checkbox']:checked ~ label .checkbox {
      border: 2px solid #A0CD34;
      position: relative;
      border: 2px solid #A0CD34;
      background: radial-gradient(circle, #A0CD34 0%, #A0CD34 49%, #fff 50%, #fff 100%); }
    #form-container .form-container .form .checkbox {
      display: inline-block;
      vertical-align: top;
      width: 10px;
      height: 10px;
      background-color: #fff;
      border-radius: 50%;
      margin-right: 0.5rem;
      margin-top: 0.1rem;
      position: relative;
      border: 2px solid #fff;
      transition: border 0.2s linear; }
    #form-container .form-container .form span.text {
      display: inline-block;
      max-width: calc(100% - 60px); }
    #form-container .form-container .form .button.hidden {
      display: none; }
      #form-container .form-container .form .button.hidden:before {
        display: none; }
    #form-container .form-container .form .spinner svg {
      width: 20px;
      height: 20px;
      fill: none;
      stroke-width: 2;
      stroke: #d7192d;
      stroke-linecap: round;
      stroke-dasharray: 21;
      stroke-dashoffset: 21;
      animation: spinner 0.7s linear infinite; }
      #form-container .form-container .form .spinner svg circle {
        width: 100%;
        height: 100%;
        transform: scale(0.75);
        transform-origin: center; }

#form-container.animate .form {
  opacity: 1; }
  #form-container.animate .form__icon {
    margin-bottom: 1rem;
    transform: translateY(0) scale(3.75); }
    @media screen and (max-width: 991.98px) {
      #form-container.animate .form__icon {
        transform: translateY(0) scale(2.2); } }
    @media screen and (max-width: 575.98px) {
      #form-container.animate .form__icon {
        transform: translateY(0) scale(1.75); } }
  #form-container.animate .form .form-tabs__section {
    animation: openForm 0.5s linear forwards;
    animation-delay: 0.5s; }
    #form-container.animate .form .form-tabs__section .textarea {
      margin-bottom: 15px; }
      #form-container.animate .form .form-tabs__section .textarea textarea {
        font-size: 130% !important; }

.btnc {
  margin-top: 1rem; }

@keyframes animate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes border-animation {
  from {
    border-color: transparent;
    margin: 0.5px; }
  to {
    border-color: #fff;
    margin: 0; } }

@keyframes alertAnimate {
  0% {
    transform: rotate(0deg); }
  8% {
    transform: rotate(45deg); }
  15% {
    transform: rotate(0deg); }
  23% {
    transform: rotate(-45deg); }
  33% {
    transform: rotate(0deg); }
  41% {
    transform: rotate(45deg); }
  49% {
    transform: rotate(0deg); }
  56% {
    transform: rotate(-45deg); }
  66% {
    transform: rotate(0deg); }
  73% {
    transform: rotate(45deg); }
  80% {
    transform: rotate(0deg); }
  90% {
    transform: rotate(-45deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes openForm {
  from {
    transform: translateY(2rem);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes checkboxAnimate {
  from {
    transform: scale(0); }
  to {
    transform: scale(1.5); } }

@keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.form__icon {
  margin-top: 50px; }

.thanks {
  background: white;
  border-radius: 12.5px;
  width: 90vw;
  max-width: 800px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center; }
  .thanks .my {
    margin: 1.75rem 0 0.5rem 0; }
  .thanks h2 {
    font-size: 2.5rem;
    margin: 1rem 0 0.25rem 0; }
  .thanks p {
    color: #222;
    font-size: 1.5rem; }

.animate .thanks .myth .s5 {
  animation: happy 1.6s linear forwards; }
  .animate .thanks .myth .s5 .eyes {
    animation: happy-eyes 1.6s linear forwards; }
  .animate .thanks .myth .s5 .mouth {
    animation: happy-mouth 1.75s linear forwards; }
  .animate .thanks .myth .s5::before, .animate .thanks .myth .s5::after {
    animation: happy-eyes 1.6s linear forwards; }

.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  color: #222;
  /* .icon-group{
        position: relative;
        width: fit-content;
      .background{
        position: relative;
        max-width: 4rem;
        max-height: 4rem;
        animation: rotate 4s linear infinite;
      }
      .icon{
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        transform: scale(0.5);
        transform-origin: center;
        animation: content 0.4s linear forwards;
      }
    }
    */ }
  .modal > * {
    background-color: #fff; }
  .modal__content {
    animation: content 0.2s linear forwards;
    max-width: 40rem;
    max-height: 80%;
    padding: 1rem 1.75rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    border-radius: 0.25rem;
    overflow-y: auto; }
    .modal__content #success, .modal__content #error {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: initial; }
      .modal__content #success h2, .modal__content #error h2 {
        margin: 0; }
  .modal.show {
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .modal .close-button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    width: fit-content;
    align-self: end;
    color: 0.25s ease; }
    .modal .close-button:hover {
      color: #d7291d; }
    .modal .close-button:focus {
      border: 1px solid black;
      border-radius: 0.25px; }
  .modal #success.hidden, .modal #error.hidden {
    display: none; }
  .modal #error .icon-group .background path {
    fill: #f27f36; }
  .modal #error .icon-group .icon {
    top: calc(50% - 15px);
    left: calc(50% - 2px);
    transform: scale(0.2); }
  .modal li {
    margin-bottom: 15px; }
  .modal .mt-1 {
    margin-top: .5rem; }

@keyframes content {
  from {
    transform: translateY(2rem);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.icon-group {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem; }

.icon-container {
  background: #f1e400;
  background: radial-gradient(circle, #f4dc20 29%, #e2be11 81%, #f44320 100%);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: inset 0 2px 8px rgba(226, 123, 17, 0.5);
  display: block;
  height: 100%;
  position: relative;
  transition: all 0.375s ease-in-out;
  width: 100%; }
  .icon-container svg * {
    transform-box: fill-box;
    transform-origin: center; }
  .icon-container.s3 .eyes {
    animation: neutral-eyes 3.75s linear forwards; }
  .icon-container.s3 .mouth {
    animation: neutral-mouth 3.75s linear forwards; }
  .icon-container.s5 {
    position: relative; }
    .icon-container.s5::before, .icon-container.s5::after {
      background: #fe4320 !important;
      border-radius: 50%;
      bottom: 29%;
      box-shadow: inset 0 -2px 11px -1px #eaee11, inset 0 0 4px #eaee11;
      content: '';
      display: block;
      height: 11px;
      opacity: 0;
      position: absolute;
      transition: opacity 1s ease-in;
      width: 15px; }
    .icon-container.s5::before, .icon-container.s5::after {
      bottom: 40%;
      box-shadow: inset 0 0 3px #eaee11;
      height: 5px;
      transition: opacity 0.5s ease-in;
      width: 9px; }
    .icon-container.s5::before {
      left: 16.5%; }
    .icon-container.s5::after {
      right: 16.5%; }
    .icon-container.s5::before, .icon-container.s5::after {
      opacity: 0.4; }

@keyframes neutral-eyes {
  0%,
  15%,
  100% {
    transform: translate(0, 0) scaleY(1); }
  12% {
    transform: translate(0, 0) scaleY(0.9); }
  13% {
    transform: translate(0, 0) scaleY(0.1); }
  25%,
  35% {
    transform: translate(0.5px, -0.5px) scaleY(1); }
  55%,
  88% {
    transform: translate(0, 0) scaleY(1); }
  89% {
    transform: translate(0, 0) scaleY(0.1); }
  90% {
    transform: translate(0, 0) scaleY(0.9); } }

@keyframes neutral-mouth {
  0%,
  15%,
  72%,
  100% {
    transform: scaleY(1) scaleX(1) translateX(0); }
  35%,
  55% {
    transform: scaleY(1.3) scaleX(0.85) translateX(0.5px); } }

@keyframes happy-mouth {
  0%,
  15%,
  79%,
  100% {
    transform: translateY(0) scaleY(1); }
  35%,
  60% {
    transform: translateY(-1.5px) scaleY(0.85); } }

@keyframes happy-eyes {
  0%,
  15%,
  79%,
  100% {
    transform: translateY(0); }
  35%,
  60% {
    transform: translateY(-2px); } }

@keyframes happy {
  0%, 10%,
  90%,
  100% {
    box-shadow: inset 0 2px 8px rgba(226, 123, 17, 0.5);
    transform: perspective(none) rotateX(0) rotateY(0) translate(0, 0); }
  22%,
  32% {
    box-shadow: inset 3px -1px 8px rgba(226, 123, 17, 0.6);
    transform: perspective(42px) rotateX(4deg) rotateY(4deg) translate(1px, -0.5px); }
  48%,
  58% {
    box-shadow: inset -2px 3px 8px rgba(226, 123, 17, 0.5);
    transform: perspective(42px) rotateX(-4deg) rotateY(-4deg) translate(-1px, 2px); }
  67%,
  77% {
    box-shadow: inset 3px -1px 8px rgba(226, 123, 17, 0.6);
    transform: perspective(42px) rotateX(4deg) rotateY(4deg) translate(1px, -0.5px); } }

.error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 1rem;
  margin: auto;
  text-align: center; }

.expired-session {
  margin: 0 2rem; }

.i2-footer {
  filter: brightness(0) invert(1);
  position: relative;
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.5rem;
  gap: 1rem; }
  @media screen and (max-width: 767.98px) {
    .i2-footer {
      flex-direction: column;
      padding: 1rem;
      gap: 1.5rem; } }
  @media screen and (max-width: 575.98px) {
    .i2-footer {
      gap: 0; } }
  .i2-footer__line {
    min-width: 3.375rem;
    border-bottom: 1px solid #d7192d; }
    .i2-footer__line.long {
      flex: 1; }
    @media screen and (max-width: 767.98px) {
      .i2-footer__line {
        flex: 1; } }
  .i2-footer svg {
    width: 145px;
    display: block; }
  .i2-footer .i2-footer__section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    gap: 0.5rem; }
    @media screen and (max-width: 767.98px) {
      .i2-footer .i2-footer__section {
        width: 100%;
        gap: 1rem; } }
    @media screen and (max-width: 767.98px) {
      .i2-footer .i2-footer__section.rrss-section {
        justify-content: center; } }
    .i2-footer .i2-footer__section:first-child {
      flex: 1; }
    .i2-footer .i2-footer__section a {
      max-width: 1.45rem;
      height: 1.4rem;
      color: #d7192d;
      font-weight: 700;
      font-size: 1.4rem;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .i2-footer .i2-footer__section a.blog {
        width: fit-content;
        max-width: fit-content; }
      .i2-footer .i2-footer__section a:hover {
        color: #a80e1f; }
        .i2-footer .i2-footer__section a:hover svg:not(svg#tiktok-foo) {
          stroke: #a80e1f; }
        .i2-footer .i2-footer__section a:hover #tiktok-foo {
          fill: #a80e1f; }
      .i2-footer .i2-footer__section a svg {
        width: 100%; }
      .i2-footer .i2-footer__section a svg:not(svg#tiktok-foo) {
        stroke: #d7192d; }
      .i2-footer .i2-footer__section a #facebook-foo {
        height: 100%; }
      .i2-footer .i2-footer__section a #tiktok-foo {
        fill: #d7192d; }

#home-view .home-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1rem; }
  #home-view .home-title__logo {
    margin: 0 0 0.2rem;
    color: #d7192d; }
  #home-view .home-title__text {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.85rem; }

#home-view .home-section {
  padding: 2rem 0;
  font-weight: 600; }
  #home-view .home-section.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
  #home-view .home-section__title {
    text-transform: uppercase;
    color: #d7192d;
    margin: 0 0 0.2rem; }
    #home-view .home-section__title.underline {
      width: fit-content;
      border-bottom: 1px solid #d7192d; }
  #home-view .home-section__text {
    margin: 0; }

#home-view .text-right {
  text-align: right; }

#home-view .testimonial-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1rem 0; }
  #home-view .testimonial-card.reverse {
    flex-direction: row-reverse; }
  #home-view .testimonial-card__image {
    max-width: 12.5rem;
    margin: 0.5rem;
    border-radius: 8px;
    border: 1px solid #d7192d;
    box-shadow: -6px 6px 0px 1px #d7192d; }
  #home-view .testimonial-card__text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    max-width: 18rem; }
    #home-view .testimonial-card__text span {
      color: #d7192d;
      font-size: 1.1rem; }

.frame {
  position: relative;
  box-sizing: content-box;
  width: 300px;
  height: 100px; }
  .frame .text {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 45px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    white-space: nowrap; }
    .frame .text .stext {
      display: inline-block;
      position: relative;
      animation: typing 0.4s steps(25, end), 0.25s heightOut forwards 2.4s;
      white-space: nowrap;
      letter-spacing: .1em;
      overflow: hidden;
      line-height: 50px;
      text-transform: uppercase;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7); }
    .frame .text .blink {
      content: "";
      border-right: .08em solid black;
      line-height: 38px;
      margin-left: 2px;
      vertical-align: text-top;
      animation: blink-caret .35s step-end infinite, blink-stop 1.2s forwards; }
  .frame:after, .frame:before {
    content: '';
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    left: 0;
    padding-bottom: 100%;
    background: transparent;
    border-top: 3px solid #333;
    display: block;
    border-radius: 0; }
  .frame:before {
    top: 0;
    transition: height 200ms ease-in-out;
    animation: .4s typing forwards 1.25s, 0.8s moveUp forwards 2.4s, 0.9s toPlay forwards 3.25s; }
  .frame:after {
    top: 100%;
    animation: .6s typing forwards 1.25s, 0.8s moveUpReact forwards 2.4s, 0.9s toPlay forwards 3.25s; }

#hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 5rem;
  margin-top: 1rem;
  min-height: 600px; }
  @media screen and (max-width: 991.98px) {
    #hero {
      margin-top: 1.5rem;
      gap: 3.5rem; } }
  @media screen and (max-width: 767.98px) {
    #hero {
      margin-top: 1rem;
      gap: 3rem; } }
  #hero > svg {
    transform: scale(3);
    transform-origin: center; }
    @media screen and (max-width: 991.98px) {
      #hero > svg {
        transform: scale(2); } }
    @media screen and (max-width: 767.98px) {
      #hero > svg {
        transform: scale(1.2); } }
  #hero .hero__subtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 0.5rem;
    z-index: 2; }
    @media screen and (max-width: 991.98px) {
      #hero .hero__subtitle {
        gap: 1rem; } }
    @media screen and (max-width: 767.98px) {
      #hero .hero__subtitle {
        gap: 0.5rem;
        text-align: center; } }
    #hero .hero__subtitle h1 {
      margin: 0;
      font-weight: 400;
      font-size: 1.563rem; }
      @media screen and (max-width: 991.98px) {
        #hero .hero__subtitle h1 {
          font-size: 1.25rem; } }
      @media screen and (max-width: 767.98px) {
        #hero .hero__subtitle h1 {
          font-size: 1rem; } }
  #hero .hero__images {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 500px; }
    @media screen and (max-width: 767.98px) {
      #hero .hero__images {
        width: 100%; } }
    #hero .hero__images > div {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 767.98px) {
        #hero .hero__images > div {
          transform: translate(-50%, -50%);
          top: 50%; } }
    #hero .hero__images > .act {
      z-index: 3 !important; }
      @media screen and (max-width: 767.98px) {
        #hero .hero__images > .act.f-2 {
          z-index: 0 !important; } }
      #hero .hero__images > .act .stext {
        animation: heightIn .6s forwards; }
    #hero .hero__images > div:not(.act) {
      z-index: 1; }
      #hero .hero__images > div:not(.act):hover {
        z-index: 2; }
    #hero .hero__images .frame-1 {
      max-width: 375px;
      transform: translate(-10%, -75px);
      animation: 0.9s getCircleDR forwards 3.25s; }
      #hero .hero__images .frame-1 img {
        width: 375px; }
      @media screen and (max-width: 767.98px) {
        #hero .hero__images .frame-1 {
          transform: translate(0%, 180px);
          animation: 0.9s getCircleDT forwards 3.25s; } }
    #hero .hero__images .frame-2 {
      max-width: 320px;
      transform: translate(40%, 70px);
      animation: 0.9s getCircleCR forwards 3.25s; }
      #hero .hero__images .frame-2 img {
        width: 320px; }
      @media screen and (max-width: 767.98px) {
        #hero .hero__images .frame-2 {
          transform: translate(0%, 0);
          animation: 0.9s getCircleCT forwards 3.25s; } }
    #hero .hero__images .frame-3 {
      max-width: 450px;
      transform: translate(100%, -78px);
      animation: 0.9s getCircleBR forwards 3.25s; }
      #hero .hero__images .frame-3 img {
        width: 450px; }
      @media screen and (max-width: 767.98px) {
        #hero .hero__images .frame-3 {
          transform: translate(0, 270px);
          animation: 0.9s getCircleBT forwards 3.25s; } }
    #hero .hero__images .frame-0 {
      max-width: 700px;
      transform: translate(-115%, -35px);
      animation: 0.9s getCircleAR forwards 3.25s; }
      #hero .hero__images .frame-0 img {
        width: 700px; }
      @media screen and (max-width: 767.98px) {
        #hero .hero__images .frame-0 {
          transform: translate(0%, 90px);
          animation: 0.9s getCircleAT forwards 3.25s; } }
    @media screen and (max-width: 767.98px) {
      #hero .hero__images .frame {
        max-width: 60vw;
        width: 60vw; }
        #hero .hero__images .frame img {
          width: 100%; } }
    @media screen and (max-width: 575.98px) {
      #hero .hero__images .frame {
        max-width: 90vw;
        width: 90vw; } }
    #hero .hero__images .pst {
      transform: scale(0.75);
      transition: transform .75s ease-in-out; }
  #hero .hoversect {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform .35s ease-in-out;
    top: -25px;
    position: relative; }
    #hero .hoversect .iplay {
      position: absolute;
      top: 75px;
      left: calc(50% + 40px);
      transform: translateX(-50%) scale(0) rotate(265deg);
      width: 100px;
      height: 100px;
      animation: .75s appear forwards 4s; }
      #hero .hoversect .iplay .triangle {
        --path: #333;
        --dot: #d7291d;
        --duration: 3s;
        position: relative;
        width: 44px;
        height: 44px;
        opacity: .9;
        transition: transform .25s ease-in-out; }
        #hero .hoversect .iplay .triangle:before {
          content: '';
          width: 7px;
          height: 7px;
          border-radius: 50%;
          position: absolute;
          display: block;
          background: var(--dot);
          top: 37px;
          left: 21px;
          transform: translate(-10px, -18px); }
        #hero .hoversect .iplay .triangle svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: none;
          stroke: var(--path);
          stroke-width: 5px;
          stroke-linejoin: round;
          stroke-linecap: round;
          stroke-dasharray: 145 76 145 76;
          stroke-dashoffset: 0;
          width: 48px; }
        #hero .hoversect .iplay .triangle #svgH {
          display: block; }
        #hero .hoversect .iplay .triangle #svgT {
          display: none; }
      @media screen and (max-width: 767.98px) {
        #hero .hoversect .iplay {
          top: 32px; }
          #hero .hoversect .iplay .triangle:before {
            animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite; }
          #hero .hoversect .iplay .triangle svg {
            animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite; } }
    #hero .hoversect:hover .pst {
      transform: scale(0.75); }
    #hero .hoversect:hover .frame:before {
      height: 102%; }
    #hero .hoversect:hover .triangle {
      transform: scale(1.1); }
      #hero .hoversect:hover .triangle:before {
        animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite; }
      #hero .hoversect:hover .triangle svg {
        animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite; }

@media (max-width: 768px) {
  .f-2 {
    z-index: 0; } }

@keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: black; } }

@keyframes typing {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes inv-typing {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes blink-stop {
  0%, 98% {
    visibility: visible; }
  100% {
    visibility: hidden; } }

@keyframes pathTriangle {
  33% {
    stroke-dashoffset: 74; }
  66% {
    stroke-dashoffset: 147; }
  100% {
    stroke-dashoffset: 221; } }

@keyframes dotTriangle {
  33% {
    transform: translate(0, 0); }
  66% {
    transform: translate(10px, -18px); }
  100% {
    transform: translate(-10px, -18px); } }

@keyframes appear {
  0% {
    transform: translateX(-50%) scale(0) rotate(265deg); }
  100% {
    transform: translateX(-50%) scale(1.2) rotate(-30deg); } }

@keyframes moveDown {
  0% {
    transform: translateY(0px); }
  25% {
    transform: translateY(392px); }
  50% {
    transform: translateY(377px); }
  75% {
    transform: translateY(389px); }
  90% {
    transform: translateY(382px);
    height: 0; }
  100% {
    transform: translateY(385px) scaleX(0);
    height: 0; } }

@keyframes moveUp {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(105px); }
  70% {
    transform: translateY(94px); }
  88% {
    transform: translateY(102px); }
  100% {
    transform: translateY(99px); } }

@keyframes moveUpReact {
  0%, 39% {
    transform: translateY(0); }
  50% {
    transform: translateY(6px); }
  70% {
    transform: translateY(-5px); }
  88% {
    transform: translateY(3px); }
  100% {
    transform: translateY(0); } }

@keyframes toPlay {
  0% {
    border-radius: 0; }
  100% {
    border-radius: 50%; } }

@keyframes getCircleAR {
  0% {
    transform: translate(-115%, -35px) rotate(0deg); }
  100% {
    transform: translate(50%, -50%) rotate(45deg); } }

@keyframes getCircleAT {
  0% {
    transform: translate(0%, 90px) rotate(0deg); }
  100% {
    transform: translate(25%, 0%) rotate(45deg) scale(0.6); } }

@keyframes getCircleBR {
  0% {
    transform: translate(100%, -78px) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg); } }

@keyframes getCircleBT {
  0% {
    transform: translate(0%, 270px) rotate(0deg); }
  100% {
    transform: translate(-25%, 0%) rotate(-45deg) scale(0.6); } }

@keyframes getCircleCR {
  0% {
    transform: translate(40%, 70px) rotate(0deg); }
  100% {
    transform: translate(50%, 250%) rotate(135deg); } }

@keyframes getCircleCT {
  0% {
    transform: translate(0%, 0) rotate(0deg); }
  100% {
    transform: translate(25%, 200%) rotate(135deg) scale(0.6); } }

@keyframes getCircleDR {
  0% {
    transform: translate(-10%, -75px) rotate(0deg); }
  100% {
    transform: translate(-50%, 250%) rotate(-135deg); } }

@keyframes getCircleDT {
  0% {
    transform: translate(0%, 180px) rotate(0deg); }
  100% {
    transform: translate(-25%, 200%) rotate(-135deg) scale(0.6); } }

@keyframes heightOut {
  0% {
    height: 48px; }
  100% {
    height: 0px; } }

@keyframes heightIn {
  0% {
    height: 0px; }
  100% {
    height: 48px; } }

.video-container {
  width: 100%;
  height: 100vh;
  max-height: 876px;
  position: absolute;
  top: 0;
  left: 0; }
  .video-container::before {
    content: '';
    width: 100%;
    height: 100%;
    background: white;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.75) 50%, white 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 1.1s ease-in-out; }
  .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .video-container.active {
    z-index: 1000; }
    .video-container.active::before {
      transform: translateY(-101%); }

#hero {
  transition: opacity 1.2s ease-in-out; }

.band {
  padding: 4rem 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  z-index: 0;
  position: relative; }
  @media screen and (max-width: 767.98px) {
    .band {
      margin: 2rem 0; } }
  @media (max-width: 400px) {
    .band {
      margin: 0; } }
  .band__list {
    transition: transform 0.25s linear;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: initial;
    width: 200%; }
    @media screen and (max-width: 1199.98px) {
      .band__list {
        width: 320%; } }
    @media screen and (max-width: 991.98px) {
      .band__list {
        width: 500%; } }
    @media screen and (max-width: 575.98px) {
      .band__list {
        width: 1000%; } }
    .band__list-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      font-size: 1rem;
      text-transform: uppercase;
      width: 20%;
      padding: 0 0.5rem;
      white-space: nowrap; }

#expressate .wrapper {
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: initial;
  gap: 6rem; }
  @media screen and (max-width: 767.98px) {
    #expressate .wrapper {
      gap: 4rem; } }

#expressate .expressate-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: initial;
  justify-content: start;
  gap: 2rem; }
  @media screen and (max-width: 991.98px) {
    #expressate .expressate-content {
      gap: 0; } }
  @media screen and (max-width: 575.98px) {
    #expressate .expressate-content {
      display: flex;
      flex-direction: column;
      align-items: initial;
      justify-content: start;
      gap: 2rem; } }
  #expressate .expressate-content.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    min-height: 290px;
    padding: 0 .5rem;
    gap: 0.5rem; }
    @media (max-width: 375px) {
      #expressate .expressate-content.center {
        min-height: 330px; } }
    #expressate .expressate-content.center .text {
      max-width: 50rem;
      font-size: 1.2rem;
      margin: 0;
      text-transform: uppercase; }
      #expressate .expressate-content.center .text span {
        color: #d7192d; }
        #expressate .expressate-content.center .text span.underline {
          text-decoration: underline; }
      @media screen and (max-width: 767.98px) {
        #expressate .expressate-content.center .text {
          font-size: 1rem; } }
      #expressate .expressate-content.center .text .enter {
        opacity: .1;
        font-size: 150%;
        transition: opacity 0.6s ease-in-out, font-size 0.5s ease-in-out; }
    #expressate .expressate-content.center .button {
      transition: transform 0.6s ease-in-out, opacity 0.7s ease-in-out;
      font-size: 1.2rem;
      opacity: 0;
      transform: translateY(50px);
      border: none; }
    #expressate .expressate-content.center.animate .button {
      transform: translateY(0);
      opacity: 1;
      overflow: hidden;
      box-sizing: border-box;
      position: relative; }
      #expressate .expressate-content.center.animate .button span {
        font-weight: 700;
        margin: 10px 15px; }
      #expressate .expressate-content.center.animate .button:before {
        content: "\2708";
        position: absolute;
        top: 0px;
        left: 0px;
        transform: translate(-53px, -35px) rotate(2deg);
        font-size: 600%;
        color: #fff;
        transition: transform .35s ease-in-out; }
      #expressate .expressate-content.center.animate .button:hover span {
        transform: scale(1.1); }
      #expressate .expressate-content.center.animate .button:hover:before {
        transform: translate(132px, -104px) scale(1.25) rotate(0); }
    #expressate .expressate-content.center.animate .text .enter {
      opacity: 1;
      font-size: 100%; }
  #expressate .expressate-content__section {
    flex-basis: 50%;
    align-self: center;
    text-align: center;
    text-transform: uppercase; }
    #expressate .expressate-content__section.text {
      padding: 4rem;
      border-radius: 0 3.375rem 3.375rem 0;
      background-color: #CE0E2D;
      color: #ffffff;
      font-size: 1.25rem;
      min-width: 25%;
      display: flex;
      justify-content: flex-end;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: end; }
      #expressate .expressate-content__section.text p {
        max-width: 33rem;
        font-size: 105%; }
        @media (min-width: 1200px) {
          #expressate .expressate-content__section.text p {
            font-size: 120%; } }
      @media screen and (max-width: 767.98px) {
        #expressate .expressate-content__section.text {
          font-size: 1rem;
          padding: 2rem; } }
      @media screen and (max-width: 575.98px) {
        #expressate .expressate-content__section.text {
          padding: 2rem; } }
    #expressate .expressate-content__section.title svg text {
      font-size: 2.5rem;
      text-transform: uppercase;
      color: inherit;
      margin-bottom: 0;
      stroke-width: 3;
      stroke: #d7291d;
      fill: rgba(215, 41, 29, 0.2);
      letter-spacing: 0.1rem;
      stroke-linejoin: round;
      stroke-dasharray: 70 330;
      stroke-dashoffset: 0;
      animation: stroke 10s infinite alternate-reverse; }
      #expressate .expressate-content__section.title svg text.ta {
        font-size: 2.8rem;
        stroke-width: 4; }
      #expressate .expressate-content__section.title svg text.tb {
        font-size: 1.78rem; }
      #expressate .expressate-content__section.title svg text.tc {
        font-size: 0.94rem;
        stroke-width: 1;
        letter-spacing: 0.01rem; }
      #expressate .expressate-content__section.title svg text.td {
        font-size: 1.65rem; }
      @media screen and (max-width: 991.98px) {
        #expressate .expressate-content__section.title svg text {
          font-size: 2.2rem; } }
      @media screen and (max-width: 767.98px) {
        #expressate .expressate-content__section.title svg text {
          font-size: 2rem;
          margin-top: 0; } }
      #expressate .expressate-content__section.title svg text.b {
        animation: stroke 20s infinite alternate; }
    #expressate .expressate-content__section.title p {
      color: #CE0E2D;
      margin: -15px 45px 0 20px;
      padding: 0;
      font-size: 1.25rem;
      text-align: right; }
  #expressate .expressate-content .int {
    transition: opacity 1s ease-in-out, transform 1.1s ease-in-out;
    opacity: 0;
    transform: translateX(-70%); }
  #expressate .expressate-content .animate {
    transform: translateX(0) !important;
    opacity: 1; }

@keyframes stroke {
  100% {
    stroke-dashoffset: -400; } }

#manifest .manifest__text {
  font-size: 1.25rem;
  font-weight: 600; }
  @media screen and (max-width: 767.98px) {
    #manifest .manifest__text {
      font-size: 1rem; } }

#manifest .manifest__list {
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: initial;
  gap: 1rem; }
  #manifest .manifest__list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase; }
    #manifest .manifest__list-item.line p {
      color: #fff;
      text-shadow: -1px 0 #222222, 0 1px #222222, 1px 0 #222222, 0 -1px #222222; }
    @media screen and (max-width: 767.98px) {
      #manifest .manifest__list-item {
        font-size: 1.7rem; } }
    #manifest .manifest__list-item p {
      margin: 0;
      letter-spacing: 0.2em; }

#travellers .wrapper {
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: end;
  gap: 3rem;
  position: relative; }
  @media screen and (max-width: 767.98px) {
    #travellers .wrapper {
      gap: 1rem; } }
  @media screen and (max-width: 575.98px) {
    #travellers .wrapper {
      gap: 2rem; } }

#travellers .travellers__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 3rem;
  min-height: 320px; }
  #travellers .travellers__container .comment {
    left: 4vw;
    bottom: 0; }
    #travellers .travellers__container .comment p {
      opacity: 0;
      transition: opacity 0.8s ease-in-out, transform 0.6s ease-in-out;
      animation-delay: .25s; }
    #travellers .travellers__container .comment__text {
      transform: translateY(-40px); }
    #travellers .travellers__container .comment__title {
      transform: translateX(25px); }
    #travellers .travellers__container .comment__subtitle {
      transform: translateY(40px); }
  @media screen and (max-width: 767.98px) {
    #travellers .travellers__container {
      gap: 1rem; }
      #travellers .travellers__container .travellers__container-img {
        margin-top: 140px;
        margin-bottom: 80px; }
        #travellers .travellers__container .travellers__container-img .ev {
          transform: rotate(10deg) translate(-20px, 8%); }
      #travellers .travellers__container .comment {
        bottom: -40px; } }
  @media screen and (max-width: 575.98px) {
    #travellers .travellers__container {
      gap: 2rem; } }
  #travellers .travellers__container > div {
    flex-basis: 50%; }
    @media screen and (max-width: 767.98px) {
      #travellers .travellers__container > div {
        flex-basis: 100%;
        max-width: 400px; } }
  #travellers .travellers__container-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 60%; }
    #travellers .travellers__container-img .tframe {
      transform: rotate(10deg) translate(-40px, 38%);
      position: relative; }
      #travellers .travellers__container-img .tframe.sam {
        transform: rotate(-1.5deg) translate(-20px, -115px); }
        #travellers .travellers__container-img .tframe.sam img:not(.ticon) {
          z-index: 0; }
      #travellers .travellers__container-img .tframe img:not(.ticon) {
        border-radius: 12%;
        width: 100%;
        filter: sepia() blur(3px);
        transform: translateY(-30px);
        opacity: 0;
        transition: filter 1.75s ease, transform 0.5s ease, opacity 0.8s ease;
        transition-delay: .15s; }
      #travellers .travellers__container-img .tframe .ticon {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        z-index: 2;
        transition: height 450ms ease-in-out, width 450ms ease-in-out, opacity 500ms ease-in-out, left 450ms ease-in-out, right 450ms ease-in-out, bottom 450ms ease-in-out;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition-delay: .3s; }
        #travellers .travellers__container-img .tframe .ticon.i1 {
          left: -18px;
          bottom: 20%; }
        #travellers .travellers__container-img .tframe .ticon.i2 {
          right: -12px;
          left: inherit;
          bottom: 70%; }
        #travellers .travellers__container-img .tframe .ticon.i3 {
          left: -15px;
          bottom: 50%; }
        #travellers .travellers__container-img .tframe .ticon.i4 {
          left: inherit;
          right: -10px;
          bottom: 6%; }
    #travellers .travellers__container-img .tframe:first-child {
      transform: rotate(-6deg) translate(20px, -20px); }
      #travellers .travellers__container-img .tframe:first-child.sam {
        transform: rotate(-7deg) translate(20px, -20px); }
        @media screen and (max-width: 767.98px) {
          #travellers .travellers__container-img .tframe:first-child.sam {
            transform: rotate(-6deg) translate(15px, -32px); } }
      #travellers .travellers__container-img .tframe:first-child img:not(.ticon) {
        z-index: 1; }
    #travellers .travellers__container-img .ev::before, #travellers .travellers__container-img .ev::after {
      right: 0;
      left: inherit; }
    @media screen and (max-width: 767.98px) {
      #travellers .travellers__container-img {
        max-width: 100%; } }
  #travellers .travellers__container.reverse {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start; }
    #travellers .travellers__container.reverse .comment {
      right: 4vw;
      top: 0;
      left: initial; }
    #travellers .travellers__container.reverse .travellers__container-img {
      z-index: 2; }
    @media screen and (max-width: 767.98px) {
      #travellers .travellers__container.reverse {
        flex-direction: column-reverse; }
        #travellers .travellers__container.reverse .travellers__container-img {
          transform: translateY(-50px);
          margin-top: 0; }
          #travellers .travellers__container.reverse .travellers__container-img .ev {
            transform: rotate(10deg) translate(-20px, 8%); }
        #travellers .travellers__container.reverse .comment {
          bottom: 0px;
          bottom: unset;
          top: 200px;
          left: 2vw;
          right: unset; } }
    @media (max-width: 375px) {
      #travellers .travellers__container.reverse .travellers__container-img {
        transform: translateY(0); } }

#travellers .animate .comment p {
  transform: translate(0, 0) !important;
  opacity: 1 !important; }
  #travellers .animate .comment p.comment__subtitle {
    transform: translate(0, -5px) !important; }

#travellers .animate .tframe img.ticon {
  width: 60px !important;
  height: 60px !important;
  opacity: 1; }
  #travellers .animate .tframe img.ticon.i1 {
    left: -38px;
    bottom: 20%; }
  #travellers .animate .tframe img.ticon.i2 {
    right: -35px;
    bottom: 55%; }
  #travellers .animate .tframe img.ticon.i3 {
    left: -35px;
    bottom: 50%; }
  #travellers .animate .tframe img.ticon.i4 {
    left: -34px;
    bottom: 6%; }
  @media (min-width: 1200px) {
    #travellers .animate .tframe img.ticon {
      width: 80px !important;
      height: 80px !important; } }

#travellers .animate .tframe img:not(.ticon) {
  filter: unset;
  transform: translateY(0);
  opacity: 1; }

@media screen and (max-width: 767.98px) {
  #travellers {
    margin-top: 0; } }

@media screen and (max-width: 575.98px) {
  #travellers {
    margin-top: 1.5rem; } }

.comment {
  font-size: 1.25rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: initial; }
  @media screen and (max-width: 991.98px) {
    .comment {
      font-size: 1rem; } }
  .comment p {
    margin: 0.2rem;
    width: fit-content; }
  .comment__text {
    border: 2px solid #d7192d;
    padding: 1rem;
    border-radius: 0.875rem;
    font-weight: 600; }
  .comment__title {
    font-size: 1.75rem;
    color: #d7192d;
    font-weight: 700; }
  .comment__subtitle {
    text-transform: uppercase;
    font-size: 0.875rem; }
  .comment__img {
    width: 4rem;
    border-radius: 50%;
    border: 2px solid #d7291d; }

@keyframes slider {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

@keyframes sliderRev {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0%); } }

#carousel {
  margin: 4.5rem 0;
  width: 100%;
  overflow: hidden; }
  #carousel .carousel__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 200%;
    transform: translateX(-50%);
    transition: transform .15s linear;
    cursor: grab; }
    @media screen and (max-width: 1199.98px) {
      #carousel .carousel__list {
        width: 320%; } }
    @media screen and (max-width: 991.98px) {
      #carousel .carousel__list {
        width: 500%; } }
    @media screen and (max-width: 575.98px) {
      #carousel .carousel__list {
        width: 1000%; } }
  #carousel .carousel__item {
    margin: 1rem 2.1rem;
    transform: rotate(-6deg) translateY(-5px); }
    #carousel .carousel__item:nth-child(even) {
      transform: rotate(4deg) translateY(8px); }
    #carousel .carousel__item img {
      border-radius: 15%;
      cursor: grab; }

.grid {
  display: grid;
  grid: repeat(3, 1fr)/repeat(2, 1fr);
  gap: 2rem; }
  @media screen and (max-width: 767.98px) {
    .grid {
      grid: repeat(6, 1fr)/repeat(0.5, 1fr);
      gap: 0; } }
  @media screen and (max-width: 575.98px) {
    .grid {
      grid: repeat(6, 0.5fr)/repeat(1, 1fr);
      gap: 2.2rem; } }
  .grid__item {
    display: flex;
    flex-direction: row;
    align-items: initial;
    justify-content: center; }
    .grid__item.column {
      flex-direction: column;
      align-items: center; }
    .grid__item .comment {
      position: relative;
      height: fit-content;
      width: fit-content;
      cursor: pointer; }
      .grid__item .comment__text {
        max-width: 20rem;
        background-image: linear-gradient(-225deg, #d7192d 0%, #e60c0c 29%, #f05b16 67%, #ff0000 100%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 200% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: box-shadow 0.4s ease; }
      .grid__item .comment__img {
        position: absolute;
        bottom: -2rem;
        right: -2rem;
        opacity: 0;
        transform: translateX(-30px);
        overflow: hidden;
        transition: transform 1s ease, opacity 1.2s ease-in-out .5s, border-radius 0.5s ease; }
        @media screen and (max-width: 575.98px) {
          .grid__item .comment__img {
            right: 0rem; } }
      .grid__item .comment:hover .comment__img {
        border-width: 1px;
        border-radius: 20%;
        transform: translate(0, 0) rotateY(180deg);
        clip-path: url(#shape);
        -webkit-clip-path: url(#shape); }
      .grid__item .comment:hover .comment__text {
        box-shadow: 0 0 8px rgba(215, 41, 29, 0.7); }
      .grid__item .comment.heart .comment__img {
        border-width: 1px;
        border-radius: 20%;
        transform: translate(0, 0) rotateY(180deg);
        clip-path: url(#shape);
        -webkit-clip-path: url(#shape);
        box-shadow: 0 2px 10px #d7291d; }
      .grid__item .comment.heart .comment__text {
        box-shadow: 0 2px 10px #d7291d; }
    .grid__item.int svg {
      opacity: 0;
      transform: scale(0, 0);
      margin: 0.4rem; }
      @media screen and (max-width: 767.98px) {
        .grid__item.int svg {
          margin: 0; } }
    .grid__item.animate svg {
      animation: inAnimation 1.1s forwards .5s; }
    .grid__item.animate:not(.na) svg path {
      fill: #d7192d;
      stroke-width: 0px; }
    .grid__item.animate .comment__text {
      animation: textclip 4s linear infinite; }
    .grid__item.animate .comment__img {
      opacity: 1;
      transform: translate(0, 0) rotateY(0deg); }
    .grid__item.item-1 .comment {
      transform: translate(-1rem, -1.5rem); }
    .grid__item.item-1 .svg {
      transform: translateX(45%); }
      @media screen and (max-width: 1199.98px) {
        .grid__item.item-1 .svg {
          transform: translateX(45%) scale(0.7); } }
      @media screen and (max-width: 575.98px) {
        .grid__item.item-1 .svg {
          transform: translate(0) scale(0.7); } }
    @media screen and (max-width: 575.98px) {
      .grid__item.item-2 {
        transform: translateY(-2.25rem); } }
    .grid__item.item-3 .comment {
      transform: translate(-1rem, -2.25rem); }
      @media screen and (max-width: 575.98px) {
        .grid__item.item-3 .comment {
          transform: translate(-1rem, -1.75rem); } }
    .grid__item.item-3 .comment img {
      right: 50%;
      bottom: -3rem; }
    .grid__item.item-4 .comment img {
      bottom: calc(100% - 2rem); }
    .grid__item.item-4 .svg {
      transform: translateX(2rem); }
    @media screen and (max-width: 575.98px) {
      .grid__item.item-4 {
        transform: translateY(-0.75rem); }
        .grid__item.item-4 .comment img {
          bottom: -3rem;
          right: calc(100% - 4rem); } }
    .grid__item.item-5 .comment {
      transform: translate(1rem, -2.5rem); }
    .grid__item.item-5 .svg {
      transform: translate(-3rem, -1rem); }
    @media screen and (max-width: 575.98px) {
      .grid__item.item-5 .comment {
        transform: translate(1rem, -2rem); }
      .grid__item.item-5 .svg {
        transform: translate(-6rem, -1.6rem); }
      .grid__item.item-5 .comment__img {
        bottom: -3rem; } }
    .grid__item.item-6 .comment {
      transform: translateX(-3rem); }
      .grid__item.item-6 .comment img {
        bottom: calc(100% - 2rem); }
    .grid__item.item-6 .svg {
      transform: translate(-2.5rem, -3rem); }
    @media screen and (max-width: 575.98px) {
      .grid__item.item-6 .comment {
        transform: translate(-1.5rem, -7rem); }
        .grid__item.item-6 .comment img {
          bottom: calc(100% - 1.5rem); }
      .grid__item.item-6 .svg {
        transform: translate(2.9rem, -5.5rem); } }

@keyframes inAnimation {
  0% {
    opacity: 0;
    transform: scaleX(0.3) scaleY(0.3); }
  25% {
    opacity: 1;
    transform: scaleX(1.1) scaleY(1.1); }
  50% {
    opacity: 1;
    transform: scaleX(0.95) scaleY(0.95); }
  100% {
    opacity: 1;
    transform: scaleX(1) scaleY(1); } }

@keyframes textclip {
  to {
    background-position: 200% center; } }
