*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
}

html,
body {
  height: 100%;
}

a,
a:link,
a:link::after {
  text-decoration: unset;
}

input,
textarea {
  outline: none;
  border: none;
  background: none;
  resize: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button {
  outline: none;
  border: none;
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

body {
  font-size: 100%;
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Colors */
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Thin.ttf) format("TrueType");
  font-weight: 100;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-ExtraLight.ttf) format("TrueType");
  font-weight: 200;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Light.ttf) format("TrueType");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.ttf) format("TrueType");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Medium.ttf) format("TrueType");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-SemiBold.ttf) format("TrueType");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.ttf) format("TrueType");
  font-weight: 700;
}
/* Text Colors */
.text-dark {
  color: black !important;
}

/* Background Colors */
.bg-dark {
  background-color: black !important;
}

/* Border Colors */
.border-dark {
  border-color: black !important;
}

/* Text Colors */
.text-white {
  color: white !important;
}

/* Background Colors */
.bg-white {
  background-color: white !important;
}

/* Border Colors */
.border-white {
  border-color: white !important;
}

/* Text Colors */
.text-bg {
  color: #111825 !important;
}

/* Background Colors */
.bg-bg {
  background-color: #111825 !important;
}

/* Border Colors */
.border-bg {
  border-color: #111825 !important;
}

/* Text Colors */
.text-dark-blue {
  color: #131b29 !important;
}

/* Background Colors */
.bg-dark-blue {
  background-color: #131b29 !important;
}

/* Border Colors */
.border-dark-blue {
  border-color: #131b29 !important;
}

/* Text Colors */
.text-b8b8 {
  color: #b8b8b8 !important;
}

/* Background Colors */
.bg-b8b8 {
  background-color: #b8b8b8 !important;
}

/* Border Colors */
.border-b8b8 {
  border-color: #b8b8b8 !important;
}

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

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

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

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

@media (min-width: 0) {
  .text-xs-start {
    text-align: start !important;
  }
}

@media (min-width: 576px) {
  .text-sm-start {
    text-align: start !important;
  }
}

@media (min-width: 768px) {
  .text-md-start {
    text-align: start !important;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
    text-align: start !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-start {
    text-align: start !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: start !important;
  }
}

@media (min-width: 1600px) {
  .text-xxxl-start {
    text-align: start !important;
  }
}

@media (min-width: 0) {
  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .text-xxxl-center {
    text-align: center !important;
  }
}

@media (min-width: 0) {
  .text-xs-end {
    text-align: end !important;
  }
}

@media (min-width: 576px) {
  .text-sm-end {
    text-align: end !important;
  }
}

@media (min-width: 768px) {
  .text-md-end {
    text-align: end !important;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
    text-align: end !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-end {
    text-align: end !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-end {
    text-align: end !important;
  }
}

@media (min-width: 1600px) {
  .text-xxxl-end {
    text-align: end !important;
  }
}

@media (min-width: 0) {
  .text-xs-justify {
    text-align: justify !important;
  }
}

@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1600px) {
  .text-xxxl-justify {
    text-align: justify !important;
  }
}

/* Font Weights */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

/* Font sizes */
.fs-12 {
  font-size: 12px;
  line-height: 14.4px;
}

.fs-14 {
  font-size: 14px;
  line-height: 16.8px;
}

.fs-16 {
  font-size: 16px;
  line-height: 19.2px;
}

.fs-18 {
  font-size: 18px;
  line-height: 21.6px;
}

.fs-20 {
  font-size: 20px;
  line-height: 24px;
}

.fs-22 {
  font-size: 22px;
  line-height: 26.4px;
}

.fs-24 {
  font-size: 24px;
  line-height: 28.8px;
}

.fs-26 {
  font-size: 26px;
  line-height: 31.2px;
}

.fs-28 {
  font-size: 28px;
  line-height: 33.6px;
}

.fs-30 {
  font-size: 30px;
  line-height: 36px;
}

.fs-32 {
  font-size: 32px;
  line-height: 38.4px;
}

.fs-34 {
  font-size: 34px;
  line-height: 40.8px;
}

.fs-36 {
  font-size: 36px;
  line-height: 43.2px;
}

.fs-38 {
  font-size: 38px;
  line-height: 45.6px;
}

.fs-40 {
  font-size: 40px;
  line-height: 48px;
}

.fs-42 {
  font-size: 42px;
  line-height: 50.4px;
}

.fs-44 {
  font-size: 44px;
  line-height: 52.8px;
}

.fs-46 {
  font-size: 46px;
  line-height: 55.2px;
}

.fs-60 {
  font-size: 60px;
  line-height: 72px;
}

.fs-56 {
  font-size: 56px;
  line-height: 67.2px;
}

.fs-58 {
  font-size: 58px;
  line-height: 69.6px;
}

.fs-76 {
  font-size: 76px;
  line-height: 91.2px;
}

@media (min-width: 0) {
  .fs-xs-12 {
    font-size: 12px;
    line-height: 14.4px;
  }
  .fs-xs-14 {
    font-size: 14px;
    line-height: 16.8px;
  }
  .fs-xs-16 {
    font-size: 16px;
    line-height: 19.2px;
  }
  .fs-xs-18 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .fs-xs-20 {
    font-size: 20px;
    line-height: 24px;
  }
  .fs-xs-22 {
    font-size: 22px;
    line-height: 26.4px;
  }
  .fs-xs-24 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .fs-xs-26 {
    font-size: 26px;
    line-height: 31.2px;
  }
  .fs-xs-28 {
    font-size: 28px;
    line-height: 33.6px;
  }
  .fs-xs-30 {
    font-size: 30px;
    line-height: 36px;
  }
  .fs-xs-32 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-xs-34 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .fs-xs-36 {
    font-size: 36px;
    line-height: 43.2px;
  }
  .fs-xs-38 {
    font-size: 38px;
    line-height: 45.6px;
  }
  .fs-xs-40 {
    font-size: 40px;
    line-height: 48px;
  }
  .fs-xs-42 {
    font-size: 42px;
    line-height: 50.4px;
  }
  .fs-xs-44 {
    font-size: 44px;
    line-height: 52.8px;
  }
  .fs-xs-46 {
    font-size: 46px;
    line-height: 55.2px;
  }
  .fs-xs-60 {
    font-size: 60px;
    line-height: 72px;
  }
  .fs-xs-56 {
    font-size: 56px;
    line-height: 67.2px;
  }
  .fs-xs-58 {
    font-size: 58px;
    line-height: 69.6px;
  }
  .fs-xs-76 {
    font-size: 76px;
    line-height: 91.2px;
  }
}
@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 12px;
    line-height: 14.4px;
  }
  .fs-sm-14 {
    font-size: 14px;
    line-height: 16.8px;
  }
  .fs-sm-16 {
    font-size: 16px;
    line-height: 19.2px;
  }
  .fs-sm-18 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .fs-sm-20 {
    font-size: 20px;
    line-height: 24px;
  }
  .fs-sm-22 {
    font-size: 22px;
    line-height: 26.4px;
  }
  .fs-sm-24 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .fs-sm-26 {
    font-size: 26px;
    line-height: 31.2px;
  }
  .fs-sm-28 {
    font-size: 28px;
    line-height: 33.6px;
  }
  .fs-sm-30 {
    font-size: 30px;
    line-height: 36px;
  }
  .fs-sm-32 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-sm-34 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .fs-sm-36 {
    font-size: 36px;
    line-height: 43.2px;
  }
  .fs-sm-38 {
    font-size: 38px;
    line-height: 45.6px;
  }
  .fs-sm-40 {
    font-size: 40px;
    line-height: 48px;
  }
  .fs-sm-42 {
    font-size: 42px;
    line-height: 50.4px;
  }
  .fs-sm-44 {
    font-size: 44px;
    line-height: 52.8px;
  }
  .fs-sm-46 {
    font-size: 46px;
    line-height: 55.2px;
  }
  .fs-sm-60 {
    font-size: 60px;
    line-height: 72px;
  }
  .fs-sm-56 {
    font-size: 56px;
    line-height: 67.2px;
  }
  .fs-sm-58 {
    font-size: 58px;
    line-height: 69.6px;
  }
  .fs-sm-76 {
    font-size: 76px;
    line-height: 91.2px;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 12px;
    line-height: 14.4px;
  }
  .fs-md-14 {
    font-size: 14px;
    line-height: 16.8px;
  }
  .fs-md-16 {
    font-size: 16px;
    line-height: 19.2px;
  }
  .fs-md-18 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .fs-md-20 {
    font-size: 20px;
    line-height: 24px;
  }
  .fs-md-22 {
    font-size: 22px;
    line-height: 26.4px;
  }
  .fs-md-24 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .fs-md-26 {
    font-size: 26px;
    line-height: 31.2px;
  }
  .fs-md-28 {
    font-size: 28px;
    line-height: 33.6px;
  }
  .fs-md-30 {
    font-size: 30px;
    line-height: 36px;
  }
  .fs-md-32 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-md-34 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .fs-md-36 {
    font-size: 36px;
    line-height: 43.2px;
  }
  .fs-md-38 {
    font-size: 38px;
    line-height: 45.6px;
  }
  .fs-md-40 {
    font-size: 40px;
    line-height: 48px;
  }
  .fs-md-42 {
    font-size: 42px;
    line-height: 50.4px;
  }
  .fs-md-44 {
    font-size: 44px;
    line-height: 52.8px;
  }
  .fs-md-46 {
    font-size: 46px;
    line-height: 55.2px;
  }
  .fs-md-60 {
    font-size: 60px;
    line-height: 72px;
  }
  .fs-md-56 {
    font-size: 56px;
    line-height: 67.2px;
  }
  .fs-md-58 {
    font-size: 58px;
    line-height: 69.6px;
  }
  .fs-md-76 {
    font-size: 76px;
    line-height: 91.2px;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 12px;
    line-height: 14.4px;
  }
  .fs-lg-14 {
    font-size: 14px;
    line-height: 16.8px;
  }
  .fs-lg-16 {
    font-size: 16px;
    line-height: 19.2px;
  }
  .fs-lg-18 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .fs-lg-20 {
    font-size: 20px;
    line-height: 24px;
  }
  .fs-lg-22 {
    font-size: 22px;
    line-height: 26.4px;
  }
  .fs-lg-24 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .fs-lg-26 {
    font-size: 26px;
    line-height: 31.2px;
  }
  .fs-lg-28 {
    font-size: 28px;
    line-height: 33.6px;
  }
  .fs-lg-30 {
    font-size: 30px;
    line-height: 36px;
  }
  .fs-lg-32 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-lg-34 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .fs-lg-36 {
    font-size: 36px;
    line-height: 43.2px;
  }
  .fs-lg-38 {
    font-size: 38px;
    line-height: 45.6px;
  }
  .fs-lg-40 {
    font-size: 40px;
    line-height: 48px;
  }
  .fs-lg-42 {
    font-size: 42px;
    line-height: 50.4px;
  }
  .fs-lg-44 {
    font-size: 44px;
    line-height: 52.8px;
  }
  .fs-lg-46 {
    font-size: 46px;
    line-height: 55.2px;
  }
  .fs-lg-60 {
    font-size: 60px;
    line-height: 72px;
  }
  .fs-lg-56 {
    font-size: 56px;
    line-height: 67.2px;
  }
  .fs-lg-58 {
    font-size: 58px;
    line-height: 69.6px;
  }
  .fs-lg-76 {
    font-size: 76px;
    line-height: 91.2px;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 12px;
    line-height: 14.4px;
  }
  .fs-xl-14 {
    font-size: 14px;
    line-height: 16.8px;
  }
  .fs-xl-16 {
    font-size: 16px;
    line-height: 19.2px;
  }
  .fs-xl-18 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .fs-xl-20 {
    font-size: 20px;
    line-height: 24px;
  }
  .fs-xl-22 {
    font-size: 22px;
    line-height: 26.4px;
  }
  .fs-xl-24 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .fs-xl-26 {
    font-size: 26px;
    line-height: 31.2px;
  }
  .fs-xl-28 {
    font-size: 28px;
    line-height: 33.6px;
  }
  .fs-xl-30 {
    font-size: 30px;
    line-height: 36px;
  }
  .fs-xl-32 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-xl-34 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .fs-xl-36 {
    font-size: 36px;
    line-height: 43.2px;
  }
  .fs-xl-38 {
    font-size: 38px;
    line-height: 45.6px;
  }
  .fs-xl-40 {
    font-size: 40px;
    line-height: 48px;
  }
  .fs-xl-42 {
    font-size: 42px;
    line-height: 50.4px;
  }
  .fs-xl-44 {
    font-size: 44px;
    line-height: 52.8px;
  }
  .fs-xl-46 {
    font-size: 46px;
    line-height: 55.2px;
  }
  .fs-xl-60 {
    font-size: 60px;
    line-height: 72px;
  }
  .fs-xl-56 {
    font-size: 56px;
    line-height: 67.2px;
  }
  .fs-xl-58 {
    font-size: 58px;
    line-height: 69.6px;
  }
  .fs-xl-76 {
    font-size: 76px;
    line-height: 91.2px;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 12px;
    line-height: 14.4px;
  }
  .fs-xxl-14 {
    font-size: 14px;
    line-height: 16.8px;
  }
  .fs-xxl-16 {
    font-size: 16px;
    line-height: 19.2px;
  }
  .fs-xxl-18 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .fs-xxl-20 {
    font-size: 20px;
    line-height: 24px;
  }
  .fs-xxl-22 {
    font-size: 22px;
    line-height: 26.4px;
  }
  .fs-xxl-24 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .fs-xxl-26 {
    font-size: 26px;
    line-height: 31.2px;
  }
  .fs-xxl-28 {
    font-size: 28px;
    line-height: 33.6px;
  }
  .fs-xxl-30 {
    font-size: 30px;
    line-height: 36px;
  }
  .fs-xxl-32 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-xxl-34 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .fs-xxl-36 {
    font-size: 36px;
    line-height: 43.2px;
  }
  .fs-xxl-38 {
    font-size: 38px;
    line-height: 45.6px;
  }
  .fs-xxl-40 {
    font-size: 40px;
    line-height: 48px;
  }
  .fs-xxl-42 {
    font-size: 42px;
    line-height: 50.4px;
  }
  .fs-xxl-44 {
    font-size: 44px;
    line-height: 52.8px;
  }
  .fs-xxl-46 {
    font-size: 46px;
    line-height: 55.2px;
  }
  .fs-xxl-60 {
    font-size: 60px;
    line-height: 72px;
  }
  .fs-xxl-56 {
    font-size: 56px;
    line-height: 67.2px;
  }
  .fs-xxl-58 {
    font-size: 58px;
    line-height: 69.6px;
  }
  .fs-xxl-76 {
    font-size: 76px;
    line-height: 91.2px;
  }
}
@media (min-width: 1600px) {
  .fs-xxxl-12 {
    font-size: 12px;
    line-height: 14.4px;
  }
  .fs-xxxl-14 {
    font-size: 14px;
    line-height: 16.8px;
  }
  .fs-xxxl-16 {
    font-size: 16px;
    line-height: 19.2px;
  }
  .fs-xxxl-18 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .fs-xxxl-20 {
    font-size: 20px;
    line-height: 24px;
  }
  .fs-xxxl-22 {
    font-size: 22px;
    line-height: 26.4px;
  }
  .fs-xxxl-24 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .fs-xxxl-26 {
    font-size: 26px;
    line-height: 31.2px;
  }
  .fs-xxxl-28 {
    font-size: 28px;
    line-height: 33.6px;
  }
  .fs-xxxl-30 {
    font-size: 30px;
    line-height: 36px;
  }
  .fs-xxxl-32 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-xxxl-34 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .fs-xxxl-36 {
    font-size: 36px;
    line-height: 43.2px;
  }
  .fs-xxxl-38 {
    font-size: 38px;
    line-height: 45.6px;
  }
  .fs-xxxl-40 {
    font-size: 40px;
    line-height: 48px;
  }
  .fs-xxxl-42 {
    font-size: 42px;
    line-height: 50.4px;
  }
  .fs-xxxl-44 {
    font-size: 44px;
    line-height: 52.8px;
  }
  .fs-xxxl-46 {
    font-size: 46px;
    line-height: 55.2px;
  }
  .fs-xxxl-60 {
    font-size: 60px;
    line-height: 72px;
  }
  .fs-xxxl-56 {
    font-size: 56px;
    line-height: 67.2px;
  }
  .fs-xxxl-58 {
    font-size: 58px;
    line-height: 69.6px;
  }
  .fs-xxxl-76 {
    font-size: 76px;
    line-height: 91.2px;
  }
}
/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

