@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;700;800&family=Finger+Paint&family=Inter:wght@300;400;500;600;700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

.content-wrap {
  width: 96%;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important;
  }
  .mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important;
  }
  .mx-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .p-xl-0 {
    padding: 0px !important;
  }
  .px-xl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
}
.m-5 {
  margin: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-5 {
    margin: 5px !important;
  }
  .mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 5px !important;
  }
  .mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-5 {
    margin: 5px !important;
  }
  .mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
  .pr-lg-5 {
    padding-right: 5px !important;
  }
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 5px !important;
  }
  .mx-xl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .px-xl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .pl-xl-5 {
    padding-left: 5px !important;
  }
  .pr-xl-5 {
    padding-right: 5px !important;
  }
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
}
.m-10 {
  margin: 10px !important;
}

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

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

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

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

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

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

.p-10 {
  padding: 10px !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-10 {
    margin: 10px !important;
  }
  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .m-md-10 {
    margin: 10px !important;
  }
  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-10 {
    margin: 10px !important;
  }
  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-10 {
    margin: 10px !important;
  }
  .mx-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .px-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
}
.m-15 {
  margin: 15px !important;
}

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

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

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

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

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

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

.p-15 {
  padding: 15px !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-15 {
    margin: 15px !important;
  }
  .mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .m-md-15 {
    margin: 15px !important;
  }
  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-15 {
    margin: 15px !important;
  }
  .mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-15 {
    margin: 15px !important;
  }
  .mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
  .pr-xl-15 {
    padding-right: 15px !important;
  }
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
}
.m-20 {
  margin: 20px !important;
}

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

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

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

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

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

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

.p-20 {
  padding: 20px !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-20 {
    margin: 20px !important;
  }
  .mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .m-md-20 {
    margin: 20px !important;
  }
  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-20 {
    margin: 20px !important;
  }
  .mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-20 {
    margin: 20px !important;
  }
  .mx-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .px-xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
}
.m-25 {
  margin: 25px !important;
}

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

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

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

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

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

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

.p-25 {
  padding: 25px !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-25 {
    margin: 25px !important;
  }
  .mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .m-md-25 {
    margin: 25px !important;
  }
  .mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-25 {
    margin: 25px !important;
  }
  .mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
  .pr-lg-25 {
    padding-right: 25px !important;
  }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-25 {
    margin: 25px !important;
  }
  .mx-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .px-xl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .pl-xl-25 {
    padding-left: 25px !important;
  }
  .pr-xl-25 {
    padding-right: 25px !important;
  }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
}
.m-30 {
  margin: 30px !important;
}

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

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

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

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

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

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

.p-30 {
  padding: 30px !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-30 {
    margin: 30px !important;
  }
  .mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .m-md-30 {
    margin: 30px !important;
  }
  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-30 {
    margin: 30px !important;
  }
  .mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-30 {
    margin: 30px !important;
  }
  .mx-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .px-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
}
.m-40 {
  margin: 40px !important;
}

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

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

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

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

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

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

.p-40 {
  padding: 40px !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-40 {
    margin: 40px !important;
  }
  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .m-md-40 {
    margin: 40px !important;
  }
  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-40 {
    margin: 40px !important;
  }
  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-40 {
    margin: 40px !important;
  }
  .mx-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .px-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
}
.m-50 {
  margin: 50px !important;
}

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

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

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

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

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

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

.p-50 {
  padding: 50px !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-50 {
    margin: 50px !important;
  }
  .mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .m-md-50 {
    margin: 50px !important;
  }
  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-50 {
    margin: 50px !important;
  }
  .mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-50 {
    margin: 50px !important;
  }
  .mx-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .px-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
}
.m-80 {
  margin: 80px !important;
}

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

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

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

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

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

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

