@charset "UTF-8";
.animation-element {
  transition: all 1s ease;
}
.animation-element.from-top:not(.in-view) {
  opacity: 0;
  transform: translateY(-200px);
}
.animation-element.from-left:not(.in-view) {
  opacity: 0;
  transform: translateX(-200px);
}
@media (max-width: 576px) {
  .animation-element.from-left:not(.in-view) {
    transform: translateY(-200px);
  }
}
.animation-element.from-right:not(.in-view) {
  opacity: 0;
  transform: translateX(200px);
}
@media (max-width: 576px) {
  .animation-element.from-right:not(.in-view) {
    transform: translateY(-200px);
  }
}
.animation-element.from-bottom:not(.in-view) {
  opacity: 0;
  transform: translateY(100px);
}
.animation-element.from-opacity:not(.in-view) {
  opacity: 0;
}

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

.background-white {
  background-color: #ffffff;
}

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

.background-black {
  background-color: #000000;
}

.text-red {
  color: #9b1823 !important;
}

.background-red {
  background-color: #9b1823;
}

.text-grey-light {
  color: #f7f7f7 !important;
}

.background-grey-light {
  background-color: #f7f7f7;
}

.text-red-light {
  color: #f6ebec !important;
}

.background-red-light {
  background-color: #f6ebec;
}

/* TYPO */
.fsz-9 {
  font-size: 9px;
}

@media (max-width: 576px) {
  .fsz-9-mobile {
    font-size: 9px !important;
  }
}

.lh-9 {
  line-height: 9px;
}

.fsz-10 {
  font-size: 10px;
}

@media (max-width: 576px) {
  .fsz-10-mobile {
    font-size: 10px !important;
  }
}

.lh-10 {
  line-height: 10px;
}

.fsz-11 {
  font-size: 11px;
}

@media (max-width: 576px) {
  .fsz-11-mobile {
    font-size: 11px !important;
  }
}

.lh-11 {
  line-height: 11px;
}

.fsz-12 {
  font-size: 12px;
}

@media (max-width: 576px) {
  .fsz-12-mobile {
    font-size: 12px !important;
  }
}

.lh-12 {
  line-height: 12px;
}

.fsz-13 {
  font-size: 13px;
}

@media (max-width: 576px) {
  .fsz-13-mobile {
    font-size: 13px !important;
  }
}

.lh-13 {
  line-height: 13px;
}

.fsz-14 {
  font-size: 14px;
}

@media (max-width: 576px) {
  .fsz-14-mobile {
    font-size: 14px !important;
  }
}

.lh-14 {
  line-height: 14px;
}

.fsz-15 {
  font-size: 15px;
}

@media (max-width: 576px) {
  .fsz-15-mobile {
    font-size: 15px !important;
  }
}

.lh-15 {
  line-height: 15px;
}

.fsz-16 {
  font-size: 16px;
}

@media (max-width: 576px) {
  .fsz-16-mobile {
    font-size: 16px !important;
  }
}

.lh-16 {
  line-height: 16px;
}

.fsz-17 {
  font-size: 17px;
}

@media (max-width: 576px) {
  .fsz-17-mobile {
    font-size: 17px !important;
  }
}

.lh-17 {
  line-height: 17px;
}

.fsz-18 {
  font-size: 18px;
}

@media (max-width: 576px) {
  .fsz-18-mobile {
    font-size: 18px !important;
  }
}

.lh-18 {
  line-height: 18px;
}

.fsz-19 {
  font-size: 19px;
}

@media (max-width: 576px) {
  .fsz-19-mobile {
    font-size: 19px !important;
  }
}

.lh-19 {
  line-height: 19px;
}

.fsz-20 {
  font-size: 20px;
}

@media (max-width: 576px) {
  .fsz-20-mobile {
    font-size: 20px !important;
  }
}

.lh-20 {
  line-height: 20px;
}

.fsz-21 {
  font-size: 21px;
}

@media (max-width: 576px) {
  .fsz-21-mobile {
    font-size: 21px !important;
  }
}

.lh-21 {
  line-height: 21px;
}

.fsz-22 {
  font-size: 22px;
}

@media (max-width: 576px) {
  .fsz-22-mobile {
    font-size: 22px !important;
  }
}

.lh-22 {
  line-height: 22px;
}

.fsz-24 {
  font-size: 24px;
}

@media (max-width: 576px) {
  .fsz-24-mobile {
    font-size: 24px !important;
  }
}

.lh-24 {
  line-height: 24px;
}

.fsz-25 {
  font-size: 25px;
}

@media (max-width: 576px) {
  .fsz-25-mobile {
    font-size: 25px !important;
  }
}

.lh-25 {
  line-height: 25px;
}

.fsz-30 {
  font-size: 30px;
}

@media (max-width: 576px) {
  .fsz-30-mobile {
    font-size: 30px !important;
  }
}

.lh-30 {
  line-height: 30px;
}

.fsz-35 {
  font-size: 35px;
}

@media (max-width: 576px) {
  .fsz-35-mobile {
    font-size: 35px !important;
  }
}

.lh-35 {
  line-height: 35px;
}

.fsz-40 {
  font-size: 40px;
}

@media (max-width: 576px) {
  .fsz-40-mobile {
    font-size: 40px !important;
  }
}

.lh-40 {
  line-height: 40px;
}

.fsz-45 {
  font-size: 45px;
}

@media (max-width: 576px) {
  .fsz-45-mobile {
    font-size: 45px !important;
  }
}

.lh-45 {
  line-height: 45px;
}

.fsz-50 {
  font-size: 50px;
}

@media (max-width: 576px) {
  .fsz-50-mobile {
    font-size: 50px !important;
  }
}

.lh-50 {
  line-height: 50px;
}

.fsz-70 {
  font-size: 70px;
}

@media (max-width: 576px) {
  .fsz-70-mobile {
    font-size: 70px !important;
  }
}

.lh-70 {
  line-height: 70px;
}

