@charset "UTF-8";
/* --------------------------------------------------
Fonts
-------------------------------------------------- */
/* --------------------------------------------------
Breakpoint Settings
-------------------------------------------------- */
/* --------------------------------------------------
Breakpoint Mixin
-------------------------------------------------- */
.c-white {
  color: #d3d3d3 !important;
}

.c-grey {
  color: #999999 !important;
}

.c-black {
  color: #010101 !important;
}

.c1-main {
  color: #272727 !important;
}

.c2-main {
  color: #464646 !important;
}

.c3-main {
  color: #686868 !important;
}

.c1-second {
  color: #0f7dbd !important;
}

.c2-second {
  color: #2e6c48 !important;
}

.c3-second {
  color: #effcef !important;
}

.c_success {
  color: #5cb85c !important;
}

.c_warn {
  color: #f0ad4e !important;
}

.c_error {
  color: #d9534f !important;
}

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

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

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

.bg-main1 {
  background-color: #272727 !important;
}

.bg-main2 {
  background-color: #464646 !important;
}

.bg-main3 {
  background-color: #686868 !important;
}

.bg-second1 {
  background-color: #0f7dbd !important;
}

.bg-second2 {
  background-color: #2e6c48 !important;
}

.bg-second3 {
  background-color: #effcef !important;
}

.bg-second4 {
  background-color: #8f2626 !important;
}

.bg-succes {
  background-color: #5cb85c !important;
}

.bg-warn {
  background-color: #f0ad4e !important;
}

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

.c-func-pre {
  color: #477aa3 !important;
}

.c-func {
  color: #dcdcaa !important;
}

.c-var {
  color: #9cdcfe !important;
}

.c-string {
  color: #ce9178 !important;
}

.c-return {
  color: #4ec9b0 !important;
}

.c-comment {
  color: #6a9955 !important;
}

.c-keyword {
  color: #569cd6 !important;
}

.c-number {
  color: #b5cea8 !important;
}

.c-boolean {
  color: #569cd6 !important;
}

.c-null {
  color: #569cd6 !important;
}

.c-undefined {
  color: #569cd6 !important;
}

.c-exec {
  color: #c586c0 !important;
}