.p-80 {
  padding: 80px !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-80 {
    margin: 80px !important;
  }
  .mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .m-md-80 {
    margin: 80px !important;
  }
  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-80 {
    margin: 80px !important;
  }
  .mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-80 {
    margin: 80px !important;
  }
  .mx-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .px-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
}
.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .p-sm-auto {
    padding: auto !important;
  }
  .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .pl-sm-auto {
    padding-left: auto !important;
  }
  .pr-sm-auto {
    padding-right: auto !important;
  }
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-sm-auto {
    padding-top: auto !important;
  }
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .p-md-auto {
    padding: auto !important;
  }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .pl-md-auto {
    padding-left: auto !important;
  }
  .pr-md-auto {
    padding-right: auto !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .p-lg-auto {
    padding: auto !important;
  }
  .px-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .pl-lg-auto {
    padding-left: auto !important;
  }
  .pr-lg-auto {
    padding-right: auto !important;
  }
  .py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-lg-auto {
    padding-top: auto !important;
  }
  .pb-lg-auto {
    padding-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .p-xl-auto {
    padding: auto !important;
  }
  .px-xl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .pl-xl-auto {
    padding-left: auto !important;
  }
  .pr-xl-auto {
    padding-right: auto !important;
  }
  .py-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-xl-auto {
    padding-top: auto !important;
  }
  .pb-xl-auto {
    padding-bottom: auto !important;
  }
}
.c-pr-white {
  color: white;
}
.c-black {
  color: #050505;
}
.c-pr-blue {
  color: #6588E9;
}
.c-d-blue {
  color: #0F3640;
}
.c-l-blue {
  color: #DCEAF7;
}
.c-grey {
  color: #5C5C5C;
}
.c-pale-grey {
  color: #F9F6F4;
}
.c-pr-purple {
  color: #6C5BC9;
}
.c-l-purple {
  color: #EDEAFE;
}
.c-d-purple {
  color: #625995;
}
.c-pr-yellow {
  color: #FAA703;
}
.c-l-yellow {
  color: #FFF3DB;
}
.c-d-yellow {
  color: #997837;
}
.c-pale-yellow {
  color: #F9F6EF;
}
.c-pr-red {
  color: #D4433F;
}
.c-l-red {
  color: #FEE9E5;
}
.c-d-red {
  color: #B0615F;
}
.c-bright-red {
  color: #D90016;
}
.c-pr-green {
  color: #58B4AD;
}
.c-l-green {
  color: #DFFCFA;
}
.c-d-green {
  color: #40716E;
}

.bg-pr-white {
  background-color: white;
}
.bg-black {
  background-color: #050505;
}
.bg-pr-blue {
  background-color: #6588E9;
}
.bg-d-blue {
  background-color: #0F3640;
}
.bg-l-blue {
  background-color: #DCEAF7;
}
.bg-grey {
  background-color: #5C5C5C;
}
.bg-pale-grey {
  background-color: #F9F6F4;
}
.bg-pr-purple {
  background-color: #6C5BC9;
}
.bg-l-purple {
  background-color: #EDEAFE;
}
.bg-d-purple {
  background-color: #625995;
}
.bg-pr-yellow {
  background-color: #FAA703;
}
.bg-l-yellow {
  background-color: #FFF3DB;
}
.bg-d-yellow {
  background-color: #997837;
}
.bg-pale-yellow {
  background-color: #F9F6EF;
}
.bg-pr-red {
  background-color: #D4433F;
}
.bg-l-red {
  background-color: #FEE9E5;
}
.bg-d-red {
  background-color: #B0615F;
}
.bg-bright-red {
  background-color: #D90016;
}
.bg-pr-green {
  background-color: #58B4AD;
}
.bg-l-green {
  background-color: #DFFCFA;
}
.bg-d-green {
  background-color: #40716E;
}

.hover-pr-white {
  transition: all 0.2s ease-in-out;
}
.hover-pr-white:hover {
  color: white !important;
}
.hover-black {
  transition: all 0.2s ease-in-out;
}
.hover-black:hover {
  color: #050505 !important;
}
.hover-pr-blue {
  transition: all 0.2s ease-in-out;
}
.hover-pr-blue:hover {
  color: #6588E9 !important;
}
.hover-d-blue {
  transition: all 0.2s ease-in-out;
}
.hover-d-blue:hover {
  color: #0F3640 !important;
}
.hover-l-blue {
  transition: all 0.2s ease-in-out;
}
.hover-l-blue:hover {
  color: #DCEAF7 !important;
}
.hover-grey {
  transition: all 0.2s ease-in-out;
}
.hover-grey:hover {
  color: #5C5C5C !important;
}
.hover-pale-grey {
  transition: all 0.2s ease-in-out;
}
.hover-pale-grey:hover {
  color: #F9F6F4 !important;
}
.hover-pr-purple {
  transition: all 0.2s ease-in-out;
}
.hover-pr-purple:hover {
  color: #6C5BC9 !important;
}
.hover-l-purple {
  transition: all 0.2s ease-in-out;
}
.hover-l-purple:hover {
  color: #EDEAFE !important;
}
.hover-d-purple {
  transition: all 0.2s ease-in-out;
}
.hover-d-purple:hover {
  color: #625995 !important;
}
.hover-pr-yellow {
  transition: all 0.2s ease-in-out;
}
.hover-pr-yellow:hover {
  color: #FAA703 !important;
}
.hover-l-yellow {
  transition: all 0.2s ease-in-out;
}
.hover-l-yellow:hover {
  color: #FFF3DB !important;
}
.hover-d-yellow {
  transition: all 0.2s ease-in-out;
}
.hover-d-yellow:hover {
  color: #997837 !important;
}
.hover-pale-yellow {
  transition: all 0.2s ease-in-out;
}
.hover-pale-yellow:hover {
  color: #F9F6EF !important;
}
.hover-pr-red {
  transition: all 0.2s ease-in-out;
}
.hover-pr-red:hover {
  color: #D4433F !important;
}
.hover-l-red {
  transition: all 0.2s ease-in-out;
}
.hover-l-red:hover {
  color: #FEE9E5 !important;
}
.hover-d-red {
  transition: all 0.2s ease-in-out;
}
.hover-d-red:hover {
  color: #B0615F !important;
}
.hover-bright-red {
  transition: all 0.2s ease-in-out;
}
.hover-bright-red:hover {
  color: #D90016 !important;
}
.hover-pr-green {
  transition: all 0.2s ease-in-out;
}
.hover-pr-green:hover {
  color: #58B4AD !important;
}
.hover-l-green {
  transition: all 0.2s ease-in-out;
}
.hover-l-green:hover {
  color: #DFFCFA !important;
}
.hover-d-green {
  transition: all 0.2s ease-in-out;
}
.hover-d-green:hover {
  color: #40716E !important;
}

.font-1st {
  font-family: "Inter", sans-serif;
}
.font-2nd {
  font-family: "Catamaran", sans-serif;
}
.font-3rd {
  font-family: "Finger Paint", cursive;
}

.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}

