@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/OutfitBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../../assets/fonts/OutfitBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/OutfitExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/OutfitExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/OutfitLight1.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/OutfitMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/OutfitRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/OutfitSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #E6D46D;
  --secondary-color: #303030;
  --light-gray: #C1C1C1;
  --black-color: #0E0F0C;
  --link-color: #868785;
  --footer-black: #040404;
  --footer-gray: #999999;
  --pure-black: #000000;
  --border-color: #E6ECF1;
  --border-color-2: #FBFCFD;
  --tag-text-color: #F7F7F7;
  --sky-blue-color: #E8FBFF;
  --purple-color: #F7F4FF;
  --peach-color: #FFF4DD;
  --white-color: #FFFFFF;
  --trust-bg-color: #F4FDFF;
  --faq-text-color: #828282;
  --input-bg: #454545;
  --submit-text: #343A40;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1216px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 860px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1216px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media screen and (max-width: 991px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.col-1:not(:first-child), .col-2:not(:first-child), .col-3:not(:first-child), .col-4:not(:first-child), .col-5:not(:first-child), .col-6:not(:first-child), .col-7:not(:first-child), .col-8:not(:first-child), .col-9:not(:first-child), .col-10:not(:first-child), .col-11:not(:first-child), .col-12:not(:first-child), .col:not(:first-child),
