/* /sass/style.scss */
/*!
Theme Name: ewtr
Theme URI: http://underscores.me/
Author: mByte
Author URI: https://2im.ru/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ewtr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ewtr is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* /sass/abstracts/abstracts.scss */
/* /sass/abstracts/__variables/_typography.scss */
/* /sass/abstracts/__variables/_structure.scss */
/* /sass/abstracts/__variables/_columns.scss */
/* /sass/abstracts/__variables/_colors.scss */
:root {
  --color-bg: #E8E8E8;
  --color-white: rgba(255,255,255,1);
  --color-gray: rgba(41,71,84,1);
  --color-gray-80: rgba(41,71,84,0.800);
  --color-gray-20: rgba(41,71,84,0.200);
  --color-blue: rgba(0,186,239,1);
  --color-red: rgba(219,77,105,1);
  --color-green: rgba(111,191,107,1);
  --color-orange: rgba(248,167,84,1);
}
/* /sass/abstracts/_mixins/grid.scss */
.fill-height {
  height: 100%;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.m-align-center {
  margin-left: auto;
  margin-right: auto;
}
.to-right {
  margin-left: auto;
}
.to-left {
  margin-right: auto;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: calc(1 / 10);
}
.opacity-2 {
  opacity: calc(2 / 10);
}
.opacity-3 {
  opacity: calc(3 / 10);
}
.opacity-4 {
  opacity: calc(4 / 10);
}
.opacity-5 {
  opacity: calc(5 / 10);
}
.opacity-6 {
  opacity: calc(6 / 10);
}
.opacity-7 {
  opacity: calc(7 / 10);
}
.opacity-8 {
  opacity: calc(8 / 10);
}
.opacity-9 {
  opacity: calc(9 / 10);
}
.h-100vh {
  height: vvh(100) !important;
}
.mh-100vh {
  min-height: vvh(100) !important;
}
.w-33 {
  width: 33.3333% !important;
}
.w-66 {
  width: 66.6666% !important;
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .invisible-mobile {
    opacity: 0;
    pointer-events: none;
  }
  .invisible-mobile.active {
    opacity: 1;
    pointer-events: initial;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
  .invisible-desktop {
    opacity: 0;
    pointer-events: none;
  }
  .invisible-desktop.active {
    opacity: 1;
    pointer-events: initial;
  }
}
@media screen and (max-width: -1px) {
  .hidden-xs-down {
    display: none !important;
  }
}
.hidden-xs-up {
  display: none !important;
}
@media screen and (max-width: 539px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 540px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin-left: -40px;
  margin-right: -40px;
}
.row .col-offset-0 {
  margin-left: 0;
}
.row .col-1 {
  flex-basis: calc(100 / (12 / 1) * 1%);
  max-width: calc(100 / (12 / 1) * 1%);
}
.row .col-offset-1 {
  margin-left: calc(100 / (12 / 1) * 1%);
}
.row .col-2 {
  flex-basis: calc(100 / (12 / 2) * 1%);
  max-width: calc(100 / (12 / 2) * 1%);
}
.row .col-offset-2 {
  margin-left: calc(100 / (12 / 2) * 1%);
}
.row .col-3 {
  flex-basis: calc(100 / (12 / 3) * 1%);
  max-width: calc(100 / (12 / 3) * 1%);
}
.row .col-offset-3 {
  margin-left: calc(100 / (12 / 3) * 1%);
}
.row .col-4 {
  flex-basis: calc(100 / (12 / 4) * 1%);
  max-width: calc(100 / (12 / 4) * 1%);
}
.row .col-offset-4 {
  margin-left: calc(100 / (12 / 4) * 1%);
}
.row .col-5 {
  flex-basis: calc(100 / (12 / 5) * 1%);
  max-width: calc(100 / (12 / 5) * 1%);
}
.row .col-offset-5 {
  margin-left: calc(100 / (12 / 5) * 1%);
}
.row .col-6 {
  flex-basis: calc(100 / (12 / 6) * 1%);
  max-width: calc(100 / (12 / 6) * 1%);
}
.row .col-offset-6 {
  margin-left: calc(100 / (12 / 6) * 1%);
}
.row .col-7 {
  flex-basis: calc(100 / (12 / 7) * 1%);
  max-width: calc(100 / (12 / 7) * 1%);
}
.row .col-offset-7 {
  margin-left: calc(100 / (12 / 7) * 1%);
}
.row .col-8 {
  flex-basis: calc(100 / (12 / 8) * 1%);
  max-width: calc(100 / (12 / 8) * 1%);
}
.row .col-offset-8 {
  margin-left: calc(100 / (12 / 8) * 1%);
}
.row .col-9 {
  flex-basis: calc(100 / (12 / 9) * 1%);
  max-width: calc(100 / (12 / 9) * 1%);
}
.row .col-offset-9 {
  margin-left: calc(100 / (12 / 9) * 1%);
}
.row .col-10 {
  flex-basis: calc(100 / (12 / 10) * 1%);
  max-width: calc(100 / (12 / 10) * 1%);
}
.row .col-offset-10 {
  margin-left: calc(100 / (12 / 10) * 1%);
}
.row .col-11 {
  flex-basis: calc(100 / (12 / 11) * 1%);
  max-width: calc(100 / (12 / 11) * 1%);
}
.row .col-offset-11 {
  margin-left: calc(100 / (12 / 11) * 1%);
}
.row .col-12 {
  flex-basis: calc(100 / (12 / 12) * 1%);
  max-width: calc(100 / (12 / 12) * 1%);
}
.row .col-offset-12 {
  margin-left: calc(100 / (12 / 12) * 1%);
}
@media screen and (min-width: 540px) {
  .row .col-sm-offset-0 {
    margin-left: 0;
  }
  .row .col-sm-1 {
    flex-basis: calc(100 / (12 / 1) * 1%);
    max-width: calc(100 / (12 / 1) * 1%);
  }
  .row .col-sm-offset-1 {
    margin-left: calc(100 / (12 / 1) * 1%);
  }
  .row .col-sm-2 {
    flex-basis: calc(100 / (12 / 2) * 1%);
    max-width: calc(100 / (12 / 2) * 1%);
  }
  .row .col-sm-offset-2 {
    margin-left: calc(100 / (12 / 2) * 1%);
  }
  .row .col-sm-3 {
    flex-basis: calc(100 / (12 / 3) * 1%);
    max-width: calc(100 / (12 / 3) * 1%);
  }
  .row .col-sm-offset-3 {
    margin-left: calc(100 / (12 / 3) * 1%);
  }
  .row .col-sm-4 {
    flex-basis: calc(100 / (12 / 4) * 1%);
    max-width: calc(100 / (12 / 4) * 1%);
  }
  .row .col-sm-offset-4 {
    margin-left: calc(100 / (12 / 4) * 1%);
  }
  .row .col-sm-5 {
    flex-basis: calc(100 / (12 / 5) * 1%);
    max-width: calc(100 / (12 / 5) * 1%);
  }
  .row .col-sm-offset-5 {
    margin-left: calc(100 / (12 / 5) * 1%);
  }
  .row .col-sm-6 {
    flex-basis: calc(100 / (12 / 6) * 1%);
    max-width: calc(100 / (12 / 6) * 1%);
  }
  .row .col-sm-offset-6 {
    margin-left: calc(100 / (12 / 6) * 1%);
  }
  .row .col-sm-7 {
    flex-basis: calc(100 / (12 / 7) * 1%);
    max-width: calc(100 / (12 / 7) * 1%);
  }
  .row .col-sm-offset-7 {
    margin-left: calc(100 / (12 / 7) * 1%);
  }
  .row .col-sm-8 {
    flex-basis: calc(100 / (12 / 8) * 1%);
    max-width: calc(100 / (12 / 8) * 1%);
  }
  .row .col-sm-offset-8 {
    margin-left: calc(100 / (12 / 8) * 1%);
  }
  .row .col-sm-9 {
    flex-basis: calc(100 / (12 / 9) * 1%);
    max-width: calc(100 / (12 / 9) * 1%);
  }
  .row .col-sm-offset-9 {
    margin-left: calc(100 / (12 / 9) * 1%);
  }
  .row .col-sm-10 {
    flex-basis: calc(100 / (12 / 10) * 1%);
    max-width: calc(100 / (12 / 10) * 1%);
  }
  .row .col-sm-offset-10 {
    margin-left: calc(100 / (12 / 10) * 1%);
  }
  .row .col-sm-11 {
    flex-basis: calc(100 / (12 / 11) * 1%);
    max-width: calc(100 / (12 / 11) * 1%);
  }
  .row .col-sm-offset-11 {
    margin-left: calc(100 / (12 / 11) * 1%);
  }
  .row .col-sm-12 {
    flex-basis: calc(100 / (12 / 12) * 1%);
    max-width: calc(100 / (12 / 12) * 1%);
  }
  .row .col-sm-offset-12 {
    margin-left: calc(100 / (12 / 12) * 1%);
  }
}
@media screen and (min-width: 768px) {
  .row .col-md-offset-0 {
    margin-left: 0;
  }
  .row .col-md-1 {
    flex-basis: calc(100 / (12 / 1) * 1%);
    max-width: calc(100 / (12 / 1) * 1%);
  }
  .row .col-md-offset-1 {
    margin-left: calc(100 / (12 / 1) * 1%);
  }
  .row .col-md-2 {
    flex-basis: calc(100 / (12 / 2) * 1%);
    max-width: calc(100 / (12 / 2) * 1%);
  }
  .row .col-md-offset-2 {
    margin-left: calc(100 / (12 / 2) * 1%);
  }
  .row .col-md-3 {
    flex-basis: calc(100 / (12 / 3) * 1%);
    max-width: calc(100 / (12 / 3) * 1%);
  }
  .row .col-md-offset-3 {
    margin-left: calc(100 / (12 / 3) * 1%);
  }
  .row .col-md-4 {
    flex-basis: calc(100 / (12 / 4) * 1%);
    max-width: calc(100 / (12 / 4) * 1%);
  }
  .row .col-md-offset-4 {
    margin-left: calc(100 / (12 / 4) * 1%);
  }
  .row .col-md-5 {
    flex-basis: calc(100 / (12 / 5) * 1%);
    max-width: calc(100 / (12 / 5) * 1%);
  }
  .row .col-md-offset-5 {
    margin-left: calc(100 / (12 / 5) * 1%);
  }
  .row .col-md-6 {
    flex-basis: calc(100 / (12 / 6) * 1%);
    max-width: calc(100 / (12 / 6) * 1%);
  }
  .row .col-md-offset-6 {
    margin-left: calc(100 / (12 / 6) * 1%);
  }
  .row .col-md-7 {
    flex-basis: calc(100 / (12 / 7) * 1%);
    max-width: calc(100 / (12 / 7) * 1%);
  }
  .row .col-md-offset-7 {
    margin-left: calc(100 / (12 / 7) * 1%);
  }
  .row .col-md-8 {
    flex-basis: calc(100 / (12 / 8) * 1%);
    max-width: calc(100 / (12 / 8) * 1%);
  }
  .row .col-md-offset-8 {
    margin-left: calc(100 / (12 / 8) * 1%);
  }
  .row .col-md-9 {
    flex-basis: calc(100 / (12 / 9) * 1%);
    max-width: calc(100 / (12 / 9) * 1%);
  }
  .row .col-md-offset-9 {
    margin-left: calc(100 / (12 / 9) * 1%);
  }
  .row .col-md-10 {
    flex-basis: calc(100 / (12 / 10) * 1%);
    max-width: calc(100 / (12 / 10) * 1%);
  }
  .row .col-md-offset-10 {
    margin-left: calc(100 / (12 / 10) * 1%);
  }
  .row .col-md-11 {
    flex-basis: calc(100 / (12 / 11) * 1%);
    max-width: calc(100 / (12 / 11) * 1%);
  }
  .row .col-md-offset-11 {
    margin-left: calc(100 / (12 / 11) * 1%);
  }
  .row .col-md-12 {
    flex-basis: calc(100 / (12 / 12) * 1%);
    max-width: calc(100 / (12 / 12) * 1%);
  }
  .row .col-md-offset-12 {
    margin-left: calc(100 / (12 / 12) * 1%);
  }
}
@media screen and (min-width: 1280px) {
  .row .col-lg-offset-0 {
    margin-left: 0;
  }
  .row .col-lg-1 {
    flex-basis: calc(100 / (12 / 1) * 1%);
    max-width: calc(100 / (12 / 1) * 1%);
  }
  .row .col-lg-offset-1 {
    margin-left: calc(100 / (12 / 1) * 1%);
  }
  .row .col-lg-2 {
    flex-basis: calc(100 / (12 / 2) * 1%);
    max-width: calc(100 / (12 / 2) * 1%);
  }
  .row .col-lg-offset-2 {
    margin-left: calc(100 / (12 / 2) * 1%);
  }
  .row .col-lg-3 {
    flex-basis: calc(100 / (12 / 3) * 1%);
    max-width: calc(100 / (12 / 3) * 1%);
  }
  .row .col-lg-offset-3 {
    margin-left: calc(100 / (12 / 3) * 1%);
  }
  .row .col-lg-4 {
    flex-basis: calc(100 / (12 / 4) * 1%);
    max-width: calc(100 / (12 / 4) * 1%);
  }
  .row .col-lg-offset-4 {
    margin-left: calc(100 / (12 / 4) * 1%);
  }
  .row .col-lg-5 {
    flex-basis: calc(100 / (12 / 5) * 1%);
    max-width: calc(100 / (12 / 5) * 1%);
  }
  .row .col-lg-offset-5 {
    margin-left: calc(100 / (12 / 5) * 1%);
  }
  .row .col-lg-6 {
    flex-basis: calc(100 / (12 / 6) * 1%);
    max-width: calc(100 / (12 / 6) * 1%);
  }
  .row .col-lg-offset-6 {
    margin-left: calc(100 / (12 / 6) * 1%);
  }
  .row .col-lg-7 {
    flex-basis: calc(100 / (12 / 7) * 1%);
    max-width: calc(100 / (12 / 7) * 1%);
  }
  .row .col-lg-offset-7 {
    margin-left: calc(100 / (12 / 7) * 1%);
  }
  .row .col-lg-8 {
    flex-basis: calc(100 / (12 / 8) * 1%);
    max-width: calc(100 / (12 / 8) * 1%);
  }
  .row .col-lg-offset-8 {
    margin-left: calc(100 / (12 / 8) * 1%);
  }
  .row .col-lg-9 {
    flex-basis: calc(100 / (12 / 9) * 1%);
    max-width: calc(100 / (12 / 9) * 1%);
  }
  .row .col-lg-offset-9 {
    margin-left: calc(100 / (12 / 9) * 1%);
  }
  .row .col-lg-10 {
    flex-basis: calc(100 / (12 / 10) * 1%);
    max-width: calc(100 / (12 / 10) * 1%);
  }
  .row .col-lg-offset-10 {
    margin-left: calc(100 / (12 / 10) * 1%);
  }
  .row .col-lg-11 {
    flex-basis: calc(100 / (12 / 11) * 1%);
    max-width: calc(100 / (12 / 11) * 1%);
  }
  .row .col-lg-offset-11 {
    margin-left: calc(100 / (12 / 11) * 1%);
  }
  .row .col-lg-12 {
    flex-basis: calc(100 / (12 / 12) * 1%);
    max-width: calc(100 / (12 / 12) * 1%);
  }
  .row .col-lg-offset-12 {
    margin-left: calc(100 / (12 / 12) * 1%);
  }
}
@media screen and (min-width: 1440px) {
  .row .col-xl-offset-0 {
    margin-left: 0;
  }
  .row .col-xl-1 {
    flex-basis: calc(100 / (12 / 1) * 1%);
    max-width: calc(100 / (12 / 1) * 1%);
  }
  .row .col-xl-offset-1 {
    margin-left: calc(100 / (12 / 1) * 1%);
  }
  .row .col-xl-2 {
    flex-basis: calc(100 / (12 / 2) * 1%);
    max-width: calc(100 / (12 / 2) * 1%);
  }
  .row .col-xl-offset-2 {
    margin-left: calc(100 / (12 / 2) * 1%);
  }
  .row .col-xl-3 {
    flex-basis: calc(100 / (12 / 3) * 1%);
    max-width: calc(100 / (12 / 3) * 1%);
  }
  .row .col-xl-offset-3 {
    margin-left: calc(100 / (12 / 3) * 1%);
  }
  .row .col-xl-4 {
    flex-basis: calc(100 / (12 / 4) * 1%);
    max-width: calc(100 / (12 / 4) * 1%);
  }
  .row .col-xl-offset-4 {
    margin-left: calc(100 / (12 / 4) * 1%);
  }
  .row .col-xl-5 {
    flex-basis: calc(100 / (12 / 5) * 1%);
    max-width: calc(100 / (12 / 5) * 1%);
  }
  .row .col-xl-offset-5 {
    margin-left: calc(100 / (12 / 5) * 1%);
  }
  .row .col-xl-6 {
    flex-basis: calc(100 / (12 / 6) * 1%);
    max-width: calc(100 / (12 / 6) * 1%);
  }
  .row .col-xl-offset-6 {
    margin-left: calc(100 / (12 / 6) * 1%);
  }
  .row .col-xl-7 {
    flex-basis: calc(100 / (12 / 7) * 1%);
    max-width: calc(100 / (12 / 7) * 1%);
  }
  .row .col-xl-offset-7 {
    margin-left: calc(100 / (12 / 7) * 1%);
  }
  .row .col-xl-8 {
    flex-basis: calc(100 / (12 / 8) * 1%);
    max-width: calc(100 / (12 / 8) * 1%);
  }
  .row .col-xl-offset-8 {
    margin-left: calc(100 / (12 / 8) * 1%);
  }
  .row .col-xl-9 {
    flex-basis: calc(100 / (12 / 9) * 1%);
    max-width: calc(100 / (12 / 9) * 1%);
  }
  .row .col-xl-offset-9 {
    margin-left: calc(100 / (12 / 9) * 1%);
  }
  .row .col-xl-10 {
    flex-basis: calc(100 / (12 / 10) * 1%);
    max-width: calc(100 / (12 / 10) * 1%);
  }
  .row .col-xl-offset-10 {
    margin-left: calc(100 / (12 / 10) * 1%);
  }
  .row .col-xl-11 {
    flex-basis: calc(100 / (12 / 11) * 1%);
    max-width: calc(100 / (12 / 11) * 1%);
  }
  .row .col-xl-offset-11 {
    margin-left: calc(100 / (12 / 11) * 1%);
  }
  .row .col-xl-12 {
    flex-basis: calc(100 / (12 / 12) * 1%);
    max-width: calc(100 / (12 / 12) * 1%);
  }
  .row .col-xl-offset-12 {
    margin-left: calc(100 / (12 / 12) * 1%);
  }
}
.row > [class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.w-0 {
  width: 0% !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.w-auto {
  width: auto !important;
}
.d-flex {
  display: flex !important;
}
.flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}
.d-none {
  display: none !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-grow {
  flex-grow: 1 !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.radius-0 {
  border-radius: 0px !important;
}
.radius-tl-0 {
  border-top-left-radius: 0px !important;
}
.radius-tr-0 {
  border-top-right-radius: 0px !important;
}
.radius-bl-0 {
  border-bottom-left-radius: 0px !important;
}
.radius-br-0 {
  border-bottom-right-radius: 0px !important;
}
.gap-0 {
  gap: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.ma-0 {
  margin: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.pa-0 {
  padding: 0px !important;
}
.radius-1 {
  border-radius: 2px !important;
}
.radius-tl-1 {
  border-top-left-radius: 2px !important;
}
.radius-tr-1 {
  border-top-right-radius: 2px !important;
}
.radius-bl-1 {
  border-bottom-left-radius: 2px !important;
}
.radius-br-1 {
  border-bottom-right-radius: 2px !important;
}
.gap-1 {
  gap: 2px !important;
}
.mt-1 {
  margin-top: 2px !important;
}
.mr-1 {
  margin-right: 2px !important;
}
.mb-1 {
  margin-bottom: 2px !important;
}
.ml-1 {
  margin-left: 2px !important;
}
.mx-1 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.my-1 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.ma-1 {
  margin: 2px !important;
}
.pt-1 {
  padding-top: 2px !important;
}
.pr-1 {
  padding-right: 2px !important;
}
.pb-1 {
  padding-bottom: 2px !important;
}
.pl-1 {
  padding-left: 2px !important;
}
.px-1 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.py-1 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.pa-1 {
  padding: 2px !important;
}
.radius-2 {
  border-radius: 4px !important;
}
.radius-tl-2 {
  border-top-left-radius: 4px !important;
}
.radius-tr-2 {
  border-top-right-radius: 4px !important;
}
.radius-bl-2 {
  border-bottom-left-radius: 4px !important;
}
.radius-br-2 {
  border-bottom-right-radius: 4px !important;
}
.gap-2 {
  gap: 4px !important;
}
.mt-2 {
  margin-top: 4px !important;
}
.mr-2 {
  margin-right: 4px !important;
}
.mb-2 {
  margin-bottom: 4px !important;
}
.ml-2 {
  margin-left: 4px !important;
}
.mx-2 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.my-2 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.ma-2 {
  margin: 4px !important;
}
.pt-2 {
  padding-top: 4px !important;
}
.pr-2 {
  padding-right: 4px !important;
}
.pb-2 {
  padding-bottom: 4px !important;
}
.pl-2 {
  padding-left: 4px !important;
}
.px-2 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.py-2 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.pa-2 {
  padding: 4px !important;
}
.radius-3 {
  border-radius: 6px !important;
}
.radius-tl-3 {
  border-top-left-radius: 6px !important;
}
.radius-tr-3 {
  border-top-right-radius: 6px !important;
}
.radius-bl-3 {
  border-bottom-left-radius: 6px !important;
}
.radius-br-3 {
  border-bottom-right-radius: 6px !important;
}
.gap-3 {
  gap: 6px !important;
}
.mt-3 {
  margin-top: 6px !important;
}
.mr-3 {
  margin-right: 6px !important;
}
.mb-3 {
  margin-bottom: 6px !important;
}
.ml-3 {
  margin-left: 6px !important;
}
.mx-3 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.my-3 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.ma-3 {
  margin: 6px !important;
}
.pt-3 {
  padding-top: 6px !important;
}
.pr-3 {
  padding-right: 6px !important;
}
.pb-3 {
  padding-bottom: 6px !important;
}
.pl-3 {
  padding-left: 6px !important;
}
.px-3 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.py-3 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.pa-3 {
  padding: 6px !important;
}
.radius-4 {
  border-radius: 8px !important;
}
.radius-tl-4 {
  border-top-left-radius: 8px !important;
}
.radius-tr-4 {
  border-top-right-radius: 8px !important;
}
.radius-bl-4 {
  border-bottom-left-radius: 8px !important;
}
.radius-br-4 {
  border-bottom-right-radius: 8px !important;
}
.gap-4 {
  gap: 8px !important;
}
.mt-4 {
  margin-top: 8px !important;
}
.mr-4 {
  margin-right: 8px !important;
}
.mb-4 {
  margin-bottom: 8px !important;
}
.ml-4 {
  margin-left: 8px !important;
}
.mx-4 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.my-4 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.ma-4 {
  margin: 8px !important;
}
.pt-4 {
  padding-top: 8px !important;
}
.pr-4 {
  padding-right: 8px !important;
}
.pb-4 {
  padding-bottom: 8px !important;
}
.pl-4 {
  padding-left: 8px !important;
}
.px-4 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.py-4 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pa-4 {
  padding: 8px !important;
}
.radius-5 {
  border-radius: 10px !important;
}
.radius-tl-5 {
  border-top-left-radius: 10px !important;
}
.radius-tr-5 {
  border-top-right-radius: 10px !important;
}
.radius-bl-5 {
  border-bottom-left-radius: 10px !important;
}
.radius-br-5 {
  border-bottom-right-radius: 10px !important;
}
.gap-5 {
  gap: 10px !important;
}
.mt-5 {
  margin-top: 10px !important;
}
.mr-5 {
  margin-right: 10px !important;
}
.mb-5 {
  margin-bottom: 10px !important;
}
.ml-5 {
  margin-left: 10px !important;
}
.mx-5 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.my-5 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.ma-5 {
  margin: 10px !important;
}
.pt-5 {
  padding-top: 10px !important;
}
.pr-5 {
  padding-right: 10px !important;
}
.pb-5 {
  padding-bottom: 10px !important;
}
.pl-5 {
  padding-left: 10px !important;
}
.px-5 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.py-5 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pa-5 {
  padding: 10px !important;
}
.radius-6 {
  border-radius: 12px !important;
}
.radius-tl-6 {
  border-top-left-radius: 12px !important;
}
.radius-tr-6 {
  border-top-right-radius: 12px !important;
}
.radius-bl-6 {
  border-bottom-left-radius: 12px !important;
}
.radius-br-6 {
  border-bottom-right-radius: 12px !important;
}
.gap-6 {
  gap: 12px !important;
}
.mt-6 {
  margin-top: 12px !important;
}
.mr-6 {
  margin-right: 12px !important;
}
.mb-6 {
  margin-bottom: 12px !important;
}
.ml-6 {
  margin-left: 12px !important;
}
.mx-6 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.my-6 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.ma-6 {
  margin: 12px !important;
}
.pt-6 {
  padding-top: 12px !important;
}
.pr-6 {
  padding-right: 12px !important;
}
.pb-6 {
  padding-bottom: 12px !important;
}
.pl-6 {
  padding-left: 12px !important;
}
.px-6 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.py-6 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.pa-6 {
  padding: 12px !important;
}
.radius-7 {
  border-radius: 14px !important;
}
.radius-tl-7 {
  border-top-left-radius: 14px !important;
}
.radius-tr-7 {
  border-top-right-radius: 14px !important;
}
.radius-bl-7 {
  border-bottom-left-radius: 14px !important;
}
.radius-br-7 {
  border-bottom-right-radius: 14px !important;
}
.gap-7 {
  gap: 14px !important;
}
.mt-7 {
  margin-top: 14px !important;
}
.mr-7 {
  margin-right: 14px !important;
}
.mb-7 {
  margin-bottom: 14px !important;
}
.ml-7 {
  margin-left: 14px !important;
}
.mx-7 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}
.my-7 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.ma-7 {
  margin: 14px !important;
}
.pt-7 {
  padding-top: 14px !important;
}
.pr-7 {
  padding-right: 14px !important;
}
.pb-7 {
  padding-bottom: 14px !important;
}
.pl-7 {
  padding-left: 14px !important;
}
.px-7 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.py-7 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.pa-7 {
  padding: 14px !important;
}
.radius-8 {
  border-radius: 16px !important;
}
.radius-tl-8 {
  border-top-left-radius: 16px !important;
}
.radius-tr-8 {
  border-top-right-radius: 16px !important;
}
.radius-bl-8 {
  border-bottom-left-radius: 16px !important;
}
.radius-br-8 {
  border-bottom-right-radius: 16px !important;
}
.gap-8 {
  gap: 16px !important;
}
.mt-8 {
  margin-top: 16px !important;
}
.mr-8 {
  margin-right: 16px !important;
}
.mb-8 {
  margin-bottom: 16px !important;
}
.ml-8 {
  margin-left: 16px !important;
}
.mx-8 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.my-8 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.ma-8 {
  margin: 16px !important;
}
.pt-8 {
  padding-top: 16px !important;
}
.pr-8 {
  padding-right: 16px !important;
}
.pb-8 {
  padding-bottom: 16px !important;
}
.pl-8 {
  padding-left: 16px !important;
}
.px-8 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.py-8 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.pa-8 {
  padding: 16px !important;
}
.radius-9 {
  border-radius: 18px !important;
}
.radius-tl-9 {
  border-top-left-radius: 18px !important;
}
.radius-tr-9 {
  border-top-right-radius: 18px !important;
}
.radius-bl-9 {
  border-bottom-left-radius: 18px !important;
}
.radius-br-9 {
  border-bottom-right-radius: 18px !important;
}
.gap-9 {
  gap: 18px !important;
}
.mt-9 {
  margin-top: 18px !important;
}
.mr-9 {
  margin-right: 18px !important;
}
.mb-9 {
  margin-bottom: 18px !important;
}
.ml-9 {
  margin-left: 18px !important;
}
.mx-9 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}
.my-9 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.ma-9 {
  margin: 18px !important;
}
.pt-9 {
  padding-top: 18px !important;
}
.pr-9 {
  padding-right: 18px !important;
}
.pb-9 {
  padding-bottom: 18px !important;
}
.pl-9 {
  padding-left: 18px !important;
}
.px-9 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.py-9 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.pa-9 {
  padding: 18px !important;
}
.radius-10 {
  border-radius: 20px !important;
}
.radius-tl-10 {
  border-top-left-radius: 20px !important;
}
.radius-tr-10 {
  border-top-right-radius: 20px !important;
}
.radius-bl-10 {
  border-bottom-left-radius: 20px !important;
}
.radius-br-10 {
  border-bottom-right-radius: 20px !important;
}
.gap-10 {
  gap: 20px !important;
}
.mt-10 {
  margin-top: 20px !important;
}
.mr-10 {
  margin-right: 20px !important;
}
.mb-10 {
  margin-bottom: 20px !important;
}
.ml-10 {
  margin-left: 20px !important;
}
.mx-10 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.my-10 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.ma-10 {
  margin: 20px !important;
}
.pt-10 {
  padding-top: 20px !important;
}
.pr-10 {
  padding-right: 20px !important;
}
.pb-10 {
  padding-bottom: 20px !important;
}
.pl-10 {
  padding-left: 20px !important;
}
.px-10 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py-10 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pa-10 {
  padding: 20px !important;
}
.radius-11 {
  border-radius: 22px !important;
}
.radius-tl-11 {
  border-top-left-radius: 22px !important;
}
.radius-tr-11 {
  border-top-right-radius: 22px !important;
}
.radius-bl-11 {
  border-bottom-left-radius: 22px !important;
}
.radius-br-11 {
  border-bottom-right-radius: 22px !important;
}
.gap-11 {
  gap: 22px !important;
}
.mt-11 {
  margin-top: 22px !important;
}
.mr-11 {
  margin-right: 22px !important;
}
.mb-11 {
  margin-bottom: 22px !important;
}
.ml-11 {
  margin-left: 22px !important;
}
.mx-11 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}
.my-11 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.ma-11 {
  margin: 22px !important;
}
.pt-11 {
  padding-top: 22px !important;
}
.pr-11 {
  padding-right: 22px !important;
}
.pb-11 {
  padding-bottom: 22px !important;
}
.pl-11 {
  padding-left: 22px !important;
}
.px-11 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.py-11 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.pa-11 {
  padding: 22px !important;
}
.radius-12 {
  border-radius: 24px !important;
}
.radius-tl-12 {
  border-top-left-radius: 24px !important;
}
.radius-tr-12 {
  border-top-right-radius: 24px !important;
}
.radius-bl-12 {
  border-bottom-left-radius: 24px !important;
}
.radius-br-12 {
  border-bottom-right-radius: 24px !important;
}
.gap-12 {
  gap: 24px !important;
}
.mt-12 {
  margin-top: 24px !important;
}
.mr-12 {
  margin-right: 24px !important;
}
.mb-12 {
  margin-bottom: 24px !important;
}
.ml-12 {
  margin-left: 24px !important;
}
.mx-12 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.my-12 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.ma-12 {
  margin: 24px !important;
}
.pt-12 {
  padding-top: 24px !important;
}
.pr-12 {
  padding-right: 24px !important;
}
.pb-12 {
  padding-bottom: 24px !important;
}
.pl-12 {
  padding-left: 24px !important;
}
.px-12 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.py-12 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pa-12 {
  padding: 24px !important;
}
.radius-13 {
  border-radius: 26px !important;
}
.radius-tl-13 {
  border-top-left-radius: 26px !important;
}
.radius-tr-13 {
  border-top-right-radius: 26px !important;
}
.radius-bl-13 {
  border-bottom-left-radius: 26px !important;
}
.radius-br-13 {
  border-bottom-right-radius: 26px !important;
}
.gap-13 {
  gap: 26px !important;
}
.mt-13 {
  margin-top: 26px !important;
}
.mr-13 {
  margin-right: 26px !important;
}
.mb-13 {
  margin-bottom: 26px !important;
}
.ml-13 {
  margin-left: 26px !important;
}
.mx-13 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}
.my-13 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.ma-13 {
  margin: 26px !important;
}
.pt-13 {
  padding-top: 26px !important;
}
.pr-13 {
  padding-right: 26px !important;
}
.pb-13 {
  padding-bottom: 26px !important;
}
.pl-13 {
  padding-left: 26px !important;
}
.px-13 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}
.py-13 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.pa-13 {
  padding: 26px !important;
}
.radius-14 {
  border-radius: 28px !important;
}
.radius-tl-14 {
  border-top-left-radius: 28px !important;
}
.radius-tr-14 {
  border-top-right-radius: 28px !important;
}
.radius-bl-14 {
  border-bottom-left-radius: 28px !important;
}
.radius-br-14 {
  border-bottom-right-radius: 28px !important;
}
.gap-14 {
  gap: 28px !important;
}
.mt-14 {
  margin-top: 28px !important;
}
.mr-14 {
  margin-right: 28px !important;
}
.mb-14 {
  margin-bottom: 28px !important;
}
.ml-14 {
  margin-left: 28px !important;
}
.mx-14 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}
.my-14 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.ma-14 {
  margin: 28px !important;
}
.pt-14 {
  padding-top: 28px !important;
}
.pr-14 {
  padding-right: 28px !important;
}
.pb-14 {
  padding-bottom: 28px !important;
}
.pl-14 {
  padding-left: 28px !important;
}
.px-14 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.py-14 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.pa-14 {
  padding: 28px !important;
}
.radius-15 {
  border-radius: 30px !important;
}
.radius-tl-15 {
  border-top-left-radius: 30px !important;
}
.radius-tr-15 {
  border-top-right-radius: 30px !important;
}
.radius-bl-15 {
  border-bottom-left-radius: 30px !important;
}
.radius-br-15 {
  border-bottom-right-radius: 30px !important;
}
.gap-15 {
  gap: 30px !important;
}
.mt-15 {
  margin-top: 30px !important;
}
.mr-15 {
  margin-right: 30px !important;
}
.mb-15 {
  margin-bottom: 30px !important;
}
.ml-15 {
  margin-left: 30px !important;
}
.mx-15 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.my-15 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.ma-15 {
  margin: 30px !important;
}
.pt-15 {
  padding-top: 30px !important;
}
.pr-15 {
  padding-right: 30px !important;
}
.pb-15 {
  padding-bottom: 30px !important;
}
.pl-15 {
  padding-left: 30px !important;
}
.px-15 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.py-15 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pa-15 {
  padding: 30px !important;
}
.radius-16 {
  border-radius: 32px !important;
}
.radius-tl-16 {
  border-top-left-radius: 32px !important;
}
.radius-tr-16 {
  border-top-right-radius: 32px !important;
}
.radius-bl-16 {
  border-bottom-left-radius: 32px !important;
}
.radius-br-16 {
  border-bottom-right-radius: 32px !important;
}
.gap-16 {
  gap: 32px !important;
}
.mt-16 {
  margin-top: 32px !important;
}
.mr-16 {
  margin-right: 32px !important;
}
.mb-16 {
  margin-bottom: 32px !important;
}
.ml-16 {
  margin-left: 32px !important;
}
.mx-16 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.my-16 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.ma-16 {
  margin: 32px !important;
}
.pt-16 {
  padding-top: 32px !important;
}
.pr-16 {
  padding-right: 32px !important;
}
.pb-16 {
  padding-bottom: 32px !important;
}
.pl-16 {
  padding-left: 32px !important;
}
.px-16 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.py-16 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.pa-16 {
  padding: 32px !important;
}
.radius-17 {
  border-radius: 34px !important;
}
.radius-tl-17 {
  border-top-left-radius: 34px !important;
}
.radius-tr-17 {
  border-top-right-radius: 34px !important;
}
.radius-bl-17 {
  border-bottom-left-radius: 34px !important;
}
.radius-br-17 {
  border-bottom-right-radius: 34px !important;
}
.gap-17 {
  gap: 34px !important;
}
.mt-17 {
  margin-top: 34px !important;
}
.mr-17 {
  margin-right: 34px !important;
}
.mb-17 {
  margin-bottom: 34px !important;
}
.ml-17 {
  margin-left: 34px !important;
}
.mx-17 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}
.my-17 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.ma-17 {
  margin: 34px !important;
}
.pt-17 {
  padding-top: 34px !important;
}
.pr-17 {
  padding-right: 34px !important;
}
.pb-17 {
  padding-bottom: 34px !important;
}
.pl-17 {
  padding-left: 34px !important;
}
.px-17 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}
.py-17 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.pa-17 {
  padding: 34px !important;
}
.radius-18 {
  border-radius: 36px !important;
}
.radius-tl-18 {
  border-top-left-radius: 36px !important;
}
.radius-tr-18 {
  border-top-right-radius: 36px !important;
}
.radius-bl-18 {
  border-bottom-left-radius: 36px !important;
}
.radius-br-18 {
  border-bottom-right-radius: 36px !important;
}
.gap-18 {
  gap: 36px !important;
}
.mt-18 {
  margin-top: 36px !important;
}
.mr-18 {
  margin-right: 36px !important;
}
.mb-18 {
  margin-bottom: 36px !important;
}
.ml-18 {
  margin-left: 36px !important;
}
.mx-18 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
.my-18 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.ma-18 {
  margin: 36px !important;
}
.pt-18 {
  padding-top: 36px !important;
}
.pr-18 {
  padding-right: 36px !important;
}
.pb-18 {
  padding-bottom: 36px !important;
}
.pl-18 {
  padding-left: 36px !important;
}
.px-18 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.py-18 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.pa-18 {
  padding: 36px !important;
}
.radius-19 {
  border-radius: 38px !important;
}
.radius-tl-19 {
  border-top-left-radius: 38px !important;
}
.radius-tr-19 {
  border-top-right-radius: 38px !important;
}
.radius-bl-19 {
  border-bottom-left-radius: 38px !important;
}
.radius-br-19 {
  border-bottom-right-radius: 38px !important;
}
.gap-19 {
  gap: 38px !important;
}
.mt-19 {
  margin-top: 38px !important;
}
.mr-19 {
  margin-right: 38px !important;
}
.mb-19 {
  margin-bottom: 38px !important;
}
.ml-19 {
  margin-left: 38px !important;
}
.mx-19 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}
.my-19 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.ma-19 {
  margin: 38px !important;
}
.pt-19 {
  padding-top: 38px !important;
}
.pr-19 {
  padding-right: 38px !important;
}
.pb-19 {
  padding-bottom: 38px !important;
}
.pl-19 {
  padding-left: 38px !important;
}
.px-19 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}
.py-19 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.pa-19 {
  padding: 38px !important;
}
.radius-20 {
  border-radius: 40px !important;
}
.radius-tl-20 {
  border-top-left-radius: 40px !important;
}
.radius-tr-20 {
  border-top-right-radius: 40px !important;
}
.radius-bl-20 {
  border-bottom-left-radius: 40px !important;
}
.radius-br-20 {
  border-bottom-right-radius: 40px !important;
}
.gap-20 {
  gap: 40px !important;
}
.mt-20 {
  margin-top: 40px !important;
}
.mr-20 {
  margin-right: 40px !important;
}
.mb-20 {
  margin-bottom: 40px !important;
}
.ml-20 {
  margin-left: 40px !important;
}
.mx-20 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.my-20 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.ma-20 {
  margin: 40px !important;
}
.pt-20 {
  padding-top: 40px !important;
}
.pr-20 {
  padding-right: 40px !important;
}
.pb-20 {
  padding-bottom: 40px !important;
}
.pl-20 {
  padding-left: 40px !important;
}
.px-20 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.py-20 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pa-20 {
  padding: 40px !important;
}
.radius-21 {
  border-radius: 42px !important;
}
.radius-tl-21 {
  border-top-left-radius: 42px !important;
}
.radius-tr-21 {
  border-top-right-radius: 42px !important;
}
.radius-bl-21 {
  border-bottom-left-radius: 42px !important;
}
.radius-br-21 {
  border-bottom-right-radius: 42px !important;
}
.gap-21 {
  gap: 42px !important;
}
.mt-21 {
  margin-top: 42px !important;
}
.mr-21 {
  margin-right: 42px !important;
}
.mb-21 {
  margin-bottom: 42px !important;
}
.ml-21 {
  margin-left: 42px !important;
}
.mx-21 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}
.my-21 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.ma-21 {
  margin: 42px !important;
}
.pt-21 {
  padding-top: 42px !important;
}
.pr-21 {
  padding-right: 42px !important;
}
.pb-21 {
  padding-bottom: 42px !important;
}
.pl-21 {
  padding-left: 42px !important;
}
.px-21 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}
.py-21 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.pa-21 {
  padding: 42px !important;
}
.radius-22 {
  border-radius: 44px !important;
}
.radius-tl-22 {
  border-top-left-radius: 44px !important;
}
.radius-tr-22 {
  border-top-right-radius: 44px !important;
}
.radius-bl-22 {
  border-bottom-left-radius: 44px !important;
}
.radius-br-22 {
  border-bottom-right-radius: 44px !important;
}
.gap-22 {
  gap: 44px !important;
}
.mt-22 {
  margin-top: 44px !important;
}
.mr-22 {
  margin-right: 44px !important;
}
.mb-22 {
  margin-bottom: 44px !important;
}
.ml-22 {
  margin-left: 44px !important;
}
.mx-22 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}
.my-22 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.ma-22 {
  margin: 44px !important;
}
.pt-22 {
  padding-top: 44px !important;
}
.pr-22 {
  padding-right: 44px !important;
}
.pb-22 {
  padding-bottom: 44px !important;
}
.pl-22 {
  padding-left: 44px !important;
}
.px-22 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.py-22 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.pa-22 {
  padding: 44px !important;
}
.radius-23 {
  border-radius: 46px !important;
}
.radius-tl-23 {
  border-top-left-radius: 46px !important;
}
.radius-tr-23 {
  border-top-right-radius: 46px !important;
}
.radius-bl-23 {
  border-bottom-left-radius: 46px !important;
}
.radius-br-23 {
  border-bottom-right-radius: 46px !important;
}
.gap-23 {
  gap: 46px !important;
}
.mt-23 {
  margin-top: 46px !important;
}
.mr-23 {
  margin-right: 46px !important;
}
.mb-23 {
  margin-bottom: 46px !important;
}
.ml-23 {
  margin-left: 46px !important;
}
.mx-23 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}
.my-23 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.ma-23 {
  margin: 46px !important;
}
.pt-23 {
  padding-top: 46px !important;
}
.pr-23 {
  padding-right: 46px !important;
}
.pb-23 {
  padding-bottom: 46px !important;
}
.pl-23 {
  padding-left: 46px !important;
}
.px-23 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}
.py-23 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.pa-23 {
  padding: 46px !important;
}
.radius-24 {
  border-radius: 48px !important;
}
.radius-tl-24 {
  border-top-left-radius: 48px !important;
}
.radius-tr-24 {
  border-top-right-radius: 48px !important;
}
.radius-bl-24 {
  border-bottom-left-radius: 48px !important;
}
.radius-br-24 {
  border-bottom-right-radius: 48px !important;
}
.gap-24 {
  gap: 48px !important;
}
.mt-24 {
  margin-top: 48px !important;
}
.mr-24 {
  margin-right: 48px !important;
}
.mb-24 {
  margin-bottom: 48px !important;
}
.ml-24 {
  margin-left: 48px !important;
}
.mx-24 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.my-24 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.ma-24 {
  margin: 48px !important;
}
.pt-24 {
  padding-top: 48px !important;
}
.pr-24 {
  padding-right: 48px !important;
}
.pb-24 {
  padding-bottom: 48px !important;
}
.pl-24 {
  padding-left: 48px !important;
}
.px-24 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.py-24 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.pa-24 {
  padding: 48px !important;
}
.radius-25 {
  border-radius: 50px !important;
}
.radius-tl-25 {
  border-top-left-radius: 50px !important;
}
.radius-tr-25 {
  border-top-right-radius: 50px !important;
}
.radius-bl-25 {
  border-bottom-left-radius: 50px !important;
}
.radius-br-25 {
  border-bottom-right-radius: 50px !important;
}
.gap-25 {
  gap: 50px !important;
}
.mt-25 {
  margin-top: 50px !important;
}
.mr-25 {
  margin-right: 50px !important;
}
.mb-25 {
  margin-bottom: 50px !important;
}
.ml-25 {
  margin-left: 50px !important;
}
.mx-25 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.my-25 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.ma-25 {
  margin: 50px !important;
}
.pt-25 {
  padding-top: 50px !important;
}
.pr-25 {
  padding-right: 50px !important;
}
.pb-25 {
  padding-bottom: 50px !important;
}
.pl-25 {
  padding-left: 50px !important;
}
.px-25 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.py-25 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pa-25 {
  padding: 50px !important;
}
.w-33 {
  width: 33.3333% !important;
}
.w-66 {
  width: 66.6666% !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.pt-auto {
  padding-top: auto !important;
}
.pb-auto {
  padding-bottom: auto !important;
}
.pl-auto {
  padding-left: auto !important;
}
.pr-auto {
  padding-right: auto !important;
}
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
.py-auto {
  padding-bottom: auto !important;
  padding-top: auto !important;
}
@media screen and (min-width: 540px) {
  .w-sm-0 {
    width: 0% !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .flex-sm {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-grow {
    flex-grow: 1 !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-sm-start {
    justify-content: flex-start;
  }
  .justify-sm-end {
    justify-content: flex-end;
  }
  .justify-sm-center {
    justify-content: center;
  }
  .justify-sm-between {
    justify-content: space-between;
  }
  .justify-sm-around {
    justify-content: space-around;
  }
  .items-sm-start {
    align-items: flex-start;
  }
  .items-sm-end {
    align-items: flex-end;
  }
  .items-sm-center {
    align-items: center;
  }
  .items-sm-baseline {
    align-items: baseline;
  }
  .items-sm-stretch {
    align-items: stretch;
  }
  .radius-sm-0 {
    border-radius: 0px !important;
  }
  .radius-tl-sm-0 {
    border-top-left-radius: 0px !important;
  }
  .radius-tr-sm-0 {
    border-top-right-radius: 0px !important;
  }
  .radius-bl-sm-0 {
    border-bottom-left-radius: 0px !important;
  }
  .radius-br-sm-0 {
    border-bottom-right-radius: 0px !important;
  }
  .gap-sm-0 {
    gap: 0px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .ma-sm-0 {
    margin: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pa-sm-0 {
    padding: 0px !important;
  }
  .radius-sm-1 {
    border-radius: 2px !important;
  }
  .radius-tl-sm-1 {
    border-top-left-radius: 2px !important;
  }
  .radius-tr-sm-1 {
    border-top-right-radius: 2px !important;
  }
  .radius-bl-sm-1 {
    border-bottom-left-radius: 2px !important;
  }
  .radius-br-sm-1 {
    border-bottom-right-radius: 2px !important;
  }
  .gap-sm-1 {
    gap: 2px !important;
  }
  .mt-sm-1 {
    margin-top: 2px !important;
  }
  .mr-sm-1 {
    margin-right: 2px !important;
  }
  .mb-sm-1 {
    margin-bottom: 2px !important;
  }
  .ml-sm-1 {
    margin-left: 2px !important;
  }
  .mx-sm-1 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .my-sm-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .ma-sm-1 {
    margin: 2px !important;
  }
  .pt-sm-1 {
    padding-top: 2px !important;
  }
  .pr-sm-1 {
    padding-right: 2px !important;
  }
  .pb-sm-1 {
    padding-bottom: 2px !important;
  }
  .pl-sm-1 {
    padding-left: 2px !important;
  }
  .px-sm-1 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .py-sm-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .pa-sm-1 {
    padding: 2px !important;
  }
  .radius-sm-2 {
    border-radius: 4px !important;
  }
  .radius-tl-sm-2 {
    border-top-left-radius: 4px !important;
  }
  .radius-tr-sm-2 {
    border-top-right-radius: 4px !important;
  }
  .radius-bl-sm-2 {
    border-bottom-left-radius: 4px !important;
  }
  .radius-br-sm-2 {
    border-bottom-right-radius: 4px !important;
  }
  .gap-sm-2 {
    gap: 4px !important;
  }
  .mt-sm-2 {
    margin-top: 4px !important;
  }
  .mr-sm-2 {
    margin-right: 4px !important;
  }
  .mb-sm-2 {
    margin-bottom: 4px !important;
  }
  .ml-sm-2 {
    margin-left: 4px !important;
  }
  .mx-sm-2 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-sm-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .ma-sm-2 {
    margin: 4px !important;
  }
  .pt-sm-2 {
    padding-top: 4px !important;
  }
  .pr-sm-2 {
    padding-right: 4px !important;
  }
  .pb-sm-2 {
    padding-bottom: 4px !important;
  }
  .pl-sm-2 {
    padding-left: 4px !important;
  }
  .px-sm-2 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-sm-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pa-sm-2 {
    padding: 4px !important;
  }
  .radius-sm-3 {
    border-radius: 6px !important;
  }
  .radius-tl-sm-3 {
    border-top-left-radius: 6px !important;
  }
  .radius-tr-sm-3 {
    border-top-right-radius: 6px !important;
  }
  .radius-bl-sm-3 {
    border-bottom-left-radius: 6px !important;
  }
  .radius-br-sm-3 {
    border-bottom-right-radius: 6px !important;
  }
  .gap-sm-3 {
    gap: 6px !important;
  }
  .mt-sm-3 {
    margin-top: 6px !important;
  }
  .mr-sm-3 {
    margin-right: 6px !important;
  }
  .mb-sm-3 {
    margin-bottom: 6px !important;
  }
  .ml-sm-3 {
    margin-left: 6px !important;
  }
  .mx-sm-3 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .my-sm-3 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .ma-sm-3 {
    margin: 6px !important;
  }
  .pt-sm-3 {
    padding-top: 6px !important;
  }
  .pr-sm-3 {
    padding-right: 6px !important;
  }
  .pb-sm-3 {
    padding-bottom: 6px !important;
  }
  .pl-sm-3 {
    padding-left: 6px !important;
  }
  .px-sm-3 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .py-sm-3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .pa-sm-3 {
    padding: 6px !important;
  }
  .radius-sm-4 {
    border-radius: 8px !important;
  }
  .radius-tl-sm-4 {
    border-top-left-radius: 8px !important;
  }
  .radius-tr-sm-4 {
    border-top-right-radius: 8px !important;
  }
  .radius-bl-sm-4 {
    border-bottom-left-radius: 8px !important;
  }
  .radius-br-sm-4 {
    border-bottom-right-radius: 8px !important;
  }
  .gap-sm-4 {
    gap: 8px !important;
  }
  .mt-sm-4 {
    margin-top: 8px !important;
  }
  .mr-sm-4 {
    margin-right: 8px !important;
  }
  .mb-sm-4 {
    margin-bottom: 8px !important;
  }
  .ml-sm-4 {
    margin-left: 8px !important;
  }
  .mx-sm-4 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-sm-4 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .ma-sm-4 {
    margin: 8px !important;
  }
  .pt-sm-4 {
    padding-top: 8px !important;
  }
  .pr-sm-4 {
    padding-right: 8px !important;
  }
  .pb-sm-4 {
    padding-bottom: 8px !important;
  }
  .pl-sm-4 {
    padding-left: 8px !important;
  }
  .px-sm-4 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-sm-4 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pa-sm-4 {
    padding: 8px !important;
  }
  .radius-sm-5 {
    border-radius: 10px !important;
  }
  .radius-tl-sm-5 {
    border-top-left-radius: 10px !important;
  }
  .radius-tr-sm-5 {
    border-top-right-radius: 10px !important;
  }
  .radius-bl-sm-5 {
    border-bottom-left-radius: 10px !important;
  }
  .radius-br-sm-5 {
    border-bottom-right-radius: 10px !important;
  }
  .gap-sm-5 {
    gap: 10px !important;
  }
  .mt-sm-5 {
    margin-top: 10px !important;
  }
  .mr-sm-5 {
    margin-right: 10px !important;
  }
  .mb-sm-5 {
    margin-bottom: 10px !important;
  }
  .ml-sm-5 {
    margin-left: 10px !important;
  }
  .mx-sm-5 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-sm-5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ma-sm-5 {
    margin: 10px !important;
  }
  .pt-sm-5 {
    padding-top: 10px !important;
  }
  .pr-sm-5 {
    padding-right: 10px !important;
  }
  .pb-sm-5 {
    padding-bottom: 10px !important;
  }
  .pl-sm-5 {
    padding-left: 10px !important;
  }
  .px-sm-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-sm-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pa-sm-5 {
    padding: 10px !important;
  }
  .radius-sm-6 {
    border-radius: 12px !important;
  }
  .radius-tl-sm-6 {
    border-top-left-radius: 12px !important;
  }
  .radius-tr-sm-6 {
    border-top-right-radius: 12px !important;
  }
  .radius-bl-sm-6 {
    border-bottom-left-radius: 12px !important;
  }
  .radius-br-sm-6 {
    border-bottom-right-radius: 12px !important;
  }
  .gap-sm-6 {
    gap: 12px !important;
  }
  .mt-sm-6 {
    margin-top: 12px !important;
  }
  .mr-sm-6 {
    margin-right: 12px !important;
  }
  .mb-sm-6 {
    margin-bottom: 12px !important;
  }
  .ml-sm-6 {
    margin-left: 12px !important;
  }
  .mx-sm-6 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .my-sm-6 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .ma-sm-6 {
    margin: 12px !important;
  }
  .pt-sm-6 {
    padding-top: 12px !important;
  }
  .pr-sm-6 {
    padding-right: 12px !important;
  }
  .pb-sm-6 {
    padding-bottom: 12px !important;
  }
  .pl-sm-6 {
    padding-left: 12px !important;
  }
  .px-sm-6 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .py-sm-6 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .pa-sm-6 {
    padding: 12px !important;
  }
  .radius-sm-7 {
    border-radius: 14px !important;
  }
  .radius-tl-sm-7 {
    border-top-left-radius: 14px !important;
  }
  .radius-tr-sm-7 {
    border-top-right-radius: 14px !important;
  }
  .radius-bl-sm-7 {
    border-bottom-left-radius: 14px !important;
  }
  .radius-br-sm-7 {
    border-bottom-right-radius: 14px !important;
  }
  .gap-sm-7 {
    gap: 14px !important;
  }
  .mt-sm-7 {
    margin-top: 14px !important;
  }
  .mr-sm-7 {
    margin-right: 14px !important;
  }
  .mb-sm-7 {
    margin-bottom: 14px !important;
  }
  .ml-sm-7 {
    margin-left: 14px !important;
  }
  .mx-sm-7 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .my-sm-7 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .ma-sm-7 {
    margin: 14px !important;
  }
  .pt-sm-7 {
    padding-top: 14px !important;
  }
  .pr-sm-7 {
    padding-right: 14px !important;
  }
  .pb-sm-7 {
    padding-bottom: 14px !important;
  }
  .pl-sm-7 {
    padding-left: 14px !important;
  }
  .px-sm-7 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .py-sm-7 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .pa-sm-7 {
    padding: 14px !important;
  }
  .radius-sm-8 {
    border-radius: 16px !important;
  }
  .radius-tl-sm-8 {
    border-top-left-radius: 16px !important;
  }
  .radius-tr-sm-8 {
    border-top-right-radius: 16px !important;
  }
  .radius-bl-sm-8 {
    border-bottom-left-radius: 16px !important;
  }
  .radius-br-sm-8 {
    border-bottom-right-radius: 16px !important;
  }
  .gap-sm-8 {
    gap: 16px !important;
  }
  .mt-sm-8 {
    margin-top: 16px !important;
  }
  .mr-sm-8 {
    margin-right: 16px !important;
  }
  .mb-sm-8 {
    margin-bottom: 16px !important;
  }
  .ml-sm-8 {
    margin-left: 16px !important;
  }
  .mx-sm-8 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-sm-8 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .ma-sm-8 {
    margin: 16px !important;
  }
  .pt-sm-8 {
    padding-top: 16px !important;
  }
  .pr-sm-8 {
    padding-right: 16px !important;
  }
  .pb-sm-8 {
    padding-bottom: 16px !important;
  }
  .pl-sm-8 {
    padding-left: 16px !important;
  }
  .px-sm-8 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-sm-8 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pa-sm-8 {
    padding: 16px !important;
  }
  .radius-sm-9 {
    border-radius: 18px !important;
  }
  .radius-tl-sm-9 {
    border-top-left-radius: 18px !important;
  }
  .radius-tr-sm-9 {
    border-top-right-radius: 18px !important;
  }
  .radius-bl-sm-9 {
    border-bottom-left-radius: 18px !important;
  }
  .radius-br-sm-9 {
    border-bottom-right-radius: 18px !important;
  }
  .gap-sm-9 {
    gap: 18px !important;
  }
  .mt-sm-9 {
    margin-top: 18px !important;
  }
  .mr-sm-9 {
    margin-right: 18px !important;
  }
  .mb-sm-9 {
    margin-bottom: 18px !important;
  }
  .ml-sm-9 {
    margin-left: 18px !important;
  }
  .mx-sm-9 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .my-sm-9 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .ma-sm-9 {
    margin: 18px !important;
  }
  .pt-sm-9 {
    padding-top: 18px !important;
  }
  .pr-sm-9 {
    padding-right: 18px !important;
  }
  .pb-sm-9 {
    padding-bottom: 18px !important;
  }
  .pl-sm-9 {
    padding-left: 18px !important;
  }
  .px-sm-9 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .py-sm-9 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .pa-sm-9 {
    padding: 18px !important;
  }
  .radius-sm-10 {
    border-radius: 20px !important;
  }
  .radius-tl-sm-10 {
    border-top-left-radius: 20px !important;
  }
  .radius-tr-sm-10 {
    border-top-right-radius: 20px !important;
  }
  .radius-bl-sm-10 {
    border-bottom-left-radius: 20px !important;
  }
  .radius-br-sm-10 {
    border-bottom-right-radius: 20px !important;
  }
  .gap-sm-10 {
    gap: 20px !important;
  }
  .mt-sm-10 {
    margin-top: 20px !important;
  }
  .mr-sm-10 {
    margin-right: 20px !important;
  }
  .mb-sm-10 {
    margin-bottom: 20px !important;
  }
  .ml-sm-10 {
    margin-left: 20px !important;
  }
  .mx-sm-10 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-sm-10 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ma-sm-10 {
    margin: 20px !important;
  }
  .pt-sm-10 {
    padding-top: 20px !important;
  }
  .pr-sm-10 {
    padding-right: 20px !important;
  }
  .pb-sm-10 {
    padding-bottom: 20px !important;
  }
  .pl-sm-10 {
    padding-left: 20px !important;
  }
  .px-sm-10 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-sm-10 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pa-sm-10 {
    padding: 20px !important;
  }
  .radius-sm-11 {
    border-radius: 22px !important;
  }
  .radius-tl-sm-11 {
    border-top-left-radius: 22px !important;
  }
  .radius-tr-sm-11 {
    border-top-right-radius: 22px !important;
  }
  .radius-bl-sm-11 {
    border-bottom-left-radius: 22px !important;
  }
  .radius-br-sm-11 {
    border-bottom-right-radius: 22px !important;
  }
  .gap-sm-11 {
    gap: 22px !important;
  }
  .mt-sm-11 {
    margin-top: 22px !important;
  }
  .mr-sm-11 {
    margin-right: 22px !important;
  }
  .mb-sm-11 {
    margin-bottom: 22px !important;
  }
  .ml-sm-11 {
    margin-left: 22px !important;
  }
  .mx-sm-11 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .my-sm-11 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .ma-sm-11 {
    margin: 22px !important;
  }
  .pt-sm-11 {
    padding-top: 22px !important;
  }
  .pr-sm-11 {
    padding-right: 22px !important;
  }
  .pb-sm-11 {
    padding-bottom: 22px !important;
  }
  .pl-sm-11 {
    padding-left: 22px !important;
  }
  .px-sm-11 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .py-sm-11 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .pa-sm-11 {
    padding: 22px !important;
  }
  .radius-sm-12 {
    border-radius: 24px !important;
  }
  .radius-tl-sm-12 {
    border-top-left-radius: 24px !important;
  }
  .radius-tr-sm-12 {
    border-top-right-radius: 24px !important;
  }
  .radius-bl-sm-12 {
    border-bottom-left-radius: 24px !important;
  }
  .radius-br-sm-12 {
    border-bottom-right-radius: 24px !important;
  }
  .gap-sm-12 {
    gap: 24px !important;
  }
  .mt-sm-12 {
    margin-top: 24px !important;
  }
  .mr-sm-12 {
    margin-right: 24px !important;
  }
  .mb-sm-12 {
    margin-bottom: 24px !important;
  }
  .ml-sm-12 {
    margin-left: 24px !important;
  }
  .mx-sm-12 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-sm-12 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .ma-sm-12 {
    margin: 24px !important;
  }
  .pt-sm-12 {
    padding-top: 24px !important;
  }
  .pr-sm-12 {
    padding-right: 24px !important;
  }
  .pb-sm-12 {
    padding-bottom: 24px !important;
  }
  .pl-sm-12 {
    padding-left: 24px !important;
  }
  .px-sm-12 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-sm-12 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pa-sm-12 {
    padding: 24px !important;
  }
  .radius-sm-13 {
    border-radius: 26px !important;
  }
  .radius-tl-sm-13 {
    border-top-left-radius: 26px !important;
  }
  .radius-tr-sm-13 {
    border-top-right-radius: 26px !important;
  }
  .radius-bl-sm-13 {
    border-bottom-left-radius: 26px !important;
  }
  .radius-br-sm-13 {
    border-bottom-right-radius: 26px !important;
  }
  .gap-sm-13 {
    gap: 26px !important;
  }
  .mt-sm-13 {
    margin-top: 26px !important;
  }
  .mr-sm-13 {
    margin-right: 26px !important;
  }
  .mb-sm-13 {
    margin-bottom: 26px !important;
  }
  .ml-sm-13 {
    margin-left: 26px !important;
  }
  .mx-sm-13 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .my-sm-13 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .ma-sm-13 {
    margin: 26px !important;
  }
  .pt-sm-13 {
    padding-top: 26px !important;
  }
  .pr-sm-13 {
    padding-right: 26px !important;
  }
  .pb-sm-13 {
    padding-bottom: 26px !important;
  }
  .pl-sm-13 {
    padding-left: 26px !important;
  }
  .px-sm-13 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .py-sm-13 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .pa-sm-13 {
    padding: 26px !important;
  }
  .radius-sm-14 {
    border-radius: 28px !important;
  }
  .radius-tl-sm-14 {
    border-top-left-radius: 28px !important;
  }
  .radius-tr-sm-14 {
    border-top-right-radius: 28px !important;
  }
  .radius-bl-sm-14 {
    border-bottom-left-radius: 28px !important;
  }
  .radius-br-sm-14 {
    border-bottom-right-radius: 28px !important;
  }
  .gap-sm-14 {
    gap: 28px !important;
  }
  .mt-sm-14 {
    margin-top: 28px !important;
  }
  .mr-sm-14 {
    margin-right: 28px !important;
  }
  .mb-sm-14 {
    margin-bottom: 28px !important;
  }
  .ml-sm-14 {
    margin-left: 28px !important;
  }
  .mx-sm-14 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .my-sm-14 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .ma-sm-14 {
    margin: 28px !important;
  }
  .pt-sm-14 {
    padding-top: 28px !important;
  }
  .pr-sm-14 {
    padding-right: 28px !important;
  }
  .pb-sm-14 {
    padding-bottom: 28px !important;
  }
  .pl-sm-14 {
    padding-left: 28px !important;
  }
  .px-sm-14 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .py-sm-14 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pa-sm-14 {
    padding: 28px !important;
  }
  .radius-sm-15 {
    border-radius: 30px !important;
  }
  .radius-tl-sm-15 {
    border-top-left-radius: 30px !important;
  }
  .radius-tr-sm-15 {
    border-top-right-radius: 30px !important;
  }
  .radius-bl-sm-15 {
    border-bottom-left-radius: 30px !important;
  }
  .radius-br-sm-15 {
    border-bottom-right-radius: 30px !important;
  }
  .gap-sm-15 {
    gap: 30px !important;
  }
  .mt-sm-15 {
    margin-top: 30px !important;
  }
  .mr-sm-15 {
    margin-right: 30px !important;
  }
  .mb-sm-15 {
    margin-bottom: 30px !important;
  }
  .ml-sm-15 {
    margin-left: 30px !important;
  }
  .mx-sm-15 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .my-sm-15 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ma-sm-15 {
    margin: 30px !important;
  }
  .pt-sm-15 {
    padding-top: 30px !important;
  }
  .pr-sm-15 {
    padding-right: 30px !important;
  }
  .pb-sm-15 {
    padding-bottom: 30px !important;
  }
  .pl-sm-15 {
    padding-left: 30px !important;
  }
  .px-sm-15 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py-sm-15 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pa-sm-15 {
    padding: 30px !important;
  }
  .radius-sm-16 {
    border-radius: 32px !important;
  }
  .radius-tl-sm-16 {
    border-top-left-radius: 32px !important;
  }
  .radius-tr-sm-16 {
    border-top-right-radius: 32px !important;
  }
  .radius-bl-sm-16 {
    border-bottom-left-radius: 32px !important;
  }
  .radius-br-sm-16 {
    border-bottom-right-radius: 32px !important;
  }
  .gap-sm-16 {
    gap: 32px !important;
  }
  .mt-sm-16 {
    margin-top: 32px !important;
  }
  .mr-sm-16 {
    margin-right: 32px !important;
  }
  .mb-sm-16 {
    margin-bottom: 32px !important;
  }
  .ml-sm-16 {
    margin-left: 32px !important;
  }
  .mx-sm-16 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-sm-16 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .ma-sm-16 {
    margin: 32px !important;
  }
  .pt-sm-16 {
    padding-top: 32px !important;
  }
  .pr-sm-16 {
    padding-right: 32px !important;
  }
  .pb-sm-16 {
    padding-bottom: 32px !important;
  }
  .pl-sm-16 {
    padding-left: 32px !important;
  }
  .px-sm-16 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-sm-16 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .pa-sm-16 {
    padding: 32px !important;
  }
  .radius-sm-17 {
    border-radius: 34px !important;
  }
  .radius-tl-sm-17 {
    border-top-left-radius: 34px !important;
  }
  .radius-tr-sm-17 {
    border-top-right-radius: 34px !important;
  }
  .radius-bl-sm-17 {
    border-bottom-left-radius: 34px !important;
  }
  .radius-br-sm-17 {
    border-bottom-right-radius: 34px !important;
  }
  .gap-sm-17 {
    gap: 34px !important;
  }
  .mt-sm-17 {
    margin-top: 34px !important;
  }
  .mr-sm-17 {
    margin-right: 34px !important;
  }
  .mb-sm-17 {
    margin-bottom: 34px !important;
  }
  .ml-sm-17 {
    margin-left: 34px !important;
  }
  .mx-sm-17 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .my-sm-17 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .ma-sm-17 {
    margin: 34px !important;
  }
  .pt-sm-17 {
    padding-top: 34px !important;
  }
  .pr-sm-17 {
    padding-right: 34px !important;
  }
  .pb-sm-17 {
    padding-bottom: 34px !important;
  }
  .pl-sm-17 {
    padding-left: 34px !important;
  }
  .px-sm-17 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .py-sm-17 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .pa-sm-17 {
    padding: 34px !important;
  }
  .radius-sm-18 {
    border-radius: 36px !important;
  }
  .radius-tl-sm-18 {
    border-top-left-radius: 36px !important;
  }
  .radius-tr-sm-18 {
    border-top-right-radius: 36px !important;
  }
  .radius-bl-sm-18 {
    border-bottom-left-radius: 36px !important;
  }
  .radius-br-sm-18 {
    border-bottom-right-radius: 36px !important;
  }
  .gap-sm-18 {
    gap: 36px !important;
  }
  .mt-sm-18 {
    margin-top: 36px !important;
  }
  .mr-sm-18 {
    margin-right: 36px !important;
  }
  .mb-sm-18 {
    margin-bottom: 36px !important;
  }
  .ml-sm-18 {
    margin-left: 36px !important;
  }
  .mx-sm-18 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .my-sm-18 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .ma-sm-18 {
    margin: 36px !important;
  }
  .pt-sm-18 {
    padding-top: 36px !important;
  }
  .pr-sm-18 {
    padding-right: 36px !important;
  }
  .pb-sm-18 {
    padding-bottom: 36px !important;
  }
  .pl-sm-18 {
    padding-left: 36px !important;
  }
  .px-sm-18 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .py-sm-18 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .pa-sm-18 {
    padding: 36px !important;
  }
  .radius-sm-19 {
    border-radius: 38px !important;
  }
  .radius-tl-sm-19 {
    border-top-left-radius: 38px !important;
  }
  .radius-tr-sm-19 {
    border-top-right-radius: 38px !important;
  }
  .radius-bl-sm-19 {
    border-bottom-left-radius: 38px !important;
  }
  .radius-br-sm-19 {
    border-bottom-right-radius: 38px !important;
  }
  .gap-sm-19 {
    gap: 38px !important;
  }
  .mt-sm-19 {
    margin-top: 38px !important;
  }
  .mr-sm-19 {
    margin-right: 38px !important;
  }
  .mb-sm-19 {
    margin-bottom: 38px !important;
  }
  .ml-sm-19 {
    margin-left: 38px !important;
  }
  .mx-sm-19 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .my-sm-19 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .ma-sm-19 {
    margin: 38px !important;
  }
  .pt-sm-19 {
    padding-top: 38px !important;
  }
  .pr-sm-19 {
    padding-right: 38px !important;
  }
  .pb-sm-19 {
    padding-bottom: 38px !important;
  }
  .pl-sm-19 {
    padding-left: 38px !important;
  }
  .px-sm-19 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .py-sm-19 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .pa-sm-19 {
    padding: 38px !important;
  }
  .radius-sm-20 {
    border-radius: 40px !important;
  }
  .radius-tl-sm-20 {
    border-top-left-radius: 40px !important;
  }
  .radius-tr-sm-20 {
    border-top-right-radius: 40px !important;
  }
  .radius-bl-sm-20 {
    border-bottom-left-radius: 40px !important;
  }
  .radius-br-sm-20 {
    border-bottom-right-radius: 40px !important;
  }
  .gap-sm-20 {
    gap: 40px !important;
  }
  .mt-sm-20 {
    margin-top: 40px !important;
  }
  .mr-sm-20 {
    margin-right: 40px !important;
  }
  .mb-sm-20 {
    margin-bottom: 40px !important;
  }
  .ml-sm-20 {
    margin-left: 40px !important;
  }
  .mx-sm-20 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .my-sm-20 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ma-sm-20 {
    margin: 40px !important;
  }
  .pt-sm-20 {
    padding-top: 40px !important;
  }
  .pr-sm-20 {
    padding-right: 40px !important;
  }
  .pb-sm-20 {
    padding-bottom: 40px !important;
  }
  .pl-sm-20 {
    padding-left: 40px !important;
  }
  .px-sm-20 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-sm-20 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pa-sm-20 {
    padding: 40px !important;
  }
  .radius-sm-21 {
    border-radius: 42px !important;
  }
  .radius-tl-sm-21 {
    border-top-left-radius: 42px !important;
  }
  .radius-tr-sm-21 {
    border-top-right-radius: 42px !important;
  }
  .radius-bl-sm-21 {
    border-bottom-left-radius: 42px !important;
  }
  .radius-br-sm-21 {
    border-bottom-right-radius: 42px !important;
  }
  .gap-sm-21 {
    gap: 42px !important;
  }
  .mt-sm-21 {
    margin-top: 42px !important;
  }
  .mr-sm-21 {
    margin-right: 42px !important;
  }
  .mb-sm-21 {
    margin-bottom: 42px !important;
  }
  .ml-sm-21 {
    margin-left: 42px !important;
  }
  .mx-sm-21 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .my-sm-21 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .ma-sm-21 {
    margin: 42px !important;
  }
  .pt-sm-21 {
    padding-top: 42px !important;
  }
  .pr-sm-21 {
    padding-right: 42px !important;
  }
  .pb-sm-21 {
    padding-bottom: 42px !important;
  }
  .pl-sm-21 {
    padding-left: 42px !important;
  }
  .px-sm-21 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .py-sm-21 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .pa-sm-21 {
    padding: 42px !important;
  }
  .radius-sm-22 {
    border-radius: 44px !important;
  }
  .radius-tl-sm-22 {
    border-top-left-radius: 44px !important;
  }
  .radius-tr-sm-22 {
    border-top-right-radius: 44px !important;
  }
  .radius-bl-sm-22 {
    border-bottom-left-radius: 44px !important;
  }
  .radius-br-sm-22 {
    border-bottom-right-radius: 44px !important;
  }
  .gap-sm-22 {
    gap: 44px !important;
  }
  .mt-sm-22 {
    margin-top: 44px !important;
  }
  .mr-sm-22 {
    margin-right: 44px !important;
  }
  .mb-sm-22 {
    margin-bottom: 44px !important;
  }
  .ml-sm-22 {
    margin-left: 44px !important;
  }
  .mx-sm-22 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .my-sm-22 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .ma-sm-22 {
    margin: 44px !important;
  }
  .pt-sm-22 {
    padding-top: 44px !important;
  }
  .pr-sm-22 {
    padding-right: 44px !important;
  }
  .pb-sm-22 {
    padding-bottom: 44px !important;
  }
  .pl-sm-22 {
    padding-left: 44px !important;
  }
  .px-sm-22 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .py-sm-22 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .pa-sm-22 {
    padding: 44px !important;
  }
  .radius-sm-23 {
    border-radius: 46px !important;
  }
  .radius-tl-sm-23 {
    border-top-left-radius: 46px !important;
  }
  .radius-tr-sm-23 {
    border-top-right-radius: 46px !important;
  }
  .radius-bl-sm-23 {
    border-bottom-left-radius: 46px !important;
  }
  .radius-br-sm-23 {
    border-bottom-right-radius: 46px !important;
  }
  .gap-sm-23 {
    gap: 46px !important;
  }
  .mt-sm-23 {
    margin-top: 46px !important;
  }
  .mr-sm-23 {
    margin-right: 46px !important;
  }
  .mb-sm-23 {
    margin-bottom: 46px !important;
  }
  .ml-sm-23 {
    margin-left: 46px !important;
  }
  .mx-sm-23 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .my-sm-23 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .ma-sm-23 {
    margin: 46px !important;
  }
  .pt-sm-23 {
    padding-top: 46px !important;
  }
  .pr-sm-23 {
    padding-right: 46px !important;
  }
  .pb-sm-23 {
    padding-bottom: 46px !important;
  }
  .pl-sm-23 {
    padding-left: 46px !important;
  }
  .px-sm-23 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .py-sm-23 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pa-sm-23 {
    padding: 46px !important;
  }
  .radius-sm-24 {
    border-radius: 48px !important;
  }
  .radius-tl-sm-24 {
    border-top-left-radius: 48px !important;
  }
  .radius-tr-sm-24 {
    border-top-right-radius: 48px !important;
  }
  .radius-bl-sm-24 {
    border-bottom-left-radius: 48px !important;
  }
  .radius-br-sm-24 {
    border-bottom-right-radius: 48px !important;
  }
  .gap-sm-24 {
    gap: 48px !important;
  }
  .mt-sm-24 {
    margin-top: 48px !important;
  }
  .mr-sm-24 {
    margin-right: 48px !important;
  }
  .mb-sm-24 {
    margin-bottom: 48px !important;
  }
  .ml-sm-24 {
    margin-left: 48px !important;
  }
  .mx-sm-24 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-sm-24 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .ma-sm-24 {
    margin: 48px !important;
  }
  .pt-sm-24 {
    padding-top: 48px !important;
  }
  .pr-sm-24 {
    padding-right: 48px !important;
  }
  .pb-sm-24 {
    padding-bottom: 48px !important;
  }
  .pl-sm-24 {
    padding-left: 48px !important;
  }
  .px-sm-24 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-sm-24 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pa-sm-24 {
    padding: 48px !important;
  }
  .radius-sm-25 {
    border-radius: 50px !important;
  }
  .radius-tl-sm-25 {
    border-top-left-radius: 50px !important;
  }
  .radius-tr-sm-25 {
    border-top-right-radius: 50px !important;
  }
  .radius-bl-sm-25 {
    border-bottom-left-radius: 50px !important;
  }
  .radius-br-sm-25 {
    border-bottom-right-radius: 50px !important;
  }
  .gap-sm-25 {
    gap: 50px !important;
  }
  .mt-sm-25 {
    margin-top: 50px !important;
  }
  .mr-sm-25 {
    margin-right: 50px !important;
  }
  .mb-sm-25 {
    margin-bottom: 50px !important;
  }
  .ml-sm-25 {
    margin-left: 50px !important;
  }
  .mx-sm-25 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .my-sm-25 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ma-sm-25 {
    margin: 50px !important;
  }
  .pt-sm-25 {
    padding-top: 50px !important;
  }
  .pr-sm-25 {
    padding-right: 50px !important;
  }
  .pb-sm-25 {
    padding-bottom: 50px !important;
  }
  .pl-sm-25 {
    padding-left: 50px !important;
  }
  .px-sm-25 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py-sm-25 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pa-sm-25 {
    padding: 50px !important;
  }
  .w-sm-33 {
    width: 33.3333% !important;
  }
  .w-sm-66 {
    width: 66.6666% !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .pt-sm-auto {
    padding-top: auto !important;
  }
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
  .pl-sm-auto {
    padding-left: auto !important;
  }
  .pr-sm-auto {
    padding-right: auto !important;
  }
  .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-sm-auto {
    padding-bottom: auto !important;
    padding-top: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-0 {
    width: 0% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .flex-md {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-grow {
    flex-grow: 1 !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-md-start {
    justify-content: flex-start;
  }
  .justify-md-end {
    justify-content: flex-end;
  }
  .justify-md-center {
    justify-content: center;
  }
  .justify-md-between {
    justify-content: space-between;
  }
  .justify-md-around {
    justify-content: space-around;
  }
  .items-md-start {
    align-items: flex-start;
  }
  .items-md-end {
    align-items: flex-end;
  }
  .items-md-center {
    align-items: center;
  }
  .items-md-baseline {
    align-items: baseline;
  }
  .items-md-stretch {
    align-items: stretch;
  }
  .radius-md-0 {
    border-radius: 0px !important;
  }
  .radius-tl-md-0 {
    border-top-left-radius: 0px !important;
  }
  .radius-tr-md-0 {
    border-top-right-radius: 0px !important;
  }
  .radius-bl-md-0 {
    border-bottom-left-radius: 0px !important;
  }
  .radius-br-md-0 {
    border-bottom-right-radius: 0px !important;
  }
  .gap-md-0 {
    gap: 0px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .ma-md-0 {
    margin: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pa-md-0 {
    padding: 0px !important;
  }
  .radius-md-1 {
    border-radius: 2px !important;
  }
  .radius-tl-md-1 {
    border-top-left-radius: 2px !important;
  }
  .radius-tr-md-1 {
    border-top-right-radius: 2px !important;
  }
  .radius-bl-md-1 {
    border-bottom-left-radius: 2px !important;
  }
  .radius-br-md-1 {
    border-bottom-right-radius: 2px !important;
  }
  .gap-md-1 {
    gap: 2px !important;
  }
  .mt-md-1 {
    margin-top: 2px !important;
  }
  .mr-md-1 {
    margin-right: 2px !important;
  }
  .mb-md-1 {
    margin-bottom: 2px !important;
  }
  .ml-md-1 {
    margin-left: 2px !important;
  }
  .mx-md-1 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .my-md-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .ma-md-1 {
    margin: 2px !important;
  }
  .pt-md-1 {
    padding-top: 2px !important;
  }
  .pr-md-1 {
    padding-right: 2px !important;
  }
  .pb-md-1 {
    padding-bottom: 2px !important;
  }
  .pl-md-1 {
    padding-left: 2px !important;
  }
  .px-md-1 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .py-md-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .pa-md-1 {
    padding: 2px !important;
  }
  .radius-md-2 {
    border-radius: 4px !important;
  }
  .radius-tl-md-2 {
    border-top-left-radius: 4px !important;
  }
  .radius-tr-md-2 {
    border-top-right-radius: 4px !important;
  }
  .radius-bl-md-2 {
    border-bottom-left-radius: 4px !important;
  }
  .radius-br-md-2 {
    border-bottom-right-radius: 4px !important;
  }
  .gap-md-2 {
    gap: 4px !important;
  }
  .mt-md-2 {
    margin-top: 4px !important;
  }
  .mr-md-2 {
    margin-right: 4px !important;
  }
  .mb-md-2 {
    margin-bottom: 4px !important;
  }
  .ml-md-2 {
    margin-left: 4px !important;
  }
  .mx-md-2 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-md-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .ma-md-2 {
    margin: 4px !important;
  }
  .pt-md-2 {
    padding-top: 4px !important;
  }
  .pr-md-2 {
    padding-right: 4px !important;
  }
  .pb-md-2 {
    padding-bottom: 4px !important;
  }
  .pl-md-2 {
    padding-left: 4px !important;
  }
  .px-md-2 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-md-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pa-md-2 {
    padding: 4px !important;
  }
  .radius-md-3 {
    border-radius: 6px !important;
  }
  .radius-tl-md-3 {
    border-top-left-radius: 6px !important;
  }
  .radius-tr-md-3 {
    border-top-right-radius: 6px !important;
  }
  .radius-bl-md-3 {
    border-bottom-left-radius: 6px !important;
  }
  .radius-br-md-3 {
    border-bottom-right-radius: 6px !important;
  }
  .gap-md-3 {
    gap: 6px !important;
  }
  .mt-md-3 {
    margin-top: 6px !important;
  }
  .mr-md-3 {
    margin-right: 6px !important;
  }
  .mb-md-3 {
    margin-bottom: 6px !important;
  }
  .ml-md-3 {
    margin-left: 6px !important;
  }
  .mx-md-3 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .my-md-3 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .ma-md-3 {
    margin: 6px !important;
  }
  .pt-md-3 {
    padding-top: 6px !important;
  }
  .pr-md-3 {
    padding-right: 6px !important;
  }
  .pb-md-3 {
    padding-bottom: 6px !important;
  }
  .pl-md-3 {
    padding-left: 6px !important;
  }
  .px-md-3 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .py-md-3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .pa-md-3 {
    padding: 6px !important;
  }
  .radius-md-4 {
    border-radius: 8px !important;
  }
  .radius-tl-md-4 {
    border-top-left-radius: 8px !important;
  }
  .radius-tr-md-4 {
    border-top-right-radius: 8px !important;
  }
  .radius-bl-md-4 {
    border-bottom-left-radius: 8px !important;
  }
  .radius-br-md-4 {
    border-bottom-right-radius: 8px !important;
  }
  .gap-md-4 {
    gap: 8px !important;
  }
  .mt-md-4 {
    margin-top: 8px !important;
  }
  .mr-md-4 {
    margin-right: 8px !important;
  }
  .mb-md-4 {
    margin-bottom: 8px !important;
  }
  .ml-md-4 {
    margin-left: 8px !important;
  }
  .mx-md-4 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-md-4 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .ma-md-4 {
    margin: 8px !important;
  }
  .pt-md-4 {
    padding-top: 8px !important;
  }
  .pr-md-4 {
    padding-right: 8px !important;
  }
  .pb-md-4 {
    padding-bottom: 8px !important;
  }
  .pl-md-4 {
    padding-left: 8px !important;
  }
  .px-md-4 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-md-4 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pa-md-4 {
    padding: 8px !important;
  }
  .radius-md-5 {
    border-radius: 10px !important;
  }
  .radius-tl-md-5 {
    border-top-left-radius: 10px !important;
  }
  .radius-tr-md-5 {
    border-top-right-radius: 10px !important;
  }
  .radius-bl-md-5 {
    border-bottom-left-radius: 10px !important;
  }
  .radius-br-md-5 {
    border-bottom-right-radius: 10px !important;
  }
  .gap-md-5 {
    gap: 10px !important;
  }
  .mt-md-5 {
    margin-top: 10px !important;
  }
  .mr-md-5 {
    margin-right: 10px !important;
  }
  .mb-md-5 {
    margin-bottom: 10px !important;
  }
  .ml-md-5 {
    margin-left: 10px !important;
  }
  .mx-md-5 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-md-5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ma-md-5 {
    margin: 10px !important;
  }
  .pt-md-5 {
    padding-top: 10px !important;
  }
  .pr-md-5 {
    padding-right: 10px !important;
  }
  .pb-md-5 {
    padding-bottom: 10px !important;
  }
  .pl-md-5 {
    padding-left: 10px !important;
  }
  .px-md-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-md-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pa-md-5 {
    padding: 10px !important;
  }
  .radius-md-6 {
    border-radius: 12px !important;
  }
  .radius-tl-md-6 {
    border-top-left-radius: 12px !important;
  }
  .radius-tr-md-6 {
    border-top-right-radius: 12px !important;
  }
  .radius-bl-md-6 {
    border-bottom-left-radius: 12px !important;
  }
  .radius-br-md-6 {
    border-bottom-right-radius: 12px !important;
  }
  .gap-md-6 {
    gap: 12px !important;
  }
  .mt-md-6 {
    margin-top: 12px !important;
  }
  .mr-md-6 {
    margin-right: 12px !important;
  }
  .mb-md-6 {
    margin-bottom: 12px !important;
  }
  .ml-md-6 {
    margin-left: 12px !important;
  }
  .mx-md-6 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .my-md-6 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .ma-md-6 {
    margin: 12px !important;
  }
  .pt-md-6 {
    padding-top: 12px !important;
  }
  .pr-md-6 {
    padding-right: 12px !important;
  }
  .pb-md-6 {
    padding-bottom: 12px !important;
  }
  .pl-md-6 {
    padding-left: 12px !important;
  }
  .px-md-6 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .py-md-6 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .pa-md-6 {
    padding: 12px !important;
  }
  .radius-md-7 {
    border-radius: 14px !important;
  }
  .radius-tl-md-7 {
    border-top-left-radius: 14px !important;
  }
  .radius-tr-md-7 {
    border-top-right-radius: 14px !important;
  }
  .radius-bl-md-7 {
    border-bottom-left-radius: 14px !important;
  }
  .radius-br-md-7 {
    border-bottom-right-radius: 14px !important;
  }
  .gap-md-7 {
    gap: 14px !important;
  }
  .mt-md-7 {
    margin-top: 14px !important;
  }
  .mr-md-7 {
    margin-right: 14px !important;
  }
  .mb-md-7 {
    margin-bottom: 14px !important;
  }
  .ml-md-7 {
    margin-left: 14px !important;
  }
  .mx-md-7 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .my-md-7 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .ma-md-7 {
    margin: 14px !important;
  }
  .pt-md-7 {
    padding-top: 14px !important;
  }
  .pr-md-7 {
    padding-right: 14px !important;
  }
  .pb-md-7 {
    padding-bottom: 14px !important;
  }
  .pl-md-7 {
    padding-left: 14px !important;
  }
  .px-md-7 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .py-md-7 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .pa-md-7 {
    padding: 14px !important;
  }
  .radius-md-8 {
    border-radius: 16px !important;
  }
  .radius-tl-md-8 {
    border-top-left-radius: 16px !important;
  }
  .radius-tr-md-8 {
    border-top-right-radius: 16px !important;
  }
  .radius-bl-md-8 {
    border-bottom-left-radius: 16px !important;
  }
  .radius-br-md-8 {
    border-bottom-right-radius: 16px !important;
  }
  .gap-md-8 {
    gap: 16px !important;
  }
  .mt-md-8 {
    margin-top: 16px !important;
  }
  .mr-md-8 {
    margin-right: 16px !important;
  }
  .mb-md-8 {
    margin-bottom: 16px !important;
  }
  .ml-md-8 {
    margin-left: 16px !important;
  }
  .mx-md-8 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-md-8 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .ma-md-8 {
    margin: 16px !important;
  }
  .pt-md-8 {
    padding-top: 16px !important;
  }
  .pr-md-8 {
    padding-right: 16px !important;
  }
  .pb-md-8 {
    padding-bottom: 16px !important;
  }
  .pl-md-8 {
    padding-left: 16px !important;
  }
  .px-md-8 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-md-8 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pa-md-8 {
    padding: 16px !important;
  }
  .radius-md-9 {
    border-radius: 18px !important;
  }
  .radius-tl-md-9 {
    border-top-left-radius: 18px !important;
  }
  .radius-tr-md-9 {
    border-top-right-radius: 18px !important;
  }
  .radius-bl-md-9 {
    border-bottom-left-radius: 18px !important;
  }
  .radius-br-md-9 {
    border-bottom-right-radius: 18px !important;
  }
  .gap-md-9 {
    gap: 18px !important;
  }
  .mt-md-9 {
    margin-top: 18px !important;
  }
  .mr-md-9 {
    margin-right: 18px !important;
  }
  .mb-md-9 {
    margin-bottom: 18px !important;
  }
  .ml-md-9 {
    margin-left: 18px !important;
  }
  .mx-md-9 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .my-md-9 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .ma-md-9 {
    margin: 18px !important;
  }
  .pt-md-9 {
    padding-top: 18px !important;
  }
  .pr-md-9 {
    padding-right: 18px !important;
  }
  .pb-md-9 {
    padding-bottom: 18px !important;
  }
  .pl-md-9 {
    padding-left: 18px !important;
  }
  .px-md-9 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .py-md-9 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .pa-md-9 {
    padding: 18px !important;
  }
  .radius-md-10 {
    border-radius: 20px !important;
  }
  .radius-tl-md-10 {
    border-top-left-radius: 20px !important;
  }
  .radius-tr-md-10 {
    border-top-right-radius: 20px !important;
  }
  .radius-bl-md-10 {
    border-bottom-left-radius: 20px !important;
  }
  .radius-br-md-10 {
    border-bottom-right-radius: 20px !important;
  }
  .gap-md-10 {
    gap: 20px !important;
  }
  .mt-md-10 {
    margin-top: 20px !important;
  }
  .mr-md-10 {
    margin-right: 20px !important;
  }
  .mb-md-10 {
    margin-bottom: 20px !important;
  }
  .ml-md-10 {
    margin-left: 20px !important;
  }
  .mx-md-10 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-md-10 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ma-md-10 {
    margin: 20px !important;
  }
  .pt-md-10 {
    padding-top: 20px !important;
  }
  .pr-md-10 {
    padding-right: 20px !important;
  }
  .pb-md-10 {
    padding-bottom: 20px !important;
  }
  .pl-md-10 {
    padding-left: 20px !important;
  }
  .px-md-10 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-md-10 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pa-md-10 {
    padding: 20px !important;
  }
  .radius-md-11 {
    border-radius: 22px !important;
  }
  .radius-tl-md-11 {
    border-top-left-radius: 22px !important;
  }
  .radius-tr-md-11 {
    border-top-right-radius: 22px !important;
  }
  .radius-bl-md-11 {
    border-bottom-left-radius: 22px !important;
  }
  .radius-br-md-11 {
    border-bottom-right-radius: 22px !important;
  }
  .gap-md-11 {
    gap: 22px !important;
  }
  .mt-md-11 {
    margin-top: 22px !important;
  }
  .mr-md-11 {
    margin-right: 22px !important;
  }
  .mb-md-11 {
    margin-bottom: 22px !important;
  }
  .ml-md-11 {
    margin-left: 22px !important;
  }
  .mx-md-11 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .my-md-11 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .ma-md-11 {
    margin: 22px !important;
  }
  .pt-md-11 {
    padding-top: 22px !important;
  }
  .pr-md-11 {
    padding-right: 22px !important;
  }
  .pb-md-11 {
    padding-bottom: 22px !important;
  }
  .pl-md-11 {
    padding-left: 22px !important;
  }
  .px-md-11 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .py-md-11 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .pa-md-11 {
    padding: 22px !important;
  }
  .radius-md-12 {
    border-radius: 24px !important;
  }
  .radius-tl-md-12 {
    border-top-left-radius: 24px !important;
  }
  .radius-tr-md-12 {
    border-top-right-radius: 24px !important;
  }
  .radius-bl-md-12 {
    border-bottom-left-radius: 24px !important;
  }
  .radius-br-md-12 {
    border-bottom-right-radius: 24px !important;
  }
  .gap-md-12 {
    gap: 24px !important;
  }
  .mt-md-12 {
    margin-top: 24px !important;
  }
  .mr-md-12 {
    margin-right: 24px !important;
  }
  .mb-md-12 {
    margin-bottom: 24px !important;
  }
  .ml-md-12 {
    margin-left: 24px !important;
  }
  .mx-md-12 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-md-12 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .ma-md-12 {
    margin: 24px !important;
  }
  .pt-md-12 {
    padding-top: 24px !important;
  }
  .pr-md-12 {
    padding-right: 24px !important;
  }
  .pb-md-12 {
    padding-bottom: 24px !important;
  }
  .pl-md-12 {
    padding-left: 24px !important;
  }
  .px-md-12 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-md-12 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pa-md-12 {
    padding: 24px !important;
  }
  .radius-md-13 {
    border-radius: 26px !important;
  }
  .radius-tl-md-13 {
    border-top-left-radius: 26px !important;
  }
  .radius-tr-md-13 {
    border-top-right-radius: 26px !important;
  }
  .radius-bl-md-13 {
    border-bottom-left-radius: 26px !important;
  }
  .radius-br-md-13 {
    border-bottom-right-radius: 26px !important;
  }
  .gap-md-13 {
    gap: 26px !important;
  }
  .mt-md-13 {
    margin-top: 26px !important;
  }
  .mr-md-13 {
    margin-right: 26px !important;
  }
  .mb-md-13 {
    margin-bottom: 26px !important;
  }
  .ml-md-13 {
    margin-left: 26px !important;
  }
  .mx-md-13 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .my-md-13 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .ma-md-13 {
    margin: 26px !important;
  }
  .pt-md-13 {
    padding-top: 26px !important;
  }
  .pr-md-13 {
    padding-right: 26px !important;
  }
  .pb-md-13 {
    padding-bottom: 26px !important;
  }
  .pl-md-13 {
    padding-left: 26px !important;
  }
  .px-md-13 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .py-md-13 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .pa-md-13 {
    padding: 26px !important;
  }
  .radius-md-14 {
    border-radius: 28px !important;
  }
  .radius-tl-md-14 {
    border-top-left-radius: 28px !important;
  }
  .radius-tr-md-14 {
    border-top-right-radius: 28px !important;
  }
  .radius-bl-md-14 {
    border-bottom-left-radius: 28px !important;
  }
  .radius-br-md-14 {
    border-bottom-right-radius: 28px !important;
  }
  .gap-md-14 {
    gap: 28px !important;
  }
  .mt-md-14 {
    margin-top: 28px !important;
  }
  .mr-md-14 {
    margin-right: 28px !important;
  }
  .mb-md-14 {
    margin-bottom: 28px !important;
  }
  .ml-md-14 {
    margin-left: 28px !important;
  }
  .mx-md-14 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .my-md-14 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .ma-md-14 {
    margin: 28px !important;
  }
  .pt-md-14 {
    padding-top: 28px !important;
  }
  .pr-md-14 {
    padding-right: 28px !important;
  }
  .pb-md-14 {
    padding-bottom: 28px !important;
  }
  .pl-md-14 {
    padding-left: 28px !important;
  }
  .px-md-14 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .py-md-14 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pa-md-14 {
    padding: 28px !important;
  }
  .radius-md-15 {
    border-radius: 30px !important;
  }
  .radius-tl-md-15 {
    border-top-left-radius: 30px !important;
  }
  .radius-tr-md-15 {
    border-top-right-radius: 30px !important;
  }
  .radius-bl-md-15 {
    border-bottom-left-radius: 30px !important;
  }
  .radius-br-md-15 {
    border-bottom-right-radius: 30px !important;
  }
  .gap-md-15 {
    gap: 30px !important;
  }
  .mt-md-15 {
    margin-top: 30px !important;
  }
  .mr-md-15 {
    margin-right: 30px !important;
  }
  .mb-md-15 {
    margin-bottom: 30px !important;
  }
  .ml-md-15 {
    margin-left: 30px !important;
  }
  .mx-md-15 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .my-md-15 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ma-md-15 {
    margin: 30px !important;
  }
  .pt-md-15 {
    padding-top: 30px !important;
  }
  .pr-md-15 {
    padding-right: 30px !important;
  }
  .pb-md-15 {
    padding-bottom: 30px !important;
  }
  .pl-md-15 {
    padding-left: 30px !important;
  }
  .px-md-15 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py-md-15 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pa-md-15 {
    padding: 30px !important;
  }
  .radius-md-16 {
    border-radius: 32px !important;
  }
  .radius-tl-md-16 {
    border-top-left-radius: 32px !important;
  }
  .radius-tr-md-16 {
    border-top-right-radius: 32px !important;
  }
  .radius-bl-md-16 {
    border-bottom-left-radius: 32px !important;
  }
  .radius-br-md-16 {
    border-bottom-right-radius: 32px !important;
  }
  .gap-md-16 {
    gap: 32px !important;
  }
  .mt-md-16 {
    margin-top: 32px !important;
  }
  .mr-md-16 {
    margin-right: 32px !important;
  }
  .mb-md-16 {
    margin-bottom: 32px !important;
  }
  .ml-md-16 {
    margin-left: 32px !important;
  }
  .mx-md-16 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-md-16 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .ma-md-16 {
    margin: 32px !important;
  }
  .pt-md-16 {
    padding-top: 32px !important;
  }
  .pr-md-16 {
    padding-right: 32px !important;
  }
  .pb-md-16 {
    padding-bottom: 32px !important;
  }
  .pl-md-16 {
    padding-left: 32px !important;
  }
  .px-md-16 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-md-16 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .pa-md-16 {
    padding: 32px !important;
  }
  .radius-md-17 {
    border-radius: 34px !important;
  }
  .radius-tl-md-17 {
    border-top-left-radius: 34px !important;
  }
  .radius-tr-md-17 {
    border-top-right-radius: 34px !important;
  }
  .radius-bl-md-17 {
    border-bottom-left-radius: 34px !important;
  }
  .radius-br-md-17 {
    border-bottom-right-radius: 34px !important;
  }
  .gap-md-17 {
    gap: 34px !important;
  }
  .mt-md-17 {
    margin-top: 34px !important;
  }
  .mr-md-17 {
    margin-right: 34px !important;
  }
  .mb-md-17 {
    margin-bottom: 34px !important;
  }
  .ml-md-17 {
    margin-left: 34px !important;
  }
  .mx-md-17 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .my-md-17 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .ma-md-17 {
    margin: 34px !important;
  }
  .pt-md-17 {
    padding-top: 34px !important;
  }
  .pr-md-17 {
    padding-right: 34px !important;
  }
  .pb-md-17 {
    padding-bottom: 34px !important;
  }
  .pl-md-17 {
    padding-left: 34px !important;
  }
  .px-md-17 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .py-md-17 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .pa-md-17 {
    padding: 34px !important;
  }
  .radius-md-18 {
    border-radius: 36px !important;
  }
  .radius-tl-md-18 {
    border-top-left-radius: 36px !important;
  }
  .radius-tr-md-18 {
    border-top-right-radius: 36px !important;
  }
  .radius-bl-md-18 {
    border-bottom-left-radius: 36px !important;
  }
  .radius-br-md-18 {
    border-bottom-right-radius: 36px !important;
  }
  .gap-md-18 {
    gap: 36px !important;
  }
  .mt-md-18 {
    margin-top: 36px !important;
  }
  .mr-md-18 {
    margin-right: 36px !important;
  }
  .mb-md-18 {
    margin-bottom: 36px !important;
  }
  .ml-md-18 {
    margin-left: 36px !important;
  }
  .mx-md-18 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .my-md-18 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .ma-md-18 {
    margin: 36px !important;
  }
  .pt-md-18 {
    padding-top: 36px !important;
  }
  .pr-md-18 {
    padding-right: 36px !important;
  }
  .pb-md-18 {
    padding-bottom: 36px !important;
  }
  .pl-md-18 {
    padding-left: 36px !important;
  }
  .px-md-18 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .py-md-18 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .pa-md-18 {
    padding: 36px !important;
  }
  .radius-md-19 {
    border-radius: 38px !important;
  }
  .radius-tl-md-19 {
    border-top-left-radius: 38px !important;
  }
  .radius-tr-md-19 {
    border-top-right-radius: 38px !important;
  }
  .radius-bl-md-19 {
    border-bottom-left-radius: 38px !important;
  }
  .radius-br-md-19 {
    border-bottom-right-radius: 38px !important;
  }
  .gap-md-19 {
    gap: 38px !important;
  }
  .mt-md-19 {
    margin-top: 38px !important;
  }
  .mr-md-19 {
    margin-right: 38px !important;
  }
  .mb-md-19 {
    margin-bottom: 38px !important;
  }
  .ml-md-19 {
    margin-left: 38px !important;
  }
  .mx-md-19 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .my-md-19 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .ma-md-19 {
    margin: 38px !important;
  }
  .pt-md-19 {
    padding-top: 38px !important;
  }
  .pr-md-19 {
    padding-right: 38px !important;
  }
  .pb-md-19 {
    padding-bottom: 38px !important;
  }
  .pl-md-19 {
    padding-left: 38px !important;
  }
  .px-md-19 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .py-md-19 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .pa-md-19 {
    padding: 38px !important;
  }
  .radius-md-20 {
    border-radius: 40px !important;
  }
  .radius-tl-md-20 {
    border-top-left-radius: 40px !important;
  }
  .radius-tr-md-20 {
    border-top-right-radius: 40px !important;
  }
  .radius-bl-md-20 {
    border-bottom-left-radius: 40px !important;
  }
  .radius-br-md-20 {
    border-bottom-right-radius: 40px !important;
  }
  .gap-md-20 {
    gap: 40px !important;
  }
  .mt-md-20 {
    margin-top: 40px !important;
  }
  .mr-md-20 {
    margin-right: 40px !important;
  }
  .mb-md-20 {
    margin-bottom: 40px !important;
  }
  .ml-md-20 {
    margin-left: 40px !important;
  }
  .mx-md-20 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .my-md-20 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ma-md-20 {
    margin: 40px !important;
  }
  .pt-md-20 {
    padding-top: 40px !important;
  }
  .pr-md-20 {
    padding-right: 40px !important;
  }
  .pb-md-20 {
    padding-bottom: 40px !important;
  }
  .pl-md-20 {
    padding-left: 40px !important;
  }
  .px-md-20 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-md-20 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pa-md-20 {
    padding: 40px !important;
  }
  .radius-md-21 {
    border-radius: 42px !important;
  }
  .radius-tl-md-21 {
    border-top-left-radius: 42px !important;
  }
  .radius-tr-md-21 {
    border-top-right-radius: 42px !important;
  }
  .radius-bl-md-21 {
    border-bottom-left-radius: 42px !important;
  }
  .radius-br-md-21 {
    border-bottom-right-radius: 42px !important;
  }
  .gap-md-21 {
    gap: 42px !important;
  }
  .mt-md-21 {
    margin-top: 42px !important;
  }
  .mr-md-21 {
    margin-right: 42px !important;
  }
  .mb-md-21 {
    margin-bottom: 42px !important;
  }
  .ml-md-21 {
    margin-left: 42px !important;
  }
  .mx-md-21 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .my-md-21 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .ma-md-21 {
    margin: 42px !important;
  }
  .pt-md-21 {
    padding-top: 42px !important;
  }
  .pr-md-21 {
    padding-right: 42px !important;
  }
  .pb-md-21 {
    padding-bottom: 42px !important;
  }
  .pl-md-21 {
    padding-left: 42px !important;
  }
  .px-md-21 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .py-md-21 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .pa-md-21 {
    padding: 42px !important;
  }
  .radius-md-22 {
    border-radius: 44px !important;
  }
  .radius-tl-md-22 {
    border-top-left-radius: 44px !important;
  }
  .radius-tr-md-22 {
    border-top-right-radius: 44px !important;
  }
  .radius-bl-md-22 {
    border-bottom-left-radius: 44px !important;
  }
  .radius-br-md-22 {
    border-bottom-right-radius: 44px !important;
  }
  .gap-md-22 {
    gap: 44px !important;
  }
  .mt-md-22 {
    margin-top: 44px !important;
  }
  .mr-md-22 {
    margin-right: 44px !important;
  }
  .mb-md-22 {
    margin-bottom: 44px !important;
  }
  .ml-md-22 {
    margin-left: 44px !important;
  }
  .mx-md-22 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .my-md-22 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .ma-md-22 {
    margin: 44px !important;
  }
  .pt-md-22 {
    padding-top: 44px !important;
  }
  .pr-md-22 {
    padding-right: 44px !important;
  }
  .pb-md-22 {
    padding-bottom: 44px !important;
  }
  .pl-md-22 {
    padding-left: 44px !important;
  }
  .px-md-22 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .py-md-22 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .pa-md-22 {
    padding: 44px !important;
  }
  .radius-md-23 {
    border-radius: 46px !important;
  }
  .radius-tl-md-23 {
    border-top-left-radius: 46px !important;
  }
  .radius-tr-md-23 {
    border-top-right-radius: 46px !important;
  }
  .radius-bl-md-23 {
    border-bottom-left-radius: 46px !important;
  }
  .radius-br-md-23 {
    border-bottom-right-radius: 46px !important;
  }
  .gap-md-23 {
    gap: 46px !important;
  }
  .mt-md-23 {
    margin-top: 46px !important;
  }
  .mr-md-23 {
    margin-right: 46px !important;
  }
  .mb-md-23 {
    margin-bottom: 46px !important;
  }
  .ml-md-23 {
    margin-left: 46px !important;
  }
  .mx-md-23 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .my-md-23 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .ma-md-23 {
    margin: 46px !important;
  }
  .pt-md-23 {
    padding-top: 46px !important;
  }
  .pr-md-23 {
    padding-right: 46px !important;
  }
  .pb-md-23 {
    padding-bottom: 46px !important;
  }
  .pl-md-23 {
    padding-left: 46px !important;
  }
  .px-md-23 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .py-md-23 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pa-md-23 {
    padding: 46px !important;
  }
  .radius-md-24 {
    border-radius: 48px !important;
  }
  .radius-tl-md-24 {
    border-top-left-radius: 48px !important;
  }
  .radius-tr-md-24 {
    border-top-right-radius: 48px !important;
  }
  .radius-bl-md-24 {
    border-bottom-left-radius: 48px !important;
  }
  .radius-br-md-24 {
    border-bottom-right-radius: 48px !important;
  }
  .gap-md-24 {
    gap: 48px !important;
  }
  .mt-md-24 {
    margin-top: 48px !important;
  }
  .mr-md-24 {
    margin-right: 48px !important;
  }
  .mb-md-24 {
    margin-bottom: 48px !important;
  }
  .ml-md-24 {
    margin-left: 48px !important;
  }
  .mx-md-24 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-md-24 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .ma-md-24 {
    margin: 48px !important;
  }
  .pt-md-24 {
    padding-top: 48px !important;
  }
  .pr-md-24 {
    padding-right: 48px !important;
  }
  .pb-md-24 {
    padding-bottom: 48px !important;
  }
  .pl-md-24 {
    padding-left: 48px !important;
  }
  .px-md-24 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-md-24 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pa-md-24 {
    padding: 48px !important;
  }
  .radius-md-25 {
    border-radius: 50px !important;
  }
  .radius-tl-md-25 {
    border-top-left-radius: 50px !important;
  }
  .radius-tr-md-25 {
    border-top-right-radius: 50px !important;
  }
  .radius-bl-md-25 {
    border-bottom-left-radius: 50px !important;
  }
  .radius-br-md-25 {
    border-bottom-right-radius: 50px !important;
  }
  .gap-md-25 {
    gap: 50px !important;
  }
  .mt-md-25 {
    margin-top: 50px !important;
  }
  .mr-md-25 {
    margin-right: 50px !important;
  }
  .mb-md-25 {
    margin-bottom: 50px !important;
  }
  .ml-md-25 {
    margin-left: 50px !important;
  }
  .mx-md-25 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .my-md-25 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ma-md-25 {
    margin: 50px !important;
  }
  .pt-md-25 {
    padding-top: 50px !important;
  }
  .pr-md-25 {
    padding-right: 50px !important;
  }
  .pb-md-25 {
    padding-bottom: 50px !important;
  }
  .pl-md-25 {
    padding-left: 50px !important;
  }
  .px-md-25 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py-md-25 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pa-md-25 {
    padding: 50px !important;
  }
  .w-md-33 {
    width: 33.3333% !important;
  }
  .w-md-66 {
    width: 66.6666% !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .pl-md-auto {
    padding-left: auto !important;
  }
  .pr-md-auto {
    padding-right: auto !important;
  }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-md-auto {
    padding-bottom: auto !important;
    padding-top: auto !important;
  }
}
@media screen and (min-width: 1280px) {
  .w-lg-0 {
    width: 0% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .flex-lg {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-grow {
    flex-grow: 1 !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-lg-start {
    justify-content: flex-start;
  }
  .justify-lg-end {
    justify-content: flex-end;
  }
  .justify-lg-center {
    justify-content: center;
  }
  .justify-lg-between {
    justify-content: space-between;
  }
  .justify-lg-around {
    justify-content: space-around;
  }
  .items-lg-start {
    align-items: flex-start;
  }
  .items-lg-end {
    align-items: flex-end;
  }
  .items-lg-center {
    align-items: center;
  }
  .items-lg-baseline {
    align-items: baseline;
  }
  .items-lg-stretch {
    align-items: stretch;
  }
  .radius-lg-0 {
    border-radius: 0px !important;
  }
  .radius-tl-lg-0 {
    border-top-left-radius: 0px !important;
  }
  .radius-tr-lg-0 {
    border-top-right-radius: 0px !important;
  }
  .radius-bl-lg-0 {
    border-bottom-left-radius: 0px !important;
  }
  .radius-br-lg-0 {
    border-bottom-right-radius: 0px !important;
  }
  .gap-lg-0 {
    gap: 0px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .ma-lg-0 {
    margin: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pa-lg-0 {
    padding: 0px !important;
  }
  .radius-lg-1 {
    border-radius: 2px !important;
  }
  .radius-tl-lg-1 {
    border-top-left-radius: 2px !important;
  }
  .radius-tr-lg-1 {
    border-top-right-radius: 2px !important;
  }
  .radius-bl-lg-1 {
    border-bottom-left-radius: 2px !important;
  }
  .radius-br-lg-1 {
    border-bottom-right-radius: 2px !important;
  }
  .gap-lg-1 {
    gap: 2px !important;
  }
  .mt-lg-1 {
    margin-top: 2px !important;
  }
  .mr-lg-1 {
    margin-right: 2px !important;
  }
  .mb-lg-1 {
    margin-bottom: 2px !important;
  }
  .ml-lg-1 {
    margin-left: 2px !important;
  }
  .mx-lg-1 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .my-lg-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .ma-lg-1 {
    margin: 2px !important;
  }
  .pt-lg-1 {
    padding-top: 2px !important;
  }
  .pr-lg-1 {
    padding-right: 2px !important;
  }
  .pb-lg-1 {
    padding-bottom: 2px !important;
  }
  .pl-lg-1 {
    padding-left: 2px !important;
  }
  .px-lg-1 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .py-lg-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .pa-lg-1 {
    padding: 2px !important;
  }
  .radius-lg-2 {
    border-radius: 4px !important;
  }
  .radius-tl-lg-2 {
    border-top-left-radius: 4px !important;
  }
  .radius-tr-lg-2 {
    border-top-right-radius: 4px !important;
  }
  .radius-bl-lg-2 {
    border-bottom-left-radius: 4px !important;
  }
  .radius-br-lg-2 {
    border-bottom-right-radius: 4px !important;
  }
  .gap-lg-2 {
    gap: 4px !important;
  }
  .mt-lg-2 {
    margin-top: 4px !important;
  }
  .mr-lg-2 {
    margin-right: 4px !important;
  }
  .mb-lg-2 {
    margin-bottom: 4px !important;
  }
  .ml-lg-2 {
    margin-left: 4px !important;
  }
  .mx-lg-2 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-lg-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .ma-lg-2 {
    margin: 4px !important;
  }
  .pt-lg-2 {
    padding-top: 4px !important;
  }
  .pr-lg-2 {
    padding-right: 4px !important;
  }
  .pb-lg-2 {
    padding-bottom: 4px !important;
  }
  .pl-lg-2 {
    padding-left: 4px !important;
  }
  .px-lg-2 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-lg-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pa-lg-2 {
    padding: 4px !important;
  }
  .radius-lg-3 {
    border-radius: 6px !important;
  }
  .radius-tl-lg-3 {
    border-top-left-radius: 6px !important;
  }
  .radius-tr-lg-3 {
    border-top-right-radius: 6px !important;
  }
  .radius-bl-lg-3 {
    border-bottom-left-radius: 6px !important;
  }
  .radius-br-lg-3 {
    border-bottom-right-radius: 6px !important;
  }
  .gap-lg-3 {
    gap: 6px !important;
  }
  .mt-lg-3 {
    margin-top: 6px !important;
  }
  .mr-lg-3 {
    margin-right: 6px !important;
  }
  .mb-lg-3 {
    margin-bottom: 6px !important;
  }
  .ml-lg-3 {
    margin-left: 6px !important;
  }
  .mx-lg-3 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .my-lg-3 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .ma-lg-3 {
    margin: 6px !important;
  }
  .pt-lg-3 {
    padding-top: 6px !important;
  }
  .pr-lg-3 {
    padding-right: 6px !important;
  }
  .pb-lg-3 {
    padding-bottom: 6px !important;
  }
  .pl-lg-3 {
    padding-left: 6px !important;
  }
  .px-lg-3 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .py-lg-3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .pa-lg-3 {
    padding: 6px !important;
  }
  .radius-lg-4 {
    border-radius: 8px !important;
  }
  .radius-tl-lg-4 {
    border-top-left-radius: 8px !important;
  }
  .radius-tr-lg-4 {
    border-top-right-radius: 8px !important;
  }
  .radius-bl-lg-4 {
    border-bottom-left-radius: 8px !important;
  }
  .radius-br-lg-4 {
    border-bottom-right-radius: 8px !important;
  }
  .gap-lg-4 {
    gap: 8px !important;
  }
  .mt-lg-4 {
    margin-top: 8px !important;
  }
  .mr-lg-4 {
    margin-right: 8px !important;
  }
  .mb-lg-4 {
    margin-bottom: 8px !important;
  }
  .ml-lg-4 {
    margin-left: 8px !important;
  }
  .mx-lg-4 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-lg-4 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .ma-lg-4 {
    margin: 8px !important;
  }
  .pt-lg-4 {
    padding-top: 8px !important;
  }
  .pr-lg-4 {
    padding-right: 8px !important;
  }
  .pb-lg-4 {
    padding-bottom: 8px !important;
  }
  .pl-lg-4 {
    padding-left: 8px !important;
  }
  .px-lg-4 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-lg-4 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pa-lg-4 {
    padding: 8px !important;
  }
  .radius-lg-5 {
    border-radius: 10px !important;
  }
  .radius-tl-lg-5 {
    border-top-left-radius: 10px !important;
  }
  .radius-tr-lg-5 {
    border-top-right-radius: 10px !important;
  }
  .radius-bl-lg-5 {
    border-bottom-left-radius: 10px !important;
  }
  .radius-br-lg-5 {
    border-bottom-right-radius: 10px !important;
  }
  .gap-lg-5 {
    gap: 10px !important;
  }
  .mt-lg-5 {
    margin-top: 10px !important;
  }
  .mr-lg-5 {
    margin-right: 10px !important;
  }
  .mb-lg-5 {
    margin-bottom: 10px !important;
  }
  .ml-lg-5 {
    margin-left: 10px !important;
  }
  .mx-lg-5 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-lg-5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ma-lg-5 {
    margin: 10px !important;
  }
  .pt-lg-5 {
    padding-top: 10px !important;
  }
  .pr-lg-5 {
    padding-right: 10px !important;
  }
  .pb-lg-5 {
    padding-bottom: 10px !important;
  }
  .pl-lg-5 {
    padding-left: 10px !important;
  }
  .px-lg-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-lg-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pa-lg-5 {
    padding: 10px !important;
  }
  .radius-lg-6 {
    border-radius: 12px !important;
  }
  .radius-tl-lg-6 {
    border-top-left-radius: 12px !important;
  }
  .radius-tr-lg-6 {
    border-top-right-radius: 12px !important;
  }
  .radius-bl-lg-6 {
    border-bottom-left-radius: 12px !important;
  }
  .radius-br-lg-6 {
    border-bottom-right-radius: 12px !important;
  }
  .gap-lg-6 {
    gap: 12px !important;
  }
  .mt-lg-6 {
    margin-top: 12px !important;
  }
  .mr-lg-6 {
    margin-right: 12px !important;
  }
  .mb-lg-6 {
    margin-bottom: 12px !important;
  }
  .ml-lg-6 {
    margin-left: 12px !important;
  }
  .mx-lg-6 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .my-lg-6 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .ma-lg-6 {
    margin: 12px !important;
  }
  .pt-lg-6 {
    padding-top: 12px !important;
  }
  .pr-lg-6 {
    padding-right: 12px !important;
  }
  .pb-lg-6 {
    padding-bottom: 12px !important;
  }
  .pl-lg-6 {
    padding-left: 12px !important;
  }
  .px-lg-6 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .py-lg-6 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .pa-lg-6 {
    padding: 12px !important;
  }
  .radius-lg-7 {
    border-radius: 14px !important;
  }
  .radius-tl-lg-7 {
    border-top-left-radius: 14px !important;
  }
  .radius-tr-lg-7 {
    border-top-right-radius: 14px !important;
  }
  .radius-bl-lg-7 {
    border-bottom-left-radius: 14px !important;
  }
  .radius-br-lg-7 {
    border-bottom-right-radius: 14px !important;
  }
  .gap-lg-7 {
    gap: 14px !important;
  }
  .mt-lg-7 {
    margin-top: 14px !important;
  }
  .mr-lg-7 {
    margin-right: 14px !important;
  }
  .mb-lg-7 {
    margin-bottom: 14px !important;
  }
  .ml-lg-7 {
    margin-left: 14px !important;
  }
  .mx-lg-7 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .my-lg-7 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .ma-lg-7 {
    margin: 14px !important;
  }
  .pt-lg-7 {
    padding-top: 14px !important;
  }
  .pr-lg-7 {
    padding-right: 14px !important;
  }
  .pb-lg-7 {
    padding-bottom: 14px !important;
  }
  .pl-lg-7 {
    padding-left: 14px !important;
  }
  .px-lg-7 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .py-lg-7 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .pa-lg-7 {
    padding: 14px !important;
  }
  .radius-lg-8 {
    border-radius: 16px !important;
  }
  .radius-tl-lg-8 {
    border-top-left-radius: 16px !important;
  }
  .radius-tr-lg-8 {
    border-top-right-radius: 16px !important;
  }
  .radius-bl-lg-8 {
    border-bottom-left-radius: 16px !important;
  }
  .radius-br-lg-8 {
    border-bottom-right-radius: 16px !important;
  }
  .gap-lg-8 {
    gap: 16px !important;
  }
  .mt-lg-8 {
    margin-top: 16px !important;
  }
  .mr-lg-8 {
    margin-right: 16px !important;
  }
  .mb-lg-8 {
    margin-bottom: 16px !important;
  }
  .ml-lg-8 {
    margin-left: 16px !important;
  }
  .mx-lg-8 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-lg-8 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .ma-lg-8 {
    margin: 16px !important;
  }
  .pt-lg-8 {
    padding-top: 16px !important;
  }
  .pr-lg-8 {
    padding-right: 16px !important;
  }
  .pb-lg-8 {
    padding-bottom: 16px !important;
  }
  .pl-lg-8 {
    padding-left: 16px !important;
  }
  .px-lg-8 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-lg-8 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pa-lg-8 {
    padding: 16px !important;
  }
  .radius-lg-9 {
    border-radius: 18px !important;
  }
  .radius-tl-lg-9 {
    border-top-left-radius: 18px !important;
  }
  .radius-tr-lg-9 {
    border-top-right-radius: 18px !important;
  }
  .radius-bl-lg-9 {
    border-bottom-left-radius: 18px !important;
  }
  .radius-br-lg-9 {
    border-bottom-right-radius: 18px !important;
  }
  .gap-lg-9 {
    gap: 18px !important;
  }
  .mt-lg-9 {
    margin-top: 18px !important;
  }
  .mr-lg-9 {
    margin-right: 18px !important;
  }
  .mb-lg-9 {
    margin-bottom: 18px !important;
  }
  .ml-lg-9 {
    margin-left: 18px !important;
  }
  .mx-lg-9 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .my-lg-9 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .ma-lg-9 {
    margin: 18px !important;
  }
  .pt-lg-9 {
    padding-top: 18px !important;
  }
  .pr-lg-9 {
    padding-right: 18px !important;
  }
  .pb-lg-9 {
    padding-bottom: 18px !important;
  }
  .pl-lg-9 {
    padding-left: 18px !important;
  }
  .px-lg-9 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .py-lg-9 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .pa-lg-9 {
    padding: 18px !important;
  }
  .radius-lg-10 {
    border-radius: 20px !important;
  }
  .radius-tl-lg-10 {
    border-top-left-radius: 20px !important;
  }
  .radius-tr-lg-10 {
    border-top-right-radius: 20px !important;
  }
  .radius-bl-lg-10 {
    border-bottom-left-radius: 20px !important;
  }
  .radius-br-lg-10 {
    border-bottom-right-radius: 20px !important;
  }
  .gap-lg-10 {
    gap: 20px !important;
  }
  .mt-lg-10 {
    margin-top: 20px !important;
  }
  .mr-lg-10 {
    margin-right: 20px !important;
  }
  .mb-lg-10 {
    margin-bottom: 20px !important;
  }
  .ml-lg-10 {
    margin-left: 20px !important;
  }
  .mx-lg-10 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-lg-10 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ma-lg-10 {
    margin: 20px !important;
  }
  .pt-lg-10 {
    padding-top: 20px !important;
  }
  .pr-lg-10 {
    padding-right: 20px !important;
  }
  .pb-lg-10 {
    padding-bottom: 20px !important;
  }
  .pl-lg-10 {
    padding-left: 20px !important;
  }
  .px-lg-10 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-lg-10 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pa-lg-10 {
    padding: 20px !important;
  }
  .radius-lg-11 {
    border-radius: 22px !important;
  }
  .radius-tl-lg-11 {
    border-top-left-radius: 22px !important;
  }
  .radius-tr-lg-11 {
    border-top-right-radius: 22px !important;
  }
  .radius-bl-lg-11 {
    border-bottom-left-radius: 22px !important;
  }
  .radius-br-lg-11 {
    border-bottom-right-radius: 22px !important;
  }
  .gap-lg-11 {
    gap: 22px !important;
  }
  .mt-lg-11 {
    margin-top: 22px !important;
  }
  .mr-lg-11 {
    margin-right: 22px !important;
  }
  .mb-lg-11 {
    margin-bottom: 22px !important;
  }
  .ml-lg-11 {
    margin-left: 22px !important;
  }
  .mx-lg-11 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .my-lg-11 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .ma-lg-11 {
    margin: 22px !important;
  }
  .pt-lg-11 {
    padding-top: 22px !important;
  }
  .pr-lg-11 {
    padding-right: 22px !important;
  }
  .pb-lg-11 {
    padding-bottom: 22px !important;
  }
  .pl-lg-11 {
    padding-left: 22px !important;
  }
  .px-lg-11 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .py-lg-11 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .pa-lg-11 {
    padding: 22px !important;
  }
  .radius-lg-12 {
    border-radius: 24px !important;
  }
  .radius-tl-lg-12 {
    border-top-left-radius: 24px !important;
  }
  .radius-tr-lg-12 {
    border-top-right-radius: 24px !important;
  }
  .radius-bl-lg-12 {
    border-bottom-left-radius: 24px !important;
  }
  .radius-br-lg-12 {
    border-bottom-right-radius: 24px !important;
  }
  .gap-lg-12 {
    gap: 24px !important;
  }
  .mt-lg-12 {
    margin-top: 24px !important;
  }
  .mr-lg-12 {
    margin-right: 24px !important;
  }
  .mb-lg-12 {
    margin-bottom: 24px !important;
  }
  .ml-lg-12 {
    margin-left: 24px !important;
  }
  .mx-lg-12 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-lg-12 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .ma-lg-12 {
    margin: 24px !important;
  }
  .pt-lg-12 {
    padding-top: 24px !important;
  }
  .pr-lg-12 {
    padding-right: 24px !important;
  }
  .pb-lg-12 {
    padding-bottom: 24px !important;
  }
  .pl-lg-12 {
    padding-left: 24px !important;
  }
  .px-lg-12 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-lg-12 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pa-lg-12 {
    padding: 24px !important;
  }
  .radius-lg-13 {
    border-radius: 26px !important;
  }
  .radius-tl-lg-13 {
    border-top-left-radius: 26px !important;
  }
  .radius-tr-lg-13 {
    border-top-right-radius: 26px !important;
  }
  .radius-bl-lg-13 {
    border-bottom-left-radius: 26px !important;
  }
  .radius-br-lg-13 {
    border-bottom-right-radius: 26px !important;
  }
  .gap-lg-13 {
    gap: 26px !important;
  }
  .mt-lg-13 {
    margin-top: 26px !important;
  }
  .mr-lg-13 {
    margin-right: 26px !important;
  }
  .mb-lg-13 {
    margin-bottom: 26px !important;
  }
  .ml-lg-13 {
    margin-left: 26px !important;
  }
  .mx-lg-13 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .my-lg-13 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .ma-lg-13 {
    margin: 26px !important;
  }
  .pt-lg-13 {
    padding-top: 26px !important;
  }
  .pr-lg-13 {
    padding-right: 26px !important;
  }
  .pb-lg-13 {
    padding-bottom: 26px !important;
  }
  .pl-lg-13 {
    padding-left: 26px !important;
  }
  .px-lg-13 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .py-lg-13 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .pa-lg-13 {
    padding: 26px !important;
  }
  .radius-lg-14 {
    border-radius: 28px !important;
  }
  .radius-tl-lg-14 {
    border-top-left-radius: 28px !important;
  }
  .radius-tr-lg-14 {
    border-top-right-radius: 28px !important;
  }
  .radius-bl-lg-14 {
    border-bottom-left-radius: 28px !important;
  }
  .radius-br-lg-14 {
    border-bottom-right-radius: 28px !important;
  }
  .gap-lg-14 {
    gap: 28px !important;
  }
  .mt-lg-14 {
    margin-top: 28px !important;
  }
  .mr-lg-14 {
    margin-right: 28px !important;
  }
  .mb-lg-14 {
    margin-bottom: 28px !important;
  }
  .ml-lg-14 {
    margin-left: 28px !important;
  }
  .mx-lg-14 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .my-lg-14 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .ma-lg-14 {
    margin: 28px !important;
  }
  .pt-lg-14 {
    padding-top: 28px !important;
  }
  .pr-lg-14 {
    padding-right: 28px !important;
  }
  .pb-lg-14 {
    padding-bottom: 28px !important;
  }
  .pl-lg-14 {
    padding-left: 28px !important;
  }
  .px-lg-14 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .py-lg-14 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pa-lg-14 {
    padding: 28px !important;
  }
  .radius-lg-15 {
    border-radius: 30px !important;
  }
  .radius-tl-lg-15 {
    border-top-left-radius: 30px !important;
  }
  .radius-tr-lg-15 {
    border-top-right-radius: 30px !important;
  }
  .radius-bl-lg-15 {
    border-bottom-left-radius: 30px !important;
  }
  .radius-br-lg-15 {
    border-bottom-right-radius: 30px !important;
  }
  .gap-lg-15 {
    gap: 30px !important;
  }
  .mt-lg-15 {
    margin-top: 30px !important;
  }
  .mr-lg-15 {
    margin-right: 30px !important;
  }
  .mb-lg-15 {
    margin-bottom: 30px !important;
  }
  .ml-lg-15 {
    margin-left: 30px !important;
  }
  .mx-lg-15 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .my-lg-15 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ma-lg-15 {
    margin: 30px !important;
  }
  .pt-lg-15 {
    padding-top: 30px !important;
  }
  .pr-lg-15 {
    padding-right: 30px !important;
  }
  .pb-lg-15 {
    padding-bottom: 30px !important;
  }
  .pl-lg-15 {
    padding-left: 30px !important;
  }
  .px-lg-15 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py-lg-15 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pa-lg-15 {
    padding: 30px !important;
  }
  .radius-lg-16 {
    border-radius: 32px !important;
  }
  .radius-tl-lg-16 {
    border-top-left-radius: 32px !important;
  }
  .radius-tr-lg-16 {
    border-top-right-radius: 32px !important;
  }
  .radius-bl-lg-16 {
    border-bottom-left-radius: 32px !important;
  }
  .radius-br-lg-16 {
    border-bottom-right-radius: 32px !important;
  }
  .gap-lg-16 {
    gap: 32px !important;
  }
  .mt-lg-16 {
    margin-top: 32px !important;
  }
  .mr-lg-16 {
    margin-right: 32px !important;
  }
  .mb-lg-16 {
    margin-bottom: 32px !important;
  }
  .ml-lg-16 {
    margin-left: 32px !important;
  }
  .mx-lg-16 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-lg-16 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .ma-lg-16 {
    margin: 32px !important;
  }
  .pt-lg-16 {
    padding-top: 32px !important;
  }
  .pr-lg-16 {
    padding-right: 32px !important;
  }
  .pb-lg-16 {
    padding-bottom: 32px !important;
  }
  .pl-lg-16 {
    padding-left: 32px !important;
  }
  .px-lg-16 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-lg-16 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .pa-lg-16 {
    padding: 32px !important;
  }
  .radius-lg-17 {
    border-radius: 34px !important;
  }
  .radius-tl-lg-17 {
    border-top-left-radius: 34px !important;
  }
  .radius-tr-lg-17 {
    border-top-right-radius: 34px !important;
  }
  .radius-bl-lg-17 {
    border-bottom-left-radius: 34px !important;
  }
  .radius-br-lg-17 {
    border-bottom-right-radius: 34px !important;
  }
  .gap-lg-17 {
    gap: 34px !important;
  }
  .mt-lg-17 {
    margin-top: 34px !important;
  }
  .mr-lg-17 {
    margin-right: 34px !important;
  }
  .mb-lg-17 {
    margin-bottom: 34px !important;
  }
  .ml-lg-17 {
    margin-left: 34px !important;
  }
  .mx-lg-17 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .my-lg-17 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .ma-lg-17 {
    margin: 34px !important;
  }
  .pt-lg-17 {
    padding-top: 34px !important;
  }
  .pr-lg-17 {
    padding-right: 34px !important;
  }
  .pb-lg-17 {
    padding-bottom: 34px !important;
  }
  .pl-lg-17 {
    padding-left: 34px !important;
  }
  .px-lg-17 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .py-lg-17 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .pa-lg-17 {
    padding: 34px !important;
  }
  .radius-lg-18 {
    border-radius: 36px !important;
  }
  .radius-tl-lg-18 {
    border-top-left-radius: 36px !important;
  }
  .radius-tr-lg-18 {
    border-top-right-radius: 36px !important;
  }
  .radius-bl-lg-18 {
    border-bottom-left-radius: 36px !important;
  }
  .radius-br-lg-18 {
    border-bottom-right-radius: 36px !important;
  }
  .gap-lg-18 {
    gap: 36px !important;
  }
  .mt-lg-18 {
    margin-top: 36px !important;
  }
  .mr-lg-18 {
    margin-right: 36px !important;
  }
  .mb-lg-18 {
    margin-bottom: 36px !important;
  }
  .ml-lg-18 {
    margin-left: 36px !important;
  }
  .mx-lg-18 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .my-lg-18 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .ma-lg-18 {
    margin: 36px !important;
  }
  .pt-lg-18 {
    padding-top: 36px !important;
  }
  .pr-lg-18 {
    padding-right: 36px !important;
  }
  .pb-lg-18 {
    padding-bottom: 36px !important;
  }
  .pl-lg-18 {
    padding-left: 36px !important;
  }
  .px-lg-18 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .py-lg-18 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .pa-lg-18 {
    padding: 36px !important;
  }
  .radius-lg-19 {
    border-radius: 38px !important;
  }
  .radius-tl-lg-19 {
    border-top-left-radius: 38px !important;
  }
  .radius-tr-lg-19 {
    border-top-right-radius: 38px !important;
  }
  .radius-bl-lg-19 {
    border-bottom-left-radius: 38px !important;
  }
  .radius-br-lg-19 {
    border-bottom-right-radius: 38px !important;
  }
  .gap-lg-19 {
    gap: 38px !important;
  }
  .mt-lg-19 {
    margin-top: 38px !important;
  }
  .mr-lg-19 {
    margin-right: 38px !important;
  }
  .mb-lg-19 {
    margin-bottom: 38px !important;
  }
  .ml-lg-19 {
    margin-left: 38px !important;
  }
  .mx-lg-19 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .my-lg-19 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .ma-lg-19 {
    margin: 38px !important;
  }
  .pt-lg-19 {
    padding-top: 38px !important;
  }
  .pr-lg-19 {
    padding-right: 38px !important;
  }
  .pb-lg-19 {
    padding-bottom: 38px !important;
  }
  .pl-lg-19 {
    padding-left: 38px !important;
  }
  .px-lg-19 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .py-lg-19 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .pa-lg-19 {
    padding: 38px !important;
  }
  .radius-lg-20 {
    border-radius: 40px !important;
  }
  .radius-tl-lg-20 {
    border-top-left-radius: 40px !important;
  }
  .radius-tr-lg-20 {
    border-top-right-radius: 40px !important;
  }
  .radius-bl-lg-20 {
    border-bottom-left-radius: 40px !important;
  }
  .radius-br-lg-20 {
    border-bottom-right-radius: 40px !important;
  }
  .gap-lg-20 {
    gap: 40px !important;
  }
  .mt-lg-20 {
    margin-top: 40px !important;
  }
  .mr-lg-20 {
    margin-right: 40px !important;
  }
  .mb-lg-20 {
    margin-bottom: 40px !important;
  }
  .ml-lg-20 {
    margin-left: 40px !important;
  }
  .mx-lg-20 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .my-lg-20 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ma-lg-20 {
    margin: 40px !important;
  }
  .pt-lg-20 {
    padding-top: 40px !important;
  }
  .pr-lg-20 {
    padding-right: 40px !important;
  }
  .pb-lg-20 {
    padding-bottom: 40px !important;
  }
  .pl-lg-20 {
    padding-left: 40px !important;
  }
  .px-lg-20 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-lg-20 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pa-lg-20 {
    padding: 40px !important;
  }
  .radius-lg-21 {
    border-radius: 42px !important;
  }
  .radius-tl-lg-21 {
    border-top-left-radius: 42px !important;
  }
  .radius-tr-lg-21 {
    border-top-right-radius: 42px !important;
  }
  .radius-bl-lg-21 {
    border-bottom-left-radius: 42px !important;
  }
  .radius-br-lg-21 {
    border-bottom-right-radius: 42px !important;
  }
  .gap-lg-21 {
    gap: 42px !important;
  }
  .mt-lg-21 {
    margin-top: 42px !important;
  }
  .mr-lg-21 {
    margin-right: 42px !important;
  }
  .mb-lg-21 {
    margin-bottom: 42px !important;
  }
  .ml-lg-21 {
    margin-left: 42px !important;
  }
  .mx-lg-21 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .my-lg-21 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .ma-lg-21 {
    margin: 42px !important;
  }
  .pt-lg-21 {
    padding-top: 42px !important;
  }
  .pr-lg-21 {
    padding-right: 42px !important;
  }
  .pb-lg-21 {
    padding-bottom: 42px !important;
  }
  .pl-lg-21 {
    padding-left: 42px !important;
  }
  .px-lg-21 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .py-lg-21 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .pa-lg-21 {
    padding: 42px !important;
  }
  .radius-lg-22 {
    border-radius: 44px !important;
  }
  .radius-tl-lg-22 {
    border-top-left-radius: 44px !important;
  }
  .radius-tr-lg-22 {
    border-top-right-radius: 44px !important;
  }
  .radius-bl-lg-22 {
    border-bottom-left-radius: 44px !important;
  }
  .radius-br-lg-22 {
    border-bottom-right-radius: 44px !important;
  }
  .gap-lg-22 {
    gap: 44px !important;
  }
  .mt-lg-22 {
    margin-top: 44px !important;
  }
  .mr-lg-22 {
    margin-right: 44px !important;
  }
  .mb-lg-22 {
    margin-bottom: 44px !important;
  }
  .ml-lg-22 {
    margin-left: 44px !important;
  }
  .mx-lg-22 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .my-lg-22 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .ma-lg-22 {
    margin: 44px !important;
  }
  .pt-lg-22 {
    padding-top: 44px !important;
  }
  .pr-lg-22 {
    padding-right: 44px !important;
  }
  .pb-lg-22 {
    padding-bottom: 44px !important;
  }
  .pl-lg-22 {
    padding-left: 44px !important;
  }
  .px-lg-22 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .py-lg-22 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .pa-lg-22 {
    padding: 44px !important;
  }
  .radius-lg-23 {
    border-radius: 46px !important;
  }
  .radius-tl-lg-23 {
    border-top-left-radius: 46px !important;
  }
  .radius-tr-lg-23 {
    border-top-right-radius: 46px !important;
  }
  .radius-bl-lg-23 {
    border-bottom-left-radius: 46px !important;
  }
  .radius-br-lg-23 {
    border-bottom-right-radius: 46px !important;
  }
  .gap-lg-23 {
    gap: 46px !important;
  }
  .mt-lg-23 {
    margin-top: 46px !important;
  }
  .mr-lg-23 {
    margin-right: 46px !important;
  }
  .mb-lg-23 {
    margin-bottom: 46px !important;
  }
  .ml-lg-23 {
    margin-left: 46px !important;
  }
  .mx-lg-23 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .my-lg-23 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .ma-lg-23 {
    margin: 46px !important;
  }
  .pt-lg-23 {
    padding-top: 46px !important;
  }
  .pr-lg-23 {
    padding-right: 46px !important;
  }
  .pb-lg-23 {
    padding-bottom: 46px !important;
  }
  .pl-lg-23 {
    padding-left: 46px !important;
  }
  .px-lg-23 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .py-lg-23 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pa-lg-23 {
    padding: 46px !important;
  }
  .radius-lg-24 {
    border-radius: 48px !important;
  }
  .radius-tl-lg-24 {
    border-top-left-radius: 48px !important;
  }
  .radius-tr-lg-24 {
    border-top-right-radius: 48px !important;
  }
  .radius-bl-lg-24 {
    border-bottom-left-radius: 48px !important;
  }
  .radius-br-lg-24 {
    border-bottom-right-radius: 48px !important;
  }
  .gap-lg-24 {
    gap: 48px !important;
  }
  .mt-lg-24 {
    margin-top: 48px !important;
  }
  .mr-lg-24 {
    margin-right: 48px !important;
  }
  .mb-lg-24 {
    margin-bottom: 48px !important;
  }
  .ml-lg-24 {
    margin-left: 48px !important;
  }
  .mx-lg-24 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-lg-24 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .ma-lg-24 {
    margin: 48px !important;
  }
  .pt-lg-24 {
    padding-top: 48px !important;
  }
  .pr-lg-24 {
    padding-right: 48px !important;
  }
  .pb-lg-24 {
    padding-bottom: 48px !important;
  }
  .pl-lg-24 {
    padding-left: 48px !important;
  }
  .px-lg-24 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-lg-24 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pa-lg-24 {
    padding: 48px !important;
  }
  .radius-lg-25 {
    border-radius: 50px !important;
  }
  .radius-tl-lg-25 {
    border-top-left-radius: 50px !important;
  }
  .radius-tr-lg-25 {
    border-top-right-radius: 50px !important;
  }
  .radius-bl-lg-25 {
    border-bottom-left-radius: 50px !important;
  }
  .radius-br-lg-25 {
    border-bottom-right-radius: 50px !important;
  }
  .gap-lg-25 {
    gap: 50px !important;
  }
  .mt-lg-25 {
    margin-top: 50px !important;
  }
  .mr-lg-25 {
    margin-right: 50px !important;
  }
  .mb-lg-25 {
    margin-bottom: 50px !important;
  }
  .ml-lg-25 {
    margin-left: 50px !important;
  }
  .mx-lg-25 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .my-lg-25 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ma-lg-25 {
    margin: 50px !important;
  }
  .pt-lg-25 {
    padding-top: 50px !important;
  }
  .pr-lg-25 {
    padding-right: 50px !important;
  }
  .pb-lg-25 {
    padding-bottom: 50px !important;
  }
  .pl-lg-25 {
    padding-left: 50px !important;
  }
  .px-lg-25 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py-lg-25 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pa-lg-25 {
    padding: 50px !important;
  }
  .w-lg-33 {
    width: 33.3333% !important;
  }
  .w-lg-66 {
    width: 66.6666% !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .pt-lg-auto {
    padding-top: auto !important;
  }
  .pb-lg-auto {
    padding-bottom: auto !important;
  }
  .pl-lg-auto {
    padding-left: auto !important;
  }
  .pr-lg-auto {
    padding-right: auto !important;
  }
  .px-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-lg-auto {
    padding-bottom: auto !important;
    padding-top: auto !important;
  }
}
@media screen and (min-width: 1440px) {
  .w-xl-0 {
    width: 0% !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .flex-xl {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-grow {
    flex-grow: 1 !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-xl-start {
    justify-content: flex-start;
  }
  .justify-xl-end {
    justify-content: flex-end;
  }
  .justify-xl-center {
    justify-content: center;
  }
  .justify-xl-between {
    justify-content: space-between;
  }
  .justify-xl-around {
    justify-content: space-around;
  }
  .items-xl-start {
    align-items: flex-start;
  }
  .items-xl-end {
    align-items: flex-end;
  }
  .items-xl-center {
    align-items: center;
  }
  .items-xl-baseline {
    align-items: baseline;
  }
  .items-xl-stretch {
    align-items: stretch;
  }
  .radius-xl-0 {
    border-radius: 0px !important;
  }
  .radius-tl-xl-0 {
    border-top-left-radius: 0px !important;
  }
  .radius-tr-xl-0 {
    border-top-right-radius: 0px !important;
  }
  .radius-bl-xl-0 {
    border-bottom-left-radius: 0px !important;
  }
  .radius-br-xl-0 {
    border-bottom-right-radius: 0px !important;
  }
  .gap-xl-0 {
    gap: 0px !important;
  }
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mx-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .ma-xl-0 {
    margin: 0px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .px-xl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pa-xl-0 {
    padding: 0px !important;
  }
  .radius-xl-1 {
    border-radius: 2px !important;
  }
  .radius-tl-xl-1 {
    border-top-left-radius: 2px !important;
  }
  .radius-tr-xl-1 {
    border-top-right-radius: 2px !important;
  }
  .radius-bl-xl-1 {
    border-bottom-left-radius: 2px !important;
  }
  .radius-br-xl-1 {
    border-bottom-right-radius: 2px !important;
  }
  .gap-xl-1 {
    gap: 2px !important;
  }
  .mt-xl-1 {
    margin-top: 2px !important;
  }
  .mr-xl-1 {
    margin-right: 2px !important;
  }
  .mb-xl-1 {
    margin-bottom: 2px !important;
  }
  .ml-xl-1 {
    margin-left: 2px !important;
  }
  .mx-xl-1 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .my-xl-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .ma-xl-1 {
    margin: 2px !important;
  }
  .pt-xl-1 {
    padding-top: 2px !important;
  }
  .pr-xl-1 {
    padding-right: 2px !important;
  }
  .pb-xl-1 {
    padding-bottom: 2px !important;
  }
  .pl-xl-1 {
    padding-left: 2px !important;
  }
  .px-xl-1 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .py-xl-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .pa-xl-1 {
    padding: 2px !important;
  }
  .radius-xl-2 {
    border-radius: 4px !important;
  }
  .radius-tl-xl-2 {
    border-top-left-radius: 4px !important;
  }
  .radius-tr-xl-2 {
    border-top-right-radius: 4px !important;
  }
  .radius-bl-xl-2 {
    border-bottom-left-radius: 4px !important;
  }
  .radius-br-xl-2 {
    border-bottom-right-radius: 4px !important;
  }
  .gap-xl-2 {
    gap: 4px !important;
  }
  .mt-xl-2 {
    margin-top: 4px !important;
  }
  .mr-xl-2 {
    margin-right: 4px !important;
  }
  .mb-xl-2 {
    margin-bottom: 4px !important;
  }
  .ml-xl-2 {
    margin-left: 4px !important;
  }
  .mx-xl-2 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-xl-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .ma-xl-2 {
    margin: 4px !important;
  }
  .pt-xl-2 {
    padding-top: 4px !important;
  }
  .pr-xl-2 {
    padding-right: 4px !important;
  }
  .pb-xl-2 {
    padding-bottom: 4px !important;
  }
  .pl-xl-2 {
    padding-left: 4px !important;
  }
  .px-xl-2 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-xl-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pa-xl-2 {
    padding: 4px !important;
  }
  .radius-xl-3 {
    border-radius: 6px !important;
  }
  .radius-tl-xl-3 {
    border-top-left-radius: 6px !important;
  }
  .radius-tr-xl-3 {
    border-top-right-radius: 6px !important;
  }
  .radius-bl-xl-3 {
    border-bottom-left-radius: 6px !important;
  }
  .radius-br-xl-3 {
    border-bottom-right-radius: 6px !important;
  }
  .gap-xl-3 {
    gap: 6px !important;
  }
  .mt-xl-3 {
    margin-top: 6px !important;
  }
  .mr-xl-3 {
    margin-right: 6px !important;
  }
  .mb-xl-3 {
    margin-bottom: 6px !important;
  }
  .ml-xl-3 {
    margin-left: 6px !important;
  }
  .mx-xl-3 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .my-xl-3 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .ma-xl-3 {
    margin: 6px !important;
  }
  .pt-xl-3 {
    padding-top: 6px !important;
  }
  .pr-xl-3 {
    padding-right: 6px !important;
  }
  .pb-xl-3 {
    padding-bottom: 6px !important;
  }
  .pl-xl-3 {
    padding-left: 6px !important;
  }
  .px-xl-3 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .py-xl-3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .pa-xl-3 {
    padding: 6px !important;
  }
  .radius-xl-4 {
    border-radius: 8px !important;
  }
  .radius-tl-xl-4 {
    border-top-left-radius: 8px !important;
  }
  .radius-tr-xl-4 {
    border-top-right-radius: 8px !important;
  }
  .radius-bl-xl-4 {
    border-bottom-left-radius: 8px !important;
  }
  .radius-br-xl-4 {
    border-bottom-right-radius: 8px !important;
  }
  .gap-xl-4 {
    gap: 8px !important;
  }
  .mt-xl-4 {
    margin-top: 8px !important;
  }
  .mr-xl-4 {
    margin-right: 8px !important;
  }
  .mb-xl-4 {
    margin-bottom: 8px !important;
  }
  .ml-xl-4 {
    margin-left: 8px !important;
  }
  .mx-xl-4 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-xl-4 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .ma-xl-4 {
    margin: 8px !important;
  }
  .pt-xl-4 {
    padding-top: 8px !important;
  }
  .pr-xl-4 {
    padding-right: 8px !important;
  }
  .pb-xl-4 {
    padding-bottom: 8px !important;
  }
  .pl-xl-4 {
    padding-left: 8px !important;
  }
  .px-xl-4 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-xl-4 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pa-xl-4 {
    padding: 8px !important;
  }
  .radius-xl-5 {
    border-radius: 10px !important;
  }
  .radius-tl-xl-5 {
    border-top-left-radius: 10px !important;
  }
  .radius-tr-xl-5 {
    border-top-right-radius: 10px !important;
  }
  .radius-bl-xl-5 {
    border-bottom-left-radius: 10px !important;
  }
  .radius-br-xl-5 {
    border-bottom-right-radius: 10px !important;
  }
  .gap-xl-5 {
    gap: 10px !important;
  }
  .mt-xl-5 {
    margin-top: 10px !important;
  }
  .mr-xl-5 {
    margin-right: 10px !important;
  }
  .mb-xl-5 {
    margin-bottom: 10px !important;
  }
  .ml-xl-5 {
    margin-left: 10px !important;
  }
  .mx-xl-5 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-xl-5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ma-xl-5 {
    margin: 10px !important;
  }
  .pt-xl-5 {
    padding-top: 10px !important;
  }
  .pr-xl-5 {
    padding-right: 10px !important;
  }
  .pb-xl-5 {
    padding-bottom: 10px !important;
  }
  .pl-xl-5 {
    padding-left: 10px !important;
  }
  .px-xl-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-xl-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pa-xl-5 {
    padding: 10px !important;
  }
  .radius-xl-6 {
    border-radius: 12px !important;
  }
  .radius-tl-xl-6 {
    border-top-left-radius: 12px !important;
  }
  .radius-tr-xl-6 {
    border-top-right-radius: 12px !important;
  }
  .radius-bl-xl-6 {
    border-bottom-left-radius: 12px !important;
  }
  .radius-br-xl-6 {
    border-bottom-right-radius: 12px !important;
  }
  .gap-xl-6 {
    gap: 12px !important;
  }
  .mt-xl-6 {
    margin-top: 12px !important;
  }
  .mr-xl-6 {
    margin-right: 12px !important;
  }
  .mb-xl-6 {
    margin-bottom: 12px !important;
  }
  .ml-xl-6 {
    margin-left: 12px !important;
  }
  .mx-xl-6 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .my-xl-6 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .ma-xl-6 {
    margin: 12px !important;
  }
  .pt-xl-6 {
    padding-top: 12px !important;
  }
  .pr-xl-6 {
    padding-right: 12px !important;
  }
  .pb-xl-6 {
    padding-bottom: 12px !important;
  }
  .pl-xl-6 {
    padding-left: 12px !important;
  }
  .px-xl-6 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .py-xl-6 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .pa-xl-6 {
    padding: 12px !important;
  }
  .radius-xl-7 {
    border-radius: 14px !important;
  }
  .radius-tl-xl-7 {
    border-top-left-radius: 14px !important;
  }
  .radius-tr-xl-7 {
    border-top-right-radius: 14px !important;
  }
  .radius-bl-xl-7 {
    border-bottom-left-radius: 14px !important;
  }
  .radius-br-xl-7 {
    border-bottom-right-radius: 14px !important;
  }
  .gap-xl-7 {
    gap: 14px !important;
  }
  .mt-xl-7 {
    margin-top: 14px !important;
  }
  .mr-xl-7 {
    margin-right: 14px !important;
  }
  .mb-xl-7 {
    margin-bottom: 14px !important;
  }
  .ml-xl-7 {
    margin-left: 14px !important;
  }
  .mx-xl-7 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .my-xl-7 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .ma-xl-7 {
    margin: 14px !important;
  }
  .pt-xl-7 {
    padding-top: 14px !important;
  }
  .pr-xl-7 {
    padding-right: 14px !important;
  }
  .pb-xl-7 {
    padding-bottom: 14px !important;
  }
  .pl-xl-7 {
    padding-left: 14px !important;
  }
  .px-xl-7 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .py-xl-7 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .pa-xl-7 {
    padding: 14px !important;
  }
  .radius-xl-8 {
    border-radius: 16px !important;
  }
  .radius-tl-xl-8 {
    border-top-left-radius: 16px !important;
  }
  .radius-tr-xl-8 {
    border-top-right-radius: 16px !important;
  }
  .radius-bl-xl-8 {
    border-bottom-left-radius: 16px !important;
  }
  .radius-br-xl-8 {
    border-bottom-right-radius: 16px !important;
  }
  .gap-xl-8 {
    gap: 16px !important;
  }
  .mt-xl-8 {
    margin-top: 16px !important;
  }
  .mr-xl-8 {
    margin-right: 16px !important;
  }
  .mb-xl-8 {
    margin-bottom: 16px !important;
  }
  .ml-xl-8 {
    margin-left: 16px !important;
  }
  .mx-xl-8 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-xl-8 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .ma-xl-8 {
    margin: 16px !important;
  }
  .pt-xl-8 {
    padding-top: 16px !important;
  }
  .pr-xl-8 {
    padding-right: 16px !important;
  }
  .pb-xl-8 {
    padding-bottom: 16px !important;
  }
  .pl-xl-8 {
    padding-left: 16px !important;
  }
  .px-xl-8 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-xl-8 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pa-xl-8 {
    padding: 16px !important;
  }
  .radius-xl-9 {
    border-radius: 18px !important;
  }
  .radius-tl-xl-9 {
    border-top-left-radius: 18px !important;
  }
  .radius-tr-xl-9 {
    border-top-right-radius: 18px !important;
  }
  .radius-bl-xl-9 {
    border-bottom-left-radius: 18px !important;
  }
  .radius-br-xl-9 {
    border-bottom-right-radius: 18px !important;
  }
  .gap-xl-9 {
    gap: 18px !important;
  }
  .mt-xl-9 {
    margin-top: 18px !important;
  }
  .mr-xl-9 {
    margin-right: 18px !important;
  }
  .mb-xl-9 {
    margin-bottom: 18px !important;
  }
  .ml-xl-9 {
    margin-left: 18px !important;
  }
  .mx-xl-9 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .my-xl-9 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .ma-xl-9 {
    margin: 18px !important;
  }
  .pt-xl-9 {
    padding-top: 18px !important;
  }
  .pr-xl-9 {
    padding-right: 18px !important;
  }
  .pb-xl-9 {
    padding-bottom: 18px !important;
  }
  .pl-xl-9 {
    padding-left: 18px !important;
  }
  .px-xl-9 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .py-xl-9 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .pa-xl-9 {
    padding: 18px !important;
  }
  .radius-xl-10 {
    border-radius: 20px !important;
  }
  .radius-tl-xl-10 {
    border-top-left-radius: 20px !important;
  }
  .radius-tr-xl-10 {
    border-top-right-radius: 20px !important;
  }
  .radius-bl-xl-10 {
    border-bottom-left-radius: 20px !important;
  }
  .radius-br-xl-10 {
    border-bottom-right-radius: 20px !important;
  }
  .gap-xl-10 {
    gap: 20px !important;
  }
  .mt-xl-10 {
    margin-top: 20px !important;
  }
  .mr-xl-10 {
    margin-right: 20px !important;
  }
  .mb-xl-10 {
    margin-bottom: 20px !important;
  }
  .ml-xl-10 {
    margin-left: 20px !important;
  }
  .mx-xl-10 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-xl-10 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ma-xl-10 {
    margin: 20px !important;
  }
  .pt-xl-10 {
    padding-top: 20px !important;
  }
  .pr-xl-10 {
    padding-right: 20px !important;
  }
  .pb-xl-10 {
    padding-bottom: 20px !important;
  }
  .pl-xl-10 {
    padding-left: 20px !important;
  }
  .px-xl-10 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-xl-10 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pa-xl-10 {
    padding: 20px !important;
  }
  .radius-xl-11 {
    border-radius: 22px !important;
  }
  .radius-tl-xl-11 {
    border-top-left-radius: 22px !important;
  }
  .radius-tr-xl-11 {
    border-top-right-radius: 22px !important;
  }
  .radius-bl-xl-11 {
    border-bottom-left-radius: 22px !important;
  }
  .radius-br-xl-11 {
    border-bottom-right-radius: 22px !important;
  }
  .gap-xl-11 {
    gap: 22px !important;
  }
  .mt-xl-11 {
    margin-top: 22px !important;
  }
  .mr-xl-11 {
    margin-right: 22px !important;
  }
  .mb-xl-11 {
    margin-bottom: 22px !important;
  }
  .ml-xl-11 {
    margin-left: 22px !important;
  }
  .mx-xl-11 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .my-xl-11 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .ma-xl-11 {
    margin: 22px !important;
  }
  .pt-xl-11 {
    padding-top: 22px !important;
  }
  .pr-xl-11 {
    padding-right: 22px !important;
  }
  .pb-xl-11 {
    padding-bottom: 22px !important;
  }
  .pl-xl-11 {
    padding-left: 22px !important;
  }
  .px-xl-11 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .py-xl-11 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .pa-xl-11 {
    padding: 22px !important;
  }
  .radius-xl-12 {
    border-radius: 24px !important;
  }
  .radius-tl-xl-12 {
    border-top-left-radius: 24px !important;
  }
  .radius-tr-xl-12 {
    border-top-right-radius: 24px !important;
  }
  .radius-bl-xl-12 {
    border-bottom-left-radius: 24px !important;
  }
  .radius-br-xl-12 {
    border-bottom-right-radius: 24px !important;
  }
  .gap-xl-12 {
    gap: 24px !important;
  }
  .mt-xl-12 {
    margin-top: 24px !important;
  }
  .mr-xl-12 {
    margin-right: 24px !important;
  }
  .mb-xl-12 {
    margin-bottom: 24px !important;
  }
  .ml-xl-12 {
    margin-left: 24px !important;
  }
  .mx-xl-12 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-xl-12 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .ma-xl-12 {
    margin: 24px !important;
  }
  .pt-xl-12 {
    padding-top: 24px !important;
  }
  .pr-xl-12 {
    padding-right: 24px !important;
  }
  .pb-xl-12 {
    padding-bottom: 24px !important;
  }
  .pl-xl-12 {
    padding-left: 24px !important;
  }
  .px-xl-12 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-xl-12 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pa-xl-12 {
    padding: 24px !important;
  }
  .radius-xl-13 {
    border-radius: 26px !important;
  }
  .radius-tl-xl-13 {
    border-top-left-radius: 26px !important;
  }
  .radius-tr-xl-13 {
    border-top-right-radius: 26px !important;
  }
  .radius-bl-xl-13 {
    border-bottom-left-radius: 26px !important;
  }
  .radius-br-xl-13 {
    border-bottom-right-radius: 26px !important;
  }
  .gap-xl-13 {
    gap: 26px !important;
  }
  .mt-xl-13 {
    margin-top: 26px !important;
  }
  .mr-xl-13 {
    margin-right: 26px !important;
  }
  .mb-xl-13 {
    margin-bottom: 26px !important;
  }
  .ml-xl-13 {
    margin-left: 26px !important;
  }
  .mx-xl-13 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }
  .my-xl-13 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .ma-xl-13 {
    margin: 26px !important;
  }
  .pt-xl-13 {
    padding-top: 26px !important;
  }
  .pr-xl-13 {
    padding-right: 26px !important;
  }
  .pb-xl-13 {
    padding-bottom: 26px !important;
  }
  .pl-xl-13 {
    padding-left: 26px !important;
  }
  .px-xl-13 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .py-xl-13 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .pa-xl-13 {
    padding: 26px !important;
  }
  .radius-xl-14 {
    border-radius: 28px !important;
  }
  .radius-tl-xl-14 {
    border-top-left-radius: 28px !important;
  }
  .radius-tr-xl-14 {
    border-top-right-radius: 28px !important;
  }
  .radius-bl-xl-14 {
    border-bottom-left-radius: 28px !important;
  }
  .radius-br-xl-14 {
    border-bottom-right-radius: 28px !important;
  }
  .gap-xl-14 {
    gap: 28px !important;
  }
  .mt-xl-14 {
    margin-top: 28px !important;
  }
  .mr-xl-14 {
    margin-right: 28px !important;
  }
  .mb-xl-14 {
    margin-bottom: 28px !important;
  }
  .ml-xl-14 {
    margin-left: 28px !important;
  }
  .mx-xl-14 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .my-xl-14 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .ma-xl-14 {
    margin: 28px !important;
  }
  .pt-xl-14 {
    padding-top: 28px !important;
  }
  .pr-xl-14 {
    padding-right: 28px !important;
  }
  .pb-xl-14 {
    padding-bottom: 28px !important;
  }
  .pl-xl-14 {
    padding-left: 28px !important;
  }
  .px-xl-14 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .py-xl-14 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pa-xl-14 {
    padding: 28px !important;
  }
  .radius-xl-15 {
    border-radius: 30px !important;
  }
  .radius-tl-xl-15 {
    border-top-left-radius: 30px !important;
  }
  .radius-tr-xl-15 {
    border-top-right-radius: 30px !important;
  }
  .radius-bl-xl-15 {
    border-bottom-left-radius: 30px !important;
  }
  .radius-br-xl-15 {
    border-bottom-right-radius: 30px !important;
  }
  .gap-xl-15 {
    gap: 30px !important;
  }
  .mt-xl-15 {
    margin-top: 30px !important;
  }
  .mr-xl-15 {
    margin-right: 30px !important;
  }
  .mb-xl-15 {
    margin-bottom: 30px !important;
  }
  .ml-xl-15 {
    margin-left: 30px !important;
  }
  .mx-xl-15 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .my-xl-15 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ma-xl-15 {
    margin: 30px !important;
  }
  .pt-xl-15 {
    padding-top: 30px !important;
  }
  .pr-xl-15 {
    padding-right: 30px !important;
  }
  .pb-xl-15 {
    padding-bottom: 30px !important;
  }
  .pl-xl-15 {
    padding-left: 30px !important;
  }
  .px-xl-15 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py-xl-15 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pa-xl-15 {
    padding: 30px !important;
  }
  .radius-xl-16 {
    border-radius: 32px !important;
  }
  .radius-tl-xl-16 {
    border-top-left-radius: 32px !important;
  }
  .radius-tr-xl-16 {
    border-top-right-radius: 32px !important;
  }
  .radius-bl-xl-16 {
    border-bottom-left-radius: 32px !important;
  }
  .radius-br-xl-16 {
    border-bottom-right-radius: 32px !important;
  }
  .gap-xl-16 {
    gap: 32px !important;
  }
  .mt-xl-16 {
    margin-top: 32px !important;
  }
  .mr-xl-16 {
    margin-right: 32px !important;
  }
  .mb-xl-16 {
    margin-bottom: 32px !important;
  }
  .ml-xl-16 {
    margin-left: 32px !important;
  }
  .mx-xl-16 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-xl-16 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .ma-xl-16 {
    margin: 32px !important;
  }
  .pt-xl-16 {
    padding-top: 32px !important;
  }
  .pr-xl-16 {
    padding-right: 32px !important;
  }
  .pb-xl-16 {
    padding-bottom: 32px !important;
  }
  .pl-xl-16 {
    padding-left: 32px !important;
  }
  .px-xl-16 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-xl-16 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .pa-xl-16 {
    padding: 32px !important;
  }
  .radius-xl-17 {
    border-radius: 34px !important;
  }
  .radius-tl-xl-17 {
    border-top-left-radius: 34px !important;
  }
  .radius-tr-xl-17 {
    border-top-right-radius: 34px !important;
  }
  .radius-bl-xl-17 {
    border-bottom-left-radius: 34px !important;
  }
  .radius-br-xl-17 {
    border-bottom-right-radius: 34px !important;
  }
  .gap-xl-17 {
    gap: 34px !important;
  }
  .mt-xl-17 {
    margin-top: 34px !important;
  }
  .mr-xl-17 {
    margin-right: 34px !important;
  }
  .mb-xl-17 {
    margin-bottom: 34px !important;
  }
  .ml-xl-17 {
    margin-left: 34px !important;
  }
  .mx-xl-17 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }
  .my-xl-17 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .ma-xl-17 {
    margin: 34px !important;
  }
  .pt-xl-17 {
    padding-top: 34px !important;
  }
  .pr-xl-17 {
    padding-right: 34px !important;
  }
  .pb-xl-17 {
    padding-bottom: 34px !important;
  }
  .pl-xl-17 {
    padding-left: 34px !important;
  }
  .px-xl-17 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .py-xl-17 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .pa-xl-17 {
    padding: 34px !important;
  }
  .radius-xl-18 {
    border-radius: 36px !important;
  }
  .radius-tl-xl-18 {
    border-top-left-radius: 36px !important;
  }
  .radius-tr-xl-18 {
    border-top-right-radius: 36px !important;
  }
  .radius-bl-xl-18 {
    border-bottom-left-radius: 36px !important;
  }
  .radius-br-xl-18 {
    border-bottom-right-radius: 36px !important;
  }
  .gap-xl-18 {
    gap: 36px !important;
  }
  .mt-xl-18 {
    margin-top: 36px !important;
  }
  .mr-xl-18 {
    margin-right: 36px !important;
  }
  .mb-xl-18 {
    margin-bottom: 36px !important;
  }
  .ml-xl-18 {
    margin-left: 36px !important;
  }
  .mx-xl-18 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .my-xl-18 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .ma-xl-18 {
    margin: 36px !important;
  }
  .pt-xl-18 {
    padding-top: 36px !important;
  }
  .pr-xl-18 {
    padding-right: 36px !important;
  }
  .pb-xl-18 {
    padding-bottom: 36px !important;
  }
  .pl-xl-18 {
    padding-left: 36px !important;
  }
  .px-xl-18 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .py-xl-18 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .pa-xl-18 {
    padding: 36px !important;
  }
  .radius-xl-19 {
    border-radius: 38px !important;
  }
  .radius-tl-xl-19 {
    border-top-left-radius: 38px !important;
  }
  .radius-tr-xl-19 {
    border-top-right-radius: 38px !important;
  }
  .radius-bl-xl-19 {
    border-bottom-left-radius: 38px !important;
  }
  .radius-br-xl-19 {
    border-bottom-right-radius: 38px !important;
  }
  .gap-xl-19 {
    gap: 38px !important;
  }
  .mt-xl-19 {
    margin-top: 38px !important;
  }
  .mr-xl-19 {
    margin-right: 38px !important;
  }
  .mb-xl-19 {
    margin-bottom: 38px !important;
  }
  .ml-xl-19 {
    margin-left: 38px !important;
  }
  .mx-xl-19 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }
  .my-xl-19 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .ma-xl-19 {
    margin: 38px !important;
  }
  .pt-xl-19 {
    padding-top: 38px !important;
  }
  .pr-xl-19 {
    padding-right: 38px !important;
  }
  .pb-xl-19 {
    padding-bottom: 38px !important;
  }
  .pl-xl-19 {
    padding-left: 38px !important;
  }
  .px-xl-19 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .py-xl-19 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .pa-xl-19 {
    padding: 38px !important;
  }
  .radius-xl-20 {
    border-radius: 40px !important;
  }
  .radius-tl-xl-20 {
    border-top-left-radius: 40px !important;
  }
  .radius-tr-xl-20 {
    border-top-right-radius: 40px !important;
  }
  .radius-bl-xl-20 {
    border-bottom-left-radius: 40px !important;
  }
  .radius-br-xl-20 {
    border-bottom-right-radius: 40px !important;
  }
  .gap-xl-20 {
    gap: 40px !important;
  }
  .mt-xl-20 {
    margin-top: 40px !important;
  }
  .mr-xl-20 {
    margin-right: 40px !important;
  }
  .mb-xl-20 {
    margin-bottom: 40px !important;
  }
  .ml-xl-20 {
    margin-left: 40px !important;
  }
  .mx-xl-20 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .my-xl-20 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ma-xl-20 {
    margin: 40px !important;
  }
  .pt-xl-20 {
    padding-top: 40px !important;
  }
  .pr-xl-20 {
    padding-right: 40px !important;
  }
  .pb-xl-20 {
    padding-bottom: 40px !important;
  }
  .pl-xl-20 {
    padding-left: 40px !important;
  }
  .px-xl-20 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-xl-20 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pa-xl-20 {
    padding: 40px !important;
  }
  .radius-xl-21 {
    border-radius: 42px !important;
  }
  .radius-tl-xl-21 {
    border-top-left-radius: 42px !important;
  }
  .radius-tr-xl-21 {
    border-top-right-radius: 42px !important;
  }
  .radius-bl-xl-21 {
    border-bottom-left-radius: 42px !important;
  }
  .radius-br-xl-21 {
    border-bottom-right-radius: 42px !important;
  }
  .gap-xl-21 {
    gap: 42px !important;
  }
  .mt-xl-21 {
    margin-top: 42px !important;
  }
  .mr-xl-21 {
    margin-right: 42px !important;
  }
  .mb-xl-21 {
    margin-bottom: 42px !important;
  }
  .ml-xl-21 {
    margin-left: 42px !important;
  }
  .mx-xl-21 {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }
  .my-xl-21 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .ma-xl-21 {
    margin: 42px !important;
  }
  .pt-xl-21 {
    padding-top: 42px !important;
  }
  .pr-xl-21 {
    padding-right: 42px !important;
  }
  .pb-xl-21 {
    padding-bottom: 42px !important;
  }
  .pl-xl-21 {
    padding-left: 42px !important;
  }
  .px-xl-21 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .py-xl-21 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .pa-xl-21 {
    padding: 42px !important;
  }
  .radius-xl-22 {
    border-radius: 44px !important;
  }
  .radius-tl-xl-22 {
    border-top-left-radius: 44px !important;
  }
  .radius-tr-xl-22 {
    border-top-right-radius: 44px !important;
  }
  .radius-bl-xl-22 {
    border-bottom-left-radius: 44px !important;
  }
  .radius-br-xl-22 {
    border-bottom-right-radius: 44px !important;
  }
  .gap-xl-22 {
    gap: 44px !important;
  }
  .mt-xl-22 {
    margin-top: 44px !important;
  }
  .mr-xl-22 {
    margin-right: 44px !important;
  }
  .mb-xl-22 {
    margin-bottom: 44px !important;
  }
  .ml-xl-22 {
    margin-left: 44px !important;
  }
  .mx-xl-22 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .my-xl-22 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .ma-xl-22 {
    margin: 44px !important;
  }
  .pt-xl-22 {
    padding-top: 44px !important;
  }
  .pr-xl-22 {
    padding-right: 44px !important;
  }
  .pb-xl-22 {
    padding-bottom: 44px !important;
  }
  .pl-xl-22 {
    padding-left: 44px !important;
  }
  .px-xl-22 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .py-xl-22 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .pa-xl-22 {
    padding: 44px !important;
  }
  .radius-xl-23 {
    border-radius: 46px !important;
  }
  .radius-tl-xl-23 {
    border-top-left-radius: 46px !important;
  }
  .radius-tr-xl-23 {
    border-top-right-radius: 46px !important;
  }
  .radius-bl-xl-23 {
    border-bottom-left-radius: 46px !important;
  }
  .radius-br-xl-23 {
    border-bottom-right-radius: 46px !important;
  }
  .gap-xl-23 {
    gap: 46px !important;
  }
  .mt-xl-23 {
    margin-top: 46px !important;
  }
  .mr-xl-23 {
    margin-right: 46px !important;
  }
  .mb-xl-23 {
    margin-bottom: 46px !important;
  }
  .ml-xl-23 {
    margin-left: 46px !important;
  }
  .mx-xl-23 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .my-xl-23 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .ma-xl-23 {
    margin: 46px !important;
  }
  .pt-xl-23 {
    padding-top: 46px !important;
  }
  .pr-xl-23 {
    padding-right: 46px !important;
  }
  .pb-xl-23 {
    padding-bottom: 46px !important;
  }
  .pl-xl-23 {
    padding-left: 46px !important;
  }
  .px-xl-23 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .py-xl-23 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pa-xl-23 {
    padding: 46px !important;
  }
  .radius-xl-24 {
    border-radius: 48px !important;
  }
  .radius-tl-xl-24 {
    border-top-left-radius: 48px !important;
  }
  .radius-tr-xl-24 {
    border-top-right-radius: 48px !important;
  }
  .radius-bl-xl-24 {
    border-bottom-left-radius: 48px !important;
  }
  .radius-br-xl-24 {
    border-bottom-right-radius: 48px !important;
  }
  .gap-xl-24 {
    gap: 48px !important;
  }
  .mt-xl-24 {
    margin-top: 48px !important;
  }
  .mr-xl-24 {
    margin-right: 48px !important;
  }
  .mb-xl-24 {
    margin-bottom: 48px !important;
  }
  .ml-xl-24 {
    margin-left: 48px !important;
  }
  .mx-xl-24 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-xl-24 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .ma-xl-24 {
    margin: 48px !important;
  }
  .pt-xl-24 {
    padding-top: 48px !important;
  }
  .pr-xl-24 {
    padding-right: 48px !important;
  }
  .pb-xl-24 {
    padding-bottom: 48px !important;
  }
  .pl-xl-24 {
    padding-left: 48px !important;
  }
  .px-xl-24 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-xl-24 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pa-xl-24 {
    padding: 48px !important;
  }
  .radius-xl-25 {
    border-radius: 50px !important;
  }
  .radius-tl-xl-25 {
    border-top-left-radius: 50px !important;
  }
  .radius-tr-xl-25 {
    border-top-right-radius: 50px !important;
  }
  .radius-bl-xl-25 {
    border-bottom-left-radius: 50px !important;
  }
  .radius-br-xl-25 {
    border-bottom-right-radius: 50px !important;
  }
  .gap-xl-25 {
    gap: 50px !important;
  }
  .mt-xl-25 {
    margin-top: 50px !important;
  }
  .mr-xl-25 {
    margin-right: 50px !important;
  }
  .mb-xl-25 {
    margin-bottom: 50px !important;
  }
  .ml-xl-25 {
    margin-left: 50px !important;
  }
  .mx-xl-25 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .my-xl-25 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ma-xl-25 {
    margin: 50px !important;
  }
  .pt-xl-25 {
    padding-top: 50px !important;
  }
  .pr-xl-25 {
    padding-right: 50px !important;
  }
  .pb-xl-25 {
    padding-bottom: 50px !important;
  }
  .pl-xl-25 {
    padding-left: 50px !important;
  }
  .px-xl-25 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py-xl-25 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pa-xl-25 {
    padding: 50px !important;
  }
  .w-xl-33 {
    width: 33.3333% !important;
  }
  .w-xl-66 {
    width: 66.6666% !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .pt-xl-auto {
    padding-top: auto !important;
  }
  .pb-xl-auto {
    padding-bottom: auto !important;
  }
  .pl-xl-auto {
    padding-left: auto !important;
  }
  .pr-xl-auto {
    padding-right: auto !important;
  }
  .px-xl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-xl-auto {
    padding-bottom: auto !important;
    padding-top: auto !important;
  }
}
/* /sass/abstracts/_mixins/_mixins.scss */
/* /sass/layouts/screen4.scss */
.screen4 {
  padding: 0 40px;
  margin-bottom: 67px;
}
.screen4 .button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 100%;
  background: var(--color-green);
  border-radius: 27px;
  color: var(--color-gray);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.screen4 h2 {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 22px;
}
@media (max-width: 1263px) {
  .screen4 {
    padding: 0 20px;
  }
}
/* /sass/layouts/screen3.scss */
.screen3 {
  padding: 0 40px;
  margin-bottom: 67px;
}
.screen3 h1 {
  line-height: 0.5em;
  margin: 0;
  transform: translateY(-5px);
}
.screen3 .pre-circle {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
}
.screen3 .pre-circle::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: var(--color-green);
  border-radius: 50%;
}
.screen3 .grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1263px) {
  .screen3 {
    padding: 0 20px;
  }
  .screen3 .grid3 {
    display: flex;
    flex-direction: column;
  }
}
/* /sass/layouts/screen2.scss */
.screen2 {
  padding: 0 40px;
  margin-bottom: 67px;
}
.screen2 .input {
  border-bottom: 2px solid var(--color-gray);
}
.screen2 .arrow-after::after {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background: url(./assets/images/arr-right.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.screen2 .price {
  font-size: 3vw;
  font-style: normal;
  font-weight: 300;
}
.screen2 .comission {
  height: 40px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 1263px) {
  .screen2 {
    padding: 0 20px;
  }
  .screen2 .arrow-after::after {
    right: initial;
    top: initial;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%) rotate(90deg);
  }
  .screen2 .price {
    font-size: 32px;
  }
  .screen2 .comission {
    height: auto;
    padding: 20px;
  }
}
/* /sass/layouts/screen1.scss */
#screen1 .bg {
  width: 100%;
  aspect-ratio: 2.4448217317;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#screen1 .plate {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 54.44%;
  border: 1px solid var(--color-white);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(41, 71, 84, 0.8) 0%, rgba(29, 51, 60, 0.8) 100%);
  color: var(--color-white);
  padding: 30px 50px;
}
#screen1 .plate h1 {
  color: var(--color-green);
  margin-bottom: 37px;
}
#screen1 .plate .checkItem {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
#screen1 .plate .checkItem::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(./assets/images/check.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 1263px) {
  #screen1 .plate .row .checkItem:nth-child(2), #screen1 .plate .row .checkItem:nth-child(4) {
    padding-left: 20px;
  }
  #screen1 .plate .splitter {
    padding-right: 20px;
    border-right: 1px solid var(--color-white);
  }
}
@media screen and (max-width: 1263px) {
  #screen1 .plate {
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
    width: 100%;
    border: none;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: initial;
    color: initial;
    padding: 20px;
    color: var(--color-white);
    background: linear-gradient(180deg, rgba(41, 71, 84, 0.8) 0%, rgba(29, 51, 60, 0.8) 100%);
  }
  #screen1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: right center;
  }
}
/* /sass/layouts/page.scss */
.page-layout {
  padding: 0 40px;
  margin-bottom: 67px;
  padding-top: 67px;
}
@media (max-width: 1263px) {
  .page-layout {
    padding: 20px;
  }
}
/* /sass/layouts/layout.scss */
/* inter-300 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("./assets/fonts/inter-v13-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/inter-v13-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/fonts/inter-v13-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.text-style-h-1 {
  font-size: 52px;
  font-family: Inter;
  font-weight: 300;
  font-style: normal;
  line-height: 56px;
  text-decoration: none;
  text-transform: none;
}
.text-style-h-2 {
  font-size: 22px;
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
}
.text-style-t-1 {
  font-size: 16px;
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  line-height: 22px;
  text-decoration: none;
  text-transform: none;
}
.text-style-t-2 {
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  text-transform: none;
}
.effect-style-sahdow {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}
html {
  min-height: 100%;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 107%;
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html.menued {
  overflow: hidden;
}
button, input, textarea, select {
  -webkit-appearance: none;
  font-family: Inter;
  font-weight: 400;
  line-height: 110% !important;
  outline: none !important;
  border: none;
}
input[type="date"] {
  color-scheme: dark;
}
body {
  background: var(--color-bg);
  color: var(--color-gray);
  padding: 0;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  width: 100%;
}
* {
  box-sizing: border-box;
  position: relative;
  outline: none !important;
  line-height: 137.5%;
}
h1, h2 {
  font-family: Inter;
  font-weight: 700;
  margin: 0;
}
h1 {
  /* H/1 */
  font-size: 52px;
  font-style: normal;
  font-weight: 300;
  line-height: 56px;
  /* 107.692% */
}
h1.in-form {
  margin-top: 86px;
  padding-bottom: 15px;
}
h2 {
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0.015em;
}
h6 {
  font-size: 16px;
  line-height: 155%;
  text-transform: uppercase;
  margin: 0;
}
b, strong, .bold {
  font-weight: 700;
}
p {
  margin-bottom: 1em;
  line-height: 22px;
}
.wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.wrap.error {
  overflow-y: hidden;
  height: 100vh;
}
.body {
  flex-grow: 1;
  padding: 0 20px;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
}
p {
  margin-block-end: 1em;
}
img {
  max-width: 100%;
  height: auto;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 100%;
  background: var(--color-green);
  border-radius: 27px;
  color: var(--color-gray);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.button:hover {
  background: var(--color-white);
  color: var(--color-green);
}
.button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pointer {
  cursor: pointer;
}
.small {
  font-size: 14px;
}
.overflow-hidden {
  overflow: hidden;
}
.color-bg {
  color: var(--color-bg);
}
.color-white {
  color: var(--color-white);
}
.color-white a {
  color: var(--color-white);
}
.color-gray {
  color: var(--color-gray);
}
.color-gray-80 {
  color: var(--color-gray-80);
}
.color-gray-20 {
  color: var(--color-gray-20);
}
.color-blue {
  color: var(--color-blue);
}
.color-red {
  color: var(--color-red);
}
.color-green {
  color: var(--color-green);
}
.color-orange {
  color: var(--color-orange);
}
.bgcolor-bg {
  background-color: var(--color-bg);
}
.bgcolor-white {
  background-color: var(--color-white);
}
.bgcolor-gray {
  background-color: var(--color-gray);
}
.bgcolor-gray-80 {
  background-color: var(--color-gray-80);
}
.bgcolor-gray-20 {
  background-color: var(--color-gray-20);
}
.bgcolor-blue {
  background-color: var(--color-blue);
}
.bgcolor-red {
  background-color: var(--color-red);
}
.bgcolor-green {
  background-color: var(--color-green);
}
.bgcolor-orange {
  background-color: var(--color-orange);
}
.border {
  border: 1px solid var(--color-white);
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
iframe {
  border: none;
}
iframe.isLoading {
  display: block;
  background-color: rgba(0, 217, 255, 0.685);
}
a {
  color: var(--color-gray);
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.upper {
  text-transform: uppercase;
}
.content-padding {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 768px) {
  html #wpadminbar {
    top: -46px;
  }
  h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.455%;
    text-transform: uppercase;
  }
  .grid {
    display: flex;
    flex-direction: column;
  }
}
/* /sass/layouts/header.scss */
header#header {
  width: 100%;
  height: 110px;
  background: var(--color-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
header#header ul.menu {
  list-style: none;
  display: flex;
  gap: 44px;
  margin: 0;
  padding: 0;
}
header#header ul.menu li {
  margin: 0;
  padding: 0;
}
header#header ul.menu a {
  font-weight: 700;
  transition: 0.3s color ease;
}
header#header ul.menu a:hover {
  color: var(--color-green);
}
header#header ul.menu a.active {
  color: var(--color-green);
  text-decoration: underline;
}
header#header .lang {
  font-size: 14px;
}
header#header .lang .flag {
  width: 39px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header#header .lang .flag.ru {
  background-image: url(./assets/images/flag-ru.svg);
}
header#header .lang .flag.en {
  background-image: url(./assets/images/flag-en.svg);
}
@media screen and (min-width: 1263px) {
  header#header .burger {
    display: none;
  }
}
header#mobile-header .wrapper {
  height: 61px;
  background: var(--color-white);
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0 20px;
}
header#mobile-header .wrapper .brand {
  transition: 0.3s transform ease;
}
header#mobile-header .wrapper .brand img {
  height: 32px;
}
header#mobile-header .wrapper .close {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease;
}
header#mobile-header .wrapper .burger {
  width: 33px;
  height: 33px;
  overflow: hidden;
  transition: 0.3s width ease;
}
header#mobile-header .wrapper .burger .burger-line {
  width: 100%;
  height: 2px;
  background: var(--color-gray);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header#mobile-header .wrapper .burger .burger-line:nth-child(1) {
  top: 20%;
}
header#mobile-header .wrapper .burger .burger-line:nth-child(3) {
  top: 80%;
}
header#mobile-header .wrapper.active .burger {
  width: 0px;
}
header#mobile-header .wrapper.active .brand {
  transform: translateX(-20px);
}
header#mobile-header .wrapper.active .close {
  opacity: 1;
  pointer-events: all;
}
header#mobile-header .menu-wrapper {
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-gray);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
  transition: 0.5s transform ease, 0.5s opacity ease;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}
