* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

body .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #0E1C36;
  padding-top: 10px;
  padding-bottom: 10px;
}

body .header__title h2 {
  color: white;
  font-weight: 900;
  text-align: center;
}

body .header__navbar {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .header__navbar #close {
  display: none;
}

body .header__navbar a {
  color: white;
  font-weight: 700;
  -webkit-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
}

body .header__navbar a:hover {
  color: #f88a8a;
}

body .header #hamburger {
  display: none;
}

/*kraj headera*/
body .sectionOne {
  background-color: #e5e5f7;
  padding-top: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body .sectionOne h1, body .sectionOne h2 {
  color: black;
  text-align: center;
  font-weight: 700;
}

body .sectionOne__gridbox {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  margin-left: 0;
  padding-left: 15rem;
  margin-right: auto;
  margin-top: 4rem;
}

body .sectionOne__gridbox .g {
  margin-left: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
      grid-template-columns: 60% 40%;
  gap: 5rem;
}

body .sectionOne__gridbox .g .spans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

body .sectionOne__gridbox .g .spans span {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .sectionOne__gridbox .g .spans span img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

body .sectionOne__gridbox .g .spans span p {
  color: black;
  font-weight: 600;
  font-size: 16pt;
}

body .sectionOne__gridbox .g img {
  width: 100%;
  height: 100%;
}

body .sectionOne__gridbox__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sectionOne__gridbox__form__box {
  -webkit-box-shadow: 0px 0px 8px black;
          box-shadow: 0px 0px 8px black;
  background: #e5e5f7;
  font-weight: 700;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.5px;
  border-radius: 0.5rem;
}

body .sectionOne__gridbox__form__box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

body .sectionOne__gridbox__form__box__upper {
  padding: 5px;
  background: #A50104;
  width: 100%;
  border-radius: 0.5rem;
}

body .sectionOne__gridbox__form__box__upper h2 {
  color: white;
  font-weight: 700;
}

body .sectionOne__gridbox__form__box__upper__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 16pt;
}

body .sectionOne__gridbox__form__box #off {
  width: 100%;
  background: #A50104;
  border-radius: 5px;
  margin-top: 0.5rem;
  color: white;
  padding: 2px;
}

body .sectionOne__gridbox__form__box input {
  background: #e5e5f7;
  width: 90%;
  height: 2rem;
  margin-top: 0.5rem;
  border-radius: 5px;
  border: 1px solid #A50104;
  padding: 2px;
}

body .sectionOne__gridbox__form__box button {
  margin-top: 0.5rem;
  width: 90%;
  height: 2rem;
  background: #A50104;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  font-size: 16pt;
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
}

body .sectionOne__gridbox__form__box button:hover {
  background: transparent;
  color: #A50104;
}

/*kraj sekcije 1 */
body .sectionTwo {
  padding-top: 2rem;
  width: 100%;
  background-color: #e5e5f7;
  opacity: 0.8;
  background-image: radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px);
  background-size: 10px 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body .sectionTwo__gridbox {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
      grid-template-columns: 60% 40%;
}

body .sectionTwo__gridbox__left {
  color: #0E1C36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16pt;
  font-weight: 300;
}

body .sectionTwo__gridbox__right img {
  width: 200%;
  height: 100%;
}

/*kraj sekcije 2 */
body .sectionThree {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  background: #0E1C36;
  text-align: center;
  color: white;
}

body .sectionThree__gridbox {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

body .sectionThree__gridbox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sectionThree__gridbox__item img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 5px solid #e5e5f7;
  -o-object-fit: cover;
     object-fit: cover;
}

body .sectionThree__gridbox__item h3 {
  margin-top: 1rem;
  color: #e5e5f7;
}

body .sectionThree__gridbox__item p {
  color: #e5e5f7;
  margin-top: 5px;
  font-size: 14pt;
  text-align: center;
  font-weight: 300;
}

/*kraj sekcije 3 */
body .sectionFour {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  background: #e5e5f7;
  padding-bottom: 2rem;
}

body .sectionFour h1 {
  color: #0E1C36;
}

body .sectionFour__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  padding: 1rem;
  background: #0E1C36;
  border-radius: 1rem;
  color: #e5e5f7;
  -webkit-box-shadow: 0px 0px 8px black;
          box-shadow: 0px 0px 8px black;
}