.col-auto:not(:first-child), .col-sm-1:not(:first-child), .col-sm-2:not(:first-child), .col-sm-3:not(:first-child), .col-sm-4:not(:first-child), .col-sm-5:not(:first-child), .col-sm-6:not(:first-child), .col-sm-7:not(:first-child), .col-sm-8:not(:first-child), .col-sm-9:not(:first-child), .col-sm-10:not(:first-child), .col-sm-11:not(:first-child), .col-sm-12:not(:first-child), .col-sm:not(:first-child),
.col-sm-auto:not(:first-child), .col-md-1:not(:first-child), .col-md-2:not(:first-child), .col-md-3:not(:first-child), .col-md-4:not(:first-child), .col-md-5:not(:first-child), .col-md-6:not(:first-child), .col-md-7:not(:first-child), .col-md-8:not(:first-child), .col-md-9:not(:first-child), .col-md-10:not(:first-child), .col-md-11:not(:first-child), .col-md-12:not(:first-child), .col-md:not(:first-child),
.col-md-auto:not(:first-child), .col-lg-1:not(:first-child), .col-lg-2:not(:first-child), .col-lg-3:not(:first-child), .col-lg-4:not(:first-child), .col-lg-5:not(:first-child), .col-lg-6:not(:first-child), .col-lg-7:not(:first-child), .col-lg-8:not(:first-child), .col-lg-9:not(:first-child), .col-lg-10:not(:first-child), .col-lg-11:not(:first-child), .col-lg-12:not(:first-child), .col-lg:not(:first-child),
.col-lg-auto:not(:first-child), .col-xl-1:not(:first-child), .col-xl-2:not(:first-child), .col-xl-3:not(:first-child), .col-xl-4:not(:first-child), .col-xl-5:not(:first-child), .col-xl-6:not(:first-child), .col-xl-7:not(:first-child), .col-xl-8:not(:first-child), .col-xl-9:not(:first-child), .col-xl-10:not(:first-child), .col-xl-11:not(:first-child), .col-xl-12:not(:first-child), .col-xl:not(:first-child),
.col-xl-auto:not(:first-child) {
  padding-left: 16px;
}
.col-1:not(:last-child), .col-2:not(:last-child), .col-3:not(:last-child), .col-4:not(:last-child), .col-5:not(:last-child), .col-6:not(:last-child), .col-7:not(:last-child), .col-8:not(:last-child), .col-9:not(:last-child), .col-10:not(:last-child), .col-11:not(:last-child), .col-12:not(:last-child), .col:not(:last-child),
.col-auto:not(:last-child), .col-sm-1:not(:last-child), .col-sm-2:not(:last-child), .col-sm-3:not(:last-child), .col-sm-4:not(:last-child), .col-sm-5:not(:last-child), .col-sm-6:not(:last-child), .col-sm-7:not(:last-child), .col-sm-8:not(:last-child), .col-sm-9:not(:last-child), .col-sm-10:not(:last-child), .col-sm-11:not(:last-child), .col-sm-12:not(:last-child), .col-sm:not(:last-child),
.col-sm-auto:not(:last-child), .col-md-1:not(:last-child), .col-md-2:not(:last-child), .col-md-3:not(:last-child), .col-md-4:not(:last-child), .col-md-5:not(:last-child), .col-md-6:not(:last-child), .col-md-7:not(:last-child), .col-md-8:not(:last-child), .col-md-9:not(:last-child), .col-md-10:not(:last-child), .col-md-11:not(:last-child), .col-md-12:not(:last-child), .col-md:not(:last-child),
.col-md-auto:not(:last-child), .col-lg-1:not(:last-child), .col-lg-2:not(:last-child), .col-lg-3:not(:last-child), .col-lg-4:not(:last-child), .col-lg-5:not(:last-child), .col-lg-6:not(:last-child), .col-lg-7:not(:last-child), .col-lg-8:not(:last-child), .col-lg-9:not(:last-child), .col-lg-10:not(:last-child), .col-lg-11:not(:last-child), .col-lg-12:not(:last-child), .col-lg:not(:last-child),
.col-lg-auto:not(:last-child), .col-xl-1:not(:last-child), .col-xl-2:not(:last-child), .col-xl-3:not(:last-child), .col-xl-4:not(:last-child), .col-xl-5:not(:last-child), .col-xl-6:not(:last-child), .col-xl-7:not(:last-child), .col-xl-8:not(:last-child), .col-xl-9:not(:last-child), .col-xl-10:not(:last-child), .col-xl-11:not(:last-child), .col-xl-12:not(:last-child), .col-xl:not(:last-child),
.col-xl-auto:not(:last-child) {
  padding-right: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* Extra extra large grid (xxl) */
@media (min-width: 1500px) {
  .col-xxl {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .g-xxl-0 {
    gap: 0;
  }
  .g-xxl-1 {
    gap: 0.25rem;
  }
  .g-xxl-2 {
    gap: 0.5rem;
  }
  .g-xxl-3 {
    gap: 1rem;
  }
  .g-xxl-4 {
    gap: 1.5rem;
  }
  .g-xxl-5 {
    gap: 3rem;
  }
  .gx-xxl-0 {
    column-gap: 0;
  }
  .gx-xxl-1 {
    column-gap: 0.25rem;
  }
  .gx-xxl-2 {
    column-gap: 0.5rem;
  }
  .gx-xxl-3 {
    column-gap: 1rem;
  }
  .gx-xxl-4 {
    column-gap: 1.5rem;
  }
  .gx-xxl-5 {
    column-gap: 3rem;
  }
  .gy-xxl-0 {
    row-gap: 0;
  }
  .gy-xxl-1 {
    row-gap: 0.25rem;
  }
  .gy-xxl-2 {
    row-gap: 0.5rem;
  }
  .gy-xxl-3 {
    row-gap: 1rem;
  }
  .gy-xxl-4 {
    row-gap: 1.5rem;
  }
  .gy-xxl-5 {
    row-gap: 3rem;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
} 
.primary-color {
  color: #009C50;
  font-weight: 600;
}

.primary-btn {
  width: 130px;
  height: 48px;
  border-radius: 100px;
  background-color: var(--secondary-color);
  position: relative;
}
.primary-btn.secondary {
  background-color: var(--primary-color);
}
.primary-btn.secondary .btn-text {
  color: var(--secondary-color);
}
.primary-btn .btn-text {
  font-size: 0.8rem;
  line-height: 100%;
  color: var(--white-color);
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.link {
  font-size: 0.8rem;
  line-height: 100%;
  color: var(--black-color);
  font-weight: 400;
  display: block;
}

.black-color {
  color: var(--secondary-color);
}

.service-tag {
  padding: 0.8rem 1rem;
  border-radius: 100px;
  background-color: var(--white-color);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .service-tag {
    padding: 0.8rem;
  }
}
.service-tag .tag-text {
  line-height: 80%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .service-tag .tag-text {
    font-size: 0.7rem;
  }
}

.cta-with-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cta-with-arrow a {
  font-size: 0.8rem;
  line-height: 100%;
  color: var(--black-color);
  font-weight: 400;
  text-decoration: underline;
}

.site-header {
  margin: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .site-header {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .site-header {
    margin-top: 1.6rem;
  }
}
.site-header .site-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-navigation .site-branding {
  width: 170px;
}
@media screen and (max-width: 991px) {
  .site-header .site-navigation .site-branding {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .site-navigation .site-branding {
    width: 64px;
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-navigation .site-branding .custom-logo-link {
    display: none;
  }
}
.site-header .site-navigation .site-branding .logo-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .site-header .site-navigation .site-branding .logo-mobile {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-navigation .navigation {
    display: none;
  }
}
.site-header .site-navigation .navigation .menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header .site-navigation .navigation .menu li a {
  font-size: 0.9rem;
  line-height: 100%;
  color: var(--link-color);
  font-weight: 200;
}
.site-header .site-navigation .cta-block {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .site-header .site-navigation .cta-block .primary-btn {
    display: none;
  }
}

.site-footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer .footer-wrapper .footer-content-block {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-content-block {
    width: 100%;
  }
}
.site-footer .footer-wrapper .footer-content-block .footer-site-branding {
  width: 170px;
  margin-bottom: 1.2rem;
}
.site-footer .footer-wrapper .footer-content-block .footer-title {
  margin-bottom: 0.8rem;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-content-block .footer-title {
    margin-bottom: 0.6rem;
  }
}
.site-footer .footer-wrapper .footer-content-block .footer-subtitle {
  font-size: 0.8rem;
  line-height: 130%;
  font-weight: 400;
  color: var(--footer-black);
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-content-block .footer-subtitle {
    margin-bottom: 0.6rem;
  }
}
.site-footer .footer-wrapper .footer-content-block .footer-address-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-content-block .footer-address-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 0.6rem;
  }
}
.site-footer .footer-wrapper .footer-content-block .footer-address-block .lable {
  font-size: 0.7rem;
  line-height: 130%;
  font-weight: 400;
  color: var(--footer-gray);
  width: 50%;
}
.site-footer .footer-wrapper .footer-content-block .footer-address-block .address {
  font-size: 0.7rem;
  line-height: 130%;
  font-weight: 200;
  color: var(--pure-black);
}
.site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block {
  display: flex;
  align-items: center;
  gap: 32px;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block {
    gap: 12px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block:last-child {
  margin-top: 0.222rem;
  justify-content: end;
}
.site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block:last-child .content-block {
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block:last-child .content-block {
    display: none;
  }
}
.site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block:last-child .content-block.email {
  visibility: unset;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block:last-child .content-block.email {
    display: block;
  }
}
.site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block:last-child .content-block.email .lable {
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block:last-child .content-block.email .lable {
    display: none;
  }
}
.site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block .content-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block .content-block .lable {
  font-size: 0.7rem;
  line-height: 130%;
  font-weight: 400;
  color: var(--footer-gray);
}
.site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block .content-block .content {
  font-size: 0.7rem;
  line-height: 130%;
  font-weight: 200;
  color: var(--pure-black);
}
.site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block .seperator {
  height: 100%;
  width: 1px;
  background-color: var(--border-color);
  display: block;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-content-block .footer-email-and-phone-block .seperator {
    display: none;
  }
}
.site-footer .footer-wrapper .footer-links-block {
  display: flex;
  align-items: flex-start;
  gap: 76px;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-links-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    margin-top: 32px;
  }
}
.site-footer .footer-wrapper .footer-links-block .lable-block .footer-lable {
  font-size: 0.9rem;
  line-height: 100%;
  font-weight: 400;
  color: var(--footer-black);
}
.site-footer .footer-wrapper .footer-links-block .footer-nav .menu li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.site-footer .footer-wrapper .footer-links-block .footer-nav .menu li a {
  font-size: 0.9rem;
  line-height: 100%;
  color: var(--link-color);
  font-weight: 200;
}
.site-footer .footer-wrapper .footer-links-block .footer-social-links {
  padding: 0.4rem;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .footer-links-block .footer-social-links {
    padding: 0px;
  }
}
.site-footer .footer-wrapper .footer-links-block .footer-social-links .social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  position: relative;
}
.site-footer .footer-wrapper .footer-links-block .footer-social-links .social-link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-footer .footer-bottom {
  margin: 2.4rem 0;
  padding-top: 0.8rem;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-bottom {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.site-footer .footer-bottom .copyright-block .copyright-text {
  font-size: 0.7rem;
  line-height: 130%;
  font-weight: 200;
  color: var(--footer-black);
}
.site-footer .footer-bottom .privacy-policy-block {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom .privacy-policy-block {
    gap: 20px;
  }
}
.site-footer .footer-bottom .privacy-policy-block .footer-bottom-links {
  font-size: 0.7rem;
  line-height: 130%;
  font-weight: 200;
  color: var(--footer-black);
}

.hero-section {
  background-color: #415554;
  padding: 3.2rem 0;
}
@media screen and (max-width: 991px) {
  .hero-section {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-section {
    margin-top: 1.6rem;
  }
}
.hero-section .introduction-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 991px) {
  .hero-section .introduction-tab {
    flex-direction: column;
    margin-bottom: 1.6rem;
  }
}
.hero-section .introduction-tab .content-block {
  width: 64%;
}
@media screen and (max-width: 991px) {
  .hero-section .introduction-tab .content-block {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.hero-section .introduction-tab .content-block .intro-lable {
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--white-color);
  font-weight: 400;
  margin-bottom: 0.7rem;
}
.hero-section .introduction-tab .content-block .intro-description {
  color: var(--white-color);
}
.hero-section .introduction-tab .image-block {
  width: 370px;
}
@media screen and (max-width: 991px) {
  .hero-section .introduction-tab .image-block {
    width: 100%;
  }
}
.hero-section .introduction-tab .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.hero-section .clients-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}
@media screen and (max-width: 991px) {
  .hero-section .clients-list {
    flex-direction: column;
    gap: 32px;
  }
}
.hero-section .clients-list .image-block {
  width: 394px;
}
@media screen and (max-width: 991px) {
  .hero-section .clients-list .image-block {
    width: 100%;
  }
}

.logos-section {
  padding-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .logos-section {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .logos-section {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .logos-section .container {
    padding: 0;
  }
}
.logos-section .logo-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 74px;
}
@media screen and (max-width: 991px) {
  .logos-section .logo-flex {
    flex-direction: column;
    margin-bottom: 1.6rem;
  }
}
.logos-section .logo-flex .title-block {
  position: relative;
  width: 50%;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .logos-section .logo-flex .title-block {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .logos-section .logo-flex .title-block {
    padding: 0 1rem;
  }
}
.logos-section .logo-flex .title-block .title-lable {
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 400;
}
.logos-section .logo-flex .title-block .bg-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .logos-section .logo-flex .title-block .bg-image {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .logos-section .logo-flex .title-block .bg-image {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .logos-section .logo-block {
    display: none;
  }
}
.logos-section .logo-block.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .logos-section .logo-block.mobile {
    display: block;
  }
}
.logos-section .logo-block .client-logos-wrapper,
.logos-section .logo-block .client-logos-wrapperr {
  display: flex;
  align-items: center;
  gap: 32px;
}
.logos-section .logo-block .client-logos-wrapper:not(:last-child),
.logos-section .logo-block .client-logos-wrapperr:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .logos-section .logo-block .client-logos-wrapper.ltr,
  .logos-section .logo-block .client-logos-wrapperr.ltr {
    direction: rtl;
  }
}
.logos-section .logo-block .client-logos-wrapper .logo,
.logos-section .logo-block .client-logos-wrapperr .logo {
  width: 132px;
}
@media screen and (max-width: 767px) {
  .logos-section .logo-block .client-logos-wrapper .logo,
  .logos-section .logo-block .client-logos-wrapperr .logo {
    width: 120px;
    min-width: 120px;
  }
}
.logos-section .logo-block .client-logos-wrapper .logo .client-logo,
.logos-section .logo-block .client-logos-wrapperr .logo .client-logo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .logos-section .logo-block .client-logos-wrapper .slick-track,
  .logos-section .logo-block .client-logos-wrapperr .slick-track {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
  }
}

.our-mission-section {
  background-color: #B1BFBF;
  padding-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .our-mission-section {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .our-mission-section {
    padding-top: 4rem;
  }
}
.our-mission-section .mission-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .our-mission-section .mission-block {
    flex-direction: column;
  }
}
.our-mission-section .mission-block .content-block {
  width: 44%;
}
@media screen and (max-width: 991px) {
  .our-mission-section .mission-block .content-block {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.our-mission-section .mission-block .content-block .mission-lable {
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 0.7rem;
}
.our-mission-section .mission-block .image-block {
  width: 600px;
}
@media screen and (max-width: 991px) {
  .our-mission-section .mission-block .image-block {
    width: 100%;
  }
}
.our-mission-section .mission-block .bg-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.services-section .title-block {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .services-section .title-block {
    margin-bottom: 2rem;
  }
}
.services-section .title-block .row {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .services-section .title-block .row .content-block {
    margin-bottom: 1.6rem;
  }
}
.services-section .title-block .row .content-block .h2 {
  width: 65%;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .services-section .title-block .row .content-block .h2 {
    width: 100%;
  }
}
.services-section .title-block .row .cta-block .service-cta {
  width: 176px;
  height: 176px;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .services-section .title-block .row .cta-block .service-cta {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .services-section .title-block .row .cta-block .service-cta {
    width: 80px;
    height: 80px;
  }
}
.services-section .offset-printing-block {
  border-radius: 32px;
  padding: 2.4rem;
  height: 700px;
  background-color: var(--sky-blue-color);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .services-section .offset-printing-block {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .services-section .offset-printing-block {
    height: auto;
    padding: 1.2rem;
  }
}
.services-section .offset-printing-block .h2 {
  margin: 0.8rem 0;
}
.services-section .offset-printing-block .description {
  margin-bottom: 2rem;
  width: 80%;
}
.services-section .offset-printing-block .service-image {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .services-section .offset-printing-block .service-image {
    position: static;
    margin-top: 1.333rem;
  }
}
.services-section .services-wrapper {
  border-radius: 32px;
  padding: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .services-section .services-wrapper {
    padding: 1.2rem;
  }
}
.services-section .services-wrapper.giveaways {
  background-color: var(--purple-color);
  margin-bottom: 1.6rem;
}
.services-section .services-wrapper.giveaways::after {
  content: url("../assets/images/giveaways.png");
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .services-section .services-wrapper.giveaways::after {
    position: static;
    margin-top: 1.333rem;
  }
}
.services-section .services-wrapper.order {
  background-color: var(--peach-color);
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 991px) {
  .services-section .services-wrapper.order {
    margin-bottom: 0;
  }
}
.services-section .services-wrapper.order::after {
  content: url("../assets/images/general-order.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .services-section .services-wrapper.order::after {
    position: static;
    margin-top: 1.333rem;
    display: block;
  }
}
.services-section .services-wrapper .h2 {
  margin: 0.8rem 0 5.4rem 0;
}
@media screen and (max-width: 575px) {
  .services-section .services-wrapper .h2 {
    margin: 0.8rem 0;
  }
}

.work-section {
  margin-bottom: 10rem;
  padding-top: 10rem;
  background-color: var(--secondary-color);
}
@media screen and (max-width: 1200px) {
  .work-section {
    margin-top: 0;
    padding-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .work-section {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}
.work-section .title-block {
  text-align: center;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 991px) {
  .work-section .title-block {
    margin-bottom: 2rem;
  }
}
.work-section .title-block .pretitle {
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .work-section .title-block .pretitle {
    margin-bottom: 0.8rem;
  }
}
.work-section .title-block .h2 {
  color: var(--white-color);
}
@media screen and (max-width: 991px) {
  .work-section .work-block .work-image.pb-32 {
    margin-bottom: 1.6rem;
  }
}
.work-section .work-block:not(:last-child) {
  margin-bottom: 1.6rem;
}

.why-trust-us-section .title-block {
  margin-bottom: 3.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .why-trust-us-section .title-block {
    margin-bottom: 2rem;
  }
}
.why-trust-us-section .title-block .pretitle {
  line-height: 100%;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .why-trust-us-section .title-block .pretitle {
    margin-bottom: 0.8rem;
  }
}
.why-trust-us-section .trust-block-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .why-trust-us-section .trust-block-wrapper {
    flex-direction: column;
  }
}
.why-trust-us-section .trust-block-wrapper .trust-block {
  min-width: 200px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .why-trust-us-section .trust-block-wrapper .trust-block {
    min-width: 100%;
    width: 100%;
  }
}

.faq-section .content-block {
  padding-right: 3.6rem;
}
@media screen and (max-width: 1200px) {
  .faq-section .content-block {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .faq-section .content-block {
    margin-bottom: 3rem;
  }
}
.faq-section .content-block .title-block {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  .faq-section .content-block .title-block {
    margin-bottom: 2rem;
  }
}
.faq-section .content-block .title-block .title {
  width: 48%;
}
@media screen and (max-width: 991px) {
  .faq-section .content-block .title-block .title {
    width: 100%;
  }
}
.faq-section .content-block .title-block .divider {
  width: 75px;
  height: 1px;
  background-color: var(--footer-black);
  margin-top: 1.6rem;
}
@media screen and (max-width: 991px) {
  .faq-section .content-block .title-block .divider {
    display: none;
  }
}
.faq-section .content-block .cta-block {
  padding: 2rem 2rem 7.75rem 2rem;
  border-radius: 16px;
  overflow: hidden;
  background: url("../assets/images/faq-image.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .faq-section .content-block .cta-block {
    background-size: 100% 100%;
  }
}
.faq-section .content-block .cta-block .cta-title {
  font-size: 1.1rem;
  line-height: 150%;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 1.6rem;
}
.faq-section .faqs-block .faq-item {
  cursor: pointer;
  padding-bottom: 1.5rem;
}
.faq-section .faqs-block .faq-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 1.5rem;
}
.faq-section .faqs-block .faq-item.open .faq-answer {
  max-height: 200px;
  opacity: 1;
  padding-top: 1rem;
}
.faq-section .faqs-block .faq-item .faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-section .faqs-block .faq-item .faq-header .faq-question {
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: 400;
  color: var(--faq-text-color);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq-section .faqs-block .faq-item .faq-header .faq-question {
    font-size: 1rem;
  }
}
.faq-section .faqs-block .faq-item .faq-header .faq-question.active {
  color: var(--footer-black);
}
.faq-section .faqs-block .faq-item .faq-header .faq-icon {
  font-size: 1.6rem;
  line-height: 50%;
  color: var(--secondary-black);
  transition: transform 0.4s ease-in-out;
}
.faq-section .faqs-block .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  font-size: 0.9rem;
  line-height: 140%;
  color: var(--secondary-color);
  opacity: 0;
  padding: 0;
}

.navigation-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  padding: 3.2rem 0;
  z-index: -1;
  opacity: 0;
  overflow-y: scroll;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .navigation-wrapper {
    padding: 1.6rem 0;
  }
}
.navigation-wrapper.active {
  z-index: 99999;
  opacity: 1;
}
.navigation-wrapper .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 767px) {
  .navigation-wrapper .header {
    margin-bottom: 3.2rem;
  }
}
.navigation-wrapper .header .logo-block {
  width: 170px;
}
.navigation-wrapper .header .logo-block .overalay-logo-responsive {
  display: none;
}
@media screen and (max-width: 991px) {
  .navigation-wrapper .header .logo-block {
    width: 120px;
  }
  .navigation-wrapper .header .logo-block .overalay-logo {
    display: none;
  }
  .navigation-wrapper .header .logo-block .overalay-logo-responsive {
    display: block;
  }
}
.navigation-wrapper .header .close-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: var(--white-color);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .navigation-wrapper .header .close-btn {
    width: 56px;
    height: 56px;
  }
}
.navigation-wrapper .header .close-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navigation-wrapper .form-block .form-title {
  font-size: 2.8rem;
  line-height: 100%;
  font-weight: 400;
  color: var(--white-color);
}
.navigation-wrapper .form-block .description {
  font-size: 0.8rem;
  line-height: 180%;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 2rem 0;
  color: var(--white-color);
}
.navigation-wrapper .form-block .form-wrapper form .form-group {
  margin-bottom: 1rem;
}
.navigation-wrapper .form-block .form-wrapper form .form-group.full p .wpcf7-form-control-wrap {
  width: 100%;
}
.navigation-wrapper .form-block .form-wrapper form .form-group.full p .wpcf7-form-control-wrap textarea {
  height: 140px;
  border-radius: 32px;
}
.navigation-wrapper .form-block .form-wrapper form .form-group p {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .navigation-wrapper .form-block .form-wrapper form .form-group p {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .navigation-wrapper .form-block .form-wrapper form .form-group p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navigation-wrapper .form-block .form-wrapper form .form-group p .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.navigation-wrapper .form-block .form-wrapper form .form-group p .wpcf7-form-control-wrap input,
.navigation-wrapper .form-block .form-wrapper form .form-group p .wpcf7-form-control-wrap textarea {
  width: 100%;
  background: var(--input-bg);
  border: none;
  padding: 1.2rem;
  border-radius: 100px;
  height: 64px;
  font-size: 0.8rem !important;
  line-height: 180% !important;
  color: var(--white-color) !important;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
}
.navigation-wrapper .form-block .form-wrapper form .form-group p .wpcf7-form-control-wrap input::placeholder,
.navigation-wrapper .form-block .form-wrapper form .form-group p .wpcf7-form-control-wrap textarea::placeholder {
  font-size: 0.8rem !important;
  line-height: 180% !important;
  color: var(--white-color) !important;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
}
.navigation-wrapper .form-block .form-wrapper form .btn-primary-contact .wpcf7-form-control {
  width: 223px;
  height: 60px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--primary-color);
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  color: var(--submit-text);
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .navigation-wrapper .form-block .form-wrapper form .btn-primary-contact .wpcf7-form-control {
    width: 100%;
  }
}
.navigation-wrapper .image-block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .navigation-wrapper .image-block {
    right: -200px;
  }
}
@media screen and (max-width: 991px) {
  .navigation-wrapper .image-block {
    display: none;
  }
}
.navigation-wrapper .image-block .overlay {
  height: 100%;
}

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 20px;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Outfit";
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased !important;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Outfit";
  max-width: 100%;
  overflow-x: hidden;
  letter-spacing: 0px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.p {
  font-size: 1rem;
  line-height: 140%;
  color: var(--secondary-color);
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p {
    font-size: 0.8rem;
  }
}

.h1 {
  font-size: 3.6rem;
  line-height: 110%;
  color: var(--secondary-color);
  font-weight: normal;
  letter-spacing: -2px;
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 2rem;
  }
}

.h2 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 110%;
  letter-spacing: -2px;
  color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 1.8rem;
  }
}

.h3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 140%;
  color: var(--light-gray);
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 1.4rem;
  }
}

.h4 {
  font-size: 1.3rem;
  line-height: 140%;
  font-weight: 300;
  color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .h4 {
    font-size: 1rem;
  }
}

.h5 {
  font-size: 1.2rem;
  line-height: 130%;
  font-weight: 200;
  color: var(--black-color);
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

section {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  section {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding-bottom: 4rem;
  }
}

a {
  text-decoration: none;
  display: block;
  transition: color 0.3s ease-in-out;
  color: var(--secondary-color);
}
a:hover {
  color: var(--secondary-color) !important;
  font-weight: 400 !important;
}
a:visited {
  color: var(--link-color);
}

#loom-companion-mv3 {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
