* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
  min-height: 100vh;
  font-size: 16px;
  letter-spacing: 2px;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  body {
    font-size: 14.4px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  line-height: 3em;
}

a {
  color: #ECA204;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: rgb(185.85, 127.575, 3.15);
}

ul, ol {
  list-style-position: inside;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

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

button {
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

blockquote {
  padding-left: 24px;
  border-left: 4px solid #ECA204;
  margin: 16px 0;
  font-style: italic;
  color: #777777;
}

code {
  background-color: rgb(242.25, 242.25, 242.25);
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  font-size: 0.9em;
}

pre {
  background-color: rgb(242.25, 242.25, 242.25);
  padding: 16px;
  border-radius: 5px;
  overflow-x: auto;
  margin-bottom: 16px;
}
pre code {
  background-color: transparent;
  padding: 0;
}

hr {
  border: none;
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
  margin: 32px 0;
}

.pc {
  display: inline !important;
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 767px) {
  .sp {
    display: inline !important;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
}

.font-english,
[lang=en] {
  font-family: "Sora", sans-serif !important;
}

.font-maru {
  font-family: "Zen Maru Gothic", sans-serif !important;
}

.font-gothic {
  font-family: "Zen Maru Gothic", sans-serif !important;
}

.font-sora {
  font-family: "Sora", sans-serif !important;
}

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

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

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

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

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.container-fluid {
  width: 100%;
  padding: 0 16px;
}

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

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

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

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

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

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

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 4px !important;
}

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

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

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

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

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

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

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

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

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

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-3 {
  margin: 16px !important;
}

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

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

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

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

.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-4 {
  margin: 24px !important;
}

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

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

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

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

.mx-4 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-5 {
  margin: 32px !important;
}

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

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

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

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

.mx-5 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.m-6 {
  margin: 48px !important;
}

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

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

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

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

.mx-6 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.m-7 {
  margin: 64px !important;
}

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

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

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

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

.mx-7 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-7 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 4px !important;
}

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

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

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

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

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

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

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

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

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

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-3 {
  padding: 16px !important;
}

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

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

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

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

.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p-4 {
  padding: 24px !important;
}

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

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

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

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

.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-5 {
  padding: 32px !important;
}

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

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

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

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

.px-5 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.p-6 {
  padding: 48px !important;
}

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

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

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

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

.px-6 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.p-7 {
  padding: 64px !important;
}

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

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

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

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

.px-7 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.py-7 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 2rem !important;
}

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

.text-secondary {
  color: #555555 !important;
}

.text-success {
  color: #27ae60 !important;
}

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

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

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

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

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

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

.bg-secondary {
  background-color: #555555 !important;
}