.lh-100 {
  line-height: 100% !important;
}
.lh-165 {
  line-height: 165% !important;
}
.lh-175 {
  line-height: 175% !important;
}
.lh-200 {
  line-height: 200% !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 0.75rem !important;
  }
}
.fs-14 {
  font-size: 0.875rem !important;
}

@media (min-width: 576px) {
  .fs-sm-14 {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-14 {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-14 {
    font-size: 0.875rem !important;
  }
}
.fs-16 {
  font-size: 1rem !important;
}

@media (min-width: 576px) {
  .fs-sm-16 {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-16 {
    font-size: 1rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-16 {
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-16 {
    font-size: 1rem !important;
  }
}
.fs-18 {
  font-size: 1.15rem !important;
}

@media (min-width: 576px) {
  .fs-sm-18 {
    font-size: 1.15rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-18 {
    font-size: 1.15rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-18 {
    font-size: 1.15rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-18 {
    font-size: 1.15rem !important;
  }
}
.fs-20 {
  font-size: 1.25rem !important;
}

@media (min-width: 576px) {
  .fs-sm-20 {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-20 {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-20 {
    font-size: 1.25rem !important;
  }
}
.fs-22 {
  font-size: 1.35rem !important;
}

@media (min-width: 576px) {
  .fs-sm-22 {
    font-size: 1.35rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-22 {
    font-size: 1.35rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-22 {
    font-size: 1.35rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-22 {
    font-size: 1.35rem !important;
  }
}
.fs-28 {
  font-size: 1.75rem !important;
}

@media (min-width: 576px) {
  .fs-sm-28 {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-28 {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-28 {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-28 {
    font-size: 1.75rem !important;
  }
}
.fs-35 {
  font-size: 2.1875rem !important;
}

@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 2.1875rem !important;
  }
}
.fs-40 {
  font-size: 2.5rem !important;
}

@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 2.5rem !important;
  }
}
.fs-60 {
  font-size: 4.5rem !important;
}

@media (min-width: 576px) {
  .fs-sm-60 {
    font-size: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-60 {
    font-size: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-60 {
    font-size: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-60 {
    font-size: 4.5rem !important;
  }
}
.fs-80 {
  font-size: 5rem !important;
}

@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 5rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 5rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 5rem !important;
  }
}
.decoration-none {
  text-decoration: none;
}

.text-centre {
  text-align: center;
}

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

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

.d-flex {
  display: flex;
}

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

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

.flex-no-wrap {
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

.align-between {
  align-items: space-between;
}

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

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

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

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

.btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  text-decoration: none !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  white-space: nowrap;
  transition: all 0.2s ease;
  cursor: pointer;
}
.btns span {
  line-height: 100%;
}
.btns--lg {
  border-radius: 25px;
  padding: 10px 20px;
}
.btns--sm {
  border-radius: 15px;
  padding: 5px 20px;
}
.btns--border-wh {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.btns--border-wh:hover {
  background-color: white;
  color: #D4433F;
}
.btns--border-red {
  background-color: transparent;
  color: #D4433F;
  border: 1px solid #D4433F;
}
.btns--border-red:hover {
  background-color: #D4433F;
  color: white;
}
.btns--red {
  background-color: #D4433F;
  color: white;
  border: 1px solid #D4433F;
}
.btns--red:hover {
  background-color: transparent;
  color: #D4433F;
}
@media (max-width: 576px) {
  .btns {
    font-size: 0.875rem;
  }
}

.heading-with-images {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  grid-template-rows: max-content max-content;
}
.heading-with-images__img-1 {
  display: block;
  width: 100%;
  grid-column: 1/span 1;
  grid-row: 1/span 2;
  align-self: center;
}
.heading-with-images__img-2 {
  display: block;
  width: 100%;
  grid-column: 3/span 1;
  grid-row: 1/span 2;
  align-self: center;
}
.heading-with-images h2 {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
.heading-with-images h1 {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
}
@media (max-width: 768px) {
  .heading-with-images {
    grid-template-columns: 70px 1fr 70px;
  }
}
@media (max-width: 576px) {
  .heading-with-images {
    grid-template-columns: 40px 1fr 40px;
  }
}

#top-nav-wrap {
  padding: 15px 0;
}

#top-nav-contacts a {
  margin-right: 40px;
}
#top-nav-contacts a .contact-icon {
  margin-right: 15px;
}
@media (max-width: 700px) {
  #top-nav-contacts a .contact-icon {
    margin-right: 0;
  }
  #top-nav-contacts a .contact-value {
    display: none;
  }
}

#main-nav-wrap {
  padding: 15px 0;
}
#main-nav-wrap #main-nav-logo img {
  display: block;
  width: 320px;
}
#main-nav-wrap .main-nav-link a:active {
  transform: translateY(1px);
  transition: all 0.2s;
}
#main-nav-wrap .main-nav-link a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: -5px;
}
#main-nav-wrap .main-nav-link li a:hover:after {
  width: 100%;
  transition: all 0.3s;
}
#main-nav-wrap #main-nav-links {
  list-style: none;
}
#main-nav-wrap #main-nav-links .main-nav-link {
  margin-right: 20px;
}
#main-nav-wrap #main-nav-links .main-nav-link a {
  transition: color 0.2s ease;
  text-decoration: none;
  font-family: "Catamaran", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #050505;
  display: flex;
  align-items: center;
}
#main-nav-wrap #main-nav-links .main-nav-link a span {
  font-size: 1rem;
  margin-left: 5px;
}
#main-nav-wrap #main-nav-links .main-nav-link::after {
  display: block;
  position: relative;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F9F6F4;
}
#main-nav-wrap #main-nav-links .main-nav-link--active a {
  color: #D4433F;
  transform: translateY(1px);
  transition: all 0.2s;
}
#main-nav-wrap #main-nav-links .main-nav-link--active::after {
  background-color: #D4433F;
}
#main-nav-wrap #main-nav-links .main-nav-link:hover a {
  color: #D4433F;
}
#main-nav-wrap #main-nav-burger {
  cursor: pointer;
  display: none;
}
@media (max-width: 1200px) {
  #main-nav-wrap #main-nav-logo img {
    display: block;
    width: 250px;
  }
  #main-nav-wrap #main-nav-links .main-nav-link {
    margin-right: 15px;
  }
  #main-nav-wrap #main-nav-links .main-nav-link a {
    font-size: 0.875rem;
  }
  #main-nav-wrap #main-nav-links .main-nav-link a span {
    font-size: 0.875rem;
  }
}
@media (max-width: 1000px) {
  #main-nav-wrap #main-nav-links {
    display: none;
  }
  #main-nav-wrap #main-nav-burger {
    display: block;
  }
}

