@import url("https://fonts.googleapis.com/css2?family=Scope+One&display=swap");
@import '../css/animate.css';
:root {
  --primary: #FF6143;
  --primaryHover: #c90000;
  --secondary: #05ABDF;
  --darkcolor: #081F4C;
  --bodytext: #343F56;
  --litetext: #404C73;
  --black: #000000;
  --white: #ffffff;
  --darkblue:#2B0955;
  --skyblue:#3A90B5;
  --border-color: #BDBDBD;
  --lite-border-color: #EDEEF2;
  --font: "Rota";
  --font2: "Scope One", sans-serif;
  --liteBg:#EAEDFD;
  --liteBg2: #CAD2DD;
  --liteBg3: #F4F1ED;
  --darkBg: #090726;
  --darkBg2: #251056;
  --lightGray: #C7C6E5;
  --lightSkyBlue: #E9F4FD;
  scroll-behavior: auto;
}

@font-face {
  font-family: "Rota";
  src: url("../fonts/Rota-Light.woff2") format("woff2"), url("../fonts/Rota-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rota";
  src: url("../fonts/Rota-Regular.woff2") format("woff2"), url("../fonts/Rota-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rota";
  src: url("../fonts/Rota-Medium.woff2") format("woff2"), url("../fonts/Rota-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rota";
  src: url("../fonts/Rota-SemiBold.woff2") format("woff2"), url("../fonts/Rota-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rota";
  src: url("../fonts/Rota-Bold.woff2") format("woff2"), url("../fonts/Rota-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rota";
  src: url("../fonts/Rota-ExtraBold.woff2") format("woff2"), url("../fonts/Rota-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rota";
  src: url("../fonts/Rota-Black.woff2") format("woff2"), url("../fonts/Rota-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.m0 {
  margin: 0px !important;
}

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

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

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

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

.p0 {
  padding: 0px !important;
}

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

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

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

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

@media screen and (max-width: 991px) {
  body .sm-m0 {
    margin: 0px !important;
  }
  body .md-mt0 {
    margin-top: 0px !important;
  }
  body .md-mb0 {
    margin-bottom: 0px !important;
  }
  body .md-ml0 {
    margin-left: 0px !important;
  }
  body .md-mr0 {
    margin-right: 0px !important;
  }
  body .md-p0 {
    padding: 0px !important;
  }
  body .md-pt0 {
    padding-top: 0px !important;
  }
  body .md-pb0 {
    padding-bottom: 0px !important;
  }
  body .md-pl0 {
    padding-left: 0px !important;
  }
  body .md-pr0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m0 {
    margin: 0px !important;
  }
  body .sm-mt0 {
    margin-top: 0px !important;
  }
  body .sm-mb0 {
    margin-bottom: 0px !important;
  }
  body .sm-ml0 {
    margin-left: 0px !important;
  }
  body .sm-mr0 {
    margin-right: 0px !important;
  }
  body .sm-p0 {
    padding: 0px !important;
  }
  body .sm-pt0 {
    padding-top: 0px !important;
  }
  body .sm-pb0 {
    padding-bottom: 0px !important;
  }
  body .sm-pl0 {
    padding-left: 0px !important;
  }
  body .sm-pr0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m0 {
    margin: 0px !important;
  }
  body .xs-mt0 {
    margin-top: 0px !important;
  }
  body .xs-mb0 {
    margin-bottom: 0px !important;
  }
  body .xs-ml0 {
    margin-left: 0px !important;
  }
  body .xs-mr0 {
    margin-right: 0px !important;
  }
  body .xs-p0 {
    padding: 0px !important;
  }
  body .xs-pt0 {
    padding-top: 0px !important;
  }
  body .xs-pb0 {
    padding-bottom: 0px !important;
  }
  body .xs-pl0 {
    padding-left: 0px !important;
  }
  body .xs-pr0 {
    padding-right: 0px !important;
  }
}
.m5 {
  margin: 5px !important;
}

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

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

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

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

.p5 {
  padding: 5px !important;
}

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

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

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

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

@media screen and (max-width: 991px) {
  body .sm-m5 {
    margin: 5px !important;
  }
  body .md-mt5 {
    margin-top: 5px !important;
  }
  body .md-mb5 {
    margin-bottom: 5px !important;
  }
  body .md-ml5 {
    margin-left: 5px !important;
  }
  body .md-mr5 {
    margin-right: 5px !important;
  }
  body .md-p5 {
    padding: 5px !important;
  }
  body .md-pt5 {
    padding-top: 5px !important;
  }
  body .md-pb5 {
    padding-bottom: 5px !important;
  }
  body .md-pl5 {
    padding-left: 5px !important;
  }
  body .md-pr5 {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m5 {
    margin: 5px !important;
  }
  body .sm-mt5 {
    margin-top: 5px !important;
  }
  body .sm-mb5 {
    margin-bottom: 5px !important;
  }
  body .sm-ml5 {
    margin-left: 5px !important;
  }
  body .sm-mr5 {
    margin-right: 5px !important;
  }
  body .sm-p5 {
    padding: 5px !important;
  }
  body .sm-pt5 {
    padding-top: 5px !important;
  }
  body .sm-pb5 {
    padding-bottom: 5px !important;
  }
  body .sm-pl5 {
    padding-left: 5px !important;
  }
  body .sm-pr5 {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m5 {
    margin: 5px !important;
  }
  body .xs-mt5 {
    margin-top: 5px !important;
  }
  body .xs-mb5 {
    margin-bottom: 5px !important;
  }
  body .xs-ml5 {
    margin-left: 5px !important;
  }
  body .xs-mr5 {
    margin-right: 5px !important;
  }
  body .xs-p5 {
    padding: 5px !important;
  }
  body .xs-pt5 {
    padding-top: 5px !important;
  }
  body .xs-pb5 {
    padding-bottom: 5px !important;
  }
  body .xs-pl5 {
    padding-left: 5px !important;
  }
  body .xs-pr5 {
    padding-right: 5px !important;
  }
}
.m10 {
  margin: 10px !important;
}

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

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

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

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

.p10 {
  padding: 10px !important;
}

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

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

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

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

@media screen and (max-width: 991px) {
  body .sm-m10 {
    margin: 10px !important;
  }
  body .md-mt10 {
    margin-top: 10px !important;
  }
  body .md-mb10 {
    margin-bottom: 10px !important;
  }
  body .md-ml10 {
    margin-left: 10px !important;
  }
  body .md-mr10 {
    margin-right: 10px !important;
  }
  body .md-p10 {
    padding: 10px !important;
  }
  body .md-pt10 {
    padding-top: 10px !important;
  }
  body .md-pb10 {
    padding-bottom: 10px !important;
  }
  body .md-pl10 {
    padding-left: 10px !important;
  }
  body .md-pr10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m10 {
    margin: 10px !important;
  }
  body .sm-mt10 {
    margin-top: 10px !important;
  }
  body .sm-mb10 {
    margin-bottom: 10px !important;
  }
  body .sm-ml10 {
    margin-left: 10px !important;
  }
  body .sm-mr10 {
    margin-right: 10px !important;
  }
  body .sm-p10 {
    padding: 10px !important;
  }
  body .sm-pt10 {
    padding-top: 10px !important;
  }
  body .sm-pb10 {
    padding-bottom: 10px !important;
  }
  body .sm-pl10 {
    padding-left: 10px !important;
  }
  body .sm-pr10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m10 {
    margin: 10px !important;
  }
  body .xs-mt10 {
    margin-top: 10px !important;
  }
  body .xs-mb10 {
    margin-bottom: 10px !important;
  }
  body .xs-ml10 {
    margin-left: 10px !important;
  }
  body .xs-mr10 {
    margin-right: 10px !important;
  }
  body .xs-p10 {
    padding: 10px !important;
  }
  body .xs-pt10 {
    padding-top: 10px !important;
  }
  body .xs-pb10 {
    padding-bottom: 10px !important;
  }
  body .xs-pl10 {
    padding-left: 10px !important;
  }
  body .xs-pr10 {
    padding-right: 10px !important;
  }
}
.m15 {
  margin: 15px !important;
}

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

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

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

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

.p15 {
  padding: 15px !important;
}

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

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

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

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

@media screen and (max-width: 991px) {
  body .sm-m15 {
    margin: 15px !important;
  }
  body .md-mt15 {
    margin-top: 15px !important;
  }
  body .md-mb15 {
    margin-bottom: 15px !important;
  }
  body .md-ml15 {
    margin-left: 15px !important;
  }
  body .md-mr15 {
    margin-right: 15px !important;
  }
  body .md-p15 {
    padding: 15px !important;
  }
  body .md-pt15 {
    padding-top: 15px !important;
  }
  body .md-pb15 {
    padding-bottom: 15px !important;
  }
  body .md-pl15 {
    padding-left: 15px !important;
  }
  body .md-pr15 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m15 {
    margin: 15px !important;
  }
  body .sm-mt15 {
    margin-top: 15px !important;
  }
  body .sm-mb15 {
    margin-bottom: 15px !important;
  }
  body .sm-ml15 {
    margin-left: 15px !important;
  }
  body .sm-mr15 {
    margin-right: 15px !important;
  }
  body .sm-p15 {
    padding: 15px !important;
  }
  body .sm-pt15 {
    padding-top: 15px !important;
  }
  body .sm-pb15 {
    padding-bottom: 15px !important;
  }
  body .sm-pl15 {
    padding-left: 15px !important;
  }
  body .sm-pr15 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m15 {
    margin: 15px !important;
  }
  body .xs-mt15 {
    margin-top: 15px !important;
  }
  body .xs-mb15 {
    margin-bottom: 15px !important;
  }
  body .xs-ml15 {
    margin-left: 15px !important;
  }
  body .xs-mr15 {
    margin-right: 15px !important;
  }
  body .xs-p15 {
    padding: 15px !important;
  }
  body .xs-pt15 {
    padding-top: 15px !important;
  }
  body .xs-pb15 {
    padding-bottom: 15px !important;
  }
  body .xs-pl15 {
    padding-left: 15px !important;
  }
  body .xs-pr15 {
    padding-right: 15px !important;
  }
}
.m20 {
  margin: 20px !important;
}

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

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

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

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

.p20 {
  padding: 20px !important;
}

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

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

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

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

@media screen and (max-width: 991px) {
  body .sm-m20 {
    margin: 20px !important;
  }
  body .md-mt20 {
    margin-top: 20px !important;
  }
  body .md-mb20 {
    margin-bottom: 20px !important;
  }
  body .md-ml20 {
    margin-left: 20px !important;
  }
  body .md-mr20 {
    margin-right: 20px !important;
  }
  body .md-p20 {
    padding: 20px !important;
  }
  body .md-pt20 {
    padding-top: 20px !important;
  }
  body .md-pb20 {
    padding-bottom: 20px !important;
  }
  body .md-pl20 {
    padding-left: 20px !important;
  }
  body .md-pr20 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m20 {
    margin: 20px !important;
  }
  body .sm-mt20 {
    margin-top: 20px !important;
  }
  body .sm-mb20 {
    margin-bottom: 20px !important;
  }
  body .sm-ml20 {
    margin-left: 20px !important;
  }
  body .sm-mr20 {
    margin-right: 20px !important;
  }
  body .sm-p20 {
    padding: 20px !important;
  }
  body .sm-pt20 {
    padding-top: 20px !important;
  }
  body .sm-pb20 {
    padding-bottom: 20px !important;
  }
  body .sm-pl20 {
    padding-left: 20px !important;
  }
  body .sm-pr20 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m20 {
    margin: 20px !important;
  }
  body .xs-mt20 {
    margin-top: 20px !important;
  }
  body .xs-mb20 {
    margin-bottom: 20px !important;
  }
  body .xs-ml20 {
    margin-left: 20px !important;
  }
  body .xs-mr20 {
    margin-right: 20px !important;
  }
  body .xs-p20 {
    padding: 20px !important;
  }
  body .xs-pt20 {
    padding-top: 20px !important;
  }
  body .xs-pb20 {
    padding-bottom: 20px !important;
  }
  body .xs-pl20 {
    padding-left: 20px !important;
  }
  body .xs-pr20 {
    padding-right: 20px !important;
  }
}
.m25 {
  margin: 25px !important;
}

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

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

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

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

.p25 {
  padding: 25px !important;
}

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

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

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

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

@media screen and (max-width: 991px) {
  body .sm-m25 {
    margin: 25px !important;
  }
  body .md-mt25 {
    margin-top: 25px !important;
  }
  body .md-mb25 {
    margin-bottom: 25px !important;
  }
  body .md-ml25 {
    margin-left: 25px !important;
  }
  body .md-mr25 {
    margin-right: 25px !important;
  }
  body .md-p25 {
    padding: 25px !important;
  }
  body .md-pt25 {
    padding-top: 25px !important;
  }
  body .md-pb25 {
    padding-bottom: 25px !important;
  }
  body .md-pl25 {
    padding-left: 25px !important;
  }
  body .md-pr25 {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m25 {
    margin: 25px !important;
  }
  body .sm-mt25 {
    margin-top: 25px !important;
  }
  body .sm-mb25 {
    margin-bottom: 25px !important;
  }
  body .sm-ml25 {
    margin-left: 25px !important;
  }
  body .sm-mr25 {
    margin-right: 25px !important;
  }
  body .sm-p25 {
    padding: 25px !important;
  }
  body .sm-pt25 {
    padding-top: 25px !important;
  }
  body .sm-pb25 {
    padding-bottom: 25px !important;
  }
  body .sm-pl25 {
    padding-left: 25px !important;
  }
  body .sm-pr25 {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m25 {
    margin: 25px !important;
  }
  body .xs-mt25 {
    margin-top: 25px !important;
  }
  body .xs-mb25 {
    margin-bottom: 25px !important;
  }
  body .xs-ml25 {
    margin-left: 25px !important;
  }
  body .xs-mr25 {
    margin-right: 25px !important;
  }
  body .xs-p25 {
    padding: 25px !important;
  }
  body .xs-pt25 {
    padding-top: 25px !important;
  }
  body .xs-pb25 {
    padding-bottom: 25px !important;
  }
  body .xs-pl25 {
    padding-left: 25px !important;
  }
  body .xs-pr25 {
    padding-right: 25px !important;
  }
}
.m30 {
  margin: 30px !important;
}

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

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

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

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

.p30 {
  padding: 30px !important;
}

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

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

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

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

@media screen and (max-width: 991px) {
  body .sm-m30 {
    margin: 30px !important;
  }
  body .md-mt30 {
    margin-top: 30px !important;
  }
  body .md-mb30 {
    margin-bottom: 30px !important;
  }
  body .md-ml30 {
    margin-left: 30px !important;
  }
  body .md-mr30 {
    margin-right: 30px !important;
  }
  body .md-p30 {
    padding: 30px !important;
  }
  body .md-pt30 {
    padding-top: 30px !important;
  }
  body .md-pb30 {
    padding-bottom: 30px !important;
  }
  body .md-pl30 {
    padding-left: 30px !important;
  }
  body .md-pr30 {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m30 {
    margin: 30px !important;
  }
  body .sm-mt30 {
    margin-top: 30px !important;
  }
  body .sm-mb30 {
    margin-bottom: 30px !important;
  }
  body .sm-ml30 {
    margin-left: 30px !important;
  }
  body .sm-mr30 {
    margin-right: 30px !important;
  }
  body .sm-p30 {
    padding: 30px !important;
  }
  body .sm-pt30 {
    padding-top: 30px !important;
  }
  body .sm-pb30 {
    padding-bottom: 30px !important;
  }
  body .sm-pl30 {
    padding-left: 30px !important;
  }
  body .sm-pr30 {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m30 {
    margin: 30px !important;
  }
  body .xs-mt30 {
    margin-top: 30px !important;
  }
  body .xs-mb30 {
    margin-bottom: 30px !important;
  }
  body .xs-ml30 {
    margin-left: 30px !important;
  }
  body .xs-mr30 {
    margin-right: 30px !important;
  }
  body .xs-p30 {
    padding: 30px !important;
  }
  body .xs-pt30 {
    padding-top: 30px !important;
  }
  body .xs-pb30 {
    padding-bottom: 30px !important;
  }
  body .xs-pl30 {
    padding-left: 30px !important;
  }
  body .xs-pr30 {
    padding-right: 30px !important;
  }
}
.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m35 {
    margin: 35px !important;
  }
  body .md-mt35 {
    margin-top: 35px !important;
  }
  body .md-mb35 {
    margin-bottom: 35px !important;
  }
  body .md-ml35 {
    margin-left: 35px !important;
  }
  body .md-mr35 {
    margin-right: 35px !important;
  }
  body .md-p35 {
    padding: 35px !important;
  }
  body .md-pt35 {
    padding-top: 35px !important;
  }
  body .md-pb35 {
    padding-bottom: 35px !important;
  }
  body .md-pl35 {
    padding-left: 35px !important;
  }
  body .md-pr35 {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m35 {
    margin: 35px !important;
  }
  body .sm-mt35 {
    margin-top: 35px !important;
  }
  body .sm-mb35 {
    margin-bottom: 35px !important;
  }
  body .sm-ml35 {
    margin-left: 35px !important;
  }
  body .sm-mr35 {
    margin-right: 35px !important;
  }
  body .sm-p35 {
    padding: 35px !important;
  }
  body .sm-pt35 {
    padding-top: 35px !important;
  }
  body .sm-pb35 {
    padding-bottom: 35px !important;
  }
  body .sm-pl35 {
    padding-left: 35px !important;
  }
  body .sm-pr35 {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m35 {
    margin: 35px !important;
  }
  body .xs-mt35 {
    margin-top: 35px !important;
  }
  body .xs-mb35 {
    margin-bottom: 35px !important;
  }
  body .xs-ml35 {
    margin-left: 35px !important;
  }
  body .xs-mr35 {
    margin-right: 35px !important;
  }
  body .xs-p35 {
    padding: 35px !important;
  }
  body .xs-pt35 {
    padding-top: 35px !important;
  }
  body .xs-pb35 {
    padding-bottom: 35px !important;
  }
  body .xs-pl35 {
    padding-left: 35px !important;
  }
  body .xs-pr35 {
    padding-right: 35px !important;
  }
}
.m40 {
  margin: 40px !important;
}

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

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

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

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

.p40 {
  padding: 40px !important;
}

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

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

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

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

@media screen and (max-width: 991px) {
  body .sm-m40 {
    margin: 40px !important;
  }
  body .md-mt40 {
    margin-top: 40px !important;
  }
  body .md-mb40 {
    margin-bottom: 40px !important;
  }
  body .md-ml40 {
    margin-left: 40px !important;
  }
  body .md-mr40 {
    margin-right: 40px !important;
  }
  body .md-p40 {
    padding: 40px !important;
  }
  body .md-pt40 {
    padding-top: 40px !important;
  }
  body .md-pb40 {
    padding-bottom: 40px !important;
  }
  body .md-pl40 {
    padding-left: 40px !important;
  }
  body .md-pr40 {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m40 {
    margin: 40px !important;
  }
  body .sm-mt40 {
    margin-top: 40px !important;
  }
  body .sm-mb40 {
    margin-bottom: 40px !important;
  }
  body .sm-ml40 {
    margin-left: 40px !important;
  }
  body .sm-mr40 {
    margin-right: 40px !important;
  }
  body .sm-p40 {
    padding: 40px !important;
  }
  body .sm-pt40 {
    padding-top: 40px !important;
  }
  body .sm-pb40 {
    padding-bottom: 40px !important;
  }
  body .sm-pl40 {
    padding-left: 40px !important;
  }
  body .sm-pr40 {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m40 {
    margin: 40px !important;
  }
  body .xs-mt40 {
    margin-top: 40px !important;
  }
  body .xs-mb40 {
    margin-bottom: 40px !important;
  }
  body .xs-ml40 {
    margin-left: 40px !important;
  }
  body .xs-mr40 {
    margin-right: 40px !important;
  }
  body .xs-p40 {
    padding: 40px !important;
  }
  body .xs-pt40 {
    padding-top: 40px !important;
  }
  body .xs-pb40 {
    padding-bottom: 40px !important;
  }
  body .xs-pl40 {
    padding-left: 40px !important;
  }
  body .xs-pr40 {
    padding-right: 40px !important;
  }
}
.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m45 {
    margin: 45px !important;
  }
  body .md-mt45 {
    margin-top: 45px !important;
  }
  body .md-mb45 {
    margin-bottom: 45px !important;
  }
  body .md-ml45 {
    margin-left: 45px !important;
  }
  body .md-mr45 {
    margin-right: 45px !important;
  }
  body .md-p45 {
    padding: 45px !important;
  }
  body .md-pt45 {
    padding-top: 45px !important;
  }
  body .md-pb45 {
    padding-bottom: 45px !important;
  }
  body .md-pl45 {
    padding-left: 45px !important;
  }
  body .md-pr45 {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m45 {
    margin: 45px !important;
  }
  body .sm-mt45 {
    margin-top: 45px !important;
  }
  body .sm-mb45 {
    margin-bottom: 45px !important;
  }
  body .sm-ml45 {
    margin-left: 45px !important;
  }
  body .sm-mr45 {
    margin-right: 45px !important;
  }
  body .sm-p45 {
    padding: 45px !important;
  }
  body .sm-pt45 {
    padding-top: 45px !important;
  }
  body .sm-pb45 {
    padding-bottom: 45px !important;
  }
  body .sm-pl45 {
    padding-left: 45px !important;
  }
  body .sm-pr45 {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m45 {
    margin: 45px !important;
  }
  body .xs-mt45 {
    margin-top: 45px !important;
  }
  body .xs-mb45 {
    margin-bottom: 45px !important;
  }
  body .xs-ml45 {
    margin-left: 45px !important;
  }
  body .xs-mr45 {
    margin-right: 45px !important;
  }
  body .xs-p45 {
    padding: 45px !important;
  }
  body .xs-pt45 {
    padding-top: 45px !important;
  }
  body .xs-pb45 {
    padding-bottom: 45px !important;
  }
  body .xs-pl45 {
    padding-left: 45px !important;
  }
  body .xs-pr45 {
    padding-right: 45px !important;
  }
}
.m50 {
  margin: 50px !important;
}

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

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

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

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

.p50 {
  padding: 50px !important;
}

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

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

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

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

@media screen and (max-width: 991px) {
  body .sm-m50 {
    margin: 50px !important;
  }
  body .md-mt50 {
    margin-top: 50px !important;
  }
  body .md-mb50 {
    margin-bottom: 50px !important;
  }
  body .md-ml50 {
    margin-left: 50px !important;
  }
  body .md-mr50 {
    margin-right: 50px !important;
  }
  body .md-p50 {
    padding: 50px !important;
  }
  body .md-pt50 {
    padding-top: 50px !important;
  }
  body .md-pb50 {
    padding-bottom: 50px !important;
  }
  body .md-pl50 {
    padding-left: 50px !important;
  }
  body .md-pr50 {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m50 {
    margin: 50px !important;
  }
  body .sm-mt50 {
    margin-top: 50px !important;
  }
  body .sm-mb50 {
    margin-bottom: 50px !important;
  }
  body .sm-ml50 {
    margin-left: 50px !important;
  }
  body .sm-mr50 {
    margin-right: 50px !important;
  }
  body .sm-p50 {
    padding: 50px !important;
  }
  body .sm-pt50 {
    padding-top: 50px !important;
  }
  body .sm-pb50 {
    padding-bottom: 50px !important;
  }
  body .sm-pl50 {
    padding-left: 50px !important;
  }
  body .sm-pr50 {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m50 {
    margin: 50px !important;
  }
  body .xs-mt50 {
    margin-top: 50px !important;
  }
  body .xs-mb50 {
    margin-bottom: 50px !important;
  }
  body .xs-ml50 {
    margin-left: 50px !important;
  }
  body .xs-mr50 {
    margin-right: 50px !important;
  }
  body .xs-p50 {
    padding: 50px !important;
  }
  body .xs-pt50 {
    padding-top: 50px !important;
  }
  body .xs-pb50 {
    padding-bottom: 50px !important;
  }
  body .xs-pl50 {
    padding-left: 50px !important;
  }
  body .xs-pr50 {
    padding-right: 50px !important;
  }
}
.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m55 {
    margin: 55px !important;
  }
  body .md-mt55 {
    margin-top: 55px !important;
  }
  body .md-mb55 {
    margin-bottom: 55px !important;
  }
  body .md-ml55 {
    margin-left: 55px !important;
  }
  body .md-mr55 {
    margin-right: 55px !important;
  }
  body .md-p55 {
    padding: 55px !important;
  }
  body .md-pt55 {
    padding-top: 55px !important;
  }
  body .md-pb55 {
    padding-bottom: 55px !important;
  }
  body .md-pl55 {
    padding-left: 55px !important;
  }
  body .md-pr55 {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m55 {
    margin: 55px !important;
  }
  body .sm-mt55 {
    margin-top: 55px !important;
  }
  body .sm-mb55 {
    margin-bottom: 55px !important;
  }
  body .sm-ml55 {
    margin-left: 55px !important;
  }
  body .sm-mr55 {
    margin-right: 55px !important;
  }
  body .sm-p55 {
    padding: 55px !important;
  }
  body .sm-pt55 {
    padding-top: 55px !important;
  }
  body .sm-pb55 {
    padding-bottom: 55px !important;
  }
  body .sm-pl55 {
    padding-left: 55px !important;
  }
  body .sm-pr55 {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m55 {
    margin: 55px !important;
  }
  body .xs-mt55 {
    margin-top: 55px !important;
  }
  body .xs-mb55 {
    margin-bottom: 55px !important;
  }
  body .xs-ml55 {
    margin-left: 55px !important;
  }
  body .xs-mr55 {
    margin-right: 55px !important;
  }
  body .xs-p55 {
    padding: 55px !important;
  }
  body .xs-pt55 {
    padding-top: 55px !important;
  }
  body .xs-pb55 {
    padding-bottom: 55px !important;
  }
  body .xs-pl55 {
    padding-left: 55px !important;
  }
  body .xs-pr55 {
    padding-right: 55px !important;
  }
}
.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m60 {
    margin: 60px !important;
  }
  body .md-mt60 {
    margin-top: 60px !important;
  }
  body .md-mb60 {
    margin-bottom: 60px !important;
  }
  body .md-ml60 {
    margin-left: 60px !important;
  }
  body .md-mr60 {
    margin-right: 60px !important;
  }
  body .md-p60 {
    padding: 60px !important;
  }
  body .md-pt60 {
    padding-top: 60px !important;
  }
  body .md-pb60 {
    padding-bottom: 60px !important;
  }
  body .md-pl60 {
    padding-left: 60px !important;
  }
  body .md-pr60 {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m60 {
    margin: 60px !important;
  }
  body .sm-mt60 {
    margin-top: 60px !important;
  }
  body .sm-mb60 {
    margin-bottom: 60px !important;
  }
  body .sm-ml60 {
    margin-left: 60px !important;
  }
  body .sm-mr60 {
    margin-right: 60px !important;
  }
  body .sm-p60 {
    padding: 60px !important;
  }
  body .sm-pt60 {
    padding-top: 60px !important;
  }
  body .sm-pb60 {
    padding-bottom: 60px !important;
  }
  body .sm-pl60 {
    padding-left: 60px !important;
  }
  body .sm-pr60 {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m60 {
    margin: 60px !important;
  }
  body .xs-mt60 {
    margin-top: 60px !important;
  }
  body .xs-mb60 {
    margin-bottom: 60px !important;
  }
  body .xs-ml60 {
    margin-left: 60px !important;
  }
  body .xs-mr60 {
    margin-right: 60px !important;
  }
  body .xs-p60 {
    padding: 60px !important;
  }
  body .xs-pt60 {
    padding-top: 60px !important;
  }
  body .xs-pb60 {
    padding-bottom: 60px !important;
  }
  body .xs-pl60 {
    padding-left: 60px !important;
  }
  body .xs-pr60 {
    padding-right: 60px !important;
  }
}
.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m65 {
    margin: 65px !important;
  }
  body .md-mt65 {
    margin-top: 65px !important;
  }
  body .md-mb65 {
    margin-bottom: 65px !important;
  }
  body .md-ml65 {
    margin-left: 65px !important;
  }
  body .md-mr65 {
    margin-right: 65px !important;
  }
  body .md-p65 {
    padding: 65px !important;
  }
  body .md-pt65 {
    padding-top: 65px !important;
  }
  body .md-pb65 {
    padding-bottom: 65px !important;
  }
  body .md-pl65 {
    padding-left: 65px !important;
  }
  body .md-pr65 {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m65 {
    margin: 65px !important;
  }
  body .sm-mt65 {
    margin-top: 65px !important;
  }
  body .sm-mb65 {
    margin-bottom: 65px !important;
  }
  body .sm-ml65 {
    margin-left: 65px !important;
  }
  body .sm-mr65 {
    margin-right: 65px !important;
  }
  body .sm-p65 {
    padding: 65px !important;
  }
  body .sm-pt65 {
    padding-top: 65px !important;
  }
  body .sm-pb65 {
    padding-bottom: 65px !important;
  }
  body .sm-pl65 {
    padding-left: 65px !important;
  }
  body .sm-pr65 {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m65 {
    margin: 65px !important;
  }
  body .xs-mt65 {
    margin-top: 65px !important;
  }
  body .xs-mb65 {
    margin-bottom: 65px !important;
  }
  body .xs-ml65 {
    margin-left: 65px !important;
  }
  body .xs-mr65 {
    margin-right: 65px !important;
  }
  body .xs-p65 {
    padding: 65px !important;
  }
  body .xs-pt65 {
    padding-top: 65px !important;
  }
  body .xs-pb65 {
    padding-bottom: 65px !important;
  }
  body .xs-pl65 {
    padding-left: 65px !important;
  }
  body .xs-pr65 {
    padding-right: 65px !important;
  }
}
.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m70 {
    margin: 70px !important;
  }
  body .md-mt70 {
    margin-top: 70px !important;
  }
  body .md-mb70 {
    margin-bottom: 70px !important;
  }
  body .md-ml70 {
    margin-left: 70px !important;
  }
  body .md-mr70 {
    margin-right: 70px !important;
  }
  body .md-p70 {
    padding: 70px !important;
  }
  body .md-pt70 {
    padding-top: 70px !important;
  }
  body .md-pb70 {
    padding-bottom: 70px !important;
  }
  body .md-pl70 {
    padding-left: 70px !important;
  }
  body .md-pr70 {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m70 {
    margin: 70px !important;
  }
  body .sm-mt70 {
    margin-top: 70px !important;
  }
  body .sm-mb70 {
    margin-bottom: 70px !important;
  }
  body .sm-ml70 {
    margin-left: 70px !important;
  }
  body .sm-mr70 {
    margin-right: 70px !important;
  }
  body .sm-p70 {
    padding: 70px !important;
  }
  body .sm-pt70 {
    padding-top: 70px !important;
  }
  body .sm-pb70 {
    padding-bottom: 70px !important;
  }
  body .sm-pl70 {
    padding-left: 70px !important;
  }
  body .sm-pr70 {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m70 {
    margin: 70px !important;
  }
  body .xs-mt70 {
    margin-top: 70px !important;
  }
  body .xs-mb70 {
    margin-bottom: 70px !important;
  }
  body .xs-ml70 {
    margin-left: 70px !important;
  }
  body .xs-mr70 {
    margin-right: 70px !important;
  }
  body .xs-p70 {
    padding: 70px !important;
  }
  body .xs-pt70 {
    padding-top: 70px !important;
  }
  body .xs-pb70 {
    padding-bottom: 70px !important;
  }
  body .xs-pl70 {
    padding-left: 70px !important;
  }
  body .xs-pr70 {
    padding-right: 70px !important;
  }
}
.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m75 {
    margin: 75px !important;
  }
  body .md-mt75 {
    margin-top: 75px !important;
  }
  body .md-mb75 {
    margin-bottom: 75px !important;
  }
  body .md-ml75 {
    margin-left: 75px !important;
  }
  body .md-mr75 {
    margin-right: 75px !important;
  }
  body .md-p75 {
    padding: 75px !important;
  }
  body .md-pt75 {
    padding-top: 75px !important;
  }
  body .md-pb75 {
    padding-bottom: 75px !important;
  }
  body .md-pl75 {
    padding-left: 75px !important;
  }
  body .md-pr75 {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m75 {
    margin: 75px !important;
  }
  body .sm-mt75 {
    margin-top: 75px !important;
  }
  body .sm-mb75 {
    margin-bottom: 75px !important;
  }
  body .sm-ml75 {
    margin-left: 75px !important;
  }
  body .sm-mr75 {
    margin-right: 75px !important;
  }
  body .sm-p75 {
    padding: 75px !important;
  }
  body .sm-pt75 {
    padding-top: 75px !important;
  }
  body .sm-pb75 {
    padding-bottom: 75px !important;
  }
  body .sm-pl75 {
    padding-left: 75px !important;
  }
  body .sm-pr75 {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m75 {
    margin: 75px !important;
  }
  body .xs-mt75 {
    margin-top: 75px !important;
  }
  body .xs-mb75 {
    margin-bottom: 75px !important;
  }
  body .xs-ml75 {
    margin-left: 75px !important;
  }
  body .xs-mr75 {
    margin-right: 75px !important;
  }
  body .xs-p75 {
    padding: 75px !important;
  }
  body .xs-pt75 {
    padding-top: 75px !important;
  }
  body .xs-pb75 {
    padding-bottom: 75px !important;
  }
  body .xs-pl75 {
    padding-left: 75px !important;
  }
  body .xs-pr75 {
    padding-right: 75px !important;
  }
}
.m80 {
  margin: 80px !important;
}

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

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

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

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

.p80 {
  padding: 80px !important;
}

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

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

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

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

@media screen and (max-width: 991px) {
  body .sm-m80 {
    margin: 80px !important;
  }
  body .md-mt80 {
    margin-top: 80px !important;
  }
  body .md-mb80 {
    margin-bottom: 80px !important;
  }
  body .md-ml80 {
    margin-left: 80px !important;
  }
  body .md-mr80 {
    margin-right: 80px !important;
  }
  body .md-p80 {
    padding: 80px !important;
  }
  body .md-pt80 {
    padding-top: 80px !important;
  }
  body .md-pb80 {
    padding-bottom: 80px !important;
  }
  body .md-pl80 {
    padding-left: 80px !important;
  }
  body .md-pr80 {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m80 {
    margin: 80px !important;
  }
  body .sm-mt80 {
    margin-top: 80px !important;
  }
  body .sm-mb80 {
    margin-bottom: 80px !important;
  }
  body .sm-ml80 {
    margin-left: 80px !important;
  }
  body .sm-mr80 {
    margin-right: 80px !important;
  }
  body .sm-p80 {
    padding: 80px !important;
  }
  body .sm-pt80 {
    padding-top: 80px !important;
  }
  body .sm-pb80 {
    padding-bottom: 80px !important;
  }
  body .sm-pl80 {
    padding-left: 80px !important;
  }
  body .sm-pr80 {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m80 {
    margin: 80px !important;
  }
  body .xs-mt80 {
    margin-top: 80px !important;
  }
  body .xs-mb80 {
    margin-bottom: 80px !important;
  }
  body .xs-ml80 {
    margin-left: 80px !important;
  }
  body .xs-mr80 {
    margin-right: 80px !important;
  }
  body .xs-p80 {
    padding: 80px !important;
  }
  body .xs-pt80 {
    padding-top: 80px !important;
  }
  body .xs-pb80 {
    padding-bottom: 80px !important;
  }
  body .xs-pl80 {
    padding-left: 80px !important;
  }
  body .xs-pr80 {
    padding-right: 80px !important;
  }
}
.m85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m85 {
    margin: 85px !important;
  }
  body .md-mt85 {
    margin-top: 85px !important;
  }
  body .md-mb85 {
    margin-bottom: 85px !important;
  }
  body .md-ml85 {
    margin-left: 85px !important;
  }
  body .md-mr85 {
    margin-right: 85px !important;
  }
  body .md-p85 {
    padding: 85px !important;
  }
  body .md-pt85 {
    padding-top: 85px !important;
  }
  body .md-pb85 {
    padding-bottom: 85px !important;
  }
  body .md-pl85 {
    padding-left: 85px !important;
  }
  body .md-pr85 {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m85 {
    margin: 85px !important;
  }
  body .sm-mt85 {
    margin-top: 85px !important;
  }
  body .sm-mb85 {
    margin-bottom: 85px !important;
  }
  body .sm-ml85 {
    margin-left: 85px !important;
  }
  body .sm-mr85 {
    margin-right: 85px !important;
  }
  body .sm-p85 {
    padding: 85px !important;
  }
  body .sm-pt85 {
    padding-top: 85px !important;
  }
  body .sm-pb85 {
    padding-bottom: 85px !important;
  }
  body .sm-pl85 {
    padding-left: 85px !important;
  }
  body .sm-pr85 {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m85 {
    margin: 85px !important;
  }
  body .xs-mt85 {
    margin-top: 85px !important;
  }
  body .xs-mb85 {
    margin-bottom: 85px !important;
  }
  body .xs-ml85 {
    margin-left: 85px !important;
  }
  body .xs-mr85 {
    margin-right: 85px !important;
  }
  body .xs-p85 {
    padding: 85px !important;
  }
  body .xs-pt85 {
    padding-top: 85px !important;
  }
  body .xs-pb85 {
    padding-bottom: 85px !important;
  }
  body .xs-pl85 {
    padding-left: 85px !important;
  }
  body .xs-pr85 {
    padding-right: 85px !important;
  }
}
.m90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m90 {
    margin: 90px !important;
  }
  body .md-mt90 {
    margin-top: 90px !important;
  }
  body .md-mb90 {
    margin-bottom: 90px !important;
  }
  body .md-ml90 {
    margin-left: 90px !important;
  }
  body .md-mr90 {
    margin-right: 90px !important;
  }
  body .md-p90 {
    padding: 90px !important;
  }
  body .md-pt90 {
    padding-top: 90px !important;
  }
  body .md-pb90 {
    padding-bottom: 90px !important;
  }
  body .md-pl90 {
    padding-left: 90px !important;
  }
  body .md-pr90 {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m90 {
    margin: 90px !important;
  }
  body .sm-mt90 {
    margin-top: 90px !important;
  }
  body .sm-mb90 {
    margin-bottom: 90px !important;
  }
  body .sm-ml90 {
    margin-left: 90px !important;
  }
  body .sm-mr90 {
    margin-right: 90px !important;
  }
  body .sm-p90 {
    padding: 90px !important;
  }
  body .sm-pt90 {
    padding-top: 90px !important;
  }
  body .sm-pb90 {
    padding-bottom: 90px !important;
  }
  body .sm-pl90 {
    padding-left: 90px !important;
  }
  body .sm-pr90 {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m90 {
    margin: 90px !important;
  }
  body .xs-mt90 {
    margin-top: 90px !important;
  }
  body .xs-mb90 {
    margin-bottom: 90px !important;
  }
  body .xs-ml90 {
    margin-left: 90px !important;
  }
  body .xs-mr90 {
    margin-right: 90px !important;
  }
  body .xs-p90 {
    padding: 90px !important;
  }
  body .xs-pt90 {
    padding-top: 90px !important;
  }
  body .xs-pb90 {
    padding-bottom: 90px !important;
  }
  body .xs-pl90 {
    padding-left: 90px !important;
  }
  body .xs-pr90 {
    padding-right: 90px !important;
  }
}
.m95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m95 {
    margin: 95px !important;
  }
  body .md-mt95 {
    margin-top: 95px !important;
  }
  body .md-mb95 {
    margin-bottom: 95px !important;
  }
  body .md-ml95 {
    margin-left: 95px !important;
  }
  body .md-mr95 {
    margin-right: 95px !important;
  }
  body .md-p95 {
    padding: 95px !important;
  }
  body .md-pt95 {
    padding-top: 95px !important;
  }
  body .md-pb95 {
    padding-bottom: 95px !important;
  }
  body .md-pl95 {
    padding-left: 95px !important;
  }
  body .md-pr95 {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m95 {
    margin: 95px !important;
  }
  body .sm-mt95 {
    margin-top: 95px !important;
  }
  body .sm-mb95 {
    margin-bottom: 95px !important;
  }
  body .sm-ml95 {
    margin-left: 95px !important;
  }
  body .sm-mr95 {
    margin-right: 95px !important;
  }
  body .sm-p95 {
    padding: 95px !important;
  }
  body .sm-pt95 {
    padding-top: 95px !important;
  }
  body .sm-pb95 {
    padding-bottom: 95px !important;
  }
  body .sm-pl95 {
    padding-left: 95px !important;
  }
  body .sm-pr95 {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m95 {
    margin: 95px !important;
  }
  body .xs-mt95 {
    margin-top: 95px !important;
  }
  body .xs-mb95 {
    margin-bottom: 95px !important;
  }
  body .xs-ml95 {
    margin-left: 95px !important;
  }
  body .xs-mr95 {
    margin-right: 95px !important;
  }
  body .xs-p95 {
    padding: 95px !important;
  }
  body .xs-pt95 {
    padding-top: 95px !important;
  }
  body .xs-pb95 {
    padding-bottom: 95px !important;
  }
  body .xs-pl95 {
    padding-left: 95px !important;
  }
  body .xs-pr95 {
    padding-right: 95px !important;
  }
}
.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m100 {
    margin: 100px !important;
  }
  body .md-mt100 {
    margin-top: 100px !important;
  }
  body .md-mb100 {
    margin-bottom: 100px !important;
  }
  body .md-ml100 {
    margin-left: 100px !important;
  }
  body .md-mr100 {
    margin-right: 100px !important;
  }
  body .md-p100 {
    padding: 100px !important;
  }
  body .md-pt100 {
    padding-top: 100px !important;
  }
  body .md-pb100 {
    padding-bottom: 100px !important;
  }
  body .md-pl100 {
    padding-left: 100px !important;
  }
  body .md-pr100 {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m100 {
    margin: 100px !important;
  }
  body .sm-mt100 {
    margin-top: 100px !important;
  }
  body .sm-mb100 {
    margin-bottom: 100px !important;
  }
  body .sm-ml100 {
    margin-left: 100px !important;
  }
  body .sm-mr100 {
    margin-right: 100px !important;
  }
  body .sm-p100 {
    padding: 100px !important;
  }
  body .sm-pt100 {
    padding-top: 100px !important;
  }
  body .sm-pb100 {
    padding-bottom: 100px !important;
  }
  body .sm-pl100 {
    padding-left: 100px !important;
  }
  body .sm-pr100 {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m100 {
    margin: 100px !important;
  }
  body .xs-mt100 {
    margin-top: 100px !important;
  }
  body .xs-mb100 {
    margin-bottom: 100px !important;
  }
  body .xs-ml100 {
    margin-left: 100px !important;
  }
  body .xs-mr100 {
    margin-right: 100px !important;
  }
  body .xs-p100 {
    padding: 100px !important;
  }
  body .xs-pt100 {
    padding-top: 100px !important;
  }
  body .xs-pb100 {
    padding-bottom: 100px !important;
  }
  body .xs-pl100 {
    padding-left: 100px !important;
  }
  body .xs-pr100 {
    padding-right: 100px !important;
  }
}
.m105 {
  margin: 105px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.p105 {
  padding: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m105 {
    margin: 105px !important;
  }
  body .md-mt105 {
    margin-top: 105px !important;
  }
  body .md-mb105 {
    margin-bottom: 105px !important;
  }
  body .md-ml105 {
    margin-left: 105px !important;
  }
  body .md-mr105 {
    margin-right: 105px !important;
  }
  body .md-p105 {
    padding: 105px !important;
  }
  body .md-pt105 {
    padding-top: 105px !important;
  }
  body .md-pb105 {
    padding-bottom: 105px !important;
  }
  body .md-pl105 {
    padding-left: 105px !important;
  }
  body .md-pr105 {
    padding-right: 105px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m105 {
    margin: 105px !important;
  }
  body .sm-mt105 {
    margin-top: 105px !important;
  }
  body .sm-mb105 {
    margin-bottom: 105px !important;
  }
  body .sm-ml105 {
    margin-left: 105px !important;
  }
  body .sm-mr105 {
    margin-right: 105px !important;
  }
  body .sm-p105 {
    padding: 105px !important;
  }
  body .sm-pt105 {
    padding-top: 105px !important;
  }
  body .sm-pb105 {
    padding-bottom: 105px !important;
  }
  body .sm-pl105 {
    padding-left: 105px !important;
  }
  body .sm-pr105 {
    padding-right: 105px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m105 {
    margin: 105px !important;
  }
  body .xs-mt105 {
    margin-top: 105px !important;
  }
  body .xs-mb105 {
    margin-bottom: 105px !important;
  }
  body .xs-ml105 {
    margin-left: 105px !important;
  }
  body .xs-mr105 {
    margin-right: 105px !important;
  }
  body .xs-p105 {
    padding: 105px !important;
  }
  body .xs-pt105 {
    padding-top: 105px !important;
  }
  body .xs-pb105 {
    padding-bottom: 105px !important;
  }
  body .xs-pl105 {
    padding-left: 105px !important;
  }
  body .xs-pr105 {
    padding-right: 105px !important;
  }
}
.m110 {
  margin: 110px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.p110 {
  padding: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m110 {
    margin: 110px !important;
  }
  body .md-mt110 {
    margin-top: 110px !important;
  }
  body .md-mb110 {
    margin-bottom: 110px !important;
  }
  body .md-ml110 {
    margin-left: 110px !important;
  }
  body .md-mr110 {
    margin-right: 110px !important;
  }
  body .md-p110 {
    padding: 110px !important;
  }
  body .md-pt110 {
    padding-top: 110px !important;
  }
  body .md-pb110 {
    padding-bottom: 110px !important;
  }
  body .md-pl110 {
    padding-left: 110px !important;
  }
  body .md-pr110 {
    padding-right: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m110 {
    margin: 110px !important;
  }
  body .sm-mt110 {
    margin-top: 110px !important;
  }
  body .sm-mb110 {
    margin-bottom: 110px !important;
  }
  body .sm-ml110 {
    margin-left: 110px !important;
  }
  body .sm-mr110 {
    margin-right: 110px !important;
  }
  body .sm-p110 {
    padding: 110px !important;
  }
  body .sm-pt110 {
    padding-top: 110px !important;
  }
  body .sm-pb110 {
    padding-bottom: 110px !important;
  }
  body .sm-pl110 {
    padding-left: 110px !important;
  }
  body .sm-pr110 {
    padding-right: 110px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m110 {
    margin: 110px !important;
  }
  body .xs-mt110 {
    margin-top: 110px !important;
  }
  body .xs-mb110 {
    margin-bottom: 110px !important;
  }
  body .xs-ml110 {
    margin-left: 110px !important;
  }
  body .xs-mr110 {
    margin-right: 110px !important;
  }
  body .xs-p110 {
    padding: 110px !important;
  }
  body .xs-pt110 {
    padding-top: 110px !important;
  }
  body .xs-pb110 {
    padding-bottom: 110px !important;
  }
  body .xs-pl110 {
    padding-left: 110px !important;
  }
  body .xs-pr110 {
    padding-right: 110px !important;
  }
}
.m115 {
  margin: 115px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.p115 {
  padding: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m115 {
    margin: 115px !important;
  }
  body .md-mt115 {
    margin-top: 115px !important;
  }
  body .md-mb115 {
    margin-bottom: 115px !important;
  }
  body .md-ml115 {
    margin-left: 115px !important;
  }
  body .md-mr115 {
    margin-right: 115px !important;
  }
  body .md-p115 {
    padding: 115px !important;
  }
  body .md-pt115 {
    padding-top: 115px !important;
  }
  body .md-pb115 {
    padding-bottom: 115px !important;
  }
  body .md-pl115 {
    padding-left: 115px !important;
  }
  body .md-pr115 {
    padding-right: 115px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m115 {
    margin: 115px !important;
  }
  body .sm-mt115 {
    margin-top: 115px !important;
  }
  body .sm-mb115 {
    margin-bottom: 115px !important;
  }
  body .sm-ml115 {
    margin-left: 115px !important;
  }
  body .sm-mr115 {
    margin-right: 115px !important;
  }
  body .sm-p115 {
    padding: 115px !important;
  }
  body .sm-pt115 {
    padding-top: 115px !important;
  }
  body .sm-pb115 {
    padding-bottom: 115px !important;
  }
  body .sm-pl115 {
    padding-left: 115px !important;
  }
  body .sm-pr115 {
    padding-right: 115px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m115 {
    margin: 115px !important;
  }
  body .xs-mt115 {
    margin-top: 115px !important;
  }
  body .xs-mb115 {
    margin-bottom: 115px !important;
  }
  body .xs-ml115 {
    margin-left: 115px !important;
  }
  body .xs-mr115 {
    margin-right: 115px !important;
  }
  body .xs-p115 {
    padding: 115px !important;
  }
  body .xs-pt115 {
    padding-top: 115px !important;
  }
  body .xs-pb115 {
    padding-bottom: 115px !important;
  }
  body .xs-pl115 {
    padding-left: 115px !important;
  }
  body .xs-pr115 {
    padding-right: 115px !important;
  }
}
.m120 {
  margin: 120px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.p120 {
  padding: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m120 {
    margin: 120px !important;
  }
  body .md-mt120 {
    margin-top: 120px !important;
  }
  body .md-mb120 {
    margin-bottom: 120px !important;
  }
  body .md-ml120 {
    margin-left: 120px !important;
  }
  body .md-mr120 {
    margin-right: 120px !important;
  }
  body .md-p120 {
    padding: 120px !important;
  }
  body .md-pt120 {
    padding-top: 120px !important;
  }
  body .md-pb120 {
    padding-bottom: 120px !important;
  }
  body .md-pl120 {
    padding-left: 120px !important;
  }
  body .md-pr120 {
    padding-right: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m120 {
    margin: 120px !important;
  }
  body .sm-mt120 {
    margin-top: 120px !important;
  }
  body .sm-mb120 {
    margin-bottom: 120px !important;
  }
  body .sm-ml120 {
    margin-left: 120px !important;
  }
  body .sm-mr120 {
    margin-right: 120px !important;
  }
  body .sm-p120 {
    padding: 120px !important;
  }
  body .sm-pt120 {
    padding-top: 120px !important;
  }
  body .sm-pb120 {
    padding-bottom: 120px !important;
  }
  body .sm-pl120 {
    padding-left: 120px !important;
  }
  body .sm-pr120 {
    padding-right: 120px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m120 {
    margin: 120px !important;
  }
  body .xs-mt120 {
    margin-top: 120px !important;
  }
  body .xs-mb120 {
    margin-bottom: 120px !important;
  }
  body .xs-ml120 {
    margin-left: 120px !important;
  }
  body .xs-mr120 {
    margin-right: 120px !important;
  }
  body .xs-p120 {
    padding: 120px !important;
  }
  body .xs-pt120 {
    padding-top: 120px !important;
  }
  body .xs-pb120 {
    padding-bottom: 120px !important;
  }
  body .xs-pl120 {
    padding-left: 120px !important;
  }
  body .xs-pr120 {
    padding-right: 120px !important;
  }
}
.m125 {
  margin: 125px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.p125 {
  padding: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m125 {
    margin: 125px !important;
  }
  body .md-mt125 {
    margin-top: 125px !important;
  }
  body .md-mb125 {
    margin-bottom: 125px !important;
  }
  body .md-ml125 {
    margin-left: 125px !important;
  }
  body .md-mr125 {
    margin-right: 125px !important;
  }
  body .md-p125 {
    padding: 125px !important;
  }
  body .md-pt125 {
    padding-top: 125px !important;
  }
  body .md-pb125 {
    padding-bottom: 125px !important;
  }
  body .md-pl125 {
    padding-left: 125px !important;
  }
  body .md-pr125 {
    padding-right: 125px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m125 {
    margin: 125px !important;
  }
  body .sm-mt125 {
    margin-top: 125px !important;
  }
  body .sm-mb125 {
    margin-bottom: 125px !important;
  }
  body .sm-ml125 {
    margin-left: 125px !important;
  }
  body .sm-mr125 {
    margin-right: 125px !important;
  }
  body .sm-p125 {
    padding: 125px !important;
  }
  body .sm-pt125 {
    padding-top: 125px !important;
  }
  body .sm-pb125 {
    padding-bottom: 125px !important;
  }
  body .sm-pl125 {
    padding-left: 125px !important;
  }
  body .sm-pr125 {
    padding-right: 125px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m125 {
    margin: 125px !important;
  }
  body .xs-mt125 {
    margin-top: 125px !important;
  }
  body .xs-mb125 {
    margin-bottom: 125px !important;
  }
  body .xs-ml125 {
    margin-left: 125px !important;
  }
  body .xs-mr125 {
    margin-right: 125px !important;
  }
  body .xs-p125 {
    padding: 125px !important;
  }
  body .xs-pt125 {
    padding-top: 125px !important;
  }
  body .xs-pb125 {
    padding-bottom: 125px !important;
  }
  body .xs-pl125 {
    padding-left: 125px !important;
  }
  body .xs-pr125 {
    padding-right: 125px !important;
  }
}
.m130 {
  margin: 130px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.p130 {
  padding: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m130 {
    margin: 130px !important;
  }
  body .md-mt130 {
    margin-top: 130px !important;
  }
  body .md-mb130 {
    margin-bottom: 130px !important;
  }
  body .md-ml130 {
    margin-left: 130px !important;
  }
  body .md-mr130 {
    margin-right: 130px !important;
  }
  body .md-p130 {
    padding: 130px !important;
  }
  body .md-pt130 {
    padding-top: 130px !important;
  }
  body .md-pb130 {
    padding-bottom: 130px !important;
  }
  body .md-pl130 {
    padding-left: 130px !important;
  }
  body .md-pr130 {
    padding-right: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m130 {
    margin: 130px !important;
  }
  body .sm-mt130 {
    margin-top: 130px !important;
  }
  body .sm-mb130 {
    margin-bottom: 130px !important;
  }
  body .sm-ml130 {
    margin-left: 130px !important;
  }
  body .sm-mr130 {
    margin-right: 130px !important;
  }
  body .sm-p130 {
    padding: 130px !important;
  }
  body .sm-pt130 {
    padding-top: 130px !important;
  }
  body .sm-pb130 {
    padding-bottom: 130px !important;
  }
  body .sm-pl130 {
    padding-left: 130px !important;
  }
  body .sm-pr130 {
    padding-right: 130px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m130 {
    margin: 130px !important;
  }
  body .xs-mt130 {
    margin-top: 130px !important;
  }
  body .xs-mb130 {
    margin-bottom: 130px !important;
  }
  body .xs-ml130 {
    margin-left: 130px !important;
  }
  body .xs-mr130 {
    margin-right: 130px !important;
  }
  body .xs-p130 {
    padding: 130px !important;
  }
  body .xs-pt130 {
    padding-top: 130px !important;
  }
  body .xs-pb130 {
    padding-bottom: 130px !important;
  }
  body .xs-pl130 {
    padding-left: 130px !important;
  }
  body .xs-pr130 {
    padding-right: 130px !important;
  }
}
.m135 {
  margin: 135px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.p135 {
  padding: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m135 {
    margin: 135px !important;
  }
  body .md-mt135 {
    margin-top: 135px !important;
  }
  body .md-mb135 {
    margin-bottom: 135px !important;
  }
  body .md-ml135 {
    margin-left: 135px !important;
  }
  body .md-mr135 {
    margin-right: 135px !important;
  }
  body .md-p135 {
    padding: 135px !important;
  }
  body .md-pt135 {
    padding-top: 135px !important;
  }
  body .md-pb135 {
    padding-bottom: 135px !important;
  }
  body .md-pl135 {
    padding-left: 135px !important;
  }
  body .md-pr135 {
    padding-right: 135px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m135 {
    margin: 135px !important;
  }
  body .sm-mt135 {
    margin-top: 135px !important;
  }
  body .sm-mb135 {
    margin-bottom: 135px !important;
  }
  body .sm-ml135 {
    margin-left: 135px !important;
  }
  body .sm-mr135 {
    margin-right: 135px !important;
  }
  body .sm-p135 {
    padding: 135px !important;
  }
  body .sm-pt135 {
    padding-top: 135px !important;
  }
  body .sm-pb135 {
    padding-bottom: 135px !important;
  }
  body .sm-pl135 {
    padding-left: 135px !important;
  }
  body .sm-pr135 {
    padding-right: 135px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m135 {
    margin: 135px !important;
  }
  body .xs-mt135 {
    margin-top: 135px !important;
  }
  body .xs-mb135 {
    margin-bottom: 135px !important;
  }
  body .xs-ml135 {
    margin-left: 135px !important;
  }
  body .xs-mr135 {
    margin-right: 135px !important;
  }
  body .xs-p135 {
    padding: 135px !important;
  }
  body .xs-pt135 {
    padding-top: 135px !important;
  }
  body .xs-pb135 {
    padding-bottom: 135px !important;
  }
  body .xs-pl135 {
    padding-left: 135px !important;
  }
  body .xs-pr135 {
    padding-right: 135px !important;
  }
}
.m140 {
  margin: 140px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.p140 {
  padding: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m140 {
    margin: 140px !important;
  }
  body .md-mt140 {
    margin-top: 140px !important;
  }
  body .md-mb140 {
    margin-bottom: 140px !important;
  }
  body .md-ml140 {
    margin-left: 140px !important;
  }
  body .md-mr140 {
    margin-right: 140px !important;
  }
  body .md-p140 {
    padding: 140px !important;
  }
  body .md-pt140 {
    padding-top: 140px !important;
  }
  body .md-pb140 {
    padding-bottom: 140px !important;
  }
  body .md-pl140 {
    padding-left: 140px !important;
  }
  body .md-pr140 {
    padding-right: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m140 {
    margin: 140px !important;
  }
  body .sm-mt140 {
    margin-top: 140px !important;
  }
  body .sm-mb140 {
    margin-bottom: 140px !important;
  }
  body .sm-ml140 {
    margin-left: 140px !important;
  }
  body .sm-mr140 {
    margin-right: 140px !important;
  }
  body .sm-p140 {
    padding: 140px !important;
  }
  body .sm-pt140 {
    padding-top: 140px !important;
  }
  body .sm-pb140 {
    padding-bottom: 140px !important;
  }
  body .sm-pl140 {
    padding-left: 140px !important;
  }
  body .sm-pr140 {
    padding-right: 140px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m140 {
    margin: 140px !important;
  }
  body .xs-mt140 {
    margin-top: 140px !important;
  }
  body .xs-mb140 {
    margin-bottom: 140px !important;
  }
  body .xs-ml140 {
    margin-left: 140px !important;
  }
  body .xs-mr140 {
    margin-right: 140px !important;
  }
  body .xs-p140 {
    padding: 140px !important;
  }
  body .xs-pt140 {
    padding-top: 140px !important;
  }
  body .xs-pb140 {
    padding-bottom: 140px !important;
  }
  body .xs-pl140 {
    padding-left: 140px !important;
  }
  body .xs-pr140 {
    padding-right: 140px !important;
  }
}
.m145 {
  margin: 145px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.p145 {
  padding: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m145 {
    margin: 145px !important;
  }
  body .md-mt145 {
    margin-top: 145px !important;
  }
  body .md-mb145 {
    margin-bottom: 145px !important;
  }
  body .md-ml145 {
    margin-left: 145px !important;
  }
  body .md-mr145 {
    margin-right: 145px !important;
  }
  body .md-p145 {
    padding: 145px !important;
  }
  body .md-pt145 {
    padding-top: 145px !important;
  }
  body .md-pb145 {
    padding-bottom: 145px !important;
  }
  body .md-pl145 {
    padding-left: 145px !important;
  }
  body .md-pr145 {
    padding-right: 145px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m145 {
    margin: 145px !important;
  }
  body .sm-mt145 {
    margin-top: 145px !important;
  }
  body .sm-mb145 {
    margin-bottom: 145px !important;
  }
  body .sm-ml145 {
    margin-left: 145px !important;
  }
  body .sm-mr145 {
    margin-right: 145px !important;
  }
  body .sm-p145 {
    padding: 145px !important;
  }
  body .sm-pt145 {
    padding-top: 145px !important;
  }
  body .sm-pb145 {
    padding-bottom: 145px !important;
  }
  body .sm-pl145 {
    padding-left: 145px !important;
  }
  body .sm-pr145 {
    padding-right: 145px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m145 {
    margin: 145px !important;
  }
  body .xs-mt145 {
    margin-top: 145px !important;
  }
  body .xs-mb145 {
    margin-bottom: 145px !important;
  }
  body .xs-ml145 {
    margin-left: 145px !important;
  }
  body .xs-mr145 {
    margin-right: 145px !important;
  }
  body .xs-p145 {
    padding: 145px !important;
  }
  body .xs-pt145 {
    padding-top: 145px !important;
  }
  body .xs-pb145 {
    padding-bottom: 145px !important;
  }
  body .xs-pl145 {
    padding-left: 145px !important;
  }
  body .xs-pr145 {
    padding-right: 145px !important;
  }
}
.m150 {
  margin: 150px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.p150 {
  padding: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m150 {
    margin: 150px !important;
  }
  body .md-mt150 {
    margin-top: 150px !important;
  }
  body .md-mb150 {
    margin-bottom: 150px !important;
  }
  body .md-ml150 {
    margin-left: 150px !important;
  }
  body .md-mr150 {
    margin-right: 150px !important;
  }
  body .md-p150 {
    padding: 150px !important;
  }
  body .md-pt150 {
    padding-top: 150px !important;
  }
  body .md-pb150 {
    padding-bottom: 150px !important;
  }
  body .md-pl150 {
    padding-left: 150px !important;
  }
  body .md-pr150 {
    padding-right: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m150 {
    margin: 150px !important;
  }
  body .sm-mt150 {
    margin-top: 150px !important;
  }
  body .sm-mb150 {
    margin-bottom: 150px !important;
  }
  body .sm-ml150 {
    margin-left: 150px !important;
  }
  body .sm-mr150 {
    margin-right: 150px !important;
  }
  body .sm-p150 {
    padding: 150px !important;
  }
  body .sm-pt150 {
    padding-top: 150px !important;
  }
  body .sm-pb150 {
    padding-bottom: 150px !important;
  }
  body .sm-pl150 {
    padding-left: 150px !important;
  }
  body .sm-pr150 {
    padding-right: 150px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m150 {
    margin: 150px !important;
  }
  body .xs-mt150 {
    margin-top: 150px !important;
  }
  body .xs-mb150 {
    margin-bottom: 150px !important;
  }
  body .xs-ml150 {
    margin-left: 150px !important;
  }
  body .xs-mr150 {
    margin-right: 150px !important;
  }
  body .xs-p150 {
    padding: 150px !important;
  }
  body .xs-pt150 {
    padding-top: 150px !important;
  }
  body .xs-pb150 {
    padding-bottom: 150px !important;
  }
  body .xs-pl150 {
    padding-left: 150px !important;
  }
  body .xs-pr150 {
    padding-right: 150px !important;
  }
}
.m155 {
  margin: 155px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.p155 {
  padding: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m155 {
    margin: 155px !important;
  }
  body .md-mt155 {
    margin-top: 155px !important;
  }
  body .md-mb155 {
    margin-bottom: 155px !important;
  }
  body .md-ml155 {
    margin-left: 155px !important;
  }
  body .md-mr155 {
    margin-right: 155px !important;
  }
  body .md-p155 {
    padding: 155px !important;
  }
  body .md-pt155 {
    padding-top: 155px !important;
  }
  body .md-pb155 {
    padding-bottom: 155px !important;
  }
  body .md-pl155 {
    padding-left: 155px !important;
  }
  body .md-pr155 {
    padding-right: 155px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m155 {
    margin: 155px !important;
  }
  body .sm-mt155 {
    margin-top: 155px !important;
  }
  body .sm-mb155 {
    margin-bottom: 155px !important;
  }
  body .sm-ml155 {
    margin-left: 155px !important;
  }
  body .sm-mr155 {
    margin-right: 155px !important;
  }
  body .sm-p155 {
    padding: 155px !important;
  }
  body .sm-pt155 {
    padding-top: 155px !important;
  }
  body .sm-pb155 {
    padding-bottom: 155px !important;
  }
  body .sm-pl155 {
    padding-left: 155px !important;
  }
  body .sm-pr155 {
    padding-right: 155px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m155 {
    margin: 155px !important;
  }
  body .xs-mt155 {
    margin-top: 155px !important;
  }
  body .xs-mb155 {
    margin-bottom: 155px !important;
  }
  body .xs-ml155 {
    margin-left: 155px !important;
  }
  body .xs-mr155 {
    margin-right: 155px !important;
  }
  body .xs-p155 {
    padding: 155px !important;
  }
  body .xs-pt155 {
    padding-top: 155px !important;
  }
  body .xs-pb155 {
    padding-bottom: 155px !important;
  }
  body .xs-pl155 {
    padding-left: 155px !important;
  }
  body .xs-pr155 {
    padding-right: 155px !important;
  }
}
.m160 {
  margin: 160px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.p160 {
  padding: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m160 {
    margin: 160px !important;
  }
  body .md-mt160 {
    margin-top: 160px !important;
  }
  body .md-mb160 {
    margin-bottom: 160px !important;
  }
  body .md-ml160 {
    margin-left: 160px !important;
  }
  body .md-mr160 {
    margin-right: 160px !important;
  }
  body .md-p160 {
    padding: 160px !important;
  }
  body .md-pt160 {
    padding-top: 160px !important;
  }
  body .md-pb160 {
    padding-bottom: 160px !important;
  }
  body .md-pl160 {
    padding-left: 160px !important;
  }
  body .md-pr160 {
    padding-right: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m160 {
    margin: 160px !important;
  }
  body .sm-mt160 {
    margin-top: 160px !important;
  }
  body .sm-mb160 {
    margin-bottom: 160px !important;
  }
  body .sm-ml160 {
    margin-left: 160px !important;
  }
  body .sm-mr160 {
    margin-right: 160px !important;
  }
  body .sm-p160 {
    padding: 160px !important;
  }
  body .sm-pt160 {
    padding-top: 160px !important;
  }
  body .sm-pb160 {
    padding-bottom: 160px !important;
  }
  body .sm-pl160 {
    padding-left: 160px !important;
  }
  body .sm-pr160 {
    padding-right: 160px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m160 {
    margin: 160px !important;
  }
  body .xs-mt160 {
    margin-top: 160px !important;
  }
  body .xs-mb160 {
    margin-bottom: 160px !important;
  }
  body .xs-ml160 {
    margin-left: 160px !important;
  }
  body .xs-mr160 {
    margin-right: 160px !important;
  }
  body .xs-p160 {
    padding: 160px !important;
  }
  body .xs-pt160 {
    padding-top: 160px !important;
  }
  body .xs-pb160 {
    padding-bottom: 160px !important;
  }
  body .xs-pl160 {
    padding-left: 160px !important;
  }
  body .xs-pr160 {
    padding-right: 160px !important;
  }
}
.m165 {
  margin: 165px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.p165 {
  padding: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m165 {
    margin: 165px !important;
  }
  body .md-mt165 {
    margin-top: 165px !important;
  }
  body .md-mb165 {
    margin-bottom: 165px !important;
  }
  body .md-ml165 {
    margin-left: 165px !important;
  }
  body .md-mr165 {
    margin-right: 165px !important;
  }
  body .md-p165 {
    padding: 165px !important;
  }
  body .md-pt165 {
    padding-top: 165px !important;
  }
  body .md-pb165 {
    padding-bottom: 165px !important;
  }
  body .md-pl165 {
    padding-left: 165px !important;
  }
  body .md-pr165 {
    padding-right: 165px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m165 {
    margin: 165px !important;
  }
  body .sm-mt165 {
    margin-top: 165px !important;
  }
  body .sm-mb165 {
    margin-bottom: 165px !important;
  }
  body .sm-ml165 {
    margin-left: 165px !important;
  }
  body .sm-mr165 {
    margin-right: 165px !important;
  }
  body .sm-p165 {
    padding: 165px !important;
  }
  body .sm-pt165 {
    padding-top: 165px !important;
  }
  body .sm-pb165 {
    padding-bottom: 165px !important;
  }
  body .sm-pl165 {
    padding-left: 165px !important;
  }
  body .sm-pr165 {
    padding-right: 165px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m165 {
    margin: 165px !important;
  }
  body .xs-mt165 {
    margin-top: 165px !important;
  }
  body .xs-mb165 {
    margin-bottom: 165px !important;
  }
  body .xs-ml165 {
    margin-left: 165px !important;
  }
  body .xs-mr165 {
    margin-right: 165px !important;
  }
  body .xs-p165 {
    padding: 165px !important;
  }
  body .xs-pt165 {
    padding-top: 165px !important;
  }
  body .xs-pb165 {
    padding-bottom: 165px !important;
  }
  body .xs-pl165 {
    padding-left: 165px !important;
  }
  body .xs-pr165 {
    padding-right: 165px !important;
  }
}
.m170 {
  margin: 170px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.p170 {
  padding: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m170 {
    margin: 170px !important;
  }
  body .md-mt170 {
    margin-top: 170px !important;
  }
  body .md-mb170 {
    margin-bottom: 170px !important;
  }
  body .md-ml170 {
    margin-left: 170px !important;
  }
  body .md-mr170 {
    margin-right: 170px !important;
  }
  body .md-p170 {
    padding: 170px !important;
  }
  body .md-pt170 {
    padding-top: 170px !important;
  }
  body .md-pb170 {
    padding-bottom: 170px !important;
  }
  body .md-pl170 {
    padding-left: 170px !important;
  }
  body .md-pr170 {
    padding-right: 170px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m170 {
    margin: 170px !important;
  }
  body .sm-mt170 {
    margin-top: 170px !important;
  }
  body .sm-mb170 {
    margin-bottom: 170px !important;
  }
  body .sm-ml170 {
    margin-left: 170px !important;
  }
  body .sm-mr170 {
    margin-right: 170px !important;
  }
  body .sm-p170 {
    padding: 170px !important;
  }
  body .sm-pt170 {
    padding-top: 170px !important;
  }
  body .sm-pb170 {
    padding-bottom: 170px !important;
  }
  body .sm-pl170 {
    padding-left: 170px !important;
  }
  body .sm-pr170 {
    padding-right: 170px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m170 {
    margin: 170px !important;
  }
  body .xs-mt170 {
    margin-top: 170px !important;
  }
  body .xs-mb170 {
    margin-bottom: 170px !important;
  }
  body .xs-ml170 {
    margin-left: 170px !important;
  }
  body .xs-mr170 {
    margin-right: 170px !important;
  }
  body .xs-p170 {
    padding: 170px !important;
  }
  body .xs-pt170 {
    padding-top: 170px !important;
  }
  body .xs-pb170 {
    padding-bottom: 170px !important;
  }
  body .xs-pl170 {
    padding-left: 170px !important;
  }
  body .xs-pr170 {
    padding-right: 170px !important;
  }
}
.m175 {
  margin: 175px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.p175 {
  padding: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m175 {
    margin: 175px !important;
  }
  body .md-mt175 {
    margin-top: 175px !important;
  }
  body .md-mb175 {
    margin-bottom: 175px !important;
  }
  body .md-ml175 {
    margin-left: 175px !important;
  }
  body .md-mr175 {
    margin-right: 175px !important;
  }
  body .md-p175 {
    padding: 175px !important;
  }
  body .md-pt175 {
    padding-top: 175px !important;
  }
  body .md-pb175 {
    padding-bottom: 175px !important;
  }
  body .md-pl175 {
    padding-left: 175px !important;
  }
  body .md-pr175 {
    padding-right: 175px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m175 {
    margin: 175px !important;
  }
  body .sm-mt175 {
    margin-top: 175px !important;
  }
  body .sm-mb175 {
    margin-bottom: 175px !important;
  }
  body .sm-ml175 {
    margin-left: 175px !important;
  }
  body .sm-mr175 {
    margin-right: 175px !important;
  }
  body .sm-p175 {
    padding: 175px !important;
  }
  body .sm-pt175 {
    padding-top: 175px !important;
  }
  body .sm-pb175 {
    padding-bottom: 175px !important;
  }
  body .sm-pl175 {
    padding-left: 175px !important;
  }
  body .sm-pr175 {
    padding-right: 175px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m175 {
    margin: 175px !important;
  }
  body .xs-mt175 {
    margin-top: 175px !important;
  }
  body .xs-mb175 {
    margin-bottom: 175px !important;
  }
  body .xs-ml175 {
    margin-left: 175px !important;
  }
  body .xs-mr175 {
    margin-right: 175px !important;
  }
  body .xs-p175 {
    padding: 175px !important;
  }
  body .xs-pt175 {
    padding-top: 175px !important;
  }
  body .xs-pb175 {
    padding-bottom: 175px !important;
  }
  body .xs-pl175 {
    padding-left: 175px !important;
  }
  body .xs-pr175 {
    padding-right: 175px !important;
  }
}
.m180 {
  margin: 180px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.p180 {
  padding: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m180 {
    margin: 180px !important;
  }
  body .md-mt180 {
    margin-top: 180px !important;
  }
  body .md-mb180 {
    margin-bottom: 180px !important;
  }
  body .md-ml180 {
    margin-left: 180px !important;
  }
  body .md-mr180 {
    margin-right: 180px !important;
  }
  body .md-p180 {
    padding: 180px !important;
  }
  body .md-pt180 {
    padding-top: 180px !important;
  }
  body .md-pb180 {
    padding-bottom: 180px !important;
  }
  body .md-pl180 {
    padding-left: 180px !important;
  }
  body .md-pr180 {
    padding-right: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m180 {
    margin: 180px !important;
  }
  body .sm-mt180 {
    margin-top: 180px !important;
  }
  body .sm-mb180 {
    margin-bottom: 180px !important;
  }
  body .sm-ml180 {
    margin-left: 180px !important;
  }
  body .sm-mr180 {
    margin-right: 180px !important;
  }
  body .sm-p180 {
    padding: 180px !important;
  }
  body .sm-pt180 {
    padding-top: 180px !important;
  }
  body .sm-pb180 {
    padding-bottom: 180px !important;
  }
  body .sm-pl180 {
    padding-left: 180px !important;
  }
  body .sm-pr180 {
    padding-right: 180px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m180 {
    margin: 180px !important;
  }
  body .xs-mt180 {
    margin-top: 180px !important;
  }
  body .xs-mb180 {
    margin-bottom: 180px !important;
  }
  body .xs-ml180 {
    margin-left: 180px !important;
  }
  body .xs-mr180 {
    margin-right: 180px !important;
  }
  body .xs-p180 {
    padding: 180px !important;
  }
  body .xs-pt180 {
    padding-top: 180px !important;
  }
  body .xs-pb180 {
    padding-bottom: 180px !important;
  }
  body .xs-pl180 {
    padding-left: 180px !important;
  }
  body .xs-pr180 {
    padding-right: 180px !important;
  }
}
.m185 {
  margin: 185px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.p185 {
  padding: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m185 {
    margin: 185px !important;
  }
  body .md-mt185 {
    margin-top: 185px !important;
  }
  body .md-mb185 {
    margin-bottom: 185px !important;
  }
  body .md-ml185 {
    margin-left: 185px !important;
  }
  body .md-mr185 {
    margin-right: 185px !important;
  }
  body .md-p185 {
    padding: 185px !important;
  }
  body .md-pt185 {
    padding-top: 185px !important;
  }
  body .md-pb185 {
    padding-bottom: 185px !important;
  }
  body .md-pl185 {
    padding-left: 185px !important;
  }
  body .md-pr185 {
    padding-right: 185px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m185 {
    margin: 185px !important;
  }
  body .sm-mt185 {
    margin-top: 185px !important;
  }
  body .sm-mb185 {
    margin-bottom: 185px !important;
  }
  body .sm-ml185 {
    margin-left: 185px !important;
  }
  body .sm-mr185 {
    margin-right: 185px !important;
  }
  body .sm-p185 {
    padding: 185px !important;
  }
  body .sm-pt185 {
    padding-top: 185px !important;
  }
  body .sm-pb185 {
    padding-bottom: 185px !important;
  }
  body .sm-pl185 {
    padding-left: 185px !important;
  }
  body .sm-pr185 {
    padding-right: 185px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m185 {
    margin: 185px !important;
  }
  body .xs-mt185 {
    margin-top: 185px !important;
  }
  body .xs-mb185 {
    margin-bottom: 185px !important;
  }
  body .xs-ml185 {
    margin-left: 185px !important;
  }
  body .xs-mr185 {
    margin-right: 185px !important;
  }
  body .xs-p185 {
    padding: 185px !important;
  }
  body .xs-pt185 {
    padding-top: 185px !important;
  }
  body .xs-pb185 {
    padding-bottom: 185px !important;
  }
  body .xs-pl185 {
    padding-left: 185px !important;
  }
  body .xs-pr185 {
    padding-right: 185px !important;
  }
}
.m190 {
  margin: 190px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.p190 {
  padding: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m190 {
    margin: 190px !important;
  }
  body .md-mt190 {
    margin-top: 190px !important;
  }
  body .md-mb190 {
    margin-bottom: 190px !important;
  }
  body .md-ml190 {
    margin-left: 190px !important;
  }
  body .md-mr190 {
    margin-right: 190px !important;
  }
  body .md-p190 {
    padding: 190px !important;
  }
  body .md-pt190 {
    padding-top: 190px !important;
  }
  body .md-pb190 {
    padding-bottom: 190px !important;
  }
  body .md-pl190 {
    padding-left: 190px !important;
  }
  body .md-pr190 {
    padding-right: 190px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m190 {
    margin: 190px !important;
  }
  body .sm-mt190 {
    margin-top: 190px !important;
  }
  body .sm-mb190 {
    margin-bottom: 190px !important;
  }
  body .sm-ml190 {
    margin-left: 190px !important;
  }
  body .sm-mr190 {
    margin-right: 190px !important;
  }
  body .sm-p190 {
    padding: 190px !important;
  }
  body .sm-pt190 {
    padding-top: 190px !important;
  }
  body .sm-pb190 {
    padding-bottom: 190px !important;
  }
  body .sm-pl190 {
    padding-left: 190px !important;
  }
  body .sm-pr190 {
    padding-right: 190px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m190 {
    margin: 190px !important;
  }
  body .xs-mt190 {
    margin-top: 190px !important;
  }
  body .xs-mb190 {
    margin-bottom: 190px !important;
  }
  body .xs-ml190 {
    margin-left: 190px !important;
  }
  body .xs-mr190 {
    margin-right: 190px !important;
  }
  body .xs-p190 {
    padding: 190px !important;
  }
  body .xs-pt190 {
    padding-top: 190px !important;
  }
  body .xs-pb190 {
    padding-bottom: 190px !important;
  }
  body .xs-pl190 {
    padding-left: 190px !important;
  }
  body .xs-pr190 {
    padding-right: 190px !important;
  }
}
.m195 {
  margin: 195px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.p195 {
  padding: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m195 {
    margin: 195px !important;
  }
  body .md-mt195 {
    margin-top: 195px !important;
  }
  body .md-mb195 {
    margin-bottom: 195px !important;
  }
  body .md-ml195 {
    margin-left: 195px !important;
  }
  body .md-mr195 {
    margin-right: 195px !important;
  }
  body .md-p195 {
    padding: 195px !important;
  }
  body .md-pt195 {
    padding-top: 195px !important;
  }
  body .md-pb195 {
    padding-bottom: 195px !important;
  }
  body .md-pl195 {
    padding-left: 195px !important;
  }
  body .md-pr195 {
    padding-right: 195px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m195 {
    margin: 195px !important;
  }
  body .sm-mt195 {
    margin-top: 195px !important;
  }
  body .sm-mb195 {
    margin-bottom: 195px !important;
  }
  body .sm-ml195 {
    margin-left: 195px !important;
  }
  body .sm-mr195 {
    margin-right: 195px !important;
  }
  body .sm-p195 {
    padding: 195px !important;
  }
  body .sm-pt195 {
    padding-top: 195px !important;
  }
  body .sm-pb195 {
    padding-bottom: 195px !important;
  }
  body .sm-pl195 {
    padding-left: 195px !important;
  }
  body .sm-pr195 {
    padding-right: 195px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m195 {
    margin: 195px !important;
  }
  body .xs-mt195 {
    margin-top: 195px !important;
  }
  body .xs-mb195 {
    margin-bottom: 195px !important;
  }
  body .xs-ml195 {
    margin-left: 195px !important;
  }
  body .xs-mr195 {
    margin-right: 195px !important;
  }
  body .xs-p195 {
    padding: 195px !important;
  }
  body .xs-pt195 {
    padding-top: 195px !important;
  }
  body .xs-pb195 {
    padding-bottom: 195px !important;
  }
  body .xs-pl195 {
    padding-left: 195px !important;
  }
  body .xs-pr195 {
    padding-right: 195px !important;
  }
}
.m200 {
  margin: 200px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.p200 {
  padding: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m200 {
    margin: 200px !important;
  }
  body .md-mt200 {
    margin-top: 200px !important;
  }
  body .md-mb200 {
    margin-bottom: 200px !important;
  }
  body .md-ml200 {
    margin-left: 200px !important;
  }
  body .md-mr200 {
    margin-right: 200px !important;
  }
  body .md-p200 {
    padding: 200px !important;
  }
  body .md-pt200 {
    padding-top: 200px !important;
  }
  body .md-pb200 {
    padding-bottom: 200px !important;
  }
  body .md-pl200 {
    padding-left: 200px !important;
  }
  body .md-pr200 {
    padding-right: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m200 {
    margin: 200px !important;
  }
  body .sm-mt200 {
    margin-top: 200px !important;
  }
  body .sm-mb200 {
    margin-bottom: 200px !important;
  }
  body .sm-ml200 {
    margin-left: 200px !important;
  }
  body .sm-mr200 {
    margin-right: 200px !important;
  }
  body .sm-p200 {
    padding: 200px !important;
  }
  body .sm-pt200 {
    padding-top: 200px !important;
  }
  body .sm-pb200 {
    padding-bottom: 200px !important;
  }
  body .sm-pl200 {
    padding-left: 200px !important;
  }
  body .sm-pr200 {
    padding-right: 200px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m200 {
    margin: 200px !important;
  }
  body .xs-mt200 {
    margin-top: 200px !important;
  }
  body .xs-mb200 {
    margin-bottom: 200px !important;
  }
  body .xs-ml200 {
    margin-left: 200px !important;
  }
  body .xs-mr200 {
    margin-right: 200px !important;
  }
  body .xs-p200 {
    padding: 200px !important;
  }
  body .xs-pt200 {
    padding-top: 200px !important;
  }
  body .xs-pb200 {
    padding-bottom: 200px !important;
  }
  body .xs-pl200 {
    padding-left: 200px !important;
  }
  body .xs-pr200 {
    padding-right: 200px !important;
  }
}
.m205 {
  margin: 205px !important;
}

.mt205 {
  margin-top: 205px !important;
}

.mb205 {
  margin-bottom: 205px !important;
}

.ml205 {
  margin-left: 205px !important;
}

.mr205 {
  margin-right: 205px !important;
}

.p205 {
  padding: 205px !important;
}

.pt205 {
  padding-top: 205px !important;
}

.pb205 {
  padding-bottom: 205px !important;
}

.pl205 {
  padding-left: 205px !important;
}

.pr205 {
  padding-right: 205px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m205 {
    margin: 205px !important;
  }
  body .md-mt205 {
    margin-top: 205px !important;
  }
  body .md-mb205 {
    margin-bottom: 205px !important;
  }
  body .md-ml205 {
    margin-left: 205px !important;
  }
  body .md-mr205 {
    margin-right: 205px !important;
  }
  body .md-p205 {
    padding: 205px !important;
  }
  body .md-pt205 {
    padding-top: 205px !important;
  }
  body .md-pb205 {
    padding-bottom: 205px !important;
  }
  body .md-pl205 {
    padding-left: 205px !important;
  }
  body .md-pr205 {
    padding-right: 205px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m205 {
    margin: 205px !important;
  }
  body .sm-mt205 {
    margin-top: 205px !important;
  }
  body .sm-mb205 {
    margin-bottom: 205px !important;
  }
  body .sm-ml205 {
    margin-left: 205px !important;
  }
  body .sm-mr205 {
    margin-right: 205px !important;
  }
  body .sm-p205 {
    padding: 205px !important;
  }
  body .sm-pt205 {
    padding-top: 205px !important;
  }
  body .sm-pb205 {
    padding-bottom: 205px !important;
  }
  body .sm-pl205 {
    padding-left: 205px !important;
  }
  body .sm-pr205 {
    padding-right: 205px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m205 {
    margin: 205px !important;
  }
  body .xs-mt205 {
    margin-top: 205px !important;
  }
  body .xs-mb205 {
    margin-bottom: 205px !important;
  }
  body .xs-ml205 {
    margin-left: 205px !important;
  }
  body .xs-mr205 {
    margin-right: 205px !important;
  }
  body .xs-p205 {
    padding: 205px !important;
  }
  body .xs-pt205 {
    padding-top: 205px !important;
  }
  body .xs-pb205 {
    padding-bottom: 205px !important;
  }
  body .xs-pl205 {
    padding-left: 205px !important;
  }
  body .xs-pr205 {
    padding-right: 205px !important;
  }
}
.m210 {
  margin: 210px !important;
}

.mt210 {
  margin-top: 210px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.ml210 {
  margin-left: 210px !important;
}

.mr210 {
  margin-right: 210px !important;
}

.p210 {
  padding: 210px !important;
}

.pt210 {
  padding-top: 210px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.pl210 {
  padding-left: 210px !important;
}

.pr210 {
  padding-right: 210px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m210 {
    margin: 210px !important;
  }
  body .md-mt210 {
    margin-top: 210px !important;
  }
  body .md-mb210 {
    margin-bottom: 210px !important;
  }
  body .md-ml210 {
    margin-left: 210px !important;
  }
  body .md-mr210 {
    margin-right: 210px !important;
  }
  body .md-p210 {
    padding: 210px !important;
  }
  body .md-pt210 {
    padding-top: 210px !important;
  }
  body .md-pb210 {
    padding-bottom: 210px !important;
  }
  body .md-pl210 {
    padding-left: 210px !important;
  }
  body .md-pr210 {
    padding-right: 210px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m210 {
    margin: 210px !important;
  }
  body .sm-mt210 {
    margin-top: 210px !important;
  }
  body .sm-mb210 {
    margin-bottom: 210px !important;
  }
  body .sm-ml210 {
    margin-left: 210px !important;
  }
  body .sm-mr210 {
    margin-right: 210px !important;
  }
  body .sm-p210 {
    padding: 210px !important;
  }
  body .sm-pt210 {
    padding-top: 210px !important;
  }
  body .sm-pb210 {
    padding-bottom: 210px !important;
  }
  body .sm-pl210 {
    padding-left: 210px !important;
  }
  body .sm-pr210 {
    padding-right: 210px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m210 {
    margin: 210px !important;
  }
  body .xs-mt210 {
    margin-top: 210px !important;
  }
  body .xs-mb210 {
    margin-bottom: 210px !important;
  }
  body .xs-ml210 {
    margin-left: 210px !important;
  }
  body .xs-mr210 {
    margin-right: 210px !important;
  }
  body .xs-p210 {
    padding: 210px !important;
  }
  body .xs-pt210 {
    padding-top: 210px !important;
  }
  body .xs-pb210 {
    padding-bottom: 210px !important;
  }
  body .xs-pl210 {
    padding-left: 210px !important;
  }
  body .xs-pr210 {
    padding-right: 210px !important;
  }
}
.m215 {
  margin: 215px !important;
}

.mt215 {
  margin-top: 215px !important;
}

.mb215 {
  margin-bottom: 215px !important;
}

.ml215 {
  margin-left: 215px !important;
}

.mr215 {
  margin-right: 215px !important;
}

.p215 {
  padding: 215px !important;
}

.pt215 {
  padding-top: 215px !important;
}

.pb215 {
  padding-bottom: 215px !important;
}

.pl215 {
  padding-left: 215px !important;
}

.pr215 {
  padding-right: 215px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m215 {
    margin: 215px !important;
  }
  body .md-mt215 {
    margin-top: 215px !important;
  }
  body .md-mb215 {
    margin-bottom: 215px !important;
  }
  body .md-ml215 {
    margin-left: 215px !important;
  }
  body .md-mr215 {
    margin-right: 215px !important;
  }
  body .md-p215 {
    padding: 215px !important;
  }
  body .md-pt215 {
    padding-top: 215px !important;
  }
  body .md-pb215 {
    padding-bottom: 215px !important;
  }
  body .md-pl215 {
    padding-left: 215px !important;
  }
  body .md-pr215 {
    padding-right: 215px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m215 {
    margin: 215px !important;
  }
  body .sm-mt215 {
    margin-top: 215px !important;
  }
  body .sm-mb215 {
    margin-bottom: 215px !important;
  }
  body .sm-ml215 {
    margin-left: 215px !important;
  }
  body .sm-mr215 {
    margin-right: 215px !important;
  }
  body .sm-p215 {
    padding: 215px !important;
  }
  body .sm-pt215 {
    padding-top: 215px !important;
  }
  body .sm-pb215 {
    padding-bottom: 215px !important;
  }
  body .sm-pl215 {
    padding-left: 215px !important;
  }
  body .sm-pr215 {
    padding-right: 215px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m215 {
    margin: 215px !important;
  }
  body .xs-mt215 {
    margin-top: 215px !important;
  }
  body .xs-mb215 {
    margin-bottom: 215px !important;
  }
  body .xs-ml215 {
    margin-left: 215px !important;
  }
  body .xs-mr215 {
    margin-right: 215px !important;
  }
  body .xs-p215 {
    padding: 215px !important;
  }
  body .xs-pt215 {
    padding-top: 215px !important;
  }
  body .xs-pb215 {
    padding-bottom: 215px !important;
  }
  body .xs-pl215 {
    padding-left: 215px !important;
  }
  body .xs-pr215 {
    padding-right: 215px !important;
  }
}
.m220 {
  margin: 220px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.ml220 {
  margin-left: 220px !important;
}

.mr220 {
  margin-right: 220px !important;
}

.p220 {
  padding: 220px !important;
}

.pt220 {
  padding-top: 220px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.pl220 {
  padding-left: 220px !important;
}

.pr220 {
  padding-right: 220px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m220 {
    margin: 220px !important;
  }
  body .md-mt220 {
    margin-top: 220px !important;
  }
  body .md-mb220 {
    margin-bottom: 220px !important;
  }
  body .md-ml220 {
    margin-left: 220px !important;
  }
  body .md-mr220 {
    margin-right: 220px !important;
  }
  body .md-p220 {
    padding: 220px !important;
  }
  body .md-pt220 {
    padding-top: 220px !important;
  }
  body .md-pb220 {
    padding-bottom: 220px !important;
  }
  body .md-pl220 {
    padding-left: 220px !important;
  }
  body .md-pr220 {
    padding-right: 220px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m220 {
    margin: 220px !important;
  }
  body .sm-mt220 {
    margin-top: 220px !important;
  }
  body .sm-mb220 {
    margin-bottom: 220px !important;
  }
  body .sm-ml220 {
    margin-left: 220px !important;
  }
  body .sm-mr220 {
    margin-right: 220px !important;
  }
  body .sm-p220 {
    padding: 220px !important;
  }
  body .sm-pt220 {
    padding-top: 220px !important;
  }
  body .sm-pb220 {
    padding-bottom: 220px !important;
  }
  body .sm-pl220 {
    padding-left: 220px !important;
  }
  body .sm-pr220 {
    padding-right: 220px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m220 {
    margin: 220px !important;
  }
  body .xs-mt220 {
    margin-top: 220px !important;
  }
  body .xs-mb220 {
    margin-bottom: 220px !important;
  }
  body .xs-ml220 {
    margin-left: 220px !important;
  }
  body .xs-mr220 {
    margin-right: 220px !important;
  }
  body .xs-p220 {
    padding: 220px !important;
  }
  body .xs-pt220 {
    padding-top: 220px !important;
  }
  body .xs-pb220 {
    padding-bottom: 220px !important;
  }
  body .xs-pl220 {
    padding-left: 220px !important;
  }
  body .xs-pr220 {
    padding-right: 220px !important;
  }
}
.m225 {
  margin: 225px !important;
}

.mt225 {
  margin-top: 225px !important;
}

.mb225 {
  margin-bottom: 225px !important;
}

.ml225 {
  margin-left: 225px !important;
}

.mr225 {
  margin-right: 225px !important;
}

.p225 {
  padding: 225px !important;
}

.pt225 {
  padding-top: 225px !important;
}

.pb225 {
  padding-bottom: 225px !important;
}

.pl225 {
  padding-left: 225px !important;
}

.pr225 {
  padding-right: 225px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m225 {
    margin: 225px !important;
  }
  body .md-mt225 {
    margin-top: 225px !important;
  }
  body .md-mb225 {
    margin-bottom: 225px !important;
  }
  body .md-ml225 {
    margin-left: 225px !important;
  }
  body .md-mr225 {
    margin-right: 225px !important;
  }
  body .md-p225 {
    padding: 225px !important;
  }
  body .md-pt225 {
    padding-top: 225px !important;
  }
  body .md-pb225 {
    padding-bottom: 225px !important;
  }
  body .md-pl225 {
    padding-left: 225px !important;
  }
  body .md-pr225 {
    padding-right: 225px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m225 {
    margin: 225px !important;
  }
  body .sm-mt225 {
    margin-top: 225px !important;
  }
  body .sm-mb225 {
    margin-bottom: 225px !important;
  }
  body .sm-ml225 {
    margin-left: 225px !important;
  }
  body .sm-mr225 {
    margin-right: 225px !important;
  }
  body .sm-p225 {
    padding: 225px !important;
  }
  body .sm-pt225 {
    padding-top: 225px !important;
  }
  body .sm-pb225 {
    padding-bottom: 225px !important;
  }
  body .sm-pl225 {
    padding-left: 225px !important;
  }
  body .sm-pr225 {
    padding-right: 225px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m225 {
    margin: 225px !important;
  }
  body .xs-mt225 {
    margin-top: 225px !important;
  }
  body .xs-mb225 {
    margin-bottom: 225px !important;
  }
  body .xs-ml225 {
    margin-left: 225px !important;
  }
  body .xs-mr225 {
    margin-right: 225px !important;
  }
  body .xs-p225 {
    padding: 225px !important;
  }
  body .xs-pt225 {
    padding-top: 225px !important;
  }
  body .xs-pb225 {
    padding-bottom: 225px !important;
  }
  body .xs-pl225 {
    padding-left: 225px !important;
  }
  body .xs-pr225 {
    padding-right: 225px !important;
  }
}
.m230 {
  margin: 230px !important;
}

.mt230 {
  margin-top: 230px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.ml230 {
  margin-left: 230px !important;
}

.mr230 {
  margin-right: 230px !important;
}

.p230 {
  padding: 230px !important;
}

.pt230 {
  padding-top: 230px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.pl230 {
  padding-left: 230px !important;
}

.pr230 {
  padding-right: 230px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m230 {
    margin: 230px !important;
  }
  body .md-mt230 {
    margin-top: 230px !important;
  }
  body .md-mb230 {
    margin-bottom: 230px !important;
  }
  body .md-ml230 {
    margin-left: 230px !important;
  }
  body .md-mr230 {
    margin-right: 230px !important;
  }
  body .md-p230 {
    padding: 230px !important;
  }
  body .md-pt230 {
    padding-top: 230px !important;
  }
  body .md-pb230 {
    padding-bottom: 230px !important;
  }
  body .md-pl230 {
    padding-left: 230px !important;
  }
  body .md-pr230 {
    padding-right: 230px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m230 {
    margin: 230px !important;
  }
  body .sm-mt230 {
    margin-top: 230px !important;
  }
  body .sm-mb230 {
    margin-bottom: 230px !important;
  }
  body .sm-ml230 {
    margin-left: 230px !important;
  }
  body .sm-mr230 {
    margin-right: 230px !important;
  }
  body .sm-p230 {
    padding: 230px !important;
  }
  body .sm-pt230 {
    padding-top: 230px !important;
  }
  body .sm-pb230 {
    padding-bottom: 230px !important;
  }
  body .sm-pl230 {
    padding-left: 230px !important;
  }
  body .sm-pr230 {
    padding-right: 230px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m230 {
    margin: 230px !important;
  }
  body .xs-mt230 {
    margin-top: 230px !important;
  }
  body .xs-mb230 {
    margin-bottom: 230px !important;
  }
  body .xs-ml230 {
    margin-left: 230px !important;
  }
  body .xs-mr230 {
    margin-right: 230px !important;
  }
  body .xs-p230 {
    padding: 230px !important;
  }
  body .xs-pt230 {
    padding-top: 230px !important;
  }
  body .xs-pb230 {
    padding-bottom: 230px !important;
  }
  body .xs-pl230 {
    padding-left: 230px !important;
  }
  body .xs-pr230 {
    padding-right: 230px !important;
  }
}
.m235 {
  margin: 235px !important;
}

.mt235 {
  margin-top: 235px !important;
}

.mb235 {
  margin-bottom: 235px !important;
}

.ml235 {
  margin-left: 235px !important;
}

.mr235 {
  margin-right: 235px !important;
}

.p235 {
  padding: 235px !important;
}

.pt235 {
  padding-top: 235px !important;
}

.pb235 {
  padding-bottom: 235px !important;
}

.pl235 {
  padding-left: 235px !important;
}

.pr235 {
  padding-right: 235px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m235 {
    margin: 235px !important;
  }
  body .md-mt235 {
    margin-top: 235px !important;
  }
  body .md-mb235 {
    margin-bottom: 235px !important;
  }
  body .md-ml235 {
    margin-left: 235px !important;
  }
  body .md-mr235 {
    margin-right: 235px !important;
  }
  body .md-p235 {
    padding: 235px !important;
  }
  body .md-pt235 {
    padding-top: 235px !important;
  }
  body .md-pb235 {
    padding-bottom: 235px !important;
  }
  body .md-pl235 {
    padding-left: 235px !important;
  }
  body .md-pr235 {
    padding-right: 235px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m235 {
    margin: 235px !important;
  }
  body .sm-mt235 {
    margin-top: 235px !important;
  }
  body .sm-mb235 {
    margin-bottom: 235px !important;
  }
  body .sm-ml235 {
    margin-left: 235px !important;
  }
  body .sm-mr235 {
    margin-right: 235px !important;
  }
  body .sm-p235 {
    padding: 235px !important;
  }
  body .sm-pt235 {
    padding-top: 235px !important;
  }
  body .sm-pb235 {
    padding-bottom: 235px !important;
  }
  body .sm-pl235 {
    padding-left: 235px !important;
  }
  body .sm-pr235 {
    padding-right: 235px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m235 {
    margin: 235px !important;
  }
  body .xs-mt235 {
    margin-top: 235px !important;
  }
  body .xs-mb235 {
    margin-bottom: 235px !important;
  }
  body .xs-ml235 {
    margin-left: 235px !important;
  }
  body .xs-mr235 {
    margin-right: 235px !important;
  }
  body .xs-p235 {
    padding: 235px !important;
  }
  body .xs-pt235 {
    padding-top: 235px !important;
  }
  body .xs-pb235 {
    padding-bottom: 235px !important;
  }
  body .xs-pl235 {
    padding-left: 235px !important;
  }
  body .xs-pr235 {
    padding-right: 235px !important;
  }
}
.m240 {
  margin: 240px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.ml240 {
  margin-left: 240px !important;
}

.mr240 {
  margin-right: 240px !important;
}

.p240 {
  padding: 240px !important;
}

.pt240 {
  padding-top: 240px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pl240 {
  padding-left: 240px !important;
}

.pr240 {
  padding-right: 240px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m240 {
    margin: 240px !important;
  }
  body .md-mt240 {
    margin-top: 240px !important;
  }
  body .md-mb240 {
    margin-bottom: 240px !important;
  }
  body .md-ml240 {
    margin-left: 240px !important;
  }
  body .md-mr240 {
    margin-right: 240px !important;
  }
  body .md-p240 {
    padding: 240px !important;
  }
  body .md-pt240 {
    padding-top: 240px !important;
  }
  body .md-pb240 {
    padding-bottom: 240px !important;
  }
  body .md-pl240 {
    padding-left: 240px !important;
  }
  body .md-pr240 {
    padding-right: 240px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m240 {
    margin: 240px !important;
  }
  body .sm-mt240 {
    margin-top: 240px !important;
  }
  body .sm-mb240 {
    margin-bottom: 240px !important;
  }
  body .sm-ml240 {
    margin-left: 240px !important;
  }
  body .sm-mr240 {
    margin-right: 240px !important;
  }
  body .sm-p240 {
    padding: 240px !important;
  }
  body .sm-pt240 {
    padding-top: 240px !important;
  }
  body .sm-pb240 {
    padding-bottom: 240px !important;
  }
  body .sm-pl240 {
    padding-left: 240px !important;
  }
  body .sm-pr240 {
    padding-right: 240px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m240 {
    margin: 240px !important;
  }
  body .xs-mt240 {
    margin-top: 240px !important;
  }
  body .xs-mb240 {
    margin-bottom: 240px !important;
  }
  body .xs-ml240 {
    margin-left: 240px !important;
  }
  body .xs-mr240 {
    margin-right: 240px !important;
  }
  body .xs-p240 {
    padding: 240px !important;
  }
  body .xs-pt240 {
    padding-top: 240px !important;
  }
  body .xs-pb240 {
    padding-bottom: 240px !important;
  }
  body .xs-pl240 {
    padding-left: 240px !important;
  }
  body .xs-pr240 {
    padding-right: 240px !important;
  }
}
.m245 {
  margin: 245px !important;
}

.mt245 {
  margin-top: 245px !important;
}

.mb245 {
  margin-bottom: 245px !important;
}

.ml245 {
  margin-left: 245px !important;
}

.mr245 {
  margin-right: 245px !important;
}

.p245 {
  padding: 245px !important;
}

.pt245 {
  padding-top: 245px !important;
}

.pb245 {
  padding-bottom: 245px !important;
}

.pl245 {
  padding-left: 245px !important;
}

.pr245 {
  padding-right: 245px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m245 {
    margin: 245px !important;
  }
  body .md-mt245 {
    margin-top: 245px !important;
  }
  body .md-mb245 {
    margin-bottom: 245px !important;
  }
  body .md-ml245 {
    margin-left: 245px !important;
  }
  body .md-mr245 {
    margin-right: 245px !important;
  }
  body .md-p245 {
    padding: 245px !important;
  }
  body .md-pt245 {
    padding-top: 245px !important;
  }
  body .md-pb245 {
    padding-bottom: 245px !important;
  }
  body .md-pl245 {
    padding-left: 245px !important;
  }
  body .md-pr245 {
    padding-right: 245px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m245 {
    margin: 245px !important;
  }
  body .sm-mt245 {
    margin-top: 245px !important;
  }
  body .sm-mb245 {
    margin-bottom: 245px !important;
  }
  body .sm-ml245 {
    margin-left: 245px !important;
  }
  body .sm-mr245 {
    margin-right: 245px !important;
  }
  body .sm-p245 {
    padding: 245px !important;
  }
  body .sm-pt245 {
    padding-top: 245px !important;
  }
  body .sm-pb245 {
    padding-bottom: 245px !important;
  }
  body .sm-pl245 {
    padding-left: 245px !important;
  }
  body .sm-pr245 {
    padding-right: 245px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m245 {
    margin: 245px !important;
  }
  body .xs-mt245 {
    margin-top: 245px !important;
  }
  body .xs-mb245 {
    margin-bottom: 245px !important;
  }
  body .xs-ml245 {
    margin-left: 245px !important;
  }
  body .xs-mr245 {
    margin-right: 245px !important;
  }
  body .xs-p245 {
    padding: 245px !important;
  }
  body .xs-pt245 {
    padding-top: 245px !important;
  }
  body .xs-pb245 {
    padding-bottom: 245px !important;
  }
  body .xs-pl245 {
    padding-left: 245px !important;
  }
  body .xs-pr245 {
    padding-right: 245px !important;
  }
}
.m250 {
  margin: 250px !important;
}

.mt250 {
  margin-top: 250px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.ml250 {
  margin-left: 250px !important;
}

.mr250 {
  margin-right: 250px !important;
}

.p250 {
  padding: 250px !important;
}

.pt250 {
  padding-top: 250px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pl250 {
  padding-left: 250px !important;
}

.pr250 {
  padding-right: 250px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m250 {
    margin: 250px !important;
  }
  body .md-mt250 {
    margin-top: 250px !important;
  }
  body .md-mb250 {
    margin-bottom: 250px !important;
  }
  body .md-ml250 {
    margin-left: 250px !important;
  }
  body .md-mr250 {
    margin-right: 250px !important;
  }
  body .md-p250 {
    padding: 250px !important;
  }
  body .md-pt250 {
    padding-top: 250px !important;
  }
  body .md-pb250 {
    padding-bottom: 250px !important;
  }
  body .md-pl250 {
    padding-left: 250px !important;
  }
  body .md-pr250 {
    padding-right: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m250 {
    margin: 250px !important;
  }
  body .sm-mt250 {
    margin-top: 250px !important;
  }
  body .sm-mb250 {
    margin-bottom: 250px !important;
  }
  body .sm-ml250 {
    margin-left: 250px !important;
  }
  body .sm-mr250 {
    margin-right: 250px !important;
  }
  body .sm-p250 {
    padding: 250px !important;
  }
  body .sm-pt250 {
    padding-top: 250px !important;
  }
  body .sm-pb250 {
    padding-bottom: 250px !important;
  }
  body .sm-pl250 {
    padding-left: 250px !important;
  }
  body .sm-pr250 {
    padding-right: 250px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m250 {
    margin: 250px !important;
  }
  body .xs-mt250 {
    margin-top: 250px !important;
  }
  body .xs-mb250 {
    margin-bottom: 250px !important;
  }
  body .xs-ml250 {
    margin-left: 250px !important;
  }
  body .xs-mr250 {
    margin-right: 250px !important;
  }
  body .xs-p250 {
    padding: 250px !important;
  }
  body .xs-pt250 {
    padding-top: 250px !important;
  }
  body .xs-pb250 {
    padding-bottom: 250px !important;
  }
  body .xs-pl250 {
    padding-left: 250px !important;
  }
  body .xs-pr250 {
    padding-right: 250px !important;
  }
}
.m255 {
  margin: 255px !important;
}

.mt255 {
  margin-top: 255px !important;
}

.mb255 {
  margin-bottom: 255px !important;
}

.ml255 {
  margin-left: 255px !important;
}

.mr255 {
  margin-right: 255px !important;
}

.p255 {
  padding: 255px !important;
}

.pt255 {
  padding-top: 255px !important;
}

.pb255 {
  padding-bottom: 255px !important;
}

.pl255 {
  padding-left: 255px !important;
}

.pr255 {
  padding-right: 255px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m255 {
    margin: 255px !important;
  }
  body .md-mt255 {
    margin-top: 255px !important;
  }
  body .md-mb255 {
    margin-bottom: 255px !important;
  }
  body .md-ml255 {
    margin-left: 255px !important;
  }
  body .md-mr255 {
    margin-right: 255px !important;
  }
  body .md-p255 {
    padding: 255px !important;
  }
  body .md-pt255 {
    padding-top: 255px !important;
  }
  body .md-pb255 {
    padding-bottom: 255px !important;
  }
  body .md-pl255 {
    padding-left: 255px !important;
  }
  body .md-pr255 {
    padding-right: 255px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m255 {
    margin: 255px !important;
  }
  body .sm-mt255 {
    margin-top: 255px !important;
  }
  body .sm-mb255 {
    margin-bottom: 255px !important;
  }
  body .sm-ml255 {
    margin-left: 255px !important;
  }
  body .sm-mr255 {
    margin-right: 255px !important;
  }
  body .sm-p255 {
    padding: 255px !important;
  }
  body .sm-pt255 {
    padding-top: 255px !important;
  }
  body .sm-pb255 {
    padding-bottom: 255px !important;
  }
  body .sm-pl255 {
    padding-left: 255px !important;
  }
  body .sm-pr255 {
    padding-right: 255px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m255 {
    margin: 255px !important;
  }
  body .xs-mt255 {
    margin-top: 255px !important;
  }
  body .xs-mb255 {
    margin-bottom: 255px !important;
  }
  body .xs-ml255 {
    margin-left: 255px !important;
  }
  body .xs-mr255 {
    margin-right: 255px !important;
  }
  body .xs-p255 {
    padding: 255px !important;
  }
  body .xs-pt255 {
    padding-top: 255px !important;
  }
  body .xs-pb255 {
    padding-bottom: 255px !important;
  }
  body .xs-pl255 {
    padding-left: 255px !important;
  }
  body .xs-pr255 {
    padding-right: 255px !important;
  }
}
.m260 {
  margin: 260px !important;
}

.mt260 {
  margin-top: 260px !important;
}

.mb260 {
  margin-bottom: 260px !important;
}

.ml260 {
  margin-left: 260px !important;
}

.mr260 {
  margin-right: 260px !important;
}

.p260 {
  padding: 260px !important;
}

.pt260 {
  padding-top: 260px !important;
}

.pb260 {
  padding-bottom: 260px !important;
}

.pl260 {
  padding-left: 260px !important;
}

.pr260 {
  padding-right: 260px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m260 {
    margin: 260px !important;
  }
  body .md-mt260 {
    margin-top: 260px !important;
  }
  body .md-mb260 {
    margin-bottom: 260px !important;
  }
  body .md-ml260 {
    margin-left: 260px !important;
  }
  body .md-mr260 {
    margin-right: 260px !important;
  }
  body .md-p260 {
    padding: 260px !important;
  }
  body .md-pt260 {
    padding-top: 260px !important;
  }
  body .md-pb260 {
    padding-bottom: 260px !important;
  }
  body .md-pl260 {
    padding-left: 260px !important;
  }
  body .md-pr260 {
    padding-right: 260px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m260 {
    margin: 260px !important;
  }
  body .sm-mt260 {
    margin-top: 260px !important;
  }
  body .sm-mb260 {
    margin-bottom: 260px !important;
  }
  body .sm-ml260 {
    margin-left: 260px !important;
  }
  body .sm-mr260 {
    margin-right: 260px !important;
  }
  body .sm-p260 {
    padding: 260px !important;
  }
  body .sm-pt260 {
    padding-top: 260px !important;
  }
  body .sm-pb260 {
    padding-bottom: 260px !important;
  }
  body .sm-pl260 {
    padding-left: 260px !important;
  }
  body .sm-pr260 {
    padding-right: 260px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m260 {
    margin: 260px !important;
  }
  body .xs-mt260 {
    margin-top: 260px !important;
  }
  body .xs-mb260 {
    margin-bottom: 260px !important;
  }
  body .xs-ml260 {
    margin-left: 260px !important;
  }
  body .xs-mr260 {
    margin-right: 260px !important;
  }
  body .xs-p260 {
    padding: 260px !important;
  }
  body .xs-pt260 {
    padding-top: 260px !important;
  }
  body .xs-pb260 {
    padding-bottom: 260px !important;
  }
  body .xs-pl260 {
    padding-left: 260px !important;
  }
  body .xs-pr260 {
    padding-right: 260px !important;
  }
}
.m265 {
  margin: 265px !important;
}

.mt265 {
  margin-top: 265px !important;
}

.mb265 {
  margin-bottom: 265px !important;
}

.ml265 {
  margin-left: 265px !important;
}

.mr265 {
  margin-right: 265px !important;
}

.p265 {
  padding: 265px !important;
}

.pt265 {
  padding-top: 265px !important;
}

.pb265 {
  padding-bottom: 265px !important;
}

.pl265 {
  padding-left: 265px !important;
}

.pr265 {
  padding-right: 265px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m265 {
    margin: 265px !important;
  }
  body .md-mt265 {
    margin-top: 265px !important;
  }
  body .md-mb265 {
    margin-bottom: 265px !important;
  }
  body .md-ml265 {
    margin-left: 265px !important;
  }
  body .md-mr265 {
    margin-right: 265px !important;
  }
  body .md-p265 {
    padding: 265px !important;
  }
  body .md-pt265 {
    padding-top: 265px !important;
  }
  body .md-pb265 {
    padding-bottom: 265px !important;
  }
  body .md-pl265 {
    padding-left: 265px !important;
  }
  body .md-pr265 {
    padding-right: 265px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m265 {
    margin: 265px !important;
  }
  body .sm-mt265 {
    margin-top: 265px !important;
  }
  body .sm-mb265 {
    margin-bottom: 265px !important;
  }
  body .sm-ml265 {
    margin-left: 265px !important;
  }
  body .sm-mr265 {
    margin-right: 265px !important;
  }
  body .sm-p265 {
    padding: 265px !important;
  }
  body .sm-pt265 {
    padding-top: 265px !important;
  }
  body .sm-pb265 {
    padding-bottom: 265px !important;
  }
  body .sm-pl265 {
    padding-left: 265px !important;
  }
  body .sm-pr265 {
    padding-right: 265px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m265 {
    margin: 265px !important;
  }
  body .xs-mt265 {
    margin-top: 265px !important;
  }
  body .xs-mb265 {
    margin-bottom: 265px !important;
  }
  body .xs-ml265 {
    margin-left: 265px !important;
  }
  body .xs-mr265 {
    margin-right: 265px !important;
  }
  body .xs-p265 {
    padding: 265px !important;
  }
  body .xs-pt265 {
    padding-top: 265px !important;
  }
  body .xs-pb265 {
    padding-bottom: 265px !important;
  }
  body .xs-pl265 {
    padding-left: 265px !important;
  }
  body .xs-pr265 {
    padding-right: 265px !important;
  }
}
.m270 {
  margin: 270px !important;
}

.mt270 {
  margin-top: 270px !important;
}

.mb270 {
  margin-bottom: 270px !important;
}

.ml270 {
  margin-left: 270px !important;
}

.mr270 {
  margin-right: 270px !important;
}

.p270 {
  padding: 270px !important;
}

.pt270 {
  padding-top: 270px !important;
}

.pb270 {
  padding-bottom: 270px !important;
}

.pl270 {
  padding-left: 270px !important;
}

.pr270 {
  padding-right: 270px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m270 {
    margin: 270px !important;
  }
  body .md-mt270 {
    margin-top: 270px !important;
  }
  body .md-mb270 {
    margin-bottom: 270px !important;
  }
  body .md-ml270 {
    margin-left: 270px !important;
  }
  body .md-mr270 {
    margin-right: 270px !important;
  }
  body .md-p270 {
    padding: 270px !important;
  }
  body .md-pt270 {
    padding-top: 270px !important;
  }
  body .md-pb270 {
    padding-bottom: 270px !important;
  }
  body .md-pl270 {
    padding-left: 270px !important;
  }
  body .md-pr270 {
    padding-right: 270px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m270 {
    margin: 270px !important;
  }
  body .sm-mt270 {
    margin-top: 270px !important;
  }
  body .sm-mb270 {
    margin-bottom: 270px !important;
  }
  body .sm-ml270 {
    margin-left: 270px !important;
  }
  body .sm-mr270 {
    margin-right: 270px !important;
  }
  body .sm-p270 {
    padding: 270px !important;
  }
  body .sm-pt270 {
    padding-top: 270px !important;
  }
  body .sm-pb270 {
    padding-bottom: 270px !important;
  }
  body .sm-pl270 {
    padding-left: 270px !important;
  }
  body .sm-pr270 {
    padding-right: 270px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m270 {
    margin: 270px !important;
  }
  body .xs-mt270 {
    margin-top: 270px !important;
  }
  body .xs-mb270 {
    margin-bottom: 270px !important;
  }
  body .xs-ml270 {
    margin-left: 270px !important;
  }
  body .xs-mr270 {
    margin-right: 270px !important;
  }
  body .xs-p270 {
    padding: 270px !important;
  }
  body .xs-pt270 {
    padding-top: 270px !important;
  }
  body .xs-pb270 {
    padding-bottom: 270px !important;
  }
  body .xs-pl270 {
    padding-left: 270px !important;
  }
  body .xs-pr270 {
    padding-right: 270px !important;
  }
}
.m275 {
  margin: 275px !important;
}

.mt275 {
  margin-top: 275px !important;
}

.mb275 {
  margin-bottom: 275px !important;
}

.ml275 {
  margin-left: 275px !important;
}

.mr275 {
  margin-right: 275px !important;
}

.p275 {
  padding: 275px !important;
}

.pt275 {
  padding-top: 275px !important;
}

.pb275 {
  padding-bottom: 275px !important;
}

.pl275 {
  padding-left: 275px !important;
}

.pr275 {
  padding-right: 275px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m275 {
    margin: 275px !important;
  }
  body .md-mt275 {
    margin-top: 275px !important;
  }
  body .md-mb275 {
    margin-bottom: 275px !important;
  }
  body .md-ml275 {
    margin-left: 275px !important;
  }
  body .md-mr275 {
    margin-right: 275px !important;
  }
  body .md-p275 {
    padding: 275px !important;
  }
  body .md-pt275 {
    padding-top: 275px !important;
  }
  body .md-pb275 {
    padding-bottom: 275px !important;
  }
  body .md-pl275 {
    padding-left: 275px !important;
  }
  body .md-pr275 {
    padding-right: 275px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m275 {
    margin: 275px !important;
  }
  body .sm-mt275 {
    margin-top: 275px !important;
  }
  body .sm-mb275 {
    margin-bottom: 275px !important;
  }
  body .sm-ml275 {
    margin-left: 275px !important;
  }
  body .sm-mr275 {
    margin-right: 275px !important;
  }
  body .sm-p275 {
    padding: 275px !important;
  }
  body .sm-pt275 {
    padding-top: 275px !important;
  }
  body .sm-pb275 {
    padding-bottom: 275px !important;
  }
  body .sm-pl275 {
    padding-left: 275px !important;
  }
  body .sm-pr275 {
    padding-right: 275px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m275 {
    margin: 275px !important;
  }
  body .xs-mt275 {
    margin-top: 275px !important;
  }
  body .xs-mb275 {
    margin-bottom: 275px !important;
  }
  body .xs-ml275 {
    margin-left: 275px !important;
  }
  body .xs-mr275 {
    margin-right: 275px !important;
  }
  body .xs-p275 {
    padding: 275px !important;
  }
  body .xs-pt275 {
    padding-top: 275px !important;
  }
  body .xs-pb275 {
    padding-bottom: 275px !important;
  }
  body .xs-pl275 {
    padding-left: 275px !important;
  }
  body .xs-pr275 {
    padding-right: 275px !important;
  }
}
.m280 {
  margin: 280px !important;
}

.mt280 {
  margin-top: 280px !important;
}

.mb280 {
  margin-bottom: 280px !important;
}

.ml280 {
  margin-left: 280px !important;
}

.mr280 {
  margin-right: 280px !important;
}

.p280 {
  padding: 280px !important;
}

.pt280 {
  padding-top: 280px !important;
}

.pb280 {
  padding-bottom: 280px !important;
}

.pl280 {
  padding-left: 280px !important;
}

.pr280 {
  padding-right: 280px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m280 {
    margin: 280px !important;
  }
  body .md-mt280 {
    margin-top: 280px !important;
  }
  body .md-mb280 {
    margin-bottom: 280px !important;
  }
  body .md-ml280 {
    margin-left: 280px !important;
  }
  body .md-mr280 {
    margin-right: 280px !important;
  }
  body .md-p280 {
    padding: 280px !important;
  }
  body .md-pt280 {
    padding-top: 280px !important;
  }
  body .md-pb280 {
    padding-bottom: 280px !important;
  }
  body .md-pl280 {
    padding-left: 280px !important;
  }
  body .md-pr280 {
    padding-right: 280px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m280 {
    margin: 280px !important;
  }
  body .sm-mt280 {
    margin-top: 280px !important;
  }
  body .sm-mb280 {
    margin-bottom: 280px !important;
  }
  body .sm-ml280 {
    margin-left: 280px !important;
  }
  body .sm-mr280 {
    margin-right: 280px !important;
  }
  body .sm-p280 {
    padding: 280px !important;
  }
  body .sm-pt280 {
    padding-top: 280px !important;
  }
  body .sm-pb280 {
    padding-bottom: 280px !important;
  }
  body .sm-pl280 {
    padding-left: 280px !important;
  }
  body .sm-pr280 {
    padding-right: 280px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m280 {
    margin: 280px !important;
  }
  body .xs-mt280 {
    margin-top: 280px !important;
  }
  body .xs-mb280 {
    margin-bottom: 280px !important;
  }
  body .xs-ml280 {
    margin-left: 280px !important;
  }
  body .xs-mr280 {
    margin-right: 280px !important;
  }
  body .xs-p280 {
    padding: 280px !important;
  }
  body .xs-pt280 {
    padding-top: 280px !important;
  }
  body .xs-pb280 {
    padding-bottom: 280px !important;
  }
  body .xs-pl280 {
    padding-left: 280px !important;
  }
  body .xs-pr280 {
    padding-right: 280px !important;
  }
}
.m285 {
  margin: 285px !important;
}

.mt285 {
  margin-top: 285px !important;
}

.mb285 {
  margin-bottom: 285px !important;
}

.ml285 {
  margin-left: 285px !important;
}

.mr285 {
  margin-right: 285px !important;
}

.p285 {
  padding: 285px !important;
}

.pt285 {
  padding-top: 285px !important;
}

.pb285 {
  padding-bottom: 285px !important;
}

.pl285 {
  padding-left: 285px !important;
}

.pr285 {
  padding-right: 285px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m285 {
    margin: 285px !important;
  }
  body .md-mt285 {
    margin-top: 285px !important;
  }
  body .md-mb285 {
    margin-bottom: 285px !important;
  }
  body .md-ml285 {
    margin-left: 285px !important;
  }
  body .md-mr285 {
    margin-right: 285px !important;
  }
  body .md-p285 {
    padding: 285px !important;
  }
  body .md-pt285 {
    padding-top: 285px !important;
  }
  body .md-pb285 {
    padding-bottom: 285px !important;
  }
  body .md-pl285 {
    padding-left: 285px !important;
  }
  body .md-pr285 {
    padding-right: 285px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m285 {
    margin: 285px !important;
  }
  body .sm-mt285 {
    margin-top: 285px !important;
  }
  body .sm-mb285 {
    margin-bottom: 285px !important;
  }
  body .sm-ml285 {
    margin-left: 285px !important;
  }
  body .sm-mr285 {
    margin-right: 285px !important;
  }
  body .sm-p285 {
    padding: 285px !important;
  }
  body .sm-pt285 {
    padding-top: 285px !important;
  }
  body .sm-pb285 {
    padding-bottom: 285px !important;
  }
  body .sm-pl285 {
    padding-left: 285px !important;
  }
  body .sm-pr285 {
    padding-right: 285px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m285 {
    margin: 285px !important;
  }
  body .xs-mt285 {
    margin-top: 285px !important;
  }
  body .xs-mb285 {
    margin-bottom: 285px !important;
  }
  body .xs-ml285 {
    margin-left: 285px !important;
  }
  body .xs-mr285 {
    margin-right: 285px !important;
  }
  body .xs-p285 {
    padding: 285px !important;
  }
  body .xs-pt285 {
    padding-top: 285px !important;
  }
  body .xs-pb285 {
    padding-bottom: 285px !important;
  }
  body .xs-pl285 {
    padding-left: 285px !important;
  }
  body .xs-pr285 {
    padding-right: 285px !important;
  }
}
.m290 {
  margin: 290px !important;
}

.mt290 {
  margin-top: 290px !important;
}

.mb290 {
  margin-bottom: 290px !important;
}

.ml290 {
  margin-left: 290px !important;
}

.mr290 {
  margin-right: 290px !important;
}

.p290 {
  padding: 290px !important;
}

.pt290 {
  padding-top: 290px !important;
}

.pb290 {
  padding-bottom: 290px !important;
}

.pl290 {
  padding-left: 290px !important;
}

.pr290 {
  padding-right: 290px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m290 {
    margin: 290px !important;
  }
  body .md-mt290 {
    margin-top: 290px !important;
  }
  body .md-mb290 {
    margin-bottom: 290px !important;
  }
  body .md-ml290 {
    margin-left: 290px !important;
  }
  body .md-mr290 {
    margin-right: 290px !important;
  }
  body .md-p290 {
    padding: 290px !important;
  }
  body .md-pt290 {
    padding-top: 290px !important;
  }
  body .md-pb290 {
    padding-bottom: 290px !important;
  }
  body .md-pl290 {
    padding-left: 290px !important;
  }
  body .md-pr290 {
    padding-right: 290px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m290 {
    margin: 290px !important;
  }
  body .sm-mt290 {
    margin-top: 290px !important;
  }
  body .sm-mb290 {
    margin-bottom: 290px !important;
  }
  body .sm-ml290 {
    margin-left: 290px !important;
  }
  body .sm-mr290 {
    margin-right: 290px !important;
  }
  body .sm-p290 {
    padding: 290px !important;
  }
  body .sm-pt290 {
    padding-top: 290px !important;
  }
  body .sm-pb290 {
    padding-bottom: 290px !important;
  }
  body .sm-pl290 {
    padding-left: 290px !important;
  }
  body .sm-pr290 {
    padding-right: 290px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m290 {
    margin: 290px !important;
  }
  body .xs-mt290 {
    margin-top: 290px !important;
  }
  body .xs-mb290 {
    margin-bottom: 290px !important;
  }
  body .xs-ml290 {
    margin-left: 290px !important;
  }
  body .xs-mr290 {
    margin-right: 290px !important;
  }
  body .xs-p290 {
    padding: 290px !important;
  }
  body .xs-pt290 {
    padding-top: 290px !important;
  }
  body .xs-pb290 {
    padding-bottom: 290px !important;
  }
  body .xs-pl290 {
    padding-left: 290px !important;
  }
  body .xs-pr290 {
    padding-right: 290px !important;
  }
}
.m295 {
  margin: 295px !important;
}

.mt295 {
  margin-top: 295px !important;
}

.mb295 {
  margin-bottom: 295px !important;
}

.ml295 {
  margin-left: 295px !important;
}

.mr295 {
  margin-right: 295px !important;
}

.p295 {
  padding: 295px !important;
}

.pt295 {
  padding-top: 295px !important;
}

.pb295 {
  padding-bottom: 295px !important;
}

.pl295 {
  padding-left: 295px !important;
}

.pr295 {
  padding-right: 295px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m295 {
    margin: 295px !important;
  }
  body .md-mt295 {
    margin-top: 295px !important;
  }
  body .md-mb295 {
    margin-bottom: 295px !important;
  }
  body .md-ml295 {
    margin-left: 295px !important;
  }
  body .md-mr295 {
    margin-right: 295px !important;
  }
  body .md-p295 {
    padding: 295px !important;
  }
  body .md-pt295 {
    padding-top: 295px !important;
  }
  body .md-pb295 {
    padding-bottom: 295px !important;
  }
  body .md-pl295 {
    padding-left: 295px !important;
  }
  body .md-pr295 {
    padding-right: 295px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m295 {
    margin: 295px !important;
  }
  body .sm-mt295 {
    margin-top: 295px !important;
  }
  body .sm-mb295 {
    margin-bottom: 295px !important;
  }
  body .sm-ml295 {
    margin-left: 295px !important;
  }
  body .sm-mr295 {
    margin-right: 295px !important;
  }
  body .sm-p295 {
    padding: 295px !important;
  }
  body .sm-pt295 {
    padding-top: 295px !important;
  }
  body .sm-pb295 {
    padding-bottom: 295px !important;
  }
  body .sm-pl295 {
    padding-left: 295px !important;
  }
  body .sm-pr295 {
    padding-right: 295px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m295 {
    margin: 295px !important;
  }
  body .xs-mt295 {
    margin-top: 295px !important;
  }
  body .xs-mb295 {
    margin-bottom: 295px !important;
  }
  body .xs-ml295 {
    margin-left: 295px !important;
  }
  body .xs-mr295 {
    margin-right: 295px !important;
  }
  body .xs-p295 {
    padding: 295px !important;
  }
  body .xs-pt295 {
    padding-top: 295px !important;
  }
  body .xs-pb295 {
    padding-bottom: 295px !important;
  }
  body .xs-pl295 {
    padding-left: 295px !important;
  }
  body .xs-pr295 {
    padding-right: 295px !important;
  }
}
.m300 {
  margin: 300px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.ml300 {
  margin-left: 300px !important;
}

.mr300 {
  margin-right: 300px !important;
}

.p300 {
  padding: 300px !important;
}

.pt300 {
  padding-top: 300px !important;
}

.pb300 {
  padding-bottom: 300px !important;
}

.pl300 {
  padding-left: 300px !important;
}

.pr300 {
  padding-right: 300px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m300 {
    margin: 300px !important;
  }
  body .md-mt300 {
    margin-top: 300px !important;
  }
  body .md-mb300 {
    margin-bottom: 300px !important;
  }
  body .md-ml300 {
    margin-left: 300px !important;
  }
  body .md-mr300 {
    margin-right: 300px !important;
  }
  body .md-p300 {
    padding: 300px !important;
  }
  body .md-pt300 {
    padding-top: 300px !important;
  }
  body .md-pb300 {
    padding-bottom: 300px !important;
  }
  body .md-pl300 {
    padding-left: 300px !important;
  }
  body .md-pr300 {
    padding-right: 300px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m300 {
    margin: 300px !important;
  }
  body .sm-mt300 {
    margin-top: 300px !important;
  }
  body .sm-mb300 {
    margin-bottom: 300px !important;
  }
  body .sm-ml300 {
    margin-left: 300px !important;
  }
  body .sm-mr300 {
    margin-right: 300px !important;
  }
  body .sm-p300 {
    padding: 300px !important;
  }
  body .sm-pt300 {
    padding-top: 300px !important;
  }
  body .sm-pb300 {
    padding-bottom: 300px !important;
  }
  body .sm-pl300 {
    padding-left: 300px !important;
  }
  body .sm-pr300 {
    padding-right: 300px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m300 {
    margin: 300px !important;
  }
  body .xs-mt300 {
    margin-top: 300px !important;
  }
  body .xs-mb300 {
    margin-bottom: 300px !important;
  }
  body .xs-ml300 {
    margin-left: 300px !important;
  }
  body .xs-mr300 {
    margin-right: 300px !important;
  }
  body .xs-p300 {
    padding: 300px !important;
  }
  body .xs-pt300 {
    padding-top: 300px !important;
  }
  body .xs-pb300 {
    padding-bottom: 300px !important;
  }
  body .xs-pl300 {
    padding-left: 300px !important;
  }
  body .xs-pr300 {
    padding-right: 300px !important;
  }
}
.m305 {
  margin: 305px !important;
}

.mt305 {
  margin-top: 305px !important;
}

.mb305 {
  margin-bottom: 305px !important;
}

.ml305 {
  margin-left: 305px !important;
}

.mr305 {
  margin-right: 305px !important;
}

.p305 {
  padding: 305px !important;
}

.pt305 {
  padding-top: 305px !important;
}

.pb305 {
  padding-bottom: 305px !important;
}

.pl305 {
  padding-left: 305px !important;
}

.pr305 {
  padding-right: 305px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m305 {
    margin: 305px !important;
  }
  body .md-mt305 {
    margin-top: 305px !important;
  }
  body .md-mb305 {
    margin-bottom: 305px !important;
  }
  body .md-ml305 {
    margin-left: 305px !important;
  }
  body .md-mr305 {
    margin-right: 305px !important;
  }
  body .md-p305 {
    padding: 305px !important;
  }
  body .md-pt305 {
    padding-top: 305px !important;
  }
  body .md-pb305 {
    padding-bottom: 305px !important;
  }
  body .md-pl305 {
    padding-left: 305px !important;
  }
  body .md-pr305 {
    padding-right: 305px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m305 {
    margin: 305px !important;
  }
  body .sm-mt305 {
    margin-top: 305px !important;
  }
  body .sm-mb305 {
    margin-bottom: 305px !important;
  }
  body .sm-ml305 {
    margin-left: 305px !important;
  }
  body .sm-mr305 {
    margin-right: 305px !important;
  }
  body .sm-p305 {
    padding: 305px !important;
  }
  body .sm-pt305 {
    padding-top: 305px !important;
  }
  body .sm-pb305 {
    padding-bottom: 305px !important;
  }
  body .sm-pl305 {
    padding-left: 305px !important;
  }
  body .sm-pr305 {
    padding-right: 305px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m305 {
    margin: 305px !important;
  }
  body .xs-mt305 {
    margin-top: 305px !important;
  }
  body .xs-mb305 {
    margin-bottom: 305px !important;
  }
  body .xs-ml305 {
    margin-left: 305px !important;
  }
  body .xs-mr305 {
    margin-right: 305px !important;
  }
  body .xs-p305 {
    padding: 305px !important;
  }
  body .xs-pt305 {
    padding-top: 305px !important;
  }
  body .xs-pb305 {
    padding-bottom: 305px !important;
  }
  body .xs-pl305 {
    padding-left: 305px !important;
  }
  body .xs-pr305 {
    padding-right: 305px !important;
  }
}
.m310 {
  margin: 310px !important;
}

.mt310 {
  margin-top: 310px !important;
}

.mb310 {
  margin-bottom: 310px !important;
}

.ml310 {
  margin-left: 310px !important;
}

.mr310 {
  margin-right: 310px !important;
}

.p310 {
  padding: 310px !important;
}

.pt310 {
  padding-top: 310px !important;
}

.pb310 {
  padding-bottom: 310px !important;
}

.pl310 {
  padding-left: 310px !important;
}

.pr310 {
  padding-right: 310px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m310 {
    margin: 310px !important;
  }
  body .md-mt310 {
    margin-top: 310px !important;
  }
  body .md-mb310 {
    margin-bottom: 310px !important;
  }
  body .md-ml310 {
    margin-left: 310px !important;
  }
  body .md-mr310 {
    margin-right: 310px !important;
  }
  body .md-p310 {
    padding: 310px !important;
  }
  body .md-pt310 {
    padding-top: 310px !important;
  }
  body .md-pb310 {
    padding-bottom: 310px !important;
  }
  body .md-pl310 {
    padding-left: 310px !important;
  }
  body .md-pr310 {
    padding-right: 310px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m310 {
    margin: 310px !important;
  }
  body .sm-mt310 {
    margin-top: 310px !important;
  }
  body .sm-mb310 {
    margin-bottom: 310px !important;
  }
  body .sm-ml310 {
    margin-left: 310px !important;
  }
  body .sm-mr310 {
    margin-right: 310px !important;
  }
  body .sm-p310 {
    padding: 310px !important;
  }
  body .sm-pt310 {
    padding-top: 310px !important;
  }
  body .sm-pb310 {
    padding-bottom: 310px !important;
  }
  body .sm-pl310 {
    padding-left: 310px !important;
  }
  body .sm-pr310 {
    padding-right: 310px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m310 {
    margin: 310px !important;
  }
  body .xs-mt310 {
    margin-top: 310px !important;
  }
  body .xs-mb310 {
    margin-bottom: 310px !important;
  }
  body .xs-ml310 {
    margin-left: 310px !important;
  }
  body .xs-mr310 {
    margin-right: 310px !important;
  }
  body .xs-p310 {
    padding: 310px !important;
  }
  body .xs-pt310 {
    padding-top: 310px !important;
  }
  body .xs-pb310 {
    padding-bottom: 310px !important;
  }
  body .xs-pl310 {
    padding-left: 310px !important;
  }
  body .xs-pr310 {
    padding-right: 310px !important;
  }
}
.m315 {
  margin: 315px !important;
}

.mt315 {
  margin-top: 315px !important;
}

.mb315 {
  margin-bottom: 315px !important;
}

.ml315 {
  margin-left: 315px !important;
}

.mr315 {
  margin-right: 315px !important;
}

.p315 {
  padding: 315px !important;
}

.pt315 {
  padding-top: 315px !important;
}

.pb315 {
  padding-bottom: 315px !important;
}

.pl315 {
  padding-left: 315px !important;
}

.pr315 {
  padding-right: 315px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m315 {
    margin: 315px !important;
  }
  body .md-mt315 {
    margin-top: 315px !important;
  }
  body .md-mb315 {
    margin-bottom: 315px !important;
  }
  body .md-ml315 {
    margin-left: 315px !important;
  }
  body .md-mr315 {
    margin-right: 315px !important;
  }
  body .md-p315 {
    padding: 315px !important;
  }
  body .md-pt315 {
    padding-top: 315px !important;
  }
  body .md-pb315 {
    padding-bottom: 315px !important;
  }
  body .md-pl315 {
    padding-left: 315px !important;
  }
  body .md-pr315 {
    padding-right: 315px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m315 {
    margin: 315px !important;
  }
  body .sm-mt315 {
    margin-top: 315px !important;
  }
  body .sm-mb315 {
    margin-bottom: 315px !important;
  }
  body .sm-ml315 {
    margin-left: 315px !important;
  }
  body .sm-mr315 {
    margin-right: 315px !important;
  }
  body .sm-p315 {
    padding: 315px !important;
  }
  body .sm-pt315 {
    padding-top: 315px !important;
  }
  body .sm-pb315 {
    padding-bottom: 315px !important;
  }
  body .sm-pl315 {
    padding-left: 315px !important;
  }
  body .sm-pr315 {
    padding-right: 315px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m315 {
    margin: 315px !important;
  }
  body .xs-mt315 {
    margin-top: 315px !important;
  }
  body .xs-mb315 {
    margin-bottom: 315px !important;
  }
  body .xs-ml315 {
    margin-left: 315px !important;
  }
  body .xs-mr315 {
    margin-right: 315px !important;
  }
  body .xs-p315 {
    padding: 315px !important;
  }
  body .xs-pt315 {
    padding-top: 315px !important;
  }
  body .xs-pb315 {
    padding-bottom: 315px !important;
  }
  body .xs-pl315 {
    padding-left: 315px !important;
  }
  body .xs-pr315 {
    padding-right: 315px !important;
  }
}
.m320 {
  margin: 320px !important;
}

.mt320 {
  margin-top: 320px !important;
}

.mb320 {
  margin-bottom: 320px !important;
}

.ml320 {
  margin-left: 320px !important;
}

.mr320 {
  margin-right: 320px !important;
}

.p320 {
  padding: 320px !important;
}

.pt320 {
  padding-top: 320px !important;
}

.pb320 {
  padding-bottom: 320px !important;
}

.pl320 {
  padding-left: 320px !important;
}

.pr320 {
  padding-right: 320px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m320 {
    margin: 320px !important;
  }
  body .md-mt320 {
    margin-top: 320px !important;
  }
  body .md-mb320 {
    margin-bottom: 320px !important;
  }
  body .md-ml320 {
    margin-left: 320px !important;
  }
  body .md-mr320 {
    margin-right: 320px !important;
  }
  body .md-p320 {
    padding: 320px !important;
  }
  body .md-pt320 {
    padding-top: 320px !important;
  }
  body .md-pb320 {
    padding-bottom: 320px !important;
  }
  body .md-pl320 {
    padding-left: 320px !important;
  }
  body .md-pr320 {
    padding-right: 320px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m320 {
    margin: 320px !important;
  }
  body .sm-mt320 {
    margin-top: 320px !important;
  }
  body .sm-mb320 {
    margin-bottom: 320px !important;
  }
  body .sm-ml320 {
    margin-left: 320px !important;
  }
  body .sm-mr320 {
    margin-right: 320px !important;
  }
  body .sm-p320 {
    padding: 320px !important;
  }
  body .sm-pt320 {
    padding-top: 320px !important;
  }
  body .sm-pb320 {
    padding-bottom: 320px !important;
  }
  body .sm-pl320 {
    padding-left: 320px !important;
  }
  body .sm-pr320 {
    padding-right: 320px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m320 {
    margin: 320px !important;
  }
  body .xs-mt320 {
    margin-top: 320px !important;
  }
  body .xs-mb320 {
    margin-bottom: 320px !important;
  }
  body .xs-ml320 {
    margin-left: 320px !important;
  }
  body .xs-mr320 {
    margin-right: 320px !important;
  }
  body .xs-p320 {
    padding: 320px !important;
  }
  body .xs-pt320 {
    padding-top: 320px !important;
  }
  body .xs-pb320 {
    padding-bottom: 320px !important;
  }
  body .xs-pl320 {
    padding-left: 320px !important;
  }
  body .xs-pr320 {
    padding-right: 320px !important;
  }
}
.m325 {
  margin: 325px !important;
}

.mt325 {
  margin-top: 325px !important;
}

.mb325 {
  margin-bottom: 325px !important;
}

.ml325 {
  margin-left: 325px !important;
}

.mr325 {
  margin-right: 325px !important;
}

.p325 {
  padding: 325px !important;
}

.pt325 {
  padding-top: 325px !important;
}

.pb325 {
  padding-bottom: 325px !important;
}

.pl325 {
  padding-left: 325px !important;
}

.pr325 {
  padding-right: 325px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m325 {
    margin: 325px !important;
  }
  body .md-mt325 {
    margin-top: 325px !important;
  }
  body .md-mb325 {
    margin-bottom: 325px !important;
  }
  body .md-ml325 {
    margin-left: 325px !important;
  }
  body .md-mr325 {
    margin-right: 325px !important;
  }
  body .md-p325 {
    padding: 325px !important;
  }
  body .md-pt325 {
    padding-top: 325px !important;
  }
  body .md-pb325 {
    padding-bottom: 325px !important;
  }
  body .md-pl325 {
    padding-left: 325px !important;
  }
  body .md-pr325 {
    padding-right: 325px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m325 {
    margin: 325px !important;
  }
  body .sm-mt325 {
    margin-top: 325px !important;
  }
  body .sm-mb325 {
    margin-bottom: 325px !important;
  }
  body .sm-ml325 {
    margin-left: 325px !important;
  }
  body .sm-mr325 {
    margin-right: 325px !important;
  }
  body .sm-p325 {
    padding: 325px !important;
  }
  body .sm-pt325 {
    padding-top: 325px !important;
  }
  body .sm-pb325 {
    padding-bottom: 325px !important;
  }
  body .sm-pl325 {
    padding-left: 325px !important;
  }
  body .sm-pr325 {
    padding-right: 325px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m325 {
    margin: 325px !important;
  }
  body .xs-mt325 {
    margin-top: 325px !important;
  }
  body .xs-mb325 {
    margin-bottom: 325px !important;
  }
  body .xs-ml325 {
    margin-left: 325px !important;
  }
  body .xs-mr325 {
    margin-right: 325px !important;
  }
  body .xs-p325 {
    padding: 325px !important;
  }
  body .xs-pt325 {
    padding-top: 325px !important;
  }
  body .xs-pb325 {
    padding-bottom: 325px !important;
  }
  body .xs-pl325 {
    padding-left: 325px !important;
  }
  body .xs-pr325 {
    padding-right: 325px !important;
  }
}
.m330 {
  margin: 330px !important;
}

.mt330 {
  margin-top: 330px !important;
}

.mb330 {
  margin-bottom: 330px !important;
}

.ml330 {
  margin-left: 330px !important;
}

.mr330 {
  margin-right: 330px !important;
}

.p330 {
  padding: 330px !important;
}

.pt330 {
  padding-top: 330px !important;
}

.pb330 {
  padding-bottom: 330px !important;
}

.pl330 {
  padding-left: 330px !important;
}

.pr330 {
  padding-right: 330px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m330 {
    margin: 330px !important;
  }
  body .md-mt330 {
    margin-top: 330px !important;
  }
  body .md-mb330 {
    margin-bottom: 330px !important;
  }
  body .md-ml330 {
    margin-left: 330px !important;
  }
  body .md-mr330 {
    margin-right: 330px !important;
  }
  body .md-p330 {
    padding: 330px !important;
  }
  body .md-pt330 {
    padding-top: 330px !important;
  }
  body .md-pb330 {
    padding-bottom: 330px !important;
  }
  body .md-pl330 {
    padding-left: 330px !important;
  }
  body .md-pr330 {
    padding-right: 330px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m330 {
    margin: 330px !important;
  }
  body .sm-mt330 {
    margin-top: 330px !important;
  }
  body .sm-mb330 {
    margin-bottom: 330px !important;
  }
  body .sm-ml330 {
    margin-left: 330px !important;
  }
  body .sm-mr330 {
    margin-right: 330px !important;
  }
  body .sm-p330 {
    padding: 330px !important;
  }
  body .sm-pt330 {
    padding-top: 330px !important;
  }
  body .sm-pb330 {
    padding-bottom: 330px !important;
  }
  body .sm-pl330 {
    padding-left: 330px !important;
  }
  body .sm-pr330 {
    padding-right: 330px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m330 {
    margin: 330px !important;
  }
  body .xs-mt330 {
    margin-top: 330px !important;
  }
  body .xs-mb330 {
    margin-bottom: 330px !important;
  }
  body .xs-ml330 {
    margin-left: 330px !important;
  }
  body .xs-mr330 {
    margin-right: 330px !important;
  }
  body .xs-p330 {
    padding: 330px !important;
  }
  body .xs-pt330 {
    padding-top: 330px !important;
  }
  body .xs-pb330 {
    padding-bottom: 330px !important;
  }
  body .xs-pl330 {
    padding-left: 330px !important;
  }
  body .xs-pr330 {
    padding-right: 330px !important;
  }
}
.m335 {
  margin: 335px !important;
}

.mt335 {
  margin-top: 335px !important;
}

.mb335 {
  margin-bottom: 335px !important;
}

.ml335 {
  margin-left: 335px !important;
}

.mr335 {
  margin-right: 335px !important;
}

.p335 {
  padding: 335px !important;
}

.pt335 {
  padding-top: 335px !important;
}

.pb335 {
  padding-bottom: 335px !important;
}

.pl335 {
  padding-left: 335px !important;
}

.pr335 {
  padding-right: 335px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m335 {
    margin: 335px !important;
  }
  body .md-mt335 {
    margin-top: 335px !important;
  }
  body .md-mb335 {
    margin-bottom: 335px !important;
  }
  body .md-ml335 {
    margin-left: 335px !important;
  }
  body .md-mr335 {
    margin-right: 335px !important;
  }
  body .md-p335 {
    padding: 335px !important;
  }
  body .md-pt335 {
    padding-top: 335px !important;
  }
  body .md-pb335 {
    padding-bottom: 335px !important;
  }
  body .md-pl335 {
    padding-left: 335px !important;
  }
  body .md-pr335 {
    padding-right: 335px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m335 {
    margin: 335px !important;
  }
  body .sm-mt335 {
    margin-top: 335px !important;
  }
  body .sm-mb335 {
    margin-bottom: 335px !important;
  }
  body .sm-ml335 {
    margin-left: 335px !important;
  }
  body .sm-mr335 {
    margin-right: 335px !important;
  }
  body .sm-p335 {
    padding: 335px !important;
  }
  body .sm-pt335 {
    padding-top: 335px !important;
  }
  body .sm-pb335 {
    padding-bottom: 335px !important;
  }
  body .sm-pl335 {
    padding-left: 335px !important;
  }
  body .sm-pr335 {
    padding-right: 335px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m335 {
    margin: 335px !important;
  }
  body .xs-mt335 {
    margin-top: 335px !important;
  }
  body .xs-mb335 {
    margin-bottom: 335px !important;
  }
  body .xs-ml335 {
    margin-left: 335px !important;
  }
  body .xs-mr335 {
    margin-right: 335px !important;
  }
  body .xs-p335 {
    padding: 335px !important;
  }
  body .xs-pt335 {
    padding-top: 335px !important;
  }
  body .xs-pb335 {
    padding-bottom: 335px !important;
  }
  body .xs-pl335 {
    padding-left: 335px !important;
  }
  body .xs-pr335 {
    padding-right: 335px !important;
  }
}
.m340 {
  margin: 340px !important;
}

.mt340 {
  margin-top: 340px !important;
}

.mb340 {
  margin-bottom: 340px !important;
}

.ml340 {
  margin-left: 340px !important;
}

.mr340 {
  margin-right: 340px !important;
}

.p340 {
  padding: 340px !important;
}

.pt340 {
  padding-top: 340px !important;
}

.pb340 {
  padding-bottom: 340px !important;
}

.pl340 {
  padding-left: 340px !important;
}

.pr340 {
  padding-right: 340px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m340 {
    margin: 340px !important;
  }
  body .md-mt340 {
    margin-top: 340px !important;
  }
  body .md-mb340 {
    margin-bottom: 340px !important;
  }
  body .md-ml340 {
    margin-left: 340px !important;
  }
  body .md-mr340 {
    margin-right: 340px !important;
  }
  body .md-p340 {
    padding: 340px !important;
  }
  body .md-pt340 {
    padding-top: 340px !important;
  }
  body .md-pb340 {
    padding-bottom: 340px !important;
  }
  body .md-pl340 {
    padding-left: 340px !important;
  }
  body .md-pr340 {
    padding-right: 340px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m340 {
    margin: 340px !important;
  }
  body .sm-mt340 {
    margin-top: 340px !important;
  }
  body .sm-mb340 {
    margin-bottom: 340px !important;
  }
  body .sm-ml340 {
    margin-left: 340px !important;
  }
  body .sm-mr340 {
    margin-right: 340px !important;
  }
  body .sm-p340 {
    padding: 340px !important;
  }
  body .sm-pt340 {
    padding-top: 340px !important;
  }
  body .sm-pb340 {
    padding-bottom: 340px !important;
  }
  body .sm-pl340 {
    padding-left: 340px !important;
  }
  body .sm-pr340 {
    padding-right: 340px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m340 {
    margin: 340px !important;
  }
  body .xs-mt340 {
    margin-top: 340px !important;
  }
  body .xs-mb340 {
    margin-bottom: 340px !important;
  }
  body .xs-ml340 {
    margin-left: 340px !important;
  }
  body .xs-mr340 {
    margin-right: 340px !important;
  }
  body .xs-p340 {
    padding: 340px !important;
  }
  body .xs-pt340 {
    padding-top: 340px !important;
  }
  body .xs-pb340 {
    padding-bottom: 340px !important;
  }
  body .xs-pl340 {
    padding-left: 340px !important;
  }
  body .xs-pr340 {
    padding-right: 340px !important;
  }
}
.m345 {
  margin: 345px !important;
}

.mt345 {
  margin-top: 345px !important;
}

.mb345 {
  margin-bottom: 345px !important;
}

.ml345 {
  margin-left: 345px !important;
}

.mr345 {
  margin-right: 345px !important;
}

.p345 {
  padding: 345px !important;
}

.pt345 {
  padding-top: 345px !important;
}

.pb345 {
  padding-bottom: 345px !important;
}

.pl345 {
  padding-left: 345px !important;
}

.pr345 {
  padding-right: 345px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m345 {
    margin: 345px !important;
  }
  body .md-mt345 {
    margin-top: 345px !important;
  }
  body .md-mb345 {
    margin-bottom: 345px !important;
  }
  body .md-ml345 {
    margin-left: 345px !important;
  }
  body .md-mr345 {
    margin-right: 345px !important;
  }
  body .md-p345 {
    padding: 345px !important;
  }
  body .md-pt345 {
    padding-top: 345px !important;
  }
  body .md-pb345 {
    padding-bottom: 345px !important;
  }
  body .md-pl345 {
    padding-left: 345px !important;
  }
  body .md-pr345 {
    padding-right: 345px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m345 {
    margin: 345px !important;
  }
  body .sm-mt345 {
    margin-top: 345px !important;
  }
  body .sm-mb345 {
    margin-bottom: 345px !important;
  }
  body .sm-ml345 {
    margin-left: 345px !important;
  }
  body .sm-mr345 {
    margin-right: 345px !important;
  }
  body .sm-p345 {
    padding: 345px !important;
  }
  body .sm-pt345 {
    padding-top: 345px !important;
  }
  body .sm-pb345 {
    padding-bottom: 345px !important;
  }
  body .sm-pl345 {
    padding-left: 345px !important;
  }
  body .sm-pr345 {
    padding-right: 345px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m345 {
    margin: 345px !important;
  }
  body .xs-mt345 {
    margin-top: 345px !important;
  }
  body .xs-mb345 {
    margin-bottom: 345px !important;
  }
  body .xs-ml345 {
    margin-left: 345px !important;
  }
  body .xs-mr345 {
    margin-right: 345px !important;
  }
  body .xs-p345 {
    padding: 345px !important;
  }
  body .xs-pt345 {
    padding-top: 345px !important;
  }
  body .xs-pb345 {
    padding-bottom: 345px !important;
  }
  body .xs-pl345 {
    padding-left: 345px !important;
  }
  body .xs-pr345 {
    padding-right: 345px !important;
  }
}
.m350 {
  margin: 350px !important;
}

.mt350 {
  margin-top: 350px !important;
}

.mb350 {
  margin-bottom: 350px !important;
}

.ml350 {
  margin-left: 350px !important;
}

.mr350 {
  margin-right: 350px !important;
}

.p350 {
  padding: 350px !important;
}

.pt350 {
  padding-top: 350px !important;
}

.pb350 {
  padding-bottom: 350px !important;
}

.pl350 {
  padding-left: 350px !important;
}

.pr350 {
  padding-right: 350px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m350 {
    margin: 350px !important;
  }
  body .md-mt350 {
    margin-top: 350px !important;
  }
  body .md-mb350 {
    margin-bottom: 350px !important;
  }
  body .md-ml350 {
    margin-left: 350px !important;
  }
  body .md-mr350 {
    margin-right: 350px !important;
  }
  body .md-p350 {
    padding: 350px !important;
  }
  body .md-pt350 {
    padding-top: 350px !important;
  }
  body .md-pb350 {
    padding-bottom: 350px !important;
  }
  body .md-pl350 {
    padding-left: 350px !important;
  }
  body .md-pr350 {
    padding-right: 350px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m350 {
    margin: 350px !important;
  }
  body .sm-mt350 {
    margin-top: 350px !important;
  }
  body .sm-mb350 {
    margin-bottom: 350px !important;
  }
  body .sm-ml350 {
    margin-left: 350px !important;
  }
  body .sm-mr350 {
    margin-right: 350px !important;
  }
  body .sm-p350 {
    padding: 350px !important;
  }
  body .sm-pt350 {
    padding-top: 350px !important;
  }
  body .sm-pb350 {
    padding-bottom: 350px !important;
  }
  body .sm-pl350 {
    padding-left: 350px !important;
  }
  body .sm-pr350 {
    padding-right: 350px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m350 {
    margin: 350px !important;
  }
  body .xs-mt350 {
    margin-top: 350px !important;
  }
  body .xs-mb350 {
    margin-bottom: 350px !important;
  }
  body .xs-ml350 {
    margin-left: 350px !important;
  }
  body .xs-mr350 {
    margin-right: 350px !important;
  }
  body .xs-p350 {
    padding: 350px !important;
  }
  body .xs-pt350 {
    padding-top: 350px !important;
  }
  body .xs-pb350 {
    padding-bottom: 350px !important;
  }
  body .xs-pl350 {
    padding-left: 350px !important;
  }
  body .xs-pr350 {
    padding-right: 350px !important;
  }
}
.m355 {
  margin: 355px !important;
}

.mt355 {
  margin-top: 355px !important;
}

.mb355 {
  margin-bottom: 355px !important;
}

.ml355 {
  margin-left: 355px !important;
}

.mr355 {
  margin-right: 355px !important;
}

.p355 {
  padding: 355px !important;
}

.pt355 {
  padding-top: 355px !important;
}

.pb355 {
  padding-bottom: 355px !important;
}

.pl355 {
  padding-left: 355px !important;
}

.pr355 {
  padding-right: 355px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m355 {
    margin: 355px !important;
  }
  body .md-mt355 {
    margin-top: 355px !important;
  }
  body .md-mb355 {
    margin-bottom: 355px !important;
  }
  body .md-ml355 {
    margin-left: 355px !important;
  }
  body .md-mr355 {
    margin-right: 355px !important;
  }
  body .md-p355 {
    padding: 355px !important;
  }
  body .md-pt355 {
    padding-top: 355px !important;
  }
  body .md-pb355 {
    padding-bottom: 355px !important;
  }
  body .md-pl355 {
    padding-left: 355px !important;
  }
  body .md-pr355 {
    padding-right: 355px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m355 {
    margin: 355px !important;
  }
  body .sm-mt355 {
    margin-top: 355px !important;
  }
  body .sm-mb355 {
    margin-bottom: 355px !important;
  }
  body .sm-ml355 {
    margin-left: 355px !important;
  }
  body .sm-mr355 {
    margin-right: 355px !important;
  }
  body .sm-p355 {
    padding: 355px !important;
  }
  body .sm-pt355 {
    padding-top: 355px !important;
  }
  body .sm-pb355 {
    padding-bottom: 355px !important;
  }
  body .sm-pl355 {
    padding-left: 355px !important;
  }
  body .sm-pr355 {
    padding-right: 355px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m355 {
    margin: 355px !important;
  }
  body .xs-mt355 {
    margin-top: 355px !important;
  }
  body .xs-mb355 {
    margin-bottom: 355px !important;
  }
  body .xs-ml355 {
    margin-left: 355px !important;
  }
  body .xs-mr355 {
    margin-right: 355px !important;
  }
  body .xs-p355 {
    padding: 355px !important;
  }
  body .xs-pt355 {
    padding-top: 355px !important;
  }
  body .xs-pb355 {
    padding-bottom: 355px !important;
  }
  body .xs-pl355 {
    padding-left: 355px !important;
  }
  body .xs-pr355 {
    padding-right: 355px !important;
  }
}
.m360 {
  margin: 360px !important;
}

.mt360 {
  margin-top: 360px !important;
}

.mb360 {
  margin-bottom: 360px !important;
}

.ml360 {
  margin-left: 360px !important;
}

.mr360 {
  margin-right: 360px !important;
}

.p360 {
  padding: 360px !important;
}

.pt360 {
  padding-top: 360px !important;
}

.pb360 {
  padding-bottom: 360px !important;
}

.pl360 {
  padding-left: 360px !important;
}

.pr360 {
  padding-right: 360px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m360 {
    margin: 360px !important;
  }
  body .md-mt360 {
    margin-top: 360px !important;
  }
  body .md-mb360 {
    margin-bottom: 360px !important;
  }
  body .md-ml360 {
    margin-left: 360px !important;
  }
  body .md-mr360 {
    margin-right: 360px !important;
  }
  body .md-p360 {
    padding: 360px !important;
  }
  body .md-pt360 {
    padding-top: 360px !important;
  }
  body .md-pb360 {
    padding-bottom: 360px !important;
  }
  body .md-pl360 {
    padding-left: 360px !important;
  }
  body .md-pr360 {
    padding-right: 360px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m360 {
    margin: 360px !important;
  }
  body .sm-mt360 {
    margin-top: 360px !important;
  }
  body .sm-mb360 {
    margin-bottom: 360px !important;
  }
  body .sm-ml360 {
    margin-left: 360px !important;
  }
  body .sm-mr360 {
    margin-right: 360px !important;
  }
  body .sm-p360 {
    padding: 360px !important;
  }
  body .sm-pt360 {
    padding-top: 360px !important;
  }
  body .sm-pb360 {
    padding-bottom: 360px !important;
  }
  body .sm-pl360 {
    padding-left: 360px !important;
  }
  body .sm-pr360 {
    padding-right: 360px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m360 {
    margin: 360px !important;
  }
  body .xs-mt360 {
    margin-top: 360px !important;
  }
  body .xs-mb360 {
    margin-bottom: 360px !important;
  }
  body .xs-ml360 {
    margin-left: 360px !important;
  }
  body .xs-mr360 {
    margin-right: 360px !important;
  }
  body .xs-p360 {
    padding: 360px !important;
  }
  body .xs-pt360 {
    padding-top: 360px !important;
  }
  body .xs-pb360 {
    padding-bottom: 360px !important;
  }
  body .xs-pl360 {
    padding-left: 360px !important;
  }
  body .xs-pr360 {
    padding-right: 360px !important;
  }
}
.m365 {
  margin: 365px !important;
}

.mt365 {
  margin-top: 365px !important;
}

.mb365 {
  margin-bottom: 365px !important;
}

.ml365 {
  margin-left: 365px !important;
}

.mr365 {
  margin-right: 365px !important;
}

.p365 {
  padding: 365px !important;
}

.pt365 {
  padding-top: 365px !important;
}

.pb365 {
  padding-bottom: 365px !important;
}

.pl365 {
  padding-left: 365px !important;
}

.pr365 {
  padding-right: 365px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m365 {
    margin: 365px !important;
  }
  body .md-mt365 {
    margin-top: 365px !important;
  }
  body .md-mb365 {
    margin-bottom: 365px !important;
  }
  body .md-ml365 {
    margin-left: 365px !important;
  }
  body .md-mr365 {
    margin-right: 365px !important;
  }
  body .md-p365 {
    padding: 365px !important;
  }
  body .md-pt365 {
    padding-top: 365px !important;
  }
  body .md-pb365 {
    padding-bottom: 365px !important;
  }
  body .md-pl365 {
    padding-left: 365px !important;
  }
  body .md-pr365 {
    padding-right: 365px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m365 {
    margin: 365px !important;
  }
  body .sm-mt365 {
    margin-top: 365px !important;
  }
  body .sm-mb365 {
    margin-bottom: 365px !important;
  }
  body .sm-ml365 {
    margin-left: 365px !important;
  }
  body .sm-mr365 {
    margin-right: 365px !important;
  }
  body .sm-p365 {
    padding: 365px !important;
  }
  body .sm-pt365 {
    padding-top: 365px !important;
  }
  body .sm-pb365 {
    padding-bottom: 365px !important;
  }
  body .sm-pl365 {
    padding-left: 365px !important;
  }
  body .sm-pr365 {
    padding-right: 365px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m365 {
    margin: 365px !important;
  }
  body .xs-mt365 {
    margin-top: 365px !important;
  }
  body .xs-mb365 {
    margin-bottom: 365px !important;
  }
  body .xs-ml365 {
    margin-left: 365px !important;
  }
  body .xs-mr365 {
    margin-right: 365px !important;
  }
  body .xs-p365 {
    padding: 365px !important;
  }
  body .xs-pt365 {
    padding-top: 365px !important;
  }
  body .xs-pb365 {
    padding-bottom: 365px !important;
  }
  body .xs-pl365 {
    padding-left: 365px !important;
  }
  body .xs-pr365 {
    padding-right: 365px !important;
  }
}
.m370 {
  margin: 370px !important;
}

.mt370 {
  margin-top: 370px !important;
}

.mb370 {
  margin-bottom: 370px !important;
}

.ml370 {
  margin-left: 370px !important;
}

.mr370 {
  margin-right: 370px !important;
}

.p370 {
  padding: 370px !important;
}

.pt370 {
  padding-top: 370px !important;
}

.pb370 {
  padding-bottom: 370px !important;
}

.pl370 {
  padding-left: 370px !important;
}

.pr370 {
  padding-right: 370px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m370 {
    margin: 370px !important;
  }
  body .md-mt370 {
    margin-top: 370px !important;
  }
  body .md-mb370 {
    margin-bottom: 370px !important;
  }
  body .md-ml370 {
    margin-left: 370px !important;
  }
  body .md-mr370 {
    margin-right: 370px !important;
  }
  body .md-p370 {
    padding: 370px !important;
  }
  body .md-pt370 {
    padding-top: 370px !important;
  }
  body .md-pb370 {
    padding-bottom: 370px !important;
  }
  body .md-pl370 {
    padding-left: 370px !important;
  }
  body .md-pr370 {
    padding-right: 370px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m370 {
    margin: 370px !important;
  }
  body .sm-mt370 {
    margin-top: 370px !important;
  }
  body .sm-mb370 {
    margin-bottom: 370px !important;
  }
  body .sm-ml370 {
    margin-left: 370px !important;
  }
  body .sm-mr370 {
    margin-right: 370px !important;
  }
  body .sm-p370 {
    padding: 370px !important;
  }
  body .sm-pt370 {
    padding-top: 370px !important;
  }
  body .sm-pb370 {
    padding-bottom: 370px !important;
  }
  body .sm-pl370 {
    padding-left: 370px !important;
  }
  body .sm-pr370 {
    padding-right: 370px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m370 {
    margin: 370px !important;
  }
  body .xs-mt370 {
    margin-top: 370px !important;
  }
  body .xs-mb370 {
    margin-bottom: 370px !important;
  }
  body .xs-ml370 {
    margin-left: 370px !important;
  }
  body .xs-mr370 {
    margin-right: 370px !important;
  }
  body .xs-p370 {
    padding: 370px !important;
  }
  body .xs-pt370 {
    padding-top: 370px !important;
  }
  body .xs-pb370 {
    padding-bottom: 370px !important;
  }
  body .xs-pl370 {
    padding-left: 370px !important;
  }
  body .xs-pr370 {
    padding-right: 370px !important;
  }
}
.m375 {
  margin: 375px !important;
}

.mt375 {
  margin-top: 375px !important;
}

.mb375 {
  margin-bottom: 375px !important;
}

.ml375 {
  margin-left: 375px !important;
}

.mr375 {
  margin-right: 375px !important;
}

.p375 {
  padding: 375px !important;
}

.pt375 {
  padding-top: 375px !important;
}

.pb375 {
  padding-bottom: 375px !important;
}

.pl375 {
  padding-left: 375px !important;
}

.pr375 {
  padding-right: 375px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m375 {
    margin: 375px !important;
  }
  body .md-mt375 {
    margin-top: 375px !important;
  }
  body .md-mb375 {
    margin-bottom: 375px !important;
  }
  body .md-ml375 {
    margin-left: 375px !important;
  }
  body .md-mr375 {
    margin-right: 375px !important;
  }
  body .md-p375 {
    padding: 375px !important;
  }
  body .md-pt375 {
    padding-top: 375px !important;
  }
  body .md-pb375 {
    padding-bottom: 375px !important;
  }
  body .md-pl375 {
    padding-left: 375px !important;
  }
  body .md-pr375 {
    padding-right: 375px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m375 {
    margin: 375px !important;
  }
  body .sm-mt375 {
    margin-top: 375px !important;
  }
  body .sm-mb375 {
    margin-bottom: 375px !important;
  }
  body .sm-ml375 {
    margin-left: 375px !important;
  }
  body .sm-mr375 {
    margin-right: 375px !important;
  }
  body .sm-p375 {
    padding: 375px !important;
  }
  body .sm-pt375 {
    padding-top: 375px !important;
  }
  body .sm-pb375 {
    padding-bottom: 375px !important;
  }
  body .sm-pl375 {
    padding-left: 375px !important;
  }
  body .sm-pr375 {
    padding-right: 375px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m375 {
    margin: 375px !important;
  }
  body .xs-mt375 {
    margin-top: 375px !important;
  }
  body .xs-mb375 {
    margin-bottom: 375px !important;
  }
  body .xs-ml375 {
    margin-left: 375px !important;
  }
  body .xs-mr375 {
    margin-right: 375px !important;
  }
  body .xs-p375 {
    padding: 375px !important;
  }
  body .xs-pt375 {
    padding-top: 375px !important;
  }
  body .xs-pb375 {
    padding-bottom: 375px !important;
  }
  body .xs-pl375 {
    padding-left: 375px !important;
  }
  body .xs-pr375 {
    padding-right: 375px !important;
  }
}
.m380 {
  margin: 380px !important;
}

.mt380 {
  margin-top: 380px !important;
}

.mb380 {
  margin-bottom: 380px !important;
}

.ml380 {
  margin-left: 380px !important;
}

.mr380 {
  margin-right: 380px !important;
}

.p380 {
  padding: 380px !important;
}

.pt380 {
  padding-top: 380px !important;
}

.pb380 {
  padding-bottom: 380px !important;
}

.pl380 {
  padding-left: 380px !important;
}

.pr380 {
  padding-right: 380px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m380 {
    margin: 380px !important;
  }
  body .md-mt380 {
    margin-top: 380px !important;
  }
  body .md-mb380 {
    margin-bottom: 380px !important;
  }
  body .md-ml380 {
    margin-left: 380px !important;
  }
  body .md-mr380 {
    margin-right: 380px !important;
  }
  body .md-p380 {
    padding: 380px !important;
  }
  body .md-pt380 {
    padding-top: 380px !important;
  }
  body .md-pb380 {
    padding-bottom: 380px !important;
  }
  body .md-pl380 {
    padding-left: 380px !important;
  }
  body .md-pr380 {
    padding-right: 380px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m380 {
    margin: 380px !important;
  }
  body .sm-mt380 {
    margin-top: 380px !important;
  }
  body .sm-mb380 {
    margin-bottom: 380px !important;
  }
  body .sm-ml380 {
    margin-left: 380px !important;
  }
  body .sm-mr380 {
    margin-right: 380px !important;
  }
  body .sm-p380 {
    padding: 380px !important;
  }
  body .sm-pt380 {
    padding-top: 380px !important;
  }
  body .sm-pb380 {
    padding-bottom: 380px !important;
  }
  body .sm-pl380 {
    padding-left: 380px !important;
  }
  body .sm-pr380 {
    padding-right: 380px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m380 {
    margin: 380px !important;
  }
  body .xs-mt380 {
    margin-top: 380px !important;
  }
  body .xs-mb380 {
    margin-bottom: 380px !important;
  }
  body .xs-ml380 {
    margin-left: 380px !important;
  }
  body .xs-mr380 {
    margin-right: 380px !important;
  }
  body .xs-p380 {
    padding: 380px !important;
  }
  body .xs-pt380 {
    padding-top: 380px !important;
  }
  body .xs-pb380 {
    padding-bottom: 380px !important;
  }
  body .xs-pl380 {
    padding-left: 380px !important;
  }
  body .xs-pr380 {
    padding-right: 380px !important;
  }
}
.m385 {
  margin: 385px !important;
}

.mt385 {
  margin-top: 385px !important;
}

.mb385 {
  margin-bottom: 385px !important;
}

.ml385 {
  margin-left: 385px !important;
}

.mr385 {
  margin-right: 385px !important;
}

.p385 {
  padding: 385px !important;
}

.pt385 {
  padding-top: 385px !important;
}

.pb385 {
  padding-bottom: 385px !important;
}

.pl385 {
  padding-left: 385px !important;
}

.pr385 {
  padding-right: 385px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m385 {
    margin: 385px !important;
  }
  body .md-mt385 {
    margin-top: 385px !important;
  }
  body .md-mb385 {
    margin-bottom: 385px !important;
  }
  body .md-ml385 {
    margin-left: 385px !important;
  }
  body .md-mr385 {
    margin-right: 385px !important;
  }
  body .md-p385 {
    padding: 385px !important;
  }
  body .md-pt385 {
    padding-top: 385px !important;
  }
  body .md-pb385 {
    padding-bottom: 385px !important;
  }
  body .md-pl385 {
    padding-left: 385px !important;
  }
  body .md-pr385 {
    padding-right: 385px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m385 {
    margin: 385px !important;
  }
  body .sm-mt385 {
    margin-top: 385px !important;
  }
  body .sm-mb385 {
    margin-bottom: 385px !important;
  }
  body .sm-ml385 {
    margin-left: 385px !important;
  }
  body .sm-mr385 {
    margin-right: 385px !important;
  }
  body .sm-p385 {
    padding: 385px !important;
  }
  body .sm-pt385 {
    padding-top: 385px !important;
  }
  body .sm-pb385 {
    padding-bottom: 385px !important;
  }
  body .sm-pl385 {
    padding-left: 385px !important;
  }
  body .sm-pr385 {
    padding-right: 385px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m385 {
    margin: 385px !important;
  }
  body .xs-mt385 {
    margin-top: 385px !important;
  }
  body .xs-mb385 {
    margin-bottom: 385px !important;
  }
  body .xs-ml385 {
    margin-left: 385px !important;
  }
  body .xs-mr385 {
    margin-right: 385px !important;
  }
  body .xs-p385 {
    padding: 385px !important;
  }
  body .xs-pt385 {
    padding-top: 385px !important;
  }
  body .xs-pb385 {
    padding-bottom: 385px !important;
  }
  body .xs-pl385 {
    padding-left: 385px !important;
  }
  body .xs-pr385 {
    padding-right: 385px !important;
  }
}
.m390 {
  margin: 390px !important;
}

.mt390 {
  margin-top: 390px !important;
}

.mb390 {
  margin-bottom: 390px !important;
}

.ml390 {
  margin-left: 390px !important;
}

.mr390 {
  margin-right: 390px !important;
}

.p390 {
  padding: 390px !important;
}

.pt390 {
  padding-top: 390px !important;
}

.pb390 {
  padding-bottom: 390px !important;
}

.pl390 {
  padding-left: 390px !important;
}

.pr390 {
  padding-right: 390px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m390 {
    margin: 390px !important;
  }
  body .md-mt390 {
    margin-top: 390px !important;
  }
  body .md-mb390 {
    margin-bottom: 390px !important;
  }
  body .md-ml390 {
    margin-left: 390px !important;
  }
  body .md-mr390 {
    margin-right: 390px !important;
  }
  body .md-p390 {
    padding: 390px !important;
  }
  body .md-pt390 {
    padding-top: 390px !important;
  }
  body .md-pb390 {
    padding-bottom: 390px !important;
  }
  body .md-pl390 {
    padding-left: 390px !important;
  }
  body .md-pr390 {
    padding-right: 390px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m390 {
    margin: 390px !important;
  }
  body .sm-mt390 {
    margin-top: 390px !important;
  }
  body .sm-mb390 {
    margin-bottom: 390px !important;
  }
  body .sm-ml390 {
    margin-left: 390px !important;
  }
  body .sm-mr390 {
    margin-right: 390px !important;
  }
  body .sm-p390 {
    padding: 390px !important;
  }
  body .sm-pt390 {
    padding-top: 390px !important;
  }
  body .sm-pb390 {
    padding-bottom: 390px !important;
  }
  body .sm-pl390 {
    padding-left: 390px !important;
  }
  body .sm-pr390 {
    padding-right: 390px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m390 {
    margin: 390px !important;
  }
  body .xs-mt390 {
    margin-top: 390px !important;
  }
  body .xs-mb390 {
    margin-bottom: 390px !important;
  }
  body .xs-ml390 {
    margin-left: 390px !important;
  }
  body .xs-mr390 {
    margin-right: 390px !important;
  }
  body .xs-p390 {
    padding: 390px !important;
  }
  body .xs-pt390 {
    padding-top: 390px !important;
  }
  body .xs-pb390 {
    padding-bottom: 390px !important;
  }
  body .xs-pl390 {
    padding-left: 390px !important;
  }
  body .xs-pr390 {
    padding-right: 390px !important;
  }
}
.m395 {
  margin: 395px !important;
}

.mt395 {
  margin-top: 395px !important;
}

.mb395 {
  margin-bottom: 395px !important;
}

.ml395 {
  margin-left: 395px !important;
}

.mr395 {
  margin-right: 395px !important;
}

.p395 {
  padding: 395px !important;
}

.pt395 {
  padding-top: 395px !important;
}

.pb395 {
  padding-bottom: 395px !important;
}

.pl395 {
  padding-left: 395px !important;
}

.pr395 {
  padding-right: 395px !important;
}

@media screen and (max-width: 991px) {
  body .sm-m395 {
    margin: 395px !important;
  }
  body .md-mt395 {
    margin-top: 395px !important;
  }
  body .md-mb395 {
    margin-bottom: 395px !important;
  }
  body .md-ml395 {
    margin-left: 395px !important;
  }
  body .md-mr395 {
    margin-right: 395px !important;
  }
  body .md-p395 {
    padding: 395px !important;
  }
  body .md-pt395 {
    padding-top: 395px !important;
  }
  body .md-pb395 {
    padding-bottom: 395px !important;
  }
  body .md-pl395 {
    padding-left: 395px !important;
  }
  body .md-pr395 {
    padding-right: 395px !important;
  }
}
@media screen and (max-width: 767px) {
  body .sm-m395 {
    margin: 395px !important;
  }
  body .sm-mt395 {
    margin-top: 395px !important;
  }
  body .sm-mb395 {
    margin-bottom: 395px !important;
  }
  body .sm-ml395 {
    margin-left: 395px !important;
  }
  body .sm-mr395 {
    margin-right: 395px !important;
  }
  body .sm-p395 {
    padding: 395px !important;
  }
  body .sm-pt395 {
    padding-top: 395px !important;
  }
  body .sm-pb395 {
    padding-bottom: 395px !important;
  }
  body .sm-pl395 {
    padding-left: 395px !important;
  }
  body .sm-pr395 {
    padding-right: 395px !important;
  }
}
@media screen and (max-width: 568px) {
  body .xs-m395 {
    margin: 395px !important;
  }
  body .xs-mt395 {
    margin-top: 395px !important;
  }
  body .xs-mb395 {
    margin-bottom: 395px !important;
  }
  body .xs-ml395 {
    margin-left: 395px !important;
  }
  body .xs-mr395 {
    margin-right: 395px !important;
  }
  body .xs-p395 {
    padding: 395px !important;
  }
  body .xs-pt395 {
    padding-top: 395px !important;
  }
  body .xs-pb395 {
    padding-bottom: 395px !important;
  }
  body .xs-pl395 {
    padding-left: 395px !important;
  }
  body .xs-pr395 {
    padding-right: 395px !important;
  }
}
.w0 {
  width: 0px !important;
}

.min-w0 {
  min-width: 0px !important;
}

.max-w0 {
  max-width: 0px !important;
}

.w20 {
  width: 20px !important;
}

.min-w20 {
  min-width: 20px !important;
}

.max-w20 {
  max-width: 20px !important;
}

.w40 {
  width: 40px !important;
}

.min-w40 {
  min-width: 40px !important;
}

.max-w40 {
  max-width: 40px !important;
}

.w60 {
  width: 60px !important;
}

.min-w60 {
  min-width: 60px !important;
}

.max-w60 {
  max-width: 60px !important;
}

.w80 {
  width: 80px !important;
}

.min-w80 {
  min-width: 80px !important;
}

.max-w80 {
  max-width: 80px !important;
}

.w100 {
  width: 100px !important;
}

.min-w100 {
  min-width: 100px !important;
}

.max-w100 {
  max-width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.min-w120 {
  min-width: 120px !important;
}

.max-w120 {
  max-width: 120px !important;
}

.w140 {
  width: 140px !important;
}

.min-w140 {
  min-width: 140px !important;
}

.max-w140 {
  max-width: 140px !important;
}

.w160 {
  width: 160px !important;
}

.min-w160 {
  min-width: 160px !important;
}

.max-w160 {
  max-width: 160px !important;
}

.w180 {
  width: 180px !important;
}

.min-w180 {
  min-width: 180px !important;
}

.max-w180 {
  max-width: 180px !important;
}

.w200 {
  width: 200px !important;
}

.min-w200 {
  min-width: 200px !important;
}

.max-w200 {
  max-width: 200px !important;
}

.w220 {
  width: 220px !important;
}

.min-w220 {
  min-width: 220px !important;
}

.max-w220 {
  max-width: 220px !important;
}

.w240 {
  width: 240px !important;
}

.min-w240 {
  min-width: 240px !important;
}

.max-w240 {
  max-width: 240px !important;
}

.w260 {
  width: 260px !important;
}

.min-w260 {
  min-width: 260px !important;
}

.max-w260 {
  max-width: 260px !important;
}

.w280 {
  width: 280px !important;
}

.min-w280 {
  min-width: 280px !important;
}

.max-w280 {
  max-width: 280px !important;
}

.w300 {
  width: 300px !important;
}

.min-w300 {
  min-width: 300px !important;
}

.max-w300 {
  max-width: 300px !important;
}

.w320 {
  width: 320px !important;
}

.min-w320 {
  min-width: 320px !important;
}

.max-w320 {
  max-width: 320px !important;
}

.w340 {
  width: 340px !important;
}

.min-w340 {
  min-width: 340px !important;
}

.max-w340 {
  max-width: 340px !important;
}

.w360 {
  width: 360px !important;
}

.min-w360 {
  min-width: 360px !important;
}

.max-w360 {
  max-width: 360px !important;
}

.w380 {
  width: 380px !important;
}

.min-w380 {
  min-width: 380px !important;
}

.max-w380 {
  max-width: 380px !important;
}

.w400 {
  width: 400px !important;
}

.min-w400 {
  min-width: 400px !important;
}

.max-w400 {
  max-width: 400px !important;
}

.w420 {
  width: 420px !important;
}

.min-w420 {
  min-width: 420px !important;
}

.max-w420 {
  max-width: 420px !important;
}

.w440 {
  width: 440px !important;
}

.min-w440 {
  min-width: 440px !important;
}

.max-w440 {
  max-width: 440px !important;
}

.w460 {
  width: 460px !important;
}

.min-w460 {
  min-width: 460px !important;
}

.max-w460 {
  max-width: 460px !important;
}

.w480 {
  width: 480px !important;
}

.min-w480 {
  min-width: 480px !important;
}

.max-w480 {
  max-width: 480px !important;
}

.w500 {
  width: 500px !important;
}

.min-w500 {
  min-width: 500px !important;
}

.max-w500 {
  max-width: 500px !important;
}

.w520 {
  width: 520px !important;
}

.min-w520 {
  min-width: 520px !important;
}

.max-w520 {
  max-width: 520px !important;
}

.w540 {
  width: 540px !important;
}

.min-w540 {
  min-width: 540px !important;
}

.max-w540 {
  max-width: 540px !important;
}

.w560 {
  width: 560px !important;
}

.min-w560 {
  min-width: 560px !important;
}

.max-w560 {
  max-width: 560px !important;
}

.w580 {
  width: 580px !important;
}

.min-w580 {
  min-width: 580px !important;
}

.max-w580 {
  max-width: 580px !important;
}

.w600 {
  width: 600px !important;
}

.min-w600 {
  min-width: 600px !important;
}

.max-w600 {
  max-width: 600px !important;
}

.w620 {
  width: 620px !important;
}

.min-w620 {
  min-width: 620px !important;
}

.max-w620 {
  max-width: 620px !important;
}

.w640 {
  width: 640px !important;
}

.min-w640 {
  min-width: 640px !important;
}

.max-w640 {
  max-width: 640px !important;
}

.w660 {
  width: 660px !important;
}

.min-w660 {
  min-width: 660px !important;
}

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

.w680 {
  width: 680px !important;
}

.min-w680 {
  min-width: 680px !important;
}

.max-w680 {
  max-width: 680px !important;
}

.w700 {
  width: 700px !important;
}

.min-w700 {
  min-width: 700px !important;
}

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

.w720 {
  width: 720px !important;
}

.min-w720 {
  min-width: 720px !important;
}

.max-w720 {
  max-width: 720px !important;
}

.w740 {
  width: 740px !important;
}

.min-w740 {
  min-width: 740px !important;
}

.max-w740 {
  max-width: 740px !important;
}

.w760 {
  width: 760px !important;
}

.min-w760 {
  min-width: 760px !important;
}

.max-w760 {
  max-width: 760px !important;
}

.w780 {
  width: 780px !important;
}

.min-w780 {
  min-width: 780px !important;
}

.max-w780 {
  max-width: 780px !important;
}

.w800 {
  width: 800px !important;
}

.min-w800 {
  min-width: 800px !important;
}

.max-w800 {
  max-width: 800px !important;
}

.w820 {
  width: 820px !important;
}

.min-w820 {
  min-width: 820px !important;
}

.max-w820 {
  max-width: 820px !important;
}

.w840 {
  width: 840px !important;
}

.min-w840 {
  min-width: 840px !important;
}

.max-w840 {
  max-width: 840px !important;
}

.w860 {
  width: 860px !important;
}

.min-w860 {
  min-width: 860px !important;
}

.max-w860 {
  max-width: 860px !important;
}

.w880 {
  width: 880px !important;
}

.min-w880 {
  min-width: 880px !important;
}

.max-w880 {
  max-width: 880px !important;
}

.w900 {
  width: 900px !important;
}

.min-w900 {
  min-width: 900px !important;
}

.max-w900 {
  max-width: 900px !important;
}

.w920 {
  width: 920px !important;
}

.min-w920 {
  min-width: 920px !important;
}

.max-w920 {
  max-width: 920px !important;
}

.w940 {
  width: 940px !important;
}

.min-w940 {
  min-width: 940px !important;
}

.max-w940 {
  max-width: 940px !important;
}

.w960 {
  width: 960px !important;
}

.min-w960 {
  min-width: 960px !important;
}

.max-w960 {
  max-width: 960px !important;
}

.w980 {
  width: 980px !important;
}

.min-w980 {
  min-width: 980px !important;
}

.max-w980 {
  max-width: 980px !important;
}

/****************************************/
.fw-100 {
  font-weight: 100 !important;
}

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

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

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

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

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

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

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

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

/****************************************/
.fs-1 {
  font-size: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/****************************************/
.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

/****************************************/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 18px;
  font-family: var(--font);
  color: var(--bodytext);
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  margin-bottom: 20px;
  line-height: 150%;
}

h1, .h1 {
  margin: 0;
  font-size: 75px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--darkcolor);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.text-white {
  color: var(--white) !important;
}

.text-black {
  color: var(--black) !important;
}

.text-dark {
  color: var(--darkcolor) !important;
}

.text-lite {
  color: var(--litetext) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.dark-bg {
  background: #282364 !important;
}

.primary-bg {
  background: var(--primary) !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list {
  margin: 0;
  padding: 0;
}
.list li {
  margin: 8px 0;
  padding-left: 32px;
  position: relative;
  list-style: none;
}
.list li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.468 19.5471C15.1792 19.5471 18.9985 15.7279 18.9985 11.0166C18.9985 6.30537 15.1792 2.48615 10.468 2.48615C5.75672 2.48615 1.9375 6.30537 1.9375 11.0166C1.9375 15.7279 5.75672 19.5471 10.468 19.5471Z' stroke='%231682E7' stroke-width='1.7061' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.4678 14.4288L13.88 11.0166L10.4678 7.60443' stroke='%231682E7' stroke-width='1.7061' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.05566 11.0166H13.88' stroke='%231682E7' stroke-width='1.7061' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

::-moz-placeholder {
  color: var(--darkcolor) !important;
}

::placeholder {
  color: var(--darkcolor) !important;
}

.justify-content-right, .justify-content-center, .justify-content-left, .align-center, .align-bottom, .align-left, .align-right, .align-top, .align-between, .justify-space-between {
  display: flex !important;
}

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

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

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

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

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

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

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

.btn-primary {
  position: relative;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(100.52deg, rgba(181, 38, 211, 0.9) -11.64%, rgba(194, 45, 17, 0.9) 47.59%, rgba(25, 107, 217, 0.9) 109.25%);
  border: 0;
  border-radius: 40px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  height: 50px;
}
.btn-primary:hover {
  background: linear-gradient(140.52deg, rgba(181, 38, 211, 0.9) -11.64%, rgba(194, 45, 17, 0.9) 47.59%, rgba(25, 107, 217, 0.9) 109.25%);
}
@media screen and (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
    height: 45px;
    padding: 5px 25px;
  }
}
.btn-primary.btn-white {
  background: var(--white);
  color: var(--darkcolor);
}
.btn-primary.btn-white svg {
  fill: var(--darkblue);
}
.btn-primary.btn-white:hover {
  background: var(--primary);
  color: var(--white);
}
.btn-primary.btn-white:hover svg {
  fill: var(--white);
}

.btn-outline-primary {
  position: relative;
  padding: 10px 30px;
  font-size: 18px;
  color: var(--primary);
  font-weight: 500;
  background: var(--white);
  border: 1px solid var(--primary);
  border-radius: 40px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  height: 50px;
}
.btn-outline-primary svg {
  fill: none;
  stroke: var(--primary);
}
.btn-outline-primary:hover {
  background: transparent;
  border-color: var(--primaryHover);
}
.btn-outline-primary:hover svg {
  stroke: var(--white);
}
@media screen and (max-width: 767px) {
  .btn-outline-primary {
    font-size: 16px;
    height: 45px;
    padding: 5px 25px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (max-width: 568px) {
  .container {
    --bs-gutter-x: 2rem;
  }
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.titleDiv {
  margin-bottom: 40px;
}
.titleDiv.text-center {
  max-width: 925px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .titleDiv {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .titleDiv {
    margin-bottom: 25px;
  }
}

.subTitle {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: inherit;
  color: #1A6DD9;
  background: linear-gradient(45.52deg, #B526D3 -11.64%, #C22D11 47.59%, #196BD9 109.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.subTitle.text-white {
  background: inherit;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: var(--white) !important;
}
@media screen and (max-width: 767px) {
  .subTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.mainTitle {
  margin: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
  font-family: var(--font2);
}
@media screen and (max-width: 991px) {
  .mainTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainTitle {
    font-size: 30px;
  }
}

h1.mainTitle {
  font-size: 75px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  h1.mainTitle {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1.mainTitle {
    font-size: 35px;
  }
}

.h2.mainTitle {
  font-size: 40px;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .h2.mainTitle {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .h2.mainTitle {
    font-size: 28px;
  }
}

.header {
  padding: 15px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.2s ease 0s;
}
.header.fixed {
  background-color: var(--darkBg);
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.header .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1199px) {
  .header .offcanvas {
    background: var(--darkBlue);
    background: linear-gradient(282.38deg, #06224A 17.83%, #032557 105.68%);
  }
}
@media screen and (max-width: 1199px) {
  .header .offcanvas-body {
    padding: 0 20px 20px 20px;
  }
}
.header .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L10 30' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10L30 30' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  opacity: 1;
  background-size: 30px;
}
.header.header-white {
  background: var(--white);
}
@media screen and (min-width: 1200px) {
  .header.header-white {
    background: var(--white);
  }
  .header.header-white .menu .nav-item .nav-link, .header.header-white .menu > .menu-item > a {
    color: var(--darkcolor);
  }
  .header.header-white .menu .nav-item .nav-link.active, .header.header-white .menu .nav-item .nav-link:hover,
  .header.header-white .menu > .menu-item > a.active, .header.header-white .menu > .menu-item > a:hover {
    color: var(--primary);
  }
}
.header.header-white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.83301 18.259H31.083' stroke='black' stroke-width='3.04183' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.83301 9.50903H31.083' stroke='black' stroke-width='3.04183' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.83301 27.009H31.083' stroke='black' stroke-width='3.04183' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.header-transparent .header {
  background: transparent;
}
.header-transparent .header.fixed {
  background: var(--white);
}
@media screen and (min-width: 1200px) {
  .header-transparent .header.fixed {
    background: var(--white);
  }
}

@media screen and (min-width: 1200px) {
  .menu {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.menu .nav-item .nav-link, .menu .nav-item > a, .menu .menu-item .nav-link, .menu .menu-item > a {
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0.5px;
  display: block;
}
.menu .nav-item .nav-link.active, .menu .nav-item .nav-link:hover, .menu .nav-item > a.active, .menu .nav-item > a:hover, .menu .menu-item .nav-link.active, .menu .menu-item .nav-link:hover, .menu .menu-item > a.active, .menu .menu-item > a:hover {
  color: var(--primary);
}
@media screen and (min-width: 1200px) {
  .menu .nav-item .nav-link, .menu .nav-item > a, .menu .menu-item .nav-link, .menu .menu-item > a {
    font-size: 18px;
    padding-inline: 20px;
    padding-block: 9px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .menu .nav-item .nav-link, .menu .nav-item > a, .menu .menu-item .nav-link, .menu .menu-item > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .menu .nav-item .nav-link, .menu .nav-item > a, .menu .menu-item .nav-link, .menu .menu-item > a {
    font-size: 16px;
    padding: 8px 0px;
  }
}
.menu .nav-item.active > a, .menu .nav-item:hover > a, .menu .nav-item.current-menu-parent > a, .menu .nav-item.current_page_parent > a, .menu .nav-item.current-menu-item > a, .menu .nav-item.current_page_item > a, .menu .menu-item.active > a, .menu .menu-item:hover > a, .menu .menu-item.current-menu-parent > a, .menu .menu-item.current_page_parent > a, .menu .menu-item.current-menu-item > a, .menu .menu-item.current_page_item > a {
  color: var(--primary);
}
@media screen and (min-width: 1200px) {
  .menu .nav-item:hover .dropdown-menu, .menu .menu-item:hover .dropdown-menu {
    margin-top: var(--bs-dropdown-spacer);
    display: block;
  }
}
.menu .dropdown-menu {
  --bs-dropdown-link-active-bg: var(--liteBg);
  --bs-dropdown-link-active-color: var(--darkcolor);
}
.menu .dropdown-menu .dropdown-item.active, .menu .dropdown-menu .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
@media screen and (min-width: 1200px) {
  .menu .dropdown-menu {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: 0;
  }
}
@media screen and (max-width: 1199px) {
  .menu .dropdown-menu {
    background-color: transparent;
    display: block;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
  }
  .menu .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 300;
    color: var(--white) !important;
    padding-top: 2px;
    padding-bottom: 2px;
    background: transparent !important;
  }
}
.menu .dropdown-toggle::after {
  margin-left: 0.55em;
  vertical-align: 0.155em;
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .menu .menu-item-has-children {
    position: relative;
  }
  .menu .sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 0.5rem 0;
    border-radius: 0.375rem;
    min-width: 180px;
    display: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .menu .sub-menu .menu-item > a {
    font-size: 16px;
    padding: 0.25rem 1rem;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: var(--bodytext);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  .menu .sub-menu .menu-item > a:focus, .menu .sub-menu .menu-item > a:hover {
    color: var(--bodytext);
    background-color: #f8f9fa;
  }
  .menu .menu-item:hover .sub-menu {
    margin-top: var(--bs-dropdown-spacer);
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .menu .sub-menu {
    display: block;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu .sub-menu .menu-item > a {
    font-size: 14px;
    font-weight: 300;
    color: var(--white);
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.get-btn .btn {
  height: 45px;
}
@media screen and (min-width: 1200px) {
  .get-btn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .get-btn {
    margin-top: 10px;
  }
}

.offcanvas-title {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    max-width: 150px;
  }
}

.navbar-toggler {
  border-color: transparent;
  box-shadow: none !important;
}
@media screen and (max-width: 991px) {
  .navbar-toggler {
    margin-right: -12px;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.83301 18.259H31.083' stroke='white' stroke-width='3.04183' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.83301 9.50903H31.083' stroke='white' stroke-width='3.04183' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.83301 27.009H31.083' stroke='white' stroke-width='3.04183' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.banner {
  height: 850px;
  position: relative;
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  opacity: 0.9;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #011525);
}
@media screen and (max-width: 1199px) {
  .banner {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 350px;
  }
}
.banner.inner-banner {
  height: 500px;
  background-color: var(--darkcolor);
}
@media screen and (max-width: 991px) {
  .banner.inner-banner {
    height: 325px;
  }
}
@media screen and (max-width: 767px) {
  .banner.inner-banner {
    height: 210px;
  }
}

.banner-item {
  height: 100%;
}

.banner-fill {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-fill:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(100.52deg, rgba(181, 38, 211, 0.9) -11.64%, rgba(194, 45, 17, 0.9) 47.59%, rgba(25, 107, 217, 0.9) 109.25%);
  background-blend-mode: multiply;
}
.banner-fill video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding-top: 75px;
  z-index: 1;
  background: rgba(90, 4, 105, 0.2);
}

.bannerBox {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .bannerBox {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .bannerBox {
    gap: 20px;
  }
}
.bannerBox p {
  max-width: 600px;
  margin: auto;
  font-size: 30px;
  color: var(--white);
  line-height: 135%;
}
@media screen and (max-width: 767px) {
  .bannerBox p {
    font-size: 14px;
  }
}
.bannerBox .ban-btn {
  margin-top: 5px;
}

.btn-banner {
  display: inline-flex;
  margin: auto;
  min-width: 190px;
}
@media screen and (max-width: 767px) {
  .btn-banner {
    font-size: 16px;
    height: 45px;
  }
  .btn-banner .btn-iv-abs {
    height: 45px;
  }
}

.bannerhomeBox {
  text-align: center;
  max-width: 910px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .bannerhomeBox {
    margin: auto;
  }
}

.downButton {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  display: table;
}
@media screen and (max-width: 767px) {
  .downButton {
    display: none;
  }
}

.about-banner .banner-caption {
  z-index: 2;
}
.about-banner .banner-fill:after {
  display: none;
}
.about-banner .mask {
  width: 100%;
  height: 100%;
  background: linear-gradient(245deg, rgba(8, 4, 60, 0.9) 0%, #08043C 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  mask: radial-gradient(circle at var(--mouse-x) var(--mouse-y), transparent 40px, black 350px);
  -webkit-mask: radial-gradient(circle at var(--mouse-x) var(--mouse-y), transparent 40px, black 350px);
}

.homeServicesBg {
  background: var(--white);
}

.homeServHead p {
  font-size: 22px;
  line-height: 160%;
}
@media screen and (max-width: 991px) {
  .homeServHead p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .homeServHead p {
    font-size: 16px;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .homeServHead .align-right {
    justify-content: flex-start !important;
  }
}

.servicesSlider {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .servicesSlider {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.servicesSlider .slick-arrow {
  width: 50px;
  height: 50px;
  background: var(--white) !important;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .servicesSlider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.servicesSlider .slick-arrow::before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.servicesSlider .slick-prev {
  left: 40px;
}
@media screen and (max-width: 1199px) {
  .servicesSlider .slick-prev {
    left: 20px;
  }
}
.servicesSlider .slick-next {
  right: 40px;
}
@media screen and (max-width: 1199px) {
  .servicesSlider .slick-next {
    right: 20px;
  }
}
.servicesSlider .slick-prev:before {
  background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.2737 12.8732H5.47266" stroke="url(%23paint0_linear_2149_2407)" stroke-width="1.86567" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.8732 20.2737L5.47266 12.8732L12.8732 5.47266" stroke="url(%23paint1_linear_2149_2407)" stroke-width="1.86567" stroke-linecap="round" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_2149_2407" x1="4.15828" y1="12.6082" x2="6.63856" y2="19.4248" gradientUnits="userSpaceOnUse"><stop stop-color="%23B526D3"/><stop offset="0.49" stop-color="%23C22D11"/><stop offset="1" stop-color="%23196BD9"/></linearGradient><linearGradient id="paint1_linear_2149_2407" x1="4.81547" y1="1.5504" x2="15.3322" y2="2.52681" gradientUnits="userSpaceOnUse"><stop stop-color="%23B526D3"/><stop offset="0.49" stop-color="%23C22D11"/><stop offset="1" stop-color="%23196BD9"/></linearGradient></defs></svg>');
}
.servicesSlider .slick-next:before {
  background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.72635 12.8732H20.5273" stroke="url(%23paint0_linear_2149_2414)" stroke-width="1.86567" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.1268 20.2737L20.5273 12.8732L13.1268 5.47266" stroke="url(%23paint1_linear_2149_2414)" stroke-width="1.86567" stroke-linecap="round" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_2149_2414" x1="21.8417" y1="12.6082" x2="19.3614" y2="19.4248" gradientUnits="userSpaceOnUse"><stop stop-color="%23B526D3"/><stop offset="0.49" stop-color="%23C22D11"/><stop offset="1" stop-color="%23196BD9"/></linearGradient><linearGradient id="paint1_linear_2149_2414" x1="21.1845" y1="1.5504" x2="10.6678" y2="2.52681" gradientUnits="userSpaceOnUse"><stop stop-color="%23B526D3"/><stop offset="0.49" stop-color="%23C22D11"/><stop offset="1" stop-color="%23196BD9"/></linearGradient></defs></svg>');
}

.servCard {
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .servCard {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .servCard {
    margin: 0 2px;
  }
}

.servCardBox {
  width: 100%;
  min-height: 400px;
  position: relative;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  padding: 50px 50px 25px;
  text-decoration: none !important;
}
@media screen and (max-width: 991px) {
  .servCardBox {
    min-height: 375px;
    padding: 20px 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .servCardBox {
    min-height: 275px;
    padding: 15px;
  }
}
@media screen and (max-width: 568px) {
  .servCardBox {
    min-height: 225px;
  }
}
.servCardBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(205, 89, 13, 0.52) 0%, rgba(14, 7, 80, 0.53) 50%, rgba(7, 5, 94, 0.54) 100%);
}
.servCardBox h3 {
  width: 100%;
  margin: 0 0 20px 0;
  color: var(--white);
  position: relative;
  font-size: 34px;
  font-weight: 700;
  transition: all 0.5s ease 0s;
  max-width: 200px;
}
@media screen and (max-width: 1199px) {
  .servCardBox h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .servCardBox h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .servCardBox h3 {
    font-size: 18px;
  }
}
.servCardBox p {
  margin: 0;
  color: var(--white);
  position: relative;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 1199px) {
  .servCardBox p {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .servCardBox p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 125%;
  }
}
.servCardBox .linkArrowRight {
  text-align: right;
  margin-top: auto;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 1199px) {
  .servCardBox .linkArrowRight {
    opacity: 1;
  }
}
.servCardBox .linkArrow {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--white);
  background-image: url('data:image/svg+xml,<svg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.2871 4.22791L14.0606 4.00037L10.8565 0.77478L10.3994 1.22986L13.0571 3.90586H0.375V4.55039H13.0568L10.3994 7.22693L10.628 7.45349L10.8565 7.68103L14.0606 4.45544L14.2871 4.22791Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .servCardBox .linkArrow {
    width: 30px;
    height: 30px;
    background-size: 18px;
    vertical-align: middle;
  }
}
.servCardBox:hover p {
  opacity: 1;
}
.servCardBox:hover .linkArrowRight {
  opacity: 1;
}

.partnerBg {
  background: url("../images/main-bg/partner-bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}
@media screen and (max-width: 991px) {
  .partnerBg {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .partnerBg {
    min-height: 300px;
  }
}
.partnerBg .partnerBox {
  max-width: 725px;
}
.partnerBg .partnerBox > p {
  color: var(--white);
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .partnerBg .partnerBox > p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .partnerBg .partnerBox > p {
    margin-bottom: 20px;
  }
}
.partnerBg .partnerBox ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 18px 15px;
}
@media screen and (max-width: 767px) {
  .partnerBg .partnerBox ul {
    gap: 10px 0;
  }
}
.partnerBg .partnerBox ul li {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  width: calc(50% - 8px);
  color: var(--white);
  line-height: 1.25;
}
@media screen and (max-width: 568px) {
  .partnerBg .partnerBox ul li {
    width: 100%;
  }
}
.partnerBg .partnerBox ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background: #DDAE1F;
  border-radius: 50%;
}
.partnerBg .partnerBox ul li strong {
  display: inline-block;
}

.industryBg {
  background: var(--white);
  background-size: cover;
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .industryBg {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .industryBg {
    min-height: auto;
    display: block;
  }
}
.industryBg::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -50px;
  bottom: -50px;
  display: block;
  background: url("../images/industry-bg.png") no-repeat right center;
  width: 100%;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (min-width: 1600px) {
  .industryBg::after {
    right: 5%;
  }
}
@media screen and (max-width: 1199px) {
  .industryBg::after {
    width: 40%;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 991px) {
  .industryBg::after {
    width: 40%;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .industryBg::after {
    position: static;
    width: 300px;
    height: 305px;
    display: table;
    margin: 25px auto -85px;
  }
}
.industryBg .industryBox {
  max-width: 700px;
}
@media screen and (max-width: 991px) {
  .industryBg .industryBox {
    max-width: 520px;
  }
}
.industryBg .industryBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .industryBg .industryBox ul {
    gap: 8px;
  }
}
.industryBg .industryBox ul li {
  background: linear-gradient(white, white) padding-box, linear-gradient(100.52deg, #B526D3 -11.64%, #C22D11 47.59%, #196BD9 109.25%) border-box;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 75px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.industryBg .industryBox ul li span {
  border-radius: 75px;
  min-height: 75px;
  display: flex;
  align-items: center;
  color: var(--darkcolor);
  padding: 5px 50px;
  display: flex;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .industryBg .industryBox ul li span {
    font-size: 20px;
    font-weight: 500;
    padding: 5px 30px;
    min-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .industryBg .industryBox ul li span {
    min-height: 32px;
    font-size: 16px;
    padding: 2px 20px;
  }
}
.industryBg .industryBox ul li:hover {
  background-color: none;
  background-image: url("../images/healthcare-hover.jpg");
}
.industryBg .industryBox ul li:hover span {
  color: var(--white);
}
.industryBg .industryBox ul li:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 75px;
  z-index: -1;
}
.industryBg .industryBox ul li:nth-child(2n):hover {
  background-image: url("../images/finance-hover.jpg");
}
.industryBg .industryBox ul li:nth-child(3n):hover {
  background-image: url("../images/education-hover.jpg");
}
.industryBg .industryBox ul li:nth-child(4n):hover {
  background-image: url("../images/manufacturing-hover.jpg");
}
.industryBg .industryBox ul li:nth-child(5n):hover {
  background-image: url("../images/ecommerce-hover.jpg");
}

.workBg {
  background: url("../images/main-bg/work-bg.jpg") no-repeat center center;
  background-size: cover;
}
.workBg .titleDiv {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .workBg .titleDiv {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .workBg .titleDiv {
    padding-top: 40px;
  }
}

.workList {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 75px 0;
  overflow-y: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .workList {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .workList {
    padding: 0;
  }
}
.workList::before {
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 40px;
  border-left: 1px dashed var(--primary);
  display: block;
}
@media screen and (max-width: 767px) {
  .workList::before {
    left: 30px;
  }
}
.workList li {
  margin: 0;
  padding: 25px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .workList li {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .workList li {
    padding: 15px 0;
  }
  .workList li:first-child {
    padding-top: 0;
  }
}
.workList li ~ li::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 1.79135e-06L6.31086 2.81076L12.6217 0L6.31087 10.9307L0 1.79135e-06Z" fill="white"/></svg>') no-repeat 0px 0px;
  width: 13px;
  height: 11px;
  background-size: 100%;
  position: absolute;
  left: 34px;
  top: -6px;
  display: block;
}
@media screen and (max-width: 767px) {
  .workList li ~ li::before {
    left: 24px;
  }
}
.workList .workStepBox {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .workList .workStepBox {
    gap: 15px;
  }
}
.workList .workStepBox .icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .workList .workStepBox .icon {
    width: 60px;
    height: 60px;
  }
  .workList .workStepBox .icon img {
    max-height: 32px;
  }
}
.workList .workStepBox .info {
  flex: 1;
}
.workList .workStepBox .info h5 {
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.workList .workStepBox .info p {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  line-height: 120%;
}

@media screen and (min-width: 1200px) {
  .expertTabSec {
    padding: 25px 0;
  }
}
.expertTabSec .navTabList {
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .expertTabSec .navTabList {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .expertTabSec .navTabList {
    padding-top: 10px;
  }
}
.expertTabSec .tab-content {
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .expertTabSec .tab-content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .expertTabSec .tab-content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .expertTabSec .tab-content {
    padding-top: 25px;
  }
}

.navTabList .nav-tabs {
  --bs-nav-tabs-border-color: var(--lite-border-color);
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .navTabList .nav-tabs {
    gap: 15px;
  }
}
.navTabList .nav-tabs .nav-item .nav-link {
  margin: 0 0 -1px 0;
  padding: 0 0 15px 0;
  border: 0;
  border-radius: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #585989;
  opacity: 1;
  border-bottom: 1px solid transparent;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .navTabList .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .navTabList .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.navTabList .nav-tabs .nav-item .nav-link.active {
  color: var(--darkcolor);
  border-color: var(--darkcolor);
}

.brandLogos {
  display: flex;
  gap: 25px 55px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .brandLogos {
    gap: 10px 30px;
  }
}
.brandLogos > span {
  min-height: 60px;
  display: flex;
  align-items: center;
}
.brandLogos > span > img {
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .brandLogos > span > img {
    max-height: 45px;
    max-width: 100px;
  }
}

.expertBussinessBg {
  background: url(../images/main-bg/expert-ready-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .expertBussinessBg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 568px) {
  .expertBussinessBg {
    background-position: 30% 100%;
  }
}

.expertBussinessBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.expertBussinessBox .titleDiv {
  margin-bottom: 0;
}
.expertBussinessBox > p {
  color: var(--white);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .expertBussinessBox {
    gap: 15px;
  }
}
@media screen and (max-width: 568px) {
  .expertBussinessBox {
    max-width: 300px;
    margin: auto;
  }
}

.footerMain {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .footerMain {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .footerLogo {
    width: 175px;
  }
}

.footerTitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footerTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.footerLinks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footerLinks li {
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
.footerLinks li a {
  color: var(--litetext);
}
.footerLinks li a.active, .footerLinks li a:hover {
  color: var(--darkcolor);
}
@media screen and (max-width: 767px) {
  .footerLinks {
    gap: 4px;
  }
}
@media screen and (max-width: 568px) {
  .footerLinks {
    flex-direction: inherit;
    flex-wrap: wrap;
  }
  .footerLinks li {
    width: calc(50% - 2px);
  }
}

.addBox {
  margin-bottom: 15px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .addBox {
    margin-bottom: 10px;
  }
}
.addBox p {
  margin-bottom: 0;
  line-height: 150%;
}
.addBox a {
  color: inherit;
}
.addBox img {
  margin-top: 1px;
  flex-shrink: 0;
}

.footerSocial {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footerSocial a {
  min-width: 38px;
  width: 38px;
  height: 38px;
  background: linear-gradient(100.52deg, #B526D3 -11.64%, #C22D11 47.59%, #196BD9 109.25%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5 ease 0s;
  position: relative;
  border-radius: 50%;
}
.footerSocial a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(100.52deg, #C22D11 -11.64%, #B526D3 47.59%, #196BD9 109.25%);
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
  transform: scale(0);
}
.footerSocial a:hover::before {
  transform: scale(1);
}
.footerSocial img {
  position: relative;
  z-index: 1;
}

.footerCopyright {
  border-top: 1px solid rgba(75, 90, 113, 0.1);
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .footerCopyright {
    padding: 15px 0;
  }
}

.innerBanner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 370px;
  padding-top: 85px;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .innerBanner {
    min-height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .innerBanner {
    min-height: 210px;
  }
}
.innerBanner .titleDiv {
  max-width: 910px;
  margin-bottom: 0;
}
.innerBanner.servicesBanner .titleDiv {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .innerBanner.servicesBanner .titleDiv {
    padding-top: 5px;
  }
}
.innerBanner.softwareBanner {
  background-position: bottom center;
}
.innerBanner.websiteBanner {
  overflow: hidden;
}
.innerBanner.websiteBanner::before {
  content: "";
  background: url("../images/icon/contact-tree-img.svg") no-repeat 0px 0px;
  background-size: 100%;
  width: 123px;
  height: 123px;
  position: absolute;
  right: 16%;
  bottom: -15px;
}
@media screen and (max-width: 1599px) {
  .innerBanner.websiteBanner::before {
    right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .innerBanner.websiteBanner::before {
    bottom: -15px;
    width: 35px;
    height: 45px;
  }
}

.aboutKiyara {
  padding-top: 20px;
  padding-bottom: 0;
}
.aboutKiyara .aboutExpert .deliveredData {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .aboutKiyara .aboutExpert .deliveredData {
    margin-top: 20px;
  }
}
.aboutKiyara .aboutExpert .deliveredData h6 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 5px 0;
  background: linear-gradient(100.52deg, #B526D3 -11.64%, #C22D11 47.59%, #196BD9 109.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .aboutKiyara .aboutExpert .deliveredData h6 {
    font-size: 30px;
  }
}
.aboutKiyara .aboutExpert .deliveredData small {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767px) {
  .aboutKiyara .aboutExpert .deliveredData small {
    font-size: 14px;
  }
}
.aboutKiyara .aboutkiyaraText p {
  font-size: 22px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .aboutKiyara .aboutkiyaraText p {
    font-size: 16px;
    line-height: 150%;
  }
}

.aboutGallery {
  gap: 10px 10px;
  display: flex;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .aboutGallery {
    margin-top: 20px;
    gap: 1px 2px;
  }
}
.aboutGallery .aboutImg {
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 28.25%;
}
@media screen and (max-width: 767px) {
  .aboutGallery .aboutImg {
    gap: 2px;
  }
}
.aboutGallery .aboutImg:nth-child(even) {
  width: 41.85%;
}
.aboutGallery .aboutImg span {
  display: block;
}
.aboutGallery .aboutImg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sucessBg {
  background: url("../images/sucess-bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -150px;
  padding-top: 230px;
}
@media screen and (max-width: 767px) {
  .sucessBg {
    margin-top: 30px;
    padding-top: 40px;
  }
}
.sucessBg .titleDiv {
  max-width: 650px;
}

.sucessList {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .sucessList {
    padding-top: 5px;
  }
}

.sucessBox h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .sucessBox h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
.sucessBox p {
  font-size: 16px;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 0;
}

.driveList {
  padding-top: 25px;
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .driveList {
    padding-top: 0px;
  }
}

.driveBox {
  background: var(--liteBg);
  padding: 50px 40px;
  min-height: 282px;
}
@media screen and (max-width: 767px) {
  .driveBox {
    padding: 25px;
    min-height: auto;
  }
}
.driveBox h3 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .driveBox h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.driveBox p {
  font-size: 28px;
  margin-bottom: 0;
  color: var(--litetext);
}
@media screen and (max-width: 767px) {
  .driveBox p {
    font-size: 18px;
  }
}

.contactSection {
  background: var(--liteBg3);
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .contactSection {
    padding-top: 100px;
  }
}

.contactForm input::-moz-placeholder, .contactForm textarea::-moz-placeholder {
  color: rgba(37, 16, 86, 0.65) !important;
  opacity: 1 !important;
}

.contactForm input::placeholder, .contactForm textarea::placeholder {
  color: rgba(37, 16, 86, 0.65) !important;
  opacity: 1 !important;
}
.contactForm input:focus, .contactForm textarea:focus {
  outline: none;
}
.contactForm input::-webkit-outer-spin-button,
.contactForm input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contactForm input[type=number] {
  -moz-appearance: textfield;
}
.contactForm .highlite {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contactForm .highlite {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.contactForm h5 {
  padding-top: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}
.contactForm h5 span {
  color: var(--primary);
}
.contactForm .form-group {
  margin-bottom: 20px;
}
.contactForm .form-group input {
  width: 100%;
  border: none;
  border: 1px solid var(--border-color);
  display: block;
  padding: 10px 20px;
  color: var(--darkcolor);
  opacity: 1;
  font-weight: 400;
  font-size: 16px;
  opacity: 1 !important;
  box-shadow: none !important;
  border-radius: 5px;
}
.contactForm .form-group textarea {
  width: 100%;
  border: none;
  border: 1px solid var(--border-color);
  display: block;
  padding: 10px 20px;
  color: var(--darkcolor);
  min-height: 125px;
  font-weight: 400;
  font-size: 16px;
  opacity: 1 !important;
  box-shadow: none !important;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .contactForm .form-group textarea {
    min-height: 100px;
  }
}
.contactForm button {
  margin-top: 10px;
  border-radius: 5px;
  min-width: 150px;
  background: var(--primary);
  justify-content: center;
}

.conactInfoDetails {
  position: relative;
  padding-left: 55px;
  padding-bottom: 47px;
}
@media screen and (max-width: 1199px) {
  .conactInfoDetails {
    padding-left: 0;
  }
}
.conactInfoDetails::before {
  content: "";
  background: url("../images/icon/contact-tree-img.svg") no-repeat 0px 0px;
  background-size: 100%;
  width: 137px;
  height: 137px;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .conactInfoDetails::before {
    width: 90px;
    height: 90px;
  }
}
.conactInfoDetails::after {
  content: "";
  width: calc(100% - 55px);
  height: 47px;
  position: absolute;
  right: 10px;
  bottom: 0;
  background: linear-gradient(180deg, #CAD0D4 1.06%, rgba(223, 223, 223, 0) 79.79%);
  display: block;
  transform: skewX(-20deg);
}
@media screen and (max-width: 767px) {
  .conactInfoDetails::after {
    width: calc(100% - 32px);
  }
}

.contactInformation {
  background: var(--darkBg2);
  padding: 50px;
  min-height: 600px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contactInformation {
    padding: 40px 30px;
    min-height: 400px;
  }
}
.contactInformation::before, .contactInformation::after {
  content: "";
  background: url("../images/contact-shap.svg") no-repeat 0px 0px;
  background-size: 100%;
  width: 253px;
  height: 249px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contactInformation::before, .contactInformation::after {
    width: 175px;
    height: 175px;
  }
}
.contactInformation::before {
  right: 0;
  top: 0;
}
.contactInformation::after {
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.contactInformation .contactInfoBox:not(:last-child) {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contactInformation .contactInfoBox:not(:last-child) {
    padding-bottom: 35px;
  }
}
.contactInformation .contactInfoBox p {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  line-height: 125%;
}
@media screen and (max-width: 767px) {
  .contactInformation .contactInfoBox p {
    font-size: 20px;
  }
}
.contactInformation .contactInfoBox p a {
  color: inherit;
}
.contactInformation .contactInfoBox p ~ p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contactInformation .contactInfoBox p ~ p {
    margin-top: 5px;
  }
}
.contactInformation .contactInfoBox strong {
  font-weight: 700;
}

.servicesListing {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 991px) {
  .servicesListing {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .servicesListing {
    gap: 15px;
  }
}

.servicesCard {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .servicesCard {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .servicesCard {
    border-radius: 10px;
  }
}
.servicesCard .servicesCardInfo {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .servicesCard .servicesCardInfo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .servicesCard .servicesCardInfo {
    padding: 30px 25px 40px 25px;
    gap: 20px;
  }
}
.servicesCard .servicesCardInfo h2 {
  color: var(--white);
  margin: 0;
}
.servicesCard .servicesCardInfo p {
  color: var(--white);
  margin: 0;
}
.servicesCard .servicesCardInfo ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .servicesCard .servicesCardInfo ul {
    gap: 10px;
  }
}
.servicesCard .servicesCardInfo ul li {
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
  width: 100%;
  line-height: 130%;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .servicesCard .servicesCardInfo ul li {
    padding-left: 25px;
  }
}
.servicesCard .servicesCardInfo ul li::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3337 1L4.00033 8.33333L0.666992 5" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.servicesCard .servicesCardInfo ul li strong {
  display: inline-block;
}
.servicesCard .servicesCardInfo .btn {
  margin-top: 10px;
  position: relative;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  border: 0;
  border-radius: 40px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  height: 50px;
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .servicesCard .servicesCardInfo .btn {
    font-size: 16px;
    height: 45px;
    padding: 5px 25px;
    min-width: 165px;
  }
}
.servicesCard .servicesCardInfo .btn::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="22" height="12" viewBox="0 0 22 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.6572 6.50006H0V5.50006H19.6572L15.5375 1.35242L16.247 0.647705L21.2133 5.64771L21.5633 6.00006L21.2133 6.35242L16.247 11.3524L15.5375 10.6477L19.6572 6.50006Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 22px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
.servicesCard .servicesCardInfo .btn:hover {
  background: rgba(255, 255, 255, 0.25);
}
.servicesCard .servicesCardImage {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .servicesCard .servicesCardImage {
    max-width: 300px;
    margin: auto;
  }
}
.servicesCard:hover .btn {
  border: 1px solid #ffffff;
}

.mobileCard {
  background: linear-gradient(284deg, rgba(73, 19, 148, 0) -0.53%, rgba(73, 19, 148, 0.28) 71.92%), #2179B9;
}
@media screen and (max-width: 767px) {
  .mobileCard .servicesCardImage {
    margin-bottom: 30px;
  }
}
.mobileCard .servicesCardImage::after {
  content: "";
  width: 776px;
  height: 776px;
  background: url("../images/mobile-app-img-shap.svg") no-repeat center center;
  background-size: 100%;
  display: block;
  position: absolute;
  right: -100px;
  z-index: -1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
}
@media screen and (max-width: 767px) {
  .mobileCard .servicesCardImage::after {
    width: 300px;
    height: 300px;
    right: 0;
  }
}
.mobileCard:hover .servicesCardImage:after {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.softwareCard, .ecommerceCard {
  align-items: flex-end;
  background-position: center bottom;
}

.ecommerceCard {
  background: #6140AB;
  position: relative;
}
.ecommerceCard .ecommerceCard-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  bottom: 0;
  width: 60%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.ecommerceCard .ecommerceCard-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ecommerceCard:hover .ecommerceCard-bg {
  width: 70%;
  bottom: -10%;
}
.ecommerceCard .ecommerce-right-bg {
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
  filter: blur(5px);
  transition: all 0.3s ease 0s;
}
.ecommerceCard:hover .ecommerce-right-bg {
  filter: blur(0px);
}

.softwareCard {
  background: #3A90B5;
  position: relative;
  overflow: hidden;
}
.softwareCard .textanimation {
  pointer-events: none;
  position: absolute;
  padding: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: left bottom;
}
.softwareCard .textanimation svg {
  display: block;
  width: 100%;
}
.softwareCard:hover .textanimation {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.securityCard .servicesCardInfo {
  width: 600px;
  height: 600px;
  background: rgba(79, 38, 161, 0.8);
  border-radius: 50%;
  padding: 115px 80px 110px 115px;
  margin: -45px 0 -45px 40px;
  gap: 15px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  box-shadow: 0 0 0px 0px #0f0330;
}
@media screen and (max-width: 767px) {
  .securityCard .servicesCardInfo {
    width: auto;
    height: auto;
    border-radius: 10px;
    padding: 30px;
    margin: 10px;
  }
}
.securityCard:hover .servicesCardInfo {
  background: rgba(61, 20, 143, 0.9);
  box-shadow: 0 0 20px 2px rgba(15, 3, 48, 0.71);
}
.securityCard .servicesCardImage {
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
}

.websiteCard .servicesCardImage {
  left: -30px;
}
@media screen and (max-width: 767px) {
  .websiteCard .servicesCardImage {
    left: -10px;
  }
}
.websiteCard .servicesCardImage img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .websiteCard .servicesCardImage img {
    width: auto;
    height: auto;
  }
}

.ecommerceCard .servicesCardImage {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .ecommerceCard .servicesCardImage {
    padding-right: 0;
  }
}

.uiUxCard .servicesCardImage {
  margin-top: -15px;
  margin-bottom: -25px;
}
@media screen and (max-width: 991px) {
  .uiUxCard .servicesCardImage {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .uiUxCard .servicesCardImage {
    max-width: 200px;
    margin: 0 auto 25px;
  }
}
.uiUxCard .servicesCardImage img {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .uiUxCard .servicesCardImage img {
    height: auto;
  }
}

.digitalAssets {
  background: linear-gradient(278.27deg, #6518A6 0%, #8110DE 109.16%);
}
.digitalAssets .advanceTopRow h2 {
  line-height: 1.1;
  margin: 0;
  color: var(--white);
}
.digitalAssets .advanceTopRow p {
  color: #FBF3FF;
  margin: 0;
  line-height: 160%;
}

.threatDetection {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .threatDetection {
    flex-direction: column;
    padding-bottom: 30px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .threatDetection {
    gap: 10px;
  }
}
.threatDetection .image {
  max-width: 470px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .threatDetection .image {
    max-width: 100%;
  }
}
.threatDetection .image img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 991px) {
  .threatDetection .image img {
    border-radius: 20px;
  }
}
.threatDetection .infoBox {
  background: rgba(240, 204, 255, 0.95);
  padding: 35px 60px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
  margin-left: -150px;
}
@media screen and (max-width: 991px) {
  .threatDetection .infoBox {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .threatDetection .infoBox {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    text-align: center;
  }
}
.threatDetection .infoBox .infoNo {
  font-size: 50px;
  color: var(--darkblue);
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding-top: 10px;
}
.threatDetection .infoBox .infoDtl {
  flex: 1;
  border-left: 1px solid var(--darkblue);
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .threatDetection .infoBox .infoDtl {
    border: 0;
    padding: 0;
  }
}
.threatDetection .infoBox .infoDtl h6 {
  font-size: 18px;
  color: var(--darkblue);
  font-weight: 600;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .threatDetection .infoBox .infoDtl h6 {
    margin-bottom: 5px;
  }
}
.threatDetection .infoBox .infoDtl p {
  font-size: 16px;
  color: var(--darkblue);
  line-height: 140%;
  margin: 0;
}

.securityListing {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 991px) {
  .securityListing {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .securityListing {
    gap: 40px;
  }
}

.securityCardBox {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 991px) {
  .securityCardBox {
    gap: 30px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .securityCardBox {
    flex-direction: column;
    gap: 20px;
  }
}
.securityCardBox:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .securityCardBox:nth-child(even) {
    flex-direction: column;
  }
}
.securityCardBox .image {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .securityCardBox .image {
    width: 100%;
  }
}
.securityCardBox .info {
  flex: 1;
}
.securityCardBox .info h2 {
  margin: 0 0 30px 0;
  font-family: var(--font2);
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .securityCardBox .info h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .securityCardBox .info h2 {
    font-size: 28px;
  }
}
.securityCardBox .info p {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .securityCardBox .info p {
    margin-bottom: 10px;
  }
}
.securityCardBox .info ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .securityCardBox .info ul {
    gap: 10px;
  }
}
.securityCardBox .info ul li {
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
  width: 100%;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .securityCardBox .info ul li {
    padding-left: 25px;
  }
}
.securityCardBox .info ul li::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3337 1L4.00033 8.33333L0.666992 5" stroke="%23343F56" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.securityCardBox .info ul li strong {
  display: inline-block;
}

.softCardBox {
  background: var(--lightSkyBlue);
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .softCardBox {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media screen and (max-width: 991px) {
  .softCardBox {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .softCardBox {
    border-radius: 20px;
  }
}
.softCardBox .image {
  width: 40%;
  margin-top: -85px;
  margin-right: -50px;
  margin-bottom: -200px;
}
@media screen and (max-width: 991px) {
  .softCardBox .image {
    margin: 0 auto -75px;
    max-width: 300px;
    width: 100%;
  }
}
.softCardBox .softCardList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  padding: 60px;
}
@media screen and (max-width: 991px) {
  .softCardBox .softCardList {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .softCardBox .softCardList {
    padding: 20px;
    gap: 15px;
  }
}
.softCardBox .softCardList .softdevBox {
  background: var(--white);
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .softCardBox .softCardList .softdevBox {
    padding: 20px;
    border-radius: 10px;
  }
}
.softCardBox .softCardList .softdevBox h3 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .softCardBox .softCardList .softdevBox h3 {
    font-size: 22px;
  }
}
.softCardBox .softCardList .softdevBox p {
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 568px) {
  .servListBox {
    text-align: center;
  }
}
.servListBox .icon {
  margin-bottom: 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  .servListBox .icon {
    margin-bottom: 15px;
  }
}
.servListBox h3 {
  margin: 0 0 10px 0;
  line-height: 1;
  font-size: 26px;
}
.servListBox p {
  margin: 0;
}

.mobilePageOverflow {
  overflow-x: hidden;
}

.mobileInvCard {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .mobileInvCard {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mobileInvCard {
    flex-direction: column;
  }
}
.mobileInvCard .info {
  flex: 1;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .mobileInvCard .info {
    max-width: 100%;
    width: 100%;
  }
}
.mobileInvCard .info h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mobileInvCard .info h2 {
    margin-bottom: 15px;
  }
}
.mobileInvCard .info p {
  font-size: 22px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mobileInvCard .info p {
    font-size: 16px;
  }
}
.mobileInvCard .info p ~ p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .mobileInvCard .info p ~ p {
    margin-top: 10px;
  }
}
.mobileInvCard .image {
  width: 50%;
  position: relative;
  z-index: 1;
  margin-top: -25px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .mobileInvCard .image {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .mobileInvCard .image {
    margin: 0;
    max-width: 300px;
    width: 100%;
  }
}
.mobileInvCard .image::before {
  content: "";
  width: 1200px;
  height: 500px;
  border-radius: 600px 0 0 600px;
  background: rgba(79, 38, 161, 0.1);
  position: absolute;
  left: 1%;
  bottom: 15%;
  display: block;
  z-index: -1;
  transform: rotate(-23deg);
}
@media screen and (max-width: 767px) {
  .mobileInvCard .image::before {
    width: 300px;
    height: 300px;
    left: 0;
    bottom: -3px;
    transform: none;
    border-radius: 50%;
  }
}
.mobileInvCard .image img {
  max-width: 450px;
}
@media screen and (max-width: 991px) {
  .mobileInvCard .image img {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .mobileInvCard .image img {
    max-width: 300px;
  }
}

.text-p {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .text-p {
    font-size: 16px;
  }
}

.mobileProjectBg {
  background: #1A0337;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .mobileProjectBg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.mobileProjectBg .mainTitle {
  font-family: var(--font);
  font-weight: 900;
}

.recentMobileTabSec {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.recentMobileTabSec .navTabList .nav-tabs {
  border: 0;
  justify-content: flex-start;
}
.recentMobileTabSec .navTabList .nav-tabs .nav-item .nav-link {
  color: var(--white);
  padding-bottom: 8px;
}
.recentMobileTabSec .navTabList .nav-tabs .nav-item .nav-link.active {
  color: var(--primary);
  border-color: var(--primary);
}

.mobileAppTabContent {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .mobileAppTabContent {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .mobileAppTabContent {
    margin-top: 30px;
    gap: 35px;
  }
}
.mobileAppTabContent .info {
  flex: 1;
}
.mobileAppTabContent .info h6 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: inherit;
  color: #37B7F7;
}
.mobileAppTabContent .info h3 {
  margin-bottom: 20px;
  color: var(--white);
  line-height: 1.1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .mobileAppTabContent .info h3 {
    margin-bottom: 15px;
  }
}
.mobileAppTabContent .info p {
  margin-bottom: 35px;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .mobileAppTabContent .info p {
    margin-bottom: 20px;
  }
}
.mobileAppTabContent .info ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 18px 15px;
}
@media screen and (max-width: 767px) {
  .mobileAppTabContent .info ul {
    gap: 10px 0;
  }
}
.mobileAppTabContent .info ul li {
  margin: 0;
  padding: 0 0 0 28px;
  position: relative;
  width: calc(50% - 8px);
  color: var(--white);
  line-height: 1.25;
}
@media screen and (max-width: 568px) {
  .mobileAppTabContent .info ul li {
    width: 100%;
  }
}
.mobileAppTabContent .info ul li::before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  background: var(--white);
  border-radius: 50%;
}
.mobileAppTabContent .info ul li strong {
  display: inline-block;
}
.mobileAppTabContent .image {
  width: 535px;
  height: 535px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -150px;
}
@media screen and (max-width: 1199px) {
  .mobileAppTabContent .image {
    width: 450px;
    height: 450px;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .mobileAppTabContent .image {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .mobileAppTabContent .image {
    width: 300px;
    height: 300px;
  }
}
.mobileAppTabContent .image img {
  max-width: 65%;
}

.imageShap {
  display: flex;
  gap: 15px;
  position: absolute;
  right: 8%;
  top: -15em;
  bottom: -15em;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  z-index: -1;
}
.imageShap span {
  width: 95px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  display: block;
}
@media screen and (max-width: 991px) {
  .imageShap span {
    width: 100%;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .imageShap span {
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .imageShap {
    right: 5%;
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .imageShap {
    top: auto;
    bottom: 100px;
    left: -20%;
    right: -20%;
    flex-direction: column;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
  }
}
@media screen and (max-width: 767px) {
  .imageShap {
    bottom: 75px;
  }
}

.buildHighBg {
  position: relative;
  z-index: 2;
}
.buildHighBg::before {
  content: "";
  position: absolute;
  left: -170px;
  width: 200px;
  height: 625px;
  transform: rotate(22deg);
  background: linear-gradient(192.12deg, #FFE14C 5.32%, #FF6143 44.99%, #FF6143 79.99%, #D90879 108.39%);
  top: -115px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .buildHighBg::before {
    left: -225px;
  }
}
@media screen and (max-width: 767px) {
  .buildHighBg::before {
    left: -260px;
  }
}

.buildHighSection {
  display: flex;
}
@media screen and (max-width: 991px) {
  .buildHighSection {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .buildHighSection {
    gap: 20px;
  }
}
.buildHighSection .info {
  min-width: 500px;
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .buildHighSection .info {
    min-width: 300px;
    padding-top: 0;
  }
}
.buildHighSection .info h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .buildHighSection .info h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .buildHighSection .info h2 {
    margin-bottom: 15px;
  }
}
.buildHighSection .info p {
  font-size: 22px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .buildHighSection .info p {
    font-size: 16px;
  }
}
.buildHighSection .info p ~ p {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .buildHighSection .info p ~ p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .buildHighSection .info p ~ p {
    margin-top: 10px;
  }
}
.buildHighSection .image {
  margin-bottom: -57px;
}
.buildHighSection .image img {
  max-width: inherit;
}
@media screen and (max-width: 991px) {
  .buildHighSection .image {
    margin: 0 0 -30px 0;
  }
  .buildHighSection .image img {
    max-width: 100%;
  }
}

.websolutionBg {
  background: #270C4B;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .websolutionBg {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
.websolutionBg::before, .websolutionBg::after {
  content: "";
  background: url("../images/web-shap.svg") no-repeat 0px 0px;
  background-size: 100%;
  width: 411px;
  height: 405px;
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .websolutionBg::before, .websolutionBg::after {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .websolutionBg::before, .websolutionBg::after {
    width: 175px;
    height: 175px;
  }
}
.websolutionBg::before {
  right: 0;
  top: 0;
}
.websolutionBg::after {
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.caseStudiesSlider {
  background: var(--skyblue);
  padding: 50px;
}
@media screen and (max-width: 1199px) {
  .caseStudiesSlider {
    padding: 40px 30px;
  }
}
.caseStudiesSlider .slider {
  min-height: 300px;
}
@media screen and (max-width: 991px) {
  .caseStudiesSlider .slider {
    min-height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudiesSlider .slider {
    min-height: 225px;
  }
}
.caseStudiesSlider h4 {
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 600;
  color: var(--white);
}
.caseStudiesSlider p {
  color: var(--white);
  margin: 0;
  line-height: 160%;
}
.caseStudiesSlider .slick-arrow {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15) !important;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: -20px;
  left: auto;
  transform: none;
}
@media screen and (max-width: 1199px) {
  .caseStudiesSlider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.caseStudiesSlider .slick-arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.caseStudiesSlider .slick-prev {
  right: 40px;
}
@media screen and (max-width: 1199px) {
  .caseStudiesSlider .slick-prev {
    right: 30px;
  }
}
.caseStudiesSlider .slick-next {
  right: -20px;
}
.caseStudiesSlider .slick-prev:before {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928931C7.68054 0.538407 7.04738 0.538407 6.65685 0.928931L0.292893 7.29289ZM16 7L0.999999 7L0.999999 9L16 9L16 7Z" fill="white"/></svg>');
}
.caseStudiesSlider .slick-next:before {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.7071 8.70711C16.0976 8.31658 16.0976 7.68342 15.7071 7.29289L9.34315 0.928932C8.95262 0.538408 8.31946 0.538408 7.92893 0.928932C7.53841 1.31946 7.53841 1.95262 7.92893 2.34315L13.5858 8L7.92893 13.6569C7.53841 14.0474 7.53841 14.6805 7.92893 15.0711C8.31946 15.4616 8.95262 15.4616 9.34315 15.0711L15.7071 8.70711ZM0 9H15V7H0V9Z" fill="white"/></svg>');
}

.caseStudiesBlock {
  position: relative;
  padding-bottom: 47px;
}
@media screen and (min-width: 1200px) {
  .caseStudiesBlock {
    margin-left: 10px;
  }
}
.caseStudiesBlock::before {
  content: "";
  background: url("../images/icon/case-tree-img.svg") no-repeat 0px 0px;
  background-size: 100% auto;
  width: 117px;
  height: 123px;
  position: absolute;
  left: 2px;
  bottom: 25px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .caseStudiesBlock::before {
    width: 60px;
    height: 60px;
    bottom: 20px;
  }
}
.caseStudiesBlock::after {
  content: "";
  width: 100%;
  height: 47px;
  position: absolute;
  right: 9px;
  bottom: 0;
  background: linear-gradient(180deg, #E6DDF9 0%, rgba(230, 221, 249, 0) 100%);
  display: block;
  transform: skewX(-20deg);
  z-index: -1;
}
.caseStudiesBlock .caseStudiesBox {
  min-height: 365px;
  background: var(--darkBg2);
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .caseStudiesBlock .caseStudiesBox {
    min-height: 350px;
    padding-top: 55px;
  }
}
@media screen and (max-width: 991px) {
  .caseStudiesBlock .caseStudiesBox {
    min-height: 290px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudiesBlock .caseStudiesBox {
    flex-direction: column;
    gap: 25px;
    padding: 30px 30px 45px;
  }
}
.caseStudiesBlock .caseStudiesBox .info {
  width: 45%;
  padding: 0 60px 0 45px;
}
@media screen and (max-width: 1199px) {
  .caseStudiesBlock .caseStudiesBox .info {
    width: 40%;
    padding: 0 40px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .caseStudiesBlock .caseStudiesBox .info {
    width: 50%;
    padding: 0 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudiesBlock .caseStudiesBox .info {
    width: 100%;
    padding: 0;
  }
}
.caseStudiesBlock .caseStudiesBox .info h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.caseStudiesBlock .caseStudiesBox .info p {
  margin: 0;
}
.caseStudiesBlock .caseStudiesBox .image {
  flex: 1;
  margin: 0 -70px -18px -75px;
}
@media screen and (max-width: 991px) {
  .caseStudiesBlock .caseStudiesBox .image {
    margin-right: -22px;
  }
}
@media screen and (max-width: 767px) {
  .caseStudiesBlock .caseStudiesBox .image {
    margin: 0;
  }
}
.caseStudiesBlock .caseStudiesBox .image img {
  width: 100%;
}

.buildEcommBg {
  overflow: hidden;
  background: #FBF7F0;
  padding: 0;
}

.buildEcommSection {
  display: flex;
  align-items: center;
  gap: 75px;
}
@media screen and (max-width: 1199px) {
  .buildEcommSection {
    padding: 60px 0;
    gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .buildEcommSection {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .buildEcommSection {
    gap: 20px;
    padding: 40px 0;
  }
}
.buildEcommSection .info {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .buildEcommSection .info {
    width: 100%;
    flex-shrink: inherit;
  }
}
.buildEcommSection .info h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .buildEcommSection .info h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .buildEcommSection .info h2 {
    margin-bottom: 15px;
  }
}
.buildEcommSection .info p {
  font-size: 22px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .buildEcommSection .info p {
    font-size: 16px;
  }
}
.buildEcommSection .info p ~ p {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .buildEcommSection .info p ~ p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .buildEcommSection .info p ~ p {
    margin-top: 10px;
  }
}
.buildEcommSection .image {
  margin-top: -80px;
  margin-bottom: -175px;
}
.buildEcommSection .image img {
  max-width: inherit;
}
@media screen and (max-width: 1199px) {
  .buildEcommSection .image {
    margin: 0;
  }
  .buildEcommSection .image img {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .buildEcommSection .image {
    margin: auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .buildEcommSection .image {
    max-width: 250px;
  }
}

.divider-top {
  border-top: 1px solid var(--lite-border-color);
}

.keyFeatureSec {
  display: flex;
  background: var(--liteBg3);
  align-items: center;
  position: relative;
  min-height: 700px;
}
@media screen and (max-width: 991px) {
  .keyFeatureSec {
    min-height: auto;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .keyFeatureSec {
    padding: 30px 0;
  }
}
.keyFeatureSec .image {
  width: 45%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.keyFeatureSec .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .keyFeatureSec .image {
    width: 100%;
    position: static;
    margin-bottom: 50px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .keyFeatureSec .image {
    margin-bottom: 30px;
    height: 250px;
  }
}
.keyFeatureSec .info {
  flex: 1;
  padding: 80px 0;
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .keyFeatureSec .info {
    width: 100%;
    padding: 0;
  }
}

.keyList {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  overflow-y: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .keyList {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .keyList {
    gap: 15px;
  }
}
.keyList li {
  margin: 0;
  padding: 0;
}
.keyList .keyBox {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .keyList .keyBox {
    gap: 15px;
    align-items: flex-start;
  }
}
.keyList .keyBox .icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--skyblue);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .keyList .keyBox .icon {
    width: 60px;
    height: 60px;
  }
  .keyList .keyBox .icon img {
    max-height: 32px;
  }
}
.keyList .keyBox .infoKey {
  flex: 1;
}
.keyList .keyBox .infoKey p {
  margin: 0;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .keyList .keyBox .infoKey p {
    line-height: 135%;
  }
}
.keyList .keyBox .infoKey p strong {
  display: block;
  font-weight: 700;
}

.craftingDesignSec {
  background: var(--liteBg3);
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
}
.craftingDesignSec::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22%;
  background: var(--white);
  z-index: -1;
}
.craftingDesignSec .craftingDesignBox {
  background: var(--skyblue);
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
}
.craftingDesignSec .craftingDesignBox h2 {
  margin: 0;
  line-height: 1.1;
  color: var(--white);
}
.craftingDesignSec .craftingDesignBox p {
  margin: 0;
  color: var(--white);
  line-height: 150%;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .craftingDesignSec .craftingDesignBox p {
    font-size: 16px;
  }
}
.craftingDesignSec .uiuxGalImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.titleDiv h6.subTitle.text-white {
  display: none;
}/*# sourceMappingURL=style.css.map */