.bg-success {
  background-color: #27ae60 !important;
}

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

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

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

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-right {
  border-right: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-bottom {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-left {
  border-left: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15) !important;
}

.shadow-xl {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

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

.h-auto {
  height: auto !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .sp-center {
    margin: 0 auto !important;
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .fs-18 {
    font-size: 16px !important;
  }
}

.fs-20 {
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .fs-20 {
    font-size: 15px !important;
  }
}

.fs-21 {
  font-size: 21px !important;
}
@media (max-width: 767px) {
  .fs-21 {
    font-size: 16px !important;
  }
}

.fs-24 {
  font-size: 24px !important;
}
@media (max-width: 767px) {
  .fs-24 {
    font-size: 18px !important;
  }
}

.fs-28 {
  font-size: 28px !important;
}
@media (max-width: 767px) {
  .fs-28 {
    font-size: 21px !important;
  }
}

.fs-32 {
  font-size: 32px !important;
}
@media (max-width: 767px) {
  .fs-32 {
    font-size: 24px !important;
  }
}

.fs-36 {
  font-size: 36px !important;
}
@media (max-width: 767px) {
  .fs-36 {
    font-size: 27px !important;
  }
}

.fs-42 {
  font-size: 42px !important;
}
@media (max-width: 767px) {
  .fs-42 {
    font-size: 32px !important;
  }
}

.fs-56 {
  font-size: 56px !important;
}
@media (max-width: 767px) {
  .fs-56 {
    font-size: 42px !important;
  }
}

.m-15 {
  margin: 15px !important;
}
@media (max-width: 1023px) {
  .m-15 {
    margin: 10px !important;
  }
}
@media (max-width: 767px) {
  .m-15 {
    margin: 7.5px !important;
  }
}

.mt-15 {
  margin-top: 15px !important;
}
@media (max-width: 1023px) {
  .mt-15 {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .mt-15 {
    margin-top: 7.5px !important;
  }
}

.mr-15 {
  margin-right: 15px !important;
}
@media (max-width: 1023px) {
  .mr-15 {
    margin-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .mr-15 {
    margin-right: 7.5px !important;
  }
}

.mb-15 {
  margin-bottom: 15px !important;
}
@media (max-width: 1023px) {
  .mb-15 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .mb-15 {
    margin-bottom: 7.5px !important;
  }
}

.ml-15 {
  margin-left: 15px !important;
}
@media (max-width: 1023px) {
  .ml-15 {
    margin-left: 10px !important;
  }
}
@media (max-width: 767px) {
  .ml-15 {
    margin-left: 7.5px !important;
  }
}

.p-15 {
  padding: 15px !important;
}
@media (max-width: 1023px) {
  .p-15 {
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  .p-15 {
    padding: 7.5px !important;
  }
}

.pt-15 {
  padding-top: 15px !important;
}
@media (max-width: 1023px) {
  .pt-15 {
    padding-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .pt-15 {
    padding-top: 7.5px !important;
  }
}

.pr-15 {
  padding-right: 15px !important;
}
@media (max-width: 1023px) {
  .pr-15 {
    padding-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .pr-15 {
    padding-right: 7.5px !important;
  }
}

.pb-15 {
  padding-bottom: 15px !important;
}
@media (max-width: 1023px) {
  .pb-15 {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .pb-15 {
    padding-bottom: 7.5px !important;
  }
}

.pl-15 {
  padding-left: 15px !important;
}
@media (max-width: 1023px) {
  .pl-15 {
    padding-left: 10px !important;
  }
}
@media (max-width: 767px) {
  .pl-15 {
    padding-left: 7.5px !important;
  }
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 1023px) {
  .px-15 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .px-15 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
@media (max-width: 1023px) {
  .py-15 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .py-15 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
@media (max-width: 1023px) {
  .mx-15 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .mx-15 {
    margin-left: 7.5px !important;
    margin-right: 7.5px !important;
  }
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
@media (max-width: 1023px) {
  .my-15 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .my-15 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
}

.m-20 {
  margin: 20px !important;
}
@media (max-width: 1023px) {
  .m-20 {
    margin: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .m-20 {
    margin: 10px !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media (max-width: 1023px) {
  .mt-20 {
    margin-top: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mt-20 {
    margin-top: 10px !important;
  }
}

.mr-20 {
  margin-right: 20px !important;
}
@media (max-width: 1023px) {
  .mr-20 {
    margin-right: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mr-20 {
    margin-right: 10px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media (max-width: 1023px) {
  .mb-20 {
    margin-bottom: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px !important;
  }
}

.ml-20 {
  margin-left: 20px !important;
}
@media (max-width: 1023px) {
  .ml-20 {
    margin-left: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .ml-20 {
    margin-left: 10px !important;
  }
}

.p-20 {
  padding: 20px !important;
}
@media (max-width: 1023px) {
  .p-20 {
    padding: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .p-20 {
    padding: 10px !important;
  }
}

.pt-20 {
  padding-top: 20px !important;
}
@media (max-width: 1023px) {
  .pt-20 {
    padding-top: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pt-20 {
    padding-top: 10px !important;
  }
}

.pr-20 {
  padding-right: 20px !important;
}
@media (max-width: 1023px) {
  .pr-20 {
    padding-right: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pr-20 {
    padding-right: 10px !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}
@media (max-width: 1023px) {
  .pb-20 {
    padding-bottom: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pb-20 {
    padding-bottom: 10px !important;
  }
}

.pl-20 {
  padding-left: 20px !important;
}
@media (max-width: 1023px) {
  .pl-20 {
    padding-left: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pl-20 {
    padding-left: 10px !important;
  }
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 1023px) {
  .px-20 {
    padding-left: 13.3333333333px !important;
    padding-right: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .px-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 1023px) {
  .py-20 {
    padding-top: 13.3333333333px !important;
    padding-bottom: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .py-20 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
@media (max-width: 1023px) {
  .mx-20 {
    margin-left: 13.3333333333px !important;
    margin-right: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mx-20 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 1023px) {
  .my-20 {
    margin-top: 13.3333333333px !important;
    margin-bottom: 13.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .my-20 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

.m-25 {
  margin: 25px !important;
}
@media (max-width: 1023px) {
  .m-25 {
    margin: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .m-25 {
    margin: 12.5px !important;
  }
}

.mt-25 {
  margin-top: 25px !important;
}
@media (max-width: 1023px) {
  .mt-25 {
    margin-top: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mt-25 {
    margin-top: 12.5px !important;
  }
}

.mr-25 {
  margin-right: 25px !important;
}
@media (max-width: 1023px) {
  .mr-25 {
    margin-right: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mr-25 {
    margin-right: 12.5px !important;
  }
}

.mb-25 {
  margin-bottom: 25px !important;
}
@media (max-width: 1023px) {
  .mb-25 {
    margin-bottom: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mb-25 {
    margin-bottom: 12.5px !important;
  }
}

.ml-25 {
  margin-left: 25px !important;
}
@media (max-width: 1023px) {
  .ml-25 {
    margin-left: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .ml-25 {
    margin-left: 12.5px !important;
  }
}

.p-25 {
  padding: 25px !important;
}
@media (max-width: 1023px) {
  .p-25 {
    padding: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .p-25 {
    padding: 12.5px !important;
  }
}

.pt-25 {
  padding-top: 25px !important;
}
@media (max-width: 1023px) {
  .pt-25 {
    padding-top: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pt-25 {
    padding-top: 12.5px !important;
  }
}

.pr-25 {
  padding-right: 25px !important;
}
@media (max-width: 1023px) {
  .pr-25 {
    padding-right: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pr-25 {
    padding-right: 12.5px !important;
  }
}

.pb-25 {
  padding-bottom: 25px !important;
}
@media (max-width: 1023px) {
  .pb-25 {
    padding-bottom: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pb-25 {
    padding-bottom: 12.5px !important;
  }
}

.pl-25 {
  padding-left: 25px !important;
}
@media (max-width: 1023px) {
  .pl-25 {
    padding-left: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pl-25 {
    padding-left: 12.5px !important;
  }
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (max-width: 1023px) {
  .px-25 {
    padding-left: 16.6666666667px !important;
    padding-right: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .px-25 {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
  }
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
@media (max-width: 1023px) {
  .py-25 {
    padding-top: 16.6666666667px !important;
    padding-bottom: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .py-25 {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important;
  }
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
@media (max-width: 1023px) {
  .mx-25 {
    margin-left: 16.6666666667px !important;
    margin-right: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mx-25 {
    margin-left: 12.5px !important;
    margin-right: 12.5px !important;
  }
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
@media (max-width: 1023px) {
  .my-25 {
    margin-top: 16.6666666667px !important;
    margin-bottom: 16.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .my-25 {
    margin-top: 12.5px !important;
    margin-bottom: 12.5px !important;
  }
}

.m-30 {
  margin: 30px !important;
}
@media (max-width: 1023px) {
  .m-30 {
    margin: 20px !important;
  }
}
@media (max-width: 767px) {
  .m-30 {
    margin: 15px !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}
@media (max-width: 1023px) {
  .mt-30 {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .mt-30 {
    margin-top: 15px !important;
  }
}

.mr-30 {
  margin-right: 30px !important;
}
@media (max-width: 1023px) {
  .mr-30 {
    margin-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .mr-30 {
    margin-right: 15px !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media (max-width: 1023px) {
  .mb-30 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 15px !important;
  }
}

.ml-30 {
  margin-left: 30px !important;
}
@media (max-width: 1023px) {
  .ml-30 {
    margin-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .ml-30 {
    margin-left: 15px !important;
  }
}

.p-30 {
  padding: 30px !important;
}
@media (max-width: 1023px) {
  .p-30 {
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .p-30 {
    padding: 15px !important;
  }
}

.pt-30 {
  padding-top: 30px !important;
}
@media (max-width: 1023px) {
  .pt-30 {
    padding-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .pt-30 {
    padding-top: 15px !important;
  }
}

.pr-30 {
  padding-right: 30px !important;
}
@media (max-width: 1023px) {
  .pr-30 {
    padding-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .pr-30 {
    padding-right: 15px !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}
@media (max-width: 1023px) {
  .pb-30 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .pb-30 {
    padding-bottom: 15px !important;
  }
}

.pl-30 {
  padding-left: 30px !important;
}
@media (max-width: 1023px) {
  .pl-30 {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .pl-30 {
    padding-left: 15px !important;
  }
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (max-width: 1023px) {
  .px-30 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .px-30 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media (max-width: 1023px) {
  .py-30 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .py-30 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
@media (max-width: 1023px) {
  .mx-30 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .mx-30 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1023px) {
  .my-30 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .my-30 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

.m-40 {
  margin: 40px !important;
}
@media (max-width: 1023px) {
  .m-40 {
    margin: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .m-40 {
    margin: 20px !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media (max-width: 1023px) {
  .mt-40 {
    margin-top: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 20px !important;
  }
}

.mr-40 {
  margin-right: 40px !important;
}
@media (max-width: 1023px) {
  .mr-40 {
    margin-right: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mr-40 {
    margin-right: 20px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media (max-width: 1023px) {
  .mb-40 {
    margin-bottom: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px !important;
  }
}

.ml-40 {
  margin-left: 40px !important;
}
@media (max-width: 1023px) {
  .ml-40 {
    margin-left: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .ml-40 {
    margin-left: 20px !important;
  }
}

.p-40 {
  padding: 40px !important;
}
@media (max-width: 1023px) {
  .p-40 {
    padding: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .p-40 {
    padding: 20px !important;
  }
}

.pt-40 {
  padding-top: 40px !important;
}
@media (max-width: 1023px) {
  .pt-40 {
    padding-top: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 20px !important;
  }
}

.pr-40 {
  padding-right: 40px !important;
}
@media (max-width: 1023px) {
  .pr-40 {
    padding-right: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pr-40 {
    padding-right: 20px !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media (max-width: 1023px) {
  .pb-40 {
    padding-bottom: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 20px !important;
  }
}

.pl-40 {
  padding-left: 40px !important;
}
@media (max-width: 1023px) {
  .pl-40 {
    padding-left: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pl-40 {
    padding-left: 20px !important;
  }
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 1023px) {
  .px-40 {
    padding-left: 26.6666666667px !important;
    padding-right: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .px-40 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media (max-width: 1023px) {
  .py-40 {
    padding-top: 26.6666666667px !important;
    padding-bottom: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .py-40 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
@media (max-width: 1023px) {
  .mx-40 {
    margin-left: 26.6666666667px !important;
    margin-right: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mx-40 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
@media (max-width: 1023px) {
  .my-40 {
    margin-top: 26.6666666667px !important;
    margin-bottom: 26.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .my-40 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

.m-50 {
  margin: 50px !important;
}
@media (max-width: 1023px) {
  .m-50 {
    margin: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .m-50 {
    margin: 25px !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media (max-width: 1023px) {
  .mt-50 {
    margin-top: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mt-50 {
    margin-top: 25px !important;
  }
}

.mr-50 {
  margin-right: 50px !important;
}
@media (max-width: 1023px) {
  .mr-50 {
    margin-right: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mr-50 {
    margin-right: 25px !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media (max-width: 1023px) {
  .mb-50 {
    margin-bottom: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 25px !important;
  }
}

.ml-50 {
  margin-left: 50px !important;
}
@media (max-width: 1023px) {
  .ml-50 {
    margin-left: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .ml-50 {
    margin-left: 25px !important;
  }
}

.p-50 {
  padding: 50px !important;
}
@media (max-width: 1023px) {
  .p-50 {
    padding: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .p-50 {
    padding: 25px !important;
  }
}

.pt-50 {
  padding-top: 50px !important;
}
@media (max-width: 1023px) {
  .pt-50 {
    padding-top: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pt-50 {
    padding-top: 25px !important;
  }
}

.pr-50 {
  padding-right: 50px !important;
}
@media (max-width: 1023px) {
  .pr-50 {
    padding-right: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pr-50 {
    padding-right: 25px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}
@media (max-width: 1023px) {
  .pb-50 {
    padding-bottom: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pb-50 {
    padding-bottom: 25px !important;
  }
}

.pl-50 {
  padding-left: 50px !important;
}
@media (max-width: 1023px) {
  .pl-50 {
    padding-left: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pl-50 {
    padding-left: 25px !important;
  }
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (max-width: 1023px) {
  .px-50 {
    padding-left: 33.3333333333px !important;
    padding-right: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .px-50 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media (max-width: 1023px) {
  .py-50 {
    padding-top: 33.3333333333px !important;
    padding-bottom: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .py-50 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
@media (max-width: 1023px) {
  .mx-50 {
    margin-left: 33.3333333333px !important;
    margin-right: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mx-50 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
@media (max-width: 1023px) {
  .my-50 {
    margin-top: 33.3333333333px !important;
    margin-bottom: 33.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .my-50 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}

.m-60 {
  margin: 60px !important;
}
@media (max-width: 1023px) {
  .m-60 {
    margin: 40px !important;
  }
}
@media (max-width: 767px) {
  .m-60 {
    margin: 30px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media (max-width: 1023px) {
  .mt-60 {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 30px !important;
  }
}

.mr-60 {
  margin-right: 60px !important;
}
@media (max-width: 1023px) {
  .mr-60 {
    margin-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .mr-60 {
    margin-right: 30px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media (max-width: 1023px) {
  .mb-60 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }
}

.ml-60 {
  margin-left: 60px !important;
}
@media (max-width: 1023px) {
  .ml-60 {
    margin-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .ml-60 {
    margin-left: 30px !important;
  }
}

.p-60 {
  padding: 60px !important;
}
@media (max-width: 1023px) {
  .p-60 {
    padding: 40px !important;
  }
}
@media (max-width: 767px) {
  .p-60 {
    padding: 30px !important;
  }
}

.pt-60 {
  padding-top: 60px !important;
}
@media (max-width: 1023px) {
  .pt-60 {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .pt-60 {
    padding-top: 30px !important;
  }
}

.pr-60 {
  padding-right: 60px !important;
}
@media (max-width: 1023px) {
  .pr-60 {
    padding-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .pr-60 {
    padding-right: 30px !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}
@media (max-width: 1023px) {
  .pb-60 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .pb-60 {
    padding-bottom: 30px !important;
  }
}

.pl-60 {
  padding-left: 60px !important;
}
@media (max-width: 1023px) {
  .pl-60 {
    padding-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .pl-60 {
    padding-left: 30px !important;
  }
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media (max-width: 1023px) {
  .px-60 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .px-60 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 1023px) {
  .py-60 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .py-60 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
@media (max-width: 1023px) {
  .mx-60 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .mx-60 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
@media (max-width: 1023px) {
  .my-60 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .my-60 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.m-65 {
  margin: 65px !important;
}
@media (max-width: 1023px) {
  .m-65 {
    margin: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .m-65 {
    margin: 32.5px !important;
  }
}

.mt-65 {
  margin-top: 65px !important;
}
@media (max-width: 1023px) {
  .mt-65 {
    margin-top: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mt-65 {
    margin-top: 32.5px !important;
  }
}

.mr-65 {
  margin-right: 65px !important;
}
@media (max-width: 1023px) {
  .mr-65 {
    margin-right: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mr-65 {
    margin-right: 32.5px !important;
  }
}

.mb-65 {
  margin-bottom: 65px !important;
}
@media (max-width: 1023px) {
  .mb-65 {
    margin-bottom: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mb-65 {
    margin-bottom: 32.5px !important;
  }
}

.ml-65 {
  margin-left: 65px !important;
}
@media (max-width: 1023px) {
  .ml-65 {
    margin-left: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .ml-65 {
    margin-left: 32.5px !important;
  }
}

.p-65 {
  padding: 65px !important;
}
@media (max-width: 1023px) {
  .p-65 {
    padding: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .p-65 {
    padding: 32.5px !important;
  }
}

.pt-65 {
  padding-top: 65px !important;
}
@media (max-width: 1023px) {
  .pt-65 {
    padding-top: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pt-65 {
    padding-top: 32.5px !important;
  }
}

.pr-65 {
  padding-right: 65px !important;
}
@media (max-width: 1023px) {
  .pr-65 {
    padding-right: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pr-65 {
    padding-right: 32.5px !important;
  }
}

.pb-65 {
  padding-bottom: 65px !important;
}
@media (max-width: 1023px) {
  .pb-65 {
    padding-bottom: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pb-65 {
    padding-bottom: 32.5px !important;
  }
}

.pl-65 {
  padding-left: 65px !important;
}
@media (max-width: 1023px) {
  .pl-65 {
    padding-left: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pl-65 {
    padding-left: 32.5px !important;
  }
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
@media (max-width: 1023px) {
  .px-65 {
    padding-left: 43.3333333333px !important;
    padding-right: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .px-65 {
    padding-left: 32.5px !important;
    padding-right: 32.5px !important;
  }
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
@media (max-width: 1023px) {
  .py-65 {
    padding-top: 43.3333333333px !important;
    padding-bottom: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .py-65 {
    padding-top: 32.5px !important;
    padding-bottom: 32.5px !important;
  }
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}
@media (max-width: 1023px) {
  .mx-65 {
    margin-left: 43.3333333333px !important;
    margin-right: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mx-65 {
    margin-left: 32.5px !important;
    margin-right: 32.5px !important;
  }
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
@media (max-width: 1023px) {
  .my-65 {
    margin-top: 43.3333333333px !important;
    margin-bottom: 43.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .my-65 {
    margin-top: 32.5px !important;
    margin-bottom: 32.5px !important;
  }
}

.m-70 {
  margin: 70px !important;
}
@media (max-width: 1023px) {
  .m-70 {
    margin: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .m-70 {
    margin: 35px !important;
  }
}

.mt-70 {
  margin-top: 70px !important;
}
@media (max-width: 1023px) {
  .mt-70 {
    margin-top: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 35px !important;
  }
}

.mr-70 {
  margin-right: 70px !important;
}
@media (max-width: 1023px) {
  .mr-70 {
    margin-right: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mr-70 {
    margin-right: 35px !important;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}
@media (max-width: 1023px) {
  .mb-70 {
    margin-bottom: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 35px !important;
  }
}

.ml-70 {
  margin-left: 70px !important;
}
@media (max-width: 1023px) {
  .ml-70 {
    margin-left: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .ml-70 {
    margin-left: 35px !important;
  }
}

.p-70 {
  padding: 70px !important;
}
@media (max-width: 1023px) {
  .p-70 {
    padding: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .p-70 {
    padding: 35px !important;
  }
}

.pt-70 {
  padding-top: 70px !important;
}
@media (max-width: 1023px) {
  .pt-70 {
    padding-top: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pt-70 {
    padding-top: 35px !important;
  }
}

.pr-70 {
  padding-right: 70px !important;
}
@media (max-width: 1023px) {
  .pr-70 {
    padding-right: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pr-70 {
    padding-right: 35px !important;
  }
}

.pb-70 {
  padding-bottom: 70px !important;
}
@media (max-width: 1023px) {
  .pb-70 {
    padding-bottom: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pb-70 {
    padding-bottom: 35px !important;
  }
}

.pl-70 {
  padding-left: 70px !important;
}
@media (max-width: 1023px) {
  .pl-70 {
    padding-left: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pl-70 {
    padding-left: 35px !important;
  }
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
@media (max-width: 1023px) {
  .px-70 {
    padding-left: 46.6666666667px !important;
    padding-right: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .px-70 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
@media (max-width: 1023px) {
  .py-70 {
    padding-top: 46.6666666667px !important;
    padding-bottom: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .py-70 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
@media (max-width: 1023px) {
  .mx-70 {
    margin-left: 46.6666666667px !important;
    margin-right: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mx-70 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
@media (max-width: 1023px) {
  .my-70 {
    margin-top: 46.6666666667px !important;
    margin-bottom: 46.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .my-70 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}

.m-80 {
  margin: 80px !important;
}
@media (max-width: 1023px) {
  .m-80 {
    margin: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .m-80 {
    margin: 40px !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media (max-width: 1023px) {
  .mt-80 {
    margin-top: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 40px !important;
  }
}

.mr-80 {
  margin-right: 80px !important;
}
@media (max-width: 1023px) {
  .mr-80 {
    margin-right: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mr-80 {
    margin-right: 40px !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media (max-width: 1023px) {
  .mb-80 {
    margin-bottom: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 40px !important;
  }
}

.ml-80 {
  margin-left: 80px !important;
}
@media (max-width: 1023px) {
  .ml-80 {
    margin-left: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .ml-80 {
    margin-left: 40px !important;
  }
}

.p-80 {
  padding: 80px !important;
}
@media (max-width: 1023px) {
  .p-80 {
    padding: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .p-80 {
    padding: 40px !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}
@media (max-width: 1023px) {
  .pt-80 {
    padding-top: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 40px !important;
  }
}

.pr-80 {
  padding-right: 80px !important;
}
@media (max-width: 1023px) {
  .pr-80 {
    padding-right: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pr-80 {
    padding-right: 40px !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}
@media (max-width: 1023px) {
  .pb-80 {
    padding-bottom: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 40px !important;
  }
}

.pl-80 {
  padding-left: 80px !important;
}
@media (max-width: 1023px) {
  .pl-80 {
    padding-left: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pl-80 {
    padding-left: 40px !important;
  }
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
@media (max-width: 1023px) {
  .px-80 {
    padding-left: 53.3333333333px !important;
    padding-right: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .px-80 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media (max-width: 1023px) {
  .py-80 {
    padding-top: 53.3333333333px !important;
    padding-bottom: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .py-80 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
@media (max-width: 1023px) {
  .mx-80 {
    margin-left: 53.3333333333px !important;
    margin-right: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mx-80 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
@media (max-width: 1023px) {
  .my-80 {
    margin-top: 53.3333333333px !important;
    margin-bottom: 53.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .my-80 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

.m-90 {
  margin: 90px !important;
}
@media (max-width: 1023px) {
  .m-90 {
    margin: 60px !important;
  }
}
@media (max-width: 767px) {
  .m-90 {
    margin: 45px !important;
  }
}

.mt-90 {
  margin-top: 90px !important;
}
@media (max-width: 1023px) {
  .mt-90 {
    margin-top: 60px !important;
  }
}
@media (max-width: 767px) {
  .mt-90 {
    margin-top: 45px !important;
  }
}

.mr-90 {
  margin-right: 90px !important;
}
@media (max-width: 1023px) {
  .mr-90 {
    margin-right: 60px !important;
  }
}
@media (max-width: 767px) {
  .mr-90 {
    margin-right: 45px !important;
  }
}

.mb-90 {
  margin-bottom: 90px !important;
}
@media (max-width: 1023px) {
  .mb-90 {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 45px !important;
  }
}

.ml-90 {
  margin-left: 90px !important;
}
@media (max-width: 1023px) {
  .ml-90 {
    margin-left: 60px !important;
  }
}
@media (max-width: 767px) {
  .ml-90 {
    margin-left: 45px !important;
  }
}

.p-90 {
  padding: 90px !important;
}
@media (max-width: 1023px) {
  .p-90 {
    padding: 60px !important;
  }
}
@media (max-width: 767px) {
  .p-90 {
    padding: 45px !important;
  }
}

.pt-90 {
  padding-top: 90px !important;
}
@media (max-width: 1023px) {
  .pt-90 {
    padding-top: 60px !important;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 45px !important;
  }
}

.pr-90 {
  padding-right: 90px !important;
}
@media (max-width: 1023px) {
  .pr-90 {
    padding-right: 60px !important;
  }
}
@media (max-width: 767px) {
  .pr-90 {
    padding-right: 45px !important;
  }
}

.pb-90 {
  padding-bottom: 90px !important;
}
@media (max-width: 1023px) {
  .pb-90 {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 45px !important;
  }
}

.pl-90 {
  padding-left: 90px !important;
}
@media (max-width: 1023px) {
  .pl-90 {
    padding-left: 60px !important;
  }
}
@media (max-width: 767px) {
  .pl-90 {
    padding-left: 45px !important;
  }
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
@media (max-width: 1023px) {
  .px-90 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 767px) {
  .px-90 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
@media (max-width: 1023px) {
  .py-90 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .py-90 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
@media (max-width: 1023px) {
  .mx-90 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media (max-width: 767px) {
  .mx-90 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
@media (max-width: 1023px) {
  .my-90 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .my-90 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}

.m-100 {
  margin: 100px !important;
}
@media (max-width: 1023px) {
  .m-100 {
    margin: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .m-100 {
    margin: 50px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media (max-width: 1023px) {
  .mt-100 {
    margin-top: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}

.mr-100 {
  margin-right: 100px !important;
}
@media (max-width: 1023px) {
  .mr-100 {
    margin-right: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mr-100 {
    margin-right: 50px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media (max-width: 1023px) {
  .mb-100 {
    margin-bottom: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}

.ml-100 {
  margin-left: 100px !important;
}
@media (max-width: 1023px) {
  .ml-100 {
    margin-left: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .ml-100 {
    margin-left: 50px !important;
  }
}

.p-100 {
  padding: 100px !important;
}
@media (max-width: 1023px) {
  .p-100 {
    padding: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .p-100 {
    padding: 50px !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}
@media (max-width: 1023px) {
  .pt-100 {
    padding-top: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 50px !important;
  }
}

.pr-100 {
  padding-right: 100px !important;
}
@media (max-width: 1023px) {
  .pr-100 {
    padding-right: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pr-100 {
    padding-right: 50px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}
@media (max-width: 1023px) {
  .pb-100 {
    padding-bottom: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px !important;
  }
}

.pl-100 {
  padding-left: 100px !important;
}
@media (max-width: 1023px) {
  .pl-100 {
    padding-left: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pl-100 {
    padding-left: 50px !important;
  }
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media (max-width: 1023px) {
  .px-100 {
    padding-left: 66.6666666667px !important;
    padding-right: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .px-100 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 1023px) {
  .py-100 {
    padding-top: 66.6666666667px !important;
    padding-bottom: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .py-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
@media (max-width: 1023px) {
  .mx-100 {
    margin-left: 66.6666666667px !important;
    margin-right: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mx-100 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
@media (max-width: 1023px) {
  .my-100 {
    margin-top: 66.6666666667px !important;
    margin-bottom: 66.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .my-100 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

.m-110 {
  margin: 110px !important;
}
@media (max-width: 1023px) {
  .m-110 {
    margin: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .m-110 {
    margin: 55px !important;
  }
}

.mt-110 {
  margin-top: 110px !important;
}
@media (max-width: 1023px) {
  .mt-110 {
    margin-top: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mt-110 {
    margin-top: 55px !important;
  }
}

.mr-110 {
  margin-right: 110px !important;
}
@media (max-width: 1023px) {
  .mr-110 {
    margin-right: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mr-110 {
    margin-right: 55px !important;
  }
}

.mb-110 {
  margin-bottom: 110px !important;
}
@media (max-width: 1023px) {
  .mb-110 {
    margin-bottom: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 55px !important;
  }
}

.ml-110 {
  margin-left: 110px !important;
}
@media (max-width: 1023px) {
  .ml-110 {
    margin-left: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .ml-110 {
    margin-left: 55px !important;
  }
}

.p-110 {
  padding: 110px !important;
}
@media (max-width: 1023px) {
  .p-110 {
    padding: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .p-110 {
    padding: 55px !important;
  }
}

.pt-110 {
  padding-top: 110px !important;
}
@media (max-width: 1023px) {
  .pt-110 {
    padding-top: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pt-110 {
    padding-top: 55px !important;
  }
}

.pr-110 {
  padding-right: 110px !important;
}
@media (max-width: 1023px) {
  .pr-110 {
    padding-right: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pr-110 {
    padding-right: 55px !important;
  }
}

.pb-110 {
  padding-bottom: 110px !important;
}
@media (max-width: 1023px) {
  .pb-110 {
    padding-bottom: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pb-110 {
    padding-bottom: 55px !important;
  }
}

.pl-110 {
  padding-left: 110px !important;
}
@media (max-width: 1023px) {
  .pl-110 {
    padding-left: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pl-110 {
    padding-left: 55px !important;
  }
}

.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}
@media (max-width: 1023px) {
  .px-110 {
    padding-left: 73.3333333333px !important;
    padding-right: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .px-110 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
@media (max-width: 1023px) {
  .py-110 {
    padding-top: 73.3333333333px !important;
    padding-bottom: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .py-110 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
}

.mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}
@media (max-width: 1023px) {
  .mx-110 {
    margin-left: 73.3333333333px !important;
    margin-right: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mx-110 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
}

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}
@media (max-width: 1023px) {
  .my-110 {
    margin-top: 73.3333333333px !important;
    margin-bottom: 73.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .my-110 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
}

.m-120 {
  margin: 120px !important;
}
@media (max-width: 1023px) {
  .m-120 {
    margin: 80px !important;
  }
}
@media (max-width: 767px) {
  .m-120 {
    margin: 60px !important;
  }
}

.mt-120 {
  margin-top: 120px !important;
}
@media (max-width: 1023px) {
  .mt-120 {
    margin-top: 80px !important;
  }
}
@media (max-width: 767px) {
  .mt-120 {
    margin-top: 60px !important;
  }
}

.mr-120 {
  margin-right: 120px !important;
}
@media (max-width: 1023px) {
  .mr-120 {
    margin-right: 80px !important;
  }
}
@media (max-width: 767px) {
  .mr-120 {
    margin-right: 60px !important;
  }
}

.mb-120 {
  margin-bottom: 120px !important;
}
@media (max-width: 1023px) {
  .mb-120 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 60px !important;
  }
}

.ml-120 {
  margin-left: 120px !important;
}
@media (max-width: 1023px) {
  .ml-120 {
    margin-left: 80px !important;
  }
}
@media (max-width: 767px) {
  .ml-120 {
    margin-left: 60px !important;
  }
}

.p-120 {
  padding: 120px !important;
}
@media (max-width: 1023px) {
  .p-120 {
    padding: 80px !important;
  }
}
@media (max-width: 767px) {
  .p-120 {
    padding: 60px !important;
  }
}

.pt-120 {
  padding-top: 120px !important;
}
@media (max-width: 1023px) {
  .pt-120 {
    padding-top: 80px !important;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 60px !important;
  }
}

.pr-120 {
  padding-right: 120px !important;
}
@media (max-width: 1023px) {
  .pr-120 {
    padding-right: 80px !important;
  }
}
@media (max-width: 767px) {
  .pr-120 {
    padding-right: 60px !important;
  }
}

.pb-120 {
  padding-bottom: 120px !important;
}
@media (max-width: 1023px) {
  .pb-120 {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px !important;
  }
}

.pl-120 {
  padding-left: 120px !important;
}
@media (max-width: 1023px) {
  .pl-120 {
    padding-left: 80px !important;
  }
}
@media (max-width: 767px) {
  .pl-120 {
    padding-left: 60px !important;
  }
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
@media (max-width: 1023px) {
  .px-120 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media (max-width: 767px) {
  .px-120 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
@media (max-width: 1023px) {
  .py-120 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .py-120 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}
@media (max-width: 1023px) {
  .mx-120 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}
@media (max-width: 767px) {
  .mx-120 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
@media (max-width: 1023px) {
  .my-120 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .my-120 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

.m-130 {
  margin: 130px !important;
}
@media (max-width: 1023px) {
  .m-130 {
    margin: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .m-130 {
    margin: 65px !important;
  }
}

.mt-130 {
  margin-top: 130px !important;
}
@media (max-width: 1023px) {
  .mt-130 {
    margin-top: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mt-130 {
    margin-top: 65px !important;
  }
}

.mr-130 {
  margin-right: 130px !important;
}
@media (max-width: 1023px) {
  .mr-130 {
    margin-right: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mr-130 {
    margin-right: 65px !important;
  }
}

.mb-130 {
  margin-bottom: 130px !important;
}
@media (max-width: 1023px) {
  .mb-130 {
    margin-bottom: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mb-130 {
    margin-bottom: 65px !important;
  }
}

.ml-130 {
  margin-left: 130px !important;
}
@media (max-width: 1023px) {
  .ml-130 {
    margin-left: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .ml-130 {
    margin-left: 65px !important;
  }
}

.p-130 {
  padding: 130px !important;
}
@media (max-width: 1023px) {
  .p-130 {
    padding: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .p-130 {
    padding: 65px !important;
  }
}

.pt-130 {
  padding-top: 130px !important;
}
@media (max-width: 1023px) {
  .pt-130 {
    padding-top: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pt-130 {
    padding-top: 65px !important;
  }
}

.pr-130 {
  padding-right: 130px !important;
}
@media (max-width: 1023px) {
  .pr-130 {
    padding-right: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pr-130 {
    padding-right: 65px !important;
  }
}

.pb-130 {
  padding-bottom: 130px !important;
}
@media (max-width: 1023px) {
  .pb-130 {
    padding-bottom: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pb-130 {
    padding-bottom: 65px !important;
  }
}

.pl-130 {
  padding-left: 130px !important;
}
@media (max-width: 1023px) {
  .pl-130 {
    padding-left: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pl-130 {
    padding-left: 65px !important;
  }
}

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}
@media (max-width: 1023px) {
  .px-130 {
    padding-left: 86.6666666667px !important;
    padding-right: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .px-130 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
@media (max-width: 1023px) {
  .py-130 {
    padding-top: 86.6666666667px !important;
    padding-bottom: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .py-130 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
}

.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}
@media (max-width: 1023px) {
  .mx-130 {
    margin-left: 86.6666666667px !important;
    margin-right: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mx-130 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}
@media (max-width: 1023px) {
  .my-130 {
    margin-top: 86.6666666667px !important;
    margin-bottom: 86.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .my-130 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
}

.m-140 {
  margin: 140px !important;
}
@media (max-width: 1023px) {
  .m-140 {
    margin: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .m-140 {
    margin: 70px !important;
  }
}

.mt-140 {
  margin-top: 140px !important;
}
@media (max-width: 1023px) {
  .mt-140 {
    margin-top: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mt-140 {
    margin-top: 70px !important;
  }
}

.mr-140 {
  margin-right: 140px !important;
}
@media (max-width: 1023px) {
  .mr-140 {
    margin-right: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mr-140 {
    margin-right: 70px !important;
  }
}

.mb-140 {
  margin-bottom: 140px !important;
}
@media (max-width: 1023px) {
  .mb-140 {
    margin-bottom: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mb-140 {
    margin-bottom: 70px !important;
  }
}

.ml-140 {
  margin-left: 140px !important;
}
@media (max-width: 1023px) {
  .ml-140 {
    margin-left: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .ml-140 {
    margin-left: 70px !important;
  }
}

.p-140 {
  padding: 140px !important;
}
@media (max-width: 1023px) {
  .p-140 {
    padding: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .p-140 {
    padding: 70px !important;
  }
}

.pt-140 {
  padding-top: 140px !important;
}
@media (max-width: 1023px) {
  .pt-140 {
    padding-top: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pt-140 {
    padding-top: 70px !important;
  }
}

.pr-140 {
  padding-right: 140px !important;
}
@media (max-width: 1023px) {
  .pr-140 {
    padding-right: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pr-140 {
    padding-right: 70px !important;
  }
}

.pb-140 {
  padding-bottom: 140px !important;
}
@media (max-width: 1023px) {
  .pb-140 {
    padding-bottom: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pb-140 {
    padding-bottom: 70px !important;
  }
}

.pl-140 {
  padding-left: 140px !important;
}
@media (max-width: 1023px) {
  .pl-140 {
    padding-left: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .pl-140 {
    padding-left: 70px !important;
  }
}

.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}
@media (max-width: 1023px) {
  .px-140 {
    padding-left: 93.3333333333px !important;
    padding-right: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .px-140 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
@media (max-width: 1023px) {
  .py-140 {
    padding-top: 93.3333333333px !important;
    padding-bottom: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .py-140 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

.mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}
@media (max-width: 1023px) {
  .mx-140 {
    margin-left: 93.3333333333px !important;
    margin-right: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .mx-140 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
}

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
@media (max-width: 1023px) {
  .my-140 {
    margin-top: 93.3333333333px !important;
    margin-bottom: 93.3333333333px !important;
  }
}
@media (max-width: 767px) {
  .my-140 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}

.m-150 {
  margin: 150px !important;
}
@media (max-width: 1023px) {
  .m-150 {
    margin: 100px !important;
  }
}
@media (max-width: 767px) {
  .m-150 {
    margin: 75px !important;
  }
}

.mt-150 {
  margin-top: 150px !important;
}
@media (max-width: 1023px) {
  .mt-150 {
    margin-top: 100px !important;
  }
}
@media (max-width: 767px) {
  .mt-150 {
    margin-top: 75px !important;
  }
}

.mr-150 {
  margin-right: 150px !important;
}
@media (max-width: 1023px) {
  .mr-150 {
    margin-right: 100px !important;
  }
}
@media (max-width: 767px) {
  .mr-150 {
    margin-right: 75px !important;
  }
}

.mb-150 {
  margin-bottom: 150px !important;
}
@media (max-width: 1023px) {
  .mb-150 {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 767px) {
  .mb-150 {
    margin-bottom: 75px !important;
  }
}

.ml-150 {
  margin-left: 150px !important;
}
@media (max-width: 1023px) {
  .ml-150 {
    margin-left: 100px !important;
  }
}
@media (max-width: 767px) {
  .ml-150 {
    margin-left: 75px !important;
  }
}

.p-150 {
  padding: 150px !important;
}
@media (max-width: 1023px) {
  .p-150 {
    padding: 100px !important;
  }
}
@media (max-width: 767px) {
  .p-150 {
    padding: 75px !important;
  }
}

.pt-150 {
  padding-top: 150px !important;
}
@media (max-width: 1023px) {
  .pt-150 {
    padding-top: 100px !important;
  }
}
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 75px !important;
  }
}

.pr-150 {
  padding-right: 150px !important;
}
@media (max-width: 1023px) {
  .pr-150 {
    padding-right: 100px !important;
  }
}
@media (max-width: 767px) {
  .pr-150 {
    padding-right: 75px !important;
  }
}

.pb-150 {
  padding-bottom: 150px !important;
}
@media (max-width: 1023px) {
  .pb-150 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 767px) {
  .pb-150 {
    padding-bottom: 75px !important;
  }
}

.pl-150 {
  padding-left: 150px !important;
}
@media (max-width: 1023px) {
  .pl-150 {
    padding-left: 100px !important;
  }
}
@media (max-width: 767px) {
  .pl-150 {
    padding-left: 75px !important;
  }
}

.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
@media (max-width: 1023px) {
  .px-150 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (max-width: 767px) {
  .px-150 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
@media (max-width: 1023px) {
  .py-150 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 767px) {
  .py-150 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}
@media (max-width: 1023px) {
  .mx-150 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}
@media (max-width: 767px) {
  .mx-150 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}
@media (max-width: 1023px) {
  .my-150 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (max-width: 767px) {
  .my-150 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}

.m-160 {
  margin: 160px !important;
}
@media (max-width: 1023px) {
  .m-160 {
    margin: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .m-160 {
    margin: 80px !important;
  }
}

.mt-160 {
  margin-top: 160px !important;
}
@media (max-width: 1023px) {
  .mt-160 {
    margin-top: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mt-160 {
    margin-top: 80px !important;
  }
}

.mr-160 {
  margin-right: 160px !important;
}
@media (max-width: 1023px) {
  .mr-160 {
    margin-right: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mr-160 {
    margin-right: 80px !important;
  }
}

.mb-160 {
  margin-bottom: 160px !important;
}
@media (max-width: 1023px) {
  .mb-160 {
    margin-bottom: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mb-160 {
    margin-bottom: 80px !important;
  }
}

.ml-160 {
  margin-left: 160px !important;
}
@media (max-width: 1023px) {
  .ml-160 {
    margin-left: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .ml-160 {
    margin-left: 80px !important;
  }
}

.p-160 {
  padding: 160px !important;
}
@media (max-width: 1023px) {
  .p-160 {
    padding: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .p-160 {
    padding: 80px !important;
  }
}

.pt-160 {
  padding-top: 160px !important;
}
@media (max-width: 1023px) {
  .pt-160 {
    padding-top: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pt-160 {
    padding-top: 80px !important;
  }
}

.pr-160 {
  padding-right: 160px !important;
}
@media (max-width: 1023px) {
  .pr-160 {
    padding-right: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pr-160 {
    padding-right: 80px !important;
  }
}

.pb-160 {
  padding-bottom: 160px !important;
}
@media (max-width: 1023px) {
  .pb-160 {
    padding-bottom: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pb-160 {
    padding-bottom: 80px !important;
  }
}

.pl-160 {
  padding-left: 160px !important;
}
@media (max-width: 1023px) {
  .pl-160 {
    padding-left: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pl-160 {
    padding-left: 80px !important;
  }
}

.px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}
@media (max-width: 1023px) {
  .px-160 {
    padding-left: 106.6666666667px !important;
    padding-right: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .px-160 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
@media (max-width: 1023px) {
  .py-160 {
    padding-top: 106.6666666667px !important;
    padding-bottom: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .py-160 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}
@media (max-width: 1023px) {
  .mx-160 {
    margin-left: 106.6666666667px !important;
    margin-right: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mx-160 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
@media (max-width: 1023px) {
  .my-160 {
    margin-top: 106.6666666667px !important;
    margin-bottom: 106.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .my-160 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

.m-210 {
  margin: 210px !important;
}
@media (max-width: 1023px) {
  .m-210 {
    margin: 140px !important;
  }
}
@media (max-width: 767px) {
  .m-210 {
    margin: 105px !important;
  }
}

.mt-210 {
  margin-top: 210px !important;
}
@media (max-width: 1023px) {
  .mt-210 {
    margin-top: 140px !important;
  }
}
@media (max-width: 767px) {
  .mt-210 {
    margin-top: 105px !important;
  }
}

.mr-210 {
  margin-right: 210px !important;
}
@media (max-width: 1023px) {
  .mr-210 {
    margin-right: 140px !important;
  }
}
@media (max-width: 767px) {
  .mr-210 {
    margin-right: 105px !important;
  }
}

.mb-210 {
  margin-bottom: 210px !important;
}
@media (max-width: 1023px) {
  .mb-210 {
    margin-bottom: 140px !important;
  }
}
@media (max-width: 767px) {
  .mb-210 {
    margin-bottom: 105px !important;
  }
}

.ml-210 {
  margin-left: 210px !important;
}
@media (max-width: 1023px) {
  .ml-210 {
    margin-left: 140px !important;
  }
}
@media (max-width: 767px) {
  .ml-210 {
    margin-left: 105px !important;
  }
}

.p-210 {
  padding: 210px !important;
}
@media (max-width: 1023px) {
  .p-210 {
    padding: 140px !important;
  }
}
@media (max-width: 767px) {
  .p-210 {
    padding: 105px !important;
  }
}

.pt-210 {
  padding-top: 210px !important;
}
@media (max-width: 1023px) {
  .pt-210 {
    padding-top: 140px !important;
  }
}
@media (max-width: 767px) {
  .pt-210 {
    padding-top: 105px !important;
  }
}

.pr-210 {
  padding-right: 210px !important;
}
@media (max-width: 1023px) {
  .pr-210 {
    padding-right: 140px !important;
  }
}
@media (max-width: 767px) {
  .pr-210 {
    padding-right: 105px !important;
  }
}

.pb-210 {
  padding-bottom: 210px !important;
}
@media (max-width: 1023px) {
  .pb-210 {
    padding-bottom: 140px !important;
  }
}
@media (max-width: 767px) {
  .pb-210 {
    padding-bottom: 105px !important;
  }
}

.pl-210 {
  padding-left: 210px !important;
}
@media (max-width: 1023px) {
  .pl-210 {
    padding-left: 140px !important;
  }
}
@media (max-width: 767px) {
  .pl-210 {
    padding-left: 105px !important;
  }
}

.px-210 {
  padding-left: 210px !important;
  padding-right: 210px !important;
}
@media (max-width: 1023px) {
  .px-210 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
}
@media (max-width: 767px) {
  .px-210 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
}

.py-210 {
  padding-top: 210px !important;
  padding-bottom: 210px !important;
}
@media (max-width: 1023px) {
  .py-210 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media (max-width: 767px) {
  .py-210 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
}

.mx-210 {
  margin-left: 210px !important;
  margin-right: 210px !important;
}
@media (max-width: 1023px) {
  .mx-210 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
}
@media (max-width: 767px) {
  .mx-210 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
}

.my-210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important;
}
@media (max-width: 1023px) {
  .my-210 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
}
@media (max-width: 767px) {
  .my-210 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
}

.m-240 {
  margin: 240px !important;
}
@media (max-width: 1023px) {
  .m-240 {
    margin: 160px !important;
  }
}
@media (max-width: 767px) {
  .m-240 {
    margin: 120px !important;
  }
}

.mt-240 {
  margin-top: 240px !important;
}
@media (max-width: 1023px) {
  .mt-240 {
    margin-top: 160px !important;
  }
}
@media (max-width: 767px) {
  .mt-240 {
    margin-top: 120px !important;
  }
}

.mr-240 {
  margin-right: 240px !important;
}
@media (max-width: 1023px) {
  .mr-240 {
    margin-right: 160px !important;
  }
}
@media (max-width: 767px) {
  .mr-240 {
    margin-right: 120px !important;
  }
}

.mb-240 {
  margin-bottom: 240px !important;
}
@media (max-width: 1023px) {
  .mb-240 {
    margin-bottom: 160px !important;
  }
}
@media (max-width: 767px) {
  .mb-240 {
    margin-bottom: 120px !important;
  }
}

.ml-240 {
  margin-left: 240px !important;
}
@media (max-width: 1023px) {
  .ml-240 {
    margin-left: 160px !important;
  }
}
@media (max-width: 767px) {
  .ml-240 {
    margin-left: 120px !important;
  }
}

.p-240 {
  padding: 240px !important;
}
@media (max-width: 1023px) {
  .p-240 {
    padding: 160px !important;
  }
}
@media (max-width: 767px) {
  .p-240 {
    padding: 120px !important;
  }
}

.pt-240 {
  padding-top: 240px !important;
}
@media (max-width: 1023px) {
  .pt-240 {
    padding-top: 160px !important;
  }
}
@media (max-width: 767px) {
  .pt-240 {
    padding-top: 120px !important;
  }
}

.pr-240 {
  padding-right: 240px !important;
}
@media (max-width: 1023px) {
  .pr-240 {
    padding-right: 160px !important;
  }
}
@media (max-width: 767px) {
  .pr-240 {
    padding-right: 120px !important;
  }
}

.pb-240 {
  padding-bottom: 240px !important;
}
@media (max-width: 1023px) {
  .pb-240 {
    padding-bottom: 160px !important;
  }
}
@media (max-width: 767px) {
  .pb-240 {
    padding-bottom: 120px !important;
  }
}

.pl-240 {
  padding-left: 240px !important;
}
@media (max-width: 1023px) {
  .pl-240 {
    padding-left: 160px !important;
  }
}
@media (max-width: 767px) {
  .pl-240 {
    padding-left: 120px !important;
  }
}

.px-240 {
  padding-left: 240px !important;
  padding-right: 240px !important;
}
@media (max-width: 1023px) {
  .px-240 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
}
@media (max-width: 767px) {
  .px-240 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

.py-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}
@media (max-width: 1023px) {
  .py-240 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media (max-width: 767px) {
  .py-240 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

.mx-240 {
  margin-left: 240px !important;
  margin-right: 240px !important;
}
@media (max-width: 1023px) {
  .mx-240 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
}
@media (max-width: 767px) {
  .mx-240 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

.my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}
@media (max-width: 1023px) {
  .my-240 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
}
@media (max-width: 767px) {
  .my-240 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

.m-280 {
  margin: 280px !important;
}
@media (max-width: 1023px) {
  .m-280 {
    margin: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .m-280 {
    margin: 140px !important;
  }
}

.mt-280 {
  margin-top: 280px !important;
}
@media (max-width: 1023px) {
  .mt-280 {
    margin-top: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mt-280 {
    margin-top: 140px !important;
  }
}

.mr-280 {
  margin-right: 280px !important;
}
@media (max-width: 1023px) {
  .mr-280 {
    margin-right: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mr-280 {
    margin-right: 140px !important;
  }
}

.mb-280 {
  margin-bottom: 280px !important;
}
@media (max-width: 1023px) {
  .mb-280 {
    margin-bottom: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mb-280 {
    margin-bottom: 140px !important;
  }
}

.ml-280 {
  margin-left: 280px !important;
}
@media (max-width: 1023px) {
  .ml-280 {
    margin-left: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .ml-280 {
    margin-left: 140px !important;
  }
}

.p-280 {
  padding: 280px !important;
}
@media (max-width: 1023px) {
  .p-280 {
    padding: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .p-280 {
    padding: 140px !important;
  }
}

.pt-280 {
  padding-top: 280px !important;
}
@media (max-width: 1023px) {
  .pt-280 {
    padding-top: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pt-280 {
    padding-top: 140px !important;
  }
}

.pr-280 {
  padding-right: 280px !important;
}
@media (max-width: 1023px) {
  .pr-280 {
    padding-right: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pr-280 {
    padding-right: 140px !important;
  }
}

.pb-280 {
  padding-bottom: 280px !important;
}
@media (max-width: 1023px) {
  .pb-280 {
    padding-bottom: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pb-280 {
    padding-bottom: 140px !important;
  }
}

.pl-280 {
  padding-left: 280px !important;
}
@media (max-width: 1023px) {
  .pl-280 {
    padding-left: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .pl-280 {
    padding-left: 140px !important;
  }
}

.px-280 {
  padding-left: 280px !important;
  padding-right: 280px !important;
}
@media (max-width: 1023px) {
  .px-280 {
    padding-left: 186.6666666667px !important;
    padding-right: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .px-280 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
}

.py-280 {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}
@media (max-width: 1023px) {
  .py-280 {
    padding-top: 186.6666666667px !important;
    padding-bottom: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .py-280 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}

.mx-280 {
  margin-left: 280px !important;
  margin-right: 280px !important;
}
@media (max-width: 1023px) {
  .mx-280 {
    margin-left: 186.6666666667px !important;
    margin-right: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .mx-280 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
}

.my-280 {
  margin-top: 280px !important;
  margin-bottom: 280px !important;
}
@media (max-width: 1023px) {
  .my-280 {
    margin-top: 186.6666666667px !important;
    margin-bottom: 186.6666666667px !important;
  }
}
@media (max-width: 767px) {
  .my-280 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
}

.btn-custom {
  width: 260px;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 1023px) {
  .btn-custom {
    width: 173.3333333333px;
    height: 33.3333333333px;
    line-height: 33.3333333333px;
  }
}
@media (max-width: 767px) {
  .btn-custom {
    width: 130px;
    height: 25px;
    line-height: 25px;
  }
}

.btn-outline-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #ECA204;
  color: #ECA204;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-outline-orange:hover {
  background-color: #ECA204;
  color: #ffffff;
}
.btn-outline-orange:active {
  transform: scale(0.98);
}
.btn-outline-orange.btn-sm {
  height: 48px;
  width: 200px;
  font-size: 14px;
  padding: 0 20px;
}
.btn-outline-orange.btn-md {
  height: 56px;
  width: 252px;
  font-size: 16px;
  padding: 0 30px;
}
.btn-outline-orange.btn-lg {
  height: 71px;
  width: 319px;
  font-size: 18px;
  padding: 0 40px;
}

.button-48 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #ECA204;
  color: #ECA204;
  border-radius: 100px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.button-48:hover {
  background-color: #ECA204;
  color: #ffffff;
}

.button-56 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 252px;
  background-color: #ffffff;
  border: 1px solid #ECA204;
  color: #ECA204;
  border-radius: 100px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.button-56:hover {
  background-color: #ECA204;
  color: #ffffff;
}

.button-71 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 71px;
  width: 330px;
  background-color: #ffffff;
  border: 1px solid #ECA204;
  color: #ECA204;
  border-radius: 100px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0 40px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.button-71:hover {
  background-color: #ECA204;
  color: #ffffff;
}

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

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

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

.button-square {
  border-radius: 0 !important;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-container.cols-2 > * {
  flex: 0 0 calc(50% - var(--gap, 0px));
  max-width: calc(50% - var(--gap, 0px));
}
.flex-container.cols-3 > * {
  flex: 0 0 calc(33.333% - var(--gap, 0px));
  max-width: calc(33.333% - var(--gap, 0px));
}
.flex-container.cols-3.no-gap-right > * {
  flex: 0 0 calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.flex-container.cols-3.no-gap-right > *:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .flex-container.cols-3.no-gap-right.cols-1-mobile > * {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.flex-container.cols-4 > * {
  flex: 0 0 calc(25% - var(--gap, 0px));
  max-width: calc(25% - var(--gap, 0px));
}
.flex-container.cols-5 > * {
  flex: 0 0 calc(20% - var(--gap, 0px));
  max-width: calc(20% - var(--gap, 0px));
}
.flex-container.cols-6 > * {
  flex: 0 0 calc(16.666% - var(--gap, 0px));
  max-width: calc(16.666% - var(--gap, 0px));
}
.flex-container.cols-30-70 > *:nth-child(odd) {
  flex: 0 0 calc(30% - var(--gap, 0px) / 2);
  max-width: calc(30% - var(--gap, 0px) / 2);
}
.flex-container.cols-30-70 > *:nth-child(even) {
  flex: 0 0 calc(70% - var(--gap, 0px) / 2);
  max-width: calc(70% - var(--gap, 0px) / 2);
}
.flex-container.cols-40-60 > *:nth-child(odd) {
  flex: 0 0 calc(40% - var(--gap, 0px) / 2);
  max-width: calc(40% - var(--gap, 0px) / 2);
}
.flex-container.cols-40-60 > *:nth-child(even) {
  flex: 0 0 calc(60% - var(--gap, 0px) / 2);
  max-width: calc(60% - var(--gap, 0px) / 2);
}
.flex-container.gap-15 {
  --gap: 15px;
  gap: 15px;
}
.flex-container.gap-20 {
  --gap: 20px;
  gap: 20px;
}
.flex-container.gap-25 {
  --gap: 25px;
  gap: 25px;
}
.flex-container.gap-30 {
  --gap: 30px;
  gap: 30px;
}
.flex-container.gap-40 {
  --gap: 40px;
  gap: 40px;
}
.flex-container.gap-50 {
  --gap: 50px;
  gap: 50px;
}
.flex-container.gap-60 {
  --gap: 60px;
  gap: 60px;
}
.flex-container.align-left {
  justify-content: flex-start;
}
.flex-container.align-center {
  justify-content: center;
}
.flex-container.align-right {
  justify-content: flex-end;
}
.flex-container.align-between {
  justify-content: space-between;
}
.flex-container.align-around {
  justify-content: space-around;
}
.flex-container.align-evenly {
  justify-content: space-evenly;
}
.flex-container.align-top {
  align-items: flex-start;
}
.flex-container.align-middle {
  align-items: center;
}
.flex-container.align-bottom {
  align-items: flex-end;
}
.flex-container.align-stretch {
  align-items: stretch;
}
@media (max-width: 992px) {
  .flex-container.cols-1-tablet > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-container.cols-2-tablet > * {
    flex: 0 0 calc(50% - var(--gap, 0px));
    max-width: calc(50% - var(--gap, 0px));
  }
  .flex-container.cols-3-tablet > * {
    flex: 0 0 calc(33.333% - var(--gap, 0px));
    max-width: calc(33.333% - var(--gap, 0px));
  }
}
@media (max-width: 768px) {
  .flex-container.cols-1-mobile > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-container.cols-1-mobile.no-gap-right > * {
    margin-right: 0;
  }
  .flex-container.cols-2-mobile > * {
    flex: 0 0 calc(50% - var(--gap, 0px));
    max-width: calc(50% - var(--gap, 0px));
  }
  .flex-container.cols-3-mobile > * {
    flex: 0 0 calc(33.333% - var(--gap, 0px));
    max-width: calc(33.333% - var(--gap, 0px));
  }
}

.flex-item.w-auto {
  flex: 1 1 auto !important;
  max-width: none !important;
}
.flex-item.w-25 {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}
.flex-item.w-33 {
  flex: 0 0 33.333% !important;
  max-width: 33.333% !important;
}
.flex-item.w-50 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.flex-item.w-66 {
  flex: 0 0 66.666% !important;
  max-width: 66.666% !important;
}
.flex-item.w-75 {
  flex: 0 0 75% !important;
  max-width: 75% !important;
}
.flex-item.w-100 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.flex-item.order-1 {
  order: 1;
}
.flex-item.order-2 {
  order: 2;
}
.flex-item.order-3 {
  order: 3;
}
.flex-item.order-first {
  order: -1;
}
.flex-item.order-last {
  order: 999;
}

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

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

.text-secondary {
  color: #555555 !important;
}

.text-main {
  color: #555555 !important;
}

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

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

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

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

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

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

.bg-secondary {
  background-color: #555555 !important;
}

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

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

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

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

.border-primary {
  border-color: #ECA204 !important;
}

.border-secondary {
  border-color: #555555 !important;
}

.border-orange {
  border-color: #ECA204 !important;
}

.border-gray {
  border-color: #555555 !important;
}

header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1020;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ECA204;
}
header nav ul {
  display: flex;
  list-style: none;
  gap: 24px;
}
header nav ul li a {
  text-decoration: none;
  color: #555555;
  transition: color 0.3s ease;
}
header nav ul li a:hover {
  color: #ECA204;
}

body {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
body.loaded {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  header nav {
    flex-direction: column;
    gap: 16px;
  }
  header nav ul {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}
.underhero__wrap {
  background: url(../images/top/bg-concept.jpg);
  display: block;
  border-radius: 64px;
}
@media (max-width: 767px) {
  .underhero__wrap {
    border-radius: 32px;
  }
}
.underhero__title {
  color: #E9A726;
}
@media (max-width: 767px) {
  .underhero__title {
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    padding: 20px 20px 0 !important;
  }
}
.breadcrumb__current {
  color: #919191;
}