.page-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-header__top-border {
  height: 30px;
  background-image: url("../images/Bubbles-white.svg");
  background-repeat: repeat-x;
  background-size: auto 60px;
  background-position: left bottom;
}
.page-header__bottom-border {
  position: relative;
  bottom: -2px;
}
.page-header__bottom-border img {
  display: block;
  width: 100vw;
  height: auto;
}
.page-header__content {
  padding-top: 50px;
}

#home-page-header {
  background-image: url("../images/home-page-header.jpg");
}
#home-page-header .home-page-header-content {
  position: relative;
  width: 530px;
  height: 515px;
  background-color: rgba(255, 255, 255, 0.74);
  border-radius: 50% 50% 50% 50%/55% 60% 40% 45%;
}

.car {
  position: absolute;
  right: 430px;
  bottom: 350px;
  animation: swing 4s ease-in-out infinite;
}

.rocket {
  position: absolute;
  left: 454px;
  top: 154px;
  animation: swing 4s ease-in-out infinite;
}

@media (max-width: 992px) {
  #home-page-header .home-page-header-content {
    width: 400px;
    height: 389px;
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 50% 50% 50% 50%/55% 60% 40% 45%;
  }
  #home-page-header .car {
    display: none;
  }
  #home-page-header .rocket {
    display: none;
  }
}
@media (max-width: 576px) {
  .page-header__content {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #home-page-header .home-page-header-content {
    width: 265px;
    height: 257px;
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 50% 50% 50% 50%/55% 60% 40% 45%;
  }
}
/*** Animations ***/
@keyframes swing {
  0% {
    transform: rotateZ(-10deg);
  }
  50% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(-10deg);
  }
}
#provided-services .service-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 40px;
  justify-content: space-between;
}
#provided-services .service-boxes .box {
  border-radius: 12px;
}
@media (max-width: 1200px) {
  #provided-services .service-boxes {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 700px) {
  #provided-services .service-boxes {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

#welcome-to-bramford .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  align-items: center;
}
#welcome-to-bramford #welcome-image img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1000px) {
  #welcome-to-bramford .content-wrap {
    grid-template-columns: 1fr;
    row-gap: 30px;
    justify-items: center;
  }
  #welcome-to-bramford #welcome-image img {
    width: 600px;
    max-width: 100%;
  }
}

