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

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

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

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

body {
  font-size: 1.3em;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.italic {
  font-weight: italic;
}

.bg-dark {
  background: black;
  color: white;
}
.bg-dark a {
  color: white;
  text-decoration: none;
}
.bg-dark a:hover {
  text-decoration: underline;
}

.button {
  background-color: blue;
  color: white;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  width: 95%;
}

.button:hover {
  background-color: blueviolet;
  color: white;
}

.deactivated {
  background-color: grey !important;
  cursor: pointer !important;
  color: white !important;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-5 {
    margin: 5px !important;
  }
  .t-sm-5 {
    margin-top: 5px !important;
  }
  .b-sm-5 {
    margin-bottom: 5px !important;
  }
  .s-sm-5 {
    margin-left: 5px !important;
  }
  .e-sm-5 {
    margin-right: 5px !important;
  }
  .x-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .y-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .t-sm-10 {
    margin-top: 10px !important;
  }
  .b-sm-10 {
    margin-bottom: 10px !important;
  }
  .s-sm-10 {
    margin-left: 10px !important;
  }
  .e-sm-10 {
    margin-right: 10px !important;
  }
  .x-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .y-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .t-sm-15 {
    margin-top: 15px !important;
  }
  .b-sm-15 {
    margin-bottom: 15px !important;
  }
  .s-sm-15 {
    margin-left: 15px !important;
  }
  .e-sm-15 {
    margin-right: 15px !important;
  }
  .x-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .y-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .t-sm-20 {
    margin-top: 20px !important;
  }
  .b-sm-20 {
    margin-bottom: 20px !important;
  }
  .s-sm-20 {
    margin-left: 20px !important;
  }
  .e-sm-20 {
    margin-right: 20px !important;
  }
  .x-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .y-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .t-sm-25 {
    margin-top: 25px !important;
  }
  .b-sm-25 {
    margin-bottom: 25px !important;
  }
  .s-sm-25 {
    margin-left: 25px !important;
  }
  .e-sm-25 {
    margin-right: 25px !important;
  }
  .x-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .y-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .t-sm-30 {
    margin-top: 30px !important;
  }
  .b-sm-30 {
    margin-bottom: 30px !important;
  }
  .s-sm-30 {
    margin-left: 30px !important;
  }
  .e-sm-30 {
    margin-right: 30px !important;
  }
  .x-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .y-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .m-sm-35 {
    margin: 35px !important;
  }
  .t-sm-35 {
    margin-top: 35px !important;
  }
  .b-sm-35 {
    margin-bottom: 35px !important;
  }
  .s-sm-35 {
    margin-left: 35px !important;
  }
  .e-sm-35 {
    margin-right: 35px !important;
  }
  .x-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .y-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .t-sm-40 {
    margin-top: 40px !important;
  }
  .b-sm-40 {
    margin-bottom: 40px !important;
  }
  .s-sm-40 {
    margin-left: 40px !important;
  }
  .e-sm-40 {
    margin-right: 40px !important;
  }
  .x-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .y-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .m-sm-45 {
    margin: 45px !important;
  }
  .t-sm-45 {
    margin-top: 45px !important;
  }
  .b-sm-45 {
    margin-bottom: 45px !important;
  }
  .s-sm-45 {
    margin-left: 45px !important;
  }
  .e-sm-45 {
    margin-right: 45px !important;
  }
  .x-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .y-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .t-sm-50 {
    margin-top: 50px !important;
  }
  .b-sm-50 {
    margin-bottom: 50px !important;
  }
  .s-sm-50 {
    margin-left: 50px !important;
  }
  .e-sm-50 {
    margin-right: 50px !important;
  }
  .x-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .y-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .m-sm-55 {
    margin: 55px !important;
  }
  .t-sm-55 {
    margin-top: 55px !important;
  }
  .b-sm-55 {
    margin-bottom: 55px !important;
  }
  .s-sm-55 {
    margin-left: 55px !important;
  }
  .e-sm-55 {
    margin-right: 55px !important;
  }
  .x-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .y-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .t-sm-60 {
    margin-top: 60px !important;
  }
  .b-sm-60 {
    margin-bottom: 60px !important;
  }
  .s-sm-60 {
    margin-left: 60px !important;
  }
  .e-sm-60 {
    margin-right: 60px !important;
  }
  .x-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .y-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .m-sm-65 {
    margin: 65px !important;
  }
  .t-sm-65 {
    margin-top: 65px !important;
  }
  .b-sm-65 {
    margin-bottom: 65px !important;
  }
  .s-sm-65 {
    margin-left: 65px !important;
  }
  .e-sm-65 {
    margin-right: 65px !important;
  }
  .x-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .y-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .t-sm-70 {
    margin-top: 70px !important;
  }
  .b-sm-70 {
    margin-bottom: 70px !important;
  }
  .s-sm-70 {
    margin-left: 70px !important;
  }
  .e-sm-70 {
    margin-right: 70px !important;
  }
  .x-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .y-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .m-sm-75 {
    margin: 75px !important;
  }
  .t-sm-75 {
    margin-top: 75px !important;
  }
  .b-sm-75 {
    margin-bottom: 75px !important;
  }
  .s-sm-75 {
    margin-left: 75px !important;
  }
  .e-sm-75 {
    margin-right: 75px !important;
  }
  .x-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .y-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .t-sm-80 {
    margin-top: 80px !important;
  }
  .b-sm-80 {
    margin-bottom: 80px !important;
  }
  .s-sm-80 {
    margin-left: 80px !important;
  }
  .e-sm-80 {
    margin-right: 80px !important;
  }
  .x-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .y-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .m-sm-85 {
    margin: 85px !important;
  }
  .t-sm-85 {
    margin-top: 85px !important;
  }
  .b-sm-85 {
    margin-bottom: 85px !important;
  }
  .s-sm-85 {
    margin-left: 85px !important;
  }
  .e-sm-85 {
    margin-right: 85px !important;
  }
  .x-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .y-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .t-sm-90 {
    margin-top: 90px !important;
  }
  .b-sm-90 {
    margin-bottom: 90px !important;
  }
  .s-sm-90 {
    margin-left: 90px !important;
  }
  .e-sm-90 {
    margin-right: 90px !important;
  }
  .x-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .y-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .m-sm-95 {
    margin: 95px !important;
  }
  .t-sm-95 {
    margin-top: 95px !important;
  }
  .b-sm-95 {
    margin-bottom: 95px !important;
  }
  .s-sm-95 {
    margin-left: 95px !important;
  }
  .e-sm-95 {
    margin-right: 95px !important;
  }
  .x-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .y-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .t-sm-100 {
    margin-top: 100px !important;
  }
  .b-sm-100 {
    margin-bottom: 100px !important;
  }
  .s-sm-100 {
    margin-left: 100px !important;
  }
  .e-sm-100 {
    margin-right: 100px !important;
  }
  .x-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .y-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 5px !important;
  }
  .t-md-5 {
    margin-top: 5px !important;
  }
  .b-md-5 {
    margin-bottom: 5px !important;
  }
  .s-md-5 {
    margin-left: 5px !important;
  }
  .e-md-5 {
    margin-right: 5px !important;
  }
  .x-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .y-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .t-md-10 {
    margin-top: 10px !important;
  }
  .b-md-10 {
    margin-bottom: 10px !important;
  }
  .s-md-10 {
    margin-left: 10px !important;
  }
  .e-md-10 {
    margin-right: 10px !important;
  }
  .x-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .y-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .t-md-15 {
    margin-top: 15px !important;
  }
  .b-md-15 {
    margin-bottom: 15px !important;
  }
  .s-md-15 {
    margin-left: 15px !important;
  }
  .e-md-15 {
    margin-right: 15px !important;
  }
  .x-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .y-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .t-md-20 {
    margin-top: 20px !important;
  }
  .b-md-20 {
    margin-bottom: 20px !important;
  }
  .s-md-20 {
    margin-left: 20px !important;
  }
  .e-md-20 {
    margin-right: 20px !important;
  }
  .x-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .y-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .t-md-25 {
    margin-top: 25px !important;
  }
  .b-md-25 {
    margin-bottom: 25px !important;
  }
  .s-md-25 {
    margin-left: 25px !important;
  }
  .e-md-25 {
    margin-right: 25px !important;
  }
  .x-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .y-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .t-md-30 {
    margin-top: 30px !important;
  }
  .b-md-30 {
    margin-bottom: 30px !important;
  }
  .s-md-30 {
    margin-left: 30px !important;
  }
  .e-md-30 {
    margin-right: 30px !important;
  }
  .x-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .y-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .m-md-35 {
    margin: 35px !important;
  }
  .t-md-35 {
    margin-top: 35px !important;
  }
  .b-md-35 {
    margin-bottom: 35px !important;
  }
  .s-md-35 {
    margin-left: 35px !important;
  }
  .e-md-35 {
    margin-right: 35px !important;
  }
  .x-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .y-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .t-md-40 {
    margin-top: 40px !important;
  }
  .b-md-40 {
    margin-bottom: 40px !important;
  }
  .s-md-40 {
    margin-left: 40px !important;
  }
  .e-md-40 {
    margin-right: 40px !important;
  }
  .x-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .y-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .m-md-45 {
    margin: 45px !important;
  }
  .t-md-45 {
    margin-top: 45px !important;
  }
  .b-md-45 {
    margin-bottom: 45px !important;
  }
  .s-md-45 {
    margin-left: 45px !important;
  }
  .e-md-45 {
    margin-right: 45px !important;
  }
  .x-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .y-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .t-md-50 {
    margin-top: 50px !important;
  }
  .b-md-50 {
    margin-bottom: 50px !important;
  }
  .s-md-50 {
    margin-left: 50px !important;
  }
  .e-md-50 {
    margin-right: 50px !important;
  }
  .x-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .y-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .m-md-55 {
    margin: 55px !important;
  }
  .t-md-55 {
    margin-top: 55px !important;
  }
  .b-md-55 {
    margin-bottom: 55px !important;
  }
  .s-md-55 {
    margin-left: 55px !important;
  }
  .e-md-55 {
    margin-right: 55px !important;
  }
  .x-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .y-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .t-md-60 {
    margin-top: 60px !important;
  }
  .b-md-60 {
    margin-bottom: 60px !important;
  }
  .s-md-60 {
    margin-left: 60px !important;
  }
  .e-md-60 {
    margin-right: 60px !important;
  }
  .x-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .y-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .m-md-65 {
    margin: 65px !important;
  }
  .t-md-65 {
    margin-top: 65px !important;
  }
  .b-md-65 {
    margin-bottom: 65px !important;
  }
  .s-md-65 {
    margin-left: 65px !important;
  }
  .e-md-65 {
    margin-right: 65px !important;
  }
  .x-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .y-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .m-md-70 {
    margin: 70px !important;
  }
  .t-md-70 {
    margin-top: 70px !important;
  }
  .b-md-70 {
    margin-bottom: 70px !important;
  }
  .s-md-70 {
    margin-left: 70px !important;
  }
  .e-md-70 {
    margin-right: 70px !important;
  }
  .x-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .y-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .m-md-75 {
    margin: 75px !important;
  }
  .t-md-75 {
    margin-top: 75px !important;
  }
  .b-md-75 {
    margin-bottom: 75px !important;
  }
  .s-md-75 {
    margin-left: 75px !important;
  }
  .e-md-75 {
    margin-right: 75px !important;
  }
  .x-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .y-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .t-md-80 {
    margin-top: 80px !important;
  }
  .b-md-80 {
    margin-bottom: 80px !important;
  }
  .s-md-80 {
    margin-left: 80px !important;
  }
  .e-md-80 {
    margin-right: 80px !important;
  }
  .x-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .y-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .m-md-85 {
    margin: 85px !important;
  }
  .t-md-85 {
    margin-top: 85px !important;
  }
  .b-md-85 {
    margin-bottom: 85px !important;
  }
  .s-md-85 {
    margin-left: 85px !important;
  }
  .e-md-85 {
    margin-right: 85px !important;
  }
  .x-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .y-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .m-md-90 {
    margin: 90px !important;
  }
  .t-md-90 {
    margin-top: 90px !important;
  }
  .b-md-90 {
    margin-bottom: 90px !important;
  }
  .s-md-90 {
    margin-left: 90px !important;
  }
  .e-md-90 {
    margin-right: 90px !important;
  }
  .x-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .y-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .m-md-95 {
    margin: 95px !important;
  }
  .t-md-95 {
    margin-top: 95px !important;
  }
  .b-md-95 {
    margin-bottom: 95px !important;
  }
  .s-md-95 {
    margin-left: 95px !important;
  }
  .e-md-95 {
    margin-right: 95px !important;
  }
  .x-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .y-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .t-md-100 {
    margin-top: 100px !important;
  }
  .b-md-100 {
    margin-bottom: 100px !important;
  }
  .s-md-100 {
    margin-left: 100px !important;
  }
  .e-md-100 {
    margin-right: 100px !important;
  }
  .x-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .y-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-5 {
    margin: 5px !important;
  }
  .t-lg-5 {
    margin-top: 5px !important;
  }
  .b-lg-5 {
    margin-bottom: 5px !important;
  }
  .s-lg-5 {
    margin-left: 5px !important;
  }
  .e-lg-5 {
    margin-right: 5px !important;
  }
  .x-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .y-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .t-lg-10 {
    margin-top: 10px !important;
  }
  .b-lg-10 {
    margin-bottom: 10px !important;
  }
  .s-lg-10 {
    margin-left: 10px !important;
  }
  .e-lg-10 {
    margin-right: 10px !important;
  }
  .x-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .y-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .t-lg-15 {
    margin-top: 15px !important;
  }
  .b-lg-15 {
    margin-bottom: 15px !important;
  }
  .s-lg-15 {
    margin-left: 15px !important;
  }
  .e-lg-15 {
    margin-right: 15px !important;
  }
  .x-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .y-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .t-lg-20 {
    margin-top: 20px !important;
  }
  .b-lg-20 {
    margin-bottom: 20px !important;
  }
  .s-lg-20 {
    margin-left: 20px !important;
  }
  .e-lg-20 {
    margin-right: 20px !important;
  }
  .x-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .y-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .t-lg-25 {
    margin-top: 25px !important;
  }
  .b-lg-25 {
    margin-bottom: 25px !important;
  }
  .s-lg-25 {
    margin-left: 25px !important;
  }
  .e-lg-25 {
    margin-right: 25px !important;
  }
  .x-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .y-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .t-lg-30 {
    margin-top: 30px !important;
  }
  .b-lg-30 {
    margin-bottom: 30px !important;
  }
  .s-lg-30 {
    margin-left: 30px !important;
  }
  .e-lg-30 {
    margin-right: 30px !important;
  }
  .x-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .y-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .m-lg-35 {
    margin: 35px !important;
  }
  .t-lg-35 {
    margin-top: 35px !important;
  }
  .b-lg-35 {
    margin-bottom: 35px !important;
  }
  .s-lg-35 {
    margin-left: 35px !important;
  }
  .e-lg-35 {
    margin-right: 35px !important;
  }
  .x-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .y-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .t-lg-40 {
    margin-top: 40px !important;
  }
  .b-lg-40 {
    margin-bottom: 40px !important;
  }
  .s-lg-40 {
    margin-left: 40px !important;
  }
  .e-lg-40 {
    margin-right: 40px !important;
  }
  .x-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .y-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .m-lg-45 {
    margin: 45px !important;
  }
  .t-lg-45 {
    margin-top: 45px !important;
  }
  .b-lg-45 {
    margin-bottom: 45px !important;
  }
  .s-lg-45 {
    margin-left: 45px !important;
  }
  .e-lg-45 {
    margin-right: 45px !important;
  }
  .x-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .y-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .t-lg-50 {
    margin-top: 50px !important;
  }
  .b-lg-50 {
    margin-bottom: 50px !important;
  }
  .s-lg-50 {
    margin-left: 50px !important;
  }
  .e-lg-50 {
    margin-right: 50px !important;
  }
  .x-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .y-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .m-lg-55 {
    margin: 55px !important;
  }
  .t-lg-55 {
    margin-top: 55px !important;
  }
  .b-lg-55 {
    margin-bottom: 55px !important;
  }
  .s-lg-55 {
    margin-left: 55px !important;
  }
  .e-lg-55 {
    margin-right: 55px !important;
  }
  .x-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .y-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .t-lg-60 {
    margin-top: 60px !important;
  }
  .b-lg-60 {
    margin-bottom: 60px !important;
  }
  .s-lg-60 {
    margin-left: 60px !important;
  }
  .e-lg-60 {
    margin-right: 60px !important;
  }
  .x-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .y-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .m-lg-65 {
    margin: 65px !important;
  }
  .t-lg-65 {
    margin-top: 65px !important;
  }
  .b-lg-65 {
    margin-bottom: 65px !important;
  }
  .s-lg-65 {
    margin-left: 65px !important;
  }
  .e-lg-65 {
    margin-right: 65px !important;
  }
  .x-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .y-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .m-lg-70 {
    margin: 70px !important;
  }
  .t-lg-70 {
    margin-top: 70px !important;
  }
  .b-lg-70 {
    margin-bottom: 70px !important;
  }
  .s-lg-70 {
    margin-left: 70px !important;
  }
  .e-lg-70 {
    margin-right: 70px !important;
  }
  .x-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .y-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .m-lg-75 {
    margin: 75px !important;
  }
  .t-lg-75 {
    margin-top: 75px !important;
  }
  .b-lg-75 {
    margin-bottom: 75px !important;
  }
  .s-lg-75 {
    margin-left: 75px !important;
  }
  .e-lg-75 {
    margin-right: 75px !important;
  }
  .x-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .y-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .t-lg-80 {
    margin-top: 80px !important;
  }
  .b-lg-80 {
    margin-bottom: 80px !important;
  }
  .s-lg-80 {
    margin-left: 80px !important;
  }
  .e-lg-80 {
    margin-right: 80px !important;
  }
  .x-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .y-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .m-lg-85 {
    margin: 85px !important;
  }
  .t-lg-85 {
    margin-top: 85px !important;
  }
  .b-lg-85 {
    margin-bottom: 85px !important;
  }
  .s-lg-85 {
    margin-left: 85px !important;
  }
  .e-lg-85 {
    margin-right: 85px !important;
  }
  .x-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .y-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .m-lg-90 {
    margin: 90px !important;
  }
  .t-lg-90 {
    margin-top: 90px !important;
  }
  .b-lg-90 {
    margin-bottom: 90px !important;
  }
  .s-lg-90 {
    margin-left: 90px !important;
  }
  .e-lg-90 {
    margin-right: 90px !important;
  }
  .x-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .y-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .m-lg-95 {
    margin: 95px !important;
  }
  .t-lg-95 {
    margin-top: 95px !important;
  }
  .b-lg-95 {
    margin-bottom: 95px !important;
  }
  .s-lg-95 {
    margin-left: 95px !important;
  }
  .e-lg-95 {
    margin-right: 95px !important;
  }
  .x-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .y-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .t-lg-100 {
    margin-top: 100px !important;
  }
  .b-lg-100 {
    margin-bottom: 100px !important;
  }
  .s-lg-100 {
    margin-left: 100px !important;
  }
  .e-lg-100 {
    margin-right: 100px !important;
  }
  .x-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .y-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 5px !important;
  }
  .t-xl-5 {
    margin-top: 5px !important;
  }
  .b-xl-5 {
    margin-bottom: 5px !important;
  }
  .s-xl-5 {
    margin-left: 5px !important;
  }
  .e-xl-5 {
    margin-right: 5px !important;
  }
  .x-xl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .y-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .t-xl-10 {
    margin-top: 10px !important;
  }
  .b-xl-10 {
    margin-bottom: 10px !important;
  }
  .s-xl-10 {
    margin-left: 10px !important;
  }
  .e-xl-10 {
    margin-right: 10px !important;
  }
  .x-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .y-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .t-xl-15 {
    margin-top: 15px !important;
  }
  .b-xl-15 {
    margin-bottom: 15px !important;
  }
  .s-xl-15 {
    margin-left: 15px !important;
  }
  .e-xl-15 {
    margin-right: 15px !important;
  }
  .x-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .y-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .t-xl-20 {
    margin-top: 20px !important;
  }
  .b-xl-20 {
    margin-bottom: 20px !important;
  }
  .s-xl-20 {
    margin-left: 20px !important;
  }
  .e-xl-20 {
    margin-right: 20px !important;
  }
  .x-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .y-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .t-xl-25 {
    margin-top: 25px !important;
  }
  .b-xl-25 {
    margin-bottom: 25px !important;
  }
  .s-xl-25 {
    margin-left: 25px !important;
  }
  .e-xl-25 {
    margin-right: 25px !important;
  }
  .x-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .y-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .t-xl-30 {
    margin-top: 30px !important;
  }
  .b-xl-30 {
    margin-bottom: 30px !important;
  }
  .s-xl-30 {
    margin-left: 30px !important;
  }
  .e-xl-30 {
    margin-right: 30px !important;
  }
  .x-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .y-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .m-xl-35 {
    margin: 35px !important;
  }
  .t-xl-35 {
    margin-top: 35px !important;
  }
  .b-xl-35 {
    margin-bottom: 35px !important;
  }
  .s-xl-35 {
    margin-left: 35px !important;
  }
  .e-xl-35 {
    margin-right: 35px !important;
  }
  .x-xl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .y-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .t-xl-40 {
    margin-top: 40px !important;
  }
  .b-xl-40 {
    margin-bottom: 40px !important;
  }
  .s-xl-40 {
    margin-left: 40px !important;
  }
  .e-xl-40 {
    margin-right: 40px !important;
  }
  .x-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .y-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .m-xl-45 {
    margin: 45px !important;
  }
  .t-xl-45 {
    margin-top: 45px !important;
  }
  .b-xl-45 {
    margin-bottom: 45px !important;
  }
  .s-xl-45 {
    margin-left: 45px !important;
  }
  .e-xl-45 {
    margin-right: 45px !important;
  }
  .x-xl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .y-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .t-xl-50 {
    margin-top: 50px !important;
  }
  .b-xl-50 {
    margin-bottom: 50px !important;
  }
  .s-xl-50 {
    margin-left: 50px !important;
  }
  .e-xl-50 {
    margin-right: 50px !important;
  }
  .x-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .y-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .m-xl-55 {
    margin: 55px !important;
  }
  .t-xl-55 {
    margin-top: 55px !important;
  }
  .b-xl-55 {
    margin-bottom: 55px !important;
  }
  .s-xl-55 {
    margin-left: 55px !important;
  }
  .e-xl-55 {
    margin-right: 55px !important;
  }
  .x-xl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .y-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .t-xl-60 {
    margin-top: 60px !important;
  }
  .b-xl-60 {
    margin-bottom: 60px !important;
  }
  .s-xl-60 {
    margin-left: 60px !important;
  }
  .e-xl-60 {
    margin-right: 60px !important;
  }
  .x-xl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .y-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .m-xl-65 {
    margin: 65px !important;
  }
  .t-xl-65 {
    margin-top: 65px !important;
  }
  .b-xl-65 {
    margin-bottom: 65px !important;
  }
  .s-xl-65 {
    margin-left: 65px !important;
  }
  .e-xl-65 {
    margin-right: 65px !important;
  }
  .x-xl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .y-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .m-xl-70 {
    margin: 70px !important;
  }
  .t-xl-70 {
    margin-top: 70px !important;
  }
  .b-xl-70 {
    margin-bottom: 70px !important;
  }
  .s-xl-70 {
    margin-left: 70px !important;
  }
  .e-xl-70 {
    margin-right: 70px !important;
  }
  .x-xl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .y-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .m-xl-75 {
    margin: 75px !important;
  }
  .t-xl-75 {
    margin-top: 75px !important;
  }
  .b-xl-75 {
    margin-bottom: 75px !important;
  }
  .s-xl-75 {
    margin-left: 75px !important;
  }
  .e-xl-75 {
    margin-right: 75px !important;
  }
  .x-xl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .y-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .t-xl-80 {
    margin-top: 80px !important;
  }
  .b-xl-80 {
    margin-bottom: 80px !important;
  }
  .s-xl-80 {
    margin-left: 80px !important;
  }
  .e-xl-80 {
    margin-right: 80px !important;
  }
  .x-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .y-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .m-xl-85 {
    margin: 85px !important;
  }
  .t-xl-85 {
    margin-top: 85px !important;
  }
  .b-xl-85 {
    margin-bottom: 85px !important;
  }
  .s-xl-85 {
    margin-left: 85px !important;
  }
  .e-xl-85 {
    margin-right: 85px !important;
  }
  .x-xl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .y-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .m-xl-90 {
    margin: 90px !important;
  }
  .t-xl-90 {
    margin-top: 90px !important;
  }
  .b-xl-90 {
    margin-bottom: 90px !important;
  }
  .s-xl-90 {
    margin-left: 90px !important;
  }
  .e-xl-90 {
    margin-right: 90px !important;
  }
  .x-xl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .y-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .m-xl-95 {
    margin: 95px !important;
  }
  .t-xl-95 {
    margin-top: 95px !important;
  }
  .b-xl-95 {
    margin-bottom: 95px !important;
  }
  .s-xl-95 {
    margin-left: 95px !important;
  }
  .e-xl-95 {
    margin-right: 95px !important;
  }
  .x-xl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .y-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .t-xl-100 {
    margin-top: 100px !important;
  }
  .b-xl-100 {
    margin-bottom: 100px !important;
  }
  .s-xl-100 {
    margin-left: 100px !important;
  }
  .e-xl-100 {
    margin-right: 100px !important;
  }
  .x-xl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .y-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-5 {
    margin: 5px !important;
  }
  .t-xxl-5 {
    margin-top: 5px !important;
  }
  .b-xxl-5 {
    margin-bottom: 5px !important;
  }
  .s-xxl-5 {
    margin-left: 5px !important;
  }
  .e-xxl-5 {
    margin-right: 5px !important;
  }
  .x-xxl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .y-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .m-xxl-10 {
    margin: 10px !important;
  }
  .t-xxl-10 {
    margin-top: 10px !important;
  }
  .b-xxl-10 {
    margin-bottom: 10px !important;
  }
  .s-xxl-10 {
    margin-left: 10px !important;
  }
  .e-xxl-10 {
    margin-right: 10px !important;
  }
  .x-xxl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .y-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-xxl-15 {
    margin: 15px !important;
  }
  .t-xxl-15 {
    margin-top: 15px !important;
  }
  .b-xxl-15 {
    margin-bottom: 15px !important;
  }
  .s-xxl-15 {
    margin-left: 15px !important;
  }
  .e-xxl-15 {
    margin-right: 15px !important;
  }
  .x-xxl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .y-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-xxl-20 {
    margin: 20px !important;
  }
  .t-xxl-20 {
    margin-top: 20px !important;
  }
  .b-xxl-20 {
    margin-bottom: 20px !important;
  }
  .s-xxl-20 {
    margin-left: 20px !important;
  }
  .e-xxl-20 {
    margin-right: 20px !important;
  }
  .x-xxl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .y-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-xxl-25 {
    margin: 25px !important;
  }
  .t-xxl-25 {
    margin-top: 25px !important;
  }
  .b-xxl-25 {
    margin-bottom: 25px !important;
  }
  .s-xxl-25 {
    margin-left: 25px !important;
  }
  .e-xxl-25 {
    margin-right: 25px !important;
  }
  .x-xxl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .y-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .m-xxl-30 {
    margin: 30px !important;
  }
  .t-xxl-30 {
    margin-top: 30px !important;
  }
  .b-xxl-30 {
    margin-bottom: 30px !important;
  }
  .s-xxl-30 {
    margin-left: 30px !important;
  }
  .e-xxl-30 {
    margin-right: 30px !important;
  }
  .x-xxl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .y-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .m-xxl-35 {
    margin: 35px !important;
  }
  .t-xxl-35 {
    margin-top: 35px !important;
  }
  .b-xxl-35 {
    margin-bottom: 35px !important;
  }
  .s-xxl-35 {
    margin-left: 35px !important;
  }
  .e-xxl-35 {
    margin-right: 35px !important;
  }
  .x-xxl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .y-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .m-xxl-40 {
    margin: 40px !important;
  }
  .t-xxl-40 {
    margin-top: 40px !important;
  }
  .b-xxl-40 {
    margin-bottom: 40px !important;
  }
  .s-xxl-40 {
    margin-left: 40px !important;
  }
  .e-xxl-40 {
    margin-right: 40px !important;
  }
  .x-xxl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .y-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .m-xxl-45 {
    margin: 45px !important;
  }
  .t-xxl-45 {
    margin-top: 45px !important;
  }
  .b-xxl-45 {
    margin-bottom: 45px !important;
  }
  .s-xxl-45 {
    margin-left: 45px !important;
  }
  .e-xxl-45 {
    margin-right: 45px !important;
  }
  .x-xxl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .y-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .m-xxl-50 {
    margin: 50px !important;
  }
  .t-xxl-50 {
    margin-top: 50px !important;
  }
  .b-xxl-50 {
    margin-bottom: 50px !important;
  }
  .s-xxl-50 {
    margin-left: 50px !important;
  }
  .e-xxl-50 {
    margin-right: 50px !important;
  }
  .x-xxl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .y-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .m-xxl-55 {
    margin: 55px !important;
  }
  .t-xxl-55 {
    margin-top: 55px !important;
  }
  .b-xxl-55 {
    margin-bottom: 55px !important;
  }
  .s-xxl-55 {
    margin-left: 55px !important;
  }
  .e-xxl-55 {
    margin-right: 55px !important;
  }
  .x-xxl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .y-xxl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .m-xxl-60 {
    margin: 60px !important;
  }
  .t-xxl-60 {
    margin-top: 60px !important;
  }
  .b-xxl-60 {
    margin-bottom: 60px !important;
  }
  .s-xxl-60 {
    margin-left: 60px !important;
  }
  .e-xxl-60 {
    margin-right: 60px !important;
  }
  .x-xxl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .y-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .m-xxl-65 {
    margin: 65px !important;
  }
  .t-xxl-65 {
    margin-top: 65px !important;
  }
  .b-xxl-65 {
    margin-bottom: 65px !important;
  }
  .s-xxl-65 {
    margin-left: 65px !important;
  }
  .e-xxl-65 {
    margin-right: 65px !important;
  }
  .x-xxl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .y-xxl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .m-xxl-70 {
    margin: 70px !important;
  }
  .t-xxl-70 {
    margin-top: 70px !important;
  }
  .b-xxl-70 {
    margin-bottom: 70px !important;
  }
  .s-xxl-70 {
    margin-left: 70px !important;
  }
  .e-xxl-70 {
    margin-right: 70px !important;
  }
  .x-xxl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .y-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .m-xxl-75 {
    margin: 75px !important;
  }
  .t-xxl-75 {
    margin-top: 75px !important;
  }
  .b-xxl-75 {
    margin-bottom: 75px !important;
  }
  .s-xxl-75 {
    margin-left: 75px !important;
  }
  .e-xxl-75 {
    margin-right: 75px !important;
  }
  .x-xxl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .y-xxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .m-xxl-80 {
    margin: 80px !important;
  }
  .t-xxl-80 {
    margin-top: 80px !important;
  }
  .b-xxl-80 {
    margin-bottom: 80px !important;
  }
  .s-xxl-80 {
    margin-left: 80px !important;
  }
  .e-xxl-80 {
    margin-right: 80px !important;
  }
  .x-xxl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .y-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .m-xxl-85 {
    margin: 85px !important;
  }
  .t-xxl-85 {
    margin-top: 85px !important;
  }
  .b-xxl-85 {
    margin-bottom: 85px !important;
  }
  .s-xxl-85 {
    margin-left: 85px !important;
  }
  .e-xxl-85 {
    margin-right: 85px !important;
  }
  .x-xxl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .y-xxl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .m-xxl-90 {
    margin: 90px !important;
  }
  .t-xxl-90 {
    margin-top: 90px !important;
  }
  .b-xxl-90 {
    margin-bottom: 90px !important;
  }
  .s-xxl-90 {
    margin-left: 90px !important;
  }
  .e-xxl-90 {
    margin-right: 90px !important;
  }
  .x-xxl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .y-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .m-xxl-95 {
    margin: 95px !important;
  }
  .t-xxl-95 {
    margin-top: 95px !important;
  }
  .b-xxl-95 {
    margin-bottom: 95px !important;
  }
  .s-xxl-95 {
    margin-left: 95px !important;
  }
  .e-xxl-95 {
    margin-right: 95px !important;
  }
  .x-xxl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .y-xxl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .m-xxl-100 {
    margin: 100px !important;
  }
  .t-xxl-100 {
    margin-top: 100px !important;
  }
  .b-xxl-100 {
    margin-bottom: 100px !important;
  }
  .s-xxl-100 {
    margin-left: 100px !important;
  }
  .e-xxl-100 {
    margin-right: 100px !important;
  }
  .x-xxl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .y-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (max-width: 300px) {
  .w-5 {
    width: 5%;
  }
  .w-10 {
    width: 10%;
  }
  .w-15 {
    width: 15%;
  }
  .w-20 {
    width: 20%;
  }
  .w-25 {
    width: 25%;
  }
  .w-30 {
    width: 30%;
  }
  .w-35 {
    width: 35%;
  }
  .w-40 {
    width: 40%;
  }
  .w-45 {
    width: 45%;
  }
  .w-50 {
    width: 50%;
  }
  .w-55 {
    width: 55%;
  }
  .w-60 {
    width: 60%;
  }
  .w-65 {
    width: 65%;
  }
  .w-70 {
    width: 70%;
  }
  .w-75 {
    width: 75%;
  }
  .w-80 {
    width: 80%;
  }
  .w-85 {
    width: 85%;
  }
  .w-90 {
    width: 90%;
  }
  .w-95 {
    width: 95%;
  }
  .w-100 {
    width: 100%;
  }
  body {
    font-size: 1.3em;
  }
}
@media (min-width: 301px) {
  .w-5 {
    width: 5%;
  }
  .w-10 {
    width: 10%;
  }
  .w-15 {
    width: 15%;
  }
  .w-20 {
    width: 20%;
  }
  .w-25 {
    width: 25%;
  }
  .w-30 {
    width: 30%;
  }
  .w-35 {
    width: 35%;
  }
  .w-40 {
    width: 40%;
  }
  .w-45 {
    width: 45%;
  }
  .w-50 {
    width: 50%;
  }
  .w-55 {
    width: 55%;
  }
  .w-60 {
    width: 60%;
  }
  .w-65 {
    width: 65%;
  }
  .w-70 {
    width: 70%;
  }
  .w-75 {
    width: 75%;
  }
  .w-80 {
    width: 80%;
  }
  .w-85 {
    width: 85%;
  }
  .w-90 {
    width: 90%;
  }
  .w-95 {
    width: 95%;
  }
  .w-100 {
    width: 100%;
  }
  body {
    font-size: 1em;
  }
}
@media (min-width: 575px) {
  .w-sm-5 {
    width: 5%;
  }
  .w-sm-10 {
    width: 10%;
  }
  .w-sm-15 {
    width: 15%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .w-sm-35 {
    width: 35%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .w-sm-45 {
    width: 45%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-55 {
    width: 55%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-sm-65 {
    width: 65%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .w-sm-85 {
    width: 85%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-sm-95 {
    width: 95%;
  }
  .w-sm-100 {
    width: 100%;
  }
  body {
    font-size: 1em;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 500px;
  }
  .w-md-5 {
    width: 5%;
  }
  .w-md-10 {
    width: 10%;
  }
  .w-md-15 {
    width: 15%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-md-35 {
    width: 35%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-md-45 {
    width: 45%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-55 {
    width: 55%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-md-65 {
    width: 65%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-80 {
    width: 80%;
  }
  .w-md-85 {
    width: 85%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-md-95 {
    width: 95%;
  }
  .w-md-100 {
    width: 100%;
  }
  body {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 718px;
  }
  .w-lg-5 {
    width: 5%;
  }
  .w-lg-10 {
    width: 10%;
  }
  .w-lg-15 {
    width: 15%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-lg-35 {
    width: 35%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .w-lg-45 {
    width: 45%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-55 {
    width: 55%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-lg-65 {
    width: 65%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-85 {
    width: 85%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-lg-95 {
    width: 95%;
  }
  .w-lg-100 {
    width: 100%;
  }
  body {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 952px;
  }
  .w-xl-5 {
    width: 5%;
  }
  .w-xl-10 {
    width: 10%;
  }
  .w-xl-15 {
    width: 15%;
  }
  .w-xl-20 {
    width: 20%;
  }
  .w-xl-25 {
    width: 25%;
  }
  .w-xl-30 {
    width: 30%;
  }
  .w-xl-35 {
    width: 35%;
  }
  .w-xl-40 {
    width: 40%;
  }
  .w-xl-45 {
    width: 45%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-55 {
    width: 55%;
  }
  .w-xl-60 {
    width: 60%;
  }
  .w-xl-65 {
    width: 65%;
  }
  .w-xl-70 {
    width: 70%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-80 {
    width: 80%;
  }
  .w-xl-85 {
    width: 85%;
  }
  .w-xl-90 {
    width: 90%;
  }
  .w-xl-95 {
    width: 95%;
  }
  .w-xl-100 {
    width: 100%;
  }
  body {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
  .w-xxl-5 {
    width: 5%;
  }
  .w-xxl-10 {
    width: 10%;
  }
  .w-xxl-15 {
    width: 15%;
  }
  .w-xxl-20 {
    width: 20%;
  }
  .w-xxl-25 {
    width: 25%;
  }
  .w-xxl-30 {
    width: 30%;
  }
  .w-xxl-35 {
    width: 35%;
  }
  .w-xxl-40 {
    width: 40%;
  }
  .w-xxl-45 {
    width: 45%;
  }
  .w-xxl-50 {
    width: 50%;
  }
  .w-xxl-55 {
    width: 55%;
  }
  .w-xxl-60 {
    width: 60%;
  }
  .w-xxl-65 {
    width: 65%;
  }
  .w-xxl-70 {
    width: 70%;
  }
  .w-xxl-75 {
    width: 75%;
  }
  .w-xxl-80 {
    width: 80%;
  }
  .w-xxl-85 {
    width: 85%;
  }
  .w-xxl-90 {
    width: 90%;
  }
  .w-xxl-95 {
    width: 95%;
  }
  .w-xxl-100 {
    width: 100%;
  }
  body {
    font-size: 1.3em;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}/*# sourceMappingURL=css-plus.css.map */