.box-shadow {
  box-shadow: 0px 3px 6px #00000029;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 300;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
  min-height: 100%;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

textarea {
  resize: none;
}

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

a {
  cursor: pointer;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
  color: #ffffff;
}
a:focus {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

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

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

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

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

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

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

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

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

.mv-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mh-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.p-0 {
  padding: 0px;
}

.pv-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ph-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.bpt-0:before {
  content: "";
  display: block;
  padding-top: 0%;
}

.b-0 {
  border-width: 0px;
}

.bv-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.bh-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.width-0 {
  width: 0%;
}

@media screen and (max-width: 1024.98px) {
  .p0-md {
    padding: 0px !important;
  }

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

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

  .m0-md {
    margin: 0px !important;
  }

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

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

  .bpt0-md:before {
    content: "";
    display: block;
    padding-top: 0% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt0-mobile {
    margin-top: 0px !important;
  }

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

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

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

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

  .p0-mobile {
    padding: 0px !important;
  }

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

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

  .m0-mobile {
    margin: 0px !important;
  }

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

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

  .bpt0-mobile:before {
    content: "";
    display: block;
    padding-top: 0% !important;
  }
}
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

.mv-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mh-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.p-5 {
  padding: 5px;
}

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ph-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.bpt-5:before {
  content: "";
  display: block;
  padding-top: 5%;
}

.b-5 {
  border-width: 5px;
}

.bv-5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
}

.bh-5 {
  border-left-width: 5px;
  border-right-width: 5px;
}

.width-5 {
  width: 5%;
}

@media screen and (max-width: 1024.98px) {
  .p5-md {
    padding: 5px !important;
  }

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

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

  .m5-md {
    margin: 5px !important;
  }

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

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

  .bpt5-md:before {
    content: "";
    display: block;
    padding-top: 5% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt5-mobile {
    margin-top: 5px !important;
  }

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

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

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

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

  .p5-mobile {
    padding: 5px !important;
  }

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

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

  .m5-mobile {
    margin: 5px !important;
  }

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

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

  .bpt5-mobile:before {
    content: "";
    display: block;
    padding-top: 5% !important;
  }
}
.mt-8 {
  margin-top: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.mv-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mh-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.p-8 {
  padding: 8px;
}

.pv-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ph-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.bpt-8:before {
  content: "";
  display: block;
  padding-top: 8%;
}

.b-8 {
  border-width: 8px;
}

.bv-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.bh-8 {
  border-left-width: 8px;
  border-right-width: 8px;
}

.width-8 {
  width: 8%;
}

@media screen and (max-width: 1024.98px) {
  .p8-md {
    padding: 8px !important;
  }

  .pv8-md {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

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

  .m8-md {
    margin: 8px !important;
  }

  .mv8-md {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .mh8-md {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .bpt8-md:before {
    content: "";
    display: block;
    padding-top: 8% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt8-mobile {
    margin-top: 8px !important;
  }

  .mb8-mobile {
    margin-bottom: 8px !important;
  }

  .pl8-mobile {
    padding-left: 8px !important;
  }

  .pr8-mobile {
    padding-right: 8px !important;
  }

  .pt8-mobile {
    padding-top: 8px !important;
  }

  .p8-mobile {
    padding: 8px !important;
  }

  .pv8-mobile {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

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

  .m8-mobile {
    margin: 8px !important;
  }

  .mv8-mobile {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .mh8-mobile {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .bpt8-mobile:before {
    content: "";
    display: block;
    padding-top: 8% !important;
  }
}
.mt-10 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

.mv-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mh-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.p-10 {
  padding: 10px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.bpt-10:before {
  content: "";
  display: block;
  padding-top: 10%;
}

.b-10 {
  border-width: 10px;
}

.bv-10 {
  border-top-width: 10px;
  border-bottom-width: 10px;
}

.bh-10 {
  border-left-width: 10px;
  border-right-width: 10px;
}

.width-10 {
  width: 10%;
}

@media screen and (max-width: 1024.98px) {
  .p10-md {
    padding: 10px !important;
  }

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

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

  .m10-md {
    margin: 10px !important;
  }

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

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

  .bpt10-md:before {
    content: "";
    display: block;
    padding-top: 10% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt10-mobile {
    margin-top: 10px !important;
  }

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

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

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

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

  .p10-mobile {
    padding: 10px !important;
  }

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

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

  .m10-mobile {
    margin: 10px !important;
  }

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

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

  .bpt10-mobile:before {
    content: "";
    display: block;
    padding-top: 10% !important;
  }
}
.mt-15 {
  margin-top: 15px;
}

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

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

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

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

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

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

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

.mv-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mh-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.p-15 {
  padding: 15px;
}

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ph-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.bpt-15:before {
  content: "";
  display: block;
  padding-top: 15%;
}

.b-15 {
  border-width: 15px;
}

.bv-15 {
  border-top-width: 15px;
  border-bottom-width: 15px;
}

.bh-15 {
  border-left-width: 15px;
  border-right-width: 15px;
}

.width-15 {
  width: 15%;
}

@media screen and (max-width: 1024.98px) {
  .p15-md {
    padding: 15px !important;
  }

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

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

  .m15-md {
    margin: 15px !important;
  }

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

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

  .bpt15-md:before {
    content: "";
    display: block;
    padding-top: 15% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt15-mobile {
    margin-top: 15px !important;
  }

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

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

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

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

  .p15-mobile {
    padding: 15px !important;
  }

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

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

  .m15-mobile {
    margin: 15px !important;
  }

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

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

  .bpt15-mobile:before {
    content: "";
    display: block;
    padding-top: 15% !important;
  }
}
.mt-20 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

.mv-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mh-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.p-20 {
  padding: 20px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.bpt-20:before {
  content: "";
  display: block;
  padding-top: 20%;
}

.b-20 {
  border-width: 20px;
}

.bv-20 {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.bh-20 {
  border-left-width: 20px;
  border-right-width: 20px;
}

.width-20 {
  width: 20%;
}

@media screen and (max-width: 1024.98px) {
  .p20-md {
    padding: 20px !important;
  }

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

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

  .m20-md {
    margin: 20px !important;
  }

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

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

  .bpt20-md:before {
    content: "";
    display: block;
    padding-top: 20% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt20-mobile {
    margin-top: 20px !important;
  }

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

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

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

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

  .p20-mobile {
    padding: 20px !important;
  }

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

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

  .m20-mobile {
    margin: 20px !important;
  }

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

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

  .bpt20-mobile:before {
    content: "";
    display: block;
    padding-top: 20% !important;
  }
}
.mt-25 {
  margin-top: 25px;
}

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

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

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

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

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

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

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

.mv-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mh-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.p-25 {
  padding: 25px;
}

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ph-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.bpt-25:before {
  content: "";
  display: block;
  padding-top: 25%;
}

.b-25 {
  border-width: 25px;
}

.bv-25 {
  border-top-width: 25px;
  border-bottom-width: 25px;
}

.bh-25 {
  border-left-width: 25px;
  border-right-width: 25px;
}

.width-25 {
  width: 25%;
}

@media screen and (max-width: 1024.98px) {
  .p25-md {
    padding: 25px !important;
  }

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

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

  .m25-md {
    margin: 25px !important;
  }

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

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

  .bpt25-md:before {
    content: "";
    display: block;
    padding-top: 25% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt25-mobile {
    margin-top: 25px !important;
  }

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

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

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

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

  .p25-mobile {
    padding: 25px !important;
  }

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

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

  .m25-mobile {
    margin: 25px !important;
  }

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

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

  .bpt25-mobile:before {
    content: "";
    display: block;
    padding-top: 25% !important;
  }
}
.mt-30 {
  margin-top: 30px;
}

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

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

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

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

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

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

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

.mv-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mh-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.p-30 {
  padding: 30px;
}

.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ph-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.bpt-30:before {
  content: "";
  display: block;
  padding-top: 30%;
}

.b-30 {
  border-width: 30px;
}

.bv-30 {
  border-top-width: 30px;
  border-bottom-width: 30px;
}

.bh-30 {
  border-left-width: 30px;
  border-right-width: 30px;
}

.width-30 {
  width: 30%;
}

@media screen and (max-width: 1024.98px) {
  .p30-md {
    padding: 30px !important;
  }

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

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

  .m30-md {
    margin: 30px !important;
  }

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

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

  .bpt30-md:before {
    content: "";
    display: block;
    padding-top: 30% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt30-mobile {
    margin-top: 30px !important;
  }

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

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

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

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

  .p30-mobile {
    padding: 30px !important;
  }

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

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

  .m30-mobile {
    margin: 30px !important;
  }

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

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

  .bpt30-mobile:before {
    content: "";
    display: block;
    padding-top: 30% !important;
  }
}
.mt-32 {
  margin-top: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.mv-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mh-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.p-32 {
  padding: 32px;
}

.pv-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.ph-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.bpt-32:before {
  content: "";
  display: block;
  padding-top: 32%;
}

.b-32 {
  border-width: 32px;
}

.bv-32 {
  border-top-width: 32px;
  border-bottom-width: 32px;
}

.bh-32 {
  border-left-width: 32px;
  border-right-width: 32px;
}

.width-32 {
  width: 32%;
}

@media screen and (max-width: 1024.98px) {
  .p32-md {
    padding: 32px !important;
  }

  .pv32-md {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

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

  .m32-md {
    margin: 32px !important;
  }

  .mv32-md {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .mh32-md {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .bpt32-md:before {
    content: "";
    display: block;
    padding-top: 32% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt32-mobile {
    margin-top: 32px !important;
  }

  .mb32-mobile {
    margin-bottom: 32px !important;
  }

  .pl32-mobile {
    padding-left: 32px !important;
  }

  .pr32-mobile {
    padding-right: 32px !important;
  }

  .pt32-mobile {
    padding-top: 32px !important;
  }

  .p32-mobile {
    padding: 32px !important;
  }

  .pv32-mobile {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

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

  .m32-mobile {
    margin: 32px !important;
  }

  .mv32-mobile {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .mh32-mobile {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .bpt32-mobile:before {
    content: "";
    display: block;
    padding-top: 32% !important;
  }
}
.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mv-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mh-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.p-35 {
  padding: 35px;
}

.pv-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ph-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.bpt-35:before {
  content: "";
  display: block;
  padding-top: 35%;
}

.b-35 {
  border-width: 35px;
}

.bv-35 {
  border-top-width: 35px;
  border-bottom-width: 35px;
}

.bh-35 {
  border-left-width: 35px;
  border-right-width: 35px;
}

.width-35 {
  width: 35%;
}

@media screen and (max-width: 1024.98px) {
  .p35-md {
    padding: 35px !important;
  }

  .pv35-md {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .ph35-md {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .m35-md {
    margin: 35px !important;
  }

  .mv35-md {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .mh35-md {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .bpt35-md:before {
    content: "";
    display: block;
    padding-top: 35% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt35-mobile {
    margin-top: 35px !important;
  }

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

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

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

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

  .p35-mobile {
    padding: 35px !important;
  }

  .pv35-mobile {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .ph35-mobile {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .m35-mobile {
    margin: 35px !important;
  }

  .mv35-mobile {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .mh35-mobile {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .bpt35-mobile:before {
    content: "";
    display: block;
    padding-top: 35% !important;
  }
}
.mt-40 {
  margin-top: 40px;
}

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

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

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

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

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

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

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

.mv-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mh-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.p-40 {
  padding: 40px;
}

.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ph-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.bpt-40:before {
  content: "";
  display: block;
  padding-top: 40%;
}

.b-40 {
  border-width: 40px;
}

.bv-40 {
  border-top-width: 40px;
  border-bottom-width: 40px;
}

.bh-40 {
  border-left-width: 40px;
  border-right-width: 40px;
}

.width-40 {
  width: 40%;
}

@media screen and (max-width: 1024.98px) {
  .p40-md {
    padding: 40px !important;
  }

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

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

  .m40-md {
    margin: 40px !important;
  }

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

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

  .bpt40-md:before {
    content: "";
    display: block;
    padding-top: 40% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt40-mobile {
    margin-top: 40px !important;
  }

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

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

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

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

  .p40-mobile {
    padding: 40px !important;
  }

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

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

  .m40-mobile {
    margin: 40px !important;
  }

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

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

  .bpt40-mobile:before {
    content: "";
    display: block;
    padding-top: 40% !important;
  }
}
.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mv-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mh-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.p-45 {
  padding: 45px;
}

.pv-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.ph-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.bpt-45:before {
  content: "";
  display: block;
  padding-top: 45%;
}

.b-45 {
  border-width: 45px;
}

.bv-45 {
  border-top-width: 45px;
  border-bottom-width: 45px;
}

.bh-45 {
  border-left-width: 45px;
  border-right-width: 45px;
}

.width-45 {
  width: 45%;
}

@media screen and (max-width: 1024.98px) {
  .p45-md {
    padding: 45px !important;
  }

  .pv45-md {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .ph45-md {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .m45-md {
    margin: 45px !important;
  }

  .mv45-md {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .mh45-md {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .bpt45-md:before {
    content: "";
    display: block;
    padding-top: 45% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt45-mobile {
    margin-top: 45px !important;
  }

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

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

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

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

  .p45-mobile {
    padding: 45px !important;
  }

  .pv45-mobile {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .ph45-mobile {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .m45-mobile {
    margin: 45px !important;
  }

  .mv45-mobile {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .mh45-mobile {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .bpt45-mobile:before {
    content: "";
    display: block;
    padding-top: 45% !important;
  }
}
.mt-50 {
  margin-top: 50px;
}

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

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

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

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

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

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

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

.mv-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mh-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.p-50 {
  padding: 50px;
}

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ph-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.bpt-50:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.b-50 {
  border-width: 50px;
}

.bv-50 {
  border-top-width: 50px;
  border-bottom-width: 50px;
}

.bh-50 {
  border-left-width: 50px;
  border-right-width: 50px;
}

.width-50 {
  width: 50%;
}

@media screen and (max-width: 1024.98px) {
  .p50-md {
    padding: 50px !important;
  }

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

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

  .m50-md {
    margin: 50px !important;
  }

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

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

  .bpt50-md:before {
    content: "";
    display: block;
    padding-top: 50% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt50-mobile {
    margin-top: 50px !important;
  }

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

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

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

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

  .p50-mobile {
    padding: 50px !important;
  }

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

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

  .m50-mobile {
    margin: 50px !important;
  }

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

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

  .bpt50-mobile:before {
    content: "";
    display: block;
    padding-top: 50% !important;
  }
}
.mt-55 {
  margin-top: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mv-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mh-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.p-55 {
  padding: 55px;
}

.pv-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.ph-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.bpt-55:before {
  content: "";
  display: block;
  padding-top: 55%;
}

.b-55 {
  border-width: 55px;
}

.bv-55 {
  border-top-width: 55px;
  border-bottom-width: 55px;
}

.bh-55 {
  border-left-width: 55px;
  border-right-width: 55px;
}

.width-55 {
  width: 55%;
}

@media screen and (max-width: 1024.98px) {
  .p55-md {
    padding: 55px !important;
  }

  .pv55-md {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .ph55-md {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .m55-md {
    margin: 55px !important;
  }

  .mv55-md {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .mh55-md {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .bpt55-md:before {
    content: "";
    display: block;
    padding-top: 55% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt55-mobile {
    margin-top: 55px !important;
  }

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

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

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

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

  .p55-mobile {
    padding: 55px !important;
  }

  .pv55-mobile {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .ph55-mobile {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .m55-mobile {
    margin: 55px !important;
  }

  .mv55-mobile {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .mh55-mobile {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .bpt55-mobile:before {
    content: "";
    display: block;
    padding-top: 55% !important;
  }
}
.mt-60 {
  margin-top: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mv-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mh-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.p-60 {
  padding: 60px;
}

.pv-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ph-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.bpt-60:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.b-60 {
  border-width: 60px;
}

.bv-60 {
  border-top-width: 60px;
  border-bottom-width: 60px;
}

.bh-60 {
  border-left-width: 60px;
  border-right-width: 60px;
}

.width-60 {
  width: 60%;
}

@media screen and (max-width: 1024.98px) {
  .p60-md {
    padding: 60px !important;
  }

  .pv60-md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .ph60-md {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .m60-md {
    margin: 60px !important;
  }

  .mv60-md {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mh60-md {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .bpt60-md:before {
    content: "";
    display: block;
    padding-top: 60% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt60-mobile {
    margin-top: 60px !important;
  }

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

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

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

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

  .p60-mobile {
    padding: 60px !important;
  }

  .pv60-mobile {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .ph60-mobile {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .m60-mobile {
    margin: 60px !important;
  }

  .mv60-mobile {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mh60-mobile {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .bpt60-mobile:before {
    content: "";
    display: block;
    padding-top: 60% !important;
  }
}
.mt-65 {
  margin-top: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mv-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.mh-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.p-65 {
  padding: 65px;
}

.pv-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.ph-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.bpt-65:before {
  content: "";
  display: block;
  padding-top: 65%;
}

.b-65 {
  border-width: 65px;
}

.bv-65 {
  border-top-width: 65px;
  border-bottom-width: 65px;
}

.bh-65 {
  border-left-width: 65px;
  border-right-width: 65px;
}

.width-65 {
  width: 65%;
}

@media screen and (max-width: 1024.98px) {
  .p65-md {
    padding: 65px !important;
  }

  .pv65-md {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .ph65-md {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .m65-md {
    margin: 65px !important;
  }

  .mv65-md {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .mh65-md {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .bpt65-md:before {
    content: "";
    display: block;
    padding-top: 65% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt65-mobile {
    margin-top: 65px !important;
  }

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

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

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

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

  .p65-mobile {
    padding: 65px !important;
  }

  .pv65-mobile {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .ph65-mobile {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .m65-mobile {
    margin: 65px !important;
  }

  .mv65-mobile {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .mh65-mobile {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .bpt65-mobile:before {
    content: "";
    display: block;
    padding-top: 65% !important;
  }
}
.mt-70 {
  margin-top: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mv-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mh-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.p-70 {
  padding: 70px;
}

.pv-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ph-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.bpt-70:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.b-70 {
  border-width: 70px;
}

.bv-70 {
  border-top-width: 70px;
  border-bottom-width: 70px;
}

.bh-70 {
  border-left-width: 70px;
  border-right-width: 70px;
}

.width-70 {
  width: 70%;
}

@media screen and (max-width: 1024.98px) {
  .p70-md {
    padding: 70px !important;
  }

  .pv70-md {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .ph70-md {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .m70-md {
    margin: 70px !important;
  }

  .mv70-md {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mh70-md {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .bpt70-md:before {
    content: "";
    display: block;
    padding-top: 70% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt70-mobile {
    margin-top: 70px !important;
  }

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

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

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

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

  .p70-mobile {
    padding: 70px !important;
  }

  .pv70-mobile {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .ph70-mobile {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .m70-mobile {
    margin: 70px !important;
  }

  .mv70-mobile {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mh70-mobile {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .bpt70-mobile:before {
    content: "";
    display: block;
    padding-top: 70% !important;
  }
}
.mt-75 {
  margin-top: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mv-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mh-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.p-75 {
  padding: 75px;
}

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.ph-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.bpt-75:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.b-75 {
  border-width: 75px;
}

.bv-75 {
  border-top-width: 75px;
  border-bottom-width: 75px;
}

.bh-75 {
  border-left-width: 75px;
  border-right-width: 75px;
}

.width-75 {
  width: 75%;
}

@media screen and (max-width: 1024.98px) {
  .p75-md {
    padding: 75px !important;
  }

  .pv75-md {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .ph75-md {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .m75-md {
    margin: 75px !important;
  }

  .mv75-md {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .mh75-md {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .bpt75-md:before {
    content: "";
    display: block;
    padding-top: 75% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt75-mobile {
    margin-top: 75px !important;
  }

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

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

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

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

  .p75-mobile {
    padding: 75px !important;
  }

  .pv75-mobile {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .ph75-mobile {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .m75-mobile {
    margin: 75px !important;
  }

  .mv75-mobile {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .mh75-mobile {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .bpt75-mobile:before {
    content: "";
    display: block;
    padding-top: 75% !important;
  }
}
.mt-80 {
  margin-top: 80px;
}

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

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

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

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

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

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

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

.mv-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mh-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.p-80 {
  padding: 80px;
}

.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ph-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.bpt-80:before {
  content: "";
  display: block;
  padding-top: 80%;
}

.b-80 {
  border-width: 80px;
}

.bv-80 {
  border-top-width: 80px;
  border-bottom-width: 80px;
}

.bh-80 {
  border-left-width: 80px;
  border-right-width: 80px;
}

.width-80 {
  width: 80%;
}

@media screen and (max-width: 1024.98px) {
  .p80-md {
    padding: 80px !important;
  }

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

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

  .m80-md {
    margin: 80px !important;
  }

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

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

  .bpt80-md:before {
    content: "";
    display: block;
    padding-top: 80% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt80-mobile {
    margin-top: 80px !important;
  }

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

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

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

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

  .p80-mobile {
    padding: 80px !important;
  }

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

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

  .m80-mobile {
    margin: 80px !important;
  }

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

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

  .bpt80-mobile:before {
    content: "";
    display: block;
    padding-top: 80% !important;
  }
}
.mt-85 {
  margin-top: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mv-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.mh-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.p-85 {
  padding: 85px;
}

.pv-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.ph-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.bpt-85:before {
  content: "";
  display: block;
  padding-top: 85%;
}

.b-85 {
  border-width: 85px;
}

.bv-85 {
  border-top-width: 85px;
  border-bottom-width: 85px;
}

.bh-85 {
  border-left-width: 85px;
  border-right-width: 85px;
}

.width-85 {
  width: 85%;
}

@media screen and (max-width: 1024.98px) {
  .p85-md {
    padding: 85px !important;
  }

  .pv85-md {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .ph85-md {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .m85-md {
    margin: 85px !important;
  }

  .mv85-md {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .mh85-md {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .bpt85-md:before {
    content: "";
    display: block;
    padding-top: 85% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt85-mobile {
    margin-top: 85px !important;
  }

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

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

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

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

  .p85-mobile {
    padding: 85px !important;
  }

  .pv85-mobile {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .ph85-mobile {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .m85-mobile {
    margin: 85px !important;
  }

  .mv85-mobile {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .mh85-mobile {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .bpt85-mobile:before {
    content: "";
    display: block;
    padding-top: 85% !important;
  }
}
.mt-90 {
  margin-top: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mv-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mh-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.p-90 {
  padding: 90px;
}

.pv-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ph-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.bpt-90:before {
  content: "";
  display: block;
  padding-top: 90%;
}

.b-90 {
  border-width: 90px;
}

.bv-90 {
  border-top-width: 90px;
  border-bottom-width: 90px;
}

.bh-90 {
  border-left-width: 90px;
  border-right-width: 90px;
}

.width-90 {
  width: 90%;
}

@media screen and (max-width: 1024.98px) {
  .p90-md {
    padding: 90px !important;
  }

  .pv90-md {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .ph90-md {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .m90-md {
    margin: 90px !important;
  }

  .mv90-md {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mh90-md {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .bpt90-md:before {
    content: "";
    display: block;
    padding-top: 90% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt90-mobile {
    margin-top: 90px !important;
  }

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

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

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

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

  .p90-mobile {
    padding: 90px !important;
  }

  .pv90-mobile {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .ph90-mobile {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .m90-mobile {
    margin: 90px !important;
  }

  .mv90-mobile {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mh90-mobile {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .bpt90-mobile:before {
    content: "";
    display: block;
    padding-top: 90% !important;
  }
}
.mt-95 {
  margin-top: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mv-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.mh-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.p-95 {
  padding: 95px;
}

.pv-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.ph-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.bpt-95:before {
  content: "";
  display: block;
  padding-top: 95%;
}

.b-95 {
  border-width: 95px;
}

.bv-95 {
  border-top-width: 95px;
  border-bottom-width: 95px;
}

.bh-95 {
  border-left-width: 95px;
  border-right-width: 95px;
}

.width-95 {
  width: 95%;
}

@media screen and (max-width: 1024.98px) {
  .p95-md {
    padding: 95px !important;
  }

  .pv95-md {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .ph95-md {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .m95-md {
    margin: 95px !important;
  }

  .mv95-md {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .mh95-md {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .bpt95-md:before {
    content: "";
    display: block;
    padding-top: 95% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt95-mobile {
    margin-top: 95px !important;
  }

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

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

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

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

  .p95-mobile {
    padding: 95px !important;
  }

  .pv95-mobile {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .ph95-mobile {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .m95-mobile {
    margin: 95px !important;
  }

  .mv95-mobile {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .mh95-mobile {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .bpt95-mobile:before {
    content: "";
    display: block;
    padding-top: 95% !important;
  }
}
.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mv-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mh-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.p-100 {
  padding: 100px;
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ph-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.bpt-100:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.b-100 {
  border-width: 100px;
}

.bv-100 {
  border-top-width: 100px;
  border-bottom-width: 100px;
}

.bh-100 {
  border-left-width: 100px;
  border-right-width: 100px;
}

.width-100 {
  width: 100%;
}

@media screen and (max-width: 1024.98px) {
  .p100-md {
    padding: 100px !important;
  }

  .pv100-md {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .ph100-md {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .m100-md {
    margin: 100px !important;
  }

  .mv100-md {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mh100-md {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .bpt100-md:before {
    content: "";
    display: block;
    padding-top: 100% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt100-mobile {
    margin-top: 100px !important;
  }

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

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

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

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

  .p100-mobile {
    padding: 100px !important;
  }

  .pv100-mobile {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .ph100-mobile {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .m100-mobile {
    margin: 100px !important;
  }

  .mv100-mobile {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mh100-mobile {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .bpt100-mobile:before {
    content: "";
    display: block;
    padding-top: 100% !important;
  }
}
.mt-110 {
  margin-top: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.mv-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.mh-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.p-110 {
  padding: 110px;
}

.pv-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.ph-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.bpt-110:before {
  content: "";
  display: block;
  padding-top: 110%;
}

.b-110 {
  border-width: 110px;
}

.bv-110 {
  border-top-width: 110px;
  border-bottom-width: 110px;
}

.bh-110 {
  border-left-width: 110px;
  border-right-width: 110px;
}

.width-110 {
  width: 110%;
}

@media screen and (max-width: 1024.98px) {
  .p110-md {
    padding: 110px !important;
  }

  .pv110-md {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .ph110-md {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .m110-md {
    margin: 110px !important;
  }

  .mv110-md {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .mh110-md {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .bpt110-md:before {
    content: "";
    display: block;
    padding-top: 110% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt110-mobile {
    margin-top: 110px !important;
  }

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

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

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

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

  .p110-mobile {
    padding: 110px !important;
  }

  .pv110-mobile {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .ph110-mobile {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .m110-mobile {
    margin: 110px !important;
  }

  .mv110-mobile {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .mh110-mobile {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .bpt110-mobile:before {
    content: "";
    display: block;
    padding-top: 110% !important;
  }
}
.mt-115 {
  margin-top: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.mv-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.mh-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.p-115 {
  padding: 115px;
}

.pv-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.ph-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.bpt-115:before {
  content: "";
  display: block;
  padding-top: 115%;
}

.b-115 {
  border-width: 115px;
}

.bv-115 {
  border-top-width: 115px;
  border-bottom-width: 115px;
}

.bh-115 {
  border-left-width: 115px;
  border-right-width: 115px;
}

.width-115 {
  width: 115%;
}

@media screen and (max-width: 1024.98px) {
  .p115-md {
    padding: 115px !important;
  }

  .pv115-md {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .ph115-md {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .m115-md {
    margin: 115px !important;
  }

  .mv115-md {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .mh115-md {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .bpt115-md:before {
    content: "";
    display: block;
    padding-top: 115% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt115-mobile {
    margin-top: 115px !important;
  }

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

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

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

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

  .p115-mobile {
    padding: 115px !important;
  }

  .pv115-mobile {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .ph115-mobile {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .m115-mobile {
    margin: 115px !important;
  }

  .mv115-mobile {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .mh115-mobile {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .bpt115-mobile:before {
    content: "";
    display: block;
    padding-top: 115% !important;
  }
}
.mt-118 {
  margin-top: 118px;
}

.pt-118 {
  padding-top: 118px;
}

.mb-118 {
  margin-bottom: 118px;
}

.pb-118 {
  padding-bottom: 118px;
}

.ml-118 {
  margin-left: 118px;
}

.pl-118 {
  padding-left: 118px;
}

.mr-118 {
  margin-right: 118px;
}

.pr-118 {
  padding-right: 118px;
}

.mv-118 {
  margin-top: 118px;
  margin-bottom: 118px;
}

.mh-118 {
  margin-left: 118px;
  margin-right: 118px;
}

.p-118 {
  padding: 118px;
}

.pv-118 {
  padding-top: 118px;
  padding-bottom: 118px;
}

.ph-118 {
  padding-left: 118px;
  padding-right: 118px;
}

.bpt-118:before {
  content: "";
  display: block;
  padding-top: 118%;
}

.b-118 {
  border-width: 118px;
}

.bv-118 {
  border-top-width: 118px;
  border-bottom-width: 118px;
}

.bh-118 {
  border-left-width: 118px;
  border-right-width: 118px;
}

.width-118 {
  width: 118%;
}

@media screen and (max-width: 1024.98px) {
  .p118-md {
    padding: 118px !important;
  }

  .pv118-md {
    padding-top: 118px !important;
    padding-bottom: 118px !important;
  }

  .ph118-md {
    padding-left: 118px !important;
    padding-right: 118px !important;
  }

  .m118-md {
    margin: 118px !important;
  }

  .mv118-md {
    margin-top: 118px !important;
    margin-bottom: 118px !important;
  }

  .mh118-md {
    margin-left: 118px !important;
    margin-right: 118px !important;
  }

  .bpt118-md:before {
    content: "";
    display: block;
    padding-top: 118% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt118-mobile {
    margin-top: 118px !important;
  }

  .mb118-mobile {
    margin-bottom: 118px !important;
  }

  .pl118-mobile {
    padding-left: 118px !important;
  }

  .pr118-mobile {
    padding-right: 118px !important;
  }

  .pt118-mobile {
    padding-top: 118px !important;
  }

  .p118-mobile {
    padding: 118px !important;
  }

  .pv118-mobile {
    padding-top: 118px !important;
    padding-bottom: 118px !important;
  }

  .ph118-mobile {
    padding-left: 118px !important;
    padding-right: 118px !important;
  }

  .m118-mobile {
    margin: 118px !important;
  }

  .mv118-mobile {
    margin-top: 118px !important;
    margin-bottom: 118px !important;
  }

  .mh118-mobile {
    margin-left: 118px !important;
    margin-right: 118px !important;
  }

  .bpt118-mobile:before {
    content: "";
    display: block;
    padding-top: 118% !important;
  }
}
.mt-120 {
  margin-top: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.mv-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mh-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.p-120 {
  padding: 120px;
}

.pv-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ph-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.bpt-120:before {
  content: "";
  display: block;
  padding-top: 120%;
}

.b-120 {
  border-width: 120px;
}

.bv-120 {
  border-top-width: 120px;
  border-bottom-width: 120px;
}

.bh-120 {
  border-left-width: 120px;
  border-right-width: 120px;
}

.width-120 {
  width: 120%;
}

@media screen and (max-width: 1024.98px) {
  .p120-md {
    padding: 120px !important;
  }

  .pv120-md {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .ph120-md {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .m120-md {
    margin: 120px !important;
  }

  .mv120-md {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mh120-md {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .bpt120-md:before {
    content: "";
    display: block;
    padding-top: 120% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt120-mobile {
    margin-top: 120px !important;
  }

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

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

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

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

  .p120-mobile {
    padding: 120px !important;
  }

  .pv120-mobile {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .ph120-mobile {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .m120-mobile {
    margin: 120px !important;
  }

  .mv120-mobile {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mh120-mobile {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .bpt120-mobile:before {
    content: "";
    display: block;
    padding-top: 120% !important;
  }
}
.mt-130 {
  margin-top: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.pl-130 {
  padding-left: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.mv-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.mh-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.p-130 {
  padding: 130px;
}

.pv-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.ph-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.bpt-130:before {
  content: "";
  display: block;
  padding-top: 130%;
}

.b-130 {
  border-width: 130px;
}

.bv-130 {
  border-top-width: 130px;
  border-bottom-width: 130px;
}

.bh-130 {
  border-left-width: 130px;
  border-right-width: 130px;
}

.width-130 {
  width: 130%;
}

@media screen and (max-width: 1024.98px) {
  .p130-md {
    padding: 130px !important;
  }

  .pv130-md {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .ph130-md {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .m130-md {
    margin: 130px !important;
  }

  .mv130-md {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .mh130-md {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .bpt130-md:before {
    content: "";
    display: block;
    padding-top: 130% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt130-mobile {
    margin-top: 130px !important;
  }

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

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

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

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

  .p130-mobile {
    padding: 130px !important;
  }

  .pv130-mobile {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .ph130-mobile {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .m130-mobile {
    margin: 130px !important;
  }

  .mv130-mobile {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .mh130-mobile {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .bpt130-mobile:before {
    content: "";
    display: block;
    padding-top: 130% !important;
  }
}
.mt-140 {
  margin-top: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.mv-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mh-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.p-140 {
  padding: 140px;
}

.pv-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.ph-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.bpt-140:before {
  content: "";
  display: block;
  padding-top: 140%;
}

.b-140 {
  border-width: 140px;
}

.bv-140 {
  border-top-width: 140px;
  border-bottom-width: 140px;
}

.bh-140 {
  border-left-width: 140px;
  border-right-width: 140px;
}

.width-140 {
  width: 140%;
}

@media screen and (max-width: 1024.98px) {
  .p140-md {
    padding: 140px !important;
  }

  .pv140-md {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .ph140-md {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .m140-md {
    margin: 140px !important;
  }

  .mv140-md {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mh140-md {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .bpt140-md:before {
    content: "";
    display: block;
    padding-top: 140% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt140-mobile {
    margin-top: 140px !important;
  }

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

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

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

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

  .p140-mobile {
    padding: 140px !important;
  }

  .pv140-mobile {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .ph140-mobile {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .m140-mobile {
    margin: 140px !important;
  }

  .mv140-mobile {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mh140-mobile {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .bpt140-mobile:before {
    content: "";
    display: block;
    padding-top: 140% !important;
  }
}
.mt-150 {
  margin-top: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.mv-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mh-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.p-150 {
  padding: 150px;
}

.pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ph-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.bpt-150:before {
  content: "";
  display: block;
  padding-top: 150%;
}

.b-150 {
  border-width: 150px;
}

.bv-150 {
  border-top-width: 150px;
  border-bottom-width: 150px;
}

.bh-150 {
  border-left-width: 150px;
  border-right-width: 150px;
}

.width-150 {
  width: 150%;
}

@media screen and (max-width: 1024.98px) {
  .p150-md {
    padding: 150px !important;
  }

  .pv150-md {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .ph150-md {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .m150-md {
    margin: 150px !important;
  }

  .mv150-md {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .mh150-md {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .bpt150-md:before {
    content: "";
    display: block;
    padding-top: 150% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt150-mobile {
    margin-top: 150px !important;
  }

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

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

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

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

  .p150-mobile {
    padding: 150px !important;
  }

  .pv150-mobile {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .ph150-mobile {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .m150-mobile {
    margin: 150px !important;
  }

  .mv150-mobile {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .mh150-mobile {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .bpt150-mobile:before {
    content: "";
    display: block;
    padding-top: 150% !important;
  }
}
.mt-200 {
  margin-top: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.mv-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mh-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.p-200 {
  padding: 200px;
}

.pv-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.ph-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.bpt-200:before {
  content: "";
  display: block;
  padding-top: 200%;
}

.b-200 {
  border-width: 200px;
}

.bv-200 {
  border-top-width: 200px;
  border-bottom-width: 200px;
}

.bh-200 {
  border-left-width: 200px;
  border-right-width: 200px;
}

.width-200 {
  width: 200%;
}

@media screen and (max-width: 1024.98px) {
  .p200-md {
    padding: 200px !important;
  }

  .pv200-md {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .ph200-md {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .m200-md {
    margin: 200px !important;
  }

  .mv200-md {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .mh200-md {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .bpt200-md:before {
    content: "";
    display: block;
    padding-top: 200% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .mt200-mobile {
    margin-top: 200px !important;
  }

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

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

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

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

  .p200-mobile {
    padding: 200px !important;
  }

  .pv200-mobile {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .ph200-mobile {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .m200-mobile {
    margin: 200px !important;
  }

  .mv200-mobile {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .mh200-mobile {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .bpt200-mobile:before {
    content: "";
    display: block;
    padding-top: 200% !important;
  }
}
.no-padding {
  padding: 0;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-margin {
  margin: 0;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-border {
  border: 0;
}

.title-xl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 90px;
}
@media (max-width: 576px) {
  .title-xl {
    font-size: 50px;
  }
}

.title-l {
  font-size: 54px;
  font-style: italic;
  font-family: "Playfair Display", serif;
}
@media (max-width: 576px) {
  .title-l {
    font-size: 30px;
  }
}

.title-m {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
@media (max-width: 576px) {
  .title-m {
    font-size: 35px;
  }
}

.text-courant {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
.text-courant.bold {
  font-weight: 700;
}

.font-faireplay {
  font-family: "Playfair Display", serif;
}
.font-faireplay.bold {
  font-weight: 700;
}
.font-faireplay.italic {
  font-style: italic;
}
.font-faireplay.regular {
  font-style: normal;
}

.big-title {
  position: relative;
}

.list {
  padding-left: 10px;
}
.list > li {
  font-size: 14px;
  margin: 10px 0;
  line-height: 20PX;
}
.list > li::before {
  content: "●";
  color: #9b1823;
  font-size: 17px;
  margin-right: 15px;
}
@media (max-width: 576px) {
  .list > li::before {
    font-size: 14px;
  }
}

/*!
 * Icon Font Juri Hoche
 * Made with love by Icons8 [ https://icons8.com/ ] using webfont [ https://github.com/itgalaxy/webfont ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
@font-face {
  font-family: "Juri Hoche";
  src: url("../font/icons8/Juri Hoche.eot");
  src: url("../font/icons8/Juri Hoche.eot?#iefix") format("embedded-opentype"), url("../font/icons8/Juri Hoche.woff2") format("woff2"), url("../font/icons8/Juri Hoche.woff") format("woff"), url("../font/icons8/Juri Hoche.ttf") format("truetype"), url("../font/icons8/Juri Hoche.svg#font") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Juri Hoche";
    src: url("../font/icons8/Juri Hoche.svg#Juri Hoche") format("svg");
  }
}
.icons8-right-arrow:before,
.icons8-linkedin:before,
.icons8-important-mail:before,
.icons8-phone:before,
.icons8-law:before,
.icons8-globe:before,
.icons8-multiply:before,
.icons8-map-pin:before,
.icons8-clock:before,
.icons8-pencil:before,
.icons8-expand-arrow:before,
.icons8-right-arrow-2:before,
.icons8-task:before,
.icons8-edit-property:before,
.icons8-menu:before,
[data-icons8]:before {
  display: inline-block;
  font-family: "Juri Hoche";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

[data-icons8]:before {
  content: attr(data-icons8);
}

.icons8-right-arrow:before {
  content: "";
}

.icons8-linkedin:before {
  content: "";
}

.icons8-important-mail:before {
  content: "";
}

.icons8-phone:before {
  content: "";
}

.icons8-law:before {
  content: "";
}

.icons8-globe:before {
  content: "";
}

.icons8-multiply:before {
  content: "";
}

.icons8-map-pin:before {
  content: "";
}

.icons8-clock:before {
  content: "";
}

.icons8-pencil:before {
  content: "";
}

.icons8-expand-arrow:before {
  content: "";
}

.icons8-right-arrow-2:before {
  content: "";
}

.icons8-task:before {
  content: "";
}

.icons8-edit-property:before {
  content: "";
}

.icons8-menu:before {
  content: "";
}

.btn {
  padding: 5px 30px;
  font-size: 14px;
  border-radius: inherit;
}
.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #9b1823;
  border: solid 1px #9b1823;
}
.btn-primary:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.btn-secondary {
  color: #9b1823;
  background-color: transparent;
  border: none;
  padding: 0px;
}
.btn-secondary:focus {
  color: #9b1823;
  background-color: transparent;
}
.btn-secondary::after {
  background-color: #9b1823;
  height: 1px;
  width: 100%;
  display: block;
  content: "";
  margin-top: 5px;
}
.btn-secondary:hover {
  background-color: transparent;
  color: #9b1823;
}
.btn-secondary.white {
  color: #ffffff;
  padding: 0px;
  font-weight: bold;
}
.btn-secondary.white::after {
  background-color: #ffffff;
}
.btn-secondary.red {
  color: #9b1823;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #ffffff;
}

.single-expertise {
  background-color: #ffffff;
  padding: 30px;
  margin: 50px 10px;
}
@media (max-width: 576px) {
  .single-expertise {
    margin: 40px 5px 0px 5px;
  }
}
.single-expertise__margin {
  margin-top: -50px;
}
.single-expertise__title {
  font-style: italic;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  font-size: 30px;
}
@media (max-width: 576px) {
  .single-expertise__title {
    font-size: 25px;
  }
}

.slick-arrow {
  position: absolute;
  /* postulat de départ */
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  padding: 8px;
  cursor: pointer;
  z-index: 9;
}
.slick-arrow.next {
  right: -90px;
}
.slick-arrow.next:before {
  transform: rotate(-90deg);
}
.slick-arrow.prev {
  left: -50px;
}
.slick-arrow.prev:before {
  transform: rotate(90deg);
}

.slider-equipe .single-equipe {
  margin: 0 10px;
}
.slider-equipe .single-equipe__border {
  padding: 20px 0px 20px 30px;
  position: relative;
}
.slider-equipe .single-equipe__border::before {
  content: "";
  width: 90px;
  background-color: #9b1823;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: -5px;
}
.slider-equipe .slick-list {
  overflow: initial;
}
@media (max-width: 576px) {
  .slider-equipe .slick-list {
    overflow: hidden;
  }
}
.slider-equipe .slick-current + .slick-slide ~ .slick-slide {
  opacity: 0.3;
}

@media (max-width: 576px) {
  .slick-dots {
    text-align: center;
  }
}
.slick-dots > li {
  position: relative;
  display: inline-block;
  height: 1px;
  margin: 0 15px;
  padding: 0;
  border-radius: 20px;
  cursor: pointer;
  background-color: #9b1823;
}
@media (max-width: 768px) {
  .slick-dots > li {
    margin: 0 5px;
  }
}
@media (max-width: 576px) {
  .slick-dots > li {
    margin: 0 5px;
  }
}
.slick-dots > li.slick-active > button {
  height: 4px;
}
.slick-dots > li > button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #9b1823;
}

.slick-slide:focus {
  outline: none;
}

.modal-body {
  padding: 0px;
  display: flex;
}
@media (max-width: 576px) {
  .modal-body {
    flex-direction: column;
  }
}
.modal-body .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
}
.modal-body .content-modal {
  padding: 40px 20px 0px 40px;
}
@media (max-width: 576px) {
  .modal-body .content-modal {
    padding: 20px;
  }
}
.modal-body .image-modal {
  width: 50%;
  flex: 0 0 50%;
}
.modal-body .image-modal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.modal-dialog {
  width: 1190px;
  max-width: 100%;
}
@media (max-width: 576px) {
  .modal-dialog {
    width: auto !important;
    max-width: auto !important;
  }
}

.img-modal-retina {
  width: 50%;
}
@media (max-width: 576px) {
  .img-modal-retina {
    width: 100%;
  }
}

.form-contact {
  background-color: #f7f7f7;
  padding: 10px 50px 50px 50px;
}
@media (max-width: 576px) {
  .form-contact {
    padding: 20px;
  }
  .form-contact .btn-primary {
    margin-top: 20px;
  }
}
.form-contact .form-group {
  width: 100%;
  margin-top: 40px;
  margin-bottom: inherit;
}
.form-contact .form-group > input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #9b1823;
  padding-bottom: 20px;
  width: 100%;
  border-radius: inherit;
}
@media (max-width: 576px) {
  .form-contact .form-group > input {
    text-align: center;
  }
}
.form-contact .form-group > input::placeholder {
  font-size: 14px;
}

.navbar {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 99;
  transition: 0.1s;
}
.navbar .collapse {
  justify-content: flex-end;
}
.navbar .logo-white {
  display: block;
}
.navbar .logo-colors {
  display: none;
}

@media (max-width: 576px) {
  .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-collapse .nav-link {
    color: #000000;
  }
}

.navbar-nav .nav-item {
  padding: 0 5px;
}
.navbar-nav .nav-item .nav-link {
  font-size: 14px;
}
.navbar-nav .nav-item:last-child {
  background-color: #9b1823;
}
.navbar-nav .nav-item.active .nav-link {
  font-weight: bold;
}

.logo-white {
  width: 130px;
}

.navbar {
  transition: 0.1s;
}
.navbar.mini {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  height: 60px;
  box-shadow: 0px 3px 6px #00000029;
}
@media (max-width: 576px) {
  .navbar.mini {
    height: 70px;
  }
  .navbar.mini .icon-menu {
    color: #000000 !important;
  }
}
.navbar.mini .logo-colors {
  display: block;
}
.navbar.mini .logo-white {
  display: none;
}
.navbar.mini .nav-item .nav-link {
  color: #000000;
}

.visuel-contact {
  margin-top: -50px;
  margin-bottom: -50px;
}

.intro-home {
  position: relative;
}
@media (max-width: 576px) {
  .intro-home {
    height: 60vh;
  }
}
.intro-home__visuel {
  height: 100vh;
  width: 100vw;
}
@media (max-width: 576px) {
  .intro-home__visuel {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.intro-home__content {
  position: absolute;
  top: 67%;
  left: 65%;
  transform: translate(-50%, -50%);
  width: 53%;
}
@media (max-width: 576px) {
  .intro-home__content {
    width: 80%;
    left: 200px;
    bottom: 130px;
  }
}

.w-70 {
  width: 70%;
}
@media (max-width: 576px) {
  .w-70 {
    width: 100%;
  }
}

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

.intro-pages {
  position: relative;
}
.intro-pages__content {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .intro-pages {
    height: 380px;
  }
  .intro-pages > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .intro-pages__content {
    width: 90%;
  }
}

.section-valeurs {
  background-image: url(../img/about/juri-hoche-valeurs.jpg);
  padding: 100px 0;
  background-position: center;
  background-size: cover;
}
@media (max-width: 576px) {
  .section-valeurs {
    padding: 30px;
  }
}

.single-equipe {
  cursor: pointer;
}
.single-equipe__border {
  padding: 20px 0px 20px 30px;
  position: relative;
}
.single-equipe__border::before {
  content: "";
  width: 90px;
  background-color: #9b1823;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: -5px;
}

.flip-horizontal {
  transform: scaleX(-1);
}

.single-honoraire {
  min-height: 320px;
}

body, html {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

::selection {
  background: #000000;
  color: #ffffff;
}