@font-face {
  font-family: "Saira";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/saira/Saira-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Saira";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/saira/Saira-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Saira";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/saira/Saira-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Saira";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/saira/Saira-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Saira";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/saira/Saira-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Saira";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/saira/Saira-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Saira";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/saira/Saira-BoldItalic.ttf") format("truetype");
}
/*---------------- HERO SECTION ---------------------*/
header {
  background-color: #FFFFFF;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .logo {
  order: 0;
  width: 90px;
}
header .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .logo img {
  width: 100%;
  height: auto;
  max-width: 70px;
}
header .contact {
  width: auto;
  justify-content: center;
  align-items: center;
  order: 1;
}
header .contact span {
  display: none;
}
header .contact i {
  background-image: linear-gradient(90deg, #B5092B 0%, #E02441 100%);
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
header .contact a {
  font-size: 0.8rem;
  padding: 5px 10px;
}
header .mb-offer {
  width: 100%;
  background-color: black;
  position: absolute;
  bottom: -45px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}
header .mb-offer span {
  color: #BCCE0E;
}
header .stops {
  width: 100%;
  background-color: #BCCE0E;
  position: absolute;
  bottom: -45px;
  left: 0;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}
header .stops p {
  max-width: 1200px;
  margin: auto;
  font-size: 1rem;
}
header .stops span {
  color: black;
}

@media (min-width: 992px) {
  header {
    padding: 10px 60px;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
  }
  header .contact {
    order: 2;
  }
  header .contact span {
    display: inline-block;
    font-weight: bold;
    font-size: 0.8rem;
  }
  header .contact i {
    display: none;
  }
  header .contact a {
    font-size: 0.8rem;
  }
  header .desktophbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    color: #333333;
    font-size: 1rem !important;
    padding: 0 !important;
  }
  header .desktophbtn i {
    display: inline-block;
    background-image: none;
    margin-right: 0;
    padding: 0;
  }
}
footer {
  padding: 50px 25px;
  background-color: white;
  color: black;
}
footer .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}
footer .wrapper a {
  color: black;
  font-weight: bold;
}
footer .wrapper p {
  font-weight: bold;
  text-align: center;
}
footer .wrapper i {
  margin-right: 10px;
}