#our-numbers .bottom-border {
  background-color: white;
  height: 30px;
  background-image: url("../images/Bubbles-blue.svg");
  background-repeat: repeat-x;
  background-size: auto 60px;
  background-position: left bottom;
}

#up-to-date .recent-posts {
  display: grid;
  grid-template-columns: 340px 340px 340px;
  justify-content: space-between;
}
#up-to-date .post {
  background-color: white;
  border: 1px solid #DCEAF7;
  border-radius: 20px;
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.06));
  transition: all 0.1s ease;
  display: grid;
  grid-template-rows: max-content max-content 1fr max-content;
}
#up-to-date .post__image {
  display: block;
  width: 100%;
  height: 195px;
  object-fit: cover;
  border-radius: 20px;
}
#up-to-date .post:hover {
  box-shadow: 2px 2px 50px 10px #EBEBEB;
}
#up-to-date .arrow {
  transition: all 0.2s ease-in-out;
}
#up-to-date .arrow:hover {
  transform: translateX(4px);
}
@media (max-width: 1200px) {
  #up-to-date .recent-posts {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
  }
}
@media (max-width: 768px) {
  #up-to-date .recent-posts {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  #up-to-date .post {
    display: block;
  }
  #up-to-date .post__image {
    display: none;
  }
}

#main-footer {
  background: linear-gradient(180deg, #DCEAF7 0%, rgba(196, 196, 196, 0) 100%);
}
#main-footer #footer-intro {
  width: fit-content;
}
#main-footer #footer-intro #footer-logo {
  width: 340px;
  max-width: 100%;
}
#main-footer #footer-intro p {
  max-width: 400px;
}
#main-footer #footer-intro a img {
  width: 40px;
}
#main-footer #footer-image img {
  display: block;
  width: 90%;
  margin: auto;
}
@media (max-width: 1200px) {
  #main-footer #footer-intro {
    width: 100%;
  }
  #main-footer #footer-intro p {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  #main-footer #footer-content {
    justify-content: flex-start;
  }
}