header#mobile-header .menu-wrapper.active {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
}
header#mobile-header .menu-wrapper .lang {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid var(--color-white);
}
header#mobile-header .menu-wrapper .lang .flag {
  width: 39px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header#mobile-header .menu-wrapper .lang .flag.ru {
  background-image: url(./assets/images/flag-ru.svg);
}
header#mobile-header .menu-wrapper .lang .flag.en {
  background-image: url(./assets/images/flag-en.svg);
}
header#mobile-header .menu-wrapper a {
  color: var(--color-white);
}
header#mobile-header .menu-wrapper .navbar {
  width: 100%;
}
header#mobile-header .menu-wrapper .button {
  color: var(--color-gray);
}
header#mobile-header .menu-wrapper .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
header#mobile-header .menu-wrapper .menu li {
  width: 100%;
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid var(--color-white);
}
header#mobile-header .menu-wrapper .menu li a {
  font-weight: 700;
}
header#mobile-header .menu-wrapper .menu li a.active {
  color: var(--color-green);
  text-decoration: underline;
}
/* /sass/layouts/form.scss */
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.form .input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form .input.full {
  grid-column: span 2;
}
.form .input select, .form .input input, .form .input textarea {
  font-size: 16px;
  background: var(--color-gray);
  color: var(--color-white);
  font-weight: 700;
  height: 30px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-white);
  outline: none;
}
.form .input select::placeholder, .form .input input::placeholder, .form .input textarea::placeholder {
  opacity: 1;
  color: var(--color-white);
}
.form .input select:focus, .form .input input:focus, .form .input textarea:focus {
  border-bottom: 1px solid var(--color-green);
}
.form .input input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.form .input .file {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 7px;
  border: 1px dashed var(--color-green);
}
.form .input .file input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.form .checkbox {
  grid-column: span 2;
  display: flex;
  gap: 20px;
}
.form .checkbox input {
  width: 40px;
  height: 40px;
  background: url(./assets/images/checkbox.svg) no-repeat center;
  background-size: contain;
  border: 0;
  outline: none;
}
.form .checkbox input:checked {
  background: url(./assets/images/checkbox-checked.svg) no-repeat center;
  background-size: contain;
}
.form .checkbox b {
  padding-top: 12px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 1263px) {
  .form {
    display: flex;
    flex-direction: column;
  }
  .form .input.full {
    grid-column: initial;
  }
}
/* /sass/layouts/footer.scss */
footer {
  width: 100%;
  height: 90px;
  background: var(--color-gray);
  color: var(--color-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
footer .social {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .social a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 25px;
  height: 25px;
  background: var(--color-green);
  color: --color-gray;
  font-size: 14px;
  border-radius: 50%;
}
/* /sass/layouts/contacts.scss */
.yamap div:nth-last-child(1) {
  display: none;
}
/* /sass/layouts/accordeon.scss */
.accordeon-wrap .accordeon-title .color-green {
  width: calc(100% - 38px);
}
.accordeon-wrap .accordeon-expand {
  width: 28px;
  height: 28px;
  position: relative;
}
.accordeon-wrap .accordeon-expand::before, .accordeon-wrap .accordeon-expand::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  transition: all 0.3s;
  transform: translateY(-50%);
}
.accordeon-wrap .accordeon-expand::before {
  transform: translateY(-50%) rotate(90deg);
}
.accordeon-wrap.active .accordeon-expand::before {
  transform: translateY(-50%) rotate(0);
}