.hero {
  position: relative;
  background-image: url(../images/hero-background.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 85vh;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-top: 100px;
  background-position: top center;
  background-size: cover;
}
.hero .col {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .col span {
  display: inline-block;
  background-color: black;
  color: #BCCE0E;
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.hero .col h1 {
  font-size: 1.85rem;
  text-shadow: 7px 6px 5px rgba(0, 0, 0, 0.3490196078);
  line-height: 1.2em;
  z-index: 2;
  position: relative;
  max-width: 400px;
}
.hero .col .red-button {
  margin-top: 10px;
  padding: 10px 40px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  z-index: 2;
  position: relative;
}
.hero .col img {
  width: 100%;
  z-index: 2;
  height: auto;
  max-width: 400px;
  margin: auto;
}
@media (min-width: 992px) {
  .hero {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    min-height: 500px;
    height: auto;
    padding: 50px;
  }
  .hero .col {
    width: 60%;
    text-align: left;
    align-self: flex-end;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .hero .col h1 {
    font-size: 2.5rem;
  }
  .hero .col .call-btn {
    margin-top: 0;
    display: inline-block !important;
  }
  .hero .col img {
    margin: 0;
  }
  .hero form {
    width: 40%;
    max-width: 400px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    z-index: 5;
    border-radius: 4px;
    padding: 25px;
    row-gap: 2px;
  }
  .hero form input, .hero form select {
    border-radius: 3px;
    padding: 2px 8px;
    border: none;
    outline: none;
  }
  .hero form input[type=submit] {
    border: none;
    outline: none;
    color: #fff;
    margin-top: 10px;
  }
  .hero form h2 {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
  }
  .hero form h2 p {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    font-weight: 200;
  }
  .hero form > p {
    font-size: 0.56em;
  }
}
@media (min-width: 1400px) {
  .hero .col {
    margin-bottom: 50px;
    padding-left: 80px;
  }
  .hero .col h1 {
    font-size: 3rem;
  }
}
.hero h4 {
  text-shadow: 7px 6px 5px rgba(0, 0, 0, 0.3490196078);
}
@media (min-width: 992px) {
  .hero {
    margin-top: 110px;
    padding: 90px 20px;
    padding-bottom: 12%;
    height: auto;
    background-position: bottom center;
  }
  .hero .col h1 {
    font-style: normal;
    line-height: 1em;
    font-size: 3.5rem;
    max-width: 700px;
  }
  .hero .col h2 {
    font-size: 2.3rem;
  }
  .hero .col .red-button {
    display: none !important;
  }
}
.hero .counter-desk {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0.6980392157);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  display: none;
}
.hero .counter-desk .element:not(:first-child) {
  font-weight: bold;
}
.hero .counter-desk .element:not(:first-child) p {
  color: #BCCE0E;
}
.hero .counter-desk .element:not(:first-child) span {
  font-size: 2.5rem;
  line-height: 1.1em;
}
.hero .counter-desk .element:first-child {
  font-weight: bold;
  line-height: 1.2em;
  font-size: 1.5rem;
}
.hero .counter-desk .element:first-child span {
  color: #BCCE0E;
}
@media (min-width: 992px) {
  .hero .counter-desk {
    display: flex;
  }
}

.hero-main {
  background: url("../images/hero-background-main.png");
  background-position: center center;
  background-size: cover;
}

.hero-garage {
  background: url("../images/hero-background-garage.png");
  background-position: center center;
  background-size: cover;
}

.before-after {
  background-color: #F1EAEA;
}
.before-after .wrapper {
  padding: 50px 20px;
}
.before-after .wrapper .item {
  margin: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.before-after .wrapper .item img {
  width: 100%;
  height: auto;
}
.before-after .wrapper .item:nth-child(odd) {
  position: relative;
}
.before-after .wrapper .item:nth-child(odd)::before {
  content: "Before";
  background-color: #B60C2D;
  color: #fff;
  padding: 2px 35px;
  display: inline-block;
  border-radius: 5px;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 15px;
  font-weight: bold;
}
.before-after .wrapper .item:nth-child(even) {
  position: relative;
}
.before-after .wrapper .item:nth-child(even)::before {
  content: "After";
  background-color: #B60C2D;
  color: #fff;
  padding: 2px 35px;
  display: inline-block;
  border-radius: 5px;
  z-index: 10;
  position: absolute;
  bottom: 0px;
  right: 15px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .before-after .wrapper {
    padding: 120px 20px;
  }
  .before-after .bafter-container .slick-track {
    display: grid;
    grid-template-columns: repeat(4, 23%);
    column-gap: 20px;
  }
  .before-after .bafter-container .slick-track::before {
    display: none;
  }
  .before-after .bafter-container .item {
    width: 100% !important;
  }
  .before-after .bafter-container .item img {
    width: 100%;
    height: auto;
  }
  .before-after .bafter-container .item:nth-child(even) {
    position: relative;
  }
  .before-after .bafter-container .item:nth-child(even)::before {
    bottom: 26px;
  }
}

@media (max-width: 992px) {
  ._form_2, ._form_4 {
    width: 100%;
    max-width: 100%;
  }
  ._form_2 form, ._form_4 form {
    border-radius: 0 !important;
    margin: 40px auto !important;
  }
}
@media (min-width: 993px) {
  ._form_2, ._form_4 {
    width: 100% !important;
    max-width: 400px !important;
  }
}
._form_2 form, ._form_4 form {
  width: 100%;
}
@media (min-width: 993px) {
  ._form_2 form, ._form_4 form {
    margin: 0 !important;
  }
}
._form_2 form ._x16731608, ._form_4 form ._x16731608 {
  text-align: center;
  line-height: 1rem;
}
._form_2 form ._x16731608 h2, ._form_4 form ._x16731608 h2 {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
._form_2 form ._x16731608 span, ._form_2 form ._x16731608 h2, ._form_2 form ._x16731608 p, ._form_4 form ._x16731608 span, ._form_4 form ._x16731608 h2, ._form_4 form ._x16731608 p {
  font-size: 1.5rem !important;
}
._form_2 form ._x16731608 p, ._form_4 form ._x16731608 p {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  font-weight: 200;
}
._form_2 form ._form_element, ._form_4 form ._form_element {
  margin: 0 !important;
}
._form_2 form ._form_element input, ._form_2 form ._form_element select, ._form_4 form ._form_element input, ._form_4 form ._form_element select {
  border-radius: 3px !important;
  padding: 10px 8px !important;
  border: none !important;
  outline: none !important;
  font-size: 12px !important;
}
._form_2 form ._form_element label, ._form_4 form ._form_element label {
  font-weight: normal !important;
  margin-top: 15px;
}
._form_2 form button, ._form_4 form button {
  border: none !important;
  outline: none !important;
  color: #fff !important;
  margin-top: 10px !important;
  width: 100%;
}
._form_2 form ._x87924260 p, ._form_4 form ._x87924260 p {
  font-size: 0.56em !important;
  line-height: 1em;
  margin-top: 15px;
}

main {
  position: relative;
}
main #main-form .counter p {
  text-decoration: none;
  font-size: 2rem !important;
}
main #main-form .counter p h4 {
  color: #BCCE0E !important;
  display: inline-block;
  text-decoration: underline;
  font-size: 2rem !important;
}
main .mobile-form {
  padding: 30px 20px;
  background-color: black;
  text-align: center;
  color: white;
}
main .mobile-form h4 {
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
main .mobile-form h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
main .mobile-form h3 span {
  color: #BCCE0E;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(187, 206, 14, 0.5215686275);
}
main .mobile-form .counter2 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
main .mobile-form .counter2 .element {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  line-height: 45px;
}
main .mobile-form .counter2 .element span {
  font-size: 4rem;
  font-weight: bold;
}
main .mobile-form .counter2 .element p {
  color: #BCCE0E;
  font-weight: bold;
}
main .mobile-form .counter {
  display: none;
}
main .mobile-form form {
  margin: 0 auto !important;
}
main .reviews {
  background-color: rgba(217, 217, 217, 0.7490196078);
  padding: 50px 25px;
}
main .reviews .wrapper h2 {
  text-align: center;
  line-height: 1.3em;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
main .reviews .wrapper > img {
  width: 100%;
  max-width: 167px;
  height: auto;
  display: block;
  margin: auto;
}
main .reviews .wrapper .slick-track {
  display: flex !important;
}
main .reviews .wrapper .review-container {
  margin-top: 30px;
  padding-bottom: 25px;
}
main .reviews .wrapper .review-container .review {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  padding: 20px 20px;
  margin: 25px 10px;
  height: auto;
}
main .reviews .wrapper .review-container .review .customer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .reviews .wrapper .review-container .review .customer div {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
main .reviews .wrapper .review-container .review .customer .picture {
  background-color: #69D433;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px;
  line-height: 10px;
}
main .reviews .wrapper .review-container .review .customer .name {
  font-weight: bold;
  font-size: 1.2rem;
}
main .reviews .wrapper .review-container .review .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .reviews .wrapper .review-container .review .content p {
  font-weight: bold;
}
main .reviews .wrapper .review-container .review .images {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
  margin-top: 20px;
  overflow: hidden;
}
main .reviews .wrapper .review-container .review .images img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 992px) {
  main .reviews .wrapper h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }
  main .reviews .wrapper .review-container {
    flex-direction: column;
    gap: 20px;
  }
  main .reviews .wrapper .review-container .review {
    width: 98% !important;
    padding: 25px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    margin: 20px auto !important;
  }
  main .reviews .wrapper .review-container .review .content {
    width: 40%;
  }
  main .reviews .wrapper .review-container .review .images {
    width: 45%;
    display: flex;
    flex-direction: row;
  }
  main .reviews .wrapper .review-container .review .images img {
    width: 50%;
    height: auto;
  }
}
main .advice1 .wrapper {
  padding: 50px 25px;
  text-align: center;
}
main .advice1 .wrapper > h2 {
  font-size: 3.2rem;
  line-height: 1.1em;
  margin-bottom: 25px;
}
main .advice1 .wrapper .red-button {
  margin: auto;
  width: 100%;
  max-width: 400px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  main .advice1 .wrapper > h2 {
    font-size: 2.3rem;
  }
}
main .best-solution {
  padding: 50px 25px;
}
main .best-solution .wrapper h2 {
  text-align: center;
  color: #B60C2D;
  font-size: 2.5rem;
  line-height: 1.1em;
  max-width: 255px;
  margin: auto;
}
main .best-solution .wrapper h2:first-child {
  color: #B60C2D;
}
main .best-solution .wrapper h2:not(:first-child) {
  color: #666666;
  margin-top: 50px;
}
main .best-solution .red-container p, main .best-solution .gray-container p {
  background-color: #B60C2D;
  color: white;
  padding: 50px 30px;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 10px;
  line-height: 1.2em;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 400px;
  margin: 20px auto;
}
main .best-solution .red-container p:not(:first-child), main .best-solution .gray-container p:not(:first-child) {
  display: none;
}
main .best-solution .gray-container p {
  background-color: #666666;
}
@media (min-width: 992px) {
  main .best-solution .wrapper h2 {
    max-width: fit-content;
  }
  main .best-solution .wrapper h2:not(:first-child) {
    color: #666666;
    margin-top: 50px;
  }
  main .best-solution .wrapper .red-container, main .best-solution .wrapper .gray-container {
    display: flex;
    margin-top: 20px;
    gap: 25px;
  }
  main .best-solution .wrapper .red-container p:first-child, main .best-solution .wrapper .gray-container p:first-child {
    display: none;
  }
  main .best-solution .wrapper .red-container p:not(:first-child), main .best-solution .wrapper .gray-container p:not(:first-child) {
    display: flex;
    width: 330px;
  }
}
main .services {
  padding-bottom: 50px;
}
main .services .landing-services-container .item {
  margin: 10px;
}
main .services .landing-services-container .item h4 {
  text-align: center;
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 5px 10px;
}
main .services .landing-services-container .item img {
  width: 100%;
  height: auto;
}
main .services .landing-services-container .item p {
  background-color: #B60C2D;
  color: white;
  padding: 30px 20px;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 10px;
  margin-top: 20px;
  line-height: 1.2em;
  height: 120px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .advice2 {
  background-image: url("../images/warranty-mb.png");
  padding: 50px 25px;
  background-position: center;
  background-size: cover;
}
main .advice2 .wrapper > h2 {
  font-size: 3rem;
  text-align: center;
  line-height: 1.2em;
  color: white;
  margin-bottom: 30px;
}
main .advice2 .wrapper > img {
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  main .advice2 {
    background-image: url("../images/warranty-dsk.png");
    padding: 50px 25px;
    background-position: center;
    background-size: cover;
  }
  main .advice2 .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .advice2 .wrapper h2 {
    font-size: 2.1rem;
    text-align: left;
    margin: auto;
  }
  main .advice2 .wrapper img {
    max-width: 150px;
    height: auto;
  }
}
main .before-afterla {
  padding: 50px 25px;
}
main .before-afterla .before-after-container .item {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
main .before-afterla .before-after-container .item img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
@media (min-width: 992px) {
  main .before-afterla .before-after-container {
    display: flex !important;
    flex-wrap: wrap;
  }
  main .before-afterla .before-after-container .item {
    flex-direction: row !important;
    width: 46% !important;
    margin: 10px;
    column-gap: 5px;
  }
  main .before-afterla .before-after-container .item img {
    width: 100%;
    height: auto;
  }
}
main .advice3 {
  background-color: black;
  padding: 50px 25px;
}
main .advice3 .wrapper {
  text-align: center;
  color: white;
}
main .advice3 .wrapper span {
  color: #BCCE0E;
}
main .advice3 .wrapper > h3 {
  font-weight: normal;
  font-size: 1.5rem;
}
main .advice3 .wrapper > h4 {
  font-size: 2.3rem;
  line-height: 1.1em;
  margin: 15px 0;
}
main .advice3 .wrapper :nth-child(3) {
  font-weight: normal;
  font-size: 2.3rem;
  line-height: 1em;
  margin-bottom: 40px;
}
main .advice3 .wrapper > a {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  font-size: 1.6rem;
  background-color: #BCCE0E;
  color: black;
  padding: 15px 10px;
  border-radius: 10px;
  font-weight: bold;
}
@media (min-width: 992px) {
  main .advice3 .wrapper > h4 {
    font-size: 2.3rem;
    max-width: 700px;
    margin: 15px auto !important;
  }
  main .advice3 .wrapper > h3 {
    font-size: 1.8rem;
  }
  main .advice3 .wrapper :nth-child(3) {
    font-style: italic;
  }
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Saira", Helvetica, Arial, sans-serif;
  position: relative;
}

a {
  text-decoration: none;
  color: #fff;
}

.hide-mobile {
  display: none;
}

.do-border2::after {
  content: " ";
  position: absolute;
  bottom: -0.8em;
  left: 51.5%;
  transform: translateX(-50%);
  width: 3.5em;
  border-bottom: 3px solid #cb142f;
}

.do-border2::before {
  content: " ";
  position: absolute;
  bottom: -0.5em;
  left: 51.5%;
  transform: translateX(-50%);
  width: 2.5em;
  border-bottom: 3px solid #cb142f;
}

.slick-dots li button:before {
  font-size: 16px !important;
  color: #D9D9D9 !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  color: #B60C2D !important;
}

/*-------------- GRID ------*/
.content-grid {
  --padding-inline: 2rem;
  --content-max-width: 1200px;
  position: relative;
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [content-start] min(100% - var(--padding-inline) * 2, var(--content-max-width)) [content-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}

.full-width {
  grid-column: 1/-1;
}

.wrapper {
  grid-column: 2/-2;
  max-width: 1200px;
  margin: 0 auto;
}

.sp-red {
  color: #B60C2D;
}

/*------------------ Buttons -----------------------------*/
.red-button {
  background-image: linear-gradient(90deg, #B5092B 0%, #E02441 100%);
  display: inline-block;
  font-weight: 500;
  padding: 10px 20px !important;
  cursor: pointer;
}

.rounded {
  border-radius: 5px;
}

/*--------------------- FORM -------------------------------*/
.form-mobile {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  row-gap: 5px;
  text-align: left;
  color: #fff;
}
.form-mobile input, .form-mobile select {
  padding: 10px 15px;
  border-radius: 3px;
  border: none;
  outline: none;
  margin-bottom: 5px;
}
.form-mobile input[type=submit] {
  border: none;
  outline: none;
  color: #fff;
  margin-top: 10px;
}
.form-mobile h2 {
  color: #fff;
  font-style: normal;
  font-weight: 600;
}
.form-mobile h2 p {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  font-weight: 200;
}
.form-mobile > p {
  font-size: 0.56em;
}

/*------------------ Monthly scripts ----------------------*/
.currentMonth {
  text-transform: uppercase;
  color: black;
  text-align: center;
  padding: 20px;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 500;
  font-size: 2rem;
}
.currentMonth b {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
  .hide-mobile {
    display: block;
  }
}

/*# sourceMappingURL=main-styles.css.map */
