/*! CSS Used from: https://embramais.com.br/css/bootstrap.min.css */
*,
::after,
::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h2,
h3,
h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: .875em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[type=button],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

iframe {
  border: 0;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

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

@media (min-width:576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

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

@media (min-width:768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

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

@media (min-width:992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

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

@media (min-width:1200px) {
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.btn:disabled {
  pointer-events: none;
  opacity: .65;
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge:empty {
  display: none;
}

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

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

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

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

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

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

@media (min-width:768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width:992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }
}

/*! CSS Used from: https://embramais.com.br/css/animate.min.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*! CSS Used from: https://embramais.com.br/fontawesome/css/all.min.css */
.fa-brands,
.fa-solid,
.fab,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-clock:before {
  content: "\f017";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-times:before {
  content: "\f00d";
}

.fa-x:before {
  content: "\58";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-brands,
.fab {
  font-weight: 400;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-solid,
.fas {
  font-weight: 900;
}

/*! CSS Used from: https://embramais.com.br/fontawesome-pro/css/all.min.css */
.fa-brands,
.fa-solid,
.fab,
.fal,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-clock:before {
  content: "\f017";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-x:before {
  content: "\58";
}

.fa-times:before {
  content: "\f00d";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fal {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

/*! CSS Used from: https://embramais.com.br/css/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

/*! CSS Used from: https://embramais.com.br/css/default.css */
.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-105 {
  margin-bottom: 105px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-30 {
  padding-right: 30px;
}

.text-right {
  text-align: right;
}

a {
  text-decoration: none;
}

/*! CSS Used from: https://embramais.com.br/css/style.css */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #777;
  font-style: normal;
  line-height: 26px;
}

#loading {
  background-image: url("https://embramais.com.br/img/logo/logo2.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 4%;
  margin: -100px 0 0 -50px;
  position: absolute;
  top: 10%;
  width: 100%;
}

#preloader {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.badge {
  position: absolute;
  bottom: -75px;
  right: 15%;
  z-index: 1;
  -webkit-animation: spin 6s linear infinite;
  -moz-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}

.mr-15 {
  margin-right: 15px;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.fix {
  overflow: hidden;
}

a,
.btn {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

a,
button {
  color: #18191a;
  outline: medium none;
}

a:hover {
  color: #ffb347;
}

button:focus,
input:focus,
textarea,
textarea:focus {
  outline: none;
  box-shadow: none;
}

h2,
h3,
h5 {
  font-family: "Outfit", sans-serif;
  color: #18191a;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500 !important;
  text-transform: normal;
}

h5 a {
  color: inherit;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h5 {
  font-size: 18px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  margin-bottom: 15px;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.btn {
  border-radius: 0;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 26px 18px 75px;
  text-align: center;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  background: #fff;
  border: none;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 14px;
  border: 1px solid #ffb347;
}

.btn i {
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  left: -10px;
  background: #ffb347;
  top: 0;
  color: #fff;
  width: 50px;
  height: 100%;
  line-height: 50px;
}

.btn2 {
  display: inline-block;
  color: #006897;
  font-size: 16px;
  line-height: 1;
  padding: 18px 75px 18px 26px;
  text-align: center;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  background: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 14px;
  border: 1px solid #E8E8E8;
}

.btn2 i {
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  right: 0px;
  background: #006897;
  top: 0;
  color: #fff;
  width: 50px;
  height: 100%;
  line-height: 50px;
}

.btn::before {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #1e2126;
  top: 10PX;
  left: 10px;
  z-index: -1;
  transition: all 0.3s ease 0s;
  display: none;
}

.btn:hover::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: #ffb347;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn:hover {
  color: #fff;
  background: #1e2126;
}

.btn2:hover {
  color: #ffb347;
  border: 1px solid #ffb347;
}

.btn2:hover i {
  background: #ffb347;
}

#scrollUp {
  background: #ffb347;
  height: 45px;
  width: 45px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  line-height: 45px;
  transition: .3s;
}

#scrollUp:hover {
  background: #ffb347;
}

.header-cta ul li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
}

.header-cta ul li:first-child {
  margin-left: 0;
  border-left: none;
}

.header-cta ul li:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.header-cta ul li .icon i {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
}

.menu-area {
  position: relative;
}

.main-menu {
  position: relative;
  z-index: 9;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
}

.main-menu ul li a {
  display: block;
  color: #18191a;
  padding: 16px 0;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}

.main-menu ul li a::after {
  content: "+";
  margin-left: 10px;
  color: #ffb347;
  display: none;
}

.main-menu ul li:last-child a::after,
.main-menu .has-sub ul li a::after {
  display: none;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul li:hover>a {
  color: #ffb347;
}

.main-menu ul li:hover>a::before {
  width: 100%;
}

#mobile-menu {
  display: block;
}

.btn:hover {
  background: #ffb347;
}

.slider-content {
  position: relative;
  z-index: 2;
}

.slider-btn {
  display: inline-block;
  position: relative;
}

.second-menu {
  position: relative;
  z-index: 9;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.second-menu .logo a {
  margin-left: 15px;
}

.second-menu a i {
  font-size: 20px;
}

.second-menu .main-menu ul li {
  margin-right: 40px;
}

.second-menu .main-menu ul li a::before {
  content: none;
}

.offcanvas-menu {
  position: fixed;
  right: 0;
  height: 100%;
  width: 300px;
  z-index: 999;
  background: #00081b;
  top: 0;
  padding: 30px;
  transition: .5s;
  transform: translateX(100%);
}

.menu-close i {
  font-size: 18px;
  color: #fff;
  transition: .3s;
  cursor: pointer;
}

.menu-close:hover i {
  color: #ffb347;
}

.offcanvas-menu ul {
  margin-top: 30px;
}

.offcanvas-menu ul li {
  border-bottom: 1px solid #101c38;
}

.offcanvas-menu ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 6px 0;
  display: block;
}

.offcanvas-menu ul li:hover a {
  color: #ffb347;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.header-three {
  margin-bottom: -180px;
  z-index: 2;
  position: relative;
}

.header-three .menu-area::before {
  display: none;
}

.header-three .menu-area .container {
  border-top: 0;
  position: relative;
  z-index: 9;
}

.header-three .main-menu ul li a {
  font-family: "Outfit", sans-serif;
  color: #222;
}

.header-three .main-menu ul li a:hover {
  color: #1e2126;
}

.header-three .btn.ss-btn {
  float: right;
}

.call-box .icon {
  display: inline-block;
}

.call-box .icon,
.call-box .text {
  float: left;
  text-align: left;
}

.call-box .text {
  margin-left: 10px;
}

.call-box span {
  display: block;
  color: #fff;
  opacity: 0.6;
}

.call-box strong {
  font-weight: 500;
  color: #fff;
}

.slider-bg {
  min-height: 1000px !important;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.slider-content h2 {
  font-size: 54px;
  letter-spacing: 1.0px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 700;
}

.slider-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

.p-relative {
  position: relative;
}

.s-slider-content h2 {
  margin-bottom: 25px;
}

.s-slider-content p {
  font-size: 18px;
  color: #cad1d9;
  line-height: 26px;
  margin: auto;
}

.scroll-btn {
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
}

.scroll-btn img {
  margin-right: 15px;
}

.about-area .nav.nav-tabs {
  text-align: center;
  border: none;
  display: inherit;
  transform: rotate(-90deg);
  right: -180px;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.about-area .nav.nav-tabs::before {
  content: '';
  width: 100px;
  height: 1px;
  background: #000;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.about-area .nav.nav-tabs::after {
  content: '';
  width: 100px;
  height: 1px;
  background: #000;
  position: relative;
  display: inline-block;
}

.about-area .nav.nav-tabs li {
  display: inline-block;
  margin: 0px 15px 0 0;
  margin-bottom: 20px;
}

.about-area .nav.nav-tabs li span {
  padding: 10px 20px;
  color: #2b2c30;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  font-family: Roboto;
  font-size: 18px;
}

.about-area .nav.nav-tabs li span:hover,
.about-area .nav.nav-tabs li span.active {
  color: #fff;
  background: #ffb347;
}

.s-about-img {
  padding-right: 30px;
}

.about-title h2 {
  font-size: 70px;
  margin-bottom: 0 !important;
}

.about-content p {
  margin-bottom: 45px;
}

.section-t h2 {
  font-size: 160px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  font-family: Outfit;
  font-weight: 500;
  top: -35px;
  line-height: 1;
}

.s-about-content p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
}

.ab-coutner {
  margin-top: 120px;
}

.section-title h5 {
  color: #006897;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 55px;
  padding-bottom: 0;
  margin-bottom: 0px !important;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 60px;
  background: #ffb347;
  margin: auto;
  transition: .3s;
  display: none;
}

section:hover .section-title h2::before {
  width: 100px;
}

.service li {
  margin-bottom: 30px;
}

.service .section-t h2 {
  font-size: 250px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  margin-bottom: -40px;
}

.services-active {
  margin: 0;
}

.service-box-slider .text {
  float: left;
  width: 45%;
  padding-right: 50px;
}

.service-box-slider .img {
  float: right;
  width: 55%;
}

.service-box-slider h5 {
  color: #ffb347;
  margin-bottom: 30px;
  font-size: 18px;
}

.service-box-slider h3 {
  font-size: 64px;
  margin-bottom: 20px;
}

.services-active .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  line-height: 1;
}

.services-active .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.services-active .slick-dots li button {
  text-indent: -99999px;
  border: none;
  padding: 0;
  height: 10px;
  width: 10px;
  background: #ffb347;
  border-radius: 50px;
  z-index: 1;
  cursor: pointer;
  transition: .3s;
  background: #cccccc;
}

.services-active .slick-dots li.slick-active button {
  width: 10px;
  background: #ffb347;
}

.services-active .slick-track {
  padding-bottom: 10px;
}

.second-services-content h5 {
  transition: .3s;
  letter-spacing: 0;
  font-size: 26px;
  color: #030c26;
}

.second-services-content a::after {
  left: -40px;
  right: unset;
  opacity: 0;
}

.s-single-services {
  transition: .3s;
  background: #fff;
  position: relative;
  display: flex;
}

.s-single-services .feature-img {
  width: 100%;
}

.feature-img img {
  width: 100%;
}

.s-single-services .services-icon {
  position: absolute;
  left: 40px;
  top: 50px;
  z-index: 1;
}

.services-number {
  position: absolute;
  top: 83px;
  right: 40px;
  z-index: 1;
  font-size: 140px;
  font-weight: 500;
  font-family: Outfit;
  -webkit-text-stroke: 1px #00000017;
  -webkit-text-fill-color: transparent;
}

.services-number-hover {
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: #fff;
  z-index: 2;
}

.h-service {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 85% 30px 0;
  transition: .3s cubic-bezier(.24, .74, .58, 1);
  transform: scaleY(1);
}

.h-service h5 {
  font-size: 36px;
  font-weight: 600;
}

.s-single-services:hover .h-service,
.s-single-services.active .h-service {
  transform: scaleY(0);
  opacity: 0;
}

.services-hover {
  position: absolute;
  top: 0;
  left: 0;
  padding: 85% 30px 0;
  background: #18191a00;
  height: 100%;
  width: 100%;
  color: #fff;
  transform: scaleY(0);
  opacity: 0;
  transition: .3s cubic-bezier(.24, .74, .58, 1);
}

.s-single-services:hover .services-hover,
.s-single-services.active .services-hover {
  transform: scaleY(1);
  opacity: 1;
}

.s-single-services:hover .services-icon,
.s-single-services:hover .services-number,
.s-single-services.active .services-number {
  display: none;
}

.s-single-services:hover .services-hover .services-icon,
.s-single-services:hover .services-hover .services-number,
.s-single-services.active .services-hover .services-number {
  display: block;
}

.services-hover h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 36px;
}

.services-hover a {
  color: #fff;
  margin-top: 15px;
  display: block;
}

.second-services-content a {
  color: 000f38;
  transition: all 0.3s ease 0s;
}

.s-single-services:hover {
  background: #fff;
}

.services-bg {
  background-position: center;
  background-size: cover;
}

.animations-01 {
  position: absolute;
  left: 0;
  top: 240px;
  animation: alltuchtopdown 3s infinite;
  -webkit-animation: alltuchtopdown 3s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 1s;
}

.brand-area li {
  display: inline-block;
  margin-right: -4px;
  cursor: pointer;
  padding: 20px 22px;
  border: 1px solid #444;
  border-radius: 50px;
  margin-bottom: 20px;
}

.slick-slide {
  outline: none;
}

.locations-area {
  margin-top: -130px;
}

.contact-home-area .container {
  position: relative;
  z-index: 1;
}

.contact-home-area::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background: #f8b947;
  z-index: 0;
}

.contact-bg02 {
  background: #fff;
  padding: 50px;
  border-radius: 0;
}

.contact-bg02 h2 {
  font-size: 48px;
}

.contact-area h2 {
  color: #fff;
}

.contact-area .contact-box {
  background: #006897;
  padding: 25px;
  min-height: 300px;
}

.contact-area .contact-box p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

.contact-area .contact-box p a {
  color: #fff;
}

.contact-area .contact-box .icon {
  margin-bottom: 60px;
}

.contact-area .contact-box .content h5 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
}

.contact-area {
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-field {
  padding-right: 0;
}

.contact-field input,
.contact-field select {
  width: 100%;
  border: none;
  padding-left: 15px;
  transition: .3s;
  border-radius: 0;
  border: none;
  height: calc(3.0em + .75rem + 2px);
  border-bottom: 1px solid #E0E0E0;
  background: transparent;
}

.contact-field.c-name::after {
  content: "\f007";
}

.contact-field::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 14px;
  text-align: center;
  right: 25px;
  color: #ffb347;
  bottom: 22px;
  display: none;
}

.contact-field.c-subject::after {
  content: "\f249";
}

.contact-field.c-message::after {
  content: "\f303";
  font-weight: 600;
  top: 20px;
  bottom: unset;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #9e9e9e;
}

.contact-field textarea {
  width: 100%;
  padding: 15px;
  transition: .3s;
  height: 115px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #E0E0E0;
}

.footer-bg {
  color: #777;
  background-position: -180px center !important;
  background-size: cover;
}

.footer-social a {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  color: #fff !important;
}

.footer-social a:hover {
  color: #ffb347 !important;
}

.f-widget-title h2 {
  font-size: 24px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}

.f-widget-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 70px;
}

.f-about {
  padding-right: 30%;
  font-size: 18px;
  line-height: 28px;
  border-right: 1px solid #fff;
  width: 84%;
  height: 281px;
}

.c-mid {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-bottom: 20px;
}

.footer-widget .f-about a {
  font-size: 14px;
  color: #ffb347;
}

.f-widget-title img {
  width: 300px;
  max-width: inherit;
}

.footer-link ul li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
}

.footer-link ul li a::before {
  content: "+";
  margin-right: 8px;
  color: #ffb347;
  font-size: 18px;
  display: none;
}

.footer-link ul li a:hover {
  color: #ffb347;
}

.footer-link ul li {
  margin-bottom: 20px;
}

.footer-link ul li:last-child {
  margin-bottom: 0;
}

.copyright-wrap {
  background: #006897;
  color: #fff;
  font-size: 15px;
}

.copyright-wrap .container {
  padding: 0px 0 30px;
}

.main-menu .has-sub>ul {
  visibility: hidden;
  position: absolute;
  background-color: #ffff;
  min-width: 250px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  border-top: 4px solid #ffb347;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  opacity: 0;
}

.main-menu .has-sub li a {
  padding: 15px;
}

.main-menu .has-sub li {
  margin-left: 0 !important;
  float: left;
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: left;
}

.main-menu .has-sub a:hover {
  color: #1e2126;
}

.main-menu .has-sub:hover>ul {
  visibility: visible;
  margin-top: 0px;
  opacity: 1;
}

.main-menu .has-sub ul li a {
  color: #4f4f4f;
}

.main-menu .has-sub ul li a:hover {
  color: #ffb347;
}

video {
  width: 100%;
}

a,
h2,
h3,
h5,
p,
span {
  overflow-wrap: break-word;
}

h2,
h3,
h5 {
  overflow-wrap: break-word;
}

iframe {
  width: 100%;
}

.img,
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.slick-slide {
  outline: none;
}

.skill-area p {
  color: #fff;
}

.skills-title h2 {
  font-size: 50px;
  color: #fff;
}

.contact-area .container {
  position: relative;
  z-index: 1;
}

.contact-bg02 .slider-btn {
  width: 100%;
}

.footer-widget a {
  color: #fff;
}

.footer-widget p {
  color: #fff;
}

.logo {
  width: 195px;
}

.logo a {
  color: #fff;
}

.scrollbox {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.scrollbox--secondary {
  color: #fff;
}

.scrollbox--reverse .scrollbox__item {
  animation-direction: reverse;
}

.scrollbox:hover .scrollbox__item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.scrollbox__item {
  flex: 1 0 auto;
  font-size: 1.5rem;
  transform: translateX(-100%);
  -webkit-animation: no-transform 45s linear infinite;
  animation: no-transform 45s linear infinite;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}

.scrollbox2 {
  position: relative;
}

.play-video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-video-overlay i {
  font-size: 100px;
  color: #ffb347;
}

.video-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 99999999999999999999999999999999;
}

.video-modal {
  width: 85%;
  max-width: 350px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: -30px;
  right: -15px;
  cursor: pointer;
}

.close-btn i {
  color: #fff;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 50px;
  background-color: #25D366;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 99999999;
  padding: 10px 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.4s;
}

.whatsapp-button:hover {
  background-color: #47F588;
}

.whatsapp-button i {
  font-size: 22px;
}

.slider-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/*! CSS Used from: https://embramais.com.br/css/responsive.css */
@media (min-width: 1200px) and (max-width: 1500px) {
  .logo {
    width: 100%;
  }

  .s-about-img img {
    margin: 0;
  }

  .section-t h2 {
    font-size: 98px;
  }

  .services-hover,
  .h-service {
    padding: 78% 30px 0;
  }

  .services-hover h5,
  .h-service h5 {
    font-size: 32px;
  }

  .main-menu ul li:first-child {
    margin-left: 0;
  }

  .menu-area::before {
    width: 26%;
  }

  .animations-01 {
    display: none !important;
  }

  .slider-content h2 {
    font-size: 80px;
  }

  .second-menu .main-menu ul li {
    margin-left: 0;
  }

  .main-menu {
    margin-right: -40px;
  }
}

@media (min-width: 1500px) and (max-width: 1875px) {
  .call-box strong {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-cta {
    margin-left: -57px;
    display: inline-block;
  }

  .h-service,
  .services-hover {
    padding: 75% 30px 0;
  }

  .about-area .nav.nav-tabs::before,
  .about-area .nav.nav-tabs::after,
  .scroll-btn {
    display: none;
  }

  .about-area .nav.nav-tabs {
    transform: inherit;
    right: 0 !important;
    position: relative;
    top: 0;
    z-index: 1;
    margin-bottom: 80px;
  }

  .logo {
    width: 100%;
  }

  .s-about-img img {
    margin-top: auto;
    margin-left: auto;
  }

  .section-title h2 {
    font-size: 50px;
  }

  .skills-title h2 {
    font-size: 50px;
  }

  .about-title h2 {
    font-size: 50px;
  }

  .slick-dots {
    display: none !important;
  }

  .contact-area::after,
  .team-area::after {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }

  .slider-content h2 {
    font-size: 70px;
  }

  .header-cta ul li {
    font-size: 12px;
    padding-right: 0;
  }

  .menu-area::before {
    width: 23%;
  }

  .about-area .nav.nav-tabs {
    right: -240px;
  }

  .services-hover h5,
  .h-service h5 {
    font-size: 28px;
  }

  .section-t h2 {
    font-size: 103px;
  }

  .scroll-btn {
    display: none;
  }

  .about-p {
    padding-top: 110px;
  }

  .animations-01 {
    display: none !important;
  }
}

@media (min-width: 1500px) and (max-width: 1742px) {
  .scroll-btn {
    left: -85px;
  }
}

@media (min-width: 600px) {
  .social-links {
    position: absolute;
    width: unset;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu-area {
    padding: 20px 0;
  }

  .skills-content {
    margin-left: 0;
    margin-top: 50px;
  }

  .header-mid {
    display: none !important;
  }

  .menu-area::before {
    width: 32%;
  }

  .header-three .menu-area {
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px 0;
    background: #006897;
  }

  .slider-content h2 {
    font-size: 48px;
  }

  .s-about-img {
    margin-left: 0;
  }

  .contact-area::after {
    width: 100%;
    left: 0;
  }

  .slider-active .slick-track::before {
    background: #fff5f4;
  }

  .s-about-img.p-relative {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-bg02 {
    padding: 30px;
  }

  #mobile-menu {
    background: #002e5b;
  }

  .header-cta ul li {
    display: inline-block;
    margin-left: 12px;
  }

  .logo {
    height: auto;
    margin-top: 0;
    line-height: inherit;
    width: 25%;
  }

  .main-menu .has-sub>ul {
    position: relative;
  }

  .slider-bg {
    min-height: 700px;
  }

  .section-t h2 {
    font-size: 70px;
  }

  .section-title h2 {
    font-size: 46px;
  }

  #mobile-menu {
    display: none;
    padding: 20px;
  }

  .main-menu {
    text-align: left !important;
  }

  .main-menu ul li {
    display: block;
    border-bottom: 1px solid #f7f7f74f;
    margin-left: 0;
  }

  .main-menu ul li:hover a {
    color: #000;
  }

  .main-menu ul>li>a::before {
    content: none;
  }

  .main-menu ul li a {
    color: #fff;
    padding: 12px 20px;
    display: block;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
  }

  .second-menu {
    background: none;
  }

  .second-menu::before {
    content: none;
  }

  .second-menu .main-menu ul li {
    margin-left: 0;
  }

  .s-about-img img {
    width: 100%;
    margin: 0;
  }

  .logo img {
    width: 125px;
  }

  .animations-01 {
    display: none !important;
  }

  .slick-slide img {
    display: inline-block;
  }

  .service-box-slider h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .service-box-slider .img {
    float: right;
    width: 100%;
  }

  .service-box-slider .text {
    float: left;
    width: 100%;
    padding-right: 0;
    padding: 120px 0 30px;
  }

  .about-area .nav.nav-tabs {
    transform: inherit;
    right: 26%;
    position: absolute;
    top: 50px;
    z-index: 1;
  }

  .about-area .nav.nav-tabs::before,
  .about-area .nav.nav-tabs::after,
  .scroll-btn {
    display: none;
  }

  .second-menu {
    padding: 0;
    background: none;
  }

  .services-hover {
    padding: 85% 30px 0;
  }

  .services-hover h5,
  .h-service h5 {
    font-size: 30px;
  }

  .ab-coutner {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {

  .h-service,
  .services-hover {
    padding: 75% 30px 0;
  }

  .ab-coutner {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .f-about {
    border-right: none;
    width: 100%;
  }

  .service-box-slider h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .service-box-slider .img {
    float: right;
    width: 100%;
  }

  .service-box-slider .text {
    float: left;
    width: 100%;
    padding-right: 0;
    padding: 120px 0 30px;
  }

  .about-area .nav.nav-tabs {
    transform: inherit;
    right: 0;
    position: relative;
    top: -25px;
    z-index: 1;
    left: 0;
  }

  .about-area .nav.nav-tabs::before,
  .about-area .nav.nav-tabs::after,
  .scroll-btn {
    display: none;
  }

  .second-menu {
    padding: 0;
    background: none;
  }

  .header-three .menu-area {
    background: #006897;
  }

  .menu-area {
    background: #fff;
  }

  .section-title h5 {
    text-align: center;
  }

  .services-hover {
    padding: 85% 30px 0;
  }

  .services-hover h5,
  .h-service h5 {
    font-size: 30px;
  }

  .slick-slide img {
    display: inline-block;
  }

  .animations-01 {
    display: none !important;
  }

  .logo img {
    width: 156px;
  }

  .slider-content {
    margin-top: 150px;
  }

  .footer-link {
    text-align: inherit;
  }

  .skills-title h2 {
    font-size: 36px;
  }

  .copyright-wrap {
    text-align: center;
  }

  .footer-social {
    text-align: center;
    display: inline-block;
    float: none;
  }

  .contact-area::after,
  .team-area::after {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }

  .s-about-img.p-relative {
    margin-bottom: 50px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-bg02 {
    padding: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

  .slider-active .slick-track::before {
    background: #fff5f4;
  }

  .logo {
    height: auto;
    margin-top: 0;
    line-height: inherit;
    width: auto;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .main-menu .has-sub>ul {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .main-menu .has-sub>ul {
    border-top: 1px solid #f7f7f7;
  }

  .main-menu .has-sub li a {
    padding-left: 20px;
  }

  .menu-area {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .slider-content h2 {
    font-size: 36px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }

  .header-three .menu-area {
    margin-bottom: 0;
  }

  .menu-area::before {
    width: 60%;
  }

  .section-t {
    display: none;
  }

  .about-title h2 {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .section-title {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title h2 {
    font-size: 40px;
    text-align: center;
  }

  .skills-img {
    margin-left: 0px;
  }

  .skills-content {
    margin-left: 0;
    margin-top: 30px;
  }

  .menu-area {
    padding: 20px 0;
  }

  #mobile-menu {
    display: none;
    background: no-repeat;
    padding: 20px 0;
    margin-top: 21px;
    background: #002e5b;
  }

  .main-menu {
    text-align: left !important;
  }

  .main-menu ul li {
    display: block;
    border-bottom: 1px solid #ffffff3d;
    margin-left: 0;
  }

  .main-menu ul>li>a::before {
    content: none;
  }

  .main-menu ul li a {
    color: #fff;
    padding: 12px 15px;
    display: inline-block;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
  }

  .second-menu::before {
    content: none;
  }

  .second-menu .main-menu ul li {
    margin-left: 0;
  }

  .s-about-img img {
    width: 100%;
    margin: 0;
  }

  .s-slider-content p {
    padding-right: 0;
  }

  #scrollUp {
    right: 20px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-content h2 {
    font-size: 32px;
  }

  .section-title h2 {
    font-size: 42px;
    letter-spacing: -1px;
  }
}

/*! CSS Used from: Embedded */
@media {
  .adopt-c-hCVGxA {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: rgb(248, 185, 71) !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: var(--adopt-fontSizes-title) !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: unset !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: 0px !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  @media (max-width: 630px) {
    .adopt-c-hCVGxA {
      color: rgb(248, 185, 71) !important;
    }
  }

  .adopt-c-bKcAzm {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: rgb(248, 185, 71) !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: var(--adopt-fontSizes-text) !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: pointer !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: right !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: none !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    white-space: nowrap !important;
    text-wrap-style: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  @media (max-width: 630px) {
    .adopt-c-bKcAzm {
      color: rgb(248, 185, 71) !important;
    }
  }

  .adopt-c-iSmDcU {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: rgb(248, 185, 71) !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: var(--adopt-fontSizes-text) !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: bold !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: pointer !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: underline !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  .adopt-c-hmvzaw {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: rgb(52, 70, 76) !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: var(--adopt-fontSizes-text) !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background-attachment: unset !important;
    background-blend-mode: unset !important;
    background-clip: unset !important;
    background-color: rgb(255, 255, 255) !important;
    background-image: unset !important;
    background-origin: unset !important;
    background-position: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: 1px solid rgb(52, 70, 76) !important;
    border-radius: 20px !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: pointer !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: 10px 30px !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: center !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  .adopt-c-hmvzaw::after {
    content: none;
    height: auto !important;
    width: auto !important;
    opacity: 0 !important;
  }

  .adopt-c-hmvzaw::before {
    content: none;
    height: auto !important;
    width: auto !important;
    opacity: 0 !important;
  }

  @media (max-width: 630px) {
    .adopt-c-hmvzaw {
      color: rgb(52, 70, 76) !important;
      border: 1px solid rgb(52, 70, 76) !important;
      background-color: rgb(255, 255, 255) !important;
    }
  }

  .adopt-c-gFdsPl {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: unset !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: var(--adopt-fontSizes-title) !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    align-content: unset !important;
    align-items: flex-start !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: unset !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: flex !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    justify-content: space-between !important;
    justify-items: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: 0px 0px 10px !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: 300px !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  .adopt-c-gFdsPl div {
    display: flex !important;
  }

  .adopt-c-jgpkwJ {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: rgb(52, 70, 76) !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: var(--adopt-fontSizes-text) !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: unset !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: block !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin-bottom: 5px !important;
    margin-inline: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
    margin-top: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  @media (max-width: 630px) {
    .adopt-c-jgpkwJ {
      color: rgb(52, 70, 76) !important;
    }
  }

  .adopt-c-knuPse {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: rgb(248, 185, 71) !important;
    font: unset !important;
    font-palette: unset !important;
    font-synthesis: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: unset !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  .adopt-c-knuPse span#adopt-divisor {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: unset !important;
    font: unset !important;
    font-palette: unset !important;
    font-synthesis: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: unset !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: 0px 2px !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: none !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  .adopt-c-knuPse span {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: unset !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: var(--adopt-fontSizes-text) !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: bold !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: pointer !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: underline !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  @media (max-width: 630px) {
    .adopt-c-knuPse {
      color: rgb(248, 185, 71) !important;
    }
  }

  @media (max-width: 630px) {
    .adopt-c-knuPse a {
      color: rgb(248, 185, 71) !important;
    }
  }

  @media (max-width: 630px) {
    .adopt-c-knuPse {
      display: block !important;
    }
  }

  .adopt-c-bShosJ {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: rgb(52, 70, 76) !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: var(--adopt-fontSizes-text) !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: unset !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: none !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  .adopt-c-bShosJ a {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: rgb(248, 185, 71) !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: unset !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: bold !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: pointer !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  @media (max-width: 630px) {
    .adopt-c-bShosJ {
      color: rgb(52, 70, 76) !important;
    }
  }

  @media (max-width: 630px) {
    .adopt-c-bShosJ a {
      color: rgb(248, 185, 71) !important;
    }
  }

  .adopt-c-cYBfCY {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: unset !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: unset !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: unset !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: 1.3em !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  .adopt-c-bzjuTk {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: unset !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: unset !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: border-box !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: unset !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: var(--adopt-lineHeights-title) !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: 100% !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: 100% !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: left !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  @media (max-width: 630px) {
    .adopt-c-bzjuTk {
      min-width: 100% !important;
      max-width: 100% !important;
      min-height: 0px !important;
      max-height: 100% !important;
    }
  }

  .adopt-c-fjiETV {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: none !important;
    color: rgb(52, 70, 76) !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: var(--adopt-fontSizes-text) !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background-attachment: unset !important;
    background-blend-mode: unset !important;
    background-clip: unset !important;
    background-color: transparent !important;
    background-image: unset !important;
    background-origin: unset !important;
    background-position: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: none !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: none !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: pointer !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: 0px !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: 0px !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: center !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: underline !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  .adopt-c-fjiETV::after {
    content: none;
    height: auto !important;
    width: auto !important;
    opacity: 0 !important;
  }

  .adopt-c-fjiETV::before {
    content: none;
    height: auto !important;
    width: auto !important;
    opacity: 0 !important;
  }

  @media (max-width: 630px) {
    .adopt-c-fjiETV {
      color: rgb(52, 70, 76) !important;
    }
  }

  .adopt-c-bKhRjR {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: rgb(255, 255, 255) !important;
    font-family: unset !important;
    font-feature-settings: unset !important;
    font-kerning: unset !important;
    font-optical-sizing: unset !important;
    font-palette: unset !important;
    font-size: var(--adopt-fontSizes-text) !important;
    font-size-adjust: unset !important;
    font-stretch: unset !important;
    font-style: unset !important;
    font-synthesis: unset !important;
    font-variant: unset !important;
    font-variation-settings: unset !important;
    font-weight: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background-attachment: unset !important;
    background-blend-mode: unset !important;
    background-clip: unset !important;
    background-color: rgb(248, 185, 71) !important;
    background-image: unset !important;
    background-origin: unset !important;
    background-position: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: none !important;
    border-radius: 20px !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: rgb(248, 185, 71) 0px 10px 28px -12px !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: pointer !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    letter-spacing: 0px !important;
    lighting-color: unset !important;
    line-break: unset !important;
    line-height: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: 10px 30px !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: center !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: unset !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  .adopt-c-bKhRjR::after {
    content: none;
    height: auto !important;
    width: auto !important;
    opacity: 0 !important;
  }

  .adopt-c-bKhRjR::before {
    content: none;
    height: auto !important;
    width: auto !important;
    opacity: 0 !important;
  }

  @media (max-width: 630px) {
    .adopt-c-bKhRjR {
      color: rgb(255, 255, 255) !important;
      background-color: rgb(248, 185, 71) !important;
      box-shadow: rgb(248, 185, 71) 0px 10px 28px -12px !important;
    }
  }

  .adopt-c-ljQBSt {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: unset !important;
    font: unset !important;
    font-palette: unset !important;
    font-synthesis: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    align-content: unset !important;
    align-items: center !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: unset !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: flex !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: unset !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    justify-content: space-between !important;
    justify-items: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin-bottom: unset !important;
    margin-inline: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
    margin-top: 22px !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: 100% !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  @media (max-width: 630px) {
    .adopt-c-ljQBSt {
      margin-top: 12px !important;
      width: 100% !important;
    }
  }

  @media (max-width: 360px) {
    .adopt-c-ljQBSt {
      gap: 6px !important;
    }
  }

  .adopt-c-ljQBSt button#adopt-preferences-button {
    font-size: var(--adopt-fontSizes-text) !important;
    font-family: Arial, Helvetica, sans-serif !important;
  }

  .adopt-c-ljQBSt button#adopt-reject-all-button {
    font-size: var(--adopt-fontSizes-text) !important;
    font-family: Arial, Helvetica, sans-serif !important;
  }

  .adopt-c-ljQBSt button#adopt-accept-all-button {
    font-size: var(--adopt-fontSizes-text) !important;
    font-family: Arial, Helvetica, sans-serif !important;
  }

  .adopt-c-bXGRNs {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: unset !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: unset !important;
    font: unset !important;
    font-palette: unset !important;
    font-synthesis: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    align-items: center !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: unset !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    inset: unset !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: border-box !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: unset !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: block !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-direction: unset !important;
    flex-wrap: wrap !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: 100% !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    justify-items: unset !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: unset !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: unset !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: 20px !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: 100% !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: unset !important;
  }

  @media (max-width: 630px) {
    .adopt-c-bXGRNs {
      display: block !important;
    }
  }

  .adopt-c-blcsFr {
    overflow: hidden !important;
    width: 350px !important;
    position: fixed !important;
    bottom: 75px !important;
    user-select: none !important;
    z-index: 2147483647 !important;
    box-sizing: border-box !important;
    font-family: Arial, Helvetica, sans-serif !important;
    background: rgb(255, 255, 255) !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px !important;
    left: 75px !important;
    border-radius: 20px !important;
  }

  @media (max-width: 630px) {
    .adopt-c-blcsFr {
      background: rgb(255, 255, 255) !important;
      inset: auto 0px 90px !important;
      max-width: 350px !important;
      width: calc(-40px + 100vw) !important;
      margin-left: auto !important;
      margin-right: auto !important;
      border-radius: 15px !important;
      position: fixed !important;
      flex-wrap: wrap !important;
    }
  }

  .adopt-c-cyPWlR {
    color-scheme: unset !important;
    forced-color-adjust: unset !important;
    mask: unset !important;
    math-depth: unset !important;
    position: fixed !important;
    position-anchor: unset !important;
    text-size-adjust: unset !important;
    appearance: unset !important;
    color: unset !important;
    font: unset !important;
    font-palette: unset !important;
    font-synthesis: unset !important;
    inset-area: unset !important;
    position-area: unset !important;
    text-orientation: unset !important;
    text-rendering: unset !important;
    text-spacing-trim: unset !important;
    -webkit-font-smoothing: unset !important;
    -webkit-locale: unset !important;
    -webkit-text-orientation: unset !important;
    -webkit-writing-mode: unset !important;
    writing-mode: unset !important;
    zoom: unset !important;
    accent-color: unset !important;
    place-content: unset !important;
    place-items: unset !important;
    place-self: unset !important;
    alignment-baseline: unset !important;
    anchor-name: unset !important;
    animation-composition: unset !important;
    animation: unset !important;
    app-region: unset !important;
    aspect-ratio: unset !important;
    backdrop-filter: unset !important;
    backface-visibility: unset !important;
    background: unset !important;
    background-blend-mode: unset !important;
    baseline-shift: unset !important;
    baseline-source: unset !important;
    block-size: unset !important;
    border-block: unset !important;
    border: unset !important;
    border-radius: 50% !important;
    border-collapse: unset !important;
    border-end-end-radius: unset !important;
    border-end-start-radius: unset !important;
    border-inline: unset !important;
    border-start-end-radius: unset !important;
    border-start-start-radius: unset !important;
    bottom: 20px !important;
    box-decoration-break: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    break-after: unset !important;
    break-before: unset !important;
    break-inside: unset !important;
    buffered-rendering: unset !important;
    caption-side: unset !important;
    caret-color: unset !important;
    clear: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    clip-rule: unset !important;
    color-interpolation: unset !important;
    color-interpolation-filters: unset !important;
    color-rendering: unset !important;
    columns: unset !important;
    column-fill: unset !important;
    gap: unset !important;
    column-rule: unset !important;
    column-span: unset !important;
    contain: unset !important;
    contain-intrinsic-block-size: unset !important;
    contain-intrinsic-size: unset !important;
    contain-intrinsic-inline-size: unset !important;
    container: unset !important;
    content: unset !important;
    content-visibility: unset !important;
    counter-increment: unset !important;
    counter-reset: unset !important;
    counter-set: unset !important;
    cursor: pointer !important;
    cx: unset !important;
    cy: unset !important;
    d: unset !important;
    display: unset !important;
    dominant-baseline: unset !important;
    empty-cells: unset !important;
    field-sizing: unset !important;
    fill: unset !important;
    fill-opacity: unset !important;
    fill-rule: unset !important;
    filter: unset !important;
    flex: unset !important;
    flex-flow: unset !important;
    float: unset !important;
    flood-color: unset !important;
    flood-opacity: unset !important;
    grid: unset !important;
    grid-area: unset !important;
    height: 60px !important;
    hyphenate-character: unset !important;
    hyphenate-limit-chars: unset !important;
    hyphens: unset !important;
    image-orientation: unset !important;
    image-rendering: unset !important;
    initial-letter: unset !important;
    inline-size: unset !important;
    inset-block: unset !important;
    inset-inline: unset !important;
    interpolate-size: unset !important;
    isolation: unset !important;
    left: 20px !important;
    letter-spacing: unset !important;
    lighting-color: unset !important;
    line-break: unset !important;
    list-style: unset !important;
    margin-block: unset !important;
    margin: unset !important;
    margin-inline: unset !important;
    marker: unset !important;
    mask-type: unset !important;
    math-shift: unset !important;
    math-style: unset !important;
    max-block-size: unset !important;
    max-height: unset !important;
    max-inline-size: unset !important;
    max-width: unset !important;
    min-block-size: unset !important;
    min-height: unset !important;
    min-inline-size: unset !important;
    min-width: unset !important;
    mix-blend-mode: unset !important;
    object-fit: unset !important;
    object-position: unset !important;
    object-view-box: unset !important;
    offset: unset !important;
    opacity: 0.5 !important;
    order: unset !important;
    orphans: unset !important;
    outline: unset !important;
    outline-offset: unset !important;
    overflow-anchor: unset !important;
    overflow-clip-margin: unset !important;
    overflow-wrap: unset !important;
    overflow: hidden !important;
    overlay: unset !important;
    overscroll-behavior-block: unset !important;
    overscroll-behavior-inline: unset !important;
    overscroll-behavior: unset !important;
    padding-block: unset !important;
    padding: unset !important;
    padding-inline: unset !important;
    page: unset !important;
    page-orientation: unset !important;
    paint-order: unset !important;
    perspective: unset !important;
    perspective-origin: unset !important;
    pointer-events: unset !important;
    position-try: unset !important;
    position-visibility: unset !important;
    quotes: unset !important;
    r: unset !important;
    resize: unset !important;
    right: unset !important;
    rotate: unset !important;
    ruby-align: unset !important;
    ruby-position: unset !important;
    rx: unset !important;
    ry: unset !important;
    scale: unset !important;
    scroll-behavior: unset !important;
    scroll-margin-block: unset !important;
    scroll-margin: unset !important;
    scroll-margin-inline: unset !important;
    scroll-padding-block: unset !important;
    scroll-padding: unset !important;
    scroll-padding-inline: unset !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    scroll-snap-type: unset !important;
    scroll-timeline: unset !important;
    scrollbar-color: unset !important;
    scrollbar-gutter: unset !important;
    scrollbar-width: unset !important;
    shape-image-threshold: unset !important;
    shape-margin: unset !important;
    shape-outside: unset !important;
    shape-rendering: unset !important;
    size: unset !important;
    speak: unset !important;
    stop-color: unset !important;
    stop-opacity: unset !important;
    stroke: unset !important;
    stroke-dasharray: unset !important;
    stroke-dashoffset: unset !important;
    stroke-linecap: unset !important;
    stroke-linejoin: unset !important;
    stroke-miterlimit: unset !important;
    stroke-opacity: unset !important;
    stroke-width: unset !important;
    tab-size: unset !important;
    table-layout: unset !important;
    text-align: unset !important;
    text-align-last: unset !important;
    text-anchor: unset !important;
    text-combine-upright: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: unset !important;
    text-emphasis: unset !important;
    text-emphasis-position: unset !important;
    text-indent: unset !important;
    text-overflow: unset !important;
    text-shadow: unset !important;
    text-transform: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-wrap: unset !important;
    timeline-scope: unset !important;
    top: unset !important;
    touch-action: unset !important;
    transform: unset !important;
    transform-box: unset !important;
    transform-origin: unset !important;
    transform-style: unset !important;
    transition: unset !important;
    translate: unset !important;
    user-select: unset !important;
    vector-effect: unset !important;
    vertical-align: unset !important;
    view-timeline: unset !important;
    view-transition-class: unset !important;
    view-transition-name: unset !important;
    visibility: unset !important;
    border-spacing: unset !important;
    -webkit-box-align: unset !important;
    -webkit-box-decoration-break: unset !important;
    -webkit-box-direction: unset !important;
    -webkit-box-flex: unset !important;
    -webkit-box-ordinal-group: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-box-pack: unset !important;
    -webkit-box-reflect: unset !important;
    -webkit-line-break: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-mask-box-image: unset !important;
    -webkit-print-color-adjust: unset !important;
    -webkit-rtl-ordering: unset !important;
    -webkit-ruby-position: unset !important;
    -webkit-tap-highlight-color: unset !important;
    -webkit-text-combine: unset !important;
    -webkit-text-decorations-in-effect: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-text-security: unset !important;
    -webkit-text-stroke: unset !important;
    -webkit-user-drag: unset !important;
    white-space-collapse: unset !important;
    widows: unset !important;
    width: 60px !important;
    will-change: unset !important;
    word-break: unset !important;
    word-spacing: unset !important;
    x: unset !important;
    y: unset !important;
    z-index: 2147483647 !important;
  }

  .adopt-c-cyPWlR:hover {
    opacity: 1 !important;
  }
}

/*! CSS Used from: Embedded */
.fSOTYe {
  background: center center / cover no-repeat;
  color: initial;
}

.jVMGbl {
  font-size: var(--svg-size, 1em);
  color: var(--svg-fill);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.jVMGbl span {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 0;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.jVMGbl [fill="none"] {
  fill: none;
}

.jVMGbl svg {
  width: var(--svg-size, 1em);
  height: var(--svg-size, 1em);
  fill: var(--svg-fill);
  stroke: var(--svg-stroke);
}

.jVMGbl svg * {
  stroke: var(--svg-stroke);
  fill: var(--svg-fill);
}

.hVTklf {
  position: relative;
  max-width: 100%;
  display: grid;
  grid-template-areas: "author author author author author" "title title title title title" "content content content content content" "thumbnail thumbnail thumbnail thumbnail thumbnail" "social social social social social";
  grid-auto-rows: auto;
  gap: 10px;
  word-break: break-all;
}

.hVTklf.no-title {
  grid-template-areas: "author author author author author" "content content content content content" "thumbnail thumbnail thumbnail thumbnail thumbnail" "social social social social social";
}

.hVTklf .feed-content-author {
  grid-area: author;
}

.hVTklf .feed-content-description {
  grid-area: content;
}

.hVTklf .feed-content-thumbnail {
  grid-area: thumbnail;
  position: relative;
  line-height: 0;
}

.hVTklf .feed-content-thumbnail img {
  max-width: 100%;
}

.hVTklf .feed-footer {
  grid-area: social;
}

.hVTklf a {
  text-decoration: none;
}

.hVTklf a:hover {
  text-decoration: underline;
}

.hVTklf .feed-footer {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.hVTklf .feed-footer .feed-content-activity {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 10px;
  font-weight: 700;
}

.hVTklf .feed-footer .activity-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: 1;
}

.hVTklf .feed-footer .activity-item svg {
  font-weight: normal;
}

.hVTklf .feed-footer .feed-content-social-share {
  background: none;
  border: none;
  padding: 0px 5px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  border-radius: 10px;
  font-size: 12px !important;
}

.hVTklf .feed-content-author {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: 300;
  gap: 10px;
  word-break: break-word;
}

.hVTklf .feed-content-author img {
  width: 35px;
  height: 35px;
  border-radius: 50em;
  object-fit: cover;
}

.hVTklf .feed-content-author a {
  flex: 1 1 0%;
}

.hVTklf .feed-content-author .feed-content-author-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.hVTklf .feed-content-description {
  word-break: break-word;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}

.hVTklf .feed-content-description br+br {
  display: none;
}

.hVTklf .feed-content-description a {
  color: var(--link-color);
}

.hVTklf .feed-content-description a:hover {
  color: var(--link-hover-color);
}

.hfjAod {
  position: relative;
  padding: 0px;
  min-height: 200px;
  max-width: 100%;
}

.hfjAod button {
  cursor: pointer;
  background: none;
  border: none;
}

.hfjAod .feed-content-wrapper {
  display: flex;
}

.hfjAod .feed-content-wrapper .feed-content-item {
  max-width: calc(100% - 30px);
}

.hfjAod .grid-layout {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 0px;
}

.hfjAod .grid-layout .feed-content-item {
  margin: 0px;
  padding: 20px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  aspect-ratio: 1 / 1;
  max-width: 100%;
  grid-template-areas: "author author author author author" "title title title title title" "content content content content content" "social social social social social";
  grid-template-rows: auto;
  -webkit-box-pack: center;
  place-content: center;
  text-align: center;
}

.hfjAod .grid-layout .feed-content-item::before {
  content: "";
  opacity: 0;
  z-index: 1;
  background-color: inherit;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}

.hfjAod .grid-layout .feed-content-item>* {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}

.hfjAod .grid-layout .feed-content-item:hover::before {
  opacity: 1;
}

.hfjAod .grid-layout .feed-content-item:hover>* {
  opacity: 1;
}

.hfjAod .grid-layout .feed-content-item .feed-content-author {
  display: none;
}

.hfjAod .grid-layout .feed-content-description {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hfjAod .grid-layout .feed-content-thumbnail {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0px;
  padding: 0px;
  pointer-events: none;
  grid-area: none;
  opacity: 1;
  background: url("https://embramais.com.br/assets/placeholder-image.png") 0% 0% / contain no-repeat;
}

.hfjAod .grid-layout .feed-content-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fAnEiZ {
  z-index: 1 !important;
}

.fAnEiZ::before,
.fAnEiZ::after {
  content: unset !important;
}

/*! CSS Used from: Embedded */
.widget-05e03730-062c-4f17-9658-15ed90250c40 {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Poppins", sans-serif;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.3;
  font-size: 14px;
  max-width: 100%;
}

.widget-05e03730-062c-4f17-9658-15ed90250c40 * {
  box-sizing: border-box;
}

.widget-05e03730-062c-4f17-9658-15ed90250c40 div:empty,
.widget-05e03730-062c-4f17-9658-15ed90250c40 span:empty,
.widget-05e03730-062c-4f17-9658-15ed90250c40 a:empty {
  display: inherit;
}

.widget-05e03730-062c-4f17-9658-15ed90250c40 a:focus {
  outline: 0;
}

.widget-05e03730-062c-4f17-9658-15ed90250c40 *:focus {
  outline: 0;
}

.widget-05e03730-062c-4f17-9658-15ed90250c40 a {
  text-decoration: none;
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes no-transform {
  100% {
    transform: none;
  }
}

@keyframes no-transform {
  100% {
    transform: none;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://embramais.com.br/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(https://embramais.com.br/fontawesome/webfonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://embramais.com.br/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(https://embramais.com.br/fontawesome/webfonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://embramais.com.br/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"), url(https://embramais.com.br/fontawesome/webfonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://embramais.com.br/fontawesome-pro/webfonts/fa-brands-400.woff2) format("woff2"), url(https://embramais.com.br/fontawesome-pro/webfonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://embramais.com.br/fontawesome-pro/webfonts/fa-light-300.woff2) format("woff2"), url(https://embramais.com.br/fontawesome-pro/webfonts/fa-light-300.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://embramais.com.br/fontawesome-pro/webfonts/fa-regular-400.woff2) format("woff2"), url(https://embramais.com.br/fontawesome-pro/webfonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://embramais.com.br/fontawesome-pro/webfonts/fa-solid-900.woff2) format("woff2"), url(https://embramais.com.br/fontawesome-pro/webfonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(https://embramais.com.br/fontawesome-pro/webfonts/fa-thin-100.woff2) format("woff2"), url(https://embramais.com.br/fontawesome-pro/webfonts/fa-thin-100.ttf) format("truetype");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJuktqQ4E.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJtEtq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJuktqQ4E.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJtEtq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 900;
  src: url(https://embramais.com.br/fontawesome-pro/webfonts/fa-solid-900.woff2) format("woff2"), url(https://embramais.com.br/fontawesome-pro/webfonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 400;
  src: url(https://embramais.com.br/fontawesome-pro/webfonts/fa-regular-400.woff2) format("woff2"), url(https://embramais.com.br/fontawesome-pro/webfonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 300;
  src: url(https://embramais.com.br/fontawesome-pro/webfonts/fa-light-300.woff2) format("woff2"), url(https://embramais.com.br/fontawesome-pro/webfonts/fa-light-300.ttf) format("truetype");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.hover-baloon {
  opacity: 0;
  display: none;
  position: absolute;
  top: -50px;
  right: -510px;
  background-color: #fff;
  color: #000;
  padding: 10px;
  transition: all 0.5s;
}


.adress-link:hover .hover-baloon {
  opacity: 1;
  display: block;

}