@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap);
@charset "UTF-8";
/**
* Responsive break points
*/
/**
* Preset break points
*/
/**
 * Element        
 */
/**
 * Modifier.       
 */
/**************/
/*****GRID*****/
/**************/
.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

.grid-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

.grid-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

.grid-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1472px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-xlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-xlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-xlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-xlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-xlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-xlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-xlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-xlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-xlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-xlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1472px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-xlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-large {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-large {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-large {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-large {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-large {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-large {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-large {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-large {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-large {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 1050px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 870px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-1-medium {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-1-medium {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-medium {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-2-medium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-2-medium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-medium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-3-medium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-3-medium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-medium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-4-medium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-4-medium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-medium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-5-medium {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-5-medium {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-medium {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-6-medium {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-6-medium {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-medium {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-7-medium {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-7-medium {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-medium {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-8-medium {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-8-medium {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-medium {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-9-medium {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-9-medium {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-medium {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-10-medium {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-10-medium {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-medium {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-11-medium {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-11-medium {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-medium {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .grid-12-medium {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-12-medium {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-medium {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-1-small {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-1-small {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-2-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-2-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-3-small {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-3-small {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-4-small {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-4-small {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-5-small {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-5-small {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-6-small {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-6-small {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-7-small {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-7-small {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-8-small {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-8-small {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-9-small {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-9-small {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-10-small {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-10-small {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-11-small {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-11-small {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-12-small {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-12-small {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-1-xsmall {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-2-xsmall {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-3-xsmall {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-4-xsmall {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-5-xsmall {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-6-xsmall {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-7-xsmall {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-8-xsmall {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-9-xsmall {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-10-xsmall {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-11-xsmall {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .grid-12-xsmall {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-1-print {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-2-print {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-3-print {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-4-print {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-5-print {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-6-print {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-7-print {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-8-print {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-9-print {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-10-print {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-11-print {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

@media only print {
  .grid-12-print {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
}

.columns-1 {
  grid-column: span 1;
}
@media only screen and (max-width: 1472px) {
  .columns-1 {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-1 {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 870px) {
  .columns-1 {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1 {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1 {
    grid-column: span 1;
  }
}
.columns-1 {
  max-width: 100%;
}

.columns-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 1472px) {
  .columns-2 {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-2 {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 870px) {
  .columns-2 {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2 {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2 {
    grid-column: span 2;
  }
}
.columns-2 {
  max-width: 100%;
}

.columns-3 {
  grid-column: span 3;
}
@media only screen and (max-width: 1472px) {
  .columns-3 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-3 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 870px) {
  .columns-3 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3 {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3 {
    grid-column: span 3;
  }
}
.columns-3 {
  max-width: 100%;
}

.columns-4 {
  grid-column: span 4;
}
@media only screen and (max-width: 1472px) {
  .columns-4 {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-4 {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 870px) {
  .columns-4 {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4 {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4 {
    grid-column: span 4;
  }
}
.columns-4 {
  max-width: 100%;
}

.columns-5 {
  grid-column: span 5;
}
@media only screen and (max-width: 1472px) {
  .columns-5 {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-5 {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 870px) {
  .columns-5 {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5 {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5 {
    grid-column: span 5;
  }
}
.columns-5 {
  max-width: 100%;
}

.columns-6 {
  grid-column: span 6;
}
@media only screen and (max-width: 1472px) {
  .columns-6 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-6 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 870px) {
  .columns-6 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6 {
    grid-column: span 6;
  }
}
.columns-6 {
  max-width: 100%;
}

.columns-7 {
  grid-column: span 7;
}
@media only screen and (max-width: 1472px) {
  .columns-7 {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-7 {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 870px) {
  .columns-7 {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7 {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7 {
    grid-column: span 7;
  }
}
.columns-7 {
  max-width: 100%;
}

.columns-8 {
  grid-column: span 8;
}
@media only screen and (max-width: 1472px) {
  .columns-8 {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-8 {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 870px) {
  .columns-8 {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8 {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8 {
    grid-column: span 8;
  }
}
.columns-8 {
  max-width: 100%;
}

.columns-9 {
  grid-column: span 9;
}
@media only screen and (max-width: 1472px) {
  .columns-9 {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-9 {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 870px) {
  .columns-9 {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9 {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9 {
    grid-column: span 9;
  }
}
.columns-9 {
  max-width: 100%;
}

.columns-10 {
  grid-column: span 10;
}
@media only screen and (max-width: 1472px) {
  .columns-10 {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-10 {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 870px) {
  .columns-10 {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10 {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10 {
    grid-column: span 10;
  }
}
.columns-10 {
  max-width: 100%;
}

.columns-11 {
  grid-column: span 11;
}
@media only screen and (max-width: 1472px) {
  .columns-11 {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-11 {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 870px) {
  .columns-11 {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11 {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11 {
    grid-column: span 11;
  }
}
.columns-11 {
  max-width: 100%;
}

.columns-12 {
  grid-column: span 12;
}
@media only screen and (max-width: 1472px) {
  .columns-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 870px) {
  .columns-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12 {
    grid-column: span 12;
  }
}
.columns-12 {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 870px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}
.columns-1-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 870px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}
.columns-2-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 870px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}
.columns-3-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 870px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}
.columns-4-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 870px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}
.columns-5-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 870px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}
.columns-6-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 870px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}
.columns-7-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 870px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}
.columns-8-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 870px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}
.columns-9-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 870px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}
.columns-10-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 870px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}
.columns-11-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1472px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 1050px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 870px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}
.columns-12-xlarge {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-1-large {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 870px) {
  .columns-1-large {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1-large {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-large {
    grid-column: span 1;
  }
}
.columns-1-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-2-large {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 870px) {
  .columns-2-large {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2-large {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-large {
    grid-column: span 2;
  }
}
.columns-2-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-3-large {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 870px) {
  .columns-3-large {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3-large {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-large {
    grid-column: span 3;
  }
}
.columns-3-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-4-large {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 870px) {
  .columns-4-large {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4-large {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-large {
    grid-column: span 4;
  }
}
.columns-4-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-5-large {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 870px) {
  .columns-5-large {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5-large {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-large {
    grid-column: span 5;
  }
}
.columns-5-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-6-large {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 870px) {
  .columns-6-large {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6-large {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-large {
    grid-column: span 6;
  }
}
.columns-6-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-7-large {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 870px) {
  .columns-7-large {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7-large {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-large {
    grid-column: span 7;
  }
}
.columns-7-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-8-large {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 870px) {
  .columns-8-large {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8-large {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-large {
    grid-column: span 8;
  }
}
.columns-8-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-9-large {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 870px) {
  .columns-9-large {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9-large {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-large {
    grid-column: span 9;
  }
}
.columns-9-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-10-large {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 870px) {
  .columns-10-large {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10-large {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-large {
    grid-column: span 10;
  }
}
.columns-10-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-11-large {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 870px) {
  .columns-11-large {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11-large {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-large {
    grid-column: span 11;
  }
}
.columns-11-large {
  max-width: 100%;
}

@media only screen and (max-width: 1050px) {
  .columns-12-large {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 870px) {
  .columns-12-large {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12-large {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-large {
    grid-column: span 12;
  }
}
.columns-12-large {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-1-medium {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 600px) {
  .columns-1-medium {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-medium {
    grid-column: span 1;
  }
}
.columns-1-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-2-medium {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .columns-2-medium {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-medium {
    grid-column: span 2;
  }
}
.columns-2-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-3-medium {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 600px) {
  .columns-3-medium {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-medium {
    grid-column: span 3;
  }
}
.columns-3-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-4-medium {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .columns-4-medium {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-medium {
    grid-column: span 4;
  }
}
.columns-4-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-5-medium {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 600px) {
  .columns-5-medium {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-medium {
    grid-column: span 5;
  }
}
.columns-5-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-6-medium {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .columns-6-medium {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-medium {
    grid-column: span 6;
  }
}
.columns-6-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-7-medium {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 600px) {
  .columns-7-medium {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-medium {
    grid-column: span 7;
  }
}
.columns-7-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-8-medium {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 600px) {
  .columns-8-medium {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-medium {
    grid-column: span 8;
  }
}
.columns-8-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-9-medium {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 600px) {
  .columns-9-medium {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-medium {
    grid-column: span 9;
  }
}
.columns-9-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-10-medium {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 600px) {
  .columns-10-medium {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-medium {
    grid-column: span 10;
  }
}
.columns-10-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-11-medium {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 600px) {
  .columns-11-medium {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-medium {
    grid-column: span 11;
  }
}
.columns-11-medium {
  max-width: 100%;
}

@media only screen and (max-width: 870px) {
  .columns-12-medium {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 600px) {
  .columns-12-medium {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-medium {
    grid-column: span 12;
  }
}
.columns-12-medium {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-1-small {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .columns-1-small {
    grid-column: span 1;
  }
}
.columns-1-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-2-small {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 480px) {
  .columns-2-small {
    grid-column: span 2;
  }
}
.columns-2-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-3-small {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .columns-3-small {
    grid-column: span 3;
  }
}
.columns-3-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-4-small {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4-small {
    grid-column: span 4;
  }
}
.columns-4-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-5-small {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 480px) {
  .columns-5-small {
    grid-column: span 5;
  }
}
.columns-5-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-6-small {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .columns-6-small {
    grid-column: span 6;
  }
}
.columns-6-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-7-small {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 480px) {
  .columns-7-small {
    grid-column: span 7;
  }
}
.columns-7-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-8-small {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 480px) {
  .columns-8-small {
    grid-column: span 8;
  }
}
.columns-8-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-9-small {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 480px) {
  .columns-9-small {
    grid-column: span 9;
  }
}
.columns-9-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-10-small {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 480px) {
  .columns-10-small {
    grid-column: span 10;
  }
}
.columns-10-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-11-small {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 480px) {
  .columns-11-small {
    grid-column: span 11;
  }
}
.columns-11-small {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .columns-12-small {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 480px) {
  .columns-12-small {
    grid-column: span 12;
  }
}
.columns-12-small {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-1-xsmall {
    grid-column: span 1;
  }
}
.columns-1-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-2-xsmall {
    grid-column: span 2;
  }
}
.columns-2-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-3-xsmall {
    grid-column: span 3;
  }
}
.columns-3-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-4-xsmall {
    grid-column: span 4;
  }
}
.columns-4-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-5-xsmall {
    grid-column: span 5;
  }
}
.columns-5-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-6-xsmall {
    grid-column: span 6;
  }
}
.columns-6-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-7-xsmall {
    grid-column: span 7;
  }
}
.columns-7-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-8-xsmall {
    grid-column: span 8;
  }
}
.columns-8-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-9-xsmall {
    grid-column: span 9;
  }
}
.columns-9-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-10-xsmall {
    grid-column: span 10;
  }
}
.columns-10-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-11-xsmall {
    grid-column: span 11;
  }
}
.columns-11-xsmall {
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .columns-12-xsmall {
    grid-column: span 12;
  }
}
.columns-12-xsmall {
  max-width: 100%;
}

@media only print {
  .columns-1-print {
    grid-column: span 1;
  }
}
.columns-1-print {
  max-width: 100%;
}

@media only print {
  .columns-2-print {
    grid-column: span 2;
  }
}
.columns-2-print {
  max-width: 100%;
}

@media only print {
  .columns-3-print {
    grid-column: span 3;
  }
}
.columns-3-print {
  max-width: 100%;
}

@media only print {
  .columns-4-print {
    grid-column: span 4;
  }
}
.columns-4-print {
  max-width: 100%;
}

@media only print {
  .columns-5-print {
    grid-column: span 5;
  }
}
.columns-5-print {
  max-width: 100%;
}

@media only print {
  .columns-6-print {
    grid-column: span 6;
  }
}
.columns-6-print {
  max-width: 100%;
}

@media only print {
  .columns-7-print {
    grid-column: span 7;
  }
}
.columns-7-print {
  max-width: 100%;
}

@media only print {
  .columns-8-print {
    grid-column: span 8;
  }
}
.columns-8-print {
  max-width: 100%;
}

@media only print {
  .columns-9-print {
    grid-column: span 9;
  }
}
.columns-9-print {
  max-width: 100%;
}

@media only print {
  .columns-10-print {
    grid-column: span 10;
  }
}
.columns-10-print {
  max-width: 100%;
}

@media only print {
  .columns-11-print {
    grid-column: span 11;
  }
}
.columns-11-print {
  max-width: 100%;
}

@media only print {
  .columns-12-print {
    grid-column: span 12;
  }
}
.columns-12-print {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1472px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media only screen and (max-width: 1050px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only print {
  .container {
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 1472px) {
  .container--bleed-xlarge {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .container--bleed-large {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 870px) {
  .container--bleed-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .container--bleed-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .container--bleed-xsmall {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only print {
  .container--bleed-print {
    padding-left: 0;
    padding-right: 0;
  }
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .hide-xsmall {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .hide-small {
    display: none !important;
  }
}
@media only screen and (max-width: 870px) {
  .hide-medium {
    display: none !important;
  }
}
@media only screen and (max-width: 1050px) {
  .hide-large {
    display: none !important;
  }
}
@media only screen and (max-width: 1472px) {
  .hide-xlarge {
    display: none !important;
  }
}
@media only print {
  .hide-print {
    display: none !important;
  }
}
.inline-xsmall,
.inline-small,
.inline-medium,
.inline-large,
.inline-xlarge {
  display: none !important;
}

.inline {
  display: inline !important;
}

@media only screen and (max-width: 480px) {
  .inline-xsmall {
    display: inline !important;
  }
}
@media only screen and (max-width: 600px) {
  .inline-small {
    display: inline !important;
  }
}
@media only screen and (max-width: 870px) {
  .inline-medium {
    display: inline !important;
  }
}
@media only screen and (max-width: 1050px) {
  .inline-large {
    display: inline !important;
  }
}
@media only screen and (max-width: 1472px) {
  .inline-xlarge {
    display: inline !important;
  }
}
@media only print {
  .inline-print {
    display: inline !important;
  }
}
.inline-block-xsmall,
.inline-block-small,
.inline-block-medium,
.inline-block-large,
.inline-block-xlarge {
  display: none !important;
}

.inline-block {
  display: inline-block !important;
}

@media only screen and (max-width: 480px) {
  .inline-block-xsmall {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 600px) {
  .inline-block-small {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 870px) {
  .inline-block-medium {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1050px) {
  .inline-block-large {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1472px) {
  .inline-block-xlarge {
    display: inline-block !important;
  }
}
@media only print {
  .inline-block-print {
    display: inline-block !important;
  }
}
.block-xsmall,
.block-small,
.block-medium,
.block-large,
.block-xlarge {
  display: none !important;
}

.block {
  display: block !important;
}

@media only screen and (max-width: 480px) {
  .block-xsmall {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .block-small {
    display: block !important;
  }
}
@media only screen and (max-width: 870px) {
  .block-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 1050px) {
  .block-large {
    display: block !important;
  }
}
@media only screen and (max-width: 1472px) {
  .block-xlarge {
    display: block !important;
  }
}
@media only print {
  .block-print {
    display: block !important;
  }
}
.flex-xsmall,
.flex-small,
.flex-medium,
.flex-large,
.flex-xlarge {
  display: none !important;
}

.flex {
  display: flex !important;
}

@media only screen and (max-width: 480px) {
  .flex-xsmall {
    display: flex !important;
  }
}
@media only screen and (max-width: 600px) {
  .flex-small {
    display: flex !important;
  }
}
@media only screen and (max-width: 870px) {
  .flex-medium {
    display: flex !important;
  }
}
@media only screen and (max-width: 1050px) {
  .flex-large {
    display: flex !important;
  }
}
@media only screen and (max-width: 1472px) {
  .flex-xlarge {
    display: flex !important;
  }
}
@media only print {
  .flex-print {
    display: flex !important;
  }
}
.align-left {
  text-align: left;
}

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

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

@media only screen and (max-width: 1472px) {
  .align-left-xlarge {
    text-align: left;
  }
}

@media only screen and (max-width: 1472px) {
  .align-center-xlarge {
    text-align: center;
  }
}

@media only screen and (max-width: 1472px) {
  .align-right-xlarge {
    text-align: right;
  }
}

@media only screen and (max-width: 1050px) {
  .align-left-large {
    text-align: left;
  }
}

@media only screen and (max-width: 1050px) {
  .align-center-large {
    text-align: center;
  }
}

@media only screen and (max-width: 1050px) {
  .align-right-large {
    text-align: right;
  }
}

@media only screen and (max-width: 870px) {
  .align-left-medium {
    text-align: left;
  }
}

@media only screen and (max-width: 870px) {
  .align-center-medium {
    text-align: center;
  }
}

@media only screen and (max-width: 870px) {
  .align-right-medium {
    text-align: right;
  }
}

@media only screen and (max-width: 600px) {
  .align-left-small {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .align-center-small {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .align-right-small {
    text-align: right;
  }
}

@media only screen and (max-width: 480px) {
  .align-left-xsmall {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .align-center-xsmall {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .align-right-xsmall {
    text-align: right;
  }
}

@media only print {
  .align-left-print {
    text-align: left;
  }
}

@media only print {
  .align-center-print {
    text-align: center;
  }
}

@media only print {
  .align-right-print {
    text-align: right;
  }
}

.visually-hidden,
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Source Serif 4", serif;
  font-size: 1.3125rem;
  line-height: 1.5238095238em;
}
@media only screen and (max-width: 1472px) {
  body {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 1050px) {
  body {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 870px) {
  body {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 1.3125rem;
  }
}
@media only print {
  body {
    font-size: 1.3125rem;
  }
}
.mce-content-body body {
  font-size: 1.3125rem;
}

h1 {
  font-family: "Inter", sans-serif;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 4rem;
  margin-top: 0;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 1472px) {
  h1 {
    font-size: 3.25rem;
  }
}
@media only screen and (max-width: 1050px) {
  h1 {
    font-size: 2.875rem;
    line-height: 3.75rem;
  }
}
@media only screen and (max-width: 870px) {
  h1 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.375rem;
    line-height: 3.125rem;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.375rem;
  }
}
@media only print {
  h1 {
    font-size: 2.375rem;
  }
}
.mce-content-body h1 {
  font-size: 3.25rem;
}

h2 {
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 1.6875rem;
}
@media only screen and (max-width: 1472px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 1050px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 870px) {
  h2 {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 2rem;
  }
}
@media only print {
  h2 {
    font-size: 2rem;
  }
}
.mce-content-body h2 {
  font-size: 2.25rem;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1472px) {
  h3 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1050px) {
  h3 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 870px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.625rem;
  }
}
@media only print {
  h3 {
    font-size: 1.625rem;
  }
}
.mce-content-body h3 {
  font-size: 1.875rem;
}

h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1472px) {
  h4 {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 1050px) {
  h4 {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 870px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media only print {
  h4 {
    font-size: 1.5rem;
  }
}
.mce-content-body h4 {
  font-size: 1.625rem;
}

h5 {
  font-family: "Inter", sans-serif;
  font-size: 1.4375rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1472px) {
  h5 {
    font-size: 1.4375rem;
  }
}
@media only screen and (max-width: 1050px) {
  h5 {
    font-size: 1.4375rem;
  }
}
@media only screen and (max-width: 870px) {
  h5 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 600px) {
  h5 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 480px) {
  h5 {
    font-size: 1.375rem;
  }
}
@media only print {
  h5 {
    font-size: 1.375rem;
  }
}
.mce-content-body h5 {
  font-size: 1.4375rem;
}

h6 {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1472px) {
  h6 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1050px) {
  h6 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 870px) {
  h6 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 600px) {
  h6 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 480px) {
  h6 {
    font-size: 1.375rem;
  }
}
@media only print {
  h6 {
    font-size: 1.375rem;
  }
}
.mce-content-body h6 {
  font-size: 1.375rem;
}

p {
  margin-top: 0;
  margin-bottom: 36px;
}
p.intro {
  font-family: "Inter", sans-serif;
  font-size: 1.4375rem;
  line-height: 2rem;
  font-weight: 500;
}
p.large-text {
  font-size: 1.75rem;
  line-height: 1.3571428571em;
}
@media only screen and (max-width: 1472px) {
  p.large-text {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 1050px) {
  p.large-text {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 870px) {
  p.large-text {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 600px) {
  p.large-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  p.large-text {
    font-size: 1.5rem;
  }
}
@media only print {
  p.large-text {
    font-size: 1.5rem;
  }
}
.mce-content-body p.large-text {
  font-size: 1.75rem;
}
p.small-text {
  font-size: 1rem;
  line-height: 1.1875em;
}
@media only screen and (max-width: 1472px) {
  p.small-text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1050px) {
  p.small-text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 870px) {
  p.small-text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  p.small-text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  p.small-text {
    font-size: 1rem;
  }
}
@media only print {
  p.small-text {
    font-size: 1rem;
  }
}
.mce-content-body p.small-text {
  font-size: 1rem;
}
p.extra-small-text {
  font-size: 0.75rem;
  line-height: 1.3333333333em;
}
@media only screen and (max-width: 1472px) {
  p.extra-small-text {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 1050px) {
  p.extra-small-text {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 870px) {
  p.extra-small-text {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 600px) {
  p.extra-small-text {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 480px) {
  p.extra-small-text {
    font-size: 0.75rem;
  }
}
@media only print {
  p.extra-small-text {
    font-size: 0.75rem;
  }
}
.mce-content-body p.extra-small-text {
  font-size: 0.75rem;
}
p:has(.stat-icon) {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
p.stat-number {
  font-family: "Inter", sans-serif;
  font-size: 3.25rem;
  font-weight: 900;
  margin-bottom: 4px;
  line-height: 42px;
}
@media only screen and (max-width: 600px) {
  p.stat-number {
    font-size: 2.875rem;
    line-height: 38px;
  }
}
p.stat-text {
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 24px;
}
@media only screen and (max-width: 600px) {
  p.stat-text {
    font-size: 1.4375rem;
  }
}

a {
  color: #ee2b4c;
  text-decoration: underline;
  font-weight: 600;
}
a:hover {
  color: #ee2b4c;
  text-decoration: none;
}
a.arrowlink {
  color: #121212;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  text-decoration: none;
}
a.arrowlink:after {
  content: "\f061";
  color: #ee2b4c;
  font-family: "Font Awesome 7 Pro";
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 8px;
  text-decoration: none;
  white-space: nowrap;
}
a.arrowlink:hover {
  color: #ee2b4c;
}
a.button-inverse, a.button {
  margin-bottom: 6px;
  margin-right: 20px;
}
.align-center > a.button-inverse, .align-center > p > a.button-inverse, p[style*="text-align: center;"] > a.button-inverse, .align-center > a.button, .align-center > p > a.button, p[style*="text-align: center;"] > a.button {
  margin-left: 10px;
  margin-right: 10px;
}
.align-right > a.button-inverse, .align-right > p > a.button-inverse, p[style*="text-align: right;"] > a.button-inverse, .align-right > a.button, .align-right > p > a.button, p[style*="text-align: right;"] > a.button {
  margin-left: 0;
  margin-right: 20px;
}
a.button {
  display: inline-block;
  padding: 1.125rem 1.5rem;
  box-sizing: border-box;
  border: #121212 solid 2px;
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
  background: transparent;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  background-color: #121212;
  color: #f2ecde;
}
a.button:hover {
  background-color: #ee2b4c;
  color: #121212;
}
a.button-inverse {
  display: inline-block;
  padding: 1.125rem 1.5rem;
  box-sizing: border-box;
  border: #121212 solid 2px;
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
  background: transparent;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  background-color: #121212;
  color: #f2ecde;
}
a.button-inverse:hover {
  background-color: #ee2b4c;
  color: #121212;
}
a.button-inverse {
  background-color: transparent;
  color: #121212;
}
a.button-inverse:hover {
  background-color: #ee2b4c;
}

ul {
  margin-top: 0;
  padding-left: 1em;
}
ul li {
  margin-bottom: 24px;
}
ul.two-column {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 24px;
       column-gap: 24px;
  list-style: none;
  padding-left: 0;
}
ul.two-column li {
  margin-bottom: 24px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid; /* for print */
  -webkit-column-break-inside: avoid; /* older Safari */
  line-height: 1.5rem;
}
@media only screen and (max-width: 870px) {
  ul.two-column {
    -moz-column-count: 1;
         column-count: 1;
  }
}

ol {
  margin-top: 0;
  padding-left: 0;
  list-style-position: inside;
}
ol li {
  margin-bottom: 40px;
}
ol li::marker {
  font-weight: bold;
}

blockquote {
  position: relative;
  margin: 88px 0 88px 106px;
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
}
blockquote p {
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote::before {
  content: "";
  position: absolute;
  left: -106px;
  top: 0;
  width: 80px;
  height: 56px;
  background-image: url(../images/blockquote-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  blockquote::before {
    left: -86px;
    width: 60px;
    height: 42px;
  }
}
@media only screen and (max-width: 600px) {
  blockquote {
    margin: 36px 0 36px 86px;
  }
}
blockquote p {
  margin-bottom: 10px;
}
blockquote p.quote-citation {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 2rem;
  padding-top: 0;
}

.last-child-no-margin > :last-child {
  margin-bottom: 0;
}

hr.dark {
  border-top: 2px solid #121212;
}

img.img-left {
  float: left;
  clear: left;
  margin: 0 3.5rem 2.625rem 0;
}
@media only screen and (max-width: 600px) {
  img.img-left {
    margin: 0 1.625rem 1.375rem 0;
  }
}
img.img-right {
  float: right;
  clear: right;
  margin: 0 0 2.625rem 3.5rem;
}
@media only screen and (max-width: 600px) {
  img.img-right {
    margin: 0 0 1.375rem 1.625rem;
  }
}
img.stat-icon {
  float: left;
  clear: left;
  width: 80px;
  margin: 0 2rem 1.625rem 0;
}

table {
  margin-top: 0;
  margin-bottom: 32px;
  border-collapse: collapse;
}
table[border]:not([border="0"]) table {
  border: 1px solid #ccc;
}

tr {
  vertical-align: top;
}

th {
  text-align: left;
  padding: 0 2rem 1rem 0;
  font-weight: 600;
}
table[border]:not([border="0"]) th {
  padding: 1rem;
  border: 1px solid #ccc;
}
.mce-content-body th {
  font-family: inherit;
  font-size: inherit;
}
th p:last-child {
  margin-bottom: 0;
}

td {
  text-align: left;
  padding: 0 2rem 1rem 0;
}
table[border]:not([border="0"]) td {
  padding: 1rem;
  border: 1px solid #ccc;
}
.mce-content-body td {
  font-family: inherit;
  font-size: inherit;
}
td p:last-child {
  margin-bottom: 0;
}

table.scrolling-table {
  margin-top: 0;
}

hr {
  height: 0;
  clear: both;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 6px 0;
}

:root {
  --input-padding-x: 8px;
  --input-padding-y: 8px;
  --input-text-colour: inherit;
  --input-bg-colour: #fff;
  --input-border-colour: #ccc;
  --input-border-colour-focus: #666;
  --input-border-width: 2px;
  --input-border-radius: 8px;
  --input-min-height: 48px;
  --label-padding-y: 10px;
  --label-padding-r: 10px;
  --button-font-size: 1.125rem;
  --button-line-height: 1.375rem;
  --button-font-weight: bold;
  --button-text-colour: inherit;
  --button-text-colour-hover: #fff;
  --button-bg-colour: #ccc;
  --button-bg-colour-hover: #666;
  --button-border-width: 2px;
  --button-border-radius: 8px;
  --button-border-colour: #ccc;
  --button-border-colour-hover: #666;
  --button-border-colour-focus: #666;
  --button-padding-x: 2rem;
  --button-padding-y: 1.0625rem;
  --form-error-colour: #d00;
  --form-error-bg-colour: #fce6e6;
  --form-error-padding-x: 16px;
  --form-error-padding-y: 8px;
}

form {
  font-family: "Source Serif 4", serif;
  font-size: 1.3125rem;
  line-height: 1.5238095238em;
}
@media only screen and (max-width: 1472px) {
  form {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 1050px) {
  form {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 870px) {
  form {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 600px) {
  form {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 480px) {
  form {
    font-size: 1.3125rem;
  }
}
@media only print {
  form {
    font-size: 1.3125rem;
  }
}
.mce-content-body form {
  font-size: 1.3125rem;
}

label {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: var(--label-padding-y) var(--label-padding-r) var(--label-padding-y) 0;
}

input[type=text] {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
input[type=text]:focus {
  border-color: var(--input-border-colour-focus);
}

input[type=email] {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
input[type=email]:focus {
  border-color: var(--input-border-colour-focus);
}

input[type=password] {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
input[type=password]:focus {
  border-color: var(--input-border-colour-focus);
}

input[type=radio] {
  margin-right: var(--label-padding-r);
  transform: scale(1.25);
}

input[type=checkbox] {
  margin-right: var(--label-padding-r);
  transform: scale(1.25);
}

textarea {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
textarea:focus {
  border-color: var(--input-border-colour-focus);
}

select {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
select:focus {
  border-color: var(--input-border-colour-focus);
}
select {
  min-height: var(--input-min-height);
}

button,
input[type=button],
input[type=submit] {
  display: inline-block;
  padding: 1.125rem 1.5rem;
  box-sizing: border-box;
  border: #121212 solid 2px;
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
  background: transparent;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  background-color: #121212;
  color: #f2ecde;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: #ee2b4c;
  color: #121212;
}

a[name]:target {
  scroll-margin-top: 30px;
}

html {
  font-size: 100%;
  font-family: "Source Serif 4", serif;
}

a {
  word-wrap: break-word;
}

@media only screen and (max-width: 1472px) {
  table {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1050px) {
  table {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 870px) {
  table {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 600px) {
  table {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 480px) {
  table {
    margin-bottom: 32px;
  }
}
.scroll-wrapper table {
  margin-bottom: 0;
}

@media only screen and (max-width: 1472px) {
  th {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 1050px) {
  th {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 870px) {
  th {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 600px) {
  th {
    padding: 0 1.5rem 1rem 0;
  }
}
@media only screen and (max-width: 480px) {
  th {
    padding: 0 1.5rem 1rem 0;
  }
}
@media only screen and (max-width: 600px) {
  table[border]:not([border="0"]) th {
    padding: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  table[border]:not([border="0"]) th {
    padding: 1rem;
  }
}

@media only screen and (max-width: 1472px) {
  td {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 1050px) {
  td {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 870px) {
  td {
    padding: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 600px) {
  td {
    padding: 0 1.5rem 1rem 0;
  }
}
@media only screen and (max-width: 480px) {
  td {
    padding: 0 1.5rem 1rem 0;
  }
}
@media only screen and (max-width: 600px) {
  table[border]:not([border="0"]) td {
    padding: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  table[border]:not([border="0"]) td {
    padding: 1rem;
  }
}

.scroll-wrapper {
  width: 100%;
  overflow: auto;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1472px) {
  .scroll-wrapper {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1050px) {
  .scroll-wrapper {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 870px) {
  .scroll-wrapper {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .scroll-wrapper {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .scroll-wrapper {
    margin-bottom: 32px;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1472px) {
  img.img-left {
    max-width: 40%;
  }
}
@media only screen and (max-width: 1472px) {
  img.img-right {
    max-width: 40%;
  }
}

@media only screen and (max-width: 1472px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 870px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 100%;
  }
}

:root {
  --unicity-form-label-width: 186px;
  --unicity-form-line-height: 1.4em;
  --unicity-form-field-margin-b: 32px;
  --unicity-form-option-group-margin-b: 16px;
}
@media only screen and (max-width: 1472px) {
  :root {
    --unicity-form-label-width: 216px;
  }
}
@media only screen and (max-width: 1050px) {
  :root {
    --unicity-form-label-width: 151.6666666667px;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --unicity-form-label-width: 126.5px;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --unicity-form-label-width: auto;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --unicity-form-label-width: auto;
  }
}

.form-field-wrapper {
  margin-bottom: var(--unicity-form-field-margin-b);
}
.form-field-wrapper label {
  width: var(--unicity-form-label-width);
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper label {
    display: block;
    padding-top: 0;
    padding-bottom: 6px;
  }
}
.form-field-wrapper label.label-wide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.form-field-wrapper label.label-wide + label {
  display: none;
}
.form-field-wrapper input[type=text],
.form-field-wrapper input[type=email],
.form-field-wrapper input[type=password],
.form-field-wrapper textarea,
.form-field-wrapper select {
  max-width: calc(100% - var(--unicity-form-label-width) - 24px);
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper input[type=text],
  .form-field-wrapper input[type=email],
  .form-field-wrapper input[type=password],
  .form-field-wrapper textarea,
  .form-field-wrapper select {
    max-width: calc(100% - 16px);
  }
}
.form-field-wrapper input[type=text].fieldError,
.form-field-wrapper input[type=email].fieldError,
.form-field-wrapper input[type=password].fieldError,
.form-field-wrapper textarea.fieldError,
.form-field-wrapper select.fieldError {
  border-color: var(--form-error-colour);
}
.form-field-wrapper .input-button {
  margin-left: var(--unicity-form-label-width);
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper .input-button {
    margin-left: 0;
  }
}

.formErrorMessage {
  color: var(--form-error-colour);
  background-color: var(--form-error-bg-colour);
  padding: var(--form-error-padding-y) var(--form-error-padding-x);
}

.input-tiny {
  width: 186px;
}
textarea.input-tiny {
  height: calc(3 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-small {
  width: 291px;
}
textarea.input-small {
  height: calc(4 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-medium {
  width: 396px;
}
textarea.input-medium {
  height: calc(5 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-large {
  width: 501px;
}
textarea.input-large {
  height: calc(6 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.input-extralarge {
  width: 606px;
}
textarea.input-extralarge {
  height: calc(7 * var(--unicity-form-line-height) + 2 * var(--input-padding-y) + 2 * var(--input-border-width));
}

.form-text input,
.form-email input,
.form-password input {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-text input,
  .form-email input,
  .form-password input {
    margin-left: 0;
  }
}

.form-select select {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-select select {
    margin-left: 0;
  }
}

.form-textarea textarea {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-textarea textarea {
    margin-left: 0;
  }
}

.form-checkbox label {
  width: auto;
  min-width: 0;
  max-width: calc(100% - 46px);
  padding: 0;
  display: inline-block;
}
.form-checkbox label.label-wide {
  display: inline-block !important;
}
.form-checkbox input[type=checkbox] {
  vertical-align: top;
  margin-left: 2px;
  margin-top: 6px;
}
.form-checkbox input[type=checkbox].fieldError {
  outline: solid 1px var(--form-error-colour);
  outline-offset: 2px;
}

.form-radio p {
  width: var(--unicity-form-label-width);
  padding-right: var(--label-padding-r);
  box-sizing: border-box;
  float: left;
  margin-bottom: var(--label-padding-y);
}
@media only screen and (max-width: 600px) {
  .form-radio p {
    width: auto;
    float: none;
    margin-bottom: var(--unicity-form-option-group-margin-b);
  }
}
.form-radio p.label-wide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: none;
}
.form-radio .radio-option-wrapper {
  margin-left: var(--unicity-form-label-width);
  margin-bottom: var(--unicity-form-option-group-margin-b);
}
@media only screen and (max-width: 600px) {
  .form-radio .radio-option-wrapper {
    margin-left: 0;
  }
}
.form-radio .label-wide ~ .radio-option-wrapper,
.form-radio .radio-option-wrapper.radio-option-wrapper--no-margin {
  margin-left: 0;
}
.form-radio label {
  width: auto;
  min-width: 0;
  max-width: calc(100% - 46px);
  padding: 0;
  display: inline-block;
}
.form-radio input[type=radio] {
  vertical-align: top;
  margin-left: 2px;
  margin-top: 6px;
}
.form-radio input[type=radio].fieldError {
  outline: solid 1px var(--form-error-colour);
  outline-offset: 2px;
}
.form-radio.fieldErrorDiv input[type=radio] {
  outline: solid 1px var(--form-error-colour);
  outline-offset: 2px;
}

.form-date input[type=text] {
  margin-left: 0;
}
.form-date input[type=text].input-tiny {
  width: 114px;
}
@media only screen and (max-width: 480px) {
  .form-date input[type=text].input-tiny {
    width: 80px;
  }
}
.form-date input[type=text][name$=-year] {
  margin-right: 4px;
}
.form-date select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  background-image: none;
  padding-right: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .form-date select {
    padding-right: 14px;
  }
}
.form-date select[name$=-day] {
  margin-left: -4px;
}
@media only screen and (max-width: 600px) {
  .form-date select[name$=-day] {
    margin-left: 0;
  }
}
.form-date select[name$=-year] {
  margin-right: 4px;
}

.form-field-required-star {
  display: inline-block;
  vertical-align: top;
}

.donation-form-amount-option {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
@media only screen and (max-width: 1472px) {
  .donation-form-amount-option {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 1050px) {
  .donation-form-amount-option {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .donation-form-amount-option {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .donation-form-amount-option {
    margin-right: 0;
    display: block;
  }
}
.donation-form-amount-option label {
  padding: 0;
  vertical-align: middle;
}
.donation-form-amount-option:last-child {
  margin-right: 0;
}
.donation-form-amount-option input {
  vertical-align: middle;
}
.donation-form-amount-option small {
  display: inline-block;
  vertical-align: middle;
}
.donation-form-amount-option [type=radio]:checked + label:before,
.donation-form-amount-option [type=radio]:not(:checked) + label:before,
.donation-form-amount-option [type=radio]:checked + span + label:before,
.donation-form-amount-option [type=radio]:not(:checked) + span + label:before {
  top: 50%;
  margin-top: -10px;
}
.donation-form-amount-option [type=radio]:checked + label:after,
.donation-form-amount-option [type=radio]:not(:checked) + label:after,
.donation-form-amount-option [type=radio]:checked + span + label:after,
.donation-form-amount-option [type=radio]:not(:checked) + span + label:after {
  top: 50%;
  margin-top: -4px;
}

.donation-form-amount-option-other label {
  width: auto;
  margin: 0;
}
.donation-form-amount-option-other input[type=text] {
  width: 70px;
  background: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 2px var(--input-border-colour);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .donation-form-amount-option-other input[type=text] {
    margin-top: 0;
  }
}

.donation-form-stage {
  margin-top: 24px;
  margin-bottom: 24px;
}

.donation-form-giftaid-smallprint {
  font-size: 80%;
  line-height: 1.5;
}

.pseudo-input {
  padding: var(--input-padding-y) var(--input-padding-x);
  border: solid var(--input-border-width) var(--input-border-colour);
  border-radius: var(--input-border-radius);
  box-sizing: border-box;
  transition: border-color 0.1s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: var(--input-text-colour);
  background-color: var(--input-bg-colour);
}
.pseudo-input:focus {
  border-color: var(--input-border-colour-focus);
}
.pseudo-input {
  width: calc(100% - var(--unicity-form-label-width) - 5px);
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 600px) {
  .pseudo-input {
    width: 100%;
  }
}
.pseudo-input:focus-within {
  outline: none;
  border-color: var(--input-border-colour-focus);
}
.pseudo-input.fieldError {
  border-color: var(--form-error-colour);
}

/* Payment Summary - for payment forms */
.payment-summary__label {
  width: var(--unicity-form-label-width);
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .payment-summary__label {
    display: block;
    width: auto;
  }
}

.payment-summary__amount {
  display: inline-block;
  font-size: 150%;
}

/* Card Details - for payment forms */
.card-logos {
  margin-left: calc(var(--unicity-form-label-width) + 5px);
}
@media only screen and (max-width: 600px) {
  .card-logos {
    margin-left: 0;
  }
}

.card-logo {
  width: 46px;
  border: solid 1px #ccc;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  color: black;
  display: inline-block;
}

p.card-cvc-explanation {
  float: none;
  width: auto;
  margin-top: 0.2em;
  padding-bottom: 0.75em;
  margin-left: calc(var(--unicity-form-label-width) + 5px);
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  p.card-cvc-explanation {
    margin-left: 0;
  }
}

.card-cvc-explanation__icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: auto;
  margin-right: 0.2em;
}

.card-cvc-explanation__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 80%;
  line-height: 1.4;
  max-width: calc(100% - 70px);
}

.form-field-wrapper .formErrorMessage {
  font-size: 1rem;
  line-height: 1.1875em;
}
@media only screen and (max-width: 1472px) {
  .form-field-wrapper .formErrorMessage {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1050px) {
  .form-field-wrapper .formErrorMessage {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 870px) {
  .form-field-wrapper .formErrorMessage {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper .formErrorMessage {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .form-field-wrapper .formErrorMessage {
    font-size: 1rem;
  }
}
@media only print {
  .form-field-wrapper .formErrorMessage {
    font-size: 1rem;
  }
}
.mce-content-body .form-field-wrapper .formErrorMessage {
  font-size: 1rem;
}
.form-field-wrapper .formErrorMessage {
  margin-top: 4px;
  margin-left: calc(var(--unicity-form-label-width) + 5px);
  max-width: 100%;
  padding: 0;
  background-color: transparent;
}
.form-field-wrapper .formErrorMessage:empty {
  display: none;
}
@media only screen and (max-width: 600px) {
  .form-field-wrapper .formErrorMessage {
    margin-left: 0;
  }
}

#card-errors.formErrorMessage {
  font-size: 1rem;
  line-height: 1.1875em;
}
@media only screen and (max-width: 1472px) {
  #card-errors.formErrorMessage {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1050px) {
  #card-errors.formErrorMessage {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 870px) {
  #card-errors.formErrorMessage {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  #card-errors.formErrorMessage {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  #card-errors.formErrorMessage {
    font-size: 1rem;
  }
}
@media only print {
  #card-errors.formErrorMessage {
    font-size: 1rem;
  }
}
.mce-content-body #card-errors.formErrorMessage {
  font-size: 1rem;
}
#card-errors.formErrorMessage {
  margin-top: 4px;
  margin-left: calc(var(--unicity-form-label-width) + 5px);
  margin-bottom: 24px;
  max-width: 100%;
}
#card-errors.formErrorMessage:empty {
  display: none;
}
@media only screen and (max-width: 600px) {
  #card-errors.formErrorMessage {
    margin-left: 0;
  }
}

.donation-form-error-msg.formErrorMessage {
  padding: 24px;
}
.donation-form-error-msg.formErrorMessage li {
  margin-left: 24px;
}
.donation-form-error-msg.formErrorMessage li:last-child {
  margin-bottom: 0;
}

.unicity-popup-gallery a {
  border: none;
}
.unicity-popup-gallery img {
  display: block;
}

#blog {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  position: relative;
}
#blog .blog-category-title {
  display: none;
}
@media only screen and (max-width: 600px) {
  #blog {
    grid-column-gap: 0;
  }
}

.news-article #blog {
  grid-row-gap: 0;
}

.blog-item,
.blog-headlines-item {
  grid-column: span 6;
  display: flex;
  background-color: #f9f7f1;
  min-height: 240px;
  text-decoration: none;
  justify-content: space-between;
}
.blog-item__text,
.blog-headlines-item__text {
  color: #121212;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-item__text--top .post-category,
.blog-headlines-item__text--top .post-category {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.blog-item__text--top h5,
.blog-headlines-item__text--top h5 {
  font-family: "Inter", sans-serif;
  margin-bottom: 18px;
}
.blog-item__text--bottom .post-date,
.blog-headlines-item__text--bottom .post-date {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
@media only screen and (max-width: 870px) {
  .blog-item__text,
  .blog-headlines-item__text {
    order: 2;
    padding: 24px 0 0 0;
  }
}
.blog-item__image,
.blog-headlines-item__image {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 262px;
}
.blog-item__image img,
.blog-headlines-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
@media only screen and (max-width: 1472px) {
  .blog-item__image img,
  .blog-headlines-item__image img {
    height: auto;
  }
}
@media only screen and (max-width: 1472px) {
  .blog-item__image,
  .blog-headlines-item__image {
    width: 40%;
    padding: 24px 24px 24px 0;
  }
}
@media only screen and (max-width: 870px) {
  .blog-item__image,
  .blog-headlines-item__image {
    order: 1;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 870px) {
  .blog-item,
  .blog-headlines-item {
    grid-column: span 6;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .blog-item,
  .blog-headlines-item {
    grid-column: span 12;
  }
}
.blog-item:hover,
.blog-headlines-item:hover {
  background-color: #fff;
}
.blog-item:hover h5,
.blog-headlines-item:hover h5 {
  color: #ee2b4c;
}
.blog-item:hover .blog-item__image img,
.blog-item:hover .blog-headlines-item__image img,
.blog-headlines-item:hover .blog-item__image img,
.blog-headlines-item:hover .blog-headlines-item__image img {
  transform: scale(1.05);
}

.blog-post {
  grid-column: 1/10;
}
@media only screen and (max-width: 870px) {
  .blog-post {
    grid-column: 1/13;
  }
}

.blog-image2 {
  grid-column: 1/10;
  margin-bottom: 42px;
}
.blog-image2 img {
  width: 100%;
}
@media only screen and (max-width: 870px) {
  .blog-image2 {
    grid-column: span 12;
    margin-bottom: 36px;
  }
}

#more-posts-link {
  grid-column: span 12;
}
#more-posts-link ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}
#more-posts-link ul li {
  margin-right: 16px;
}
#more-posts-link ul li a {
  color: #121212;
  text-decoration: none;
  height: 48px;
  width: 48px;
  border: 2px solid #121212;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#more-posts-link ul li a:hover {
  background-color: #ee2b4c;
  color: #121212;
}
#more-posts-link ul li:last-child {
  margin-right: 0;
}
#more-posts-link ul li.selected {
  color: #121212;
  background-color: #ee2b4c;
}

.share-this {
  grid-column: 1/10;
  border-top: 2px solid #121212;
  margin-top: 36px;
  padding-top: 20px;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: bold;
  display: flex;
}
.share-this__text {
  margin-right: 12px;
  align-self: center;
}
@media only screen and (max-width: 870px) {
  .share-this {
    grid-column: 1/13;
  }
}

#smartsearch-results ul {
  list-style: none;
  padding: 1.75rem 0 0 0;
  margin: 0;
  border-top: solid 3px #ccc;
}
@media only screen and (max-width: 600px) {
  #smartsearch-results ul {
    border-width: 2px;
  }
}
#smartsearch-results li {
  display: block;
  border-bottom: solid 3px #ccc;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 600px) {
  #smartsearch-results li {
    border-width: 2px;
  }
}
#smartsearch-results .pagination {
  margin-top: 40px;
  display: flex;
}
@media only screen and (max-width: 480px) {
  #smartsearch-results .pagination {
    flex-direction: column;
  }
}
#smartsearch-results .prevlink {
  display: inline-block;
  padding: 1.125rem 1.5rem;
  box-sizing: border-box;
  border: #121212 solid 2px;
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
  background: transparent;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  background-color: #121212;
  color: #f2ecde;
}
#smartsearch-results .prevlink:hover {
  background-color: #ee2b4c;
  color: #121212;
}
#smartsearch-results .prevlink {
  background-color: transparent;
  color: #121212;
}
#smartsearch-results .prevlink:hover {
  background-color: #ee2b4c;
}
@media only screen and (max-width: 480px) {
  #smartsearch-results .prevlink {
    margin: 0 auto 20px auto;
  }
}
#smartsearch-results .nextlink {
  margin-left: auto;
  display: inline-block;
  padding: 1.125rem 1.5rem;
  box-sizing: border-box;
  border: #121212 solid 2px;
  transition: color 0.1s, background-color 0.1s, border-color 0.1s;
  background: transparent;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  background-color: #121212;
  color: #f2ecde;
}
#smartsearch-results .nextlink:hover {
  background-color: #ee2b4c;
  color: #121212;
}
@media only screen and (max-width: 480px) {
  #smartsearch-results .nextlink {
    margin: 0 auto;
  }
}

#cookie-message {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 10;
  max-width: calc(100% - 48px);
}
@media only screen and (max-width: 870px) {
  #cookie-message {
    left: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
  }
}
@media only screen and (max-width: 600px) {
  #cookie-message {
    text-align: center;
    left: 0;
    bottom: 0;
    max-width: none;
    width: 100%;
  }
}

#cookie-message-inner {
  background: #ccc;
  padding: 24px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 870px) {
  #cookie-message-inner {
    padding: 20px;
  }
}
#cookie-message-inner p {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.875rem;
}
#cookie-message-inner p.cookie-heading {
  font-weight: 600;
  font-size: 1.125rem;
}
#cookie-message-inner a {
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
}
#cookie-message-inner a:hover {
  color: #fff;
}
#cookie-message-inner > :last-child {
  margin-bottom: 0;
}

iframe {
  max-width: 100%;
}

.youtube-player {
  margin: 60px 0;
}
.youtube-player:first-child {
  margin-top: 0;
}
.youtube-player:last-child {
  margin-bottom: 0;
}

.responsive-video-container {
  margin: 60px 0;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
@media only screen and (max-width: 600px) {
  .responsive-video-container {
    margin: 40px 0;
  }
}
.responsive-video-container:first-child {
  margin-top: 0;
}
.responsive-video-container:last-child {
  margin-bottom: 0;
}
.responsive-video-container iframe {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.faq-set {
  margin-bottom: 58px;
}
.faq-set .faq-wrapper:first-child {
  padding-top: 5px;
}

.faq-question.closed .faq-heading a {
  color: #121212;
  font-weight: 700;
}
.faq-question.closed .faq-heading a:hover {
  color: #ee2b4c;
}
.faq-question.open .faq-heading {
  color: #ee2b4c;
}
.faq-question.open .faq-heading a {
  font-weight: 700;
}
.faq-question.open .faq-heading span::before {
  font-family: "Font Awesome 7 Pro";
  font-size: 1.5rem;
  content: "\f077";
  float: right;
  color: #ee2b4c;
}

.faq-answer {
  margin-top: 20px;
  width: 90%;
}
@media only screen and (max-width: 480px) {
  .faq-answer {
    width: 100%;
  }
}
.faq-answer > *:last-child {
  margin-bottom: 0;
}
.faq-answer > *:last-child a {
  margin-bottom: 0;
}

.faq-heading {
  font-family: "Inter", sans-serif;
  font-size: 1.4375rem;
  line-height: 2rem;
  margin-bottom: 0;
}

.faq-heading a:hover {
  color: #ee2b4c;
}

.faq-heading a {
  text-decoration: none;
  display: block;
}

.faq-question.closed .faq-heading span::before {
  font-family: "Font Awesome 7 Pro";
  font-size: 1.5rem;
  content: "\f078";
  float: right;
  margin-left: 12px;
}

.faq-wrapper {
  border: none;
  text-align: left;
  padding: 26px 0 32px 0;
  border-bottom: 1px solid #121212;
}
.faq-wrapper:last-child {
  margin-bottom: 0;
}

.gmap-canvas {
  margin: 40px 0;
}
.gmap-canvas:first-child {
  margin-top: 0;
}
.gmap-canvas:last-child {
  margin-bottom: 0;
}
.gmap-canvas button {
  border-radius: 0;
}

.responsive-gmap-canvas-container {
  margin: 40px 0;
}
@media only screen and (max-width: 1050px) {
  .responsive-gmap-canvas-container {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
}
@media only screen and (max-width: 600px) {
  .responsive-gmap-canvas-container {
    padding-top: 75%;
  }
}
.responsive-gmap-canvas-container:first-child {
  margin-top: 0;
}
.responsive-gmap-canvas-container:last-child {
  margin-bottom: 0;
}
.responsive-gmap-canvas-container .gmap-canvas {
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  .responsive-gmap-canvas-container .gmap-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.cookieControlOption label {
  padding: 0;
  margin: 0;
}

/* dev guides css */
/* screen size */
#screen-size {
  width: 38px;
  height: 38px;
  border: 2px solid black;
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  border-radius: 5rem;
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  opacity: 0.5;
}

/* media queries for screen sizes */
@media only screen and (min-width: 0px) {
  #screen-size:after {
    content: "XS";
  }
}
@media only screen and (min-width: 480px) {
  #screen-size:after {
    content: "S";
  }
}
@media only screen and (min-width: 600px) {
  #screen-size:after {
    content: "M";
  }
}
@media only screen and (min-width: 870px) {
  #screen-size:after {
    content: "L";
  }
}
@media only screen and (min-width: 1050px) {
  #screen-size:after {
    content: "XL";
  }
}
@media only screen and (min-width: 1472px) {
  #screen-size:after {
    content: "XXL";
  }
}
body {
  background-color: #fff;
  color: #121212;
}

.body-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f2ecde;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 870px) {
  .mobile-nav-opening .body-wrapper, .mobile-nav-open .body-wrapper, .mobile-nav-closing .body-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
}

.masthead {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0px, transparent 96px, #121212 96px, #121212 152px);
}
.masthead .masthead-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 152px;
}
.masthead .masthead-inner__left {
  align-content: center;
}
.masthead .masthead-inner__left--logo {
  width: 200px;
}
.masthead .masthead-inner__left--logo a {
  display: block;
  border: none;
}
@media only screen and (max-width: 870px) {
  .masthead .masthead-inner__left--logo {
    width: 140px;
  }
}
.masthead .masthead-inner__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.masthead .masthead-inner__right--top {
  display: flex;
  justify-content: flex-end;
  height: 96px;
  align-items: center;
}
.masthead .masthead-inner__right--top .top-nav__button1 {
  margin: 0 12px 0 0;
  padding: 11px 18px 12px 18px;
}
.masthead .masthead-inner__right--top .top-nav__button2 {
  padding: 11px 18px 12px 18px;
  margin: 0;
  background-color: #ee2b4c;
  color: #121212;
}
.masthead .masthead-inner__right--top .top-nav__button2:hover {
  background-color: #121212;
  color: #f2ecde;
}
@media only screen and (max-width: 870px) {
  .masthead .masthead-inner__right--top .top-nav {
    display: none;
  }
}
@media only screen and (max-width: 870px) {
  .masthead .masthead-inner__right--top {
    height: 76px;
  }
}
.masthead .masthead-inner__right--bottom {
  background-color: #121212;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 870px) {
  .masthead .masthead-inner__right--bottom {
    height: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .masthead .masthead-inner {
    min-height: 96px;
  }
}
@media only screen and (max-width: 870px) {
  .masthead {
    background: linear-gradient(to bottom, transparent 0px, transparent 76px, #121212 76px, #121212 96px);
  }
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.site-search-opening .main-nav__links, .site-search-open .main-nav__links, .site-search-closing .main-nav__links {
  opacity: 0;
  display: none;
  pointer-events: none;
}
.main-nav__links {
  display: flex;
}
.main-nav__links ul {
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-align: center;
  display: flex;
}
.main-nav__links li {
  display: inline-block;
  color: #f2ecde;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  padding: 0 32px 0 32px;
  margin-bottom: 0;
}
.main-nav__links li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1050px) {
  .main-nav__links li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-nav__links li a {
  color: #f2ecde;
  display: inline-block;
  border: none;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.main-nav__links li a:hover {
  color: #ee2b4c;
  background: none;
}
@media only screen and (max-width: 870px) {
  .main-nav__links {
    display: none;
  }
}
@media only screen and (max-width: 870px) {
  .main-nav {
    width: auto;
  }
}

.main-nav .selected a {
  color: #ee2b4c;
}

.main-nav #activeSection a {
  color: #ee2b4c;
}

.mobile-menu {
  display: none;
  font-size: 1.5rem;
}

.mobile-nav-toggle {
  margin-left: 20px;
  text-decoration: none;
  box-sizing: border-box;
  display: none;
  border: none;
  color: #121212;
}
@media only screen and (max-width: 870px) {
  .mobile-nav-toggle {
    display: block;
  }
}
.mobile-nav-toggle__icon::before {
  content: "\f0c9";
  color: #121212;
  font-family: "Font Awesome 7 Pro";
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.625rem;
}
.mobile-nav-open .mobile-nav-toggle__icon::before, .mobile-nav-opening .mobile-nav-toggle__icon::before, .mobile-nav-closing .mobile-nav-toggle__icon::before {
  content: "\f00d";
  padding: 0 2px;
}

.mobile-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 96px;
  bottom: 0;
  display: none;
  transition: opacity 0.2s;
  background-color: #f2ecde;
  z-index: 2001;
  overflow: hidden;
}
@media only screen and (max-width: 870px) {
  .mobile-nav {
    left: calc(100% - 400px);
  }
  .mobile-nav-opening .mobile-nav {
    display: block;
    opacity: 0;
  }
  .mobile-nav-open .mobile-nav {
    display: block;
    opacity: 1;
  }
  .mobile-nav-closing .mobile-nav {
    display: block;
    opacity: 0;
  }
}
@media only screen and (max-width: 600px) {
  .site-search-open .mobile-nav {
    top: 166px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-nav {
    left: 0;
  }
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 32px 32px 48px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  transition: opacity 0.2s, transform 0.2s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  overflow-y: auto;
  z-index: 0;
  transform: translateX(56px);
}
.mobile-nav-open .mobile-nav ul.active {
  opacity: 1;
  z-index: 1;
  transform: translateX(0);
}
.mobile-nav ul.pull-left {
  z-index: 0;
  transform: translateX(-56px);
}
.mobile-nav ul.mobile-nav--level-0 {
  font-size: 1.5rem;
  line-height: 1.3333333333em;
}
.mobile-nav ul.mobile-nav--level-0 li a {
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .mobile-nav ul {
    padding: 32px 18px;
  }
}
.mobile-nav li {
  margin: 0 0 16px 0;
  padding: 0;
}
.mobile-nav li a {
  padding: 3px 0 0;
  color: #121212;
}
.mobile-nav li a:hover {
  color: #ee2b4c;
}
.mobile-nav li::before {
  content: none;
  display: none;
  font-family: "Font Awesome 7 Pro";
  display: block;
  border: none;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.mobile-nav li.selected::before, .mobile-nav li.expanded::before, .mobile-nav li#activeSection::before {
  transform: rotate(15deg);
}
.mobile-nav li.selected a, .mobile-nav li.expanded a, .mobile-nav li#activeSection a {
  color: #ee2b4c;
  border-bottom: 4px solid #ee2b4c;
}
.mobile-nav li.mobile-nav__section-title {
  font-size: 1.5rem;
  line-height: 1.3333333333em;
}
.mobile-nav li.mobile-nav__home-link {
  display: none;
}
.mobile-nav li.mobile-nav__back {
  font-size: 1rem;
  line-height: 2em;
  margin-top: 32px;
}
.mobile-nav li.mobile-nav__back::before {
  content: "\f053";
  margin-right: 8px;
  position: static;
  display: inline;
}
@media only screen and (max-width: 480px) {
  .mobile-nav li {
    padding: 0;
  }
}
.mobile-nav a {
  text-decoration: none;
  border: none;
}
.mobile-nav__secondary-item--first .button-inverse {
  margin-top: 16px;
  margin-bottom: 0;
}
.mobile-nav__secondary-item--button .button-inverse,
.mobile-nav__secondary-item--button .button {
  padding: 11px 18px 12px 18px;
  border: #121212 solid 2px;
  min-width: 120px;
}
.mobile-nav__secondary-item--button .button-inverse:hover,
.mobile-nav__secondary-item--button .button:hover {
  color: #121212;
}
.mobile-nav__secondary-item--button .button {
  background-color: #ee2b4c;
}
.mobile-nav__secondary-item--button .button:hover {
  background-color: #121212;
  color: #f2ecde;
}

.mobile-nav-site-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 2000;
  left: 0;
  right: 0;
  top: 96px;
  bottom: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 870px) {
  .mobile-nav-opening .mobile-nav-site-overlay {
    display: block;
    opacity: 0;
  }
  .mobile-nav-open .mobile-nav-site-overlay {
    display: block;
    opacity: 1;
  }
  .mobile-nav-closing .mobile-nav-site-overlay {
    display: block;
    opacity: 0;
  }
}
@media only screen and (max-width: 600px) {
  .site-search-open .mobile-nav-site-overlay {
    top: 166px;
  }
}

.bg-cream {
  background-color: #f2ecde;
}
.bg-cream .card,
.bg-cream .illustration-card {
  background-color: #f9f7f1;
}
.bg-cream .card:hover,
.bg-cream .illustration-card:hover {
  background-color: #fff;
}

.bg-black {
  background-color: #121212;
  color: #f2ecde;
}

.bg-orange {
  background-color: #f7ab5e;
}

.bg-blue {
  background-color: #7db6d1;
}
.bg-blue .card,
.bg-blue .illustration-card {
  background-color: #f2ecde;
}
.bg-blue .card:hover,
.bg-blue .illustration-card:hover {
  background-color: #fff;
}

.bg-inner-white {
  background-color: #fff;
}

.bg-inner-lightCream {
  background-color: #f9f7f1;
}

.bg-inner-black {
  background-color: #121212;
  color: #f2ecde;
}
.bg-inner-black .arrowlink {
  color: #f2ecde;
}
.bg-inner-black .button,
.bg-inner-black .button-inverse {
  background-color: #f2ecde;
  color: #121212;
}
.bg-inner-black .button:hover,
.bg-inner-black .button-inverse:hover {
  background-color: #ee2b4c;
  color: #121212;
}
.bg-inner-black .button:hover:after,
.bg-inner-black .button-inverse:hover:after {
  color: #121212;
}

.bg-inner-pink .button:hover,
.bg-inner-pink .button-inverse:hover {
  background-color: #fff;
  color: #121212;
}
.bg-inner-pink .button:hover:after,
.bg-inner-pink .button-inverse:hover:after {
  color: #121212;
}

.bg-inner-blue {
  background-color: #7db6d1;
  color: #121212;
}

.full-width-section {
  padding: 96px 0;
  position: relative;
}
@media only screen and (max-width: 1472px) {
  .full-width-section {
    padding: 96px 0;
  }
}
@media only screen and (max-width: 1050px) {
  .full-width-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 870px) {
  .full-width-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 600px) {
  .full-width-section {
    padding: 46px 0;
  }
}
@media only screen and (max-width: 480px) {
  .full-width-section {
    padding: 46px 0;
  }
}

.template1 .main-body section.full-width-section:nth-of-type(2),
.template2 .main-body section.full-width-section:nth-of-type(2),
.template5 .main-body section.full-width-section:nth-of-type(2) {
  padding-top: 0;
}
.template1 .main-body .full-width-section:last-of-type.bg-cream,
.template2 .main-body .full-width-section:last-of-type.bg-cream,
.template5 .main-body .full-width-section:last-of-type.bg-cream {
  padding-bottom: 0;
}

.full-width-section .group:last-child.full-width-strip {
  margin-bottom: 0;
}
.full-width-section .group:last-child .full-width-strip {
  margin-bottom: 0;
}

body.template3 main.main-body > section.full-width-section:nth-of-type(2) {
  padding-top: 62px;
}

body.template4 main.main-body > section.full-width-section {
  padding-top: 64px;
}

.full-width-strip {
  margin-bottom: 96px;
  position: relative;
}
@media only screen and (max-width: 1472px) {
  .full-width-strip {
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 1050px) {
  .full-width-strip {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 870px) {
  .full-width-strip {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .full-width-strip {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .full-width-strip {
    margin-bottom: 46px;
  }
}

.stat-strip-group:has(+ .text-and-image-strip-group) .full-width-strip {
  margin-bottom: 0;
}

.text-and-image-strip-group:has(+ .stat-strip-group) .full-width-strip {
  margin-bottom: 0;
}

.footer {
  margin-top: 96px;
}
@media only screen and (max-width: 1050px) {
  .footer {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 870px) {
  .footer {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    margin-top: 46px;
  }
}
.footer__bottom {
  background-color: #121212;
  color: #f2ecde;
}
.footer__top-inner {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 870px) {
  .footer__top-inner {
    grid-row-gap: 36px;
  }
}
.footer__top-inner--contact {
  grid-column: 1/4;
}
.footer__top-inner--contact ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.footer__top-inner--contact ul .social-icon {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-right: 8px;
  margin-bottom: 0;
}
.footer__top-inner--contact ul .social-icon a {
  color: #121212;
  border: none;
}
.footer__top-inner--contact ul .social-icon a:hover {
  color: #ee2b4c;
  border: none;
}
.footer__top-inner--contact ul .social-icon:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 870px) {
  .footer__top-inner--contact ul .social-icon {
    font-size: 2rem;
    line-height: 2.125rem;
  }
}
@media only screen and (max-width: 870px) {
  .footer__top-inner--contact ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 870px) {
  .footer__top-inner--contact {
    grid-column: span 12;
    justify-items: center;
    text-align: left;
  }
}
.footer__top-inner--links {
  grid-column: 5/9;
}
.footer__top-inner--links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.footer__top-inner--links ul li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 24px;
}
.footer__top-inner--links ul li a {
  color: #121212;
  text-decoration: none;
  font-weight: 700;
}
.footer__top-inner--links ul li a:hover {
  color: #ee2b4c;
}
.footer__top-inner--links ul li:after {
  content: "\f061";
  color: #ee2b4c;
  font-family: "Font Awesome 7 Pro";
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 8px;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 870px) {
  .footer__top-inner--links ul li {
    display: none;
  }
}
@media only screen and (max-width: 870px) {
  .footer__top-inner--links {
    grid-column: span 12;
    justify-items: center;
    text-align: center;
  }
}
.footer__top-inner--logos {
  grid-column: 9/13;
  display: flex;
  align-items: center;
}
.footer__top-inner--logos a {
  margin-right: 30px;
  border: none;
}
.footer__top-inner--logos a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 870px) {
  .footer__top-inner--logos {
    grid-column: span 12;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__bottom-inner {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 26px 0;
  color: #fff;
}
.footer__bottom-inner--left {
  grid-column: 1/10;
}
.footer__bottom-inner--left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer__bottom-inner--left ul li {
  margin: 0 22px 0 0;
}
.footer__bottom-inner--left ul li a {
  border: none;
  color: #fff;
  font-weight: normal;
}
.footer__bottom-inner--left ul li a:hover {
  color: #ee2b4c;
  text-decoration: none;
}
.footer__bottom-inner--left ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 870px) {
  .footer__bottom-inner--left {
    grid-column: span 12;
  }
}
.footer__bottom-inner--right {
  grid-column: 10/13;
  justify-items: flex-end;
  align-self: flex-end;
}
.footer__bottom-inner--right .adept-design a {
  color: #fff;
  font-weight: normal;
}
.footer__bottom-inner--right .adept-design a:hover {
  color: #ee2b4c;
  text-decoration: none;
}
@media only screen and (max-width: 870px) {
  .footer__bottom-inner--right {
    grid-column: span 12;
  }
}

.image-band,
.image-band-homepage-hero .hero-homepage__image-container {
  position: relative;
  align-self: start;
}
.image-band:before,
.image-band-homepage-hero .hero-homepage__image-container:before {
  content: "";
  background-image: url(../images/image-band-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  height: 74px;
  width: 212px;
}
.image-band:after,
.image-band-homepage-hero .hero-homepage__image-container:after {
  content: "";
  background-image: url(../images/image-band-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  height: 74px;
  width: 133px;
}

.image-band:before {
  left: -17px;
  bottom: 13px;
}
@media only screen and (max-width: 1050px) {
  .image-band:before {
    left: -13px;
    width: 159px;
    height: 56px;
  }
}
@media only screen and (max-width: 870px) {
  .image-band:before {
    left: -17px;
    width: 233px;
    height: 74px;
  }
}
@media only screen and (max-width: 600px) {
  .image-band:before {
    left: -13px;
    width: 159px;
    height: 56px;
  }
}
.image-band:after {
  right: -17px;
  bottom: 30px;
}
@media only screen and (max-width: 1050px) {
  .image-band:after {
    right: -13px;
    width: 100px;
    height: 56px;
    bottom: 24px;
  }
}
@media only screen and (max-width: 870px) {
  .image-band:after {
    right: -17px;
    width: 133px;
    height: 74px;
  }
}
@media only screen and (max-width: 600px) {
  .image-band:after {
    right: -13px;
    width: 100px;
    height: 56px;
    bottom: 24px;
  }
}

.image-band-homepage-hero .hero-homepage__image-container:before {
  left: -17px;
  bottom: 30px;
}
@media only screen and (max-width: 870px) {
  .image-band-homepage-hero .hero-homepage__image-container:before {
    left: -19px;
  }
}
@media only screen and (max-width: 600px) {
  .image-band-homepage-hero .hero-homepage__image-container:before {
    width: 180px;
    height: 56px;
  }
}
.image-band-homepage-hero .hero-homepage__image-container:after {
  display: none;
}
@media only screen and (max-width: 870px) {
  .image-band-homepage-hero .hero-homepage__image-container:after {
    display: block;
    content: "";
    background-image: url(../images/image-band-hero-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    right: -1px;
    bottom: 10%;
  }
}
@media only screen and (max-width: 600px) {
  .image-band-homepage-hero .hero-homepage__image-container:after {
    width: 100px;
    height: 50px;
    bottom: 15%;
  }
}

.image-band-homepage-hero:after {
  content: "";
  background-image: url(../images/image-band-hero-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  right: -1px;
  top: 480px;
  height: 74px;
  width: 133px;
}
@media only screen and (max-width: 870px) {
  .image-band-homepage-hero:after {
    display: none;
  }
}

.text__content {
  grid-column: 1/9;
}
@media only screen and (max-width: 870px) {
  .text__content {
    grid-column: 1/13;
  }
}

.text-content__content {
  grid-column: 1/10;
}
@media only screen and (max-width: 870px) {
  .text-content__content {
    grid-column: 1/13;
  }
}

.heading-group.full-width-strip {
  margin-bottom: 0;
}

.heading__text {
  grid-column: span 12;
}
.heading__text h2 {
  margin-bottom: 38px;
}
@media only screen and (max-width: 870px) {
  .heading__text h2 {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .heading__text h2 {
    margin-bottom: 24px;
  }
}

.hero-homepage {
  position: relative;
}
.hero-homepage .grid-12 {
  row-gap: 0;
}
.hero-homepage__text {
  margin-top: 78px;
  grid-column: 1/6;
}
@media only screen and (max-width: 870px) {
  .hero-homepage__text {
    grid-column: span 12;
    order: 2;
    margin-top: 36px;
  }
}
.hero-homepage__text p {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}
.hero-homepage__image-container {
  box-sizing: border-box;
  grid-column: 7/13;
  position: relative;
  width: calc(100% + 336px);
}
.hero-homepage__image-container--image {
  box-sizing: border-box;
  position: relative;
  z-index: 6;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
}
@media only screen and (max-width: 870px) {
  .hero-homepage__image-container--image {
    min-height: 0;
  }
}
@media only screen and (max-width: 870px) {
  .hero-homepage__image-container {
    grid-column: span 12;
    order: 1;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
  }
}

.hero-landing {
  position: relative;
  margin-top: 78px;
}
@media only screen and (max-width: 870px) {
  .hero-landing {
    margin-top: 0;
  }
}
.hero-landing .grid-12 {
  row-gap: 0;
}
.hero-landing__text {
  grid-column: 1/6;
}
@media only screen and (max-width: 870px) {
  .hero-landing__text {
    grid-column: span 12;
    order: 2;
    margin-top: 36px;
  }
}
.hero-landing__text p {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}
.hero-landing__image-container {
  box-sizing: border-box;
  grid-column: 7/13;
  position: relative;
  width: 100%;
}
.hero-landing__image-container--image {
  box-sizing: border-box;
  position: relative;
  z-index: 6;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 870px) {
  .hero-landing__image-container {
    grid-column: span 12;
    order: 1;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
  }
}
.hero-landing__video-container {
  box-sizing: border-box;
  grid-column: 7/13;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 870px) {
  .hero-landing__video-container {
    grid-column: span 12;
    order: 3;
    text-align: center;
    margin-top: 36px;
  }
}

.hero-content {
  position: relative;
  margin-top: 78px;
}
@media only screen and (max-width: 870px) {
  .hero-content {
    margin-top: 0;
  }
}
.hero-content .grid-12 {
  row-gap: 0;
}
.hero-content__text {
  grid-column: 1/10;
  border-bottom: 2px solid #121212;
  padding-bottom: 50px;
}
@media only screen and (max-width: 870px) {
  .hero-content__text {
    grid-column: span 12;
    order: 2;
    margin-top: 36px;
  }
}
.hero-content__text p {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}
.hero-content__image-container {
  box-sizing: border-box;
  grid-column: 10/13;
  position: relative;
  width: 100%;
}
.hero-content__image-container--image {
  box-sizing: border-box;
  position: relative;
  z-index: 6;
  display: block;
  justify-self: end;
}
@media only screen and (max-width: 870px) {
  .hero-content__image-container {
    display: none;
  }
}

.hero-news {
  position: relative;
  margin-top: 78px;
}
@media only screen and (max-width: 870px) {
  .hero-news {
    margin-top: 36px;
  }
}
.hero-news .grid-12 {
  row-gap: 0;
}
.hero-news__text {
  grid-column: 1/10;
  border-bottom: 2px solid #121212;
  padding-bottom: 50px;
}
@media only screen and (max-width: 870px) {
  .hero-news__text {
    grid-column: span 12;
    order: 2;
    padding-bottom: 18px;
  }
}
.hero-news__text .date {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 2.25rem;
  margin-bottom: 0;
}
.hero-news__text p {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 500;
}
.hero-news__title {
  grid-column: 1/13;
}
.hero-news__intro {
  grid-column: 1/10;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  line-height: 2rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 870px) {
  .hero-news__intro {
    grid-column: 1/13;
  }
}
.hero-news__filter-container {
  box-sizing: border-box;
  grid-column: 10/13;
  position: relative;
  width: 100%;
  justify-items: end;
}
.hero-news__filter-container .news-filter select {
  border: 2px solid #121212;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: #f2ecde;
}
@media only screen and (max-width: 870px) {
  .hero-news__filter-container {
    grid-column: 1/13;
    justify-items: start;
    margin-top: 36px;
  }
}
.hero-news__border {
  grid-column: 1/13;
  border-bottom: 2px solid #121212;
  margin-top: 50px;
}
@media only screen and (max-width: 870px) {
  .hero-news__border {
    margin-top: 36px;
  }
}
.hero-news__image-container {
  box-sizing: border-box;
  grid-column: 10/13;
  position: relative;
  width: 100%;
  max-width: 172px;
  justify-self: end;
}
.hero-news__image-container img {
  border-radius: 50%;
  height: 172px;
  width: 172px;
}
@media only screen and (max-width: 870px) {
  .hero-news__image-container {
    display: none;
  }
}

.hero-donate {
  position: relative;
  margin-top: 78px;
}
@media only screen and (max-width: 870px) {
  .hero-donate {
    margin-top: 0;
  }
}
.hero-donate .grid-12 {
  row-gap: 0;
}
.hero-donate__text {
  grid-column: 1/6;
}
@media only screen and (max-width: 870px) {
  .hero-donate__text {
    grid-column: span 12;
    order: 2;
    margin-top: 36px;
  }
}
.hero-donate__text p {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}
.hero-donate__image-container {
  box-sizing: border-box;
  grid-column: 7/13;
  position: relative;
  width: 100%;
}
.hero-donate__image-container--image {
  box-sizing: border-box;
  position: relative;
  z-index: 6;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 870px) {
  .hero-donate__image-container {
    grid-column: span 12;
    order: 1;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
  }
}

.donation-selection p {
  font-family: "Source Serif 4", serif;
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: normal;
}
@media only screen and (max-width: 1050px) {
  .donation-selection {
    max-width: none;
  }
}
@media only screen and (max-width: 1050px) {
  .donation-selection {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 870px) {
  .donation-selection {
    max-width: none;
  }
}
.donation-selection__form {
  border-radius: 10px;
  margin-bottom: 20px;
}
.donation-selection__form p {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}
@media only screen and (max-width: 1472px) {
  .donation-selection__form p {
    max-width: none;
  }
}
.donation-selection__form p:last-child {
  margin-bottom: 0;
}
.donation-selection__form input[type=submit] {
  background-color: #121212;
}
.donation-selection__form input[type=submit]:hover {
  background-color: #ee2b4c;
}
.donation-selection__frequency {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.donation-selection__frequency-option {
  display: inline-block;
}
.donation-selection__frequency-option label {
  display: inline-block;
  padding: 1.125rem 1.25rem;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  transition: color 0.2s, background-color 0.2s;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  position: relative;
  text-align: center;
  color: #121212;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
}
.donation-selection__frequency-option label:hover {
  background: #ee2b4c;
}
.donation-selection__frequency-option input[type=radio]:checked + label {
  background-color: #ee2b4c;
  color: #000;
}
.donation-selection__frequency-option {
  flex-grow: 1;
  width: 50%;
}
.donation-selection__frequency-option--single {
  box-sizing: border-box;
  border: 2px solid #121212;
  border-left: 1px solid #121212;
}
.donation-selection__frequency-option--monthly {
  box-sizing: border-box;
  border: 2px solid #121212;
  border-right: 1px solid #121212;
}
.donation-selection__amount-label {
  margin-bottom: 15px;
}
.donation-selection__amount {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-bottom: 28px;
}
.donation-selection__amount-option {
  display: inline-block;
}
.donation-selection__amount-option label {
  display: inline-block;
  padding: 1.125rem 1.25rem;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  transition: color 0.2s, background-color 0.2s;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  position: relative;
  text-align: center;
  color: #121212;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
}
.donation-selection__amount-option label:hover {
  background: #ee2b4c;
}
.donation-selection__amount-option input[type=radio]:checked + label {
  background-color: #ee2b4c;
  color: #000;
}
.donation-selection__amount-option {
  grid-column: span 3;
  border: 2px solid #121212;
  background-color: #f9f7f1;
}
@media only screen and (max-width: 1472px) {
  .donation-selection__amount-option {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 1050px) {
  .donation-selection__amount-option {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 870px) {
  .donation-selection__amount-option {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .donation-selection__amount-option {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .donation-selection__amount-option {
    grid-column: span 12;
  }
}
.donation-selection__amount-option--other {
  display: block;
  border: solid 2px #121212;
  box-sizing: border-box;
  border-radius: 0;
  overflow: hidden;
  transition: border-color 0.2s;
  text-align: left;
  display: flex;
  margin-bottom: 0;
  margin-right: 0;
  grid-column: span 3;
  justify-content: center;
}
@media only screen and (max-width: 1472px) {
  .donation-selection__amount-option--other {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 1050px) {
  .donation-selection__amount-option--other {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 870px) {
  .donation-selection__amount-option--other {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 600px) {
  .donation-selection__amount-option--other {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .donation-selection__amount-option--other {
    grid-column: span 12;
  }
}
.donation-selection__amount-option--other:hover {
  background-color: #ee2b4c;
  cursor: pointer;
}
.donation-selection__amount-option--other:focus-within, .donation-selection__amount-option--other.donation-selection__amount-option--selected {
  background-color: #ee2b4c;
}
.donation-selection__amount-option--other span {
  color: #121212;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 700;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: center;
}
.donation-selection__amount-option--other label {
  width: auto;
  background: none;
  padding: 0;
  position: absolute;
}
.donation-selection__amount-option--other input[type=text],
.donation-selection__amount-option--other input[type=number] {
  color: #121212;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  padding: 1.125rem 0;
  background-color: transparent;
  border: none;
  max-width: none;
  width: calc(100% - 36px);
}
.donation-selection__amount-option--other input[type=text]:focus,
.donation-selection__amount-option--other input[type=number]:focus {
  outline: none;
}
.donation-selection__amount-option--other input[type=text]:focus::-moz-placeholder, .donation-selection__amount-option--other input[type=number]:focus::-moz-placeholder {
  color: transparent;
}
.donation-selection__amount-option--other input[type=text]:focus::placeholder,
.donation-selection__amount-option--other input[type=number]:focus::placeholder {
  color: transparent;
}
.donation-selection__amount-option--other input[type=text]::-moz-placeholder, .donation-selection__amount-option--other input[type=number]::-moz-placeholder {
  color: #121212;
}
.donation-selection__amount-option--other input[type=text]::placeholder,
.donation-selection__amount-option--other input[type=number]::placeholder {
  color: #121212;
}
.donation-selection__bottom {
  margin-bottom: 0;
}
.donation-selection__bottom a {
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 16px;
  display: inline-block;
  font-size: 1.1875rem;
}
@media only screen and (max-width: 1050px) {
  .donation-selection__bottom a {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 870px) {
  .donation-selection__bottom a {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 600px) {
  .donation-selection__bottom a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .donation-selection__bottom a {
    font-size: 1rem;
  }
}
.donation-selection__bottom a:after {
  content: "\f054";
  font-family: "Font Awesome 7 Pro";
  font-weight: bold;
  position: absolute;
  right: 0;
  transition: right 0.2s;
}
.donation-selection__bottom a:hover:after {
  right: -10px;
}

.two-column-strip__inner {
  position: relative;
  padding: 92px 0;
}
@media only screen and (max-width: 870px) {
  .two-column-strip__inner {
    padding: 36px 0;
  }
}
.two-column-strip__inner--bg-block {
  grid-column: 1/10;
  height: 100%;
  position: absolute;
  width: calc(100% + 336px);
  left: -336px;
}
@media only screen and (max-width: 870px) {
  .two-column-strip__inner--bg-block {
    grid-column: span 12;
    width: calc(100% + 36px);
    left: -18px;
  }
}
.two-column-strip__inner--content-left {
  grid-column: 1/6;
  z-index: 10;
}
@media only screen and (max-width: 870px) {
  .two-column-strip__inner--content-left {
    grid-column: span 12;
  }
}
.two-column-strip__inner--content-right {
  grid-column: 7/13;
  padding: 35px 40px;
  z-index: 10;
  position: relative;
}
.two-column-strip__inner--content-right .two-column-strip-arrow {
  position: absolute;
  right: 0;
  top: -90px;
}
@media only screen and (max-width: 870px) {
  .two-column-strip__inner--content-right .two-column-strip-arrow {
    display: none;
  }
}
@media only screen and (max-width: 870px) {
  .two-column-strip__inner--content-right {
    grid-column: span 12;
  }
}

.cta-ribbon__inner {
  row-gap: 0;
  height: 100%;
  position: relative;
}
.cta-ribbon__inner--bg-block {
  grid-column: 1/13;
  height: 100%;
  position: absolute;
  width: calc(100% + 336px);
  left: -336px;
  background-image: url("../images/backgrounds/bg-cta-ribbon-left-green.png");
  background-position: right;
}
.cta-ribbon__inner--bg-block:after {
  content: "";
  background-image: url("../images/backgrounds/bg-cta-ribbon-right-green.png");
  background-position: right;
  right: -544px;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 384px;
  transform: rotate(15deg);
  top: 50px;
}
@media only screen and (max-width: 870px) {
  .cta-ribbon__inner--bg-block {
    background-color: #82ca9c;
    left: -18px;
    width: calc(100% + 36px);
    background-image: none;
  }
  .cta-ribbon__inner--bg-block:after {
    background-image: none;
  }
}
.cta-ribbon__inner--bg-block.pink {
  background-image: url("../images/backgrounds/bg-cta-ribbon-left-pink.png");
}
.cta-ribbon__inner--bg-block.pink:after {
  background-image: url("../images/backgrounds/bg-cta-ribbon-right-pink.png");
}
@media only screen and (max-width: 870px) {
  .cta-ribbon__inner--bg-block.pink {
    background-color: #ee2b4c;
    left: -18px;
    width: calc(100% + 36px);
    background-image: none;
  }
  .cta-ribbon__inner--bg-block.pink:after {
    background-image: none;
  }
}
.cta-ribbon__inner--icon {
  grid-column: 1/3;
  position: relative;
  z-index: 6;
  padding: 64px 0;
  width: 120px;
}
@media only screen and (max-width: 870px) {
  .cta-ribbon__inner--icon {
    grid-column: 1/13;
    padding: 36px 0;
    width: 100px;
  }
}
.cta-ribbon__inner--content {
  grid-column: 3/12;
  position: relative;
  z-index: 6;
  padding: 64px 0;
  left: -24px;
}
@media only screen and (max-width: 1472px) {
  .cta-ribbon__inner--content {
    left: 0;
  }
}
@media only screen and (max-width: 870px) {
  .cta-ribbon__inner--content {
    grid-column: 1/13;
    padding: 0 0 36px 0;
  }
}

.latest-news__header {
  margin-bottom: 44px;
}
.latest-news__header h2 {
  font-size: 3rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 870px) {
  .latest-news__header {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .latest-news__header {
    margin-bottom: 24px;
  }
}
.latest-news #blog-headlines {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  position: relative;
  margin-bottom: 48px;
}
@media only screen and (max-width: 870px) {
  .latest-news #blog-headlines {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .latest-news #blog-headlines {
    grid-column-gap: 0;
  }
}

.text-and-image-strip {
  padding: 96px 0;
}
.text-and-image-strip__inner--text {
  grid-column: 1/6;
  align-self: center;
}
@media only screen and (max-width: 870px) {
  .text-and-image-strip__inner--text {
    grid-column: 1/13;
    order: 2;
  }
}
.text-and-image-strip__inner--image {
  grid-column: 7/13;
}
@media only screen and (max-width: 870px) {
  .text-and-image-strip__inner--image {
    grid-column: 1/13;
    order: 1;
  }
}
@media only screen and (max-width: 870px) {
  .text-and-image-strip {
    padding: 36px 0;
  }
}

.text-and-image__inner--text {
  grid-column: 1/7;
  align-self: start;
}
@media only screen and (max-width: 870px) {
  .text-and-image__inner--text {
    grid-column: 1/13;
    order: 2;
  }
}
.text-and-image__inner--image {
  grid-column: 8/13;
}
@media only screen and (max-width: 870px) {
  .text-and-image__inner--image {
    grid-column: 1/13;
    order: 1;
    margin-left: -18px;
    margin-right: -18px;
  }
}
.text-and-image__inner--image img {
  width: 100%;
}
.text-and-image.reversed .text-and-image__inner--text {
  grid-column: 7/13;
  order: 2;
}
@media only screen and (max-width: 870px) {
  .text-and-image.reversed .text-and-image__inner--text {
    grid-column: 1/13;
  }
}
.text-and-image.reversed .text-and-image__inner--image {
  grid-column: 1/6;
  order: 1;
}
@media only screen and (max-width: 870px) {
  .text-and-image.reversed .text-and-image__inner--image {
    grid-column: 1/13;
    margin-left: -18px;
    margin-right: -18px;
  }
}

.card {
  grid-column: span 4;
  text-decoration: none;
}
.card__content {
  padding: 42px 32px;
}
.card__content--title {
  color: #121212;
  margin-bottom: 8px;
}
.card__content--title:after {
  color: #ee2b4c;
  font-family: "Font Awesome 7 Pro";
  font-size: 1.4375rem;
  content: "\f061";
  margin-left: 8px;
  text-decoration: none;
  white-space: nowrap;
}
.card__content--text {
  color: #121212;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.card__image {
  display: block;
  overflow: hidden;
}
.card__image img {
  display: block;
  transition: transform 0.5s;
}
.card:hover .card__content--title {
  color: #ee2b4c;
}
.card:hover .card__content--text {
  color: #121212;
}
.card:hover .card__image img {
  transform: scale(1.05);
}
@media only screen and (max-width: 870px) {
  .card {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .card {
    grid-column: span 12;
  }
}

.illustration-card {
  grid-column: span 4;
  text-decoration: none;
  color: #121212;
}
.illustration-card__content {
  padding: 42px 32px;
}
.illustration-card__content--title:after {
  color: #ee2b4c;
  font-family: "Font Awesome 7 Pro";
  font-size: 1.4375rem;
  content: "\f061";
  margin-left: 8px;
  text-decoration: none;
  white-space: nowrap;
}
.illustration-card__content--title:hover {
  color: #ee2b4c;
}
.illustration-card__image {
  display: block;
  overflow: hidden;
  padding: 32px;
}
.illustration-card__image img {
  display: block;
  transition: transform 0.5s;
}
.illustration-card:hover .card__content--title {
  color: #ee2b4c;
}
.illustration-card:hover .illustration-card__image img {
  transform: scale(1.05);
}
@media only screen and (max-width: 870px) {
  .illustration-card {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 600px) {
  .illustration-card {
    grid-column: span 12;
  }
}

.blue-block__inner {
  row-gap: 0;
}
.blue-block__inner--text {
  grid-column: 1/8;
  padding: 45px 25px 45px 45px;
}
@media only screen and (max-width: 870px) {
  .blue-block__inner--text {
    grid-column: 1/13;
    order: 2;
    padding: 36px;
  }
}
.blue-block__inner--image-container {
  grid-column: 8/13;
}
.blue-block__inner--image-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 870px) {
  .blue-block__inner--image-container {
    grid-column: 1/13;
    order: 1;
  }
  .blue-block__inner--image-container img {
    width: 100%;
    height: auto;
  }
}

.cta-block__inner {
  row-gap: 0;
}
.cta-block__inner--icon {
  grid-column: 1/3;
  padding: 44px 0 44px 44px;
  width: 120px;
}
@media only screen and (max-width: 870px) {
  .cta-block__inner--icon {
    grid-column: 1/13;
    padding: 36px 0 36px 36px;
    width: 100px;
  }
}
.cta-block__inner--text {
  grid-column: 3/13;
  padding: 44px 44px 44px 20px;
}
.cta-block__inner--text h3 {
  margin-bottom: 12px;
}
.cta-block__inner--text p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 870px) {
  .cta-block__inner--text {
    grid-column: 1/13;
    padding: 0 36px 36px 36px;
  }
}

.stat-strip__inner {
  padding: 90px 0;
  row-gap: 0;
}
@media only screen and (max-width: 870px) {
  .stat-strip__inner {
    padding: 36px 0;
  }
}
.stat-strip__inner--title {
  grid-column: span 12;
  margin-bottom: 48px;
}
.stat-strip__inner--title h2 {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 56px;
}
@media only screen and (max-width: 1472px) {
  .stat-strip__inner--title h2 {
    font-size: 2.875rem;
  }
}
@media only screen and (max-width: 1050px) {
  .stat-strip__inner--title h2 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
}
@media only screen and (max-width: 870px) {
  .stat-strip__inner--title h2 {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
}
@media only screen and (max-width: 600px) {
  .stat-strip__inner--title h2 {
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 480px) {
  .stat-strip__inner--title h2 {
    font-size: 2.375rem;
  }
}
.stat-strip__inner--stat {
  grid-column: span 3;
}
.stat-strip__inner--stat .stat-strip-icon {
  width: 184px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 870px) {
  .stat-strip__inner--stat .stat-strip-icon {
    width: 130px;
    max-width: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .stat-strip__inner--stat .stat-strip-icon {
    max-width: none;
    width: 100%;
  }
}
.stat-strip__inner--stat .stat-strip-number {
  font-family: "Inter", sans-serif;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 56px;
  margin-bottom: 0;
}
@media only screen and (max-width: 870px) {
  .stat-strip__inner--stat .stat-strip-number {
    font-size: 2.875rem;
  }
}
@media only screen and (max-width: 600px) {
  .stat-strip__inner--stat .stat-strip-number {
    font-size: 2.375rem;
  }
}
.stat-strip__inner--stat .stat-strip-text {
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 42px;
}
@media only screen and (max-width: 870px) {
  .stat-strip__inner--stat .stat-strip-text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .stat-strip__inner--stat .stat-strip-text {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 870px) {
  .stat-strip__inner--stat {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 480px) {
  .stat-strip__inner--stat {
    grid-column: 3/11;
    padding-right: 0;
  }
}
.stat-strip__inner--button {
  grid-column: span 12;
}
.stat-strip__inner--button a {
  background-color: #ee2b4c;
  color: #121212;
}
.stat-strip__inner--button a:hover {
  background-color: #f2ecde;
  color: #121212;
}
@media only screen and (max-width: 870px) {
  .stat-strip__inner--button {
    justify-self: center;
  }
  .stat-strip__inner--button a {
    margin: 0;
  }
}

/* Target the 1st stat element’s icon */
.stat-strip__inner--stat:nth-of-type(2) .stat-strip-icon {
  transform: rotate(-3deg);
}

/* Target the 2nd stat element’s icon */
.stat-strip__inner--stat:nth-of-type(3) .stat-strip-icon {
  transform: rotate(3deg);
}

/* Target the 3rd stat element’s icon */
.stat-strip__inner--stat:nth-of-type(4) .stat-strip-icon {
  transform: rotate(-3deg);
}

/* Target the 4th stat element’s icon */
.stat-strip__inner--stat:nth-of-type(5) .stat-strip-icon {
  transform: rotate(3deg);
}