/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/poppins-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("./assets/fonts/poppins-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("./assets/fonts/poppins-v15-latin-regular.woff") format("woff"), url("./assets/fonts/poppins-v15-latin-regular.ttf") format("truetype"), url("./assets/fonts/poppins-v15-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-300italic - latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("./assets/fonts/poppins-v15-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("./assets/fonts/poppins-v15-latin-300italic.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/poppins-v15-latin-300italic.woff2") format("woff2"), url("./assets/fonts/poppins-v15-latin-300italic.woff") format("woff"), url("./assets/fonts/poppins-v15-latin-300italic.ttf") format("truetype"), url("./assets/fonts/poppins-v15-latin-300italic.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("./assets/fonts/poppins-v15-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("./assets/fonts/poppins-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/poppins-v15-latin-600.woff2") format("woff2"), url("./assets/fonts/poppins-v15-latin-600.woff") format("woff"), url("./assets/fonts/poppins-v15-latin-600.ttf") format("truetype"), url("./assets/fonts/poppins-v15-latin-600.svg#Poppins") format("svg"); /* Legacy iOS */
}
.testclass {
  font-weight: 300;
}

@media (min-width: 280px) {
  body {
    font-family: "Poppins";
  }
  h1 {
    font-family: "Poppins";
    font-size: 30px;
    line-height: 40.4px;
  }
  h2 {
    font-family: "Poppins";
    font-size: 25px;
    line-height: 26.4px;
  }
  h3 {
    font-family: "Poppins";
    font-size: 15px;
    line-height: 22.4px;
  }
  h4 {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 20.4px;
  }
  p,
  a, li {
    color: #686868;
    font-size: 13px;
    line-height: 19.4px;
  }
  blockquote {
    font-size: 21px;
    line-height: 34px;
  }
  pre {
    font-size: 13px;
    line-height: 18.5714px;
  }
}
@media (min-width: 280px) and (min-width: 576px) {
  h1 {
    font-size: 30px;
    line-height: 40.4px;
  }
  h2 {
    font-size: 25px;
    line-height: 26.4px;
  }
  h3 {
    font-size: 15px;
    line-height: 22.4px;
  }
  h4 {
    font-size: 14px;
    line-height: 20.4px;
  }
  p,
  a, li {
    font-size: 13px;
    line-height: 19.4px;
  }
}
@media (min-width: 280px) and (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 52.52px;
  }
  h2 {
    font-size: 30px;
    line-height: 34.32px;
  }
  h3 {
    font-size: 18px;
    line-height: 29.12px;
  }
  h4 {
    font-size: 16.8px;
    line-height: 26.52px;
  }
  p,
  a, li {
    font-size: 15.6px;
    line-height: 25.22px;
  }
}
@media (min-width: 280px) and (min-width: 992px) {
  h1 {
    font-size: 39px;
    line-height: 60.6px;
  }
  h2 {
    font-size: 32.5px;
    line-height: 39.6px;
  }
  h3 {
    font-size: 19.5px;
    line-height: 33.6px;
  }
  h4 {
    font-size: 18.2px;
    line-height: 30.6px;
  }
  p,
  a, li {
    font-size: 16.9px;
    line-height: 29.1px;
  }
}
@media (min-width: 280px) and (min-width: 1200px) {
  h1 {
    font-size: 42px;
    line-height: 72.72px;
  }
  h2 {
    font-size: 35px;
    line-height: 47.52px;
  }
  h3 {
    font-size: 21px;
    line-height: 40.32px;
  }
  h4 {
    font-size: 19.6px;
    line-height: 36.72px;
  }
  p,
  a, li {
    font-size: 18.2px;
    line-height: 34.92px;
  }
}
@media (min-width: 280px) and (min-width: 1920px) {
  h1 {
    font-size: 45px;
    line-height: 72.72px;
  }
  h2 {
    font-size: 37.5px;
    line-height: 47.52px;
  }
  h3 {
    font-size: 22.5px;
    line-height: 40.32px;
  }
  h4 {
    font-size: 21px;
    line-height: 36.72px;
  }
  p,
  a, li {
    font-size: 19.5px;
    line-height: 34.92px;
  }
}
.p-0 {
  padding: 0rem !important;
}

.py-0 {
  padding: 0rem 0rem !important;
}

.px-0 {
  padding: 0rem 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

@media (min-width: 280px) {
  .p-xs-0 {
    padding: 0rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
    padding: 0rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-0 {
    padding: 0rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-0 {
    padding: 0rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-0 {
    padding: 0rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
    padding: 0rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
    padding: 0rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-0 {
    padding: 0rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-0 {
    padding: 0rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-0 {
    padding: 0rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
    padding: 0rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
    padding: 0rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-0 {
    padding-left: 0rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-0 {
    padding-right: 0rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-0 {
    padding-top: 0rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-0 {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
}

.m-0 {
  margin: 0rem !important;
}

.my-0 {
  margin: 0rem 0rem !important;
}

.mx-0 {
  margin: 0rem 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

@media (min-width: 280px) {
  .m-xs-0 {
    margin: 0rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-0 {
    margin: 0rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
    margin: 0rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
    margin: 0rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
    margin: 0rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
    margin: 0rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-0 {
    margin: 0rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
    margin: 0rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
    margin: 0rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
    margin: 0rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
    margin: 0rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-0 {
    margin-left: 0rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-0 {
    margin-right: 0rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-0 {
    margin-top: 0rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
}

.p-1 {
  padding: 1rem !important;
}

.py-1 {
  padding: 1rem 0rem !important;
}

.px-1 {
  padding: 0rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

@media (min-width: 280px) {
  .p-xs-1 {
    padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
    padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
    padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
    padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
    padding: 1rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-1 {
    padding: 1rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-1 {
    padding: 1rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-1 {
    padding: 1rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
    padding: 1rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
    padding: 1rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-1 {
    padding: 0rem 1rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-1 {
    padding: 0rem 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-1 {
    padding: 0rem 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
    padding: 0rem 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
    padding: 0rem 1rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-1 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-1 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-1 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-1 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-1 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-1 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-1 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-1 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-1 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-1 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-1 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-1 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
}

.m-1 {
  margin: 1rem !important;
}

.my-1 {
  margin: 1rem 0rem !important;
}

.mx-1 {
  margin: 0rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

@media (min-width: 280px) {
  .m-xs-1 {
    margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
    margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
    margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
    margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 1rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-1 {
    margin: 1rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
    margin: 1rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
    margin: 1rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
    margin: 1rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
    margin: 1rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-1 {
    margin: 0rem 1rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
    margin: 0rem 1rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
    margin: 0rem 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
    margin: 0rem 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
    margin: 0rem 1rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-1 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-1 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-1 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-1 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-1 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-1 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-1 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-1 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-1 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
}

.p-2 {
  padding: 2rem !important;
}

.py-2 {
  padding: 2rem 0rem !important;
}

.px-2 {
  padding: 0rem 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

@media (min-width: 280px) {
  .p-xs-2 {
    padding: 2rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
    padding: 2rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
    padding: 2rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
    padding: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
    padding: 2rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-2 {
    padding: 2rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-2 {
    padding: 2rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-2 {
    padding: 2rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
    padding: 2rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
    padding: 2rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-2 {
    padding: 0rem 2rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-2 {
    padding: 0rem 2rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-2 {
    padding: 0rem 2rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
    padding: 0rem 2rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
    padding: 0rem 2rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-2 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-2 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-2 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-2 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-2 {
    padding-right: 2rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-2 {
    padding-right: 2rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-2 {
    padding-right: 2rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-2 {
    padding-right: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-2 {
    padding-right: 2rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-2 {
    padding-top: 2rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
    padding-top: 2rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-2 {
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
}

.m-2 {
  margin: 2rem !important;
}

.my-2 {
  margin: 2rem 0rem !important;
}

.mx-2 {
  margin: 0rem 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

@media (min-width: 280px) {
  .m-xs-2 {
    margin: 2rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
    margin: 2rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
    margin: 2rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
    margin: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
    margin: 2rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-2 {
    margin: 2rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
    margin: 2rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
    margin: 2rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
    margin: 2rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
    margin: 2rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-2 {
    margin: 0rem 2rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
    margin: 0rem 2rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
    margin: 0rem 2rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
    margin: 0rem 2rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
    margin: 0rem 2rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-2 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-2 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-2 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-2 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-2 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-2 {
    margin-right: 2rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-2 {
    margin-right: 2rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-2 {
    margin-right: 2rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-2 {
    margin-right: 2rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-2 {
    margin-top: 2rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
    margin-top: 2rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-2 {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
}

.p-3 {
  padding: 3rem !important;
}

.py-3 {
  padding: 3rem 0rem !important;
}

.px-3 {
  padding: 0rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

@media (min-width: 280px) {
  .p-xs-3 {
    padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
    padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
    padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
    padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
    padding: 3rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-3 {
    padding: 3rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-3 {
    padding: 3rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-3 {
    padding: 3rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
    padding: 3rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
    padding: 3rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-3 {
    padding: 0rem 3rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-3 {
    padding: 0rem 3rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-3 {
    padding: 0rem 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
    padding: 0rem 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
    padding: 0rem 3rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-3 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-3 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-3 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-3 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-3 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-3 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-3 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-3 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-3 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-3 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-3 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-3 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
}

.m-3 {
  margin: 3rem !important;
}

.my-3 {
  margin: 3rem 0rem !important;
}

.mx-3 {
  margin: 0rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

@media (min-width: 280px) {
  .m-xs-3 {
    margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
    margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
    margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
    margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
    margin: 3rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-3 {
    margin: 3rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
    margin: 3rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
    margin: 3rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
    margin: 3rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
    margin: 3rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-3 {
    margin: 0rem 3rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
    margin: 0rem 3rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
    margin: 0rem 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
    margin: 0rem 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
    margin: 0rem 3rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-3 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-3 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-3 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-3 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-3 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-3 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-3 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-3 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-3 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-3 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-3 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
}

.p-4 {
  padding: 4rem !important;
}

.py-4 {
  padding: 4rem 0rem !important;
}

.px-4 {
  padding: 0rem 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

@media (min-width: 280px) {
  .p-xs-4 {
    padding: 4rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
    padding: 4rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
    padding: 4rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 4rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-4 {
    padding: 4rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-4 {
    padding: 4rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-4 {
    padding: 4rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
    padding: 4rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
    padding: 4rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-4 {
    padding: 0rem 4rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-4 {
    padding: 0rem 4rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-4 {
    padding: 0rem 4rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
    padding: 0rem 4rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
    padding: 0rem 4rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-4 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-4 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-4 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-4 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-4 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-4 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-4 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-4 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-4 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-4 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-4 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-4 {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
}

.m-4 {
  margin: 4rem !important;
}

.my-4 {
  margin: 4rem 0rem !important;
}

.mx-4 {
  margin: 0rem 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

@media (min-width: 280px) {
  .m-xs-4 {
    margin: 4rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
    margin: 4rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
    margin: 4rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
    margin: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 4rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-4 {
    margin: 4rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
    margin: 4rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
    margin: 4rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
    margin: 4rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
    margin: 4rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-4 {
    margin: 0rem 4rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
    margin: 0rem 4rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
    margin: 0rem 4rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
    margin: 0rem 4rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
    margin: 0rem 4rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-4 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-4 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-4 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-4 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-4 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-4 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-4 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-4 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-4 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-4 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-4 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
}

.p-5 {
  padding: 5rem !important;
}

.py-5 {
  padding: 5rem 0rem !important;
}

.px-5 {
  padding: 0rem 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

@media (min-width: 280px) {
  .p-xs-5 {
    padding: 5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
    padding: 5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
    padding: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 5rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-5 {
    padding: 5rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-5 {
    padding: 5rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
    padding: 5rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
    padding: 5rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
    padding: 5rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-5 {
    padding: 0rem 5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-5 {
    padding: 0rem 5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
    padding: 0rem 5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
    padding: 0rem 5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
    padding: 0rem 5rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-5 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-5 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-5 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-5 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-5 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-5 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-5 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-5 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-5 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-5 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-5 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-5 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
}

.m-5 {
  margin: 5rem !important;
}

.my-5 {
  margin: 5rem 0rem !important;
}

.mx-5 {
  margin: 0rem 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

@media (min-width: 280px) {
  .m-xs-5 {
    margin: 5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
    margin: 5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
    margin: 5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
    margin: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 5rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-5 {
    margin: 5rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
    margin: 5rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
    margin: 5rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
    margin: 5rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
    margin: 5rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-5 {
    margin: 0rem 5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
    margin: 0rem 5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
    margin: 0rem 5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
    margin: 0rem 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
    margin: 0rem 5rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-5 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-5 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-5 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-5 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-5 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-5 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-5 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-5 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-5 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-5 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-5 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-5 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
}

.p-6 {
  padding: 6rem !important;
}

.py-6 {
  padding: 6rem 0rem !important;
}

.px-6 {
  padding: 0rem 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

@media (min-width: 280px) {
  .p-xs-6 {
    padding: 6rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-6 {
    padding: 6rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-6 {
    padding: 6rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-6 {
    padding: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-6 {
    padding: 6rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-6 {
    padding: 6rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-6 {
    padding: 6rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-6 {
    padding: 6rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding: 6rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-6 {
    padding: 6rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-6 {
    padding: 0rem 6rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-6 {
    padding: 0rem 6rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-6 {
    padding: 0rem 6rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-6 {
    padding: 0rem 6rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-6 {
    padding: 0rem 6rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-6 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-6 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-6 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-6 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-6 {
    padding-left: 6rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-6 {
    padding-right: 6rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-6 {
    padding-right: 6rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-6 {
    padding-right: 6rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-6 {
    padding-right: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-6 {
    padding-right: 6rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-6 {
    padding-top: 6rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-6 {
    padding-top: 6rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-6 {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
}

.m-6 {
  margin: 6rem !important;
}

.my-6 {
  margin: 6rem 0rem !important;
}

.mx-6 {
  margin: 0rem 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

@media (min-width: 280px) {
  .m-xs-6 {
    margin: 6rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-6 {
    margin: 6rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-6 {
    margin: 6rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-6 {
    margin: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 6rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-6 {
    margin: 6rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-6 {
    margin: 6rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-6 {
    margin: 6rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-6 {
    margin: 6rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-6 {
    margin: 6rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-6 {
    margin: 0rem 6rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-6 {
    margin: 0rem 6rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-6 {
    margin: 0rem 6rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-6 {
    margin: 0rem 6rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-6 {
    margin: 0rem 6rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-6 {
    margin-left: 6rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-6 {
    margin-left: 6rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-6 {
    margin-left: 6rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-6 {
    margin-left: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-6 {
    margin-left: 6rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-6 {
    margin-right: 6rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-6 {
    margin-right: 6rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-6 {
    margin-right: 6rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-6 {
    margin-right: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-6 {
    margin-right: 6rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-6 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-6 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
}

.p-7 {
  padding: 7rem !important;
}

.py-7 {
  padding: 7rem 0rem !important;
}

.px-7 {
  padding: 0rem 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

@media (min-width: 280px) {
  .p-xs-7 {
    padding: 7rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-7 {
    padding: 7rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-7 {
    padding: 7rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-7 {
    padding: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-7 {
    padding: 7rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-7 {
    padding: 7rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-7 {
    padding: 7rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-7 {
    padding: 7rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-7 {
    padding: 7rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-7 {
    padding: 7rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-7 {
    padding: 0rem 7rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-7 {
    padding: 0rem 7rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-7 {
    padding: 0rem 7rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-7 {
    padding: 0rem 7rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-7 {
    padding: 0rem 7rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-7 {
    padding-left: 7rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-7 {
    padding-left: 7rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-7 {
    padding-left: 7rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-7 {
    padding-left: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-7 {
    padding-left: 7rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-7 {
    padding-right: 7rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-7 {
    padding-right: 7rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-7 {
    padding-right: 7rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-7 {
    padding-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-7 {
    padding-right: 7rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-7 {
    padding-top: 7rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-7 {
    padding-top: 7rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-7 {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
}

.m-7 {
  margin: 7rem !important;
}

.my-7 {
  margin: 7rem 0rem !important;
}

.mx-7 {
  margin: 0rem 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

@media (min-width: 280px) {
  .m-xs-7 {
    margin: 7rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-7 {
    margin: 7rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-7 {
    margin: 7rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-7 {
    margin: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-7 {
    margin: 7rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-7 {
    margin: 7rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-7 {
    margin: 7rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-7 {
    margin: 7rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-7 {
    margin: 7rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-7 {
    margin: 7rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-7 {
    margin: 0rem 7rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-7 {
    margin: 0rem 7rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-7 {
    margin: 0rem 7rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-7 {
    margin: 0rem 7rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-7 {
    margin: 0rem 7rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-7 {
    margin-left: 7rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-7 {
    margin-left: 7rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-7 {
    margin-left: 7rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-7 {
    margin-left: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-7 {
    margin-left: 7rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-7 {
    margin-right: 7rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-7 {
    margin-right: 7rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-7 {
    margin-right: 7rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-7 {
    margin-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-7 {
    margin-right: 7rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-7 {
    margin-top: 7rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-7 {
    margin-top: 7rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-7 {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
}

.p-8 {
  padding: 8rem !important;
}

.py-8 {
  padding: 8rem 0rem !important;
}

.px-8 {
  padding: 0rem 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

@media (min-width: 280px) {
  .p-xs-8 {
    padding: 8rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-8 {
    padding: 8rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-8 {
    padding: 8rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-8 {
    padding: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-8 {
    padding: 8rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-8 {
    padding: 8rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-8 {
    padding: 8rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-8 {
    padding: 8rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-8 {
    padding: 8rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-8 {
    padding: 8rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-8 {
    padding: 0rem 8rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-8 {
    padding: 0rem 8rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-8 {
    padding: 0rem 8rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-8 {
    padding: 0rem 8rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-8 {
    padding: 0rem 8rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-8 {
    padding-left: 8rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-8 {
    padding-left: 8rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-8 {
    padding-left: 8rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-8 {
    padding-left: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-8 {
    padding-left: 8rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-8 {
    padding-right: 8rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-8 {
    padding-right: 8rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-8 {
    padding-right: 8rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-8 {
    padding-right: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-8 {
    padding-right: 8rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-8 {
    padding-top: 8rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-8 {
    padding-top: 8rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-8 {
    padding-bottom: 8rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
}

.m-8 {
  margin: 8rem !important;
}

.my-8 {
  margin: 8rem 0rem !important;
}

.mx-8 {
  margin: 0rem 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

@media (min-width: 280px) {
  .m-xs-8 {
    margin: 8rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-8 {
    margin: 8rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-8 {
    margin: 8rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-8 {
    margin: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-8 {
    margin: 8rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-8 {
    margin: 8rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-8 {
    margin: 8rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-8 {
    margin: 8rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-8 {
    margin: 8rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-8 {
    margin: 8rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-8 {
    margin: 0rem 8rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-8 {
    margin: 0rem 8rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-8 {
    margin: 0rem 8rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-8 {
    margin: 0rem 8rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-8 {
    margin: 0rem 8rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-8 {
    margin-left: 8rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-8 {
    margin-left: 8rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-8 {
    margin-left: 8rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-8 {
    margin-left: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-8 {
    margin-left: 8rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-8 {
    margin-right: 8rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-8 {
    margin-right: 8rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-8 {
    margin-right: 8rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-8 {
    margin-right: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-8 {
    margin-right: 8rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-8 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-8 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-8 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
}

.p-9 {
  padding: 9rem !important;
}

.py-9 {
  padding: 9rem 0rem !important;
}

.px-9 {
  padding: 0rem 9rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

@media (min-width: 280px) {
  .p-xs-9 {
    padding: 9rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-9 {
    padding: 9rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-9 {
    padding: 9rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-9 {
    padding: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-9 {
    padding: 9rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-9 {
    padding: 9rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-9 {
    padding: 9rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-9 {
    padding: 9rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-9 {
    padding: 9rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-9 {
    padding: 9rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-9 {
    padding: 0rem 9rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-9 {
    padding: 0rem 9rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-9 {
    padding: 0rem 9rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-9 {
    padding: 0rem 9rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-9 {
    padding: 0rem 9rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-9 {
    padding-left: 9rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-9 {
    padding-left: 9rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-9 {
    padding-left: 9rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-9 {
    padding-left: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-9 {
    padding-left: 9rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-9 {
    padding-right: 9rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-9 {
    padding-right: 9rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-9 {
    padding-right: 9rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-9 {
    padding-right: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-9 {
    padding-right: 9rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-9 {
    padding-top: 9rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-9 {
    padding-top: 9rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-9 {
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
}

.m-9 {
  margin: 9rem !important;
}

.my-9 {
  margin: 9rem 0rem !important;
}

.mx-9 {
  margin: 0rem 9rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

@media (min-width: 280px) {
  .m-xs-9 {
    margin: 9rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-9 {
    margin: 9rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-9 {
    margin: 9rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-9 {
    margin: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-9 {
    margin: 9rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-9 {
    margin: 9rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-9 {
    margin: 9rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-9 {
    margin: 9rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-9 {
    margin: 9rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-9 {
    margin: 9rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-9 {
    margin: 0rem 9rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-9 {
    margin: 0rem 9rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-9 {
    margin: 0rem 9rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-9 {
    margin: 0rem 9rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-9 {
    margin: 0rem 9rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-9 {
    margin-left: 9rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-9 {
    margin-left: 9rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-9 {
    margin-left: 9rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-9 {
    margin-left: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-9 {
    margin-left: 9rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-9 {
    margin-right: 9rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-9 {
    margin-right: 9rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-9 {
    margin-right: 9rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-9 {
    margin-right: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-9 {
    margin-right: 9rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-9 {
    margin-top: 9rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-9 {
    margin-top: 9rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-9 {
    margin-bottom: 9rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
}

.p-10 {
  padding: 10rem !important;
}

.py-10 {
  padding: 10rem 0rem !important;
}

.px-10 {
  padding: 0rem 10rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

@media (min-width: 280px) {
  .p-xs-10 {
    padding: 10rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-10 {
    padding: 10rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-10 {
    padding: 10rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-10 {
    padding: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-10 {
    padding: 10rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-10 {
    padding: 10rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-10 {
    padding: 10rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-10 {
    padding: 10rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-10 {
    padding: 10rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-10 {
    padding: 10rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-10 {
    padding: 0rem 10rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-10 {
    padding: 0rem 10rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-10 {
    padding: 0rem 10rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-10 {
    padding: 0rem 10rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-10 {
    padding: 0rem 10rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-10 {
    padding-left: 10rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-10 {
    padding-left: 10rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-10 {
    padding-left: 10rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-10 {
    padding-left: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-10 {
    padding-left: 10rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-10 {
    padding-right: 10rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-10 {
    padding-right: 10rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-10 {
    padding-right: 10rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-10 {
    padding-right: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-10 {
    padding-right: 10rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-10 {
    padding-top: 10rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 10rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-10 {
    padding-bottom: 10rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
}

.m-10 {
  margin: 10rem !important;
}

.my-10 {
  margin: 10rem 0rem !important;
}

.mx-10 {
  margin: 0rem 10rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

@media (min-width: 280px) {
  .m-xs-10 {
    margin: 10rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-10 {
    margin: 10rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-10 {
    margin: 10rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-10 {
    margin: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-10 {
    margin: 10rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-10 {
    margin: 10rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-10 {
    margin: 10rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-10 {
    margin: 10rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-10 {
    margin: 10rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-10 {
    margin: 10rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-10 {
    margin: 0rem 10rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-10 {
    margin: 0rem 10rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-10 {
    margin: 0rem 10rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-10 {
    margin: 0rem 10rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-10 {
    margin: 0rem 10rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-10 {
    margin-left: 10rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-10 {
    margin-left: 10rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-10 {
    margin-left: 10rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-10 {
    margin-left: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-10 {
    margin-left: 10rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-10 {
    margin-right: 10rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-10 {
    margin-right: 10rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-10 {
    margin-right: 10rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-10 {
    margin-right: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-10 {
    margin-right: 10rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-10 {
    margin-top: 10rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-10 {
    margin-bottom: 10rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
}

.p-11 {
  padding: 11rem !important;
}

.py-11 {
  padding: 11rem 0rem !important;
}

.px-11 {
  padding: 0rem 11rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pr-11 {
  padding-right: 11rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.pl-11 {
  padding-left: 11rem !important;
}

@media (min-width: 280px) {
  .p-xs-11 {
    padding: 11rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-11 {
    padding: 11rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-11 {
    padding: 11rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-11 {
    padding: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-11 {
    padding: 11rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-11 {
    padding: 11rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-11 {
    padding: 11rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-11 {
    padding: 11rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-11 {
    padding: 11rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-11 {
    padding: 11rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-11 {
    padding: 0rem 11rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-11 {
    padding: 0rem 11rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-11 {
    padding: 0rem 11rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-11 {
    padding: 0rem 11rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-11 {
    padding: 0rem 11rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-11 {
    padding-left: 11rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-11 {
    padding-left: 11rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-11 {
    padding-left: 11rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-11 {
    padding-left: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-11 {
    padding-left: 11rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-11 {
    padding-right: 11rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-11 {
    padding-right: 11rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-11 {
    padding-right: 11rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-11 {
    padding-right: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-11 {
    padding-right: 11rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-11 {
    padding-top: 11rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-11 {
    padding-top: 11rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-11 {
    padding-top: 11rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-11 {
    padding-top: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-11 {
    padding-top: 11rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-11 {
    padding-bottom: 11rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-11 {
    padding-bottom: 11rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-11 {
    padding-bottom: 11rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-11 {
    padding-bottom: 11rem !important;
  }
}

.m-11 {
  margin: 11rem !important;
}

.my-11 {
  margin: 11rem 0rem !important;
}

.mx-11 {
  margin: 0rem 11rem !important;
}

.mt-11 {
  margin-top: 11rem !important;
}

.mr-11 {
  margin-right: 11rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.ml-11 {
  margin-left: 11rem !important;
}

@media (min-width: 280px) {
  .m-xs-11 {
    margin: 11rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-11 {
    margin: 11rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-11 {
    margin: 11rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-11 {
    margin: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-11 {
    margin: 11rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-11 {
    margin: 11rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-11 {
    margin: 11rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-11 {
    margin: 11rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-11 {
    margin: 11rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-11 {
    margin: 11rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-11 {
    margin: 0rem 11rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-11 {
    margin: 0rem 11rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-11 {
    margin: 0rem 11rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-11 {
    margin: 0rem 11rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-11 {
    margin: 0rem 11rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-11 {
    margin-left: 11rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-11 {
    margin-left: 11rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-11 {
    margin-left: 11rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-11 {
    margin-left: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-11 {
    margin-left: 11rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-11 {
    margin-right: 11rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-11 {
    margin-right: 11rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-11 {
    margin-right: 11rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-11 {
    margin-right: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-11 {
    margin-right: 11rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-11 {
    margin-top: 11rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-11 {
    margin-top: 11rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-11 {
    margin-top: 11rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-11 {
    margin-top: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-11 {
    margin-top: 11rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-11 {
    margin-bottom: 11rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-11 {
    margin-bottom: 11rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-11 {
    margin-bottom: 11rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-11 {
    margin-bottom: 11rem !important;
  }
}

.p-12 {
  padding: 12rem !important;
}

.py-12 {
  padding: 12rem 0rem !important;
}

.px-12 {
  padding: 0rem 12rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pr-12 {
  padding-right: 12rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pl-12 {
  padding-left: 12rem !important;
}

@media (min-width: 280px) {
  .p-xs-12 {
    padding: 12rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-12 {
    padding: 12rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-12 {
    padding: 12rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-12 {
    padding: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-12 {
    padding: 12rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-12 {
    padding: 12rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-12 {
    padding: 12rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-12 {
    padding: 12rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-12 {
    padding: 12rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-12 {
    padding: 12rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-12 {
    padding: 0rem 12rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-12 {
    padding: 0rem 12rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-12 {
    padding: 0rem 12rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-12 {
    padding: 0rem 12rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-12 {
    padding: 0rem 12rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-12 {
    padding-left: 12rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-12 {
    padding-left: 12rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-12 {
    padding-left: 12rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-12 {
    padding-left: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-12 {
    padding-left: 12rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-12 {
    padding-right: 12rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-12 {
    padding-right: 12rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-12 {
    padding-right: 12rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-12 {
    padding-right: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-12 {
    padding-right: 12rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-12 {
    padding-top: 12rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-12 {
    padding-top: 12rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-12 {
    padding-top: 12rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-12 {
    padding-top: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-12 {
    padding-top: 12rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-12 {
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-12 {
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-12 {
    padding-bottom: 12rem !important;
  }
}

.m-12 {
  margin: 12rem !important;
}

.my-12 {
  margin: 12rem 0rem !important;
}

.mx-12 {
  margin: 0rem 12rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mr-12 {
  margin-right: 12rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.ml-12 {
  margin-left: 12rem !important;
}

@media (min-width: 280px) {
  .m-xs-12 {
    margin: 12rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-12 {
    margin: 12rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-12 {
    margin: 12rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-12 {
    margin: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-12 {
    margin: 12rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-12 {
    margin: 12rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-12 {
    margin: 12rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-12 {
    margin: 12rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-12 {
    margin: 12rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-12 {
    margin: 12rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-12 {
    margin: 0rem 12rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-12 {
    margin: 0rem 12rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-12 {
    margin: 0rem 12rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-12 {
    margin: 0rem 12rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-12 {
    margin: 0rem 12rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-12 {
    margin-left: 12rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-12 {
    margin-left: 12rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-12 {
    margin-left: 12rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-12 {
    margin-left: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-12 {
    margin-left: 12rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-12 {
    margin-right: 12rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-12 {
    margin-right: 12rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-12 {
    margin-right: 12rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-12 {
    margin-right: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-12 {
    margin-right: 12rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-12 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-12 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-12 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-12 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-12 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-12 {
    margin-bottom: 12rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-12 {
    margin-bottom: 12rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }
}

.p-13 {
  padding: 13rem !important;
}

.py-13 {
  padding: 13rem 0rem !important;
}

.px-13 {
  padding: 0rem 13rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pr-13 {
  padding-right: 13rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pl-13 {
  padding-left: 13rem !important;
}

@media (min-width: 280px) {
  .p-xs-13 {
    padding: 13rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-13 {
    padding: 13rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-13 {
    padding: 13rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-13 {
    padding: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-13 {
    padding: 13rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-13 {
    padding: 13rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-13 {
    padding: 13rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-13 {
    padding: 13rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-13 {
    padding: 13rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-13 {
    padding: 13rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-13 {
    padding: 0rem 13rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-13 {
    padding: 0rem 13rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-13 {
    padding: 0rem 13rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-13 {
    padding: 0rem 13rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-13 {
    padding: 0rem 13rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-13 {
    padding-left: 13rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-13 {
    padding-left: 13rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-13 {
    padding-left: 13rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-13 {
    padding-left: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-13 {
    padding-left: 13rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-13 {
    padding-right: 13rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-13 {
    padding-right: 13rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-13 {
    padding-right: 13rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-13 {
    padding-right: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-13 {
    padding-right: 13rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-13 {
    padding-top: 13rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-13 {
    padding-top: 13rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-13 {
    padding-top: 13rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-13 {
    padding-top: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-13 {
    padding-top: 13rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-13 {
    padding-bottom: 13rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-13 {
    padding-bottom: 13rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-13 {
    padding-bottom: 13rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-13 {
    padding-bottom: 13rem !important;
  }
}

.m-13 {
  margin: 13rem !important;
}

.my-13 {
  margin: 13rem 0rem !important;
}

.mx-13 {
  margin: 0rem 13rem !important;
}

.mt-13 {
  margin-top: 13rem !important;
}

.mr-13 {
  margin-right: 13rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.ml-13 {
  margin-left: 13rem !important;
}

@media (min-width: 280px) {
  .m-xs-13 {
    margin: 13rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-13 {
    margin: 13rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-13 {
    margin: 13rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-13 {
    margin: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-13 {
    margin: 13rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-13 {
    margin: 13rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-13 {
    margin: 13rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-13 {
    margin: 13rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-13 {
    margin: 13rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-13 {
    margin: 13rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-13 {
    margin: 0rem 13rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-13 {
    margin: 0rem 13rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-13 {
    margin: 0rem 13rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-13 {
    margin: 0rem 13rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-13 {
    margin: 0rem 13rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-13 {
    margin-left: 13rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-13 {
    margin-left: 13rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-13 {
    margin-left: 13rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-13 {
    margin-left: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-13 {
    margin-left: 13rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-13 {
    margin-right: 13rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-13 {
    margin-right: 13rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-13 {
    margin-right: 13rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-13 {
    margin-right: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-13 {
    margin-right: 13rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-13 {
    margin-top: 13rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-13 {
    margin-top: 13rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-13 {
    margin-top: 13rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-13 {
    margin-top: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-13 {
    margin-top: 13rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-13 {
    margin-bottom: 13rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-13 {
    margin-bottom: 13rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-13 {
    margin-bottom: 13rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }
}

.p-14 {
  padding: 14rem !important;
}

.py-14 {
  padding: 14rem 0rem !important;
}

.px-14 {
  padding: 0rem 14rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pr-14 {
  padding-right: 14rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.pl-14 {
  padding-left: 14rem !important;
}

@media (min-width: 280px) {
  .p-xs-14 {
    padding: 14rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-14 {
    padding: 14rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-14 {
    padding: 14rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-14 {
    padding: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-14 {
    padding: 14rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-14 {
    padding: 14rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-14 {
    padding: 14rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-14 {
    padding: 14rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-14 {
    padding: 14rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-14 {
    padding: 14rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-14 {
    padding: 0rem 14rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-14 {
    padding: 0rem 14rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-14 {
    padding: 0rem 14rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-14 {
    padding: 0rem 14rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-14 {
    padding: 0rem 14rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-14 {
    padding-left: 14rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-14 {
    padding-left: 14rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-14 {
    padding-left: 14rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-14 {
    padding-left: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-14 {
    padding-left: 14rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-14 {
    padding-right: 14rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-14 {
    padding-right: 14rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-14 {
    padding-right: 14rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-14 {
    padding-right: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-14 {
    padding-right: 14rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-14 {
    padding-top: 14rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-14 {
    padding-top: 14rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-14 {
    padding-top: 14rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-14 {
    padding-top: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-14 {
    padding-top: 14rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-14 {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-14 {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-14 {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-14 {
    padding-bottom: 14rem !important;
  }
}

.m-14 {
  margin: 14rem !important;
}

.my-14 {
  margin: 14rem 0rem !important;
}

.mx-14 {
  margin: 0rem 14rem !important;
}

.mt-14 {
  margin-top: 14rem !important;
}

.mr-14 {
  margin-right: 14rem !important;
}

.mb-14 {
  margin-bottom: 14rem !important;
}

.ml-14 {
  margin-left: 14rem !important;
}

@media (min-width: 280px) {
  .m-xs-14 {
    margin: 14rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-14 {
    margin: 14rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-14 {
    margin: 14rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-14 {
    margin: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-14 {
    margin: 14rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-14 {
    margin: 14rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-14 {
    margin: 14rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-14 {
    margin: 14rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-14 {
    margin: 14rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-14 {
    margin: 14rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-14 {
    margin: 0rem 14rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-14 {
    margin: 0rem 14rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-14 {
    margin: 0rem 14rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-14 {
    margin: 0rem 14rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-14 {
    margin: 0rem 14rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-14 {
    margin-left: 14rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-14 {
    margin-left: 14rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-14 {
    margin-left: 14rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-14 {
    margin-left: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-14 {
    margin-left: 14rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-14 {
    margin-right: 14rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-14 {
    margin-right: 14rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-14 {
    margin-right: 14rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-14 {
    margin-right: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-14 {
    margin-right: 14rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-14 {
    margin-top: 14rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-14 {
    margin-top: 14rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-14 {
    margin-top: 14rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-14 {
    margin-top: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-14 {
    margin-top: 14rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-14 {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-14 {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-14 {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-14 {
    margin-bottom: 14rem !important;
  }
}

.p-15 {
  padding: 15rem !important;
}

.py-15 {
  padding: 15rem 0rem !important;
}

.px-15 {
  padding: 0rem 15rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pr-15 {
  padding-right: 15rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pl-15 {
  padding-left: 15rem !important;
}

@media (min-width: 280px) {
  .p-xs-15 {
    padding: 15rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-15 {
    padding: 15rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-15 {
    padding: 15rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-15 {
    padding: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-15 {
    padding: 15rem !important;
  }
}

@media (min-width: 280px) {
  .py-xs-15 {
    padding: 15rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-15 {
    padding: 15rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-15 {
    padding: 15rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-15 {
    padding: 15rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-15 {
    padding: 15rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .px-xs-15 {
    padding: 0rem 15rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-15 {
    padding: 0rem 15rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-15 {
    padding: 0rem 15rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-15 {
    padding: 0rem 15rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-15 {
    padding: 0rem 15rem !important;
  }
}

@media (min-width: 280px) {
  .pl-xs-15 {
    padding-left: 15rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-15 {
    padding-left: 15rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-15 {
    padding-left: 15rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-15 {
    padding-left: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-15 {
    padding-left: 15rem !important;
  }
}

@media (min-width: 280px) {
  .pr-xs-15 {
    padding-right: 15rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-15 {
    padding-right: 15rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-15 {
    padding-right: 15rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-15 {
    padding-right: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-15 {
    padding-right: 15rem !important;
  }
}

@media (min-width: 280px) {
  .pt-xs-15 {
    padding-top: 15rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-15 {
    padding-top: 15rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-15 {
    padding-top: 15rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-15 {
    padding-top: 15rem !important;
  }
}

@media (min-width: 280px) {
  .pb-xs-15 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }
}

.m-15 {
  margin: 15rem !important;
}

.my-15 {
  margin: 15rem 0rem !important;
}

.mx-15 {
  margin: 0rem 15rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mr-15 {
  margin-right: 15rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.ml-15 {
  margin-left: 15rem !important;
}

@media (min-width: 280px) {
  .m-xs-15 {
    margin: 15rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-15 {
    margin: 15rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-15 {
    margin: 15rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-15 {
    margin: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-15 {
    margin: 15rem !important;
  }
}

@media (min-width: 280px) {
  .my-xs-15 {
    margin: 15rem 0rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-15 {
    margin: 15rem 0rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-15 {
    margin: 15rem 0rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-15 {
    margin: 15rem 0rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-15 {
    margin: 15rem 0rem !important;
  }
}

@media (min-width: 280px) {
  .mx-xs-15 {
    margin: 0rem 15rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-15 {
    margin: 0rem 15rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-15 {
    margin: 0rem 15rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-15 {
    margin: 0rem 15rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-15 {
    margin: 0rem 15rem !important;
  }
}

@media (min-width: 280px) {
  .ml-xs-15 {
    margin-left: 15rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-15 {
    margin-left: 15rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-15 {
    margin-left: 15rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-15 {
    margin-left: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-15 {
    margin-left: 15rem !important;
  }
}

@media (min-width: 280px) {
  .mr-xs-15 {
    margin-right: 15rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-15 {
    margin-right: 15rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-15 {
    margin-right: 15rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-15 {
    margin-right: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-15 {
    margin-right: 15rem !important;
  }
}

@media (min-width: 280px) {
  .mt-xs-15 {
    margin-top: 15rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-15 {
    margin-top: 15rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-15 {
    margin-top: 15rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-15 {
    margin-top: 15rem !important;
  }
}

@media (min-width: 280px) {
  .mb-xs-15 {
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }
}

.p-0-px {
  padding: 0px !important;
}

.py-0-px {
  padding: 0px 0px !important;
}

.px-0-px {
  padding: 0px 0px !important;
}

.pt-0-px {
  padding-top: 0px !important;
}

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

.pb-0-px {
  padding-bottom: 0px !important;
}

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

.m-0-px {
  margin: 0px !important;
}

.my-0-px {
  margin: 0px 0px !important;
}

.mx-0-px {
  margin: 0px 0px !important;
}

.mt-0-px {
  margin-top: 0px !important;
}

.mr-0-px {
  margin-right: 0px !important;
}

.mb-0-px {
  margin-bottom: 0px !important;
}

.ml-0-px {
  margin-left: 0px !important;
}

.p-1-px {
  padding: 1px !important;
}

.py-1-px {
  padding: 1px 0px !important;
}

.px-1-px {
  padding: 0px 1px !important;
}

.pt-1-px {
  padding-top: 1px !important;
}

.pr-1-px {
  padding-right: 1px !important;
}

.pb-1-px {
  padding-bottom: 1px !important;
}

.pl-1-px {
  padding-left: 1px !important;
}

.m-1-px {
  margin: 1px !important;
}

.my-1-px {
  margin: 1px 0px !important;
}

.mx-1-px {
  margin: 0px 1px !important;
}

.mt-1-px {
  margin-top: 1px !important;
}

.mr-1-px {
  margin-right: 1px !important;
}

.mb-1-px {
  margin-bottom: 1px !important;
}

.ml-1-px {
  margin-left: 1px !important;
}

.p-2-px {
  padding: 2px !important;
}

.py-2-px {
  padding: 2px 0px !important;
}

.px-2-px {
  padding: 0px 2px !important;
}

.pt-2-px {
  padding-top: 2px !important;
}

.pr-2-px {
  padding-right: 2px !important;
}

.pb-2-px {
  padding-bottom: 2px !important;
}

.pl-2-px {
  padding-left: 2px !important;
}

.m-2-px {
  margin: 2px !important;
}

.my-2-px {
  margin: 2px 0px !important;
}

.mx-2-px {
  margin: 0px 2px !important;
}

.mt-2-px {
  margin-top: 2px !important;
}

.mr-2-px {
  margin-right: 2px !important;
}

.mb-2-px {
  margin-bottom: 2px !important;
}

.ml-2-px {
  margin-left: 2px !important;
}

.p-3-px {
  padding: 3px !important;
}

.py-3-px {
  padding: 3px 0px !important;
}

.px-3-px {
  padding: 0px 3px !important;
}

.pt-3-px {
  padding-top: 3px !important;
}

.pr-3-px {
  padding-right: 3px !important;
}

.pb-3-px {
  padding-bottom: 3px !important;
}

.pl-3-px {
  padding-left: 3px !important;
}

.m-3-px {
  margin: 3px !important;
}

.my-3-px {
  margin: 3px 0px !important;
}

.mx-3-px {
  margin: 0px 3px !important;
}

.mt-3-px {
  margin-top: 3px !important;
}

.mr-3-px {
  margin-right: 3px !important;
}

.mb-3-px {
  margin-bottom: 3px !important;
}

.ml-3-px {
  margin-left: 3px !important;
}

.p-4-px {
  padding: 4px !important;
}

.py-4-px {
  padding: 4px 0px !important;
}

.px-4-px {
  padding: 0px 4px !important;
}

.pt-4-px {
  padding-top: 4px !important;
}

.pr-4-px {
  padding-right: 4px !important;
}

.pb-4-px {
  padding-bottom: 4px !important;
}

.pl-4-px {
  padding-left: 4px !important;
}

.m-4-px {
  margin: 4px !important;
}

.my-4-px {
  margin: 4px 0px !important;
}

.mx-4-px {
  margin: 0px 4px !important;
}

.mt-4-px {
  margin-top: 4px !important;
}

.mr-4-px {
  margin-right: 4px !important;
}

.mb-4-px {
  margin-bottom: 4px !important;
}

.ml-4-px {
  margin-left: 4px !important;
}

.p-5-px {
  padding: 5px !important;
}

.py-5-px {
  padding: 5px 0px !important;
}

.px-5-px {
  padding: 0px 5px !important;
}

.pt-5-px {
  padding-top: 5px !important;
}

.pr-5-px {
  padding-right: 5px !important;
}

.pb-5-px {
  padding-bottom: 5px !important;
}

.pl-5-px {
  padding-left: 5px !important;
}

.m-5-px {
  margin: 5px !important;
}

.my-5-px {
  margin: 5px 0px !important;
}

.mx-5-px {
  margin: 0px 5px !important;
}

.mt-5-px {
  margin-top: 5px !important;
}

.mr-5-px {
  margin-right: 5px !important;
}

.mb-5-px {
  margin-bottom: 5px !important;
}

.ml-5-px {
  margin-left: 5px !important;
}

.p-6-px {
  padding: 6px !important;
}

.py-6-px {
  padding: 6px 0px !important;
}

.px-6-px {
  padding: 0px 6px !important;
}

.pt-6-px {
  padding-top: 6px !important;
}

.pr-6-px {
  padding-right: 6px !important;
}

.pb-6-px {
  padding-bottom: 6px !important;
}

.pl-6-px {
  padding-left: 6px !important;
}

.m-6-px {
  margin: 6px !important;
}

.my-6-px {
  margin: 6px 0px !important;
}

.mx-6-px {
  margin: 0px 6px !important;
}

.mt-6-px {
  margin-top: 6px !important;
}

.mr-6-px {
  margin-right: 6px !important;
}

.mb-6-px {
  margin-bottom: 6px !important;
}

.ml-6-px {
  margin-left: 6px !important;
}

.p-7-px {
  padding: 7px !important;
}

.py-7-px {
  padding: 7px 0px !important;
}

.px-7-px {
  padding: 0px 7px !important;
}

.pt-7-px {
  padding-top: 7px !important;
}

.pr-7-px {
  padding-right: 7px !important;
}

.pb-7-px {
  padding-bottom: 7px !important;
}

.pl-7-px {
  padding-left: 7px !important;
}

.m-7-px {
  margin: 7px !important;
}

.my-7-px {
  margin: 7px 0px !important;
}

.mx-7-px {
  margin: 0px 7px !important;
}

.mt-7-px {
  margin-top: 7px !important;
}

.mr-7-px {
  margin-right: 7px !important;
}

.mb-7-px {
  margin-bottom: 7px !important;
}

.ml-7-px {
  margin-left: 7px !important;
}

.p-8-px {
  padding: 8px !important;
}

.py-8-px {
  padding: 8px 0px !important;
}

.px-8-px {
  padding: 0px 8px !important;
}

.pt-8-px {
  padding-top: 8px !important;
}

.pr-8-px {
  padding-right: 8px !important;
}

.pb-8-px {
  padding-bottom: 8px !important;
}

.pl-8-px {
  padding-left: 8px !important;
}

.m-8-px {
  margin: 8px !important;
}

.my-8-px {
  margin: 8px 0px !important;
}

.mx-8-px {
  margin: 0px 8px !important;
}

.mt-8-px {
  margin-top: 8px !important;
}

.mr-8-px {
  margin-right: 8px !important;
}

.mb-8-px {
  margin-bottom: 8px !important;
}

.ml-8-px {
  margin-left: 8px !important;
}

.p-9-px {
  padding: 9px !important;
}

.py-9-px {
  padding: 9px 0px !important;
}

.px-9-px {
  padding: 0px 9px !important;
}

.pt-9-px {
  padding-top: 9px !important;
}

.pr-9-px {
  padding-right: 9px !important;
}

.pb-9-px {
  padding-bottom: 9px !important;
}

.pl-9-px {
  padding-left: 9px !important;
}

.m-9-px {
  margin: 9px !important;
}

.my-9-px {
  margin: 9px 0px !important;
}

.mx-9-px {
  margin: 0px 9px !important;
}

.mt-9-px {
  margin-top: 9px !important;
}

.mr-9-px {
  margin-right: 9px !important;
}

.mb-9-px {
  margin-bottom: 9px !important;
}

.ml-9-px {
  margin-left: 9px !important;
}

.p-10-px {
  padding: 10px !important;
}

.py-10-px {
  padding: 10px 0px !important;
}

.px-10-px {
  padding: 0px 10px !important;
}

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

.pr-10-px {
  padding-right: 10px !important;
}

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

.pl-10-px {
  padding-left: 10px !important;
}

.m-10-px {
  margin: 10px !important;
}

.my-10-px {
  margin: 10px 0px !important;
}

.mx-10-px {
  margin: 0px 10px !important;
}

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

.mr-10-px {
  margin-right: 10px !important;
}

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

.ml-10-px {
  margin-left: 10px !important;
}

.p-11-px {
  padding: 11px !important;
}

.py-11-px {
  padding: 11px 0px !important;
}

.px-11-px {
  padding: 0px 11px !important;
}

.pt-11-px {
  padding-top: 11px !important;
}

.pr-11-px {
  padding-right: 11px !important;
}

.pb-11-px {
  padding-bottom: 11px !important;
}

.pl-11-px {
  padding-left: 11px !important;
}

.m-11-px {
  margin: 11px !important;
}

.my-11-px {
  margin: 11px 0px !important;
}

.mx-11-px {
  margin: 0px 11px !important;
}

.mt-11-px {
  margin-top: 11px !important;
}

.mr-11-px {
  margin-right: 11px !important;
}

.mb-11-px {
  margin-bottom: 11px !important;
}

.ml-11-px {
  margin-left: 11px !important;
}

.p-12-px {
  padding: 12px !important;
}

.py-12-px {
  padding: 12px 0px !important;
}

.px-12-px {
  padding: 0px 12px !important;
}

.pt-12-px {
  padding-top: 12px !important;
}

.pr-12-px {
  padding-right: 12px !important;
}

.pb-12-px {
  padding-bottom: 12px !important;
}

.pl-12-px {
  padding-left: 12px !important;
}

.m-12-px {
  margin: 12px !important;
}

.my-12-px {
  margin: 12px 0px !important;
}

.mx-12-px {
  margin: 0px 12px !important;
}

.mt-12-px {
  margin-top: 12px !important;
}

.mr-12-px {
  margin-right: 12px !important;
}

.mb-12-px {
  margin-bottom: 12px !important;
}

.ml-12-px {
  margin-left: 12px !important;
}

.p-13-px {
  padding: 13px !important;
}

.py-13-px {
  padding: 13px 0px !important;
}

.px-13-px {
  padding: 0px 13px !important;
}

.pt-13-px {
  padding-top: 13px !important;
}

.pr-13-px {
  padding-right: 13px !important;
}

.pb-13-px {
  padding-bottom: 13px !important;
}

.pl-13-px {
  padding-left: 13px !important;
}

.m-13-px {
  margin: 13px !important;
}

.my-13-px {
  margin: 13px 0px !important;
}

.mx-13-px {
  margin: 0px 13px !important;
}

.mt-13-px {
  margin-top: 13px !important;
}

.mr-13-px {
  margin-right: 13px !important;
}

.mb-13-px {
  margin-bottom: 13px !important;
}

.ml-13-px {
  margin-left: 13px !important;
}

.p-14-px {
  padding: 14px !important;
}

.py-14-px {
  padding: 14px 0px !important;
}

.px-14-px {
  padding: 0px 14px !important;
}

.pt-14-px {
  padding-top: 14px !important;
}

.pr-14-px {
  padding-right: 14px !important;
}

.pb-14-px {
  padding-bottom: 14px !important;
}

.pl-14-px {
  padding-left: 14px !important;
}

.m-14-px {
  margin: 14px !important;
}

.my-14-px {
  margin: 14px 0px !important;
}

.mx-14-px {
  margin: 0px 14px !important;
}

.mt-14-px {
  margin-top: 14px !important;
}

.mr-14-px {
  margin-right: 14px !important;
}

.mb-14-px {
  margin-bottom: 14px !important;
}

.ml-14-px {
  margin-left: 14px !important;
}

.p-15-px {
  padding: 15px !important;
}

.py-15-px {
  padding: 15px 0px !important;
}

.px-15-px {
  padding: 0px 15px !important;
}

.pt-15-px {
  padding-top: 15px !important;
}

.pr-15-px {
  padding-right: 15px !important;
}

.pb-15-px {
  padding-bottom: 15px !important;
}

.pl-15-px {
  padding-left: 15px !important;
}

.m-15-px {
  margin: 15px !important;
}

.my-15-px {
  margin: 15px 0px !important;
}

.mx-15-px {
  margin: 0px 15px !important;
}

.mt-15-px {
  margin-top: 15px !important;
}

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

.mb-15-px {
  margin-bottom: 15px !important;
}

.ml-15-px {
  margin-left: 15px !important;
}

.p-16-px {
  padding: 16px !important;
}

.py-16-px {
  padding: 16px 0px !important;
}

.px-16-px {
  padding: 0px 16px !important;
}

.pt-16-px {
  padding-top: 16px !important;
}

.pr-16-px {
  padding-right: 16px !important;
}

.pb-16-px {
  padding-bottom: 16px !important;
}

.pl-16-px {
  padding-left: 16px !important;
}

.m-16-px {
  margin: 16px !important;
}

.my-16-px {
  margin: 16px 0px !important;
}

.mx-16-px {
  margin: 0px 16px !important;
}

.mt-16-px {
  margin-top: 16px !important;
}

.mr-16-px {
  margin-right: 16px !important;
}

.mb-16-px {
  margin-bottom: 16px !important;
}

.ml-16-px {
  margin-left: 16px !important;
}

.p-17-px {
  padding: 17px !important;
}

.py-17-px {
  padding: 17px 0px !important;
}

.px-17-px {
  padding: 0px 17px !important;
}

.pt-17-px {
  padding-top: 17px !important;
}

.pr-17-px {
  padding-right: 17px !important;
}

.pb-17-px {
  padding-bottom: 17px !important;
}

.pl-17-px {
  padding-left: 17px !important;
}

.m-17-px {
  margin: 17px !important;
}

.my-17-px {
  margin: 17px 0px !important;
}

.mx-17-px {
  margin: 0px 17px !important;
}

.mt-17-px {
  margin-top: 17px !important;
}

.mr-17-px {
  margin-right: 17px !important;
}

.mb-17-px {
  margin-bottom: 17px !important;
}

.ml-17-px {
  margin-left: 17px !important;
}

.p-18-px {
  padding: 18px !important;
}

.py-18-px {
  padding: 18px 0px !important;
}

.px-18-px {
  padding: 0px 18px !important;
}

.pt-18-px {
  padding-top: 18px !important;
}

.pr-18-px {
  padding-right: 18px !important;
}

.pb-18-px {
  padding-bottom: 18px !important;
}

.pl-18-px {
  padding-left: 18px !important;
}

.m-18-px {
  margin: 18px !important;
}

.my-18-px {
  margin: 18px 0px !important;
}

.mx-18-px {
  margin: 0px 18px !important;
}

.mt-18-px {
  margin-top: 18px !important;
}

.mr-18-px {
  margin-right: 18px !important;
}

.mb-18-px {
  margin-bottom: 18px !important;
}

.ml-18-px {
  margin-left: 18px !important;
}

.p-19-px {
  padding: 19px !important;
}

.py-19-px {
  padding: 19px 0px !important;
}

.px-19-px {
  padding: 0px 19px !important;
}

.pt-19-px {
  padding-top: 19px !important;
}

.pr-19-px {
  padding-right: 19px !important;
}

.pb-19-px {
  padding-bottom: 19px !important;
}

.pl-19-px {
  padding-left: 19px !important;
}

.m-19-px {
  margin: 19px !important;
}

.my-19-px {
  margin: 19px 0px !important;
}

.mx-19-px {
  margin: 0px 19px !important;
}

.mt-19-px {
  margin-top: 19px !important;
}

.mr-19-px {
  margin-right: 19px !important;
}

.mb-19-px {
  margin-bottom: 19px !important;
}

.ml-19-px {
  margin-left: 19px !important;
}

.p-20-px {
  padding: 20px !important;
}

.py-20-px {
  padding: 20px 0px !important;
}

.px-20-px {
  padding: 0px 20px !important;
}

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

.pr-20-px {
  padding-right: 20px !important;
}

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

.pl-20-px {
  padding-left: 20px !important;
}

.m-20-px {
  margin: 20px !important;
}

.my-20-px {
  margin: 20px 0px !important;
}

.mx-20-px {
  margin: 0px 20px !important;
}

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

.mr-20-px {
  margin-right: 20px !important;
}

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

.ml-20-px {
  margin-left: 20px !important;
}

.p-21-px {
  padding: 21px !important;
}

.py-21-px {
  padding: 21px 0px !important;
}

.px-21-px {
  padding: 0px 21px !important;
}

.pt-21-px {
  padding-top: 21px !important;
}

.pr-21-px {
  padding-right: 21px !important;
}

.pb-21-px {
  padding-bottom: 21px !important;
}

.pl-21-px {
  padding-left: 21px !important;
}

.m-21-px {
  margin: 21px !important;
}

.my-21-px {
  margin: 21px 0px !important;
}

.mx-21-px {
  margin: 0px 21px !important;
}

.mt-21-px {
  margin-top: 21px !important;
}

.mr-21-px {
  margin-right: 21px !important;
}

.mb-21-px {
  margin-bottom: 21px !important;
}

.ml-21-px {
  margin-left: 21px !important;
}

.p-22-px {
  padding: 22px !important;
}

.py-22-px {
  padding: 22px 0px !important;
}

.px-22-px {
  padding: 0px 22px !important;
}

.pt-22-px {
  padding-top: 22px !important;
}

.pr-22-px {
  padding-right: 22px !important;
}

.pb-22-px {
  padding-bottom: 22px !important;
}

.pl-22-px {
  padding-left: 22px !important;
}

.m-22-px {
  margin: 22px !important;
}

.my-22-px {
  margin: 22px 0px !important;
}

.mx-22-px {
  margin: 0px 22px !important;
}

.mt-22-px {
  margin-top: 22px !important;
}

.mr-22-px {
  margin-right: 22px !important;
}

.mb-22-px {
  margin-bottom: 22px !important;
}

.ml-22-px {
  margin-left: 22px !important;
}

.p-23-px {
  padding: 23px !important;
}

.py-23-px {
  padding: 23px 0px !important;
}

.px-23-px {
  padding: 0px 23px !important;
}

.pt-23-px {
  padding-top: 23px !important;
}

.pr-23-px {
  padding-right: 23px !important;
}

.pb-23-px {
  padding-bottom: 23px !important;
}

.pl-23-px {
  padding-left: 23px !important;
}

.m-23-px {
  margin: 23px !important;
}

.my-23-px {
  margin: 23px 0px !important;
}

.mx-23-px {
  margin: 0px 23px !important;
}

.mt-23-px {
  margin-top: 23px !important;
}

.mr-23-px {
  margin-right: 23px !important;
}

.mb-23-px {
  margin-bottom: 23px !important;
}

.ml-23-px {
  margin-left: 23px !important;
}

.p-24-px {
  padding: 24px !important;
}

.py-24-px {
  padding: 24px 0px !important;
}

.px-24-px {
  padding: 0px 24px !important;
}

.pt-24-px {
  padding-top: 24px !important;
}

.pr-24-px {
  padding-right: 24px !important;
}

.pb-24-px {
  padding-bottom: 24px !important;
}

.pl-24-px {
  padding-left: 24px !important;
}

.m-24-px {
  margin: 24px !important;
}

.my-24-px {
  margin: 24px 0px !important;
}

.mx-24-px {
  margin: 0px 24px !important;
}

.mt-24-px {
  margin-top: 24px !important;
}

.mr-24-px {
  margin-right: 24px !important;
}

.mb-24-px {
  margin-bottom: 24px !important;
}

.ml-24-px {
  margin-left: 24px !important;
}

.p-25-px {
  padding: 25px !important;
}

.py-25-px {
  padding: 25px 0px !important;
}

.px-25-px {
  padding: 0px 25px !important;
}

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

.pr-25-px {
  padding-right: 25px !important;
}

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

.pl-25-px {
  padding-left: 25px !important;
}

.m-25-px {
  margin: 25px !important;
}

.my-25-px {
  margin: 25px 0px !important;
}

.mx-25-px {
  margin: 0px 25px !important;
}

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

.mr-25-px {
  margin-right: 25px !important;
}

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

.ml-25-px {
  margin-left: 25px !important;
}

.p-26-px {
  padding: 26px !important;
}

.py-26-px {
  padding: 26px 0px !important;
}

.px-26-px {
  padding: 0px 26px !important;
}

.pt-26-px {
  padding-top: 26px !important;
}

.pr-26-px {
  padding-right: 26px !important;
}

.pb-26-px {
  padding-bottom: 26px !important;
}

.pl-26-px {
  padding-left: 26px !important;
}

.m-26-px {
  margin: 26px !important;
}

.my-26-px {
  margin: 26px 0px !important;
}

.mx-26-px {
  margin: 0px 26px !important;
}

.mt-26-px {
  margin-top: 26px !important;
}

.mr-26-px {
  margin-right: 26px !important;
}

.mb-26-px {
  margin-bottom: 26px !important;
}

.ml-26-px {
  margin-left: 26px !important;
}

.p-27-px {
  padding: 27px !important;
}

.py-27-px {
  padding: 27px 0px !important;
}

.px-27-px {
  padding: 0px 27px !important;
}

.pt-27-px {
  padding-top: 27px !important;
}

.pr-27-px {
  padding-right: 27px !important;
}

.pb-27-px {
  padding-bottom: 27px !important;
}

.pl-27-px {
  padding-left: 27px !important;
}

.m-27-px {
  margin: 27px !important;
}

.my-27-px {
  margin: 27px 0px !important;
}

.mx-27-px {
  margin: 0px 27px !important;
}

.mt-27-px {
  margin-top: 27px !important;
}

.mr-27-px {
  margin-right: 27px !important;
}

.mb-27-px {
  margin-bottom: 27px !important;
}

.ml-27-px {
  margin-left: 27px !important;
}

.p-28-px {
  padding: 28px !important;
}

.py-28-px {
  padding: 28px 0px !important;
}

.px-28-px {
  padding: 0px 28px !important;
}

.pt-28-px {
  padding-top: 28px !important;
}

.pr-28-px {
  padding-right: 28px !important;
}

.pb-28-px {
  padding-bottom: 28px !important;
}

.pl-28-px {
  padding-left: 28px !important;
}

.m-28-px {
  margin: 28px !important;
}

.my-28-px {
  margin: 28px 0px !important;
}

.mx-28-px {
  margin: 0px 28px !important;
}

.mt-28-px {
  margin-top: 28px !important;
}

.mr-28-px {
  margin-right: 28px !important;
}

.mb-28-px {
  margin-bottom: 28px !important;
}

.ml-28-px {
  margin-left: 28px !important;
}

.p-29-px {
  padding: 29px !important;
}

.py-29-px {
  padding: 29px 0px !important;
}

.px-29-px {
  padding: 0px 29px !important;
}

.pt-29-px {
  padding-top: 29px !important;
}

.pr-29-px {
  padding-right: 29px !important;
}

.pb-29-px {
  padding-bottom: 29px !important;
}

.pl-29-px {
  padding-left: 29px !important;
}

.m-29-px {
  margin: 29px !important;
}

.my-29-px {
  margin: 29px 0px !important;
}

.mx-29-px {
  margin: 0px 29px !important;
}

.mt-29-px {
  margin-top: 29px !important;
}

.mr-29-px {
  margin-right: 29px !important;
}

.mb-29-px {
  margin-bottom: 29px !important;
}

.ml-29-px {
  margin-left: 29px !important;
}

.p-30-px {
  padding: 30px !important;
}

.py-30-px {
  padding: 30px 0px !important;
}

.px-30-px {
  padding: 0px 30px !important;
}

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

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

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

.pl-30-px {
  padding-left: 30px !important;
}

.m-30-px {
  margin: 30px !important;
}

.my-30-px {
  margin: 30px 0px !important;
}

.mx-30-px {
  margin: 0px 30px !important;
}

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

.mr-30-px {
  margin-right: 30px !important;
}

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

.ml-30-px {
  margin-left: 30px !important;
}

.p-31-px {
  padding: 31px !important;
}

.py-31-px {
  padding: 31px 0px !important;
}

.px-31-px {
  padding: 0px 31px !important;
}

.pt-31-px {
  padding-top: 31px !important;
}

.pr-31-px {
  padding-right: 31px !important;
}

.pb-31-px {
  padding-bottom: 31px !important;
}

.pl-31-px {
  padding-left: 31px !important;
}

.m-31-px {
  margin: 31px !important;
}

.my-31-px {
  margin: 31px 0px !important;
}

.mx-31-px {
  margin: 0px 31px !important;
}

.mt-31-px {
  margin-top: 31px !important;
}

.mr-31-px {
  margin-right: 31px !important;
}

.mb-31-px {
  margin-bottom: 31px !important;
}

.ml-31-px {
  margin-left: 31px !important;
}

.p-32-px {
  padding: 32px !important;
}

.py-32-px {
  padding: 32px 0px !important;
}

.px-32-px {
  padding: 0px 32px !important;
}

.pt-32-px {
  padding-top: 32px !important;
}

.pr-32-px {
  padding-right: 32px !important;
}

.pb-32-px {
  padding-bottom: 32px !important;
}

.pl-32-px {
  padding-left: 32px !important;
}

.m-32-px {
  margin: 32px !important;
}

.my-32-px {
  margin: 32px 0px !important;
}

.mx-32-px {
  margin: 0px 32px !important;
}

.mt-32-px {
  margin-top: 32px !important;
}

.mr-32-px {
  margin-right: 32px !important;
}

.mb-32-px {
  margin-bottom: 32px !important;
}

.ml-32-px {
  margin-left: 32px !important;
}

.p-33-px {
  padding: 33px !important;
}

.py-33-px {
  padding: 33px 0px !important;
}

.px-33-px {
  padding: 0px 33px !important;
}

.pt-33-px {
  padding-top: 33px !important;
}

.pr-33-px {
  padding-right: 33px !important;
}

.pb-33-px {
  padding-bottom: 33px !important;
}

.pl-33-px {
  padding-left: 33px !important;
}

.m-33-px {
  margin: 33px !important;
}

.my-33-px {
  margin: 33px 0px !important;
}

.mx-33-px {
  margin: 0px 33px !important;
}

.mt-33-px {
  margin-top: 33px !important;
}

.mr-33-px {
  margin-right: 33px !important;
}

.mb-33-px {
  margin-bottom: 33px !important;
}

.ml-33-px {
  margin-left: 33px !important;
}

.p-34-px {
  padding: 34px !important;
}

.py-34-px {
  padding: 34px 0px !important;
}

.px-34-px {
  padding: 0px 34px !important;
}

.pt-34-px {
  padding-top: 34px !important;
}

.pr-34-px {
  padding-right: 34px !important;
}

.pb-34-px {
  padding-bottom: 34px !important;
}

.pl-34-px {
  padding-left: 34px !important;
}

.m-34-px {
  margin: 34px !important;
}

.my-34-px {
  margin: 34px 0px !important;
}

.mx-34-px {
  margin: 0px 34px !important;
}

.mt-34-px {
  margin-top: 34px !important;
}

.mr-34-px {
  margin-right: 34px !important;
}

.mb-34-px {
  margin-bottom: 34px !important;
}

.ml-34-px {
  margin-left: 34px !important;
}

.p-35-px {
  padding: 35px !important;
}

.py-35-px {
  padding: 35px 0px !important;
}

.px-35-px {
  padding: 0px 35px !important;
}

.pt-35-px {
  padding-top: 35px !important;
}

.pr-35-px {
  padding-right: 35px !important;
}

.pb-35-px {
  padding-bottom: 35px !important;
}

.pl-35-px {
  padding-left: 35px !important;
}

.m-35-px {
  margin: 35px !important;
}

.my-35-px {
  margin: 35px 0px !important;
}

.mx-35-px {
  margin: 0px 35px !important;
}

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

.mr-35-px {
  margin-right: 35px !important;
}

.mb-35-px {
  margin-bottom: 35px !important;
}

.ml-35-px {
  margin-left: 35px !important;
}

.p-36-px {
  padding: 36px !important;
}

.py-36-px {
  padding: 36px 0px !important;
}

.px-36-px {
  padding: 0px 36px !important;
}

.pt-36-px {
  padding-top: 36px !important;
}

.pr-36-px {
  padding-right: 36px !important;
}

.pb-36-px {
  padding-bottom: 36px !important;
}

.pl-36-px {
  padding-left: 36px !important;
}

.m-36-px {
  margin: 36px !important;
}

.my-36-px {
  margin: 36px 0px !important;
}

.mx-36-px {
  margin: 0px 36px !important;
}

.mt-36-px {
  margin-top: 36px !important;
}

.mr-36-px {
  margin-right: 36px !important;
}

.mb-36-px {
  margin-bottom: 36px !important;
}

.ml-36-px {
  margin-left: 36px !important;
}

.p-37-px {
  padding: 37px !important;
}

.py-37-px {
  padding: 37px 0px !important;
}

.px-37-px {
  padding: 0px 37px !important;
}

.pt-37-px {
  padding-top: 37px !important;
}

.pr-37-px {
  padding-right: 37px !important;
}

.pb-37-px {
  padding-bottom: 37px !important;
}

.pl-37-px {
  padding-left: 37px !important;
}

.m-37-px {
  margin: 37px !important;
}

.my-37-px {
  margin: 37px 0px !important;
}

.mx-37-px {
  margin: 0px 37px !important;
}

.mt-37-px {
  margin-top: 37px !important;
}

.mr-37-px {
  margin-right: 37px !important;
}

.mb-37-px {
  margin-bottom: 37px !important;
}

.ml-37-px {
  margin-left: 37px !important;
}

.p-38-px {
  padding: 38px !important;
}

.py-38-px {
  padding: 38px 0px !important;
}

.px-38-px {
  padding: 0px 38px !important;
}

.pt-38-px {
  padding-top: 38px !important;
}

.pr-38-px {
  padding-right: 38px !important;
}

.pb-38-px {
  padding-bottom: 38px !important;
}

.pl-38-px {
  padding-left: 38px !important;
}

.m-38-px {
  margin: 38px !important;
}

.my-38-px {
  margin: 38px 0px !important;
}

.mx-38-px {
  margin: 0px 38px !important;
}

.mt-38-px {
  margin-top: 38px !important;
}

.mr-38-px {
  margin-right: 38px !important;
}

.mb-38-px {
  margin-bottom: 38px !important;
}

.ml-38-px {
  margin-left: 38px !important;
}

.p-39-px {
  padding: 39px !important;
}

.py-39-px {
  padding: 39px 0px !important;
}

.px-39-px {
  padding: 0px 39px !important;
}

.pt-39-px {
  padding-top: 39px !important;
}

.pr-39-px {
  padding-right: 39px !important;
}

.pb-39-px {
  padding-bottom: 39px !important;
}

.pl-39-px {
  padding-left: 39px !important;
}

.m-39-px {
  margin: 39px !important;
}

.my-39-px {
  margin: 39px 0px !important;
}

.mx-39-px {
  margin: 0px 39px !important;
}

.mt-39-px {
  margin-top: 39px !important;
}

.mr-39-px {
  margin-right: 39px !important;
}

.mb-39-px {
  margin-bottom: 39px !important;
}

.ml-39-px {
  margin-left: 39px !important;
}

.p-40-px {
  padding: 40px !important;
}

.py-40-px {
  padding: 40px 0px !important;
}

.px-40-px {
  padding: 0px 40px !important;
}

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

.pr-40-px {
  padding-right: 40px !important;
}

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

.pl-40-px {
  padding-left: 40px !important;
}

.m-40-px {
  margin: 40px !important;
}

.my-40-px {
  margin: 40px 0px !important;
}

.mx-40-px {
  margin: 0px 40px !important;
}

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

.mr-40-px {
  margin-right: 40px !important;
}

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

.ml-40-px {
  margin-left: 40px !important;
}

.p-41-px {
  padding: 41px !important;
}

.py-41-px {
  padding: 41px 0px !important;
}

.px-41-px {
  padding: 0px 41px !important;
}

.pt-41-px {
  padding-top: 41px !important;
}

.pr-41-px {
  padding-right: 41px !important;
}

.pb-41-px {
  padding-bottom: 41px !important;
}

.pl-41-px {
  padding-left: 41px !important;
}

.m-41-px {
  margin: 41px !important;
}

.my-41-px {
  margin: 41px 0px !important;
}

.mx-41-px {
  margin: 0px 41px !important;
}

.mt-41-px {
  margin-top: 41px !important;
}

.mr-41-px {
  margin-right: 41px !important;
}

.mb-41-px {
  margin-bottom: 41px !important;
}

.ml-41-px {
  margin-left: 41px !important;
}

.p-42-px {
  padding: 42px !important;
}

.py-42-px {
  padding: 42px 0px !important;
}

.px-42-px {
  padding: 0px 42px !important;
}

.pt-42-px {
  padding-top: 42px !important;
}

.pr-42-px {
  padding-right: 42px !important;
}

.pb-42-px {
  padding-bottom: 42px !important;
}

.pl-42-px {
  padding-left: 42px !important;
}

.m-42-px {
  margin: 42px !important;
}

.my-42-px {
  margin: 42px 0px !important;
}

.mx-42-px {
  margin: 0px 42px !important;
}

.mt-42-px {
  margin-top: 42px !important;
}

.mr-42-px {
  margin-right: 42px !important;
}

.mb-42-px {
  margin-bottom: 42px !important;
}

.ml-42-px {
  margin-left: 42px !important;
}

.p-43-px {
  padding: 43px !important;
}

.py-43-px {
  padding: 43px 0px !important;
}

.px-43-px {
  padding: 0px 43px !important;
}

.pt-43-px {
  padding-top: 43px !important;
}

.pr-43-px {
  padding-right: 43px !important;
}

.pb-43-px {
  padding-bottom: 43px !important;
}

.pl-43-px {
  padding-left: 43px !important;
}

.m-43-px {
  margin: 43px !important;
}

.my-43-px {
  margin: 43px 0px !important;
}

.mx-43-px {
  margin: 0px 43px !important;
}

.mt-43-px {
  margin-top: 43px !important;
}

.mr-43-px {
  margin-right: 43px !important;
}

.mb-43-px {
  margin-bottom: 43px !important;
}

.ml-43-px {
  margin-left: 43px !important;
}

.p-44-px {
  padding: 44px !important;
}

.py-44-px {
  padding: 44px 0px !important;
}

.px-44-px {
  padding: 0px 44px !important;
}

.pt-44-px {
  padding-top: 44px !important;
}

.pr-44-px {
  padding-right: 44px !important;
}

.pb-44-px {
  padding-bottom: 44px !important;
}

.pl-44-px {
  padding-left: 44px !important;
}

.m-44-px {
  margin: 44px !important;
}

.my-44-px {
  margin: 44px 0px !important;
}

.mx-44-px {
  margin: 0px 44px !important;
}

.mt-44-px {
  margin-top: 44px !important;
}

.mr-44-px {
  margin-right: 44px !important;
}

.mb-44-px {
  margin-bottom: 44px !important;
}

.ml-44-px {
  margin-left: 44px !important;
}

.p-45-px {
  padding: 45px !important;
}

.py-45-px {
  padding: 45px 0px !important;
}

.px-45-px {
  padding: 0px 45px !important;
}

.pt-45-px {
  padding-top: 45px !important;
}

.pr-45-px {
  padding-right: 45px !important;
}

.pb-45-px {
  padding-bottom: 45px !important;
}

.pl-45-px {
  padding-left: 45px !important;
}

.m-45-px {
  margin: 45px !important;
}

.my-45-px {
  margin: 45px 0px !important;
}

.mx-45-px {
  margin: 0px 45px !important;
}

.mt-45-px {
  margin-top: 45px !important;
}

.mr-45-px {
  margin-right: 45px !important;
}

.mb-45-px {
  margin-bottom: 45px !important;
}

.ml-45-px {
  margin-left: 45px !important;
}

.p-46-px {
  padding: 46px !important;
}

.py-46-px {
  padding: 46px 0px !important;
}

.px-46-px {
  padding: 0px 46px !important;
}

.pt-46-px {
  padding-top: 46px !important;
}

.pr-46-px {
  padding-right: 46px !important;
}

.pb-46-px {
  padding-bottom: 46px !important;
}

.pl-46-px {
  padding-left: 46px !important;
}

.m-46-px {
  margin: 46px !important;
}

.my-46-px {
  margin: 46px 0px !important;
}

.mx-46-px {
  margin: 0px 46px !important;
}

.mt-46-px {
  margin-top: 46px !important;
}

.mr-46-px {
  margin-right: 46px !important;
}

.mb-46-px {
  margin-bottom: 46px !important;
}

.ml-46-px {
  margin-left: 46px !important;
}

.p-47-px {
  padding: 47px !important;
}

.py-47-px {
  padding: 47px 0px !important;
}

.px-47-px {
  padding: 0px 47px !important;
}

.pt-47-px {
  padding-top: 47px !important;
}

.pr-47-px {
  padding-right: 47px !important;
}

.pb-47-px {
  padding-bottom: 47px !important;
}

.pl-47-px {
  padding-left: 47px !important;
}

.m-47-px {
  margin: 47px !important;
}

.my-47-px {
  margin: 47px 0px !important;
}

.mx-47-px {
  margin: 0px 47px !important;
}

.mt-47-px {
  margin-top: 47px !important;
}

.mr-47-px {
  margin-right: 47px !important;
}

.mb-47-px {
  margin-bottom: 47px !important;
}

.ml-47-px {
  margin-left: 47px !important;
}

.p-48-px {
  padding: 48px !important;
}

.py-48-px {
  padding: 48px 0px !important;
}

.px-48-px {
  padding: 0px 48px !important;
}

.pt-48-px {
  padding-top: 48px !important;
}

.pr-48-px {
  padding-right: 48px !important;
}

.pb-48-px {
  padding-bottom: 48px !important;
}

.pl-48-px {
  padding-left: 48px !important;
}

.m-48-px {
  margin: 48px !important;
}

.my-48-px {
  margin: 48px 0px !important;
}

.mx-48-px {
  margin: 0px 48px !important;
}

.mt-48-px {
  margin-top: 48px !important;
}

.mr-48-px {
  margin-right: 48px !important;
}

.mb-48-px {
  margin-bottom: 48px !important;
}

.ml-48-px {
  margin-left: 48px !important;
}

.p-49-px {
  padding: 49px !important;
}

.py-49-px {
  padding: 49px 0px !important;
}

.px-49-px {
  padding: 0px 49px !important;
}

.pt-49-px {
  padding-top: 49px !important;
}

.pr-49-px {
  padding-right: 49px !important;
}

.pb-49-px {
  padding-bottom: 49px !important;
}

.pl-49-px {
  padding-left: 49px !important;
}

.m-49-px {
  margin: 49px !important;
}

.my-49-px {
  margin: 49px 0px !important;
}

.mx-49-px {
  margin: 0px 49px !important;
}

.mt-49-px {
  margin-top: 49px !important;
}

.mr-49-px {
  margin-right: 49px !important;
}

.mb-49-px {
  margin-bottom: 49px !important;
}

.ml-49-px {
  margin-left: 49px !important;
}

.p-50-px {
  padding: 50px !important;
}

.py-50-px {
  padding: 50px 0px !important;
}

.px-50-px {
  padding: 0px 50px !important;
}

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

.pr-50-px {
  padding-right: 50px !important;
}

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

.pl-50-px {
  padding-left: 50px !important;
}

.m-50-px {
  margin: 50px !important;
}

.my-50-px {
  margin: 50px 0px !important;
}

.mx-50-px {
  margin: 0px 50px !important;
}

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

.mr-50-px {
  margin-right: 50px !important;
}

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

.ml-50-px {
  margin-left: 50px !important;
}

.p-51-px {
  padding: 51px !important;
}

.py-51-px {
  padding: 51px 0px !important;
}

.px-51-px {
  padding: 0px 51px !important;
}

.pt-51-px {
  padding-top: 51px !important;
}

.pr-51-px {
  padding-right: 51px !important;
}

.pb-51-px {
  padding-bottom: 51px !important;
}

.pl-51-px {
  padding-left: 51px !important;
}

.m-51-px {
  margin: 51px !important;
}

.my-51-px {
  margin: 51px 0px !important;
}

.mx-51-px {
  margin: 0px 51px !important;
}

.mt-51-px {
  margin-top: 51px !important;
}

.mr-51-px {
  margin-right: 51px !important;
}

.mb-51-px {
  margin-bottom: 51px !important;
}

.ml-51-px {
  margin-left: 51px !important;
}

.p-52-px {
  padding: 52px !important;
}

.py-52-px {
  padding: 52px 0px !important;
}

.px-52-px {
  padding: 0px 52px !important;
}

.pt-52-px {
  padding-top: 52px !important;
}

.pr-52-px {
  padding-right: 52px !important;
}

.pb-52-px {
  padding-bottom: 52px !important;
}

.pl-52-px {
  padding-left: 52px !important;
}

.m-52-px {
  margin: 52px !important;
}

.my-52-px {
  margin: 52px 0px !important;
}

.mx-52-px {
  margin: 0px 52px !important;
}

.mt-52-px {
  margin-top: 52px !important;
}

.mr-52-px {
  margin-right: 52px !important;
}

.mb-52-px {
  margin-bottom: 52px !important;
}

.ml-52-px {
  margin-left: 52px !important;
}

.p-53-px {
  padding: 53px !important;
}

.py-53-px {
  padding: 53px 0px !important;
}

.px-53-px {
  padding: 0px 53px !important;
}

.pt-53-px {
  padding-top: 53px !important;
}

.pr-53-px {
  padding-right: 53px !important;
}

.pb-53-px {
  padding-bottom: 53px !important;
}

.pl-53-px {
  padding-left: 53px !important;
}

.m-53-px {
  margin: 53px !important;
}

.my-53-px {
  margin: 53px 0px !important;
}

.mx-53-px {
  margin: 0px 53px !important;
}

.mt-53-px {
  margin-top: 53px !important;
}

.mr-53-px {
  margin-right: 53px !important;
}

.mb-53-px {
  margin-bottom: 53px !important;
}

.ml-53-px {
  margin-left: 53px !important;
}

.p-54-px {
  padding: 54px !important;
}

.py-54-px {
  padding: 54px 0px !important;
}

.px-54-px {
  padding: 0px 54px !important;
}

.pt-54-px {
  padding-top: 54px !important;
}

.pr-54-px {
  padding-right: 54px !important;
}

.pb-54-px {
  padding-bottom: 54px !important;
}

.pl-54-px {
  padding-left: 54px !important;
}

.m-54-px {
  margin: 54px !important;
}

.my-54-px {
  margin: 54px 0px !important;
}

.mx-54-px {
  margin: 0px 54px !important;
}

.mt-54-px {
  margin-top: 54px !important;
}

.mr-54-px {
  margin-right: 54px !important;
}

.mb-54-px {
  margin-bottom: 54px !important;
}

.ml-54-px {
  margin-left: 54px !important;
}

.p-55-px {
  padding: 55px !important;
}

.py-55-px {
  padding: 55px 0px !important;
}

.px-55-px {
  padding: 0px 55px !important;
}

.pt-55-px {
  padding-top: 55px !important;
}

.pr-55-px {
  padding-right: 55px !important;
}

.pb-55-px {
  padding-bottom: 55px !important;
}

.pl-55-px {
  padding-left: 55px !important;
}

.m-55-px {
  margin: 55px !important;
}

.my-55-px {
  margin: 55px 0px !important;
}

.mx-55-px {
  margin: 0px 55px !important;
}

.mt-55-px {
  margin-top: 55px !important;
}

.mr-55-px {
  margin-right: 55px !important;
}

.mb-55-px {
  margin-bottom: 55px !important;
}

.ml-55-px {
  margin-left: 55px !important;
}

.p-56-px {
  padding: 56px !important;
}

.py-56-px {
  padding: 56px 0px !important;
}

.px-56-px {
  padding: 0px 56px !important;
}

.pt-56-px {
  padding-top: 56px !important;
}

.pr-56-px {
  padding-right: 56px !important;
}

.pb-56-px {
  padding-bottom: 56px !important;
}

.pl-56-px {
  padding-left: 56px !important;
}

.m-56-px {
  margin: 56px !important;
}

.my-56-px {
  margin: 56px 0px !important;
}

.mx-56-px {
  margin: 0px 56px !important;
}

.mt-56-px {
  margin-top: 56px !important;
}

.mr-56-px {
  margin-right: 56px !important;
}

.mb-56-px {
  margin-bottom: 56px !important;
}

.ml-56-px {
  margin-left: 56px !important;
}

.p-57-px {
  padding: 57px !important;
}

.py-57-px {
  padding: 57px 0px !important;
}

.px-57-px {
  padding: 0px 57px !important;
}

.pt-57-px {
  padding-top: 57px !important;
}

.pr-57-px {
  padding-right: 57px !important;
}

.pb-57-px {
  padding-bottom: 57px !important;
}

.pl-57-px {
  padding-left: 57px !important;
}

.m-57-px {
  margin: 57px !important;
}

.my-57-px {
  margin: 57px 0px !important;
}

.mx-57-px {
  margin: 0px 57px !important;
}

.mt-57-px {
  margin-top: 57px !important;
}

.mr-57-px {
  margin-right: 57px !important;
}

.mb-57-px {
  margin-bottom: 57px !important;
}

.ml-57-px {
  margin-left: 57px !important;
}

.p-58-px {
  padding: 58px !important;
}

.py-58-px {
  padding: 58px 0px !important;
}

.px-58-px {
  padding: 0px 58px !important;
}

.pt-58-px {
  padding-top: 58px !important;
}

.pr-58-px {
  padding-right: 58px !important;
}

.pb-58-px {
  padding-bottom: 58px !important;
}

.pl-58-px {
  padding-left: 58px !important;
}

.m-58-px {
  margin: 58px !important;
}

.my-58-px {
  margin: 58px 0px !important;
}

.mx-58-px {
  margin: 0px 58px !important;
}

.mt-58-px {
  margin-top: 58px !important;
}

.mr-58-px {
  margin-right: 58px !important;
}

.mb-58-px {
  margin-bottom: 58px !important;
}

.ml-58-px {
  margin-left: 58px !important;
}

.p-59-px {
  padding: 59px !important;
}

.py-59-px {
  padding: 59px 0px !important;
}

.px-59-px {
  padding: 0px 59px !important;
}

.pt-59-px {
  padding-top: 59px !important;
}

.pr-59-px {
  padding-right: 59px !important;
}

.pb-59-px {
  padding-bottom: 59px !important;
}

.pl-59-px {
  padding-left: 59px !important;
}

.m-59-px {
  margin: 59px !important;
}

.my-59-px {
  margin: 59px 0px !important;
}

.mx-59-px {
  margin: 0px 59px !important;
}

.mt-59-px {
  margin-top: 59px !important;
}

.mr-59-px {
  margin-right: 59px !important;
}

.mb-59-px {
  margin-bottom: 59px !important;
}

.ml-59-px {
  margin-left: 59px !important;
}

.p-60-px {
  padding: 60px !important;
}

.py-60-px {
  padding: 60px 0px !important;
}

.px-60-px {
  padding: 0px 60px !important;
}

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

.pr-60-px {
  padding-right: 60px !important;
}

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

.pl-60-px {
  padding-left: 60px !important;
}

.m-60-px {
  margin: 60px !important;
}

.my-60-px {
  margin: 60px 0px !important;
}

.mx-60-px {
  margin: 0px 60px !important;
}

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

.mr-60-px {
  margin-right: 60px !important;
}

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

.ml-60-px {
  margin-left: 60px !important;
}

.p-61-px {
  padding: 61px !important;
}

.py-61-px {
  padding: 61px 0px !important;
}

.px-61-px {
  padding: 0px 61px !important;
}

.pt-61-px {
  padding-top: 61px !important;
}

.pr-61-px {
  padding-right: 61px !important;
}

.pb-61-px {
  padding-bottom: 61px !important;
}

.pl-61-px {
  padding-left: 61px !important;
}

.m-61-px {
  margin: 61px !important;
}

.my-61-px {
  margin: 61px 0px !important;
}

.mx-61-px {
  margin: 0px 61px !important;
}

.mt-61-px {
  margin-top: 61px !important;
}

.mr-61-px {
  margin-right: 61px !important;
}

.mb-61-px {
  margin-bottom: 61px !important;
}

.ml-61-px {
  margin-left: 61px !important;
}

.p-62-px {
  padding: 62px !important;
}

.py-62-px {
  padding: 62px 0px !important;
}

.px-62-px {
  padding: 0px 62px !important;
}

.pt-62-px {
  padding-top: 62px !important;
}

.pr-62-px {
  padding-right: 62px !important;
}

.pb-62-px {
  padding-bottom: 62px !important;
}

.pl-62-px {
  padding-left: 62px !important;
}

.m-62-px {
  margin: 62px !important;
}

.my-62-px {
  margin: 62px 0px !important;
}

.mx-62-px {
  margin: 0px 62px !important;
}

.mt-62-px {
  margin-top: 62px !important;
}

.mr-62-px {
  margin-right: 62px !important;
}

.mb-62-px {
  margin-bottom: 62px !important;
}

.ml-62-px {
  margin-left: 62px !important;
}

.p-63-px {
  padding: 63px !important;
}

.py-63-px {
  padding: 63px 0px !important;
}

.px-63-px {
  padding: 0px 63px !important;
}

.pt-63-px {
  padding-top: 63px !important;
}

.pr-63-px {
  padding-right: 63px !important;
}

.pb-63-px {
  padding-bottom: 63px !important;
}

.pl-63-px {
  padding-left: 63px !important;
}

.m-63-px {
  margin: 63px !important;
}

.my-63-px {
  margin: 63px 0px !important;
}

.mx-63-px {
  margin: 0px 63px !important;
}

.mt-63-px {
  margin-top: 63px !important;
}

.mr-63-px {
  margin-right: 63px !important;
}

.mb-63-px {
  margin-bottom: 63px !important;
}

.ml-63-px {
  margin-left: 63px !important;
}

.p-64-px {
  padding: 64px !important;
}

.py-64-px {
  padding: 64px 0px !important;
}

.px-64-px {
  padding: 0px 64px !important;
}

.pt-64-px {
  padding-top: 64px !important;
}

.pr-64-px {
  padding-right: 64px !important;
}

.pb-64-px {
  padding-bottom: 64px !important;
}

.pl-64-px {
  padding-left: 64px !important;
}

.m-64-px {
  margin: 64px !important;
}

.my-64-px {
  margin: 64px 0px !important;
}

.mx-64-px {
  margin: 0px 64px !important;
}

.mt-64-px {
  margin-top: 64px !important;
}

.mr-64-px {
  margin-right: 64px !important;
}

.mb-64-px {
  margin-bottom: 64px !important;
}

.ml-64-px {
  margin-left: 64px !important;
}

.p-65-px {
  padding: 65px !important;
}

.py-65-px {
  padding: 65px 0px !important;
}

.px-65-px {
  padding: 0px 65px !important;
}

.pt-65-px {
  padding-top: 65px !important;
}

.pr-65-px {
  padding-right: 65px !important;
}

.pb-65-px {
  padding-bottom: 65px !important;
}

.pl-65-px {
  padding-left: 65px !important;
}

.m-65-px {
  margin: 65px !important;
}

.my-65-px {
  margin: 65px 0px !important;
}

.mx-65-px {
  margin: 0px 65px !important;
}

.mt-65-px {
  margin-top: 65px !important;
}

.mr-65-px {
  margin-right: 65px !important;
}

.mb-65-px {
  margin-bottom: 65px !important;
}

.ml-65-px {
  margin-left: 65px !important;
}

.p-66-px {
  padding: 66px !important;
}

.py-66-px {
  padding: 66px 0px !important;
}

.px-66-px {
  padding: 0px 66px !important;
}

.pt-66-px {
  padding-top: 66px !important;
}

.pr-66-px {
  padding-right: 66px !important;
}

.pb-66-px {
  padding-bottom: 66px !important;
}

.pl-66-px {
  padding-left: 66px !important;
}

.m-66-px {
  margin: 66px !important;
}

.my-66-px {
  margin: 66px 0px !important;
}

.mx-66-px {
  margin: 0px 66px !important;
}

.mt-66-px {
  margin-top: 66px !important;
}

.mr-66-px {
  margin-right: 66px !important;
}

.mb-66-px {
  margin-bottom: 66px !important;
}

.ml-66-px {
  margin-left: 66px !important;
}

.p-67-px {
  padding: 67px !important;
}

.py-67-px {
  padding: 67px 0px !important;
}

.px-67-px {
  padding: 0px 67px !important;
}

.pt-67-px {
  padding-top: 67px !important;
}

.pr-67-px {
  padding-right: 67px !important;
}

.pb-67-px {
  padding-bottom: 67px !important;
}

.pl-67-px {
  padding-left: 67px !important;
}

.m-67-px {
  margin: 67px !important;
}

.my-67-px {
  margin: 67px 0px !important;
}

.mx-67-px {
  margin: 0px 67px !important;
}

.mt-67-px {
  margin-top: 67px !important;
}

.mr-67-px {
  margin-right: 67px !important;
}

.mb-67-px {
  margin-bottom: 67px !important;
}

.ml-67-px {
  margin-left: 67px !important;
}

.p-68-px {
  padding: 68px !important;
}

.py-68-px {
  padding: 68px 0px !important;
}

.px-68-px {
  padding: 0px 68px !important;
}

.pt-68-px {
  padding-top: 68px !important;
}

.pr-68-px {
  padding-right: 68px !important;
}

.pb-68-px {
  padding-bottom: 68px !important;
}

.pl-68-px {
  padding-left: 68px !important;
}

.m-68-px {
  margin: 68px !important;
}

.my-68-px {
  margin: 68px 0px !important;
}

.mx-68-px {
  margin: 0px 68px !important;
}

.mt-68-px {
  margin-top: 68px !important;
}

.mr-68-px {
  margin-right: 68px !important;
}

.mb-68-px {
  margin-bottom: 68px !important;
}

.ml-68-px {
  margin-left: 68px !important;
}

.p-69-px {
  padding: 69px !important;
}

.py-69-px {
  padding: 69px 0px !important;
}

.px-69-px {
  padding: 0px 69px !important;
}

.pt-69-px {
  padding-top: 69px !important;
}

.pr-69-px {
  padding-right: 69px !important;
}

.pb-69-px {
  padding-bottom: 69px !important;
}

.pl-69-px {
  padding-left: 69px !important;
}

.m-69-px {
  margin: 69px !important;
}

.my-69-px {
  margin: 69px 0px !important;
}

.mx-69-px {
  margin: 0px 69px !important;
}

.mt-69-px {
  margin-top: 69px !important;
}

.mr-69-px {
  margin-right: 69px !important;
}

.mb-69-px {
  margin-bottom: 69px !important;
}

.ml-69-px {
  margin-left: 69px !important;
}

.p-70-px {
  padding: 70px !important;
}

.py-70-px {
  padding: 70px 0px !important;
}

.px-70-px {
  padding: 0px 70px !important;
}

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

.pr-70-px {
  padding-right: 70px !important;
}

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

.pl-70-px {
  padding-left: 70px !important;
}

.m-70-px {
  margin: 70px !important;
}

.my-70-px {
  margin: 70px 0px !important;
}

.mx-70-px {
  margin: 0px 70px !important;
}

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

.mr-70-px {
  margin-right: 70px !important;
}

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

.ml-70-px {
  margin-left: 70px !important;
}

.p-71-px {
  padding: 71px !important;
}

.py-71-px {
  padding: 71px 0px !important;
}

.px-71-px {
  padding: 0px 71px !important;
}

.pt-71-px {
  padding-top: 71px !important;
}

.pr-71-px {
  padding-right: 71px !important;
}

.pb-71-px {
  padding-bottom: 71px !important;
}

.pl-71-px {
  padding-left: 71px !important;
}

.m-71-px {
  margin: 71px !important;
}

.my-71-px {
  margin: 71px 0px !important;
}

.mx-71-px {
  margin: 0px 71px !important;
}

.mt-71-px {
  margin-top: 71px !important;
}

.mr-71-px {
  margin-right: 71px !important;
}

.mb-71-px {
  margin-bottom: 71px !important;
}

.ml-71-px {
  margin-left: 71px !important;
}

.p-72-px {
  padding: 72px !important;
}

.py-72-px {
  padding: 72px 0px !important;
}

.px-72-px {
  padding: 0px 72px !important;
}

.pt-72-px {
  padding-top: 72px !important;
}

.pr-72-px {
  padding-right: 72px !important;
}

.pb-72-px {
  padding-bottom: 72px !important;
}

.pl-72-px {
  padding-left: 72px !important;
}

.m-72-px {
  margin: 72px !important;
}

.my-72-px {
  margin: 72px 0px !important;
}

.mx-72-px {
  margin: 0px 72px !important;
}

.mt-72-px {
  margin-top: 72px !important;
}

.mr-72-px {
  margin-right: 72px !important;
}

.mb-72-px {
  margin-bottom: 72px !important;
}

.ml-72-px {
  margin-left: 72px !important;
}

.p-73-px {
  padding: 73px !important;
}

.py-73-px {
  padding: 73px 0px !important;
}

.px-73-px {
  padding: 0px 73px !important;
}

.pt-73-px {
  padding-top: 73px !important;
}

.pr-73-px {
  padding-right: 73px !important;
}

.pb-73-px {
  padding-bottom: 73px !important;
}

.pl-73-px {
  padding-left: 73px !important;
}

.m-73-px {
  margin: 73px !important;
}

.my-73-px {
  margin: 73px 0px !important;
}

.mx-73-px {
  margin: 0px 73px !important;
}

.mt-73-px {
  margin-top: 73px !important;
}

.mr-73-px {
  margin-right: 73px !important;
}

.mb-73-px {
  margin-bottom: 73px !important;
}

.ml-73-px {
  margin-left: 73px !important;
}

.p-74-px {
  padding: 74px !important;
}

.py-74-px {
  padding: 74px 0px !important;
}

.px-74-px {
  padding: 0px 74px !important;
}

.pt-74-px {
  padding-top: 74px !important;
}

.pr-74-px {
  padding-right: 74px !important;
}

.pb-74-px {
  padding-bottom: 74px !important;
}

.pl-74-px {
  padding-left: 74px !important;
}

.m-74-px {
  margin: 74px !important;
}

.my-74-px {
  margin: 74px 0px !important;
}

.mx-74-px {
  margin: 0px 74px !important;
}

.mt-74-px {
  margin-top: 74px !important;
}

.mr-74-px {
  margin-right: 74px !important;
}

.mb-74-px {
  margin-bottom: 74px !important;
}

.ml-74-px {
  margin-left: 74px !important;
}

.p-75-px {
  padding: 75px !important;
}

.py-75-px {
  padding: 75px 0px !important;
}

.px-75-px {
  padding: 0px 75px !important;
}

.pt-75-px {
  padding-top: 75px !important;
}

.pr-75-px {
  padding-right: 75px !important;
}

.pb-75-px {
  padding-bottom: 75px !important;
}

.pl-75-px {
  padding-left: 75px !important;
}

.m-75-px {
  margin: 75px !important;
}

.my-75-px {
  margin: 75px 0px !important;
}

.mx-75-px {
  margin: 0px 75px !important;
}

.mt-75-px {
  margin-top: 75px !important;
}

.mr-75-px {
  margin-right: 75px !important;
}

.mb-75-px {
  margin-bottom: 75px !important;
}

.ml-75-px {
  margin-left: 75px !important;
}

.p-76-px {
  padding: 76px !important;
}

.py-76-px {
  padding: 76px 0px !important;
}

.px-76-px {
  padding: 0px 76px !important;
}

.pt-76-px {
  padding-top: 76px !important;
}

.pr-76-px {
  padding-right: 76px !important;
}

.pb-76-px {
  padding-bottom: 76px !important;
}

.pl-76-px {
  padding-left: 76px !important;
}

.m-76-px {
  margin: 76px !important;
}

.my-76-px {
  margin: 76px 0px !important;
}

.mx-76-px {
  margin: 0px 76px !important;
}

.mt-76-px {
  margin-top: 76px !important;
}

.mr-76-px {
  margin-right: 76px !important;
}

.mb-76-px {
  margin-bottom: 76px !important;
}

.ml-76-px {
  margin-left: 76px !important;
}

.p-77-px {
  padding: 77px !important;
}

.py-77-px {
  padding: 77px 0px !important;
}

.px-77-px {
  padding: 0px 77px !important;
}

.pt-77-px {
  padding-top: 77px !important;
}

.pr-77-px {
  padding-right: 77px !important;
}

.pb-77-px {
  padding-bottom: 77px !important;
}

.pl-77-px {
  padding-left: 77px !important;
}

.m-77-px {
  margin: 77px !important;
}

.my-77-px {
  margin: 77px 0px !important;
}

.mx-77-px {
  margin: 0px 77px !important;
}

.mt-77-px {
  margin-top: 77px !important;
}

.mr-77-px {
  margin-right: 77px !important;
}

.mb-77-px {
  margin-bottom: 77px !important;
}

.ml-77-px {
  margin-left: 77px !important;
}

.p-78-px {
  padding: 78px !important;
}

.py-78-px {
  padding: 78px 0px !important;
}

.px-78-px {
  padding: 0px 78px !important;
}

.pt-78-px {
  padding-top: 78px !important;
}

.pr-78-px {
  padding-right: 78px !important;
}

.pb-78-px {
  padding-bottom: 78px !important;
}

.pl-78-px {
  padding-left: 78px !important;
}

.m-78-px {
  margin: 78px !important;
}

.my-78-px {
  margin: 78px 0px !important;
}

.mx-78-px {
  margin: 0px 78px !important;
}

.mt-78-px {
  margin-top: 78px !important;
}

.mr-78-px {
  margin-right: 78px !important;
}

.mb-78-px {
  margin-bottom: 78px !important;
}

.ml-78-px {
  margin-left: 78px !important;
}

.p-79-px {
  padding: 79px !important;
}

.py-79-px {
  padding: 79px 0px !important;
}

.px-79-px {
  padding: 0px 79px !important;
}

.pt-79-px {
  padding-top: 79px !important;
}

.pr-79-px {
  padding-right: 79px !important;
}

.pb-79-px {
  padding-bottom: 79px !important;
}

.pl-79-px {
  padding-left: 79px !important;
}

.m-79-px {
  margin: 79px !important;
}

.my-79-px {
  margin: 79px 0px !important;
}

.mx-79-px {
  margin: 0px 79px !important;
}

.mt-79-px {
  margin-top: 79px !important;
}

.mr-79-px {
  margin-right: 79px !important;
}

.mb-79-px {
  margin-bottom: 79px !important;
}

.ml-79-px {
  margin-left: 79px !important;
}

.p-80-px {
  padding: 80px !important;
}

.py-80-px {
  padding: 80px 0px !important;
}

.px-80-px {
  padding: 0px 80px !important;
}

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

.pr-80-px {
  padding-right: 80px !important;
}

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

.pl-80-px {
  padding-left: 80px !important;
}

.m-80-px {
  margin: 80px !important;
}

.my-80-px {
  margin: 80px 0px !important;
}

.mx-80-px {
  margin: 0px 80px !important;
}

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

.mr-80-px {
  margin-right: 80px !important;
}

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

.ml-80-px {
  margin-left: 80px !important;
}

.p-81-px {
  padding: 81px !important;
}

.py-81-px {
  padding: 81px 0px !important;
}

.px-81-px {
  padding: 0px 81px !important;
}

.pt-81-px {
  padding-top: 81px !important;
}

.pr-81-px {
  padding-right: 81px !important;
}

.pb-81-px {
  padding-bottom: 81px !important;
}

.pl-81-px {
  padding-left: 81px !important;
}

.m-81-px {
  margin: 81px !important;
}

.my-81-px {
  margin: 81px 0px !important;
}

.mx-81-px {
  margin: 0px 81px !important;
}

.mt-81-px {
  margin-top: 81px !important;
}

.mr-81-px {
  margin-right: 81px !important;
}

.mb-81-px {
  margin-bottom: 81px !important;
}

.ml-81-px {
  margin-left: 81px !important;
}

.p-82-px {
  padding: 82px !important;
}

.py-82-px {
  padding: 82px 0px !important;
}

.px-82-px {
  padding: 0px 82px !important;
}

.pt-82-px {
  padding-top: 82px !important;
}

.pr-82-px {
  padding-right: 82px !important;
}

.pb-82-px {
  padding-bottom: 82px !important;
}

.pl-82-px {
  padding-left: 82px !important;
}

.m-82-px {
  margin: 82px !important;
}

.my-82-px {
  margin: 82px 0px !important;
}

.mx-82-px {
  margin: 0px 82px !important;
}

.mt-82-px {
  margin-top: 82px !important;
}

.mr-82-px {
  margin-right: 82px !important;
}

.mb-82-px {
  margin-bottom: 82px !important;
}

.ml-82-px {
  margin-left: 82px !important;
}

.p-83-px {
  padding: 83px !important;
}

.py-83-px {
  padding: 83px 0px !important;
}

.px-83-px {
  padding: 0px 83px !important;
}

.pt-83-px {
  padding-top: 83px !important;
}

.pr-83-px {
  padding-right: 83px !important;
}

.pb-83-px {
  padding-bottom: 83px !important;
}

.pl-83-px {
  padding-left: 83px !important;
}

.m-83-px {
  margin: 83px !important;
}

.my-83-px {
  margin: 83px 0px !important;
}

.mx-83-px {
  margin: 0px 83px !important;
}

.mt-83-px {
  margin-top: 83px !important;
}

.mr-83-px {
  margin-right: 83px !important;
}

.mb-83-px {
  margin-bottom: 83px !important;
}

.ml-83-px {
  margin-left: 83px !important;
}

.p-84-px {
  padding: 84px !important;
}

.py-84-px {
  padding: 84px 0px !important;
}

.px-84-px {
  padding: 0px 84px !important;
}

.pt-84-px {
  padding-top: 84px !important;
}

.pr-84-px {
  padding-right: 84px !important;
}

.pb-84-px {
  padding-bottom: 84px !important;
}

.pl-84-px {
  padding-left: 84px !important;
}

.m-84-px {
  margin: 84px !important;
}

.my-84-px {
  margin: 84px 0px !important;
}

.mx-84-px {
  margin: 0px 84px !important;
}

.mt-84-px {
  margin-top: 84px !important;
}

.mr-84-px {
  margin-right: 84px !important;
}

.mb-84-px {
  margin-bottom: 84px !important;
}

.ml-84-px {
  margin-left: 84px !important;
}

.p-85-px {
  padding: 85px !important;
}

.py-85-px {
  padding: 85px 0px !important;
}

.px-85-px {
  padding: 0px 85px !important;
}

.pt-85-px {
  padding-top: 85px !important;
}

.pr-85-px {
  padding-right: 85px !important;
}

.pb-85-px {
  padding-bottom: 85px !important;
}

.pl-85-px {
  padding-left: 85px !important;
}

.m-85-px {
  margin: 85px !important;
}

.my-85-px {
  margin: 85px 0px !important;
}

.mx-85-px {
  margin: 0px 85px !important;
}

.mt-85-px {
  margin-top: 85px !important;
}

.mr-85-px {
  margin-right: 85px !important;
}

.mb-85-px {
  margin-bottom: 85px !important;
}

.ml-85-px {
  margin-left: 85px !important;
}

.p-86-px {
  padding: 86px !important;
}

.py-86-px {
  padding: 86px 0px !important;
}

.px-86-px {
  padding: 0px 86px !important;
}

.pt-86-px {
  padding-top: 86px !important;
}

.pr-86-px {
  padding-right: 86px !important;
}

.pb-86-px {
  padding-bottom: 86px !important;
}

.pl-86-px {
  padding-left: 86px !important;
}

.m-86-px {
  margin: 86px !important;
}

.my-86-px {
  margin: 86px 0px !important;
}

.mx-86-px {
  margin: 0px 86px !important;
}

.mt-86-px {
  margin-top: 86px !important;
}

.mr-86-px {
  margin-right: 86px !important;
}

.mb-86-px {
  margin-bottom: 86px !important;
}

.ml-86-px {
  margin-left: 86px !important;
}

.p-87-px {
  padding: 87px !important;
}

.py-87-px {
  padding: 87px 0px !important;
}

.px-87-px {
  padding: 0px 87px !important;
}

.pt-87-px {
  padding-top: 87px !important;
}

.pr-87-px {
  padding-right: 87px !important;
}

.pb-87-px {
  padding-bottom: 87px !important;
}

.pl-87-px {
  padding-left: 87px !important;
}

.m-87-px {
  margin: 87px !important;
}

.my-87-px {
  margin: 87px 0px !important;
}

.mx-87-px {
  margin: 0px 87px !important;
}

.mt-87-px {
  margin-top: 87px !important;
}

.mr-87-px {
  margin-right: 87px !important;
}

.mb-87-px {
  margin-bottom: 87px !important;
}

.ml-87-px {
  margin-left: 87px !important;
}

.p-88-px {
  padding: 88px !important;
}

.py-88-px {
  padding: 88px 0px !important;
}

.px-88-px {
  padding: 0px 88px !important;
}

.pt-88-px {
  padding-top: 88px !important;
}

.pr-88-px {
  padding-right: 88px !important;
}

.pb-88-px {
  padding-bottom: 88px !important;
}

.pl-88-px {
  padding-left: 88px !important;
}

.m-88-px {
  margin: 88px !important;
}

.my-88-px {
  margin: 88px 0px !important;
}

.mx-88-px {
  margin: 0px 88px !important;
}

.mt-88-px {
  margin-top: 88px !important;
}

.mr-88-px {
  margin-right: 88px !important;
}

.mb-88-px {
  margin-bottom: 88px !important;
}

.ml-88-px {
  margin-left: 88px !important;
}

.p-89-px {
  padding: 89px !important;
}

.py-89-px {
  padding: 89px 0px !important;
}

.px-89-px {
  padding: 0px 89px !important;
}

.pt-89-px {
  padding-top: 89px !important;
}

.pr-89-px {
  padding-right: 89px !important;
}

.pb-89-px {
  padding-bottom: 89px !important;
}

.pl-89-px {
  padding-left: 89px !important;
}

.m-89-px {
  margin: 89px !important;
}

.my-89-px {
  margin: 89px 0px !important;
}

.mx-89-px {
  margin: 0px 89px !important;
}

.mt-89-px {
  margin-top: 89px !important;
}

.mr-89-px {
  margin-right: 89px !important;
}

.mb-89-px {
  margin-bottom: 89px !important;
}

.ml-89-px {
  margin-left: 89px !important;
}

.p-90-px {
  padding: 90px !important;
}

.py-90-px {
  padding: 90px 0px !important;
}

.px-90-px {
  padding: 0px 90px !important;
}

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

.pr-90-px {
  padding-right: 90px !important;
}

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

.pl-90-px {
  padding-left: 90px !important;
}

.m-90-px {
  margin: 90px !important;
}

.my-90-px {
  margin: 90px 0px !important;
}

.mx-90-px {
  margin: 0px 90px !important;
}

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

.mr-90-px {
  margin-right: 90px !important;
}

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

.ml-90-px {
  margin-left: 90px !important;
}

.p-91-px {
  padding: 91px !important;
}

.py-91-px {
  padding: 91px 0px !important;
}

.px-91-px {
  padding: 0px 91px !important;
}

.pt-91-px {
  padding-top: 91px !important;
}

.pr-91-px {
  padding-right: 91px !important;
}

.pb-91-px {
  padding-bottom: 91px !important;
}

.pl-91-px {
  padding-left: 91px !important;
}

.m-91-px {
  margin: 91px !important;
}

.my-91-px {
  margin: 91px 0px !important;
}

.mx-91-px {
  margin: 0px 91px !important;
}

.mt-91-px {
  margin-top: 91px !important;
}

.mr-91-px {
  margin-right: 91px !important;
}

.mb-91-px {
  margin-bottom: 91px !important;
}

.ml-91-px {
  margin-left: 91px !important;
}

.p-92-px {
  padding: 92px !important;
}

.py-92-px {
  padding: 92px 0px !important;
}

.px-92-px {
  padding: 0px 92px !important;
}

.pt-92-px {
  padding-top: 92px !important;
}

.pr-92-px {
  padding-right: 92px !important;
}

.pb-92-px {
  padding-bottom: 92px !important;
}

.pl-92-px {
  padding-left: 92px !important;
}

.m-92-px {
  margin: 92px !important;
}

.my-92-px {
  margin: 92px 0px !important;
}

.mx-92-px {
  margin: 0px 92px !important;
}

.mt-92-px {
  margin-top: 92px !important;
}

.mr-92-px {
  margin-right: 92px !important;
}

.mb-92-px {
  margin-bottom: 92px !important;
}

.ml-92-px {
  margin-left: 92px !important;
}

.p-93-px {
  padding: 93px !important;
}

.py-93-px {
  padding: 93px 0px !important;
}

.px-93-px {
  padding: 0px 93px !important;
}

.pt-93-px {
  padding-top: 93px !important;
}

.pr-93-px {
  padding-right: 93px !important;
}

.pb-93-px {
  padding-bottom: 93px !important;
}

.pl-93-px {
  padding-left: 93px !important;
}

.m-93-px {
  margin: 93px !important;
}

.my-93-px {
  margin: 93px 0px !important;
}

.mx-93-px {
  margin: 0px 93px !important;
}

.mt-93-px {
  margin-top: 93px !important;
}

.mr-93-px {
  margin-right: 93px !important;
}

.mb-93-px {
  margin-bottom: 93px !important;
}

.ml-93-px {
  margin-left: 93px !important;
}

.p-94-px {
  padding: 94px !important;
}

.py-94-px {
  padding: 94px 0px !important;
}

.px-94-px {
  padding: 0px 94px !important;
}

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

.pr-94-px {
  padding-right: 94px !important;
}

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

.pl-94-px {
  padding-left: 94px !important;
}

.m-94-px {
  margin: 94px !important;
}

.my-94-px {
  margin: 94px 0px !important;
}

.mx-94-px {
  margin: 0px 94px !important;
}

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

.mr-94-px {
  margin-right: 94px !important;
}

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

.ml-94-px {
  margin-left: 94px !important;
}

.p-95-px {
  padding: 95px !important;
}

.py-95-px {
  padding: 95px 0px !important;
}

.px-95-px {
  padding: 0px 95px !important;
}

.pt-95-px {
  padding-top: 95px !important;
}

.pr-95-px {
  padding-right: 95px !important;
}

.pb-95-px {
  padding-bottom: 95px !important;
}

.pl-95-px {
  padding-left: 95px !important;
}

.m-95-px {
  margin: 95px !important;
}

.my-95-px {
  margin: 95px 0px !important;
}

.mx-95-px {
  margin: 0px 95px !important;
}

.mt-95-px {
  margin-top: 95px !important;
}

.mr-95-px {
  margin-right: 95px !important;
}

.mb-95-px {
  margin-bottom: 95px !important;
}

.ml-95-px {
  margin-left: 95px !important;
}

.p-96-px {
  padding: 96px !important;
}

.py-96-px {
  padding: 96px 0px !important;
}

.px-96-px {
  padding: 0px 96px !important;
}

.pt-96-px {
  padding-top: 96px !important;
}

.pr-96-px {
  padding-right: 96px !important;
}

.pb-96-px {
  padding-bottom: 96px !important;
}

.pl-96-px {
  padding-left: 96px !important;
}

.m-96-px {
  margin: 96px !important;
}

.my-96-px {
  margin: 96px 0px !important;
}

.mx-96-px {
  margin: 0px 96px !important;
}

.mt-96-px {
  margin-top: 96px !important;
}

.mr-96-px {
  margin-right: 96px !important;
}

.mb-96-px {
  margin-bottom: 96px !important;
}

.ml-96-px {
  margin-left: 96px !important;
}

.p-97-px {
  padding: 97px !important;
}

.py-97-px {
  padding: 97px 0px !important;
}

.px-97-px {
  padding: 0px 97px !important;
}

.pt-97-px {
  padding-top: 97px !important;
}

.pr-97-px {
  padding-right: 97px !important;
}

.pb-97-px {
  padding-bottom: 97px !important;
}

.pl-97-px {
  padding-left: 97px !important;
}

.m-97-px {
  margin: 97px !important;
}

.my-97-px {
  margin: 97px 0px !important;
}

.mx-97-px {
  margin: 0px 97px !important;
}

.mt-97-px {
  margin-top: 97px !important;
}

.mr-97-px {
  margin-right: 97px !important;
}

.mb-97-px {
  margin-bottom: 97px !important;
}

.ml-97-px {
  margin-left: 97px !important;
}

.p-98-px {
  padding: 98px !important;
}

.py-98-px {
  padding: 98px 0px !important;
}

.px-98-px {
  padding: 0px 98px !important;
}

.pt-98-px {
  padding-top: 98px !important;
}

.pr-98-px {
  padding-right: 98px !important;
}

.pb-98-px {
  padding-bottom: 98px !important;
}

.pl-98-px {
  padding-left: 98px !important;
}

.m-98-px {
  margin: 98px !important;
}

.my-98-px {
  margin: 98px 0px !important;
}

.mx-98-px {
  margin: 0px 98px !important;
}

.mt-98-px {
  margin-top: 98px !important;
}

.mr-98-px {
  margin-right: 98px !important;
}

.mb-98-px {
  margin-bottom: 98px !important;
}

.ml-98-px {
  margin-left: 98px !important;
}

.p-99-px {
  padding: 99px !important;
}

.py-99-px {
  padding: 99px 0px !important;
}

.px-99-px {
  padding: 0px 99px !important;
}

.pt-99-px {
  padding-top: 99px !important;
}

.pr-99-px {
  padding-right: 99px !important;
}

.pb-99-px {
  padding-bottom: 99px !important;
}

.pl-99-px {
  padding-left: 99px !important;
}

.m-99-px {
  margin: 99px !important;
}

.my-99-px {
  margin: 99px 0px !important;
}

.mx-99-px {
  margin: 0px 99px !important;
}

.mt-99-px {
  margin-top: 99px !important;
}

.mr-99-px {
  margin-right: 99px !important;
}

.mb-99-px {
  margin-bottom: 99px !important;
}

.ml-99-px {
  margin-left: 99px !important;
}

.p-100-px {
  padding: 100px !important;
}

.py-100-px {
  padding: 100px 0px !important;
}

.px-100-px {
  padding: 0px 100px !important;
}

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

.pr-100-px {
  padding-right: 100px !important;
}

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

.pl-100-px {
  padding-left: 100px !important;
}

.m-100-px {
  margin: 100px !important;
}

.my-100-px {
  margin: 100px 0px !important;
}

.mx-100-px {
  margin: 0px 100px !important;
}

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

.mr-100-px {
  margin-right: 100px !important;
}

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

.ml-100-px {
  margin-left: 100px !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

.opacity-0 {
  opacity: 0 !important;
  z-index: -1;
}

.opacity-1 {
  opacity: 1 !important;
}

.no-border {
  border: none !important;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  background-color: #464646;
  justify-content: space-between;
}

.navTitle {
  flex: 1;
}

.btn {
  border: none;
  margin: 0 0.3rem;
  transition: 0.3s;
  font-family: inherit;
  cursor: pointer;
}
.btn--main {
  color: #d3d3d3;
  border-radius: 3px;
  padding: 0.5rem;
  background-color: #272727;
  border: solid 1px #d3d3d3;
}
.btn--main:hover {
  transform: scale(1.02);
}
.btn--second {
  color: #d3d3d3;
  padding: 0.5rem;
  background-color: transparent;
  border: solid 2px transparent;
}
.btn--second:hover {
  background-color: transparent;
  border: solid 2px #0f7dbd;
}
.btn--nav {
  font-size: 20px;
}
.btn--backend {
  display: block;
  color: #d3d3d3;
  border-radius: 12px;
  padding: 0.5rem;
  background-color: #0f7dbd;
  border: solid 2px transparent;
  margin: 2rem auto;
}
.btn--backend:hover {
  background-color: transparent;
  border: solid 2px #0f7dbd;
}
.btn--devBtn {
  color: #d3d3d3;
  border-radius: 12px;
  padding: 0.5rem;
  background-color: #0f7dbd;
  border: solid 2px transparent;
  margin: 0.3rem;
}
.btn--devBtn:hover {
  background-color: transparent;
  border: solid 2px #0f7dbd;
}

body {
  margin: 0;
  background-color: #272727;
}

a {
  cursor: pointer;
  color: #d3d3d3;
}

li,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #d3d3d3;
}

table,
tr,
th {
  margin: 0;
  color: #d3d3d3 !important;
}

.table_desc {
  font-size: 15px !important;
}
.table_desc__first {
  width: 275px !important;
}
.table_desc__second {
  width: 740px !important;
}

html {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 390px) {
  .container {
    width: 80%;
  }
}
@media (min-width: 576px) {
  .container {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 55rem;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 60rem;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 70rem;
  }
}
.container__title {
  padding: 1rem;
  margin-bottom: 2rem;
  border: 1px solid #2f2f2f;
}
.container__title span {
  font-size: 1rem !important;
  line-height: 1rem;
}
.container__title h4 {
  line-height: 1rem;
  margin-bottom: 1rem;
}

.container_dashboard {
  margin: 0 auto;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  width: 90%;
  position: relative;
}
@media (min-width: 992px) {
  .container_dashboard {
    width: 60rem;
  }
}
@media (min-width: 1200px) {
  .container_dashboard {
    width: 70rem;
  }
}
@media (min-width: 1920px) {
  .container_dashboard {
    width: 80rem;
  }
}

.pdf-content img {
  float: none !important;
  display: block !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}

.pdf-content {
  text-align: left !important;
  margin: 10px !important;
}

input[type=text],
input[type=email],
input[type=password],
input[type=textarea],
input[type=number],
input[type=date],
input[type=time],
input[type=file],
textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.3s;
}

textarea {
  resize: vertical !important;
}

.button_form,
textarea,
input[type=text],
input[type=email],
input[type=password] {
  border: none;
  border-radius: 5px;
  outline: none;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  transform: scale(1.01);
  transition: 0.3s;
  outline: solid 1px #272727;
  box-shadow: 0 0 10px #272727;
}

.button_form {
  cursor: pointer;
  width: 100%;
  background-color: #272727;
  color: #d3d3d3;
  border: solid 1px #d3d3d3;
  padding: 14px 20px;
  margin: 8px 0;
  transition: 0.3s;
}
.button_form--guest {
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}
.button_form--guest:hover {
  transform: scale(1.02);
}
.button_form:focus, .button_form:hover {
  transform: scale(1.02);
  transition: 0.3s;
  box-shadow: 0 0 10px #272727;
}

.devBtn:after {
  position: fixed;
  line-height: 0.9;
  font-size: 30px;
  color: #fefefe;
  background-color: #0f7dbd;
  opacity: 0.6;
  padding: 30px;
  bottom: 5rem;
  left: 5rem;
  border-radius: 30px !important;
  z-index: 10;
}
@media (min-width: 0px) {
  .devBtn:after {
    content: "XXXS";
  }
}
@media (min-width: 150px) {
  .devBtn:after {
    content: "XXS";
  }
}
@media (min-width: 280px) {
  .devBtn:after {
    content: "XS";
  }
}
@media (min-width: 390px) {
  .devBtn:after {
    content: "MID";
  }
}
@media (min-width: 576px) {
  .devBtn:after {
    content: "SM";
  }
}
@media (min-width: 768px) {
  .devBtn:after {
    content: "MEDI";
  }
}
@media (min-width: 992px) {
  .devBtn:after {
    content: "LG";
  }
}
@media (min-width: 1200px) {
  .devBtn:after {
    content: "XL";
  }
}
@media (min-width: 1920px) {
  .devBtn:after {
    content: "XXL";
  }
}

.accordion {
  cursor: pointer;
  background-color: #464646;
  color: #d3d3d3;
  padding: 1.5rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 5px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 4px 15px rgba(1, 1, 1, 0.1);
}
.accordion-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.accordion-title {
  flex: 1;
}
.accordion--bg:hover {
  color: #464646;
}
.accordion--bg.active {
  color: #464646;
}
.accordion::after {
  content: "▼";
  font-size: 1rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.accordion.active::after {
  transform: rotate(180deg);
}
.accordion:hover, .accordion.active {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(1, 1, 1, 0.15);
}

.panel {
  padding: 0 1rem;
  margin-bottom: 2rem;
  transition: height 0.3s ease-in-out;
  box-shadow: 0 4px 15px rgba(1, 1, 1, 0.05);
}
.panel-content {
  padding: 2rem;
  background: linear-gradient(135deg, #f5f5f5 0%, #d3d3d3 100%);
}
.panel-content p {
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #464646;
  font-size: 1.05rem;
}
.panel-content p:last-child {
  margin-bottom: 0;
}
.panel-content strong {
  color: #272727;
}
.panel-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.panel-content ul li {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #464646;
}
.panel-content ul li strong {
  color: #0f7dbd;
}
.panel-image-right {
  float: right;
  width: 100%;
  max-width: 300px;
  margin: 0 0 1rem 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(1, 1, 1, 0.1);
}
@media (max-width: 768px) {
  .panel-image-right {
    float: none;
    margin: 0 0 1rem 0;
    max-width: 100%;
  }
}

.active,
.accordion:hover {
  transition: 0.3s;
  background-color: #d3d3d3;
}

.slider__wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider__img {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  overflow: hidden;
  transition: 0.7s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .slider__img {
    border-radius: 15px;
  }
}
@media (min-width: 992px) {
  .slider__img {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .slider__img {
    height: 700px;
  }
}
.slider__pointWrapper {
  position: absolute;
  display: flex;
  transition: 0.7s;
  bottom: 0;
  width: 100%;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0.25turn, rgba(153, 153, 153, 0), rgba(153, 153, 153, 0.5), rgba(153, 153, 153, 0));
}
.slider__point {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d3d3d3;
  transition: 0.7s;
  opacity: 0.3;
  margin: 0 5px;
}
.slider__point:hover {
  opacity: 1;
}
.slider__point--active {
  opacity: 1;
}
@media (min-width: 576px) {
  .slider__point {
    width: 17px;
    height: 17px;
  }
}
.slider__arrow {
  cursor: pointer;
  transition: 0.7s;
  position: absolute;
  z-index: 10;
  transform: translateY(-50%);
  top: 50%;
  opacity: 0.7;
  width: 1.5rem;
  color: aliceblue;
}
@media (min-width: 576px) {
  .slider__arrow {
    border-radius: 15px;
  }
}
.slider__arrow--left {
  background-image: linear-gradient(to left, rgba(153, 153, 153, 0), rgba(153, 153, 153, 0.5));
  left: 0rem;
  padding-right: 0.7rem;
}
@media (min-width: 768px) {
  .slider__arrow--left {
    padding-right: 0;
    margin-left: 0.5rem;
  }
}
.slider__arrow--right {
  background-image: linear-gradient(to right, rgba(153, 153, 153, 0), rgba(153, 153, 153, 0.5));
  right: 0rem;
  padding-left: 0.7rem;
}
@media (min-width: 768px) {
  .slider__arrow--right {
    padding-left: 0;
    margin-right: 0.5rem;
  }
}
@media (min-width: 280px) {
  .slider__arrow {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .slider__arrow {
    width: 2.5rem;
    height: 2.5rem;
    padding: 9px;
    border-radius: 50%;
    background-color: rgba(153, 153, 153, 0.4);
  }
  .slider__arrow:hover {
    background-color: #999999;
  }
}

header {
  background-color: #f5f5f5;
}

.header__logo {
  cursor: pointer;
  z-index: 10;
  width: 100px;
  height: 100px;
  background-size: cover;
}
.header__bgcWrapper {
  position: absolute;
  display: flex;
  width: 100%;
}
.header__bgc {
  position: absolute;
}
.header__logoWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 504px;
  width: 504px;
  border: 2px #272727 solid;
}
.header__bcScale {
  cursor: pointer;
  transition: 0.3s;
  top: 0;
  width: 3.1rem;
  opacity: 0.3;
}
.header__bcScale:hover {
  opacity: 1;
}
.header__bcScaleWrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: -3.5rem;
}

.card {
  position: relative;
  padding: 1rem;
  color: white;
  border-radius: 35px;
  display: inline-block;
  margin: 1rem 0.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.card:hover {
  transform: translate(-10px, -10px);
}
.card:hover::after {
  transform: translate(10px, 10px);
}
.card__red {
  background-color: #93312d;
}
.card__blue {
  background-color: #213bce;
}
.card__green {
  background-color: #326932;
}
.card__purple {
  background-color: #a12dc9;
}
.card__pink {
  background-color: #db45a8;
}
.card__yellow {
  background-color: #b3a620;
  color: rgb(35, 35, 35);
  font-size: 21px;
}
.card__cyan {
  background-color: #288b81;
}
.card__brown {
  background-color: #8b4728;
}
.card__half {
  width: 42%;
}
.card__full {
  width: 95.6%;
}
.card__third {
  width: 28%;
}

.card__red::after {
  background-color: #6c2421;
}

.card__blue::after {
  background-color: #1a2ea2;
}

.card__green::after {
  background-color: #224622;
}

.card__purple::after {
  background-color: #80249f;
}

.card__pink::after {
  background-color: #c72690;
}

.card__yellow::after {
  background-color: #887e18;
}

.card__cyan::after {
  background-color: #1d635c;
}

.card__brown::after {
  background-color: #63331d;
}

.lp_header {
  margin-bottom: 1rem;
}
@media (min-width: 280px) {
  .lp_header {
    margin-bottom: 3rem;
  }
}
@media (min-width: 576px) {
  .lp_header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 3rem;
    align-items: center;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .lp_header {
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .lp_header__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .lp_header__container {
    align-items: flex-start;
  }
}
.lp_header__img {
  display: block;
  padding: 0;
  margin: 0;
}
.lp_header__img--img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(1, 1, 1, 0.8);
  align-self: center;
}
@media (min-width: 768px) {
  .lp_header__img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .lp_header__img {
    align-self: flex-start;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .lp_header__img {
    width: 95%;
  }
}
@media (min-width: 1920px) {
  .lp_header__img {
    width: 100%;
  }
}
.lp_header__pre-hw {
  display: none;
}
@media (min-width: 576px) {
  .lp_header__pre-hw {
    display: flex;
    font-size: 2.6vw;
    line-height: 12px;
  }
}
@media (min-width: 768px) {
  .lp_header__pre-hw {
    font-size: 2.1vw;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .lp_header__pre-hw {
    font-size: 1.03rem;
    line-height: 10px;
  }
}
@media (min-width: 1200px) {
  .lp_header__pre-hw {
    font-size: 1rem;
    line-height: 11px;
  }
}
@media (min-width: 1920px) {
  .lp_header__pre-hw {
    font-size: 1.2rem;
    line-height: 12px;
  }
}
.lp_header__pre-code {
  display: none;
}
@media (min-width: 576px) {
  .lp_header__pre-code {
    display: inline-block;
    font-size: 2vw;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .lp_header__pre-code {
    font-size: 2.2vw;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .lp_header__pre-code {
    line-height: 1.27;
    font-size: 0.8rem;
    margin-left: 1rem;
  }
}
@media (min-width: 1920px) {
  .lp_header__pre-code {
    line-height: 1.2;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .lp_header {
    flex-direction: row;
    margin-bottom: 5rem;
  }
}

/* --------------------------------------------------
Animations for interactive code elements
-------------------------------------------------- */
@keyframes blink-cursor {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-glow {
  0%, 100% {
    text-shadow: 0 0 5px rgba(15, 125, 189, 0.3);
  }
  50% {
    text-shadow: 0 0 10px rgba(15, 125, 189, 0.6), 0 0 15px rgba(15, 125, 189, 0.4);
  }
}
@keyframes typewriter-line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.terminal-cursor {
  animation: blink-cursor 1.2s infinite;
  font-weight: bold;
}

.code-line-glow.highlight {
  animation: pulse-glow 2s infinite;
}

.lp_header__pre-code .terminal-prompt::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #0f7dbd;
  margin-left: 2px;
  animation: blink-cursor 1.2s infinite;
}
.lp_header__pre-code .code-function {
  transition: color 0.3s;
}
.lp_header__pre-code .code-function:hover {
  text-shadow: 0 0 5px rgba(15, 125, 189, 0.5);
}

.lp_name {
  position: relative;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-bottom: 1rem;
}
@media (min-width: 280px) {
  .lp_name {
    margin-bottom: 4rem;
  }
}
@media (min-width: 576px) {
  .lp_name {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .lp_name {
    margin-bottom: 7rem;
  }
}
.lp_name-black {
  position: absolute;
  top: 2px;
  left: 2px;
  color: #272727;
  font-size: 18vw;
}
@media (min-width: 576px) {
  .lp_name-black {
    top: 3px;
    left: 3px;
  }
}
@media (min-width: 992px) {
  .lp_name-black {
    top: 5px;
    left: 5px;
    font-size: 8rem;
  }
}
.lp_name-black-sure {
  margin-top: calc(10rem + 35px);
}
.lp_name-white {
  font-size: 18vw;
  color: #effcef;
}
@media (min-width: 992px) {
  .lp_name-white {
    font-size: 8rem;
  }
}
.lp_name--surename {
  margin-top: 0.7vw;
}
@media (min-width: 280px) {
  .lp_name--surename {
    margin-top: 12vw;
  }
}
@media (min-width: 992px) {
  .lp_name--surename {
    margin-top: 6rem;
  }
}

.login {
  display: none !important;
}
@media (min-width: 280px) {
  .login {
    display: block !important;
  }
}
.login--input {
  font-size: 20px;
  width: 100%;
}

.link_logo--wrapper {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
}
@media (min-width: 992px) {
  .link_logo--wrapper {
    justify-content: flex-start;
  }
}

.link_logo {
  width: auto;
  height: 22px;
}
@media (min-width: 280px) {
  .link_logo {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .link_logo {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .link_logo {
    margin-right: 1rem;
  }
}

.link_logo:hover {
  transform: scale(1.07);
  transition: 0.3s;
}

.banner {
  display: none;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .banner {
    display: block;
    padding: 1rem 10rem;
    position: fixed;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: black;
    background-color: white;
    bottom: 8.5rem;
    right: -12rem;
    transform: rotate(-45deg);
  }
}

.mi__img--second {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.nav {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  height: 2.5rem;
  background-color: #272727;
  border-bottom: 1px solid #2f2f2f;
  z-index: 10;
  top: 0;
  left: 0;
  margin-bottom: 2rem;
}
.nav button {
  border: none;
  font-size: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* --------------------------------------------------
Timeline Styles - Professional CV Timeline
-------------------------------------------------- */
.timeline-intro {
  font-size: 1.1rem;
  color: #686868;
  text-align: center;
  margin-bottom: 3rem;
  font-style: italic;
}

.timeline-container {
  max-width: 75%;
  margin: 0 auto;
  position: relative;
  left: 15%;
}

/* Sticky date indicator shown on larger screens */
.timeline-sticky-date {
  display: none; /* hidden by default, enabled on desktop */
  position: sticky;
  top: 22rem; /* keeps space for nav */
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  color: #0f7dbd;
  padding: 0.5rem 1rem;
  background: #272727;
  border-radius: 5px;
  border: 1px solid #0f7dbd;
  margin-left: -12rem; /* align to the left of the vertical line similar to old dates */
  z-index: 2;
}

.timeline-section {
  margin-bottom: 3rem;
  position: relative;
}

.timeline-section-title {
  font-size: 2rem;
  color: #0f7dbd;
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.timeline-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #0f7dbd, #2e6c48);
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  padding: 2rem 0;
  margin: 2rem 0;
  border-left: 3px solid #effcef;
  padding-left: 3rem;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.timeline-item:nth-child(even) {
  animation-delay: 0.1s;
}

.timeline-item:nth-child(odd) {
  animation-delay: 0.2s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 2.5rem;
  width: 14px;
  height: 14px;
  background: #d3d3d3;
  border: 3px solid #2e6c48;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.timeline-item--education::before {
  border-color: #0f7dbd;
}

.timeline-item--work::before {
  border-color: #0f7dbd;
}

.timeline-item--leadership::before {
  border-color: #8f2626;
}

.timeline-item--project::before {
  border-color: #b3a620;
}

.timeline-item:hover::before {
  transform: scale(1.07);
}

.timeline-date {
  position: absolute;
  left: -12rem;
  top: 2rem;
  width: 8rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  color: #0f7dbd;
  padding: 0.5rem 1rem;
  background: #272727;
  border-radius: 20px;
  border: 1px solid #0f7dbd;
}

.timeline-content {
  background: #d3d3d3;
  width: 75%;
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid #272727;
  transition: all 0.3s ease;
  position: relative;
}

.timeline-content:hover {
  transform: translateY(-5px);
}

.timeline-content h3 {
  color: #272727;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.timeline-content h4 {
  color: #0f7dbd;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.timeline-description {
  color: #686868;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.timeline-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.timeline-tag {
  background: linear-gradient(135deg, #0f7dbd, #2e6c48);
  color: #d3d3d3;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0;
  transform: scale(0.8);
  animation: tagFadeIn 0.4s ease forwards;
}

.timeline-tag:nth-child(odd) {
  animation-delay: 0.1s;
}

.timeline-tag:nth-child(even) {
  animation-delay: 0.2s;
}

@keyframes tagFadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.timeline-tag:hover {
  transform: scale(1.05);
}

/* Skills Timeline Section */
.timeline-skills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.skill-category {
  background: #d3d3d3;
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid #010101;
}

.skill-category h3 {
  color: #010101;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.2rem;
}

.skill-timeline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.skill-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.skill-item span {
  min-width: 10rem;
}

.skill-name {
  min-width: 120px;
  font-weight: 500;
  color: #686868;
}

.skill-bar {
  flex: 1;
  height: 8px;
  background: #d3d3d3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.skill-progress {
  height: 100%;
  background: linear-gradient(90deg, #0f7dbd, #2e6c48);
  border-radius: 4px;
  position: relative;
  animation: skillProgress 1.5s ease-out;
  animation-fill-mode: both;
}

@keyframes skillProgress {
  from {
    width: 0 !important;
  }
}
.skill-progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, #686868, transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* Responsive Design */
@media (min-width: 769px) {
  /* On desktop: hide per-item dates, show sticky indicator */
  .timeline-date {
    display: none;
  }
  .timeline-sticky-date {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .timeline-item {
    padding-left: 2rem;
  }
  .timeline-date {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    text-align: left;
    margin-bottom: 1rem;
    display: inline-block;
  }
  /* On mobile: show per-item dates and hide sticky indicator */
  .timeline-sticky-date {
    display: none;
  }
  .timeline-content {
    padding: 1.5rem;
  }
  .timeline-section-title {
    font-size: 1.5rem;
  }
  .timeline-skills {
    grid-template-columns: 1fr;
  }
  .skill-item {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  .skill-name {
    min-width: auto;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .timeline-highlights {
    flex-direction: column;
  }
  .timeline-tag {
    text-align: center;
  }
  .timeline-intro {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
/* --------------------------------------------------
Language Switcher Styles
-------------------------------------------------- */
/* .language-switcher {
  display: flex;
  gap: 0.5rem;
  margin-right: 1rem;
  align-items: center;
}

.language-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.language-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.language-btn.active {
  background: rgba(15, 125, 189, 0.2);
  border-color: #0f7dbd;
  box-shadow: 0 0 0 2px rgba(15, 125, 189, 0.3);
}

.language-btn.active:hover {
  background: rgba(15, 125, 189, 0.3);
}

.language-btn .flag {
  font-size: 1.2rem;
  display: block;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.language-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.language-btn:hover::before {
  left: 100%;
}

/* Responsive language switcher */
/* @media (max-width: 768px) {
  .language-switcher {
    margin-right: 0.5rem;
    gap: 0.3rem;
  }

  .language-btn {
    padding: 0.3rem 0.5rem;
  }

  .language-btn .flag {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .language-switcher {
    order: -1;
    margin-right: auto;
    margin-left: 0;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
  }
}  */
/* --------------------------------------------------
Dashboard Icons - Timeline & About Me
-------------------------------------------------- */
.timeline-dashboard-icon,
.about-me-dashboard-icon,
.documents-dashboard-icon,
.medieninformatik-dashboard-icon,
.experience-dashboard-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, rgba(39, 39, 39, 0.4), rgba(70, 70, 70, 0.4));
  border-radius: 10px;
  border: 1px solid rgba(15, 125, 189, 0.4);
}

.timeline-dashboard-icon:hover:not(.timeline-dashboard-icon--disabled),
.about-me-dashboard-icon:hover:not(.about-me-dashboard-icon--disabled),
.documents-dashboard-icon:hover:not(.documents-dashboard-icon--disabled),
.medieninformatik-dashboard-icon:hover:not(.medieninformatik-dashboard-icon--disabled),
.experience-dashboard-icon:hover:not(.experience-dashboard-icon--disabled) {
  /* box-shadow: 0 4px 15px rgba(15, 125, 189, 0.082); */
  border: #0f7dbd, solid 1px;
}

.timeline-dashboard-icon svg,
.about-me-dashboard-icon svg,
.documents-dashboard-icon svg,
.medieninformatik-dashboard-icon svg,
.experience-dashboard-icon svg {
  margin-bottom: 5.5rem;
  transition: transform 0.3s ease;
  width: 150px !important;
  height: 150px !important;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .timeline-dashboard-icon svg,
  .about-me-dashboard-icon svg,
  .documents-dashboard-icon svg,
  .medieninformatik-dashboard-icon svg,
  .experience-dashboard-icon svg {
    margin-bottom: 5rem;
    height: 120px !important;
    width: 120px !important;
  }
}
@media (max-width: 992px) {
  .timeline-dashboard-icon svg,
  .about-me-dashboard-icon svg,
  .documents-dashboard-icon svg,
  .medieninformatik-dashboard-icon svg,
  .experience-dashboard-icon svg {
    margin-bottom: 4.5rem;
    width: 90px !important;
    height: 90px !important;
  }
}
@media (max-width: 768px) {
  .timeline-dashboard-icon svg,
  .about-me-dashboard-icon svg,
  .documents-dashboard-icon svg,
  .medieninformatik-dashboard-icon svg,
  .experience-dashboard-icon svg {
    width: 80px !important;
    height: 80px !important;
  }
}

.timeline-dashboard-icon:hover:not(.timeline-dashboard-icon--disabled) svg,
.about-me-dashboard-icon:hover:not(.about-me-dashboard-icon--disabled) svg,
.documents-dashboard-icon:hover:not(.documents-dashboard-icon--disabled) svg,
.medieninformatik-dashboard-icon:hover:not(.medieninformatik-dashboard-icon--disabled) svg,
.experience-dashboard-icon:hover:not(.experience-dashboard-icon--disabled) svg {
  transform: scale(1.07) translateY(-3px);
}

.timeline-dashboard-text,
.about-me-dashboard-text,
.documents-dashboard-text,
.medieninformatik-dashboard-text,
.experience-dashboard-text {
  font-weight: 600;
  color: #272727;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7 !important;
  display: block;
  top: 100% !important;
}
@media (max-width: 992px) {
  .timeline-dashboard-text,
  .about-me-dashboard-text,
  .documents-dashboard-text,
  .medieninformatik-dashboard-text,
  .experience-dashboard-text {
    top: 110% !important;
  }
}

.about-me-dashboard-icon:hover:not(.about-me-dashboard-icon--disabled) .about-me-dashboard-text,
.documents-dashboard-icon:hover:not(.documents-dashboard-icon--disabled) .documents-dashboard-text,
.medieninformatik-dashboard-icon:hover:not(.medieninformatik-dashboard-icon--disabled) .medieninformatik-dashboard-text,
.experience-dashboard-icon:hover:not(.experience-dashboard-icon--disabled) .experience-dashboard-text {
  color: #0f7dbd;
}

.documents-dashboard-icon--disabled,
.timeline-dashboard-icon--disabled,
.experience-dashboard-icon--disabled {
  opacity: 0.7;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.boxWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -15px;
}
.boxWrapper__inner {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .boxWrapper__inner {
    justify-content: flex-start;
  }
  .boxWrapper__inner > .boxWrapper__a:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 7rem;
  }
  .boxWrapper__inner > .boxWrapper__a {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center;
    display: flex;
  }
}
.boxWrapper__a {
  display: inline-block;
  position: relative;
  height: 200px;
  width: 200px;
  transition: transform 0.3s;
}
@media (max-width: 1200px) {
  .boxWrapper__a {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 992px) {
  .boxWrapper__a {
    height: 120px;
    width: 120px;
  }
}
@media (max-width: 768px) {
  .boxWrapper__a {
    height: 100px;
    width: 100px;
  }
}
.boxWrapper__a span {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 1.7rem;
  line-height: 2;
  color: #cacaca;
}
@media (max-width: 1200px) {
  .boxWrapper__a span {
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .boxWrapper__a span {
    font-size: 1rem;
  }
}
.boxWrapper__a--disabled {
  opacity: 0.5;
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.boxWrapper__a:hover {
  transform: scale(1.07);
}

.guest-login-section {
  text-align: center;
  margin-top: 1rem;
}
.guest-login-section p {
  color: #6c757d;
  font-size: 14px;
  margin: 0.5rem 0;
}

.about-hero {
  margin-bottom: 3rem;
}
.about-hero .hero-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .about-hero .hero-content {
    flex-direction: column;
    text-align: center;
  }
}
.about-hero .hero-image {
  flex: 0 0 200px;
}
.about-hero .hero-image .profile-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #0f7dbd;
  box-shadow: 0 8px 32px rgba(1, 1, 1, 0.1);
  transition: transform 0.3s ease;
}
.about-hero .hero-image .profile-image:hover {
  transform: scale(1.05);
}
.about-hero .hero-text {
  flex: 1;
}
.about-hero .hero-text h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about-hero .hero-text h1 {
    font-size: 2rem;
  }
}
.about-hero .hero-text h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .about-hero .hero-text h2 {
    font-size: 1.3rem;
  }
}
.about-hero .hero-text .hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #686868;
}

.interest-cards {
  display: block;
  margin: 5rem 0;
}
@media (min-width: 576px) {
  .interest-cards {
    display: flex;
    justify-content: space-between;
  }
  .interest-cards-inner_wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .interest-cards-inner_wrapper {
    width: 48%;
  }
}

.interest-card {
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 15px;
  color: #d3d3d3;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(1, 1, 1, 0.1);
}
.interest-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(1, 1, 1, 0.2);
}
.interest-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.interest-card p {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0;
}
@media (min-width: 576px) {
  .interest-card {
    width: 90%;
    height: 5rem;
  }
}

.about-details .details-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #464646;
  position: relative;
}
.about-details .details-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(360deg, #2e6c48 35%, #50b375 100%);
  margin: 1rem auto;
  border-radius: 2px;
}

.highlight-box {
  padding: 1.5rem;
  border-radius: 15px;
  margin: 1.5rem 0;
  border-left: 4px solid #0f7dbd;
  box-shadow: 0 2px 10px rgba(1, 1, 1, 0.05);
}
.highlight-box h4 {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.highlight-box p {
  margin: 0 !important;
  font-weight: 500;
}
.highlight-box ul {
  margin: 1rem 0 0 0 !important;
}

@media (max-width: 768px) {
  .about-hero .hero-content {
    text-align: center;
  }
  .interest-cards {
    grid-template-columns: 1fr;
  }
  .accordion {
    font-size: 1.1rem;
    padding: 1.2rem;
  }
  .accordion .accordion-icon {
    font-size: 1.3rem;
  }
  .panel .panel-content {
    padding: 1.5rem;
  }
  .highlight-box {
    padding: 1.2rem;
  }
}
.panel.show {
  display: block;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Studium Page Styles */
.studium-hero {
  margin-bottom: 4rem;
}
.studium-hero .hero-content {
  text-align: center;
  margin-bottom: 3rem;
}
.studium-hero .hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .studium-hero .hero-content h1 {
    font-size: 2.2rem;
  }
}
.studium-hero .hero-content h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .studium-hero .hero-content h2 {
    font-size: 1.4rem;
  }
}
.studium-hero .hero-content .hero-description {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #686868;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .studium-hero .hero-content .hero-description {
    font-size: 1.1rem;
  }
}
.studium-hero .key-message {
  display: flex;
  justify-content: center;
}
.studium-hero .key-message .message-card {
  max-width: 600px;
  padding: 2rem;
  border-radius: 35px;
  color: #d3d3d3;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.studium-hero .key-message .message-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.studium-hero .key-message .message-card p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.study-areas {
  margin-bottom: 4rem;
}
.study-areas .section-title {
  line-height: 3rem;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  color: #464646;
  position: relative;
}
.study-areas .section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(360deg, #2e6c48 35%, #50b375 100%);
  margin: 1rem auto;
  border-radius: 2px;
}
.study-areas .areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .study-areas .areas-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.study-areas .area-card {
  border-radius: 35px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #d3d3d3;
}
.study-areas .area-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.study-areas .area-card .area-header {
  padding: 1.5rem;
  color: #d3d3d3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.study-areas .area-card .area-header h3 {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 600;
}
.study-areas .area-card .area-header .area-percentage {
  font-size: 1.1rem;
  font-weight: bold;
  background: #464646;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
}
.study-areas .area-card .area-content {
  padding: 1.5rem;
  background: #d3d3d3;
}
.study-areas .area-card .area-content .skills-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.study-areas .area-card .area-content .skills-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #d3d3d3;
  color: #010101;
  font-size: 1rem;
}
.study-areas .area-card .area-content .skills-list li:last-child {
  border-bottom: none;
}
.study-areas .area-card .area-content .skills-list li:hover {
  color: #0f7dbd;
  transform: translateX(5px);
  transition: all 0.2s ease;
}
.study-areas .area-card .area-content .skills-list li strong {
  color: #0f7dbd;
  font-weight: 600;
}
.study-areas .computer_science-card .area-header {
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
}
.study-areas .media-card .area-header {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
}
.study-areas .economics-card .area-header {
  background: linear-gradient(135deg, #2e6c48 0%, #50b375 100%);
}

.studium-details {
  margin-bottom: 4rem;
}
.studium-details .details-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  color: #464646;
  position: relative;
}
.studium-details .details-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(360deg, #2e6c48 35%, #50b375 100%);
  margin: 1rem auto;
  border-radius: 2px;
}
.studium-details .explanation-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .studium-details .explanation-cards {
    grid-template-columns: 1fr;
  }
}
.studium-details .explanation-card {
  background: #d3d3d3;
  padding: 2rem;
  border-radius: 35px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
  border-top: 4px solid #0f7dbd;
}
.studium-details .explanation-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.studium-details .explanation-card .card-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.studium-details .explanation-card h3 {
  font-size: 1.3rem;
  color: #464646;
  margin-bottom: 1rem;
  font-weight: 600;
}
.studium-details .explanation-card p {
  color: #686868;
  line-height: 1.6;
  margin: 0;
}
.studium-details .explanation-card p strong {
  color: #0f7dbd;
}
.studium-details .core-statement {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 35px;
  padding: 3rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #0f7dbd;
}
.studium-details .core-statement .statement-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.studium-details .core-statement .statement-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.blockquote {
  color: #464646;
  font-style: italic;
  margin: 0;
  position: relative;
}
.blockquote::before {
  content: '"';
  font-size: 5rem;
  color: #0f7dbd;
  position: absolute;
  top: 0;
  left: -1rem;
  opacity: 0.5;
}
.blockquote strong {
  color: #0f7dbd;
  font-weight: 700;
}

.studium-visuals {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .studium-visuals {
    flex-direction: column;
  }
}
.studium-visuals .mi-illustration,
.studium-visuals .cs-illustration {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.studium-visuals .mi-illustration:hover,
.studium-visuals .cs-illustration:hover {
  transform: scale(1.02);
}
@media (max-width: 768px) {
  .studium-visuals .mi-illustration,
  .studium-visuals .cs-illustration {
    max-width: 300px;
  }
}
.studium-visuals .cs-illustration {
  max-width: 300px;
}

@media (max-width: 768px) {
  .studium-hero {
    margin-bottom: 3rem;
  }
  .studium-hero .key-message .message-card {
    margin: 0 1rem;
    padding: 1.5rem;
  }
  .study-areas {
    margin-bottom: 3rem;
  }
  .study-areas .areas-grid {
    padding: 0 1rem;
  }
  .study-areas .area-card .area-header {
    padding: 1.2rem;
  }
  .study-areas .area-card .area-header h3 {
    font-size: 1.2rem;
  }
  .study-areas .area-card .area-header .area-percentage {
    font-size: 1rem;
  }
  .study-areas .area-card .area-content {
    padding: 1.2rem;
  }
  .studium-details {
    margin-bottom: 3rem;
  }
  .studium-details .explanation-cards {
    padding: 0 1rem;
    gap: 1.5rem;
  }
  .studium-details .explanation-card {
    padding: 1.5rem;
  }
  .studium-details .core-statement {
    margin: 0 1rem;
    padding: 2rem;
  }
  .studium-details .core-statement .statement-content blockquote {
    font-size: 1rem;
  }
  .studium-details .core-statement .statement-content blockquote::before {
    font-size: 3rem;
    top: -0.5rem;
    left: -0.5rem;
  }
}
.area-card,
.explanation-card {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

.area-card:nth-child(1) {
  animation-delay: 0.1s;
}

.area-card:nth-child(2) {
  animation-delay: 0.2s;
}

.area-card:nth-child(3) {
  animation-delay: 0.3s;
}

.explanation-card:nth-child(1) {
  animation-delay: 0.1s;
}

.explanation-card:nth-child(2) {
  animation-delay: 0.2s;
}

.explanation-card:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.documents-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #272727;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(1, 1, 1, 0.3490196078);
}
.documents-table thead {
  background: #464646;
  color: #d3d3d3;
}
.documents-table th,
.documents-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: middle;
}
.documents-table th:nth-child(2),
.documents-table td.documents-table__size {
  width: 105px;
  text-align: center;
}
.documents-table th:nth-child(3),
.documents-table td.documents-table__desc {
  display: none;
}
@media (min-width: 768px) {
  .documents-table th:nth-child(3),
  .documents-table td.documents-table__desc {
    display: block;
  }
}
.documents-table th:nth-child(4),
.documents-table td.documents-table__action {
  width: 50px;
  text-align: center;
}
.documents-table tbody tr {
  border-bottom: 1px solid #464646;
}
.documents-table tbody tr:hover {
  background: #464646;
  transition: 0.3s;
}
.documents-table__name a {
  color: #d3d3d3;
  text-decoration: none;
  font-weight: 600;
}
.documents-table__name a:hover {
  text-decoration: underline;
}
.documents-table__size {
  width: 20% !important;
}
.documents-table__size, .documents-table__desc, .documents-table__action {
  color: #d3d3d3;
}
.documents-table__action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
}
.documents-table__icon {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(1, 1, 1, 0.3490196078));
}
.documents-table td.documents-table__action img,
.documents-table tbody td img {
  width: 24px !important;
  height: 24px !important;
}
.documents-table__empty {
  text-align: center;
  color: #959595;
  padding: 1.5rem 0;
}

.site-footer {
  background-color: #272727;
  color: #d3d3d3;
  padding: 16px 0;
  border-top: 1px solid #2f2f2f;
}
.site-footer__contact {
  display: none;
}
@media (min-width: 576px) {
  .site-footer__contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 16px 0;
    background-color: #272727;
    color: #d3d3d3;
    border-top: 1px solid #272727;
  }
}
.site-footer__data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-footer__data--item {
  width: 48%;
}
.site-footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #2f2f2f;
}
.site-footer__left {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1rem;
  font-size: 14px;
}
.site-footer__rights {
  color: #959595;
}
.site-footer__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-footer__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50%;
  background: #2f2f2f;
  transition: background 0.3s, transform 0.3s;
}
.site-footer__icon-link:hover {
  background: rgba(211, 211, 211, 0.12);
  transform: translateY(-1px);
}
.site-footer__icon {
  width: 18px;
  height: 18px;
  display: block;
}

.ai-page .ai-section {
  margin-bottom: 30px;
}
.ai-page .ai-lead {
  color: #2e6c48;
  font-weight: 600;
}
.ai-page .ai-examples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.ai-page .ai-example-card {
  padding: 15px;
  border-radius: 5px;
  color: #d3d3d3;
  display: flex;
  flex-direction: column;
}
.ai-page .ai-example-card .ai-example-title {
  font-weight: 700;
}
.ai-page .ai-example-card .ai-example-desc {
  opacity: 0.9;
}
.ai-page .ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.ai-page .ai-neuron-svg {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(1, 1, 1, 0.3490196078);
}
.ai-page .ai-table-wrapper {
  overflow-x: auto;
}
.ai-page .ai-table {
  width: 100%;
  border-collapse: collapse;
}
.ai-page .ai-table th, .ai-page .ai-table td {
  border-bottom: 1px solid #959595;
  padding: 8px;
  text-align: left;
}
.ai-page .ai-table th {
  color: #0f7dbd;
}
.ai-page .ai-list {
  margin-left: 18px;
}
.ai-page .ai-card {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(1, 1, 1, 0.3490196078);
}
.ai-page .demo-neuron {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ai-page .demo-controls {
  display: grid;
  gap: 8px;
}
.ai-page .demo-controls label {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 8px;
}
.ai-page .demo-controls input[type=range] {
  width: 100%;
}
.ai-page .demo-output {
  display: grid;
  gap: 8px;
}
.ai-page .demo-output .demo-row {
  display: flex;
  justify-content: space-between;
}
.ai-page .demo-output .demo-bar {
  height: 16px;
  background: #959595;
  border-radius: 5px;
  overflow: hidden;
}
.ai-page .demo-output #nn-bar-fill {
  height: 100%;
  width: 50%;
  background: linear-gradient(360deg, #2e6c48 35%, #50b375 100%);
}
.ai-page .ai-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.ai-page .ai-step {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 12px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(1, 1, 1, 0.3490196078);
}
.ai-page .ai-step .ai-step-title {
  font-weight: 600;
}
@media (max-width: 768px) {
  .ai-page .ai-examples {
    grid-template-columns: 1fr;
  }
  .ai-page .ai-grid {
    grid-template-columns: 1fr;
  }
  .ai-page .demo-neuron {
    grid-template-columns: 1fr;
  }
  .ai-page .ai-steps {
    grid-template-columns: 1fr 1fr;
  }
}