@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_24pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_18pt-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'baskervville';
  src: url("../../../fonts/Baskervville/Baskervville-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'baskervville';
  src: url("../../../fonts/Baskervville/Baskervville-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'arimo';
  src: url("../../../fonts/arimo/Arimo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'arimo';
  src: url("../../../fonts/arimo/Arimo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

.fevertree-footer {
  background-color: #0BADDA;
  padding-top: 70px;
  padding-bottom: 54px; }
  .fevertree-footer__top {
    border-bottom: 1px solid #fff;
    width: 1000px;
    margin: auto; }
    .fevertree-footer__top .fevertree-footer__link {
      width: 240px;
      display: block;
      background-color: #fff;
      font-family: "arimo";
      font-size: 28px;
      text-align: center;
      padding: 15px 48px;
      border-radius: 20px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      font-weight: 400;
      color: #0BADDA;
      line-height: 18px;
      text-decoration: none;
      margin: auto;
      margin-bottom: 70px; }
  .fevertree-footer__image {
    width: 100%;
    padding-bottom: 52px;
    margin: auto; }
    .fevertree-footer__image img {
      display: block;
      width: 648px;
      height: 84px;
      object-fit: contain;
      margin: auto; }
  .fevertree-footer__contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 1000px;
    margin: auto;
    padding-top: 63px; }
    .fevertree-footer__contact .footer-logo {
      width: 171px;
      height: 65px;
      margin-bottom: 62px; }
      .fevertree-footer__contact .footer-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .fevertree-footer__contact .contact {
      text-align: right;
      display: none; }
      .fevertree-footer__contact .contact .phone {
        color: #fff;
        font-weight: 700;
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 20px; }
        .fevertree-footer__contact .contact .phone a {
          text-decoration: none;
          color: #fff;
          font-weight: 700;
          font-size: 21px;
          line-height: 21px; }
        .fevertree-footer__contact .contact .phone.phone-mobile {
          display: none; }
      .fevertree-footer__contact .contact .social a {
        display: inline-block;
        width: 48px;
        height: 48px;
        margin-inline-end: 24px; }
        .fevertree-footer__contact .contact .social a img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .fevertree-footer__contact .footer-warning {
      border: 0.5px solid #fff;
      padding: 14px 160px; }
      .fevertree-footer__contact .footer-warning.mobile {
        display: none; }
  .fevertree-footer__legal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
    margin-top: 30px;
    color: #fff; }
    .fevertree-footer__legal .legal-link {
      color: #fff;
      font-family: "arimo";
      font-weight: 300;
      font-size: 16px;
      text-decoration: none;
      cursor: pointer; }
  @media screen and (max-width: 768px) {
    .fevertree-footer {
      padding-block: 80px; }
      .fevertree-footer__top {
        width: 340px;
        margin-bottom: 70px; }
        .fevertree-footer__top .fevertree-footer__link {
          margin-bottom: 70px; }
      .fevertree-footer__image {
        padding-bottom: 43px;
        border-bottom: unset; }
        .fevertree-footer__image img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .fevertree-footer__contact {
        width: 100%;
        padding-top: 0; }
        .fevertree-footer__contact .footer-logo {
          margin: auto;
          margin-bottom: 62px; }
        .fevertree-footer__contact .contact {
          text-align: center; }
          .fevertree-footer__contact .contact .phone {
            margin-bottom: 30px; }
            .fevertree-footer__contact .contact .phone.phone-mobile {
              display: block; }
            .fevertree-footer__contact .contact .phone.phone-desktop {
              display: none; }
          .fevertree-footer__contact .contact .social a {
            display: inline-block;
            width: 48px;
            height: 48px;
            margin-inline-end: 24px; }
            .fevertree-footer__contact .contact .social a img {
              width: 100%;
              height: 100%;
              object-fit: contain; }
        .fevertree-footer__contact .footer-warning {
          border: 0.5px solid #fff;
          padding: 14px 30px; }
          .fevertree-footer__contact .footer-warning.mobile {
            display: block; }
          .fevertree-footer__contact .footer-warning.desktop {
            display: none; } }