/* Gaps sizes */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

@media (min-width: 0) {
  .gap-xs-5 {
    gap: 5px;
  }
  .gap-xs-10 {
    gap: 10px;
  }
  .gap-xs-15 {
    gap: 15px;
  }
  .gap-xs-20 {
    gap: 20px;
  }
  .gap-xs-25 {
    gap: 25px;
  }
  .gap-xs-30 {
    gap: 30px;
  }
  .gap-xs-35 {
    gap: 35px;
  }
  .gap-xs-40 {
    gap: 40px;
  }
  .gap-xs-45 {
    gap: 45px;
  }
  .gap-xs-50 {
    gap: 50px;
  }
  .gap-xs-55 {
    gap: 55px;
  }
}
@media (min-width: 576px) {
  .gap-sm-5 {
    gap: 5px;
  }
  .gap-sm-10 {
    gap: 10px;
  }
  .gap-sm-15 {
    gap: 15px;
  }
  .gap-sm-20 {
    gap: 20px;
  }
  .gap-sm-25 {
    gap: 25px;
  }
  .gap-sm-30 {
    gap: 30px;
  }
  .gap-sm-35 {
    gap: 35px;
  }
  .gap-sm-40 {
    gap: 40px;
  }
  .gap-sm-45 {
    gap: 45px;
  }
  .gap-sm-50 {
    gap: 50px;
  }
  .gap-sm-55 {
    gap: 55px;
  }
}
@media (min-width: 768px) {
  .gap-md-5 {
    gap: 5px;
  }
  .gap-md-10 {
    gap: 10px;
  }
  .gap-md-15 {
    gap: 15px;
  }
  .gap-md-20 {
    gap: 20px;
  }
  .gap-md-25 {
    gap: 25px;
  }
  .gap-md-30 {
    gap: 30px;
  }
  .gap-md-35 {
    gap: 35px;
  }
  .gap-md-40 {
    gap: 40px;
  }
  .gap-md-45 {
    gap: 45px;
  }
  .gap-md-50 {
    gap: 50px;
  }
  .gap-md-55 {
    gap: 55px;
  }
}
@media (min-width: 992px) {
  .gap-lg-5 {
    gap: 5px;
  }
  .gap-lg-10 {
    gap: 10px;
  }
  .gap-lg-15 {
    gap: 15px;
  }
  .gap-lg-20 {
    gap: 20px;
  }
  .gap-lg-25 {
    gap: 25px;
  }
  .gap-lg-30 {
    gap: 30px;
  }
  .gap-lg-35 {
    gap: 35px;
  }
  .gap-lg-40 {
    gap: 40px;
  }
  .gap-lg-45 {
    gap: 45px;
  }
  .gap-lg-50 {
    gap: 50px;
  }
  .gap-lg-55 {
    gap: 55px;
  }
}
@media (min-width: 1200px) {
  .gap-xl-5 {
    gap: 5px;
  }
  .gap-xl-10 {
    gap: 10px;
  }
  .gap-xl-15 {
    gap: 15px;
  }
  .gap-xl-20 {
    gap: 20px;
  }
  .gap-xl-25 {
    gap: 25px;
  }
  .gap-xl-30 {
    gap: 30px;
  }
  .gap-xl-35 {
    gap: 35px;
  }
  .gap-xl-40 {
    gap: 40px;
  }
  .gap-xl-45 {
    gap: 45px;
  }
  .gap-xl-50 {
    gap: 50px;
  }
  .gap-xl-55 {
    gap: 55px;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-5 {
    gap: 5px;
  }
  .gap-xxl-10 {
    gap: 10px;
  }
  .gap-xxl-15 {
    gap: 15px;
  }
  .gap-xxl-20 {
    gap: 20px;
  }
  .gap-xxl-25 {
    gap: 25px;
  }
  .gap-xxl-30 {
    gap: 30px;
  }
  .gap-xxl-35 {
    gap: 35px;
  }
  .gap-xxl-40 {
    gap: 40px;
  }
  .gap-xxl-45 {
    gap: 45px;
  }
  .gap-xxl-50 {
    gap: 50px;
  }
  .gap-xxl-55 {
    gap: 55px;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-5 {
    gap: 5px;
  }
  .gap-xxxl-10 {
    gap: 10px;
  }
  .gap-xxxl-15 {
    gap: 15px;
  }
  .gap-xxxl-20 {
    gap: 20px;
  }
  .gap-xxxl-25 {
    gap: 25px;
  }
  .gap-xxxl-30 {
    gap: 30px;
  }
  .gap-xxxl-35 {
    gap: 35px;
  }
  .gap-xxxl-40 {
    gap: 40px;
  }
  .gap-xxxl-45 {
    gap: 45px;
  }
  .gap-xxxl-50 {
    gap: 50px;
  }
  .gap-xxxl-55 {
    gap: 55px;
  }
}
/* Borders */
.max-w-560 {
  width: 560px !important;
}

.max-w-660 {
  width: 660px !important;
}

.max-w-700 {
  width: 700px !important;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.me-10 {
  margin-right: 10px;
}

.ms-10 {
  margin-left: 10px;
}

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

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

.ps-10 {
  padding-left: 10px;
}

.pe-10 {
  padding-right: 10px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.me-20 {
  margin-right: 20px;
}

.ms-20 {
  margin-left: 20px;
}

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

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

.ps-20 {
  padding-left: 20px;
}

.pe-20 {
  padding-right: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

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

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

.me-25 {
  margin-right: 25px;
}

.ms-25 {
  margin-left: 25px;
}

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

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

.ps-25 {
  padding-left: 25px;
}

.pe-25 {
  padding-right: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

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

.me-30 {
  margin-right: 30px;
}

.ms-30 {
  margin-left: 30px;
}

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

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

.ps-30 {
  padding-left: 30px;
}

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

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.me-40 {
  margin-right: 40px;
}

.ms-40 {
  margin-left: 40px;
}

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

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

.ps-40 {
  padding-left: 40px;
}

.pe-40 {
  padding-right: 40px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.me-50 {
  margin-right: 50px;
}

.ms-50 {
  margin-left: 50px;
}

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

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

.ps-50 {
  padding-left: 50px;
}

.pe-50 {
  padding-right: 50px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

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

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

.me-60 {
  margin-right: 60px;
}

.ms-60 {
  margin-left: 60px;
}

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

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

.ps-60 {
  padding-left: 60px;
}

.pe-60 {
  padding-right: 60px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

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

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

.me-70 {
  margin-right: 70px;
}

.ms-70 {
  margin-left: 70px;
}

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

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

.ps-70 {
  padding-left: 70px;
}

.pe-70 {
  padding-right: 70px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

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

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

.me-80 {
  margin-right: 80px;
}

.ms-80 {
  margin-left: 80px;
}

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

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

.ps-80 {
  padding-left: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

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

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

.me-90 {
  margin-right: 90px;
}

.ms-90 {
  margin-left: 90px;
}

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

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

.ps-90 {
  padding-left: 90px;
}

.pe-90 {
  padding-right: 90px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

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

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

.me-100 {
  margin-right: 100px;
}

.ms-100 {
  margin-left: 100px;
}

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

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

.ps-100 {
  padding-left: 100px;
}

.pe-100 {
  padding-right: 100px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

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

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

.me-150 {
  margin-right: 150px;
}

.ms-150 {
  margin-left: 150px;
}

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

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

.ps-150 {
  padding-left: 150px;
}

.pe-150 {
  padding-right: 150px;
}

.my-94 {
  margin-top: 94px;
  margin-bottom: 94px;
}

.mx-94 {
  margin-left: 94px;
  margin-right: 94px;
}

.py-94 {
  padding-top: 94px;
  padding-bottom: 94px;
}

.px-94 {
  padding-left: 94px;
  padding-right: 94px;
}

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

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

.me-94 {
  margin-right: 94px;
}

.ms-94 {
  margin-left: 94px;
}

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

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

.ps-94 {
  padding-left: 94px;
}

.pe-94 {
  padding-right: 94px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

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

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

.me-120 {
  margin-right: 120px;
}

.ms-120 {
  margin-left: 120px;
}

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

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

.ps-120 {
  padding-left: 120px;
}

.pe-120 {
  padding-right: 120px;
}

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mx-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

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

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

.me-140 {
  margin-right: 140px;
}

.ms-140 {
  margin-left: 140px;
}

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

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

.ps-140 {
  padding-left: 140px;
}

.pe-140 {
  padding-right: 140px;
}

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

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

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

.me-200 {
  margin-right: 200px;
}

.ms-200 {
  margin-left: 200px;
}

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

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

.ps-200 {
  padding-left: 200px;
}

.pe-200 {
  padding-right: 200px;
}

.my-220 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.mx-220 {
  margin-left: 220px;
  margin-right: 220px;
}

.py-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.px-220 {
  padding-left: 220px;
  padding-right: 220px;
}

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

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

.me-220 {
  margin-right: 220px;
}

.ms-220 {
  margin-left: 220px;
}

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

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

.ps-220 {
  padding-left: 220px;
}

.pe-220 {
  padding-right: 220px;
}

@media (min-width: 0) {
  .my-xs-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-xs-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .py-xs-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-xs-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .ms-xs-10 {
    margin-left: 10px;
  }
  .me-xs-10 {
    margin-right: 10px;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .ps-xs-10 {
    padding-left: 10px;
  }
  .pe-xs-10 {
    padding-right: 10px;
  }
  .my-xs-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-xs-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .py-xs-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-xs-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .ms-xs-20 {
    margin-left: 20px;
  }
  .me-xs-20 {
    margin-right: 20px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .ps-xs-20 {
    padding-left: 20px;
  }
  .pe-xs-20 {
    padding-right: 20px;
  }
  .my-xs-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mx-xs-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .py-xs-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .px-xs-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mt-xs-25 {
    margin-top: 25px;
  }
  .mb-xs-25 {
    margin-bottom: 25px;
  }
  .ms-xs-25 {
    margin-left: 25px;
  }
  .me-xs-25 {
    margin-right: 25px;
  }
  .pt-xs-25 {
    padding-top: 25px;
  }
  .pb-xs-25 {
    padding-bottom: 25px;
  }
  .ps-xs-25 {
    padding-left: 25px;
  }
  .pe-xs-25 {
    padding-right: 25px;
  }
  .my-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-xs-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .py-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .px-xs-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .ms-xs-30 {
    margin-left: 30px;
  }
  .me-xs-30 {
    margin-right: 30px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .ps-xs-30 {
    padding-left: 30px;
  }
  .pe-xs-30 {
    padding-right: 30px;
  }
  .my-xs-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-xs-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .py-xs-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .px-xs-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .ms-xs-40 {
    margin-left: 40px;
  }
  .me-xs-40 {
    margin-right: 40px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .ps-xs-40 {
    padding-left: 40px;
  }
  .pe-xs-40 {
    padding-right: 40px;
  }
  .my-xs-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-xs-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .py-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .px-xs-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .ms-xs-50 {
    margin-left: 50px;
  }
  .me-xs-50 {
    margin-right: 50px;
  }
  .pt-xs-50 {
    padding-top: 50px;
  }
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  .ps-xs-50 {
    padding-left: 50px;
  }
  .pe-xs-50 {
    padding-right: 50px;
  }
  .my-xs-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-xs-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .py-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .px-xs-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .ms-xs-60 {
    margin-left: 60px;
  }
  .me-xs-60 {
    margin-right: 60px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .ps-xs-60 {
    padding-left: 60px;
  }
  .pe-xs-60 {
    padding-right: 60px;
  }
  .my-xs-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-xs-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .py-xs-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .px-xs-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .mt-xs-70 {
    margin-top: 70px;
  }
  .mb-xs-70 {
    margin-bottom: 70px;
  }
  .ms-xs-70 {
    margin-left: 70px;
  }
  .me-xs-70 {
    margin-right: 70px;
  }
  .pt-xs-70 {
    padding-top: 70px;
  }
  .pb-xs-70 {
    padding-bottom: 70px;
  }
  .ps-xs-70 {
    padding-left: 70px;
  }
  .pe-xs-70 {
    padding-right: 70px;
  }
  .my-xs-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-xs-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .py-xs-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .px-xs-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .ms-xs-80 {
    margin-left: 80px;
  }
  .me-xs-80 {
    margin-right: 80px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .ps-xs-80 {
    padding-left: 80px;
  }
  .pe-xs-80 {
    padding-right: 80px;
  }
  .my-xs-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-xs-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .py-xs-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-xs-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .mt-xs-90 {
    margin-top: 90px;
  }
  .mb-xs-90 {
    margin-bottom: 90px;
  }
  .ms-xs-90 {
    margin-left: 90px;
  }
  .me-xs-90 {
    margin-right: 90px;
  }
  .pt-xs-90 {
    padding-top: 90px;
  }
  .pb-xs-90 {
    padding-bottom: 90px;
  }
  .ps-xs-90 {
    padding-left: 90px;
  }
  .pe-xs-90 {
    padding-right: 90px;
  }
  .my-xs-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-xs-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .py-xs-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .px-xs-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .mt-xs-100 {
    margin-top: 100px;
  }
  .mb-xs-100 {
    margin-bottom: 100px;
  }
  .ms-xs-100 {
    margin-left: 100px;
  }
  .me-xs-100 {
    margin-right: 100px;
  }
  .pt-xs-100 {
    padding-top: 100px;
  }
  .pb-xs-100 {
    padding-bottom: 100px;
  }
  .ps-xs-100 {
    padding-left: 100px;
  }
  .pe-xs-100 {
    padding-right: 100px;
  }
  .my-xs-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mx-xs-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .py-xs-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .px-xs-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .mt-xs-150 {
    margin-top: 150px;
  }
  .mb-xs-150 {
    margin-bottom: 150px;
  }
  .ms-xs-150 {
    margin-left: 150px;
  }
  .me-xs-150 {
    margin-right: 150px;
  }
  .pt-xs-150 {
    padding-top: 150px;
  }
  .pb-xs-150 {
    padding-bottom: 150px;
  }
  .ps-xs-150 {
    padding-left: 150px;
  }
  .pe-xs-150 {
    padding-right: 150px;
  }
  .my-xs-94 {
    margin-top: 94px;
    margin-bottom: 94px;
  }
  .mx-xs-94 {
    margin-left: 94px;
    margin-right: 94px;
  }
  .py-xs-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .px-xs-94 {
    padding-left: 94px;
    padding-right: 94px;
  }
  .mt-xs-94 {
    margin-top: 94px;
  }
  .mb-xs-94 {
    margin-bottom: 94px;
  }
  .ms-xs-94 {
    margin-left: 94px;
  }
  .me-xs-94 {
    margin-right: 94px;
  }
  .pt-xs-94 {
    padding-top: 94px;
  }
  .pb-xs-94 {
    padding-bottom: 94px;
  }
  .ps-xs-94 {
    padding-left: 94px;
  }
  .pe-xs-94 {
    padding-right: 94px;
  }
  .my-xs-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mx-xs-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .py-xs-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .px-xs-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .mt-xs-120 {
    margin-top: 120px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .ms-xs-120 {
    margin-left: 120px;
  }
  .me-xs-120 {
    margin-right: 120px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .ps-xs-120 {
    padding-left: 120px;
  }
  .pe-xs-120 {
    padding-right: 120px;
  }
  .my-xs-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-xs-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .py-xs-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .px-xs-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .mt-xs-140 {
    margin-top: 140px;
  }
  .mb-xs-140 {
    margin-bottom: 140px;
  }
  .ms-xs-140 {
    margin-left: 140px;
  }
  .me-xs-140 {
    margin-right: 140px;
  }
  .pt-xs-140 {
    padding-top: 140px;
  }
  .pb-xs-140 {
    padding-bottom: 140px;
  }
  .ps-xs-140 {
    padding-left: 140px;
  }
  .pe-xs-140 {
    padding-right: 140px;
  }
  .my-xs-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mx-xs-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .py-xs-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .px-xs-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .mt-xs-200 {
    margin-top: 200px;
  }
  .mb-xs-200 {
    margin-bottom: 200px;
  }
  .ms-xs-200 {
    margin-left: 200px;
  }
  .me-xs-200 {
    margin-right: 200px;
  }
  .pt-xs-200 {
    padding-top: 200px;
  }
  .pb-xs-200 {
    padding-bottom: 200px;
  }
  .ps-xs-200 {
    padding-left: 200px;
  }
  .pe-xs-200 {
    padding-right: 200px;
  }
  .my-xs-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }
  .mx-xs-220 {
    margin-left: 220px;
    margin-right: 220px;
  }
  .py-xs-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .px-xs-220 {
    padding-left: 220px;
    padding-right: 220px;
  }
  .mt-xs-220 {
    margin-top: 220px;
  }
  .mb-xs-220 {
    margin-bottom: 220px;
  }
  .ms-xs-220 {
    margin-left: 220px;
  }
  .me-xs-220 {
    margin-right: 220px;
  }
  .pt-xs-220 {
    padding-top: 220px;
  }
  .pb-xs-220 {
    padding-bottom: 220px;
  }
  .ps-xs-220 {
    padding-left: 220px;
  }
  .pe-xs-220 {
    padding-right: 220px;
  }
}
@media (min-width: 576px) {
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-sm-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .ms-sm-10 {
    margin-left: 10px;
  }
  .me-sm-10 {
    margin-right: 10px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .ps-sm-10 {
    padding-left: 10px;
  }
  .pe-sm-10 {
    padding-right: 10px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-sm-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .ms-sm-20 {
    margin-left: 20px;
  }
  .me-sm-20 {
    margin-right: 20px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .ps-sm-20 {
    padding-left: 20px;
  }
  .pe-sm-20 {
    padding-right: 20px;
  }
  .my-sm-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mx-sm-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .py-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .px-sm-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .ms-sm-25 {
    margin-left: 25px;
  }
  .me-sm-25 {
    margin-right: 25px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .ps-sm-25 {
    padding-left: 25px;
  }
  .pe-sm-25 {
    padding-right: 25px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-sm-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .ms-sm-30 {
    margin-left: 30px;
  }
  .me-sm-30 {
    margin-right: 30px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .ps-sm-30 {
    padding-left: 30px;
  }
  .pe-sm-30 {
    padding-right: 30px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-sm-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .px-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .ms-sm-40 {
    margin-left: 40px;
  }
  .me-sm-40 {
    margin-right: 40px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .ps-sm-40 {
    padding-left: 40px;
  }
  .pe-sm-40 {
    padding-right: 40px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-sm-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .px-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .ms-sm-50 {
    margin-left: 50px;
  }
  .me-sm-50 {
    margin-right: 50px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .ps-sm-50 {
    padding-left: 50px;
  }
  .pe-sm-50 {
    padding-right: 50px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-sm-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .px-sm-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .ms-sm-60 {
    margin-left: 60px;
  }
  .me-sm-60 {
    margin-right: 60px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .ps-sm-60 {
    padding-left: 60px;
  }
  .pe-sm-60 {
    padding-right: 60px;
  }
  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-sm-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .px-sm-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .ms-sm-70 {
    margin-left: 70px;
  }
  .me-sm-70 {
    margin-right: 70px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .ps-sm-70 {
    padding-left: 70px;
  }
  .pe-sm-70 {
    padding-right: 70px;
  }
  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-sm-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .px-sm-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .ms-sm-80 {
    margin-left: 80px;
  }
  .me-sm-80 {
    margin-right: 80px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .ps-sm-80 {
    padding-left: 80px;
  }
  .pe-sm-80 {
    padding-right: 80px;
  }
  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-sm-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-sm-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .ms-sm-90 {
    margin-left: 90px;
  }
  .me-sm-90 {
    margin-right: 90px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .ps-sm-90 {
    padding-left: 90px;
  }
  .pe-sm-90 {
    padding-right: 90px;
  }
  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-sm-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .px-sm-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .ms-sm-100 {
    margin-left: 100px;
  }
  .me-sm-100 {
    margin-right: 100px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .ps-sm-100 {
    padding-left: 100px;
  }
  .pe-sm-100 {
    padding-right: 100px;
  }
  .my-sm-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mx-sm-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .py-sm-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .px-sm-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
  .ms-sm-150 {
    margin-left: 150px;
  }
  .me-sm-150 {
    margin-right: 150px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
  .ps-sm-150 {
    padding-left: 150px;
  }
  .pe-sm-150 {
    padding-right: 150px;
  }
  .my-sm-94 {
    margin-top: 94px;
    margin-bottom: 94px;
  }
  .mx-sm-94 {
    margin-left: 94px;
    margin-right: 94px;
  }
  .py-sm-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .px-sm-94 {
    padding-left: 94px;
    padding-right: 94px;
  }
  .mt-sm-94 {
    margin-top: 94px;
  }
  .mb-sm-94 {
    margin-bottom: 94px;
  }
  .ms-sm-94 {
    margin-left: 94px;
  }
  .me-sm-94 {
    margin-right: 94px;
  }
  .pt-sm-94 {
    padding-top: 94px;
  }
  .pb-sm-94 {
    padding-bottom: 94px;
  }
  .ps-sm-94 {
    padding-left: 94px;
  }
  .pe-sm-94 {
    padding-right: 94px;
  }
  .my-sm-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mx-sm-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .py-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .px-sm-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .ms-sm-120 {
    margin-left: 120px;
  }
  .me-sm-120 {
    margin-right: 120px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .ps-sm-120 {
    padding-left: 120px;
  }
  .pe-sm-120 {
    padding-right: 120px;
  }
  .my-sm-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-sm-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .py-sm-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .px-sm-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .ms-sm-140 {
    margin-left: 140px;
  }
  .me-sm-140 {
    margin-right: 140px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
  .ps-sm-140 {
    padding-left: 140px;
  }
  .pe-sm-140 {
    padding-right: 140px;
  }
  .my-sm-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mx-sm-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .py-sm-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .px-sm-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .mt-sm-200 {
    margin-top: 200px;
  }
  .mb-sm-200 {
    margin-bottom: 200px;
  }
  .ms-sm-200 {
    margin-left: 200px;
  }
  .me-sm-200 {
    margin-right: 200px;
  }
  .pt-sm-200 {
    padding-top: 200px;
  }
  .pb-sm-200 {
    padding-bottom: 200px;
  }
  .ps-sm-200 {
    padding-left: 200px;
  }
  .pe-sm-200 {
    padding-right: 200px;
  }
  .my-sm-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }
  .mx-sm-220 {
    margin-left: 220px;
    margin-right: 220px;
  }
  .py-sm-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .px-sm-220 {
    padding-left: 220px;
    padding-right: 220px;
  }
  .mt-sm-220 {
    margin-top: 220px;
  }
  .mb-sm-220 {
    margin-bottom: 220px;
  }
  .ms-sm-220 {
    margin-left: 220px;
  }
  .me-sm-220 {
    margin-right: 220px;
  }
  .pt-sm-220 {
    padding-top: 220px;
  }
  .pb-sm-220 {
    padding-bottom: 220px;
  }
  .ps-sm-220 {
    padding-left: 220px;
  }
  .pe-sm-220 {
    padding-right: 220px;
  }
}
@media (min-width: 768px) {
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-md-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .ms-md-10 {
    margin-left: 10px;
  }
  .me-md-10 {
    margin-right: 10px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .ps-md-10 {
    padding-left: 10px;
  }
  .pe-md-10 {
    padding-right: 10px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-md-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .ms-md-20 {
    margin-left: 20px;
  }
  .me-md-20 {
    margin-right: 20px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .ps-md-20 {
    padding-left: 20px;
  }
  .pe-md-20 {
    padding-right: 20px;
  }
  .my-md-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mx-md-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .py-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .px-md-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mt-md-25 {
    margin-top: 25px;
  }
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .ms-md-25 {
    margin-left: 25px;
  }
  .me-md-25 {
    margin-right: 25px;
  }
  .pt-md-25 {
    padding-top: 25px;
  }
  .pb-md-25 {
    padding-bottom: 25px;
  }
  .ps-md-25 {
    padding-left: 25px;
  }
  .pe-md-25 {
    padding-right: 25px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-md-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .ms-md-30 {
    margin-left: 30px;
  }
  .me-md-30 {
    margin-right: 30px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .ps-md-30 {
    padding-left: 30px;
  }
  .pe-md-30 {
    padding-right: 30px;
  }
  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-md-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .ms-md-40 {
    margin-left: 40px;
  }
  .me-md-40 {
    margin-right: 40px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .ps-md-40 {
    padding-left: 40px;
  }
  .pe-md-40 {
    padding-right: 40px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-md-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .ms-md-50 {
    margin-left: 50px;
  }
  .me-md-50 {
    margin-right: 50px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .ps-md-50 {
    padding-left: 50px;
  }
  .pe-md-50 {
    padding-right: 50px;
  }
  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-md-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .px-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .ms-md-60 {
    margin-left: 60px;
  }
  .me-md-60 {
    margin-right: 60px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .ps-md-60 {
    padding-left: 60px;
  }
  .pe-md-60 {
    padding-right: 60px;
  }
  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-md-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .px-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .ms-md-70 {
    margin-left: 70px;
  }
  .me-md-70 {
    margin-right: 70px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .ps-md-70 {
    padding-left: 70px;
  }
  .pe-md-70 {
    padding-right: 70px;
  }
  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-md-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .px-md-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .ms-md-80 {
    margin-left: 80px;
  }
  .me-md-80 {
    margin-right: 80px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .ps-md-80 {
    padding-left: 80px;
  }
  .pe-md-80 {
    padding-right: 80px;
  }
  .my-md-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-md-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-md-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .ms-md-90 {
    margin-left: 90px;
  }
  .me-md-90 {
    margin-right: 90px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .ps-md-90 {
    padding-left: 90px;
  }
  .pe-md-90 {
    padding-right: 90px;
  }
  .my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-md-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .px-md-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .ms-md-100 {
    margin-left: 100px;
  }
  .me-md-100 {
    margin-right: 100px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .ps-md-100 {
    padding-left: 100px;
  }
  .pe-md-100 {
    padding-right: 100px;
  }
  .my-md-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mx-md-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .py-md-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .px-md-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .mt-md-150 {
    margin-top: 150px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
  .ms-md-150 {
    margin-left: 150px;
  }
  .me-md-150 {
    margin-right: 150px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
  .ps-md-150 {
    padding-left: 150px;
  }
  .pe-md-150 {
    padding-right: 150px;
  }
  .my-md-94 {
    margin-top: 94px;
    margin-bottom: 94px;
  }
  .mx-md-94 {
    margin-left: 94px;
    margin-right: 94px;
  }
  .py-md-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .px-md-94 {
    padding-left: 94px;
    padding-right: 94px;
  }
  .mt-md-94 {
    margin-top: 94px;
  }
  .mb-md-94 {
    margin-bottom: 94px;
  }
  .ms-md-94 {
    margin-left: 94px;
  }
  .me-md-94 {
    margin-right: 94px;
  }
  .pt-md-94 {
    padding-top: 94px;
  }
  .pb-md-94 {
    padding-bottom: 94px;
  }
  .ps-md-94 {
    padding-left: 94px;
  }
  .pe-md-94 {
    padding-right: 94px;
  }
  .my-md-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mx-md-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .py-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .px-md-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .ms-md-120 {
    margin-left: 120px;
  }
  .me-md-120 {
    margin-right: 120px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .ps-md-120 {
    padding-left: 120px;
  }
  .pe-md-120 {
    padding-right: 120px;
  }
  .my-md-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-md-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .py-md-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .px-md-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .mt-md-140 {
    margin-top: 140px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .ms-md-140 {
    margin-left: 140px;
  }
  .me-md-140 {
    margin-right: 140px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
  .ps-md-140 {
    padding-left: 140px;
  }
  .pe-md-140 {
    padding-right: 140px;
  }
  .my-md-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mx-md-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .py-md-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .px-md-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .mt-md-200 {
    margin-top: 200px;
  }
  .mb-md-200 {
    margin-bottom: 200px;
  }
  .ms-md-200 {
    margin-left: 200px;
  }
  .me-md-200 {
    margin-right: 200px;
  }
  .pt-md-200 {
    padding-top: 200px;
  }
  .pb-md-200 {
    padding-bottom: 200px;
  }
  .ps-md-200 {
    padding-left: 200px;
  }
  .pe-md-200 {
    padding-right: 200px;
  }
  .my-md-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }
  .mx-md-220 {
    margin-left: 220px;
    margin-right: 220px;
  }
  .py-md-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .px-md-220 {
    padding-left: 220px;
    padding-right: 220px;
  }
  .mt-md-220 {
    margin-top: 220px;
  }
  .mb-md-220 {
    margin-bottom: 220px;
  }
  .ms-md-220 {
    margin-left: 220px;
  }
  .me-md-220 {
    margin-right: 220px;
  }
  .pt-md-220 {
    padding-top: 220px;
  }
  .pb-md-220 {
    padding-bottom: 220px;
  }
  .ps-md-220 {
    padding-left: 220px;
  }
  .pe-md-220 {
    padding-right: 220px;
  }
}
@media (min-width: 992px) {
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-lg-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .ms-lg-10 {
    margin-left: 10px;
  }
  .me-lg-10 {
    margin-right: 10px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .ps-lg-10 {
    padding-left: 10px;
  }
  .pe-lg-10 {
    padding-right: 10px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-lg-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .ms-lg-20 {
    margin-left: 20px;
  }
  .me-lg-20 {
    margin-right: 20px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .ps-lg-20 {
    padding-left: 20px;
  }
  .pe-lg-20 {
    padding-right: 20px;
  }
  .my-lg-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mx-lg-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .py-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .px-lg-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .mb-lg-25 {
    margin-bottom: 25px;
  }
  .ms-lg-25 {
    margin-left: 25px;
  }
  .me-lg-25 {
    margin-right: 25px;
  }
  .pt-lg-25 {
    padding-top: 25px;
  }
  .pb-lg-25 {
    padding-bottom: 25px;
  }
  .ps-lg-25 {
    padding-left: 25px;
  }
  .pe-lg-25 {
    padding-right: 25px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-lg-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .px-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .ms-lg-30 {
    margin-left: 30px;
  }
  .me-lg-30 {
    margin-right: 30px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .ps-lg-30 {
    padding-left: 30px;
  }
  .pe-lg-30 {
    padding-right: 30px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-lg-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .px-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .ms-lg-40 {
    margin-left: 40px;
  }
  .me-lg-40 {
    margin-right: 40px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .ps-lg-40 {
    padding-left: 40px;
  }
  .pe-lg-40 {
    padding-right: 40px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-lg-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .px-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .ms-lg-50 {
    margin-left: 50px;
  }
  .me-lg-50 {
    margin-right: 50px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .ps-lg-50 {
    padding-left: 50px;
  }
  .pe-lg-50 {
    padding-right: 50px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-lg-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .px-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .ms-lg-60 {
    margin-left: 60px;
  }
  .me-lg-60 {
    margin-right: 60px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .ps-lg-60 {
    padding-left: 60px;
  }
  .pe-lg-60 {
    padding-right: 60px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-lg-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .ms-lg-70 {
    margin-left: 70px;
  }
  .me-lg-70 {
    margin-right: 70px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .ps-lg-70 {
    padding-left: 70px;
  }
  .pe-lg-70 {
    padding-right: 70px;
  }
  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-lg-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .px-lg-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .ms-lg-80 {
    margin-left: 80px;
  }
  .me-lg-80 {
    margin-right: 80px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .ps-lg-80 {
    padding-left: 80px;
  }
  .pe-lg-80 {
    padding-right: 80px;
  }
  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-lg-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-lg-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .ms-lg-90 {
    margin-left: 90px;
  }
  .me-lg-90 {
    margin-right: 90px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .ps-lg-90 {
    padding-left: 90px;
  }
  .pe-lg-90 {
    padding-right: 90px;
  }
  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-lg-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .px-lg-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .ms-lg-100 {
    margin-left: 100px;
  }
  .me-lg-100 {
    margin-right: 100px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .ps-lg-100 {
    padding-left: 100px;
  }
  .pe-lg-100 {
    padding-right: 100px;
  }
  .my-lg-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mx-lg-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .px-lg-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
  .ms-lg-150 {
    margin-left: 150px;
  }
  .me-lg-150 {
    margin-right: 150px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
  .ps-lg-150 {
    padding-left: 150px;
  }
  .pe-lg-150 {
    padding-right: 150px;
  }
  .my-lg-94 {
    margin-top: 94px;
    margin-bottom: 94px;
  }
  .mx-lg-94 {
    margin-left: 94px;
    margin-right: 94px;
  }
  .py-lg-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .px-lg-94 {
    padding-left: 94px;
    padding-right: 94px;
  }
  .mt-lg-94 {
    margin-top: 94px;
  }
  .mb-lg-94 {
    margin-bottom: 94px;
  }
  .ms-lg-94 {
    margin-left: 94px;
  }
  .me-lg-94 {
    margin-right: 94px;
  }
  .pt-lg-94 {
    padding-top: 94px;
  }
  .pb-lg-94 {
    padding-bottom: 94px;
  }
  .ps-lg-94 {
    padding-left: 94px;
  }
  .pe-lg-94 {
    padding-right: 94px;
  }
  .my-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mx-lg-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .px-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .ms-lg-120 {
    margin-left: 120px;
  }
  .me-lg-120 {
    margin-right: 120px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .ps-lg-120 {
    padding-left: 120px;
  }
  .pe-lg-120 {
    padding-right: 120px;
  }
  .my-lg-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-lg-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .py-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .px-lg-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .ms-lg-140 {
    margin-left: 140px;
  }
  .me-lg-140 {
    margin-right: 140px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
  .ps-lg-140 {
    padding-left: 140px;
  }
  .pe-lg-140 {
    padding-right: 140px;
  }
  .my-lg-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mx-lg-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .py-lg-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .px-lg-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .mt-lg-200 {
    margin-top: 200px;
  }
  .mb-lg-200 {
    margin-bottom: 200px;
  }
  .ms-lg-200 {
    margin-left: 200px;
  }
  .me-lg-200 {
    margin-right: 200px;
  }
  .pt-lg-200 {
    padding-top: 200px;
  }
  .pb-lg-200 {
    padding-bottom: 200px;
  }
  .ps-lg-200 {
    padding-left: 200px;
  }
  .pe-lg-200 {
    padding-right: 200px;
  }
  .my-lg-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }
  .mx-lg-220 {
    margin-left: 220px;
    margin-right: 220px;
  }
  .py-lg-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .px-lg-220 {
    padding-left: 220px;
    padding-right: 220px;
  }
  .mt-lg-220 {
    margin-top: 220px;
  }
  .mb-lg-220 {
    margin-bottom: 220px;
  }
  .ms-lg-220 {
    margin-left: 220px;
  }
  .me-lg-220 {
    margin-right: 220px;
  }
  .pt-lg-220 {
    padding-top: 220px;
  }
  .pb-lg-220 {
    padding-bottom: 220px;
  }
  .ps-lg-220 {
    padding-left: 220px;
  }
  .pe-lg-220 {
    padding-right: 220px;
  }
}
@media (min-width: 1200px) {
  .my-xl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-xl-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .ms-xl-10 {
    margin-left: 10px;
  }
  .me-xl-10 {
    margin-right: 10px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .ps-xl-10 {
    padding-left: 10px;
  }
  .pe-xl-10 {
    padding-right: 10px;
  }
  .my-xl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-xl-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-xl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .ms-xl-20 {
    margin-left: 20px;
  }
  .me-xl-20 {
    margin-right: 20px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .ps-xl-20 {
    padding-left: 20px;
  }
  .pe-xl-20 {
    padding-right: 20px;
  }
  .my-xl-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mx-xl-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .py-xl-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .px-xl-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mt-xl-25 {
    margin-top: 25px;
  }
  .mb-xl-25 {
    margin-bottom: 25px;
  }
  .ms-xl-25 {
    margin-left: 25px;
  }
  .me-xl-25 {
    margin-right: 25px;
  }
  .pt-xl-25 {
    padding-top: 25px;
  }
  .pb-xl-25 {
    padding-bottom: 25px;
  }
  .ps-xl-25 {
    padding-left: 25px;
  }
  .pe-xl-25 {
    padding-right: 25px;
  }
  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-xl-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .px-xl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .ms-xl-30 {
    margin-left: 30px;
  }
  .me-xl-30 {
    margin-right: 30px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .ps-xl-30 {
    padding-left: 30px;
  }
  .pe-xl-30 {
    padding-right: 30px;
  }
  .my-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-xl-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .px-xl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .ms-xl-40 {
    margin-left: 40px;
  }
  .me-xl-40 {
    margin-right: 40px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .ps-xl-40 {
    padding-left: 40px;
  }
  .pe-xl-40 {
    padding-right: 40px;
  }
  .my-xl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-xl-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .px-xl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mt-xl-50 {
    margin-top: 50px;
  }
  .mb-xl-50 {
    margin-bottom: 50px;
  }
  .ms-xl-50 {
    margin-left: 50px;
  }
  .me-xl-50 {
    margin-right: 50px;
  }
  .pt-xl-50 {
    padding-top: 50px;
  }
  .pb-xl-50 {
    padding-bottom: 50px;
  }
  .ps-xl-50 {
    padding-left: 50px;
  }
  .pe-xl-50 {
    padding-right: 50px;
  }
  .my-xl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-xl-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .px-xl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mb-xl-60 {
    margin-bottom: 60px;
  }
  .ms-xl-60 {
    margin-left: 60px;
  }
  .me-xl-60 {
    margin-right: 60px;
  }
  .pt-xl-60 {
    padding-top: 60px;
  }
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .ps-xl-60 {
    padding-left: 60px;
  }
  .pe-xl-60 {
    padding-right: 60px;
  }
  .my-xl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-xl-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .py-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .px-xl-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .mt-xl-70 {
    margin-top: 70px;
  }
  .mb-xl-70 {
    margin-bottom: 70px;
  }
  .ms-xl-70 {
    margin-left: 70px;
  }
  .me-xl-70 {
    margin-right: 70px;
  }
  .pt-xl-70 {
    padding-top: 70px;
  }
  .pb-xl-70 {
    padding-bottom: 70px;
  }
  .ps-xl-70 {
    padding-left: 70px;
  }
  .pe-xl-70 {
    padding-right: 70px;
  }
  .my-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-xl-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .py-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .px-xl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .mt-xl-80 {
    margin-top: 80px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .ms-xl-80 {
    margin-left: 80px;
  }
  .me-xl-80 {
    margin-right: 80px;
  }
  .pt-xl-80 {
    padding-top: 80px;
  }
  .pb-xl-80 {
    padding-bottom: 80px;
  }
  .ps-xl-80 {
    padding-left: 80px;
  }
  .pe-xl-80 {
    padding-right: 80px;
  }
  .my-xl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-xl-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .py-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-xl-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
  .mb-xl-90 {
    margin-bottom: 90px;
  }
  .ms-xl-90 {
    margin-left: 90px;
  }
  .me-xl-90 {
    margin-right: 90px;
  }
  .pt-xl-90 {
    padding-top: 90px;
  }
  .pb-xl-90 {
    padding-bottom: 90px;
  }
  .ps-xl-90 {
    padding-left: 90px;
  }
  .pe-xl-90 {
    padding-right: 90px;
  }
  .my-xl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-xl-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .py-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .px-xl-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .mt-xl-100 {
    margin-top: 100px;
  }
  .mb-xl-100 {
    margin-bottom: 100px;
  }
  .ms-xl-100 {
    margin-left: 100px;
  }
  .me-xl-100 {
    margin-right: 100px;
  }
  .pt-xl-100 {
    padding-top: 100px;
  }
  .pb-xl-100 {
    padding-bottom: 100px;
  }
  .ps-xl-100 {
    padding-left: 100px;
  }
  .pe-xl-100 {
    padding-right: 100px;
  }
  .my-xl-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mx-xl-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .py-xl-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .px-xl-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .mt-xl-150 {
    margin-top: 150px;
  }
  .mb-xl-150 {
    margin-bottom: 150px;
  }
  .ms-xl-150 {
    margin-left: 150px;
  }
  .me-xl-150 {
    margin-right: 150px;
  }
  .pt-xl-150 {
    padding-top: 150px;
  }
  .pb-xl-150 {
    padding-bottom: 150px;
  }
  .ps-xl-150 {
    padding-left: 150px;
  }
  .pe-xl-150 {
    padding-right: 150px;
  }
  .my-xl-94 {
    margin-top: 94px;
    margin-bottom: 94px;
  }
  .mx-xl-94 {
    margin-left: 94px;
    margin-right: 94px;
  }
  .py-xl-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .px-xl-94 {
    padding-left: 94px;
    padding-right: 94px;
  }
  .mt-xl-94 {
    margin-top: 94px;
  }
  .mb-xl-94 {
    margin-bottom: 94px;
  }
  .ms-xl-94 {
    margin-left: 94px;
  }
  .me-xl-94 {
    margin-right: 94px;
  }
  .pt-xl-94 {
    padding-top: 94px;
  }
  .pb-xl-94 {
    padding-bottom: 94px;
  }
  .ps-xl-94 {
    padding-left: 94px;
  }
  .pe-xl-94 {
    padding-right: 94px;
  }
  .my-xl-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mx-xl-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .py-xl-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .px-xl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .mt-xl-120 {
    margin-top: 120px;
  }
  .mb-xl-120 {
    margin-bottom: 120px;
  }
  .ms-xl-120 {
    margin-left: 120px;
  }
  .me-xl-120 {
    margin-right: 120px;
  }
  .pt-xl-120 {
    padding-top: 120px;
  }
  .pb-xl-120 {
    padding-bottom: 120px;
  }
  .ps-xl-120 {
    padding-left: 120px;
  }
  .pe-xl-120 {
    padding-right: 120px;
  }
  .my-xl-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-xl-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .py-xl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .px-xl-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .mt-xl-140 {
    margin-top: 140px;
  }
  .mb-xl-140 {
    margin-bottom: 140px;
  }
  .ms-xl-140 {
    margin-left: 140px;
  }
  .me-xl-140 {
    margin-right: 140px;
  }
  .pt-xl-140 {
    padding-top: 140px;
  }
  .pb-xl-140 {
    padding-bottom: 140px;
  }
  .ps-xl-140 {
    padding-left: 140px;
  }
  .pe-xl-140 {
    padding-right: 140px;
  }
  .my-xl-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mx-xl-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .py-xl-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .px-xl-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .mt-xl-200 {
    margin-top: 200px;
  }
  .mb-xl-200 {
    margin-bottom: 200px;
  }
  .ms-xl-200 {
    margin-left: 200px;
  }
  .me-xl-200 {
    margin-right: 200px;
  }
  .pt-xl-200 {
    padding-top: 200px;
  }
  .pb-xl-200 {
    padding-bottom: 200px;
  }
  .ps-xl-200 {
    padding-left: 200px;
  }
  .pe-xl-200 {
    padding-right: 200px;
  }
  .my-xl-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }
  .mx-xl-220 {
    margin-left: 220px;
    margin-right: 220px;
  }
  .py-xl-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .px-xl-220 {
    padding-left: 220px;
    padding-right: 220px;
  }
  .mt-xl-220 {
    margin-top: 220px;
  }
  .mb-xl-220 {
    margin-bottom: 220px;
  }
  .ms-xl-220 {
    margin-left: 220px;
  }
  .me-xl-220 {
    margin-right: 220px;
  }
  .pt-xl-220 {
    padding-top: 220px;
  }
  .pb-xl-220 {
    padding-bottom: 220px;
  }
  .ps-xl-220 {
    padding-left: 220px;
  }
  .pe-xl-220 {
    padding-right: 220px;
  }
}
@media (min-width: 1400px) {
  .my-xxl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-xxl-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .py-xxl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-xxl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mt-xxl-10 {
    margin-top: 10px;
  }
  .mb-xxl-10 {
    margin-bottom: 10px;
  }
  .ms-xxl-10 {
    margin-left: 10px;
  }
  .me-xxl-10 {
    margin-right: 10px;
  }
  .pt-xxl-10 {
    padding-top: 10px;
  }
  .pb-xxl-10 {
    padding-bottom: 10px;
  }
  .ps-xxl-10 {
    padding-left: 10px;
  }
  .pe-xxl-10 {
    padding-right: 10px;
  }
  .my-xxl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-xxl-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .py-xxl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-xxl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mt-xxl-20 {
    margin-top: 20px;
  }
  .mb-xxl-20 {
    margin-bottom: 20px;
  }
  .ms-xxl-20 {
    margin-left: 20px;
  }
  .me-xxl-20 {
    margin-right: 20px;
  }
  .pt-xxl-20 {
    padding-top: 20px;
  }
  .pb-xxl-20 {
    padding-bottom: 20px;
  }
  .ps-xxl-20 {
    padding-left: 20px;
  }
  .pe-xxl-20 {
    padding-right: 20px;
  }
  .my-xxl-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mx-xxl-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .py-xxl-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .px-xxl-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mt-xxl-25 {
    margin-top: 25px;
  }
  .mb-xxl-25 {
    margin-bottom: 25px;
  }
  .ms-xxl-25 {
    margin-left: 25px;
  }
  .me-xxl-25 {
    margin-right: 25px;
  }
  .pt-xxl-25 {
    padding-top: 25px;
  }
  .pb-xxl-25 {
    padding-bottom: 25px;
  }
  .ps-xxl-25 {
    padding-left: 25px;
  }
  .pe-xxl-25 {
    padding-right: 25px;
  }
  .my-xxl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-xxl-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .py-xxl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .px-xxl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mt-xxl-30 {
    margin-top: 30px;
  }
  .mb-xxl-30 {
    margin-bottom: 30px;
  }
  .ms-xxl-30 {
    margin-left: 30px;
  }
  .me-xxl-30 {
    margin-right: 30px;
  }
  .pt-xxl-30 {
    padding-top: 30px;
  }
  .pb-xxl-30 {
    padding-bottom: 30px;
  }
  .ps-xxl-30 {
    padding-left: 30px;
  }
  .pe-xxl-30 {
    padding-right: 30px;
  }
  .my-xxl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-xxl-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .py-xxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .px-xxl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mt-xxl-40 {
    margin-top: 40px;
  }
  .mb-xxl-40 {
    margin-bottom: 40px;
  }
  .ms-xxl-40 {
    margin-left: 40px;
  }
  .me-xxl-40 {
    margin-right: 40px;
  }
  .pt-xxl-40 {
    padding-top: 40px;
  }
  .pb-xxl-40 {
    padding-bottom: 40px;
  }
  .ps-xxl-40 {
    padding-left: 40px;
  }
  .pe-xxl-40 {
    padding-right: 40px;
  }
  .my-xxl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-xxl-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .py-xxl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .px-xxl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mt-xxl-50 {
    margin-top: 50px;
  }
  .mb-xxl-50 {
    margin-bottom: 50px;
  }
  .ms-xxl-50 {
    margin-left: 50px;
  }
  .me-xxl-50 {
    margin-right: 50px;
  }
  .pt-xxl-50 {
    padding-top: 50px;
  }
  .pb-xxl-50 {
    padding-bottom: 50px;
  }
  .ps-xxl-50 {
    padding-left: 50px;
  }
  .pe-xxl-50 {
    padding-right: 50px;
  }
  .my-xxl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-xxl-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .py-xxl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .px-xxl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mt-xxl-60 {
    margin-top: 60px;
  }
  .mb-xxl-60 {
    margin-bottom: 60px;
  }
  .ms-xxl-60 {
    margin-left: 60px;
  }
  .me-xxl-60 {
    margin-right: 60px;
  }
  .pt-xxl-60 {
    padding-top: 60px;
  }
  .pb-xxl-60 {
    padding-bottom: 60px;
  }
  .ps-xxl-60 {
    padding-left: 60px;
  }
  .pe-xxl-60 {
    padding-right: 60px;
  }
  .my-xxl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-xxl-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .py-xxl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .px-xxl-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .mt-xxl-70 {
    margin-top: 70px;
  }
  .mb-xxl-70 {
    margin-bottom: 70px;
  }
  .ms-xxl-70 {
    margin-left: 70px;
  }
  .me-xxl-70 {
    margin-right: 70px;
  }
  .pt-xxl-70 {
    padding-top: 70px;
  }
  .pb-xxl-70 {
    padding-bottom: 70px;
  }
  .ps-xxl-70 {
    padding-left: 70px;
  }
  .pe-xxl-70 {
    padding-right: 70px;
  }
  .my-xxl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-xxl-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .py-xxl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .px-xxl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .mt-xxl-80 {
    margin-top: 80px;
  }
  .mb-xxl-80 {
    margin-bottom: 80px;
  }
  .ms-xxl-80 {
    margin-left: 80px;
  }
  .me-xxl-80 {
    margin-right: 80px;
  }
  .pt-xxl-80 {
    padding-top: 80px;
  }
  .pb-xxl-80 {
    padding-bottom: 80px;
  }
  .ps-xxl-80 {
    padding-left: 80px;
  }
  .pe-xxl-80 {
    padding-right: 80px;
  }
  .my-xxl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-xxl-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .py-xxl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-xxl-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .mt-xxl-90 {
    margin-top: 90px;
  }
  .mb-xxl-90 {
    margin-bottom: 90px;
  }
  .ms-xxl-90 {
    margin-left: 90px;
  }
  .me-xxl-90 {
    margin-right: 90px;
  }
  .pt-xxl-90 {
    padding-top: 90px;
  }
  .pb-xxl-90 {
    padding-bottom: 90px;
  }
  .ps-xxl-90 {
    padding-left: 90px;
  }
  .pe-xxl-90 {
    padding-right: 90px;
  }
  .my-xxl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-xxl-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .py-xxl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .px-xxl-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .mt-xxl-100 {
    margin-top: 100px;
  }
  .mb-xxl-100 {
    margin-bottom: 100px;
  }
  .ms-xxl-100 {
    margin-left: 100px;
  }
  .me-xxl-100 {
    margin-right: 100px;
  }
  .pt-xxl-100 {
    padding-top: 100px;
  }
  .pb-xxl-100 {
    padding-bottom: 100px;
  }
  .ps-xxl-100 {
    padding-left: 100px;
  }
  .pe-xxl-100 {
    padding-right: 100px;
  }
  .my-xxl-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mx-xxl-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .py-xxl-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .px-xxl-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .mt-xxl-150 {
    margin-top: 150px;
  }
  .mb-xxl-150 {
    margin-bottom: 150px;
  }
  .ms-xxl-150 {
    margin-left: 150px;
  }
  .me-xxl-150 {
    margin-right: 150px;
  }
  .pt-xxl-150 {
    padding-top: 150px;
  }
  .pb-xxl-150 {
    padding-bottom: 150px;
  }
  .ps-xxl-150 {
    padding-left: 150px;
  }
  .pe-xxl-150 {
    padding-right: 150px;
  }
  .my-xxl-94 {
    margin-top: 94px;
    margin-bottom: 94px;
  }
  .mx-xxl-94 {
    margin-left: 94px;
    margin-right: 94px;
  }
  .py-xxl-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .px-xxl-94 {
    padding-left: 94px;
    padding-right: 94px;
  }
  .mt-xxl-94 {
    margin-top: 94px;
  }
  .mb-xxl-94 {
    margin-bottom: 94px;
  }
  .ms-xxl-94 {
    margin-left: 94px;
  }
  .me-xxl-94 {
    margin-right: 94px;
  }
  .pt-xxl-94 {
    padding-top: 94px;
  }
  .pb-xxl-94 {
    padding-bottom: 94px;
  }
  .ps-xxl-94 {
    padding-left: 94px;
  }
  .pe-xxl-94 {
    padding-right: 94px;
  }
  .my-xxl-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mx-xxl-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .py-xxl-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .px-xxl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .mt-xxl-120 {
    margin-top: 120px;
  }
  .mb-xxl-120 {
    margin-bottom: 120px;
  }
  .ms-xxl-120 {
    margin-left: 120px;
  }
  .me-xxl-120 {
    margin-right: 120px;
  }
  .pt-xxl-120 {
    padding-top: 120px;
  }
  .pb-xxl-120 {
    padding-bottom: 120px;
  }
  .ps-xxl-120 {
    padding-left: 120px;
  }
  .pe-xxl-120 {
    padding-right: 120px;
  }
  .my-xxl-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-xxl-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .py-xxl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .px-xxl-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .mt-xxl-140 {
    margin-top: 140px;
  }
  .mb-xxl-140 {
    margin-bottom: 140px;
  }
  .ms-xxl-140 {
    margin-left: 140px;
  }
  .me-xxl-140 {
    margin-right: 140px;
  }
  .pt-xxl-140 {
    padding-top: 140px;
  }
  .pb-xxl-140 {
    padding-bottom: 140px;
  }
  .ps-xxl-140 {
    padding-left: 140px;
  }
  .pe-xxl-140 {
    padding-right: 140px;
  }
  .my-xxl-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mx-xxl-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .py-xxl-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .px-xxl-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .mt-xxl-200 {
    margin-top: 200px;
  }
  .mb-xxl-200 {
    margin-bottom: 200px;
  }
  .ms-xxl-200 {
    margin-left: 200px;
  }
  .me-xxl-200 {
    margin-right: 200px;
  }
  .pt-xxl-200 {
    padding-top: 200px;
  }
  .pb-xxl-200 {
    padding-bottom: 200px;
  }
  .ps-xxl-200 {
    padding-left: 200px;
  }
  .pe-xxl-200 {
    padding-right: 200px;
  }
  .my-xxl-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }
  .mx-xxl-220 {
    margin-left: 220px;
    margin-right: 220px;
  }
  .py-xxl-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .px-xxl-220 {
    padding-left: 220px;
    padding-right: 220px;
  }
  .mt-xxl-220 {
    margin-top: 220px;
  }
  .mb-xxl-220 {
    margin-bottom: 220px;
  }
  .ms-xxl-220 {
    margin-left: 220px;
  }
  .me-xxl-220 {
    margin-right: 220px;
  }
  .pt-xxl-220 {
    padding-top: 220px;
  }
  .pb-xxl-220 {
    padding-bottom: 220px;
  }
  .ps-xxl-220 {
    padding-left: 220px;
  }
  .pe-xxl-220 {
    padding-right: 220px;
  }
}
@media (min-width: 1600px) {
  .my-xxxl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-xxxl-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .py-xxxl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-xxxl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mt-xxxl-10 {
    margin-top: 10px;
  }
  .mb-xxxl-10 {
    margin-bottom: 10px;
  }
  .ms-xxxl-10 {
    margin-left: 10px;
  }
  .me-xxxl-10 {
    margin-right: 10px;
  }
  .pt-xxxl-10 {
    padding-top: 10px;
  }
  .pb-xxxl-10 {
    padding-bottom: 10px;
  }
  .ps-xxxl-10 {
    padding-left: 10px;
  }
  .pe-xxxl-10 {
    padding-right: 10px;
  }
  .my-xxxl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-xxxl-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .py-xxxl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-xxxl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mt-xxxl-20 {
    margin-top: 20px;
  }
  .mb-xxxl-20 {
    margin-bottom: 20px;
  }
  .ms-xxxl-20 {
    margin-left: 20px;
  }
  .me-xxxl-20 {
    margin-right: 20px;
  }
  .pt-xxxl-20 {
    padding-top: 20px;
  }
  .pb-xxxl-20 {
    padding-bottom: 20px;
  }
  .ps-xxxl-20 {
    padding-left: 20px;
  }
  .pe-xxxl-20 {
    padding-right: 20px;
  }
  .my-xxxl-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mx-xxxl-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .py-xxxl-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .px-xxxl-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mt-xxxl-25 {
    margin-top: 25px;
  }
  .mb-xxxl-25 {
    margin-bottom: 25px;
  }
  .ms-xxxl-25 {
    margin-left: 25px;
  }
  .me-xxxl-25 {
    margin-right: 25px;
  }
  .pt-xxxl-25 {
    padding-top: 25px;
  }
  .pb-xxxl-25 {
    padding-bottom: 25px;
  }
  .ps-xxxl-25 {
    padding-left: 25px;
  }
  .pe-xxxl-25 {
    padding-right: 25px;
  }
  .my-xxxl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-xxxl-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .py-xxxl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .px-xxxl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mt-xxxl-30 {
    margin-top: 30px;
  }
  .mb-xxxl-30 {
    margin-bottom: 30px;
  }
  .ms-xxxl-30 {
    margin-left: 30px;
  }
  .me-xxxl-30 {
    margin-right: 30px;
  }
  .pt-xxxl-30 {
    padding-top: 30px;
  }
  .pb-xxxl-30 {
    padding-bottom: 30px;
  }
  .ps-xxxl-30 {
    padding-left: 30px;
  }
  .pe-xxxl-30 {
    padding-right: 30px;
  }
  .my-xxxl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-xxxl-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .py-xxxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .px-xxxl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mt-xxxl-40 {
    margin-top: 40px;
  }
  .mb-xxxl-40 {
    margin-bottom: 40px;
  }
  .ms-xxxl-40 {
    margin-left: 40px;
  }
  .me-xxxl-40 {
    margin-right: 40px;
  }
  .pt-xxxl-40 {
    padding-top: 40px;
  }
  .pb-xxxl-40 {
    padding-bottom: 40px;
  }
  .ps-xxxl-40 {
    padding-left: 40px;
  }
  .pe-xxxl-40 {
    padding-right: 40px;
  }
  .my-xxxl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-xxxl-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .py-xxxl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .px-xxxl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mt-xxxl-50 {
    margin-top: 50px;
  }
  .mb-xxxl-50 {
    margin-bottom: 50px;
  }
  .ms-xxxl-50 {
    margin-left: 50px;
  }
  .me-xxxl-50 {
    margin-right: 50px;
  }
  .pt-xxxl-50 {
    padding-top: 50px;
  }
  .pb-xxxl-50 {
    padding-bottom: 50px;
  }
  .ps-xxxl-50 {
    padding-left: 50px;
  }
  .pe-xxxl-50 {
    padding-right: 50px;
  }
  .my-xxxl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-xxxl-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .py-xxxl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .px-xxxl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mt-xxxl-60 {
    margin-top: 60px;
  }
  .mb-xxxl-60 {
    margin-bottom: 60px;
  }
  .ms-xxxl-60 {
    margin-left: 60px;
  }
  .me-xxxl-60 {
    margin-right: 60px;
  }
  .pt-xxxl-60 {
    padding-top: 60px;
  }
  .pb-xxxl-60 {
    padding-bottom: 60px;
  }
  .ps-xxxl-60 {
    padding-left: 60px;
  }
  .pe-xxxl-60 {
    padding-right: 60px;
  }
  .my-xxxl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-xxxl-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .py-xxxl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .px-xxxl-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .mt-xxxl-70 {
    margin-top: 70px;
  }
  .mb-xxxl-70 {
    margin-bottom: 70px;
  }
  .ms-xxxl-70 {
    margin-left: 70px;
  }
  .me-xxxl-70 {
    margin-right: 70px;
  }
  .pt-xxxl-70 {
    padding-top: 70px;
  }
  .pb-xxxl-70 {
    padding-bottom: 70px;
  }
  .ps-xxxl-70 {
    padding-left: 70px;
  }
  .pe-xxxl-70 {
    padding-right: 70px;
  }
  .my-xxxl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-xxxl-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .py-xxxl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .px-xxxl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .mt-xxxl-80 {
    margin-top: 80px;
  }
  .mb-xxxl-80 {
    margin-bottom: 80px;
  }
  .ms-xxxl-80 {
    margin-left: 80px;
  }
  .me-xxxl-80 {
    margin-right: 80px;
  }
  .pt-xxxl-80 {
    padding-top: 80px;
  }
  .pb-xxxl-80 {
    padding-bottom: 80px;
  }
  .ps-xxxl-80 {
    padding-left: 80px;
  }
  .pe-xxxl-80 {
    padding-right: 80px;
  }
  .my-xxxl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-xxxl-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .py-xxxl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-xxxl-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .mt-xxxl-90 {
    margin-top: 90px;
  }
  .mb-xxxl-90 {
    margin-bottom: 90px;
  }
  .ms-xxxl-90 {
    margin-left: 90px;
  }
  .me-xxxl-90 {
    margin-right: 90px;
  }
  .pt-xxxl-90 {
    padding-top: 90px;
  }
  .pb-xxxl-90 {
    padding-bottom: 90px;
  }
  .ps-xxxl-90 {
    padding-left: 90px;
  }
  .pe-xxxl-90 {
    padding-right: 90px;
  }
  .my-xxxl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-xxxl-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .py-xxxl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .px-xxxl-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .mt-xxxl-100 {
    margin-top: 100px;
  }
  .mb-xxxl-100 {
    margin-bottom: 100px;
  }
  .ms-xxxl-100 {
    margin-left: 100px;
  }
  .me-xxxl-100 {
    margin-right: 100px;
  }
  .pt-xxxl-100 {
    padding-top: 100px;
  }
  .pb-xxxl-100 {
    padding-bottom: 100px;
  }
  .ps-xxxl-100 {
    padding-left: 100px;
  }
  .pe-xxxl-100 {
    padding-right: 100px;
  }
  .my-xxxl-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mx-xxxl-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .py-xxxl-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .px-xxxl-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .mt-xxxl-150 {
    margin-top: 150px;
  }
  .mb-xxxl-150 {
    margin-bottom: 150px;
  }
  .ms-xxxl-150 {
    margin-left: 150px;
  }
  .me-xxxl-150 {
    margin-right: 150px;
  }
  .pt-xxxl-150 {
    padding-top: 150px;
  }
  .pb-xxxl-150 {
    padding-bottom: 150px;
  }
  .ps-xxxl-150 {
    padding-left: 150px;
  }
  .pe-xxxl-150 {
    padding-right: 150px;
  }
  .my-xxxl-94 {
    margin-top: 94px;
    margin-bottom: 94px;
  }
  .mx-xxxl-94 {
    margin-left: 94px;
    margin-right: 94px;
  }
  .py-xxxl-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .px-xxxl-94 {
    padding-left: 94px;
    padding-right: 94px;
  }
  .mt-xxxl-94 {
    margin-top: 94px;
  }
  .mb-xxxl-94 {
    margin-bottom: 94px;
  }
  .ms-xxxl-94 {
    margin-left: 94px;
  }
  .me-xxxl-94 {
    margin-right: 94px;
  }
  .pt-xxxl-94 {
    padding-top: 94px;
  }
  .pb-xxxl-94 {
    padding-bottom: 94px;
  }
  .ps-xxxl-94 {
    padding-left: 94px;
  }
  .pe-xxxl-94 {
    padding-right: 94px;
  }
  .my-xxxl-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mx-xxxl-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .py-xxxl-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .px-xxxl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .mt-xxxl-120 {
    margin-top: 120px;
  }
  .mb-xxxl-120 {
    margin-bottom: 120px;
  }
  .ms-xxxl-120 {
    margin-left: 120px;
  }
  .me-xxxl-120 {
    margin-right: 120px;
  }
  .pt-xxxl-120 {
    padding-top: 120px;
  }
  .pb-xxxl-120 {
    padding-bottom: 120px;
  }
  .ps-xxxl-120 {
    padding-left: 120px;
  }
  .pe-xxxl-120 {
    padding-right: 120px;
  }
  .my-xxxl-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-xxxl-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .py-xxxl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .px-xxxl-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .mt-xxxl-140 {
    margin-top: 140px;
  }
  .mb-xxxl-140 {
    margin-bottom: 140px;
  }
  .ms-xxxl-140 {
    margin-left: 140px;
  }
  .me-xxxl-140 {
    margin-right: 140px;
  }
  .pt-xxxl-140 {
    padding-top: 140px;
  }
  .pb-xxxl-140 {
    padding-bottom: 140px;
  }
  .ps-xxxl-140 {
    padding-left: 140px;
  }
  .pe-xxxl-140 {
    padding-right: 140px;
  }
  .my-xxxl-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mx-xxxl-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .py-xxxl-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .px-xxxl-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .mt-xxxl-200 {
    margin-top: 200px;
  }
  .mb-xxxl-200 {
    margin-bottom: 200px;
  }
  .ms-xxxl-200 {
    margin-left: 200px;
  }
  .me-xxxl-200 {
    margin-right: 200px;
  }
  .pt-xxxl-200 {
    padding-top: 200px;
  }
  .pb-xxxl-200 {
    padding-bottom: 200px;
  }
  .ps-xxxl-200 {
    padding-left: 200px;
  }
  .pe-xxxl-200 {
    padding-right: 200px;
  }
  .my-xxxl-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }
  .mx-xxxl-220 {
    margin-left: 220px;
    margin-right: 220px;
  }
  .py-xxxl-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .px-xxxl-220 {
    padding-left: 220px;
    padding-right: 220px;
  }
  .mt-xxxl-220 {
    margin-top: 220px;
  }
  .mb-xxxl-220 {
    margin-bottom: 220px;
  }
  .ms-xxxl-220 {
    margin-left: 220px;
  }
  .me-xxxl-220 {
    margin-right: 220px;
  }
  .pt-xxxl-220 {
    padding-top: 220px;
  }
  .pb-xxxl-220 {
    padding-bottom: 220px;
  }
  .ps-xxxl-220 {
    padding-left: 220px;
  }
  .pe-xxxl-220 {
    padding-right: 220px;
  }
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

@media (min-width: 0) {
  .xs-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xs-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xs-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xs-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xs-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xs-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xs-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xs-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xs-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .sm-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .lg-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .xl-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .xxl-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xxl-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxl-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xxl-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxl-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xxl-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xxl-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xxl-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xxl-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1600px) {
  .xxxl-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xxxl-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxxl-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xxxl-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxxl-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xxxl-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xxxl-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xxxl-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xxxl-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
.lh-0 {
  line-height: 0;
}

html,
body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background-color: black;
  font-weight: 400;
  color: white;
  line-height: 1.4;
  height: auto;
}

a {
  transition: 0.4s;
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  html,
  body {
    font-size: 12px;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(19, 27, 41, 0.65);
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
}
header .header-btn {
  border-radius: 8px;
  background: linear-gradient(131deg, #05b38c 0%, #e5eaff 100%);
  background-color: #05b38c;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: white;
  height: 35px;
  padding: 0 30px;
}
header .header-container {
  margin: auto;
  max-width: 1720px;
  display: flex;
  align-items: center;
  padding: 0px 60px;
  height: 94px;
}
header .logo {
  margin-right: 40px;
}
header .logo img {
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  header .logo img {
    max-height: 45px;
  }
}
header .navbar .nav {
  list-style: none;
  display: flex;
}
header .navbar .nav > li {
  margin: 0 6px;
  padding: 3px;
}
header .navbar .nav > li > a {
  border-radius: 21px;
  position: relative;
  z-index: 2;
}
header .navbar .nav > li a {
  font-weight: 500;
  display: flex;
  padding: 10px;
  font-size: 16px;
  color: white;
  align-items: center;
}
header .navbar .nav > li a i {
  line-height: 0;
  transition: 0.4s;
}

header .navbar .dropdown {
  position: relative;
}
header .navbar .dropdown:hover > a {
  background-color: light;
}
header .navbar .dropdown:hover .dropdown-content {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
header .navbar .dropdown:hover > a > i {
  rotate: 180deg;
}
header .navbar .dropdown .dropdown-content {
  overflow: hidden;
  transition: 0.4s;
  position: absolute;
  right: 0;
  width: 100%;
  top: 120%;
  min-width: 180px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(49, 49, 49, 0.8);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  list-style: none;
  opacity: 0;
  visibility: hidden;
}
header .navbar .dropdown .dropdown-content li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
header .navbar .dropdown .dropdown-content > li > a {
  padding: 14px 18px;
  display: flex;
  align-items: center;
}
header .navbar .dropdown .dropdown-content > li > a img {
  margin-right: 10px;
  max-width: 22px;
}
header .navbar .dropdown .dropdown-content > li > a:hover {
  background-color: light;
}
header .others-tool-wrap {
  margin-left: auto;
}

@media (max-width: 1800px) {
  header .header-container {
    margin: auto;
    display: flex;
    align-items: center;
  }
  header .navbar {
    margin-right: 0px;
  }
  header .navbar .nav {
    list-style: none;
    display: flex;
  }
  header .navbar .nav li a {
    display: flex;
    padding: 10px 5px;
    align-items: center;
  }
}
@media (max-width: 1500px) {
  header .header-container {
    margin: auto;
    display: flex;
    align-items: center;
  }
  header .navbar {
    margin-right: 0px;
  }
  header .navbar .nav {
    list-style: none;
    display: flex;
  }
  header .navbar .nav li a {
    font-size: 16px;
    display: flex;
    padding: 10px 5px;
    align-items: center;
  }
}
@media (max-width: 1300px) {
  header .header-container {
    margin: auto;
    display: flex;
    align-items: center;
  }
  header .navbar {
    margin-right: 0px;
  }
  header .navbar .nav {
    list-style: none;
    display: flex;
  }
  header .navbar .nav li a {
    font-size: 12px;
    display: flex;
    padding: 10px 2px;
    align-items: center;
  }
}
@media (max-width: 991px) {
  header .header-container {
    height: 60px;
    padding: 0 10px;
  }
}
@media (max-width: 1599px) {
  .phone-ax {
    display: none;
  }
}
.online-teklif {
  display: flex !important;
}

.login-header-responsive-block {
  display: flex !important;
}

.mobile-menu {
  font-size: 30px;
  color: black;
}

@media (max-width: 1300px) {
  .login-header-responsive-block {
    display: none !important;
  }
}
.mobile-header {
  background: #111927;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding-bottom: 10px;
  height: 100%;
  max-width: 50%;
  transform: translateX(-100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.4s;
  overflow: auto;
}
.mobile-header .closer-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 33px;
}
.mobile-header.active {
  transform: translateX(0%);
}
.mobile-header .logo {
  margin: 20px;
  display: block;
}
.mobile-header .logo img {
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 575px) {
  .mobile-header {
    max-width: 70%;
  }
}
.mobile-header .mobile-nav {
  list-style: none;
}
.mobile-header .mobile-nav > li {
  margin: 0 10px;
}
.mobile-header .mobile-nav > li a {
  display: flex;
  padding: 10px;
  font-size: 16px;
  color: white;
  align-items: center;
}
.mobile-header .mobile-nav > li a img {
  margin-right: 10px;
  max-width: 22px;
}
.mobile-header .mobile-nav > li a i {
  line-height: 0;
  opacity: 0.5;
  transition: 0.4s;
}
.mobile-header .mobile-nav .dropdown:hover .dropdown-content {
  display: block;
}
.mobile-header .mobile-nav .dropdown:hover > a > i {
  rotate: 180deg;
}
.mobile-header .mobile-nav .dropdown .dropdown-content {
  overflow: hidden;
  transition: 0.4s;
  border-radius: 10px;
  list-style: none;
  display: none;
  margin-left: 20px;
}

.has-dropdown {
  position: relative;
}
.has-dropdown .bx-chevron-down {
  transition: 0.4s;
}
.has-dropdown.opened .login-header {
  background: rgba(209, 209, 209, 0.15);
}
.has-dropdown.opened .login-header .bx-chevron-down {
  rotate: 180deg;
}
.has-dropdown.opened .dropdown-content {
  top: 110%;
  visibility: visible;
  opacity: 1;
}
.has-dropdown .dropdown-content {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  transition: 0.4s;
  position: absolute;
  top: 130%;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}
.has-dropdown .dropdown-content > a {
  display: flex;
  align-items: center;
  padding: 15px 10px;
}
.has-dropdown .dropdown-content > a:hover {
  background-color: rgba(255, 165, 0, 0.2);
}
.has-dropdown .dropdown-content > a + a {
  border-top: 1px solid #f2f2f2;
}
.has-dropdown .dropdown-content > a .iconbox {
  min-width: 32px;
  min-height: 32px;
  border-radius: 4px;
  background-color: rgb(255, 186, 59);
  color: orange;
  display: flex;
  align-items: center;
  justify-content: center;
}
.has-dropdown .dropdown-content > a .text-tt {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-left: 10px;
  color: dark;
}

.header-pagination {
  position: absolute;
  top: 92px;
  left: 0;
  height: 32px;
  width: 100%;
  background-color: rgba(28, 39, 57, 0.4509803922);
  display: flex;
  align-items: center;
  justify-content: start;
}

.header-p-container {
  margin: auto;
  max-width: 1720px;
  display: flex;
  align-items: center;
  padding: 0px 60px;
  flex: 1;
}

.pt-header {
  padding-top: 126px;
}

footer {
  background: linear-gradient(180deg, #131b29 0%, #4c586d 140%);
}
footer .footer-container {
  max-width: 1700px;
  padding: 0 20px;
  margin: auto;
  flex: 1;
}
@media (max-width: 1720px) {
  footer .footer-container {
    max-width: 1500px;
  }
}
footer .btn-footer-icon {
  border-radius: 5px;
  border: 1px solid #ebebeb;
  color: white;
  display: flex;
  align-items: center;
}
footer .btn-footer-icon:hover {
  background: rgba(241, 241, 241, 0.1098039216);
}
footer .hoverable a {
  transition: 0.3s;
}
footer .hoverable a:hover {
  color: #8a8a8a;
}

.hero-vortex {
  height: 1000px;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-vortex.v2 {
  background-color: #131b29;
}
.hero-vortex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(19, 27, 41, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.hero-vortex .vortext-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-vortex .vortext-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-vortex .content-area {
  position: relative;
  z-index: 3;
  flex: 1;
}
.hero-vortex .vortex-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}
.hero-vortex .vortex-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgba(19, 27, 41, 0.63);
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
}
@media (max-width: 575px) {
  .hero-vortex .vortex-bottom img {
    max-width: 50px;
  }
  .hero-vortex .vortex-bottom p {
    font-size: 10px;
  }
}

.other-index-bottom {
  background: rgba(19, 27, 41, 0.63);
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
}

.other-index-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  flex: 1;
}

.other-index-hero {
  height: 714px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .other-index-hero {
    height: auto;
    padding-bottom: 40px;
  }
  .hero-vortex {
    height: 920px;
  }
}
@media (max-width: 575px) {
  .hero-vortex {
    height: 1000px;
    align-items: flex-start;
    padding-top: 100px;
  }
}
.glass-form-select {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(217, 217, 217, 0.04);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  width: 100%;
  color: white;
  font-weight: 600;
  height: 50px;
  padding: 0 16px;
  font-size: 16px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABkSURBVHgBjY6LDcAgCERhA0dwBEfoCB3BUdy03YBuQCHBlBolXkL83HsJyMwFAB5EvCGIcEmOpBfNJZMDOBtD+miRpBtYp2n900tlgOkHu7JLZOAaXkgx7KTKXyrsRMBT5ph1L+yHoSvAWVgSAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 95%;
  outline: none;
}

.glass-form-control {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(217, 217, 217, 0.04);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  width: 100%;
  color: white;
  font-weight: 600;
  height: 56px;
  padding: 0 16px;
  font-size: 16px;
}
.glass-form-textarea {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(217, 217, 217, 0.04);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  width: 100%;
  color: white;
  font-weight: 600;
  height: 60px;
  padding: 0 16px;
  font-size: 16px;
  padding-top: 12px;
  resize: horizontal;
}

.glass-form-control.sm-control {
  border-radius: 6px;
  height: 35px;
}
.glass-form-control.md-control {
  border-radius: 6px;
  height: 44px;
}
.glass-form-control.textareav {
  padding-top: 10px;
  height: 100px;
}

@media (max-width: 991px) {
  .input-group .input-group-text {
    height: 40px;
  }

  .glass-form-select {
    height: 40px;
  }
  .glass-form-control {
    font-size: 14px;
    height: 40px;
  }
}
.btn-gradient-green {
  border-radius: 15px;
  background: linear-gradient(177deg, #05b38c 0%, #e5eaff 135%);
  height: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.4s;
}
.btn-gradient-green:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .btn-gradient-green {
    height: 40px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #23232329;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #23232329;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(217, 217, 217, 0.04);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  width: 100%;
  color: white;
  font-weight: 600;
  height: 50px;
  padding: 0 16px;
}

.spec-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 35px;
  border-radius: 8px;
  font-weight: 600;
}
.btn.btn-lg {
  height: 50px;
  border-radius: 15px;
}
.btn.btn-sm {
  height: 20px;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 8px;
}
.btn.btn-green-gradient {
  background: linear-gradient(129deg, #05b38c 0%, #e5eaff 140%);
  color: white;
}
.btn.btn-green-outline {
  border: #06b294 solid 1px;
  color: #06b294;
  transition: 0.4s;
}
.btn.btn-green-outline:hover {
  background-color: #06b294;
  color: white;
}
.btn.btn-danger {
  background-color: #de4344;
  color: white;
}
.btn.btn-success {
  background-color: #06b294;
  color: white;
}

@media (max-width: 991px) {
  .btn {
    height: 35px;
    padding: 0 35px;
    border-radius: 8px;
  }
  .btn.btn-sm {
    font-size: 12px;
  }
  .btn.btn-lg {
    height: 40px;
    border-radius: 15px;
  }
}
.tether-rounded {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-dark-gradient {
  background: linear-gradient(180deg, #131b29 0%, #4c586d 100%);
}

.white-pagination {
  position: relative;
}
.white-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: solid 1px white;
  background: transparent;
  opacity: 1;
}
.white-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.why-swiper {
  margin: -15px;
  padding: 15px;
}

.why-card {
  border-radius: 37.467px;
  background: #132234;
  box-shadow: 0px 3.8427746296px 12.4890174866px 0px rgba(0, 0, 0, 0.11);
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  height: 390px;
}

@media (max-width: 1399px) {
  .why-card {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .why-card {
    height: auto;
    padding: 30px 20px;
  }
  .why-card img {
    max-width: 50px;
  }
}
.max-1100 {
  max-width: 1140px;
  margin: auto;
  flex: 1;
  padding: 0 20px;
}

.max-1400 {
  max-width: 1400px;
  margin: auto;
  flex: 1;
  padding: 0 20px;
}

.max-1480 {
  max-width: 1480px;
  margin: auto;
  flex: 1;
  padding: 0 20px;
}

.faq-item {
  margin-bottom: 20px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item .faq-head {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  transition: 0.3s;
}
.faq-item .faq-head span {
  font-weight: 600;
}
.faq-item .faq-head i {
  transition: 0.3s;
  font-size: 24px;
}
.faq-item .faq-head.active {
  border-color: transparent;
  background: linear-gradient(177deg, #05b38c 0%, #e5eaff 140%);
}
.faq-item .faq-head.active i {
  rotate: 180deg;
}
.faq-item .faq-body .faq-in {
  padding-top: 20px;
}
.faq-item.faq-item-sm .faq-head {
  padding: 10px 20px;
}

.testimonial-card {
  border-radius: 37.47px;
  background: linear-gradient(131deg, #2a364a 0%, #111927 100%);
  padding: 80px 22px 0 22px;
  height: 360px;
  position: relative;
  text-align: center;
}
.testimonial-card .icontop {
  position: absolute;
  top: 34px;
  left: 34px;
}

.italic {
  font-style: italic;
}

@media (max-width: 767px) {
  .testimonial-card {
    padding: 30px 22px 0 22px;
    height: 260px;
  }
  .testimonial-card .icontop {
    max-width: 30px;
  }
}
.get-started {
  border-radius: 12.114px;
  background: #fff;
  color: #06b294;
  font-weight: 600;
  height: 54px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  padding: 0 30px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 991px) {
  .get-started {
    height: 40px;
  }
}

@media (max-width: 575px) {
  .footer-tether-icon {
    max-width: 80px;
  }
}
.diff-hero {
  background: linear-gradient(180deg, #131b29 0%, #0b0f16 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 336px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991px) {
  .diff-hero {
    height: 200px;
  }
}
.general-content-page {
  background-color: #131b29;
  padding-bottom: 90px;
}
.general-content-page .general-container {
  padding: 0 20px;
  max-width: 1000px;
  margin: auto;
}
.general-content-page h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 90px;
}
.general-content-page ul {
  padding: 70px 0;
  font-weight: 400;
  line-height: 160%;
  padding-left: 12px;
}
.general-content-page ul li {
  padding-bottom: 4px;
}
@media (max-width: 991px) {
  .general-content-page {
    padding-bottom: 40px;
  }
  .general-content-page h4 {
    padding-top: 40px;
    font-size: 24px;
  }
  .general-content-page ul {
    padding: 40px 0;
  }
}

.password-icon {
  position: relative;
}
.password-icon i {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  opacity: 0.5;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
}
.password-icon .iconx {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  opacity: 0.5;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
}

.main-checkbox {
  position: relative;
}
.main-checkbox input {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.main-checkbox .checkbox-custom {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(217, 217, 217, 0.04);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-checkbox .checkbox-custom i {
  transition: 0.3s;
  font-size: 28px;
  scale: 0;
}
.main-checkbox input:checked + .checkbox-custom i {
  scale: 1;
}

.max-1200 {
  max-width: 1240px;
  margin: auto;
  flex: 1;
  padding: 0 20px;
}

.iframe-map {
  position: relative;
  height: 550px;
}
.iframe-map .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 27, 41, 0.5098039216);
  mix-blend-mode: revert;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.iframe-map iframe {
  height: 100%;
  width: 100%;
  display: flex;
}

.w-100 {
  width: 100%;
}

.filter-area {
  background: #1b2331;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  height: 66px;
  display: flex;
  align-items: center;
}

.rounded-card-flat {
  border-radius: 24px;
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  padding: 14px 14px 14px 24px;
  align-items: center;
}

@media (max-width: 991px) {
  .custom-namespace-tags {
    font-size: 12px;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    height: 50px;
    align-items: center;
  }
  .custom-namespace-tags span {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin-right: 12px;
  }
}
.tether-items-area {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .tether-items-area {
    min-height: 300px;
  }
}
body:not(.page-loaded) * {
  transition: unset !important;
}

.morphext .animated {
  display: inline-block;
} /*# sourceMappingURL=main.css.map */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* login section css end */
/* profile-sidebar css start */
.profile-setting-sidebar {
  background: linear-gradient(131deg, #2a364a 0%, #111927 100%);
  background-color: #2a364a;
  padding: 25px;
  position: sticky;
  top: 100px;
  border-radius: 10px;
}

.profile-setting-sidebar .fileinput-new.thumbnail {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border-radius: 10px;
}

.profile-setting-sidebar .fileinput-new.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.profile-sidebar__widget {
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #2a364a;

  background: linear-gradient(131deg, #2a364a 0%, #111927 100%);
}
.bg-gradient-dark {
  background: linear-gradient(131deg, #2a364a 0%, #111927 100%);
}

.profile-sidebar__title {
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.profile-sidebar__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: white;
}

.profile-sidebar__widget + .profile-sidebar__widget {
  margin-top: 30px;
}

.profile-author .thumb {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

.profile-author .thumb img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-author .content {
  margin-top: 20px;
}
.profile-verify-list {
  list-style: none;
}
.profile-info-list {
  list-style: none;
}
.profile-verify-list li + li {
  margin-top: 15px;
}

.profile-verify-list li {
  padding: 6px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.profile-verify-list li.verified {
  background-color: rgba(40, 223, 153, 0.15);
  color: #08925d;
}

.profile-verify-list li.unverified {
  background-color: rgba(255, 75, 92, 0.15);
  color: #ff4b5c;
}

.profile-verify-list li i {
  font-size: 18px;
  margin-right: 8px;
}

.profile-info-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
}

.profile-info-list li:first-child {
  padding-top: 0;
}

.profile-info-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.profile-info-list .caption {
  font-weight: 700;
}

.profile-info-list .caption::after {
  content: ":";
  margin-left: 5px;
  margin-right: 5px;
}

.custom-input-field {
  position: relative;
}

.custom-input-field::before {
  position: absolute;
  content: "Choose File";
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background-color: #fca120;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.d-widget {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: #1b2535;
  border-radius: 5px;
  transition: all 0.3s;
  overflow: hidden;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 420px) {
  .d-widget {
    justify-content: center;
  }
}

.d-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.d-widget__icon {
  width: 75px;
  height: 75px;
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  object-fit: contain;
}

.d-widget__content {
  width: calc(100% - 75px);
  padding-left: 20px;
}

@media (max-width: 420px) {
  .d-widget__content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.d-widget__caption {
  color: white;
  font-weight: 600;
  margin-bottom: 6px;
}

.d-widget__amount {
  font-size: 20px;
  color: #dddddd;
  word-break: break-all;
}

.d-widget2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #1d2635;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 100%;
}

.d-widget2 .icon {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #06b294;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.d-widget2 .content {
  width: calc(100% - 85px);
  padding-left: 25px;
}

@media (max-width: 1199px) {
  .d-widget2 {
    padding: 15px;
  }

  .d-widget2 .icon {
    width: 65px;
    height: 65px;
  }

  .d-widget2 .content {
    width: calc(100% - 65px);
  }

  .d-widget2__amount {
    font-size: 18px;
  }
}
.own-trade-color {
  background-color: #06b29445;
}

/* modal */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #111825;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #4c525c;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #4c525c;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.custom-table-special {
  width: 100%;
}
.custom-table-special thead th {
  padding: 0 10px;
  width: auto;
}

.input-group {
  display: flex;
  align-items: center;
}
.input-group input {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.input-group .input-group-text {
  padding: 0 10px;
  background-color: #06b294;
  height: 56px;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
@media (max-width: 991px) {
  .input-group .input-group-text {
    height: 40px;
  }
}

.line-title-wrapper {
  position: relative;
  text-align: center;
  z-index: 1;
}

.line-title-wrapper::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff2e;
  z-index: -1;
}

.line-title {
  display: inline-block;
  padding: 3px 10px;
  background: rgb(29 38 53);
  backdrop-filter: blur(9px);

  color: #06b294;
}
.card-spec {
  padding: 30px;
  background: rgba(51, 62, 81, 0.38);
  backdrop-filter: blur(9px);
  border-radius: 8px;
}

.bg-card-bg {
  background: rgba(51, 62, 81, 0.38);
}
.radius-10 {
  border-radius: 10px;
}
.w-80px {
  width: 80px;
}
.in-b-responsive b {
  min-width: 80px;
  width: 20%;
  justify-content: space-between;
  opacity: 0.4;
  margin-right: 4%;
  display: none;
}
.in-b-responsive b::after {
  content: ":";
}

.badge--info {
  background-color: rgba(30, 159, 242, 0.1);
  border: 1px solid #1e9ff2;
  color: #1e9ff2;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.1);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge--success {
  background-color: rgb(6 178 148 / 10%);
  border: 1px solid #06b294;
  color: #06b294;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.1);
  border: 1px solid #ea5455;
  color: #ea5455;
}

.badge--primary {
  background-color: rgb(143 132 245 / 10%);
  border: 1px solid #8f84ff;
  color: #8f84ff;
}

.badge--dark {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
  color: #cecece;
}

.badge {
  font-size: 0.75rem !important;
  font-weight: 300;
  border-radius: 999px;
  padding: 2px 15px;
  position: relative;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.unlist {
  list-style: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: rgba(51, 62, 81, 0.38);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.terms-sidebar {
  background-color: #1d2635;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.terms-sidebar__widget {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.terms-sidebar__widget:first-child {
  padding-top: 0;
}

.terms-sidebar__widget:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.terms-sidebar__widget .title {
  margin-bottom: 10px;
}

.terms-sidebar__widget p {
  color: #6f6f6f;
}

/* terms-sidebar css end */

.user-details-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.user-details-top .thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.user-details-top .thumb img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}

.text-danger {
  color: #e3394d !important;
}

.user-review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

.user-details-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
  flex-direction: column;
}

.user-details-list li {
  padding: 5px 10px;
}

.user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}

.alert-warning {
  color: #e4b732;
  background-color: #ffd45424;
  border-color: #e4b732;
}

/* trade request details css start */
.chat-box {
  background-color: #1d2635;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.chat-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 10px 20px;
  background-color: #1d2635;
  border-bottom: 1px solid #4c525c;
}

.chat-box__thread {
  padding: 30px 20px 10px;
  max-height: 550px;
  overflow-y: auto;
}

.chat-box__thread::-webkit-scrollbar {
  width: 10px;
}

.chat-box__thread::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.chat-box__thread::-webkit-scrollbar-thumb {
  background-color: #fca120;
}

.chat-box__footer {
  padding: 20px;
  background-color: #1d2635;
  border-top: 1px solid #4c525c;
}

.chat-box__footer textarea.form-control {
  min-height: 70px !important;
}

.chat-send-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chat-send-area .chat-send-field {
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .chat-send-area .chat-send-field,
  .chat-send-area .chat-send-btn,
  .chat-send-area .chat-send-file {
    width: 100%;
  }

  .chat-send-area .chat-send-btn {
    order: 3;
    margin-top: 15px;
  }

  .chat-send-area .chat-send-btn button {
    width: 100%;
  }

  .chat-send-area .chat-send-file {
    order: 2;
  }
}

.chat-author {
  display: -ms-flexbox;
  display: flex;
  gap: 10px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.chat-author .thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  border: 2px solid #06b294;
}

.chat-author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-author .content .name {
  color: #ffffff;
  font-size: 16px;
}

.chat-author .content .active-status {
  color: rgba(255, 255, 255, 0.6);
}

.single-message + .single-message {
  margin-top: 20px;
}

.single-message {
  display: flex;
  width: 100%;
  gap: 8px;
  max-width: 90%;
}

.single-message.message--right {
  margin-left: auto;
  justify-content: flex-end;
}

.single-message.message--left {
  flex-direction: row-reverse;
  margin-right: auto;
  justify-content: flex-end;
}

.single-message.message--left .message-author {
  align-self: fle;
}

.single-message.message--left .message-content {
  border-radius: 10px 10px 10px 0;
}

.single-message.message--left .message-time {
  text-align: left !important;
}

.single-message .message-content {
  padding: 15px;
  min-width: 180px;
}

.single-message.message--right .message-content {
  border-radius: 10px 10px 0 10px;
}

.single-message.message--left .message-content {
  border: 1px solid #06b294;
  background-color: rgb(6 178 148 / 10%);

  margin-left: auto;
}

.single-message.message--right .message-content {
  background-color: #a2a2a20d;
  border: 1px solid #aeaeae4a;
}

.single-message .message-author {
  justify-content: flex-end;
  align-self: flex-end;
  margin-bottom: 30px;
  flex-shrink: 0;
}

.single-message.message--right .name {
  order: -1;
  padding-left: 0;
  padding-right: 15px;
  font-size: 15px;
}

.single-message .message-content .name {
  font-size: 16px;
}

.single-message .message-text {
  font-size: 14px;
  display: block;
}

.single-message .message-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 35px;
  height: 35px;
}

.single-message .message-author .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fca12012;
}

.single-message .message-author .name {
  font-size: 14px;
}

.single-message .message-time {
  font-size: 12px;
  font-style: italic;
}

.single-message .messgae-attachment {
  margin-top: 10px;
}

.custom-file {
  padding: 0;
  border: none;
  width: auto;
  margin-top: 5px;
}

.custom-file + label {
  position: absolute;
  background-color: #2ecc71;
  color: #ffffff;
  top: 0;
  left: 0;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 0;
}

.file-demo-btn {
  font-size: 14px;
  color: #fca120;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-decoration: underline;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.positive-negative-label {
  border: solid 1px transparent;
  padding: 5px 12px;
  border-radius: 10px;
  transition: 0.4s;
}

.positive-negative-label.active {
  border-color: #ffffff5c;
  background: #00000036;
}
.positive-negative-label:hover {
  border-color: #ffffff5c;
  background: #00000036;
}

.review-item {
  border: solid 1px rgb(51 62 81 / 99%);
  padding: 11px;
  border-radius: 10px;
}

.hero-vortex-tab-card {
  border-radius: 44px;
  background: rgba(51, 62, 81, 0.38);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  padding: 36px;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .hero-vortex-tab-card {
    padding: 25px 10px;
    border-radius: 20px;
  }
}
.hero-vortex-tab-card .hero-vortex-tab a {
  transition: 0.4s;
  border-radius: 8px;
  border: 1px solid #06b294;
  font-size: 16px;
  font-weight: 500;
  color: #06b294;
  height: 35px;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-vortex-tab-card .hero-vortex-tab a.active {
  background: #06b294;
  color: white;
}
.hero-vortex-tab-card .hero-vortex-tab a:hover {
  background: #06b294;
  color: white;
}
.hero-vortex-tab-card .more-infos-payment {
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.hero-vortex-tab-card .more-infos-payment .payment-item {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  border-radius: 19.5px;
  border: 1px solid #06b294;
  padding: 4px 16px;
  transition: 0.4s;
  cursor: pointer;
}
.hero-vortex-tab-card .more-infos-payment .payment-item:last-of-type {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .hero-vortex-tab-card .more-infos-payment .payment-item {
    font-size: 14px;
  }
}
.hero-vortex-tab-card .more-infos-payment .payment-item:hover {
  background-color: rgba(6, 178, 149, 0.1764705882);
}
.hero-vortex-tab-card .more-infos-payment .payment-item.active {
  background-color: #06b294;
  color: white;
}
.hero-vortex-tab-card .custom-input-wrap {
  position: relative;
}
.hero-vortex-tab-card .custom-input-wrap .custom-upper-select {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border-radius: 8px;
  border: 1px solid #06b294;
  width: 104px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABkSURBVHgBjY6LDcAgCERhA0dwBEfoCB3BUdy03YBuQCHBlBolXkL83HsJyMwFAB5EvCGIcEmOpBfNJZMDOBtD+miRpBtYp2n900tlgOkHu7JLZOAaXkgx7KTKXyrsRMBT5ph1L+yHoSvAWVgSAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 90%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .hero-vortex-tab-card .custom-input-wrap .custom-upper-select {
    height: 28px;
  }
}

.caption-list li {
  display: flex;
  flex-wrap: wrap;
  padding: 0.625rem 0;
  font-size: 0.9375rem;
  border-bottom: 1px dashed #e5e5e5;
}

.caption-list li:first-child {
  padding-top: 0;
}

.bg--success {
  background-color: #2ecc71 !important;
}

.caption-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.caption-list li .caption {
  width: 40%;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  position: relative;
}

.caption-list li .caption::after {
  position: absolute;
  content: ":";
  top: 0;
  right: 0;
}

.caption-list li .value {
  width: 60%;
  padding-left: 0.9375rem;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #21252d;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #525252;
}

.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #525252;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #39b998;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: rgb(61, 61, 61);
  border-color: #dee2e6;
  opacity: 0.4;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
}

.pagination {
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 10px;
}

.pagination .page-item {
  border-radius: 3px !important;
}

.show-all-btn {
  border-radius: 8px;
  border: 1px solid #06b294;
  width: auto;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  cursor: pointer;
  transition: 0.3s;
}
.show-all-btn:hover {
  background-color: #06b29534;
}
@media screen and (max-width: 991px) {
  .show-all-btn {
    height: 28px;
    font-size: 12px;
    padding: 0 6px;
  }
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1f293a;
  border-radius: 2px;
}

.search-bar-outside {
  display: flex;
  align-items: center;
  border: solid 1px rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  border-radius: 6px;
}

.search-bar-outside i {
  font-size: 20px;
}

.search-bar-outside .out-left {
  font-size: 34px;
  line-height: 0;
}

.search-bar-outside input {
  font-size: 15px;
  margin-left: 10px;
  font-weight: 500;
  width: 100%;
}

.gateway-cube-item {
  padding: 11px 15px;
  border: solid 1px rgb(60 65 75);
  border-radius: 8px;
  display: flex;
  align-items: start;
  justify-content: start;
  text-align: start;
  font-weight: 600;
  transition: 0.3s;
}

.gateway-cube-item:hover {
  background-color: #36363642;
}

.gateway-cube-item.active {
  background-color: #27272794;
}

.gateway-wrapper {
  padding-right: 10px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 574px) {
  .search-bar-wrap {
    background-color: #0a121e;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0;
    width: 100%;
  }
  .gateway-wrapper {
    padding-right: 0px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: auto;
  }
  .spec-modal-content {
    height: 100%;
    min-height: 100vh;
  }
}

.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #f8faff;
  background-color: #18202d;
  border-color: #474d57;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.max-1220 {
  max-width: 1260px;
  margin: auto;
  flex: 1;
  padding: 0 20px;
}

.max-1500 {
  max-width: 1540px;
  margin: auto;
  flex: 1;
  padding: 0 20px;
}

.max-1040 {
  max-width: 1080px;
  margin: auto;
  flex: 1;
  padding: 0 20px;
}

.lab-hero {
  background: linear-gradient(269deg, #000 0.8%, rgba(0, 0, 0, 0) 104.82%);
  height: 760px;
}
@media (max-width: 991px) {
  .lab-hero {
    height: auto;
    padding: 40px 0;
  }
}
