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

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

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

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

@media all and (min-width: 1320px) {
  .pad-xl-0 {
    padding: 0 !important;
  }
}

.pad-1 {
  padding: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-1 {
    padding: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-1 {
    padding: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-1 {
    padding: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-1 {
    padding: 16px !important;
  }
}

.pad-2 {
  padding: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-2 {
    padding: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-2 {
    padding: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-2 {
    padding: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-2 {
    padding: 24px !important;
  }
}

.pad-3 {
  padding: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-3 {
    padding: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-3 {
    padding: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-3 {
    padding: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-3 {
    padding: 32px !important;
  }
}

.pad-4 {
  padding: 48px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-4 {
    padding: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-4 {
    padding: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-4 {
    padding: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-4 {
    padding: 48px !important;
  }
}

.pad-5 {
  padding: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-5 {
    padding: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-5 {
    padding: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-5 {
    padding: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-5 {
    padding: 80px !important;
  }
}

.pad-6 {
  padding: 88px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-6 {
    padding: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-6 {
    padding: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-6 {
    padding: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-6 {
    padding: 88px !important;
  }
}

.pad-7 {
  padding: 136px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-7 {
    padding: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-7 {
    padding: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-7 {
    padding: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-7 {
    padding: 136px !important;
  }
}

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

@media all and (min-width: 576px) {
  .pad-x-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pad-x-1 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.pad-x-2 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-2 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-2 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-2 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-2 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.pad-x-3 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

.pad-x-4 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-4 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-4 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-4 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-4 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

.pad-x-5 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-5 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-5 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-5 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-5 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

.pad-x-6 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-6 {
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-6 {
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-6 {
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-6 {
    padding-left: 88px !important;
    padding-right: 88px !important;
  }
}

.pad-x-7 {
  padding-left: 136px !important;
  padding-right: 136px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-7 {
    padding-left: 136px !important;
    padding-right: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-7 {
    padding-left: 136px !important;
    padding-right: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-7 {
    padding-left: 136px !important;
    padding-right: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-7 {
    padding-left: 136px !important;
    padding-right: 136px !important;
  }
}

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

@media all and (min-width: 576px) {
  .pad-y-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.pad-y-1 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

.pad-y-2 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

.pad-y-3 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

.pad-y-4 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-4 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-4 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-4 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-4 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

.pad-y-5 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.pad-y-6 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-6 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-6 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-6 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-6 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
}

.pad-y-7 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-7 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-7 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-7 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-7 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
}

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

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

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

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

@media all and (min-width: 1320px) {
  .pad-left-xl-0 {
    padding-left: 0 !important;
  }
}

.pad-left-1 {
  padding-left: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-1 {
    padding-left: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-1 {
    padding-left: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-1 {
    padding-left: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-1 {
    padding-left: 16px !important;
  }
}

.pad-left-2 {
  padding-left: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-2 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-2 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-2 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-2 {
    padding-left: 24px !important;
  }
}

.pad-left-3 {
  padding-left: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-3 {
    padding-left: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-3 {
    padding-left: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-3 {
    padding-left: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-3 {
    padding-left: 32px !important;
  }
}

.pad-left-4 {
  padding-left: 48px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-4 {
    padding-left: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-4 {
    padding-left: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-4 {
    padding-left: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-4 {
    padding-left: 48px !important;
  }
}

.pad-left-5 {
  padding-left: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-5 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-5 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-5 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-5 {
    padding-left: 80px !important;
  }
}

.pad-left-6 {
  padding-left: 88px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-6 {
    padding-left: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-6 {
    padding-left: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-6 {
    padding-left: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-6 {
    padding-left: 88px !important;
  }
}

.pad-left-7 {
  padding-left: 136px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-7 {
    padding-left: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-7 {
    padding-left: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-7 {
    padding-left: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-7 {
    padding-left: 136px !important;
  }
}

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

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

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

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

@media all and (min-width: 1320px) {
  .pad-right-xl-0 {
    padding-right: 0 !important;
  }
}

.pad-right-1 {
  padding-right: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-1 {
    padding-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-1 {
    padding-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-1 {
    padding-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-1 {
    padding-right: 16px !important;
  }
}

.pad-right-2 {
  padding-right: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-2 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-2 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-2 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-2 {
    padding-right: 24px !important;
  }
}

.pad-right-3 {
  padding-right: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-3 {
    padding-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-3 {
    padding-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-3 {
    padding-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-3 {
    padding-right: 32px !important;
  }
}

.pad-right-4 {
  padding-right: 48px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-4 {
    padding-right: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-4 {
    padding-right: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-4 {
    padding-right: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-4 {
    padding-right: 48px !important;
  }
}

.pad-right-5 {
  padding-right: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-5 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-5 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-5 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-5 {
    padding-right: 80px !important;
  }
}

.pad-right-6 {
  padding-right: 88px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-6 {
    padding-right: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-6 {
    padding-right: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-6 {
    padding-right: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-6 {
    padding-right: 88px !important;
  }
}

.pad-right-7 {
  padding-right: 136px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-7 {
    padding-right: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-7 {
    padding-right: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-7 {
    padding-right: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-7 {
    padding-right: 136px !important;
  }
}

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

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

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

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

@media all and (min-width: 1320px) {
  .pad-top-xl-0 {
    padding-top: 0 !important;
  }
}

.pad-top-1 {
  padding-top: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-1 {
    padding-top: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-1 {
    padding-top: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-1 {
    padding-top: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-1 {
    padding-top: 16px !important;
  }
}

.pad-top-2 {
  padding-top: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-2 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-2 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-2 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-2 {
    padding-top: 24px !important;
  }
}

.pad-top-3 {
  padding-top: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-3 {
    padding-top: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-3 {
    padding-top: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-3 {
    padding-top: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-3 {
    padding-top: 32px !important;
  }
}

.pad-top-4 {
  padding-top: 48px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-4 {
    padding-top: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-4 {
    padding-top: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-4 {
    padding-top: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-4 {
    padding-top: 48px !important;
  }
}

.pad-top-5 {
  padding-top: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-5 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-5 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-5 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-5 {
    padding-top: 80px !important;
  }
}

.pad-top-6 {
  padding-top: 88px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-6 {
    padding-top: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-6 {
    padding-top: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-6 {
    padding-top: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-6 {
    padding-top: 88px !important;
  }
}

.pad-top-7 {
  padding-top: 136px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-7 {
    padding-top: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-7 {
    padding-top: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-7 {
    padding-top: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-7 {
    padding-top: 136px !important;
  }
}

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

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

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

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

@media all and (min-width: 1320px) {
  .pad-bottom-xl-0 {
    padding-bottom: 0 !important;
  }
}

.pad-bottom-1 {
  padding-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-1 {
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-1 {
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-1 {
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-1 {
    padding-bottom: 16px !important;
  }
}

.pad-bottom-2 {
  padding-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-2 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-2 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-2 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-2 {
    padding-bottom: 24px !important;
  }
}

.pad-bottom-3 {
  padding-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-3 {
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-3 {
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-3 {
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-3 {
    padding-bottom: 32px !important;
  }
}

.pad-bottom-4 {
  padding-bottom: 48px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-4 {
    padding-bottom: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-4 {
    padding-bottom: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-4 {
    padding-bottom: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-4 {
    padding-bottom: 48px !important;
  }
}

.pad-bottom-5 {
  padding-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-5 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-5 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-5 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-5 {
    padding-bottom: 80px !important;
  }
}

.pad-bottom-6 {
  padding-bottom: 88px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-6 {
    padding-bottom: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-6 {
    padding-bottom: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-6 {
    padding-bottom: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-6 {
    padding-bottom: 88px !important;
  }
}

.pad-bottom-7 {
  padding-bottom: 136px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-7 {
    padding-bottom: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-7 {
    padding-bottom: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-7 {
    padding-bottom: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-7 {
    padding-bottom: 136px !important;
  }
}

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

@media all and (min-width: 576px) {
  .marg-sm-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-0 {
    margin: 0 !important;
  }
}

.marg-1 {
  margin: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-1 {
    margin: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-1 {
    margin: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-1 {
    margin: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-1 {
    margin: 16px !important;
  }
}

.marg-2 {
  margin: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-2 {
    margin: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-2 {
    margin: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-2 {
    margin: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-2 {
    margin: 24px !important;
  }
}

.marg-3 {
  margin: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-3 {
    margin: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-3 {
    margin: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-3 {
    margin: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-3 {
    margin: 32px !important;
  }
}

.marg-4 {
  margin: 48px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-4 {
    margin: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-4 {
    margin: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-4 {
    margin: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-4 {
    margin: 48px !important;
  }
}

.marg-5 {
  margin: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-5 {
    margin: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-5 {
    margin: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-5 {
    margin: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-5 {
    margin: 80px !important;
  }
}

.marg-6 {
  margin: 88px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-6 {
    margin: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-6 {
    margin: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-6 {
    margin: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-6 {
    margin: 88px !important;
  }
}

.marg-7 {
  margin: 136px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-7 {
    margin: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-7 {
    margin: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-7 {
    margin: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-7 {
    margin: 136px !important;
  }
}

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

@media all and (min-width: 576px) {
  .marg-x-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.marg-x-1 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

.marg-x-2 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-2 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-2 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-2 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-2 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

.marg-x-3 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-3 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-3 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-3 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-3 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

.marg-x-4 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-4 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-4 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-4 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-4 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}

.marg-x-5 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-5 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-5 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-5 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-5 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

.marg-x-6 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-6 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-6 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-6 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-6 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }
}

.marg-x-7 {
  margin-left: 136px !important;
  margin-right: 136px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-7 {
    margin-left: 136px !important;
    margin-right: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-7 {
    margin-left: 136px !important;
    margin-right: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-7 {
    margin-left: 136px !important;
    margin-right: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-7 {
    margin-left: 136px !important;
    margin-right: 136px !important;
  }
}

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

@media all and (min-width: 576px) {
  .marg-y-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.marg-y-1 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

.marg-y-2 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

.marg-y-3 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

.marg-y-4 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-4 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-4 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-4 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-4 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

.marg-y-5 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-5 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

.marg-y-6 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-6 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-6 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-6 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-6 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
}

.marg-y-7 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-7 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-7 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-7 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-7 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
}

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

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

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

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

@media all and (min-width: 1320px) {
  .marg-left-xl-0 {
    margin-left: 0 !important;
  }
}

.marg-left-1 {
  margin-left: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-1 {
    margin-left: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-1 {
    margin-left: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-1 {
    margin-left: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-1 {
    margin-left: 16px !important;
  }
}

.marg-left-2 {
  margin-left: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-2 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-2 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-2 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-2 {
    margin-left: 24px !important;
  }
}

.marg-left-3 {
  margin-left: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-3 {
    margin-left: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-3 {
    margin-left: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-3 {
    margin-left: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-3 {
    margin-left: 32px !important;
  }
}

.marg-left-4 {
  margin-left: 48px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-4 {
    margin-left: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-4 {
    margin-left: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-4 {
    margin-left: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-4 {
    margin-left: 48px !important;
  }
}

.marg-left-5 {
  margin-left: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-5 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-5 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-5 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-5 {
    margin-left: 80px !important;
  }
}

.marg-left-6 {
  margin-left: 88px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-6 {
    margin-left: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-6 {
    margin-left: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-6 {
    margin-left: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-6 {
    margin-left: 88px !important;
  }
}

.marg-left-7 {
  margin-left: 136px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-7 {
    margin-left: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-7 {
    margin-left: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-7 {
    margin-left: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-7 {
    margin-left: 136px !important;
  }
}

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

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

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

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

@media all and (min-width: 1320px) {
  .marg-right-xl-0 {
    margin-right: 0 !important;
  }
}

.marg-right-1 {
  margin-right: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-1 {
    margin-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-1 {
    margin-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-1 {
    margin-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-1 {
    margin-right: 16px !important;
  }
}

.marg-right-2 {
  margin-right: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-2 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-2 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-2 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-2 {
    margin-right: 24px !important;
  }
}

.marg-right-3 {
  margin-right: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-3 {
    margin-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-3 {
    margin-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-3 {
    margin-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-3 {
    margin-right: 32px !important;
  }
}

.marg-right-4 {
  margin-right: 48px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-4 {
    margin-right: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-4 {
    margin-right: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-4 {
    margin-right: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-4 {
    margin-right: 48px !important;
  }
}

.marg-right-5 {
  margin-right: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-5 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-5 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-5 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-5 {
    margin-right: 80px !important;
  }
}

.marg-right-6 {
  margin-right: 88px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-6 {
    margin-right: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-6 {
    margin-right: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-6 {
    margin-right: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-6 {
    margin-right: 88px !important;
  }
}

.marg-right-7 {
  margin-right: 136px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-7 {
    margin-right: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-7 {
    margin-right: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-7 {
    margin-right: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-7 {
    margin-right: 136px !important;
  }
}

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

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

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

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

@media all and (min-width: 1320px) {
  .marg-top-xl-0 {
    margin-top: 0 !important;
  }
}

.marg-top-1 {
  margin-top: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-1 {
    margin-top: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-1 {
    margin-top: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-1 {
    margin-top: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-1 {
    margin-top: 16px !important;
  }
}

.marg-top-2 {
  margin-top: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-2 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-2 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-2 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-2 {
    margin-top: 24px !important;
  }
}

.marg-top-3 {
  margin-top: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-3 {
    margin-top: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-3 {
    margin-top: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-3 {
    margin-top: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-3 {
    margin-top: 32px !important;
  }
}

.marg-top-4 {
  margin-top: 48px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-4 {
    margin-top: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-4 {
    margin-top: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-4 {
    margin-top: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-4 {
    margin-top: 48px !important;
  }
}

.marg-top-5 {
  margin-top: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-5 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-5 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-5 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-5 {
    margin-top: 80px !important;
  }
}

.marg-top-6 {
  margin-top: 88px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-6 {
    margin-top: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-6 {
    margin-top: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-6 {
    margin-top: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-6 {
    margin-top: 88px !important;
  }
}

.marg-top-7 {
  margin-top: 136px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-7 {
    margin-top: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-7 {
    margin-top: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-7 {
    margin-top: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-7 {
    margin-top: 136px !important;
  }
}

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

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

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

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

@media all and (min-width: 1320px) {
  .marg-bottom-xl-0 {
    margin-bottom: 0 !important;
  }
}

.marg-bottom-1 {
  margin-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-1 {
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-1 {
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-1 {
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-1 {
    margin-bottom: 16px !important;
  }
}

.marg-bottom-2 {
  margin-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-2 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-2 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-2 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-2 {
    margin-bottom: 24px !important;
  }
}

.marg-bottom-3 {
  margin-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-3 {
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-3 {
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-3 {
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-3 {
    margin-bottom: 32px !important;
  }
}

.marg-bottom-4 {
  margin-bottom: 48px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-4 {
    margin-bottom: 48px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-4 {
    margin-bottom: 48px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-4 {
    margin-bottom: 48px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-4 {
    margin-bottom: 48px !important;
  }
}

.marg-bottom-5 {
  margin-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-5 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-5 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-5 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-5 {
    margin-bottom: 80px !important;
  }
}

.marg-bottom-6 {
  margin-bottom: 88px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-6 {
    margin-bottom: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-6 {
    margin-bottom: 88px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-6 {
    margin-bottom: 88px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-6 {
    margin-bottom: 88px !important;
  }
}

.marg-bottom-7 {
  margin-bottom: 136px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-7 {
    margin-bottom: 136px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-7 {
    margin-bottom: 136px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-7 {
    margin-bottom: 136px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-7 {
    margin-bottom: 136px !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
@media all and (max-width: 991px) {
  html .container, html .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

body.site_sensea {
  min-height: 100%;
  font-family: "Poppins", sans-serif;
  color: #314753;
  font-weight: 400;
  overflow-x: hidden;
}
body.site_sensea img {
  max-width: 100%;
  height: auto;
}
body.site_sensea h1, body.site_sensea .h1 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #69BFAD;
  margin: 0;
}
@media all and (max-width: 991px) {
  body.site_sensea h1, body.site_sensea .h1 {
    font-size: 40px;
  }
}
body.site_sensea h2, body.site_sensea .h2 {
  font-family: "Poppins", sans-serif;
  color: #314753;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  body.site_sensea h2, body.site_sensea .h2 {
    font-size: 32px;
  }
}
body.site_sensea h3, body.site_sensea .h3 {
  color: #69BFAD;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
@media all and (max-width: 991px) {
  body.site_sensea h3, body.site_sensea .h3 {
    font-size: 20px;
  }
}
body.site_sensea p {
  color: #314753;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
body.site_sensea form select {
  display: flex;
  min-height: 50px;
  border: 1px solid #314753;
  border-radius: 8px;
  padding: 7px 16px;
  width: 100%;
}
body.site_sensea form .form-floating {
  border: 1px solid #314753;
  border-radius: 8px;
}
body.site_sensea form .form-floating label {
  color: rgba(49, 71, 83, 0.7);
}
body.site_sensea form .form-floating input, body.site_sensea form .form-floating textarea {
  color: #314753;
}
body.site_sensea form .form-floating input:focus, body.site_sensea form .form-floating input:focus-visible, body.site_sensea form .form-floating textarea:focus, body.site_sensea form .form-floating textarea:focus-visible {
  box-shadow: none;
  border: 0;
  outline: none;
}
body.site_sensea form .form-floating textarea {
  height: auto;
  padding-top: 28px;
}
body.site_sensea form .erreur_text {
  display: none;
}
body.site_sensea form .erreur .erreur_text {
  display: block;
  color: red;
  font-size: 14px;
}
body.site_sensea form .erreur .form-floating {
  border-color: red;
}
body.site_sensea form .info {
  font-size: 14px;
}
body.site_sensea .message {
  background: rgba(105, 191, 173, 0.2);
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 18px;
  text-align: center;
}
body.site_sensea .footer {
  background-color: #69BFAD;
  height: 426px;
  display: flex;
}
body.site_sensea .footer p {
  color: white;
}
@media all and (max-width: 991px) {
  body.site_sensea .footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 756px;
    padding: 0 16px;
  }
  body.site_sensea .footer__left a, body.site_sensea .footer__left p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
body.site_sensea .footer__logo {
  max-width: 204px;
}
body.site_sensea .footer__link {
  color: white;
  width: fit-content;
  transition: opacity 0.15s ease-in-out;
  position: relative;
  text-decoration: none;
}
body.site_sensea .footer__link:hover {
  opacity: 0.8;
}
body.site_sensea .footer__link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: white;
}
body.site_sensea .footer__photo {
  height: 426px;
  overflow: hidden;
}
body.site_sensea .footer__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media all and (max-width: 991px) {
  body.site_sensea .footer__photo {
    height: 260px;
  }
}
body.site_sensea .bouton {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 100%;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  padding: 16px 32px;
  max-width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  background: #69BFAD;
  color: white;
}
@media all and (max-width: 991px) {
  body.site_sensea .bouton {
    width: 100%;
  }
}
body.site_sensea .bouton:hover {
  background: rgb(80.3341121495, 180.4758878505, 159.5159813084);
}
body.site_sensea .bouton:disabled, body.site_sensea .bouton.disabled {
  background: var(--couleur-disabled, #D3DBDE);
  cursor: default;
}
body.site_sensea .erreur {
  color: red;
}
body.site_sensea#page_home #bandeau {
  background: rgba(105, 191, 173, 0.2);
  text-align: center;
  font-weight: 500;
  padding: 12px 0;
}
body.site_sensea#page_home .card-photo {
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
body.site_sensea#page_home .card-photo img {
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 991px) {
  body.site_sensea#page_home .card-photo {
    border-radius: 26px;
  }
}
body.site_sensea#page_home .lien-telephone {
  font-size: 28px;
  color: #AEBD14;
  display: flex;
  gap: 16px;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
}

/*# sourceMappingURL=sensea_20260326.css.map */