body .sectionFour__item h2 {
  color: #e5e5f7;
}

body .sectionFour__item p {
  font-size: 16pt;
  font-weight: 300;
}

/*kraj sekcije 4*/
body .sectionFive {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  background-color: #e5e5f7;
  opacity: 0.8;
  background-image: radial-gradient(circle at center center, #e5e5f7, #e5e5f7), repeating-radial-gradient(circle at center center, #e5e5f7, #e5e5f7, 10px, transparent 20px, transparent 10px);
  background-blend-mode: multiply;
  color: #0E1C36;
  padding-bottom: 2rem;
}

body .sectionFive__gridbox {
  width: 50%;
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  gap: 1rem;
}

body .sectionFive__gridbox__item {
  -webkit-box-shadow: 0px 0px 8px gray;
          box-shadow: 0px 0px 8px gray;
  padding: 5px;
  -webkit-transition: 400ms;
  transition: 400ms;
  opacity: 0.8;
}

body .sectionFive__gridbox__item:hover {
  opacity: 1;
}

/*kraj sekcije 5 */
body .sectionSix {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #e5e5f7;
  color: #0E1C36;
}

body .sectionSix h1 {
  text-align: center;
}

body .sectionSix__gridbox {
  margin-top: 2rem;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  gap: 3rem;
  border: 3px dashed #A50104;
  -webkit-box-shadow: 0px 0px 10px #0E1C36;
          box-shadow: 0px 0px 10px #0E1C36;
  padding: 5px;
}

body .sectionSix__gridbox__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

body .sectionSix__gridbox__left span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

body .sectionSix__gridbox__left span img {
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .sectionSix__gridbox__left span p {
  font-size: 16pt;
  font-weight: 300;
}

body .sectionSix__gridbox__right img {
  width: 70%;
}

/* kraj sekcije 6 */
body .sectionSeven {
  width: 100%;
  padding-top: 2rem;
  background: #0E1C36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
}

body .sectionSeven__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

body .sectionSeven__gridbox__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: white;
}

body .sectionSeven__gridbox__left .disc {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #A50104;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

body .sectionSeven__gridbox__left .disc p {
  text-align: center;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30pt;
  color: #e5e5f7;
  font-weight: 700;
}

body .sectionSeven__gridbox__left #kom {
  margin-top: 1rem;
  font-size: 16pt;
  font-weight: 900;
}

body .sectionSeven__gridbox__left .price {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 100%;
}

body .sectionSeven__gridbox__left .price span {
  width: 100%;
}

body .sectionSeven__gridbox__left .price span p {
  font-size: 17pt;
  text-align: center;
  font-weight: 900;
}

body .sectionSeven__gridbox__center img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .sectionSeven__gridbox__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sectionSeven__gridbox__right input {
  width: 80%;
  height: 3rem;
  margin-top: 1rem;
  padding: 5px;
  border: 3px solid #A50104;
}

body .sectionSeven__gridbox__right button {
  width: 80%;
  font-size: 20pt;
  margin-top: 1rem;
  background: #A50104;
  color: #e5e5f7;
  font-weight: 900;
  border: none;
  padding: 3px;
  -webkit-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
}

body .sectionSeven__gridbox__right button:hover {
  background: transparent;
  -webkit-box-shadow: 0px 0px 8px #e5e5f7;
          box-shadow: 0px 0px 8px #e5e5f7;
}

body .sectionSeven #timer {
  color: #e5e5f7;
  padding: 5px;
  font-size: 20pt;
  font-weight: 900;
  margin-top: 1rem;
  background: #A50104;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  margin-bottom: 1rem;
}

