/* move to top*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

/*body {
    font-family: "Roboto", sans-serif;
    color: #111111;
}*/

/*ILLUSTRATIONS*/
/** {
    box-sizing: border-box;
}*/

#centeredImageCustom {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    width: 50%;
    max-width: 1200px;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.rowCustom {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 50px;
}
.rowCustomPartners {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 50px;
}

.partnersCaption {
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  text-align:center;
  font-style: italic;
  font-size: 150%;
  color: #1c1c1c;
}

.columnCustom{
  width: 80%;
  max-width: 2000px;
  margin: 0 auto;
}

.columnCustom::after {
  content: "";
  clear: both;
  display: table;
}

@media (pointer: none), (pointer: coarse) {
    .columnCustom {
        float: left;
        width: 100%;
        padding: 20px;
    }
}


.columnCustomPartners{
  width: 50%;
  max-width: 1100px;
  margin: 0 auto;
}
.columnCustomPartners::after {
  content: "";
  clear: both;
  display: table;
}

@media (pointer: none), (pointer: coarse) {
    .columnCustomPartners {
        float: left;
        width: 100%;
        padding: 20px;
    }
}


/* Clear floats after image containers */
#verticalSpace1,
#verticalSpace2,
#verticalSpace3 {
    margin: auto;
    width: 100%;
    padding: 2%;
}

#captionCustom1,
#captionCustom2 {
    font-family: "Roboto", sans-serif;
    margin: auto;
    width: 60%;
    font-size: 150%;
    color: #1c1c1c;
    padding: 50px;
    font-style: italic;
    text-align: center;
}

#captionCustomFootnote {
    font-family: "Roboto", sans-serif;
    margin: auto;
    width: 60%;
    font-size: 100%;
    color: #1c1c1c;
    padding: 10px;
    font-style: italic;
    text-align: center;
    padding-top: 30px;
}

/* ANIMATED NUMBER COUNTER*/
.numbers {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 1em;
    text-align: center;
    margin: 10px auto;
    overflow: hidden;
}

.numbers__window {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    overflow: hidden;
    width: 0.55em;
    height: 1em;
    margin-right: 0px;
}

.numbers__window__digit {
    font-family: "Roboto", sans-serif;
    font: inherit;
    word-break: break-all;
    display: block;
    width: 0;
    padding: 0 0.8em 0 0;
    margin: 0 auto;
    overflow: inherit;
    animation: counting 0.4s steps(10) forwards infinite;
}

.numbers__window__digit::before {
    content: attr(data-fake);
    display: inline-block;
    width: 100%;
    height: auto;
}

@keyframes counting {
    100% {
        transform: translate3d(0, -10em, 0);
    }
}

.numbers__window__digit--1 {
    animation-iteration-count: 3;
}
.numbers__window__digit--2 {
    animation-iteration-count: 6;
}
.numbers__window__digit--3 {
    animation-iteration-count: 9;
}
.numbers__window__digit--4 {
    animation-iteration-count: 12;
}
.numbers__window__digit--5 {
    animation-iteration-count: 15;
}

.numbers_container {
    box-shadow: -2px 7px 66px -27px rgba(62, 30, 10, 0.55) inset;
    -webkit-box-shadow: -2px 7px 66px -27px rgba(62, 30, 10, 0.55) inset;
    -moz-box-shadow: -2px 7px 66px -27px rgba(62, 30, 10, 0.55) inset;
    background: rgb(255, 122, 42);
    background: linear-gradient(90deg, rgba(255, 122, 42, 1) 0%, rgba(193, 67, 37, 1) 100%);
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    padding: 30px 0 30px 0;
    justify-content: center;
}

.numbers_container_element {
    flex-flow: column wrap;
}

.numbers_caption {
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #111111;
    line-height: 100%;
    text-align: center;
}

.numbers_caption_under {
    margin-top: -5px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    color: #111111;
    line-height: 100%;
    text-align: center;
}

/*CONTACT FORM*/
#contactName,
#contactEmail,
#contactEmailNewsletter,
#contactMessage {
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 14px;
    border: none;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
}

#contactName:enabled,
#contactEmail:enabled,
#contactEmailNewsletter:enabled,
#contactMessage:enabled {
    border-color: #ef4325;
}


#contactGetInTouch,
#NewsletterTitle {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 800;
}

#ourPartners{
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 800;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

#feelFree {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 10px;
}

#contactResult,
#contactResultNewsletter {
    font-family: "Roboto", sans-serif;
    font-size: inherit;
    font-size: 12px;
    padding-left: 14px;
    font-weight: normal;
}


#centerForm-title,
#centerFormNewsletter-title {
    text-align: center;
    margin: 20px;
}

#ourPartners-title{
    text-align: center;
    margin: 0px;
}

.inactiveSubmitButtonHome {
    background: rgb(195, 195, 195);
    color: white;
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 12px 20px;
    border: none;
    border-radius: 40px;
}

.activeSubmitButtonHome {
    background: rgb(255, 122, 42);
    background: linear-gradient(90deg, rgba(255, 122, 42, 1) 0%, rgba(193, 67, 37, 1) 100%);
    color: white;
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 12px 20px;
    border: none;
    border-radius: 40px;
}

.activeSubmitButtonHome:hover {
    background-color: #ef4325;
}

#containerContactForm,
#containerNewslettertForm {
    background-color: none;
}

#centerForm,
#centerFormNewsletter {
    margin: auto;
    width: 60%;
}

#recaptchaHome {
    margin: 10px;
}

/* On smaller screens, decrease text size - is Mobile */
/*@media screen and (max-width: 900px) {*/
@media screen and (max-device-width: 900px) {
  .rowCustom {
    padding: 10px;
  }
  .rowCustomPartners {
    padding: 10px;
  }


  #captionCustom1,
  #captionCustom2 {
    width: 80%;
    font-size: 120%;
    padding: 10px;
  }

  #centeredImageCustom {
    width: 80%;
  }

  .numbers_container {
    width: 100%;
    flex-flow: column wrap;
  }

  /*CONTACT FORM*/
  #centerForm,
  #centerFormNewsletter {
      width: 90%;
  }

}
