/* #### TYPOGRAPHY VARIABLES #### */
.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

/* ##### FONT IMPORTS ##### */
/* ##### MEDIA QUERY MIXINS ##### */
/* ##### FLEXBOX TOOLKIT ##### */
/* ##### GRID TOOLKIT ##### */
/* ##### MISCELLANEOUS MIXINS ##### */
/**
 * Clearfix
 * Usage:
   @include clearfix;
 */
/**
 * Overlay
 * Usage
   @include overlay();
 */
/**
 * Pseudo elements after / before
 * Usage
   @include pseudo;
 */
/**
 * Set max width for an element and make it centered
 * Usage
   @include max-width(600px);
 */
/* ##### ANIMATION MIXINS ##### */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.show-block {
  display: block;
}

.show-flex {
  display: flex;
}

.hide {
  display: none;
}

.text-white {
  color: #ffffff !important;
}

.text-white.content-stylings > * {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.text-black.content-stylings > * {
  color: #000000 !important;
}

.text-primary-50 {
  color: #ebf5fb !important;
}

.text-primary-50.content-stylings > * {
  color: #ebf5fb !important;
}

.text-primary-100 {
  color: #d7eaf7 !important;
}

.text-primary-100.content-stylings > * {
  color: #d7eaf7 !important;
}

.text-primary-150 {
  color: #c3e0f2 !important;
}

.text-primary-150.content-stylings > * {
  color: #c3e0f2 !important;
}

.text-primary-200 {
  color: #afd5ee !important;
}

.text-primary-200.content-stylings > * {
  color: #afd5ee !important;
}

.text-primary-300 {
  color: #87c1e6 !important;
}

.text-primary-300.content-stylings > * {
  color: #87c1e6 !important;
}

.text-primary-400 {
  color: #5facdd !important;
}

.text-primary-400.content-stylings > * {
  color: #5facdd !important;
}

.text-primary-500 {
  color: #3797d5 !important;
}

.text-primary-500.content-stylings > * {
  color: #3797d5 !important;
}

.text-primary-600 {
  color: #2c79aa !important;
}

.text-primary-600.content-stylings > * {
  color: #2c79aa !important;
}

.text-primary-700 {
  color: #215b80 !important;
}

.text-primary-700.content-stylings > * {
  color: #215b80 !important;
}

.text-primary-800 {
  color: #163c55 !important;
}

.text-primary-800.content-stylings > * {
  color: #163c55 !important;
}

.text-primary-850 {
  color: #112d40 !important;
}

.text-primary-850.content-stylings > * {
  color: #112d40 !important;
}

.text-primary-900 {
  color: #0b1e2b !important;
}

.text-primary-900.content-stylings > * {
  color: #0b1e2b !important;
}

.text-primary-950 {
  color: #060f15 !important;
}

.text-primary-950.content-stylings > * {
  color: #060f15 !important;
}

.text-gray-25 {
  color: #fdfdfd !important;
}

.text-gray-25.content-stylings > * {
  color: #fdfdfd !important;
}

.text-gray-50 {
  color: #fafafa !important;
}

.text-gray-50.content-stylings > * {
  color: #fafafa !important;
}

.text-gray-100 {
  color: #f5f5f5 !important;
}

.text-gray-100.content-stylings > * {
  color: #f5f5f5 !important;
}

.text-gray-200 {
  color: #e9eaeb !important;
}

.text-gray-200.content-stylings > * {
  color: #e9eaeb !important;
}

.text-gray-300 {
  color: #d5d7da !important;
}

.text-gray-300.content-stylings > * {
  color: #d5d7da !important;
}

.text-gray-400 {
  color: #a4a7ae !important;
}

.text-gray-400.content-stylings > * {
  color: #a4a7ae !important;
}

.text-gray-500 {
  color: #717680 !important;
}

.text-gray-500.content-stylings > * {
  color: #717680 !important;
}

.text-gray-600 {
  color: #535862 !important;
}

.text-gray-600.content-stylings > * {
  color: #535862 !important;
}

.text-gray-700 {
  color: #414651 !important;
}

.text-gray-700.content-stylings > * {
  color: #414651 !important;
}

.text-gray-800 {
  color: #252b37 !important;
}

.text-gray-800.content-stylings > * {
  color: #252b37 !important;
}

.text-gray-900 {
  color: #101828 !important;
}

.text-gray-900.content-stylings > * {
  color: #101828 !important;
}

.text-onyx-0 {
  color: #d4d4d4 !important;
}

.text-onyx-0.content-stylings > * {
  color: #d4d4d4 !important;
}

.text-onyx-50 {
  color: #c5c5c5 !important;
}

.text-onyx-50.content-stylings > * {
  color: #c5c5c5 !important;
}

.text-onyx-100 {
  color: #b6b6b6 !important;
}

.text-onyx-100.content-stylings > * {
  color: #b6b6b6 !important;
}

.text-onyx-150 {
  color: #a8a8a8 !important;
}

.text-onyx-150.content-stylings > * {
  color: #a8a8a8 !important;
}

.text-onyx-200 {
  color: #999999 !important;
}

.text-onyx-200.content-stylings > * {
  color: #999999 !important;
}

.text-onyx-300 {
  color: #7b7b7b !important;
}

.text-onyx-300.content-stylings > * {
  color: #7b7b7b !important;
}

.text-onyx-400 {
  color: #5e5e5e !important;
}

.text-onyx-400.content-stylings > * {
  color: #5e5e5e !important;
}

.text-onyx-500 {
  color: #404040 !important;
}

.text-onyx-500.content-stylings > * {
  color: #404040 !important;
}

.text-onyx-600 {
  color: #333333 !important;
}

.text-onyx-600.content-stylings > * {
  color: #333333 !important;
}

.text-onyx-700 {
  color: #262626 !important;
}

.text-onyx-700.content-stylings > * {
  color: #262626 !important;
}

.text-onyx-800 {
  color: #1a1a1a !important;
}

.text-onyx-800.content-stylings > * {
  color: #1a1a1a !important;
}

.text-onyx-850 {
  color: #131313 !important;
}

.text-onyx-850.content-stylings > * {
  color: #131313 !important;
}

.text-onyx-900 {
  color: #0d0d0d !important;
}

.text-onyx-900.content-stylings > * {
  color: #0d0d0d !important;
}

.text-onyx-950 {
  color: #060606 !important;
}

.text-onyx-950.content-stylings > * {
  color: #060606 !important;
}

.text-turquoise {
  color: #1ee2cf !important;
}

.text-turquoise.content-stylings > * {
  color: #1ee2cf !important;
}

.text-turquoise-light {
  color: #ddfbf8 !important;
}

.text-turquoise-light.content-stylings > * {
  color: #ddfbf8 !important;
}

.text-blue-violet {
  color: #8b40e5 !important;
}

.text-blue-violet.content-stylings > * {
  color: #8b40e5 !important;
}

.text-blue-violet-light {
  color: #eee3fb !important;
}

.text-blue-violet-light.content-stylings > * {
  color: #eee3fb !important;
}

.text-coral {
  color: #ff885a !important;
}

.text-coral.content-stylings > * {
  color: #ff885a !important;
}

.text-coral-light {
  color: #ffede6 !important;
}

.text-coral-light.content-stylings > * {
  color: #ffede6 !important;
}

.text-emerald {
  color: #0cd68a !important;
}

.text-emerald.content-stylings > * {
  color: #0cd68a !important;
}

.text-emerald-light {
  color: #dbf9ee !important;
}

.text-emerald-light.content-stylings > * {
  color: #dbf9ee !important;
}

.text-blue-de-france {
  color: #0d88ff !important;
}

.text-blue-de-france.content-stylings > * {
  color: #0d88ff !important;
}

.text-blue-de-france-light {
  color: #dbedff !important;
}

.text-blue-de-france-light.content-stylings > * {
  color: #dbedff !important;
}

.text-school-bus-yellow {
  color: #fcdc02 !important;
}

.text-school-bus-yellow.content-stylings > * {
  color: #fcdc02 !important;
}

.text-school-bus-yellow-light {
  color: #fffad9 !important;
}

.text-school-bus-yellow-light.content-stylings > * {
  color: #fffad9 !important;
}

.text-crayola {
  color: #fd346e !important;
}

.text-crayola.content-stylings > * {
  color: #fd346e !important;
}

.text-crayola-light {
  color: #ffe1e9 !important;
}

.text-crayola-light.content-stylings > * {
  color: #ffe1e9 !important;
}

.text-orange {
  color: #FDB022 !important;
}

.text-orange.content-stylings > * {
  color: #FDB022 !important;
}

.text-success {
  color: #0cd68a !important;
}

.text-success.content-stylings > * {
  color: #0cd68a !important;
}

.text-info {
  color: #0d88ff !important;
}

.text-info.content-stylings > * {
  color: #0d88ff !important;
}

.text-warning {
  color: #fcdc02 !important;
}

.text-warning.content-stylings > * {
  color: #fcdc02 !important;
}

.text-error {
  color: #fd346e !important;
}

.text-error.content-stylings > * {
  color: #fd346e !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-white.content-stylings > * {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-black.content-stylings > * {
  background-color: #000000 !important;
}

.bg-primary-50 {
  background-color: #ebf5fb !important;
}

.bg-primary-50.content-stylings > * {
  background-color: #ebf5fb !important;
}

.bg-primary-100 {
  background-color: #d7eaf7 !important;
}

.bg-primary-100.content-stylings > * {
  background-color: #d7eaf7 !important;
}

.bg-primary-150 {
  background-color: #c3e0f2 !important;
}

.bg-primary-150.content-stylings > * {
  background-color: #c3e0f2 !important;
}

.bg-primary-200 {
  background-color: #afd5ee !important;
}

.bg-primary-200.content-stylings > * {
  background-color: #afd5ee !important;
}

.bg-primary-300 {
  background-color: #87c1e6 !important;
}

.bg-primary-300.content-stylings > * {
  background-color: #87c1e6 !important;
}

.bg-primary-400 {
  background-color: #5facdd !important;
}

.bg-primary-400.content-stylings > * {
  background-color: #5facdd !important;
}

.bg-primary-500 {
  background-color: #3797d5 !important;
}

.bg-primary-500.content-stylings > * {
  background-color: #3797d5 !important;
}

.bg-primary-600 {
  background-color: #2c79aa !important;
}

.bg-primary-600.content-stylings > * {
  background-color: #2c79aa !important;
}

.bg-primary-700 {
  background-color: #215b80 !important;
}

.bg-primary-700.content-stylings > * {
  background-color: #215b80 !important;
}

.bg-primary-800 {
  background-color: #163c55 !important;
}

.bg-primary-800.content-stylings > * {
  background-color: #163c55 !important;
}

.bg-primary-850 {
  background-color: #112d40 !important;
}

.bg-primary-850.content-stylings > * {
  background-color: #112d40 !important;
}

.bg-primary-900 {
  background-color: #0b1e2b !important;
}

.bg-primary-900.content-stylings > * {
  background-color: #0b1e2b !important;
}

.bg-primary-950 {
  background-color: #060f15 !important;
}

.bg-primary-950.content-stylings > * {
  background-color: #060f15 !important;
}

.bg-gray-25 {
  background-color: #fdfdfd !important;
}

.bg-gray-25.content-stylings > * {
  background-color: #fdfdfd !important;
}

.bg-gray-50 {
  background-color: #fafafa !important;
}

.bg-gray-50.content-stylings > * {
  background-color: #fafafa !important;
}

.bg-gray-100 {
  background-color: #f5f5f5 !important;
}

.bg-gray-100.content-stylings > * {
  background-color: #f5f5f5 !important;
}

.bg-gray-200 {
  background-color: #e9eaeb !important;
}

.bg-gray-200.content-stylings > * {
  background-color: #e9eaeb !important;
}

.bg-gray-300 {
  background-color: #d5d7da !important;
}

.bg-gray-300.content-stylings > * {
  background-color: #d5d7da !important;
}

.bg-gray-400 {
  background-color: #a4a7ae !important;
}

.bg-gray-400.content-stylings > * {
  background-color: #a4a7ae !important;
}

.bg-gray-500 {
  background-color: #717680 !important;
}

.bg-gray-500.content-stylings > * {
  background-color: #717680 !important;
}

.bg-gray-600 {
  background-color: #535862 !important;
}

.bg-gray-600.content-stylings > * {
  background-color: #535862 !important;
}

.bg-gray-700 {
  background-color: #414651 !important;
}

.bg-gray-700.content-stylings > * {
  background-color: #414651 !important;
}

.bg-gray-800 {
  background-color: #252b37 !important;
}

.bg-gray-800.content-stylings > * {
  background-color: #252b37 !important;
}

.bg-gray-900 {
  background-color: #101828 !important;
}

.bg-gray-900.content-stylings > * {
  background-color: #101828 !important;
}

.bg-onyx-0 {
  background-color: #d4d4d4 !important;
}

.bg-onyx-0.content-stylings > * {
  background-color: #d4d4d4 !important;
}

.bg-onyx-50 {
  background-color: #c5c5c5 !important;
}

.bg-onyx-50.content-stylings > * {
  background-color: #c5c5c5 !important;
}

.bg-onyx-100 {
  background-color: #b6b6b6 !important;
}

.bg-onyx-100.content-stylings > * {
  background-color: #b6b6b6 !important;
}

.bg-onyx-150 {
  background-color: #a8a8a8 !important;
}

.bg-onyx-150.content-stylings > * {
  background-color: #a8a8a8 !important;
}

.bg-onyx-200 {
  background-color: #999999 !important;
}

.bg-onyx-200.content-stylings > * {
  background-color: #999999 !important;
}

.bg-onyx-300 {
  background-color: #7b7b7b !important;
}

.bg-onyx-300.content-stylings > * {
  background-color: #7b7b7b !important;
}

.bg-onyx-400 {
  background-color: #5e5e5e !important;
}

.bg-onyx-400.content-stylings > * {
  background-color: #5e5e5e !important;
}

.bg-onyx-500 {
  background-color: #404040 !important;
}

.bg-onyx-500.content-stylings > * {
  background-color: #404040 !important;
}

.bg-onyx-600 {
  background-color: #333333 !important;
}

.bg-onyx-600.content-stylings > * {
  background-color: #333333 !important;
}

.bg-onyx-700 {
  background-color: #262626 !important;
}

.bg-onyx-700.content-stylings > * {
  background-color: #262626 !important;
}

.bg-onyx-800 {
  background-color: #1a1a1a !important;
}

.bg-onyx-800.content-stylings > * {
  background-color: #1a1a1a !important;
}

.bg-onyx-850 {
  background-color: #131313 !important;
}

.bg-onyx-850.content-stylings > * {
  background-color: #131313 !important;
}

.bg-onyx-900 {
  background-color: #0d0d0d !important;
}

.bg-onyx-900.content-stylings > * {
  background-color: #0d0d0d !important;
}

.bg-onyx-950 {
  background-color: #060606 !important;
}

.bg-onyx-950.content-stylings > * {
  background-color: #060606 !important;
}

.bg-turquoise {
  background-color: #1ee2cf !important;
}

.bg-turquoise.content-stylings > * {
  background-color: #1ee2cf !important;
}

.bg-turquoise-light {
  background-color: #ddfbf8 !important;
}

.bg-turquoise-light.content-stylings > * {
  background-color: #ddfbf8 !important;
}

.bg-blue-violet {
  background-color: #8b40e5 !important;
}

.bg-blue-violet.content-stylings > * {
  background-color: #8b40e5 !important;
}

.bg-blue-violet-light {
  background-color: #eee3fb !important;
}

.bg-blue-violet-light.content-stylings > * {
  background-color: #eee3fb !important;
}

.bg-coral {
  background-color: #ff885a !important;
}

.bg-coral.content-stylings > * {
  background-color: #ff885a !important;
}

.bg-coral-light {
  background-color: #ffede6 !important;
}

.bg-coral-light.content-stylings > * {
  background-color: #ffede6 !important;
}

.bg-emerald {
  background-color: #0cd68a !important;
}

.bg-emerald.content-stylings > * {
  background-color: #0cd68a !important;
}

.bg-emerald-light {
  background-color: #dbf9ee !important;
}

.bg-emerald-light.content-stylings > * {
  background-color: #dbf9ee !important;
}

.bg-blue-de-france {
  background-color: #0d88ff !important;
}

.bg-blue-de-france.content-stylings > * {
  background-color: #0d88ff !important;
}

.bg-blue-de-france-light {
  background-color: #dbedff !important;
}

.bg-blue-de-france-light.content-stylings > * {
  background-color: #dbedff !important;
}

.bg-school-bus-yellow {
  background-color: #fcdc02 !important;
}

.bg-school-bus-yellow.content-stylings > * {
  background-color: #fcdc02 !important;
}

.bg-school-bus-yellow-light {
  background-color: #fffad9 !important;
}

.bg-school-bus-yellow-light.content-stylings > * {
  background-color: #fffad9 !important;
}

.bg-crayola {
  background-color: #fd346e !important;
}

.bg-crayola.content-stylings > * {
  background-color: #fd346e !important;
}

.bg-crayola-light {
  background-color: #ffe1e9 !important;
}

.bg-crayola-light.content-stylings > * {
  background-color: #ffe1e9 !important;
}

.bg-orange {
  background-color: #FDB022 !important;
}

.bg-orange.content-stylings > * {
  background-color: #FDB022 !important;
}

.bg-success {
  background-color: #0cd68a !important;
}

.bg-success.content-stylings > * {
  background-color: #0cd68a !important;
}

.bg-info {
  background-color: #0d88ff !important;
}

.bg-info.content-stylings > * {
  background-color: #0d88ff !important;
}

.bg-warning {
  background-color: #fcdc02 !important;
}

.bg-warning.content-stylings > * {
  background-color: #fcdc02 !important;
}

.bg-error {
  background-color: #fd346e !important;
}

.bg-error.content-stylings > * {
  background-color: #fd346e !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.opacity-0 {
  opacity: 0.0;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.font-instrument-sans {
  font-family: "Instrument Sans", sans-serif !important;
}

.fade-on-hover:hover {
  opacity: 0.9;
  transition: all ease-in-out 300ms;
}

.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.min-h-0 {
  min-height: 0 !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.min-h-100vh {
  min-height: 100vh !important;
}

.default-transition {
  transition: all ease-in-out 300ms;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-none {
  cursor: none !important;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-bottom {
  -o-object-position: str-replace(bottom, "-", " ");
     object-position: str-replace(bottom, "-", " ");
}

.object-center {
  -o-object-position: str-replace(center, "-", " ");
     object-position: str-replace(center, "-", " ");
}

.object-left {
  -o-object-position: str-replace(left, "-", " ");
     object-position: str-replace(left, "-", " ");
}

.object-right {
  -o-object-position: str-replace(right, "-", " ");
     object-position: str-replace(right, "-", " ");
}

.object-top {
  -o-object-position: str-replace(top, "-", " ");
     object-position: str-replace(top, "-", " ");
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

.grid-cols-9 {
  grid-template-columns: repeat(9, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

.grid-cols-10 {
  grid-template-columns: repeat(10, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.grid-cols-11 {
  grid-template-columns: repeat(11, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}

@media (min-width: 359.98px) {
  .xxxs-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 419.98px) {
  .xxs-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 479.98px) {
  .xs-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 575.98px) {
  .sm-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 767.98px) {
  .md-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 991.98px) {
  .lg-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1199.98px) {
  .xl-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1399.98px) {
  .xxl-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1535.98px) {
  .xxxl-grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-auto {
  grid-column-end: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-full {
  grid-row: 1 / -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-auto {
  grid-row-end: auto;
}

/* ORDER */
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

/* TEXT UTILS - CLAMP */
.clamp-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.clamp-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.clamp-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.clamp-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.clamp-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.clamp-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.clamp-line-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 7;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.clamp-line-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

/* TRANSFORMATION */
.rotate-45 {
  transform: rotate(45deg);
}

.-rotate-45 {
  transform: rotate(-45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.-rotate-90 {
  transform: rotate(-90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.-rotate-180 {
  transform: rotate(-180deg);
}

.rounded-0 {
  border-radius: 0px !important;
}

.rounded-tl-0 {
  border-top-left-radius: 0px !important;
}

.rounded-tr-0 {
  border-top-right-radius: 0px !important;
}

.rounded-bl-0 {
  border-bottom-left-radius: 0px !important;
}

.rounded-br-0 {
  border-bottom-right-radius: 0px !important;
}

.rounded-t-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-b-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-l-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-r-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-2 {
  border-radius: 2px !important;
}

.rounded-tl-2 {
  border-top-left-radius: 2px !important;
}

.rounded-tr-2 {
  border-top-right-radius: 2px !important;
}

.rounded-bl-2 {
  border-bottom-left-radius: 2px !important;
}

.rounded-br-2 {
  border-bottom-right-radius: 2px !important;
}

.rounded-t-2 {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-b-2 {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-l-2 {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-r-2 {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-tl-4 {
  border-top-left-radius: 4px !important;
}

.rounded-tr-4 {
  border-top-right-radius: 4px !important;
}

.rounded-bl-4 {
  border-bottom-left-radius: 4px !important;
}

.rounded-br-4 {
  border-bottom-right-radius: 4px !important;
}

.rounded-t-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-b-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-l-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-r-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.rounded-tl-6 {
  border-top-left-radius: 6px !important;
}

.rounded-tr-6 {
  border-top-right-radius: 6px !important;
}

.rounded-bl-6 {
  border-bottom-left-radius: 6px !important;
}

.rounded-br-6 {
  border-bottom-right-radius: 6px !important;
}

.rounded-t-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-b-6 {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-l-6 {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-r-6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-tl-8 {
  border-top-left-radius: 8px !important;
}

.rounded-tr-8 {
  border-top-right-radius: 8px !important;
}

.rounded-bl-8 {
  border-bottom-left-radius: 8px !important;
}

.rounded-br-8 {
  border-bottom-right-radius: 8px !important;
}

.rounded-t-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-b-8 {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-l-8 {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-r-8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-tl-10 {
  border-top-left-radius: 10px !important;
}

.rounded-tr-10 {
  border-top-right-radius: 10px !important;
}

.rounded-bl-10 {
  border-bottom-left-radius: 10px !important;
}

.rounded-br-10 {
  border-bottom-right-radius: 10px !important;
}

.rounded-t-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-b-10 {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-l-10 {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-r-10 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-tl-12 {
  border-top-left-radius: 12px !important;
}

.rounded-tr-12 {
  border-top-right-radius: 12px !important;
}

.rounded-bl-12 {
  border-bottom-left-radius: 12px !important;
}

.rounded-br-12 {
  border-bottom-right-radius: 12px !important;
}

.rounded-t-12 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.rounded-b-12 {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.rounded-l-12 {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-r-12 {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.rounded-14 {
  border-radius: 14px !important;
}

.rounded-tl-14 {
  border-top-left-radius: 14px !important;
}

.rounded-tr-14 {
  border-top-right-radius: 14px !important;
}

.rounded-bl-14 {
  border-bottom-left-radius: 14px !important;
}

.rounded-br-14 {
  border-bottom-right-radius: 14px !important;
}

.rounded-t-14 {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
}

.rounded-b-14 {
  border-bottom-left-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}

.rounded-l-14 {
  border-top-left-radius: 14px !important;
  border-bottom-left-radius: 14px !important;
}

.rounded-r-14 {
  border-top-right-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-tl-16 {
  border-top-left-radius: 16px !important;
}

.rounded-tr-16 {
  border-top-right-radius: 16px !important;
}

.rounded-bl-16 {
  border-bottom-left-radius: 16px !important;
}

.rounded-br-16 {
  border-bottom-right-radius: 16px !important;
}

.rounded-t-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.rounded-b-16 {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.rounded-l-16 {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-r-16 {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.rounded-18 {
  border-radius: 18px !important;
}

.rounded-tl-18 {
  border-top-left-radius: 18px !important;
}

.rounded-tr-18 {
  border-top-right-radius: 18px !important;
}

.rounded-bl-18 {
  border-bottom-left-radius: 18px !important;
}

.rounded-br-18 {
  border-bottom-right-radius: 18px !important;
}

.rounded-t-18 {
  border-top-left-radius: 18px !important;
  border-top-right-radius: 18px !important;
}

.rounded-b-18 {
  border-bottom-left-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}

.rounded-l-18 {
  border-top-left-radius: 18px !important;
  border-bottom-left-radius: 18px !important;
}

.rounded-r-18 {
  border-top-right-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-tl-20 {
  border-top-left-radius: 20px !important;
}

.rounded-tr-20 {
  border-top-right-radius: 20px !important;
}

.rounded-bl-20 {
  border-bottom-left-radius: 20px !important;
}

.rounded-br-20 {
  border-bottom-right-radius: 20px !important;
}

.rounded-t-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.rounded-b-20 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-l-20 {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-r-20 {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-22 {
  border-radius: 22px !important;
}

.rounded-tl-22 {
  border-top-left-radius: 22px !important;
}

.rounded-tr-22 {
  border-top-right-radius: 22px !important;
}

.rounded-bl-22 {
  border-bottom-left-radius: 22px !important;
}

.rounded-br-22 {
  border-bottom-right-radius: 22px !important;
}

.rounded-t-22 {
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}

.rounded-b-22 {
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
}

.rounded-l-22 {
  border-top-left-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
}

.rounded-r-22 {
  border-top-right-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
}

.rounded-24 {
  border-radius: 24px !important;
}

.rounded-tl-24 {
  border-top-left-radius: 24px !important;
}

.rounded-tr-24 {
  border-top-right-radius: 24px !important;
}

.rounded-bl-24 {
  border-bottom-left-radius: 24px !important;
}

.rounded-br-24 {
  border-bottom-right-radius: 24px !important;
}

.rounded-t-24 {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}

.rounded-b-24 {
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.rounded-l-24 {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.rounded-r-24 {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.rounded-26 {
  border-radius: 26px !important;
}

.rounded-tl-26 {
  border-top-left-radius: 26px !important;
}

.rounded-tr-26 {
  border-top-right-radius: 26px !important;
}

.rounded-bl-26 {
  border-bottom-left-radius: 26px !important;
}

.rounded-br-26 {
  border-bottom-right-radius: 26px !important;
}

.rounded-t-26 {
  border-top-left-radius: 26px !important;
  border-top-right-radius: 26px !important;
}

.rounded-b-26 {
  border-bottom-left-radius: 26px !important;
  border-bottom-right-radius: 26px !important;
}

.rounded-l-26 {
  border-top-left-radius: 26px !important;
  border-bottom-left-radius: 26px !important;
}

.rounded-r-26 {
  border-top-right-radius: 26px !important;
  border-bottom-right-radius: 26px !important;
}

.rounded-28 {
  border-radius: 28px !important;
}

.rounded-tl-28 {
  border-top-left-radius: 28px !important;
}

.rounded-tr-28 {
  border-top-right-radius: 28px !important;
}

.rounded-bl-28 {
  border-bottom-left-radius: 28px !important;
}

.rounded-br-28 {
  border-bottom-right-radius: 28px !important;
}

.rounded-t-28 {
  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
}

.rounded-b-28 {
  border-bottom-left-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}

.rounded-l-28 {
  border-top-left-radius: 28px !important;
  border-bottom-left-radius: 28px !important;
}

.rounded-r-28 {
  border-top-right-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}

.rounded-t-80 {
  border-top-right-radius: 80px !important;
  border-top-left-radius: 80px !important;
}

.rounded-100 {
  border-radius: 100px;
}

.rounded-100vh {
  border-radius: 100vh !important;
}

.rounded-full {
  border-radius: 100% !important;
}

.gap-x-05 {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.gap-1 {
  gap: 4px !important;
}

.gap-y-1 {
  row-gap: 4px !important;
}

.gap-x-1 {
  -moz-column-gap: 4px !important;
       column-gap: 4px !important;
}

@media (min-width: 359.98px) {
  .xxxs-gap-1 {
    gap: 4px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-y-1 {
    row-gap: 4px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-1 {
    gap: 4px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-y-1 {
    row-gap: 4px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-1 {
    gap: 4px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-y-1 {
    row-gap: 4px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-1 {
    gap: 4px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-y-1 {
    row-gap: 4px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-1 {
    gap: 4px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-y-1 {
    row-gap: 4px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-1 {
    gap: 4px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-y-1 {
    row-gap: 4px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-1 {
    gap: 4px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-y-1 {
    row-gap: 4px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-1 {
    gap: 4px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-y-1 {
    row-gap: 4px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-1 {
    gap: 4px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-y-1 {
    row-gap: 4px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
}

.gap-2 {
  gap: 8px !important;
}

.gap-y-2 {
  row-gap: 8px !important;
}

.gap-x-2 {
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}

@media (min-width: 359.98px) {
  .xxxs-gap-2 {
    gap: 8px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-y-2 {
    row-gap: 8px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-2 {
    gap: 8px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-y-2 {
    row-gap: 8px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-2 {
    gap: 8px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-y-2 {
    row-gap: 8px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-2 {
    gap: 8px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-y-2 {
    row-gap: 8px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-2 {
    gap: 8px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-y-2 {
    row-gap: 8px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-2 {
    gap: 8px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-y-2 {
    row-gap: 8px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-2 {
    gap: 8px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-y-2 {
    row-gap: 8px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-2 {
    gap: 8px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-y-2 {
    row-gap: 8px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-2 {
    gap: 8px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-y-2 {
    row-gap: 8px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
}

.gap-3 {
  gap: 12px !important;
}

.gap-y-3 {
  row-gap: 12px !important;
}

.gap-x-3 {
  -moz-column-gap: 12px !important;
       column-gap: 12px !important;
}

@media (min-width: 359.98px) {
  .xxxs-gap-3 {
    gap: 12px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-y-3 {
    row-gap: 12px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-x-3 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-3 {
    gap: 12px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-y-3 {
    row-gap: 12px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-x-3 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-3 {
    gap: 12px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-y-3 {
    row-gap: 12px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-x-3 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-3 {
    gap: 12px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-y-3 {
    row-gap: 12px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-x-3 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-3 {
    gap: 12px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-y-3 {
    row-gap: 12px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-x-3 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-3 {
    gap: 12px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-y-3 {
    row-gap: 12px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-x-3 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-3 {
    gap: 12px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-y-3 {
    row-gap: 12px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-x-3 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-3 {
    gap: 12px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-y-3 {
    row-gap: 12px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-x-3 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-3 {
    gap: 12px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-y-3 {
    row-gap: 12px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-x-3 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
}

.gap-4 {
  gap: 16px !important;
}

.gap-y-4 {
  row-gap: 16px !important;
}

.gap-x-4 {
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
}

@media (min-width: 359.98px) {
  .xxxs-gap-4 {
    gap: 16px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-y-4 {
    row-gap: 16px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-x-4 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-4 {
    gap: 16px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-y-4 {
    row-gap: 16px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-x-4 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-4 {
    gap: 16px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-y-4 {
    row-gap: 16px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-x-4 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-4 {
    gap: 16px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-y-4 {
    row-gap: 16px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-x-4 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-4 {
    gap: 16px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-y-4 {
    row-gap: 16px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-x-4 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-4 {
    gap: 16px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-y-4 {
    row-gap: 16px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-x-4 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-4 {
    gap: 16px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-y-4 {
    row-gap: 16px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-x-4 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-4 {
    gap: 16px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-y-4 {
    row-gap: 16px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-x-4 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-4 {
    gap: 16px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-y-4 {
    row-gap: 16px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-x-4 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
}

.gap-5 {
  gap: 20px !important;
}

.gap-y-5 {
  row-gap: 20px !important;
}

.gap-x-5 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

@media (min-width: 359.98px) {
  .xxxs-gap-5 {
    gap: 20px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-y-5 {
    row-gap: 20px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-x-5 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-5 {
    gap: 20px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-y-5 {
    row-gap: 20px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-x-5 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-5 {
    gap: 20px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-y-5 {
    row-gap: 20px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-x-5 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-5 {
    gap: 20px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-y-5 {
    row-gap: 20px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-x-5 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-5 {
    gap: 20px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-y-5 {
    row-gap: 20px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-x-5 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-5 {
    gap: 20px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-y-5 {
    row-gap: 20px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-x-5 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-5 {
    gap: 20px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-y-5 {
    row-gap: 20px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-x-5 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-5 {
    gap: 20px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-y-5 {
    row-gap: 20px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-x-5 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-5 {
    gap: 20px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-y-5 {
    row-gap: 20px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-x-5 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}

.gap-6 {
  gap: 24px !important;
}

.gap-y-6 {
  row-gap: 24px !important;
}

.gap-x-6 {
  -moz-column-gap: 24px !important;
       column-gap: 24px !important;
}

@media (min-width: 359.98px) {
  .xxxs-gap-6 {
    gap: 24px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-y-6 {
    row-gap: 24px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-x-6 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-6 {
    gap: 24px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-y-6 {
    row-gap: 24px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-x-6 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-6 {
    gap: 24px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-y-6 {
    row-gap: 24px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-x-6 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-6 {
    gap: 24px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-y-6 {
    row-gap: 24px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-x-6 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-6 {
    gap: 24px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-y-6 {
    row-gap: 24px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-x-6 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-6 {
    gap: 24px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-y-6 {
    row-gap: 24px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-x-6 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-6 {
    gap: 24px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-y-6 {
    row-gap: 24px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-x-6 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-6 {
    gap: 24px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-y-6 {
    row-gap: 24px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-x-6 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-6 {
    gap: 24px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-y-6 {
    row-gap: 24px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-x-6 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
}

.gap-7 {
  gap: 28px !important;
}

.gap-y-7 {
  row-gap: 28px !important;
}

.gap-x-7 {
  -moz-column-gap: 28px !important;
       column-gap: 28px !important;
}

@media (min-width: 359.98px) {
  .xxxs-gap-7 {
    gap: 28px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-y-7 {
    row-gap: 28px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-x-7 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-7 {
    gap: 28px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-y-7 {
    row-gap: 28px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-x-7 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-7 {
    gap: 28px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-y-7 {
    row-gap: 28px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-x-7 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-7 {
    gap: 28px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-y-7 {
    row-gap: 28px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-x-7 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-7 {
    gap: 28px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-y-7 {
    row-gap: 28px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-x-7 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-7 {
    gap: 28px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-y-7 {
    row-gap: 28px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-x-7 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-7 {
    gap: 28px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-y-7 {
    row-gap: 28px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-x-7 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-7 {
    gap: 28px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-y-7 {
    row-gap: 28px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-x-7 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-7 {
    gap: 28px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-y-7 {
    row-gap: 28px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-x-7 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }
}

.gap-8 {
  gap: 32px !important;
}

.gap-y-8 {
  row-gap: 32px !important;
}

.gap-x-8 {
  -moz-column-gap: 32px !important;
       column-gap: 32px !important;
}

@media (min-width: 359.98px) {
  .xxxs-gap-8 {
    gap: 32px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-y-8 {
    row-gap: 32px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-x-8 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-8 {
    gap: 32px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-y-8 {
    row-gap: 32px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-x-8 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-8 {
    gap: 32px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-y-8 {
    row-gap: 32px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-x-8 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-8 {
    gap: 32px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-y-8 {
    row-gap: 32px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-x-8 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-8 {
    gap: 32px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-y-8 {
    row-gap: 32px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-x-8 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-8 {
    gap: 32px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-y-8 {
    row-gap: 32px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-x-8 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-8 {
    gap: 32px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-y-8 {
    row-gap: 32px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-x-8 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-8 {
    gap: 32px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-y-8 {
    row-gap: 32px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-x-8 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-8 {
    gap: 32px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-y-8 {
    row-gap: 32px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-x-8 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
}

.gap-9 {
  gap: 36px !important;
}

.gap-y-9 {
  row-gap: 36px !important;
}

.gap-x-9 {
  -moz-column-gap: 36px !important;
       column-gap: 36px !important;
}

@media (min-width: 359.98px) {
  .xxxs-gap-9 {
    gap: 36px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-y-9 {
    row-gap: 36px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-x-9 {
    -moz-column-gap: 36px !important;
         column-gap: 36px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-9 {
    gap: 36px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-y-9 {
    row-gap: 36px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-x-9 {
    -moz-column-gap: 36px !important;
         column-gap: 36px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-9 {
    gap: 36px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-y-9 {
    row-gap: 36px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-x-9 {
    -moz-column-gap: 36px !important;
         column-gap: 36px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-9 {
    gap: 36px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-y-9 {
    row-gap: 36px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-x-9 {
    -moz-column-gap: 36px !important;
         column-gap: 36px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-9 {
    gap: 36px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-y-9 {
    row-gap: 36px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-x-9 {
    -moz-column-gap: 36px !important;
         column-gap: 36px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-9 {
    gap: 36px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-y-9 {
    row-gap: 36px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-x-9 {
    -moz-column-gap: 36px !important;
         column-gap: 36px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-9 {
    gap: 36px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-y-9 {
    row-gap: 36px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-x-9 {
    -moz-column-gap: 36px !important;
         column-gap: 36px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-9 {
    gap: 36px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-y-9 {
    row-gap: 36px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-x-9 {
    -moz-column-gap: 36px !important;
         column-gap: 36px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-9 {
    gap: 36px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-y-9 {
    row-gap: 36px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-x-9 {
    -moz-column-gap: 36px !important;
         column-gap: 36px !important;
  }
}

.gap-10 {
  gap: 40px !important;
}

.gap-y-10 {
  row-gap: 40px !important;
}

.gap-x-10 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

@media (min-width: 359.98px) {
  .xxxs-gap-10 {
    gap: 40px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-y-10 {
    row-gap: 40px !important;
  }
}

@media (min-width: 359.98px) {
  .xxxs-gap-x-10 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-10 {
    gap: 40px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-y-10 {
    row-gap: 40px !important;
  }
}

@media (min-width: 419.98px) {
  .xxs-gap-x-10 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-10 {
    gap: 40px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-y-10 {
    row-gap: 40px !important;
  }
}

@media (min-width: 479.98px) {
  .xs-gap-x-10 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-10 {
    gap: 40px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-y-10 {
    row-gap: 40px !important;
  }
}

@media (min-width: 575.98px) {
  .sm-gap-x-10 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-10 {
    gap: 40px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-y-10 {
    row-gap: 40px !important;
  }
}

@media (min-width: 767.98px) {
  .md-gap-x-10 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-10 {
    gap: 40px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-y-10 {
    row-gap: 40px !important;
  }
}

@media (min-width: 991.98px) {
  .lg-gap-x-10 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-10 {
    gap: 40px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-y-10 {
    row-gap: 40px !important;
  }
}

@media (min-width: 1199.98px) {
  .xl-gap-x-10 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-10 {
    gap: 40px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-y-10 {
    row-gap: 40px !important;
  }
}

@media (min-width: 1399.98px) {
  .xxl-gap-x-10 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-10 {
    gap: 40px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-y-10 {
    row-gap: 40px !important;
  }
}

@media (min-width: 1535.98px) {
  .xxxl-gap-x-10 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
}

.segment-py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 1399.98px) {
  .segment-py-32 {
    padding-top: calc(32px - 10px);
    padding-bottom: calc(32px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-py-32 {
    padding-top: calc(32px - 12px);
    padding-bottom: calc(32px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-py-32 {
    padding-top: calc(32px - 16px);
    padding-bottom: calc(32px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-py-32 {
    padding-top: calc(32px - 20px);
    padding-bottom: calc(32px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-py-32 {
    padding-top: calc(32px - 24px);
    padding-bottom: calc(32px - 24px);
  }
}

.segment-pt-32 {
  padding-top: 32px;
}
@media (max-width: 1399.98px) {
  .segment-pt-32 {
    padding-top: calc(32px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pt-32 {
    padding-top: calc(32px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pt-32 {
    padding-top: calc(32px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pt-32 {
    padding-top: calc(32px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pt-32 {
    padding-top: calc(32px - 24px);
  }
}

.segment-pb-32 {
  padding-bottom: 32px;
}
@media (max-width: 1399.98px) {
  .segment-pb-32 {
    padding-bottom: calc(32px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pb-32 {
    padding-bottom: calc(32px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pb-32 {
    padding-bottom: calc(32px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pb-32 {
    padding-bottom: calc(32px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pb-32 {
    padding-bottom: calc(32px - 24px);
  }
}

.segment-my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1399.98px) {
  .segment-my-32 {
    margin-top: calc(32px - 10px);
    margin-bottom: calc(32px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-my-32 {
    margin-top: calc(32px - 12px);
    margin-bottom: calc(32px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-my-32 {
    margin-top: calc(32px - 16px);
    margin-bottom: calc(32px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-my-32 {
    margin-top: calc(32px - 20px);
    margin-bottom: calc(32px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-my-32 {
    margin-top: calc(32px - 24px);
    margin-bottom: calc(32px - 24px);
  }
}

.segment-mt-32 {
  margin-top: 32px;
}
@media (max-width: 1399.98px) {
  .segment-mt-32 {
    margin-top: calc(32px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mt-32 {
    margin-top: calc(32px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mt-32 {
    margin-top: calc(32px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mt-32 {
    margin-top: calc(32px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mt-32 {
    margin-top: calc(32px - 24px);
  }
}

.segment-mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1399.98px) {
  .segment-mb-32 {
    margin-bottom: calc(32px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mb-32 {
    margin-bottom: calc(32px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mb-32 {
    margin-bottom: calc(32px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mb-32 {
    margin-bottom: calc(32px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mb-32 {
    margin-bottom: calc(32px - 24px);
  }
}

.segment-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .segment-py-40 {
    padding-top: calc(40px - 10px);
    padding-bottom: calc(40px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-py-40 {
    padding-top: calc(40px - 12px);
    padding-bottom: calc(40px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-py-40 {
    padding-top: calc(40px - 16px);
    padding-bottom: calc(40px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-py-40 {
    padding-top: calc(40px - 20px);
    padding-bottom: calc(40px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-py-40 {
    padding-top: calc(40px - 24px);
    padding-bottom: calc(40px - 24px);
  }
}

.segment-pt-40 {
  padding-top: 40px;
}
@media (max-width: 1399.98px) {
  .segment-pt-40 {
    padding-top: calc(40px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pt-40 {
    padding-top: calc(40px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pt-40 {
    padding-top: calc(40px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pt-40 {
    padding-top: calc(40px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pt-40 {
    padding-top: calc(40px - 24px);
  }
}

.segment-pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .segment-pb-40 {
    padding-bottom: calc(40px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pb-40 {
    padding-bottom: calc(40px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pb-40 {
    padding-bottom: calc(40px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pb-40 {
    padding-bottom: calc(40px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pb-40 {
    padding-bottom: calc(40px - 24px);
  }
}

.segment-my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .segment-my-40 {
    margin-top: calc(40px - 10px);
    margin-bottom: calc(40px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-my-40 {
    margin-top: calc(40px - 12px);
    margin-bottom: calc(40px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-my-40 {
    margin-top: calc(40px - 16px);
    margin-bottom: calc(40px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-my-40 {
    margin-top: calc(40px - 20px);
    margin-bottom: calc(40px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-my-40 {
    margin-top: calc(40px - 24px);
    margin-bottom: calc(40px - 24px);
  }
}

.segment-mt-40 {
  margin-top: 40px;
}
@media (max-width: 1399.98px) {
  .segment-mt-40 {
    margin-top: calc(40px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mt-40 {
    margin-top: calc(40px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mt-40 {
    margin-top: calc(40px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mt-40 {
    margin-top: calc(40px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mt-40 {
    margin-top: calc(40px - 24px);
  }
}

.segment-mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .segment-mb-40 {
    margin-bottom: calc(40px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mb-40 {
    margin-bottom: calc(40px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mb-40 {
    margin-bottom: calc(40px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mb-40 {
    margin-bottom: calc(40px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mb-40 {
    margin-bottom: calc(40px - 24px);
  }
}

.segment-py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1399.98px) {
  .segment-py-60 {
    padding-top: calc(60px - 10px);
    padding-bottom: calc(60px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-py-60 {
    padding-top: calc(60px - 12px);
    padding-bottom: calc(60px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-py-60 {
    padding-top: calc(60px - 16px);
    padding-bottom: calc(60px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-py-60 {
    padding-top: calc(60px - 20px);
    padding-bottom: calc(60px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-py-60 {
    padding-top: calc(60px - 24px);
    padding-bottom: calc(60px - 24px);
  }
}

.segment-pt-60 {
  padding-top: 60px;
}
@media (max-width: 1399.98px) {
  .segment-pt-60 {
    padding-top: calc(60px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pt-60 {
    padding-top: calc(60px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pt-60 {
    padding-top: calc(60px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pt-60 {
    padding-top: calc(60px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pt-60 {
    padding-top: calc(60px - 24px);
  }
}

.segment-pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 1399.98px) {
  .segment-pb-60 {
    padding-bottom: calc(60px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pb-60 {
    padding-bottom: calc(60px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pb-60 {
    padding-bottom: calc(60px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pb-60 {
    padding-bottom: calc(60px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pb-60 {
    padding-bottom: calc(60px - 24px);
  }
}

.segment-my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1399.98px) {
  .segment-my-60 {
    margin-top: calc(60px - 10px);
    margin-bottom: calc(60px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-my-60 {
    margin-top: calc(60px - 12px);
    margin-bottom: calc(60px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-my-60 {
    margin-top: calc(60px - 16px);
    margin-bottom: calc(60px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-my-60 {
    margin-top: calc(60px - 20px);
    margin-bottom: calc(60px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-my-60 {
    margin-top: calc(60px - 24px);
    margin-bottom: calc(60px - 24px);
  }
}

.segment-mt-60 {
  margin-top: 60px;
}
@media (max-width: 1399.98px) {
  .segment-mt-60 {
    margin-top: calc(60px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mt-60 {
    margin-top: calc(60px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mt-60 {
    margin-top: calc(60px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mt-60 {
    margin-top: calc(60px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mt-60 {
    margin-top: calc(60px - 24px);
  }
}

.segment-mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1399.98px) {
  .segment-mb-60 {
    margin-bottom: calc(60px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mb-60 {
    margin-bottom: calc(60px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mb-60 {
    margin-bottom: calc(60px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mb-60 {
    margin-bottom: calc(60px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mb-60 {
    margin-bottom: calc(60px - 24px);
  }
}

.segment-py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1399.98px) {
  .segment-py-80 {
    padding-top: calc(56px - 10px);
    padding-bottom: calc(56px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-py-80 {
    padding-top: calc(56px - 12px);
    padding-bottom: calc(56px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-py-80 {
    padding-top: calc(56px - 16px);
    padding-bottom: calc(56px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-py-80 {
    padding-top: calc(56px - 20px);
    padding-bottom: calc(56px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-py-80 {
    padding-top: calc(56px - 24px);
    padding-bottom: calc(56px - 24px);
  }
}

.segment-pt-80 {
  padding-top: 80px;
}
@media (max-width: 1399.98px) {
  .segment-pt-80 {
    padding-top: calc(56px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pt-80 {
    padding-top: calc(56px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pt-80 {
    padding-top: calc(56px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pt-80 {
    padding-top: calc(56px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pt-80 {
    padding-top: calc(56px - 24px);
  }
}

.segment-pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1399.98px) {
  .segment-pb-80 {
    padding-bottom: calc(56px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pb-80 {
    padding-bottom: calc(56px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pb-80 {
    padding-bottom: calc(56px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pb-80 {
    padding-bottom: calc(56px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pb-80 {
    padding-bottom: calc(56px - 24px);
  }
}

.segment-my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1399.98px) {
  .segment-my-80 {
    margin-top: calc(56px - 10px);
    margin-bottom: calc(56px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-my-80 {
    margin-top: calc(56px - 12px);
    margin-bottom: calc(56px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-my-80 {
    margin-top: calc(56px - 16px);
    margin-bottom: calc(56px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-my-80 {
    margin-top: calc(56px - 20px);
    margin-bottom: calc(56px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-my-80 {
    margin-top: calc(56px - 24px);
    margin-bottom: calc(56px - 24px);
  }
}

.segment-mt-80 {
  margin-top: 80px;
}
@media (max-width: 1399.98px) {
  .segment-mt-80 {
    margin-top: calc(56px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mt-80 {
    margin-top: calc(56px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mt-80 {
    margin-top: calc(56px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mt-80 {
    margin-top: calc(56px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mt-80 {
    margin-top: calc(56px - 24px);
  }
}

.segment-mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1399.98px) {
  .segment-mb-80 {
    margin-bottom: calc(56px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mb-80 {
    margin-bottom: calc(56px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mb-80 {
    margin-bottom: calc(56px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mb-80 {
    margin-bottom: calc(56px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mb-80 {
    margin-bottom: calc(56px - 24px);
  }
}

.segment-py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1399.98px) {
  .segment-py-100 {
    padding-top: calc(70px - 10px);
    padding-bottom: calc(70px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-py-100 {
    padding-top: calc(70px - 12px);
    padding-bottom: calc(70px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-py-100 {
    padding-top: calc(70px - 16px);
    padding-bottom: calc(70px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-py-100 {
    padding-top: calc(70px - 20px);
    padding-bottom: calc(70px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-py-100 {
    padding-top: calc(70px - 24px);
    padding-bottom: calc(70px - 24px);
  }
}

.segment-pt-100 {
  padding-top: 100px;
}
@media (max-width: 1399.98px) {
  .segment-pt-100 {
    padding-top: calc(70px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pt-100 {
    padding-top: calc(70px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pt-100 {
    padding-top: calc(70px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pt-100 {
    padding-top: calc(70px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pt-100 {
    padding-top: calc(70px - 24px);
  }
}

.segment-pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 1399.98px) {
  .segment-pb-100 {
    padding-bottom: calc(70px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pb-100 {
    padding-bottom: calc(70px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pb-100 {
    padding-bottom: calc(70px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pb-100 {
    padding-bottom: calc(70px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pb-100 {
    padding-bottom: calc(70px - 24px);
  }
}

.segment-my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1399.98px) {
  .segment-my-100 {
    margin-top: calc(70px - 10px);
    margin-bottom: calc(70px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-my-100 {
    margin-top: calc(70px - 12px);
    margin-bottom: calc(70px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-my-100 {
    margin-top: calc(70px - 16px);
    margin-bottom: calc(70px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-my-100 {
    margin-top: calc(70px - 20px);
    margin-bottom: calc(70px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-my-100 {
    margin-top: calc(70px - 24px);
    margin-bottom: calc(70px - 24px);
  }
}

.segment-mt-100 {
  margin-top: 100px;
}
@media (max-width: 1399.98px) {
  .segment-mt-100 {
    margin-top: calc(70px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mt-100 {
    margin-top: calc(70px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mt-100 {
    margin-top: calc(70px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mt-100 {
    margin-top: calc(70px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mt-100 {
    margin-top: calc(70px - 24px);
  }
}

.segment-mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1399.98px) {
  .segment-mb-100 {
    margin-bottom: calc(70px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mb-100 {
    margin-bottom: calc(70px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mb-100 {
    margin-bottom: calc(70px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mb-100 {
    margin-bottom: calc(70px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mb-100 {
    margin-bottom: calc(70px - 24px);
  }
}

.segment-py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1399.98px) {
  .segment-py-120 {
    padding-top: calc(84px - 10px);
    padding-bottom: calc(84px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-py-120 {
    padding-top: calc(84px - 12px);
    padding-bottom: calc(84px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-py-120 {
    padding-top: calc(84px - 16px);
    padding-bottom: calc(84px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-py-120 {
    padding-top: calc(84px - 20px);
    padding-bottom: calc(84px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-py-120 {
    padding-top: calc(84px - 24px);
    padding-bottom: calc(84px - 24px);
  }
}

.segment-pt-120 {
  padding-top: 120px;
}
@media (max-width: 1399.98px) {
  .segment-pt-120 {
    padding-top: calc(84px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pt-120 {
    padding-top: calc(84px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pt-120 {
    padding-top: calc(84px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pt-120 {
    padding-top: calc(84px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pt-120 {
    padding-top: calc(84px - 24px);
  }
}

.segment-pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1399.98px) {
  .segment-pb-120 {
    padding-bottom: calc(84px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pb-120 {
    padding-bottom: calc(84px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pb-120 {
    padding-bottom: calc(84px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pb-120 {
    padding-bottom: calc(84px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pb-120 {
    padding-bottom: calc(84px - 24px);
  }
}

.segment-my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 1399.98px) {
  .segment-my-120 {
    margin-top: calc(84px - 10px);
    margin-bottom: calc(84px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-my-120 {
    margin-top: calc(84px - 12px);
    margin-bottom: calc(84px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-my-120 {
    margin-top: calc(84px - 16px);
    margin-bottom: calc(84px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-my-120 {
    margin-top: calc(84px - 20px);
    margin-bottom: calc(84px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-my-120 {
    margin-top: calc(84px - 24px);
    margin-bottom: calc(84px - 24px);
  }
}

.segment-mt-120 {
  margin-top: 120px;
}
@media (max-width: 1399.98px) {
  .segment-mt-120 {
    margin-top: calc(84px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mt-120 {
    margin-top: calc(84px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mt-120 {
    margin-top: calc(84px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mt-120 {
    margin-top: calc(84px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mt-120 {
    margin-top: calc(84px - 24px);
  }
}

.segment-mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1399.98px) {
  .segment-mb-120 {
    margin-bottom: calc(84px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mb-120 {
    margin-bottom: calc(84px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mb-120 {
    margin-bottom: calc(84px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mb-120 {
    margin-bottom: calc(84px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mb-120 {
    margin-bottom: calc(84px - 24px);
  }
}

.segment-py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 1399.98px) {
  .segment-py-160 {
    padding-top: calc(112px - 10px);
    padding-bottom: calc(112px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-py-160 {
    padding-top: calc(112px - 12px);
    padding-bottom: calc(112px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-py-160 {
    padding-top: calc(112px - 16px);
    padding-bottom: calc(112px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-py-160 {
    padding-top: calc(112px - 20px);
    padding-bottom: calc(112px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-py-160 {
    padding-top: calc(112px - 24px);
    padding-bottom: calc(112px - 24px);
  }
}

.segment-pt-160 {
  padding-top: 160px;
}
@media (max-width: 1399.98px) {
  .segment-pt-160 {
    padding-top: calc(112px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pt-160 {
    padding-top: calc(112px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pt-160 {
    padding-top: calc(112px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pt-160 {
    padding-top: calc(112px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pt-160 {
    padding-top: calc(112px - 24px);
  }
}

.segment-pb-160 {
  padding-bottom: 160px;
}
@media (max-width: 1399.98px) {
  .segment-pb-160 {
    padding-bottom: calc(112px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pb-160 {
    padding-bottom: calc(112px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pb-160 {
    padding-bottom: calc(112px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pb-160 {
    padding-bottom: calc(112px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pb-160 {
    padding-bottom: calc(112px - 24px);
  }
}

.segment-my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (max-width: 1399.98px) {
  .segment-my-160 {
    margin-top: calc(112px - 10px);
    margin-bottom: calc(112px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-my-160 {
    margin-top: calc(112px - 12px);
    margin-bottom: calc(112px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-my-160 {
    margin-top: calc(112px - 16px);
    margin-bottom: calc(112px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-my-160 {
    margin-top: calc(112px - 20px);
    margin-bottom: calc(112px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-my-160 {
    margin-top: calc(112px - 24px);
    margin-bottom: calc(112px - 24px);
  }
}

.segment-mt-160 {
  margin-top: 160px;
}
@media (max-width: 1399.98px) {
  .segment-mt-160 {
    margin-top: calc(112px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mt-160 {
    margin-top: calc(112px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mt-160 {
    margin-top: calc(112px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mt-160 {
    margin-top: calc(112px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mt-160 {
    margin-top: calc(112px - 24px);
  }
}

.segment-mb-160 {
  margin-bottom: 160px;
}
@media (max-width: 1399.98px) {
  .segment-mb-160 {
    margin-bottom: calc(112px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mb-160 {
    margin-bottom: calc(112px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mb-160 {
    margin-bottom: calc(112px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mb-160 {
    margin-bottom: calc(112px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mb-160 {
    margin-bottom: calc(112px - 24px);
  }
}

.segment-py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 1399.98px) {
  .segment-py-200 {
    padding-top: calc(140px - 10px);
    padding-bottom: calc(140px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-py-200 {
    padding-top: calc(140px - 12px);
    padding-bottom: calc(140px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-py-200 {
    padding-top: calc(140px - 16px);
    padding-bottom: calc(140px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-py-200 {
    padding-top: calc(140px - 20px);
    padding-bottom: calc(140px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-py-200 {
    padding-top: calc(140px - 24px);
    padding-bottom: calc(140px - 24px);
  }
}

.segment-pt-200 {
  padding-top: 200px;
}
@media (max-width: 1399.98px) {
  .segment-pt-200 {
    padding-top: calc(140px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pt-200 {
    padding-top: calc(140px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pt-200 {
    padding-top: calc(140px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pt-200 {
    padding-top: calc(140px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pt-200 {
    padding-top: calc(140px - 24px);
  }
}

.segment-pb-200 {
  padding-bottom: 200px;
}
@media (max-width: 1399.98px) {
  .segment-pb-200 {
    padding-bottom: calc(140px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-pb-200 {
    padding-bottom: calc(140px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-pb-200 {
    padding-bottom: calc(140px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-pb-200 {
    padding-bottom: calc(140px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-pb-200 {
    padding-bottom: calc(140px - 24px);
  }
}

.segment-my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (max-width: 1399.98px) {
  .segment-my-200 {
    margin-top: calc(140px - 10px);
    margin-bottom: calc(140px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-my-200 {
    margin-top: calc(140px - 12px);
    margin-bottom: calc(140px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-my-200 {
    margin-top: calc(140px - 16px);
    margin-bottom: calc(140px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-my-200 {
    margin-top: calc(140px - 20px);
    margin-bottom: calc(140px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-my-200 {
    margin-top: calc(140px - 24px);
    margin-bottom: calc(140px - 24px);
  }
}

.segment-mt-200 {
  margin-top: 200px;
}
@media (max-width: 1399.98px) {
  .segment-mt-200 {
    margin-top: calc(140px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mt-200 {
    margin-top: calc(140px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mt-200 {
    margin-top: calc(140px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mt-200 {
    margin-top: calc(140px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mt-200 {
    margin-top: calc(140px - 24px);
  }
}

.segment-mb-200 {
  margin-bottom: 200px;
}
@media (max-width: 1399.98px) {
  .segment-mb-200 {
    margin-bottom: calc(140px - 10px);
  }
}
@media (max-width: 1199.98px) {
  .segment-mb-200 {
    margin-bottom: calc(140px - 12px);
  }
}
@media (max-width: 991.98px) {
  .segment-mb-200 {
    margin-bottom: calc(140px - 16px);
  }
}
@media (max-width: 767.98px) {
  .segment-mb-200 {
    margin-bottom: calc(140px - 20px);
  }
}
@media (max-width: 575.98px) {
  .segment-mb-200 {
    margin-bottom: calc(140px - 24px);
  }
}

.-mt-1 {
  margin-top: -4px;
}

.-mb-1 {
  margin-bottom: -4px;
}

.-ms-1 {
  margin-left: -4px;
}

.-me-1 {
  margin-right: -4px;
}

.-mt-2 {
  margin-top: -8px;
}

.-mb-2 {
  margin-bottom: -8px;
}

.-ms-2 {
  margin-left: -8px;
}

.-me-2 {
  margin-right: -8px;
}

.-mt-3 {
  margin-top: -12px;
}

.-mb-3 {
  margin-bottom: -12px;
}

.-ms-3 {
  margin-left: -12px;
}

.-me-3 {
  margin-right: -12px;
}

.pt-custom-0 {
  padding-top: 0rem;
}

.pb-custom-0 {
  padding-bottom: 0rem;
}

.ps-custom-0 {
  padding-left: 0rem;
}

.pe-custom-0 {
  padding-right: 0rem;
}

.px-custom-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-custom-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.p-custom-0 {
  padding: 0rem;
}

.pt-custom-1 {
  padding-top: 0.25rem;
}

.pb-custom-1 {
  padding-bottom: 0.25rem;
}

.ps-custom-1 {
  padding-left: 0.25rem;
}

.pe-custom-1 {
  padding-right: 0.25rem;
}

.px-custom-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-custom-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.p-custom-1 {
  padding: 0.25rem;
}

.pt-custom-2 {
  padding-top: 0.5rem;
}

.pb-custom-2 {
  padding-bottom: 0.5rem;
}

.ps-custom-2 {
  padding-left: 0.5rem;
}

.pe-custom-2 {
  padding-right: 0.5rem;
}

.px-custom-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-custom-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-custom-2 {
  padding: 0.5rem;
}

.pt-custom-3 {
  padding-top: 0.75rem;
}

.pb-custom-3 {
  padding-bottom: 0.75rem;
}

.ps-custom-3 {
  padding-left: 0.75rem;
}

.pe-custom-3 {
  padding-right: 0.75rem;
}

.px-custom-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-custom-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.p-custom-3 {
  padding: 0.75rem;
}

.pt-custom-4 {
  padding-top: 1rem;
}

.pb-custom-4 {
  padding-bottom: 1rem;
}

.ps-custom-4 {
  padding-left: 1rem;
}

.pe-custom-4 {
  padding-right: 1rem;
}

.px-custom-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-custom-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-custom-4 {
  padding: 1rem;
}

.pt-custom-5 {
  padding-top: 1.25rem;
}

.pb-custom-5 {
  padding-bottom: 1.25rem;
}

.ps-custom-5 {
  padding-left: 1.25rem;
}

.pe-custom-5 {
  padding-right: 1.25rem;
}

.px-custom-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-custom-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-custom-5 {
  padding: 1.25rem;
}

.pt-custom-6 {
  padding-top: 1.5rem;
}

.pb-custom-6 {
  padding-bottom: 1.5rem;
}

.ps-custom-6 {
  padding-left: 1.5rem;
}

.pe-custom-6 {
  padding-right: 1.5rem;
}

.px-custom-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-custom-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-custom-6 {
  padding: 1.5rem;
}

.pt-custom-7 {
  padding-top: 1.75rem;
}

.pb-custom-7 {
  padding-bottom: 1.75rem;
}

.ps-custom-7 {
  padding-left: 1.75rem;
}

.pe-custom-7 {
  padding-right: 1.75rem;
}

.px-custom-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-custom-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.p-custom-7 {
  padding: 1.75rem;
}

.pt-custom-8 {
  padding-top: 2rem;
}

.pb-custom-8 {
  padding-bottom: 2rem;
}

.ps-custom-8 {
  padding-left: 2rem;
}

.pe-custom-8 {
  padding-right: 2rem;
}

.px-custom-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-custom-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-custom-8 {
  padding: 2rem;
}

.pt-custom-9 {
  padding-top: 2.25rem;
}

.pb-custom-9 {
  padding-bottom: 2.25rem;
}

.ps-custom-9 {
  padding-left: 2.25rem;
}

.pe-custom-9 {
  padding-right: 2.25rem;
}

.px-custom-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-custom-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.p-custom-9 {
  padding: 2.25rem;
}

.pt-custom-10 {
  padding-top: 2.5rem;
}

.pb-custom-10 {
  padding-bottom: 2.5rem;
}

.ps-custom-10 {
  padding-left: 2.5rem;
}

.pe-custom-10 {
  padding-right: 2.5rem;
}

.px-custom-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-custom-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-custom-10 {
  padding: 2.5rem;
}

.pt-custom-11 {
  padding-top: 2.75rem;
}

.pb-custom-11 {
  padding-bottom: 2.75rem;
}

.ps-custom-11 {
  padding-left: 2.75rem;
}

.pe-custom-11 {
  padding-right: 2.75rem;
}

.px-custom-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-custom-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.p-custom-11 {
  padding: 2.75rem;
}

.pt-custom-12 {
  padding-top: 3rem;
}

.pb-custom-12 {
  padding-bottom: 3rem;
}

.ps-custom-12 {
  padding-left: 3rem;
}

.pe-custom-12 {
  padding-right: 3rem;
}

.px-custom-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-custom-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-custom-12 {
  padding: 3rem;
}

.pt-custom-13 {
  padding-top: 3.25rem;
}

.pb-custom-13 {
  padding-bottom: 3.25rem;
}

.ps-custom-13 {
  padding-left: 3.25rem;
}

.pe-custom-13 {
  padding-right: 3.25rem;
}

.px-custom-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.py-custom-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.p-custom-13 {
  padding: 3.25rem;
}

.pt-custom-14 {
  padding-top: 3.5rem;
}

.pb-custom-14 {
  padding-bottom: 3.5rem;
}

.ps-custom-14 {
  padding-left: 3.5rem;
}

.pe-custom-14 {
  padding-right: 3.5rem;
}

.px-custom-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-custom-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.p-custom-14 {
  padding: 3.5rem;
}

.pt-custom-15 {
  padding-top: 3.75rem;
}

.pb-custom-15 {
  padding-bottom: 3.75rem;
}

.ps-custom-15 {
  padding-left: 3.75rem;
}

.pe-custom-15 {
  padding-right: 3.75rem;
}

.px-custom-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-custom-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.p-custom-15 {
  padding: 3.75rem;
}

.pt-custom-16 {
  padding-top: 4rem;
}

.pb-custom-16 {
  padding-bottom: 4rem;
}

.ps-custom-16 {
  padding-left: 4rem;
}

.pe-custom-16 {
  padding-right: 4rem;
}

.px-custom-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-custom-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-custom-16 {
  padding: 4rem;
}

.pt-custom-17 {
  padding-top: 4.25rem;
}

.pb-custom-17 {
  padding-bottom: 4.25rem;
}

.ps-custom-17 {
  padding-left: 4.25rem;
}

.pe-custom-17 {
  padding-right: 4.25rem;
}

.px-custom-17 {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.py-custom-17 {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.p-custom-17 {
  padding: 4.25rem;
}

.pt-custom-18 {
  padding-top: 4.5rem;
}

.pb-custom-18 {
  padding-bottom: 4.5rem;
}

.ps-custom-18 {
  padding-left: 4.5rem;
}

.pe-custom-18 {
  padding-right: 4.5rem;
}

.px-custom-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.py-custom-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.p-custom-18 {
  padding: 4.5rem;
}

.pt-custom-19 {
  padding-top: 4.75rem;
}

.pb-custom-19 {
  padding-bottom: 4.75rem;
}

.ps-custom-19 {
  padding-left: 4.75rem;
}

.pe-custom-19 {
  padding-right: 4.75rem;
}

.px-custom-19 {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.py-custom-19 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.p-custom-19 {
  padding: 4.75rem;
}

.pt-custom-20 {
  padding-top: 5rem;
}

.pb-custom-20 {
  padding-bottom: 5rem;
}

.ps-custom-20 {
  padding-left: 5rem;
}

.pe-custom-20 {
  padding-right: 5rem;
}

.px-custom-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-custom-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-custom-20 {
  padding: 5rem;
}

.pt-custom-21 {
  padding-top: 5.25rem;
}

.pb-custom-21 {
  padding-bottom: 5.25rem;
}

.ps-custom-21 {
  padding-left: 5.25rem;
}

.pe-custom-21 {
  padding-right: 5.25rem;
}

.px-custom-21 {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.py-custom-21 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.p-custom-21 {
  padding: 5.25rem;
}

.pt-custom-22 {
  padding-top: 5.5rem;
}

.pb-custom-22 {
  padding-bottom: 5.5rem;
}

.ps-custom-22 {
  padding-left: 5.5rem;
}

.pe-custom-22 {
  padding-right: 5.5rem;
}

.px-custom-22 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.py-custom-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.p-custom-22 {
  padding: 5.5rem;
}

.pt-custom-23 {
  padding-top: 5.75rem;
}

.pb-custom-23 {
  padding-bottom: 5.75rem;
}

.ps-custom-23 {
  padding-left: 5.75rem;
}

.pe-custom-23 {
  padding-right: 5.75rem;
}

.px-custom-23 {
  padding-left: 5.75rem;
  padding-right: 5.75rem;
}

.py-custom-23 {
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}

.p-custom-23 {
  padding: 5.75rem;
}

.pt-custom-24 {
  padding-top: 6rem;
}

.pb-custom-24 {
  padding-bottom: 6rem;
}

.ps-custom-24 {
  padding-left: 6rem;
}

.pe-custom-24 {
  padding-right: 6rem;
}

.px-custom-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-custom-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-custom-24 {
  padding: 6rem;
}

.pt-custom-25 {
  padding-top: 6.5rem;
}

.pb-custom-25 {
  padding-bottom: 6.5rem;
}

.ps-custom-25 {
  padding-left: 6.5rem;
}

.pe-custom-25 {
  padding-right: 6.5rem;
}

.px-custom-25 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.py-custom-25 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.p-custom-25 {
  padding: 6.5rem;
}

.pt-custom-26 {
  padding-top: 7rem;
}

.pb-custom-26 {
  padding-bottom: 7rem;
}

.ps-custom-26 {
  padding-left: 7rem;
}

.pe-custom-26 {
  padding-right: 7rem;
}

.px-custom-26 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-custom-26 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.p-custom-26 {
  padding: 7rem;
}

.pt-custom-27 {
  padding-top: 7.5rem;
}

.pb-custom-27 {
  padding-bottom: 7.5rem;
}

.ps-custom-27 {
  padding-left: 7.5rem;
}

.pe-custom-27 {
  padding-right: 7.5rem;
}

.px-custom-27 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.py-custom-27 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.p-custom-27 {
  padding: 7.5rem;
}

.pt-custom-28 {
  padding-top: 8rem;
}

.pb-custom-28 {
  padding-bottom: 8rem;
}

.ps-custom-28 {
  padding-left: 8rem;
}

.pe-custom-28 {
  padding-right: 8rem;
}

.px-custom-28 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-custom-28 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.p-custom-28 {
  padding: 8rem;
}

.pt-custom-29 {
  padding-top: 9rem;
}

.pb-custom-29 {
  padding-bottom: 9rem;
}

.ps-custom-29 {
  padding-left: 9rem;
}

.pe-custom-29 {
  padding-right: 9rem;
}

.px-custom-29 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-custom-29 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.p-custom-29 {
  padding: 9rem;
}

.pt-custom-30 {
  padding-top: 10rem;
}

.pb-custom-30 {
  padding-bottom: 10rem;
}

.ps-custom-30 {
  padding-left: 10rem;
}

.pe-custom-30 {
  padding-right: 10rem;
}

.px-custom-30 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-custom-30 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.p-custom-30 {
  padding: 10rem;
}

.mt-custom-0 {
  margin-top: 0rem;
}

.mb-custom-0 {
  margin-bottom: 0rem;
}

.ms-custom-0 {
  margin-left: 0rem;
}

.me-custom-0 {
  margin-right: 0rem;
}

.mx-custom-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-custom-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.m-custom-0 {
  margin: 0rem;
}

.mt-custom-1 {
  margin-top: 0.25rem;
}

.mb-custom-1 {
  margin-bottom: 0.25rem;
}

.ms-custom-1 {
  margin-left: 0.25rem;
}

.me-custom-1 {
  margin-right: 0.25rem;
}

.mx-custom-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-custom-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.m-custom-1 {
  margin: 0.25rem;
}

.mt-custom-2 {
  margin-top: 0.5rem;
}

.mb-custom-2 {
  margin-bottom: 0.5rem;
}

.ms-custom-2 {
  margin-left: 0.5rem;
}

.me-custom-2 {
  margin-right: 0.5rem;
}

.mx-custom-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-custom-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-custom-2 {
  margin: 0.5rem;
}

.mt-custom-3 {
  margin-top: 0.75rem;
}

.mb-custom-3 {
  margin-bottom: 0.75rem;
}

.ms-custom-3 {
  margin-left: 0.75rem;
}

.me-custom-3 {
  margin-right: 0.75rem;
}

.mx-custom-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-custom-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.m-custom-3 {
  margin: 0.75rem;
}

.mt-custom-4 {
  margin-top: 1rem;
}

.mb-custom-4 {
  margin-bottom: 1rem;
}

.ms-custom-4 {
  margin-left: 1rem;
}

.me-custom-4 {
  margin-right: 1rem;
}

.mx-custom-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-custom-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-custom-4 {
  margin: 1rem;
}

.mt-custom-5 {
  margin-top: 1.25rem;
}

.mb-custom-5 {
  margin-bottom: 1.25rem;
}

.ms-custom-5 {
  margin-left: 1.25rem;
}

.me-custom-5 {
  margin-right: 1.25rem;
}

.mx-custom-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-custom-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-custom-5 {
  margin: 1.25rem;
}

.mt-custom-6 {
  margin-top: 1.5rem;
}

.mb-custom-6 {
  margin-bottom: 1.5rem;
}

.ms-custom-6 {
  margin-left: 1.5rem;
}

.me-custom-6 {
  margin-right: 1.5rem;
}

.mx-custom-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-custom-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-custom-6 {
  margin: 1.5rem;
}

.mt-custom-7 {
  margin-top: 1.75rem;
}

.mb-custom-7 {
  margin-bottom: 1.75rem;
}

.ms-custom-7 {
  margin-left: 1.75rem;
}

.me-custom-7 {
  margin-right: 1.75rem;
}

.mx-custom-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-custom-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.m-custom-7 {
  margin: 1.75rem;
}

.mt-custom-8 {
  margin-top: 2rem;
}

.mb-custom-8 {
  margin-bottom: 2rem;
}

.ms-custom-8 {
  margin-left: 2rem;
}

.me-custom-8 {
  margin-right: 2rem;
}

.mx-custom-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-custom-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-custom-8 {
  margin: 2rem;
}

.mt-custom-9 {
  margin-top: 2.25rem;
}

.mb-custom-9 {
  margin-bottom: 2.25rem;
}

.ms-custom-9 {
  margin-left: 2.25rem;
}

.me-custom-9 {
  margin-right: 2.25rem;
}

.mx-custom-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-custom-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.m-custom-9 {
  margin: 2.25rem;
}

.mt-custom-10 {
  margin-top: 2.5rem;
}

.mb-custom-10 {
  margin-bottom: 2.5rem;
}

.ms-custom-10 {
  margin-left: 2.5rem;
}

.me-custom-10 {
  margin-right: 2.5rem;
}

.mx-custom-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-custom-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-custom-10 {
  margin: 2.5rem;
}

.mt-custom-11 {
  margin-top: 2.75rem;
}

.mb-custom-11 {
  margin-bottom: 2.75rem;
}

.ms-custom-11 {
  margin-left: 2.75rem;
}

.me-custom-11 {
  margin-right: 2.75rem;
}

.mx-custom-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-custom-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.m-custom-11 {
  margin: 2.75rem;
}

.mt-custom-12 {
  margin-top: 3rem;
}

.mb-custom-12 {
  margin-bottom: 3rem;
}

.ms-custom-12 {
  margin-left: 3rem;
}

.me-custom-12 {
  margin-right: 3rem;
}

.mx-custom-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-custom-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-custom-12 {
  margin: 3rem;
}

.mt-custom-13 {
  margin-top: 3.25rem;
}

.mb-custom-13 {
  margin-bottom: 3.25rem;
}

.ms-custom-13 {
  margin-left: 3.25rem;
}

.me-custom-13 {
  margin-right: 3.25rem;
}

.mx-custom-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.my-custom-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.m-custom-13 {
  margin: 3.25rem;
}

.mt-custom-14 {
  margin-top: 3.5rem;
}

.mb-custom-14 {
  margin-bottom: 3.5rem;
}

.ms-custom-14 {
  margin-left: 3.5rem;
}

.me-custom-14 {
  margin-right: 3.5rem;
}

.mx-custom-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-custom-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.m-custom-14 {
  margin: 3.5rem;
}

.mt-custom-15 {
  margin-top: 3.75rem;
}

.mb-custom-15 {
  margin-bottom: 3.75rem;
}

.ms-custom-15 {
  margin-left: 3.75rem;
}

.me-custom-15 {
  margin-right: 3.75rem;
}

.mx-custom-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-custom-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-custom-15 {
  margin: 3.75rem;
}

.mt-custom-16 {
  margin-top: 4rem;
}

.mb-custom-16 {
  margin-bottom: 4rem;
}

.ms-custom-16 {
  margin-left: 4rem;
}

.me-custom-16 {
  margin-right: 4rem;
}

.mx-custom-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-custom-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-custom-16 {
  margin: 4rem;
}

.mt-custom-17 {
  margin-top: 4.25rem;
}

.mb-custom-17 {
  margin-bottom: 4.25rem;
}

.ms-custom-17 {
  margin-left: 4.25rem;
}

.me-custom-17 {
  margin-right: 4.25rem;
}

.mx-custom-17 {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.my-custom-17 {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.m-custom-17 {
  margin: 4.25rem;
}

.mt-custom-18 {
  margin-top: 4.5rem;
}

.mb-custom-18 {
  margin-bottom: 4.5rem;
}

.ms-custom-18 {
  margin-left: 4.5rem;
}

.me-custom-18 {
  margin-right: 4.5rem;
}

.mx-custom-18 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-custom-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.m-custom-18 {
  margin: 4.5rem;
}

.mt-custom-19 {
  margin-top: 4.75rem;
}

.mb-custom-19 {
  margin-bottom: 4.75rem;
}

.ms-custom-19 {
  margin-left: 4.75rem;
}

.me-custom-19 {
  margin-right: 4.75rem;
}

.mx-custom-19 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.my-custom-19 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.m-custom-19 {
  margin: 4.75rem;
}

.mt-custom-20 {
  margin-top: 5rem;
}

.mb-custom-20 {
  margin-bottom: 5rem;
}

.ms-custom-20 {
  margin-left: 5rem;
}

.me-custom-20 {
  margin-right: 5rem;
}

.mx-custom-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-custom-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.m-custom-20 {
  margin: 5rem;
}

.mt-custom-21 {
  margin-top: 5.25rem;
}

.mb-custom-21 {
  margin-bottom: 5.25rem;
}

.ms-custom-21 {
  margin-left: 5.25rem;
}

.me-custom-21 {
  margin-right: 5.25rem;
}

.mx-custom-21 {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.my-custom-21 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.m-custom-21 {
  margin: 5.25rem;
}

.mt-custom-22 {
  margin-top: 5.5rem;
}

.mb-custom-22 {
  margin-bottom: 5.5rem;
}

.ms-custom-22 {
  margin-left: 5.5rem;
}

.me-custom-22 {
  margin-right: 5.5rem;
}

.mx-custom-22 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.my-custom-22 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.m-custom-22 {
  margin: 5.5rem;
}

.mt-custom-23 {
  margin-top: 5.75rem;
}

.mb-custom-23 {
  margin-bottom: 5.75rem;
}

.ms-custom-23 {
  margin-left: 5.75rem;
}

.me-custom-23 {
  margin-right: 5.75rem;
}

.mx-custom-23 {
  margin-left: 5.75rem;
  margin-right: 5.75rem;
}

.my-custom-23 {
  margin-top: 5.75rem;
  margin-bottom: 5.75rem;
}

.m-custom-23 {
  margin: 5.75rem;
}

.mt-custom-24 {
  margin-top: 6rem;
}

.mb-custom-24 {
  margin-bottom: 6rem;
}

.ms-custom-24 {
  margin-left: 6rem;
}

.me-custom-24 {
  margin-right: 6rem;
}

.mx-custom-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-custom-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.m-custom-24 {
  margin: 6rem;
}

.mt-custom-25 {
  margin-top: 6.5rem;
}

.mb-custom-25 {
  margin-bottom: 6.5rem;
}

.ms-custom-25 {
  margin-left: 6.5rem;
}

.me-custom-25 {
  margin-right: 6.5rem;
}

.mx-custom-25 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.my-custom-25 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.m-custom-25 {
  margin: 6.5rem;
}

.mt-custom-26 {
  margin-top: 7rem;
}

.mb-custom-26 {
  margin-bottom: 7rem;
}

.ms-custom-26 {
  margin-left: 7rem;
}

.me-custom-26 {
  margin-right: 7rem;
}

.mx-custom-26 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-custom-26 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.m-custom-26 {
  margin: 7rem;
}

.mt-custom-27 {
  margin-top: 7.5rem;
}

.mb-custom-27 {
  margin-bottom: 7.5rem;
}

.ms-custom-27 {
  margin-left: 7.5rem;
}

.me-custom-27 {
  margin-right: 7.5rem;
}

.mx-custom-27 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.my-custom-27 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.m-custom-27 {
  margin: 7.5rem;
}

.mt-custom-28 {
  margin-top: 8rem;
}

.mb-custom-28 {
  margin-bottom: 8rem;
}

.ms-custom-28 {
  margin-left: 8rem;
}

.me-custom-28 {
  margin-right: 8rem;
}

.mx-custom-28 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-custom-28 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.m-custom-28 {
  margin: 8rem;
}

.mt-custom-29 {
  margin-top: 9rem;
}

.mb-custom-29 {
  margin-bottom: 9rem;
}

.ms-custom-29 {
  margin-left: 9rem;
}

.me-custom-29 {
  margin-right: 9rem;
}

.mx-custom-29 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.my-custom-29 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.m-custom-29 {
  margin: 9rem;
}

.mt-custom-30 {
  margin-top: 10rem;
}

.mb-custom-30 {
  margin-bottom: 10rem;
}

.ms-custom-30 {
  margin-left: 10rem;
}

.me-custom-30 {
  margin-right: 10rem;
}

.mx-custom-30 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-custom-30 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.m-custom-30 {
  margin: 10rem;
}

@media (min-width: 1200px) {
  .xl-pt-custom-0 {
    padding-top: 0rem !important;
  }
  .xl-pb-custom-0 {
    padding-bottom: 0rem !important;
  }
  .xl-ps-custom-0 {
    padding-left: 0rem !important;
  }
  .xl-pe-custom-0 {
    padding-right: 0rem !important;
  }
  .xl-px-custom-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xl-py-custom-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .xl-p-custom-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-0 {
    padding-top: 0rem !important;
  }
  .lg-pb-custom-0 {
    padding-bottom: 0rem !important;
  }
  .lg-ps-custom-0 {
    padding-left: 0rem !important;
  }
  .lg-pe-custom-0 {
    padding-right: 0rem !important;
  }
  .lg-px-custom-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .lg-py-custom-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .lg-p-custom-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-0 {
    padding-top: 0rem !important;
  }
  .md-pb-custom-0 {
    padding-bottom: 0rem !important;
  }
  .md-ps-custom-0 {
    padding-left: 0rem !important;
  }
  .md-pe-custom-0 {
    padding-right: 0rem !important;
  }
  .md-px-custom-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .md-py-custom-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .md-p-custom-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-0 {
    padding-top: 0rem !important;
  }
  .sm-pb-custom-0 {
    padding-bottom: 0rem !important;
  }
  .sm-ps-custom-0 {
    padding-left: 0rem !important;
  }
  .sm-pe-custom-0 {
    padding-right: 0rem !important;
  }
  .sm-px-custom-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .sm-py-custom-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .sm-p-custom-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-0 {
    padding-top: 0rem !important;
  }
  .xs-pb-custom-0 {
    padding-bottom: 0rem !important;
  }
  .xs-ps-custom-0 {
    padding-left: 0rem !important;
  }
  .xs-pe-custom-0 {
    padding-right: 0rem !important;
  }
  .xs-px-custom-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xs-py-custom-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .xs-p-custom-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-1 {
    padding-top: 0.25rem !important;
  }
  .xl-pb-custom-1 {
    padding-bottom: 0.25rem !important;
  }
  .xl-ps-custom-1 {
    padding-left: 0.25rem !important;
  }
  .xl-pe-custom-1 {
    padding-right: 0.25rem !important;
  }
  .xl-px-custom-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .xl-py-custom-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xl-p-custom-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-1 {
    padding-top: 0.25rem !important;
  }
  .lg-pb-custom-1 {
    padding-bottom: 0.25rem !important;
  }
  .lg-ps-custom-1 {
    padding-left: 0.25rem !important;
  }
  .lg-pe-custom-1 {
    padding-right: 0.25rem !important;
  }
  .lg-px-custom-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .lg-py-custom-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg-p-custom-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-1 {
    padding-top: 0.25rem !important;
  }
  .md-pb-custom-1 {
    padding-bottom: 0.25rem !important;
  }
  .md-ps-custom-1 {
    padding-left: 0.25rem !important;
  }
  .md-pe-custom-1 {
    padding-right: 0.25rem !important;
  }
  .md-px-custom-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .md-py-custom-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .md-p-custom-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-1 {
    padding-top: 0.25rem !important;
  }
  .sm-pb-custom-1 {
    padding-bottom: 0.25rem !important;
  }
  .sm-ps-custom-1 {
    padding-left: 0.25rem !important;
  }
  .sm-pe-custom-1 {
    padding-right: 0.25rem !important;
  }
  .sm-px-custom-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .sm-py-custom-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sm-p-custom-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-1 {
    padding-top: 0.25rem !important;
  }
  .xs-pb-custom-1 {
    padding-bottom: 0.25rem !important;
  }
  .xs-ps-custom-1 {
    padding-left: 0.25rem !important;
  }
  .xs-pe-custom-1 {
    padding-right: 0.25rem !important;
  }
  .xs-px-custom-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .xs-py-custom-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xs-p-custom-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-2 {
    padding-top: 0.5rem !important;
  }
  .xl-pb-custom-2 {
    padding-bottom: 0.5rem !important;
  }
  .xl-ps-custom-2 {
    padding-left: 0.5rem !important;
  }
  .xl-pe-custom-2 {
    padding-right: 0.5rem !important;
  }
  .xl-px-custom-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .xl-py-custom-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xl-p-custom-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-2 {
    padding-top: 0.5rem !important;
  }
  .lg-pb-custom-2 {
    padding-bottom: 0.5rem !important;
  }
  .lg-ps-custom-2 {
    padding-left: 0.5rem !important;
  }
  .lg-pe-custom-2 {
    padding-right: 0.5rem !important;
  }
  .lg-px-custom-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .lg-py-custom-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg-p-custom-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-2 {
    padding-top: 0.5rem !important;
  }
  .md-pb-custom-2 {
    padding-bottom: 0.5rem !important;
  }
  .md-ps-custom-2 {
    padding-left: 0.5rem !important;
  }
  .md-pe-custom-2 {
    padding-right: 0.5rem !important;
  }
  .md-px-custom-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .md-py-custom-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md-p-custom-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-2 {
    padding-top: 0.5rem !important;
  }
  .sm-pb-custom-2 {
    padding-bottom: 0.5rem !important;
  }
  .sm-ps-custom-2 {
    padding-left: 0.5rem !important;
  }
  .sm-pe-custom-2 {
    padding-right: 0.5rem !important;
  }
  .sm-px-custom-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm-py-custom-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm-p-custom-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-2 {
    padding-top: 0.5rem !important;
  }
  .xs-pb-custom-2 {
    padding-bottom: 0.5rem !important;
  }
  .xs-ps-custom-2 {
    padding-left: 0.5rem !important;
  }
  .xs-pe-custom-2 {
    padding-right: 0.5rem !important;
  }
  .xs-px-custom-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .xs-py-custom-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xs-p-custom-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-3 {
    padding-top: 0.75rem !important;
  }
  .xl-pb-custom-3 {
    padding-bottom: 0.75rem !important;
  }
  .xl-ps-custom-3 {
    padding-left: 0.75rem !important;
  }
  .xl-pe-custom-3 {
    padding-right: 0.75rem !important;
  }
  .xl-px-custom-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .xl-py-custom-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .xl-p-custom-3 {
    padding: 0.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-3 {
    padding-top: 0.75rem !important;
  }
  .lg-pb-custom-3 {
    padding-bottom: 0.75rem !important;
  }
  .lg-ps-custom-3 {
    padding-left: 0.75rem !important;
  }
  .lg-pe-custom-3 {
    padding-right: 0.75rem !important;
  }
  .lg-px-custom-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .lg-py-custom-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .lg-p-custom-3 {
    padding: 0.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-3 {
    padding-top: 0.75rem !important;
  }
  .md-pb-custom-3 {
    padding-bottom: 0.75rem !important;
  }
  .md-ps-custom-3 {
    padding-left: 0.75rem !important;
  }
  .md-pe-custom-3 {
    padding-right: 0.75rem !important;
  }
  .md-px-custom-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .md-py-custom-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .md-p-custom-3 {
    padding: 0.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-3 {
    padding-top: 0.75rem !important;
  }
  .sm-pb-custom-3 {
    padding-bottom: 0.75rem !important;
  }
  .sm-ps-custom-3 {
    padding-left: 0.75rem !important;
  }
  .sm-pe-custom-3 {
    padding-right: 0.75rem !important;
  }
  .sm-px-custom-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .sm-py-custom-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .sm-p-custom-3 {
    padding: 0.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-3 {
    padding-top: 0.75rem !important;
  }
  .xs-pb-custom-3 {
    padding-bottom: 0.75rem !important;
  }
  .xs-ps-custom-3 {
    padding-left: 0.75rem !important;
  }
  .xs-pe-custom-3 {
    padding-right: 0.75rem !important;
  }
  .xs-px-custom-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .xs-py-custom-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .xs-p-custom-3 {
    padding: 0.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-4 {
    padding-top: 1rem !important;
  }
  .xl-pb-custom-4 {
    padding-bottom: 1rem !important;
  }
  .xl-ps-custom-4 {
    padding-left: 1rem !important;
  }
  .xl-pe-custom-4 {
    padding-right: 1rem !important;
  }
  .xl-px-custom-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xl-py-custom-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xl-p-custom-4 {
    padding: 1rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-4 {
    padding-top: 1rem !important;
  }
  .lg-pb-custom-4 {
    padding-bottom: 1rem !important;
  }
  .lg-ps-custom-4 {
    padding-left: 1rem !important;
  }
  .lg-pe-custom-4 {
    padding-right: 1rem !important;
  }
  .lg-px-custom-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg-py-custom-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg-p-custom-4 {
    padding: 1rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-4 {
    padding-top: 1rem !important;
  }
  .md-pb-custom-4 {
    padding-bottom: 1rem !important;
  }
  .md-ps-custom-4 {
    padding-left: 1rem !important;
  }
  .md-pe-custom-4 {
    padding-right: 1rem !important;
  }
  .md-px-custom-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md-py-custom-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md-p-custom-4 {
    padding: 1rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-4 {
    padding-top: 1rem !important;
  }
  .sm-pb-custom-4 {
    padding-bottom: 1rem !important;
  }
  .sm-ps-custom-4 {
    padding-left: 1rem !important;
  }
  .sm-pe-custom-4 {
    padding-right: 1rem !important;
  }
  .sm-px-custom-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm-py-custom-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm-p-custom-4 {
    padding: 1rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-4 {
    padding-top: 1rem !important;
  }
  .xs-pb-custom-4 {
    padding-bottom: 1rem !important;
  }
  .xs-ps-custom-4 {
    padding-left: 1rem !important;
  }
  .xs-pe-custom-4 {
    padding-right: 1rem !important;
  }
  .xs-px-custom-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xs-py-custom-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xs-p-custom-4 {
    padding: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-5 {
    padding-top: 1.25rem !important;
  }
  .xl-pb-custom-5 {
    padding-bottom: 1.25rem !important;
  }
  .xl-ps-custom-5 {
    padding-left: 1.25rem !important;
  }
  .xl-pe-custom-5 {
    padding-right: 1.25rem !important;
  }
  .xl-px-custom-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .xl-py-custom-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .xl-p-custom-5 {
    padding: 1.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-5 {
    padding-top: 1.25rem !important;
  }
  .lg-pb-custom-5 {
    padding-bottom: 1.25rem !important;
  }
  .lg-ps-custom-5 {
    padding-left: 1.25rem !important;
  }
  .lg-pe-custom-5 {
    padding-right: 1.25rem !important;
  }
  .lg-px-custom-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .lg-py-custom-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .lg-p-custom-5 {
    padding: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-5 {
    padding-top: 1.25rem !important;
  }
  .md-pb-custom-5 {
    padding-bottom: 1.25rem !important;
  }
  .md-ps-custom-5 {
    padding-left: 1.25rem !important;
  }
  .md-pe-custom-5 {
    padding-right: 1.25rem !important;
  }
  .md-px-custom-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .md-py-custom-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .md-p-custom-5 {
    padding: 1.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-5 {
    padding-top: 1.25rem !important;
  }
  .sm-pb-custom-5 {
    padding-bottom: 1.25rem !important;
  }
  .sm-ps-custom-5 {
    padding-left: 1.25rem !important;
  }
  .sm-pe-custom-5 {
    padding-right: 1.25rem !important;
  }
  .sm-px-custom-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .sm-py-custom-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .sm-p-custom-5 {
    padding: 1.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-5 {
    padding-top: 1.25rem !important;
  }
  .xs-pb-custom-5 {
    padding-bottom: 1.25rem !important;
  }
  .xs-ps-custom-5 {
    padding-left: 1.25rem !important;
  }
  .xs-pe-custom-5 {
    padding-right: 1.25rem !important;
  }
  .xs-px-custom-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .xs-py-custom-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .xs-p-custom-5 {
    padding: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-6 {
    padding-top: 1.5rem !important;
  }
  .xl-pb-custom-6 {
    padding-bottom: 1.5rem !important;
  }
  .xl-ps-custom-6 {
    padding-left: 1.5rem !important;
  }
  .xl-pe-custom-6 {
    padding-right: 1.5rem !important;
  }
  .xl-px-custom-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .xl-py-custom-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xl-p-custom-6 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-6 {
    padding-top: 1.5rem !important;
  }
  .lg-pb-custom-6 {
    padding-bottom: 1.5rem !important;
  }
  .lg-ps-custom-6 {
    padding-left: 1.5rem !important;
  }
  .lg-pe-custom-6 {
    padding-right: 1.5rem !important;
  }
  .lg-px-custom-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .lg-py-custom-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg-p-custom-6 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-6 {
    padding-top: 1.5rem !important;
  }
  .md-pb-custom-6 {
    padding-bottom: 1.5rem !important;
  }
  .md-ps-custom-6 {
    padding-left: 1.5rem !important;
  }
  .md-pe-custom-6 {
    padding-right: 1.5rem !important;
  }
  .md-px-custom-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md-py-custom-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md-p-custom-6 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-6 {
    padding-top: 1.5rem !important;
  }
  .sm-pb-custom-6 {
    padding-bottom: 1.5rem !important;
  }
  .sm-ps-custom-6 {
    padding-left: 1.5rem !important;
  }
  .sm-pe-custom-6 {
    padding-right: 1.5rem !important;
  }
  .sm-px-custom-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm-py-custom-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm-p-custom-6 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-6 {
    padding-top: 1.5rem !important;
  }
  .xs-pb-custom-6 {
    padding-bottom: 1.5rem !important;
  }
  .xs-ps-custom-6 {
    padding-left: 1.5rem !important;
  }
  .xs-pe-custom-6 {
    padding-right: 1.5rem !important;
  }
  .xs-px-custom-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .xs-py-custom-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xs-p-custom-6 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-7 {
    padding-top: 1.75rem !important;
  }
  .xl-pb-custom-7 {
    padding-bottom: 1.75rem !important;
  }
  .xl-ps-custom-7 {
    padding-left: 1.75rem !important;
  }
  .xl-pe-custom-7 {
    padding-right: 1.75rem !important;
  }
  .xl-px-custom-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .xl-py-custom-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .xl-p-custom-7 {
    padding: 1.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-7 {
    padding-top: 1.75rem !important;
  }
  .lg-pb-custom-7 {
    padding-bottom: 1.75rem !important;
  }
  .lg-ps-custom-7 {
    padding-left: 1.75rem !important;
  }
  .lg-pe-custom-7 {
    padding-right: 1.75rem !important;
  }
  .lg-px-custom-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .lg-py-custom-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .lg-p-custom-7 {
    padding: 1.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-7 {
    padding-top: 1.75rem !important;
  }
  .md-pb-custom-7 {
    padding-bottom: 1.75rem !important;
  }
  .md-ps-custom-7 {
    padding-left: 1.75rem !important;
  }
  .md-pe-custom-7 {
    padding-right: 1.75rem !important;
  }
  .md-px-custom-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .md-py-custom-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .md-p-custom-7 {
    padding: 1.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-7 {
    padding-top: 1.75rem !important;
  }
  .sm-pb-custom-7 {
    padding-bottom: 1.75rem !important;
  }
  .sm-ps-custom-7 {
    padding-left: 1.75rem !important;
  }
  .sm-pe-custom-7 {
    padding-right: 1.75rem !important;
  }
  .sm-px-custom-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .sm-py-custom-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .sm-p-custom-7 {
    padding: 1.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-7 {
    padding-top: 1.75rem !important;
  }
  .xs-pb-custom-7 {
    padding-bottom: 1.75rem !important;
  }
  .xs-ps-custom-7 {
    padding-left: 1.75rem !important;
  }
  .xs-pe-custom-7 {
    padding-right: 1.75rem !important;
  }
  .xs-px-custom-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .xs-py-custom-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .xs-p-custom-7 {
    padding: 1.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-8 {
    padding-top: 2rem !important;
  }
  .xl-pb-custom-8 {
    padding-bottom: 2rem !important;
  }
  .xl-ps-custom-8 {
    padding-left: 2rem !important;
  }
  .xl-pe-custom-8 {
    padding-right: 2rem !important;
  }
  .xl-px-custom-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xl-py-custom-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xl-p-custom-8 {
    padding: 2rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-8 {
    padding-top: 2rem !important;
  }
  .lg-pb-custom-8 {
    padding-bottom: 2rem !important;
  }
  .lg-ps-custom-8 {
    padding-left: 2rem !important;
  }
  .lg-pe-custom-8 {
    padding-right: 2rem !important;
  }
  .lg-px-custom-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg-py-custom-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg-p-custom-8 {
    padding: 2rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-8 {
    padding-top: 2rem !important;
  }
  .md-pb-custom-8 {
    padding-bottom: 2rem !important;
  }
  .md-ps-custom-8 {
    padding-left: 2rem !important;
  }
  .md-pe-custom-8 {
    padding-right: 2rem !important;
  }
  .md-px-custom-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md-py-custom-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md-p-custom-8 {
    padding: 2rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-8 {
    padding-top: 2rem !important;
  }
  .sm-pb-custom-8 {
    padding-bottom: 2rem !important;
  }
  .sm-ps-custom-8 {
    padding-left: 2rem !important;
  }
  .sm-pe-custom-8 {
    padding-right: 2rem !important;
  }
  .sm-px-custom-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm-py-custom-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm-p-custom-8 {
    padding: 2rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-8 {
    padding-top: 2rem !important;
  }
  .xs-pb-custom-8 {
    padding-bottom: 2rem !important;
  }
  .xs-ps-custom-8 {
    padding-left: 2rem !important;
  }
  .xs-pe-custom-8 {
    padding-right: 2rem !important;
  }
  .xs-px-custom-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xs-py-custom-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xs-p-custom-8 {
    padding: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-9 {
    padding-top: 2.25rem !important;
  }
  .xl-pb-custom-9 {
    padding-bottom: 2.25rem !important;
  }
  .xl-ps-custom-9 {
    padding-left: 2.25rem !important;
  }
  .xl-pe-custom-9 {
    padding-right: 2.25rem !important;
  }
  .xl-px-custom-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .xl-py-custom-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .xl-p-custom-9 {
    padding: 2.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-9 {
    padding-top: 2.25rem !important;
  }
  .lg-pb-custom-9 {
    padding-bottom: 2.25rem !important;
  }
  .lg-ps-custom-9 {
    padding-left: 2.25rem !important;
  }
  .lg-pe-custom-9 {
    padding-right: 2.25rem !important;
  }
  .lg-px-custom-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .lg-py-custom-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .lg-p-custom-9 {
    padding: 2.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-9 {
    padding-top: 2.25rem !important;
  }
  .md-pb-custom-9 {
    padding-bottom: 2.25rem !important;
  }
  .md-ps-custom-9 {
    padding-left: 2.25rem !important;
  }
  .md-pe-custom-9 {
    padding-right: 2.25rem !important;
  }
  .md-px-custom-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .md-py-custom-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .md-p-custom-9 {
    padding: 2.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-9 {
    padding-top: 2.25rem !important;
  }
  .sm-pb-custom-9 {
    padding-bottom: 2.25rem !important;
  }
  .sm-ps-custom-9 {
    padding-left: 2.25rem !important;
  }
  .sm-pe-custom-9 {
    padding-right: 2.25rem !important;
  }
  .sm-px-custom-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .sm-py-custom-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .sm-p-custom-9 {
    padding: 2.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-9 {
    padding-top: 2.25rem !important;
  }
  .xs-pb-custom-9 {
    padding-bottom: 2.25rem !important;
  }
  .xs-ps-custom-9 {
    padding-left: 2.25rem !important;
  }
  .xs-pe-custom-9 {
    padding-right: 2.25rem !important;
  }
  .xs-px-custom-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .xs-py-custom-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .xs-p-custom-9 {
    padding: 2.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-10 {
    padding-top: 2.5rem !important;
  }
  .xl-pb-custom-10 {
    padding-bottom: 2.5rem !important;
  }
  .xl-ps-custom-10 {
    padding-left: 2.5rem !important;
  }
  .xl-pe-custom-10 {
    padding-right: 2.5rem !important;
  }
  .xl-px-custom-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .xl-py-custom-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .xl-p-custom-10 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-10 {
    padding-top: 2.5rem !important;
  }
  .lg-pb-custom-10 {
    padding-bottom: 2.5rem !important;
  }
  .lg-ps-custom-10 {
    padding-left: 2.5rem !important;
  }
  .lg-pe-custom-10 {
    padding-right: 2.5rem !important;
  }
  .lg-px-custom-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .lg-py-custom-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .lg-p-custom-10 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-10 {
    padding-top: 2.5rem !important;
  }
  .md-pb-custom-10 {
    padding-bottom: 2.5rem !important;
  }
  .md-ps-custom-10 {
    padding-left: 2.5rem !important;
  }
  .md-pe-custom-10 {
    padding-right: 2.5rem !important;
  }
  .md-px-custom-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .md-py-custom-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .md-p-custom-10 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-10 {
    padding-top: 2.5rem !important;
  }
  .sm-pb-custom-10 {
    padding-bottom: 2.5rem !important;
  }
  .sm-ps-custom-10 {
    padding-left: 2.5rem !important;
  }
  .sm-pe-custom-10 {
    padding-right: 2.5rem !important;
  }
  .sm-px-custom-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .sm-py-custom-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .sm-p-custom-10 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-10 {
    padding-top: 2.5rem !important;
  }
  .xs-pb-custom-10 {
    padding-bottom: 2.5rem !important;
  }
  .xs-ps-custom-10 {
    padding-left: 2.5rem !important;
  }
  .xs-pe-custom-10 {
    padding-right: 2.5rem !important;
  }
  .xs-px-custom-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .xs-py-custom-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .xs-p-custom-10 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-11 {
    padding-top: 2.75rem !important;
  }
  .xl-pb-custom-11 {
    padding-bottom: 2.75rem !important;
  }
  .xl-ps-custom-11 {
    padding-left: 2.75rem !important;
  }
  .xl-pe-custom-11 {
    padding-right: 2.75rem !important;
  }
  .xl-px-custom-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .xl-py-custom-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .xl-p-custom-11 {
    padding: 2.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-11 {
    padding-top: 2.75rem !important;
  }
  .lg-pb-custom-11 {
    padding-bottom: 2.75rem !important;
  }
  .lg-ps-custom-11 {
    padding-left: 2.75rem !important;
  }
  .lg-pe-custom-11 {
    padding-right: 2.75rem !important;
  }
  .lg-px-custom-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .lg-py-custom-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .lg-p-custom-11 {
    padding: 2.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-11 {
    padding-top: 2.75rem !important;
  }
  .md-pb-custom-11 {
    padding-bottom: 2.75rem !important;
  }
  .md-ps-custom-11 {
    padding-left: 2.75rem !important;
  }
  .md-pe-custom-11 {
    padding-right: 2.75rem !important;
  }
  .md-px-custom-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .md-py-custom-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .md-p-custom-11 {
    padding: 2.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-11 {
    padding-top: 2.75rem !important;
  }
  .sm-pb-custom-11 {
    padding-bottom: 2.75rem !important;
  }
  .sm-ps-custom-11 {
    padding-left: 2.75rem !important;
  }
  .sm-pe-custom-11 {
    padding-right: 2.75rem !important;
  }
  .sm-px-custom-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .sm-py-custom-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .sm-p-custom-11 {
    padding: 2.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-11 {
    padding-top: 2.75rem !important;
  }
  .xs-pb-custom-11 {
    padding-bottom: 2.75rem !important;
  }
  .xs-ps-custom-11 {
    padding-left: 2.75rem !important;
  }
  .xs-pe-custom-11 {
    padding-right: 2.75rem !important;
  }
  .xs-px-custom-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .xs-py-custom-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .xs-p-custom-11 {
    padding: 2.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-12 {
    padding-top: 3rem !important;
  }
  .xl-pb-custom-12 {
    padding-bottom: 3rem !important;
  }
  .xl-ps-custom-12 {
    padding-left: 3rem !important;
  }
  .xl-pe-custom-12 {
    padding-right: 3rem !important;
  }
  .xl-px-custom-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .xl-py-custom-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xl-p-custom-12 {
    padding: 3rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-12 {
    padding-top: 3rem !important;
  }
  .lg-pb-custom-12 {
    padding-bottom: 3rem !important;
  }
  .lg-ps-custom-12 {
    padding-left: 3rem !important;
  }
  .lg-pe-custom-12 {
    padding-right: 3rem !important;
  }
  .lg-px-custom-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .lg-py-custom-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg-p-custom-12 {
    padding: 3rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-12 {
    padding-top: 3rem !important;
  }
  .md-pb-custom-12 {
    padding-bottom: 3rem !important;
  }
  .md-ps-custom-12 {
    padding-left: 3rem !important;
  }
  .md-pe-custom-12 {
    padding-right: 3rem !important;
  }
  .md-px-custom-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md-py-custom-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md-p-custom-12 {
    padding: 3rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-12 {
    padding-top: 3rem !important;
  }
  .sm-pb-custom-12 {
    padding-bottom: 3rem !important;
  }
  .sm-ps-custom-12 {
    padding-left: 3rem !important;
  }
  .sm-pe-custom-12 {
    padding-right: 3rem !important;
  }
  .sm-px-custom-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .sm-py-custom-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm-p-custom-12 {
    padding: 3rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-12 {
    padding-top: 3rem !important;
  }
  .xs-pb-custom-12 {
    padding-bottom: 3rem !important;
  }
  .xs-ps-custom-12 {
    padding-left: 3rem !important;
  }
  .xs-pe-custom-12 {
    padding-right: 3rem !important;
  }
  .xs-px-custom-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .xs-py-custom-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xs-p-custom-12 {
    padding: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-13 {
    padding-top: 3.25rem !important;
  }
  .xl-pb-custom-13 {
    padding-bottom: 3.25rem !important;
  }
  .xl-ps-custom-13 {
    padding-left: 3.25rem !important;
  }
  .xl-pe-custom-13 {
    padding-right: 3.25rem !important;
  }
  .xl-px-custom-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .xl-py-custom-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .xl-p-custom-13 {
    padding: 3.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-13 {
    padding-top: 3.25rem !important;
  }
  .lg-pb-custom-13 {
    padding-bottom: 3.25rem !important;
  }
  .lg-ps-custom-13 {
    padding-left: 3.25rem !important;
  }
  .lg-pe-custom-13 {
    padding-right: 3.25rem !important;
  }
  .lg-px-custom-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .lg-py-custom-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .lg-p-custom-13 {
    padding: 3.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-13 {
    padding-top: 3.25rem !important;
  }
  .md-pb-custom-13 {
    padding-bottom: 3.25rem !important;
  }
  .md-ps-custom-13 {
    padding-left: 3.25rem !important;
  }
  .md-pe-custom-13 {
    padding-right: 3.25rem !important;
  }
  .md-px-custom-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .md-py-custom-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .md-p-custom-13 {
    padding: 3.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-13 {
    padding-top: 3.25rem !important;
  }
  .sm-pb-custom-13 {
    padding-bottom: 3.25rem !important;
  }
  .sm-ps-custom-13 {
    padding-left: 3.25rem !important;
  }
  .sm-pe-custom-13 {
    padding-right: 3.25rem !important;
  }
  .sm-px-custom-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .sm-py-custom-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .sm-p-custom-13 {
    padding: 3.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-13 {
    padding-top: 3.25rem !important;
  }
  .xs-pb-custom-13 {
    padding-bottom: 3.25rem !important;
  }
  .xs-ps-custom-13 {
    padding-left: 3.25rem !important;
  }
  .xs-pe-custom-13 {
    padding-right: 3.25rem !important;
  }
  .xs-px-custom-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .xs-py-custom-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .xs-p-custom-13 {
    padding: 3.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-14 {
    padding-top: 3.5rem !important;
  }
  .xl-pb-custom-14 {
    padding-bottom: 3.5rem !important;
  }
  .xl-ps-custom-14 {
    padding-left: 3.5rem !important;
  }
  .xl-pe-custom-14 {
    padding-right: 3.5rem !important;
  }
  .xl-px-custom-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .xl-py-custom-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .xl-p-custom-14 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-14 {
    padding-top: 3.5rem !important;
  }
  .lg-pb-custom-14 {
    padding-bottom: 3.5rem !important;
  }
  .lg-ps-custom-14 {
    padding-left: 3.5rem !important;
  }
  .lg-pe-custom-14 {
    padding-right: 3.5rem !important;
  }
  .lg-px-custom-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .lg-py-custom-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .lg-p-custom-14 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-14 {
    padding-top: 3.5rem !important;
  }
  .md-pb-custom-14 {
    padding-bottom: 3.5rem !important;
  }
  .md-ps-custom-14 {
    padding-left: 3.5rem !important;
  }
  .md-pe-custom-14 {
    padding-right: 3.5rem !important;
  }
  .md-px-custom-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .md-py-custom-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .md-p-custom-14 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-14 {
    padding-top: 3.5rem !important;
  }
  .sm-pb-custom-14 {
    padding-bottom: 3.5rem !important;
  }
  .sm-ps-custom-14 {
    padding-left: 3.5rem !important;
  }
  .sm-pe-custom-14 {
    padding-right: 3.5rem !important;
  }
  .sm-px-custom-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .sm-py-custom-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .sm-p-custom-14 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-14 {
    padding-top: 3.5rem !important;
  }
  .xs-pb-custom-14 {
    padding-bottom: 3.5rem !important;
  }
  .xs-ps-custom-14 {
    padding-left: 3.5rem !important;
  }
  .xs-pe-custom-14 {
    padding-right: 3.5rem !important;
  }
  .xs-px-custom-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .xs-py-custom-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .xs-p-custom-14 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-15 {
    padding-top: 3.75rem !important;
  }
  .xl-pb-custom-15 {
    padding-bottom: 3.75rem !important;
  }
  .xl-ps-custom-15 {
    padding-left: 3.75rem !important;
  }
  .xl-pe-custom-15 {
    padding-right: 3.75rem !important;
  }
  .xl-px-custom-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .xl-py-custom-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .xl-p-custom-15 {
    padding: 3.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-15 {
    padding-top: 3.75rem !important;
  }
  .lg-pb-custom-15 {
    padding-bottom: 3.75rem !important;
  }
  .lg-ps-custom-15 {
    padding-left: 3.75rem !important;
  }
  .lg-pe-custom-15 {
    padding-right: 3.75rem !important;
  }
  .lg-px-custom-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .lg-py-custom-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .lg-p-custom-15 {
    padding: 3.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-15 {
    padding-top: 3.75rem !important;
  }
  .md-pb-custom-15 {
    padding-bottom: 3.75rem !important;
  }
  .md-ps-custom-15 {
    padding-left: 3.75rem !important;
  }
  .md-pe-custom-15 {
    padding-right: 3.75rem !important;
  }
  .md-px-custom-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .md-py-custom-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .md-p-custom-15 {
    padding: 3.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-15 {
    padding-top: 3.75rem !important;
  }
  .sm-pb-custom-15 {
    padding-bottom: 3.75rem !important;
  }
  .sm-ps-custom-15 {
    padding-left: 3.75rem !important;
  }
  .sm-pe-custom-15 {
    padding-right: 3.75rem !important;
  }
  .sm-px-custom-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .sm-py-custom-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .sm-p-custom-15 {
    padding: 3.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-15 {
    padding-top: 3.75rem !important;
  }
  .xs-pb-custom-15 {
    padding-bottom: 3.75rem !important;
  }
  .xs-ps-custom-15 {
    padding-left: 3.75rem !important;
  }
  .xs-pe-custom-15 {
    padding-right: 3.75rem !important;
  }
  .xs-px-custom-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .xs-py-custom-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .xs-p-custom-15 {
    padding: 3.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-16 {
    padding-top: 4rem !important;
  }
  .xl-pb-custom-16 {
    padding-bottom: 4rem !important;
  }
  .xl-ps-custom-16 {
    padding-left: 4rem !important;
  }
  .xl-pe-custom-16 {
    padding-right: 4rem !important;
  }
  .xl-px-custom-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xl-py-custom-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xl-p-custom-16 {
    padding: 4rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-16 {
    padding-top: 4rem !important;
  }
  .lg-pb-custom-16 {
    padding-bottom: 4rem !important;
  }
  .lg-ps-custom-16 {
    padding-left: 4rem !important;
  }
  .lg-pe-custom-16 {
    padding-right: 4rem !important;
  }
  .lg-px-custom-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg-py-custom-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg-p-custom-16 {
    padding: 4rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-16 {
    padding-top: 4rem !important;
  }
  .md-pb-custom-16 {
    padding-bottom: 4rem !important;
  }
  .md-ps-custom-16 {
    padding-left: 4rem !important;
  }
  .md-pe-custom-16 {
    padding-right: 4rem !important;
  }
  .md-px-custom-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md-py-custom-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md-p-custom-16 {
    padding: 4rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-16 {
    padding-top: 4rem !important;
  }
  .sm-pb-custom-16 {
    padding-bottom: 4rem !important;
  }
  .sm-ps-custom-16 {
    padding-left: 4rem !important;
  }
  .sm-pe-custom-16 {
    padding-right: 4rem !important;
  }
  .sm-px-custom-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .sm-py-custom-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm-p-custom-16 {
    padding: 4rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-16 {
    padding-top: 4rem !important;
  }
  .xs-pb-custom-16 {
    padding-bottom: 4rem !important;
  }
  .xs-ps-custom-16 {
    padding-left: 4rem !important;
  }
  .xs-pe-custom-16 {
    padding-right: 4rem !important;
  }
  .xs-px-custom-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xs-py-custom-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xs-p-custom-16 {
    padding: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-17 {
    padding-top: 4.25rem !important;
  }
  .xl-pb-custom-17 {
    padding-bottom: 4.25rem !important;
  }
  .xl-ps-custom-17 {
    padding-left: 4.25rem !important;
  }
  .xl-pe-custom-17 {
    padding-right: 4.25rem !important;
  }
  .xl-px-custom-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .xl-py-custom-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .xl-p-custom-17 {
    padding: 4.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-17 {
    padding-top: 4.25rem !important;
  }
  .lg-pb-custom-17 {
    padding-bottom: 4.25rem !important;
  }
  .lg-ps-custom-17 {
    padding-left: 4.25rem !important;
  }
  .lg-pe-custom-17 {
    padding-right: 4.25rem !important;
  }
  .lg-px-custom-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .lg-py-custom-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .lg-p-custom-17 {
    padding: 4.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-17 {
    padding-top: 4.25rem !important;
  }
  .md-pb-custom-17 {
    padding-bottom: 4.25rem !important;
  }
  .md-ps-custom-17 {
    padding-left: 4.25rem !important;
  }
  .md-pe-custom-17 {
    padding-right: 4.25rem !important;
  }
  .md-px-custom-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .md-py-custom-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .md-p-custom-17 {
    padding: 4.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-17 {
    padding-top: 4.25rem !important;
  }
  .sm-pb-custom-17 {
    padding-bottom: 4.25rem !important;
  }
  .sm-ps-custom-17 {
    padding-left: 4.25rem !important;
  }
  .sm-pe-custom-17 {
    padding-right: 4.25rem !important;
  }
  .sm-px-custom-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .sm-py-custom-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .sm-p-custom-17 {
    padding: 4.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-17 {
    padding-top: 4.25rem !important;
  }
  .xs-pb-custom-17 {
    padding-bottom: 4.25rem !important;
  }
  .xs-ps-custom-17 {
    padding-left: 4.25rem !important;
  }
  .xs-pe-custom-17 {
    padding-right: 4.25rem !important;
  }
  .xs-px-custom-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .xs-py-custom-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .xs-p-custom-17 {
    padding: 4.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-18 {
    padding-top: 4.5rem !important;
  }
  .xl-pb-custom-18 {
    padding-bottom: 4.5rem !important;
  }
  .xl-ps-custom-18 {
    padding-left: 4.5rem !important;
  }
  .xl-pe-custom-18 {
    padding-right: 4.5rem !important;
  }
  .xl-px-custom-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .xl-py-custom-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .xl-p-custom-18 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-18 {
    padding-top: 4.5rem !important;
  }
  .lg-pb-custom-18 {
    padding-bottom: 4.5rem !important;
  }
  .lg-ps-custom-18 {
    padding-left: 4.5rem !important;
  }
  .lg-pe-custom-18 {
    padding-right: 4.5rem !important;
  }
  .lg-px-custom-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .lg-py-custom-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .lg-p-custom-18 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-18 {
    padding-top: 4.5rem !important;
  }
  .md-pb-custom-18 {
    padding-bottom: 4.5rem !important;
  }
  .md-ps-custom-18 {
    padding-left: 4.5rem !important;
  }
  .md-pe-custom-18 {
    padding-right: 4.5rem !important;
  }
  .md-px-custom-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .md-py-custom-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .md-p-custom-18 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-18 {
    padding-top: 4.5rem !important;
  }
  .sm-pb-custom-18 {
    padding-bottom: 4.5rem !important;
  }
  .sm-ps-custom-18 {
    padding-left: 4.5rem !important;
  }
  .sm-pe-custom-18 {
    padding-right: 4.5rem !important;
  }
  .sm-px-custom-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .sm-py-custom-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .sm-p-custom-18 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-18 {
    padding-top: 4.5rem !important;
  }
  .xs-pb-custom-18 {
    padding-bottom: 4.5rem !important;
  }
  .xs-ps-custom-18 {
    padding-left: 4.5rem !important;
  }
  .xs-pe-custom-18 {
    padding-right: 4.5rem !important;
  }
  .xs-px-custom-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .xs-py-custom-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .xs-p-custom-18 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-19 {
    padding-top: 4.75rem !important;
  }
  .xl-pb-custom-19 {
    padding-bottom: 4.75rem !important;
  }
  .xl-ps-custom-19 {
    padding-left: 4.75rem !important;
  }
  .xl-pe-custom-19 {
    padding-right: 4.75rem !important;
  }
  .xl-px-custom-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .xl-py-custom-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .xl-p-custom-19 {
    padding: 4.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-19 {
    padding-top: 4.75rem !important;
  }
  .lg-pb-custom-19 {
    padding-bottom: 4.75rem !important;
  }
  .lg-ps-custom-19 {
    padding-left: 4.75rem !important;
  }
  .lg-pe-custom-19 {
    padding-right: 4.75rem !important;
  }
  .lg-px-custom-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .lg-py-custom-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .lg-p-custom-19 {
    padding: 4.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-19 {
    padding-top: 4.75rem !important;
  }
  .md-pb-custom-19 {
    padding-bottom: 4.75rem !important;
  }
  .md-ps-custom-19 {
    padding-left: 4.75rem !important;
  }
  .md-pe-custom-19 {
    padding-right: 4.75rem !important;
  }
  .md-px-custom-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .md-py-custom-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .md-p-custom-19 {
    padding: 4.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-19 {
    padding-top: 4.75rem !important;
  }
  .sm-pb-custom-19 {
    padding-bottom: 4.75rem !important;
  }
  .sm-ps-custom-19 {
    padding-left: 4.75rem !important;
  }
  .sm-pe-custom-19 {
    padding-right: 4.75rem !important;
  }
  .sm-px-custom-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .sm-py-custom-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .sm-p-custom-19 {
    padding: 4.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-19 {
    padding-top: 4.75rem !important;
  }
  .xs-pb-custom-19 {
    padding-bottom: 4.75rem !important;
  }
  .xs-ps-custom-19 {
    padding-left: 4.75rem !important;
  }
  .xs-pe-custom-19 {
    padding-right: 4.75rem !important;
  }
  .xs-px-custom-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .xs-py-custom-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .xs-p-custom-19 {
    padding: 4.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-20 {
    padding-top: 5rem !important;
  }
  .xl-pb-custom-20 {
    padding-bottom: 5rem !important;
  }
  .xl-ps-custom-20 {
    padding-left: 5rem !important;
  }
  .xl-pe-custom-20 {
    padding-right: 5rem !important;
  }
  .xl-px-custom-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .xl-py-custom-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xl-p-custom-20 {
    padding: 5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-20 {
    padding-top: 5rem !important;
  }
  .lg-pb-custom-20 {
    padding-bottom: 5rem !important;
  }
  .lg-ps-custom-20 {
    padding-left: 5rem !important;
  }
  .lg-pe-custom-20 {
    padding-right: 5rem !important;
  }
  .lg-px-custom-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg-py-custom-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .lg-p-custom-20 {
    padding: 5rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-20 {
    padding-top: 5rem !important;
  }
  .md-pb-custom-20 {
    padding-bottom: 5rem !important;
  }
  .md-ps-custom-20 {
    padding-left: 5rem !important;
  }
  .md-pe-custom-20 {
    padding-right: 5rem !important;
  }
  .md-px-custom-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .md-py-custom-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .md-p-custom-20 {
    padding: 5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-20 {
    padding-top: 5rem !important;
  }
  .sm-pb-custom-20 {
    padding-bottom: 5rem !important;
  }
  .sm-ps-custom-20 {
    padding-left: 5rem !important;
  }
  .sm-pe-custom-20 {
    padding-right: 5rem !important;
  }
  .sm-px-custom-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .sm-py-custom-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sm-p-custom-20 {
    padding: 5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-20 {
    padding-top: 5rem !important;
  }
  .xs-pb-custom-20 {
    padding-bottom: 5rem !important;
  }
  .xs-ps-custom-20 {
    padding-left: 5rem !important;
  }
  .xs-pe-custom-20 {
    padding-right: 5rem !important;
  }
  .xs-px-custom-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .xs-py-custom-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xs-p-custom-20 {
    padding: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-21 {
    padding-top: 5.25rem !important;
  }
  .xl-pb-custom-21 {
    padding-bottom: 5.25rem !important;
  }
  .xl-ps-custom-21 {
    padding-left: 5.25rem !important;
  }
  .xl-pe-custom-21 {
    padding-right: 5.25rem !important;
  }
  .xl-px-custom-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .xl-py-custom-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .xl-p-custom-21 {
    padding: 5.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-21 {
    padding-top: 5.25rem !important;
  }
  .lg-pb-custom-21 {
    padding-bottom: 5.25rem !important;
  }
  .lg-ps-custom-21 {
    padding-left: 5.25rem !important;
  }
  .lg-pe-custom-21 {
    padding-right: 5.25rem !important;
  }
  .lg-px-custom-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .lg-py-custom-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .lg-p-custom-21 {
    padding: 5.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-21 {
    padding-top: 5.25rem !important;
  }
  .md-pb-custom-21 {
    padding-bottom: 5.25rem !important;
  }
  .md-ps-custom-21 {
    padding-left: 5.25rem !important;
  }
  .md-pe-custom-21 {
    padding-right: 5.25rem !important;
  }
  .md-px-custom-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .md-py-custom-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .md-p-custom-21 {
    padding: 5.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-21 {
    padding-top: 5.25rem !important;
  }
  .sm-pb-custom-21 {
    padding-bottom: 5.25rem !important;
  }
  .sm-ps-custom-21 {
    padding-left: 5.25rem !important;
  }
  .sm-pe-custom-21 {
    padding-right: 5.25rem !important;
  }
  .sm-px-custom-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .sm-py-custom-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .sm-p-custom-21 {
    padding: 5.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-21 {
    padding-top: 5.25rem !important;
  }
  .xs-pb-custom-21 {
    padding-bottom: 5.25rem !important;
  }
  .xs-ps-custom-21 {
    padding-left: 5.25rem !important;
  }
  .xs-pe-custom-21 {
    padding-right: 5.25rem !important;
  }
  .xs-px-custom-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .xs-py-custom-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .xs-p-custom-21 {
    padding: 5.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-22 {
    padding-top: 5.5rem !important;
  }
  .xl-pb-custom-22 {
    padding-bottom: 5.5rem !important;
  }
  .xl-ps-custom-22 {
    padding-left: 5.5rem !important;
  }
  .xl-pe-custom-22 {
    padding-right: 5.5rem !important;
  }
  .xl-px-custom-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .xl-py-custom-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .xl-p-custom-22 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-22 {
    padding-top: 5.5rem !important;
  }
  .lg-pb-custom-22 {
    padding-bottom: 5.5rem !important;
  }
  .lg-ps-custom-22 {
    padding-left: 5.5rem !important;
  }
  .lg-pe-custom-22 {
    padding-right: 5.5rem !important;
  }
  .lg-px-custom-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .lg-py-custom-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .lg-p-custom-22 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-22 {
    padding-top: 5.5rem !important;
  }
  .md-pb-custom-22 {
    padding-bottom: 5.5rem !important;
  }
  .md-ps-custom-22 {
    padding-left: 5.5rem !important;
  }
  .md-pe-custom-22 {
    padding-right: 5.5rem !important;
  }
  .md-px-custom-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .md-py-custom-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .md-p-custom-22 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-22 {
    padding-top: 5.5rem !important;
  }
  .sm-pb-custom-22 {
    padding-bottom: 5.5rem !important;
  }
  .sm-ps-custom-22 {
    padding-left: 5.5rem !important;
  }
  .sm-pe-custom-22 {
    padding-right: 5.5rem !important;
  }
  .sm-px-custom-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .sm-py-custom-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .sm-p-custom-22 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-22 {
    padding-top: 5.5rem !important;
  }
  .xs-pb-custom-22 {
    padding-bottom: 5.5rem !important;
  }
  .xs-ps-custom-22 {
    padding-left: 5.5rem !important;
  }
  .xs-pe-custom-22 {
    padding-right: 5.5rem !important;
  }
  .xs-px-custom-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .xs-py-custom-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .xs-p-custom-22 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-23 {
    padding-top: 5.75rem !important;
  }
  .xl-pb-custom-23 {
    padding-bottom: 5.75rem !important;
  }
  .xl-ps-custom-23 {
    padding-left: 5.75rem !important;
  }
  .xl-pe-custom-23 {
    padding-right: 5.75rem !important;
  }
  .xl-px-custom-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .xl-py-custom-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .xl-p-custom-23 {
    padding: 5.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-23 {
    padding-top: 5.75rem !important;
  }
  .lg-pb-custom-23 {
    padding-bottom: 5.75rem !important;
  }
  .lg-ps-custom-23 {
    padding-left: 5.75rem !important;
  }
  .lg-pe-custom-23 {
    padding-right: 5.75rem !important;
  }
  .lg-px-custom-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .lg-py-custom-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .lg-p-custom-23 {
    padding: 5.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-23 {
    padding-top: 5.75rem !important;
  }
  .md-pb-custom-23 {
    padding-bottom: 5.75rem !important;
  }
  .md-ps-custom-23 {
    padding-left: 5.75rem !important;
  }
  .md-pe-custom-23 {
    padding-right: 5.75rem !important;
  }
  .md-px-custom-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .md-py-custom-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .md-p-custom-23 {
    padding: 5.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-23 {
    padding-top: 5.75rem !important;
  }
  .sm-pb-custom-23 {
    padding-bottom: 5.75rem !important;
  }
  .sm-ps-custom-23 {
    padding-left: 5.75rem !important;
  }
  .sm-pe-custom-23 {
    padding-right: 5.75rem !important;
  }
  .sm-px-custom-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .sm-py-custom-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .sm-p-custom-23 {
    padding: 5.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-23 {
    padding-top: 5.75rem !important;
  }
  .xs-pb-custom-23 {
    padding-bottom: 5.75rem !important;
  }
  .xs-ps-custom-23 {
    padding-left: 5.75rem !important;
  }
  .xs-pe-custom-23 {
    padding-right: 5.75rem !important;
  }
  .xs-px-custom-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .xs-py-custom-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .xs-p-custom-23 {
    padding: 5.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-24 {
    padding-top: 6rem !important;
  }
  .xl-pb-custom-24 {
    padding-bottom: 6rem !important;
  }
  .xl-ps-custom-24 {
    padding-left: 6rem !important;
  }
  .xl-pe-custom-24 {
    padding-right: 6rem !important;
  }
  .xl-px-custom-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .xl-py-custom-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .xl-p-custom-24 {
    padding: 6rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-24 {
    padding-top: 6rem !important;
  }
  .lg-pb-custom-24 {
    padding-bottom: 6rem !important;
  }
  .lg-ps-custom-24 {
    padding-left: 6rem !important;
  }
  .lg-pe-custom-24 {
    padding-right: 6rem !important;
  }
  .lg-px-custom-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .lg-py-custom-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .lg-p-custom-24 {
    padding: 6rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-24 {
    padding-top: 6rem !important;
  }
  .md-pb-custom-24 {
    padding-bottom: 6rem !important;
  }
  .md-ps-custom-24 {
    padding-left: 6rem !important;
  }
  .md-pe-custom-24 {
    padding-right: 6rem !important;
  }
  .md-px-custom-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .md-py-custom-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .md-p-custom-24 {
    padding: 6rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-24 {
    padding-top: 6rem !important;
  }
  .sm-pb-custom-24 {
    padding-bottom: 6rem !important;
  }
  .sm-ps-custom-24 {
    padding-left: 6rem !important;
  }
  .sm-pe-custom-24 {
    padding-right: 6rem !important;
  }
  .sm-px-custom-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .sm-py-custom-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .sm-p-custom-24 {
    padding: 6rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-24 {
    padding-top: 6rem !important;
  }
  .xs-pb-custom-24 {
    padding-bottom: 6rem !important;
  }
  .xs-ps-custom-24 {
    padding-left: 6rem !important;
  }
  .xs-pe-custom-24 {
    padding-right: 6rem !important;
  }
  .xs-px-custom-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .xs-py-custom-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .xs-p-custom-24 {
    padding: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-25 {
    padding-top: 6.5rem !important;
  }
  .xl-pb-custom-25 {
    padding-bottom: 6.5rem !important;
  }
  .xl-ps-custom-25 {
    padding-left: 6.5rem !important;
  }
  .xl-pe-custom-25 {
    padding-right: 6.5rem !important;
  }
  .xl-px-custom-25 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .xl-py-custom-25 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .xl-p-custom-25 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-25 {
    padding-top: 6.5rem !important;
  }
  .lg-pb-custom-25 {
    padding-bottom: 6.5rem !important;
  }
  .lg-ps-custom-25 {
    padding-left: 6.5rem !important;
  }
  .lg-pe-custom-25 {
    padding-right: 6.5rem !important;
  }
  .lg-px-custom-25 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .lg-py-custom-25 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .lg-p-custom-25 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-25 {
    padding-top: 6.5rem !important;
  }
  .md-pb-custom-25 {
    padding-bottom: 6.5rem !important;
  }
  .md-ps-custom-25 {
    padding-left: 6.5rem !important;
  }
  .md-pe-custom-25 {
    padding-right: 6.5rem !important;
  }
  .md-px-custom-25 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .md-py-custom-25 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .md-p-custom-25 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-25 {
    padding-top: 6.5rem !important;
  }
  .sm-pb-custom-25 {
    padding-bottom: 6.5rem !important;
  }
  .sm-ps-custom-25 {
    padding-left: 6.5rem !important;
  }
  .sm-pe-custom-25 {
    padding-right: 6.5rem !important;
  }
  .sm-px-custom-25 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .sm-py-custom-25 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .sm-p-custom-25 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-25 {
    padding-top: 6.5rem !important;
  }
  .xs-pb-custom-25 {
    padding-bottom: 6.5rem !important;
  }
  .xs-ps-custom-25 {
    padding-left: 6.5rem !important;
  }
  .xs-pe-custom-25 {
    padding-right: 6.5rem !important;
  }
  .xs-px-custom-25 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .xs-py-custom-25 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .xs-p-custom-25 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-26 {
    padding-top: 7rem !important;
  }
  .xl-pb-custom-26 {
    padding-bottom: 7rem !important;
  }
  .xl-ps-custom-26 {
    padding-left: 7rem !important;
  }
  .xl-pe-custom-26 {
    padding-right: 7rem !important;
  }
  .xl-px-custom-26 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .xl-py-custom-26 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .xl-p-custom-26 {
    padding: 7rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-26 {
    padding-top: 7rem !important;
  }
  .lg-pb-custom-26 {
    padding-bottom: 7rem !important;
  }
  .lg-ps-custom-26 {
    padding-left: 7rem !important;
  }
  .lg-pe-custom-26 {
    padding-right: 7rem !important;
  }
  .lg-px-custom-26 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .lg-py-custom-26 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .lg-p-custom-26 {
    padding: 7rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-26 {
    padding-top: 7rem !important;
  }
  .md-pb-custom-26 {
    padding-bottom: 7rem !important;
  }
  .md-ps-custom-26 {
    padding-left: 7rem !important;
  }
  .md-pe-custom-26 {
    padding-right: 7rem !important;
  }
  .md-px-custom-26 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .md-py-custom-26 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .md-p-custom-26 {
    padding: 7rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-26 {
    padding-top: 7rem !important;
  }
  .sm-pb-custom-26 {
    padding-bottom: 7rem !important;
  }
  .sm-ps-custom-26 {
    padding-left: 7rem !important;
  }
  .sm-pe-custom-26 {
    padding-right: 7rem !important;
  }
  .sm-px-custom-26 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .sm-py-custom-26 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .sm-p-custom-26 {
    padding: 7rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-26 {
    padding-top: 7rem !important;
  }
  .xs-pb-custom-26 {
    padding-bottom: 7rem !important;
  }
  .xs-ps-custom-26 {
    padding-left: 7rem !important;
  }
  .xs-pe-custom-26 {
    padding-right: 7rem !important;
  }
  .xs-px-custom-26 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .xs-py-custom-26 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .xs-p-custom-26 {
    padding: 7rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-27 {
    padding-top: 7.5rem !important;
  }
  .xl-pb-custom-27 {
    padding-bottom: 7.5rem !important;
  }
  .xl-ps-custom-27 {
    padding-left: 7.5rem !important;
  }
  .xl-pe-custom-27 {
    padding-right: 7.5rem !important;
  }
  .xl-px-custom-27 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .xl-py-custom-27 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .xl-p-custom-27 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-27 {
    padding-top: 7.5rem !important;
  }
  .lg-pb-custom-27 {
    padding-bottom: 7.5rem !important;
  }
  .lg-ps-custom-27 {
    padding-left: 7.5rem !important;
  }
  .lg-pe-custom-27 {
    padding-right: 7.5rem !important;
  }
  .lg-px-custom-27 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .lg-py-custom-27 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .lg-p-custom-27 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-27 {
    padding-top: 7.5rem !important;
  }
  .md-pb-custom-27 {
    padding-bottom: 7.5rem !important;
  }
  .md-ps-custom-27 {
    padding-left: 7.5rem !important;
  }
  .md-pe-custom-27 {
    padding-right: 7.5rem !important;
  }
  .md-px-custom-27 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .md-py-custom-27 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .md-p-custom-27 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-27 {
    padding-top: 7.5rem !important;
  }
  .sm-pb-custom-27 {
    padding-bottom: 7.5rem !important;
  }
  .sm-ps-custom-27 {
    padding-left: 7.5rem !important;
  }
  .sm-pe-custom-27 {
    padding-right: 7.5rem !important;
  }
  .sm-px-custom-27 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .sm-py-custom-27 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .sm-p-custom-27 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-27 {
    padding-top: 7.5rem !important;
  }
  .xs-pb-custom-27 {
    padding-bottom: 7.5rem !important;
  }
  .xs-ps-custom-27 {
    padding-left: 7.5rem !important;
  }
  .xs-pe-custom-27 {
    padding-right: 7.5rem !important;
  }
  .xs-px-custom-27 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .xs-py-custom-27 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .xs-p-custom-27 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-28 {
    padding-top: 8rem !important;
  }
  .xl-pb-custom-28 {
    padding-bottom: 8rem !important;
  }
  .xl-ps-custom-28 {
    padding-left: 8rem !important;
  }
  .xl-pe-custom-28 {
    padding-right: 8rem !important;
  }
  .xl-px-custom-28 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .xl-py-custom-28 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .xl-p-custom-28 {
    padding: 8rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-28 {
    padding-top: 8rem !important;
  }
  .lg-pb-custom-28 {
    padding-bottom: 8rem !important;
  }
  .lg-ps-custom-28 {
    padding-left: 8rem !important;
  }
  .lg-pe-custom-28 {
    padding-right: 8rem !important;
  }
  .lg-px-custom-28 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .lg-py-custom-28 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .lg-p-custom-28 {
    padding: 8rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-28 {
    padding-top: 8rem !important;
  }
  .md-pb-custom-28 {
    padding-bottom: 8rem !important;
  }
  .md-ps-custom-28 {
    padding-left: 8rem !important;
  }
  .md-pe-custom-28 {
    padding-right: 8rem !important;
  }
  .md-px-custom-28 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .md-py-custom-28 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .md-p-custom-28 {
    padding: 8rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-28 {
    padding-top: 8rem !important;
  }
  .sm-pb-custom-28 {
    padding-bottom: 8rem !important;
  }
  .sm-ps-custom-28 {
    padding-left: 8rem !important;
  }
  .sm-pe-custom-28 {
    padding-right: 8rem !important;
  }
  .sm-px-custom-28 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .sm-py-custom-28 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .sm-p-custom-28 {
    padding: 8rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-28 {
    padding-top: 8rem !important;
  }
  .xs-pb-custom-28 {
    padding-bottom: 8rem !important;
  }
  .xs-ps-custom-28 {
    padding-left: 8rem !important;
  }
  .xs-pe-custom-28 {
    padding-right: 8rem !important;
  }
  .xs-px-custom-28 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .xs-py-custom-28 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .xs-p-custom-28 {
    padding: 8rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-29 {
    padding-top: 9rem !important;
  }
  .xl-pb-custom-29 {
    padding-bottom: 9rem !important;
  }
  .xl-ps-custom-29 {
    padding-left: 9rem !important;
  }
  .xl-pe-custom-29 {
    padding-right: 9rem !important;
  }
  .xl-px-custom-29 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .xl-py-custom-29 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .xl-p-custom-29 {
    padding: 9rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-29 {
    padding-top: 9rem !important;
  }
  .lg-pb-custom-29 {
    padding-bottom: 9rem !important;
  }
  .lg-ps-custom-29 {
    padding-left: 9rem !important;
  }
  .lg-pe-custom-29 {
    padding-right: 9rem !important;
  }
  .lg-px-custom-29 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .lg-py-custom-29 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .lg-p-custom-29 {
    padding: 9rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-29 {
    padding-top: 9rem !important;
  }
  .md-pb-custom-29 {
    padding-bottom: 9rem !important;
  }
  .md-ps-custom-29 {
    padding-left: 9rem !important;
  }
  .md-pe-custom-29 {
    padding-right: 9rem !important;
  }
  .md-px-custom-29 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .md-py-custom-29 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .md-p-custom-29 {
    padding: 9rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-29 {
    padding-top: 9rem !important;
  }
  .sm-pb-custom-29 {
    padding-bottom: 9rem !important;
  }
  .sm-ps-custom-29 {
    padding-left: 9rem !important;
  }
  .sm-pe-custom-29 {
    padding-right: 9rem !important;
  }
  .sm-px-custom-29 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .sm-py-custom-29 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .sm-p-custom-29 {
    padding: 9rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-29 {
    padding-top: 9rem !important;
  }
  .xs-pb-custom-29 {
    padding-bottom: 9rem !important;
  }
  .xs-ps-custom-29 {
    padding-left: 9rem !important;
  }
  .xs-pe-custom-29 {
    padding-right: 9rem !important;
  }
  .xs-px-custom-29 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .xs-py-custom-29 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .xs-p-custom-29 {
    padding: 9rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-pt-custom-30 {
    padding-top: 10rem !important;
  }
  .xl-pb-custom-30 {
    padding-bottom: 10rem !important;
  }
  .xl-ps-custom-30 {
    padding-left: 10rem !important;
  }
  .xl-pe-custom-30 {
    padding-right: 10rem !important;
  }
  .xl-px-custom-30 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .xl-py-custom-30 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .xl-p-custom-30 {
    padding: 10rem !important;
  }
}
@media (min-width: 992px) {
  .lg-pt-custom-30 {
    padding-top: 10rem !important;
  }
  .lg-pb-custom-30 {
    padding-bottom: 10rem !important;
  }
  .lg-ps-custom-30 {
    padding-left: 10rem !important;
  }
  .lg-pe-custom-30 {
    padding-right: 10rem !important;
  }
  .lg-px-custom-30 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .lg-py-custom-30 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .lg-p-custom-30 {
    padding: 10rem !important;
  }
}
@media (min-width: 768px) {
  .md-pt-custom-30 {
    padding-top: 10rem !important;
  }
  .md-pb-custom-30 {
    padding-bottom: 10rem !important;
  }
  .md-ps-custom-30 {
    padding-left: 10rem !important;
  }
  .md-pe-custom-30 {
    padding-right: 10rem !important;
  }
  .md-px-custom-30 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .md-py-custom-30 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .md-p-custom-30 {
    padding: 10rem !important;
  }
}
@media (min-width: 576px) {
  .sm-pt-custom-30 {
    padding-top: 10rem !important;
  }
  .sm-pb-custom-30 {
    padding-bottom: 10rem !important;
  }
  .sm-ps-custom-30 {
    padding-left: 10rem !important;
  }
  .sm-pe-custom-30 {
    padding-right: 10rem !important;
  }
  .sm-px-custom-30 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .sm-py-custom-30 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .sm-p-custom-30 {
    padding: 10rem !important;
  }
}
@media (min-width: 440px) {
  .xs-pt-custom-30 {
    padding-top: 10rem !important;
  }
  .xs-pb-custom-30 {
    padding-bottom: 10rem !important;
  }
  .xs-ps-custom-30 {
    padding-left: 10rem !important;
  }
  .xs-pe-custom-30 {
    padding-right: 10rem !important;
  }
  .xs-px-custom-30 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .xs-py-custom-30 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .xs-p-custom-30 {
    padding: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-0 {
    margin-top: 0rem !important;
  }
  .xl-mb-custom-0 {
    margin-bottom: 0rem !important;
  }
  .xl-ms-custom-0 {
    margin-left: 0rem !important;
  }
  .xl-me-custom-0 {
    margin-right: 0rem !important;
  }
  .xl-mx-custom-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xl-my-custom-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xl-m-custom-0 {
    margin: 0rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-0 {
    margin-top: 0rem !important;
  }
  .lg-mb-custom-0 {
    margin-bottom: 0rem !important;
  }
  .lg-ms-custom-0 {
    margin-left: 0rem !important;
  }
  .lg-me-custom-0 {
    margin-right: 0rem !important;
  }
  .lg-mx-custom-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .lg-my-custom-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .lg-m-custom-0 {
    margin: 0rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-0 {
    margin-top: 0rem !important;
  }
  .md-mb-custom-0 {
    margin-bottom: 0rem !important;
  }
  .md-ms-custom-0 {
    margin-left: 0rem !important;
  }
  .md-me-custom-0 {
    margin-right: 0rem !important;
  }
  .md-mx-custom-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .md-my-custom-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .md-m-custom-0 {
    margin: 0rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-0 {
    margin-top: 0rem !important;
  }
  .sm-mb-custom-0 {
    margin-bottom: 0rem !important;
  }
  .sm-ms-custom-0 {
    margin-left: 0rem !important;
  }
  .sm-me-custom-0 {
    margin-right: 0rem !important;
  }
  .sm-mx-custom-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .sm-my-custom-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .sm-m-custom-0 {
    margin: 0rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-0 {
    margin-top: 0rem !important;
  }
  .xs-mb-custom-0 {
    margin-bottom: 0rem !important;
  }
  .xs-ms-custom-0 {
    margin-left: 0rem !important;
  }
  .xs-me-custom-0 {
    margin-right: 0rem !important;
  }
  .xs-mx-custom-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xs-my-custom-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xs-m-custom-0 {
    margin: 0rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-1 {
    margin-top: 0.25rem !important;
  }
  .xl-mb-custom-1 {
    margin-bottom: 0.25rem !important;
  }
  .xl-ms-custom-1 {
    margin-left: 0.25rem !important;
  }
  .xl-me-custom-1 {
    margin-right: 0.25rem !important;
  }
  .xl-mx-custom-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .xl-my-custom-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xl-m-custom-1 {
    margin: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-1 {
    margin-top: 0.25rem !important;
  }
  .lg-mb-custom-1 {
    margin-bottom: 0.25rem !important;
  }
  .lg-ms-custom-1 {
    margin-left: 0.25rem !important;
  }
  .lg-me-custom-1 {
    margin-right: 0.25rem !important;
  }
  .lg-mx-custom-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .lg-my-custom-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .lg-m-custom-1 {
    margin: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-1 {
    margin-top: 0.25rem !important;
  }
  .md-mb-custom-1 {
    margin-bottom: 0.25rem !important;
  }
  .md-ms-custom-1 {
    margin-left: 0.25rem !important;
  }
  .md-me-custom-1 {
    margin-right: 0.25rem !important;
  }
  .md-mx-custom-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .md-my-custom-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .md-m-custom-1 {
    margin: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-1 {
    margin-top: 0.25rem !important;
  }
  .sm-mb-custom-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm-ms-custom-1 {
    margin-left: 0.25rem !important;
  }
  .sm-me-custom-1 {
    margin-right: 0.25rem !important;
  }
  .sm-mx-custom-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .sm-my-custom-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .sm-m-custom-1 {
    margin: 0.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-1 {
    margin-top: 0.25rem !important;
  }
  .xs-mb-custom-1 {
    margin-bottom: 0.25rem !important;
  }
  .xs-ms-custom-1 {
    margin-left: 0.25rem !important;
  }
  .xs-me-custom-1 {
    margin-right: 0.25rem !important;
  }
  .xs-mx-custom-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .xs-my-custom-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xs-m-custom-1 {
    margin: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-2 {
    margin-top: 0.5rem !important;
  }
  .xl-mb-custom-2 {
    margin-bottom: 0.5rem !important;
  }
  .xl-ms-custom-2 {
    margin-left: 0.5rem !important;
  }
  .xl-me-custom-2 {
    margin-right: 0.5rem !important;
  }
  .xl-mx-custom-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .xl-my-custom-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xl-m-custom-2 {
    margin: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-2 {
    margin-top: 0.5rem !important;
  }
  .lg-mb-custom-2 {
    margin-bottom: 0.5rem !important;
  }
  .lg-ms-custom-2 {
    margin-left: 0.5rem !important;
  }
  .lg-me-custom-2 {
    margin-right: 0.5rem !important;
  }
  .lg-mx-custom-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .lg-my-custom-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .lg-m-custom-2 {
    margin: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-2 {
    margin-top: 0.5rem !important;
  }
  .md-mb-custom-2 {
    margin-bottom: 0.5rem !important;
  }
  .md-ms-custom-2 {
    margin-left: 0.5rem !important;
  }
  .md-me-custom-2 {
    margin-right: 0.5rem !important;
  }
  .md-mx-custom-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .md-my-custom-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .md-m-custom-2 {
    margin: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-2 {
    margin-top: 0.5rem !important;
  }
  .sm-mb-custom-2 {
    margin-bottom: 0.5rem !important;
  }
  .sm-ms-custom-2 {
    margin-left: 0.5rem !important;
  }
  .sm-me-custom-2 {
    margin-right: 0.5rem !important;
  }
  .sm-mx-custom-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .sm-my-custom-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .sm-m-custom-2 {
    margin: 0.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-2 {
    margin-top: 0.5rem !important;
  }
  .xs-mb-custom-2 {
    margin-bottom: 0.5rem !important;
  }
  .xs-ms-custom-2 {
    margin-left: 0.5rem !important;
  }
  .xs-me-custom-2 {
    margin-right: 0.5rem !important;
  }
  .xs-mx-custom-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .xs-my-custom-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xs-m-custom-2 {
    margin: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-3 {
    margin-top: 0.75rem !important;
  }
  .xl-mb-custom-3 {
    margin-bottom: 0.75rem !important;
  }
  .xl-ms-custom-3 {
    margin-left: 0.75rem !important;
  }
  .xl-me-custom-3 {
    margin-right: 0.75rem !important;
  }
  .xl-mx-custom-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .xl-my-custom-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .xl-m-custom-3 {
    margin: 0.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-3 {
    margin-top: 0.75rem !important;
  }
  .lg-mb-custom-3 {
    margin-bottom: 0.75rem !important;
  }
  .lg-ms-custom-3 {
    margin-left: 0.75rem !important;
  }
  .lg-me-custom-3 {
    margin-right: 0.75rem !important;
  }
  .lg-mx-custom-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .lg-my-custom-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .lg-m-custom-3 {
    margin: 0.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-3 {
    margin-top: 0.75rem !important;
  }
  .md-mb-custom-3 {
    margin-bottom: 0.75rem !important;
  }
  .md-ms-custom-3 {
    margin-left: 0.75rem !important;
  }
  .md-me-custom-3 {
    margin-right: 0.75rem !important;
  }
  .md-mx-custom-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .md-my-custom-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .md-m-custom-3 {
    margin: 0.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-3 {
    margin-top: 0.75rem !important;
  }
  .sm-mb-custom-3 {
    margin-bottom: 0.75rem !important;
  }
  .sm-ms-custom-3 {
    margin-left: 0.75rem !important;
  }
  .sm-me-custom-3 {
    margin-right: 0.75rem !important;
  }
  .sm-mx-custom-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .sm-my-custom-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .sm-m-custom-3 {
    margin: 0.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-3 {
    margin-top: 0.75rem !important;
  }
  .xs-mb-custom-3 {
    margin-bottom: 0.75rem !important;
  }
  .xs-ms-custom-3 {
    margin-left: 0.75rem !important;
  }
  .xs-me-custom-3 {
    margin-right: 0.75rem !important;
  }
  .xs-mx-custom-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .xs-my-custom-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .xs-m-custom-3 {
    margin: 0.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-4 {
    margin-top: 1rem !important;
  }
  .xl-mb-custom-4 {
    margin-bottom: 1rem !important;
  }
  .xl-ms-custom-4 {
    margin-left: 1rem !important;
  }
  .xl-me-custom-4 {
    margin-right: 1rem !important;
  }
  .xl-mx-custom-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .xl-my-custom-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xl-m-custom-4 {
    margin: 1rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-4 {
    margin-top: 1rem !important;
  }
  .lg-mb-custom-4 {
    margin-bottom: 1rem !important;
  }
  .lg-ms-custom-4 {
    margin-left: 1rem !important;
  }
  .lg-me-custom-4 {
    margin-right: 1rem !important;
  }
  .lg-mx-custom-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .lg-my-custom-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .lg-m-custom-4 {
    margin: 1rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-4 {
    margin-top: 1rem !important;
  }
  .md-mb-custom-4 {
    margin-bottom: 1rem !important;
  }
  .md-ms-custom-4 {
    margin-left: 1rem !important;
  }
  .md-me-custom-4 {
    margin-right: 1rem !important;
  }
  .md-mx-custom-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .md-my-custom-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .md-m-custom-4 {
    margin: 1rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-4 {
    margin-top: 1rem !important;
  }
  .sm-mb-custom-4 {
    margin-bottom: 1rem !important;
  }
  .sm-ms-custom-4 {
    margin-left: 1rem !important;
  }
  .sm-me-custom-4 {
    margin-right: 1rem !important;
  }
  .sm-mx-custom-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .sm-my-custom-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .sm-m-custom-4 {
    margin: 1rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-4 {
    margin-top: 1rem !important;
  }
  .xs-mb-custom-4 {
    margin-bottom: 1rem !important;
  }
  .xs-ms-custom-4 {
    margin-left: 1rem !important;
  }
  .xs-me-custom-4 {
    margin-right: 1rem !important;
  }
  .xs-mx-custom-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .xs-my-custom-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xs-m-custom-4 {
    margin: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-5 {
    margin-top: 1.25rem !important;
  }
  .xl-mb-custom-5 {
    margin-bottom: 1.25rem !important;
  }
  .xl-ms-custom-5 {
    margin-left: 1.25rem !important;
  }
  .xl-me-custom-5 {
    margin-right: 1.25rem !important;
  }
  .xl-mx-custom-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .xl-my-custom-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .xl-m-custom-5 {
    margin: 1.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-5 {
    margin-top: 1.25rem !important;
  }
  .lg-mb-custom-5 {
    margin-bottom: 1.25rem !important;
  }
  .lg-ms-custom-5 {
    margin-left: 1.25rem !important;
  }
  .lg-me-custom-5 {
    margin-right: 1.25rem !important;
  }
  .lg-mx-custom-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .lg-my-custom-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .lg-m-custom-5 {
    margin: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-5 {
    margin-top: 1.25rem !important;
  }
  .md-mb-custom-5 {
    margin-bottom: 1.25rem !important;
  }
  .md-ms-custom-5 {
    margin-left: 1.25rem !important;
  }
  .md-me-custom-5 {
    margin-right: 1.25rem !important;
  }
  .md-mx-custom-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .md-my-custom-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .md-m-custom-5 {
    margin: 1.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-5 {
    margin-top: 1.25rem !important;
  }
  .sm-mb-custom-5 {
    margin-bottom: 1.25rem !important;
  }
  .sm-ms-custom-5 {
    margin-left: 1.25rem !important;
  }
  .sm-me-custom-5 {
    margin-right: 1.25rem !important;
  }
  .sm-mx-custom-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .sm-my-custom-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .sm-m-custom-5 {
    margin: 1.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-5 {
    margin-top: 1.25rem !important;
  }
  .xs-mb-custom-5 {
    margin-bottom: 1.25rem !important;
  }
  .xs-ms-custom-5 {
    margin-left: 1.25rem !important;
  }
  .xs-me-custom-5 {
    margin-right: 1.25rem !important;
  }
  .xs-mx-custom-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .xs-my-custom-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .xs-m-custom-5 {
    margin: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-6 {
    margin-top: 1.5rem !important;
  }
  .xl-mb-custom-6 {
    margin-bottom: 1.5rem !important;
  }
  .xl-ms-custom-6 {
    margin-left: 1.5rem !important;
  }
  .xl-me-custom-6 {
    margin-right: 1.5rem !important;
  }
  .xl-mx-custom-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .xl-my-custom-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xl-m-custom-6 {
    margin: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-6 {
    margin-top: 1.5rem !important;
  }
  .lg-mb-custom-6 {
    margin-bottom: 1.5rem !important;
  }
  .lg-ms-custom-6 {
    margin-left: 1.5rem !important;
  }
  .lg-me-custom-6 {
    margin-right: 1.5rem !important;
  }
  .lg-mx-custom-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .lg-my-custom-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .lg-m-custom-6 {
    margin: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-6 {
    margin-top: 1.5rem !important;
  }
  .md-mb-custom-6 {
    margin-bottom: 1.5rem !important;
  }
  .md-ms-custom-6 {
    margin-left: 1.5rem !important;
  }
  .md-me-custom-6 {
    margin-right: 1.5rem !important;
  }
  .md-mx-custom-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .md-my-custom-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .md-m-custom-6 {
    margin: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-6 {
    margin-top: 1.5rem !important;
  }
  .sm-mb-custom-6 {
    margin-bottom: 1.5rem !important;
  }
  .sm-ms-custom-6 {
    margin-left: 1.5rem !important;
  }
  .sm-me-custom-6 {
    margin-right: 1.5rem !important;
  }
  .sm-mx-custom-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .sm-my-custom-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .sm-m-custom-6 {
    margin: 1.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-6 {
    margin-top: 1.5rem !important;
  }
  .xs-mb-custom-6 {
    margin-bottom: 1.5rem !important;
  }
  .xs-ms-custom-6 {
    margin-left: 1.5rem !important;
  }
  .xs-me-custom-6 {
    margin-right: 1.5rem !important;
  }
  .xs-mx-custom-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .xs-my-custom-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xs-m-custom-6 {
    margin: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-7 {
    margin-top: 1.75rem !important;
  }
  .xl-mb-custom-7 {
    margin-bottom: 1.75rem !important;
  }
  .xl-ms-custom-7 {
    margin-left: 1.75rem !important;
  }
  .xl-me-custom-7 {
    margin-right: 1.75rem !important;
  }
  .xl-mx-custom-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .xl-my-custom-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .xl-m-custom-7 {
    margin: 1.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-7 {
    margin-top: 1.75rem !important;
  }
  .lg-mb-custom-7 {
    margin-bottom: 1.75rem !important;
  }
  .lg-ms-custom-7 {
    margin-left: 1.75rem !important;
  }
  .lg-me-custom-7 {
    margin-right: 1.75rem !important;
  }
  .lg-mx-custom-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .lg-my-custom-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .lg-m-custom-7 {
    margin: 1.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-7 {
    margin-top: 1.75rem !important;
  }
  .md-mb-custom-7 {
    margin-bottom: 1.75rem !important;
  }
  .md-ms-custom-7 {
    margin-left: 1.75rem !important;
  }
  .md-me-custom-7 {
    margin-right: 1.75rem !important;
  }
  .md-mx-custom-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .md-my-custom-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .md-m-custom-7 {
    margin: 1.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-7 {
    margin-top: 1.75rem !important;
  }
  .sm-mb-custom-7 {
    margin-bottom: 1.75rem !important;
  }
  .sm-ms-custom-7 {
    margin-left: 1.75rem !important;
  }
  .sm-me-custom-7 {
    margin-right: 1.75rem !important;
  }
  .sm-mx-custom-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .sm-my-custom-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .sm-m-custom-7 {
    margin: 1.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-7 {
    margin-top: 1.75rem !important;
  }
  .xs-mb-custom-7 {
    margin-bottom: 1.75rem !important;
  }
  .xs-ms-custom-7 {
    margin-left: 1.75rem !important;
  }
  .xs-me-custom-7 {
    margin-right: 1.75rem !important;
  }
  .xs-mx-custom-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .xs-my-custom-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .xs-m-custom-7 {
    margin: 1.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-8 {
    margin-top: 2rem !important;
  }
  .xl-mb-custom-8 {
    margin-bottom: 2rem !important;
  }
  .xl-ms-custom-8 {
    margin-left: 2rem !important;
  }
  .xl-me-custom-8 {
    margin-right: 2rem !important;
  }
  .xl-mx-custom-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .xl-my-custom-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xl-m-custom-8 {
    margin: 2rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-8 {
    margin-top: 2rem !important;
  }
  .lg-mb-custom-8 {
    margin-bottom: 2rem !important;
  }
  .lg-ms-custom-8 {
    margin-left: 2rem !important;
  }
  .lg-me-custom-8 {
    margin-right: 2rem !important;
  }
  .lg-mx-custom-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .lg-my-custom-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .lg-m-custom-8 {
    margin: 2rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-8 {
    margin-top: 2rem !important;
  }
  .md-mb-custom-8 {
    margin-bottom: 2rem !important;
  }
  .md-ms-custom-8 {
    margin-left: 2rem !important;
  }
  .md-me-custom-8 {
    margin-right: 2rem !important;
  }
  .md-mx-custom-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md-my-custom-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .md-m-custom-8 {
    margin: 2rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-8 {
    margin-top: 2rem !important;
  }
  .sm-mb-custom-8 {
    margin-bottom: 2rem !important;
  }
  .sm-ms-custom-8 {
    margin-left: 2rem !important;
  }
  .sm-me-custom-8 {
    margin-right: 2rem !important;
  }
  .sm-mx-custom-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .sm-my-custom-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sm-m-custom-8 {
    margin: 2rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-8 {
    margin-top: 2rem !important;
  }
  .xs-mb-custom-8 {
    margin-bottom: 2rem !important;
  }
  .xs-ms-custom-8 {
    margin-left: 2rem !important;
  }
  .xs-me-custom-8 {
    margin-right: 2rem !important;
  }
  .xs-mx-custom-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .xs-my-custom-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xs-m-custom-8 {
    margin: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-9 {
    margin-top: 2.25rem !important;
  }
  .xl-mb-custom-9 {
    margin-bottom: 2.25rem !important;
  }
  .xl-ms-custom-9 {
    margin-left: 2.25rem !important;
  }
  .xl-me-custom-9 {
    margin-right: 2.25rem !important;
  }
  .xl-mx-custom-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .xl-my-custom-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .xl-m-custom-9 {
    margin: 2.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-9 {
    margin-top: 2.25rem !important;
  }
  .lg-mb-custom-9 {
    margin-bottom: 2.25rem !important;
  }
  .lg-ms-custom-9 {
    margin-left: 2.25rem !important;
  }
  .lg-me-custom-9 {
    margin-right: 2.25rem !important;
  }
  .lg-mx-custom-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .lg-my-custom-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .lg-m-custom-9 {
    margin: 2.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-9 {
    margin-top: 2.25rem !important;
  }
  .md-mb-custom-9 {
    margin-bottom: 2.25rem !important;
  }
  .md-ms-custom-9 {
    margin-left: 2.25rem !important;
  }
  .md-me-custom-9 {
    margin-right: 2.25rem !important;
  }
  .md-mx-custom-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .md-my-custom-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .md-m-custom-9 {
    margin: 2.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-9 {
    margin-top: 2.25rem !important;
  }
  .sm-mb-custom-9 {
    margin-bottom: 2.25rem !important;
  }
  .sm-ms-custom-9 {
    margin-left: 2.25rem !important;
  }
  .sm-me-custom-9 {
    margin-right: 2.25rem !important;
  }
  .sm-mx-custom-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .sm-my-custom-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .sm-m-custom-9 {
    margin: 2.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-9 {
    margin-top: 2.25rem !important;
  }
  .xs-mb-custom-9 {
    margin-bottom: 2.25rem !important;
  }
  .xs-ms-custom-9 {
    margin-left: 2.25rem !important;
  }
  .xs-me-custom-9 {
    margin-right: 2.25rem !important;
  }
  .xs-mx-custom-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .xs-my-custom-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .xs-m-custom-9 {
    margin: 2.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-10 {
    margin-top: 2.5rem !important;
  }
  .xl-mb-custom-10 {
    margin-bottom: 2.5rem !important;
  }
  .xl-ms-custom-10 {
    margin-left: 2.5rem !important;
  }
  .xl-me-custom-10 {
    margin-right: 2.5rem !important;
  }
  .xl-mx-custom-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .xl-my-custom-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xl-m-custom-10 {
    margin: 2.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-10 {
    margin-top: 2.5rem !important;
  }
  .lg-mb-custom-10 {
    margin-bottom: 2.5rem !important;
  }
  .lg-ms-custom-10 {
    margin-left: 2.5rem !important;
  }
  .lg-me-custom-10 {
    margin-right: 2.5rem !important;
  }
  .lg-mx-custom-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .lg-my-custom-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .lg-m-custom-10 {
    margin: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-10 {
    margin-top: 2.5rem !important;
  }
  .md-mb-custom-10 {
    margin-bottom: 2.5rem !important;
  }
  .md-ms-custom-10 {
    margin-left: 2.5rem !important;
  }
  .md-me-custom-10 {
    margin-right: 2.5rem !important;
  }
  .md-mx-custom-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .md-my-custom-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .md-m-custom-10 {
    margin: 2.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-10 {
    margin-top: 2.5rem !important;
  }
  .sm-mb-custom-10 {
    margin-bottom: 2.5rem !important;
  }
  .sm-ms-custom-10 {
    margin-left: 2.5rem !important;
  }
  .sm-me-custom-10 {
    margin-right: 2.5rem !important;
  }
  .sm-mx-custom-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .sm-my-custom-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .sm-m-custom-10 {
    margin: 2.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-10 {
    margin-top: 2.5rem !important;
  }
  .xs-mb-custom-10 {
    margin-bottom: 2.5rem !important;
  }
  .xs-ms-custom-10 {
    margin-left: 2.5rem !important;
  }
  .xs-me-custom-10 {
    margin-right: 2.5rem !important;
  }
  .xs-mx-custom-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .xs-my-custom-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xs-m-custom-10 {
    margin: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-11 {
    margin-top: 2.75rem !important;
  }
  .xl-mb-custom-11 {
    margin-bottom: 2.75rem !important;
  }
  .xl-ms-custom-11 {
    margin-left: 2.75rem !important;
  }
  .xl-me-custom-11 {
    margin-right: 2.75rem !important;
  }
  .xl-mx-custom-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .xl-my-custom-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .xl-m-custom-11 {
    margin: 2.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-11 {
    margin-top: 2.75rem !important;
  }
  .lg-mb-custom-11 {
    margin-bottom: 2.75rem !important;
  }
  .lg-ms-custom-11 {
    margin-left: 2.75rem !important;
  }
  .lg-me-custom-11 {
    margin-right: 2.75rem !important;
  }
  .lg-mx-custom-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .lg-my-custom-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .lg-m-custom-11 {
    margin: 2.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-11 {
    margin-top: 2.75rem !important;
  }
  .md-mb-custom-11 {
    margin-bottom: 2.75rem !important;
  }
  .md-ms-custom-11 {
    margin-left: 2.75rem !important;
  }
  .md-me-custom-11 {
    margin-right: 2.75rem !important;
  }
  .md-mx-custom-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .md-my-custom-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .md-m-custom-11 {
    margin: 2.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-11 {
    margin-top: 2.75rem !important;
  }
  .sm-mb-custom-11 {
    margin-bottom: 2.75rem !important;
  }
  .sm-ms-custom-11 {
    margin-left: 2.75rem !important;
  }
  .sm-me-custom-11 {
    margin-right: 2.75rem !important;
  }
  .sm-mx-custom-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .sm-my-custom-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .sm-m-custom-11 {
    margin: 2.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-11 {
    margin-top: 2.75rem !important;
  }
  .xs-mb-custom-11 {
    margin-bottom: 2.75rem !important;
  }
  .xs-ms-custom-11 {
    margin-left: 2.75rem !important;
  }
  .xs-me-custom-11 {
    margin-right: 2.75rem !important;
  }
  .xs-mx-custom-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .xs-my-custom-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .xs-m-custom-11 {
    margin: 2.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-12 {
    margin-top: 3rem !important;
  }
  .xl-mb-custom-12 {
    margin-bottom: 3rem !important;
  }
  .xl-ms-custom-12 {
    margin-left: 3rem !important;
  }
  .xl-me-custom-12 {
    margin-right: 3rem !important;
  }
  .xl-mx-custom-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .xl-my-custom-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xl-m-custom-12 {
    margin: 3rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-12 {
    margin-top: 3rem !important;
  }
  .lg-mb-custom-12 {
    margin-bottom: 3rem !important;
  }
  .lg-ms-custom-12 {
    margin-left: 3rem !important;
  }
  .lg-me-custom-12 {
    margin-right: 3rem !important;
  }
  .lg-mx-custom-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .lg-my-custom-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .lg-m-custom-12 {
    margin: 3rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-12 {
    margin-top: 3rem !important;
  }
  .md-mb-custom-12 {
    margin-bottom: 3rem !important;
  }
  .md-ms-custom-12 {
    margin-left: 3rem !important;
  }
  .md-me-custom-12 {
    margin-right: 3rem !important;
  }
  .md-mx-custom-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .md-my-custom-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .md-m-custom-12 {
    margin: 3rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-12 {
    margin-top: 3rem !important;
  }
  .sm-mb-custom-12 {
    margin-bottom: 3rem !important;
  }
  .sm-ms-custom-12 {
    margin-left: 3rem !important;
  }
  .sm-me-custom-12 {
    margin-right: 3rem !important;
  }
  .sm-mx-custom-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .sm-my-custom-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .sm-m-custom-12 {
    margin: 3rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-12 {
    margin-top: 3rem !important;
  }
  .xs-mb-custom-12 {
    margin-bottom: 3rem !important;
  }
  .xs-ms-custom-12 {
    margin-left: 3rem !important;
  }
  .xs-me-custom-12 {
    margin-right: 3rem !important;
  }
  .xs-mx-custom-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .xs-my-custom-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xs-m-custom-12 {
    margin: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-13 {
    margin-top: 3.25rem !important;
  }
  .xl-mb-custom-13 {
    margin-bottom: 3.25rem !important;
  }
  .xl-ms-custom-13 {
    margin-left: 3.25rem !important;
  }
  .xl-me-custom-13 {
    margin-right: 3.25rem !important;
  }
  .xl-mx-custom-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .xl-my-custom-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .xl-m-custom-13 {
    margin: 3.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-13 {
    margin-top: 3.25rem !important;
  }
  .lg-mb-custom-13 {
    margin-bottom: 3.25rem !important;
  }
  .lg-ms-custom-13 {
    margin-left: 3.25rem !important;
  }
  .lg-me-custom-13 {
    margin-right: 3.25rem !important;
  }
  .lg-mx-custom-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .lg-my-custom-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .lg-m-custom-13 {
    margin: 3.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-13 {
    margin-top: 3.25rem !important;
  }
  .md-mb-custom-13 {
    margin-bottom: 3.25rem !important;
  }
  .md-ms-custom-13 {
    margin-left: 3.25rem !important;
  }
  .md-me-custom-13 {
    margin-right: 3.25rem !important;
  }
  .md-mx-custom-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .md-my-custom-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .md-m-custom-13 {
    margin: 3.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-13 {
    margin-top: 3.25rem !important;
  }
  .sm-mb-custom-13 {
    margin-bottom: 3.25rem !important;
  }
  .sm-ms-custom-13 {
    margin-left: 3.25rem !important;
  }
  .sm-me-custom-13 {
    margin-right: 3.25rem !important;
  }
  .sm-mx-custom-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .sm-my-custom-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .sm-m-custom-13 {
    margin: 3.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-13 {
    margin-top: 3.25rem !important;
  }
  .xs-mb-custom-13 {
    margin-bottom: 3.25rem !important;
  }
  .xs-ms-custom-13 {
    margin-left: 3.25rem !important;
  }
  .xs-me-custom-13 {
    margin-right: 3.25rem !important;
  }
  .xs-mx-custom-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .xs-my-custom-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .xs-m-custom-13 {
    margin: 3.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-14 {
    margin-top: 3.5rem !important;
  }
  .xl-mb-custom-14 {
    margin-bottom: 3.5rem !important;
  }
  .xl-ms-custom-14 {
    margin-left: 3.5rem !important;
  }
  .xl-me-custom-14 {
    margin-right: 3.5rem !important;
  }
  .xl-mx-custom-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .xl-my-custom-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .xl-m-custom-14 {
    margin: 3.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-14 {
    margin-top: 3.5rem !important;
  }
  .lg-mb-custom-14 {
    margin-bottom: 3.5rem !important;
  }
  .lg-ms-custom-14 {
    margin-left: 3.5rem !important;
  }
  .lg-me-custom-14 {
    margin-right: 3.5rem !important;
  }
  .lg-mx-custom-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .lg-my-custom-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .lg-m-custom-14 {
    margin: 3.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-14 {
    margin-top: 3.5rem !important;
  }
  .md-mb-custom-14 {
    margin-bottom: 3.5rem !important;
  }
  .md-ms-custom-14 {
    margin-left: 3.5rem !important;
  }
  .md-me-custom-14 {
    margin-right: 3.5rem !important;
  }
  .md-mx-custom-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .md-my-custom-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .md-m-custom-14 {
    margin: 3.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-14 {
    margin-top: 3.5rem !important;
  }
  .sm-mb-custom-14 {
    margin-bottom: 3.5rem !important;
  }
  .sm-ms-custom-14 {
    margin-left: 3.5rem !important;
  }
  .sm-me-custom-14 {
    margin-right: 3.5rem !important;
  }
  .sm-mx-custom-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .sm-my-custom-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .sm-m-custom-14 {
    margin: 3.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-14 {
    margin-top: 3.5rem !important;
  }
  .xs-mb-custom-14 {
    margin-bottom: 3.5rem !important;
  }
  .xs-ms-custom-14 {
    margin-left: 3.5rem !important;
  }
  .xs-me-custom-14 {
    margin-right: 3.5rem !important;
  }
  .xs-mx-custom-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .xs-my-custom-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .xs-m-custom-14 {
    margin: 3.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-15 {
    margin-top: 3.75rem !important;
  }
  .xl-mb-custom-15 {
    margin-bottom: 3.75rem !important;
  }
  .xl-ms-custom-15 {
    margin-left: 3.75rem !important;
  }
  .xl-me-custom-15 {
    margin-right: 3.75rem !important;
  }
  .xl-mx-custom-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .xl-my-custom-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .xl-m-custom-15 {
    margin: 3.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-15 {
    margin-top: 3.75rem !important;
  }
  .lg-mb-custom-15 {
    margin-bottom: 3.75rem !important;
  }
  .lg-ms-custom-15 {
    margin-left: 3.75rem !important;
  }
  .lg-me-custom-15 {
    margin-right: 3.75rem !important;
  }
  .lg-mx-custom-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .lg-my-custom-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .lg-m-custom-15 {
    margin: 3.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-15 {
    margin-top: 3.75rem !important;
  }
  .md-mb-custom-15 {
    margin-bottom: 3.75rem !important;
  }
  .md-ms-custom-15 {
    margin-left: 3.75rem !important;
  }
  .md-me-custom-15 {
    margin-right: 3.75rem !important;
  }
  .md-mx-custom-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .md-my-custom-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .md-m-custom-15 {
    margin: 3.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-15 {
    margin-top: 3.75rem !important;
  }
  .sm-mb-custom-15 {
    margin-bottom: 3.75rem !important;
  }
  .sm-ms-custom-15 {
    margin-left: 3.75rem !important;
  }
  .sm-me-custom-15 {
    margin-right: 3.75rem !important;
  }
  .sm-mx-custom-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .sm-my-custom-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .sm-m-custom-15 {
    margin: 3.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-15 {
    margin-top: 3.75rem !important;
  }
  .xs-mb-custom-15 {
    margin-bottom: 3.75rem !important;
  }
  .xs-ms-custom-15 {
    margin-left: 3.75rem !important;
  }
  .xs-me-custom-15 {
    margin-right: 3.75rem !important;
  }
  .xs-mx-custom-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .xs-my-custom-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .xs-m-custom-15 {
    margin: 3.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-16 {
    margin-top: 4rem !important;
  }
  .xl-mb-custom-16 {
    margin-bottom: 4rem !important;
  }
  .xl-ms-custom-16 {
    margin-left: 4rem !important;
  }
  .xl-me-custom-16 {
    margin-right: 4rem !important;
  }
  .xl-mx-custom-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .xl-my-custom-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xl-m-custom-16 {
    margin: 4rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-16 {
    margin-top: 4rem !important;
  }
  .lg-mb-custom-16 {
    margin-bottom: 4rem !important;
  }
  .lg-ms-custom-16 {
    margin-left: 4rem !important;
  }
  .lg-me-custom-16 {
    margin-right: 4rem !important;
  }
  .lg-mx-custom-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .lg-my-custom-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .lg-m-custom-16 {
    margin: 4rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-16 {
    margin-top: 4rem !important;
  }
  .md-mb-custom-16 {
    margin-bottom: 4rem !important;
  }
  .md-ms-custom-16 {
    margin-left: 4rem !important;
  }
  .md-me-custom-16 {
    margin-right: 4rem !important;
  }
  .md-mx-custom-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .md-my-custom-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .md-m-custom-16 {
    margin: 4rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-16 {
    margin-top: 4rem !important;
  }
  .sm-mb-custom-16 {
    margin-bottom: 4rem !important;
  }
  .sm-ms-custom-16 {
    margin-left: 4rem !important;
  }
  .sm-me-custom-16 {
    margin-right: 4rem !important;
  }
  .sm-mx-custom-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .sm-my-custom-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .sm-m-custom-16 {
    margin: 4rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-16 {
    margin-top: 4rem !important;
  }
  .xs-mb-custom-16 {
    margin-bottom: 4rem !important;
  }
  .xs-ms-custom-16 {
    margin-left: 4rem !important;
  }
  .xs-me-custom-16 {
    margin-right: 4rem !important;
  }
  .xs-mx-custom-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .xs-my-custom-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xs-m-custom-16 {
    margin: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-17 {
    margin-top: 4.25rem !important;
  }
  .xl-mb-custom-17 {
    margin-bottom: 4.25rem !important;
  }
  .xl-ms-custom-17 {
    margin-left: 4.25rem !important;
  }
  .xl-me-custom-17 {
    margin-right: 4.25rem !important;
  }
  .xl-mx-custom-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .xl-my-custom-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .xl-m-custom-17 {
    margin: 4.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-17 {
    margin-top: 4.25rem !important;
  }
  .lg-mb-custom-17 {
    margin-bottom: 4.25rem !important;
  }
  .lg-ms-custom-17 {
    margin-left: 4.25rem !important;
  }
  .lg-me-custom-17 {
    margin-right: 4.25rem !important;
  }
  .lg-mx-custom-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .lg-my-custom-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .lg-m-custom-17 {
    margin: 4.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-17 {
    margin-top: 4.25rem !important;
  }
  .md-mb-custom-17 {
    margin-bottom: 4.25rem !important;
  }
  .md-ms-custom-17 {
    margin-left: 4.25rem !important;
  }
  .md-me-custom-17 {
    margin-right: 4.25rem !important;
  }
  .md-mx-custom-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .md-my-custom-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .md-m-custom-17 {
    margin: 4.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-17 {
    margin-top: 4.25rem !important;
  }
  .sm-mb-custom-17 {
    margin-bottom: 4.25rem !important;
  }
  .sm-ms-custom-17 {
    margin-left: 4.25rem !important;
  }
  .sm-me-custom-17 {
    margin-right: 4.25rem !important;
  }
  .sm-mx-custom-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .sm-my-custom-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .sm-m-custom-17 {
    margin: 4.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-17 {
    margin-top: 4.25rem !important;
  }
  .xs-mb-custom-17 {
    margin-bottom: 4.25rem !important;
  }
  .xs-ms-custom-17 {
    margin-left: 4.25rem !important;
  }
  .xs-me-custom-17 {
    margin-right: 4.25rem !important;
  }
  .xs-mx-custom-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .xs-my-custom-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .xs-m-custom-17 {
    margin: 4.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-18 {
    margin-top: 4.5rem !important;
  }
  .xl-mb-custom-18 {
    margin-bottom: 4.5rem !important;
  }
  .xl-ms-custom-18 {
    margin-left: 4.5rem !important;
  }
  .xl-me-custom-18 {
    margin-right: 4.5rem !important;
  }
  .xl-mx-custom-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .xl-my-custom-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .xl-m-custom-18 {
    margin: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-18 {
    margin-top: 4.5rem !important;
  }
  .lg-mb-custom-18 {
    margin-bottom: 4.5rem !important;
  }
  .lg-ms-custom-18 {
    margin-left: 4.5rem !important;
  }
  .lg-me-custom-18 {
    margin-right: 4.5rem !important;
  }
  .lg-mx-custom-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .lg-my-custom-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .lg-m-custom-18 {
    margin: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-18 {
    margin-top: 4.5rem !important;
  }
  .md-mb-custom-18 {
    margin-bottom: 4.5rem !important;
  }
  .md-ms-custom-18 {
    margin-left: 4.5rem !important;
  }
  .md-me-custom-18 {
    margin-right: 4.5rem !important;
  }
  .md-mx-custom-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .md-my-custom-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .md-m-custom-18 {
    margin: 4.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-18 {
    margin-top: 4.5rem !important;
  }
  .sm-mb-custom-18 {
    margin-bottom: 4.5rem !important;
  }
  .sm-ms-custom-18 {
    margin-left: 4.5rem !important;
  }
  .sm-me-custom-18 {
    margin-right: 4.5rem !important;
  }
  .sm-mx-custom-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .sm-my-custom-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .sm-m-custom-18 {
    margin: 4.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-18 {
    margin-top: 4.5rem !important;
  }
  .xs-mb-custom-18 {
    margin-bottom: 4.5rem !important;
  }
  .xs-ms-custom-18 {
    margin-left: 4.5rem !important;
  }
  .xs-me-custom-18 {
    margin-right: 4.5rem !important;
  }
  .xs-mx-custom-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .xs-my-custom-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .xs-m-custom-18 {
    margin: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-19 {
    margin-top: 4.75rem !important;
  }
  .xl-mb-custom-19 {
    margin-bottom: 4.75rem !important;
  }
  .xl-ms-custom-19 {
    margin-left: 4.75rem !important;
  }
  .xl-me-custom-19 {
    margin-right: 4.75rem !important;
  }
  .xl-mx-custom-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .xl-my-custom-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .xl-m-custom-19 {
    margin: 4.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-19 {
    margin-top: 4.75rem !important;
  }
  .lg-mb-custom-19 {
    margin-bottom: 4.75rem !important;
  }
  .lg-ms-custom-19 {
    margin-left: 4.75rem !important;
  }
  .lg-me-custom-19 {
    margin-right: 4.75rem !important;
  }
  .lg-mx-custom-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .lg-my-custom-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .lg-m-custom-19 {
    margin: 4.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-19 {
    margin-top: 4.75rem !important;
  }
  .md-mb-custom-19 {
    margin-bottom: 4.75rem !important;
  }
  .md-ms-custom-19 {
    margin-left: 4.75rem !important;
  }
  .md-me-custom-19 {
    margin-right: 4.75rem !important;
  }
  .md-mx-custom-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .md-my-custom-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .md-m-custom-19 {
    margin: 4.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-19 {
    margin-top: 4.75rem !important;
  }
  .sm-mb-custom-19 {
    margin-bottom: 4.75rem !important;
  }
  .sm-ms-custom-19 {
    margin-left: 4.75rem !important;
  }
  .sm-me-custom-19 {
    margin-right: 4.75rem !important;
  }
  .sm-mx-custom-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .sm-my-custom-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .sm-m-custom-19 {
    margin: 4.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-19 {
    margin-top: 4.75rem !important;
  }
  .xs-mb-custom-19 {
    margin-bottom: 4.75rem !important;
  }
  .xs-ms-custom-19 {
    margin-left: 4.75rem !important;
  }
  .xs-me-custom-19 {
    margin-right: 4.75rem !important;
  }
  .xs-mx-custom-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .xs-my-custom-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .xs-m-custom-19 {
    margin: 4.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-20 {
    margin-top: 5rem !important;
  }
  .xl-mb-custom-20 {
    margin-bottom: 5rem !important;
  }
  .xl-ms-custom-20 {
    margin-left: 5rem !important;
  }
  .xl-me-custom-20 {
    margin-right: 5rem !important;
  }
  .xl-mx-custom-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .xl-my-custom-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xl-m-custom-20 {
    margin: 5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-20 {
    margin-top: 5rem !important;
  }
  .lg-mb-custom-20 {
    margin-bottom: 5rem !important;
  }
  .lg-ms-custom-20 {
    margin-left: 5rem !important;
  }
  .lg-me-custom-20 {
    margin-right: 5rem !important;
  }
  .lg-mx-custom-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .lg-my-custom-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .lg-m-custom-20 {
    margin: 5rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-20 {
    margin-top: 5rem !important;
  }
  .md-mb-custom-20 {
    margin-bottom: 5rem !important;
  }
  .md-ms-custom-20 {
    margin-left: 5rem !important;
  }
  .md-me-custom-20 {
    margin-right: 5rem !important;
  }
  .md-mx-custom-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .md-my-custom-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .md-m-custom-20 {
    margin: 5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-20 {
    margin-top: 5rem !important;
  }
  .sm-mb-custom-20 {
    margin-bottom: 5rem !important;
  }
  .sm-ms-custom-20 {
    margin-left: 5rem !important;
  }
  .sm-me-custom-20 {
    margin-right: 5rem !important;
  }
  .sm-mx-custom-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .sm-my-custom-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .sm-m-custom-20 {
    margin: 5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-20 {
    margin-top: 5rem !important;
  }
  .xs-mb-custom-20 {
    margin-bottom: 5rem !important;
  }
  .xs-ms-custom-20 {
    margin-left: 5rem !important;
  }
  .xs-me-custom-20 {
    margin-right: 5rem !important;
  }
  .xs-mx-custom-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .xs-my-custom-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xs-m-custom-20 {
    margin: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-21 {
    margin-top: 5.25rem !important;
  }
  .xl-mb-custom-21 {
    margin-bottom: 5.25rem !important;
  }
  .xl-ms-custom-21 {
    margin-left: 5.25rem !important;
  }
  .xl-me-custom-21 {
    margin-right: 5.25rem !important;
  }
  .xl-mx-custom-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .xl-my-custom-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .xl-m-custom-21 {
    margin: 5.25rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-21 {
    margin-top: 5.25rem !important;
  }
  .lg-mb-custom-21 {
    margin-bottom: 5.25rem !important;
  }
  .lg-ms-custom-21 {
    margin-left: 5.25rem !important;
  }
  .lg-me-custom-21 {
    margin-right: 5.25rem !important;
  }
  .lg-mx-custom-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .lg-my-custom-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .lg-m-custom-21 {
    margin: 5.25rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-21 {
    margin-top: 5.25rem !important;
  }
  .md-mb-custom-21 {
    margin-bottom: 5.25rem !important;
  }
  .md-ms-custom-21 {
    margin-left: 5.25rem !important;
  }
  .md-me-custom-21 {
    margin-right: 5.25rem !important;
  }
  .md-mx-custom-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .md-my-custom-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .md-m-custom-21 {
    margin: 5.25rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-21 {
    margin-top: 5.25rem !important;
  }
  .sm-mb-custom-21 {
    margin-bottom: 5.25rem !important;
  }
  .sm-ms-custom-21 {
    margin-left: 5.25rem !important;
  }
  .sm-me-custom-21 {
    margin-right: 5.25rem !important;
  }
  .sm-mx-custom-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .sm-my-custom-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .sm-m-custom-21 {
    margin: 5.25rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-21 {
    margin-top: 5.25rem !important;
  }
  .xs-mb-custom-21 {
    margin-bottom: 5.25rem !important;
  }
  .xs-ms-custom-21 {
    margin-left: 5.25rem !important;
  }
  .xs-me-custom-21 {
    margin-right: 5.25rem !important;
  }
  .xs-mx-custom-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .xs-my-custom-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .xs-m-custom-21 {
    margin: 5.25rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-22 {
    margin-top: 5.5rem !important;
  }
  .xl-mb-custom-22 {
    margin-bottom: 5.5rem !important;
  }
  .xl-ms-custom-22 {
    margin-left: 5.5rem !important;
  }
  .xl-me-custom-22 {
    margin-right: 5.5rem !important;
  }
  .xl-mx-custom-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .xl-my-custom-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .xl-m-custom-22 {
    margin: 5.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-22 {
    margin-top: 5.5rem !important;
  }
  .lg-mb-custom-22 {
    margin-bottom: 5.5rem !important;
  }
  .lg-ms-custom-22 {
    margin-left: 5.5rem !important;
  }
  .lg-me-custom-22 {
    margin-right: 5.5rem !important;
  }
  .lg-mx-custom-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .lg-my-custom-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .lg-m-custom-22 {
    margin: 5.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-22 {
    margin-top: 5.5rem !important;
  }
  .md-mb-custom-22 {
    margin-bottom: 5.5rem !important;
  }
  .md-ms-custom-22 {
    margin-left: 5.5rem !important;
  }
  .md-me-custom-22 {
    margin-right: 5.5rem !important;
  }
  .md-mx-custom-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .md-my-custom-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .md-m-custom-22 {
    margin: 5.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-22 {
    margin-top: 5.5rem !important;
  }
  .sm-mb-custom-22 {
    margin-bottom: 5.5rem !important;
  }
  .sm-ms-custom-22 {
    margin-left: 5.5rem !important;
  }
  .sm-me-custom-22 {
    margin-right: 5.5rem !important;
  }
  .sm-mx-custom-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .sm-my-custom-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .sm-m-custom-22 {
    margin: 5.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-22 {
    margin-top: 5.5rem !important;
  }
  .xs-mb-custom-22 {
    margin-bottom: 5.5rem !important;
  }
  .xs-ms-custom-22 {
    margin-left: 5.5rem !important;
  }
  .xs-me-custom-22 {
    margin-right: 5.5rem !important;
  }
  .xs-mx-custom-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .xs-my-custom-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .xs-m-custom-22 {
    margin: 5.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-23 {
    margin-top: 5.75rem !important;
  }
  .xl-mb-custom-23 {
    margin-bottom: 5.75rem !important;
  }
  .xl-ms-custom-23 {
    margin-left: 5.75rem !important;
  }
  .xl-me-custom-23 {
    margin-right: 5.75rem !important;
  }
  .xl-mx-custom-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .xl-my-custom-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .xl-m-custom-23 {
    margin: 5.75rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-23 {
    margin-top: 5.75rem !important;
  }
  .lg-mb-custom-23 {
    margin-bottom: 5.75rem !important;
  }
  .lg-ms-custom-23 {
    margin-left: 5.75rem !important;
  }
  .lg-me-custom-23 {
    margin-right: 5.75rem !important;
  }
  .lg-mx-custom-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .lg-my-custom-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .lg-m-custom-23 {
    margin: 5.75rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-23 {
    margin-top: 5.75rem !important;
  }
  .md-mb-custom-23 {
    margin-bottom: 5.75rem !important;
  }
  .md-ms-custom-23 {
    margin-left: 5.75rem !important;
  }
  .md-me-custom-23 {
    margin-right: 5.75rem !important;
  }
  .md-mx-custom-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .md-my-custom-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .md-m-custom-23 {
    margin: 5.75rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-23 {
    margin-top: 5.75rem !important;
  }
  .sm-mb-custom-23 {
    margin-bottom: 5.75rem !important;
  }
  .sm-ms-custom-23 {
    margin-left: 5.75rem !important;
  }
  .sm-me-custom-23 {
    margin-right: 5.75rem !important;
  }
  .sm-mx-custom-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .sm-my-custom-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .sm-m-custom-23 {
    margin: 5.75rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-23 {
    margin-top: 5.75rem !important;
  }
  .xs-mb-custom-23 {
    margin-bottom: 5.75rem !important;
  }
  .xs-ms-custom-23 {
    margin-left: 5.75rem !important;
  }
  .xs-me-custom-23 {
    margin-right: 5.75rem !important;
  }
  .xs-mx-custom-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .xs-my-custom-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .xs-m-custom-23 {
    margin: 5.75rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-24 {
    margin-top: 6rem !important;
  }
  .xl-mb-custom-24 {
    margin-bottom: 6rem !important;
  }
  .xl-ms-custom-24 {
    margin-left: 6rem !important;
  }
  .xl-me-custom-24 {
    margin-right: 6rem !important;
  }
  .xl-mx-custom-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .xl-my-custom-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .xl-m-custom-24 {
    margin: 6rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-24 {
    margin-top: 6rem !important;
  }
  .lg-mb-custom-24 {
    margin-bottom: 6rem !important;
  }
  .lg-ms-custom-24 {
    margin-left: 6rem !important;
  }
  .lg-me-custom-24 {
    margin-right: 6rem !important;
  }
  .lg-mx-custom-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .lg-my-custom-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .lg-m-custom-24 {
    margin: 6rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-24 {
    margin-top: 6rem !important;
  }
  .md-mb-custom-24 {
    margin-bottom: 6rem !important;
  }
  .md-ms-custom-24 {
    margin-left: 6rem !important;
  }
  .md-me-custom-24 {
    margin-right: 6rem !important;
  }
  .md-mx-custom-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .md-my-custom-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .md-m-custom-24 {
    margin: 6rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-24 {
    margin-top: 6rem !important;
  }
  .sm-mb-custom-24 {
    margin-bottom: 6rem !important;
  }
  .sm-ms-custom-24 {
    margin-left: 6rem !important;
  }
  .sm-me-custom-24 {
    margin-right: 6rem !important;
  }
  .sm-mx-custom-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .sm-my-custom-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .sm-m-custom-24 {
    margin: 6rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-24 {
    margin-top: 6rem !important;
  }
  .xs-mb-custom-24 {
    margin-bottom: 6rem !important;
  }
  .xs-ms-custom-24 {
    margin-left: 6rem !important;
  }
  .xs-me-custom-24 {
    margin-right: 6rem !important;
  }
  .xs-mx-custom-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .xs-my-custom-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .xs-m-custom-24 {
    margin: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-25 {
    margin-top: 6.5rem !important;
  }
  .xl-mb-custom-25 {
    margin-bottom: 6.5rem !important;
  }
  .xl-ms-custom-25 {
    margin-left: 6.5rem !important;
  }
  .xl-me-custom-25 {
    margin-right: 6.5rem !important;
  }
  .xl-mx-custom-25 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .xl-my-custom-25 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .xl-m-custom-25 {
    margin: 6.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-25 {
    margin-top: 6.5rem !important;
  }
  .lg-mb-custom-25 {
    margin-bottom: 6.5rem !important;
  }
  .lg-ms-custom-25 {
    margin-left: 6.5rem !important;
  }
  .lg-me-custom-25 {
    margin-right: 6.5rem !important;
  }
  .lg-mx-custom-25 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .lg-my-custom-25 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .lg-m-custom-25 {
    margin: 6.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-25 {
    margin-top: 6.5rem !important;
  }
  .md-mb-custom-25 {
    margin-bottom: 6.5rem !important;
  }
  .md-ms-custom-25 {
    margin-left: 6.5rem !important;
  }
  .md-me-custom-25 {
    margin-right: 6.5rem !important;
  }
  .md-mx-custom-25 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .md-my-custom-25 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .md-m-custom-25 {
    margin: 6.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-25 {
    margin-top: 6.5rem !important;
  }
  .sm-mb-custom-25 {
    margin-bottom: 6.5rem !important;
  }
  .sm-ms-custom-25 {
    margin-left: 6.5rem !important;
  }
  .sm-me-custom-25 {
    margin-right: 6.5rem !important;
  }
  .sm-mx-custom-25 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .sm-my-custom-25 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .sm-m-custom-25 {
    margin: 6.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-25 {
    margin-top: 6.5rem !important;
  }
  .xs-mb-custom-25 {
    margin-bottom: 6.5rem !important;
  }
  .xs-ms-custom-25 {
    margin-left: 6.5rem !important;
  }
  .xs-me-custom-25 {
    margin-right: 6.5rem !important;
  }
  .xs-mx-custom-25 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .xs-my-custom-25 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .xs-m-custom-25 {
    margin: 6.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-26 {
    margin-top: 7rem !important;
  }
  .xl-mb-custom-26 {
    margin-bottom: 7rem !important;
  }
  .xl-ms-custom-26 {
    margin-left: 7rem !important;
  }
  .xl-me-custom-26 {
    margin-right: 7rem !important;
  }
  .xl-mx-custom-26 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .xl-my-custom-26 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .xl-m-custom-26 {
    margin: 7rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-26 {
    margin-top: 7rem !important;
  }
  .lg-mb-custom-26 {
    margin-bottom: 7rem !important;
  }
  .lg-ms-custom-26 {
    margin-left: 7rem !important;
  }
  .lg-me-custom-26 {
    margin-right: 7rem !important;
  }
  .lg-mx-custom-26 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .lg-my-custom-26 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .lg-m-custom-26 {
    margin: 7rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-26 {
    margin-top: 7rem !important;
  }
  .md-mb-custom-26 {
    margin-bottom: 7rem !important;
  }
  .md-ms-custom-26 {
    margin-left: 7rem !important;
  }
  .md-me-custom-26 {
    margin-right: 7rem !important;
  }
  .md-mx-custom-26 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .md-my-custom-26 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .md-m-custom-26 {
    margin: 7rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-26 {
    margin-top: 7rem !important;
  }
  .sm-mb-custom-26 {
    margin-bottom: 7rem !important;
  }
  .sm-ms-custom-26 {
    margin-left: 7rem !important;
  }
  .sm-me-custom-26 {
    margin-right: 7rem !important;
  }
  .sm-mx-custom-26 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .sm-my-custom-26 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .sm-m-custom-26 {
    margin: 7rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-26 {
    margin-top: 7rem !important;
  }
  .xs-mb-custom-26 {
    margin-bottom: 7rem !important;
  }
  .xs-ms-custom-26 {
    margin-left: 7rem !important;
  }
  .xs-me-custom-26 {
    margin-right: 7rem !important;
  }
  .xs-mx-custom-26 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .xs-my-custom-26 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .xs-m-custom-26 {
    margin: 7rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-27 {
    margin-top: 7.5rem !important;
  }
  .xl-mb-custom-27 {
    margin-bottom: 7.5rem !important;
  }
  .xl-ms-custom-27 {
    margin-left: 7.5rem !important;
  }
  .xl-me-custom-27 {
    margin-right: 7.5rem !important;
  }
  .xl-mx-custom-27 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .xl-my-custom-27 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .xl-m-custom-27 {
    margin: 7.5rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-27 {
    margin-top: 7.5rem !important;
  }
  .lg-mb-custom-27 {
    margin-bottom: 7.5rem !important;
  }
  .lg-ms-custom-27 {
    margin-left: 7.5rem !important;
  }
  .lg-me-custom-27 {
    margin-right: 7.5rem !important;
  }
  .lg-mx-custom-27 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .lg-my-custom-27 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .lg-m-custom-27 {
    margin: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-27 {
    margin-top: 7.5rem !important;
  }
  .md-mb-custom-27 {
    margin-bottom: 7.5rem !important;
  }
  .md-ms-custom-27 {
    margin-left: 7.5rem !important;
  }
  .md-me-custom-27 {
    margin-right: 7.5rem !important;
  }
  .md-mx-custom-27 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .md-my-custom-27 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .md-m-custom-27 {
    margin: 7.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-27 {
    margin-top: 7.5rem !important;
  }
  .sm-mb-custom-27 {
    margin-bottom: 7.5rem !important;
  }
  .sm-ms-custom-27 {
    margin-left: 7.5rem !important;
  }
  .sm-me-custom-27 {
    margin-right: 7.5rem !important;
  }
  .sm-mx-custom-27 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .sm-my-custom-27 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .sm-m-custom-27 {
    margin: 7.5rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-27 {
    margin-top: 7.5rem !important;
  }
  .xs-mb-custom-27 {
    margin-bottom: 7.5rem !important;
  }
  .xs-ms-custom-27 {
    margin-left: 7.5rem !important;
  }
  .xs-me-custom-27 {
    margin-right: 7.5rem !important;
  }
  .xs-mx-custom-27 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .xs-my-custom-27 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .xs-m-custom-27 {
    margin: 7.5rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-28 {
    margin-top: 8rem !important;
  }
  .xl-mb-custom-28 {
    margin-bottom: 8rem !important;
  }
  .xl-ms-custom-28 {
    margin-left: 8rem !important;
  }
  .xl-me-custom-28 {
    margin-right: 8rem !important;
  }
  .xl-mx-custom-28 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .xl-my-custom-28 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .xl-m-custom-28 {
    margin: 8rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-28 {
    margin-top: 8rem !important;
  }
  .lg-mb-custom-28 {
    margin-bottom: 8rem !important;
  }
  .lg-ms-custom-28 {
    margin-left: 8rem !important;
  }
  .lg-me-custom-28 {
    margin-right: 8rem !important;
  }
  .lg-mx-custom-28 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .lg-my-custom-28 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .lg-m-custom-28 {
    margin: 8rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-28 {
    margin-top: 8rem !important;
  }
  .md-mb-custom-28 {
    margin-bottom: 8rem !important;
  }
  .md-ms-custom-28 {
    margin-left: 8rem !important;
  }
  .md-me-custom-28 {
    margin-right: 8rem !important;
  }
  .md-mx-custom-28 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .md-my-custom-28 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .md-m-custom-28 {
    margin: 8rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-28 {
    margin-top: 8rem !important;
  }
  .sm-mb-custom-28 {
    margin-bottom: 8rem !important;
  }
  .sm-ms-custom-28 {
    margin-left: 8rem !important;
  }
  .sm-me-custom-28 {
    margin-right: 8rem !important;
  }
  .sm-mx-custom-28 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .sm-my-custom-28 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .sm-m-custom-28 {
    margin: 8rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-28 {
    margin-top: 8rem !important;
  }
  .xs-mb-custom-28 {
    margin-bottom: 8rem !important;
  }
  .xs-ms-custom-28 {
    margin-left: 8rem !important;
  }
  .xs-me-custom-28 {
    margin-right: 8rem !important;
  }
  .xs-mx-custom-28 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .xs-my-custom-28 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .xs-m-custom-28 {
    margin: 8rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-29 {
    margin-top: 9rem !important;
  }
  .xl-mb-custom-29 {
    margin-bottom: 9rem !important;
  }
  .xl-ms-custom-29 {
    margin-left: 9rem !important;
  }
  .xl-me-custom-29 {
    margin-right: 9rem !important;
  }
  .xl-mx-custom-29 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .xl-my-custom-29 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .xl-m-custom-29 {
    margin: 9rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-29 {
    margin-top: 9rem !important;
  }
  .lg-mb-custom-29 {
    margin-bottom: 9rem !important;
  }
  .lg-ms-custom-29 {
    margin-left: 9rem !important;
  }
  .lg-me-custom-29 {
    margin-right: 9rem !important;
  }
  .lg-mx-custom-29 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .lg-my-custom-29 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .lg-m-custom-29 {
    margin: 9rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-29 {
    margin-top: 9rem !important;
  }
  .md-mb-custom-29 {
    margin-bottom: 9rem !important;
  }
  .md-ms-custom-29 {
    margin-left: 9rem !important;
  }
  .md-me-custom-29 {
    margin-right: 9rem !important;
  }
  .md-mx-custom-29 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .md-my-custom-29 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .md-m-custom-29 {
    margin: 9rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-29 {
    margin-top: 9rem !important;
  }
  .sm-mb-custom-29 {
    margin-bottom: 9rem !important;
  }
  .sm-ms-custom-29 {
    margin-left: 9rem !important;
  }
  .sm-me-custom-29 {
    margin-right: 9rem !important;
  }
  .sm-mx-custom-29 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .sm-my-custom-29 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .sm-m-custom-29 {
    margin: 9rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-29 {
    margin-top: 9rem !important;
  }
  .xs-mb-custom-29 {
    margin-bottom: 9rem !important;
  }
  .xs-ms-custom-29 {
    margin-left: 9rem !important;
  }
  .xs-me-custom-29 {
    margin-right: 9rem !important;
  }
  .xs-mx-custom-29 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .xs-my-custom-29 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .xs-m-custom-29 {
    margin: 9rem !important;
  }
}
@media (min-width: 1200px) {
  .xl-mt-custom-30 {
    margin-top: 10rem !important;
  }
  .xl-mb-custom-30 {
    margin-bottom: 10rem !important;
  }
  .xl-ms-custom-30 {
    margin-left: 10rem !important;
  }
  .xl-me-custom-30 {
    margin-right: 10rem !important;
  }
  .xl-mx-custom-30 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .xl-my-custom-30 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .xl-m-custom-30 {
    margin: 10rem !important;
  }
}
@media (min-width: 992px) {
  .lg-mt-custom-30 {
    margin-top: 10rem !important;
  }
  .lg-mb-custom-30 {
    margin-bottom: 10rem !important;
  }
  .lg-ms-custom-30 {
    margin-left: 10rem !important;
  }
  .lg-me-custom-30 {
    margin-right: 10rem !important;
  }
  .lg-mx-custom-30 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .lg-my-custom-30 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .lg-m-custom-30 {
    margin: 10rem !important;
  }
}
@media (min-width: 768px) {
  .md-mt-custom-30 {
    margin-top: 10rem !important;
  }
  .md-mb-custom-30 {
    margin-bottom: 10rem !important;
  }
  .md-ms-custom-30 {
    margin-left: 10rem !important;
  }
  .md-me-custom-30 {
    margin-right: 10rem !important;
  }
  .md-mx-custom-30 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .md-my-custom-30 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .md-m-custom-30 {
    margin: 10rem !important;
  }
}
@media (min-width: 576px) {
  .sm-mt-custom-30 {
    margin-top: 10rem !important;
  }
  .sm-mb-custom-30 {
    margin-bottom: 10rem !important;
  }
  .sm-ms-custom-30 {
    margin-left: 10rem !important;
  }
  .sm-me-custom-30 {
    margin-right: 10rem !important;
  }
  .sm-mx-custom-30 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .sm-my-custom-30 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .sm-m-custom-30 {
    margin: 10rem !important;
  }
}
@media (min-width: 440px) {
  .xs-mt-custom-30 {
    margin-top: 10rem !important;
  }
  .xs-mb-custom-30 {
    margin-bottom: 10rem !important;
  }
  .xs-ms-custom-30 {
    margin-left: 10rem !important;
  }
  .xs-me-custom-30 {
    margin-right: 10rem !important;
  }
  .xs-mx-custom-30 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .xs-my-custom-30 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .xs-m-custom-30 {
    margin: 10rem !important;
  }
}
.border-white-1 {
  border: 1px solid #ffffff !important;
}

.border-white-2 {
  border: 2px solid #ffffff !important;
}

.border-white-3 {
  border: 3px solid #ffffff !important;
}

.border-white-4 {
  border: 4px solid #ffffff !important;
}

.border-white-5 {
  border: 5px solid #ffffff !important;
}

.border-white-6 {
  border: 6px solid #ffffff !important;
}

.border-white-7 {
  border: 7px solid #ffffff !important;
}

.border-white-8 {
  border: 8px solid #ffffff !important;
}

.border-white-9 {
  border: 9px solid #ffffff !important;
}

.border-white-10 {
  border: 10px solid #ffffff !important;
}

.border-b-white-1 {
  border-bottom: 1px solid #ffffff !important;
}

.border-b-white-2 {
  border-bottom: 2px solid #ffffff !important;
}

.border-b-white-3 {
  border-bottom: 3px solid #ffffff !important;
}

.border-b-white-4 {
  border-bottom: 4px solid #ffffff !important;
}

.border-b-white-5 {
  border-bottom: 5px solid #ffffff !important;
}

.border-b-white-6 {
  border-bottom: 6px solid #ffffff !important;
}

.border-b-white-7 {
  border-bottom: 7px solid #ffffff !important;
}

.border-b-white-8 {
  border-bottom: 8px solid #ffffff !important;
}

.border-b-white-9 {
  border-bottom: 9px solid #ffffff !important;
}

.border-b-white-10 {
  border-bottom: 10px solid #ffffff !important;
}

.border-t-white-1 {
  border-top: 1px solid #ffffff !important;
}

.border-t-white-2 {
  border-top: 2px solid #ffffff !important;
}

.border-t-white-3 {
  border-top: 3px solid #ffffff !important;
}

.border-t-white-4 {
  border-top: 4px solid #ffffff !important;
}

.border-t-white-5 {
  border-top: 5px solid #ffffff !important;
}

.border-t-white-6 {
  border-top: 6px solid #ffffff !important;
}

.border-t-white-7 {
  border-top: 7px solid #ffffff !important;
}

.border-t-white-8 {
  border-top: 8px solid #ffffff !important;
}

.border-t-white-9 {
  border-top: 9px solid #ffffff !important;
}

.border-t-white-10 {
  border-top: 10px solid #ffffff !important;
}

.border-r-white-1 {
  border-right: 1px solid #ffffff !important;
}

.border-r-white-2 {
  border-right: 2px solid #ffffff !important;
}

.border-r-white-3 {
  border-right: 3px solid #ffffff !important;
}

.border-r-white-4 {
  border-right: 4px solid #ffffff !important;
}

.border-r-white-5 {
  border-right: 5px solid #ffffff !important;
}

.border-r-white-6 {
  border-right: 6px solid #ffffff !important;
}

.border-r-white-7 {
  border-right: 7px solid #ffffff !important;
}

.border-r-white-8 {
  border-right: 8px solid #ffffff !important;
}

.border-r-white-9 {
  border-right: 9px solid #ffffff !important;
}

.border-r-white-10 {
  border-right: 10px solid #ffffff !important;
}

.border-l-white-1 {
  border-left: 1px solid #ffffff !important;
}

.border-l-white-2 {
  border-left: 2px solid #ffffff !important;
}

.border-l-white-3 {
  border-left: 3px solid #ffffff !important;
}

.border-l-white-4 {
  border-left: 4px solid #ffffff !important;
}

.border-l-white-5 {
  border-left: 5px solid #ffffff !important;
}

.border-l-white-6 {
  border-left: 6px solid #ffffff !important;
}

.border-l-white-7 {
  border-left: 7px solid #ffffff !important;
}

.border-l-white-8 {
  border-left: 8px solid #ffffff !important;
}

.border-l-white-9 {
  border-left: 9px solid #ffffff !important;
}

.border-l-white-10 {
  border-left: 10px solid #ffffff !important;
}

.border-black-1 {
  border: 1px solid #000000 !important;
}

.border-black-2 {
  border: 2px solid #000000 !important;
}

.border-black-3 {
  border: 3px solid #000000 !important;
}

.border-black-4 {
  border: 4px solid #000000 !important;
}

.border-black-5 {
  border: 5px solid #000000 !important;
}

.border-black-6 {
  border: 6px solid #000000 !important;
}

.border-black-7 {
  border: 7px solid #000000 !important;
}

.border-black-8 {
  border: 8px solid #000000 !important;
}

.border-black-9 {
  border: 9px solid #000000 !important;
}

.border-black-10 {
  border: 10px solid #000000 !important;
}

.border-b-black-1 {
  border-bottom: 1px solid #000000 !important;
}

.border-b-black-2 {
  border-bottom: 2px solid #000000 !important;
}

.border-b-black-3 {
  border-bottom: 3px solid #000000 !important;
}

.border-b-black-4 {
  border-bottom: 4px solid #000000 !important;
}

.border-b-black-5 {
  border-bottom: 5px solid #000000 !important;
}

.border-b-black-6 {
  border-bottom: 6px solid #000000 !important;
}

.border-b-black-7 {
  border-bottom: 7px solid #000000 !important;
}

.border-b-black-8 {
  border-bottom: 8px solid #000000 !important;
}

.border-b-black-9 {
  border-bottom: 9px solid #000000 !important;
}

.border-b-black-10 {
  border-bottom: 10px solid #000000 !important;
}

.border-t-black-1 {
  border-top: 1px solid #000000 !important;
}

.border-t-black-2 {
  border-top: 2px solid #000000 !important;
}

.border-t-black-3 {
  border-top: 3px solid #000000 !important;
}

.border-t-black-4 {
  border-top: 4px solid #000000 !important;
}

.border-t-black-5 {
  border-top: 5px solid #000000 !important;
}

.border-t-black-6 {
  border-top: 6px solid #000000 !important;
}

.border-t-black-7 {
  border-top: 7px solid #000000 !important;
}

.border-t-black-8 {
  border-top: 8px solid #000000 !important;
}

.border-t-black-9 {
  border-top: 9px solid #000000 !important;
}

.border-t-black-10 {
  border-top: 10px solid #000000 !important;
}

.border-r-black-1 {
  border-right: 1px solid #000000 !important;
}

.border-r-black-2 {
  border-right: 2px solid #000000 !important;
}

.border-r-black-3 {
  border-right: 3px solid #000000 !important;
}

.border-r-black-4 {
  border-right: 4px solid #000000 !important;
}

.border-r-black-5 {
  border-right: 5px solid #000000 !important;
}

.border-r-black-6 {
  border-right: 6px solid #000000 !important;
}

.border-r-black-7 {
  border-right: 7px solid #000000 !important;
}

.border-r-black-8 {
  border-right: 8px solid #000000 !important;
}

.border-r-black-9 {
  border-right: 9px solid #000000 !important;
}

.border-r-black-10 {
  border-right: 10px solid #000000 !important;
}

.border-l-black-1 {
  border-left: 1px solid #000000 !important;
}

.border-l-black-2 {
  border-left: 2px solid #000000 !important;
}

.border-l-black-3 {
  border-left: 3px solid #000000 !important;
}

.border-l-black-4 {
  border-left: 4px solid #000000 !important;
}

.border-l-black-5 {
  border-left: 5px solid #000000 !important;
}

.border-l-black-6 {
  border-left: 6px solid #000000 !important;
}

.border-l-black-7 {
  border-left: 7px solid #000000 !important;
}

.border-l-black-8 {
  border-left: 8px solid #000000 !important;
}

.border-l-black-9 {
  border-left: 9px solid #000000 !important;
}

.border-l-black-10 {
  border-left: 10px solid #000000 !important;
}

.border-primary-50-1 {
  border: 1px solid #ebf5fb !important;
}

.border-primary-50-2 {
  border: 2px solid #ebf5fb !important;
}

.border-primary-50-3 {
  border: 3px solid #ebf5fb !important;
}

.border-primary-50-4 {
  border: 4px solid #ebf5fb !important;
}

.border-primary-50-5 {
  border: 5px solid #ebf5fb !important;
}

.border-primary-50-6 {
  border: 6px solid #ebf5fb !important;
}

.border-primary-50-7 {
  border: 7px solid #ebf5fb !important;
}

.border-primary-50-8 {
  border: 8px solid #ebf5fb !important;
}

.border-primary-50-9 {
  border: 9px solid #ebf5fb !important;
}

.border-primary-50-10 {
  border: 10px solid #ebf5fb !important;
}

.border-b-primary-50-1 {
  border-bottom: 1px solid #ebf5fb !important;
}

.border-b-primary-50-2 {
  border-bottom: 2px solid #ebf5fb !important;
}

.border-b-primary-50-3 {
  border-bottom: 3px solid #ebf5fb !important;
}

.border-b-primary-50-4 {
  border-bottom: 4px solid #ebf5fb !important;
}

.border-b-primary-50-5 {
  border-bottom: 5px solid #ebf5fb !important;
}

.border-b-primary-50-6 {
  border-bottom: 6px solid #ebf5fb !important;
}

.border-b-primary-50-7 {
  border-bottom: 7px solid #ebf5fb !important;
}

.border-b-primary-50-8 {
  border-bottom: 8px solid #ebf5fb !important;
}

.border-b-primary-50-9 {
  border-bottom: 9px solid #ebf5fb !important;
}

.border-b-primary-50-10 {
  border-bottom: 10px solid #ebf5fb !important;
}

.border-t-primary-50-1 {
  border-top: 1px solid #ebf5fb !important;
}

.border-t-primary-50-2 {
  border-top: 2px solid #ebf5fb !important;
}

.border-t-primary-50-3 {
  border-top: 3px solid #ebf5fb !important;
}

.border-t-primary-50-4 {
  border-top: 4px solid #ebf5fb !important;
}

.border-t-primary-50-5 {
  border-top: 5px solid #ebf5fb !important;
}

.border-t-primary-50-6 {
  border-top: 6px solid #ebf5fb !important;
}

.border-t-primary-50-7 {
  border-top: 7px solid #ebf5fb !important;
}

.border-t-primary-50-8 {
  border-top: 8px solid #ebf5fb !important;
}

.border-t-primary-50-9 {
  border-top: 9px solid #ebf5fb !important;
}

.border-t-primary-50-10 {
  border-top: 10px solid #ebf5fb !important;
}

.border-r-primary-50-1 {
  border-right: 1px solid #ebf5fb !important;
}

.border-r-primary-50-2 {
  border-right: 2px solid #ebf5fb !important;
}

.border-r-primary-50-3 {
  border-right: 3px solid #ebf5fb !important;
}

.border-r-primary-50-4 {
  border-right: 4px solid #ebf5fb !important;
}

.border-r-primary-50-5 {
  border-right: 5px solid #ebf5fb !important;
}

.border-r-primary-50-6 {
  border-right: 6px solid #ebf5fb !important;
}

.border-r-primary-50-7 {
  border-right: 7px solid #ebf5fb !important;
}

.border-r-primary-50-8 {
  border-right: 8px solid #ebf5fb !important;
}

.border-r-primary-50-9 {
  border-right: 9px solid #ebf5fb !important;
}

.border-r-primary-50-10 {
  border-right: 10px solid #ebf5fb !important;
}

.border-l-primary-50-1 {
  border-left: 1px solid #ebf5fb !important;
}

.border-l-primary-50-2 {
  border-left: 2px solid #ebf5fb !important;
}

.border-l-primary-50-3 {
  border-left: 3px solid #ebf5fb !important;
}

.border-l-primary-50-4 {
  border-left: 4px solid #ebf5fb !important;
}

.border-l-primary-50-5 {
  border-left: 5px solid #ebf5fb !important;
}

.border-l-primary-50-6 {
  border-left: 6px solid #ebf5fb !important;
}

.border-l-primary-50-7 {
  border-left: 7px solid #ebf5fb !important;
}

.border-l-primary-50-8 {
  border-left: 8px solid #ebf5fb !important;
}

.border-l-primary-50-9 {
  border-left: 9px solid #ebf5fb !important;
}

.border-l-primary-50-10 {
  border-left: 10px solid #ebf5fb !important;
}

.border-primary-100-1 {
  border: 1px solid #d7eaf7 !important;
}

.border-primary-100-2 {
  border: 2px solid #d7eaf7 !important;
}

.border-primary-100-3 {
  border: 3px solid #d7eaf7 !important;
}

.border-primary-100-4 {
  border: 4px solid #d7eaf7 !important;
}

.border-primary-100-5 {
  border: 5px solid #d7eaf7 !important;
}

.border-primary-100-6 {
  border: 6px solid #d7eaf7 !important;
}

.border-primary-100-7 {
  border: 7px solid #d7eaf7 !important;
}

.border-primary-100-8 {
  border: 8px solid #d7eaf7 !important;
}

.border-primary-100-9 {
  border: 9px solid #d7eaf7 !important;
}

.border-primary-100-10 {
  border: 10px solid #d7eaf7 !important;
}

.border-b-primary-100-1 {
  border-bottom: 1px solid #d7eaf7 !important;
}

.border-b-primary-100-2 {
  border-bottom: 2px solid #d7eaf7 !important;
}

.border-b-primary-100-3 {
  border-bottom: 3px solid #d7eaf7 !important;
}

.border-b-primary-100-4 {
  border-bottom: 4px solid #d7eaf7 !important;
}

.border-b-primary-100-5 {
  border-bottom: 5px solid #d7eaf7 !important;
}

.border-b-primary-100-6 {
  border-bottom: 6px solid #d7eaf7 !important;
}

.border-b-primary-100-7 {
  border-bottom: 7px solid #d7eaf7 !important;
}

.border-b-primary-100-8 {
  border-bottom: 8px solid #d7eaf7 !important;
}

.border-b-primary-100-9 {
  border-bottom: 9px solid #d7eaf7 !important;
}

.border-b-primary-100-10 {
  border-bottom: 10px solid #d7eaf7 !important;
}

.border-t-primary-100-1 {
  border-top: 1px solid #d7eaf7 !important;
}

.border-t-primary-100-2 {
  border-top: 2px solid #d7eaf7 !important;
}

.border-t-primary-100-3 {
  border-top: 3px solid #d7eaf7 !important;
}

.border-t-primary-100-4 {
  border-top: 4px solid #d7eaf7 !important;
}

.border-t-primary-100-5 {
  border-top: 5px solid #d7eaf7 !important;
}

.border-t-primary-100-6 {
  border-top: 6px solid #d7eaf7 !important;
}

.border-t-primary-100-7 {
  border-top: 7px solid #d7eaf7 !important;
}

.border-t-primary-100-8 {
  border-top: 8px solid #d7eaf7 !important;
}

.border-t-primary-100-9 {
  border-top: 9px solid #d7eaf7 !important;
}

.border-t-primary-100-10 {
  border-top: 10px solid #d7eaf7 !important;
}

.border-r-primary-100-1 {
  border-right: 1px solid #d7eaf7 !important;
}

.border-r-primary-100-2 {
  border-right: 2px solid #d7eaf7 !important;
}

.border-r-primary-100-3 {
  border-right: 3px solid #d7eaf7 !important;
}

.border-r-primary-100-4 {
  border-right: 4px solid #d7eaf7 !important;
}

.border-r-primary-100-5 {
  border-right: 5px solid #d7eaf7 !important;
}

.border-r-primary-100-6 {
  border-right: 6px solid #d7eaf7 !important;
}

.border-r-primary-100-7 {
  border-right: 7px solid #d7eaf7 !important;
}

.border-r-primary-100-8 {
  border-right: 8px solid #d7eaf7 !important;
}

.border-r-primary-100-9 {
  border-right: 9px solid #d7eaf7 !important;
}

.border-r-primary-100-10 {
  border-right: 10px solid #d7eaf7 !important;
}

.border-l-primary-100-1 {
  border-left: 1px solid #d7eaf7 !important;
}

.border-l-primary-100-2 {
  border-left: 2px solid #d7eaf7 !important;
}

.border-l-primary-100-3 {
  border-left: 3px solid #d7eaf7 !important;
}

.border-l-primary-100-4 {
  border-left: 4px solid #d7eaf7 !important;
}

.border-l-primary-100-5 {
  border-left: 5px solid #d7eaf7 !important;
}

.border-l-primary-100-6 {
  border-left: 6px solid #d7eaf7 !important;
}

.border-l-primary-100-7 {
  border-left: 7px solid #d7eaf7 !important;
}

.border-l-primary-100-8 {
  border-left: 8px solid #d7eaf7 !important;
}

.border-l-primary-100-9 {
  border-left: 9px solid #d7eaf7 !important;
}

.border-l-primary-100-10 {
  border-left: 10px solid #d7eaf7 !important;
}

.border-primary-150-1 {
  border: 1px solid #c3e0f2 !important;
}

.border-primary-150-2 {
  border: 2px solid #c3e0f2 !important;
}

.border-primary-150-3 {
  border: 3px solid #c3e0f2 !important;
}

.border-primary-150-4 {
  border: 4px solid #c3e0f2 !important;
}

.border-primary-150-5 {
  border: 5px solid #c3e0f2 !important;
}

.border-primary-150-6 {
  border: 6px solid #c3e0f2 !important;
}

.border-primary-150-7 {
  border: 7px solid #c3e0f2 !important;
}

.border-primary-150-8 {
  border: 8px solid #c3e0f2 !important;
}

.border-primary-150-9 {
  border: 9px solid #c3e0f2 !important;
}

.border-primary-150-10 {
  border: 10px solid #c3e0f2 !important;
}

.border-b-primary-150-1 {
  border-bottom: 1px solid #c3e0f2 !important;
}

.border-b-primary-150-2 {
  border-bottom: 2px solid #c3e0f2 !important;
}

.border-b-primary-150-3 {
  border-bottom: 3px solid #c3e0f2 !important;
}

.border-b-primary-150-4 {
  border-bottom: 4px solid #c3e0f2 !important;
}

.border-b-primary-150-5 {
  border-bottom: 5px solid #c3e0f2 !important;
}

.border-b-primary-150-6 {
  border-bottom: 6px solid #c3e0f2 !important;
}

.border-b-primary-150-7 {
  border-bottom: 7px solid #c3e0f2 !important;
}

.border-b-primary-150-8 {
  border-bottom: 8px solid #c3e0f2 !important;
}

.border-b-primary-150-9 {
  border-bottom: 9px solid #c3e0f2 !important;
}

.border-b-primary-150-10 {
  border-bottom: 10px solid #c3e0f2 !important;
}

.border-t-primary-150-1 {
  border-top: 1px solid #c3e0f2 !important;
}

.border-t-primary-150-2 {
  border-top: 2px solid #c3e0f2 !important;
}

.border-t-primary-150-3 {
  border-top: 3px solid #c3e0f2 !important;
}

.border-t-primary-150-4 {
  border-top: 4px solid #c3e0f2 !important;
}

.border-t-primary-150-5 {
  border-top: 5px solid #c3e0f2 !important;
}

.border-t-primary-150-6 {
  border-top: 6px solid #c3e0f2 !important;
}

.border-t-primary-150-7 {
  border-top: 7px solid #c3e0f2 !important;
}

.border-t-primary-150-8 {
  border-top: 8px solid #c3e0f2 !important;
}

.border-t-primary-150-9 {
  border-top: 9px solid #c3e0f2 !important;
}

.border-t-primary-150-10 {
  border-top: 10px solid #c3e0f2 !important;
}

.border-r-primary-150-1 {
  border-right: 1px solid #c3e0f2 !important;
}

.border-r-primary-150-2 {
  border-right: 2px solid #c3e0f2 !important;
}

.border-r-primary-150-3 {
  border-right: 3px solid #c3e0f2 !important;
}

.border-r-primary-150-4 {
  border-right: 4px solid #c3e0f2 !important;
}

.border-r-primary-150-5 {
  border-right: 5px solid #c3e0f2 !important;
}

.border-r-primary-150-6 {
  border-right: 6px solid #c3e0f2 !important;
}

.border-r-primary-150-7 {
  border-right: 7px solid #c3e0f2 !important;
}

.border-r-primary-150-8 {
  border-right: 8px solid #c3e0f2 !important;
}

.border-r-primary-150-9 {
  border-right: 9px solid #c3e0f2 !important;
}

.border-r-primary-150-10 {
  border-right: 10px solid #c3e0f2 !important;
}

.border-l-primary-150-1 {
  border-left: 1px solid #c3e0f2 !important;
}

.border-l-primary-150-2 {
  border-left: 2px solid #c3e0f2 !important;
}

.border-l-primary-150-3 {
  border-left: 3px solid #c3e0f2 !important;
}

.border-l-primary-150-4 {
  border-left: 4px solid #c3e0f2 !important;
}

.border-l-primary-150-5 {
  border-left: 5px solid #c3e0f2 !important;
}

.border-l-primary-150-6 {
  border-left: 6px solid #c3e0f2 !important;
}

.border-l-primary-150-7 {
  border-left: 7px solid #c3e0f2 !important;
}

.border-l-primary-150-8 {
  border-left: 8px solid #c3e0f2 !important;
}

.border-l-primary-150-9 {
  border-left: 9px solid #c3e0f2 !important;
}

.border-l-primary-150-10 {
  border-left: 10px solid #c3e0f2 !important;
}

.border-primary-200-1 {
  border: 1px solid #afd5ee !important;
}

.border-primary-200-2 {
  border: 2px solid #afd5ee !important;
}

.border-primary-200-3 {
  border: 3px solid #afd5ee !important;
}

.border-primary-200-4 {
  border: 4px solid #afd5ee !important;
}

.border-primary-200-5 {
  border: 5px solid #afd5ee !important;
}

.border-primary-200-6 {
  border: 6px solid #afd5ee !important;
}

.border-primary-200-7 {
  border: 7px solid #afd5ee !important;
}

.border-primary-200-8 {
  border: 8px solid #afd5ee !important;
}

.border-primary-200-9 {
  border: 9px solid #afd5ee !important;
}

.border-primary-200-10 {
  border: 10px solid #afd5ee !important;
}

.border-b-primary-200-1 {
  border-bottom: 1px solid #afd5ee !important;
}

.border-b-primary-200-2 {
  border-bottom: 2px solid #afd5ee !important;
}

.border-b-primary-200-3 {
  border-bottom: 3px solid #afd5ee !important;
}

.border-b-primary-200-4 {
  border-bottom: 4px solid #afd5ee !important;
}

.border-b-primary-200-5 {
  border-bottom: 5px solid #afd5ee !important;
}

.border-b-primary-200-6 {
  border-bottom: 6px solid #afd5ee !important;
}

.border-b-primary-200-7 {
  border-bottom: 7px solid #afd5ee !important;
}

.border-b-primary-200-8 {
  border-bottom: 8px solid #afd5ee !important;
}

.border-b-primary-200-9 {
  border-bottom: 9px solid #afd5ee !important;
}

.border-b-primary-200-10 {
  border-bottom: 10px solid #afd5ee !important;
}

.border-t-primary-200-1 {
  border-top: 1px solid #afd5ee !important;
}

.border-t-primary-200-2 {
  border-top: 2px solid #afd5ee !important;
}

.border-t-primary-200-3 {
  border-top: 3px solid #afd5ee !important;
}

.border-t-primary-200-4 {
  border-top: 4px solid #afd5ee !important;
}

.border-t-primary-200-5 {
  border-top: 5px solid #afd5ee !important;
}

.border-t-primary-200-6 {
  border-top: 6px solid #afd5ee !important;
}

.border-t-primary-200-7 {
  border-top: 7px solid #afd5ee !important;
}

.border-t-primary-200-8 {
  border-top: 8px solid #afd5ee !important;
}

.border-t-primary-200-9 {
  border-top: 9px solid #afd5ee !important;
}

.border-t-primary-200-10 {
  border-top: 10px solid #afd5ee !important;
}

.border-r-primary-200-1 {
  border-right: 1px solid #afd5ee !important;
}

.border-r-primary-200-2 {
  border-right: 2px solid #afd5ee !important;
}

.border-r-primary-200-3 {
  border-right: 3px solid #afd5ee !important;
}

.border-r-primary-200-4 {
  border-right: 4px solid #afd5ee !important;
}

.border-r-primary-200-5 {
  border-right: 5px solid #afd5ee !important;
}

.border-r-primary-200-6 {
  border-right: 6px solid #afd5ee !important;
}

.border-r-primary-200-7 {
  border-right: 7px solid #afd5ee !important;
}

.border-r-primary-200-8 {
  border-right: 8px solid #afd5ee !important;
}

.border-r-primary-200-9 {
  border-right: 9px solid #afd5ee !important;
}

.border-r-primary-200-10 {
  border-right: 10px solid #afd5ee !important;
}

.border-l-primary-200-1 {
  border-left: 1px solid #afd5ee !important;
}

.border-l-primary-200-2 {
  border-left: 2px solid #afd5ee !important;
}

.border-l-primary-200-3 {
  border-left: 3px solid #afd5ee !important;
}

.border-l-primary-200-4 {
  border-left: 4px solid #afd5ee !important;
}

.border-l-primary-200-5 {
  border-left: 5px solid #afd5ee !important;
}

.border-l-primary-200-6 {
  border-left: 6px solid #afd5ee !important;
}

.border-l-primary-200-7 {
  border-left: 7px solid #afd5ee !important;
}

.border-l-primary-200-8 {
  border-left: 8px solid #afd5ee !important;
}

.border-l-primary-200-9 {
  border-left: 9px solid #afd5ee !important;
}

.border-l-primary-200-10 {
  border-left: 10px solid #afd5ee !important;
}

.border-primary-300-1 {
  border: 1px solid #87c1e6 !important;
}

.border-primary-300-2 {
  border: 2px solid #87c1e6 !important;
}

.border-primary-300-3 {
  border: 3px solid #87c1e6 !important;
}

.border-primary-300-4 {
  border: 4px solid #87c1e6 !important;
}

.border-primary-300-5 {
  border: 5px solid #87c1e6 !important;
}

.border-primary-300-6 {
  border: 6px solid #87c1e6 !important;
}

.border-primary-300-7 {
  border: 7px solid #87c1e6 !important;
}

.border-primary-300-8 {
  border: 8px solid #87c1e6 !important;
}

.border-primary-300-9 {
  border: 9px solid #87c1e6 !important;
}

.border-primary-300-10 {
  border: 10px solid #87c1e6 !important;
}

.border-b-primary-300-1 {
  border-bottom: 1px solid #87c1e6 !important;
}

.border-b-primary-300-2 {
  border-bottom: 2px solid #87c1e6 !important;
}

.border-b-primary-300-3 {
  border-bottom: 3px solid #87c1e6 !important;
}

.border-b-primary-300-4 {
  border-bottom: 4px solid #87c1e6 !important;
}

.border-b-primary-300-5 {
  border-bottom: 5px solid #87c1e6 !important;
}

.border-b-primary-300-6 {
  border-bottom: 6px solid #87c1e6 !important;
}

.border-b-primary-300-7 {
  border-bottom: 7px solid #87c1e6 !important;
}

.border-b-primary-300-8 {
  border-bottom: 8px solid #87c1e6 !important;
}

.border-b-primary-300-9 {
  border-bottom: 9px solid #87c1e6 !important;
}

.border-b-primary-300-10 {
  border-bottom: 10px solid #87c1e6 !important;
}

.border-t-primary-300-1 {
  border-top: 1px solid #87c1e6 !important;
}

.border-t-primary-300-2 {
  border-top: 2px solid #87c1e6 !important;
}

.border-t-primary-300-3 {
  border-top: 3px solid #87c1e6 !important;
}

.border-t-primary-300-4 {
  border-top: 4px solid #87c1e6 !important;
}

.border-t-primary-300-5 {
  border-top: 5px solid #87c1e6 !important;
}

.border-t-primary-300-6 {
  border-top: 6px solid #87c1e6 !important;
}

.border-t-primary-300-7 {
  border-top: 7px solid #87c1e6 !important;
}

.border-t-primary-300-8 {
  border-top: 8px solid #87c1e6 !important;
}

.border-t-primary-300-9 {
  border-top: 9px solid #87c1e6 !important;
}

.border-t-primary-300-10 {
  border-top: 10px solid #87c1e6 !important;
}

.border-r-primary-300-1 {
  border-right: 1px solid #87c1e6 !important;
}

.border-r-primary-300-2 {
  border-right: 2px solid #87c1e6 !important;
}

.border-r-primary-300-3 {
  border-right: 3px solid #87c1e6 !important;
}

.border-r-primary-300-4 {
  border-right: 4px solid #87c1e6 !important;
}

.border-r-primary-300-5 {
  border-right: 5px solid #87c1e6 !important;
}

.border-r-primary-300-6 {
  border-right: 6px solid #87c1e6 !important;
}

.border-r-primary-300-7 {
  border-right: 7px solid #87c1e6 !important;
}

.border-r-primary-300-8 {
  border-right: 8px solid #87c1e6 !important;
}

.border-r-primary-300-9 {
  border-right: 9px solid #87c1e6 !important;
}

.border-r-primary-300-10 {
  border-right: 10px solid #87c1e6 !important;
}

.border-l-primary-300-1 {
  border-left: 1px solid #87c1e6 !important;
}

.border-l-primary-300-2 {
  border-left: 2px solid #87c1e6 !important;
}

.border-l-primary-300-3 {
  border-left: 3px solid #87c1e6 !important;
}

.border-l-primary-300-4 {
  border-left: 4px solid #87c1e6 !important;
}

.border-l-primary-300-5 {
  border-left: 5px solid #87c1e6 !important;
}

.border-l-primary-300-6 {
  border-left: 6px solid #87c1e6 !important;
}

.border-l-primary-300-7 {
  border-left: 7px solid #87c1e6 !important;
}

.border-l-primary-300-8 {
  border-left: 8px solid #87c1e6 !important;
}

.border-l-primary-300-9 {
  border-left: 9px solid #87c1e6 !important;
}

.border-l-primary-300-10 {
  border-left: 10px solid #87c1e6 !important;
}

.border-primary-400-1 {
  border: 1px solid #5facdd !important;
}

.border-primary-400-2 {
  border: 2px solid #5facdd !important;
}

.border-primary-400-3 {
  border: 3px solid #5facdd !important;
}

.border-primary-400-4 {
  border: 4px solid #5facdd !important;
}

.border-primary-400-5 {
  border: 5px solid #5facdd !important;
}

.border-primary-400-6 {
  border: 6px solid #5facdd !important;
}

.border-primary-400-7 {
  border: 7px solid #5facdd !important;
}

.border-primary-400-8 {
  border: 8px solid #5facdd !important;
}

.border-primary-400-9 {
  border: 9px solid #5facdd !important;
}

.border-primary-400-10 {
  border: 10px solid #5facdd !important;
}

.border-b-primary-400-1 {
  border-bottom: 1px solid #5facdd !important;
}

.border-b-primary-400-2 {
  border-bottom: 2px solid #5facdd !important;
}

.border-b-primary-400-3 {
  border-bottom: 3px solid #5facdd !important;
}

.border-b-primary-400-4 {
  border-bottom: 4px solid #5facdd !important;
}

.border-b-primary-400-5 {
  border-bottom: 5px solid #5facdd !important;
}

.border-b-primary-400-6 {
  border-bottom: 6px solid #5facdd !important;
}

.border-b-primary-400-7 {
  border-bottom: 7px solid #5facdd !important;
}

.border-b-primary-400-8 {
  border-bottom: 8px solid #5facdd !important;
}

.border-b-primary-400-9 {
  border-bottom: 9px solid #5facdd !important;
}

.border-b-primary-400-10 {
  border-bottom: 10px solid #5facdd !important;
}

.border-t-primary-400-1 {
  border-top: 1px solid #5facdd !important;
}

.border-t-primary-400-2 {
  border-top: 2px solid #5facdd !important;
}

.border-t-primary-400-3 {
  border-top: 3px solid #5facdd !important;
}

.border-t-primary-400-4 {
  border-top: 4px solid #5facdd !important;
}

.border-t-primary-400-5 {
  border-top: 5px solid #5facdd !important;
}

.border-t-primary-400-6 {
  border-top: 6px solid #5facdd !important;
}

.border-t-primary-400-7 {
  border-top: 7px solid #5facdd !important;
}

.border-t-primary-400-8 {
  border-top: 8px solid #5facdd !important;
}

.border-t-primary-400-9 {
  border-top: 9px solid #5facdd !important;
}

.border-t-primary-400-10 {
  border-top: 10px solid #5facdd !important;
}

.border-r-primary-400-1 {
  border-right: 1px solid #5facdd !important;
}

.border-r-primary-400-2 {
  border-right: 2px solid #5facdd !important;
}

.border-r-primary-400-3 {
  border-right: 3px solid #5facdd !important;
}

.border-r-primary-400-4 {
  border-right: 4px solid #5facdd !important;
}

.border-r-primary-400-5 {
  border-right: 5px solid #5facdd !important;
}

.border-r-primary-400-6 {
  border-right: 6px solid #5facdd !important;
}

.border-r-primary-400-7 {
  border-right: 7px solid #5facdd !important;
}

.border-r-primary-400-8 {
  border-right: 8px solid #5facdd !important;
}

.border-r-primary-400-9 {
  border-right: 9px solid #5facdd !important;
}

.border-r-primary-400-10 {
  border-right: 10px solid #5facdd !important;
}

.border-l-primary-400-1 {
  border-left: 1px solid #5facdd !important;
}

.border-l-primary-400-2 {
  border-left: 2px solid #5facdd !important;
}

.border-l-primary-400-3 {
  border-left: 3px solid #5facdd !important;
}

.border-l-primary-400-4 {
  border-left: 4px solid #5facdd !important;
}

.border-l-primary-400-5 {
  border-left: 5px solid #5facdd !important;
}

.border-l-primary-400-6 {
  border-left: 6px solid #5facdd !important;
}

.border-l-primary-400-7 {
  border-left: 7px solid #5facdd !important;
}

.border-l-primary-400-8 {
  border-left: 8px solid #5facdd !important;
}

.border-l-primary-400-9 {
  border-left: 9px solid #5facdd !important;
}

.border-l-primary-400-10 {
  border-left: 10px solid #5facdd !important;
}

.border-primary-500-1 {
  border: 1px solid #3797d5 !important;
}

.border-primary-500-2 {
  border: 2px solid #3797d5 !important;
}

.border-primary-500-3 {
  border: 3px solid #3797d5 !important;
}

.border-primary-500-4 {
  border: 4px solid #3797d5 !important;
}

.border-primary-500-5 {
  border: 5px solid #3797d5 !important;
}

.border-primary-500-6 {
  border: 6px solid #3797d5 !important;
}

.border-primary-500-7 {
  border: 7px solid #3797d5 !important;
}

.border-primary-500-8 {
  border: 8px solid #3797d5 !important;
}

.border-primary-500-9 {
  border: 9px solid #3797d5 !important;
}

.border-primary-500-10 {
  border: 10px solid #3797d5 !important;
}

.border-b-primary-500-1 {
  border-bottom: 1px solid #3797d5 !important;
}

.border-b-primary-500-2 {
  border-bottom: 2px solid #3797d5 !important;
}

.border-b-primary-500-3 {
  border-bottom: 3px solid #3797d5 !important;
}

.border-b-primary-500-4 {
  border-bottom: 4px solid #3797d5 !important;
}

.border-b-primary-500-5 {
  border-bottom: 5px solid #3797d5 !important;
}

.border-b-primary-500-6 {
  border-bottom: 6px solid #3797d5 !important;
}

.border-b-primary-500-7 {
  border-bottom: 7px solid #3797d5 !important;
}

.border-b-primary-500-8 {
  border-bottom: 8px solid #3797d5 !important;
}

.border-b-primary-500-9 {
  border-bottom: 9px solid #3797d5 !important;
}

.border-b-primary-500-10 {
  border-bottom: 10px solid #3797d5 !important;
}

.border-t-primary-500-1 {
  border-top: 1px solid #3797d5 !important;
}

.border-t-primary-500-2 {
  border-top: 2px solid #3797d5 !important;
}

.border-t-primary-500-3 {
  border-top: 3px solid #3797d5 !important;
}

.border-t-primary-500-4 {
  border-top: 4px solid #3797d5 !important;
}

.border-t-primary-500-5 {
  border-top: 5px solid #3797d5 !important;
}

.border-t-primary-500-6 {
  border-top: 6px solid #3797d5 !important;
}

.border-t-primary-500-7 {
  border-top: 7px solid #3797d5 !important;
}

.border-t-primary-500-8 {
  border-top: 8px solid #3797d5 !important;
}

.border-t-primary-500-9 {
  border-top: 9px solid #3797d5 !important;
}

.border-t-primary-500-10 {
  border-top: 10px solid #3797d5 !important;
}

.border-r-primary-500-1 {
  border-right: 1px solid #3797d5 !important;
}

.border-r-primary-500-2 {
  border-right: 2px solid #3797d5 !important;
}

.border-r-primary-500-3 {
  border-right: 3px solid #3797d5 !important;
}

.border-r-primary-500-4 {
  border-right: 4px solid #3797d5 !important;
}

.border-r-primary-500-5 {
  border-right: 5px solid #3797d5 !important;
}

.border-r-primary-500-6 {
  border-right: 6px solid #3797d5 !important;
}

.border-r-primary-500-7 {
  border-right: 7px solid #3797d5 !important;
}

.border-r-primary-500-8 {
  border-right: 8px solid #3797d5 !important;
}

.border-r-primary-500-9 {
  border-right: 9px solid #3797d5 !important;
}

.border-r-primary-500-10 {
  border-right: 10px solid #3797d5 !important;
}

.border-l-primary-500-1 {
  border-left: 1px solid #3797d5 !important;
}

.border-l-primary-500-2 {
  border-left: 2px solid #3797d5 !important;
}

.border-l-primary-500-3 {
  border-left: 3px solid #3797d5 !important;
}

.border-l-primary-500-4 {
  border-left: 4px solid #3797d5 !important;
}

.border-l-primary-500-5 {
  border-left: 5px solid #3797d5 !important;
}

.border-l-primary-500-6 {
  border-left: 6px solid #3797d5 !important;
}

.border-l-primary-500-7 {
  border-left: 7px solid #3797d5 !important;
}

.border-l-primary-500-8 {
  border-left: 8px solid #3797d5 !important;
}

.border-l-primary-500-9 {
  border-left: 9px solid #3797d5 !important;
}

.border-l-primary-500-10 {
  border-left: 10px solid #3797d5 !important;
}

.border-primary-600-1 {
  border: 1px solid #2c79aa !important;
}

.border-primary-600-2 {
  border: 2px solid #2c79aa !important;
}

.border-primary-600-3 {
  border: 3px solid #2c79aa !important;
}

.border-primary-600-4 {
  border: 4px solid #2c79aa !important;
}

.border-primary-600-5 {
  border: 5px solid #2c79aa !important;
}

.border-primary-600-6 {
  border: 6px solid #2c79aa !important;
}

.border-primary-600-7 {
  border: 7px solid #2c79aa !important;
}

.border-primary-600-8 {
  border: 8px solid #2c79aa !important;
}

.border-primary-600-9 {
  border: 9px solid #2c79aa !important;
}

.border-primary-600-10 {
  border: 10px solid #2c79aa !important;
}

.border-b-primary-600-1 {
  border-bottom: 1px solid #2c79aa !important;
}

.border-b-primary-600-2 {
  border-bottom: 2px solid #2c79aa !important;
}

.border-b-primary-600-3 {
  border-bottom: 3px solid #2c79aa !important;
}

.border-b-primary-600-4 {
  border-bottom: 4px solid #2c79aa !important;
}

.border-b-primary-600-5 {
  border-bottom: 5px solid #2c79aa !important;
}

.border-b-primary-600-6 {
  border-bottom: 6px solid #2c79aa !important;
}

.border-b-primary-600-7 {
  border-bottom: 7px solid #2c79aa !important;
}

.border-b-primary-600-8 {
  border-bottom: 8px solid #2c79aa !important;
}

.border-b-primary-600-9 {
  border-bottom: 9px solid #2c79aa !important;
}

.border-b-primary-600-10 {
  border-bottom: 10px solid #2c79aa !important;
}

.border-t-primary-600-1 {
  border-top: 1px solid #2c79aa !important;
}

.border-t-primary-600-2 {
  border-top: 2px solid #2c79aa !important;
}

.border-t-primary-600-3 {
  border-top: 3px solid #2c79aa !important;
}

.border-t-primary-600-4 {
  border-top: 4px solid #2c79aa !important;
}

.border-t-primary-600-5 {
  border-top: 5px solid #2c79aa !important;
}

.border-t-primary-600-6 {
  border-top: 6px solid #2c79aa !important;
}

.border-t-primary-600-7 {
  border-top: 7px solid #2c79aa !important;
}

.border-t-primary-600-8 {
  border-top: 8px solid #2c79aa !important;
}

.border-t-primary-600-9 {
  border-top: 9px solid #2c79aa !important;
}

.border-t-primary-600-10 {
  border-top: 10px solid #2c79aa !important;
}

.border-r-primary-600-1 {
  border-right: 1px solid #2c79aa !important;
}

.border-r-primary-600-2 {
  border-right: 2px solid #2c79aa !important;
}

.border-r-primary-600-3 {
  border-right: 3px solid #2c79aa !important;
}

.border-r-primary-600-4 {
  border-right: 4px solid #2c79aa !important;
}

.border-r-primary-600-5 {
  border-right: 5px solid #2c79aa !important;
}

.border-r-primary-600-6 {
  border-right: 6px solid #2c79aa !important;
}

.border-r-primary-600-7 {
  border-right: 7px solid #2c79aa !important;
}

.border-r-primary-600-8 {
  border-right: 8px solid #2c79aa !important;
}

.border-r-primary-600-9 {
  border-right: 9px solid #2c79aa !important;
}

.border-r-primary-600-10 {
  border-right: 10px solid #2c79aa !important;
}

.border-l-primary-600-1 {
  border-left: 1px solid #2c79aa !important;
}

.border-l-primary-600-2 {
  border-left: 2px solid #2c79aa !important;
}

.border-l-primary-600-3 {
  border-left: 3px solid #2c79aa !important;
}

.border-l-primary-600-4 {
  border-left: 4px solid #2c79aa !important;
}

.border-l-primary-600-5 {
  border-left: 5px solid #2c79aa !important;
}

.border-l-primary-600-6 {
  border-left: 6px solid #2c79aa !important;
}

.border-l-primary-600-7 {
  border-left: 7px solid #2c79aa !important;
}

.border-l-primary-600-8 {
  border-left: 8px solid #2c79aa !important;
}

.border-l-primary-600-9 {
  border-left: 9px solid #2c79aa !important;
}

.border-l-primary-600-10 {
  border-left: 10px solid #2c79aa !important;
}

.border-primary-700-1 {
  border: 1px solid #215b80 !important;
}

.border-primary-700-2 {
  border: 2px solid #215b80 !important;
}

.border-primary-700-3 {
  border: 3px solid #215b80 !important;
}

.border-primary-700-4 {
  border: 4px solid #215b80 !important;
}

.border-primary-700-5 {
  border: 5px solid #215b80 !important;
}

.border-primary-700-6 {
  border: 6px solid #215b80 !important;
}

.border-primary-700-7 {
  border: 7px solid #215b80 !important;
}

.border-primary-700-8 {
  border: 8px solid #215b80 !important;
}

.border-primary-700-9 {
  border: 9px solid #215b80 !important;
}

.border-primary-700-10 {
  border: 10px solid #215b80 !important;
}

.border-b-primary-700-1 {
  border-bottom: 1px solid #215b80 !important;
}

.border-b-primary-700-2 {
  border-bottom: 2px solid #215b80 !important;
}

.border-b-primary-700-3 {
  border-bottom: 3px solid #215b80 !important;
}

.border-b-primary-700-4 {
  border-bottom: 4px solid #215b80 !important;
}

.border-b-primary-700-5 {
  border-bottom: 5px solid #215b80 !important;
}

.border-b-primary-700-6 {
  border-bottom: 6px solid #215b80 !important;
}

.border-b-primary-700-7 {
  border-bottom: 7px solid #215b80 !important;
}

.border-b-primary-700-8 {
  border-bottom: 8px solid #215b80 !important;
}

.border-b-primary-700-9 {
  border-bottom: 9px solid #215b80 !important;
}

.border-b-primary-700-10 {
  border-bottom: 10px solid #215b80 !important;
}

.border-t-primary-700-1 {
  border-top: 1px solid #215b80 !important;
}

.border-t-primary-700-2 {
  border-top: 2px solid #215b80 !important;
}

.border-t-primary-700-3 {
  border-top: 3px solid #215b80 !important;
}

.border-t-primary-700-4 {
  border-top: 4px solid #215b80 !important;
}

.border-t-primary-700-5 {
  border-top: 5px solid #215b80 !important;
}

.border-t-primary-700-6 {
  border-top: 6px solid #215b80 !important;
}

.border-t-primary-700-7 {
  border-top: 7px solid #215b80 !important;
}

.border-t-primary-700-8 {
  border-top: 8px solid #215b80 !important;
}

.border-t-primary-700-9 {
  border-top: 9px solid #215b80 !important;
}

.border-t-primary-700-10 {
  border-top: 10px solid #215b80 !important;
}

.border-r-primary-700-1 {
  border-right: 1px solid #215b80 !important;
}

.border-r-primary-700-2 {
  border-right: 2px solid #215b80 !important;
}

.border-r-primary-700-3 {
  border-right: 3px solid #215b80 !important;
}

.border-r-primary-700-4 {
  border-right: 4px solid #215b80 !important;
}

.border-r-primary-700-5 {
  border-right: 5px solid #215b80 !important;
}

.border-r-primary-700-6 {
  border-right: 6px solid #215b80 !important;
}

.border-r-primary-700-7 {
  border-right: 7px solid #215b80 !important;
}

.border-r-primary-700-8 {
  border-right: 8px solid #215b80 !important;
}

.border-r-primary-700-9 {
  border-right: 9px solid #215b80 !important;
}

.border-r-primary-700-10 {
  border-right: 10px solid #215b80 !important;
}

.border-l-primary-700-1 {
  border-left: 1px solid #215b80 !important;
}

.border-l-primary-700-2 {
  border-left: 2px solid #215b80 !important;
}

.border-l-primary-700-3 {
  border-left: 3px solid #215b80 !important;
}

.border-l-primary-700-4 {
  border-left: 4px solid #215b80 !important;
}

.border-l-primary-700-5 {
  border-left: 5px solid #215b80 !important;
}

.border-l-primary-700-6 {
  border-left: 6px solid #215b80 !important;
}

.border-l-primary-700-7 {
  border-left: 7px solid #215b80 !important;
}

.border-l-primary-700-8 {
  border-left: 8px solid #215b80 !important;
}

.border-l-primary-700-9 {
  border-left: 9px solid #215b80 !important;
}

.border-l-primary-700-10 {
  border-left: 10px solid #215b80 !important;
}

.border-primary-800-1 {
  border: 1px solid #163c55 !important;
}

.border-primary-800-2 {
  border: 2px solid #163c55 !important;
}

.border-primary-800-3 {
  border: 3px solid #163c55 !important;
}

.border-primary-800-4 {
  border: 4px solid #163c55 !important;
}

.border-primary-800-5 {
  border: 5px solid #163c55 !important;
}

.border-primary-800-6 {
  border: 6px solid #163c55 !important;
}

.border-primary-800-7 {
  border: 7px solid #163c55 !important;
}

.border-primary-800-8 {
  border: 8px solid #163c55 !important;
}

.border-primary-800-9 {
  border: 9px solid #163c55 !important;
}

.border-primary-800-10 {
  border: 10px solid #163c55 !important;
}

.border-b-primary-800-1 {
  border-bottom: 1px solid #163c55 !important;
}

.border-b-primary-800-2 {
  border-bottom: 2px solid #163c55 !important;
}

.border-b-primary-800-3 {
  border-bottom: 3px solid #163c55 !important;
}

.border-b-primary-800-4 {
  border-bottom: 4px solid #163c55 !important;
}

.border-b-primary-800-5 {
  border-bottom: 5px solid #163c55 !important;
}

.border-b-primary-800-6 {
  border-bottom: 6px solid #163c55 !important;
}

.border-b-primary-800-7 {
  border-bottom: 7px solid #163c55 !important;
}

.border-b-primary-800-8 {
  border-bottom: 8px solid #163c55 !important;
}

.border-b-primary-800-9 {
  border-bottom: 9px solid #163c55 !important;
}

.border-b-primary-800-10 {
  border-bottom: 10px solid #163c55 !important;
}

.border-t-primary-800-1 {
  border-top: 1px solid #163c55 !important;
}

.border-t-primary-800-2 {
  border-top: 2px solid #163c55 !important;
}

.border-t-primary-800-3 {
  border-top: 3px solid #163c55 !important;
}

.border-t-primary-800-4 {
  border-top: 4px solid #163c55 !important;
}

.border-t-primary-800-5 {
  border-top: 5px solid #163c55 !important;
}

.border-t-primary-800-6 {
  border-top: 6px solid #163c55 !important;
}

.border-t-primary-800-7 {
  border-top: 7px solid #163c55 !important;
}

.border-t-primary-800-8 {
  border-top: 8px solid #163c55 !important;
}

.border-t-primary-800-9 {
  border-top: 9px solid #163c55 !important;
}

.border-t-primary-800-10 {
  border-top: 10px solid #163c55 !important;
}

.border-r-primary-800-1 {
  border-right: 1px solid #163c55 !important;
}

.border-r-primary-800-2 {
  border-right: 2px solid #163c55 !important;
}

.border-r-primary-800-3 {
  border-right: 3px solid #163c55 !important;
}

.border-r-primary-800-4 {
  border-right: 4px solid #163c55 !important;
}

.border-r-primary-800-5 {
  border-right: 5px solid #163c55 !important;
}

.border-r-primary-800-6 {
  border-right: 6px solid #163c55 !important;
}

.border-r-primary-800-7 {
  border-right: 7px solid #163c55 !important;
}

.border-r-primary-800-8 {
  border-right: 8px solid #163c55 !important;
}

.border-r-primary-800-9 {
  border-right: 9px solid #163c55 !important;
}

.border-r-primary-800-10 {
  border-right: 10px solid #163c55 !important;
}

.border-l-primary-800-1 {
  border-left: 1px solid #163c55 !important;
}

.border-l-primary-800-2 {
  border-left: 2px solid #163c55 !important;
}

.border-l-primary-800-3 {
  border-left: 3px solid #163c55 !important;
}

.border-l-primary-800-4 {
  border-left: 4px solid #163c55 !important;
}

.border-l-primary-800-5 {
  border-left: 5px solid #163c55 !important;
}

.border-l-primary-800-6 {
  border-left: 6px solid #163c55 !important;
}

.border-l-primary-800-7 {
  border-left: 7px solid #163c55 !important;
}

.border-l-primary-800-8 {
  border-left: 8px solid #163c55 !important;
}

.border-l-primary-800-9 {
  border-left: 9px solid #163c55 !important;
}

.border-l-primary-800-10 {
  border-left: 10px solid #163c55 !important;
}

.border-primary-850-1 {
  border: 1px solid #112d40 !important;
}

.border-primary-850-2 {
  border: 2px solid #112d40 !important;
}

.border-primary-850-3 {
  border: 3px solid #112d40 !important;
}

.border-primary-850-4 {
  border: 4px solid #112d40 !important;
}

.border-primary-850-5 {
  border: 5px solid #112d40 !important;
}

.border-primary-850-6 {
  border: 6px solid #112d40 !important;
}

.border-primary-850-7 {
  border: 7px solid #112d40 !important;
}

.border-primary-850-8 {
  border: 8px solid #112d40 !important;
}

.border-primary-850-9 {
  border: 9px solid #112d40 !important;
}

.border-primary-850-10 {
  border: 10px solid #112d40 !important;
}

.border-b-primary-850-1 {
  border-bottom: 1px solid #112d40 !important;
}

.border-b-primary-850-2 {
  border-bottom: 2px solid #112d40 !important;
}

.border-b-primary-850-3 {
  border-bottom: 3px solid #112d40 !important;
}

.border-b-primary-850-4 {
  border-bottom: 4px solid #112d40 !important;
}

.border-b-primary-850-5 {
  border-bottom: 5px solid #112d40 !important;
}

.border-b-primary-850-6 {
  border-bottom: 6px solid #112d40 !important;
}

.border-b-primary-850-7 {
  border-bottom: 7px solid #112d40 !important;
}

.border-b-primary-850-8 {
  border-bottom: 8px solid #112d40 !important;
}

.border-b-primary-850-9 {
  border-bottom: 9px solid #112d40 !important;
}

.border-b-primary-850-10 {
  border-bottom: 10px solid #112d40 !important;
}

.border-t-primary-850-1 {
  border-top: 1px solid #112d40 !important;
}

.border-t-primary-850-2 {
  border-top: 2px solid #112d40 !important;
}

.border-t-primary-850-3 {
  border-top: 3px solid #112d40 !important;
}

.border-t-primary-850-4 {
  border-top: 4px solid #112d40 !important;
}

.border-t-primary-850-5 {
  border-top: 5px solid #112d40 !important;
}

.border-t-primary-850-6 {
  border-top: 6px solid #112d40 !important;
}

.border-t-primary-850-7 {
  border-top: 7px solid #112d40 !important;
}

.border-t-primary-850-8 {
  border-top: 8px solid #112d40 !important;
}

.border-t-primary-850-9 {
  border-top: 9px solid #112d40 !important;
}

.border-t-primary-850-10 {
  border-top: 10px solid #112d40 !important;
}

.border-r-primary-850-1 {
  border-right: 1px solid #112d40 !important;
}

.border-r-primary-850-2 {
  border-right: 2px solid #112d40 !important;
}

.border-r-primary-850-3 {
  border-right: 3px solid #112d40 !important;
}

.border-r-primary-850-4 {
  border-right: 4px solid #112d40 !important;
}

.border-r-primary-850-5 {
  border-right: 5px solid #112d40 !important;
}

.border-r-primary-850-6 {
  border-right: 6px solid #112d40 !important;
}

.border-r-primary-850-7 {
  border-right: 7px solid #112d40 !important;
}

.border-r-primary-850-8 {
  border-right: 8px solid #112d40 !important;
}

.border-r-primary-850-9 {
  border-right: 9px solid #112d40 !important;
}

.border-r-primary-850-10 {
  border-right: 10px solid #112d40 !important;
}

.border-l-primary-850-1 {
  border-left: 1px solid #112d40 !important;
}

.border-l-primary-850-2 {
  border-left: 2px solid #112d40 !important;
}

.border-l-primary-850-3 {
  border-left: 3px solid #112d40 !important;
}

.border-l-primary-850-4 {
  border-left: 4px solid #112d40 !important;
}

.border-l-primary-850-5 {
  border-left: 5px solid #112d40 !important;
}

.border-l-primary-850-6 {
  border-left: 6px solid #112d40 !important;
}

.border-l-primary-850-7 {
  border-left: 7px solid #112d40 !important;
}

.border-l-primary-850-8 {
  border-left: 8px solid #112d40 !important;
}

.border-l-primary-850-9 {
  border-left: 9px solid #112d40 !important;
}

.border-l-primary-850-10 {
  border-left: 10px solid #112d40 !important;
}

.border-primary-900-1 {
  border: 1px solid #0b1e2b !important;
}

.border-primary-900-2 {
  border: 2px solid #0b1e2b !important;
}

.border-primary-900-3 {
  border: 3px solid #0b1e2b !important;
}

.border-primary-900-4 {
  border: 4px solid #0b1e2b !important;
}

.border-primary-900-5 {
  border: 5px solid #0b1e2b !important;
}

.border-primary-900-6 {
  border: 6px solid #0b1e2b !important;
}

.border-primary-900-7 {
  border: 7px solid #0b1e2b !important;
}

.border-primary-900-8 {
  border: 8px solid #0b1e2b !important;
}

.border-primary-900-9 {
  border: 9px solid #0b1e2b !important;
}

.border-primary-900-10 {
  border: 10px solid #0b1e2b !important;
}

.border-b-primary-900-1 {
  border-bottom: 1px solid #0b1e2b !important;
}

.border-b-primary-900-2 {
  border-bottom: 2px solid #0b1e2b !important;
}

.border-b-primary-900-3 {
  border-bottom: 3px solid #0b1e2b !important;
}

.border-b-primary-900-4 {
  border-bottom: 4px solid #0b1e2b !important;
}

.border-b-primary-900-5 {
  border-bottom: 5px solid #0b1e2b !important;
}

.border-b-primary-900-6 {
  border-bottom: 6px solid #0b1e2b !important;
}

.border-b-primary-900-7 {
  border-bottom: 7px solid #0b1e2b !important;
}

.border-b-primary-900-8 {
  border-bottom: 8px solid #0b1e2b !important;
}

.border-b-primary-900-9 {
  border-bottom: 9px solid #0b1e2b !important;
}

.border-b-primary-900-10 {
  border-bottom: 10px solid #0b1e2b !important;
}

.border-t-primary-900-1 {
  border-top: 1px solid #0b1e2b !important;
}

.border-t-primary-900-2 {
  border-top: 2px solid #0b1e2b !important;
}

.border-t-primary-900-3 {
  border-top: 3px solid #0b1e2b !important;
}

.border-t-primary-900-4 {
  border-top: 4px solid #0b1e2b !important;
}

.border-t-primary-900-5 {
  border-top: 5px solid #0b1e2b !important;
}

.border-t-primary-900-6 {
  border-top: 6px solid #0b1e2b !important;
}

.border-t-primary-900-7 {
  border-top: 7px solid #0b1e2b !important;
}

.border-t-primary-900-8 {
  border-top: 8px solid #0b1e2b !important;
}

.border-t-primary-900-9 {
  border-top: 9px solid #0b1e2b !important;
}

.border-t-primary-900-10 {
  border-top: 10px solid #0b1e2b !important;
}

.border-r-primary-900-1 {
  border-right: 1px solid #0b1e2b !important;
}

.border-r-primary-900-2 {
  border-right: 2px solid #0b1e2b !important;
}

.border-r-primary-900-3 {
  border-right: 3px solid #0b1e2b !important;
}

.border-r-primary-900-4 {
  border-right: 4px solid #0b1e2b !important;
}

.border-r-primary-900-5 {
  border-right: 5px solid #0b1e2b !important;
}

.border-r-primary-900-6 {
  border-right: 6px solid #0b1e2b !important;
}

.border-r-primary-900-7 {
  border-right: 7px solid #0b1e2b !important;
}

.border-r-primary-900-8 {
  border-right: 8px solid #0b1e2b !important;
}

.border-r-primary-900-9 {
  border-right: 9px solid #0b1e2b !important;
}

.border-r-primary-900-10 {
  border-right: 10px solid #0b1e2b !important;
}

.border-l-primary-900-1 {
  border-left: 1px solid #0b1e2b !important;
}

.border-l-primary-900-2 {
  border-left: 2px solid #0b1e2b !important;
}

.border-l-primary-900-3 {
  border-left: 3px solid #0b1e2b !important;
}

.border-l-primary-900-4 {
  border-left: 4px solid #0b1e2b !important;
}

.border-l-primary-900-5 {
  border-left: 5px solid #0b1e2b !important;
}

.border-l-primary-900-6 {
  border-left: 6px solid #0b1e2b !important;
}

.border-l-primary-900-7 {
  border-left: 7px solid #0b1e2b !important;
}

.border-l-primary-900-8 {
  border-left: 8px solid #0b1e2b !important;
}

.border-l-primary-900-9 {
  border-left: 9px solid #0b1e2b !important;
}

.border-l-primary-900-10 {
  border-left: 10px solid #0b1e2b !important;
}

.border-primary-950-1 {
  border: 1px solid #060f15 !important;
}

.border-primary-950-2 {
  border: 2px solid #060f15 !important;
}

.border-primary-950-3 {
  border: 3px solid #060f15 !important;
}

.border-primary-950-4 {
  border: 4px solid #060f15 !important;
}

.border-primary-950-5 {
  border: 5px solid #060f15 !important;
}

.border-primary-950-6 {
  border: 6px solid #060f15 !important;
}

.border-primary-950-7 {
  border: 7px solid #060f15 !important;
}

.border-primary-950-8 {
  border: 8px solid #060f15 !important;
}

.border-primary-950-9 {
  border: 9px solid #060f15 !important;
}

.border-primary-950-10 {
  border: 10px solid #060f15 !important;
}

.border-b-primary-950-1 {
  border-bottom: 1px solid #060f15 !important;
}

.border-b-primary-950-2 {
  border-bottom: 2px solid #060f15 !important;
}

.border-b-primary-950-3 {
  border-bottom: 3px solid #060f15 !important;
}

.border-b-primary-950-4 {
  border-bottom: 4px solid #060f15 !important;
}

.border-b-primary-950-5 {
  border-bottom: 5px solid #060f15 !important;
}

.border-b-primary-950-6 {
  border-bottom: 6px solid #060f15 !important;
}

.border-b-primary-950-7 {
  border-bottom: 7px solid #060f15 !important;
}

.border-b-primary-950-8 {
  border-bottom: 8px solid #060f15 !important;
}

.border-b-primary-950-9 {
  border-bottom: 9px solid #060f15 !important;
}

.border-b-primary-950-10 {
  border-bottom: 10px solid #060f15 !important;
}

.border-t-primary-950-1 {
  border-top: 1px solid #060f15 !important;
}

.border-t-primary-950-2 {
  border-top: 2px solid #060f15 !important;
}

.border-t-primary-950-3 {
  border-top: 3px solid #060f15 !important;
}

.border-t-primary-950-4 {
  border-top: 4px solid #060f15 !important;
}

.border-t-primary-950-5 {
  border-top: 5px solid #060f15 !important;
}

.border-t-primary-950-6 {
  border-top: 6px solid #060f15 !important;
}

.border-t-primary-950-7 {
  border-top: 7px solid #060f15 !important;
}

.border-t-primary-950-8 {
  border-top: 8px solid #060f15 !important;
}

.border-t-primary-950-9 {
  border-top: 9px solid #060f15 !important;
}

.border-t-primary-950-10 {
  border-top: 10px solid #060f15 !important;
}

.border-r-primary-950-1 {
  border-right: 1px solid #060f15 !important;
}

.border-r-primary-950-2 {
  border-right: 2px solid #060f15 !important;
}

.border-r-primary-950-3 {
  border-right: 3px solid #060f15 !important;
}

.border-r-primary-950-4 {
  border-right: 4px solid #060f15 !important;
}

.border-r-primary-950-5 {
  border-right: 5px solid #060f15 !important;
}

.border-r-primary-950-6 {
  border-right: 6px solid #060f15 !important;
}

.border-r-primary-950-7 {
  border-right: 7px solid #060f15 !important;
}

.border-r-primary-950-8 {
  border-right: 8px solid #060f15 !important;
}

.border-r-primary-950-9 {
  border-right: 9px solid #060f15 !important;
}

.border-r-primary-950-10 {
  border-right: 10px solid #060f15 !important;
}

.border-l-primary-950-1 {
  border-left: 1px solid #060f15 !important;
}

.border-l-primary-950-2 {
  border-left: 2px solid #060f15 !important;
}

.border-l-primary-950-3 {
  border-left: 3px solid #060f15 !important;
}

.border-l-primary-950-4 {
  border-left: 4px solid #060f15 !important;
}

.border-l-primary-950-5 {
  border-left: 5px solid #060f15 !important;
}

.border-l-primary-950-6 {
  border-left: 6px solid #060f15 !important;
}

.border-l-primary-950-7 {
  border-left: 7px solid #060f15 !important;
}

.border-l-primary-950-8 {
  border-left: 8px solid #060f15 !important;
}

.border-l-primary-950-9 {
  border-left: 9px solid #060f15 !important;
}

.border-l-primary-950-10 {
  border-left: 10px solid #060f15 !important;
}

.border-gray-25-1 {
  border: 1px solid #fdfdfd !important;
}

.border-gray-25-2 {
  border: 2px solid #fdfdfd !important;
}

.border-gray-25-3 {
  border: 3px solid #fdfdfd !important;
}

.border-gray-25-4 {
  border: 4px solid #fdfdfd !important;
}

.border-gray-25-5 {
  border: 5px solid #fdfdfd !important;
}

.border-gray-25-6 {
  border: 6px solid #fdfdfd !important;
}

.border-gray-25-7 {
  border: 7px solid #fdfdfd !important;
}

.border-gray-25-8 {
  border: 8px solid #fdfdfd !important;
}

.border-gray-25-9 {
  border: 9px solid #fdfdfd !important;
}

.border-gray-25-10 {
  border: 10px solid #fdfdfd !important;
}

.border-b-gray-25-1 {
  border-bottom: 1px solid #fdfdfd !important;
}

.border-b-gray-25-2 {
  border-bottom: 2px solid #fdfdfd !important;
}

.border-b-gray-25-3 {
  border-bottom: 3px solid #fdfdfd !important;
}

.border-b-gray-25-4 {
  border-bottom: 4px solid #fdfdfd !important;
}

.border-b-gray-25-5 {
  border-bottom: 5px solid #fdfdfd !important;
}

.border-b-gray-25-6 {
  border-bottom: 6px solid #fdfdfd !important;
}

.border-b-gray-25-7 {
  border-bottom: 7px solid #fdfdfd !important;
}

.border-b-gray-25-8 {
  border-bottom: 8px solid #fdfdfd !important;
}

.border-b-gray-25-9 {
  border-bottom: 9px solid #fdfdfd !important;
}

.border-b-gray-25-10 {
  border-bottom: 10px solid #fdfdfd !important;
}

.border-t-gray-25-1 {
  border-top: 1px solid #fdfdfd !important;
}

.border-t-gray-25-2 {
  border-top: 2px solid #fdfdfd !important;
}

.border-t-gray-25-3 {
  border-top: 3px solid #fdfdfd !important;
}

.border-t-gray-25-4 {
  border-top: 4px solid #fdfdfd !important;
}

.border-t-gray-25-5 {
  border-top: 5px solid #fdfdfd !important;
}

.border-t-gray-25-6 {
  border-top: 6px solid #fdfdfd !important;
}

.border-t-gray-25-7 {
  border-top: 7px solid #fdfdfd !important;
}

.border-t-gray-25-8 {
  border-top: 8px solid #fdfdfd !important;
}

.border-t-gray-25-9 {
  border-top: 9px solid #fdfdfd !important;
}

.border-t-gray-25-10 {
  border-top: 10px solid #fdfdfd !important;
}

.border-r-gray-25-1 {
  border-right: 1px solid #fdfdfd !important;
}

.border-r-gray-25-2 {
  border-right: 2px solid #fdfdfd !important;
}

.border-r-gray-25-3 {
  border-right: 3px solid #fdfdfd !important;
}

.border-r-gray-25-4 {
  border-right: 4px solid #fdfdfd !important;
}

.border-r-gray-25-5 {
  border-right: 5px solid #fdfdfd !important;
}

.border-r-gray-25-6 {
  border-right: 6px solid #fdfdfd !important;
}

.border-r-gray-25-7 {
  border-right: 7px solid #fdfdfd !important;
}

.border-r-gray-25-8 {
  border-right: 8px solid #fdfdfd !important;
}

.border-r-gray-25-9 {
  border-right: 9px solid #fdfdfd !important;
}

.border-r-gray-25-10 {
  border-right: 10px solid #fdfdfd !important;
}

.border-l-gray-25-1 {
  border-left: 1px solid #fdfdfd !important;
}

.border-l-gray-25-2 {
  border-left: 2px solid #fdfdfd !important;
}

.border-l-gray-25-3 {
  border-left: 3px solid #fdfdfd !important;
}

.border-l-gray-25-4 {
  border-left: 4px solid #fdfdfd !important;
}

.border-l-gray-25-5 {
  border-left: 5px solid #fdfdfd !important;
}

.border-l-gray-25-6 {
  border-left: 6px solid #fdfdfd !important;
}

.border-l-gray-25-7 {
  border-left: 7px solid #fdfdfd !important;
}

.border-l-gray-25-8 {
  border-left: 8px solid #fdfdfd !important;
}

.border-l-gray-25-9 {
  border-left: 9px solid #fdfdfd !important;
}

.border-l-gray-25-10 {
  border-left: 10px solid #fdfdfd !important;
}

.border-gray-50-1 {
  border: 1px solid #fafafa !important;
}

.border-gray-50-2 {
  border: 2px solid #fafafa !important;
}

.border-gray-50-3 {
  border: 3px solid #fafafa !important;
}

.border-gray-50-4 {
  border: 4px solid #fafafa !important;
}

.border-gray-50-5 {
  border: 5px solid #fafafa !important;
}

.border-gray-50-6 {
  border: 6px solid #fafafa !important;
}

.border-gray-50-7 {
  border: 7px solid #fafafa !important;
}

.border-gray-50-8 {
  border: 8px solid #fafafa !important;
}

.border-gray-50-9 {
  border: 9px solid #fafafa !important;
}

.border-gray-50-10 {
  border: 10px solid #fafafa !important;
}

.border-b-gray-50-1 {
  border-bottom: 1px solid #fafafa !important;
}

.border-b-gray-50-2 {
  border-bottom: 2px solid #fafafa !important;
}

.border-b-gray-50-3 {
  border-bottom: 3px solid #fafafa !important;
}

.border-b-gray-50-4 {
  border-bottom: 4px solid #fafafa !important;
}

.border-b-gray-50-5 {
  border-bottom: 5px solid #fafafa !important;
}

.border-b-gray-50-6 {
  border-bottom: 6px solid #fafafa !important;
}

.border-b-gray-50-7 {
  border-bottom: 7px solid #fafafa !important;
}

.border-b-gray-50-8 {
  border-bottom: 8px solid #fafafa !important;
}

.border-b-gray-50-9 {
  border-bottom: 9px solid #fafafa !important;
}

.border-b-gray-50-10 {
  border-bottom: 10px solid #fafafa !important;
}

.border-t-gray-50-1 {
  border-top: 1px solid #fafafa !important;
}

.border-t-gray-50-2 {
  border-top: 2px solid #fafafa !important;
}

.border-t-gray-50-3 {
  border-top: 3px solid #fafafa !important;
}

.border-t-gray-50-4 {
  border-top: 4px solid #fafafa !important;
}

.border-t-gray-50-5 {
  border-top: 5px solid #fafafa !important;
}

.border-t-gray-50-6 {
  border-top: 6px solid #fafafa !important;
}

.border-t-gray-50-7 {
  border-top: 7px solid #fafafa !important;
}

.border-t-gray-50-8 {
  border-top: 8px solid #fafafa !important;
}

.border-t-gray-50-9 {
  border-top: 9px solid #fafafa !important;
}

.border-t-gray-50-10 {
  border-top: 10px solid #fafafa !important;
}

.border-r-gray-50-1 {
  border-right: 1px solid #fafafa !important;
}

.border-r-gray-50-2 {
  border-right: 2px solid #fafafa !important;
}

.border-r-gray-50-3 {
  border-right: 3px solid #fafafa !important;
}

.border-r-gray-50-4 {
  border-right: 4px solid #fafafa !important;
}

.border-r-gray-50-5 {
  border-right: 5px solid #fafafa !important;
}

.border-r-gray-50-6 {
  border-right: 6px solid #fafafa !important;
}

.border-r-gray-50-7 {
  border-right: 7px solid #fafafa !important;
}

.border-r-gray-50-8 {
  border-right: 8px solid #fafafa !important;
}

.border-r-gray-50-9 {
  border-right: 9px solid #fafafa !important;
}

.border-r-gray-50-10 {
  border-right: 10px solid #fafafa !important;
}

.border-l-gray-50-1 {
  border-left: 1px solid #fafafa !important;
}

.border-l-gray-50-2 {
  border-left: 2px solid #fafafa !important;
}

.border-l-gray-50-3 {
  border-left: 3px solid #fafafa !important;
}

.border-l-gray-50-4 {
  border-left: 4px solid #fafafa !important;
}

.border-l-gray-50-5 {
  border-left: 5px solid #fafafa !important;
}

.border-l-gray-50-6 {
  border-left: 6px solid #fafafa !important;
}

.border-l-gray-50-7 {
  border-left: 7px solid #fafafa !important;
}

.border-l-gray-50-8 {
  border-left: 8px solid #fafafa !important;
}

.border-l-gray-50-9 {
  border-left: 9px solid #fafafa !important;
}

.border-l-gray-50-10 {
  border-left: 10px solid #fafafa !important;
}

.border-gray-100-1 {
  border: 1px solid #f5f5f5 !important;
}

.border-gray-100-2 {
  border: 2px solid #f5f5f5 !important;
}

.border-gray-100-3 {
  border: 3px solid #f5f5f5 !important;
}

.border-gray-100-4 {
  border: 4px solid #f5f5f5 !important;
}

.border-gray-100-5 {
  border: 5px solid #f5f5f5 !important;
}

.border-gray-100-6 {
  border: 6px solid #f5f5f5 !important;
}

.border-gray-100-7 {
  border: 7px solid #f5f5f5 !important;
}

.border-gray-100-8 {
  border: 8px solid #f5f5f5 !important;
}

.border-gray-100-9 {
  border: 9px solid #f5f5f5 !important;
}

.border-gray-100-10 {
  border: 10px solid #f5f5f5 !important;
}

.border-b-gray-100-1 {
  border-bottom: 1px solid #f5f5f5 !important;
}

.border-b-gray-100-2 {
  border-bottom: 2px solid #f5f5f5 !important;
}

.border-b-gray-100-3 {
  border-bottom: 3px solid #f5f5f5 !important;
}

.border-b-gray-100-4 {
  border-bottom: 4px solid #f5f5f5 !important;
}

.border-b-gray-100-5 {
  border-bottom: 5px solid #f5f5f5 !important;
}

.border-b-gray-100-6 {
  border-bottom: 6px solid #f5f5f5 !important;
}

.border-b-gray-100-7 {
  border-bottom: 7px solid #f5f5f5 !important;
}

.border-b-gray-100-8 {
  border-bottom: 8px solid #f5f5f5 !important;
}

.border-b-gray-100-9 {
  border-bottom: 9px solid #f5f5f5 !important;
}

.border-b-gray-100-10 {
  border-bottom: 10px solid #f5f5f5 !important;
}

.border-t-gray-100-1 {
  border-top: 1px solid #f5f5f5 !important;
}

.border-t-gray-100-2 {
  border-top: 2px solid #f5f5f5 !important;
}

.border-t-gray-100-3 {
  border-top: 3px solid #f5f5f5 !important;
}

.border-t-gray-100-4 {
  border-top: 4px solid #f5f5f5 !important;
}

.border-t-gray-100-5 {
  border-top: 5px solid #f5f5f5 !important;
}

.border-t-gray-100-6 {
  border-top: 6px solid #f5f5f5 !important;
}

.border-t-gray-100-7 {
  border-top: 7px solid #f5f5f5 !important;
}

.border-t-gray-100-8 {
  border-top: 8px solid #f5f5f5 !important;
}

.border-t-gray-100-9 {
  border-top: 9px solid #f5f5f5 !important;
}

.border-t-gray-100-10 {
  border-top: 10px solid #f5f5f5 !important;
}

.border-r-gray-100-1 {
  border-right: 1px solid #f5f5f5 !important;
}

.border-r-gray-100-2 {
  border-right: 2px solid #f5f5f5 !important;
}

.border-r-gray-100-3 {
  border-right: 3px solid #f5f5f5 !important;
}

.border-r-gray-100-4 {
  border-right: 4px solid #f5f5f5 !important;
}

.border-r-gray-100-5 {
  border-right: 5px solid #f5f5f5 !important;
}

.border-r-gray-100-6 {
  border-right: 6px solid #f5f5f5 !important;
}

.border-r-gray-100-7 {
  border-right: 7px solid #f5f5f5 !important;
}

.border-r-gray-100-8 {
  border-right: 8px solid #f5f5f5 !important;
}

.border-r-gray-100-9 {
  border-right: 9px solid #f5f5f5 !important;
}

.border-r-gray-100-10 {
  border-right: 10px solid #f5f5f5 !important;
}

.border-l-gray-100-1 {
  border-left: 1px solid #f5f5f5 !important;
}

.border-l-gray-100-2 {
  border-left: 2px solid #f5f5f5 !important;
}

.border-l-gray-100-3 {
  border-left: 3px solid #f5f5f5 !important;
}

.border-l-gray-100-4 {
  border-left: 4px solid #f5f5f5 !important;
}

.border-l-gray-100-5 {
  border-left: 5px solid #f5f5f5 !important;
}

.border-l-gray-100-6 {
  border-left: 6px solid #f5f5f5 !important;
}

.border-l-gray-100-7 {
  border-left: 7px solid #f5f5f5 !important;
}

.border-l-gray-100-8 {
  border-left: 8px solid #f5f5f5 !important;
}

.border-l-gray-100-9 {
  border-left: 9px solid #f5f5f5 !important;
}

.border-l-gray-100-10 {
  border-left: 10px solid #f5f5f5 !important;
}

.border-gray-200-1 {
  border: 1px solid #e9eaeb !important;
}

.border-gray-200-2 {
  border: 2px solid #e9eaeb !important;
}

.border-gray-200-3 {
  border: 3px solid #e9eaeb !important;
}

.border-gray-200-4 {
  border: 4px solid #e9eaeb !important;
}

.border-gray-200-5 {
  border: 5px solid #e9eaeb !important;
}

.border-gray-200-6 {
  border: 6px solid #e9eaeb !important;
}

.border-gray-200-7 {
  border: 7px solid #e9eaeb !important;
}

.border-gray-200-8 {
  border: 8px solid #e9eaeb !important;
}

.border-gray-200-9 {
  border: 9px solid #e9eaeb !important;
}

.border-gray-200-10 {
  border: 10px solid #e9eaeb !important;
}

.border-b-gray-200-1 {
  border-bottom: 1px solid #e9eaeb !important;
}

.border-b-gray-200-2 {
  border-bottom: 2px solid #e9eaeb !important;
}

.border-b-gray-200-3 {
  border-bottom: 3px solid #e9eaeb !important;
}

.border-b-gray-200-4 {
  border-bottom: 4px solid #e9eaeb !important;
}

.border-b-gray-200-5 {
  border-bottom: 5px solid #e9eaeb !important;
}

.border-b-gray-200-6 {
  border-bottom: 6px solid #e9eaeb !important;
}

.border-b-gray-200-7 {
  border-bottom: 7px solid #e9eaeb !important;
}

.border-b-gray-200-8 {
  border-bottom: 8px solid #e9eaeb !important;
}

.border-b-gray-200-9 {
  border-bottom: 9px solid #e9eaeb !important;
}

.border-b-gray-200-10 {
  border-bottom: 10px solid #e9eaeb !important;
}

.border-t-gray-200-1 {
  border-top: 1px solid #e9eaeb !important;
}

.border-t-gray-200-2 {
  border-top: 2px solid #e9eaeb !important;
}

.border-t-gray-200-3 {
  border-top: 3px solid #e9eaeb !important;
}

.border-t-gray-200-4 {
  border-top: 4px solid #e9eaeb !important;
}

.border-t-gray-200-5 {
  border-top: 5px solid #e9eaeb !important;
}

.border-t-gray-200-6 {
  border-top: 6px solid #e9eaeb !important;
}

.border-t-gray-200-7 {
  border-top: 7px solid #e9eaeb !important;
}

.border-t-gray-200-8 {
  border-top: 8px solid #e9eaeb !important;
}

.border-t-gray-200-9 {
  border-top: 9px solid #e9eaeb !important;
}

.border-t-gray-200-10 {
  border-top: 10px solid #e9eaeb !important;
}

.border-r-gray-200-1 {
  border-right: 1px solid #e9eaeb !important;
}

.border-r-gray-200-2 {
  border-right: 2px solid #e9eaeb !important;
}

.border-r-gray-200-3 {
  border-right: 3px solid #e9eaeb !important;
}

.border-r-gray-200-4 {
  border-right: 4px solid #e9eaeb !important;
}

.border-r-gray-200-5 {
  border-right: 5px solid #e9eaeb !important;
}

.border-r-gray-200-6 {
  border-right: 6px solid #e9eaeb !important;
}

.border-r-gray-200-7 {
  border-right: 7px solid #e9eaeb !important;
}

.border-r-gray-200-8 {
  border-right: 8px solid #e9eaeb !important;
}

.border-r-gray-200-9 {
  border-right: 9px solid #e9eaeb !important;
}

.border-r-gray-200-10 {
  border-right: 10px solid #e9eaeb !important;
}

.border-l-gray-200-1 {
  border-left: 1px solid #e9eaeb !important;
}

.border-l-gray-200-2 {
  border-left: 2px solid #e9eaeb !important;
}

.border-l-gray-200-3 {
  border-left: 3px solid #e9eaeb !important;
}

.border-l-gray-200-4 {
  border-left: 4px solid #e9eaeb !important;
}

.border-l-gray-200-5 {
  border-left: 5px solid #e9eaeb !important;
}

.border-l-gray-200-6 {
  border-left: 6px solid #e9eaeb !important;
}

.border-l-gray-200-7 {
  border-left: 7px solid #e9eaeb !important;
}

.border-l-gray-200-8 {
  border-left: 8px solid #e9eaeb !important;
}

.border-l-gray-200-9 {
  border-left: 9px solid #e9eaeb !important;
}

.border-l-gray-200-10 {
  border-left: 10px solid #e9eaeb !important;
}

.border-gray-300-1 {
  border: 1px solid #d5d7da !important;
}

.border-gray-300-2 {
  border: 2px solid #d5d7da !important;
}

.border-gray-300-3 {
  border: 3px solid #d5d7da !important;
}

.border-gray-300-4 {
  border: 4px solid #d5d7da !important;
}

.border-gray-300-5 {
  border: 5px solid #d5d7da !important;
}

.border-gray-300-6 {
  border: 6px solid #d5d7da !important;
}

.border-gray-300-7 {
  border: 7px solid #d5d7da !important;
}

.border-gray-300-8 {
  border: 8px solid #d5d7da !important;
}

.border-gray-300-9 {
  border: 9px solid #d5d7da !important;
}

.border-gray-300-10 {
  border: 10px solid #d5d7da !important;
}

.border-b-gray-300-1 {
  border-bottom: 1px solid #d5d7da !important;
}

.border-b-gray-300-2 {
  border-bottom: 2px solid #d5d7da !important;
}

.border-b-gray-300-3 {
  border-bottom: 3px solid #d5d7da !important;
}

.border-b-gray-300-4 {
  border-bottom: 4px solid #d5d7da !important;
}

.border-b-gray-300-5 {
  border-bottom: 5px solid #d5d7da !important;
}

.border-b-gray-300-6 {
  border-bottom: 6px solid #d5d7da !important;
}

.border-b-gray-300-7 {
  border-bottom: 7px solid #d5d7da !important;
}

.border-b-gray-300-8 {
  border-bottom: 8px solid #d5d7da !important;
}

.border-b-gray-300-9 {
  border-bottom: 9px solid #d5d7da !important;
}

.border-b-gray-300-10 {
  border-bottom: 10px solid #d5d7da !important;
}

.border-t-gray-300-1 {
  border-top: 1px solid #d5d7da !important;
}

.border-t-gray-300-2 {
  border-top: 2px solid #d5d7da !important;
}

.border-t-gray-300-3 {
  border-top: 3px solid #d5d7da !important;
}

.border-t-gray-300-4 {
  border-top: 4px solid #d5d7da !important;
}

.border-t-gray-300-5 {
  border-top: 5px solid #d5d7da !important;
}

.border-t-gray-300-6 {
  border-top: 6px solid #d5d7da !important;
}

.border-t-gray-300-7 {
  border-top: 7px solid #d5d7da !important;
}

.border-t-gray-300-8 {
  border-top: 8px solid #d5d7da !important;
}

.border-t-gray-300-9 {
  border-top: 9px solid #d5d7da !important;
}

.border-t-gray-300-10 {
  border-top: 10px solid #d5d7da !important;
}

.border-r-gray-300-1 {
  border-right: 1px solid #d5d7da !important;
}

.border-r-gray-300-2 {
  border-right: 2px solid #d5d7da !important;
}

.border-r-gray-300-3 {
  border-right: 3px solid #d5d7da !important;
}

.border-r-gray-300-4 {
  border-right: 4px solid #d5d7da !important;
}

.border-r-gray-300-5 {
  border-right: 5px solid #d5d7da !important;
}

.border-r-gray-300-6 {
  border-right: 6px solid #d5d7da !important;
}

.border-r-gray-300-7 {
  border-right: 7px solid #d5d7da !important;
}

.border-r-gray-300-8 {
  border-right: 8px solid #d5d7da !important;
}

.border-r-gray-300-9 {
  border-right: 9px solid #d5d7da !important;
}

.border-r-gray-300-10 {
  border-right: 10px solid #d5d7da !important;
}

.border-l-gray-300-1 {
  border-left: 1px solid #d5d7da !important;
}

.border-l-gray-300-2 {
  border-left: 2px solid #d5d7da !important;
}

.border-l-gray-300-3 {
  border-left: 3px solid #d5d7da !important;
}

.border-l-gray-300-4 {
  border-left: 4px solid #d5d7da !important;
}

.border-l-gray-300-5 {
  border-left: 5px solid #d5d7da !important;
}

.border-l-gray-300-6 {
  border-left: 6px solid #d5d7da !important;
}

.border-l-gray-300-7 {
  border-left: 7px solid #d5d7da !important;
}

.border-l-gray-300-8 {
  border-left: 8px solid #d5d7da !important;
}

.border-l-gray-300-9 {
  border-left: 9px solid #d5d7da !important;
}

.border-l-gray-300-10 {
  border-left: 10px solid #d5d7da !important;
}

.border-gray-400-1 {
  border: 1px solid #a4a7ae !important;
}

.border-gray-400-2 {
  border: 2px solid #a4a7ae !important;
}

.border-gray-400-3 {
  border: 3px solid #a4a7ae !important;
}

.border-gray-400-4 {
  border: 4px solid #a4a7ae !important;
}

.border-gray-400-5 {
  border: 5px solid #a4a7ae !important;
}

.border-gray-400-6 {
  border: 6px solid #a4a7ae !important;
}

.border-gray-400-7 {
  border: 7px solid #a4a7ae !important;
}

.border-gray-400-8 {
  border: 8px solid #a4a7ae !important;
}

.border-gray-400-9 {
  border: 9px solid #a4a7ae !important;
}

.border-gray-400-10 {
  border: 10px solid #a4a7ae !important;
}

.border-b-gray-400-1 {
  border-bottom: 1px solid #a4a7ae !important;
}

.border-b-gray-400-2 {
  border-bottom: 2px solid #a4a7ae !important;
}

.border-b-gray-400-3 {
  border-bottom: 3px solid #a4a7ae !important;
}

.border-b-gray-400-4 {
  border-bottom: 4px solid #a4a7ae !important;
}

.border-b-gray-400-5 {
  border-bottom: 5px solid #a4a7ae !important;
}

.border-b-gray-400-6 {
  border-bottom: 6px solid #a4a7ae !important;
}

.border-b-gray-400-7 {
  border-bottom: 7px solid #a4a7ae !important;
}

.border-b-gray-400-8 {
  border-bottom: 8px solid #a4a7ae !important;
}

.border-b-gray-400-9 {
  border-bottom: 9px solid #a4a7ae !important;
}

.border-b-gray-400-10 {
  border-bottom: 10px solid #a4a7ae !important;
}

.border-t-gray-400-1 {
  border-top: 1px solid #a4a7ae !important;
}

.border-t-gray-400-2 {
  border-top: 2px solid #a4a7ae !important;
}

.border-t-gray-400-3 {
  border-top: 3px solid #a4a7ae !important;
}

.border-t-gray-400-4 {
  border-top: 4px solid #a4a7ae !important;
}

.border-t-gray-400-5 {
  border-top: 5px solid #a4a7ae !important;
}

.border-t-gray-400-6 {
  border-top: 6px solid #a4a7ae !important;
}

.border-t-gray-400-7 {
  border-top: 7px solid #a4a7ae !important;
}

.border-t-gray-400-8 {
  border-top: 8px solid #a4a7ae !important;
}

.border-t-gray-400-9 {
  border-top: 9px solid #a4a7ae !important;
}

.border-t-gray-400-10 {
  border-top: 10px solid #a4a7ae !important;
}

.border-r-gray-400-1 {
  border-right: 1px solid #a4a7ae !important;
}

.border-r-gray-400-2 {
  border-right: 2px solid #a4a7ae !important;
}

.border-r-gray-400-3 {
  border-right: 3px solid #a4a7ae !important;
}

.border-r-gray-400-4 {
  border-right: 4px solid #a4a7ae !important;
}

.border-r-gray-400-5 {
  border-right: 5px solid #a4a7ae !important;
}

.border-r-gray-400-6 {
  border-right: 6px solid #a4a7ae !important;
}

.border-r-gray-400-7 {
  border-right: 7px solid #a4a7ae !important;
}

.border-r-gray-400-8 {
  border-right: 8px solid #a4a7ae !important;
}

.border-r-gray-400-9 {
  border-right: 9px solid #a4a7ae !important;
}

.border-r-gray-400-10 {
  border-right: 10px solid #a4a7ae !important;
}

.border-l-gray-400-1 {
  border-left: 1px solid #a4a7ae !important;
}

.border-l-gray-400-2 {
  border-left: 2px solid #a4a7ae !important;
}

.border-l-gray-400-3 {
  border-left: 3px solid #a4a7ae !important;
}

.border-l-gray-400-4 {
  border-left: 4px solid #a4a7ae !important;
}

.border-l-gray-400-5 {
  border-left: 5px solid #a4a7ae !important;
}

.border-l-gray-400-6 {
  border-left: 6px solid #a4a7ae !important;
}

.border-l-gray-400-7 {
  border-left: 7px solid #a4a7ae !important;
}

.border-l-gray-400-8 {
  border-left: 8px solid #a4a7ae !important;
}

.border-l-gray-400-9 {
  border-left: 9px solid #a4a7ae !important;
}

.border-l-gray-400-10 {
  border-left: 10px solid #a4a7ae !important;
}

.border-gray-500-1 {
  border: 1px solid #717680 !important;
}

.border-gray-500-2 {
  border: 2px solid #717680 !important;
}

.border-gray-500-3 {
  border: 3px solid #717680 !important;
}

.border-gray-500-4 {
  border: 4px solid #717680 !important;
}

.border-gray-500-5 {
  border: 5px solid #717680 !important;
}

.border-gray-500-6 {
  border: 6px solid #717680 !important;
}

.border-gray-500-7 {
  border: 7px solid #717680 !important;
}

.border-gray-500-8 {
  border: 8px solid #717680 !important;
}

.border-gray-500-9 {
  border: 9px solid #717680 !important;
}

.border-gray-500-10 {
  border: 10px solid #717680 !important;
}

.border-b-gray-500-1 {
  border-bottom: 1px solid #717680 !important;
}

.border-b-gray-500-2 {
  border-bottom: 2px solid #717680 !important;
}

.border-b-gray-500-3 {
  border-bottom: 3px solid #717680 !important;
}

.border-b-gray-500-4 {
  border-bottom: 4px solid #717680 !important;
}

.border-b-gray-500-5 {
  border-bottom: 5px solid #717680 !important;
}

.border-b-gray-500-6 {
  border-bottom: 6px solid #717680 !important;
}

.border-b-gray-500-7 {
  border-bottom: 7px solid #717680 !important;
}

.border-b-gray-500-8 {
  border-bottom: 8px solid #717680 !important;
}

.border-b-gray-500-9 {
  border-bottom: 9px solid #717680 !important;
}

.border-b-gray-500-10 {
  border-bottom: 10px solid #717680 !important;
}

.border-t-gray-500-1 {
  border-top: 1px solid #717680 !important;
}

.border-t-gray-500-2 {
  border-top: 2px solid #717680 !important;
}

.border-t-gray-500-3 {
  border-top: 3px solid #717680 !important;
}

.border-t-gray-500-4 {
  border-top: 4px solid #717680 !important;
}

.border-t-gray-500-5 {
  border-top: 5px solid #717680 !important;
}

.border-t-gray-500-6 {
  border-top: 6px solid #717680 !important;
}

.border-t-gray-500-7 {
  border-top: 7px solid #717680 !important;
}

.border-t-gray-500-8 {
  border-top: 8px solid #717680 !important;
}

.border-t-gray-500-9 {
  border-top: 9px solid #717680 !important;
}

.border-t-gray-500-10 {
  border-top: 10px solid #717680 !important;
}

.border-r-gray-500-1 {
  border-right: 1px solid #717680 !important;
}

.border-r-gray-500-2 {
  border-right: 2px solid #717680 !important;
}

.border-r-gray-500-3 {
  border-right: 3px solid #717680 !important;
}

.border-r-gray-500-4 {
  border-right: 4px solid #717680 !important;
}

.border-r-gray-500-5 {
  border-right: 5px solid #717680 !important;
}

.border-r-gray-500-6 {
  border-right: 6px solid #717680 !important;
}

.border-r-gray-500-7 {
  border-right: 7px solid #717680 !important;
}

.border-r-gray-500-8 {
  border-right: 8px solid #717680 !important;
}

.border-r-gray-500-9 {
  border-right: 9px solid #717680 !important;
}

.border-r-gray-500-10 {
  border-right: 10px solid #717680 !important;
}

.border-l-gray-500-1 {
  border-left: 1px solid #717680 !important;
}

.border-l-gray-500-2 {
  border-left: 2px solid #717680 !important;
}

.border-l-gray-500-3 {
  border-left: 3px solid #717680 !important;
}

.border-l-gray-500-4 {
  border-left: 4px solid #717680 !important;
}

.border-l-gray-500-5 {
  border-left: 5px solid #717680 !important;
}

.border-l-gray-500-6 {
  border-left: 6px solid #717680 !important;
}

.border-l-gray-500-7 {
  border-left: 7px solid #717680 !important;
}

.border-l-gray-500-8 {
  border-left: 8px solid #717680 !important;
}

.border-l-gray-500-9 {
  border-left: 9px solid #717680 !important;
}

.border-l-gray-500-10 {
  border-left: 10px solid #717680 !important;
}

.border-gray-600-1 {
  border: 1px solid #535862 !important;
}

.border-gray-600-2 {
  border: 2px solid #535862 !important;
}

.border-gray-600-3 {
  border: 3px solid #535862 !important;
}

.border-gray-600-4 {
  border: 4px solid #535862 !important;
}

.border-gray-600-5 {
  border: 5px solid #535862 !important;
}

.border-gray-600-6 {
  border: 6px solid #535862 !important;
}

.border-gray-600-7 {
  border: 7px solid #535862 !important;
}

.border-gray-600-8 {
  border: 8px solid #535862 !important;
}

.border-gray-600-9 {
  border: 9px solid #535862 !important;
}

.border-gray-600-10 {
  border: 10px solid #535862 !important;
}

.border-b-gray-600-1 {
  border-bottom: 1px solid #535862 !important;
}

.border-b-gray-600-2 {
  border-bottom: 2px solid #535862 !important;
}

.border-b-gray-600-3 {
  border-bottom: 3px solid #535862 !important;
}

.border-b-gray-600-4 {
  border-bottom: 4px solid #535862 !important;
}

.border-b-gray-600-5 {
  border-bottom: 5px solid #535862 !important;
}

.border-b-gray-600-6 {
  border-bottom: 6px solid #535862 !important;
}

.border-b-gray-600-7 {
  border-bottom: 7px solid #535862 !important;
}

.border-b-gray-600-8 {
  border-bottom: 8px solid #535862 !important;
}

.border-b-gray-600-9 {
  border-bottom: 9px solid #535862 !important;
}

.border-b-gray-600-10 {
  border-bottom: 10px solid #535862 !important;
}

.border-t-gray-600-1 {
  border-top: 1px solid #535862 !important;
}

.border-t-gray-600-2 {
  border-top: 2px solid #535862 !important;
}

.border-t-gray-600-3 {
  border-top: 3px solid #535862 !important;
}

.border-t-gray-600-4 {
  border-top: 4px solid #535862 !important;
}

.border-t-gray-600-5 {
  border-top: 5px solid #535862 !important;
}

.border-t-gray-600-6 {
  border-top: 6px solid #535862 !important;
}

.border-t-gray-600-7 {
  border-top: 7px solid #535862 !important;
}

.border-t-gray-600-8 {
  border-top: 8px solid #535862 !important;
}

.border-t-gray-600-9 {
  border-top: 9px solid #535862 !important;
}

.border-t-gray-600-10 {
  border-top: 10px solid #535862 !important;
}

.border-r-gray-600-1 {
  border-right: 1px solid #535862 !important;
}

.border-r-gray-600-2 {
  border-right: 2px solid #535862 !important;
}

.border-r-gray-600-3 {
  border-right: 3px solid #535862 !important;
}

.border-r-gray-600-4 {
  border-right: 4px solid #535862 !important;
}

.border-r-gray-600-5 {
  border-right: 5px solid #535862 !important;
}

.border-r-gray-600-6 {
  border-right: 6px solid #535862 !important;
}

.border-r-gray-600-7 {
  border-right: 7px solid #535862 !important;
}

.border-r-gray-600-8 {
  border-right: 8px solid #535862 !important;
}

.border-r-gray-600-9 {
  border-right: 9px solid #535862 !important;
}

.border-r-gray-600-10 {
  border-right: 10px solid #535862 !important;
}

.border-l-gray-600-1 {
  border-left: 1px solid #535862 !important;
}

.border-l-gray-600-2 {
  border-left: 2px solid #535862 !important;
}

.border-l-gray-600-3 {
  border-left: 3px solid #535862 !important;
}

.border-l-gray-600-4 {
  border-left: 4px solid #535862 !important;
}

.border-l-gray-600-5 {
  border-left: 5px solid #535862 !important;
}

.border-l-gray-600-6 {
  border-left: 6px solid #535862 !important;
}

.border-l-gray-600-7 {
  border-left: 7px solid #535862 !important;
}

.border-l-gray-600-8 {
  border-left: 8px solid #535862 !important;
}

.border-l-gray-600-9 {
  border-left: 9px solid #535862 !important;
}

.border-l-gray-600-10 {
  border-left: 10px solid #535862 !important;
}

.border-gray-700-1 {
  border: 1px solid #414651 !important;
}

.border-gray-700-2 {
  border: 2px solid #414651 !important;
}

.border-gray-700-3 {
  border: 3px solid #414651 !important;
}

.border-gray-700-4 {
  border: 4px solid #414651 !important;
}

.border-gray-700-5 {
  border: 5px solid #414651 !important;
}

.border-gray-700-6 {
  border: 6px solid #414651 !important;
}

.border-gray-700-7 {
  border: 7px solid #414651 !important;
}

.border-gray-700-8 {
  border: 8px solid #414651 !important;
}

.border-gray-700-9 {
  border: 9px solid #414651 !important;
}

.border-gray-700-10 {
  border: 10px solid #414651 !important;
}

.border-b-gray-700-1 {
  border-bottom: 1px solid #414651 !important;
}

.border-b-gray-700-2 {
  border-bottom: 2px solid #414651 !important;
}

.border-b-gray-700-3 {
  border-bottom: 3px solid #414651 !important;
}

.border-b-gray-700-4 {
  border-bottom: 4px solid #414651 !important;
}

.border-b-gray-700-5 {
  border-bottom: 5px solid #414651 !important;
}

.border-b-gray-700-6 {
  border-bottom: 6px solid #414651 !important;
}

.border-b-gray-700-7 {
  border-bottom: 7px solid #414651 !important;
}

.border-b-gray-700-8 {
  border-bottom: 8px solid #414651 !important;
}

.border-b-gray-700-9 {
  border-bottom: 9px solid #414651 !important;
}

.border-b-gray-700-10 {
  border-bottom: 10px solid #414651 !important;
}

.border-t-gray-700-1 {
  border-top: 1px solid #414651 !important;
}

.border-t-gray-700-2 {
  border-top: 2px solid #414651 !important;
}

.border-t-gray-700-3 {
  border-top: 3px solid #414651 !important;
}

.border-t-gray-700-4 {
  border-top: 4px solid #414651 !important;
}

.border-t-gray-700-5 {
  border-top: 5px solid #414651 !important;
}

.border-t-gray-700-6 {
  border-top: 6px solid #414651 !important;
}

.border-t-gray-700-7 {
  border-top: 7px solid #414651 !important;
}

.border-t-gray-700-8 {
  border-top: 8px solid #414651 !important;
}

.border-t-gray-700-9 {
  border-top: 9px solid #414651 !important;
}

.border-t-gray-700-10 {
  border-top: 10px solid #414651 !important;
}

.border-r-gray-700-1 {
  border-right: 1px solid #414651 !important;
}

.border-r-gray-700-2 {
  border-right: 2px solid #414651 !important;
}

.border-r-gray-700-3 {
  border-right: 3px solid #414651 !important;
}

.border-r-gray-700-4 {
  border-right: 4px solid #414651 !important;
}

.border-r-gray-700-5 {
  border-right: 5px solid #414651 !important;
}

.border-r-gray-700-6 {
  border-right: 6px solid #414651 !important;
}

.border-r-gray-700-7 {
  border-right: 7px solid #414651 !important;
}

.border-r-gray-700-8 {
  border-right: 8px solid #414651 !important;
}

.border-r-gray-700-9 {
  border-right: 9px solid #414651 !important;
}

.border-r-gray-700-10 {
  border-right: 10px solid #414651 !important;
}

.border-l-gray-700-1 {
  border-left: 1px solid #414651 !important;
}

.border-l-gray-700-2 {
  border-left: 2px solid #414651 !important;
}

.border-l-gray-700-3 {
  border-left: 3px solid #414651 !important;
}

.border-l-gray-700-4 {
  border-left: 4px solid #414651 !important;
}

.border-l-gray-700-5 {
  border-left: 5px solid #414651 !important;
}

.border-l-gray-700-6 {
  border-left: 6px solid #414651 !important;
}

.border-l-gray-700-7 {
  border-left: 7px solid #414651 !important;
}

.border-l-gray-700-8 {
  border-left: 8px solid #414651 !important;
}

.border-l-gray-700-9 {
  border-left: 9px solid #414651 !important;
}

.border-l-gray-700-10 {
  border-left: 10px solid #414651 !important;
}

.border-gray-800-1 {
  border: 1px solid #252b37 !important;
}

.border-gray-800-2 {
  border: 2px solid #252b37 !important;
}

.border-gray-800-3 {
  border: 3px solid #252b37 !important;
}

.border-gray-800-4 {
  border: 4px solid #252b37 !important;
}

.border-gray-800-5 {
  border: 5px solid #252b37 !important;
}

.border-gray-800-6 {
  border: 6px solid #252b37 !important;
}

.border-gray-800-7 {
  border: 7px solid #252b37 !important;
}

.border-gray-800-8 {
  border: 8px solid #252b37 !important;
}

.border-gray-800-9 {
  border: 9px solid #252b37 !important;
}

.border-gray-800-10 {
  border: 10px solid #252b37 !important;
}

.border-b-gray-800-1 {
  border-bottom: 1px solid #252b37 !important;
}

.border-b-gray-800-2 {
  border-bottom: 2px solid #252b37 !important;
}

.border-b-gray-800-3 {
  border-bottom: 3px solid #252b37 !important;
}

.border-b-gray-800-4 {
  border-bottom: 4px solid #252b37 !important;
}

.border-b-gray-800-5 {
  border-bottom: 5px solid #252b37 !important;
}

.border-b-gray-800-6 {
  border-bottom: 6px solid #252b37 !important;
}

.border-b-gray-800-7 {
  border-bottom: 7px solid #252b37 !important;
}

.border-b-gray-800-8 {
  border-bottom: 8px solid #252b37 !important;
}

.border-b-gray-800-9 {
  border-bottom: 9px solid #252b37 !important;
}

.border-b-gray-800-10 {
  border-bottom: 10px solid #252b37 !important;
}

.border-t-gray-800-1 {
  border-top: 1px solid #252b37 !important;
}

.border-t-gray-800-2 {
  border-top: 2px solid #252b37 !important;
}

.border-t-gray-800-3 {
  border-top: 3px solid #252b37 !important;
}

.border-t-gray-800-4 {
  border-top: 4px solid #252b37 !important;
}

.border-t-gray-800-5 {
  border-top: 5px solid #252b37 !important;
}

.border-t-gray-800-6 {
  border-top: 6px solid #252b37 !important;
}

.border-t-gray-800-7 {
  border-top: 7px solid #252b37 !important;
}

.border-t-gray-800-8 {
  border-top: 8px solid #252b37 !important;
}

.border-t-gray-800-9 {
  border-top: 9px solid #252b37 !important;
}

.border-t-gray-800-10 {
  border-top: 10px solid #252b37 !important;
}

.border-r-gray-800-1 {
  border-right: 1px solid #252b37 !important;
}

.border-r-gray-800-2 {
  border-right: 2px solid #252b37 !important;
}

.border-r-gray-800-3 {
  border-right: 3px solid #252b37 !important;
}

.border-r-gray-800-4 {
  border-right: 4px solid #252b37 !important;
}

.border-r-gray-800-5 {
  border-right: 5px solid #252b37 !important;
}

.border-r-gray-800-6 {
  border-right: 6px solid #252b37 !important;
}

.border-r-gray-800-7 {
  border-right: 7px solid #252b37 !important;
}

.border-r-gray-800-8 {
  border-right: 8px solid #252b37 !important;
}

.border-r-gray-800-9 {
  border-right: 9px solid #252b37 !important;
}

.border-r-gray-800-10 {
  border-right: 10px solid #252b37 !important;
}

.border-l-gray-800-1 {
  border-left: 1px solid #252b37 !important;
}

.border-l-gray-800-2 {
  border-left: 2px solid #252b37 !important;
}

.border-l-gray-800-3 {
  border-left: 3px solid #252b37 !important;
}

.border-l-gray-800-4 {
  border-left: 4px solid #252b37 !important;
}

.border-l-gray-800-5 {
  border-left: 5px solid #252b37 !important;
}

.border-l-gray-800-6 {
  border-left: 6px solid #252b37 !important;
}

.border-l-gray-800-7 {
  border-left: 7px solid #252b37 !important;
}

.border-l-gray-800-8 {
  border-left: 8px solid #252b37 !important;
}

.border-l-gray-800-9 {
  border-left: 9px solid #252b37 !important;
}

.border-l-gray-800-10 {
  border-left: 10px solid #252b37 !important;
}

.border-gray-900-1 {
  border: 1px solid #101828 !important;
}

.border-gray-900-2 {
  border: 2px solid #101828 !important;
}

.border-gray-900-3 {
  border: 3px solid #101828 !important;
}

.border-gray-900-4 {
  border: 4px solid #101828 !important;
}

.border-gray-900-5 {
  border: 5px solid #101828 !important;
}

.border-gray-900-6 {
  border: 6px solid #101828 !important;
}

.border-gray-900-7 {
  border: 7px solid #101828 !important;
}

.border-gray-900-8 {
  border: 8px solid #101828 !important;
}

.border-gray-900-9 {
  border: 9px solid #101828 !important;
}

.border-gray-900-10 {
  border: 10px solid #101828 !important;
}

.border-b-gray-900-1 {
  border-bottom: 1px solid #101828 !important;
}

.border-b-gray-900-2 {
  border-bottom: 2px solid #101828 !important;
}

.border-b-gray-900-3 {
  border-bottom: 3px solid #101828 !important;
}

.border-b-gray-900-4 {
  border-bottom: 4px solid #101828 !important;
}

.border-b-gray-900-5 {
  border-bottom: 5px solid #101828 !important;
}

.border-b-gray-900-6 {
  border-bottom: 6px solid #101828 !important;
}

.border-b-gray-900-7 {
  border-bottom: 7px solid #101828 !important;
}

.border-b-gray-900-8 {
  border-bottom: 8px solid #101828 !important;
}

.border-b-gray-900-9 {
  border-bottom: 9px solid #101828 !important;
}

.border-b-gray-900-10 {
  border-bottom: 10px solid #101828 !important;
}

.border-t-gray-900-1 {
  border-top: 1px solid #101828 !important;
}

.border-t-gray-900-2 {
  border-top: 2px solid #101828 !important;
}

.border-t-gray-900-3 {
  border-top: 3px solid #101828 !important;
}

.border-t-gray-900-4 {
  border-top: 4px solid #101828 !important;
}

.border-t-gray-900-5 {
  border-top: 5px solid #101828 !important;
}

.border-t-gray-900-6 {
  border-top: 6px solid #101828 !important;
}

.border-t-gray-900-7 {
  border-top: 7px solid #101828 !important;
}

.border-t-gray-900-8 {
  border-top: 8px solid #101828 !important;
}

.border-t-gray-900-9 {
  border-top: 9px solid #101828 !important;
}

.border-t-gray-900-10 {
  border-top: 10px solid #101828 !important;
}

.border-r-gray-900-1 {
  border-right: 1px solid #101828 !important;
}

.border-r-gray-900-2 {
  border-right: 2px solid #101828 !important;
}

.border-r-gray-900-3 {
  border-right: 3px solid #101828 !important;
}

.border-r-gray-900-4 {
  border-right: 4px solid #101828 !important;
}

.border-r-gray-900-5 {
  border-right: 5px solid #101828 !important;
}

.border-r-gray-900-6 {
  border-right: 6px solid #101828 !important;
}

.border-r-gray-900-7 {
  border-right: 7px solid #101828 !important;
}

.border-r-gray-900-8 {
  border-right: 8px solid #101828 !important;
}

.border-r-gray-900-9 {
  border-right: 9px solid #101828 !important;
}

.border-r-gray-900-10 {
  border-right: 10px solid #101828 !important;
}

.border-l-gray-900-1 {
  border-left: 1px solid #101828 !important;
}

.border-l-gray-900-2 {
  border-left: 2px solid #101828 !important;
}

.border-l-gray-900-3 {
  border-left: 3px solid #101828 !important;
}

.border-l-gray-900-4 {
  border-left: 4px solid #101828 !important;
}

.border-l-gray-900-5 {
  border-left: 5px solid #101828 !important;
}

.border-l-gray-900-6 {
  border-left: 6px solid #101828 !important;
}

.border-l-gray-900-7 {
  border-left: 7px solid #101828 !important;
}

.border-l-gray-900-8 {
  border-left: 8px solid #101828 !important;
}

.border-l-gray-900-9 {
  border-left: 9px solid #101828 !important;
}

.border-l-gray-900-10 {
  border-left: 10px solid #101828 !important;
}

.border-onyx-0-1 {
  border: 1px solid #d4d4d4 !important;
}

.border-onyx-0-2 {
  border: 2px solid #d4d4d4 !important;
}

.border-onyx-0-3 {
  border: 3px solid #d4d4d4 !important;
}

.border-onyx-0-4 {
  border: 4px solid #d4d4d4 !important;
}

.border-onyx-0-5 {
  border: 5px solid #d4d4d4 !important;
}

.border-onyx-0-6 {
  border: 6px solid #d4d4d4 !important;
}

.border-onyx-0-7 {
  border: 7px solid #d4d4d4 !important;
}

.border-onyx-0-8 {
  border: 8px solid #d4d4d4 !important;
}

.border-onyx-0-9 {
  border: 9px solid #d4d4d4 !important;
}

.border-onyx-0-10 {
  border: 10px solid #d4d4d4 !important;
}

.border-b-onyx-0-1 {
  border-bottom: 1px solid #d4d4d4 !important;
}

.border-b-onyx-0-2 {
  border-bottom: 2px solid #d4d4d4 !important;
}

.border-b-onyx-0-3 {
  border-bottom: 3px solid #d4d4d4 !important;
}

.border-b-onyx-0-4 {
  border-bottom: 4px solid #d4d4d4 !important;
}

.border-b-onyx-0-5 {
  border-bottom: 5px solid #d4d4d4 !important;
}

.border-b-onyx-0-6 {
  border-bottom: 6px solid #d4d4d4 !important;
}

.border-b-onyx-0-7 {
  border-bottom: 7px solid #d4d4d4 !important;
}

.border-b-onyx-0-8 {
  border-bottom: 8px solid #d4d4d4 !important;
}

.border-b-onyx-0-9 {
  border-bottom: 9px solid #d4d4d4 !important;
}

.border-b-onyx-0-10 {
  border-bottom: 10px solid #d4d4d4 !important;
}

.border-t-onyx-0-1 {
  border-top: 1px solid #d4d4d4 !important;
}

.border-t-onyx-0-2 {
  border-top: 2px solid #d4d4d4 !important;
}

.border-t-onyx-0-3 {
  border-top: 3px solid #d4d4d4 !important;
}

.border-t-onyx-0-4 {
  border-top: 4px solid #d4d4d4 !important;
}

.border-t-onyx-0-5 {
  border-top: 5px solid #d4d4d4 !important;
}

.border-t-onyx-0-6 {
  border-top: 6px solid #d4d4d4 !important;
}

.border-t-onyx-0-7 {
  border-top: 7px solid #d4d4d4 !important;
}

.border-t-onyx-0-8 {
  border-top: 8px solid #d4d4d4 !important;
}

.border-t-onyx-0-9 {
  border-top: 9px solid #d4d4d4 !important;
}

.border-t-onyx-0-10 {
  border-top: 10px solid #d4d4d4 !important;
}

.border-r-onyx-0-1 {
  border-right: 1px solid #d4d4d4 !important;
}

.border-r-onyx-0-2 {
  border-right: 2px solid #d4d4d4 !important;
}

.border-r-onyx-0-3 {
  border-right: 3px solid #d4d4d4 !important;
}

.border-r-onyx-0-4 {
  border-right: 4px solid #d4d4d4 !important;
}

.border-r-onyx-0-5 {
  border-right: 5px solid #d4d4d4 !important;
}

.border-r-onyx-0-6 {
  border-right: 6px solid #d4d4d4 !important;
}

.border-r-onyx-0-7 {
  border-right: 7px solid #d4d4d4 !important;
}

.border-r-onyx-0-8 {
  border-right: 8px solid #d4d4d4 !important;
}

.border-r-onyx-0-9 {
  border-right: 9px solid #d4d4d4 !important;
}

.border-r-onyx-0-10 {
  border-right: 10px solid #d4d4d4 !important;
}

.border-l-onyx-0-1 {
  border-left: 1px solid #d4d4d4 !important;
}

.border-l-onyx-0-2 {
  border-left: 2px solid #d4d4d4 !important;
}

.border-l-onyx-0-3 {
  border-left: 3px solid #d4d4d4 !important;
}

.border-l-onyx-0-4 {
  border-left: 4px solid #d4d4d4 !important;
}

.border-l-onyx-0-5 {
  border-left: 5px solid #d4d4d4 !important;
}

.border-l-onyx-0-6 {
  border-left: 6px solid #d4d4d4 !important;
}

.border-l-onyx-0-7 {
  border-left: 7px solid #d4d4d4 !important;
}

.border-l-onyx-0-8 {
  border-left: 8px solid #d4d4d4 !important;
}

.border-l-onyx-0-9 {
  border-left: 9px solid #d4d4d4 !important;
}

.border-l-onyx-0-10 {
  border-left: 10px solid #d4d4d4 !important;
}

.border-onyx-50-1 {
  border: 1px solid #c5c5c5 !important;
}

.border-onyx-50-2 {
  border: 2px solid #c5c5c5 !important;
}

.border-onyx-50-3 {
  border: 3px solid #c5c5c5 !important;
}

.border-onyx-50-4 {
  border: 4px solid #c5c5c5 !important;
}

.border-onyx-50-5 {
  border: 5px solid #c5c5c5 !important;
}

.border-onyx-50-6 {
  border: 6px solid #c5c5c5 !important;
}

.border-onyx-50-7 {
  border: 7px solid #c5c5c5 !important;
}

.border-onyx-50-8 {
  border: 8px solid #c5c5c5 !important;
}

.border-onyx-50-9 {
  border: 9px solid #c5c5c5 !important;
}

.border-onyx-50-10 {
  border: 10px solid #c5c5c5 !important;
}

.border-b-onyx-50-1 {
  border-bottom: 1px solid #c5c5c5 !important;
}

.border-b-onyx-50-2 {
  border-bottom: 2px solid #c5c5c5 !important;
}

.border-b-onyx-50-3 {
  border-bottom: 3px solid #c5c5c5 !important;
}

.border-b-onyx-50-4 {
  border-bottom: 4px solid #c5c5c5 !important;
}

.border-b-onyx-50-5 {
  border-bottom: 5px solid #c5c5c5 !important;
}

.border-b-onyx-50-6 {
  border-bottom: 6px solid #c5c5c5 !important;
}

.border-b-onyx-50-7 {
  border-bottom: 7px solid #c5c5c5 !important;
}

.border-b-onyx-50-8 {
  border-bottom: 8px solid #c5c5c5 !important;
}

.border-b-onyx-50-9 {
  border-bottom: 9px solid #c5c5c5 !important;
}

.border-b-onyx-50-10 {
  border-bottom: 10px solid #c5c5c5 !important;
}

.border-t-onyx-50-1 {
  border-top: 1px solid #c5c5c5 !important;
}

.border-t-onyx-50-2 {
  border-top: 2px solid #c5c5c5 !important;
}

.border-t-onyx-50-3 {
  border-top: 3px solid #c5c5c5 !important;
}

.border-t-onyx-50-4 {
  border-top: 4px solid #c5c5c5 !important;
}

.border-t-onyx-50-5 {
  border-top: 5px solid #c5c5c5 !important;
}

.border-t-onyx-50-6 {
  border-top: 6px solid #c5c5c5 !important;
}

.border-t-onyx-50-7 {
  border-top: 7px solid #c5c5c5 !important;
}

.border-t-onyx-50-8 {
  border-top: 8px solid #c5c5c5 !important;
}

.border-t-onyx-50-9 {
  border-top: 9px solid #c5c5c5 !important;
}

.border-t-onyx-50-10 {
  border-top: 10px solid #c5c5c5 !important;
}

.border-r-onyx-50-1 {
  border-right: 1px solid #c5c5c5 !important;
}

.border-r-onyx-50-2 {
  border-right: 2px solid #c5c5c5 !important;
}

.border-r-onyx-50-3 {
  border-right: 3px solid #c5c5c5 !important;
}

.border-r-onyx-50-4 {
  border-right: 4px solid #c5c5c5 !important;
}

.border-r-onyx-50-5 {
  border-right: 5px solid #c5c5c5 !important;
}

.border-r-onyx-50-6 {
  border-right: 6px solid #c5c5c5 !important;
}

.border-r-onyx-50-7 {
  border-right: 7px solid #c5c5c5 !important;
}

.border-r-onyx-50-8 {
  border-right: 8px solid #c5c5c5 !important;
}

.border-r-onyx-50-9 {
  border-right: 9px solid #c5c5c5 !important;
}

.border-r-onyx-50-10 {
  border-right: 10px solid #c5c5c5 !important;
}

.border-l-onyx-50-1 {
  border-left: 1px solid #c5c5c5 !important;
}

.border-l-onyx-50-2 {
  border-left: 2px solid #c5c5c5 !important;
}

.border-l-onyx-50-3 {
  border-left: 3px solid #c5c5c5 !important;
}

.border-l-onyx-50-4 {
  border-left: 4px solid #c5c5c5 !important;
}

.border-l-onyx-50-5 {
  border-left: 5px solid #c5c5c5 !important;
}

.border-l-onyx-50-6 {
  border-left: 6px solid #c5c5c5 !important;
}

.border-l-onyx-50-7 {
  border-left: 7px solid #c5c5c5 !important;
}

.border-l-onyx-50-8 {
  border-left: 8px solid #c5c5c5 !important;
}

.border-l-onyx-50-9 {
  border-left: 9px solid #c5c5c5 !important;
}

.border-l-onyx-50-10 {
  border-left: 10px solid #c5c5c5 !important;
}

.border-onyx-100-1 {
  border: 1px solid #b6b6b6 !important;
}

.border-onyx-100-2 {
  border: 2px solid #b6b6b6 !important;
}

.border-onyx-100-3 {
  border: 3px solid #b6b6b6 !important;
}

.border-onyx-100-4 {
  border: 4px solid #b6b6b6 !important;
}

.border-onyx-100-5 {
  border: 5px solid #b6b6b6 !important;
}

.border-onyx-100-6 {
  border: 6px solid #b6b6b6 !important;
}

.border-onyx-100-7 {
  border: 7px solid #b6b6b6 !important;
}

.border-onyx-100-8 {
  border: 8px solid #b6b6b6 !important;
}

.border-onyx-100-9 {
  border: 9px solid #b6b6b6 !important;
}

.border-onyx-100-10 {
  border: 10px solid #b6b6b6 !important;
}

.border-b-onyx-100-1 {
  border-bottom: 1px solid #b6b6b6 !important;
}

.border-b-onyx-100-2 {
  border-bottom: 2px solid #b6b6b6 !important;
}

.border-b-onyx-100-3 {
  border-bottom: 3px solid #b6b6b6 !important;
}

.border-b-onyx-100-4 {
  border-bottom: 4px solid #b6b6b6 !important;
}

.border-b-onyx-100-5 {
  border-bottom: 5px solid #b6b6b6 !important;
}

.border-b-onyx-100-6 {
  border-bottom: 6px solid #b6b6b6 !important;
}

.border-b-onyx-100-7 {
  border-bottom: 7px solid #b6b6b6 !important;
}

.border-b-onyx-100-8 {
  border-bottom: 8px solid #b6b6b6 !important;
}

.border-b-onyx-100-9 {
  border-bottom: 9px solid #b6b6b6 !important;
}

.border-b-onyx-100-10 {
  border-bottom: 10px solid #b6b6b6 !important;
}

.border-t-onyx-100-1 {
  border-top: 1px solid #b6b6b6 !important;
}

.border-t-onyx-100-2 {
  border-top: 2px solid #b6b6b6 !important;
}

.border-t-onyx-100-3 {
  border-top: 3px solid #b6b6b6 !important;
}

.border-t-onyx-100-4 {
  border-top: 4px solid #b6b6b6 !important;
}

.border-t-onyx-100-5 {
  border-top: 5px solid #b6b6b6 !important;
}

.border-t-onyx-100-6 {
  border-top: 6px solid #b6b6b6 !important;
}

.border-t-onyx-100-7 {
  border-top: 7px solid #b6b6b6 !important;
}

.border-t-onyx-100-8 {
  border-top: 8px solid #b6b6b6 !important;
}

.border-t-onyx-100-9 {
  border-top: 9px solid #b6b6b6 !important;
}

.border-t-onyx-100-10 {
  border-top: 10px solid #b6b6b6 !important;
}

.border-r-onyx-100-1 {
  border-right: 1px solid #b6b6b6 !important;
}

.border-r-onyx-100-2 {
  border-right: 2px solid #b6b6b6 !important;
}

.border-r-onyx-100-3 {
  border-right: 3px solid #b6b6b6 !important;
}

.border-r-onyx-100-4 {
  border-right: 4px solid #b6b6b6 !important;
}

.border-r-onyx-100-5 {
  border-right: 5px solid #b6b6b6 !important;
}

.border-r-onyx-100-6 {
  border-right: 6px solid #b6b6b6 !important;
}

.border-r-onyx-100-7 {
  border-right: 7px solid #b6b6b6 !important;
}

.border-r-onyx-100-8 {
  border-right: 8px solid #b6b6b6 !important;
}

.border-r-onyx-100-9 {
  border-right: 9px solid #b6b6b6 !important;
}

.border-r-onyx-100-10 {
  border-right: 10px solid #b6b6b6 !important;
}

.border-l-onyx-100-1 {
  border-left: 1px solid #b6b6b6 !important;
}

.border-l-onyx-100-2 {
  border-left: 2px solid #b6b6b6 !important;
}

.border-l-onyx-100-3 {
  border-left: 3px solid #b6b6b6 !important;
}

.border-l-onyx-100-4 {
  border-left: 4px solid #b6b6b6 !important;
}

.border-l-onyx-100-5 {
  border-left: 5px solid #b6b6b6 !important;
}

.border-l-onyx-100-6 {
  border-left: 6px solid #b6b6b6 !important;
}

.border-l-onyx-100-7 {
  border-left: 7px solid #b6b6b6 !important;
}

.border-l-onyx-100-8 {
  border-left: 8px solid #b6b6b6 !important;
}

.border-l-onyx-100-9 {
  border-left: 9px solid #b6b6b6 !important;
}

.border-l-onyx-100-10 {
  border-left: 10px solid #b6b6b6 !important;
}

.border-onyx-150-1 {
  border: 1px solid #a8a8a8 !important;
}

.border-onyx-150-2 {
  border: 2px solid #a8a8a8 !important;
}

.border-onyx-150-3 {
  border: 3px solid #a8a8a8 !important;
}

.border-onyx-150-4 {
  border: 4px solid #a8a8a8 !important;
}

.border-onyx-150-5 {
  border: 5px solid #a8a8a8 !important;
}

.border-onyx-150-6 {
  border: 6px solid #a8a8a8 !important;
}

.border-onyx-150-7 {
  border: 7px solid #a8a8a8 !important;
}

.border-onyx-150-8 {
  border: 8px solid #a8a8a8 !important;
}

.border-onyx-150-9 {
  border: 9px solid #a8a8a8 !important;
}

.border-onyx-150-10 {
  border: 10px solid #a8a8a8 !important;
}

.border-b-onyx-150-1 {
  border-bottom: 1px solid #a8a8a8 !important;
}

.border-b-onyx-150-2 {
  border-bottom: 2px solid #a8a8a8 !important;
}

.border-b-onyx-150-3 {
  border-bottom: 3px solid #a8a8a8 !important;
}

.border-b-onyx-150-4 {
  border-bottom: 4px solid #a8a8a8 !important;
}

.border-b-onyx-150-5 {
  border-bottom: 5px solid #a8a8a8 !important;
}

.border-b-onyx-150-6 {
  border-bottom: 6px solid #a8a8a8 !important;
}

.border-b-onyx-150-7 {
  border-bottom: 7px solid #a8a8a8 !important;
}

.border-b-onyx-150-8 {
  border-bottom: 8px solid #a8a8a8 !important;
}

.border-b-onyx-150-9 {
  border-bottom: 9px solid #a8a8a8 !important;
}

.border-b-onyx-150-10 {
  border-bottom: 10px solid #a8a8a8 !important;
}

.border-t-onyx-150-1 {
  border-top: 1px solid #a8a8a8 !important;
}

.border-t-onyx-150-2 {
  border-top: 2px solid #a8a8a8 !important;
}

.border-t-onyx-150-3 {
  border-top: 3px solid #a8a8a8 !important;
}

.border-t-onyx-150-4 {
  border-top: 4px solid #a8a8a8 !important;
}

.border-t-onyx-150-5 {
  border-top: 5px solid #a8a8a8 !important;
}

.border-t-onyx-150-6 {
  border-top: 6px solid #a8a8a8 !important;
}

.border-t-onyx-150-7 {
  border-top: 7px solid #a8a8a8 !important;
}

.border-t-onyx-150-8 {
  border-top: 8px solid #a8a8a8 !important;
}

.border-t-onyx-150-9 {
  border-top: 9px solid #a8a8a8 !important;
}

.border-t-onyx-150-10 {
  border-top: 10px solid #a8a8a8 !important;
}

.border-r-onyx-150-1 {
  border-right: 1px solid #a8a8a8 !important;
}

.border-r-onyx-150-2 {
  border-right: 2px solid #a8a8a8 !important;
}

.border-r-onyx-150-3 {
  border-right: 3px solid #a8a8a8 !important;
}

.border-r-onyx-150-4 {
  border-right: 4px solid #a8a8a8 !important;
}

.border-r-onyx-150-5 {
  border-right: 5px solid #a8a8a8 !important;
}

.border-r-onyx-150-6 {
  border-right: 6px solid #a8a8a8 !important;
}

.border-r-onyx-150-7 {
  border-right: 7px solid #a8a8a8 !important;
}

.border-r-onyx-150-8 {
  border-right: 8px solid #a8a8a8 !important;
}

.border-r-onyx-150-9 {
  border-right: 9px solid #a8a8a8 !important;
}

.border-r-onyx-150-10 {
  border-right: 10px solid #a8a8a8 !important;
}

.border-l-onyx-150-1 {
  border-left: 1px solid #a8a8a8 !important;
}

.border-l-onyx-150-2 {
  border-left: 2px solid #a8a8a8 !important;
}

.border-l-onyx-150-3 {
  border-left: 3px solid #a8a8a8 !important;
}

.border-l-onyx-150-4 {
  border-left: 4px solid #a8a8a8 !important;
}

.border-l-onyx-150-5 {
  border-left: 5px solid #a8a8a8 !important;
}

.border-l-onyx-150-6 {
  border-left: 6px solid #a8a8a8 !important;
}

.border-l-onyx-150-7 {
  border-left: 7px solid #a8a8a8 !important;
}

.border-l-onyx-150-8 {
  border-left: 8px solid #a8a8a8 !important;
}

.border-l-onyx-150-9 {
  border-left: 9px solid #a8a8a8 !important;
}

.border-l-onyx-150-10 {
  border-left: 10px solid #a8a8a8 !important;
}

.border-onyx-200-1 {
  border: 1px solid #999999 !important;
}

.border-onyx-200-2 {
  border: 2px solid #999999 !important;
}

.border-onyx-200-3 {
  border: 3px solid #999999 !important;
}

.border-onyx-200-4 {
  border: 4px solid #999999 !important;
}

.border-onyx-200-5 {
  border: 5px solid #999999 !important;
}

.border-onyx-200-6 {
  border: 6px solid #999999 !important;
}

.border-onyx-200-7 {
  border: 7px solid #999999 !important;
}

.border-onyx-200-8 {
  border: 8px solid #999999 !important;
}

.border-onyx-200-9 {
  border: 9px solid #999999 !important;
}

.border-onyx-200-10 {
  border: 10px solid #999999 !important;
}

.border-b-onyx-200-1 {
  border-bottom: 1px solid #999999 !important;
}

.border-b-onyx-200-2 {
  border-bottom: 2px solid #999999 !important;
}

.border-b-onyx-200-3 {
  border-bottom: 3px solid #999999 !important;
}

.border-b-onyx-200-4 {
  border-bottom: 4px solid #999999 !important;
}

.border-b-onyx-200-5 {
  border-bottom: 5px solid #999999 !important;
}

.border-b-onyx-200-6 {
  border-bottom: 6px solid #999999 !important;
}

.border-b-onyx-200-7 {
  border-bottom: 7px solid #999999 !important;
}

.border-b-onyx-200-8 {
  border-bottom: 8px solid #999999 !important;
}

.border-b-onyx-200-9 {
  border-bottom: 9px solid #999999 !important;
}

.border-b-onyx-200-10 {
  border-bottom: 10px solid #999999 !important;
}

.border-t-onyx-200-1 {
  border-top: 1px solid #999999 !important;
}

.border-t-onyx-200-2 {
  border-top: 2px solid #999999 !important;
}

.border-t-onyx-200-3 {
  border-top: 3px solid #999999 !important;
}

.border-t-onyx-200-4 {
  border-top: 4px solid #999999 !important;
}

.border-t-onyx-200-5 {
  border-top: 5px solid #999999 !important;
}

.border-t-onyx-200-6 {
  border-top: 6px solid #999999 !important;
}

.border-t-onyx-200-7 {
  border-top: 7px solid #999999 !important;
}

.border-t-onyx-200-8 {
  border-top: 8px solid #999999 !important;
}

.border-t-onyx-200-9 {
  border-top: 9px solid #999999 !important;
}

.border-t-onyx-200-10 {
  border-top: 10px solid #999999 !important;
}

.border-r-onyx-200-1 {
  border-right: 1px solid #999999 !important;
}

.border-r-onyx-200-2 {
  border-right: 2px solid #999999 !important;
}

.border-r-onyx-200-3 {
  border-right: 3px solid #999999 !important;
}

.border-r-onyx-200-4 {
  border-right: 4px solid #999999 !important;
}

.border-r-onyx-200-5 {
  border-right: 5px solid #999999 !important;
}

.border-r-onyx-200-6 {
  border-right: 6px solid #999999 !important;
}

.border-r-onyx-200-7 {
  border-right: 7px solid #999999 !important;
}

.border-r-onyx-200-8 {
  border-right: 8px solid #999999 !important;
}

.border-r-onyx-200-9 {
  border-right: 9px solid #999999 !important;
}

.border-r-onyx-200-10 {
  border-right: 10px solid #999999 !important;
}

.border-l-onyx-200-1 {
  border-left: 1px solid #999999 !important;
}

.border-l-onyx-200-2 {
  border-left: 2px solid #999999 !important;
}

.border-l-onyx-200-3 {
  border-left: 3px solid #999999 !important;
}

.border-l-onyx-200-4 {
  border-left: 4px solid #999999 !important;
}

.border-l-onyx-200-5 {
  border-left: 5px solid #999999 !important;
}

.border-l-onyx-200-6 {
  border-left: 6px solid #999999 !important;
}

.border-l-onyx-200-7 {
  border-left: 7px solid #999999 !important;
}

.border-l-onyx-200-8 {
  border-left: 8px solid #999999 !important;
}

.border-l-onyx-200-9 {
  border-left: 9px solid #999999 !important;
}

.border-l-onyx-200-10 {
  border-left: 10px solid #999999 !important;
}

.border-onyx-300-1 {
  border: 1px solid #7b7b7b !important;
}

.border-onyx-300-2 {
  border: 2px solid #7b7b7b !important;
}

.border-onyx-300-3 {
  border: 3px solid #7b7b7b !important;
}

.border-onyx-300-4 {
  border: 4px solid #7b7b7b !important;
}

.border-onyx-300-5 {
  border: 5px solid #7b7b7b !important;
}

.border-onyx-300-6 {
  border: 6px solid #7b7b7b !important;
}

.border-onyx-300-7 {
  border: 7px solid #7b7b7b !important;
}

.border-onyx-300-8 {
  border: 8px solid #7b7b7b !important;
}

.border-onyx-300-9 {
  border: 9px solid #7b7b7b !important;
}

.border-onyx-300-10 {
  border: 10px solid #7b7b7b !important;
}

.border-b-onyx-300-1 {
  border-bottom: 1px solid #7b7b7b !important;
}

.border-b-onyx-300-2 {
  border-bottom: 2px solid #7b7b7b !important;
}

.border-b-onyx-300-3 {
  border-bottom: 3px solid #7b7b7b !important;
}

.border-b-onyx-300-4 {
  border-bottom: 4px solid #7b7b7b !important;
}

.border-b-onyx-300-5 {
  border-bottom: 5px solid #7b7b7b !important;
}

.border-b-onyx-300-6 {
  border-bottom: 6px solid #7b7b7b !important;
}

.border-b-onyx-300-7 {
  border-bottom: 7px solid #7b7b7b !important;
}

.border-b-onyx-300-8 {
  border-bottom: 8px solid #7b7b7b !important;
}

.border-b-onyx-300-9 {
  border-bottom: 9px solid #7b7b7b !important;
}

.border-b-onyx-300-10 {
  border-bottom: 10px solid #7b7b7b !important;
}

.border-t-onyx-300-1 {
  border-top: 1px solid #7b7b7b !important;
}

.border-t-onyx-300-2 {
  border-top: 2px solid #7b7b7b !important;
}

.border-t-onyx-300-3 {
  border-top: 3px solid #7b7b7b !important;
}

.border-t-onyx-300-4 {
  border-top: 4px solid #7b7b7b !important;
}

.border-t-onyx-300-5 {
  border-top: 5px solid #7b7b7b !important;
}

.border-t-onyx-300-6 {
  border-top: 6px solid #7b7b7b !important;
}

.border-t-onyx-300-7 {
  border-top: 7px solid #7b7b7b !important;
}

.border-t-onyx-300-8 {
  border-top: 8px solid #7b7b7b !important;
}

.border-t-onyx-300-9 {
  border-top: 9px solid #7b7b7b !important;
}

.border-t-onyx-300-10 {
  border-top: 10px solid #7b7b7b !important;
}

.border-r-onyx-300-1 {
  border-right: 1px solid #7b7b7b !important;
}

.border-r-onyx-300-2 {
  border-right: 2px solid #7b7b7b !important;
}

.border-r-onyx-300-3 {
  border-right: 3px solid #7b7b7b !important;
}

.border-r-onyx-300-4 {
  border-right: 4px solid #7b7b7b !important;
}

.border-r-onyx-300-5 {
  border-right: 5px solid #7b7b7b !important;
}

.border-r-onyx-300-6 {
  border-right: 6px solid #7b7b7b !important;
}

.border-r-onyx-300-7 {
  border-right: 7px solid #7b7b7b !important;
}

.border-r-onyx-300-8 {
  border-right: 8px solid #7b7b7b !important;
}

.border-r-onyx-300-9 {
  border-right: 9px solid #7b7b7b !important;
}

.border-r-onyx-300-10 {
  border-right: 10px solid #7b7b7b !important;
}

.border-l-onyx-300-1 {
  border-left: 1px solid #7b7b7b !important;
}

.border-l-onyx-300-2 {
  border-left: 2px solid #7b7b7b !important;
}

.border-l-onyx-300-3 {
  border-left: 3px solid #7b7b7b !important;
}

.border-l-onyx-300-4 {
  border-left: 4px solid #7b7b7b !important;
}

.border-l-onyx-300-5 {
  border-left: 5px solid #7b7b7b !important;
}

.border-l-onyx-300-6 {
  border-left: 6px solid #7b7b7b !important;
}

.border-l-onyx-300-7 {
  border-left: 7px solid #7b7b7b !important;
}

.border-l-onyx-300-8 {
  border-left: 8px solid #7b7b7b !important;
}

.border-l-onyx-300-9 {
  border-left: 9px solid #7b7b7b !important;
}

.border-l-onyx-300-10 {
  border-left: 10px solid #7b7b7b !important;
}

.border-onyx-400-1 {
  border: 1px solid #5e5e5e !important;
}

.border-onyx-400-2 {
  border: 2px solid #5e5e5e !important;
}

.border-onyx-400-3 {
  border: 3px solid #5e5e5e !important;
}

.border-onyx-400-4 {
  border: 4px solid #5e5e5e !important;
}

.border-onyx-400-5 {
  border: 5px solid #5e5e5e !important;
}

.border-onyx-400-6 {
  border: 6px solid #5e5e5e !important;
}

.border-onyx-400-7 {
  border: 7px solid #5e5e5e !important;
}

.border-onyx-400-8 {
  border: 8px solid #5e5e5e !important;
}

.border-onyx-400-9 {
  border: 9px solid #5e5e5e !important;
}

.border-onyx-400-10 {
  border: 10px solid #5e5e5e !important;
}

.border-b-onyx-400-1 {
  border-bottom: 1px solid #5e5e5e !important;
}

.border-b-onyx-400-2 {
  border-bottom: 2px solid #5e5e5e !important;
}

.border-b-onyx-400-3 {
  border-bottom: 3px solid #5e5e5e !important;
}

.border-b-onyx-400-4 {
  border-bottom: 4px solid #5e5e5e !important;
}

.border-b-onyx-400-5 {
  border-bottom: 5px solid #5e5e5e !important;
}

.border-b-onyx-400-6 {
  border-bottom: 6px solid #5e5e5e !important;
}

.border-b-onyx-400-7 {
  border-bottom: 7px solid #5e5e5e !important;
}

.border-b-onyx-400-8 {
  border-bottom: 8px solid #5e5e5e !important;
}

.border-b-onyx-400-9 {
  border-bottom: 9px solid #5e5e5e !important;
}

.border-b-onyx-400-10 {
  border-bottom: 10px solid #5e5e5e !important;
}

.border-t-onyx-400-1 {
  border-top: 1px solid #5e5e5e !important;
}

.border-t-onyx-400-2 {
  border-top: 2px solid #5e5e5e !important;
}

.border-t-onyx-400-3 {
  border-top: 3px solid #5e5e5e !important;
}

.border-t-onyx-400-4 {
  border-top: 4px solid #5e5e5e !important;
}

.border-t-onyx-400-5 {
  border-top: 5px solid #5e5e5e !important;
}

.border-t-onyx-400-6 {
  border-top: 6px solid #5e5e5e !important;
}

.border-t-onyx-400-7 {
  border-top: 7px solid #5e5e5e !important;
}

.border-t-onyx-400-8 {
  border-top: 8px solid #5e5e5e !important;
}

.border-t-onyx-400-9 {
  border-top: 9px solid #5e5e5e !important;
}

.border-t-onyx-400-10 {
  border-top: 10px solid #5e5e5e !important;
}

.border-r-onyx-400-1 {
  border-right: 1px solid #5e5e5e !important;
}

.border-r-onyx-400-2 {
  border-right: 2px solid #5e5e5e !important;
}

.border-r-onyx-400-3 {
  border-right: 3px solid #5e5e5e !important;
}

.border-r-onyx-400-4 {
  border-right: 4px solid #5e5e5e !important;
}

.border-r-onyx-400-5 {
  border-right: 5px solid #5e5e5e !important;
}

.border-r-onyx-400-6 {
  border-right: 6px solid #5e5e5e !important;
}

.border-r-onyx-400-7 {
  border-right: 7px solid #5e5e5e !important;
}

.border-r-onyx-400-8 {
  border-right: 8px solid #5e5e5e !important;
}

.border-r-onyx-400-9 {
  border-right: 9px solid #5e5e5e !important;
}

.border-r-onyx-400-10 {
  border-right: 10px solid #5e5e5e !important;
}

.border-l-onyx-400-1 {
  border-left: 1px solid #5e5e5e !important;
}

.border-l-onyx-400-2 {
  border-left: 2px solid #5e5e5e !important;
}

.border-l-onyx-400-3 {
  border-left: 3px solid #5e5e5e !important;
}

.border-l-onyx-400-4 {
  border-left: 4px solid #5e5e5e !important;
}

.border-l-onyx-400-5 {
  border-left: 5px solid #5e5e5e !important;
}

.border-l-onyx-400-6 {
  border-left: 6px solid #5e5e5e !important;
}

.border-l-onyx-400-7 {
  border-left: 7px solid #5e5e5e !important;
}

.border-l-onyx-400-8 {
  border-left: 8px solid #5e5e5e !important;
}

.border-l-onyx-400-9 {
  border-left: 9px solid #5e5e5e !important;
}

.border-l-onyx-400-10 {
  border-left: 10px solid #5e5e5e !important;
}

.border-onyx-500-1 {
  border: 1px solid #404040 !important;
}

.border-onyx-500-2 {
  border: 2px solid #404040 !important;
}

.border-onyx-500-3 {
  border: 3px solid #404040 !important;
}

.border-onyx-500-4 {
  border: 4px solid #404040 !important;
}

.border-onyx-500-5 {
  border: 5px solid #404040 !important;
}

.border-onyx-500-6 {
  border: 6px solid #404040 !important;
}

.border-onyx-500-7 {
  border: 7px solid #404040 !important;
}

.border-onyx-500-8 {
  border: 8px solid #404040 !important;
}

.border-onyx-500-9 {
  border: 9px solid #404040 !important;
}

.border-onyx-500-10 {
  border: 10px solid #404040 !important;
}

.border-b-onyx-500-1 {
  border-bottom: 1px solid #404040 !important;
}

.border-b-onyx-500-2 {
  border-bottom: 2px solid #404040 !important;
}

.border-b-onyx-500-3 {
  border-bottom: 3px solid #404040 !important;
}

.border-b-onyx-500-4 {
  border-bottom: 4px solid #404040 !important;
}

.border-b-onyx-500-5 {
  border-bottom: 5px solid #404040 !important;
}

.border-b-onyx-500-6 {
  border-bottom: 6px solid #404040 !important;
}

.border-b-onyx-500-7 {
  border-bottom: 7px solid #404040 !important;
}

.border-b-onyx-500-8 {
  border-bottom: 8px solid #404040 !important;
}

.border-b-onyx-500-9 {
  border-bottom: 9px solid #404040 !important;
}

.border-b-onyx-500-10 {
  border-bottom: 10px solid #404040 !important;
}

.border-t-onyx-500-1 {
  border-top: 1px solid #404040 !important;
}

.border-t-onyx-500-2 {
  border-top: 2px solid #404040 !important;
}

.border-t-onyx-500-3 {
  border-top: 3px solid #404040 !important;
}

.border-t-onyx-500-4 {
  border-top: 4px solid #404040 !important;
}

.border-t-onyx-500-5 {
  border-top: 5px solid #404040 !important;
}

.border-t-onyx-500-6 {
  border-top: 6px solid #404040 !important;
}

.border-t-onyx-500-7 {
  border-top: 7px solid #404040 !important;
}

.border-t-onyx-500-8 {
  border-top: 8px solid #404040 !important;
}

.border-t-onyx-500-9 {
  border-top: 9px solid #404040 !important;
}

.border-t-onyx-500-10 {
  border-top: 10px solid #404040 !important;
}

.border-r-onyx-500-1 {
  border-right: 1px solid #404040 !important;
}

.border-r-onyx-500-2 {
  border-right: 2px solid #404040 !important;
}

.border-r-onyx-500-3 {
  border-right: 3px solid #404040 !important;
}

.border-r-onyx-500-4 {
  border-right: 4px solid #404040 !important;
}

.border-r-onyx-500-5 {
  border-right: 5px solid #404040 !important;
}

.border-r-onyx-500-6 {
  border-right: 6px solid #404040 !important;
}

.border-r-onyx-500-7 {
  border-right: 7px solid #404040 !important;
}

.border-r-onyx-500-8 {
  border-right: 8px solid #404040 !important;
}

.border-r-onyx-500-9 {
  border-right: 9px solid #404040 !important;
}

.border-r-onyx-500-10 {
  border-right: 10px solid #404040 !important;
}

.border-l-onyx-500-1 {
  border-left: 1px solid #404040 !important;
}

.border-l-onyx-500-2 {
  border-left: 2px solid #404040 !important;
}

.border-l-onyx-500-3 {
  border-left: 3px solid #404040 !important;
}

.border-l-onyx-500-4 {
  border-left: 4px solid #404040 !important;
}

.border-l-onyx-500-5 {
  border-left: 5px solid #404040 !important;
}

.border-l-onyx-500-6 {
  border-left: 6px solid #404040 !important;
}

.border-l-onyx-500-7 {
  border-left: 7px solid #404040 !important;
}

.border-l-onyx-500-8 {
  border-left: 8px solid #404040 !important;
}

.border-l-onyx-500-9 {
  border-left: 9px solid #404040 !important;
}

.border-l-onyx-500-10 {
  border-left: 10px solid #404040 !important;
}

.border-onyx-600-1 {
  border: 1px solid #333333 !important;
}

.border-onyx-600-2 {
  border: 2px solid #333333 !important;
}

.border-onyx-600-3 {
  border: 3px solid #333333 !important;
}

.border-onyx-600-4 {
  border: 4px solid #333333 !important;
}

.border-onyx-600-5 {
  border: 5px solid #333333 !important;
}

.border-onyx-600-6 {
  border: 6px solid #333333 !important;
}

.border-onyx-600-7 {
  border: 7px solid #333333 !important;
}

.border-onyx-600-8 {
  border: 8px solid #333333 !important;
}

.border-onyx-600-9 {
  border: 9px solid #333333 !important;
}

.border-onyx-600-10 {
  border: 10px solid #333333 !important;
}

.border-b-onyx-600-1 {
  border-bottom: 1px solid #333333 !important;
}

.border-b-onyx-600-2 {
  border-bottom: 2px solid #333333 !important;
}

.border-b-onyx-600-3 {
  border-bottom: 3px solid #333333 !important;
}

.border-b-onyx-600-4 {
  border-bottom: 4px solid #333333 !important;
}

.border-b-onyx-600-5 {
  border-bottom: 5px solid #333333 !important;
}

.border-b-onyx-600-6 {
  border-bottom: 6px solid #333333 !important;
}

.border-b-onyx-600-7 {
  border-bottom: 7px solid #333333 !important;
}

.border-b-onyx-600-8 {
  border-bottom: 8px solid #333333 !important;
}

.border-b-onyx-600-9 {
  border-bottom: 9px solid #333333 !important;
}

.border-b-onyx-600-10 {
  border-bottom: 10px solid #333333 !important;
}

.border-t-onyx-600-1 {
  border-top: 1px solid #333333 !important;
}

.border-t-onyx-600-2 {
  border-top: 2px solid #333333 !important;
}

.border-t-onyx-600-3 {
  border-top: 3px solid #333333 !important;
}

.border-t-onyx-600-4 {
  border-top: 4px solid #333333 !important;
}

.border-t-onyx-600-5 {
  border-top: 5px solid #333333 !important;
}

.border-t-onyx-600-6 {
  border-top: 6px solid #333333 !important;
}

.border-t-onyx-600-7 {
  border-top: 7px solid #333333 !important;
}

.border-t-onyx-600-8 {
  border-top: 8px solid #333333 !important;
}

.border-t-onyx-600-9 {
  border-top: 9px solid #333333 !important;
}

.border-t-onyx-600-10 {
  border-top: 10px solid #333333 !important;
}

.border-r-onyx-600-1 {
  border-right: 1px solid #333333 !important;
}

.border-r-onyx-600-2 {
  border-right: 2px solid #333333 !important;
}

.border-r-onyx-600-3 {
  border-right: 3px solid #333333 !important;
}

.border-r-onyx-600-4 {
  border-right: 4px solid #333333 !important;
}

.border-r-onyx-600-5 {
  border-right: 5px solid #333333 !important;
}

.border-r-onyx-600-6 {
  border-right: 6px solid #333333 !important;
}

.border-r-onyx-600-7 {
  border-right: 7px solid #333333 !important;
}

.border-r-onyx-600-8 {
  border-right: 8px solid #333333 !important;
}

.border-r-onyx-600-9 {
  border-right: 9px solid #333333 !important;
}

.border-r-onyx-600-10 {
  border-right: 10px solid #333333 !important;
}

.border-l-onyx-600-1 {
  border-left: 1px solid #333333 !important;
}

.border-l-onyx-600-2 {
  border-left: 2px solid #333333 !important;
}

.border-l-onyx-600-3 {
  border-left: 3px solid #333333 !important;
}

.border-l-onyx-600-4 {
  border-left: 4px solid #333333 !important;
}

.border-l-onyx-600-5 {
  border-left: 5px solid #333333 !important;
}

.border-l-onyx-600-6 {
  border-left: 6px solid #333333 !important;
}

.border-l-onyx-600-7 {
  border-left: 7px solid #333333 !important;
}

.border-l-onyx-600-8 {
  border-left: 8px solid #333333 !important;
}

.border-l-onyx-600-9 {
  border-left: 9px solid #333333 !important;
}

.border-l-onyx-600-10 {
  border-left: 10px solid #333333 !important;
}

.border-onyx-700-1 {
  border: 1px solid #262626 !important;
}

.border-onyx-700-2 {
  border: 2px solid #262626 !important;
}

.border-onyx-700-3 {
  border: 3px solid #262626 !important;
}

.border-onyx-700-4 {
  border: 4px solid #262626 !important;
}

.border-onyx-700-5 {
  border: 5px solid #262626 !important;
}

.border-onyx-700-6 {
  border: 6px solid #262626 !important;
}

.border-onyx-700-7 {
  border: 7px solid #262626 !important;
}

.border-onyx-700-8 {
  border: 8px solid #262626 !important;
}

.border-onyx-700-9 {
  border: 9px solid #262626 !important;
}

.border-onyx-700-10 {
  border: 10px solid #262626 !important;
}

.border-b-onyx-700-1 {
  border-bottom: 1px solid #262626 !important;
}

.border-b-onyx-700-2 {
  border-bottom: 2px solid #262626 !important;
}

.border-b-onyx-700-3 {
  border-bottom: 3px solid #262626 !important;
}

.border-b-onyx-700-4 {
  border-bottom: 4px solid #262626 !important;
}

.border-b-onyx-700-5 {
  border-bottom: 5px solid #262626 !important;
}

.border-b-onyx-700-6 {
  border-bottom: 6px solid #262626 !important;
}

.border-b-onyx-700-7 {
  border-bottom: 7px solid #262626 !important;
}

.border-b-onyx-700-8 {
  border-bottom: 8px solid #262626 !important;
}

.border-b-onyx-700-9 {
  border-bottom: 9px solid #262626 !important;
}

.border-b-onyx-700-10 {
  border-bottom: 10px solid #262626 !important;
}

.border-t-onyx-700-1 {
  border-top: 1px solid #262626 !important;
}

.border-t-onyx-700-2 {
  border-top: 2px solid #262626 !important;
}

.border-t-onyx-700-3 {
  border-top: 3px solid #262626 !important;
}

.border-t-onyx-700-4 {
  border-top: 4px solid #262626 !important;
}

.border-t-onyx-700-5 {
  border-top: 5px solid #262626 !important;
}

.border-t-onyx-700-6 {
  border-top: 6px solid #262626 !important;
}

.border-t-onyx-700-7 {
  border-top: 7px solid #262626 !important;
}

.border-t-onyx-700-8 {
  border-top: 8px solid #262626 !important;
}

.border-t-onyx-700-9 {
  border-top: 9px solid #262626 !important;
}

.border-t-onyx-700-10 {
  border-top: 10px solid #262626 !important;
}

.border-r-onyx-700-1 {
  border-right: 1px solid #262626 !important;
}

.border-r-onyx-700-2 {
  border-right: 2px solid #262626 !important;
}

.border-r-onyx-700-3 {
  border-right: 3px solid #262626 !important;
}

.border-r-onyx-700-4 {
  border-right: 4px solid #262626 !important;
}

.border-r-onyx-700-5 {
  border-right: 5px solid #262626 !important;
}

.border-r-onyx-700-6 {
  border-right: 6px solid #262626 !important;
}

.border-r-onyx-700-7 {
  border-right: 7px solid #262626 !important;
}

.border-r-onyx-700-8 {
  border-right: 8px solid #262626 !important;
}

.border-r-onyx-700-9 {
  border-right: 9px solid #262626 !important;
}

.border-r-onyx-700-10 {
  border-right: 10px solid #262626 !important;
}

.border-l-onyx-700-1 {
  border-left: 1px solid #262626 !important;
}

.border-l-onyx-700-2 {
  border-left: 2px solid #262626 !important;
}

.border-l-onyx-700-3 {
  border-left: 3px solid #262626 !important;
}

.border-l-onyx-700-4 {
  border-left: 4px solid #262626 !important;
}

.border-l-onyx-700-5 {
  border-left: 5px solid #262626 !important;
}

.border-l-onyx-700-6 {
  border-left: 6px solid #262626 !important;
}

.border-l-onyx-700-7 {
  border-left: 7px solid #262626 !important;
}

.border-l-onyx-700-8 {
  border-left: 8px solid #262626 !important;
}

.border-l-onyx-700-9 {
  border-left: 9px solid #262626 !important;
}

.border-l-onyx-700-10 {
  border-left: 10px solid #262626 !important;
}

.border-onyx-800-1 {
  border: 1px solid #1a1a1a !important;
}

.border-onyx-800-2 {
  border: 2px solid #1a1a1a !important;
}

.border-onyx-800-3 {
  border: 3px solid #1a1a1a !important;
}

.border-onyx-800-4 {
  border: 4px solid #1a1a1a !important;
}

.border-onyx-800-5 {
  border: 5px solid #1a1a1a !important;
}

.border-onyx-800-6 {
  border: 6px solid #1a1a1a !important;
}

.border-onyx-800-7 {
  border: 7px solid #1a1a1a !important;
}

.border-onyx-800-8 {
  border: 8px solid #1a1a1a !important;
}

.border-onyx-800-9 {
  border: 9px solid #1a1a1a !important;
}

.border-onyx-800-10 {
  border: 10px solid #1a1a1a !important;
}

.border-b-onyx-800-1 {
  border-bottom: 1px solid #1a1a1a !important;
}

.border-b-onyx-800-2 {
  border-bottom: 2px solid #1a1a1a !important;
}

.border-b-onyx-800-3 {
  border-bottom: 3px solid #1a1a1a !important;
}

.border-b-onyx-800-4 {
  border-bottom: 4px solid #1a1a1a !important;
}

.border-b-onyx-800-5 {
  border-bottom: 5px solid #1a1a1a !important;
}

.border-b-onyx-800-6 {
  border-bottom: 6px solid #1a1a1a !important;
}

.border-b-onyx-800-7 {
  border-bottom: 7px solid #1a1a1a !important;
}

.border-b-onyx-800-8 {
  border-bottom: 8px solid #1a1a1a !important;
}

.border-b-onyx-800-9 {
  border-bottom: 9px solid #1a1a1a !important;
}

.border-b-onyx-800-10 {
  border-bottom: 10px solid #1a1a1a !important;
}

.border-t-onyx-800-1 {
  border-top: 1px solid #1a1a1a !important;
}

.border-t-onyx-800-2 {
  border-top: 2px solid #1a1a1a !important;
}

.border-t-onyx-800-3 {
  border-top: 3px solid #1a1a1a !important;
}

.border-t-onyx-800-4 {
  border-top: 4px solid #1a1a1a !important;
}

.border-t-onyx-800-5 {
  border-top: 5px solid #1a1a1a !important;
}

.border-t-onyx-800-6 {
  border-top: 6px solid #1a1a1a !important;
}

.border-t-onyx-800-7 {
  border-top: 7px solid #1a1a1a !important;
}

.border-t-onyx-800-8 {
  border-top: 8px solid #1a1a1a !important;
}

.border-t-onyx-800-9 {
  border-top: 9px solid #1a1a1a !important;
}

.border-t-onyx-800-10 {
  border-top: 10px solid #1a1a1a !important;
}

.border-r-onyx-800-1 {
  border-right: 1px solid #1a1a1a !important;
}

.border-r-onyx-800-2 {
  border-right: 2px solid #1a1a1a !important;
}

.border-r-onyx-800-3 {
  border-right: 3px solid #1a1a1a !important;
}

.border-r-onyx-800-4 {
  border-right: 4px solid #1a1a1a !important;
}

.border-r-onyx-800-5 {
  border-right: 5px solid #1a1a1a !important;
}

.border-r-onyx-800-6 {
  border-right: 6px solid #1a1a1a !important;
}

.border-r-onyx-800-7 {
  border-right: 7px solid #1a1a1a !important;
}

.border-r-onyx-800-8 {
  border-right: 8px solid #1a1a1a !important;
}

.border-r-onyx-800-9 {
  border-right: 9px solid #1a1a1a !important;
}

.border-r-onyx-800-10 {
  border-right: 10px solid #1a1a1a !important;
}

.border-l-onyx-800-1 {
  border-left: 1px solid #1a1a1a !important;
}

.border-l-onyx-800-2 {
  border-left: 2px solid #1a1a1a !important;
}

.border-l-onyx-800-3 {
  border-left: 3px solid #1a1a1a !important;
}

.border-l-onyx-800-4 {
  border-left: 4px solid #1a1a1a !important;
}

.border-l-onyx-800-5 {
  border-left: 5px solid #1a1a1a !important;
}

.border-l-onyx-800-6 {
  border-left: 6px solid #1a1a1a !important;
}

.border-l-onyx-800-7 {
  border-left: 7px solid #1a1a1a !important;
}

.border-l-onyx-800-8 {
  border-left: 8px solid #1a1a1a !important;
}

.border-l-onyx-800-9 {
  border-left: 9px solid #1a1a1a !important;
}

.border-l-onyx-800-10 {
  border-left: 10px solid #1a1a1a !important;
}

.border-onyx-850-1 {
  border: 1px solid #131313 !important;
}

.border-onyx-850-2 {
  border: 2px solid #131313 !important;
}

.border-onyx-850-3 {
  border: 3px solid #131313 !important;
}

.border-onyx-850-4 {
  border: 4px solid #131313 !important;
}

.border-onyx-850-5 {
  border: 5px solid #131313 !important;
}

.border-onyx-850-6 {
  border: 6px solid #131313 !important;
}

.border-onyx-850-7 {
  border: 7px solid #131313 !important;
}

.border-onyx-850-8 {
  border: 8px solid #131313 !important;
}

.border-onyx-850-9 {
  border: 9px solid #131313 !important;
}

.border-onyx-850-10 {
  border: 10px solid #131313 !important;
}

.border-b-onyx-850-1 {
  border-bottom: 1px solid #131313 !important;
}

.border-b-onyx-850-2 {
  border-bottom: 2px solid #131313 !important;
}

.border-b-onyx-850-3 {
  border-bottom: 3px solid #131313 !important;
}

.border-b-onyx-850-4 {
  border-bottom: 4px solid #131313 !important;
}

.border-b-onyx-850-5 {
  border-bottom: 5px solid #131313 !important;
}

.border-b-onyx-850-6 {
  border-bottom: 6px solid #131313 !important;
}

.border-b-onyx-850-7 {
  border-bottom: 7px solid #131313 !important;
}

.border-b-onyx-850-8 {
  border-bottom: 8px solid #131313 !important;
}

.border-b-onyx-850-9 {
  border-bottom: 9px solid #131313 !important;
}

.border-b-onyx-850-10 {
  border-bottom: 10px solid #131313 !important;
}

.border-t-onyx-850-1 {
  border-top: 1px solid #131313 !important;
}

.border-t-onyx-850-2 {
  border-top: 2px solid #131313 !important;
}

.border-t-onyx-850-3 {
  border-top: 3px solid #131313 !important;
}

.border-t-onyx-850-4 {
  border-top: 4px solid #131313 !important;
}

.border-t-onyx-850-5 {
  border-top: 5px solid #131313 !important;
}

.border-t-onyx-850-6 {
  border-top: 6px solid #131313 !important;
}

.border-t-onyx-850-7 {
  border-top: 7px solid #131313 !important;
}

.border-t-onyx-850-8 {
  border-top: 8px solid #131313 !important;
}

.border-t-onyx-850-9 {
  border-top: 9px solid #131313 !important;
}

.border-t-onyx-850-10 {
  border-top: 10px solid #131313 !important;
}

.border-r-onyx-850-1 {
  border-right: 1px solid #131313 !important;
}

.border-r-onyx-850-2 {
  border-right: 2px solid #131313 !important;
}

.border-r-onyx-850-3 {
  border-right: 3px solid #131313 !important;
}

.border-r-onyx-850-4 {
  border-right: 4px solid #131313 !important;
}

.border-r-onyx-850-5 {
  border-right: 5px solid #131313 !important;
}

.border-r-onyx-850-6 {
  border-right: 6px solid #131313 !important;
}

.border-r-onyx-850-7 {
  border-right: 7px solid #131313 !important;
}

.border-r-onyx-850-8 {
  border-right: 8px solid #131313 !important;
}

.border-r-onyx-850-9 {
  border-right: 9px solid #131313 !important;
}

.border-r-onyx-850-10 {
  border-right: 10px solid #131313 !important;
}

.border-l-onyx-850-1 {
  border-left: 1px solid #131313 !important;
}

.border-l-onyx-850-2 {
  border-left: 2px solid #131313 !important;
}

.border-l-onyx-850-3 {
  border-left: 3px solid #131313 !important;
}

.border-l-onyx-850-4 {
  border-left: 4px solid #131313 !important;
}

.border-l-onyx-850-5 {
  border-left: 5px solid #131313 !important;
}

.border-l-onyx-850-6 {
  border-left: 6px solid #131313 !important;
}

.border-l-onyx-850-7 {
  border-left: 7px solid #131313 !important;
}

.border-l-onyx-850-8 {
  border-left: 8px solid #131313 !important;
}

.border-l-onyx-850-9 {
  border-left: 9px solid #131313 !important;
}

.border-l-onyx-850-10 {
  border-left: 10px solid #131313 !important;
}

.border-onyx-900-1 {
  border: 1px solid #0d0d0d !important;
}

.border-onyx-900-2 {
  border: 2px solid #0d0d0d !important;
}

.border-onyx-900-3 {
  border: 3px solid #0d0d0d !important;
}

.border-onyx-900-4 {
  border: 4px solid #0d0d0d !important;
}

.border-onyx-900-5 {
  border: 5px solid #0d0d0d !important;
}

.border-onyx-900-6 {
  border: 6px solid #0d0d0d !important;
}

.border-onyx-900-7 {
  border: 7px solid #0d0d0d !important;
}

.border-onyx-900-8 {
  border: 8px solid #0d0d0d !important;
}

.border-onyx-900-9 {
  border: 9px solid #0d0d0d !important;
}

.border-onyx-900-10 {
  border: 10px solid #0d0d0d !important;
}

.border-b-onyx-900-1 {
  border-bottom: 1px solid #0d0d0d !important;
}

.border-b-onyx-900-2 {
  border-bottom: 2px solid #0d0d0d !important;
}

.border-b-onyx-900-3 {
  border-bottom: 3px solid #0d0d0d !important;
}

.border-b-onyx-900-4 {
  border-bottom: 4px solid #0d0d0d !important;
}

.border-b-onyx-900-5 {
  border-bottom: 5px solid #0d0d0d !important;
}

.border-b-onyx-900-6 {
  border-bottom: 6px solid #0d0d0d !important;
}

.border-b-onyx-900-7 {
  border-bottom: 7px solid #0d0d0d !important;
}

.border-b-onyx-900-8 {
  border-bottom: 8px solid #0d0d0d !important;
}

.border-b-onyx-900-9 {
  border-bottom: 9px solid #0d0d0d !important;
}

.border-b-onyx-900-10 {
  border-bottom: 10px solid #0d0d0d !important;
}

.border-t-onyx-900-1 {
  border-top: 1px solid #0d0d0d !important;
}

.border-t-onyx-900-2 {
  border-top: 2px solid #0d0d0d !important;
}

.border-t-onyx-900-3 {
  border-top: 3px solid #0d0d0d !important;
}

.border-t-onyx-900-4 {
  border-top: 4px solid #0d0d0d !important;
}

.border-t-onyx-900-5 {
  border-top: 5px solid #0d0d0d !important;
}

.border-t-onyx-900-6 {
  border-top: 6px solid #0d0d0d !important;
}

.border-t-onyx-900-7 {
  border-top: 7px solid #0d0d0d !important;
}

.border-t-onyx-900-8 {
  border-top: 8px solid #0d0d0d !important;
}

.border-t-onyx-900-9 {
  border-top: 9px solid #0d0d0d !important;
}

.border-t-onyx-900-10 {
  border-top: 10px solid #0d0d0d !important;
}

.border-r-onyx-900-1 {
  border-right: 1px solid #0d0d0d !important;
}

.border-r-onyx-900-2 {
  border-right: 2px solid #0d0d0d !important;
}

.border-r-onyx-900-3 {
  border-right: 3px solid #0d0d0d !important;
}

.border-r-onyx-900-4 {
  border-right: 4px solid #0d0d0d !important;
}

.border-r-onyx-900-5 {
  border-right: 5px solid #0d0d0d !important;
}

.border-r-onyx-900-6 {
  border-right: 6px solid #0d0d0d !important;
}

.border-r-onyx-900-7 {
  border-right: 7px solid #0d0d0d !important;
}

.border-r-onyx-900-8 {
  border-right: 8px solid #0d0d0d !important;
}

.border-r-onyx-900-9 {
  border-right: 9px solid #0d0d0d !important;
}

.border-r-onyx-900-10 {
  border-right: 10px solid #0d0d0d !important;
}

.border-l-onyx-900-1 {
  border-left: 1px solid #0d0d0d !important;
}

.border-l-onyx-900-2 {
  border-left: 2px solid #0d0d0d !important;
}

.border-l-onyx-900-3 {
  border-left: 3px solid #0d0d0d !important;
}

.border-l-onyx-900-4 {
  border-left: 4px solid #0d0d0d !important;
}

.border-l-onyx-900-5 {
  border-left: 5px solid #0d0d0d !important;
}

.border-l-onyx-900-6 {
  border-left: 6px solid #0d0d0d !important;
}

.border-l-onyx-900-7 {
  border-left: 7px solid #0d0d0d !important;
}

.border-l-onyx-900-8 {
  border-left: 8px solid #0d0d0d !important;
}

.border-l-onyx-900-9 {
  border-left: 9px solid #0d0d0d !important;
}

.border-l-onyx-900-10 {
  border-left: 10px solid #0d0d0d !important;
}

.border-onyx-950-1 {
  border: 1px solid #060606 !important;
}

.border-onyx-950-2 {
  border: 2px solid #060606 !important;
}

.border-onyx-950-3 {
  border: 3px solid #060606 !important;
}

.border-onyx-950-4 {
  border: 4px solid #060606 !important;
}

.border-onyx-950-5 {
  border: 5px solid #060606 !important;
}

.border-onyx-950-6 {
  border: 6px solid #060606 !important;
}

.border-onyx-950-7 {
  border: 7px solid #060606 !important;
}

.border-onyx-950-8 {
  border: 8px solid #060606 !important;
}

.border-onyx-950-9 {
  border: 9px solid #060606 !important;
}

.border-onyx-950-10 {
  border: 10px solid #060606 !important;
}

.border-b-onyx-950-1 {
  border-bottom: 1px solid #060606 !important;
}

.border-b-onyx-950-2 {
  border-bottom: 2px solid #060606 !important;
}

.border-b-onyx-950-3 {
  border-bottom: 3px solid #060606 !important;
}

.border-b-onyx-950-4 {
  border-bottom: 4px solid #060606 !important;
}

.border-b-onyx-950-5 {
  border-bottom: 5px solid #060606 !important;
}

.border-b-onyx-950-6 {
  border-bottom: 6px solid #060606 !important;
}

.border-b-onyx-950-7 {
  border-bottom: 7px solid #060606 !important;
}

.border-b-onyx-950-8 {
  border-bottom: 8px solid #060606 !important;
}

.border-b-onyx-950-9 {
  border-bottom: 9px solid #060606 !important;
}

.border-b-onyx-950-10 {
  border-bottom: 10px solid #060606 !important;
}

.border-t-onyx-950-1 {
  border-top: 1px solid #060606 !important;
}

.border-t-onyx-950-2 {
  border-top: 2px solid #060606 !important;
}

.border-t-onyx-950-3 {
  border-top: 3px solid #060606 !important;
}

.border-t-onyx-950-4 {
  border-top: 4px solid #060606 !important;
}

.border-t-onyx-950-5 {
  border-top: 5px solid #060606 !important;
}

.border-t-onyx-950-6 {
  border-top: 6px solid #060606 !important;
}

.border-t-onyx-950-7 {
  border-top: 7px solid #060606 !important;
}

.border-t-onyx-950-8 {
  border-top: 8px solid #060606 !important;
}

.border-t-onyx-950-9 {
  border-top: 9px solid #060606 !important;
}

.border-t-onyx-950-10 {
  border-top: 10px solid #060606 !important;
}

.border-r-onyx-950-1 {
  border-right: 1px solid #060606 !important;
}

.border-r-onyx-950-2 {
  border-right: 2px solid #060606 !important;
}

.border-r-onyx-950-3 {
  border-right: 3px solid #060606 !important;
}

.border-r-onyx-950-4 {
  border-right: 4px solid #060606 !important;
}

.border-r-onyx-950-5 {
  border-right: 5px solid #060606 !important;
}

.border-r-onyx-950-6 {
  border-right: 6px solid #060606 !important;
}

.border-r-onyx-950-7 {
  border-right: 7px solid #060606 !important;
}

.border-r-onyx-950-8 {
  border-right: 8px solid #060606 !important;
}

.border-r-onyx-950-9 {
  border-right: 9px solid #060606 !important;
}

.border-r-onyx-950-10 {
  border-right: 10px solid #060606 !important;
}

.border-l-onyx-950-1 {
  border-left: 1px solid #060606 !important;
}

.border-l-onyx-950-2 {
  border-left: 2px solid #060606 !important;
}

.border-l-onyx-950-3 {
  border-left: 3px solid #060606 !important;
}

.border-l-onyx-950-4 {
  border-left: 4px solid #060606 !important;
}

.border-l-onyx-950-5 {
  border-left: 5px solid #060606 !important;
}

.border-l-onyx-950-6 {
  border-left: 6px solid #060606 !important;
}

.border-l-onyx-950-7 {
  border-left: 7px solid #060606 !important;
}

.border-l-onyx-950-8 {
  border-left: 8px solid #060606 !important;
}

.border-l-onyx-950-9 {
  border-left: 9px solid #060606 !important;
}

.border-l-onyx-950-10 {
  border-left: 10px solid #060606 !important;
}

.border-turquoise-1 {
  border: 1px solid #1ee2cf !important;
}

.border-turquoise-2 {
  border: 2px solid #1ee2cf !important;
}

.border-turquoise-3 {
  border: 3px solid #1ee2cf !important;
}

.border-turquoise-4 {
  border: 4px solid #1ee2cf !important;
}

.border-turquoise-5 {
  border: 5px solid #1ee2cf !important;
}

.border-turquoise-6 {
  border: 6px solid #1ee2cf !important;
}

.border-turquoise-7 {
  border: 7px solid #1ee2cf !important;
}

.border-turquoise-8 {
  border: 8px solid #1ee2cf !important;
}

.border-turquoise-9 {
  border: 9px solid #1ee2cf !important;
}

.border-turquoise-10 {
  border: 10px solid #1ee2cf !important;
}

.border-b-turquoise-1 {
  border-bottom: 1px solid #1ee2cf !important;
}

.border-b-turquoise-2 {
  border-bottom: 2px solid #1ee2cf !important;
}

.border-b-turquoise-3 {
  border-bottom: 3px solid #1ee2cf !important;
}

.border-b-turquoise-4 {
  border-bottom: 4px solid #1ee2cf !important;
}

.border-b-turquoise-5 {
  border-bottom: 5px solid #1ee2cf !important;
}

.border-b-turquoise-6 {
  border-bottom: 6px solid #1ee2cf !important;
}

.border-b-turquoise-7 {
  border-bottom: 7px solid #1ee2cf !important;
}

.border-b-turquoise-8 {
  border-bottom: 8px solid #1ee2cf !important;
}

.border-b-turquoise-9 {
  border-bottom: 9px solid #1ee2cf !important;
}

.border-b-turquoise-10 {
  border-bottom: 10px solid #1ee2cf !important;
}

.border-t-turquoise-1 {
  border-top: 1px solid #1ee2cf !important;
}

.border-t-turquoise-2 {
  border-top: 2px solid #1ee2cf !important;
}

.border-t-turquoise-3 {
  border-top: 3px solid #1ee2cf !important;
}

.border-t-turquoise-4 {
  border-top: 4px solid #1ee2cf !important;
}

.border-t-turquoise-5 {
  border-top: 5px solid #1ee2cf !important;
}

.border-t-turquoise-6 {
  border-top: 6px solid #1ee2cf !important;
}

.border-t-turquoise-7 {
  border-top: 7px solid #1ee2cf !important;
}

.border-t-turquoise-8 {
  border-top: 8px solid #1ee2cf !important;
}

.border-t-turquoise-9 {
  border-top: 9px solid #1ee2cf !important;
}

.border-t-turquoise-10 {
  border-top: 10px solid #1ee2cf !important;
}

.border-r-turquoise-1 {
  border-right: 1px solid #1ee2cf !important;
}

.border-r-turquoise-2 {
  border-right: 2px solid #1ee2cf !important;
}

.border-r-turquoise-3 {
  border-right: 3px solid #1ee2cf !important;
}

.border-r-turquoise-4 {
  border-right: 4px solid #1ee2cf !important;
}

.border-r-turquoise-5 {
  border-right: 5px solid #1ee2cf !important;
}

.border-r-turquoise-6 {
  border-right: 6px solid #1ee2cf !important;
}

.border-r-turquoise-7 {
  border-right: 7px solid #1ee2cf !important;
}

.border-r-turquoise-8 {
  border-right: 8px solid #1ee2cf !important;
}

.border-r-turquoise-9 {
  border-right: 9px solid #1ee2cf !important;
}

.border-r-turquoise-10 {
  border-right: 10px solid #1ee2cf !important;
}

.border-l-turquoise-1 {
  border-left: 1px solid #1ee2cf !important;
}

.border-l-turquoise-2 {
  border-left: 2px solid #1ee2cf !important;
}

.border-l-turquoise-3 {
  border-left: 3px solid #1ee2cf !important;
}

.border-l-turquoise-4 {
  border-left: 4px solid #1ee2cf !important;
}

.border-l-turquoise-5 {
  border-left: 5px solid #1ee2cf !important;
}

.border-l-turquoise-6 {
  border-left: 6px solid #1ee2cf !important;
}

.border-l-turquoise-7 {
  border-left: 7px solid #1ee2cf !important;
}

.border-l-turquoise-8 {
  border-left: 8px solid #1ee2cf !important;
}

.border-l-turquoise-9 {
  border-left: 9px solid #1ee2cf !important;
}

.border-l-turquoise-10 {
  border-left: 10px solid #1ee2cf !important;
}

.border-turquoise-light-1 {
  border: 1px solid #ddfbf8 !important;
}

.border-turquoise-light-2 {
  border: 2px solid #ddfbf8 !important;
}

.border-turquoise-light-3 {
  border: 3px solid #ddfbf8 !important;
}

.border-turquoise-light-4 {
  border: 4px solid #ddfbf8 !important;
}

.border-turquoise-light-5 {
  border: 5px solid #ddfbf8 !important;
}

.border-turquoise-light-6 {
  border: 6px solid #ddfbf8 !important;
}

.border-turquoise-light-7 {
  border: 7px solid #ddfbf8 !important;
}

.border-turquoise-light-8 {
  border: 8px solid #ddfbf8 !important;
}

.border-turquoise-light-9 {
  border: 9px solid #ddfbf8 !important;
}

.border-turquoise-light-10 {
  border: 10px solid #ddfbf8 !important;
}

.border-b-turquoise-light-1 {
  border-bottom: 1px solid #ddfbf8 !important;
}

.border-b-turquoise-light-2 {
  border-bottom: 2px solid #ddfbf8 !important;
}

.border-b-turquoise-light-3 {
  border-bottom: 3px solid #ddfbf8 !important;
}

.border-b-turquoise-light-4 {
  border-bottom: 4px solid #ddfbf8 !important;
}

.border-b-turquoise-light-5 {
  border-bottom: 5px solid #ddfbf8 !important;
}

.border-b-turquoise-light-6 {
  border-bottom: 6px solid #ddfbf8 !important;
}

.border-b-turquoise-light-7 {
  border-bottom: 7px solid #ddfbf8 !important;
}

.border-b-turquoise-light-8 {
  border-bottom: 8px solid #ddfbf8 !important;
}

.border-b-turquoise-light-9 {
  border-bottom: 9px solid #ddfbf8 !important;
}

.border-b-turquoise-light-10 {
  border-bottom: 10px solid #ddfbf8 !important;
}

.border-t-turquoise-light-1 {
  border-top: 1px solid #ddfbf8 !important;
}

.border-t-turquoise-light-2 {
  border-top: 2px solid #ddfbf8 !important;
}

.border-t-turquoise-light-3 {
  border-top: 3px solid #ddfbf8 !important;
}

.border-t-turquoise-light-4 {
  border-top: 4px solid #ddfbf8 !important;
}

.border-t-turquoise-light-5 {
  border-top: 5px solid #ddfbf8 !important;
}

.border-t-turquoise-light-6 {
  border-top: 6px solid #ddfbf8 !important;
}

.border-t-turquoise-light-7 {
  border-top: 7px solid #ddfbf8 !important;
}

.border-t-turquoise-light-8 {
  border-top: 8px solid #ddfbf8 !important;
}

.border-t-turquoise-light-9 {
  border-top: 9px solid #ddfbf8 !important;
}

.border-t-turquoise-light-10 {
  border-top: 10px solid #ddfbf8 !important;
}

.border-r-turquoise-light-1 {
  border-right: 1px solid #ddfbf8 !important;
}

.border-r-turquoise-light-2 {
  border-right: 2px solid #ddfbf8 !important;
}

.border-r-turquoise-light-3 {
  border-right: 3px solid #ddfbf8 !important;
}

.border-r-turquoise-light-4 {
  border-right: 4px solid #ddfbf8 !important;
}

.border-r-turquoise-light-5 {
  border-right: 5px solid #ddfbf8 !important;
}

.border-r-turquoise-light-6 {
  border-right: 6px solid #ddfbf8 !important;
}

.border-r-turquoise-light-7 {
  border-right: 7px solid #ddfbf8 !important;
}

.border-r-turquoise-light-8 {
  border-right: 8px solid #ddfbf8 !important;
}

.border-r-turquoise-light-9 {
  border-right: 9px solid #ddfbf8 !important;
}

.border-r-turquoise-light-10 {
  border-right: 10px solid #ddfbf8 !important;
}

.border-l-turquoise-light-1 {
  border-left: 1px solid #ddfbf8 !important;
}

.border-l-turquoise-light-2 {
  border-left: 2px solid #ddfbf8 !important;
}

.border-l-turquoise-light-3 {
  border-left: 3px solid #ddfbf8 !important;
}

.border-l-turquoise-light-4 {
  border-left: 4px solid #ddfbf8 !important;
}

.border-l-turquoise-light-5 {
  border-left: 5px solid #ddfbf8 !important;
}

.border-l-turquoise-light-6 {
  border-left: 6px solid #ddfbf8 !important;
}

.border-l-turquoise-light-7 {
  border-left: 7px solid #ddfbf8 !important;
}

.border-l-turquoise-light-8 {
  border-left: 8px solid #ddfbf8 !important;
}

.border-l-turquoise-light-9 {
  border-left: 9px solid #ddfbf8 !important;
}

.border-l-turquoise-light-10 {
  border-left: 10px solid #ddfbf8 !important;
}

.border-blue-violet-1 {
  border: 1px solid #8b40e5 !important;
}

.border-blue-violet-2 {
  border: 2px solid #8b40e5 !important;
}

.border-blue-violet-3 {
  border: 3px solid #8b40e5 !important;
}

.border-blue-violet-4 {
  border: 4px solid #8b40e5 !important;
}

.border-blue-violet-5 {
  border: 5px solid #8b40e5 !important;
}

.border-blue-violet-6 {
  border: 6px solid #8b40e5 !important;
}

.border-blue-violet-7 {
  border: 7px solid #8b40e5 !important;
}

.border-blue-violet-8 {
  border: 8px solid #8b40e5 !important;
}

.border-blue-violet-9 {
  border: 9px solid #8b40e5 !important;
}

.border-blue-violet-10 {
  border: 10px solid #8b40e5 !important;
}

.border-b-blue-violet-1 {
  border-bottom: 1px solid #8b40e5 !important;
}

.border-b-blue-violet-2 {
  border-bottom: 2px solid #8b40e5 !important;
}

.border-b-blue-violet-3 {
  border-bottom: 3px solid #8b40e5 !important;
}

.border-b-blue-violet-4 {
  border-bottom: 4px solid #8b40e5 !important;
}

.border-b-blue-violet-5 {
  border-bottom: 5px solid #8b40e5 !important;
}

.border-b-blue-violet-6 {
  border-bottom: 6px solid #8b40e5 !important;
}

.border-b-blue-violet-7 {
  border-bottom: 7px solid #8b40e5 !important;
}

.border-b-blue-violet-8 {
  border-bottom: 8px solid #8b40e5 !important;
}

.border-b-blue-violet-9 {
  border-bottom: 9px solid #8b40e5 !important;
}

.border-b-blue-violet-10 {
  border-bottom: 10px solid #8b40e5 !important;
}

.border-t-blue-violet-1 {
  border-top: 1px solid #8b40e5 !important;
}

.border-t-blue-violet-2 {
  border-top: 2px solid #8b40e5 !important;
}

.border-t-blue-violet-3 {
  border-top: 3px solid #8b40e5 !important;
}

.border-t-blue-violet-4 {
  border-top: 4px solid #8b40e5 !important;
}

.border-t-blue-violet-5 {
  border-top: 5px solid #8b40e5 !important;
}

.border-t-blue-violet-6 {
  border-top: 6px solid #8b40e5 !important;
}

.border-t-blue-violet-7 {
  border-top: 7px solid #8b40e5 !important;
}

.border-t-blue-violet-8 {
  border-top: 8px solid #8b40e5 !important;
}

.border-t-blue-violet-9 {
  border-top: 9px solid #8b40e5 !important;
}

.border-t-blue-violet-10 {
  border-top: 10px solid #8b40e5 !important;
}

.border-r-blue-violet-1 {
  border-right: 1px solid #8b40e5 !important;
}

.border-r-blue-violet-2 {
  border-right: 2px solid #8b40e5 !important;
}

.border-r-blue-violet-3 {
  border-right: 3px solid #8b40e5 !important;
}

.border-r-blue-violet-4 {
  border-right: 4px solid #8b40e5 !important;
}

.border-r-blue-violet-5 {
  border-right: 5px solid #8b40e5 !important;
}

.border-r-blue-violet-6 {
  border-right: 6px solid #8b40e5 !important;
}

.border-r-blue-violet-7 {
  border-right: 7px solid #8b40e5 !important;
}

.border-r-blue-violet-8 {
  border-right: 8px solid #8b40e5 !important;
}

.border-r-blue-violet-9 {
  border-right: 9px solid #8b40e5 !important;
}

.border-r-blue-violet-10 {
  border-right: 10px solid #8b40e5 !important;
}

.border-l-blue-violet-1 {
  border-left: 1px solid #8b40e5 !important;
}

.border-l-blue-violet-2 {
  border-left: 2px solid #8b40e5 !important;
}

.border-l-blue-violet-3 {
  border-left: 3px solid #8b40e5 !important;
}

.border-l-blue-violet-4 {
  border-left: 4px solid #8b40e5 !important;
}

.border-l-blue-violet-5 {
  border-left: 5px solid #8b40e5 !important;
}

.border-l-blue-violet-6 {
  border-left: 6px solid #8b40e5 !important;
}

.border-l-blue-violet-7 {
  border-left: 7px solid #8b40e5 !important;
}

.border-l-blue-violet-8 {
  border-left: 8px solid #8b40e5 !important;
}

.border-l-blue-violet-9 {
  border-left: 9px solid #8b40e5 !important;
}

.border-l-blue-violet-10 {
  border-left: 10px solid #8b40e5 !important;
}

.border-blue-violet-light-1 {
  border: 1px solid #eee3fb !important;
}

.border-blue-violet-light-2 {
  border: 2px solid #eee3fb !important;
}

.border-blue-violet-light-3 {
  border: 3px solid #eee3fb !important;
}

.border-blue-violet-light-4 {
  border: 4px solid #eee3fb !important;
}

.border-blue-violet-light-5 {
  border: 5px solid #eee3fb !important;
}

.border-blue-violet-light-6 {
  border: 6px solid #eee3fb !important;
}

.border-blue-violet-light-7 {
  border: 7px solid #eee3fb !important;
}

.border-blue-violet-light-8 {
  border: 8px solid #eee3fb !important;
}

.border-blue-violet-light-9 {
  border: 9px solid #eee3fb !important;
}

.border-blue-violet-light-10 {
  border: 10px solid #eee3fb !important;
}

.border-b-blue-violet-light-1 {
  border-bottom: 1px solid #eee3fb !important;
}

.border-b-blue-violet-light-2 {
  border-bottom: 2px solid #eee3fb !important;
}

.border-b-blue-violet-light-3 {
  border-bottom: 3px solid #eee3fb !important;
}

.border-b-blue-violet-light-4 {
  border-bottom: 4px solid #eee3fb !important;
}

.border-b-blue-violet-light-5 {
  border-bottom: 5px solid #eee3fb !important;
}

.border-b-blue-violet-light-6 {
  border-bottom: 6px solid #eee3fb !important;
}

.border-b-blue-violet-light-7 {
  border-bottom: 7px solid #eee3fb !important;
}

.border-b-blue-violet-light-8 {
  border-bottom: 8px solid #eee3fb !important;
}

.border-b-blue-violet-light-9 {
  border-bottom: 9px solid #eee3fb !important;
}

.border-b-blue-violet-light-10 {
  border-bottom: 10px solid #eee3fb !important;
}

.border-t-blue-violet-light-1 {
  border-top: 1px solid #eee3fb !important;
}

.border-t-blue-violet-light-2 {
  border-top: 2px solid #eee3fb !important;
}

.border-t-blue-violet-light-3 {
  border-top: 3px solid #eee3fb !important;
}

.border-t-blue-violet-light-4 {
  border-top: 4px solid #eee3fb !important;
}

.border-t-blue-violet-light-5 {
  border-top: 5px solid #eee3fb !important;
}

.border-t-blue-violet-light-6 {
  border-top: 6px solid #eee3fb !important;
}

.border-t-blue-violet-light-7 {
  border-top: 7px solid #eee3fb !important;
}

.border-t-blue-violet-light-8 {
  border-top: 8px solid #eee3fb !important;
}

.border-t-blue-violet-light-9 {
  border-top: 9px solid #eee3fb !important;
}

.border-t-blue-violet-light-10 {
  border-top: 10px solid #eee3fb !important;
}

.border-r-blue-violet-light-1 {
  border-right: 1px solid #eee3fb !important;
}

.border-r-blue-violet-light-2 {
  border-right: 2px solid #eee3fb !important;
}

.border-r-blue-violet-light-3 {
  border-right: 3px solid #eee3fb !important;
}

.border-r-blue-violet-light-4 {
  border-right: 4px solid #eee3fb !important;
}

.border-r-blue-violet-light-5 {
  border-right: 5px solid #eee3fb !important;
}

.border-r-blue-violet-light-6 {
  border-right: 6px solid #eee3fb !important;
}

.border-r-blue-violet-light-7 {
  border-right: 7px solid #eee3fb !important;
}

.border-r-blue-violet-light-8 {
  border-right: 8px solid #eee3fb !important;
}

.border-r-blue-violet-light-9 {
  border-right: 9px solid #eee3fb !important;
}

.border-r-blue-violet-light-10 {
  border-right: 10px solid #eee3fb !important;
}

.border-l-blue-violet-light-1 {
  border-left: 1px solid #eee3fb !important;
}

.border-l-blue-violet-light-2 {
  border-left: 2px solid #eee3fb !important;
}

.border-l-blue-violet-light-3 {
  border-left: 3px solid #eee3fb !important;
}

.border-l-blue-violet-light-4 {
  border-left: 4px solid #eee3fb !important;
}

.border-l-blue-violet-light-5 {
  border-left: 5px solid #eee3fb !important;
}

.border-l-blue-violet-light-6 {
  border-left: 6px solid #eee3fb !important;
}

.border-l-blue-violet-light-7 {
  border-left: 7px solid #eee3fb !important;
}

.border-l-blue-violet-light-8 {
  border-left: 8px solid #eee3fb !important;
}

.border-l-blue-violet-light-9 {
  border-left: 9px solid #eee3fb !important;
}

.border-l-blue-violet-light-10 {
  border-left: 10px solid #eee3fb !important;
}

.border-coral-1 {
  border: 1px solid #ff885a !important;
}

.border-coral-2 {
  border: 2px solid #ff885a !important;
}

.border-coral-3 {
  border: 3px solid #ff885a !important;
}

.border-coral-4 {
  border: 4px solid #ff885a !important;
}

.border-coral-5 {
  border: 5px solid #ff885a !important;
}

.border-coral-6 {
  border: 6px solid #ff885a !important;
}

.border-coral-7 {
  border: 7px solid #ff885a !important;
}

.border-coral-8 {
  border: 8px solid #ff885a !important;
}

.border-coral-9 {
  border: 9px solid #ff885a !important;
}

.border-coral-10 {
  border: 10px solid #ff885a !important;
}

.border-b-coral-1 {
  border-bottom: 1px solid #ff885a !important;
}

.border-b-coral-2 {
  border-bottom: 2px solid #ff885a !important;
}

.border-b-coral-3 {
  border-bottom: 3px solid #ff885a !important;
}

.border-b-coral-4 {
  border-bottom: 4px solid #ff885a !important;
}

.border-b-coral-5 {
  border-bottom: 5px solid #ff885a !important;
}

.border-b-coral-6 {
  border-bottom: 6px solid #ff885a !important;
}

.border-b-coral-7 {
  border-bottom: 7px solid #ff885a !important;
}

.border-b-coral-8 {
  border-bottom: 8px solid #ff885a !important;
}

.border-b-coral-9 {
  border-bottom: 9px solid #ff885a !important;
}

.border-b-coral-10 {
  border-bottom: 10px solid #ff885a !important;
}

.border-t-coral-1 {
  border-top: 1px solid #ff885a !important;
}

.border-t-coral-2 {
  border-top: 2px solid #ff885a !important;
}

.border-t-coral-3 {
  border-top: 3px solid #ff885a !important;
}

.border-t-coral-4 {
  border-top: 4px solid #ff885a !important;
}

.border-t-coral-5 {
  border-top: 5px solid #ff885a !important;
}

.border-t-coral-6 {
  border-top: 6px solid #ff885a !important;
}

.border-t-coral-7 {
  border-top: 7px solid #ff885a !important;
}

.border-t-coral-8 {
  border-top: 8px solid #ff885a !important;
}

.border-t-coral-9 {
  border-top: 9px solid #ff885a !important;
}

.border-t-coral-10 {
  border-top: 10px solid #ff885a !important;
}

.border-r-coral-1 {
  border-right: 1px solid #ff885a !important;
}

.border-r-coral-2 {
  border-right: 2px solid #ff885a !important;
}

.border-r-coral-3 {
  border-right: 3px solid #ff885a !important;
}

.border-r-coral-4 {
  border-right: 4px solid #ff885a !important;
}

.border-r-coral-5 {
  border-right: 5px solid #ff885a !important;
}

.border-r-coral-6 {
  border-right: 6px solid #ff885a !important;
}

.border-r-coral-7 {
  border-right: 7px solid #ff885a !important;
}

.border-r-coral-8 {
  border-right: 8px solid #ff885a !important;
}

.border-r-coral-9 {
  border-right: 9px solid #ff885a !important;
}

.border-r-coral-10 {
  border-right: 10px solid #ff885a !important;
}

.border-l-coral-1 {
  border-left: 1px solid #ff885a !important;
}

.border-l-coral-2 {
  border-left: 2px solid #ff885a !important;
}

.border-l-coral-3 {
  border-left: 3px solid #ff885a !important;
}

.border-l-coral-4 {
  border-left: 4px solid #ff885a !important;
}

.border-l-coral-5 {
  border-left: 5px solid #ff885a !important;
}

.border-l-coral-6 {
  border-left: 6px solid #ff885a !important;
}

.border-l-coral-7 {
  border-left: 7px solid #ff885a !important;
}

.border-l-coral-8 {
  border-left: 8px solid #ff885a !important;
}

.border-l-coral-9 {
  border-left: 9px solid #ff885a !important;
}

.border-l-coral-10 {
  border-left: 10px solid #ff885a !important;
}

.border-coral-light-1 {
  border: 1px solid #ffede6 !important;
}

.border-coral-light-2 {
  border: 2px solid #ffede6 !important;
}

.border-coral-light-3 {
  border: 3px solid #ffede6 !important;
}

.border-coral-light-4 {
  border: 4px solid #ffede6 !important;
}

.border-coral-light-5 {
  border: 5px solid #ffede6 !important;
}

.border-coral-light-6 {
  border: 6px solid #ffede6 !important;
}

.border-coral-light-7 {
  border: 7px solid #ffede6 !important;
}

.border-coral-light-8 {
  border: 8px solid #ffede6 !important;
}

.border-coral-light-9 {
  border: 9px solid #ffede6 !important;
}

.border-coral-light-10 {
  border: 10px solid #ffede6 !important;
}

.border-b-coral-light-1 {
  border-bottom: 1px solid #ffede6 !important;
}

.border-b-coral-light-2 {
  border-bottom: 2px solid #ffede6 !important;
}

.border-b-coral-light-3 {
  border-bottom: 3px solid #ffede6 !important;
}

.border-b-coral-light-4 {
  border-bottom: 4px solid #ffede6 !important;
}

.border-b-coral-light-5 {
  border-bottom: 5px solid #ffede6 !important;
}

.border-b-coral-light-6 {
  border-bottom: 6px solid #ffede6 !important;
}

.border-b-coral-light-7 {
  border-bottom: 7px solid #ffede6 !important;
}

.border-b-coral-light-8 {
  border-bottom: 8px solid #ffede6 !important;
}

.border-b-coral-light-9 {
  border-bottom: 9px solid #ffede6 !important;
}

.border-b-coral-light-10 {
  border-bottom: 10px solid #ffede6 !important;
}

.border-t-coral-light-1 {
  border-top: 1px solid #ffede6 !important;
}

.border-t-coral-light-2 {
  border-top: 2px solid #ffede6 !important;
}

.border-t-coral-light-3 {
  border-top: 3px solid #ffede6 !important;
}

.border-t-coral-light-4 {
  border-top: 4px solid #ffede6 !important;
}

.border-t-coral-light-5 {
  border-top: 5px solid #ffede6 !important;
}

.border-t-coral-light-6 {
  border-top: 6px solid #ffede6 !important;
}

.border-t-coral-light-7 {
  border-top: 7px solid #ffede6 !important;
}

.border-t-coral-light-8 {
  border-top: 8px solid #ffede6 !important;
}

.border-t-coral-light-9 {
  border-top: 9px solid #ffede6 !important;
}

.border-t-coral-light-10 {
  border-top: 10px solid #ffede6 !important;
}

.border-r-coral-light-1 {
  border-right: 1px solid #ffede6 !important;
}

.border-r-coral-light-2 {
  border-right: 2px solid #ffede6 !important;
}

.border-r-coral-light-3 {
  border-right: 3px solid #ffede6 !important;
}

.border-r-coral-light-4 {
  border-right: 4px solid #ffede6 !important;
}

.border-r-coral-light-5 {
  border-right: 5px solid #ffede6 !important;
}

.border-r-coral-light-6 {
  border-right: 6px solid #ffede6 !important;
}

.border-r-coral-light-7 {
  border-right: 7px solid #ffede6 !important;
}

.border-r-coral-light-8 {
  border-right: 8px solid #ffede6 !important;
}

.border-r-coral-light-9 {
  border-right: 9px solid #ffede6 !important;
}

.border-r-coral-light-10 {
  border-right: 10px solid #ffede6 !important;
}

.border-l-coral-light-1 {
  border-left: 1px solid #ffede6 !important;
}

.border-l-coral-light-2 {
  border-left: 2px solid #ffede6 !important;
}

.border-l-coral-light-3 {
  border-left: 3px solid #ffede6 !important;
}

.border-l-coral-light-4 {
  border-left: 4px solid #ffede6 !important;
}

.border-l-coral-light-5 {
  border-left: 5px solid #ffede6 !important;
}

.border-l-coral-light-6 {
  border-left: 6px solid #ffede6 !important;
}

.border-l-coral-light-7 {
  border-left: 7px solid #ffede6 !important;
}

.border-l-coral-light-8 {
  border-left: 8px solid #ffede6 !important;
}

.border-l-coral-light-9 {
  border-left: 9px solid #ffede6 !important;
}

.border-l-coral-light-10 {
  border-left: 10px solid #ffede6 !important;
}

.border-emerald-1 {
  border: 1px solid #0cd68a !important;
}

.border-emerald-2 {
  border: 2px solid #0cd68a !important;
}

.border-emerald-3 {
  border: 3px solid #0cd68a !important;
}

.border-emerald-4 {
  border: 4px solid #0cd68a !important;
}

.border-emerald-5 {
  border: 5px solid #0cd68a !important;
}

.border-emerald-6 {
  border: 6px solid #0cd68a !important;
}

.border-emerald-7 {
  border: 7px solid #0cd68a !important;
}

.border-emerald-8 {
  border: 8px solid #0cd68a !important;
}

.border-emerald-9 {
  border: 9px solid #0cd68a !important;
}

.border-emerald-10 {
  border: 10px solid #0cd68a !important;
}

.border-b-emerald-1 {
  border-bottom: 1px solid #0cd68a !important;
}

.border-b-emerald-2 {
  border-bottom: 2px solid #0cd68a !important;
}

.border-b-emerald-3 {
  border-bottom: 3px solid #0cd68a !important;
}

.border-b-emerald-4 {
  border-bottom: 4px solid #0cd68a !important;
}

.border-b-emerald-5 {
  border-bottom: 5px solid #0cd68a !important;
}

.border-b-emerald-6 {
  border-bottom: 6px solid #0cd68a !important;
}

.border-b-emerald-7 {
  border-bottom: 7px solid #0cd68a !important;
}

.border-b-emerald-8 {
  border-bottom: 8px solid #0cd68a !important;
}

.border-b-emerald-9 {
  border-bottom: 9px solid #0cd68a !important;
}

.border-b-emerald-10 {
  border-bottom: 10px solid #0cd68a !important;
}

.border-t-emerald-1 {
  border-top: 1px solid #0cd68a !important;
}

.border-t-emerald-2 {
  border-top: 2px solid #0cd68a !important;
}

.border-t-emerald-3 {
  border-top: 3px solid #0cd68a !important;
}

.border-t-emerald-4 {
  border-top: 4px solid #0cd68a !important;
}

.border-t-emerald-5 {
  border-top: 5px solid #0cd68a !important;
}

.border-t-emerald-6 {
  border-top: 6px solid #0cd68a !important;
}

.border-t-emerald-7 {
  border-top: 7px solid #0cd68a !important;
}

.border-t-emerald-8 {
  border-top: 8px solid #0cd68a !important;
}

.border-t-emerald-9 {
  border-top: 9px solid #0cd68a !important;
}

.border-t-emerald-10 {
  border-top: 10px solid #0cd68a !important;
}

.border-r-emerald-1 {
  border-right: 1px solid #0cd68a !important;
}

.border-r-emerald-2 {
  border-right: 2px solid #0cd68a !important;
}

.border-r-emerald-3 {
  border-right: 3px solid #0cd68a !important;
}

.border-r-emerald-4 {
  border-right: 4px solid #0cd68a !important;
}

.border-r-emerald-5 {
  border-right: 5px solid #0cd68a !important;
}

.border-r-emerald-6 {
  border-right: 6px solid #0cd68a !important;
}

.border-r-emerald-7 {
  border-right: 7px solid #0cd68a !important;
}

.border-r-emerald-8 {
  border-right: 8px solid #0cd68a !important;
}

.border-r-emerald-9 {
  border-right: 9px solid #0cd68a !important;
}

.border-r-emerald-10 {
  border-right: 10px solid #0cd68a !important;
}

.border-l-emerald-1 {
  border-left: 1px solid #0cd68a !important;
}

.border-l-emerald-2 {
  border-left: 2px solid #0cd68a !important;
}

.border-l-emerald-3 {
  border-left: 3px solid #0cd68a !important;
}

.border-l-emerald-4 {
  border-left: 4px solid #0cd68a !important;
}

.border-l-emerald-5 {
  border-left: 5px solid #0cd68a !important;
}

.border-l-emerald-6 {
  border-left: 6px solid #0cd68a !important;
}

.border-l-emerald-7 {
  border-left: 7px solid #0cd68a !important;
}

.border-l-emerald-8 {
  border-left: 8px solid #0cd68a !important;
}

.border-l-emerald-9 {
  border-left: 9px solid #0cd68a !important;
}

.border-l-emerald-10 {
  border-left: 10px solid #0cd68a !important;
}

.border-emerald-light-1 {
  border: 1px solid #dbf9ee !important;
}

.border-emerald-light-2 {
  border: 2px solid #dbf9ee !important;
}

.border-emerald-light-3 {
  border: 3px solid #dbf9ee !important;
}

.border-emerald-light-4 {
  border: 4px solid #dbf9ee !important;
}

.border-emerald-light-5 {
  border: 5px solid #dbf9ee !important;
}

.border-emerald-light-6 {
  border: 6px solid #dbf9ee !important;
}

.border-emerald-light-7 {
  border: 7px solid #dbf9ee !important;
}

.border-emerald-light-8 {
  border: 8px solid #dbf9ee !important;
}

.border-emerald-light-9 {
  border: 9px solid #dbf9ee !important;
}

.border-emerald-light-10 {
  border: 10px solid #dbf9ee !important;
}

.border-b-emerald-light-1 {
  border-bottom: 1px solid #dbf9ee !important;
}

.border-b-emerald-light-2 {
  border-bottom: 2px solid #dbf9ee !important;
}

.border-b-emerald-light-3 {
  border-bottom: 3px solid #dbf9ee !important;
}

.border-b-emerald-light-4 {
  border-bottom: 4px solid #dbf9ee !important;
}

.border-b-emerald-light-5 {
  border-bottom: 5px solid #dbf9ee !important;
}

.border-b-emerald-light-6 {
  border-bottom: 6px solid #dbf9ee !important;
}

.border-b-emerald-light-7 {
  border-bottom: 7px solid #dbf9ee !important;
}

.border-b-emerald-light-8 {
  border-bottom: 8px solid #dbf9ee !important;
}

.border-b-emerald-light-9 {
  border-bottom: 9px solid #dbf9ee !important;
}

.border-b-emerald-light-10 {
  border-bottom: 10px solid #dbf9ee !important;
}

.border-t-emerald-light-1 {
  border-top: 1px solid #dbf9ee !important;
}

.border-t-emerald-light-2 {
  border-top: 2px solid #dbf9ee !important;
}

.border-t-emerald-light-3 {
  border-top: 3px solid #dbf9ee !important;
}

.border-t-emerald-light-4 {
  border-top: 4px solid #dbf9ee !important;
}

.border-t-emerald-light-5 {
  border-top: 5px solid #dbf9ee !important;
}

.border-t-emerald-light-6 {
  border-top: 6px solid #dbf9ee !important;
}

.border-t-emerald-light-7 {
  border-top: 7px solid #dbf9ee !important;
}

.border-t-emerald-light-8 {
  border-top: 8px solid #dbf9ee !important;
}

.border-t-emerald-light-9 {
  border-top: 9px solid #dbf9ee !important;
}

.border-t-emerald-light-10 {
  border-top: 10px solid #dbf9ee !important;
}

.border-r-emerald-light-1 {
  border-right: 1px solid #dbf9ee !important;
}

.border-r-emerald-light-2 {
  border-right: 2px solid #dbf9ee !important;
}

.border-r-emerald-light-3 {
  border-right: 3px solid #dbf9ee !important;
}

.border-r-emerald-light-4 {
  border-right: 4px solid #dbf9ee !important;
}

.border-r-emerald-light-5 {
  border-right: 5px solid #dbf9ee !important;
}

.border-r-emerald-light-6 {
  border-right: 6px solid #dbf9ee !important;
}

.border-r-emerald-light-7 {
  border-right: 7px solid #dbf9ee !important;
}

.border-r-emerald-light-8 {
  border-right: 8px solid #dbf9ee !important;
}

.border-r-emerald-light-9 {
  border-right: 9px solid #dbf9ee !important;
}

.border-r-emerald-light-10 {
  border-right: 10px solid #dbf9ee !important;
}

.border-l-emerald-light-1 {
  border-left: 1px solid #dbf9ee !important;
}

.border-l-emerald-light-2 {
  border-left: 2px solid #dbf9ee !important;
}

.border-l-emerald-light-3 {
  border-left: 3px solid #dbf9ee !important;
}

.border-l-emerald-light-4 {
  border-left: 4px solid #dbf9ee !important;
}

.border-l-emerald-light-5 {
  border-left: 5px solid #dbf9ee !important;
}

.border-l-emerald-light-6 {
  border-left: 6px solid #dbf9ee !important;
}

.border-l-emerald-light-7 {
  border-left: 7px solid #dbf9ee !important;
}

.border-l-emerald-light-8 {
  border-left: 8px solid #dbf9ee !important;
}

.border-l-emerald-light-9 {
  border-left: 9px solid #dbf9ee !important;
}

.border-l-emerald-light-10 {
  border-left: 10px solid #dbf9ee !important;
}

.border-blue-de-france-1 {
  border: 1px solid #0d88ff !important;
}

.border-blue-de-france-2 {
  border: 2px solid #0d88ff !important;
}

.border-blue-de-france-3 {
  border: 3px solid #0d88ff !important;
}

.border-blue-de-france-4 {
  border: 4px solid #0d88ff !important;
}

.border-blue-de-france-5 {
  border: 5px solid #0d88ff !important;
}

.border-blue-de-france-6 {
  border: 6px solid #0d88ff !important;
}

.border-blue-de-france-7 {
  border: 7px solid #0d88ff !important;
}

.border-blue-de-france-8 {
  border: 8px solid #0d88ff !important;
}

.border-blue-de-france-9 {
  border: 9px solid #0d88ff !important;
}

.border-blue-de-france-10 {
  border: 10px solid #0d88ff !important;
}

.border-b-blue-de-france-1 {
  border-bottom: 1px solid #0d88ff !important;
}

.border-b-blue-de-france-2 {
  border-bottom: 2px solid #0d88ff !important;
}

.border-b-blue-de-france-3 {
  border-bottom: 3px solid #0d88ff !important;
}

.border-b-blue-de-france-4 {
  border-bottom: 4px solid #0d88ff !important;
}

.border-b-blue-de-france-5 {
  border-bottom: 5px solid #0d88ff !important;
}

.border-b-blue-de-france-6 {
  border-bottom: 6px solid #0d88ff !important;
}

.border-b-blue-de-france-7 {
  border-bottom: 7px solid #0d88ff !important;
}

.border-b-blue-de-france-8 {
  border-bottom: 8px solid #0d88ff !important;
}

.border-b-blue-de-france-9 {
  border-bottom: 9px solid #0d88ff !important;
}

.border-b-blue-de-france-10 {
  border-bottom: 10px solid #0d88ff !important;
}

.border-t-blue-de-france-1 {
  border-top: 1px solid #0d88ff !important;
}

.border-t-blue-de-france-2 {
  border-top: 2px solid #0d88ff !important;
}

.border-t-blue-de-france-3 {
  border-top: 3px solid #0d88ff !important;
}

.border-t-blue-de-france-4 {
  border-top: 4px solid #0d88ff !important;
}

.border-t-blue-de-france-5 {
  border-top: 5px solid #0d88ff !important;
}

.border-t-blue-de-france-6 {
  border-top: 6px solid #0d88ff !important;
}

.border-t-blue-de-france-7 {
  border-top: 7px solid #0d88ff !important;
}

.border-t-blue-de-france-8 {
  border-top: 8px solid #0d88ff !important;
}

.border-t-blue-de-france-9 {
  border-top: 9px solid #0d88ff !important;
}

.border-t-blue-de-france-10 {
  border-top: 10px solid #0d88ff !important;
}

.border-r-blue-de-france-1 {
  border-right: 1px solid #0d88ff !important;
}

.border-r-blue-de-france-2 {
  border-right: 2px solid #0d88ff !important;
}

.border-r-blue-de-france-3 {
  border-right: 3px solid #0d88ff !important;
}

.border-r-blue-de-france-4 {
  border-right: 4px solid #0d88ff !important;
}

.border-r-blue-de-france-5 {
  border-right: 5px solid #0d88ff !important;
}

.border-r-blue-de-france-6 {
  border-right: 6px solid #0d88ff !important;
}

.border-r-blue-de-france-7 {
  border-right: 7px solid #0d88ff !important;
}

.border-r-blue-de-france-8 {
  border-right: 8px solid #0d88ff !important;
}

.border-r-blue-de-france-9 {
  border-right: 9px solid #0d88ff !important;
}

.border-r-blue-de-france-10 {
  border-right: 10px solid #0d88ff !important;
}

.border-l-blue-de-france-1 {
  border-left: 1px solid #0d88ff !important;
}

.border-l-blue-de-france-2 {
  border-left: 2px solid #0d88ff !important;
}

.border-l-blue-de-france-3 {
  border-left: 3px solid #0d88ff !important;
}

.border-l-blue-de-france-4 {
  border-left: 4px solid #0d88ff !important;
}

.border-l-blue-de-france-5 {
  border-left: 5px solid #0d88ff !important;
}

.border-l-blue-de-france-6 {
  border-left: 6px solid #0d88ff !important;
}

.border-l-blue-de-france-7 {
  border-left: 7px solid #0d88ff !important;
}

.border-l-blue-de-france-8 {
  border-left: 8px solid #0d88ff !important;
}

.border-l-blue-de-france-9 {
  border-left: 9px solid #0d88ff !important;
}

.border-l-blue-de-france-10 {
  border-left: 10px solid #0d88ff !important;
}

.border-blue-de-france-light-1 {
  border: 1px solid #dbedff !important;
}

.border-blue-de-france-light-2 {
  border: 2px solid #dbedff !important;
}

.border-blue-de-france-light-3 {
  border: 3px solid #dbedff !important;
}

.border-blue-de-france-light-4 {
  border: 4px solid #dbedff !important;
}

.border-blue-de-france-light-5 {
  border: 5px solid #dbedff !important;
}

.border-blue-de-france-light-6 {
  border: 6px solid #dbedff !important;
}

.border-blue-de-france-light-7 {
  border: 7px solid #dbedff !important;
}

.border-blue-de-france-light-8 {
  border: 8px solid #dbedff !important;
}

.border-blue-de-france-light-9 {
  border: 9px solid #dbedff !important;
}

.border-blue-de-france-light-10 {
  border: 10px solid #dbedff !important;
}

.border-b-blue-de-france-light-1 {
  border-bottom: 1px solid #dbedff !important;
}

.border-b-blue-de-france-light-2 {
  border-bottom: 2px solid #dbedff !important;
}

.border-b-blue-de-france-light-3 {
  border-bottom: 3px solid #dbedff !important;
}

.border-b-blue-de-france-light-4 {
  border-bottom: 4px solid #dbedff !important;
}

.border-b-blue-de-france-light-5 {
  border-bottom: 5px solid #dbedff !important;
}

.border-b-blue-de-france-light-6 {
  border-bottom: 6px solid #dbedff !important;
}

.border-b-blue-de-france-light-7 {
  border-bottom: 7px solid #dbedff !important;
}

.border-b-blue-de-france-light-8 {
  border-bottom: 8px solid #dbedff !important;
}

.border-b-blue-de-france-light-9 {
  border-bottom: 9px solid #dbedff !important;
}

.border-b-blue-de-france-light-10 {
  border-bottom: 10px solid #dbedff !important;
}

.border-t-blue-de-france-light-1 {
  border-top: 1px solid #dbedff !important;
}

.border-t-blue-de-france-light-2 {
  border-top: 2px solid #dbedff !important;
}

.border-t-blue-de-france-light-3 {
  border-top: 3px solid #dbedff !important;
}

.border-t-blue-de-france-light-4 {
  border-top: 4px solid #dbedff !important;
}

.border-t-blue-de-france-light-5 {
  border-top: 5px solid #dbedff !important;
}

.border-t-blue-de-france-light-6 {
  border-top: 6px solid #dbedff !important;
}

.border-t-blue-de-france-light-7 {
  border-top: 7px solid #dbedff !important;
}

.border-t-blue-de-france-light-8 {
  border-top: 8px solid #dbedff !important;
}

.border-t-blue-de-france-light-9 {
  border-top: 9px solid #dbedff !important;
}

.border-t-blue-de-france-light-10 {
  border-top: 10px solid #dbedff !important;
}

.border-r-blue-de-france-light-1 {
  border-right: 1px solid #dbedff !important;
}

.border-r-blue-de-france-light-2 {
  border-right: 2px solid #dbedff !important;
}

.border-r-blue-de-france-light-3 {
  border-right: 3px solid #dbedff !important;
}

.border-r-blue-de-france-light-4 {
  border-right: 4px solid #dbedff !important;
}

.border-r-blue-de-france-light-5 {
  border-right: 5px solid #dbedff !important;
}

.border-r-blue-de-france-light-6 {
  border-right: 6px solid #dbedff !important;
}

.border-r-blue-de-france-light-7 {
  border-right: 7px solid #dbedff !important;
}

.border-r-blue-de-france-light-8 {
  border-right: 8px solid #dbedff !important;
}

.border-r-blue-de-france-light-9 {
  border-right: 9px solid #dbedff !important;
}

.border-r-blue-de-france-light-10 {
  border-right: 10px solid #dbedff !important;
}

.border-l-blue-de-france-light-1 {
  border-left: 1px solid #dbedff !important;
}

.border-l-blue-de-france-light-2 {
  border-left: 2px solid #dbedff !important;
}

.border-l-blue-de-france-light-3 {
  border-left: 3px solid #dbedff !important;
}

.border-l-blue-de-france-light-4 {
  border-left: 4px solid #dbedff !important;
}

.border-l-blue-de-france-light-5 {
  border-left: 5px solid #dbedff !important;
}

.border-l-blue-de-france-light-6 {
  border-left: 6px solid #dbedff !important;
}

.border-l-blue-de-france-light-7 {
  border-left: 7px solid #dbedff !important;
}

.border-l-blue-de-france-light-8 {
  border-left: 8px solid #dbedff !important;
}

.border-l-blue-de-france-light-9 {
  border-left: 9px solid #dbedff !important;
}

.border-l-blue-de-france-light-10 {
  border-left: 10px solid #dbedff !important;
}

.border-school-bus-yellow-1 {
  border: 1px solid #fcdc02 !important;
}

.border-school-bus-yellow-2 {
  border: 2px solid #fcdc02 !important;
}

.border-school-bus-yellow-3 {
  border: 3px solid #fcdc02 !important;
}

.border-school-bus-yellow-4 {
  border: 4px solid #fcdc02 !important;
}

.border-school-bus-yellow-5 {
  border: 5px solid #fcdc02 !important;
}

.border-school-bus-yellow-6 {
  border: 6px solid #fcdc02 !important;
}

.border-school-bus-yellow-7 {
  border: 7px solid #fcdc02 !important;
}

.border-school-bus-yellow-8 {
  border: 8px solid #fcdc02 !important;
}

.border-school-bus-yellow-9 {
  border: 9px solid #fcdc02 !important;
}

.border-school-bus-yellow-10 {
  border: 10px solid #fcdc02 !important;
}

.border-b-school-bus-yellow-1 {
  border-bottom: 1px solid #fcdc02 !important;
}

.border-b-school-bus-yellow-2 {
  border-bottom: 2px solid #fcdc02 !important;
}

.border-b-school-bus-yellow-3 {
  border-bottom: 3px solid #fcdc02 !important;
}

.border-b-school-bus-yellow-4 {
  border-bottom: 4px solid #fcdc02 !important;
}

.border-b-school-bus-yellow-5 {
  border-bottom: 5px solid #fcdc02 !important;
}

.border-b-school-bus-yellow-6 {
  border-bottom: 6px solid #fcdc02 !important;
}

.border-b-school-bus-yellow-7 {
  border-bottom: 7px solid #fcdc02 !important;
}

.border-b-school-bus-yellow-8 {
  border-bottom: 8px solid #fcdc02 !important;
}

.border-b-school-bus-yellow-9 {
  border-bottom: 9px solid #fcdc02 !important;
}

.border-b-school-bus-yellow-10 {
  border-bottom: 10px solid #fcdc02 !important;
}

.border-t-school-bus-yellow-1 {
  border-top: 1px solid #fcdc02 !important;
}

.border-t-school-bus-yellow-2 {
  border-top: 2px solid #fcdc02 !important;
}

.border-t-school-bus-yellow-3 {
  border-top: 3px solid #fcdc02 !important;
}

.border-t-school-bus-yellow-4 {
  border-top: 4px solid #fcdc02 !important;
}

.border-t-school-bus-yellow-5 {
  border-top: 5px solid #fcdc02 !important;
}

.border-t-school-bus-yellow-6 {
  border-top: 6px solid #fcdc02 !important;
}

.border-t-school-bus-yellow-7 {
  border-top: 7px solid #fcdc02 !important;
}

.border-t-school-bus-yellow-8 {
  border-top: 8px solid #fcdc02 !important;
}

.border-t-school-bus-yellow-9 {
  border-top: 9px solid #fcdc02 !important;
}

.border-t-school-bus-yellow-10 {
  border-top: 10px solid #fcdc02 !important;
}

.border-r-school-bus-yellow-1 {
  border-right: 1px solid #fcdc02 !important;
}

.border-r-school-bus-yellow-2 {
  border-right: 2px solid #fcdc02 !important;
}

.border-r-school-bus-yellow-3 {
  border-right: 3px solid #fcdc02 !important;
}

.border-r-school-bus-yellow-4 {
  border-right: 4px solid #fcdc02 !important;
}

.border-r-school-bus-yellow-5 {
  border-right: 5px solid #fcdc02 !important;
}

.border-r-school-bus-yellow-6 {
  border-right: 6px solid #fcdc02 !important;
}

.border-r-school-bus-yellow-7 {
  border-right: 7px solid #fcdc02 !important;
}

.border-r-school-bus-yellow-8 {
  border-right: 8px solid #fcdc02 !important;
}

.border-r-school-bus-yellow-9 {
  border-right: 9px solid #fcdc02 !important;
}

.border-r-school-bus-yellow-10 {
  border-right: 10px solid #fcdc02 !important;
}

.border-l-school-bus-yellow-1 {
  border-left: 1px solid #fcdc02 !important;
}

.border-l-school-bus-yellow-2 {
  border-left: 2px solid #fcdc02 !important;
}

.border-l-school-bus-yellow-3 {
  border-left: 3px solid #fcdc02 !important;
}

.border-l-school-bus-yellow-4 {
  border-left: 4px solid #fcdc02 !important;
}

.border-l-school-bus-yellow-5 {
  border-left: 5px solid #fcdc02 !important;
}

.border-l-school-bus-yellow-6 {
  border-left: 6px solid #fcdc02 !important;
}

.border-l-school-bus-yellow-7 {
  border-left: 7px solid #fcdc02 !important;
}

.border-l-school-bus-yellow-8 {
  border-left: 8px solid #fcdc02 !important;
}

.border-l-school-bus-yellow-9 {
  border-left: 9px solid #fcdc02 !important;
}

.border-l-school-bus-yellow-10 {
  border-left: 10px solid #fcdc02 !important;
}

.border-school-bus-yellow-light-1 {
  border: 1px solid #fffad9 !important;
}

.border-school-bus-yellow-light-2 {
  border: 2px solid #fffad9 !important;
}

.border-school-bus-yellow-light-3 {
  border: 3px solid #fffad9 !important;
}

.border-school-bus-yellow-light-4 {
  border: 4px solid #fffad9 !important;
}

.border-school-bus-yellow-light-5 {
  border: 5px solid #fffad9 !important;
}

.border-school-bus-yellow-light-6 {
  border: 6px solid #fffad9 !important;
}

.border-school-bus-yellow-light-7 {
  border: 7px solid #fffad9 !important;
}

.border-school-bus-yellow-light-8 {
  border: 8px solid #fffad9 !important;
}

.border-school-bus-yellow-light-9 {
  border: 9px solid #fffad9 !important;
}

.border-school-bus-yellow-light-10 {
  border: 10px solid #fffad9 !important;
}

.border-b-school-bus-yellow-light-1 {
  border-bottom: 1px solid #fffad9 !important;
}

.border-b-school-bus-yellow-light-2 {
  border-bottom: 2px solid #fffad9 !important;
}

.border-b-school-bus-yellow-light-3 {
  border-bottom: 3px solid #fffad9 !important;
}

.border-b-school-bus-yellow-light-4 {
  border-bottom: 4px solid #fffad9 !important;
}

.border-b-school-bus-yellow-light-5 {
  border-bottom: 5px solid #fffad9 !important;
}

.border-b-school-bus-yellow-light-6 {
  border-bottom: 6px solid #fffad9 !important;
}

.border-b-school-bus-yellow-light-7 {
  border-bottom: 7px solid #fffad9 !important;
}

.border-b-school-bus-yellow-light-8 {
  border-bottom: 8px solid #fffad9 !important;
}

.border-b-school-bus-yellow-light-9 {
  border-bottom: 9px solid #fffad9 !important;
}

.border-b-school-bus-yellow-light-10 {
  border-bottom: 10px solid #fffad9 !important;
}

.border-t-school-bus-yellow-light-1 {
  border-top: 1px solid #fffad9 !important;
}

.border-t-school-bus-yellow-light-2 {
  border-top: 2px solid #fffad9 !important;
}

.border-t-school-bus-yellow-light-3 {
  border-top: 3px solid #fffad9 !important;
}

.border-t-school-bus-yellow-light-4 {
  border-top: 4px solid #fffad9 !important;
}

.border-t-school-bus-yellow-light-5 {
  border-top: 5px solid #fffad9 !important;
}

.border-t-school-bus-yellow-light-6 {
  border-top: 6px solid #fffad9 !important;
}

.border-t-school-bus-yellow-light-7 {
  border-top: 7px solid #fffad9 !important;
}

.border-t-school-bus-yellow-light-8 {
  border-top: 8px solid #fffad9 !important;
}

.border-t-school-bus-yellow-light-9 {
  border-top: 9px solid #fffad9 !important;
}

.border-t-school-bus-yellow-light-10 {
  border-top: 10px solid #fffad9 !important;
}

.border-r-school-bus-yellow-light-1 {
  border-right: 1px solid #fffad9 !important;
}

.border-r-school-bus-yellow-light-2 {
  border-right: 2px solid #fffad9 !important;
}

.border-r-school-bus-yellow-light-3 {
  border-right: 3px solid #fffad9 !important;
}

.border-r-school-bus-yellow-light-4 {
  border-right: 4px solid #fffad9 !important;
}

.border-r-school-bus-yellow-light-5 {
  border-right: 5px solid #fffad9 !important;
}

.border-r-school-bus-yellow-light-6 {
  border-right: 6px solid #fffad9 !important;
}

.border-r-school-bus-yellow-light-7 {
  border-right: 7px solid #fffad9 !important;
}

.border-r-school-bus-yellow-light-8 {
  border-right: 8px solid #fffad9 !important;
}

.border-r-school-bus-yellow-light-9 {
  border-right: 9px solid #fffad9 !important;
}

.border-r-school-bus-yellow-light-10 {
  border-right: 10px solid #fffad9 !important;
}

.border-l-school-bus-yellow-light-1 {
  border-left: 1px solid #fffad9 !important;
}

.border-l-school-bus-yellow-light-2 {
  border-left: 2px solid #fffad9 !important;
}

.border-l-school-bus-yellow-light-3 {
  border-left: 3px solid #fffad9 !important;
}

.border-l-school-bus-yellow-light-4 {
  border-left: 4px solid #fffad9 !important;
}

.border-l-school-bus-yellow-light-5 {
  border-left: 5px solid #fffad9 !important;
}

.border-l-school-bus-yellow-light-6 {
  border-left: 6px solid #fffad9 !important;
}

.border-l-school-bus-yellow-light-7 {
  border-left: 7px solid #fffad9 !important;
}

.border-l-school-bus-yellow-light-8 {
  border-left: 8px solid #fffad9 !important;
}

.border-l-school-bus-yellow-light-9 {
  border-left: 9px solid #fffad9 !important;
}

.border-l-school-bus-yellow-light-10 {
  border-left: 10px solid #fffad9 !important;
}

.border-crayola-1 {
  border: 1px solid #fd346e !important;
}

.border-crayola-2 {
  border: 2px solid #fd346e !important;
}

.border-crayola-3 {
  border: 3px solid #fd346e !important;
}

.border-crayola-4 {
  border: 4px solid #fd346e !important;
}

.border-crayola-5 {
  border: 5px solid #fd346e !important;
}

.border-crayola-6 {
  border: 6px solid #fd346e !important;
}

.border-crayola-7 {
  border: 7px solid #fd346e !important;
}

.border-crayola-8 {
  border: 8px solid #fd346e !important;
}

.border-crayola-9 {
  border: 9px solid #fd346e !important;
}

.border-crayola-10 {
  border: 10px solid #fd346e !important;
}

.border-b-crayola-1 {
  border-bottom: 1px solid #fd346e !important;
}

.border-b-crayola-2 {
  border-bottom: 2px solid #fd346e !important;
}

.border-b-crayola-3 {
  border-bottom: 3px solid #fd346e !important;
}

.border-b-crayola-4 {
  border-bottom: 4px solid #fd346e !important;
}

.border-b-crayola-5 {
  border-bottom: 5px solid #fd346e !important;
}

.border-b-crayola-6 {
  border-bottom: 6px solid #fd346e !important;
}

.border-b-crayola-7 {
  border-bottom: 7px solid #fd346e !important;
}

.border-b-crayola-8 {
  border-bottom: 8px solid #fd346e !important;
}

.border-b-crayola-9 {
  border-bottom: 9px solid #fd346e !important;
}

.border-b-crayola-10 {
  border-bottom: 10px solid #fd346e !important;
}

.border-t-crayola-1 {
  border-top: 1px solid #fd346e !important;
}

.border-t-crayola-2 {
  border-top: 2px solid #fd346e !important;
}

.border-t-crayola-3 {
  border-top: 3px solid #fd346e !important;
}

.border-t-crayola-4 {
  border-top: 4px solid #fd346e !important;
}

.border-t-crayola-5 {
  border-top: 5px solid #fd346e !important;
}

.border-t-crayola-6 {
  border-top: 6px solid #fd346e !important;
}

.border-t-crayola-7 {
  border-top: 7px solid #fd346e !important;
}

.border-t-crayola-8 {
  border-top: 8px solid #fd346e !important;
}

.border-t-crayola-9 {
  border-top: 9px solid #fd346e !important;
}

.border-t-crayola-10 {
  border-top: 10px solid #fd346e !important;
}

.border-r-crayola-1 {
  border-right: 1px solid #fd346e !important;
}

.border-r-crayola-2 {
  border-right: 2px solid #fd346e !important;
}

.border-r-crayola-3 {
  border-right: 3px solid #fd346e !important;
}

.border-r-crayola-4 {
  border-right: 4px solid #fd346e !important;
}

.border-r-crayola-5 {
  border-right: 5px solid #fd346e !important;
}

.border-r-crayola-6 {
  border-right: 6px solid #fd346e !important;
}

.border-r-crayola-7 {
  border-right: 7px solid #fd346e !important;
}

.border-r-crayola-8 {
  border-right: 8px solid #fd346e !important;
}

.border-r-crayola-9 {
  border-right: 9px solid #fd346e !important;
}

.border-r-crayola-10 {
  border-right: 10px solid #fd346e !important;
}

.border-l-crayola-1 {
  border-left: 1px solid #fd346e !important;
}

.border-l-crayola-2 {
  border-left: 2px solid #fd346e !important;
}

.border-l-crayola-3 {
  border-left: 3px solid #fd346e !important;
}

.border-l-crayola-4 {
  border-left: 4px solid #fd346e !important;
}

.border-l-crayola-5 {
  border-left: 5px solid #fd346e !important;
}

.border-l-crayola-6 {
  border-left: 6px solid #fd346e !important;
}

.border-l-crayola-7 {
  border-left: 7px solid #fd346e !important;
}

.border-l-crayola-8 {
  border-left: 8px solid #fd346e !important;
}

.border-l-crayola-9 {
  border-left: 9px solid #fd346e !important;
}

.border-l-crayola-10 {
  border-left: 10px solid #fd346e !important;
}

.border-crayola-light-1 {
  border: 1px solid #ffe1e9 !important;
}

.border-crayola-light-2 {
  border: 2px solid #ffe1e9 !important;
}

.border-crayola-light-3 {
  border: 3px solid #ffe1e9 !important;
}

.border-crayola-light-4 {
  border: 4px solid #ffe1e9 !important;
}

.border-crayola-light-5 {
  border: 5px solid #ffe1e9 !important;
}

.border-crayola-light-6 {
  border: 6px solid #ffe1e9 !important;
}

.border-crayola-light-7 {
  border: 7px solid #ffe1e9 !important;
}

.border-crayola-light-8 {
  border: 8px solid #ffe1e9 !important;
}

.border-crayola-light-9 {
  border: 9px solid #ffe1e9 !important;
}

.border-crayola-light-10 {
  border: 10px solid #ffe1e9 !important;
}

.border-b-crayola-light-1 {
  border-bottom: 1px solid #ffe1e9 !important;
}

.border-b-crayola-light-2 {
  border-bottom: 2px solid #ffe1e9 !important;
}

.border-b-crayola-light-3 {
  border-bottom: 3px solid #ffe1e9 !important;
}

.border-b-crayola-light-4 {
  border-bottom: 4px solid #ffe1e9 !important;
}

.border-b-crayola-light-5 {
  border-bottom: 5px solid #ffe1e9 !important;
}

.border-b-crayola-light-6 {
  border-bottom: 6px solid #ffe1e9 !important;
}

.border-b-crayola-light-7 {
  border-bottom: 7px solid #ffe1e9 !important;
}

.border-b-crayola-light-8 {
  border-bottom: 8px solid #ffe1e9 !important;
}

.border-b-crayola-light-9 {
  border-bottom: 9px solid #ffe1e9 !important;
}

.border-b-crayola-light-10 {
  border-bottom: 10px solid #ffe1e9 !important;
}

.border-t-crayola-light-1 {
  border-top: 1px solid #ffe1e9 !important;
}

.border-t-crayola-light-2 {
  border-top: 2px solid #ffe1e9 !important;
}

.border-t-crayola-light-3 {
  border-top: 3px solid #ffe1e9 !important;
}

.border-t-crayola-light-4 {
  border-top: 4px solid #ffe1e9 !important;
}

.border-t-crayola-light-5 {
  border-top: 5px solid #ffe1e9 !important;
}

.border-t-crayola-light-6 {
  border-top: 6px solid #ffe1e9 !important;
}

.border-t-crayola-light-7 {
  border-top: 7px solid #ffe1e9 !important;
}

.border-t-crayola-light-8 {
  border-top: 8px solid #ffe1e9 !important;
}

.border-t-crayola-light-9 {
  border-top: 9px solid #ffe1e9 !important;
}

.border-t-crayola-light-10 {
  border-top: 10px solid #ffe1e9 !important;
}

.border-r-crayola-light-1 {
  border-right: 1px solid #ffe1e9 !important;
}

.border-r-crayola-light-2 {
  border-right: 2px solid #ffe1e9 !important;
}

.border-r-crayola-light-3 {
  border-right: 3px solid #ffe1e9 !important;
}

.border-r-crayola-light-4 {
  border-right: 4px solid #ffe1e9 !important;
}

.border-r-crayola-light-5 {
  border-right: 5px solid #ffe1e9 !important;
}

.border-r-crayola-light-6 {
  border-right: 6px solid #ffe1e9 !important;
}

.border-r-crayola-light-7 {
  border-right: 7px solid #ffe1e9 !important;
}

.border-r-crayola-light-8 {
  border-right: 8px solid #ffe1e9 !important;
}

.border-r-crayola-light-9 {
  border-right: 9px solid #ffe1e9 !important;
}

.border-r-crayola-light-10 {
  border-right: 10px solid #ffe1e9 !important;
}

.border-l-crayola-light-1 {
  border-left: 1px solid #ffe1e9 !important;
}

.border-l-crayola-light-2 {
  border-left: 2px solid #ffe1e9 !important;
}

.border-l-crayola-light-3 {
  border-left: 3px solid #ffe1e9 !important;
}

.border-l-crayola-light-4 {
  border-left: 4px solid #ffe1e9 !important;
}

.border-l-crayola-light-5 {
  border-left: 5px solid #ffe1e9 !important;
}

.border-l-crayola-light-6 {
  border-left: 6px solid #ffe1e9 !important;
}

.border-l-crayola-light-7 {
  border-left: 7px solid #ffe1e9 !important;
}

.border-l-crayola-light-8 {
  border-left: 8px solid #ffe1e9 !important;
}

.border-l-crayola-light-9 {
  border-left: 9px solid #ffe1e9 !important;
}

.border-l-crayola-light-10 {
  border-left: 10px solid #ffe1e9 !important;
}

.border-orange-1 {
  border: 1px solid #FDB022 !important;
}

.border-orange-2 {
  border: 2px solid #FDB022 !important;
}

.border-orange-3 {
  border: 3px solid #FDB022 !important;
}

.border-orange-4 {
  border: 4px solid #FDB022 !important;
}

.border-orange-5 {
  border: 5px solid #FDB022 !important;
}

.border-orange-6 {
  border: 6px solid #FDB022 !important;
}

.border-orange-7 {
  border: 7px solid #FDB022 !important;
}

.border-orange-8 {
  border: 8px solid #FDB022 !important;
}

.border-orange-9 {
  border: 9px solid #FDB022 !important;
}

.border-orange-10 {
  border: 10px solid #FDB022 !important;
}

.border-b-orange-1 {
  border-bottom: 1px solid #FDB022 !important;
}

.border-b-orange-2 {
  border-bottom: 2px solid #FDB022 !important;
}

.border-b-orange-3 {
  border-bottom: 3px solid #FDB022 !important;
}

.border-b-orange-4 {
  border-bottom: 4px solid #FDB022 !important;
}

.border-b-orange-5 {
  border-bottom: 5px solid #FDB022 !important;
}

.border-b-orange-6 {
  border-bottom: 6px solid #FDB022 !important;
}

.border-b-orange-7 {
  border-bottom: 7px solid #FDB022 !important;
}

.border-b-orange-8 {
  border-bottom: 8px solid #FDB022 !important;
}

.border-b-orange-9 {
  border-bottom: 9px solid #FDB022 !important;
}

.border-b-orange-10 {
  border-bottom: 10px solid #FDB022 !important;
}

.border-t-orange-1 {
  border-top: 1px solid #FDB022 !important;
}

.border-t-orange-2 {
  border-top: 2px solid #FDB022 !important;
}

.border-t-orange-3 {
  border-top: 3px solid #FDB022 !important;
}

.border-t-orange-4 {
  border-top: 4px solid #FDB022 !important;
}

.border-t-orange-5 {
  border-top: 5px solid #FDB022 !important;
}

.border-t-orange-6 {
  border-top: 6px solid #FDB022 !important;
}

.border-t-orange-7 {
  border-top: 7px solid #FDB022 !important;
}

.border-t-orange-8 {
  border-top: 8px solid #FDB022 !important;
}

.border-t-orange-9 {
  border-top: 9px solid #FDB022 !important;
}

.border-t-orange-10 {
  border-top: 10px solid #FDB022 !important;
}

.border-r-orange-1 {
  border-right: 1px solid #FDB022 !important;
}

.border-r-orange-2 {
  border-right: 2px solid #FDB022 !important;
}

.border-r-orange-3 {
  border-right: 3px solid #FDB022 !important;
}

.border-r-orange-4 {
  border-right: 4px solid #FDB022 !important;
}

.border-r-orange-5 {
  border-right: 5px solid #FDB022 !important;
}

.border-r-orange-6 {
  border-right: 6px solid #FDB022 !important;
}

.border-r-orange-7 {
  border-right: 7px solid #FDB022 !important;
}

.border-r-orange-8 {
  border-right: 8px solid #FDB022 !important;
}

.border-r-orange-9 {
  border-right: 9px solid #FDB022 !important;
}

.border-r-orange-10 {
  border-right: 10px solid #FDB022 !important;
}

.border-l-orange-1 {
  border-left: 1px solid #FDB022 !important;
}

.border-l-orange-2 {
  border-left: 2px solid #FDB022 !important;
}

.border-l-orange-3 {
  border-left: 3px solid #FDB022 !important;
}

.border-l-orange-4 {
  border-left: 4px solid #FDB022 !important;
}

.border-l-orange-5 {
  border-left: 5px solid #FDB022 !important;
}

.border-l-orange-6 {
  border-left: 6px solid #FDB022 !important;
}

.border-l-orange-7 {
  border-left: 7px solid #FDB022 !important;
}

.border-l-orange-8 {
  border-left: 8px solid #FDB022 !important;
}

.border-l-orange-9 {
  border-left: 9px solid #FDB022 !important;
}

.border-l-orange-10 {
  border-left: 10px solid #FDB022 !important;
}

.border-success-1 {
  border: 1px solid #0cd68a !important;
}

.border-success-2 {
  border: 2px solid #0cd68a !important;
}

.border-success-3 {
  border: 3px solid #0cd68a !important;
}

.border-success-4 {
  border: 4px solid #0cd68a !important;
}

.border-success-5 {
  border: 5px solid #0cd68a !important;
}

.border-success-6 {
  border: 6px solid #0cd68a !important;
}

.border-success-7 {
  border: 7px solid #0cd68a !important;
}

.border-success-8 {
  border: 8px solid #0cd68a !important;
}

.border-success-9 {
  border: 9px solid #0cd68a !important;
}

.border-success-10 {
  border: 10px solid #0cd68a !important;
}

.border-b-success-1 {
  border-bottom: 1px solid #0cd68a !important;
}

.border-b-success-2 {
  border-bottom: 2px solid #0cd68a !important;
}

.border-b-success-3 {
  border-bottom: 3px solid #0cd68a !important;
}

.border-b-success-4 {
  border-bottom: 4px solid #0cd68a !important;
}

.border-b-success-5 {
  border-bottom: 5px solid #0cd68a !important;
}

.border-b-success-6 {
  border-bottom: 6px solid #0cd68a !important;
}

.border-b-success-7 {
  border-bottom: 7px solid #0cd68a !important;
}

.border-b-success-8 {
  border-bottom: 8px solid #0cd68a !important;
}

.border-b-success-9 {
  border-bottom: 9px solid #0cd68a !important;
}

.border-b-success-10 {
  border-bottom: 10px solid #0cd68a !important;
}

.border-t-success-1 {
  border-top: 1px solid #0cd68a !important;
}

.border-t-success-2 {
  border-top: 2px solid #0cd68a !important;
}

.border-t-success-3 {
  border-top: 3px solid #0cd68a !important;
}

.border-t-success-4 {
  border-top: 4px solid #0cd68a !important;
}

.border-t-success-5 {
  border-top: 5px solid #0cd68a !important;
}

.border-t-success-6 {
  border-top: 6px solid #0cd68a !important;
}

.border-t-success-7 {
  border-top: 7px solid #0cd68a !important;
}

.border-t-success-8 {
  border-top: 8px solid #0cd68a !important;
}

.border-t-success-9 {
  border-top: 9px solid #0cd68a !important;
}

.border-t-success-10 {
  border-top: 10px solid #0cd68a !important;
}

.border-r-success-1 {
  border-right: 1px solid #0cd68a !important;
}

.border-r-success-2 {
  border-right: 2px solid #0cd68a !important;
}

.border-r-success-3 {
  border-right: 3px solid #0cd68a !important;
}

.border-r-success-4 {
  border-right: 4px solid #0cd68a !important;
}

.border-r-success-5 {
  border-right: 5px solid #0cd68a !important;
}

.border-r-success-6 {
  border-right: 6px solid #0cd68a !important;
}

.border-r-success-7 {
  border-right: 7px solid #0cd68a !important;
}

.border-r-success-8 {
  border-right: 8px solid #0cd68a !important;
}

.border-r-success-9 {
  border-right: 9px solid #0cd68a !important;
}

.border-r-success-10 {
  border-right: 10px solid #0cd68a !important;
}

.border-l-success-1 {
  border-left: 1px solid #0cd68a !important;
}

.border-l-success-2 {
  border-left: 2px solid #0cd68a !important;
}

.border-l-success-3 {
  border-left: 3px solid #0cd68a !important;
}

.border-l-success-4 {
  border-left: 4px solid #0cd68a !important;
}

.border-l-success-5 {
  border-left: 5px solid #0cd68a !important;
}

.border-l-success-6 {
  border-left: 6px solid #0cd68a !important;
}

.border-l-success-7 {
  border-left: 7px solid #0cd68a !important;
}

.border-l-success-8 {
  border-left: 8px solid #0cd68a !important;
}

.border-l-success-9 {
  border-left: 9px solid #0cd68a !important;
}

.border-l-success-10 {
  border-left: 10px solid #0cd68a !important;
}

.border-info-1 {
  border: 1px solid #0d88ff !important;
}

.border-info-2 {
  border: 2px solid #0d88ff !important;
}

.border-info-3 {
  border: 3px solid #0d88ff !important;
}

.border-info-4 {
  border: 4px solid #0d88ff !important;
}

.border-info-5 {
  border: 5px solid #0d88ff !important;
}

.border-info-6 {
  border: 6px solid #0d88ff !important;
}

.border-info-7 {
  border: 7px solid #0d88ff !important;
}

.border-info-8 {
  border: 8px solid #0d88ff !important;
}

.border-info-9 {
  border: 9px solid #0d88ff !important;
}

.border-info-10 {
  border: 10px solid #0d88ff !important;
}

.border-b-info-1 {
  border-bottom: 1px solid #0d88ff !important;
}

.border-b-info-2 {
  border-bottom: 2px solid #0d88ff !important;
}

.border-b-info-3 {
  border-bottom: 3px solid #0d88ff !important;
}

.border-b-info-4 {
  border-bottom: 4px solid #0d88ff !important;
}

.border-b-info-5 {
  border-bottom: 5px solid #0d88ff !important;
}

.border-b-info-6 {
  border-bottom: 6px solid #0d88ff !important;
}

.border-b-info-7 {
  border-bottom: 7px solid #0d88ff !important;
}

.border-b-info-8 {
  border-bottom: 8px solid #0d88ff !important;
}

.border-b-info-9 {
  border-bottom: 9px solid #0d88ff !important;
}

.border-b-info-10 {
  border-bottom: 10px solid #0d88ff !important;
}

.border-t-info-1 {
  border-top: 1px solid #0d88ff !important;
}

.border-t-info-2 {
  border-top: 2px solid #0d88ff !important;
}

.border-t-info-3 {
  border-top: 3px solid #0d88ff !important;
}

.border-t-info-4 {
  border-top: 4px solid #0d88ff !important;
}

.border-t-info-5 {
  border-top: 5px solid #0d88ff !important;
}

.border-t-info-6 {
  border-top: 6px solid #0d88ff !important;
}

.border-t-info-7 {
  border-top: 7px solid #0d88ff !important;
}

.border-t-info-8 {
  border-top: 8px solid #0d88ff !important;
}

.border-t-info-9 {
  border-top: 9px solid #0d88ff !important;
}

.border-t-info-10 {
  border-top: 10px solid #0d88ff !important;
}

.border-r-info-1 {
  border-right: 1px solid #0d88ff !important;
}

.border-r-info-2 {
  border-right: 2px solid #0d88ff !important;
}

.border-r-info-3 {
  border-right: 3px solid #0d88ff !important;
}

.border-r-info-4 {
  border-right: 4px solid #0d88ff !important;
}

.border-r-info-5 {
  border-right: 5px solid #0d88ff !important;
}

.border-r-info-6 {
  border-right: 6px solid #0d88ff !important;
}

.border-r-info-7 {
  border-right: 7px solid #0d88ff !important;
}

.border-r-info-8 {
  border-right: 8px solid #0d88ff !important;
}

.border-r-info-9 {
  border-right: 9px solid #0d88ff !important;
}

.border-r-info-10 {
  border-right: 10px solid #0d88ff !important;
}

.border-l-info-1 {
  border-left: 1px solid #0d88ff !important;
}

.border-l-info-2 {
  border-left: 2px solid #0d88ff !important;
}

.border-l-info-3 {
  border-left: 3px solid #0d88ff !important;
}

.border-l-info-4 {
  border-left: 4px solid #0d88ff !important;
}

.border-l-info-5 {
  border-left: 5px solid #0d88ff !important;
}

.border-l-info-6 {
  border-left: 6px solid #0d88ff !important;
}

.border-l-info-7 {
  border-left: 7px solid #0d88ff !important;
}

.border-l-info-8 {
  border-left: 8px solid #0d88ff !important;
}

.border-l-info-9 {
  border-left: 9px solid #0d88ff !important;
}

.border-l-info-10 {
  border-left: 10px solid #0d88ff !important;
}

.border-warning-1 {
  border: 1px solid #fcdc02 !important;
}

.border-warning-2 {
  border: 2px solid #fcdc02 !important;
}

.border-warning-3 {
  border: 3px solid #fcdc02 !important;
}

.border-warning-4 {
  border: 4px solid #fcdc02 !important;
}

.border-warning-5 {
  border: 5px solid #fcdc02 !important;
}

.border-warning-6 {
  border: 6px solid #fcdc02 !important;
}

.border-warning-7 {
  border: 7px solid #fcdc02 !important;
}

.border-warning-8 {
  border: 8px solid #fcdc02 !important;
}

.border-warning-9 {
  border: 9px solid #fcdc02 !important;
}

.border-warning-10 {
  border: 10px solid #fcdc02 !important;
}

.border-b-warning-1 {
  border-bottom: 1px solid #fcdc02 !important;
}

.border-b-warning-2 {
  border-bottom: 2px solid #fcdc02 !important;
}

.border-b-warning-3 {
  border-bottom: 3px solid #fcdc02 !important;
}

.border-b-warning-4 {
  border-bottom: 4px solid #fcdc02 !important;
}

.border-b-warning-5 {
  border-bottom: 5px solid #fcdc02 !important;
}

.border-b-warning-6 {
  border-bottom: 6px solid #fcdc02 !important;
}

.border-b-warning-7 {
  border-bottom: 7px solid #fcdc02 !important;
}

.border-b-warning-8 {
  border-bottom: 8px solid #fcdc02 !important;
}

.border-b-warning-9 {
  border-bottom: 9px solid #fcdc02 !important;
}

.border-b-warning-10 {
  border-bottom: 10px solid #fcdc02 !important;
}

.border-t-warning-1 {
  border-top: 1px solid #fcdc02 !important;
}

.border-t-warning-2 {
  border-top: 2px solid #fcdc02 !important;
}

.border-t-warning-3 {
  border-top: 3px solid #fcdc02 !important;
}

.border-t-warning-4 {
  border-top: 4px solid #fcdc02 !important;
}

.border-t-warning-5 {
  border-top: 5px solid #fcdc02 !important;
}

.border-t-warning-6 {
  border-top: 6px solid #fcdc02 !important;
}

.border-t-warning-7 {
  border-top: 7px solid #fcdc02 !important;
}

.border-t-warning-8 {
  border-top: 8px solid #fcdc02 !important;
}

.border-t-warning-9 {
  border-top: 9px solid #fcdc02 !important;
}

.border-t-warning-10 {
  border-top: 10px solid #fcdc02 !important;
}

.border-r-warning-1 {
  border-right: 1px solid #fcdc02 !important;
}

.border-r-warning-2 {
  border-right: 2px solid #fcdc02 !important;
}

.border-r-warning-3 {
  border-right: 3px solid #fcdc02 !important;
}

.border-r-warning-4 {
  border-right: 4px solid #fcdc02 !important;
}

.border-r-warning-5 {
  border-right: 5px solid #fcdc02 !important;
}

.border-r-warning-6 {
  border-right: 6px solid #fcdc02 !important;
}

.border-r-warning-7 {
  border-right: 7px solid #fcdc02 !important;
}

.border-r-warning-8 {
  border-right: 8px solid #fcdc02 !important;
}

.border-r-warning-9 {
  border-right: 9px solid #fcdc02 !important;
}

.border-r-warning-10 {
  border-right: 10px solid #fcdc02 !important;
}

.border-l-warning-1 {
  border-left: 1px solid #fcdc02 !important;
}

.border-l-warning-2 {
  border-left: 2px solid #fcdc02 !important;
}

.border-l-warning-3 {
  border-left: 3px solid #fcdc02 !important;
}

.border-l-warning-4 {
  border-left: 4px solid #fcdc02 !important;
}

.border-l-warning-5 {
  border-left: 5px solid #fcdc02 !important;
}

.border-l-warning-6 {
  border-left: 6px solid #fcdc02 !important;
}

.border-l-warning-7 {
  border-left: 7px solid #fcdc02 !important;
}

.border-l-warning-8 {
  border-left: 8px solid #fcdc02 !important;
}

.border-l-warning-9 {
  border-left: 9px solid #fcdc02 !important;
}

.border-l-warning-10 {
  border-left: 10px solid #fcdc02 !important;
}

.border-error-1 {
  border: 1px solid #fd346e !important;
}

.border-error-2 {
  border: 2px solid #fd346e !important;
}

.border-error-3 {
  border: 3px solid #fd346e !important;
}

.border-error-4 {
  border: 4px solid #fd346e !important;
}

.border-error-5 {
  border: 5px solid #fd346e !important;
}

.border-error-6 {
  border: 6px solid #fd346e !important;
}

.border-error-7 {
  border: 7px solid #fd346e !important;
}

.border-error-8 {
  border: 8px solid #fd346e !important;
}

.border-error-9 {
  border: 9px solid #fd346e !important;
}

.border-error-10 {
  border: 10px solid #fd346e !important;
}

.border-b-error-1 {
  border-bottom: 1px solid #fd346e !important;
}

.border-b-error-2 {
  border-bottom: 2px solid #fd346e !important;
}

.border-b-error-3 {
  border-bottom: 3px solid #fd346e !important;
}

.border-b-error-4 {
  border-bottom: 4px solid #fd346e !important;
}

.border-b-error-5 {
  border-bottom: 5px solid #fd346e !important;
}

.border-b-error-6 {
  border-bottom: 6px solid #fd346e !important;
}

.border-b-error-7 {
  border-bottom: 7px solid #fd346e !important;
}

.border-b-error-8 {
  border-bottom: 8px solid #fd346e !important;
}

.border-b-error-9 {
  border-bottom: 9px solid #fd346e !important;
}

.border-b-error-10 {
  border-bottom: 10px solid #fd346e !important;
}

.border-t-error-1 {
  border-top: 1px solid #fd346e !important;
}

.border-t-error-2 {
  border-top: 2px solid #fd346e !important;
}

.border-t-error-3 {
  border-top: 3px solid #fd346e !important;
}

.border-t-error-4 {
  border-top: 4px solid #fd346e !important;
}

.border-t-error-5 {
  border-top: 5px solid #fd346e !important;
}

.border-t-error-6 {
  border-top: 6px solid #fd346e !important;
}

.border-t-error-7 {
  border-top: 7px solid #fd346e !important;
}

.border-t-error-8 {
  border-top: 8px solid #fd346e !important;
}

.border-t-error-9 {
  border-top: 9px solid #fd346e !important;
}

.border-t-error-10 {
  border-top: 10px solid #fd346e !important;
}

.border-r-error-1 {
  border-right: 1px solid #fd346e !important;
}

.border-r-error-2 {
  border-right: 2px solid #fd346e !important;
}

.border-r-error-3 {
  border-right: 3px solid #fd346e !important;
}

.border-r-error-4 {
  border-right: 4px solid #fd346e !important;
}

.border-r-error-5 {
  border-right: 5px solid #fd346e !important;
}

.border-r-error-6 {
  border-right: 6px solid #fd346e !important;
}

.border-r-error-7 {
  border-right: 7px solid #fd346e !important;
}

.border-r-error-8 {
  border-right: 8px solid #fd346e !important;
}

.border-r-error-9 {
  border-right: 9px solid #fd346e !important;
}

.border-r-error-10 {
  border-right: 10px solid #fd346e !important;
}

.border-l-error-1 {
  border-left: 1px solid #fd346e !important;
}

.border-l-error-2 {
  border-left: 2px solid #fd346e !important;
}

.border-l-error-3 {
  border-left: 3px solid #fd346e !important;
}

.border-l-error-4 {
  border-left: 4px solid #fd346e !important;
}

.border-l-error-5 {
  border-left: 5px solid #fd346e !important;
}

.border-l-error-6 {
  border-left: 6px solid #fd346e !important;
}

.border-l-error-7 {
  border-left: 7px solid #fd346e !important;
}

.border-l-error-8 {
  border-left: 8px solid #fd346e !important;
}

.border-l-error-9 {
  border-left: 9px solid #fd346e !important;
}

.border-l-error-10 {
  border-left: 10px solid #fd346e !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-base {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.shadow-default {
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.1);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.shadow-menu {
  box-shadow: 0 8px 16px 0 rgba(149, 157, 165, 0.1);
}

.shadow-light-brand-2 {
  box-shadow: 0 20px 60px -12px rgba(33, 91, 128, 0.12);
}

.shadow-img {
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25);
}

.shadow-primary-700-10 {
  box-shadow: 0 7px 29px 0 rgba(33, 91, 128, 0.1);
}

.shadow-none {
  box-shadow: none;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.-tracking-0 {
  letter-spacing: 0em !important;
}

.tracking-0 {
  letter-spacing: 0em !important;
}

.-tracking-04 {
  letter-spacing: -0.04em !important;
}

.tracking-04 {
  letter-spacing: 0.04em !important;
}

.-tracking-06 {
  letter-spacing: -0.06em !important;
}

.tracking-06 {
  letter-spacing: 0.06em !important;
}

.-tracking-03 {
  letter-spacing: -0.03em !important;
}

.tracking-03 {
  letter-spacing: 0.03em !important;
}

.-tracking-02 {
  letter-spacing: -0.02em !important;
}

.tracking-02 {
  letter-spacing: 0.02em !important;
}

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

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

.btn-transparent-white .btn-icon,
.btn-transparent-white img {
  filter: invert(0) brightness(100);
}

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

.filter-dark {
  filter: invert(1) brightness(0);
}

code.code-customized {
  white-space: break-spaces;
  font-family: "Instrument Sans", sans-serif;
}

.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}

.hover-underline:hover {
  text-decoration: underline !important;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* 16:9 Aspect Ratio Container */
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625 * 100) */
  overflow: hidden;
  background: #b5ccd0;
  border-radius: 8px;
}

/* Responsive Video */
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.invert-to-black {
  filter: invert(1) brightness(100);
}

.invert-to-white {
  filter: invert(0) brightness(100);
}

.gradient-light-brand {
  background: linear-gradient(45deg, #d5e9f6 0%, #ecf3f9 25%, #eef5f9 74%, #d5e9f6 100%);
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Instrument Sans", sans-serif; /* Set default font family to sans-serif */
  font-size: 100%;
  line-height: 1.6;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
  touch-action: manipulation;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color-scheme: light dark;
  background-color: #ffffff;
}
@media (prefers-color-scheme: dark) {
  html {
    background-color: #0d0d0d;
    color: #ffffff;
  }
}

body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

.page-wrapper {
  position: relative;
  min-height: 100vh;
}

:focus-visible {
  outline: 2px solid #3797d5;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (forced-colors: active) {
  :focus-visible {
    outline: 2px solid CanvasText;
  }
}
/* Reset, normalization of HTML elements */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ul:not([class]) > li::marker {
  display: block;
  color: #404040;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

img {
  width: 100%;
  border-style: none;
  max-width: 100%;
}

figure {
  margin: 0;
}

input,
button,
textarea,
optgroup,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
  margin-bottom: 0;
}

textarea {
  resize: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

img,
object,
embed,
video {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Correct `inline-block` display not defined in IE 8/9. */
  vertical-align: baseline; /* Normalize vertical alignment of `progress` in Chrome, Firefox and Opera. */
}

audio:not([controls]) {
  /* Prevent modern browsers from displaying `audio` without controls */
  display: none; /* Remove excess height in iOS 5 devices. */
  height: 0;
}

[hidden],
template {
  display: none; /* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
}

.container {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media (min-width: 1536px) {
  .container {
    max-width: 1440px !important;
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: calc(100% - 40px) !important;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 100% !important;
  }
}

body {
  font-family: "Instrument Sans", sans-serif, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: normal;
}

.content-stylings, .content-stylings ul,
.content-stylings ol,
.content-stylings dl, p, .text-9xl, .text-8xl, .text-7xl-mid, .text-7xl, .text-6xl, .text-5xl, .text-4xl, .text-3xl, .text-2xl, .text-xl, .text-lg, .text-base, .text-sm, .text-xs, .text-2xs, .text-3xs {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  color: #404040;
  letter-spacing: 0em;
}

.text-3xs {
  font-size: 8px !important;
}
@media screen and (max-width: 767.98px) {
  .text-3xs {
    font-size: 8px !important;
  }
}

h1.text-3xs,
h2.text-3xs,
h3.text-3xs,
h4.text-3xs,
h5.text-3xs,
h6.text-3xs {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-2xs {
  font-size: 10px !important;
}
@media screen and (max-width: 767.98px) {
  .text-2xs {
    font-size: 10px !important;
  }
}

h1.text-2xs,
h2.text-2xs,
h3.text-2xs,
h4.text-2xs,
h5.text-2xs,
h6.text-2xs {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-xs {
  font-size: 12px !important;
}
@media screen and (max-width: 767.98px) {
  .text-xs {
    font-size: 10px !important;
  }
}

h1.text-xs,
h2.text-xs,
h3.text-xs,
h4.text-xs,
h5.text-xs,
h6.text-xs {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-sm {
  font-size: 14px !important;
}
@media screen and (max-width: 767.98px) {
  .text-sm {
    font-size: 12px !important;
  }
}

h1.text-sm,
h2.text-sm,
h3.text-sm,
h4.text-sm,
h5.text-sm,
h6.text-sm {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-base {
  font-size: 16px !important;
}
@media screen and (max-width: 991.98px) {
  .text-base {
    font-size: 14px !important;
  }
}

h1.text-base,
h2.text-base,
h3.text-base,
h4.text-base,
h5.text-base,
h6.text-base {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-lg {
  font-size: 18px !important;
}
@media screen and (max-width: 1199.98px) {
  .text-lg {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .text-lg {
    font-size: 14px !important;
  }
}

h1.text-lg,
h2.text-lg,
h3.text-lg,
h4.text-lg,
h5.text-lg,
h6.text-lg {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-xl {
  font-size: 20px !important;
}
@media screen and (max-width: 1199.98px) {
  .text-xl {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .text-xl {
    font-size: 16px !important;
  }
}

h1.text-xl,
h2.text-xl,
h3.text-xl,
h4.text-xl,
h5.text-xl,
h6.text-xl {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-2xl {
  font-size: 24px !important;
}
@media screen and (max-width: 1199.98px) {
  .text-2xl {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .text-2xl {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-2xl {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-2xl {
    font-size: 14px !important;
  }
}

h1.text-2xl,
h2.text-2xl,
h3.text-2xl,
h4.text-2xl,
h5.text-2xl,
h6.text-2xl {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-3xl {
  font-size: 28px !important;
}
@media screen and (max-width: 1199.98px) {
  .text-3xl {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .text-3xl {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-3xl {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-3xl {
    font-size: 16px !important;
  }
}

h1.text-3xl,
h2.text-3xl,
h3.text-3xl,
h4.text-3xl,
h5.text-3xl,
h6.text-3xl {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-4xl {
  font-size: 32px !important;
}
@media screen and (max-width: 1199.98px) {
  .text-4xl {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .text-4xl {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-4xl {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-4xl {
    font-size: 18px !important;
  }
}

h1.text-4xl,
h2.text-4xl,
h3.text-4xl,
h4.text-4xl,
h5.text-4xl,
h6.text-4xl {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-5xl {
  font-size: 36px !important;
}
@media screen and (max-width: 1199.98px) {
  .text-5xl {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .text-5xl {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-5xl {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-5xl {
    font-size: 20px !important;
  }
}

h1.text-5xl,
h2.text-5xl,
h3.text-5xl,
h4.text-5xl,
h5.text-5xl,
h6.text-5xl {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-6xl {
  font-size: 40px !important;
}
@media screen and (max-width: 1399.98px) {
  .text-6xl {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .text-6xl {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .text-6xl {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-6xl {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-6xl {
    font-size: 20px !important;
  }
}

h1.text-6xl,
h2.text-6xl,
h3.text-6xl,
h4.text-6xl,
h5.text-6xl,
h6.text-6xl {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-7xl {
  font-size: 44px !important;
}
@media screen and (max-width: 1399.98px) {
  .text-7xl {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .text-7xl {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .text-7xl {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-7xl {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-7xl {
    font-size: 24px !important;
  }
}

h1.text-7xl,
h2.text-7xl,
h3.text-7xl,
h4.text-7xl,
h5.text-7xl,
h6.text-7xl {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-7xl-mid {
  font-size: 48px !important;
}
@media screen and (max-width: 1399.98px) {
  .text-7xl-mid {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .text-7xl-mid {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .text-7xl-mid {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-7xl-mid {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-7xl-mid {
    font-size: 24px !important;
  }
}

h1.text-7xl-mid,
h2.text-7xl-mid,
h3.text-7xl-mid,
h4.text-7xl-mid,
h5.text-7xl-mid,
h6.text-7xl-mid {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-8xl {
  font-size: 56px !important;
}
@media screen and (max-width: 1399.98px) {
  .text-8xl {
    font-size: 44px !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .text-8xl {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .text-8xl {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-8xl {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-8xl {
    font-size: 28px !important;
  }
}

h1.text-8xl,
h2.text-8xl,
h3.text-8xl,
h4.text-8xl,
h5.text-8xl,
h6.text-8xl {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

.text-9xl {
  font-size: 60px !important;
}
@media screen and (max-width: 1399.98px) {
  .text-9xl {
    font-size: 56px !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .text-9xl {
    font-size: 44px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .text-9xl {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-9xl {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-9xl {
    font-size: 32px !important;
  }
}

h1.text-9xl,
h2.text-9xl,
h3.text-9xl,
h4.text-9xl,
h5.text-9xl,
h6.text-9xl {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.03em !important;
}

/* #### HEADINGS #### */
a {
  text-decoration: none;
  color: #404040;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(89.5, 89.5, 89.5);
  text-decoration: underline;
}
a:visited, a:link {
  text-decoration: none;
}

.content-stylings.remove-paragraph-padding p {
  margin-bottom: 0 !important;
}
.content-stylings a {
  color: #3797d5 !important;
}
.content-stylings a:hover {
  text-decoration: underline !important;
}
.content-stylings h1,
.content-stylings h2,
.content-stylings h3,
.content-stylings h4,
.content-stylings h5,
.content-stylings h6 {
  margin-bottom: 16px !important;
  scroll-margin-top: 100px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
}
.content-stylings p,
.content-stylings ul,
.content-stylings ol {
  margin-bottom: 16px;
}
.content-stylings ul {
  display: grid;
  gap: 12px;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 1199.98px) {
  .content-stylings ul {
    gap: 8px;
  }
}
@media (max-width: 575.98px) {
  .content-stylings ul {
    gap: 6px;
  }
}
.content-stylings ul li {
  position: relative;
  font-weight: 600;
  margin-left: 40px;
}
.content-stylings ul li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../../../assets/icons/circle_check_duotone_primary_icon.svg") center/contain no-repeat;
  left: -40px;
}
.content-stylings ol {
  list-style: decimal-leading-zero !important;
  display: grid;
  align-items: flex-start;
  gap: 8px;
  padding-left: 18px !important;
}
.content-stylings ol li::marker {
  font-weight: 600;
}
.content-stylings.content-sm p,
.content-stylings.content-sm ul,
.content-stylings.content-sm ol {
  margin-bottom: 12px !important;
}
.content-stylings.content-sm ol,
.content-stylings.content-sm ul {
  gap: 4px;
}

.animate-none {
  animation: none;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-fade-in {
  animation: fade-in 1s linear;
}

.animate-fade-out {
  animation: fade-out 1s linear;
}

@keyframes ping {
  75%, 100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
::-moz-selection {
  background: #3797d5 !important;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #3797d5 !important;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #3797d5;
  color: #ffffff;
  text-shadow: none;
}

::-webkit-selection {
  background: #3797d5;
  color: #ffffff;
  text-shadow: none;
}

.dotted-box-shape {
  width: 140px;
}

.spiral-arrow-shape {
  width: 60px;
}
@media (max-width: 991.98px) {
  .spiral-arrow-shape {
    width: 48px;
  }
}
@media (max-width: 575.98px) {
  .spiral-arrow-shape {
    width: 32px;
  }
}

.floating-element-1 {
  right: 96px;
  top: -48px;
}
@media (max-width: 991.98px) {
  .floating-element-1 {
    display: none !important;
  }
}

.floating-element-2 {
  max-width: 204px;
  width: 100%;
  top: 40px;
  right: calc(100% + 120px);
}
@media (max-width: 1535.98px) {
  .floating-element-2 {
    right: calc(100% + 60px);
  }
}
@media (max-width: 1399.98px) {
  .floating-element-2 {
    right: calc(100% + 40px);
  }
}
@media (max-width: 1199.98px) {
  .floating-element-2 {
    display: none !important;
  }
}

.scrollbar-x {
  overflow-x: scroll;
}
.scrollbar-x::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.scrollbar-x::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.scrollbar-x::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.scrollbar-x::-webkit-scrollbar-thumb:hover {
  background-color: rgb(219.5, 219.5, 219.5);
}

.scrollbar-y {
  overflow-y: scroll;
}
.scrollbar-y::-webkit-scrollbar {
  width: 8px;
  height: 0;
}
.scrollbar-y::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.scrollbar-y::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.scrollbar-y::-webkit-scrollbar-thumb:hover {
  background-color: rgb(219.5, 219.5, 219.5);
}

.menu-bar {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.menu-bar, .menu-bar:before, .menu-bar:after {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 4px;
  transition: background-color 0.3s linear, transform 0.3s linear;
  background-color: #232323;
}
.menu-bar:before, .menu-bar:after {
  position: absolute;
  content: "";
}
.menu-bar:before {
  top: -7px;
}
.menu-bar:after {
  top: 7px;
}
.menu-bar:hover {
  opacity: 0.85;
}

.hamburger {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.hamburger.is-open .menu-bar {
  background-color: transparent;
}
.hamburger.is-open .menu-bar:before {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-open .menu-bar:after {
  transform: translateY(-7px) rotate(-45deg);
}

.btn {
  text-align: center;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  border-radius: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  height: 44px;
  white-space: nowrap;
  padding: 8px 24px;
  border: 1px solid #3797d5;
  background-color: #3797d5;
  color: #ffffff;
  vertical-align: middle;
  transition: all ease-in-out 300ms;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  touch-action: manipulation;
  background-image: none;
  transform-origin: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 14px !important;
    height: 40px;
  }
}
@media (max-width: 419.98px) {
  .btn {
    white-space: wrap;
    height: auto !important;
  }
}
.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
}
.btn:hover {
  background: rgb(37.6611570248, 123.7438016529, 179.3388429752) !important;
  color: #ffffff;
  border-color: #3797d5;
  opacity: 1 !important;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: no-drop;
  background: #3797d5;
}
.btn.no-shadow {
  box-shadow: none;
}
.btn.no-shadow:hover, .btn.no-shadow:focus, .btn.no-shadow.focus {
  opacity: 0.8;
  box-shadow: none;
  transform: none;
}
.btn-text {
  font-weight: 600;
}
.btn.btn-rounded {
  border-radius: 100vh;
  padding-right: 8px;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .btn.btn-rounded {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .btn.btn-rounded {
    padding-right: 6px;
  }
}
@media (max-width: 575.98px) {
  .btn.btn-rounded {
    gap: 16px;
  }
}
.btn.btn-rounded .btn-icon {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .btn.btn-rounded .btn-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    font-size: 16px;
  }
}
.btn.btn-xl {
  height: 58px;
  min-width: 150px;
  font-size: 18px !important;
}
@media (max-width: 991.98px) {
  .btn.btn-xl {
    height: 52px;
  }
}
@media (max-width: 767.98px) {
  .btn.btn-xl {
    height: 48px;
    font-size: 16px !important;
  }
}
@media (max-width: 575.98px) {
  .btn.btn-xl {
    height: 44px;
  }
}
.btn.btn-lg {
  height: 52px;
  min-width: 146px;
  font-size: 18px !important;
}
@media (max-width: 991.98px) {
  .btn.btn-lg {
    height: 48px;
  }
}
@media (max-width: 767.98px) {
  .btn.btn-lg {
    height: 44px;
    font-size: 16px !important;
  }
}
@media (max-width: 575.98px) {
  .btn.btn-lg {
    height: 40px;
  }
}
.btn.btn-sm {
  font-size: 14px !important;
  height: 36px;
}
@media (max-width: 767.98px) {
  .btn.btn-sm {
    height: 34px;
    font-size: 12px !important;
  }
}
@media (max-width: 575.98px) {
  .btn.btn-sm {
    height: 32px;
  }
}
.btn.btn-xs {
  font-size: 12px;
  height: 34px;
}
@media (max-width: 767.98px) {
  .btn.btn-xs {
    height: 32px;
    font-size: 10px;
  }
}
.btn.btn-narrow {
  min-width: 100px;
}
.btn.btn-quarter-middle {
  min-width: 140px;
}
.btn.btn-semi-middle {
  min-width: 160px;
}
.btn.btn-middle {
  min-width: 180px;
}
.btn.btn-quarter-wide {
  min-width: 220px;
}
@media (max-width: 575.98px) {
  .btn.btn-quarter-wide {
    min-width: auto;
  }
}
.btn.btn-wide {
  min-width: 260px;
}

.btn-primary {
  background: #3797d5 !important;
  color: #ffffff !important;
  border: 1px solid #3797d5 !important;
}
.btn-primary .btn-text {
  color: #ffffff !important;
  transition: all ease-in-out 300ms;
}
.btn-primary .btn-icon {
  transition: all ease-in-out 300ms;
}
.btn-primary.btn-rounded .btn-icon {
  background: none !important;
  color: #3797d5 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:disabled, .btn-primary:active, .btn-primary.disabled, .btn-primary.active {
  background: #060606 !important;
  border-color: #060606 !important;
  color: #ffffff !important;
}
.btn-primary:hover .btn-text, .btn-primary:focus .btn-text, .btn-primary:disabled .btn-text, .btn-primary:active .btn-text, .btn-primary.disabled .btn-text, .btn-primary.active .btn-text {
  color: #ffffff !important;
}
.btn-primary:hover.btn-rounded .btn-icon, .btn-primary:focus.btn-rounded .btn-icon, .btn-primary:disabled.btn-rounded .btn-icon, .btn-primary:active.btn-rounded .btn-icon, .btn-primary.disabled.btn-rounded .btn-icon, .btn-primary.active.btn-rounded .btn-icon {
  background: none !important;
  color: #ffffff !important;
}
.btn-primary:disabled, .btn-primary.disabled {
  opacity: 0.8;
}

.btn-white-primary {
  background: #ffffff !important;
  color: #3797d5 !important;
  border: 1px solid #ffffff !important;
}
.btn-white-primary .btn-text {
  color: #3797d5 !important;
  transition: all ease-in-out 300ms;
}
.btn-white-primary .btn-icon {
  transition: all ease-in-out 300ms;
}
.btn-white-primary.btn-rounded .btn-icon {
  background: #3797d5 !important;
  color: #ffffff !important;
}
.btn-white-primary:hover, .btn-white-primary:focus, .btn-white-primary:disabled, .btn-white-primary:active, .btn-white-primary.disabled, .btn-white-primary.active {
  background: #060606 !important;
  border-color: #060606 !important;
  color: #ffffff !important;
}
.btn-white-primary:hover .btn-text, .btn-white-primary:focus .btn-text, .btn-white-primary:disabled .btn-text, .btn-white-primary:active .btn-text, .btn-white-primary.disabled .btn-text, .btn-white-primary.active .btn-text {
  color: #ffffff !important;
}
.btn-white-primary:hover.btn-rounded .btn-icon, .btn-white-primary:focus.btn-rounded .btn-icon, .btn-white-primary:disabled.btn-rounded .btn-icon, .btn-white-primary:active.btn-rounded .btn-icon, .btn-white-primary.disabled.btn-rounded .btn-icon, .btn-white-primary.active.btn-rounded .btn-icon {
  background: #ffffff !important;
  color: #3797d5 !important;
}
.btn-white-primary:disabled, .btn-white-primary.disabled {
  opacity: 0.8;
}

.btn-primary-white {
  background: #3797d5 !important;
  color: #ffffff !important;
  border: 1px solid #3797d5 !important;
}
.btn-primary-white .btn-text {
  color: #ffffff !important;
  transition: all ease-in-out 300ms;
}
.btn-primary-white .btn-icon {
  transition: all ease-in-out 300ms;
}
.btn-primary-white.btn-rounded .btn-icon {
  background: #ffffff !important;
  color: #3797d5 !important;
}
.btn-primary-white:hover, .btn-primary-white:focus, .btn-primary-white:disabled, .btn-primary-white:active, .btn-primary-white.disabled, .btn-primary-white.active {
  background: #ffffff !important;
  border-color: #3797d5 !important;
  color: #3797d5 !important;
}
.btn-primary-white:hover .btn-text, .btn-primary-white:focus .btn-text, .btn-primary-white:disabled .btn-text, .btn-primary-white:active .btn-text, .btn-primary-white.disabled .btn-text, .btn-primary-white.active .btn-text {
  color: #3797d5 !important;
}
.btn-primary-white:hover.btn-rounded .btn-icon, .btn-primary-white:focus.btn-rounded .btn-icon, .btn-primary-white:disabled.btn-rounded .btn-icon, .btn-primary-white:active.btn-rounded .btn-icon, .btn-primary-white.disabled.btn-rounded .btn-icon, .btn-primary-white.active.btn-rounded .btn-icon {
  background: #3797d5 !important;
  color: #ffffff !important;
}
.btn-primary-white:disabled, .btn-primary-white.disabled {
  opacity: 0.8;
}

.btn-onyx-900 {
  background: #0d0d0d !important;
  color: #ffffff !important;
  border: 1px solid #0d0d0d !important;
}
.btn-onyx-900 .btn-text {
  color: #ffffff !important;
  transition: all ease-in-out 300ms;
}
.btn-onyx-900 .btn-icon {
  transition: all ease-in-out 300ms;
}
.btn-onyx-900.btn-rounded .btn-icon {
  background: none !important;
  color: #0d0d0d !important;
}
.btn-onyx-900:hover, .btn-onyx-900:focus, .btn-onyx-900:disabled, .btn-onyx-900:active, .btn-onyx-900.disabled, .btn-onyx-900.active {
  background: #060606 !important;
  border-color: #060606 !important;
  color: #ffffff !important;
}
.btn-onyx-900:hover .btn-text, .btn-onyx-900:focus .btn-text, .btn-onyx-900:disabled .btn-text, .btn-onyx-900:active .btn-text, .btn-onyx-900.disabled .btn-text, .btn-onyx-900.active .btn-text {
  color: #ffffff !important;
}
.btn-onyx-900:hover.btn-rounded .btn-icon, .btn-onyx-900:focus.btn-rounded .btn-icon, .btn-onyx-900:disabled.btn-rounded .btn-icon, .btn-onyx-900:active.btn-rounded .btn-icon, .btn-onyx-900.disabled.btn-rounded .btn-icon, .btn-onyx-900.active.btn-rounded .btn-icon {
  background: none !important;
  color: #ffffff !important;
}
.btn-onyx-900:disabled, .btn-onyx-900.disabled {
  opacity: 0.8;
}

.btn-outline-primary {
  background: transparent !important;
  color: #3797d5 !important;
  border: 1px solid #3797d5 !important;
}
.btn-outline-primary .btn-text {
  color: #3797d5 !important;
  transition: all ease-in-out 300ms;
}
.btn-outline-primary .btn-icon {
  transition: all ease-in-out 300ms;
}
.btn-outline-primary.btn-rounded .btn-icon {
  background: none !important;
  color: transparent !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:disabled, .btn-outline-primary:active, .btn-outline-primary.disabled, .btn-outline-primary.active {
  background: #3797d5 !important;
  border-color: #3797d5 !important;
  color: #ffffff !important;
}
.btn-outline-primary:hover .btn-text, .btn-outline-primary:focus .btn-text, .btn-outline-primary:disabled .btn-text, .btn-outline-primary:active .btn-text, .btn-outline-primary.disabled .btn-text, .btn-outline-primary.active .btn-text {
  color: #ffffff !important;
}
.btn-outline-primary:hover.btn-rounded .btn-icon, .btn-outline-primary:focus.btn-rounded .btn-icon, .btn-outline-primary:disabled.btn-rounded .btn-icon, .btn-outline-primary:active.btn-rounded .btn-icon, .btn-outline-primary.disabled.btn-rounded .btn-icon, .btn-outline-primary.active.btn-rounded .btn-icon {
  background: none !important;
  color: #3797d5 !important;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  opacity: 0.8;
}

.btn-block {
  display: flex;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn-link {
  background: transparent !important;
  transition: all ease-in-out 300ms;
  padding: 0 !important;
  height: auto !important;
}
.btn-link:hover {
  padding: 0 !important;
  background: transparent !important;
}

.btn-link-white {
  color: #ffffff !important;
  border: 0;
}
.btn-link-white .btn-text {
  color: #ffffff !important;
}
.btn-link-white .btn-icon {
  color: #ffffff !important;
}
.btn-link-white:hover {
  color: hsl(0, 0%, 110%) !important;
}
.btn-link-white:hover .btn-text {
  color: hsl(0, 0%, 110%) !important;
}
.btn-link-white:hover .btn-icon {
  color: hsl(0, 0%, 110%) !important;
}

.btn-link-gray-700 {
  color: #414651 !important;
  border: 0;
}
.btn-link-gray-700 .btn-text {
  color: #414651 !important;
}
.btn-link-gray-700 .btn-icon {
  color: #262626 !important;
}
.btn-link-gray-700:hover {
  color: rgb(87.7054794521, 94.4520547945, 109.2945205479) !important;
}
.btn-link-gray-700:hover .btn-text {
  color: rgb(87.7054794521, 94.4520547945, 109.2945205479) !important;
}
.btn-link-gray-700:hover .btn-icon {
  color: rgb(63.5, 63.5, 63.5) !important;
}

.btn-link-primary-500 {
  color: #3797d5 !important;
  border: 0;
}
.btn-link-primary-500 .btn-text {
  color: #3797d5 !important;
}
.btn-link-primary-500 .btn-icon {
  color: #3797d5 !important;
}
.btn-link-primary-500:hover {
  color: rgb(97.1487603306, 172.9173553719, 221.8512396694) !important;
}
.btn-link-primary-500:hover .btn-text {
  color: rgb(97.1487603306, 172.9173553719, 221.8512396694) !important;
}
.btn-link-primary-500:hover .btn-icon {
  color: rgb(97.1487603306, 172.9173553719, 221.8512396694) !important;
}

.icon-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}
.icon-btn:hover {
  opacity: 0.8;
}
.icon-btn:hover img:not(.hovered-state) {
  display: none;
}
.icon-btn:hover img.hovered-state {
  display: inline-flex !important;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.whatsapp-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ping 2s infinite;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(59, 178, 74, 0.1882352941);
}

.checkbox {
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.checkbox:hover .icon {
  background: #3797d5 !important;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkbox input:checked + .icon::after {
  opacity: 1;
}
.checkbox .icon {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  display: inline-flex;
  transition: all ease-in-out 300ms;
}
.checkbox .icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../../assets/icons/tick_primary.svg") center/cover no-repeat;
  opacity: 0;
}

.icon-12, .icon-18, .icon-16, .icon-20, .icon-24, .icon-28, .icon-32, .icon-36, .icon-40, .icon-52, .icon-60 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-60 {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
}
@media (max-width: 767.98px) {
  .icon-60 {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
  }
}
@media (max-width: 479.98px) {
  .icon-60 {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
  }
}

.icon-52 {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
}
@media (max-width: 767.98px) {
  .icon-52 {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
}
@media (max-width: 479.98px) {
  .icon-52 {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}

.icon-40 {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}
@media (max-width: 767.98px) {
  .icon-40 {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
}
@media (max-width: 479.98px) {
  .icon-40 {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
}

.icon-36 {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
}
@media (max-width: 767.98px) {
  .icon-36 {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
}
@media (max-width: 479.98px) {
  .icon-36 {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
  }
}

.icon-32 {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}
@media (max-width: 767.98px) {
  .icon-32 {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
}
@media (max-width: 479.98px) {
  .icon-32 {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
  }
}

.icon-28 {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
}
@media (max-width: 767.98px) {
  .icon-28 {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }
}
@media (max-width: 479.98px) {
  .icon-28 {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
}

.icon-24 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
@media (max-width: 767.98px) {
  .icon-24 {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }
}
@media (max-width: 479.98px) {
  .icon-24 {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
  }
}

.icon-20 {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
@media (max-width: 767.98px) {
  .icon-20 {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
  }
}
@media (max-width: 479.98px) {
  .icon-20 {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
}

.icon-16 {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
@media (max-width: 767.98px) {
  .icon-16 {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }
}
@media (max-width: 479.98px) {
  .icon-16 {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
  }
}

.icon-18 {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
@media (max-width: 767.98px) {
  .icon-18 {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
}
@media (max-width: 479.98px) {
  .icon-18 {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }
}

.icon-12 {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
}
@media (max-width: 767.98px) {
  .icon-12 {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
  }
}
@media (max-width: 479.98px) {
  .icon-12 {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
  }
}

[class*=icon] {
  speak: none;
}

.after-ttl-border {
  position: relative;
}
.after-ttl-border::after {
  position: absolute;
  content: "";
  background: #3797d5;
  height: 6px;
  width: 120px;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .after-ttl-border::after {
    top: calc(100% + 16px);
    height: 4px;
  }
}

@media (max-width: 991.98px) {
  .segment-heading {
    gap: 28px !important;
  }
}
@media (max-width: 575.98px) {
  .segment-heading {
    gap: 24px !important;
  }
}
@media (max-width: 479.98px) {
  .segment-heading {
    gap: 20px !important;
  }
}
.segment-heading-text {
  margin-bottom: 28px;
}
@media (max-width: 575.98px) {
  .segment-heading-text {
    margin-bottom: 24px;
  }
}
.segment-heading.heading-centered {
  max-width: 700px;
}
@media (max-width: 1199.98px) {
  .segment-heading.heading-left {
    justify-content: center !important;
  }
}
.segment-heading.heading-left .after-ttl-border::after {
  left: 0;
  transform: none;
}
@media (max-width: 1199.98px) {
  .segment-heading.heading-left .after-ttl-border::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1199.98px) {
  .segment-heading.heading-left .segment-heading-top {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199.98px) {
  .segment-heading.heading-left .segment-heading-text {
    text-align: center !important;
  }
}
.segment-heading.segment-heading-light .after-ttl-border::after {
  background: #ffffff !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.home-clients-slider .clients-slide {
  width: 152px;
  height: 92px;
}
@media (max-width: 991.98px) {
  .home-clients-slider .clients-slide {
    width: 140px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .home-clients-slider .clients-slide {
    width: 120px;
    height: 72px;
  }
}
@media (max-width: 575.98px) {
  .home-clients-slider .clients-slide {
    width: 100px;
    height: 60px;
  }
}
@media (max-width: 479.98px) {
  .home-clients-slider .clients-slide {
    width: 80px;
    height: 40px;
  }
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #c3e0f2;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 575.98px) {
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3797d5;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  background: #ebf5fb;
  border-radius: 100%;
}
@media (max-width: 1199.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 991.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #3797d5;
}
@media (max-width: 1199.98px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 14px;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 0);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 0);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.atech-clients-reviews-container .swiper-horizontal > .swiper-pagination-bullets,
.atech-clients-reviews-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.atech-clients-reviews-container .swiper-pagination-custom,
.atech-clients-reviews-container .swiper-pagination-fraction {
  bottom: 40px;
}
@media (max-width: 575.98px) {
  .atech-clients-reviews-container .swiper-horizontal > .swiper-pagination-bullets,
  .atech-clients-reviews-container .swiper-pagination-bullets.swiper-pagination-horizontal,
  .atech-clients-reviews-container .swiper-pagination-custom,
  .atech-clients-reviews-container .swiper-pagination-fraction {
    bottom: 8px;
  }
}

.form-custom .form-select, .form-custom .form-control {
  height: 52px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  color: #404040 !important;
  box-shadow: none;
  font-weight: 500;
  outline: none;
  font-size: 16px;
}
.form-custom .form-select::-moz-placeholder, .form-custom .form-control::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  font-family: inherit;
  color: #a4a7ae !important;
}
.form-custom .form-select::placeholder, .form-custom .form-control::placeholder {
  font-weight: 500;
  font-size: 16px;
  font-family: inherit;
  color: #a4a7ae !important;
}
@media (max-width: 767.98px) {
  .form-custom .form-select::-moz-placeholder, .form-custom .form-control::-moz-placeholder {
    font-size: 14px !important;
  }
  .form-custom .form-select::placeholder, .form-custom .form-control::placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 991.98px) {
  .form-custom .form-select, .form-custom .form-control {
    font-size: 14px !important;
    height: 48px !important;
  }
}
@media (max-width: 767.98px) {
  .form-custom .form-select, .form-custom .form-control {
    border-radius: 6px !important;
  }
}
@media (max-width: 575.98px) {
  .form-custom .form-select, .form-custom .form-control {
    height: 44px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 479.98px) {
  .form-custom .form-select, .form-custom .form-control {
    height: 40px !important;
  }
}
.form-custom .form-control {
  background: rgba(235, 245, 251, 0.4);
  border: 1px solid transparent;
  transition: all ease-in-out 300ms;
}
.form-custom .form-control::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  font-family: inherit;
  color: #a4a7ae !important;
  -moz-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.form-custom .form-control::placeholder {
  font-weight: 500;
  font-size: 16px;
  font-family: inherit;
  color: #a4a7ae !important;
  transition: all ease-in-out 300ms;
}
@media (max-width: 767.98px) {
  .form-custom .form-control::-moz-placeholder {
    font-size: 14px !important;
  }
  .form-custom .form-control::placeholder {
    font-size: 14px !important;
  }
}
.form-custom .form-control:focus {
  border-color: #3797d5 !important;
}
.form-custom textarea.form-control {
  height: 120px !important;
}
@media (max-width: 767.98px) {
  .form-custom textarea.form-control {
    height: 100px !important;
  }
}
.form-custom .form-select {
  background-color: rgba(235, 245, 251, 0.4);
  background-size: 16px 16px !important;
}

.form-label {
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #414651;
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .form-label {
    font-size: 14px;
  }
}

.form-elem-ttl {
  margin-bottom: 12px;
  color: #404040;
}

.form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.form-elem {
  display: grid;
  row-gap: 8px;
}
@media (max-width: 991.98px) {
  .form-elem {
    row-gap: 6px;
  }
}
.form-elem-group {
  display: grid;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .form-elem-group {
    row-gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .form-elem-group {
    row-gap: 12px;
  }
}

.form-link {
  color: #3797d5;
  text-decoration: underline;
  transition: all ease-in-out 300ms;
}
.form-link:hover {
  opacity: 0.9;
}

.form-error-text {
  font-size: 12px;
  font-weight: 400;
}

.form-select {
  background-image: url("../../../assets/icons//chevron_down_primary.svg") !important;
}

.form-check-input:focus, .form-check-input:active, .form-check-input:checked {
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: #3797d5 !important;
  border-color: #3797d5 !important;
}

.password-form-elem .form-control-wrapper {
  position: relative;
}
.password-form-elem .form-control-wrapper .form-elem-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.password-form-elem .form-elem-icon {
  pointer-events: initial !important;
}
.password-form-elem .form-elem-icon.show-password .un-slashed {
  display: inline-flex;
}
.password-form-elem .form-elem-icon.show-password .slashed {
  display: none;
}
.password-form-elem .form-elem-icon img {
  pointer-events: none;
}
.password-form-elem .un-slashed {
  display: none;
}

.form-elem-phone {
  display: grid;
  grid-template-columns: 180px auto;
}
@media (max-width: 575.98px) {
  .form-elem-phone {
    grid-template-columns: 100%;
  }
}

input:-webkit-autofill {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #404040;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.page-content-search {
  height: 60px;
  max-width: 540px;
}
@media (max-width: 991.98px) {
  .page-content-search {
    padding-right: 8px !important;
    padding-left: 12px !important;
  }
}
@media (max-width: 767.98px) {
  .page-content-search {
    height: 56px;
  }
}
@media (max-width: 575.98px) {
  .page-content-search {
    height: 52px;
  }
}
.page-content-search input.form-control::-moz-placeholder {
  color: #7b7b7b;
  font-weight: 500;
}
.page-content-search input.form-control::placeholder {
  color: #7b7b7b;
  font-weight: 500;
}
.page-content-search .icon-btn:hover {
  background: #3797d5 !important;
  border-color: #3797d5 !important;
}
.page-content-search.light-searchbox {
  background: #ffffff;
}

.pagination-block.blogs-pagination .pagination {
  background: rgba(255, 255, 255, 0.5);
}
.pagination-block.blogs-pagination .page-link {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  box-shadow: none !important;
  border: 1px solid #d7eaf7;
}
@media (max-width: 575.98px) {
  .pagination-block.blogs-pagination .page-link {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
}
.pagination-block.blogs-pagination .page-link:hover, .pagination-block.blogs-pagination .page-link:focus {
  background: #d7eaf7 !important;
  color: #3797d5 !important;
}
.pagination-block.blogs-pagination .page-link:hover .page-num, .pagination-block.blogs-pagination .page-link:focus .page-num {
  color: #3797d5 !important;
}
.pagination-block.blogs-pagination .page-link.active, .pagination-block.blogs-pagination .page-link.current {
  background: #3797d5 !important;
  color: #ffffff !important;
  border-color: #3797d5 !important;
}
.pagination-block.blogs-pagination .page-link.active .page-num, .pagination-block.blogs-pagination .page-link.current .page-num {
  color: #ffffff !important;
}
.pagination-block.blogs-pagination .page-link-num {
  color: #3797d5 !important;
}
.pagination-block.blogs-pagination .page-link-num[disabled] {
  opacity: 0.7;
  pointer-events: none;
}

.card.blog-card {
  transition: all ease-in-out 300ms;
}
@media (max-width: 1399.98px) {
  .card.blog-card {
    border-radius: 24px !important;
  }
}
@media (max-width: 1199.98px) {
  .card.blog-card {
    border-radius: 20px !important;
  }
}
@media (max-width: 991.98px) {
  .card.blog-card {
    border-radius: 16px !important;
  }
}
@media (max-width: 1399.98px) {
  .card.blog-card .card-img {
    border-radius: 16px !important;
  }
}
@media (max-width: 1199.98px) {
  .card.blog-card .card-img {
    border-radius: 12px !important;
  }
}
@media (max-width: 991.98px) {
  .card.blog-card .card-img {
    border-radius: 10px !important;
  }
}
.card.blog-card .card-metadata {
  transition: all ease-in-out 300ms;
}
.card.blog-card .card-metadata-item {
  transition: all ease-in-out 300ms;
}
.card.blog-card:hover {
  background: #d7eaf7 !important;
}
.card.blog-card.card-lg .card-img {
  height: 408px;
}
@media (max-width: 991.98px) {
  .card.blog-card.card-lg .card-img {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .card.blog-card.card-lg .card-img {
    height: 320px;
  }
}
@media (max-width: 575.98px) {
  .card.blog-card.card-lg .card-img {
    height: 280px;
  }
}
@media (max-width: 479.98px) {
  .card.blog-card.card-lg .card-img {
    height: 240px;
  }
}
.card.blog-card.card-horizontal {
  grid-template-columns: 240px auto;
}
@media (max-width: 1199.98px) {
  .card.blog-card.card-horizontal {
    grid-template-columns: 200px auto;
  }
}
@media (max-width: 575.98px) {
  .card.blog-card.card-horizontal {
    grid-template-columns: 100%;
  }
}
.card.blog-card.card-horizontal .card-img {
  height: 210px;
}
@media (max-width: 1199.98px) {
  .card.blog-card.card-horizontal .card-img {
    height: 180px;
  }
}
@media (max-width: 991.98px) {
  .card.blog-card.card-horizontal .card-img {
    height: 160px;
  }
}
@media (max-width: 767.98px) {
  .card.blog-card.card-horizontal .card-img {
    height: 140px;
  }
}
.card.blog-card.card-horizontal .card-body {
  padding: 28px 0 28px 28px !important;
}
@media (max-width: 1399.98px) {
  .card.blog-card.card-horizontal .card-body {
    padding: 24px 0 24px 24px !important;
  }
}
@media (max-width: 1199.98px) {
  .card.blog-card.card-horizontal .card-body {
    padding: 0 0 0 12px !important;
  }
}
.card.blog-card .card-img {
  height: 278px;
}
@media (max-width: 767.98px) {
  .card.blog-card .card-img {
    height: 260px;
  }
}
@media (max-width: 575.98px) {
  .card.blog-card .card-img {
    height: 240px;
  }
}
@media (max-width: 479.98px) {
  .card.blog-card .card-img {
    height: 200px;
  }
}
.card.blog-card .card-tags {
  left: 12px;
  bottom: 12px;
}
.card.blog-card .card-tags .card-tag-item:nth-child(1) {
  background: rgba(12, 214, 138, 0.8);
}
.card.blog-card .card-tags .card-tag-item:nth-child(2) {
  background: rgba(253, 52, 110, 0.8);
}

.card-metadata-item:first-child {
  padding-left: 0 !important;
}
.card-metadata-item:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}

.breadcrumb {
  row-gap: 8px;
  display: flex;
  justify-content: center;
}

.breadcrumb-item {
  position: relative;
}
.breadcrumb-item.active {
  color: #3797d5 !important;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 40px !important;
}
@media (max-width: 575.98px) {
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 32px !important;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  position: absolute;
  padding-right: 16px !important;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #c3e0f2;
  content: "";
  padding: 0 !important;
  top: 50%;
  transform: translate(-24px, -50%);
}
@media (max-width: 575.98px) {
  .breadcrumb-item + .breadcrumb-item::before {
    transform: translate(-20px, -50%);
  }
}

.atech-header {
  min-height: 90px;
  z-index: 1000;
}
@media (max-width: 1199.98px) {
  .atech-header {
    min-height: 80px;
  }
}
@media (max-width: 575.98px) {
  .atech-header {
    min-height: 68px;
  }
}

.page-top-spacing {
  margin-top: 90px;
}
@media (max-width: 1199.98px) {
  .page-top-spacing {
    margin-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .page-top-spacing {
    margin-top: 68px;
  }
}

.atech-navbar .navbar-brand {
  max-width: 100px;
}
@media (max-width: 1199.98px) {
  .atech-navbar .navbar-brand {
    max-width: 88px;
  }
}
@media (max-width: 575.98px) {
  .atech-navbar .navbar-brand {
    max-width: 72px;
  }
}
.atech-navbar-overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.atech-navbar-overlay-bg.is-open {
  visibility: visible;
  opacity: 1;
}
.atech-navbar .atech-menu {
  border-radius: 60px;
  transition: all ease-in-out 300ms;
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-menu {
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-menu-parent {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 999;
    padding: 20px;
    background: #ffffff;
    transform: translateX(100%);
    transition: all ease-in-out 300ms;
    overflow: hidden;
    max-height: 100vh;
    overflow-y: scroll;
    max-width: 408px !important;
    width: 100% !important;
  }
  .atech-navbar .atech-menu-parent::-webkit-scrollbar {
    width: 8px;
    height: 0;
  }
  .atech-navbar .atech-menu-parent::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }
  .atech-navbar .atech-menu-parent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f5f5f5;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .atech-navbar .atech-menu-parent::-webkit-scrollbar-thumb:hover {
    background-color: rgb(219.5, 219.5, 219.5);
  }
  .atech-navbar .atech-menu-parent.is-open {
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .atech-navbar .atech-menu-parent {
    display: block !important;
    transform: none !important;
  }
}
@media (max-width: 575.98px) {
  .atech-navbar .atech-menu-parent {
    width: 100%;
    padding: 16px 20px;
  }
}
.atech-navbar .atech-menu-parent .navbar-brand {
  max-width: 76px;
}
@media (max-width: 575.98px) {
  .atech-navbar .atech-menu-parent .navbar-brand {
    max-width: 64px;
  }
}
.atech-navbar .atech-menu-parent-inner {
  display: flex;
  overflow: hidden;
}
.atech-navbar .atech-menu-parent-inner.is-open .atech-menu {
  margin-left: -360px;
}
@media (max-width: 575.98px) {
  .atech-navbar .atech-menu-parent-inner.is-open .atech-menu {
    margin-left: -100%;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-menu-item {
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px dashed #c3e0f2;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .atech-navbar .atech-menu-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-menu-link {
    text-transform: uppercase;
    width: 100%;
    justify-content: flex-start;
    font-size: 16px !important;
  }
}
.atech-navbar .atech-menu .menu-link-text:hover {
  opacity: 0.85;
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-menu .menu-link-text {
    font-weight: 700;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-menu .menu-link-icon {
    margin-left: auto;
    transform: rotate(-90deg);
  }
}
.atech-navbar .atech-menu-submenu {
  visibility: hidden;
  opacity: 0;
  max-width: 1280px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
}
@media (max-width: 1535.98px) {
  .atech-navbar .atech-menu-submenu {
    max-width: 1240px;
  }
}
@media (max-width: 1399.98px) {
  .atech-navbar .atech-menu-submenu {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-menu-submenu {
    position: relative !important;
    left: 0;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
    padding: 0;
    box-shadow: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: none !important;
  }
  .atech-navbar .atech-menu-submenu.is-open {
    display: block !important;
  }
}
.atech-navbar .atech-menu-submenu .submenu-services-list {
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 12px;
}
@media (max-width: 1535.98px) {
  .atech-navbar .atech-menu-submenu .submenu-services-list {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
}
@media (max-width: 1399.98px) {
  .atech-navbar .atech-menu-submenu .submenu-services-list {
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 8px;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-menu-submenu .submenu-services-list {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 6px;
  }
}
@media (max-width: 575.98px) {
  .atech-navbar .atech-menu-submenu .submenu-services-item {
    padding-left: 0 !important;
  }
}
.atech-navbar .atech-menu-submenu .submenu-services-item-icon {
  width: 68px;
  height: 68px;
  min-width: 68px;
}
@media (max-width: 575.98px) {
  .atech-navbar .atech-menu-submenu .submenu-services-item-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }
}
.atech-navbar .atech-menu-submenu .submenu-services-item-ttl {
  transition: all ease-in-out 300ms;
}
.atech-navbar .atech-menu-submenu .submenu-services-item:hover .submenu-services-item-ttl {
  color: #3797d5 !important;
}
.atech-navbar .atech-menu.submenu-open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.atech-navbar .atech-menu.submenu-closed {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list {
    width: 100%;
    min-width: 100%;
  }
}
.atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills {
  min-width: 220px;
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills {
    row-gap: 4px !important;
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link {
    height: auto;
    padding: 0 !important;
    border: 0 !important;
  }
}
.atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link:hover, .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link.active {
  background: #ebf5fb !important;
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link:hover, .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link.active {
    background: transparent !important;
    color: #0d0d0d;
  }
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link:hover .btn-text, .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link.active .btn-text {
    text-decoration: underline;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link .btn-text {
    color: #5e5e5e !important;
  }
}
@media (max-width: 767.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link .btn-text {
    font-size: 14px !important;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link.btn.btn-primary {
    background: #ffffff !important;
  }
}
.atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link.btn.btn-primary:hover {
  background: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link.btn.btn-primary:hover {
    background: transparent !important;
  }
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link.btn.btn-primary:hover .btn-icon,
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link.btn.btn-primary:hover .btn-text {
    color: #0d0d0d !important;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link.btn.btn-primary .btn-icon,
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .nav-pills .nav-link.btn.btn-primary .btn-text {
    color: #262626 !important;
  }
}
.atech-navbar .atech-submenu-list .menu-submenu-portfolios .submenu-portfolios-item-img {
  min-width: 140px;
  width: 140px;
  height: 100px;
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .submenu-portfolios-item-img {
    min-width: 108px;
    width: 108px;
    height: 100px;
  }
}
@media (max-width: 575.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .submenu-portfolios-item-img {
    min-width: 80px;
    width: 80px;
    height: 76px;
  }
}
.atech-navbar .atech-submenu-list .menu-submenu-portfolios .submenu-portfolios-item-ttl {
  transition: all ease-in-out 300ms;
}
.atech-navbar .atech-submenu-list .menu-submenu-portfolios .submenu-portfolios-item:hover .submenu-portfolios-item-ttl {
  color: #3797d5 !important;
}
.atech-navbar .atech-submenu-list .menu-submenu-portfolios .submenu-portfolios-list {
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}
@media (max-width: 1535.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .submenu-portfolios-list {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 18px;
  }
}
@media (max-width: 1399.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .submenu-portfolios-list {
    -moz-column-gap: 28px;
         column-gap: 28px;
    row-gap: 16px;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .menu-submenu-portfolios .submenu-portfolios-list {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 12px;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .submenu-bottom .submenu-contact-info .info-item-text {
    font-size: 14px !important;
  }
}
@media (max-width: 991.98px) {
  .atech-navbar .atech-submenu-list .submenu-bottom .submenu-contact-info .info-item-text {
    font-size: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .submenu-bottom .submenu-contact-info .info-item-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
}
@media (max-width: 1199.98px) {
  .atech-navbar .atech-submenu-list .submenu-bottom .submenu-contact-info .info-item-icon .icon-18 {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
}

.custom-fixed-util {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.atech-footer {
  background: url("../../../assets/images/misc/footer_bg.png") center/cover no-repeat;
}
.atech-footer-grid-block .footer-brand-logo {
  max-width: 148px;
}
@media (max-width: 575.98px) {
  .atech-footer-grid-block .footer-brand-logo {
    max-width: 120px;
  }
}
@media (max-width: 479.98px) {
  .atech-footer-grid-block .footer-brand-logo {
    max-width: 100px;
  }
}
.atech-footer-grid-block {
  grid-template-columns: 4fr 2fr 2fr 2.5fr 3.5fr;
  gap: 40px;
}
@media (max-width: 1399.98px) {
  .atech-footer-grid-block {
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .atech-footer-grid-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 575.98px) {
  .atech-footer-grid-block {
    grid-template-columns: 100%;
    gap: 24px;
  }
}
.atech-footer .footer-block-list-link {
  transition: all ease-in-out 300ms;
}
.atech-footer .footer-block-list-link:hover {
  color: #3797d5 !important;
}
@media (max-width: 575.98px) {
  .atech-footer .footer-block-lead {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
}

.atech-home-process {
  background: url("../../../assets/images/home/home_process_bg.png") top/cover no-repeat;
}
@media (max-width: 575.98px) {
  .atech-home-process .home-process-content {
    justify-content: flex-end !important;
  }
}
.atech-home-process .home-process-list {
  padding: 80px 120px;
  border-radius: 20px;
  margin-right: -240px;
}
@media (max-width: 1399.98px) {
  .atech-home-process .home-process-list {
    padding: 60px 80px;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-process .home-process-list {
    padding: 48px 60px;
    margin-right: -200px;
  }
}
@media (max-width: 991.98px) {
  .atech-home-process .home-process-list {
    padding: 40px;
    margin-right: -150px;
  }
}
@media (max-width: 767.98px) {
  .atech-home-process .home-process-list {
    padding: 24px;
    margin-right: -100px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-process .home-process-list {
    margin-right: 0;
    padding: 16px 0 16px 16px;
    gap: 40px !important;
  }
}
.atech-home-process .home-process-list-wrapper:nth-child(1) .home-process-item:nth-child(even) {
  background: #ffffff !important;
}
.atech-home-process .home-process-list-wrapper:nth-child(1) .home-process-item:nth-child(even) .home-process-item-ttl {
  color: #262626 !important;
}
.atech-home-process .home-process-list-wrapper:nth-child(1) .home-process-item:nth-child(even) .home-process-item-description .content-stylings * {
  color: #333333 !important;
}
@media (max-width: 575.98px) {
  .atech-home-process .home-process-list-wrapper:nth-child(2) {
    margin-top: 8px;
  }
}
.atech-home-process .home-process-list-wrapper:nth-child(2) .home-process-item:nth-child(odd) {
  background: #ffffff !important;
}
.atech-home-process .home-process-list-wrapper:nth-child(2) .home-process-item:nth-child(odd) .home-process-item-ttl {
  color: #262626 !important;
}
.atech-home-process .home-process-list-wrapper:nth-child(2) .home-process-item:nth-child(odd) .home-process-item-description .content-stylings * {
  color: #333333 !important;
}
.atech-home-process .home-process-list-wrapper:nth-child(2) .home-process-list::after {
  border-radius: 0;
}
.atech-home-process .home-process-list-ttl {
  position: absolute;
  left: 300px;
  top: -26px;
}
@media (max-width: 991.98px) {
  .atech-home-process .home-process-list-ttl {
    left: 232px;
    top: -20px;
  }
}
@media (max-width: 767.98px) {
  .atech-home-process .home-process-list-ttl {
    left: 180px;
    top: -16px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-process .home-process-list-ttl {
    font-size: 16px !important;
    top: -12px;
    left: 18%;
    transform: translateX(-50%);
  }
}
.atech-home-process .home-process-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 0;
  border-bottom: 0;
  border-radius: 20px 0 0 0;
}
@media (max-width: 991.98px) {
  .atech-home-process .home-process-list::after {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .atech-home-process .home-process-list::after {
    width: 160px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-process .home-process-list::after {
    display: none;
  }
}
.atech-home-process .home-process-item {
  max-width: 728px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .atech-home-process .home-process-item {
    width: 680px;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-process .home-process-item {
    width: 600px;
  }
}
@media (max-width: 991.98px) {
  .atech-home-process .home-process-item {
    width: 520px;
  }
}
@media (max-width: 767.98px) {
  .atech-home-process .home-process-item {
    width: 400px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-process .home-process-item {
    width: calc(100% - 32px);
    margin-right: 0 !important;
    background: #3797d5;
  }
}
@media (max-width: 479.98px) {
  .atech-home-process .home-process-item {
    width: calc(100% - 16px);
  }
}
.atech-home-process .home-process-item-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 200px);
}
@media (max-width: 1535.98px) {
  .atech-home-process .home-process-item-count {
    right: calc(100% + 180px);
  }
}
@media (max-width: 1399.98px) {
  .atech-home-process .home-process-item-count {
    right: calc(100% + 132px);
  }
}
@media (max-width: 1199.98px) {
  .atech-home-process .home-process-item-count {
    right: calc(100% + 100px);
  }
}
@media (max-width: 991.98px) {
  .atech-home-process .home-process-item-count {
    right: calc(100% + 68px);
  }
}
@media (max-width: 767.98px) {
  .atech-home-process .home-process-item-count {
    right: calc(100% + 46px);
  }
}
@media (max-width: 575.98px) {
  .atech-home-process .home-process-item-count {
    right: auto;
    left: -36px;
  }
}
.atech-home-process .home-process-item::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.4);
  width: 120px;
  height: 1px;
}
@media (max-width: 1399.98px) {
  .atech-home-process .home-process-item::after {
    width: 80px;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-process .home-process-item::after {
    width: 60px;
  }
}
@media (max-width: 991.98px) {
  .atech-home-process .home-process-item::after {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .atech-home-process .home-process-item::after {
    width: 28px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-process .home-process-item::after {
    width: 1px;
    height: 42px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
  }
}
.atech-home-process .home-process-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #3797d5;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  outline: 10px solid #ebf5fb;
  right: calc(100% + 115px);
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .atech-home-process .home-process-item::before {
    right: calc(100% + 75px);
    outline-width: 8px;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-process .home-process-item::before {
    right: calc(100% + 56px);
  }
}
@media (max-width: 991.98px) {
  .atech-home-process .home-process-item::before {
    width: 8px;
    height: 8px;
    min-width: 8px;
    outline-width: 6px;
    right: calc(100% + 37px);
  }
}
@media (max-width: 767.98px) {
  .atech-home-process .home-process-item::before {
    right: calc(100% + 21px);
    width: 6px;
    height: 6px;
    min-width: 6px;
    outline-width: 4px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-process .home-process-item::before {
    right: calc(50% - 6px);
    transform: translate(-50%, -50%);
    top: calc(100% + 21px);
  }
}
.atech-home-process .home-process-repeat {
  position: absolute;
  top: 14.5%;
  right: 100%;
  width: 215px;
  height: 730px;
  border: 3px dashed rgba(255, 255, 255, 0.4);
  border-right: 0;
  border-radius: 20px 0 0 20px;
  display: none;
}
@media (max-width: 1535.98px) {
  .atech-home-process .home-process-repeat {
    width: 180px;
  }
}
@media (max-width: 1399.98px) {
  .atech-home-process .home-process-repeat {
    width: 148px;
    top: 13.2%;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-process .home-process-repeat {
    width: 120px;
    border-radius: 18px 0 0 18px;
    top: 12.5%;
    height: 716px;
  }
}
@media (max-width: 991.98px) {
  .atech-home-process .home-process-repeat {
    width: 84px;
    border-radius: 16px 0 0 16px;
    top: 12%;
    height: 662px;
  }
}
@media (max-width: 767.98px) {
  .atech-home-process .home-process-repeat {
    width: 60px;
    top: 11.4%;
    height: 666px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-process .home-process-repeat {
    width: 40px;
    border-radius: 0;
    top: 0%;
  }
}
.atech-home-process .home-process-repeat .repeat-ttl {
  position: absolute;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  right: 28px;
}
@media (max-width: 1535.98px) {
  .atech-home-process .home-process-repeat .repeat-ttl {
    right: 8px;
  }
}
@media (max-width: 1399.98px) {
  .atech-home-process .home-process-repeat .repeat-ttl {
    right: -32px;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-process .home-process-repeat .repeat-ttl {
    right: -44px;
  }
}
@media (max-width: 991.98px) {
  .atech-home-process .home-process-repeat .repeat-ttl {
    right: -68px;
  }
}
@media (max-width: 767.98px) {
  .atech-home-process .home-process-repeat .repeat-ttl {
    right: -78px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-process .home-process-repeat .repeat-ttl {
    display: none;
  }
}
.atech-home-process .home-process-repeat .repeat-arrow {
  width: 18px;
  height: 18px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .atech-home-process .home-process-repeat .repeat-arrow {
    width: 14px;
    height: 14px;
  }
}
.atech-home-process .home-process-repeat .repeat-arrow:nth-child(1) {
  left: 28px;
  top: -9px;
}
.atech-home-process .home-process-repeat .repeat-arrow:nth-child(2) {
  left: -2px;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
}
.atech-home-process .home-process-repeat .repeat-arrow:nth-child(3) {
  left: 28px;
  bottom: -9px;
}

.atech-section-group-one {
  background: url("../../../assets/images/home/home_banner_bg.png") no-repeat;
  min-height: 100vh;
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .atech-home-banner .banner-stats-item .stats-item-head {
    margin-bottom: 8px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-banner .home-banner-ttl {
    font-size: 32px !important;
  }
  .atech-home-banner .home-banner-ttl br {
    display: none !important;
  }
}
.atech-home-banner .banner-product-feats {
  gap: 80px;
}
@media (max-width: 1535.98px) {
  .atech-home-banner .banner-product-feats {
    gap: 60px;
  }
}
@media (max-width: 1399.98px) {
  .atech-home-banner .banner-product-feats {
    gap: 48px;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-banner .banner-product-feats {
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .atech-home-banner .banner-product-feats {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575.98px) {
  .atech-home-banner .banner-product-feats {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-banner .banner-product-feats .product-feat-item {
    flex-direction: column;
  }
}
.atech-home-banner .banner-product-feats .product-feat-item .feat-item-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all ease-in-out 300ms;
}
@media (max-width: 1399.98px) {
  .atech-home-banner .banner-product-feats .product-feat-item .feat-item-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-banner .banner-product-feats .product-feat-item .feat-item-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-banner .banner-product-feats .product-feat-item .feat-item-icon img.icon-40 {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
}
.atech-home-banner .banner-product-feats .product-feat-item .feat-item-icon::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #5facdd;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  height: 0;
  transition: all ease-in-out 300ms;
}
@media (max-width: 1199.98px) {
  .atech-home-banner .banner-product-feats .product-feat-item .feat-item-icon::after {
    display: none !important;
  }
}
.atech-home-banner .banner-product-feats .product-feat-item .feat-item-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #5facdd;
  transition: all 80ms ease-in-out;
}
@media (max-width: 991.98px) {
  .atech-home-banner .banner-product-feats .product-feat-item .feat-item-icon::before {
    display: none !important;
  }
}
.atech-home-banner .banner-product-feats .product-feat-item:hover .feat-item-icon {
  background: #3797d5;
}
.atech-home-banner .banner-product-feats .product-feat-item:hover .feat-item-icon img {
  filter: invert(1) brightness(100);
}
.atech-home-banner .banner-product-feats .product-feat-item:hover .feat-item-icon::after {
  height: 56px;
}
@media (max-width: 1399.98px) {
  .atech-home-banner .banner-product-feats .product-feat-item:hover .feat-item-icon::after {
    height: 72px;
  }
}
@media (max-width: 991.98px) {
  .atech-home-banner .product-feats-left {
    order: 2;
  }
}
.atech-home-banner .product-feats-left .product-feat-item .feat-item-icon::before {
  left: 31px;
  top: calc(100% + 55px);
  width: 0;
}
@media (max-width: 1399.98px) {
  .atech-home-banner .product-feats-left .product-feat-item .feat-item-icon::before {
    left: 26px;
    top: calc(100% + 72px);
  }
}
@media (max-width: 1199.98px) {
  .atech-home-banner .product-feats-left .product-feat-item .feat-item-icon::before {
    top: 50%;
    left: 100%;
  }
}
.atech-home-banner .product-feats-left .product-feat-item:hover .feat-item-icon::before {
  transition: all ease-in-out 300ms;
  transition-delay: 300ms;
  width: 480px;
}
@media (max-width: 991.98px) {
  .atech-home-banner .product-feats-right {
    order: 3;
  }
}
.atech-home-banner .product-feats-right .product-feat-item .feat-item-icon {
  order: 2;
}
@media (max-width: 1199.98px) {
  .atech-home-banner .product-feats-right .product-feat-item .feat-item-icon {
    order: 1;
  }
}
.atech-home-banner .product-feats-right .product-feat-item .feat-item-icon::before {
  right: 31px;
  top: calc(100% + 55px);
  width: 0;
}
@media (max-width: 1399.98px) {
  .atech-home-banner .product-feats-right .product-feat-item .feat-item-icon::before {
    right: 26px;
    top: calc(100% + 72px);
  }
}
@media (max-width: 1199.98px) {
  .atech-home-banner .product-feats-right .product-feat-item .feat-item-icon::before {
    top: 50%;
    right: 100%;
  }
}
.atech-home-banner .product-feats-right .product-feat-item:hover .feat-item-icon::before {
  transition: all ease-in-out 300ms;
  transition-delay: 300ms;
  width: 480px;
}
.atech-home-banner .product-feats-right .product-feat-item .feat-item-content {
  order: 1;
}
@media (max-width: 1199.98px) {
  .atech-home-banner .home-banner-product {
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .atech-home-banner .home-banner-product {
    flex-wrap: wrap;
  }
}
.atech-home-banner .banner-product-showcase {
  min-width: 440px;
  padding: 60px 80px 0 80px;
}
@media (max-width: 1535.98px) {
  .atech-home-banner .banner-product-showcase {
    padding: 56px 48px;
    min-width: 400px;
  }
}
@media (max-width: 1399.98px) {
  .atech-home-banner .banner-product-showcase {
    padding: 52px 40px;
    min-width: 360px;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-banner .banner-product-showcase {
    padding: 40px 32px;
    min-width: 320px;
  }
}
@media (max-width: 991.98px) {
  .atech-home-banner .banner-product-showcase {
    padding: 40px 24px;
    order: 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .atech-home-banner .banner-product-showcase {
    padding: 24px;
  }
}
@media (max-width: 479.98px) {
  .atech-home-banner .banner-product-showcase {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-banner .banner-product-showcase-img {
    margin-top: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .atech-home-banner .banner-product-showcase-img {
    max-width: 320px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-banner .banner-product-showcase-img {
    max-width: 240px;
  }
}
@media (max-width: 479.98px) {
  .atech-home-banner .banner-product-showcase-img {
    max-width: 200px;
  }
}
.atech-home-banner .banner-product-showcase .ellipse-shape {
  width: 400px;
  height: 400px;
  min-width: 400px;
  min-height: 400px;
}
@media (max-width: 1535.98px) {
  .atech-home-banner .banner-product-showcase .ellipse-shape {
    width: 380px;
    height: 380px;
    min-width: 380px;
    min-height: 380px;
  }
}
@media (max-width: 1399.98px) {
  .atech-home-banner .banner-product-showcase .ellipse-shape {
    width: 360px;
    height: 360px;
    min-width: 360px;
    min-height: 360px;
  }
}
@media (max-width: 1199.98px) {
  .atech-home-banner .banner-product-showcase .ellipse-shape {
    width: 320px;
    height: 320px;
    min-width: 320px;
    min-height: 320px;
  }
}
@media (max-width: 991.98px) {
  .atech-home-banner .banner-product-showcase .ellipse-shape {
    width: 400px;
    height: 400px;
    min-width: 400px;
    min-height: 400px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-banner .banner-product-showcase .ellipse-shape {
    width: 320px;
    height: 320px;
    min-width: 320px;
    min-height: 320px;
  }
}
@media (max-width: 479.98px) {
  .atech-home-banner .banner-product-showcase .ellipse-shape {
    width: 280px;
    height: 280px;
    min-width: 280px;
    min-height: 280px;
  }
}

.atech-home-about-container {
  gap: 80px;
}
@media (max-width: 1399.98px) {
  .atech-home-about-container {
    gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .atech-home-about-container {
    gap: 48px;
  }
}
@media (max-width: 575.98px) {
  .atech-home-about-container {
    gap: 40px;
  }
}
.atech-home-about .home-about-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: #d7eaf7;
  filter: blur(200px);
  border-radius: 100%;
}

.atech-clients-summary .clients-brand-logo {
  margin-left: -20px;
  width: 60px;
  height: 60px;
}
@media (max-width: 767.98px) {
  .atech-clients-summary .clients-brand-logo {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 479.98px) {
  .atech-clients-summary .clients-brand-logo {
    width: 52px;
    height: 52px;
  }
}

.atech-clients-reviews {
  background: url("../../../assets/images/home/client_reviews_bg.png") top/cover no-repeat;
}
.atech-clients-reviews .clients-reviews-tabs .nav-link {
  border: 1px solid transparent !important;
}
@media (max-width: 575.98px) {
  .atech-clients-reviews .clients-reviews-tabs .nav-link {
    border-radius: 8px !important;
  }
}
.atech-clients-reviews .clients-reviews-tabs .nav-link-img {
  height: 60px;
}
@media (max-width: 575.98px) {
  .atech-clients-reviews .clients-reviews-tabs .nav-link-img {
    height: 40px;
  }
}
.atech-clients-reviews .clients-reviews-tabs .nav-link-rating *[class*=text-] {
  transition: all ease-in-out 300ms;
}
@media (max-width: 575.98px) {
  .atech-clients-reviews .clients-reviews-tabs .nav-link-rating {
    display: none !important;
  }
}
.atech-clients-reviews .clients-reviews-tabs .nav-link.active, .atech-clients-reviews .clients-reviews-tabs .nav-link:hover {
  border-color: #3797d5 !important;
}
.atech-clients-reviews .clients-reviews-tabs .nav-link.active .nav-link-rating, .atech-clients-reviews .clients-reviews-tabs .nav-link:hover .nav-link-rating {
  background: #3797d5 !important;
}
.atech-clients-reviews .clients-reviews-tabs .nav-link.active .nav-link-rating *[class*=text-], .atech-clients-reviews .clients-reviews-tabs .nav-link:hover .nav-link-rating *[class*=text-] {
  color: #ffffff !important;
}
.atech-clients-reviews .clients-reviews-content .swiper-slide {
  padding: 0 12px;
}
@media (max-width: 575.98px) {
  .atech-clients-reviews .clients-reviews-content .swiper-slide {
    padding: 0 4px;
  }
}
.atech-clients-reviews .clients-reviews-content .tab-reviews-card .card-img {
  width: 68px;
  height: 68px;
  min-width: 68px;
}

.atech-services-offer {
  background: url("../../../assets/images/home/services_offer_bg.png") top/cover no-repeat;
}
.atech-services-offer .services-offers-card {
  padding: 48px 32px;
}
@media (max-width: 991.98px) {
  .atech-services-offer .services-offers-card {
    padding: 40px 28px;
  }
}
@media (max-width: 767.98px) {
  .atech-services-offer .services-offers-card {
    padding: 32px 24px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-offer .services-offers-card {
    padding: 20px;
  }
}
.atech-services-offer .services-offers-card .card-vector-1 {
  width: 76px;
}
@media (max-width: 991.98px) {
  .atech-services-offer .services-offers-card .card-vector-1 {
    width: 60px;
  }
}
.atech-services-offer .services-offers-card .card-img {
  width: 80px;
  height: 80px;
}
@media (max-width: 991.98px) {
  .atech-services-offer .services-offers-card .card-img {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-offer .services-offers-card .card-img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-offer .services-offers-card .card-title {
    margin-bottom: 0 !important;
    margin-top: 4px !important;
  }
}
.atech-services-offer .services-offers-card .card-underline .line {
  height: 1px;
}

.atech-projects .projects-cards .dotted-box-shape {
  top: -54px;
  left: 65px;
}
@media (max-width: 1199.98px) {
  .atech-projects .projects-cards .dotted-box-shape {
    top: -44px;
    width: 120px;
    left: 54px;
  }
}
@media (max-width: 767.98px) {
  .atech-projects .projects-cards .dotted-box-shape {
    top: -38px;
    width: 100px;
    left: 48px;
  }
}
@media (max-width: 575.98px) {
  .atech-projects .projects-cards .dotted-box-shape {
    top: -24px;
    width: 60px;
    left: 32px;
  }
}
.atech-projects .projects-card .projects-card-logo {
  width: 120px;
}
.atech-projects .projects-card .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.atech-projects .projects-card .content-stylings {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.atech-projects .projects-card .card-img {
  height: 360px;
}
@media (max-width: 575.98px) {
  .atech-projects .projects-card .card-img {
    height: auto !important;
  }
}
.atech-projects .projects-card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

.project-stores .stores-item {
  padding: 8px 12px 8px 8px;
  transition: all ease-in-out 300ms;
}
@media (max-width: 1399.98px) {
  .project-stores .stores-item {
    width: auto !important;
  }
}
.project-stores .stores-item [class*=text-] {
  transition: all ease-in-out 300ms;
}
.project-stores .stores-item:hover {
  background: #3797d5 !important;
}
.project-stores .stores-item:hover [class*=text-] {
  color: #ffffff !important;
}
.project-stores .stores-item.bg-white-20 {
  background: rgba(255, 255, 255, 0.2);
}
.project-stores .stores-item-info .rating-stars li.text-white.unfilled i {
  color: rgba(255, 255, 255, 0.2);
}
.project-stores .stores-item-info .rating-stars li.text-primary-500.unfilled i {
  color: rgba(55, 151, 213, 0.3);
}

.atech-technologies .spiral-arrow-shape {
  top: 26px;
  left: 100%;
}
@media (max-width: 479.98px) {
  .atech-technologies .spiral-arrow-shape {
    display: none;
  }
}
.atech-technologies .dotted-box-shape {
  top: 126px;
  left: -46px;
}
@media (max-width: 1199.98px) {
  .atech-technologies .dotted-box-shape {
    width: 120px;
    left: -40px;
  }
}
@media (max-width: 767.98px) {
  .atech-technologies .dotted-box-shape {
    width: 100px;
    left: -34px;
  }
}
.atech-technologies .technologies-tabs .nav-link.active {
  border-bottom: 2px solid #3797d5 !important;
}
.atech-technologies .technologies-tabs .nav-link.active, .atech-technologies .technologies-tabs .nav-link:hover {
  color: #3797d5 !important;
}
.atech-technologies .technologies-item {
  width: 180px;
}
@media (max-width: 1199.98px) {
  .atech-technologies .technologies-item {
    width: 160px;
  }
}
@media (max-width: 991.98px) {
  .atech-technologies .technologies-item {
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  .atech-technologies .technologies-item {
    width: 120px;
  }
}
@media (max-width: 575.98px) {
  .atech-technologies .technologies-item {
    flex: auto;
  }
}
.atech-technologies .technologies-item:hover .technologies-item-icon {
  transform: scale(1.1);
}
.atech-technologies .technologies-item-icon {
  width: 80px;
  height: 80px;
  transition: all ease-in-out 300ms;
}
@media (max-width: 1199.98px) {
  .atech-technologies .technologies-item-icon {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 991.98px) {
  .atech-technologies .technologies-item-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  .atech-technologies .technologies-item-icon {
    width: 52px;
    height: 52px;
  }
}

.atech-works {
  background: linear-gradient(rgba(17, 45, 64, 0.9), rgba(17, 45, 64, 0.9)), url("../../../assets/images/home/finest_works_bg.jpg") center/cover no-repeat;
}
.atech-works .finest-works-slider .swiper-slide {
  max-width: 400px;
  width: 100%;
  padding: 0 12px;
}
@media (max-width: 1399.98px) {
  .atech-works .finest-works-slider .swiper-slide {
    max-width: 360px;
  }
}
@media (max-width: 575.98px) {
  .atech-works .finest-works-slider .swiper-slide {
    padding: 0 4px;
  }
}
.atech-works .finest-works-slider .finest-work-card {
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
}
.atech-works .finest-works-slider .finest-work-card .card-img {
  height: 240px !important;
  overflow: hidden;
}
.atech-works .finest-works-slider .finest-work-card .card-body {
  height: 136px;
}
.atech-works .finest-works-slider .finest-work-tags-item:first-child {
  padding-left: 0 !important;
}
.atech-works .finest-works-slider .finest-work-tags-item:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}

.atech-faqs {
  background: url("../../../assets/images/misc/faqs_bg.png") center/cover no-repeat;
}
.atech-faqs .faqs-list {
  max-width: 1000px;
}
.atech-faqs .faqs-list .faqs-item-head[aria-expanded=true] .faqs-item-head-toggler .fa-plus {
  display: none;
}
.atech-faqs .faqs-list .faqs-item-head[aria-expanded=true] .faqs-item-head-toggler .fa-minus {
  display: block;
}
.atech-faqs .faqs-list .faqs-item-head-toggler .fa-minus {
  display: none;
}
@media (max-width: 575.98px) {
  .atech-faqs .faqs-list .faqs-item-head-toggler {
    font-size: 14px !important;
  }
}
@media (max-width: 575.98px) {
  .atech-faqs .faqs-list .faqs-item-head-left {
    font-size: 16px !important;
  }
}
.atech-faqs .faqs-list .faqs-item-body {
  transition: all 150ms ease-in-out;
}
.atech-faqs .faqs-list .faqs-item-body.show {
  margin-top: 16px;
}
.atech-faqs .faqs-list .faqs-item-body-text {
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .atech-faqs .faqs-list .faqs-item-body-text {
    padding-left: 36px;
  }
}
@media (max-width: 767.98px) {
  .atech-faqs .faqs-list .faqs-item-body-text {
    padding-left: 32px;
  }
}
@media (max-width: 575.98px) {
  .atech-faqs .faqs-list .faqs-item-body-text {
    padding-left: 28px;
  }
}

.atech-screenshots .screenshots-btns-slider-wrapper {
  max-width: 1108px;
  padding-left: 84px !important;
  padding-right: 84px !important;
}
@media (max-width: 767.98px) {
  .atech-screenshots .screenshots-btns-slider-wrapper {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
}
@media (max-width: 575.98px) {
  .atech-screenshots .screenshots-btns-slider-wrapper {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 479.98px) {
  .atech-screenshots .screenshots-btns-slider-wrapper {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
.atech-screenshots .screenshots-btns-slider-wrapper .screenshots-btn {
  transition: all ease-in-out 300ms;
}
.atech-screenshots .screenshots-btns-slider-wrapper .screenshots-btn:hover {
  border-color: #3797d5;
  background: #d7eaf7;
}
.atech-screenshots .screenshots-btns-slider-wrapper .screenshots-btn-img {
  height: 52px;
  padding: 10px 12px;
}
@media (max-width: 575.98px) {
  .atech-screenshots .screenshots-btns-slider-wrapper .screenshots-btn-img {
    padding: 8px;
    height: 44px;
  }
}
.atech-screenshots .screenshots-btns-slider-wrapper .screenshots-btn-img img {
  width: auto;
}
.atech-screenshots .screenshots-btns-slider-wrapper .screenshots-btn-text {
  padding: 10px 12px;
}
@media (max-width: 575.98px) {
  .atech-screenshots .screenshots-btns-slider-wrapper .screenshots-btn-text {
    padding: 8px;
  }
}
.atech-screenshots .screenshots-details-tabs-wrapper {
  background: linear-gradient(rgba(55, 151, 213, 0.7), rgba(55, 151, 213, 0.7)), url("../../../assets/images/home/screenshots_bg.png") center/cover no-repeat;
}
.atech-screenshots .screenshots-details-tabs .details-tabs-logo {
  max-width: 120px;
}
.atech-screenshots .screenshots-product-slider.mobile-screenshots .swiper-slide {
  max-width: 365px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .atech-screenshots .screenshots-product-slider.mobile-screenshots .swiper-slide {
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .atech-screenshots .screenshots-product-slider.mobile-screenshots .swiper-slide {
    max-width: 240px;
  }
}

.atech-contact {
  background: url("../../../assets/images/misc/contact_us_bg.png") center/cover no-repeat;
}
.atech-contact .contact-grid-block-wrapper {
  border-radius: 40px;
}
@media (max-width: 991.98px) {
  .atech-contact .contact-grid-block-wrapper {
    border-radius: 32px;
  }
}
@media (max-width: 575.98px) {
  .atech-contact .contact-grid-block-wrapper {
    border-radius: 24px;
    border: none !important;
  }
}
.atech-contact .contact-block-info {
  border-radius: 28px;
  background: url("../../../assets/images/misc/contact_info_bg.png") center/cover no-repeat;
}
@media (max-width: 991.98px) {
  .atech-contact .contact-block-info {
    border-radius: 20px;
  }
}
@media (max-width: 575.98px) {
  .atech-contact .contact-block-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.atech-contact .contact-block-feat-points {
  margin-left: 44px !important;
}
@media (max-width: 1399.98px) {
  .atech-contact .contact-block-feat-points {
    margin-left: 36px !important;
  }
}
@media (max-width: 767.98px) {
  .atech-contact .contact-block-feat-points {
    margin-left: 32px !important;
  }
}
.atech-contact .contact-block-feat-point {
  position: relative;
}
.atech-contact .contact-block-feat-point::after {
  content: "";
  position: absolute;
  left: -44px;
  top: 45%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../../../assets/icons/circle_check_outline_onyx_700.svg") center/cover no-repeat;
}
@media (max-width: 1399.98px) {
  .atech-contact .contact-block-feat-point::after {
    left: -36px;
  }
}
@media (max-width: 767.98px) {
  .atech-contact .contact-block-feat-point::after {
    width: 20px;
    height: 20px;
    left: -32px;
  }
}

.atech-cta-one {
  background: url("../../../assets/images/misc/cta_bg_one.png") center/cover no-repeat;
}
@media (max-width: 575.98px) {
  .atech-cta-one {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 479.98px) {
  .atech-cta-one {
    padding-bottom: 60px !important;
  }
}
.atech-cta-one .cta-one-grid-block {
  background: url("../../../assets/images/misc/cta_content_bg_one.png") center/cover no-repeat;
  border-radius: 32px;
  grid-template-columns: 40% auto;
  gap: 160px;
}
@media (max-width: 1399.98px) {
  .atech-cta-one .cta-one-grid-block {
    gap: 120px;
  }
}
@media (max-width: 1199.98px) {
  .atech-cta-one .cta-one-grid-block {
    gap: 80px;
  }
}
@media (max-width: 991.98px) {
  .atech-cta-one .cta-one-grid-block {
    gap: 20px;
    grid-template-columns: 100%;
  }
}
@media (max-width: 767.98px) {
  .atech-cta-one .cta-one-grid-block {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (max-width: 575.98px) {
  .atech-cta-one .cta-one-grid-block {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media (max-width: 479.98px) {
  .atech-cta-one .cta-one-grid-block {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    gap: 12px;
  }
}

.atech-newsletter {
  background: url("../../../assets/images/misc/newsletter_bg.png") center/cover no-repeat;
  background-position: center top;
  position: relative;
  z-index: 5;
  margin-top: -60px;
}
@media (max-width: 991.98px) {
  .atech-newsletter {
    margin-top: -32px;
  }
}
@media (max-width: 575.98px) {
  .atech-newsletter {
    margin-top: -24px;
  }
}
@media (max-width: 479.98px) {
  .atech-newsletter {
    margin-top: -12px;
  }
}
.atech-newsletter .newsletter-top {
  max-width: 600px;
}
.atech-newsletter .newsletter-bottom {
  max-width: 680px;
}
@media (max-width: 575.98px) {
  .atech-newsletter .newsletter-bottom {
    padding-left: 4px !important;
  }
}
@media (max-width: 575.98px) {
  .atech-newsletter .newsletter-bottom .input-group-text {
    display: none !important;
  }
}
.atech-newsletter .newsletter-bottom .input-group .form-control {
  border: 0 !important;
}
@media (max-width: 767.98px) {
  .atech-newsletter .newsletter-bottom .input-group .form-control {
    height: auto !important;
  }
}
.atech-newsletter .newsletter-bottom .input-group .form-control:focus {
  border: 0 !important;
}
@media (max-width: 479.98px) {
  .atech-newsletter .newsletter-bottom .btn {
    min-width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 479.98px) {
  .atech-newsletter .newsletter-bottom .btn .btn-icon {
    display: none !important;
  }
}

.atech-cta-two.cta-variant-two {
  min-height: auto;
  margin-bottom: auto;
  background: url("../../../assets/images/misc/cta_bg_two.png") center/cover no-repeat;
}
.atech-cta-two.cta-variant-two .cta-block-floating-img {
  height: 100%;
  width: 100%;
  max-width: 534px;
  max-height: 360px;
  left: 0;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .atech-cta-two.cta-variant-two .cta-block-floating-img {
    max-width: 460px;
  }
}
@media (max-width: 1199.98px) {
  .atech-cta-two.cta-variant-two .cta-block-floating-img {
    max-width: 420px;
    left: -32px;
  }
}
@media (max-width: 991.98px) {
  .atech-cta-two.cta-variant-two .cta-block-floating-img {
    max-width: 300px;
    display: none !important;
  }
}

.atech-projects-banner {
  background: url("../../../assets/images/projects/projects_banner_bg.png") top/cover no-repeat;
}

@media (max-width: 479.98px) {
  .atech-projects-showcase {
    padding-top: 12px !important;
  }
}
.atech-projects-showcase .projects-btns-slider-wrapper {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 991.98px) {
  .atech-projects-showcase .projects-btns-slider-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 479.98px) {
  .atech-projects-showcase .projects-btns-slider-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.atech-projects-showcase .projects-btns-slider-wrapper .swiper-button-next {
  top: 26px;
}
@media (max-width: 575.98px) {
  .atech-projects-showcase .projects-btns-slider-wrapper .swiper-button-next {
    top: 22px;
  }
}
.atech-projects-showcase .projects-btns-slider-wrapper .swiper-button-prev {
  top: 26px;
}
@media (max-width: 575.98px) {
  .atech-projects-showcase .projects-btns-slider-wrapper .swiper-button-prev {
    top: 22px;
  }
}
.atech-projects-showcase .projects-btns-slider-wrapper .swiper-slide {
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 991.98px) {
  .atech-projects-showcase .projects-btns-slider-wrapper .swiper-slide {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 479.98px) {
  .atech-projects-showcase .projects-btns-slider-wrapper .swiper-slide {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.atech-projects-showcase .projects-btns-slider-wrapper .projects-btn {
  height: 44px;
}
@media (max-width: 1199.98px) {
  .atech-projects-showcase .projects-btns-slider-wrapper .projects-btn {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .atech-projects-showcase .projects-btns-slider-wrapper .projects-btn {
    height: 38px;
  }
}
@media (max-width: 767.98px) {
  .atech-projects-showcase .projects-btns-slider-wrapper .projects-btn {
    height: 34px;
  }
}
@media (max-width: 575.98px) {
  .atech-projects-showcase .projects-btns-slider-wrapper .projects-btn {
    height: 32px;
  }
}
@media (max-width: 479.98px) {
  .atech-projects-showcase .projects-btns-slider-wrapper .projects-btn {
    font-size: 13px !important;
  }
}
.atech-projects-showcase .projects-btns-slider-wrapper .projects-btn.is-checked {
  background: #3797d5;
  color: #ffffff;
  border-color: #3797d5 !important;
}
.atech-projects-showcase .projects-btns-slider-wrapper .projects-btn.is-checked .btn-icon img {
  filter: invert(1) brightness(100);
}
.atech-projects-showcase .projects-btns-slider-wrapper .projects-btn [class*=icon] img {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.atech-projects-showcase .projects-grid-item {
  border-radius: 28px;
  height: 500px;
  display: block;
  padding: 12px;
  transition: all ease-in-out 300ms;
}
.atech-projects-showcase .projects-grid-item:hover {
  scale: 1.02;
}
@media (max-width: 1199.98px) {
  .atech-projects-showcase .projects-grid-item {
    border-radius: 24px;
  }
}
@media (max-width: 991.98px) {
  .atech-projects-showcase .projects-grid-item {
    border-radius: 20px;
  }
}
@media (max-width: 575.98px) {
  .atech-projects-showcase .projects-grid-item {
    border-radius: 16px;
  }
}
.atech-projects-showcase .projects-grid-item-wrapper {
  margin-bottom: 76px;
}
@media (max-width: 1199.98px) {
  .atech-projects-showcase .projects-grid-item-wrapper {
    margin-bottom: 68px;
  }
}
@media (max-width: 991.98px) {
  .atech-projects-showcase .projects-grid-item-wrapper {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .atech-projects-showcase .projects-grid-item-wrapper {
    margin-bottom: 48px;
  }
}
.atech-projects-showcase .projects-grid-item-head {
  position: relative;
  border-radius: 28px;
}
.atech-projects-showcase .projects-grid-item-head > * {
  position: relative;
  z-index: 5;
}
.atech-projects-showcase .projects-grid-item-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 0;
  border-radius: 20px;
}
.atech-projects-showcase .projects-grid-item-logo {
  max-width: 120px;
  height: 40px;
}
.atech-projects-showcase .projects-grid-item-details {
  bottom: -28px;
  left: 28px;
  right: 28px;
}
@media (max-width: 991.98px) {
  .atech-projects-showcase .projects-grid-item-details {
    border-radius: 12px !important;
  }
}
@media (max-width: 575.98px) {
  .atech-projects-showcase .projects-grid-item-details {
    border-radius: 8px !important;
  }
}

.atech-our-clients {
  background: linear-gradient(rgba(235, 245, 251, 0.2588235294), rgba(215, 234, 247, 0.7882352941)), url("../../../assets/images/misc/our_clients_bg.png") top/cover no-repeat;
}
.atech-our-clients .honeycomb {
  --cell-size: 190px;
  --cell-gap: 24px;
  display: flex;
  gap: calc(0.866 * var(--cell-gap));
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .atech-our-clients .honeycomb {
    --cell-size: 180px;
    --cell-gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .atech-our-clients .honeycomb {
    --cell-size: 160px;
    --cell-gap: 16px;
  }
}
@media (max-width: 991.98px) {
  .atech-our-clients .honeycomb {
    --cell-size: 145px;
    --cell-gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .atech-our-clients .honeycomb {
    --cell-size: 112px;
    --cell-gap: 8px;
  }
}
@media (max-width: 575.98px) {
  .atech-our-clients .honeycomb {
    --cell-size: 100px;
    --cell-gap: 4px;
  }
}
@media (max-width: 479.98px) {
  .atech-our-clients .honeycomb {
    --cell-size: 72px;
    --cell-gap: 4px;
  }
}
.atech-our-clients .honeycomb-row {
  display: flex;
  gap: var(--cell-gap);
}
.atech-our-clients .honeycomb-item {
  display: flex;
  justify-content: center;
  align-items: center;
  outline-offset: -1px;
  aspect-ratio: 1.1547; /* 1/cos(30deg) */
  position: relative;
  width: var(--cell-size);
  filter: drop-shadow(0px 6px 8px rgba(11, 30, 43, 0.05));
}
.atech-our-clients .honeycomb-cell {
  position: absolute;
  z-index: 1;
  aspect-ratio: 0.866; /* cos(30deg) */
  width: var(--cell-size);
  clip-path: polygon(-50% 50%, 50% 100%, 150% 50%, 50% 0);
  overflow: hidden;
  background: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 300ms;
}
.atech-our-clients .honeycomb-cell:hover {
  scale: 1.05;
}
.atech-our-clients .honeycomb-cell img {
  max-width: 100px;
}
@media (max-width: 1399.98px) {
  .atech-our-clients .honeycomb-cell img {
    max-width: 88px;
  }
}
@media (max-width: 1199.98px) {
  .atech-our-clients .honeycomb-cell img {
    max-width: 80px;
  }
}
@media (max-width: 991.98px) {
  .atech-our-clients .honeycomb-cell img {
    max-width: 72px;
  }
}
@media (max-width: 767.98px) {
  .atech-our-clients .honeycomb-cell img {
    max-width: 60px;
  }
}
@media (max-width: 575.98px) {
  .atech-our-clients .honeycomb-cell img {
    max-width: 52px;
  }
}
@media (max-width: 479.98px) {
  .atech-our-clients .honeycomb-cell img {
    max-width: 40px;
  }
}

.atech-cta-two {
  min-height: auto;
}
.atech-cta-two .cta-block {
  background: url("../../../assets/images/misc/spiral_ripple_bg.png") center/cover no-repeat;
  padding: 60px;
  border-radius: 40px;
  max-width: 1320px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .atech-cta-two .cta-block {
    padding: 52px;
    border-radius: 36px;
  }
}
@media (max-width: 1199.98px) {
  .atech-cta-two .cta-block {
    padding: 48px;
  }
}
@media (max-width: 991.98px) {
  .atech-cta-two .cta-block {
    padding: 40px;
    border-radius: 32px;
  }
}
@media (max-width: 575.98px) {
  .atech-cta-two .cta-block {
    border-radius: 28px;
    padding: 32px;
  }
}
@media (max-width: 479.98px) {
  .atech-cta-two .cta-block {
    padding: 28px 20px;
  }
}
.atech-cta-two .cta-block-content {
  max-width: 600px;
}
.atech-cta-two .cta-banner {
  margin-top: -180px;
}
@media (max-width: 1399.98px) {
  .atech-cta-two .cta-banner {
    margin-top: 24px;
  }
}

.atech-project-single-banner {
  background: url("../../../assets/images/projects/product_details_banner_bg.png") top/cover no-repeat;
  position: relative;
  overflow-x: clip;
  min-height: 1000px;
}
@media (max-width: 991.98px) {
  .atech-project-single-banner {
    min-height: auto;
  }
}
.atech-project-single-banner::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #3797d5 0%, #176aa0 50%, #3797d5 75%, rgba(55, 151, 213, 0.8) 100%);
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  transform: scaleX(2);
  z-index: -1;
  opacity: 0.08;
}
@media (max-width: 1199.98px) {
  .atech-project-single-banner::after {
    transform: scaleX(3);
    top: 80px;
  }
}
@media (max-width: 575.98px) {
  .atech-project-single-banner::after {
    transform: scaleX(4.5);
  }
}
.atech-project-single-banner .project-single-banner-info .spiral-long-arrow {
  max-width: 270px;
}
@media (max-width: 1199.98px) {
  .atech-project-single-banner .project-single-banner-info .spiral-long-arrow {
    max-width: 240px;
  }
}
@media (max-width: 991.98px) {
  .atech-project-single-banner .project-single-banner-info .spiral-long-arrow {
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .atech-project-single-banner .project-single-banner-info .spiral-long-arrow {
    max-width: 180px;
  }
}
@media (max-width: 575.98px) {
  .atech-project-single-banner .project-single-banner-info .spiral-long-arrow {
    max-width: 140px;
  }
}
.atech-project-single-banner .project-single-banner-img {
  padding: 44px 0;
}
@media (max-width: 1199.98px) {
  .atech-project-single-banner .project-single-banner-img {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.atech-project-single-banner.project-single-wide .project-single-banner-info {
  max-width: 880px;
}

.atech-project-details-group {
  gap: 120px;
}
@media (max-width: 1199.98px) {
  .atech-project-details-group {
    gap: 80px;
  }
}
@media (max-width: 991.98px) {
  .atech-project-details-group {
    gap: 60px;
  }
}
@media (max-width: 575.98px) {
  .atech-project-details-group {
    gap: 40px;
  }
}
.atech-project-details-block:nth-child(even) .project-details-img {
  order: 2;
}
@media (max-width: 991.98px) {
  .atech-project-details-block:nth-child(even) .project-details-img {
    order: 1;
  }
}
.atech-project-details-block:nth-child(even) .project-details-description {
  order: 1;
}
@media (max-width: 991.98px) {
  .atech-project-details-block:nth-child(even) .project-details-description {
    order: 2;
  }
}
.atech-project-details-block .project-details-grid {
  gap: 80px;
}
@media (max-width: 1399.98px) {
  .atech-project-details-block .project-details-grid {
    gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .atech-project-details-block .project-details-grid {
    gap: 40px;
  }
}
@media (max-width: 575.98px) {
  .atech-project-details-block .project-details-grid {
    gap: 24px;
  }
}
.atech-project-details-block .project-details-img::after {
  content: "";
  position: absolute;
  left: 24px;
  top: -24px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(to right, #c3e0f2 0%, #dfedf6 50%, #fafafa 100%);
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .atech-project-details-block .project-details-img::after {
    left: 20px;
    top: -20px;
  }
}
@media (max-width: 1199.98px) {
  .atech-project-details-block .project-details-img::after {
    left: 16px;
    top: -16px;
  }
}

.atech-project-details-featured .project-details-grid {
  gap: 80px;
}
@media (max-width: 1399.98px) {
  .atech-project-details-featured .project-details-grid {
    gap: 60px;
  }
}
.atech-project-details-featured .project-details-img {
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .atech-project-details-featured .project-details-img {
    margin-right: auto;
    margin-left: auto;
  }
}
.atech-project-details-featured .project-details-img img {
  width: auto;
}

.img-with-underlay-ellipse {
  position: relative;
}
.img-with-underlay-ellipse::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 530px;
  width: 100%;
  height: 100%;
  background: url("../../../assets/images/misc/ellipse_1.svg") center/contain no-repeat;
}
@media (max-width: 1399.98px) {
  .img-with-underlay-ellipse::after {
    max-width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .img-with-underlay-ellipse::after {
    max-width: 460px;
  }
}
@media (max-width: 767.98px) {
  .img-with-underlay-ellipse::after {
    max-width: 440px;
  }
}
@media (max-width: 575.98px) {
  .img-with-underlay-ellipse::after {
    max-width: 400px;
  }
}
@media (max-width: 479.98px) {
  .img-with-underlay-ellipse::after {
    max-width: 320px;
  }
}

.atech-project-stats .project-stats-access {
  border-radius: 28px;
}
.atech-project-stats .stats-access-grid {
  grid-template-columns: auto 200px;
}
@media (max-width: 1399.98px) {
  .atech-project-stats .stats-access-grid {
    grid-template-columns: 100%;
  }
}
@media (max-width: 1199.98px) {
  .atech-project-stats .project-stats-info .stats-info-block {
    border-radius: 24px !important;
  }
}
@media (max-width: 991.98px) {
  .atech-project-stats .project-stats-info .stats-info-block {
    border-radius: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .atech-project-stats .project-stats-info .stats-info-block {
    border-radius: 16px !important;
  }
}
.atech-project-stats .project-stats-info .stats-info-block:nth-child(2) {
  border: 1px solid #3797d5 !important;
  background: #ffffff !important;
}
.atech-project-stats .project-stats-info .stats-info-block:nth-child(4) {
  background: #3797d5 !important;
}
.atech-project-stats .project-stats-info .stats-info-block:nth-child(4) .stats-info-block-ttl {
  color: #ffffff !important;
}
.atech-project-stats .project-stats-info .stats-info-block:nth-child(4) .stats-info-block-text {
  color: #fafafa !important;
}

.atech-customer-exp .customer-exp-heading {
  max-width: 550px;
}
.atech-customer-exp .customer-exp-item {
  width: calc(50% - 8px);
}
@media (max-width: 991.98px) {
  .atech-customer-exp .customer-exp-item {
    width: 100%;
    border-radius: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .atech-customer-exp .customer-exp-item {
    border-radius: 16px !important;
  }
}
@media (max-width: 575.98px) {
  .atech-customer-exp .customer-exp-item {
    align-items: flex-start !important;
    border-radius: 12px !important;
  }
}
.atech-customer-exp .customer-exp-item-img {
  width: 112px;
  height: 112px;
  min-width: 112px;
}
@media (max-width: 1199.98px) {
  .atech-customer-exp .customer-exp-item-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-width: 5px !important;
  }
}
@media (max-width: 991.98px) {
  .atech-customer-exp .customer-exp-item-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-width: 4px !important;
  }
}
@media (max-width: 575.98px) {
  .atech-customer-exp .customer-exp-item-img {
    width: 72px;
    height: 72px;
    min-width: 72px;
  }
}
@media (max-width: 479.98px) {
  .atech-customer-exp .customer-exp-item-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-width: 3px !important;
  }
}
.atech-customer-exp .customer-exp-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, transparent, white 100%);
}

.atech-project-demo {
  margin-top: -180px;
}
@media (max-width: 991.98px) {
  .atech-project-demo {
    margin-top: 0;
  }
}
.atech-project-demo .video-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.atech-project-demo .video-wrapper .video-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}
.atech-project-demo .video-wrapper .video-poster {
  position: absolute;
  inset: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.atech-project-demo .video-wrapper .video-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.atech-project-demo .video-wrapper .video-poster .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background: #5facdd;
  z-index: 1;
  border: none;
}
@media (max-width: 767.98px) {
  .atech-project-demo .video-wrapper .video-poster .video-play-btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .atech-project-demo .video-wrapper .video-poster .video-play-btn {
    width: 60px;
    height: 60px;
  }
}
.atech-project-demo .video-wrapper .video-poster .video-play-btn img {
  position: relative;
  z-index: 1;
}
.atech-project-demo .video-wrapper .video-poster .video-play-btn .btn-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
.atech-project-demo .video-wrapper .video-poster .video-play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #afd5ee;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .atech-project-demo .video-wrapper .video-poster .video-play-btn::after {
    width: 92px;
    height: 92px;
  }
}
@media (max-width: 767.98px) {
  .atech-project-demo .video-wrapper .video-poster .video-play-btn::after {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .atech-project-demo .video-wrapper .video-poster .video-play-btn::after {
    width: 60px;
    height: 60px;
  }
}

.atech-project-appscreens .appscreens-slider .swiper-wrapper {
  padding-bottom: 60px;
}
.atech-project-appscreens .appscreens-slider .swiper-slide {
  max-width: 880px;
}
@media (max-width: 1399.98px) {
  .atech-project-appscreens .appscreens-slider .swiper-slide {
    max-width: 800px;
  }
}

.atech-project-traverse .project-traverse-img {
  max-height: 168px;
}
.atech-project-traverse .project-traverse-prev {
  grid-template-columns: 200px auto;
}
@media (max-width: 1399.98px) {
  .atech-project-traverse .project-traverse-prev {
    grid-template-columns: 180px auto;
  }
}
@media (max-width: 1199.98px) {
  .atech-project-traverse .project-traverse-prev {
    grid-template-columns: 140px auto;
  }
}
@media (max-width: 991.98px) {
  .atech-project-traverse .project-traverse-prev {
    grid-template-columns: 120px auto;
  }
}
@media (max-width: 767.98px) {
  .atech-project-traverse .project-traverse-prev {
    grid-template-columns: 100px auto;
  }
}
.atech-project-traverse .project-traverse-next {
  grid-template-columns: auto 200px;
}
@media (max-width: 1399.98px) {
  .atech-project-traverse .project-traverse-next {
    grid-template-columns: auto 180px;
  }
}
@media (max-width: 1199.98px) {
  .atech-project-traverse .project-traverse-next {
    grid-template-columns: auto 140px;
  }
}
@media (max-width: 991.98px) {
  .atech-project-traverse .project-traverse-next {
    grid-template-columns: auto 120px;
  }
}
@media (max-width: 767.98px) {
  .atech-project-traverse .project-traverse-next {
    grid-template-columns: auto 100px;
  }
}
.atech-project-traverse .project-traverse-ttl {
  transition: all ease-in-out 300ms;
}
.atech-project-traverse .project-traverse-ttl:hover {
  color: #3797d5 !important;
}

.atech-blog-banner {
  min-height: 800px;
}
@media (max-width: 1535.98px) {
  .atech-blog-banner {
    min-height: 780px;
  }
}
@media (max-width: 1399.98px) {
  .atech-blog-banner {
    min-height: 750px;
  }
}
@media (max-width: 1199.98px) {
  .atech-blog-banner {
    min-height: 720px;
  }
}
@media (max-width: 991.98px) {
  .atech-blog-banner {
    min-height: 690px;
  }
}
@media (max-width: 767.98px) {
  .atech-blog-banner {
    min-height: 660px;
  }
}
.atech-blog-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(44, 121, 170, 0.8) 0%, rgba(17, 45, 64, 0.8) 80%, rgba(22, 60, 85, 0.8) 75%, rgba(11, 30, 43, 0.8) 100%);
}
.atech-blog-banner .segment-heading-text {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

.atech-blogs-showcase {
  margin-top: -360px;
}
.atech-blogs-showcase .blogs-showcase-grid {
  gap: 48px;
}
@media (max-width: 1535.98px) {
  .atech-blogs-showcase .blogs-showcase-grid {
    gap: 40px;
  }
}
@media (max-width: 1399.98px) {
  .atech-blogs-showcase .blogs-showcase-grid {
    gap: 24px;
  }
}
@media (max-width: 1199.98px) {
  .atech-blogs-showcase .blogs-showcase-grid {
    gap: 40px;
  }
}
@media (max-width: 1199.98px) {
  .atech-blogs-showcase .blogs-showcase-vertical .blogs-showcase-ttl {
    color: #262626 !important;
  }
}

.atech-blogs-main {
  background: url("../../../assets/images/misc/transparent_waves_bg.png") center/cover no-repeat;
}
.atech-blogs-main .blogs-cat-btn {
  transition: all ease-in-out 300ms;
}
@media (max-width: 575.98px) {
  .atech-blogs-main .blogs-cat-btn {
    padding: 6px 12px !important;
  }
}
.atech-blogs-main .blogs-cat-btn:not(.is-checked):hover {
  background: #d7eaf7 !important;
}
.atech-blogs-main .blogs-cat-btn.is-checked {
  background: linear-gradient(to bottom, #5facdd, #3797d5);
  color: #ffffff !important;
}

.atech-download-showcase {
  min-height: 880px;
}
.atech-download-showcase::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #d5e9f6 0%, #ecf3f9 25%, #eef5f9 74%, #d5e9f6 100%);
  opacity: 0.8;
}
.atech-download-showcase .download-showcase-grid {
  gap: 80px;
}
@media (max-width: 1399.98px) {
  .atech-download-showcase .download-showcase-grid {
    gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .atech-download-showcase .download-showcase-grid {
    gap: 40px;
  }
}

.atech-blog-detail-banner {
  background: linear-gradient(#d5e9f6 0%, #ecf3f9 33%, #ffffff 67%, #ffffff 100%);
}
.atech-blog-detail-main-container {
  grid-template-columns: 350px auto;
  gap: 48px;
}
@media (max-width: 1399.98px) {
  .atech-blog-detail-main-container {
    gap: 40px;
    grid-template-columns: 320px auto;
  }
}
@media (max-width: 991.98px) {
  .atech-blog-detail-main-container {
    grid-template-columns: 100%;
  }
}

.blog-detail-widgets {
  gap: 32px;
  position: sticky;
  top: 120px;
}
@media (max-width: 1535.98px) {
  .blog-detail-widgets {
    gap: 28px;
  }
}
@media (max-width: 1399.98px) {
  .blog-detail-widgets {
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .blog-detail-widgets {
    position: relative;
    top: 0;
  }
}
.blog-detail-widgets .search-widget .form-control::-moz-placeholder {
  color: #a4a7ae;
}
.blog-detail-widgets .search-widget .form-control::placeholder {
  color: #a4a7ae;
}
.blog-detail-widgets .bookmark-widget-head::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 14px solid #3797d5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.blog-detail-widgets .bookmark-widget-item > a {
  padding: 14px 24px;
  position: relative;
  transition: all ease-in-out 300ms;
}
@media (max-width: 1199.98px) {
  .blog-detail-widgets .bookmark-widget-item > a {
    padding: 12px 20px;
  }
}
.blog-detail-widgets .bookmark-widget-item > a.active {
  color: #3797d5 !important;
}
.blog-detail-widgets .bookmark-widget-item > a:hover {
  color: #3797d5 !important;
}
.blog-detail-widgets .bookmark-widget-item > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: #ffffff;
}
.blog-detail-widgets .categories-widget .categories-widget-item {
  border-bottom: 1px dashed #c3e0f2;
}
.blog-detail-widgets .categories-widget .categories-widget-item:last-child {
  border-bottom: 0 !important;
}
.blog-detail-widgets .categories-widget .categories-widget-item a {
  transition: all ease-in-out 300ms;
}
.blog-detail-widgets .categories-widget .categories-widget-item a:hover {
  color: #262626 !important;
}
.blog-detail-widgets .posts-widget-item {
  padding: 10px;
}
.blog-detail-widgets .posts-widget .widget-item-img {
  min-width: 80px;
  width: 80px;
  height: 80px;
}
.blog-detail-widgets .contacts-widget {
  height: 284px;
}
.blog-detail-widgets .contacts-widget::after {
  content: "";
  background: linear-gradient(to bottom, #3797d5, #000000);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 50%;
}

.blog-traverse-prev {
  grid-template-columns: 120px auto;
}
@media (max-width: 1535.98px) {
  .blog-traverse-prev {
    grid-template-columns: 100px auto;
  }
}
@media (max-width: 767.98px) {
  .blog-traverse-prev {
    grid-template-columns: 100%;
  }
}
@media (max-width: 575.98px) {
  .blog-traverse-prev {
    border-right: 0 !important;
  }
}
.blog-traverse-next {
  grid-template-columns: auto 120px;
}
@media (max-width: 1535.98px) {
  .blog-traverse-next {
    grid-template-columns: auto 100px;
  }
}
@media (max-width: 767.98px) {
  .blog-traverse-next {
    grid-template-columns: 100%;
  }
}
.blog-traverse-next .blog-traverse-img {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .blog-traverse-next .blog-traverse-img {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .blog-traverse-next .blog-traverse-info {
    order: 2;
  }
}
.blog-traverse-img {
  height: 100px;
}
@media (max-width: 767.98px) {
  .blog-traverse-img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 479.98px) {
  .blog-traverse-img {
    width: 72px;
    height: 72px;
  }
}

.atech-services-banner {
  background: url("../../../assets/images/services/services_banner_bg.png") top/cover no-repeat;
}
@media (max-width: 479.98px) {
  .atech-services-banner .services-banner-highlights .services-highlights-item {
    font-size: 14px !important;
  }
}
.atech-services-banner .services-banner-highlights .services-highlights-item::after {
  content: "";
  position: absolute;
  right: -3.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #3797d5;
}
.atech-services-banner .services-banner-highlights .services-highlights-item:last-child::after {
  display: none;
}
.atech-services-banner .services-banner-highlights .services-highlights-list {
  row-gap: 12px;
}
@media (max-width: 991.98px) {
  .atech-services-banner .services-banner-highlights .services-highlights-list {
    row-gap: 8px;
  }
}
@media (max-width: 479.98px) {
  .atech-services-banner .services-banner-highlights .services-highlights-list {
    row-gap: 6px;
  }
}

.atech-services-main .services-main-item {
  gap: 80px;
}
@media (max-width: 767.98px) {
  .atech-services-main .services-main-item {
    gap: 60px;
  }
}
.atech-services-main .services-main-item-wrapper:nth-child(even) {
  background: linear-gradient(-45deg, #d5e9f6 0%, #ecf3f9 25%, #eef5f9 74%, #d5e9f6 100%);
}
.atech-services-main .services-main-item-wrapper:nth-child(even) .services-item-img {
  order: 2;
}
@media (max-width: 1199.98px) {
  .atech-services-main .services-main-item-wrapper:nth-child(even) .services-item-img {
    order: 1;
  }
}
.atech-services-main .services-main-item-wrapper:nth-child(even) .services-item-img::after {
  background: linear-gradient(to left, #d7eaf7, #c3e0f2);
  transform: rotate(-2deg);
}
.atech-services-main .services-main-item-wrapper:nth-child(even) .services-item-img::before {
  top: -23px;
  left: -23px;
}
@media (max-width: 1199.98px) {
  .atech-services-main .services-main-item-wrapper:nth-child(even) .services-item-img::before {
    top: -18px;
    left: -18px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-main .services-main-item-wrapper:nth-child(even) .services-item-img::before {
    top: -16px;
    left: -13px;
  }
}
.atech-services-main .services-main-item-wrapper:nth-child(even) .services-item-info {
  order: 1;
}
@media (max-width: 1199.98px) {
  .atech-services-main .services-main-item-wrapper:nth-child(even) .services-item-info {
    order: 2;
  }
}
.atech-services-main .services-main-item-wrapper:nth-child(even) .services-item-projects-link {
  border-radius: 24px 0 24px 0 !important;
  right: 0 !important;
  left: auto !important;
}
.atech-services-main .services-item-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
@media (max-width: 1399.98px) {
  .atech-services-main .services-item-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
  }
}
@media (max-width: 1199.98px) {
  .atech-services-main .services-item-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-main .services-item-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-main .services-item-img {
    border-radius: 20px !important;
  }
}
.atech-services-main .services-item-img::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 40px;
  height: 100%;
  right: 20px;
  background: linear-gradient(to right, #d7eaf7, #c3e0f2);
  border-radius: 24px;
  transform: rotate(2deg);
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .atech-services-main .services-item-img::after {
    top: 32px;
    transform: rotate(1.5deg);
  }
}
@media (max-width: 767.98px) {
  .atech-services-main .services-item-img::after {
    top: 24px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-main .services-item-img::after {
    top: 18px;
  }
}
.atech-services-main .services-item-img::before {
  content: "";
  position: absolute;
  top: -23px;
  right: -23px;
  width: 152px;
  height: 165px;
  background: url("../../../assets/images/misc/dots_vector_vertical_dark.svg") center/contain no-repeat;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .atech-services-main .services-item-img::before {
    top: -19px;
    right: -17px;
    width: 122px;
    height: 135px;
  }
}
@media (max-width: 767.98px) {
  .atech-services-main .services-item-img::before {
    width: 102px;
    height: 115px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-main .services-item-img::before {
    top: -16px;
    right: -12px;
    width: 82px;
    height: 95px;
  }
}
.atech-services-main .services-item-projects-link {
  padding: 28px 32px !important;
  border-radius: 0 24px 0 24px !important;
  height: 78px;
}
@media (max-width: 1399.98px) {
  .atech-services-main .services-item-projects-link {
    padding: 24px 28px !important;
    height: 72px;
  }
}
@media (max-width: 991.98px) {
  .atech-services-main .services-item-projects-link {
    padding: 20px 24px !important;
    height: 68px;
    border-radius: 0 20px 0 20px !important;
  }
}
@media (max-width: 575.98px) {
  .atech-services-main .services-item-projects-link {
    height: 56px;
  }
}
@media (max-width: 479.98px) {
  .atech-services-main .services-item-projects-link {
    padding: 14px 20px !important;
  }
}
.atech-services-main .services-item-subheading {
  margin-top: 0 !important;
}

.atech-track-record {
  background: url("../../../assets/images/services/track_record_bg.png") center/cover no-repeat;
}
.atech-track-record .track-record-grid {
  gap: 80px;
}
@media (max-width: 1399.98px) {
  .atech-track-record .track-record-grid {
    gap: 72px;
  }
}
@media (max-width: 1199.98px) {
  .atech-track-record .track-record-grid {
    gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .atech-track-record .track-record-grid {
    gap: 48px;
  }
}
@media (max-width: 767.98px) {
  .atech-track-record .track-record-grid {
    gap: 36px;
  }
}
@media (max-width: 575.98px) {
  .atech-track-record .track-record-grid {
    gap: 28px;
  }
}
@media (max-width: 479.98px) {
  .atech-track-record .track-record-grid {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .atech-track-record .track-record-stats {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.atech-track-record .record-stats-item {
  height: 100%;
}
@media (max-width: 991.98px) {
  .atech-track-record .record-stats-item {
    border-radius: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .atech-track-record .record-stats-item {
    border-radius: 16px !important;
  }
}

.atech-services-details-banner {
  min-height: 980px;
}
@media (max-width: 1399.98px) {
  .atech-services-details-banner {
    min-height: auto;
  }
}
.atech-services-details-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../assets/images/services/service_detail_banner_bg.png");
}
.atech-services-details-banner .breadcrumb .breadcrumb-item.active {
  color: #ffffff !important;
}
.atech-services-details-banner .services-details-banner-content {
  gap: 40px;
  grid-template-columns: 3.5fr 5fr;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991.98px) {
  .atech-services-details-banner .services-details-banner-content {
    grid-template-columns: 100%;
    gap: 32px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-details-banner .services-details-banner-content {
    gap: 24px;
  }
}

.atech-services-deliverables .services-deliverables-list .deliverables-count-icon {
  width: 80px;
  height: 80px;
}
@media (max-width: 1399.98px) {
  .atech-services-deliverables .services-deliverables-list .deliverables-count-icon {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 1199.98px) {
  .atech-services-deliverables .services-deliverables-list .deliverables-count-icon {
    width: 64px;
    height: 64px;
  }
}

.atech-services-process .services-process-list:nth-of-type(1) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #1ee2cf;
}
.atech-services-process .services-process-list:nth-of-type(1) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #8b40e5;
}
.atech-services-process .services-process-list:nth-of-type(1) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #ff885a;
}
.atech-services-process .services-process-list:nth-of-type(2) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #fd346e;
}
.atech-services-process .services-process-list:nth-of-type(2) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #0cd68a;
}
.atech-services-process .services-process-list:nth-of-type(2) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #fcdc02;
}
.atech-services-process .services-process-list:nth-of-type(3) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #1ee2cf;
}
.atech-services-process .services-process-list:nth-of-type(3) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #8b40e5;
}
.atech-services-process .services-process-list:nth-of-type(3) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #ff885a;
}
.atech-services-process .services-process-list:nth-of-type(4) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #fd346e;
}
.atech-services-process .services-process-list:nth-of-type(4) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #0cd68a;
}
.atech-services-process .services-process-list:nth-of-type(4) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #fcdc02;
}
.atech-services-process .services-process-list:nth-of-type(5) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #1ee2cf;
}
.atech-services-process .services-process-list:nth-of-type(5) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #8b40e5;
}
.atech-services-process .services-process-list:nth-of-type(5) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #ff885a;
}
.atech-services-process .services-process-list:nth-of-type(6) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #fd346e;
}
.atech-services-process .services-process-list:nth-of-type(6) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #0cd68a;
}
.atech-services-process .services-process-list:nth-of-type(6) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #fcdc02;
}
.atech-services-process .services-process-list:nth-of-type(7) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #1ee2cf;
}
.atech-services-process .services-process-list:nth-of-type(7) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #8b40e5;
}
.atech-services-process .services-process-list:nth-of-type(7) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #ff885a;
}
.atech-services-process .services-process-list:nth-of-type(8) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #fd346e;
}
.atech-services-process .services-process-list:nth-of-type(8) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #0cd68a;
}
.atech-services-process .services-process-list:nth-of-type(8) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #fcdc02;
}
.atech-services-process .services-process-list:nth-of-type(9) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #1ee2cf;
}
.atech-services-process .services-process-list:nth-of-type(9) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #8b40e5;
}
.atech-services-process .services-process-list:nth-of-type(9) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #ff885a;
}
.atech-services-process .services-process-list:nth-of-type(10) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #fd346e;
}
.atech-services-process .services-process-list:nth-of-type(10) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #0cd68a;
}
.atech-services-process .services-process-list:nth-of-type(10) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #fcdc02;
}
.atech-services-process .services-process-list:nth-of-type(11) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #1ee2cf;
}
.atech-services-process .services-process-list:nth-of-type(11) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #8b40e5;
}
.atech-services-process .services-process-list:nth-of-type(11) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #ff885a;
}
.atech-services-process .services-process-list:nth-of-type(12) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #fd346e;
}
.atech-services-process .services-process-list:nth-of-type(12) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #0cd68a;
}
.atech-services-process .services-process-list:nth-of-type(12) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #fcdc02;
}
.atech-services-process .services-process-list:nth-of-type(13) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #1ee2cf;
}
.atech-services-process .services-process-list:nth-of-type(13) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #8b40e5;
}
.atech-services-process .services-process-list:nth-of-type(13) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #ff885a;
}
.atech-services-process .services-process-list:nth-of-type(14) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #fd346e;
}
.atech-services-process .services-process-list:nth-of-type(14) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #0cd68a;
}
.atech-services-process .services-process-list:nth-of-type(14) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #fcdc02;
}
.atech-services-process .services-process-list:nth-of-type(15) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #1ee2cf;
}
.atech-services-process .services-process-list:nth-of-type(15) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #8b40e5;
}
.atech-services-process .services-process-list:nth-of-type(15) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #ff885a;
}
.atech-services-process .services-process-list:nth-of-type(16) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #fd346e;
}
.atech-services-process .services-process-list:nth-of-type(16) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #0cd68a;
}
.atech-services-process .services-process-list:nth-of-type(16) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #fcdc02;
}
.atech-services-process .services-process-list:nth-of-type(17) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #1ee2cf;
}
.atech-services-process .services-process-list:nth-of-type(17) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #8b40e5;
}
.atech-services-process .services-process-list:nth-of-type(17) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #ff885a;
}
.atech-services-process .services-process-list:nth-of-type(18) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #fd346e;
}
.atech-services-process .services-process-list:nth-of-type(18) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #0cd68a;
}
.atech-services-process .services-process-list:nth-of-type(18) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #fcdc02;
}
.atech-services-process .services-process-list:nth-of-type(19) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #1ee2cf;
}
.atech-services-process .services-process-list:nth-of-type(19) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #8b40e5;
}
.atech-services-process .services-process-list:nth-of-type(19) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #ff885a;
}
.atech-services-process .services-process-list:nth-of-type(20) .services-process-item:nth-of-type(1) .services-process-icon {
  background-color: #fd346e;
}
.atech-services-process .services-process-list:nth-of-type(20) .services-process-item:nth-of-type(2) .services-process-icon {
  background-color: #0cd68a;
}
.atech-services-process .services-process-list:nth-of-type(20) .services-process-item:nth-of-type(3) .services-process-icon {
  background-color: #fcdc02;
}
.atech-services-process .services-process-list:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 160px;
  background: url("../../../assets/images/services/dashed_two_end_wideline.svg") center/contain no-repeat;
}
@media (max-width: 991.98px) {
  .atech-services-process .services-process-list:not(:last-child)::after {
    height: 140px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-process .services-process-list:not(:last-child)::after {
    height: 100px;
  }
}
@media (max-width: 991.98px) {
  .atech-services-process .services-process-list {
    gap: 140px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-process .services-process-list {
    gap: 100px;
  }
}
@media (max-width: 479.98px) {
  .atech-services-process .services-process-list {
    gap: 92px;
  }
}
.atech-services-process .services-process-item::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 100%;
  background: url("../../../assets/images/services/dashed_arrow_right.svg") center/contain no-repeat;
}
@media (max-width: 991.98px) {
  .atech-services-process .services-process-item::after {
    transform: rotate(90deg);
    height: 100px;
    width: 100px;
    left: 50%;
    top: calc(100% + 20px);
    transform: translateX(-50%) rotate(90deg);
  }
}
@media (max-width: 575.98px) {
  .atech-services-process .services-process-item::after {
    height: 72px;
    width: 72px;
    top: calc(100% + 12px);
  }
}
@media (max-width: 479.98px) {
  .atech-services-process .services-process-item::after {
    height: 60px;
    width: 60px;
    top: calc(100% + 16px);
  }
}
.atech-services-process .services-process-item:last-child::after {
  display: none;
}
.atech-services-process .services-process-arrow:last-child {
  display: none !important;
}
.atech-services-process .services-process-list {
  -moz-column-gap: 140px;
       column-gap: 140px;
}
.atech-services-process .services-process-list-group {
  gap: 160px;
}
@media (max-width: 991.98px) {
  .atech-services-process .services-process-list-group {
    gap: 140px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-process .services-process-list-group {
    gap: 100px;
  }
}
.atech-services-process .services-process-icon {
  width: 120px;
  height: 120px;
}
@media (max-width: 575.98px) {
  .atech-services-process .services-process-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-process .services-process-icon [class*=icon-] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
.atech-services-process .services-process-count {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  right: -26px;
}

.atech-services-details-two-container {
  grid-template-columns: 45% auto;
  gap: 60px;
}
@media (max-width: 1399.98px) {
  .atech-services-details-two-container {
    grid-template-columns: 100%;
    gap: 48px;
  }
}
@media (max-width: 991.98px) {
  .atech-services-details-two-container {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .atech-services-details-two-container {
    gap: 32px;
  }
}
.atech-services-details-two .services-details-two-slider {
  padding-bottom: 80px !important;
}
@media (max-width: 1399.98px) {
  .atech-services-details-two .services-details-two-slider {
    max-width: 800px;
  }
}
.atech-services-details-two .services-details-two-slider .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  border-radius: 0 !important;
}
@media (max-width: 991.98px) {
  .atech-services-details-two .services-details-two-slider .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
  }
}
@media (max-width: 767.98px) {
  .atech-services-details-two .services-details-two-slider .swiper-pagination-bullet {
    width: 40px;
  }
}

.atech-services-excellence .services-excellence-grid .excellence-item {
  background: linear-gradient(to bottom, rgba(225, 239, 249, 0.4) 8%, #ebf5fb 46%, rgba(235, 245, 251, 0.1) 100%);
}
.atech-services-excellence .services-excellence-grid .excellence-item-icon {
  width: 100px;
  height: 100px;
}
@media (max-width: 1199.98px) {
  .atech-services-excellence .services-excellence-grid .excellence-item-icon {
    width: 92px;
    height: 92px;
  }
}
@media (max-width: 991.98px) {
  .atech-services-excellence .services-excellence-grid .excellence-item-icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-excellence .services-excellence-grid .excellence-item-icon {
    width: 72px;
    height: 72px;
  }
}
.atech-services-excellence .services-excellence-grid .excellence-item:nth-child(1) .excellence-item-icon {
  background-color: #1ee2cf;
}
.atech-services-excellence .services-excellence-grid .excellence-item:nth-child(2) .excellence-item-icon {
  background-color: #8b40e5;
}
.atech-services-excellence .services-excellence-grid .excellence-item:nth-child(3) .excellence-item-icon {
  background-color: #ff885a;
}
.atech-services-excellence .services-excellence-grid .excellence-item:nth-child(4) .excellence-item-icon {
  background-color: #fd346e;
}
.atech-services-excellence .services-excellence-grid .excellence-item:nth-child(5) .excellence-item-icon {
  background-color: #0cd68a;
}
.atech-services-excellence .services-excellence-grid .excellence-item:nth-child(6) .excellence-item-icon {
  background-color: #fcdc02;
}

.atech-services-details-three .services-details-three-head {
  gap: 60px;
}
@media (max-width: 1399.98px) {
  .atech-services-details-three .services-details-three-head {
    gap: 0;
  }
}
.atech-services-details-three .services-details-three-item-count {
  width: 100px;
  height: 100px;
  min-width: 100px;
}
@media (max-width: 1399.98px) {
  .atech-services-details-three .services-details-three-item-count {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
@media (max-width: 1199.98px) {
  .atech-services-details-three .services-details-three-item-count {
    width: 72px;
    height: 72px;
    min-width: 72px;
  }
}
@media (max-width: 575.98px) {
  .atech-services-details-three .services-details-three-item-count {
    width: 60px;
    height: 48px;
    min-width: 60px;
  }
}
@media (max-width: 479.98px) {
  .atech-services-details-three .services-details-three-item-count {
    width: 52px;
    height: 42px;
    min-width: 52px;
  }
}

@media (max-width: 575.98px) {
  .contact-banner-location-img {
    scale: 1.6;
    transform: translate(-80px, 20px);
  }
}
@media (max-width: 479.98px) {
  .contact-banner-location-img {
    scale: 1.8;
  }
}

.atech-contact-main .atech-contact {
  background: none !important;
}
.atech-contact-main .atech-contact-container {
  gap: 60px;
}
.atech-contact-main .contact-grid-block-wrapper::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #87c1e6;
  filter: blur(148px);
  right: -10px;
  bottom: 138px;
  z-index: -1;
}
.atech-contact-main .contact-grid-block-wrapper::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #87c1e6;
  filter: blur(148px);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.atech-contact-main .contact-deliver-segment .contact-deliver-list {
  gap: 100px;
  max-width: 766px;
}
@media (max-width: 1535.98px) {
  .atech-contact-main .contact-deliver-segment .contact-deliver-list {
    gap: 80px;
  }
}
@media (max-width: 1399.98px) {
  .atech-contact-main .contact-deliver-segment .contact-deliver-list {
    gap: 60px;
  }
}
@media (max-width: 1199.98px) {
  .atech-contact-main .contact-deliver-segment .contact-deliver-list {
    gap: 48px;
  }
}
@media (max-width: 991.98px) {
  .atech-contact-main .contact-deliver-segment .contact-deliver-list {
    gap: 36px;
  }
}
@media (max-width: 767.98px) {
  .atech-contact-main .contact-deliver-segment .contact-deliver-list {
    gap: 24px;
  }
}
.atech-contact-main .contact-deliver-segment .contact-deliver-item:nth-child(1) .contact-deliver-item-icon {
  background: #ddfbf8;
}
.atech-contact-main .contact-deliver-segment .contact-deliver-item:nth-child(2) .contact-deliver-item-icon {
  background: #ffede6;
}
.atech-contact-main .contact-deliver-segment .contact-deliver-item:nth-child(3) .contact-deliver-item-icon {
  background: #ffe1e9;
}
.atech-contact-main .contact-deliver-segment .contact-deliver-item:nth-child(4) .contact-deliver-item-icon {
  background: #dbf9ee;
}

.atech-about-banner {
  background: url("../../../assets/images/about/about_us_banner_bg.png") top/cover no-repeat;
}
.atech-about-banner .about-banner-group {
  gap: 140px;
}
@media (max-width: 1535.98px) {
  .atech-about-banner .about-banner-group {
    gap: 120px;
  }
}
@media (max-width: 1399.98px) {
  .atech-about-banner .about-banner-group {
    gap: 100px;
  }
}
@media (max-width: 1199.98px) {
  .atech-about-banner .about-banner-group {
    gap: 80px;
  }
}
.atech-about-banner .about-banner-segment-one {
  gap: 80px;
}
@media (max-width: 1399.98px) {
  .atech-about-banner .about-banner-segment-one {
    gap: 60px;
  }
}
.atech-about-banner .about-banner-segment-one .about-banner-segment-img .floating-elem-one {
  background: linear-gradient(to bottom, rgba(13, 136, 255, 0.9), rgba(13, 136, 255, 0.8));
  width: 260px;
  top: -30px;
  left: 24px;
}
.atech-about-banner .about-banner-segment-one .about-banner-segment-img .floating-elem-two {
  background: linear-gradient(to bottom, rgba(255, 136, 90, 0.9), rgba(255, 136, 90, 0.8));
  width: 260px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
}
.atech-about-banner .about-banner-segment-two .banner-segment-two-grid {
  grid-template-columns: 55% auto;
  gap: 80px;
}
@media (max-width: 1399.98px) {
  .atech-about-banner .about-banner-segment-two .banner-segment-two-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 72px;
  }
}
@media (max-width: 991.98px) {
  .atech-about-banner .about-banner-segment-two .banner-segment-two-grid {
    grid-template-columns: 100%;
    gap: 60px;
  }
}
.atech-about-banner .about-banner-segment-two .about-banner-segment-img::after {
  content: "";
  position: absolute;
  background: #c3e0f2;
  left: 68px;
  top: -20px;
  bottom: 20px;
  right: -24px;
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .atech-about-banner .about-banner-segment-two .about-banner-segment-img::after {
    left: 36px;
    top: -16px;
    bottom: 16px;
    right: -16px;
    border-radius: 28px;
  }
}
@media (max-width: 575.98px) {
  .atech-about-banner .about-banner-segment-two .about-banner-segment-img::after {
    display: none;
  }
}
.atech-about-banner .about-banner-segment-two .about-stats-item {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991.98px) {
  .atech-about-banner .about-banner-segment-two .about-stats-item {
    border-radius: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .atech-about-banner .about-banner-segment-two .about-stats-item {
    border-radius: 16px !important;
  }
}

.atech-about-mvg {
  background: url("../../../assets/images/about/mvg_bg.png") center/cover no-repeat;
}
@media (max-width: 991.98px) {
  .atech-about-mvg {
    background-size: 1000px auto;
  }
}
@media (max-width: 575.98px) {
  .atech-about-mvg {
    background-size: 600px auto;
  }
}
.atech-about-mvg .about-mvg-grid {
  gap: 80px;
}
@media (max-width: 1399.98px) {
  .atech-about-mvg .about-mvg-grid {
    gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .atech-about-mvg .about-mvg-grid {
    gap: 40px;
  }
}
.atech-about-mvg .about-mvg-img:nth-child(1) {
  grid-column: 1/3;
  height: 380px;
}
@media (max-width: 479.98px) {
  .atech-about-mvg .about-mvg-img:nth-child(1) {
    grid-column: 1;
  }
}
.atech-about-mvg .about-mvg-img:nth-child(2) {
  height: 240px;
}
.atech-about-mvg .about-mvg-quote .ceo-quote-text {
  font-style: italic;
}
.atech-about-mvg .about-mvg-quote::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 97px;
  height: 51px;
  background: url("../../../assets/images/about/curved_quote_floating_element.svg") center/contain no-repeat;
}
.atech-about-mvg .about-mvg-details {
  background: rgba(235, 245, 251, 0.5);
}
.atech-about-mvg .about-mvg-details .mvg-details-item-icon {
  width: 64px;
  height: 64px;
}
@media (max-width: 991.98px) {
  .atech-about-mvg .about-mvg-details .mvg-details-item-icon {
    width: 56px;
    height: 56px;
  }
}

.atech-services-offers {
  background: url("../../../assets/images/about/service_offering_bg.png") top/cover no-repeat;
}
@media (max-width: 1535.98px) {
  .atech-services-offers {
    background-size: 1000px 1000px;
    background-position: center left;
  }
}
@media (max-width: 1399.98px) {
  .atech-services-offers {
    background-size: 800px 800px;
    background-position: top left;
  }
}
.atech-services-offers .services-offers-grid {
  grid-template-columns: 40% auto;
  gap: 60px;
}
@media (max-width: 991.98px) {
  .atech-services-offers .services-offers-grid {
    grid-template-columns: 100%;
  }
}
.atech-services-offers .services-offers-item {
  position: sticky;
  top: 120px;
  z-index: 1;
}
@media (max-width: 1535.98px) {
  .atech-services-offers .services-offers-item {
    top: 100px;
  }
}
@media (max-width: 1399.98px) {
  .atech-services-offers .services-offers-item {
    top: 80px;
  }
}

.atech-services-teams {
  background: url("../../../assets/images/about/teams_bg.png") bottom center/cover no-repeat;
}
@media (max-width: 991.98px) {
  .atech-services-teams .services-teams-list {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
.atech-services-teams .services-teams-item {
  height: 415px;
  overflow: hidden;
}
.atech-services-teams .services-teams-item .teams-item-info {
  bottom: 12px;
  left: 12px;
  right: 12px;
}
@media (max-width: 1399.98px) {
  .atech-services-teams .services-teams-item .teams-item-info {
    bottom: 8px;
    left: 8px;
    right: 8px;
  }
}
@media (max-width: 479.98px) {
  .atech-services-teams .services-teams-item .teams-item-info {
    bottom: 8px;
    left: 8px;
    right: 8px;
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 1399.98px) {
  .atech-services-teams .services-teams-item .teams-item-info-group {
    padding: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .atech-services-teams .services-teams-item .teams-item-info-group {
    padding: 8px 8px 4px 8px !important;
  }
}
@media (max-width: 991.98px) {
  .atech-services-teams .services-teams-item .teams-item-info-group {
    padding: 16px !important;
  }
}
@media (max-width: 575.98px) {
  .atech-services-teams .services-teams-item .teams-item-info-group {
    padding: 12px !important;
  }
}
@media (max-width: 479.98px) {
  .atech-services-teams .services-teams-item .teams-item-info-group {
    padding: 24px 20px 16px 20px !important;
  }
}
.atech-services-teams .services-teams-item .teams-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.atech-services-teams .services-teams-item:hover .teams-item-info::after {
  transform: rotate(180deg);
}

.faq-tabs .nav-link.active, .faq-tabs .nav-link:hover, .faq-tabs .nav-link:focus {
  color: #3797d5;
}

.policies-detail-content .content-stylings ol {
  padding-left: 28px !important;
}/*# sourceMappingURL=main.css.map */