/*KRAJ SEKCIJE 7 */
.footer {
  width: 100%;
  background: #e5e5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__gridbox h2 {
  color: #0E1C36;
  font-size: 10pt;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__gridbox a {
  color: #0E1C36;
  font-size: 10pt;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1559px) {
  body .sectionSeven__gridbox__left #kom {
    font-size: 15pt;
  }
  body .sectionOne__gridbox {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 1463px) {
  body .sectionSix__gridbox__right img {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1370px) {
  body .sectionOne__gridbox {
    -ms-grid-columns: 70% 30%;
        grid-template-columns: 70% 30%;
  }
  body .sectionOne__gridbox {
    padding-left: 0;
  }
  body .sectionOne__gridbox .g {
    gap: 0;
  }
  body .sectionSix__gridbox {
    margin-top: 2rem;
    width: 60%;
  }
  body .sectionSeven__gridbox {
    width: 60%;
  }
  body .sectionSeven__gridbox__left .price span p {
    font-size: 14pt;
  }
  body .sectionSix__gridbox__right img {
    margin-top: 1rem;
  }
  body .header__navbar {
    width: 50%;
  }
}

@media screen and (max-width: 1274px) {
  body .sectionTwo__gridbox {
    width: 60%;
  }
  body .sectionTwo__gridbox__right img {
    width: 170%;
  }
  body .sectionThree__gridbox {
    width: 70%;
  }
  body .sectionFour__item {
    width: 70%;
  }
  body .sectionFive__gridbox {
    width: 70%;
  }
  body .sectionSix__gridbox {
    width: 70%;
  }
}

@media screen and (max-width: 1141px) {
  body .sectionOne__gridbox {
    width: 100%;
  }
  body .sectionSeven__gridbox {
    width: 90%;
  }
}

@media screen and (max-width: 1105px) {
  body .sectionOne__gridbox .g .spans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  body .sectionOne__gridbox .g .spans span {
    margin-left: 0;
    margin-right: auto;
  }
  body .sectionOne__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionOne__gridbox .g {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionOne__gridbox .g img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }
  body .sectionOne {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 2rem;
  }
  body .sectionOne__gridbox__form__box {
    margin-right: 0;
    margin-left: 3rem;
    margin-top: 2rem;
  }
  body .sectionOne h1, body .sectionOne h2 {
    font-size: 17pt;
  }
  body .sectionOne__gridbox {
    margin-top: 0;
  }
  body .sectionTwo__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionTwo__gridbox__right img {
    width: 100%;
  }
}

@media screen and (max-width: 835px) {
  body .sectionOne__gridbox {
    margin-left: 0;
  }
  body .header {
    position: relative;
  }
  body .header__navbar {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    background: #0E1C36;
    z-index: 2;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-animation: animateNav 0.5s linear;
            animation: animateNav 0.5s linear;
  }
  @-webkit-keyframes animateNav {
    0% {
      top: -500%;
    }
    100% {
      top: 0;
    }
  }
  @keyframes animateNav {
    0% {
      top: -500%;
    }
    100% {
      top: 0;
    }
  }
  body .header__navbar a {
    font-size: 16pt;
    margin-top: 1rem;
  }
  body .header #hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
  }
  body .header__navbar #close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
  }
  body .sectionOne__gridbox .g img {
    width: 50%;
  }
  body .sectionOne__gridbox__form__box {
    width: 80%;
  }
  body .sectionThree__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionFour__item {
    width: 90%;
  }
  body .sectionFive__gridbox {
    width: 90%;
  }
  body .sectionSix__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionSix__gridbox__right img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: -1rem;
  }
  body .sectionSeven__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionSeven__gridbox__center img {
    width: 30%;
  }
  body .sectionSeven__gridbox__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 651px) {
  body .sectionSix__gridbox {
    width: 90%;
  }
  body .sectionOne__gridbox .g {
    margin-left: 1rem;
  }
  body .sectionSix h1 {
    font-size: 20pt;
  }
  body .sectionTwo__gridbox__left h1 {
    font-size: 20pt;
  }
  body .sectionFour h1 {
    font-size: 20pt;
  }
  .footer__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 450px) {
  body .sectionSeven #timer {
    font-size: 16pt;
  }
  body .sectionFive__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .sectionSix__gridbox {
    width: 98%;
  }
  body .sectionTwo__gridbox {
    width: 90%;
  }
  body .sectionSeven__gridbox__center img {
    width: 50%;
  }
  body .sectionOne__gridbox__form__box {
    margin-left: 0;
  }
  body .sectionOne h1, body .sectionOne h2 {
    padding: 2px;
  }
}
/*# sourceMappingURL=style.css.map */