@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);@charset "UTF-8";
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 23, 2021 */
@font-face {
  font-family: 'fidobold';
  src: url("../fonts/fido-bold_2-webfont.woff2") format("woff2"), url("../fonts/fido-bold_2-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/**
* Responsive break points
*/
/**
* Preset break points
*/
/**
 * Element        
 */
/**
 * Modifier.       
 */
@keyframes ripple {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    transform: translate(-50%, -50%) scale(1);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

/**************/
/*****GRID - Specific to Dogs Trust *****/
/**************/
.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

@media only screen and (max-width: 1431px) {
  .grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

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

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

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

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

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

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

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

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

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

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

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

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

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

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

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

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

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

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

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

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

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

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

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

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

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

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

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

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

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

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

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

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

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

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

.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

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

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

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

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

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

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

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

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

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

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

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

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

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

.grid-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

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

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

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

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

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

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

.grid-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

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

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

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

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

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

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

.grid-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

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

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

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

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

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

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

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 16px;
}

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

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .grid-1-xxlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .grid-1-xxlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .grid-1-xxlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .grid-1-xxlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 399px) {
  .grid-1-xxlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 319px) {
  .grid-1-xxlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1431px) {
  .grid-2-xxlarge {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .grid-3-xxlarge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .grid-4-xxlarge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .grid-5-xxlarge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .grid-6-xxlarge {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .grid-7-xxlarge {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .grid-8-xxlarge {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .grid-9-xxlarge {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .grid-10-xxlarge {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .grid-11-xxlarge {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .grid-12-xxlarge {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 399px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 319px) {
  .grid-1-xlarge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 399px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 319px) {
  .grid-1-large {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.columns-1 {
  grid-column: span 1;
}

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

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

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

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

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

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

.columns-2 {
  grid-column: span 2;
}

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

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

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

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

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

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

.columns-3 {
  grid-column: span 3;
}

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

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

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

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

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

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

.columns-4 {
  grid-column: span 4;
}

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

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

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

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

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

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

.columns-5 {
  grid-column: span 5;
}

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

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

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

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

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

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

.columns-6 {
  grid-column: span 6;
}

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

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

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

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

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

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

.columns-7 {
  grid-column: span 7;
}

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

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

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

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

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

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

.columns-8 {
  grid-column: span 8;
}

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

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

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

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

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

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

.columns-9 {
  grid-column: span 9;
}

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

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

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

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

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

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

.columns-10 {
  grid-column: span 10;
}

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

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

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

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

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

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

.columns-11 {
  grid-column: span 11;
}

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

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

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

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

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

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

.columns-12 {
  grid-column: span 12;
}

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

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

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

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

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

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

@media only screen and (max-width: 1431px) {
  .columns-1-xxlarge {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-1-xxlarge {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-1-xxlarge {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 759px) {
  .columns-1-xxlarge {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 399px) {
  .columns-1-xxlarge {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 319px) {
  .columns-1-xxlarge {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 1431px) {
  .columns-2-xxlarge {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-2-xxlarge {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-2-xxlarge {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 759px) {
  .columns-2-xxlarge {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 399px) {
  .columns-2-xxlarge {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 319px) {
  .columns-2-xxlarge {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 1431px) {
  .columns-3-xxlarge {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-3-xxlarge {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-3-xxlarge {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 759px) {
  .columns-3-xxlarge {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 399px) {
  .columns-3-xxlarge {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 319px) {
  .columns-3-xxlarge {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 1431px) {
  .columns-4-xxlarge {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-4-xxlarge {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-4-xxlarge {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 759px) {
  .columns-4-xxlarge {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 399px) {
  .columns-4-xxlarge {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 319px) {
  .columns-4-xxlarge {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 1431px) {
  .columns-5-xxlarge {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-5-xxlarge {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-5-xxlarge {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 759px) {
  .columns-5-xxlarge {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 399px) {
  .columns-5-xxlarge {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 319px) {
  .columns-5-xxlarge {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 1431px) {
  .columns-6-xxlarge {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-6-xxlarge {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-6-xxlarge {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 759px) {
  .columns-6-xxlarge {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 399px) {
  .columns-6-xxlarge {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 319px) {
  .columns-6-xxlarge {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 1431px) {
  .columns-7-xxlarge {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-7-xxlarge {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-7-xxlarge {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 759px) {
  .columns-7-xxlarge {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 399px) {
  .columns-7-xxlarge {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 319px) {
  .columns-7-xxlarge {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 1431px) {
  .columns-8-xxlarge {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-8-xxlarge {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-8-xxlarge {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 759px) {
  .columns-8-xxlarge {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 399px) {
  .columns-8-xxlarge {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 319px) {
  .columns-8-xxlarge {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 1431px) {
  .columns-9-xxlarge {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-9-xxlarge {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-9-xxlarge {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 759px) {
  .columns-9-xxlarge {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 399px) {
  .columns-9-xxlarge {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 319px) {
  .columns-9-xxlarge {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 1431px) {
  .columns-10-xxlarge {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-10-xxlarge {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-10-xxlarge {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 759px) {
  .columns-10-xxlarge {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 399px) {
  .columns-10-xxlarge {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 319px) {
  .columns-10-xxlarge {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 1431px) {
  .columns-11-xxlarge {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-11-xxlarge {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-11-xxlarge {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 759px) {
  .columns-11-xxlarge {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 399px) {
  .columns-11-xxlarge {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 319px) {
  .columns-11-xxlarge {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 1431px) {
  .columns-12-xxlarge {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-12-xxlarge {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-12-xxlarge {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 759px) {
  .columns-12-xxlarge {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 399px) {
  .columns-12-xxlarge {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 319px) {
  .columns-12-xxlarge {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 759px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 399px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 319px) {
  .columns-1-xlarge {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 759px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 399px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 319px) {
  .columns-2-xlarge {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 759px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 399px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 319px) {
  .columns-3-xlarge {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 759px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 399px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 319px) {
  .columns-4-xlarge {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 759px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 399px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 319px) {
  .columns-5-xlarge {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 759px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 399px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 319px) {
  .columns-6-xlarge {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 759px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 399px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 319px) {
  .columns-7-xlarge {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 759px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 399px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 319px) {
  .columns-8-xlarge {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 759px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 399px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 319px) {
  .columns-9-xlarge {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 759px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 399px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 319px) {
  .columns-10-xlarge {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 759px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 399px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 319px) {
  .columns-11-xlarge {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 1199px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 759px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 399px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 319px) {
  .columns-12-xlarge {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-1-large {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 759px) {
  .columns-1-large {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 399px) {
  .columns-1-large {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 319px) {
  .columns-1-large {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-2-large {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 759px) {
  .columns-2-large {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 399px) {
  .columns-2-large {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 319px) {
  .columns-2-large {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-3-large {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 759px) {
  .columns-3-large {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 399px) {
  .columns-3-large {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 319px) {
  .columns-3-large {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-4-large {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 759px) {
  .columns-4-large {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 399px) {
  .columns-4-large {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 319px) {
  .columns-4-large {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-5-large {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 759px) {
  .columns-5-large {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 399px) {
  .columns-5-large {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 319px) {
  .columns-5-large {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-6-large {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 759px) {
  .columns-6-large {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 399px) {
  .columns-6-large {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 319px) {
  .columns-6-large {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-7-large {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 759px) {
  .columns-7-large {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 399px) {
  .columns-7-large {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 319px) {
  .columns-7-large {
    grid-column: span 7;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-8-large {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 759px) {
  .columns-8-large {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 399px) {
  .columns-8-large {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 319px) {
  .columns-8-large {
    grid-column: span 8;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-9-large {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 759px) {
  .columns-9-large {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 399px) {
  .columns-9-large {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 319px) {
  .columns-9-large {
    grid-column: span 9;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-10-large {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 759px) {
  .columns-10-large {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 399px) {
  .columns-10-large {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 319px) {
  .columns-10-large {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-11-large {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 759px) {
  .columns-11-large {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 399px) {
  .columns-11-large {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 319px) {
  .columns-11-large {
    grid-column: span 11;
  }
}

@media only screen and (max-width: 1023px) {
  .columns-12-large {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 759px) {
  .columns-12-large {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 399px) {
  .columns-12-large {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 319px) {
  .columns-12-large {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 759px) {
  .columns-1-medium {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 399px) {
  .columns-1-medium {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 319px) {
  .columns-1-medium {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 759px) {
  .columns-2-medium {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 399px) {
  .columns-2-medium {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 319px) {
  .columns-2-medium {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 759px) {
  .columns-3-medium {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 399px) {
  .columns-3-medium {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 319px) {
  .columns-3-medium {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 759px) {
  .columns-4-medium {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 399px) {
  .columns-4-medium {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 319px) {
  .columns-4-medium {
    grid-column: span 4;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only print {
  .columns-1-print {
    grid-column: span 1;
  }
}

@media only print {
  .columns-2-print {
    grid-column: span 2;
  }
}

@media only print {
  .columns-3-print {
    grid-column: span 3;
  }
}

@media only print {
  .columns-4-print {
    grid-column: span 4;
  }
}

@media only print {
  .columns-5-print {
    grid-column: span 5;
  }
}

@media only print {
  .columns-6-print {
    grid-column: span 6;
  }
}

@media only print {
  .columns-7-print {
    grid-column: span 7;
  }
}

@media only print {
  .columns-8-print {
    grid-column: span 8;
  }
}

@media only print {
  .columns-9-print {
    grid-column: span 9;
  }
}

@media only print {
  .columns-10-print {
    grid-column: span 10;
  }
}

@media only print {
  .columns-11-print {
    grid-column: span 11;
  }
}

@media only print {
  .columns-12-print {
    grid-column: span 12;
  }
}

.container {
  width: 1400px;
  max-width: calc(100% - (2 * 16px));
  margin: 0 auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (max-width: 1431px) {
  .container {
    width: 1168px;
    max-width: calc(100% - (2 * 16px));
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    width: 992px;
    max-width: calc(100% - (2 * 16px));
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .container {
    width: calc(100% - (2 * 16px));
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .container {
    width: calc(100% - (2 * 16px));
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 399px) {
  .container {
    width: calc(100% - (2 * 16px));
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 319px) {
  .container {
    width: calc(100% - (2 * 16px));
    padding-left: 16px;
    padding-right: 16px;
  }
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 319px) {
  .hide-xsmall {
    display: none !important;
  }
}

@media only screen and (max-width: 399px) {
  .hide-small {
    display: none !important;
  }
}

@media only screen and (max-width: 759px) {
  .hide-medium {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .hide-large {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .hide-xlarge {
    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: 319px) {
  .inline-xsmall {
    display: inline !important;
  }
}

@media only screen and (max-width: 399px) {
  .inline-small {
    display: inline !important;
  }
}

@media only screen and (max-width: 759px) {
  .inline-medium {
    display: inline !important;
  }
}

@media only screen and (max-width: 1023px) {
  .inline-large {
    display: inline !important;
  }
}

@media only screen and (max-width: 1199px) {
  .inline-xlarge {
    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: 319px) {
  .inline-block-xsmall {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 399px) {
  .inline-block-small {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 759px) {
  .inline-block-medium {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 1023px) {
  .inline-block-large {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 1199px) {
  .inline-block-xlarge {
    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: 319px) {
  .block-xsmall {
    display: block !important;
  }
}

@media only screen and (max-width: 399px) {
  .block-small {
    display: block !important;
  }
}

@media only screen and (max-width: 759px) {
  .block-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 1023px) {
  .block-large {
    display: block !important;
  }
}

@media only screen and (max-width: 1199px) {
  .block-xlarge {
    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: 319px) {
  .flex-xsmall {
    display: flex !important;
  }
}

@media only screen and (max-width: 399px) {
  .flex-small {
    display: flex !important;
  }
}

@media only screen and (max-width: 759px) {
  .flex-medium {
    display: flex !important;
  }
}

@media only screen and (max-width: 1023px) {
  .flex-large {
    display: flex !important;
  }
}

@media only screen and (max-width: 1199px) {
  .flex-xlarge {
    display: flex !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-black {
  background-color: #000000;
  color: #ffffff;
}

.bg-midnight {
  background-color: #222222;
  color: #ffffff;
}

.bg-sunshine-yellow {
  background-color: #ffc800;
  color: #222222;
}

.bg-sandy-fur {
  background-color: #faf5e6;
  color: #222222;
}

.bg-oatmeal {
  background-color: #d2c8b9;
  color: #222222;
}

.bg-pink-tongue {
  background-color: #fa9b9b;
  color: #222222;
}

.bg-white {
  background-color: #ffffff;
  color: #222222;
}

.bg-black-inner {
  background-color: #000000;
  color: #ffffff;
}

.bg-midnight-inner {
  background-color: #222222;
  color: #ffffff;
}

.bg-sunshine-yellow-inner {
  background-color: #ffc800;
  color: #222222;
}

.bg-sandy-fur-inner {
  background-color: #faf5e6;
  color: #222222;
}

.bg-oatmeal-inner {
  background-color: #d2c8b9;
  color: #222222;
}

.bg-pink-tongue-inner {
  background-color: #fa9b9b;
  color: #222222;
}

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

@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;
}

.sticky-header *,
*:target {
  scroll-margin-top: 128px;
}

@media only screen and (max-width: 1023px) {
  .sticky-header.sticky-header--hidden *,
  .sticky-header.sticky-header--hidden *:target {
    scroll-margin-top: 24px;
  }
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #222222;
}

.mce-content-body body {
  font-size: 1.125rem;
  line-height: 2rem;
}

h1 {
  font-size: 3.5rem;
  line-height: 4rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "fidobold", "Work Sans", sans-serif;
}

@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

@media only screen and (max-width: 759px) {
  h1 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

.mce-content-body h1 {
  font-size: 3.5rem;
  line-height: 4rem;
}

h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "fidobold", "Work Sans", sans-serif;
}

@media only screen and (max-width: 1023px) {
  h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 759px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.mce-content-body h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "fidobold", "Work Sans", sans-serif;
}

.mce-content-body h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "fidobold", "Work Sans", sans-serif;
}

.mce-content-body h4 {
  font-size: 1.125rem;
  line-height: 2rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "fidobold", "Work Sans", sans-serif;
}

.mce-content-body h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "fidobold", "Work Sans", sans-serif;
}

.mce-content-body h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

p {
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 0 0 1.5rem 0;
}

.mce-content-body p {
  font-size: 1.125rem;
  line-height: 2rem;
}

p.lead-paragraph {
  font-size: 1.3125rem;
  line-height: 2rem;
}

.mce-content-body p.lead-paragraph {
  font-size: 1.3125rem;
  line-height: 2rem;
}

p.small-paragraph {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mce-content-body p.small-paragraph {
  font-size: 1rem;
  line-height: 1.5rem;
}

p.xsmall-paragraph {
  font-size: 0.875rem;
  line-height: 1rem;
}

.mce-content-body p.xsmall-paragraph {
  font-size: 0.875rem;
  line-height: 1rem;
}

p.pull-text {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "fidobold", "Work Sans", sans-serif;
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 1023px) {
  p.pull-text {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 759px) {
  p.pull-text {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.mce-content-body p.pull-text {
  font-size: 2.5rem;
  line-height: 3rem;
}

p.pull-text-small {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "fidobold", "Work Sans", sans-serif;
  margin-bottom: 2rem;
}

.mce-content-body p.pull-text-small {
  font-size: 1.5rem;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: dotted 1px;
}

a:hover {
  border-bottom: solid 1px;
  background: rgba(34, 34, 34, 0.16);
}

.bg-black a:hover,
.bg-black-inner a:hover,
.bg-midnight a:hover,
.bg-midnight-inner a:hover {
  background: rgba(255, 255, 255, 0.16);
}

a:active {
  border-bottom: dotted 1px;
  background: rgba(34, 34, 34, 0.16);
}

.bg-black a:active,
.bg-black-inner a:active,
.bg-midnight a:active,
.bg-midnight-inner a:active {
  background: rgba(255, 255, 255, 0.16);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: inline-block;
  max-width: 100%;
}

a.button {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
  margin-right: 24px;
  margin-bottom: 8px;
}

.bg-sunshine-yellow a.button,
.bg-sunshine-yellow-inner a.button {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue a.button,
.bg-pink-tongue-inner a.button {
  background: #ffffff;
  color: #222222;
}

a.button:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow a.button:hover,
.bg-sunshine-yellow-inner a.button:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue a.button:hover,
.bg-pink-tongue-inner a.button:hover {
  background: #434343;
  color: #ffffff;
}

a.button:hover:after {
  transform: translateX(5px);
}

a.button:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body a.button.button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body a.button.button--rippling,
.bg-sunshine-yellow-inner body a.button.button--rippling {
  background: #222222;
}

.bg-pink-tongue body a.button.button--rippling,
.bg-pink-tongue-inner body a.button.button--rippling {
  background: #ffffff;
}

body a.button.button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body a.button.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body a.button.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body a.button.button--rippling .button__ripple,
.bg-pink-tongue-inner body a.button.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

a.button:last-child {
  margin-right: 0;
}

p[style*="text-align: center"] > a.button,
p.align-center > a.button,
.align-center p > a.button {
  margin-left: 12px;
  margin-right: 12px;
}

a.button-secondary {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
  background: #222222;
  color: #ffffff;
  margin-right: 24px;
  margin-bottom: 8px;
}

.bg-sunshine-yellow a.button-secondary,
.bg-sunshine-yellow-inner a.button-secondary {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue a.button-secondary,
.bg-pink-tongue-inner a.button-secondary {
  background: #ffffff;
  color: #222222;
}

a.button-secondary:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow a.button-secondary:hover,
.bg-sunshine-yellow-inner a.button-secondary:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue a.button-secondary:hover,
.bg-pink-tongue-inner a.button-secondary:hover {
  background: #434343;
  color: #ffffff;
}

a.button-secondary:hover:after {
  transform: translateX(5px);
}

a.button-secondary:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body a.button-secondary.button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body a.button-secondary.button--rippling,
.bg-sunshine-yellow-inner body a.button-secondary.button--rippling {
  background: #222222;
}

.bg-pink-tongue body a.button-secondary.button--rippling,
.bg-pink-tongue-inner body a.button-secondary.button--rippling {
  background: #ffffff;
}

body a.button-secondary.button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body a.button-secondary.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body a.button-secondary.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body a.button-secondary.button--rippling .button__ripple,
.bg-pink-tongue-inner body a.button-secondary.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

.bg-black a.button-secondary,
.bg-black-inner a.button-secondary,
.bg-midnight a.button-secondary,
.bg-midnight-inner a.button-secondary {
  background: #ffffff;
  color: #222222;
}

a.button-secondary:hover {
  background: #434343;
  color: #ffffff;
}

.bg-black a.button-secondary:hover,
.bg-black-inner a.button-secondary:hover,
.bg-midnight a.button-secondary:hover,
.bg-midnight-inner a.button-secondary:hover {
  background: #e8e8e8;
  color: #222222;
}

body a.button-secondary.button--rippling {
  background-color: #222222;
}

.bg-black body a.button-secondary.button--rippling,
.bg-black-inner body a.button-secondary.button--rippling,
.bg-midnight body a.button-secondary.button--rippling,
.bg-midnight-inner body a.button-secondary.button--rippling {
  background: #e8e8e8;
}

body a.button-secondary.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-black body a.button-secondary.button--rippling .button__ripple,
.bg-black-inner body a.button-secondary.button--rippling .button__ripple,
.bg-midnight body a.button-secondary.button--rippling .button__ripple,
.bg-midnight-inner body a.button-secondary.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

a.button-secondary:last-child {
  margin-right: 0;
}

p[style*="text-align: center"] > a.button-secondary,
p.align-center > a.button-secondary,
.align-center p > a.button-secondary {
  margin-left: 12px;
  margin-right: 12px;
}

a.button-tertiary {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
  padding: 0.875rem 1.375rem;
  border: solid 2px;
  background: transparent;
  color: #222222;
  margin-right: 24px;
  margin-bottom: 8px;
}

.bg-sunshine-yellow a.button-tertiary,
.bg-sunshine-yellow-inner a.button-tertiary {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue a.button-tertiary,
.bg-pink-tongue-inner a.button-tertiary {
  background: #ffffff;
  color: #222222;
}

a.button-tertiary:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow a.button-tertiary:hover,
.bg-sunshine-yellow-inner a.button-tertiary:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue a.button-tertiary:hover,
.bg-pink-tongue-inner a.button-tertiary:hover {
  background: #434343;
  color: #ffffff;
}

a.button-tertiary:hover:after {
  transform: translateX(5px);
}

a.button-tertiary:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body a.button-tertiary.button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body a.button-tertiary.button--rippling,
.bg-sunshine-yellow-inner body a.button-tertiary.button--rippling {
  background: #222222;
}

.bg-pink-tongue body a.button-tertiary.button--rippling,
.bg-pink-tongue-inner body a.button-tertiary.button--rippling {
  background: #ffffff;
}

body a.button-tertiary.button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body a.button-tertiary.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body a.button-tertiary.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body a.button-tertiary.button--rippling .button__ripple,
.bg-pink-tongue-inner body a.button-tertiary.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

.bg-black a.button-tertiary,
.bg-black-inner a.button-tertiary,
.bg-midnight a.button-tertiary,
.bg-midnight-inner a.button-tertiary {
  color: #ffffff;
}

.bg-sunshine-yellow a.button-tertiary,
.bg-sunshine-yellow-inner a.button-tertiary,
.bg-pink-tongue a.button-tertiary,
.bg-pink-tongue-inner a.button-tertiary {
  background: transparent;
  color: #222222;
}

a.button-tertiary:hover {
  background: rgba(126, 126, 126, 0.2);
  color: #222222;
}

.bg-black a.button-tertiary:hover,
.bg-black-inner a.button-tertiary:hover,
.bg-midnight a.button-tertiary:hover,
.bg-midnight-inner a.button-tertiary:hover {
  color: #ffffff;
}

.bg-sunshine-yellow a.button-tertiary:hover,
.bg-sunshine-yellow-inner a.button-tertiary:hover,
.bg-pink-tongue a.button-tertiary:hover,
.bg-pink-tongue-inner a.button-tertiary:hover {
  background: rgba(126, 126, 126, 0.2);
  color: #222222;
}

body a.button-tertiary.button--rippling {
  background-color: transparent;
}

body a.button-tertiary.button--rippling .button__ripple {
  background-color: rgba(126, 126, 126, 0.3);
}

a.button-tertiary:last-child {
  margin-right: 0;
}

p[style*="text-align: center"] > a.button-tertiary,
p.align-center > a.button-tertiary,
.align-center p > a.button-tertiary {
  margin-left: 12px;
  margin-right: 12px;
}

a.button-quaternary {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
  background: #ffffff;
  color: #222222;
  margin-right: 24px;
  margin-bottom: 8px;
}

.bg-sunshine-yellow a.button-quaternary,
.bg-sunshine-yellow-inner a.button-quaternary {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue a.button-quaternary,
.bg-pink-tongue-inner a.button-quaternary {
  background: #ffffff;
  color: #222222;
}

a.button-quaternary:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow a.button-quaternary:hover,
.bg-sunshine-yellow-inner a.button-quaternary:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue a.button-quaternary:hover,
.bg-pink-tongue-inner a.button-quaternary:hover {
  background: #434343;
  color: #ffffff;
}

a.button-quaternary:hover:after {
  transform: translateX(5px);
}

a.button-quaternary:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body a.button-quaternary.button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body a.button-quaternary.button--rippling,
.bg-sunshine-yellow-inner body a.button-quaternary.button--rippling {
  background: #222222;
}

.bg-pink-tongue body a.button-quaternary.button--rippling,
.bg-pink-tongue-inner body a.button-quaternary.button--rippling {
  background: #ffffff;
}

body a.button-quaternary.button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body a.button-quaternary.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body a.button-quaternary.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body a.button-quaternary.button--rippling .button__ripple,
.bg-pink-tongue-inner body a.button-quaternary.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

.bg-black a.button-quaternary,
.bg-black-inner a.button-quaternary,
.bg-midnight a.button-quaternary,
.bg-midnight-inner a.button-quaternary {
  background: #ffffff;
  color: #222222;
}

a.button-quaternary:hover {
  background: #7e7e7e;
  color: #ffffff;
}

.bg-black a.button-quaternary:hover,
.bg-black-inner a.button-quaternary:hover,
.bg-midnight a.button-quaternary:hover,
.bg-midnight-inner a.button-quaternary:hover {
  background: #e8e8e8;
  color: #222222;
}

body a.button-quaternary.button--rippling {
  background-color: #7e7e7e;
}

.bg-black body a.button-quaternary.button--rippling,
.bg-black-inner body a.button-quaternary.button--rippling,
.bg-midnight body a.button-quaternary.button--rippling,
.bg-midnight-inner body a.button-quaternary.button--rippling {
  background: #e8e8e8;
}

body a.button-quaternary.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-black body a.button-quaternary.button--rippling .button__ripple,
.bg-black-inner body a.button-quaternary.button--rippling .button__ripple,
.bg-midnight body a.button-quaternary.button--rippling .button__ripple,
.bg-midnight-inner body a.button-quaternary.button--rippling .button__ripple {
  background-color: rgba(126, 126, 126, 0.3);
}

a.button-quaternary:last-child {
  margin-right: 0;
}

p[style*="text-align: center"] > a.button-quaternary,
p.align-center > a.button-quaternary,
.align-center p > a.button-quaternary {
  margin-left: 12px;
  margin-right: 12px;
}

a.button-small {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  margin-right: 24px;
  margin-bottom: 8px;
}

.bg-sunshine-yellow a.button-small,
.bg-sunshine-yellow-inner a.button-small {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue a.button-small,
.bg-pink-tongue-inner a.button-small {
  background: #ffffff;
  color: #222222;
}

a.button-small:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow a.button-small:hover,
.bg-sunshine-yellow-inner a.button-small:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue a.button-small:hover,
.bg-pink-tongue-inner a.button-small:hover {
  background: #434343;
  color: #ffffff;
}

a.button-small:hover:after {
  transform: translateX(5px);
}

a.button-small:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body a.button-small.button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body a.button-small.button--rippling,
.bg-sunshine-yellow-inner body a.button-small.button--rippling {
  background: #222222;
}

.bg-pink-tongue body a.button-small.button--rippling,
.bg-pink-tongue-inner body a.button-small.button--rippling {
  background: #ffffff;
}

body a.button-small.button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body a.button-small.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body a.button-small.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body a.button-small.button--rippling .button__ripple,
.bg-pink-tongue-inner body a.button-small.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

a.button-small:last-child {
  margin-right: 0;
}

p[style*="text-align: center"] > a.button-small,
p.align-center > a.button-small,
.align-center p > a.button-small {
  margin-left: 12px;
  margin-right: 12px;
}

a.button-small-secondary {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
  background: #222222;
  color: #ffffff;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  margin-right: 24px;
  margin-bottom: 8px;
}

.bg-sunshine-yellow a.button-small-secondary,
.bg-sunshine-yellow-inner a.button-small-secondary {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue a.button-small-secondary,
.bg-pink-tongue-inner a.button-small-secondary {
  background: #ffffff;
  color: #222222;
}

a.button-small-secondary:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow a.button-small-secondary:hover,
.bg-sunshine-yellow-inner a.button-small-secondary:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue a.button-small-secondary:hover,
.bg-pink-tongue-inner a.button-small-secondary:hover {
  background: #434343;
  color: #ffffff;
}

a.button-small-secondary:hover:after {
  transform: translateX(5px);
}

a.button-small-secondary:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body a.button-small-secondary.button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body a.button-small-secondary.button--rippling,
.bg-sunshine-yellow-inner body a.button-small-secondary.button--rippling {
  background: #222222;
}

.bg-pink-tongue body a.button-small-secondary.button--rippling,
.bg-pink-tongue-inner body a.button-small-secondary.button--rippling {
  background: #ffffff;
}

body a.button-small-secondary.button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body a.button-small-secondary.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body a.button-small-secondary.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body a.button-small-secondary.button--rippling .button__ripple,
.bg-pink-tongue-inner body a.button-small-secondary.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

.bg-black a.button-small-secondary,
.bg-black-inner a.button-small-secondary,
.bg-midnight a.button-small-secondary,
.bg-midnight-inner a.button-small-secondary {
  background: #ffffff;
  color: #222222;
}

a.button-small-secondary:hover {
  background: #434343;
  color: #ffffff;
}

.bg-black a.button-small-secondary:hover,
.bg-black-inner a.button-small-secondary:hover,
.bg-midnight a.button-small-secondary:hover,
.bg-midnight-inner a.button-small-secondary:hover {
  background: #e8e8e8;
  color: #222222;
}

body a.button-small-secondary.button--rippling {
  background-color: #222222;
}

.bg-black body a.button-small-secondary.button--rippling,
.bg-black-inner body a.button-small-secondary.button--rippling,
.bg-midnight body a.button-small-secondary.button--rippling,
.bg-midnight-inner body a.button-small-secondary.button--rippling {
  background: #e8e8e8;
}

body a.button-small-secondary.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-black body a.button-small-secondary.button--rippling .button__ripple,
.bg-black-inner body a.button-small-secondary.button--rippling .button__ripple,
.bg-midnight body a.button-small-secondary.button--rippling .button__ripple,
.bg-midnight-inner body a.button-small-secondary.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

a.button-small-secondary:last-child {
  margin-right: 0;
}

p[style*="text-align: center"] > a.button-small-secondary,
p.align-center > a.button-small-secondary,
.align-center p > a.button-small-secondary {
  margin-left: 12px;
  margin-right: 12px;
}

a.button-small-tertiary {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
  padding: 0.875rem 1.375rem;
  border: solid 2px;
  background: transparent;
  color: #222222;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  margin-right: 24px;
  margin-bottom: 8px;
}

.bg-sunshine-yellow a.button-small-tertiary,
.bg-sunshine-yellow-inner a.button-small-tertiary {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue a.button-small-tertiary,
.bg-pink-tongue-inner a.button-small-tertiary {
  background: #ffffff;
  color: #222222;
}

a.button-small-tertiary:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow a.button-small-tertiary:hover,
.bg-sunshine-yellow-inner a.button-small-tertiary:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue a.button-small-tertiary:hover,
.bg-pink-tongue-inner a.button-small-tertiary:hover {
  background: #434343;
  color: #ffffff;
}

a.button-small-tertiary:hover:after {
  transform: translateX(5px);
}

a.button-small-tertiary:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body a.button-small-tertiary.button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body a.button-small-tertiary.button--rippling,
.bg-sunshine-yellow-inner body a.button-small-tertiary.button--rippling {
  background: #222222;
}

.bg-pink-tongue body a.button-small-tertiary.button--rippling,
.bg-pink-tongue-inner body a.button-small-tertiary.button--rippling {
  background: #ffffff;
}

body a.button-small-tertiary.button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body a.button-small-tertiary.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body a.button-small-tertiary.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body a.button-small-tertiary.button--rippling .button__ripple,
.bg-pink-tongue-inner body a.button-small-tertiary.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

.bg-black a.button-small-tertiary,
.bg-black-inner a.button-small-tertiary,
.bg-midnight a.button-small-tertiary,
.bg-midnight-inner a.button-small-tertiary {
  color: #ffffff;
}

.bg-sunshine-yellow a.button-small-tertiary,
.bg-sunshine-yellow-inner a.button-small-tertiary,
.bg-pink-tongue a.button-small-tertiary,
.bg-pink-tongue-inner a.button-small-tertiary {
  background: transparent;
  color: #222222;
}

a.button-small-tertiary:hover {
  background: rgba(126, 126, 126, 0.2);
  color: #222222;
}

.bg-black a.button-small-tertiary:hover,
.bg-black-inner a.button-small-tertiary:hover,
.bg-midnight a.button-small-tertiary:hover,
.bg-midnight-inner a.button-small-tertiary:hover {
  color: #ffffff;
}

.bg-sunshine-yellow a.button-small-tertiary:hover,
.bg-sunshine-yellow-inner a.button-small-tertiary:hover,
.bg-pink-tongue a.button-small-tertiary:hover,
.bg-pink-tongue-inner a.button-small-tertiary:hover {
  background: rgba(126, 126, 126, 0.2);
  color: #222222;
}

body a.button-small-tertiary.button--rippling {
  background-color: transparent;
}

body a.button-small-tertiary.button--rippling .button__ripple {
  background-color: rgba(126, 126, 126, 0.3);
}

a.button-small-tertiary:last-child {
  margin-right: 0;
}

p[style*="text-align: center"] > a.button-small-tertiary,
p.align-center > a.button-small-tertiary,
.align-center p > a.button-small-tertiary {
  margin-left: 12px;
  margin-right: 12px;
}

ul {
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 0 0 1.5rem 0;
  padding-left: 1.5rem;
}

.mce-content-body ul {
  font-size: 1.125rem;
  line-height: 2rem;
}

ul.no-margins {
  position: static;
}

ol {
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 0 0 1.5rem 0;
  padding-left: 1.5rem;
}

.mce-content-body ol {
  font-size: 1.125rem;
  line-height: 2rem;
}

ol.no-margins {
  position: static;
}

.blog-article ul li,
.general-content ul li,
.text-and-image ul li,
.icon-and-text ul li,
.mce-content-body ul li {
  list-style: none;
  position: relative;
  margin-bottom: 1.5rem;
}

.blog-article ul li:last-child,
.general-content ul li:last-child,
.text-and-image ul li:last-child,
.icon-and-text ul li:last-child,
.mce-content-body ul li:last-child {
  margin-bottom: 0;
}

.blog-article ul li:before,
.general-content ul li:before,
.text-and-image ul li:before,
.icon-and-text ul li:before,
.mce-content-body ul li:before {
  content: "\2013";
  color: #ffc800;
  position: absolute;
  left: -1.5rem;
}

.blog-article ul.no-margins li,
.general-content ul.no-margins li,
.text-and-image ul.no-margins li,
.icon-and-text ul.no-margins li,
.mce-content-body ul.no-margins li {
  margin-bottom: 0;
}

.blog-article ol li,
.general-content ol li,
.text-and-image ol li,
.icon-and-text ol li,
.mce-content-body ol li {
  margin-bottom: 1.5rem;
}

.blog-article ol li:last-child,
.general-content ol li:last-child,
.text-and-image ol li:last-child,
.icon-and-text ol li:last-child,
.mce-content-body ol li:last-child {
  margin-bottom: 0;
}

.blog-article ol.no-margins li,
.general-content ol.no-margins li,
.text-and-image ol.no-margins li,
.icon-and-text ol.no-margins li,
.mce-content-body ol.no-margins li {
  margin-bottom: 0;
}

blockquote {
  font-size: 1.3125rem;
  line-height: 2rem;
  margin: 2.5rem 0;
  padding: 2.5rem 0 2.5rem 4.5rem;
  border-left: solid 8px #faf5e6;
}

.mce-content-body blockquote {
  font-size: 1.3125rem;
  line-height: 2rem;
}

.bg-sandy-fur blockquote,
.bg-sandy-fur-inner blockquote {
  border-left: solid 8px #fa9b9b;
}

@media only screen and (max-width: 1023px) {
  blockquote {
    padding-left: 56px;
  }
}

@media only screen and (max-width: 759px) {
  blockquote {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 399px) {
  blockquote {
    padding-left: 32px;
  }
}

blockquote p {
  font-size: inherit;
  line-height: inherit;
}

blockquote p.quote-citation, blockquote p.small-paragraph {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.mce-content-body blockquote p.quote-citation, .mce-content-body blockquote p.small-paragraph {
  font-size: 1rem;
  line-height: 1.5rem;
}

blockquote > :last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

img.img-left {
  float: left;
  clear: left;
  margin: 0 40px 24px 0;
  border-radius: 8px;
}

img.img-right {
  float: right;
  clear: right;
  margin: 0 0 24px 40px;
  border-radius: 8px;
}

table {
  margin-top: 0;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
}

table[border]:not([border="0"]) table {
  border: 1px solid;
}

tr {
  vertical-align: top;
}

th {
  text-align: left;
  padding: 1rem;
  font-weight: 600;
}

table[border]:not([border="0"]) th {
  border: 1px solid;
}

.mce-content-body th {
  font-family: inherit;
  font-size: inherit;
}

th p:last-child {
  margin-bottom: 0;
}

td {
  text-align: left;
  padding: 1rem;
}

table[border]:not([border="0"]) td {
  border: 1px solid;
}

.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: solid 1px #dddddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 1.4375rem 0 1.5rem 0;
}

label {
  display: inline-block;
  vertical-align: top;
  padding: 8px 16px 8px 0;
  box-sizing: border-box;
}

input[type="text"] {
  padding: 11px 16px;
  border: solid 1px #dddddd;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: inset 0px 2px 3px 0 rgba(126, 126, 126, 0.16);
  color: #222222;
  font-size: 1rem;
  line-height: 1.5rem;
}

input[type="text"]:focus {
  outline: none;
  border-color: #222222;
  box-shadow: inset 0px 2px 3px 0 rgba(126, 126, 126, 0.16), 0 0 0 1px #222222;
}

input[type="text"][disabled], input[type="text"][readonly] {
  color: #7e7e7e;
  background-color: #f4f4f4;
}

input[type="email"] {
  padding: 11px 16px;
  border: solid 1px #dddddd;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: inset 0px 2px 3px 0 rgba(126, 126, 126, 0.16);
  color: #222222;
  font-size: 1rem;
  line-height: 1.5rem;
}

input[type="email"]:focus {
  outline: none;
  border-color: #222222;
  box-shadow: inset 0px 2px 3px 0 rgba(126, 126, 126, 0.16), 0 0 0 1px #222222;
}

input[type="email"][disabled], input[type="email"][readonly] {
  color: #7e7e7e;
  background-color: #f4f4f4;
}

input[type="password"] {
  padding: 11px 16px;
  border: solid 1px #dddddd;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: inset 0px 2px 3px 0 rgba(126, 126, 126, 0.16);
  color: #222222;
  font-size: 1rem;
  line-height: 1.5rem;
}

input[type="password"]:focus {
  outline: none;
  border-color: #222222;
  box-shadow: inset 0px 2px 3px 0 rgba(126, 126, 126, 0.16), 0 0 0 1px #222222;
}

input[type="password"][disabled], input[type="password"][readonly] {
  color: #7e7e7e;
  background-color: #f4f4f4;
}

input[type="radio"] {
  margin-right: 0.625rem;
  transform: scale(1.5);
}

input[type="checkbox"] {
  margin-right: 0.625rem;
  transform: scale(1.5);
}

textarea {
  padding: 11px 16px;
  border: solid 1px #dddddd;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: inset 0px 2px 3px 0 rgba(126, 126, 126, 0.16);
  color: #222222;
  font-size: 1rem;
  line-height: 1.5rem;
}

textarea:focus {
  outline: none;
  border-color: #222222;
  box-shadow: inset 0px 2px 3px 0 rgba(126, 126, 126, 0.16), 0 0 0 1px #222222;
}

textarea[disabled], textarea[readonly] {
  color: #7e7e7e;
  background-color: #f4f4f4;
}

select {
  padding: 11px 16px;
  border: solid 1px #dddddd;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: inset 0px 2px 3px 0 rgba(126, 126, 126, 0.16);
  color: #222222;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 48px;
  display: inline-block;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2212.14%22%20viewBox%3D%220%200%2020%2012.14%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23222222%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M9.22%2C11.82.32%2C2.91a1.09%2C1.09%2C0%2C0%2C1%2C0-1.55l1-1a1.09%2C1.09%2C0%2C0%2C1%2C1.55%2C0L10%2C7.37l7.09-7a1.09%2C1.09%2C0%2C0%2C1%2C1.55%2C0l1%2C1a1.09%2C1.09%2C0%2C0%2C1%2C0%2C1.55l-8.9%2C8.91a1.12%2C1.12%2C0%2C0%2C1-1.56%2C0Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
  background-size: 16px auto;
  /* Hide arrow icon in IE browsers */
}

select:focus {
  outline: none;
  border-color: #222222;
  box-shadow: inset 0px 2px 3px 0 rgba(126, 126, 126, 0.16), 0 0 0 1px #222222;
}

select::-ms-expand {
  display: none;
}

select[disabled], select[readonly] {
  color: #7e7e7e;
  background-color: #f4f4f4;
}

form button,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
}

.bg-sunshine-yellow form button,
.bg-sunshine-yellow-inner form button, .bg-sunshine-yellow
input[type="button"],
.bg-sunshine-yellow-inner
input[type="button"], .bg-sunshine-yellow
input[type="submit"],
.bg-sunshine-yellow-inner
input[type="submit"] {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue form button,
.bg-pink-tongue-inner form button, .bg-pink-tongue
input[type="button"],
.bg-pink-tongue-inner
input[type="button"], .bg-pink-tongue
input[type="submit"],
.bg-pink-tongue-inner
input[type="submit"] {
  background: #ffffff;
  color: #222222;
}

form button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow form button:hover,
.bg-sunshine-yellow-inner form button:hover, .bg-sunshine-yellow
input[type="button"]:hover,
.bg-sunshine-yellow-inner
input[type="button"]:hover, .bg-sunshine-yellow
input[type="submit"]:hover,
.bg-sunshine-yellow-inner
input[type="submit"]:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue form button:hover,
.bg-pink-tongue-inner form button:hover, .bg-pink-tongue
input[type="button"]:hover,
.bg-pink-tongue-inner
input[type="button"]:hover, .bg-pink-tongue
input[type="submit"]:hover,
.bg-pink-tongue-inner
input[type="submit"]:hover {
  background: #434343;
  color: #ffffff;
}

form button:hover:after,
input[type="button"]:hover:after,
input[type="submit"]:hover:after {
  transform: translateX(5px);
}

form button:focus-visible,
input[type="button"]:focus-visible,
input[type="submit"]:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body form button.button--rippling, body
input[type="button"].button--rippling, body
input[type="submit"].button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body form button.button--rippling,
.bg-sunshine-yellow-inner body form button.button--rippling, .bg-sunshine-yellow body
input[type="button"].button--rippling,
.bg-sunshine-yellow-inner body
input[type="button"].button--rippling, .bg-sunshine-yellow body
input[type="submit"].button--rippling,
.bg-sunshine-yellow-inner body
input[type="submit"].button--rippling {
  background: #222222;
}

.bg-pink-tongue body form button.button--rippling,
.bg-pink-tongue-inner body form button.button--rippling, .bg-pink-tongue body
input[type="button"].button--rippling,
.bg-pink-tongue-inner body
input[type="button"].button--rippling, .bg-pink-tongue body
input[type="submit"].button--rippling,
.bg-pink-tongue-inner body
input[type="submit"].button--rippling {
  background: #ffffff;
}

body form button.button--rippling .button__ripple, body
input[type="button"].button--rippling .button__ripple, body
input[type="submit"].button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body form button.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body form button.button--rippling .button__ripple, .bg-sunshine-yellow body
input[type="button"].button--rippling .button__ripple,
.bg-sunshine-yellow-inner body
input[type="button"].button--rippling .button__ripple, .bg-sunshine-yellow body
input[type="submit"].button--rippling .button__ripple,
.bg-sunshine-yellow-inner body
input[type="submit"].button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body form button.button--rippling .button__ripple,
.bg-pink-tongue-inner body form button.button--rippling .button__ripple, .bg-pink-tongue body
input[type="button"].button--rippling .button__ripple,
.bg-pink-tongue-inner body
input[type="button"].button--rippling .button__ripple, .bg-pink-tongue body
input[type="submit"].button--rippling .button__ripple,
.bg-pink-tongue-inner body
input[type="submit"].button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

html {
  font-size: 100%;
  font-family: sans-serif;
}

a {
  word-wrap: break-word;
}

.scroll-wrapper table {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  th {
    padding: 0 1.25rem 1.25rem 0;
  }
}

@media only screen and (max-width: 759px) {
  th {
    padding: 0 1.125rem 1.125rem 0;
  }
}

@media only screen and (max-width: 399px) {
  th {
    padding: 0 1rem 1rem 0;
  }
}

@media only screen and (max-width: 1199px) {
  table[border]:not([border="0"]) th {
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 1199px) {
  table[border]:not([border="0"]) th {
    padding: 1.125rem;
  }
}

@media only screen and (max-width: 399px) {
  table[border]:not([border="0"]) th {
    padding: 1rem;
  }
}

@media only screen and (max-width: 1199px) {
  td {
    padding: 0 1.25rem 1.25rem 0;
  }
}

@media only screen and (max-width: 759px) {
  td {
    padding: 0 1.125rem 1.125rem 0;
  }
}

@media only screen and (max-width: 399px) {
  td {
    padding: 0 1rem 1rem 0;
  }
}

@media only screen and (max-width: 1199px) {
  table[border]:not([border="0"]) td {
    padding: 1.25rem;
  }
}

@media only screen and (max-width: 1199px) {
  table[border]:not([border="0"]) td {
    padding: 1.125rem;
  }
}

@media only screen and (max-width: 399px) {
  table[border]:not([border="0"]) td {
    padding: 1rem;
  }
}

.scroll-wrapper {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.875rem;
}

img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1431px) {
  img.img-left {
    max-width: 40%;
  }
}

@media only screen and (max-width: 1431px) {
  img.img-right {
    max-width: 40%;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  html {
    font-size: 100%;
  }
}

@media only screen and (max-width: 759px) {
  html {
    font-size: 100%;
  }
}

@media only screen and (max-width: 399px) {
  html {
    font-size: 100%;
  }
}

@media only screen and (max-width: 319px) {
  html {
    font-size: 100%;
  }
}

.form-field-wrapper {
  margin: 1.5rem 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.form-field-wrapper:first-child {
  margin-top: 0;
}

.form-field-wrapper:last-child {
  margin-bottom: 0;
}

fieldset .form-field-wrapper:last-child {
  margin-bottom: 1.5rem;
}

body .form-field-wrapper.form-space {
  height: 1.5rem;
}

.form-field-wrapper label {
  width: 200px;
  flex-shrink: 0;
  flex-grow: 0;
}

@media only screen and (max-width: 1431px) {
  .form-field-wrapper label {
    width: 168px;
  }
}

@media only screen and (max-width: 1199px) {
  .form-field-wrapper label {
    width: 152px;
  }
}

@media only screen and (max-width: 1023px) {
  .form-field-wrapper label {
    width: 170px;
  }
}

@media only screen and (max-width: 759px) {
  .form-field-wrapper label {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 8px;
  }
}

.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% - 200px - 16px);
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 1431px) {
  .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% - 168px - 16px);
  }
}

@media only screen and (max-width: 1199px) {
  .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% - 152px - 16px);
  }
}

@media only screen and (max-width: 1023px) {
  .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% - 170px - 16px);
  }
}

@media only screen and (max-width: 759px) {
  .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="text"].mce_inline_error,
.form-field-wrapper input[type="email"].fieldError,
.form-field-wrapper input[type="email"].mce_inline_error,
.form-field-wrapper input[type="password"].fieldError,
.form-field-wrapper input[type="password"].mce_inline_error,
.form-field-wrapper textarea.fieldError,
.form-field-wrapper textarea.mce_inline_error,
.form-field-wrapper select.fieldError,
.form-field-wrapper select.mce_inline_error {
  border-color: #c92c34;
  background-color: #fcf4f5;
  box-shadow: inset 0px 2px 3px 0 rgba(201, 44, 52, 0.4), 0 0 0 1px #c92c34;
}

.form-field-wrapper input[type="text"].fieldError:focus, .form-field-wrapper input[type="text"].mce_inline_error:focus,
.form-field-wrapper input[type="email"].fieldError:focus,
.form-field-wrapper input[type="email"].mce_inline_error:focus,
.form-field-wrapper input[type="password"].fieldError:focus,
.form-field-wrapper input[type="password"].mce_inline_error:focus,
.form-field-wrapper textarea.fieldError:focus,
.form-field-wrapper textarea.mce_inline_error:focus,
.form-field-wrapper select.fieldError:focus,
.form-field-wrapper select.mce_inline_error:focus {
  border-color: #222222;
  box-shadow: inset 0px 2px 3px 0 rgba(201, 44, 52, 0.4), 0 0 0 1px #222222;
}

.form-field-wrapper + p.small-paragraph {
  margin-top: -1rem;
}

.formErrorMessage,
#mce-error-response {
  color: #c92c34;
  font-weight: 600;
  position: relative;
  padding-left: 2.5rem;
}

.formErrorMessage::before,
#mce-error-response::before {
  content: "\F06A";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
}

.align-center .formErrorMessage, .align-center
#mce-error-response {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.input-tiny {
  width: 200px;
}

@media only screen and (max-width: 1431px) {
  .input-tiny {
    width: 168px;
  }
}

@media only screen and (max-width: 1199px) {
  .input-tiny {
    width: 152px;
  }
}

@media only screen and (max-width: 1023px) {
  .input-tiny {
    width: 108px;
  }
}

@media only screen and (max-width: 759px) {
  .input-tiny {
    width: 80px;
  }
}

@media only screen and (max-width: 399px) {
  .input-tiny {
    width: 60px;
  }
}

@media only screen and (max-width: 319px) {
  .input-tiny {
    width: 60px;
  }
}

textarea.input-tiny {
  height: 96px;
}

.input-small {
  width: 320px;
}

@media only screen and (max-width: 1431px) {
  .input-small {
    width: 268px;
  }
}

@media only screen and (max-width: 1199px) {
  .input-small {
    width: 236px;
  }
}

@media only screen and (max-width: 1023px) {
  .input-small {
    width: 170px;
  }
}

@media only screen and (max-width: 759px) {
  .input-small {
    width: 176px;
  }
}

@media only screen and (max-width: 399px) {
  .input-small {
    width: 136px;
  }
}

@media only screen and (max-width: 319px) {
  .input-small {
    width: 136px;
  }
}

textarea.input-small {
  height: 120px;
}

.input-medium {
  width: 440px;
}

@media only screen and (max-width: 1431px) {
  .input-medium {
    width: 368px;
  }
}

@media only screen and (max-width: 1199px) {
  .input-medium {
    width: 320px;
  }
}

@media only screen and (max-width: 1023px) {
  .input-medium {
    width: 232px;
  }
}

@media only screen and (max-width: 759px) {
  .input-medium {
    width: 272px;
  }
}

@media only screen and (max-width: 399px) {
  .input-medium {
    width: 212px;
  }
}

@media only screen and (max-width: 319px) {
  .input-medium {
    width: 212px;
  }
}

textarea.input-medium {
  height: 144px;
}

.input-large {
  width: 560px;
}

@media only screen and (max-width: 1431px) {
  .input-large {
    width: 468px;
  }
}

@media only screen and (max-width: 1199px) {
  .input-large {
    width: 404px;
  }
}

@media only screen and (max-width: 1023px) {
  .input-large {
    width: 294px;
  }
}

@media only screen and (max-width: 759px) {
  .input-large {
    width: 368px;
  }
}

@media only screen and (max-width: 399px) {
  .input-large {
    width: 288px;
  }
}

@media only screen and (max-width: 319px) {
  .input-large {
    width: 288px;
  }
}

textarea.input-large {
  height: 168px;
}

.input-extralarge {
  width: 680px;
}

@media only screen and (max-width: 1431px) {
  .input-extralarge {
    width: 568px;
  }
}

@media only screen and (max-width: 1199px) {
  .input-extralarge {
    width: 488px;
  }
}

@media only screen and (max-width: 1023px) {
  .input-extralarge {
    width: 356px;
  }
}

@media only screen and (max-width: 759px) {
  .input-extralarge {
    width: 368px;
  }
}

@media only screen and (max-width: 399px) {
  .input-extralarge {
    width: 288px;
  }
}

@media only screen and (max-width: 319px) {
  .input-extralarge {
    width: 288px;
  }
}

textarea.input-extralarge {
  height: 192px;
}

.form-checkbox {
  margin: 1rem 0;
}

.form-checkbox label {
  width: auto;
  min-width: 0;
  max-width: calc(100% - 16px);
  padding: 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.form-checkbox input[type="checkbox"] + label {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}

.form-checkbox input[type="checkbox"] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 22px;
  height: 22px;
  border: solid 1px #dddddd;
  display: inline-block;
  border-radius: 2px;
  margin-right: 16px;
  background-color: #ffffff;
}

.form-checkbox input[type="checkbox"] + label::after {
  content: '';
}

.form-checkbox input[type="checkbox"]:focus-visible + label::before {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}

.form-checkbox input[type="checkbox"]:checked + label::before {
  background-color: #222222;
  border-color: #222222;
}

.form-checkbox input[type="checkbox"]:checked + label::after {
  content: "\F00C";
  position: absolute;
  left: 5px;
  top: 4px;
  font-family: "Font Awesome 6 Pro";
  color: #ffc800;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.form-checkbox .form-field-required-star {
  line-height: 1;
}

.form-checkbox.fieldErrorDiv input[type="checkbox"] + label::before {
  background-color: #fcf4f5;
  border-color: #c92c34;
  box-shadow: 0 0 0 1px #c92c34;
}

.form-checkbox.fieldErrorDiv input[type="checkbox"]:focus-visible + label::before {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}

.form-checkbox.fieldErrorDiv input[type="checkbox"]:checked + label::before {
  background-color: #222222;
  border-color: #222222;
  box-shadow: none;
}

.form-radio {
  position: relative;
}

.form-radio p {
  width: 200px;
  padding-right: 16px;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 1rem;
  position: absolute;
}

@media only screen and (max-width: 1199px) {
  .form-radio p {
    width: 152px;
  }
}

@media only screen and (max-width: 1023px) {
  .form-radio p {
    width: 170px;
  }
}

@media only screen and (max-width: 759px) {
  .form-radio p {
    width: 100%;
    margin-bottom: 8px;
    position: static;
  }
}

.form-radio .radio-option-wrapper {
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: auto;
  width: calc(100% - 200px);
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1431px) {
  .form-radio .radio-option-wrapper {
    width: calc(100% - 168px);
  }
}

@media only screen and (max-width: 1199px) {
  .form-radio .radio-option-wrapper {
    width: calc(100% - 152px);
  }
}

@media only screen and (max-width: 1023px) {
  .form-radio .radio-option-wrapper {
    width: calc(100% - 170px);
  }
}

@media only screen and (max-width: 759px) {
  .form-radio .radio-option-wrapper {
    margin-left: 0;
    width: 100%;
  }
}

.form-radio label {
  width: auto;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.form-radio input[type="radio"] + label {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}

.form-radio input[type="radio"] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 22px;
  height: 22px;
  border: solid 1px #dddddd;
  display: inline-block;
  border-radius: 12px;
  margin-right: 16px;
  background-color: #ffffff;
}

.form-radio input[type="radio"] + label::after {
  content: '';
}

.form-radio input[type="radio"]:focus-visible + label::before {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}

.form-radio input[type="radio"]:checked + label::before {
  background-color: #222222;
  border-color: #222222;
}

.form-radio input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  background-color: #ffc800;
  border-radius: 6px;
}

.form-radio.fieldErrorDiv input[type="radio"] + label::before {
  background-color: #fcf4f5;
  border-color: #c92c34;
  box-shadow: 0 0 0 1px #c92c34;
}

.form-radio.fieldErrorDiv input[type="radio"]:focus-visible + label::before {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}

.form-radio.fieldErrorDiv input[type="radio"]:checked + label::before {
  background-color: #222222;
  border-color: #222222;
  box-shadow: none;
}

.form-date input[type="text"],
.form-date input[type="text"].input-tiny {
  width: 88px;
  flex-shrink: 0;
  flex-grow: 0;
}

@media only screen and (max-width: 399px) {
  .form-date input[type="text"],
  .form-date input[type="text"].input-tiny {
    width: 72px;
  }
}

.form-date input[type="text"]:focus,
.form-date input[type="text"].input-tiny:focus {
  z-index: 1;
}

.form-date select {
  flex-shrink: 0;
  flex-grow: 0;
}

@media only screen and (max-width: 399px) {
  .form-date select {
    padding-right: 1.5rem;
    background-size: 8px auto;
    background-position: right 8px top 50%;
  }
}

.form-date select:focus {
  z-index: 1;
}

.form-date input[type="text"][name$="-day"],
.form-date select[name$="-day"] {
  border-radius: 6px 0 0 6px;
}

.form-date input[type="text"][name$="-month"],
.form-date select[name$="-month"] {
  border-radius: 0;
  margin-left: -1px;
  margin-right: -1px;
}

.form-date input[type="text"][name$="-year"],
.form-date select[name$="-year"] {
  border-radius: 0 6px 6px 0;
}

.form-date.fieldErrorDiv input[type="text"],
.form-date.fieldErrorDiv select {
  border-color: #c92c34;
  background-color: #fcf4f5;
  box-shadow: inset 0px 2px 3px 0 rgba(201, 44, 52, 0.4), 0 0 0 1px #c92c34;
}

.form-date.fieldErrorDiv input[type="text"]:focus,
.form-date.fieldErrorDiv select:focus {
  border-color: #222222;
  box-shadow: inset 0px 2px 3px 0 rgba(201, 44, 52, 0.4), 0 0 0 1px #222222;
}

.form-field-required-star {
  display: inline-block;
  vertical-align: top;
  flex-shrink: 0;
  flex-grow: 0;
  width: 16px;
  text-align: right;
}

.form-errors div {
  padding-top: 120px;
}

@media only screen and (max-width: 759px) {
  .form-errors div {
    padding-top: 96px;
  }
}

.form-errors div:empty {
  padding-top: 0;
}

fieldset {
  background: #faf5e6;
  border: none;
  border-radius: 8px;
  padding: 40px 40px 16px 40px;
  margin: 0 0 32px 0;
}

@media only screen and (max-width: 512px) {
  fieldset {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: solid 4px #ffc800;
    margin-bottom: 0;
  }
}

fieldset > fieldset {
  background: none;
  border-radius: 0;
  padding: 0 0 0 24px;
  margin: 0;
}

@media only screen and (max-width: 512px) {
  fieldset > fieldset {
    margin-left: 0;
    margin-right: 0;
    border: none;
  }
}

.unicity-slider-gallery a {
  border: none;
}

.unicity-slider-gallery a:hover {
  background: none;
}

.sy-list li::before,
.sy-controls li::before,
.sy-pager li::before {
  content: none;
  display: none;
}

li.sy-slide,
.sy-controls li {
  position: absolute !important;
}

.unicity-popup-gallery {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (max-width: 1431px) {
  .unicity-popup-gallery {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media only screen and (max-width: 1199px) {
  .unicity-popup-gallery {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (max-width: 1023px) {
  .unicity-popup-gallery {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (max-width: 759px) {
  .unicity-popup-gallery {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (max-width: 399px) {
  .unicity-popup-gallery {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (max-width: 319px) {
  .unicity-popup-gallery {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.unicity-popup-gallery a {
  border: none;
  margin: 0 20px 40px 20px;
}

@media only screen and (max-width: 1431px) {
  .unicity-popup-gallery a {
    margin: 0 16px 32px 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .unicity-popup-gallery a {
    margin: 0 8px 16px 8px;
  }
}

@media only screen and (max-width: 1023px) {
  .unicity-popup-gallery a {
    margin: 0 8px 16px 8px;
  }
}

@media only screen and (max-width: 759px) {
  .unicity-popup-gallery a {
    margin: 0 8px 16px 8px;
  }
}

@media only screen and (max-width: 399px) {
  .unicity-popup-gallery a {
    margin: 0 8px 16px 8px;
  }
}

@media only screen and (max-width: 319px) {
  .unicity-popup-gallery a {
    margin: 0 8px 16px 8px;
  }
}

.unicity-popup-gallery a:hover {
  background: none;
}

.unicity-popup-gallery a > img {
  margin: 0 !important;
}

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

#blog-headlines,
.blog-list-container #blog {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media only screen and (max-width: 1431px) {
  #blog-headlines,
  .blog-list-container #blog {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  #blog-headlines,
  .blog-list-container #blog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  #blog-headlines,
  .blog-list-container #blog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 759px) {
  #blog-headlines,
  .blog-list-container #blog {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}

@media only screen and (max-width: 399px) {
  #blog-headlines,
  .blog-list-container #blog {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}

@media only screen and (max-width: 319px) {
  #blog-headlines,
  .blog-list-container #blog {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}

.blog-category-title {
  display: none;
}

#more-posts-link {
  grid-column: span 12;
  text-align: center;
  padding-top: 32px;
}

#more-posts-link ul {
  list-style: none;
  padding: 0;
  font-family: "fidobold", "Work Sans", sans-serif;
  font-weight: bold;
  margin: 0 auto;
}

#more-posts-link li {
  display: inline-block;
  margin: 0 8px;
}

#more-posts-link li.selected a {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20id%3D%22Path_104%22%20data-name%3D%22Path%20104%22%20d%3D%22M2.386%2C11.292C5.8%2C3.292%2C13.138%2C0%2C21.556%2C0%2C33.517%2C0%2C40.018%2C8.958%2C40.018%2C20.292%2C40.018%2C30.208%2C32.141%2C40%2C21.973%2C40%2C9.471%2C40%2C2.428%2C35.042.094%2C22.208c-.417-3.292.959-8.292%2C2.292-10.917%22%20transform%3D%22translate(-0.018)%22%20fill%3D%22%23ffc800%22%2F%3E%3C%2Fsvg%3E");
}

#more-posts-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20id%3D%22Path_104%22%20data-name%3D%22Path%20104%22%20d%3D%22M2.386%2C11.292C5.8%2C3.292%2C13.138%2C0%2C21.556%2C0%2C33.517%2C0%2C40.018%2C8.958%2C40.018%2C20.292%2C40.018%2C30.208%2C32.141%2C40%2C21.973%2C40%2C9.471%2C40%2C2.428%2C35.042.094%2C22.208c-.417-3.292.959-8.292%2C2.292-10.917%22%20transform%3D%22translate(-0.018)%22%20fill%3D%22%23d2c8b9%22%2F%3E%3C%2Fsvg%3E");
  border: none;
}

#more-posts-link a:hover {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20id%3D%22Path_104%22%20data-name%3D%22Path%20104%22%20d%3D%22M2.386%2C11.292C5.8%2C3.292%2C13.138%2C0%2C21.556%2C0%2C33.517%2C0%2C40.018%2C8.958%2C40.018%2C20.292%2C40.018%2C30.208%2C32.141%2C40%2C21.973%2C40%2C9.471%2C40%2C2.428%2C35.042.094%2C22.208c-.417-3.292.959-8.292%2C2.292-10.917%22%20transform%3D%22translate(-0.018)%22%20fill%3D%22%23dfd8ce%22%2F%3E%3C%2Fsvg%3E");
  border: none;
}

@media only screen and (max-width: 759px) {
  #more-posts-link {
    grid-column: span 4;
  }
}

#smartsearch-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: solid 8px #d2c8b9;
}

@media only screen and (max-width: 399px) {
  #smartsearch-results ul {
    border-width: 2px;
  }
}

#smartsearch-results li {
  display: block;
  border-bottom: solid 8px #d2c8b9;
  padding: 32px 0;
  margin: 0;
}

@media only screen and (max-width: 399px) {
  #smartsearch-results li {
    border-width: 2px;
  }
}

#smartsearch-results li::before {
  content: none;
  display: none;
}

#smartsearch-results li h3 a {
  border-color: transparent;
}

#smartsearch-results li h3 a:hover, #smartsearch-results li h3 a:active {
  border-color: inherit;
}

#smartsearch-results li h3 a .highlighted-text {
  display: inline-block;
}

#smartsearch-results li p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mce-content-body #smartsearch-results li p {
  font-size: 1rem;
  line-height: 1.5rem;
}

#smartsearch-results li > :last-child {
  margin-bottom: 0;
}

#smartsearch-results .highlighted-text {
  font-weight: 600;
  background: #ffc800;
}

#smartsearch-results .pagination {
  margin-top: 64px;
  display: flex;
}

@media only screen and (max-width: 399px) {
  #smartsearch-results .pagination {
    margin-top: 48px;
    flex-direction: column;
  }
}

#smartsearch-results .prevlink {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
  margin-right: 24px;
}

.bg-sunshine-yellow #smartsearch-results .prevlink,
.bg-sunshine-yellow-inner #smartsearch-results .prevlink {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue #smartsearch-results .prevlink,
.bg-pink-tongue-inner #smartsearch-results .prevlink {
  background: #ffffff;
  color: #222222;
}

#smartsearch-results .prevlink:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow #smartsearch-results .prevlink:hover,
.bg-sunshine-yellow-inner #smartsearch-results .prevlink:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue #smartsearch-results .prevlink:hover,
.bg-pink-tongue-inner #smartsearch-results .prevlink:hover {
  background: #434343;
  color: #ffffff;
}

#smartsearch-results .prevlink:hover:after {
  transform: translateX(5px);
}

#smartsearch-results .prevlink:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body #smartsearch-results .prevlink.button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body #smartsearch-results .prevlink.button--rippling,
.bg-sunshine-yellow-inner body #smartsearch-results .prevlink.button--rippling {
  background: #222222;
}

.bg-pink-tongue body #smartsearch-results .prevlink.button--rippling,
.bg-pink-tongue-inner body #smartsearch-results .prevlink.button--rippling {
  background: #ffffff;
}

body #smartsearch-results .prevlink.button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body #smartsearch-results .prevlink.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body #smartsearch-results .prevlink.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body #smartsearch-results .prevlink.button--rippling .button__ripple,
.bg-pink-tongue-inner body #smartsearch-results .prevlink.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

@media only screen and (max-width: 399px) {
  #smartsearch-results .prevlink {
    width: 100%;
    margin: 0 auto 16px auto;
  }
}

#smartsearch-results .nextlink {
  margin-left: auto;
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
}

.bg-sunshine-yellow #smartsearch-results .nextlink,
.bg-sunshine-yellow-inner #smartsearch-results .nextlink {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue #smartsearch-results .nextlink,
.bg-pink-tongue-inner #smartsearch-results .nextlink {
  background: #ffffff;
  color: #222222;
}

#smartsearch-results .nextlink:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow #smartsearch-results .nextlink:hover,
.bg-sunshine-yellow-inner #smartsearch-results .nextlink:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue #smartsearch-results .nextlink:hover,
.bg-pink-tongue-inner #smartsearch-results .nextlink:hover {
  background: #434343;
  color: #ffffff;
}

#smartsearch-results .nextlink:hover:after {
  transform: translateX(5px);
}

#smartsearch-results .nextlink:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body #smartsearch-results .nextlink.button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body #smartsearch-results .nextlink.button--rippling,
.bg-sunshine-yellow-inner body #smartsearch-results .nextlink.button--rippling {
  background: #222222;
}

.bg-pink-tongue body #smartsearch-results .nextlink.button--rippling,
.bg-pink-tongue-inner body #smartsearch-results .nextlink.button--rippling {
  background: #ffffff;
}

body #smartsearch-results .nextlink.button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body #smartsearch-results .nextlink.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body #smartsearch-results .nextlink.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body #smartsearch-results .nextlink.button--rippling .button__ripple,
.bg-pink-tongue-inner body #smartsearch-results .nextlink.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

@media only screen and (max-width: 399px) {
  #smartsearch-results .nextlink {
    width: 100%;
    margin: 0 auto;
  }
}

#cookie-message {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 10;
  max-width: calc(100% - 80px);
}

@media only screen and (max-width: 759px) {
  #cookie-message {
    left: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 399px) {
  #cookie-message {
    text-align: center;
    left: 0;
    bottom: 0;
    max-width: none;
    width: 100%;
  }
}

#cookie-message-inner {
  background: #dddddd;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 759px) {
  #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: #ffffff;
}

#cookie-message-inner > :last-child {
  margin-bottom: 0;
}

iframe {
  max-width: 100%;
}

.youtube-player {
  margin: 80px 0;
}

@media only screen and (max-width: 1023px) {
  .youtube-player {
    margin: 56px 0;
  }
}

@media only screen and (max-width: 759px) {
  .youtube-player {
    margin: 40px 0;
  }
}

.youtube-player:first-child {
  margin-top: 0;
}

.youtube-player:last-child {
  margin-bottom: 0;
}

.responsive-video-container {
  margin: 80px 0;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

@media only screen and (max-width: 1023px) {
  .responsive-video-container {
    margin: 56px 0;
  }
}

@media only screen and (max-width: 759px) {
  .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 {
  text-align: left;
  margin: 40px 0;
}

.faq-set:first-child {
  margin-top: 0;
}

.faq-set:last-child {
  margin-bottom: 0;
}

.faq-wrapper {
  margin-bottom: 24px !important;
}

.faq-question h1, .faq-question h2, .faq-question h3, .faq-question h4, .faq-question h5, .faq-question h6 {
  margin-bottom: 0;
  padding-left: 24px;
  padding-bottom: 16px;
}

.faq-question h1 span, .faq-question h2 span, .faq-question h3 span, .faq-question h4 span, .faq-question h5 span, .faq-question h6 span {
  position: absolute;
  left: 0;
}

.faq-question a {
  border-color: transparent;
}

.faq-question a:active {
  border-color: inherit;
}

.faq-answer {
  padding: 0 0 0 24px !important;
}

.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: 1023px) {
  .responsive-gmap-canvas-container {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
}

@media only screen and (max-width: 399px) {
  .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: 1023px) {
  .responsive-gmap-canvas-container .gmap-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.gm-style-iw button {
  outline: none;
}

#cookieControlBanner a {
  text-decoration: none !important;
}

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

body {
  background-color: #dddddd;
}

.body-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

.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;
}

@keyframes mastheadSlideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes mastheadSlideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-150%);
  }
}

@keyframes mastheadSlideUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-110%);
  }
}

.masthead {
  position: relative;
  background: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .masthead {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  }
}

.sticky-header .masthead {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  overflow: visible;
  animation: mastheadSlideDown 0.3s forwards;
}

@media only screen and (max-width: 1023px) {
  .sticky-header .masthead {
    transform: none;
  }
}

.sticky-header .masthead::after {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .sticky-header--hidden .masthead {
    animation: mastheadSlideUpLarge 0.3s forwards;
  }
}

@media only screen and (max-width: 759px) {
  .sticky-header--hidden .masthead {
    animation: mastheadSlideUp 0.3s forwards;
  }
}

.mobile-nav-opening .masthead,
.mobile-nav-open .masthead,
.mobile-nav-closing .masthead {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 104;
}

.masthead__inner-container {
  display: flex;
  align-items: center;
}

.sticky-header .masthead__inner-container {
  position: relative;
}

.masthead__logo {
  max-width: 589px;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  transition: width 0.2s, height 0.2s;
}

@media only screen and (max-width: 1199px) {
  .masthead__logo {
    width: 488px;
  }
}

@media only screen and (max-width: 1023px) {
  .masthead__logo {
    width: 388px;
  }
}

@media only screen and (max-width: 759px) {
  .masthead__logo {
    width: 288px;
  }
}

@media only screen and (max-width: 399px) {
  .masthead__logo {
    width: 238px;
  }
}

.masthead__logo .sticky-show {
  display: none;
}

.masthead__logo .sticky-hide {
  display: flex;
}

.sticky-header .masthead__logo {
  width: 312px;
  height: 50px;
  margin-top: 13px;
  margin-bottom: 13px;
  z-index: 1;
}

@media only screen and (max-width: 399px) {
  .sticky-header .masthead__logo {
    width: 238px;
  }
}

.sticky-header .masthead__logo .sticky-show {
  display: flex;
}

.sticky-header .masthead__logo .sticky-hide {
  display: none;
}

@media only screen and (max-width: 1431px) {
  .sticky-header .masthead__logo {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .sticky-header .masthead__logo {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.masthead__logo a {
  display: block;
  border: none;
}

.masthead__logo a:hover {
  background: none;
}

.masthead__logo img {
  display: block;
}

.masthead__site-heading {
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: bold;
  font-family: "fidobold", "Work Sans", sans-serif;
  margin: 32px 32px 24px 0;
}

@media only screen and (max-width: 1199px) {
  .masthead__site-heading {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .masthead__site-heading {
    font-size: 2.1875rem;
    line-height: 2.5rem;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .masthead__site-heading {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: calc(100% - 176px);
    margin-right: 0;
    flex-grow: 0;
  }
}

.sticky-header .masthead__site-heading {
  z-index: 1;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin: 0 0 -4px 0;
}

@media only screen and (max-width: 1431px) {
  .sticky-header .masthead__site-heading {
    width: 120px;
  }
}

@media only screen and (max-width: 1023px) {
  .sticky-header .masthead__site-heading {
    width: auto;
  }
}

.masthead__site-heading a,
.masthead__site-heading a:link,
.masthead__site-heading a:hover,
.masthead__site-heading a:active {
  background: none;
  border: none;
}

.masthead__right {
  margin-left: auto;
}

.masthead__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .masthead__actions {
    margin: 0;
  }
}

.sticky-header .masthead__actions {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .sticky-header .masthead__actions {
    display: flex;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
}

.masthead__login-button {
  margin-left: 24px;
  border: none;
  background: none;
  font-size: 2rem;
  line-height: 1;
  color: #222222;
  transition: color 0.2s;
}

.masthead__login-button:hover {
  border: none;
  background: none;
  color: #434343;
}

@media only screen and (max-width: 1023px) {
  .masthead__login-button {
    margin-left: 16px;
  }
}

.masthead__action-button {
  margin-left: 24px;
  margin-right: 0;
  margin-bottom: 0;
  min-width: 160px;
}

.masthead__action-button.button-small-secondary {
  margin-right: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .masthead__action-button {
    margin-left: 16px;
    min-width: auto;
  }
}

.footer {
  padding: 24px 0 32px 0;
  position: relative;
  border-top: 4px solid rgba(210, 200, 185, 0.3);
}

@media only screen and (max-width: 1023px) {
  .footer {
    padding-bottom: 112px;
  }
}

.dt-template-freedom .footer {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1023px) {
  .dt-template-freedom .footer {
    padding-bottom: 168px;
  }
}

@media only screen and (max-width: 759px) {
  .dt-template-freedom .footer {
    padding-bottom: 160px;
  }
}

.footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 759px) {
  .footer__bottom {
    flex-wrap: wrap;
  }
}

.footer__bottom-col-1 {
  width: 50%;
  margin-right: 40px;
}

@media only screen and (max-width: 1431px) {
  .footer__bottom-col-1 {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer__bottom-col-1 {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .footer__bottom-col-1 {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .footer__bottom-col-1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.footer__bottom-col-1 > :last-child {
  margin-bottom: 0;
}

.footer__bottom-col-2 {
  width: 50%;
}

@media only screen and (max-width: 759px) {
  .footer__bottom-col-2 {
    width: 100%;
    margin-right: 0;
  }
}

.footer__bottom-col-2 > :last-child {
  margin-bottom: 0;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 759px) {
  .footer__nav {
    flex-direction: column;
  }
}

.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  font-weight: bold;
}

@media only screen and (max-width: 759px) {
  .footer__nav ul {
    margin: 0 0 24px 0;
  }
}

.footer__nav li {
  display: inline-block;
  margin-right: 2.5rem;
}

@media only screen and (max-width: 759px) {
  .footer__nav li {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.footer__nav li a:hover {
  border-bottom: 1px solid;
  background-color: transparent;
}

.footer__nav a {
  border-bottom: 1px solid transparent;
  display: flex;
}

.footer__nav a:hover {
  background-color: transparent;
}

.footer__nav a:active {
  border-bottom: 1px dotted;
}

@media only screen and (max-width: 759px) {
  .footer__nav img {
    width: 242px;
    margin: auto;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 399px) {
  .footer__nav img {
    max-width: 60%;
  }
}

.footer__nav img:hover {
  border-bottom: none;
  text-decoration: none;
}

.footer__site-credit a {
  border-bottom: none;
  text-decoration: underline;
  background-color: transparent;
}

.super-nav {
  margin: 32px 0 12px 0;
  min-height: 52px;
}

.sticky-header .super-nav {
  display: none;
}

.super-nav ul {
  padding: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: right;
  display: flex;
}

.mce-content-body .super-nav ul {
  font-size: 1rem;
  line-height: 1.5rem;
}

.super-nav li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: -4px;
}

.super-nav li:first-child {
  margin-left: auto;
}

.super-nav li:last-child {
  margin-right: 0;
}

.super-nav li.selected a {
  border-color: #fa9b9b;
}

.super-nav li.selected a:hover {
  background-color: transparent;
}

.super-nav a {
  border: none;
  display: inline-block;
  background: none;
  border-bottom: solid 4px transparent;
}

.super-nav a:hover {
  border-color: #dddddd;
  background: none;
}

.site-search {
  border: solid 2px #222222;
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  width: 224px;
}

.mobile-nav__search .site-search {
  width: 100%;
}

.site-search:focus-within {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

.site-search input[type="text"] {
  box-shadow: none;
  border: none;
  border-radius: none;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
  flex-shrink: 0;
  flex-grow: 0;
  width: calc(100% - 52px);
}

.mobile-nav__search .site-search input[type="text"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-search button {
  padding: 6px 14px;
  border-radius: 0;
  background: none;
  flex-shrink: 0;
  flex-grow: 0;
  width: 52px;
  text-align: center;
}

.mobile-nav__search .site-search button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-search button:hover {
  background: rgba(126, 126, 126, 0.2);
}

.site-search button:focus-visible {
  box-shadow: none;
  background: rgba(126, 126, 126, 0.2);
}

.site-search button i {
  font-size: 1.375rem;
  line-height: 1;
}

.mobile-nav-toggle {
  display: inline-block;
  border: none;
  margin-left: 16px;
  font-size: 1.6875rem;
  line-height: 1;
  cursor: pointer;
  width: 1.5rem;
  text-align: center;
}

.mobile-nav-toggle:hover {
  background: none;
  border: none;
}

.mobile-nav-toggle::before {
  content: "\F0C9";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

.mobile-nav-opening .mobile-nav-toggle::before,
.mobile-nav-open .mobile-nav-toggle::before {
  content: "\F00D";
}

.mobile-nav {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .mobile-nav {
    display: block;
    background: #ffffff;
    background-clip: padding-box;
    position: fixed;
    left: 50%;
    width: 50%;
    z-index: 104;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: height 0.2s, opacity 0.2s;
    top: 120px;
    bottom: 100vh;
  }
  .sticky-header .mobile-nav {
    top: 76px;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 759px) {
  .sticky-header .mobile-nav {
    top: 65px;
  }
}

@media only screen and (max-width: 1023px) {
  .mobile-nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    height: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (max-width: 759px) {
  .mobile-nav {
    left: 30%;
    top: 116px;
    width: 70%;
  }
  .sticky-header .mobile-nav {
    top: 65px;
  }
}

@media only screen and (max-width: 399px) {
  .mobile-nav {
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .mobile-nav-opening .mobile-nav,
  .mobile-nav-open .mobile-nav {
    opacity: 1;
    bottom: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .mobile-nav-opening .mobile-nav,
  .mobile-nav-open .mobile-nav,
  .mobile-nav-closing .mobile-nav {
    visibility: visible;
  }
}

@media only screen and (max-width: 1023px) {
  .mobile-nav-closing .mobile-nav,
  .mobile-nav-closed .mobile-nav {
    height: 0;
    opacity: 0;
  }
}

.mobile-nav__inner-container {
  height: 100%;
}

.mobile-nav__main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 759px) {
  .mobile-nav__main {
    top: 80px;
  }
}

.mobile-nav ul {
  opacity: 0;
  pointer-events: none;
  list-style: none;
  transform: translateX(50px);
  transition: transform 0.3s, opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
}

.mobile-nav ul.active {
  height: auto;
  pointer-events: auto;
}

.mobile-nav-open .mobile-nav ul.active {
  transform: none;
  opacity: 1;
}

.mobile-nav ul.pull-left {
  transform: translateX(-50px);
}

.mobile-nav ul.mobile-menu--level-0 li:not(.mobile-menu__secondary-item) {
  font-weight: 600;
  color: #222222;
  font-size: 1.375rem;
  line-height: 1.5rem;
}

.mobile-nav ul.mobile-menu--level-0 li:not(.mobile-menu__secondary-item).selected, .mobile-nav ul.mobile-menu--level-0 li:not(.mobile-menu__secondary-item).expanded, .mobile-nav ul.mobile-menu--level-0 li:not(.mobile-menu__secondary-item)#activeSection {
  font-weight: 600;
  color: #222222;
  font-size: 1.375rem;
  line-height: 1.5rem;
}

.mobile-nav li {
  margin-bottom: 8px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #7e7e7e;
  padding: 0 24px;
}

.mobile-nav li:last-child {
  margin-bottom: 0;
}

.mobile-nav li.selected, .mobile-nav li.expanded, .mobile-nav li#activeSection {
  color: #222222;
  font-weight: 500;
}

.mobile-nav li.selected a::before, .mobile-nav li.expanded a::before, .mobile-nav li#activeSection a::before {
  content: "\F054";
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  position: absolute;
  left: -24px;
  width: 100%;
}

.mobile-nav li.mobile-menu__back {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px #d2c8b9;
  padding-top: 24px;
  margin-top: 24px;
}

.mobile-nav li.mobile-menu__back a {
  position: relative;
}

.mobile-nav li.mobile-menu__back a::before {
  content: "\F053";
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  margin-right: 16px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  color: #7e7e7e;
}

.mobile-nav li.mobile-menu__secondary-item {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.mobile-nav li.mobile-menu__secondary-item.mobile-menu__secondary-item--first {
  margin-top: 24px;
}

.mobile-nav li.mobile-menu__section-title {
  padding-left: 0;
  padding-right: 0;
  font-family: "fidobold", "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  border-bottom: solid 4px #fa9b9b;
  color: #222222;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.mobile-nav a {
  display: inline-block;
  position: relative;
  border: none;
  padding: 8px 0;
}

.mobile-nav a:hover {
  background: none;
}

.mobile-nav a.button-secondary {
  padding: 16px 24px;
  width: calc(100% + 48px);
  margin: 32px -24px 0 -24px;
}

.mobile-nav a.button-secondary:hover {
  background: #434343;
}

.mobile-nav__search {
  display: none;
}

@media only screen and (max-width: 759px) {
  .mobile-nav__search {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 64px);
    height: 80px;
    margin: 0 32px;
    padding: 16px 0;
    box-sizing: border-box;
    border-bottom: solid 1px #dddddd;
    transform: translateX(50px);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
  }
}

.mobile-nav-opening .mobile-nav__search,
.mobile-nav-open .mobile-nav__search {
  opacity: 1;
  transform: none;
}

.main-nav {
  font-weight: 500;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.sticky-header .main-nav {
  position: absolute;
  width: 100%;
  box-shadow: none;
  left: 0;
  bottom: 0;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-header .main-nav ul {
  margin-left: 372px;
  display: flex;
}

.sticky-header .main-nav ul li:first-child {
  margin-left: auto;
}

@media only screen and (max-width: 1431px) {
  .sticky-header .main-nav ul {
    line-height: 1.5rem;
  }
}

.main-nav li {
  display: inline-block;
  margin-right: 4rem;
}

.main-nav li.selected a, .main-nav li.expanded a, .main-nav li#activeSection a {
  border-color: #fa9b9b;
}

.main-nav li:last-child {
  margin-right: 0;
}

.main-nav a {
  display: inline-block;
  border: none;
  padding: 16px 0 6px;
  position: relative;
  transition: border-color 0.2s;
  border-bottom: solid 8px transparent;
}

@media only screen and (max-width: 1431px) {
  .main-nav a {
    padding-bottom: 4px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-nav a {
    padding-bottom: 4px;
  }
}

.main-nav a:hover {
  background-color: transparent;
  border-color: #dddddd;
}

.sticky-header .main-nav a {
  padding-bottom: 14px;
}

@media only screen and (max-width: 1431px) {
  .sticky-header .main-nav a {
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .sticky-header .main-nav a {
    padding-bottom: 6px;
  }
}

#sticky-header-hide-trigger {
  position: absolute;
  top: 1600px;
}

.back-to-top {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .back-to-top {
    display: block;
    position: fixed;
    right: 24px;
    bottom: 32px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    background: #ffffff;
    color: #222222;
    border: none;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    transition: transform .3s;
    transform: translateX(80px);
    box-sizing: border-box;
    padding: 6px;
  }
  .back-to-top:hover {
    background: #ffffff;
    border: none;
  }
  .sticky-header--hidden .back-to-top {
    transform: none;
  }
}

@media only screen and (max-width: 1023px) {
  .dt-template-freedom .back-to-top {
    bottom: 88px;
  }
}

@media only screen and (max-width: 759px) {
  .dt-template-freedom .back-to-top {
    bottom: 80px;
  }
}

.back-to-top i {
  position: relative;
  top: 2px;
}

.main-body {
  background: #ffffff;
  position: relative;
}

.main-body--no-hero {
  margin-top: 1px;
}

.sticky-header .main-body,
.mobile-nav-opening .main-body,
.mobile-nav-open .main-body,
.mobile-nav-closing .main-body {
  margin-top: 240px;
}

@media only screen and (max-width: 1023px) {
  .sticky-header .main-body,
  .mobile-nav-opening .main-body,
  .mobile-nav-open .main-body,
  .mobile-nav-closing .main-body {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 759px) {
  .sticky-header .main-body,
  .mobile-nav-opening .main-body,
  .mobile-nav-open .main-body,
  .mobile-nav-closing .main-body {
    margin-top: 88px;
  }
}

@media only screen and (max-width: 1023px) {
  .mobile-nav-opening .main-body::after,
  .mobile-nav-open .main-body::after {
    content: "";
    position: fixed;
    left: 0;
    top: 120px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    animation: fadeIn 0.5s forwards;
    z-index: 103;
  }
}

@media only screen and (max-width: 759px) {
  .mobile-nav-opening .main-body::after,
  .mobile-nav-open .main-body::after {
    top: 88px;
  }
}

@media only screen and (max-width: 399px) {
  .mobile-nav-opening .main-body::after,
  .mobile-nav-open .main-body::after {
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 1023px) {
  .sticky-header .main-body::after {
    top: 72px;
  }
}

@media only screen and (max-width: 759px) {
  .sticky-header .main-body::after {
    top: 65px;
  }
}

.svg-clip-mask {
  /* outer container - sets width/max-width */
  max-width: 100%;
}

.svg-clip-mask--hero {
  width: 920;
}

.svg-clip-mask__inner {
  /* inner container, for padding-based height (in order to size SVG consistently in IE) */
  width: 100%;
  height: 0;
  position: relative;
}

.svg-clip-mask--hero .svg-clip-mask__inner {
  padding-top: 61.74%;
}

.svg-clip-mask--hero-50-50 .svg-clip-mask__inner {
  padding-top: 63.04%;
}

.svg-clip-mask--text-and-image .svg-clip-mask__inner {
  padding-top: 71.76%;
}

.svg-clip-mask--card .svg-clip-mask__inner {
  padding-top: 60%;
}

.svg-clip-mask--wide-card .svg-clip-mask__inner {
  padding-top: 72%;
}

.svg-clip-mask svg {
  /* SVG element itself */
  width: 100%;
  height: 100%;
  outline-offset: -1px;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-50-50 {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 759px) {
  .hero-50-50 {
    display: block;
    overflow: visible;
  }
}

@media only screen and (max-width: 759px) {
  .main-body > .hero-50-50:last-child {
    margin-bottom: 216px;
  }
}

@media only screen and (max-width: 399px) {
  .main-body > .hero-50-50:last-child {
    margin-bottom: 184px;
  }
}

@media only screen and (max-width: 319px) {
  .main-body > .hero-50-50:last-child {
    margin-bottom: 184px;
  }
}

.main-body > .hero-50-50:last-child.hero-50-50--no-mobile-image {
  margin-bottom: 0;
}

.hero-50-50__sizer {
  min-height: 840px;
  width: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1199px) {
  .hero-50-50__sizer {
    min-height: 480px;
  }
}

@media only screen and (max-width: 759px) {
  .hero-50-50__sizer {
    min-height: auto;
  }
}

.hero-50-50__text {
  padding: 48px 80px 48px 0;
  box-sizing: border-box;
  z-index: 5;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1431px) {
  .hero-50-50__text {
    padding-right: 68px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-50-50__text {
    padding-right: 68px;
  }
}

@media only screen and (max-width: 1023px) {
  .hero-50-50__text {
    padding-right: 46px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 759px) {
  .hero-50-50__text {
    padding: 48px 0 32px 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 759px) {
  .hero-50-50--no-mobile-image .hero-50-50__text {
    padding-bottom: 56px;
  }
}

.hero-50-50__text p {
  font-size: 1.3125rem;
  line-height: 2rem;
}

.mce-content-body .hero-50-50__text p {
  font-size: 1.3125rem;
  line-height: 2rem;
}

.hero-50-50__text > :last-child {
  margin-bottom: 0;
}

.hero-50-50__image {
  position: absolute;
  width: calc(50% + 20px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1431px) {
  .hero-50-50__image {
    width: calc(50% + 16px);
  }
}

@media only screen and (max-width: 1199px) {
  .hero-50-50__image {
    width: calc(50% + 8px);
  }
}

@media only screen and (max-width: 1023px) {
  .hero-50-50__image {
    width: calc(50% + 8px);
  }
}

@media only screen and (max-width: 759px) {
  .hero-50-50__image {
    display: none;
  }
}

.hero-50-50__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-50-50__image-mask {
  width: 138px;
  height: calc(100% + 8px);
  left: -8px;
  top: -4px;
  position: absolute;
  background-image: url(../images/hero-50-50-image-mask-furry.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.dt-template-freedom .hero-50-50__image-mask {
  width: 146px;
  background-image: url(../images/hero-50-50-image-mask-smooth.svg);
  background-image: url(../images/hero-50-50-image-mask-pink.svg);
}

@media only screen and (max-width: 1199px) {
  .hero-50-50__image-mask {
    width: 100px;
    left: -4px;
  }
  .dt-template-freedom .hero-50-50__image-mask {
    width: 100px;
  }
}

.hero-50-50__image-mobile-container {
  display: none;
}

@media only screen and (max-width: 759px) {
  .hero-50-50__image-mobile-container {
    display: grid;
  }
}

.hero-50-50__image-mobile {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 759px) {
  .hero-50-50__image-mobile {
    margin-bottom: -168px;
  }
}

@media only screen and (max-width: 399px) {
  .hero-50-50__image-mobile {
    margin-bottom: -136px;
  }
}

@media only screen and (max-width: 319px) {
  .hero-50-50__image-mobile {
    margin-bottom: -136px;
  }
}

.hero-50-50__journey-line-overlay {
  height: 100%;
  z-index: 4;
}

.hero-50-50__journey-line-overlay img {
  min-width: calc(100% + 100px);
  position: absolute;
  left: -50px;
  bottom: 20px;
  top: auto;
  right: auto;
}

.hero-centered.bg-pink-tongue {
  position: relative;
  background-image: url("../images/journey-lines/header-left-white.svg"), url("../images/journey-lines/header-right-white.svg");
  background-repeat: no-repeat;
  background-position: left -180px bottom -124px, right -160px bottom -4px;
  background-size: 33.8%, 28.7%;
}

@media only screen and (max-width: 1431px) {
  .hero-centered.bg-pink-tongue {
    background-position: left -80px bottom 0px, right -80px bottom 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-centered.bg-pink-tongue {
    background-position: left -80px bottom 0px, right -80px bottom 0px;
  }
}

@media only screen and (max-width: 1023px) {
  .hero-centered.bg-pink-tongue {
    background-position: left -180px bottom 0px, right -180px bottom 0px;
  }
}

.hero-centered.bg-sandy-fur {
  position: relative;
  background-image: url("../images/journey-lines/header-left-pink-tongue.svg"), url("../images/journey-lines/header-right-pink-tongue.svg");
  background-repeat: no-repeat;
  background-position: left -280px bottom -80px, right -20px bottom 0px;
  background-size: 40%, 19.6%;
}

@media only screen and (max-width: 1199px) {
  .hero-centered.bg-sandy-fur {
    background-position: left -180px bottom 0px, right -40px bottom 0px;
  }
}

@media only screen and (max-width: 1023px) {
  .hero-centered.bg-sandy-fur {
    background-position: left -180px bottom 0px, right -40px bottom 0px;
  }
}

.main-body > .hero-centered:last-child {
  margin-bottom: 496px;
}

@media only screen and (max-width: 1431px) {
  .main-body > .hero-centered:last-child {
    margin-bottom: 424px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-body > .hero-centered:last-child {
    margin-bottom: 376px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-body > .hero-centered:last-child {
    margin-bottom: 336px;
  }
}

@media only screen and (max-width: 759px) {
  .main-body > .hero-centered:last-child {
    margin-bottom: 216px;
  }
}

@media only screen and (max-width: 399px) {
  .main-body > .hero-centered:last-child {
    margin-bottom: 184px;
  }
}

@media only screen and (max-width: 319px) {
  .main-body > .hero-centered:last-child {
    margin-bottom: 184px;
  }
}

.hero-centered__text {
  padding: 56px 0 80px 0;
}

@media only screen and (max-width: 1023px) {
  .hero-centered__text {
    padding: 56px 0;
  }
}

@media only screen and (max-width: 759px) {
  .hero-centered__text {
    padding: 48px 0 32px 0;
  }
}

.hero-centered--no-image .hero-centered__text {
  padding-bottom: 169px;
}

@media only screen and (max-width: 1023px) {
  .hero-centered--no-image .hero-centered__text {
    padding-bottom: 72px;
  }
}

@media only screen and (max-width: 759px) {
  .hero-centered--no-image .hero-centered__text {
    padding-bottom: 56px;
  }
}

.hero-centered--no-breadcrumbs .hero-centered__text {
  padding-top: 143px;
}

@media only screen and (max-width: 1023px) {
  .hero-centered--no-breadcrumbs .hero-centered__text {
    padding-top: 56px;
  }
}

@media only screen and (max-width: 759px) {
  .hero-centered--no-breadcrumbs .hero-centered__text {
    padding-top: 48px;
  }
}

.hero-centered__text p {
  font-size: 1.3125rem;
  line-height: 2rem;
}

.mce-content-body .hero-centered__text p {
  font-size: 1.3125rem;
  line-height: 2rem;
}

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

.hero-centered__image {
  position: relative;
  z-index: 1;
  margin-bottom: -424px;
}

@media only screen and (max-width: 1431px) {
  .hero-centered__image {
    margin-bottom: -352px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-centered__image {
    margin-bottom: -304px;
  }
}

@media only screen and (max-width: 1023px) {
  .hero-centered__image {
    margin-bottom: -280px;
  }
}

@media only screen and (max-width: 759px) {
  .hero-centered__image {
    margin-bottom: -168px;
  }
}

@media only screen and (max-width: 399px) {
  .hero-centered__image {
    margin-bottom: -136px;
  }
}

@media only screen and (max-width: 319px) {
  .hero-centered__image {
    margin-bottom: -136px;
  }
}

.hero-centered__mask {
  position: absolute;
  left: -1px;
  bottom: 0;
  width: calc(100% + 2px);
  color: #ffffff;
  margin-bottom: -8px;
}

@media only screen and (max-width: 1431px) {
  .hero-centered__mask {
    margin-bottom: -1px;
  }
}

.hero-centered__mask svg {
  display: block;
  width: 100%;
  height: auto;
}

.no-hero-divider {
  width: 100%;
  height: 0px;
  border-bottom: solid 1px #ececec;
}

.breadcrumbs {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 24px 0;
}

.mce-content-body .breadcrumbs {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs a {
  border-bottom: none;
}

.breadcrumbs a:hover {
  border-bottom: solid 1px;
}

.breadcrumbs a:active {
  border-bottom: dotted 1px;
}

.breadcrumbs__divider {
  font-size: 0.875rem;
  margin: 0 8px;
}

.full-width-section {
  position: relative;
  padding: 120px 0;
}

@media only screen and (max-width: 1431px) {
  .full-width-section {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .full-width-section {
    padding: 88px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .full-width-section {
    padding: 88px 0;
  }
}

@media only screen and (max-width: 759px) {
  .full-width-section {
    padding: 64px 0;
  }
}

@media only screen and (max-width: 399px) {
  .full-width-section {
    padding: 64px 0;
  }
}

@media only screen and (max-width: 319px) {
  .full-width-section {
    padding: 64px 0;
  }
}

.breadcrumbs + .full-width-section {
  padding-top: 56px;
}

.full-width-section--news-feed {
  /* FF3.6+ */
  background-image: -webkit-gradient(180deg, left top, left bottom, color-stop(0%, #ffffff), color-stop(240px, #ffffff), color-stop(240px, #ffffff), color-stop(100%, #faf5e6));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 240px, #faf5e6 240px, #faf5e6 100%);
  /* W3C */
}

@media only screen and (max-width: 1199px) {
  .full-width-section--news-feed {
    /* FF3.6+ */
    background-image: -webkit-gradient(180deg, left top, left bottom, color-stop(0%, #ffffff), color-stop(200px, #ffffff), color-stop(200px, #ffffff), color-stop(100%, #faf5e6));
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 200px, #faf5e6 200px, #faf5e6 100%);
    /* W3C */
  }
}

@media only screen and (max-width: 759px) {
  .full-width-section--news-feed {
    /* FF3.6+ */
    background-image: -webkit-gradient(180deg, left top, left bottom, color-stop(0%, #ffffff), color-stop(168px, #ffffff), color-stop(168px, #ffffff), color-stop(100%, #faf5e6));
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 168px, #faf5e6 168px, #faf5e6 100%);
    /* W3C */
  }
}

.full-width-section:not(.bg-sunshine-yellow) + .full-width-section--news-feed,
.full-width-section:not(.bg-sandy-fur) + .full-width-section--news-feed,
.full-width-section:not(.bg-oatmeal) + .full-width-section--news-feed {
  padding-top: 0;
}

.hero-50-50 + .full-width-section {
  margin-top: 0;
}

@media only screen and (max-width: 759px) {
  .hero-50-50 + .full-width-section {
    padding-top: 216px;
  }
}

@media only screen and (max-width: 399px) {
  .hero-50-50 + .full-width-section {
    padding-top: 184px;
  }
}

@media only screen and (max-width: 319px) {
  .hero-50-50 + .full-width-section {
    padding-top: 184px;
  }
}

@media only screen and (max-width: 759px) {
  .hero-50-50--no-mobile-image + .full-width-section {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 399px) {
  .hero-50-50--no-mobile-image + .full-width-section {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 319px) {
  .hero-50-50--no-mobile-image + .full-width-section {
    padding-top: 64px;
  }
}

.hero-centered + .full-width-section {
  padding-top: 504px;
  margin-top: 0;
}

@media only screen and (max-width: 1431px) {
  .hero-centered + .full-width-section {
    padding-top: 432px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-centered + .full-width-section {
    padding-top: 368px;
  }
}

@media only screen and (max-width: 1023px) {
  .hero-centered + .full-width-section {
    padding-top: 344px;
  }
}

@media only screen and (max-width: 759px) {
  .hero-centered + .full-width-section {
    padding-top: 216px;
  }
}

@media only screen and (max-width: 399px) {
  .hero-centered + .full-width-section {
    padding-top: 184px;
  }
}

@media only screen and (max-width: 319px) {
  .hero-centered + .full-width-section {
    padding-top: 184px;
  }
}

.hero-centered--no-image + .full-width-section {
  padding-top: 120px;
}

@media only screen and (max-width: 1431px) {
  .hero-centered--no-image + .full-width-section {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-centered--no-image + .full-width-section {
    padding-top: 88px;
  }
}

@media only screen and (max-width: 1023px) {
  .hero-centered--no-image + .full-width-section {
    padding-top: 88px;
  }
}

@media only screen and (max-width: 759px) {
  .hero-centered--no-image + .full-width-section {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 399px) {
  .hero-centered--no-image + .full-width-section {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 319px) {
  .hero-centered--no-image + .full-width-section {
    padding-top: 64px;
  }
}

.no-hero-divider + .full-width-section {
  margin-top: 0;
}

.main-body .full-width-section:last-child {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1431px) {
  .main-body .full-width-section:last-child {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-body .full-width-section:last-child {
    padding-bottom: 88px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-body .full-width-section:last-child {
    padding-bottom: 88px;
  }
}

@media only screen and (max-width: 759px) {
  .main-body .full-width-section:last-child {
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 399px) {
  .main-body .full-width-section:last-child {
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 319px) {
  .main-body .full-width-section:last-child {
    padding-bottom: 64px;
  }
}

.full-width-section__curve {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  color: #ffffff;
  background: transparent;
  pointer-events: none;
  height: 0;
  padding-top: 8.88888889%;
  transform: translateY(-50%);
}

.full-width-section__curve--tall {
  padding-top: 17.77777778%;
}

.full-width-section + .full-width-section .full-width-section__curve--convex {
  /* FF3.6+ */
  background-image: -webkit-gradient(0deg, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}

.full-width-section.bg-sunshine-yellow + .full-width-section .full-width-section__curve--convex {
  /* FF3.6+ */
  background-image: -webkit-gradient(0deg, left top, left bottom, color-stop(0%, #ffc800), color-stop(50%, #ffc800), color-stop(50%, #ffc800), color-stop(100%, rgba(255, 200, 0, 0)));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(0deg, #ffc800 0%, #ffc800 50%, rgba(255, 200, 0, 0) 50%, rgba(255, 200, 0, 0) 100%);
  /* W3C */
}

.full-width-section.bg-sandy-fur + .full-width-section .full-width-section__curve--convex {
  /* FF3.6+ */
  background-image: -webkit-gradient(0deg, left top, left bottom, color-stop(0%, #faf5e6), color-stop(50%, #faf5e6), color-stop(50%, #faf5e6), color-stop(100%, rgba(250, 245, 230, 0)));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(0deg, #faf5e6 0%, #faf5e6 50%, rgba(250, 245, 230, 0) 50%, rgba(250, 245, 230, 0) 100%);
  /* W3C */
}

.full-width-section.bg-oatmeal + .full-width-section .full-width-section__curve--convex {
  /* FF3.6+ */
  background-image: -webkit-gradient(0deg, left top, left bottom, color-stop(0%, #d2c8b9), color-stop(50%, #d2c8b9), color-stop(50%, #d2c8b9), color-stop(100%, rgba(210, 200, 185, 0)));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(0deg, #d2c8b9 0%, #d2c8b9 50%, rgba(210, 200, 185, 0) 50%, rgba(210, 200, 185, 0) 100%);
  /* W3C */
}

.full-width-section.bg-pink-tongue + .full-width-section .full-width-section__curve--convex {
  /* FF3.6+ */
  background-image: -webkit-gradient(0deg, left top, left bottom, color-stop(0%, #fa9b9b), color-stop(50%, #fa9b9b), color-stop(50%, #fa9b9b), color-stop(100%, rgba(250, 155, 155, 0)));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(0deg, #fa9b9b 0%, #fa9b9b 50%, rgba(250, 155, 155, 0) 50%, rgba(250, 155, 155, 0) 100%);
  /* W3C */
}

.full-width-section .full-width-section__curve--concave {
  /* FF3.6+ */
  background-image: -webkit-gradient(0deg, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}

.full-width-section.bg-sunshine-yellow .full-width-section__curve--concave {
  /* FF3.6+ */
  background-image: -webkit-gradient(0deg, left top, left bottom, color-stop(0%, #ffc800), color-stop(50%, #ffc800), color-stop(50%, #ffc800), color-stop(100%, rgba(255, 200, 0, 0)));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(0deg, #ffc800 0%, #ffc800 50%, rgba(255, 200, 0, 0) 50%, rgba(255, 200, 0, 0) 100%);
  /* W3C */
}

.full-width-section.bg-sandy-fur .full-width-section__curve--concave {
  /* FF3.6+ */
  background-image: -webkit-gradient(0deg, left top, left bottom, color-stop(0%, #faf5e6), color-stop(50%, #faf5e6), color-stop(50%, #faf5e6), color-stop(100%, rgba(250, 245, 230, 0)));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(0deg, #faf5e6 0%, #faf5e6 50%, rgba(250, 245, 230, 0) 50%, rgba(250, 245, 230, 0) 100%);
  /* W3C */
}

.full-width-section.bg-oatmeal .full-width-section__curve--concave {
  /* FF3.6+ */
  background-image: -webkit-gradient(0deg, left top, left bottom, color-stop(0%, #d2c8b9), color-stop(50%, #d2c8b9), color-stop(50%, #d2c8b9), color-stop(100%, rgba(210, 200, 185, 0)));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(0deg, #d2c8b9 0%, #d2c8b9 50%, rgba(210, 200, 185, 0) 50%, rgba(210, 200, 185, 0) 100%);
  /* W3C */
}

.full-width-section.bg-pink-tongue .full-width-section__curve--concave {
  /* FF3.6+ */
  background-image: -webkit-gradient(0deg, left top, left bottom, color-stop(0%, #fa9b9b), color-stop(50%, #fa9b9b), color-stop(50%, #fa9b9b), color-stop(100%, rgba(250, 155, 155, 0)));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(0deg, #fa9b9b 0%, #fa9b9b 50%, rgba(250, 155, 155, 0) 50%, rgba(250, 155, 155, 0) 100%);
  /* W3C */
}

.full-width-section__curve--concave svg {
  top: 1px;
  bottom: auto;
}

.bg-sunshine-yellow .full-width-section__curve {
  color: #ffc800;
}

.bg-sandy-fur .full-width-section__curve {
  color: #faf5e6;
}

.bg-oatmeal .full-width-section__curve {
  color: #d2c8b9;
}

.bg-pink-tongue .full-width-section__curve {
  color: #fa9b9b;
}

.full-width-section__curve--news-feed {
  padding-top: 17.77777778%;
  margin-top: 232px;
  color: #faf5e6;
  /* FF3.6+ */
  background-image: -webkit-gradient(0deg, left top, left bottom, color-stop(0%, #faf5e6), color-stop(50%, #faf5e6), color-stop(50%, #faf5e6), color-stop(100%, rgba(250, 245, 230, 0)));
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background-image: linear-gradient(0deg, #faf5e6 0%, #faf5e6 50%, rgba(250, 245, 230, 0) 50%, rgba(250, 245, 230, 0) 100%);
  /* W3C */
}

@media only screen and (max-width: 1199px) {
  .full-width-section__curve--news-feed {
    margin-top: 192px;
  }
}

@media only screen and (max-width: 759px) {
  .full-width-section__curve--news-feed {
    margin-top: 160px;
  }
}

.full-width-section__curve--news-feed svg {
  top: 1px;
  bottom: auto;
}

.no-hero-divider + .full-width-section .full-width-section__curve {
  display: none;
}

.full-width-section__curve svg {
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.backgroundImageSection {
  position: relative;
  max-width: 100%;
  padding-bottom: 260px;
  z-index: 0;
}

.backgroundImageSection svg {
  max-width: 104%;
  position: absolute;
  bottom: -20px;
  left: -10px;
}

.bgi-right {
  background-image: url(../images/journey-lines/section-right-pink-tongue.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 18.9%;
}

@media only screen and (max-width: 759px) {
  .bgi-right {
    background-position: top 12% right;
  }
}

.bg-sandy-fur.bgi-right {
  background-image: url(../images/journey-lines/section-right-pink-tongue.svg);
}

.bg-pink-tongue.bgi-right {
  background-image: url(../images/journey-lines/section-right-sandy-fur.svg);
}

.bg-oatmeal.bgi-right {
  background-image: url(../images/journey-lines/section-right-sandy-fur.svg);
}

.bgi-left {
  background-image: url(../images/journey-lines/section-left-pink-tongue.svg);
  background-repeat: no-repeat;
  background-position: left bottom -4px;
  background-size: 21.8%;
}

.bg-sandy-fur.bgi-left {
  background-image: url(../images/journey-lines/section-left-pink-tongue.svg);
}

.bg-pink-tongue.bgi-left {
  background-image: url(../images/journey-lines/section-left-sandy-fur.svg);
}

.bg-oatmeal.bgi-left {
  background-image: url(../images/journey-lines/section-left-sandy-fur.svg);
}

.bgi-bottom {
  background-image: url(../images/journey-lines/section-bottom-pink-tongue.svg);
  background-repeat: no-repeat;
  background-position: left 0px bottom 20px;
  padding-bottom: 400px !important;
  background-size: 100%;
}

@media only screen and (max-width: 1431px) {
  .bgi-bottom {
    padding-bottom: 280px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .bgi-bottom {
    padding-bottom: 240px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .bgi-bottom {
    padding-bottom: 200px !important;
  }
}

@media only screen and (max-width: 759px) {
  .bgi-bottom {
    padding-bottom: 160px !important;
  }
}

@media only screen and (max-width: 399px) {
  .bgi-bottom {
    padding-bottom: 120px !important;
  }
}

.bg-sandy-fur.bgi-bottom {
  background-image: url(../images/journey-lines/section-bottom-oatmeal.svg);
}

.bg-pink-tongue.bgi-bottom {
  background-image: url(../images/journey-lines/section-bottom-white.svg);
}

.bg-oatmeal.bgi-bottom {
  background-image: url(../images/journey-lines/section-bottom-sandy-fur.svg);
}

.content-page {
  background-image: url(../images/journey-lines/margin-right-sandy-fur.svg);
  background-repeat: no-repeat;
  background-position: right 0% top 445px;
  background-size: 27.5%;
}

@media only screen and (max-width: 1431px) {
  .content-page {
    background-position: right top 535px;
  }
}

@media only screen and (max-width: 1199px) {
  .content-page {
    background-position: right top 535px;
  }
}

@media only screen and (max-width: 1023px) {
  .content-page {
    background-image: none;
  }
}

.content-page.full-width-section {
  padding-top: 40px;
}

@media only screen and (max-width: 1023px) {
  .content-page.full-width-section {
    padding-top: 56px;
  }
}

@media only screen and (max-width: 759px) {
  .content-page.full-width-section {
    padding-top: 48px;
  }
}

.content-page__main {
  grid-column: span 8;
}

@media only screen and (max-width: 1023px) {
  .content-page__main {
    grid-column: 2 / span 10;
  }
}

@media only screen and (max-width: 759px) {
  .content-page__main {
    grid-column: span 4;
  }
}

.content-page__spacer {
  grid-column: span 1;
}

@media only screen and (max-width: 1023px) {
  .content-page__spacer {
    display: none;
  }
}

.content-page__sidebar {
  grid-column: span 3;
}

@media only screen and (max-width: 1023px) {
  .content-page__sidebar {
    grid-column: 2 / span 10;
    margin-top: 88px;
  }
}

@media only screen and (max-width: 759px) {
  .content-page__sidebar {
    grid-column: span 4;
    margin-top: 64px;
  }
}

@media only screen and (max-width: 399px) {
  .content-page__sidebar {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 319px) {
  .content-page__sidebar {
    margin-top: 64px;
  }
}

.content-page__sidebar h3 {
  padding-bottom: 8px;
  border-bottom: solid 8px #fa9b9b;
  margin-bottom: 32px;
}

.content-page__sidebar h3 a {
  border: none;
  background: none;
}

.content-page__sidebar h3 a:hover, .content-page__sidebar h3 a:active {
  border: none;
}

.content-page__sidebar.related-articles h3 {
  margin-bottom: 48px;
}

.sub-nav ul {
  color: #7e7e7e;
  list-style: none;
}

.sub-nav li {
  position: relative;
  margin-bottom: 16px;
}

.sub-nav li.selected {
  color: #222222;
}

.sub-nav li.selected::before {
  content: "\F054";
  font-family: "Font Awesome 6 Pro";
  left: -1.5rem;
  position: absolute;
}

.sub-nav a {
  border: none;
}

.sub-nav a:hover {
  color: #222222;
  border-bottom: solid 1px;
}

.sub-nav a:active {
  color: #222222;
  border-bottom: dotted 1px;
}

.page-heading--with-button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 399px) {
  .page-heading--with-button {
    display: block;
  }
}

.page-heading--with-button h1 {
  margin-right: 24px;
}

@media only screen and (max-width: 399px) {
  .page-heading--with-button h1 {
    margin-right: 0;
  }
}

.page-heading__button {
  flex-shrink: 0;
  flex-grow: 0;
}

.general-content-group {
  margin: 64px auto;
}

.full-width-section .general-content-group:first-child,
.full-width-section .full-width-section__curve + .general-content-group {
  margin-top: 0;
}

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

.page-heading + .general-content-group {
  margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
  .page-heading + .general-content-group {
    margin-top: 24px;
  }
}

.general-content {
  position: relative;
  margin: 64px auto;
  width: 100%;
  max-width: 920px;
}

@media only screen and (max-width: 1431px) {
  .general-content {
    max-width: 768px;
  }
}

@media only screen and (max-width: 1199px) {
  .general-content {
    max-width: 656px;
  }
}

@media only screen and (max-width: 1023px) {
  .general-content {
    max-width: calc((((100% - (11 * 16px) - (2 * 16px)) / 12) * 10) + (9 * 16px));
  }
}

@media only screen and (max-width: 759px) {
  .general-content {
    max-width: calc(100% - (2 * 16px));
  }
}

@media only screen and (max-width: 399px) {
  .general-content {
    max-width: calc(100% - (2 * 16px));
  }
}

@media only screen and (max-width: 319px) {
  .general-content {
    max-width: calc(100% - (2 * 16px));
  }
}

.content-page__main .general-content {
  max-width: none;
}

.general-content-group .general-content:first-child {
  margin-top: 0;
}

.general-content-group .general-content:last-child {
  margin-bottom: 0;
}

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

.two-col-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -16px 0;
}

.two-col-content__col {
  width: calc((100% - 40px) / 2);
}

@media only screen and (max-width: 1431px) {
  .two-col-content__col {
    width: calc((100% - 40px) / 2);
  }
}

@media only screen and (max-width: 1199px) {
  .two-col-content__col {
    width: calc((100% - 32px) / 2);
  }
}

@media only screen and (max-width: 1023px) {
  .two-col-content__col {
    width: calc((100% - 32px) / 2);
  }
}

@media only screen and (max-width: 759px) {
  .two-col-content__col {
    width: 100%;
  }
}

@media only screen and (max-width: 399px) {
  .two-col-content__col {
    width: 100%;
  }
}

@media only screen and (max-width: 319px) {
  .two-col-content__col {
    width: 100%;
  }
}

@media only screen and (max-width: 759px) {
  .two-col-content__col:first-child {
    margin-bottom: 32px;
  }
}

.two-col-content__col > :last-child {
  margin-bottom: 0;
}

.large-image-group {
  margin: 80px 0;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .large-image-group {
    margin: 56px 0;
  }
}

@media only screen and (max-width: 759px) {
  .large-image-group {
    margin: 48px 0;
  }
}

.full-width-section .large-image-group:first-child,
.full-width-section .full-width-section__curve + .large-image-group {
  margin-top: 0;
}

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

.large-image {
  position: relative;
  margin: 24px auto;
  border-radius: 8px;
  width: 100%;
  max-width: 920px;
  display: block;
}

@media only screen and (max-width: 1431px) {
  .large-image {
    max-width: 768px;
  }
}

@media only screen and (max-width: 1199px) {
  .large-image {
    max-width: 656px;
  }
}

@media only screen and (max-width: 1023px) {
  .large-image {
    max-width: calc((((100% - (11 * 16px) - (2 * 16px)) / 12) * 10) + (9 * 16px));
  }
}

@media only screen and (max-width: 759px) {
  .large-image {
    max-width: calc(100% - (2 * 16px));
  }
}

@media only screen and (max-width: 399px) {
  .large-image {
    max-width: calc(100% - (2 * 16px));
  }
}

@media only screen and (max-width: 319px) {
  .large-image {
    max-width: calc(100% - (2 * 16px));
  }
}

.content-page__main .large-image {
  max-width: none;
}

.large-image-group .large-image:first-child {
  margin-top: 0;
}

.large-image-group .large-image:last-child {
  margin-bottom: 0;
}

.full-width-section .full-width-section__curve + .text-and-image-group,
.full-width-section .text-and-image-group:first-child {
  margin-top: 0;
}

.full-width-section .text-and-image-group:last-child {
  margin-bottom: 0;
}

.text-and-image {
  margin-bottom: 56px;
  position: relative;
}

.text-and-image + .text-and-image {
  margin-top: 120px;
}

@media only screen and (max-width: 1431px) {
  .text-and-image + .text-and-image {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .text-and-image + .text-and-image {
    margin-top: 88px;
  }
}

@media only screen and (max-width: 1023px) {
  .text-and-image + .text-and-image {
    margin-top: 88px;
  }
}

@media only screen and (max-width: 759px) {
  .text-and-image + .text-and-image {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 399px) {
  .text-and-image + .text-and-image {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 319px) {
  .text-and-image + .text-and-image {
    margin-top: 64px;
  }
}

.text-and-image-group:last-child .text-and-image {
  margin-bottom: 0;
}

.text-and-image__grid {
  grid-row-gap: 24px;
}

.text-and-image__content {
  order: 1;
  align-self: center;
}

.text-and-image--reversed .text-and-image__content {
  order: 3;
}

@media only screen and (max-width: 759px) {
  .text-and-image--reversed .text-and-image__content {
    order: 1;
  }
}

.text-and-image__content p {
  font-size: 1.3125rem;
  line-height: 2rem;
}

.mce-content-body .text-and-image__content p {
  font-size: 1.3125rem;
  line-height: 2rem;
}

.text-and-image__content > :last-child {
  margin-bottom: 0;
}

.text-and-image__spacer {
  order: 2;
}

.text-and-image__image {
  order: 3;
}

.text-and-image--reversed .text-and-image__image {
  order: 1;
}

@media only screen and (max-width: 759px) {
  .text-and-image--reversed .text-and-image__image {
    order: 3;
  }
}

.text-and-image .bgimage_left {
  position: absolute;
  width: 21.8%;
}

@media only screen and (max-width: 759px) {
  .text-and-image .bgimage_left {
    width: 35%;
    left: -3%;
    bottom: 6%;
  }
}

.text-and-image .bgimage_right {
  position: absolute;
  right: 0;
  width: 19.4%;
  z-index: 4;
}

@media only screen and (max-width: 759px) {
  .text-and-image .bgimage_right {
    width: 35%;
    right: -3%;
    bottom: 3%;
  }
}

.text-and-image__journey-line-overlay-right {
  height: 100%;
  z-index: 4;
  position: relative;
}

.text-and-image__journey-line-overlay-right img {
  position: absolute;
  right: 0;
  width: 19.4%;
}

.text-and-image-small-group {
  margin: 88px auto;
}

@media only screen and (max-width: 759px) {
  .text-and-image-small-group {
    margin: 64px auto;
  }
}

.full-width-section .full-width-section__curve + .text-and-image-small-group,
.full-width-section .text-and-image-small-group:first-child {
  margin-top: 0;
}

.full-width-section .text-and-image-small-group:last-child {
  margin-bottom: 0;
}

.text-and-image-small {
  margin: 88px auto;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 759px) {
  .text-and-image-small {
    margin: 64px auto;
  }
}

@media only screen and (max-width: 399px) {
  .text-and-image-small {
    flex-wrap: wrap;
  }
}

.text-and-image-small-group .text-and-image-small:first-child {
  margin-top: 0;
}

.text-and-image-small-group .text-and-image-small:last-child {
  margin-bottom: 0;
}

.text-and-image-small--reversed {
  flex-direction: row-reverse;
}

.text-and-image-small__grid {
  grid-row-gap: 24px;
}

.text-and-image-small__content {
  width: calc(50% - 20px);
  box-sizing: border-box;
}

@media only screen and (max-width: 1431px) {
  .text-and-image-small__content {
    width: calc(50% - 16px);
  }
}

@media only screen and (max-width: 1199px) {
  .text-and-image-small__content {
    width: calc(50% - 8px);
  }
}

@media only screen and (max-width: 1023px) {
  .text-and-image-small__content {
    width: calc(50% - 8px);
    padding-right: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .text-and-image-small__content {
    width: calc(60% - 8px);
  }
}

@media only screen and (max-width: 399px) {
  .text-and-image-small__content {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .text-and-image-small--reversed .text-and-image-small__content {
    padding-left: 16px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 399px) {
  .text-and-image-small--reversed .text-and-image-small__content {
    padding-left: 0;
  }
}

.text-and-image-small__content > :last-child {
  margin-bottom: 0;
}

.text-and-image-small__image {
  width: calc(50% - 20px);
}

@media only screen and (max-width: 1431px) {
  .text-and-image-small__image {
    width: calc(50% - 16px);
  }
}

@media only screen and (max-width: 1199px) {
  .text-and-image-small__image {
    width: calc(50% - 8px);
  }
}

@media only screen and (max-width: 1023px) {
  .text-and-image-small__image {
    width: calc(50% - 8px);
  }
}

@media only screen and (max-width: 759px) {
  .text-and-image-small__image {
    width: calc(40% - 8px);
  }
}

@media only screen and (max-width: 399px) {
  .text-and-image-small__image {
    width: 100%;
  }
}

.text-and-image-small__image img {
  display: block;
  border-radius: 8px;
}

.icon-and-text-group {
  margin: 64px auto;
  overflow: hidden;
}

.full-width-section .icon-and-text-group:first-child,
.full-width-section .full-width-section__curve + .icon-and-text-group {
  margin-top: 0;
}

.full-width-section .icon-and-text-group:last-child {
  margin-bottom: 0;
}

.icon-and-text {
  position: relative;
  margin: 64px auto;
  width: 100%;
  max-width: 920px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 1431px) {
  .icon-and-text {
    max-width: 768px;
  }
}

@media only screen and (max-width: 1199px) {
  .icon-and-text {
    max-width: 656px;
  }
}

@media only screen and (max-width: 1023px) {
  .icon-and-text {
    max-width: calc((((100% - (11 * 16px) - (2 * 16px)) / 12) * 10) + (9 * 16px));
  }
}

@media only screen and (max-width: 759px) {
  .icon-and-text {
    max-width: calc(100% - (2 * 16px));
  }
}

@media only screen and (max-width: 399px) {
  .icon-and-text {
    max-width: calc(100% - (2 * 16px));
    margin: 56px auto;
    display: block;
  }
}

@media only screen and (max-width: 319px) {
  .icon-and-text {
    max-width: calc(100% - (2 * 16px));
  }
}

.content-page__main .icon-and-text {
  max-width: none;
}

.icon-and-text-group .icon-and-text:first-child {
  margin-top: 0;
}

.icon-and-text-group .icon-and-text:last-child {
  margin-bottom: 0;
}

.icon-and-text__icon {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  margin-right: 32px;
}

@media only screen and (max-width: 1431px) {
  .icon-and-text__icon {
    width: 96px;
    height: 96px;
  }
}

@media only screen and (max-width: 1199px) {
  .icon-and-text__icon {
    width: 72px;
    height: 72px;
    margin-right: 24px;
  }
}

@media only screen and (max-width: 1023px) {
  .icon-and-text__icon {
    width: 96px;
    height: 96px;
  }
}

@media only screen and (max-width: 759px) {
  .icon-and-text__icon {
    width: 72px;
    height: 72px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 399px) {
  .icon-and-text__icon {
    margin: 0 16px 16px auto;
    float: left;
  }
}

@media only screen and (max-width: 319px) {
  .icon-and-text__icon {
    width: 56px;
    height: 56px;
  }
}

.icon-and-text__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-and-text__content {
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .icon-and-text__content {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 399px) {
  .icon-and-text__content {
    margin-right: 16px;
  }
}

.coloured-panel--no-icon .icon-and-text__content {
  margin-right: 0;
}

@media only screen and (max-width: 399px) {
  .icon-and-text__content h1,
  .icon-and-text__content h2,
  .icon-and-text__content h3,
  .icon-and-text__content h4,
  .icon-and-text__content h5,
  .icon-and-text__content h6 {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 399px) {
  .icon-and-text__content > h1:first-child,
  .icon-and-text__content > h2:first-child,
  .icon-and-text__content > h3:first-child,
  .icon-and-text__content > h4:first-child,
  .icon-and-text__content > h5:first-child,
  .icon-and-text__content > h6:first-child,
  .icon-and-text__content > p:first-child,
  .icon-and-text__content > ul:first-child,
  .icon-and-text__content > ol:first-child {
    margin-left: 88px;
  }
}

@media only screen and (max-width: 319px) {
  .icon-and-text__content > h1:first-child,
  .icon-and-text__content > h2:first-child,
  .icon-and-text__content > h3:first-child,
  .icon-and-text__content > h4:first-child,
  .icon-and-text__content > h5:first-child,
  .icon-and-text__content > h6:first-child,
  .icon-and-text__content > p:first-child,
  .icon-and-text__content > ul:first-child,
  .icon-and-text__content > ol:first-child {
    margin-left: 72px;
  }
}

.icon-and-text__content > :last-child {
  margin-bottom: 0;
}

.icon-and-text__bottom-content {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 759px) {
  .icon-and-text__bottom-content {
    display: block;
  }
}

.icon-and-text__bottom-col {
  width: calc((100% - 40px) / 2);
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1431px) {
  .icon-and-text__bottom-col {
    width: calc((100% - 32px) / 2);
  }
}

@media only screen and (max-width: 1199px) {
  .icon-and-text__bottom-col {
    width: calc((100% - 24px) / 2);
  }
}

@media only screen and (max-width: 759px) {
  .icon-and-text__bottom-col {
    width: 100%;
  }
}

@media only screen and (max-width: 759px) {
  .icon-and-text__bottom-col--1 {
    margin-bottom: 24px;
  }
}

.icon-and-text__bottom-col h3, .icon-and-text__bottom-col h4, .icon-and-text__bottom-col h5, .icon-and-text__bottom-col h6 {
  margin-bottom: 0.5rem;
}

.icon-and-text__bottom-col p {
  margin-bottom: 2rem;
}

.icon-and-text__bottom-col > :last-child {
  margin-bottom: 0;
}

.icon-button-group {
  width: 100%;
  margin: 48px auto;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media only screen and (max-width: 1431px) {
  .icon-button-group {
    max-width: 1168px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .icon-button-group {
    max-width: 992px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .icon-button-group {
    width: calc(100% - (2 * 16px));
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .icon-button-group {
    width: calc(100% - (2 * 16px));
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 399px) {
  .icon-button-group {
    width: calc(100% - (2 * 16px));
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 319px) {
  .icon-button-group {
    width: calc(100% - (2 * 16px));
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.full-width-section .icon-button-group:first-child,
.full-width-section .full-width-section__curve + .icon-button-group {
  margin-top: 0;
}

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

.content-page__main .icon-button-group {
  width: 100%;
  grid-template-columns: repeat(8, 1fr);
}

@media only screen and (max-width: 1023px) {
  .content-page__main .icon-button-group {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media only screen and (max-width: 759px) {
  .content-page__main .icon-button-group {
    grid-template-columns: repeat(4, 1fr);
  }
}

.icon-button {
  display: flex;
  align-items: center;
  border: none;
  background-color: #ffc800;
  transition: background-color .2s;
  border-radius: 8px;
  padding: 24px;
  grid-column: span 4;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "fidobold", "Work Sans", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .icon-button {
    padding: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .icon-button {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .content-page__main .icon-button {
    grid-column: span 10;
  }
}

@media only screen and (max-width: 759px) {
  .content-page__main .icon-button {
    grid-column: span 4;
  }
}

.icon-button:hover {
  border: none;
  background-color: #ffd94d;
}

.icon-button--oatmeal {
  background-color: #d2c8b9;
}

.icon-button--oatmeal:hover {
  background-color: #dfd8ce;
}

.icon-button__text {
  margin-right: 48px;
  flex-shrink: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 1431px) {
  .icon-button__text {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 1023px) {
  .icon-button__text {
    margin-right: 16px;
  }
}

.icon-button__icon {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  flex-grow: 0;
}

@media only screen and (max-width: 1431px) {
  .icon-button__icon {
    width: 72px;
    height: 72px;
  }
}

@media only screen and (max-width: 1023px) {
  .icon-button__icon {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 759px) {
  .icon-button__icon {
    width: 56px;
    height: 56px;
  }
}

.icon-button__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.paw-print-list-item-group {
  width: 100%;
  margin: 64px auto;
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 32px;
}

@media only screen and (max-width: 1431px) {
  .paw-print-list-item-group {
    max-width: 768px;
    grid-column-gap: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .paw-print-list-item-group {
    max-width: 656px;
    grid-column-gap: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .paw-print-list-item-group {
    width: calc((((100% - (11 * 16px) - (2 * 16px)) / 12) * 10) + (9 * 16px));
    max-width: none;
    grid-column-gap: 16px;
    margin: 48px auto;
  }
}

@media only screen and (max-width: 759px) {
  .paw-print-list-item-group {
    width: calc(100% - (2 * 16px));
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
  }
}

@media only screen and (max-width: 399px) {
  .paw-print-list-item-group {
    width: calc(100% - (2 * 16px));
    grid-column-gap: 16px;
  }
}

@media only screen and (max-width: 319px) {
  .paw-print-list-item-group {
    width: calc(100% - (2 * 16px));
    grid-column-gap: 16px;
  }
}

.full-width-section .paw-print-list-item-group:first-child,
.full-width-section .full-width-section__curve + .paw-print-list-item-group {
  margin-top: 0;
}

.full-width-section .paw-print-list-item-group:last-child {
  margin-bottom: 0;
}

.paw-print-list-item {
  grid-column: span 4;
  display: flex;
  align-item: flex-start;
}

@media only screen and (max-width: 759px) {
  .paw-print-list-item {
    grid-column: span 4;
  }
}

.paw-print-list-item h3, .paw-print-list-item h4, .paw-print-list-item h5, .paw-print-list-item h6 {
  margin-bottom: 1rem;
}

.paw-print-list-item__icon {
  width: 64px;
  height: 64px;
  margin-right: 24px;
  flex-shrink: 0;
  flex-grow: 0;
}

@media only screen and (max-width: 1431px) {
  .paw-print-list-item__icon {
    width: 56px;
    height: 56px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .paw-print-list-item__icon {
    width: 64px;
    height: 64px;
  }
}

@media only screen and (max-width: 399px) {
  .paw-print-list-item__icon {
    width: 48px;
    height: 48px;
  }
}

.paw-print-list-item__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.paw-print-list-item__text {
  flex-shrink: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 1431px) {
  .paw-print-list-item__text {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .paw-print-list-item__text {
    padding-right: 0;
  }
}

.paw-print-list-item__text > :last-child {
  margin-bottom: 0;
}

.card-group {
  width: 100%;
  margin: 48px auto;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media only screen and (max-width: 1431px) {
  .card-group {
    max-width: 1168px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .card-group {
    max-width: 992px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .card-group {
    width: calc(100% - (2 * 16px));
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .card-group {
    width: calc(100% - (2 * 16px));
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }
}

@media only screen and (max-width: 399px) {
  .card-group {
    width: calc(100% - (2 * 16px));
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }
}

@media only screen and (max-width: 319px) {
  .card-group {
    width: calc(100% - (2 * 16px));
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }
}

.full-width-section .card-group:first-child,
.full-width-section .full-width-section__curve + .card-group {
  margin-top: 0;
}

.full-width-section .card-group:last-child,
.content-page__main .card-group:last-child {
  margin-bottom: 0;
}

.content-page__main .card-group {
  width: 100%;
  grid-template-columns: repeat(8, 1fr);
}

@media only screen and (max-width: 1023px) {
  .content-page__main .card-group {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media only screen and (max-width: 759px) {
  .content-page__main .card-group {
    grid-template-columns: repeat(4, 1fr);
  }
}

.page-heading + .card-group {
  margin-top: 64px;
}

.card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  grid-column: span 4;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  transition: box-shadow .2s;
}

@media only screen and (max-width: 1023px) {
  .content-page__main .card {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 759px) {
  .card {
    grid-column: span 2;
  }
  .content-page__main .card {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 512px) {
  .card {
    grid-column: span 4;
  }
  .content-page__main .card {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 399px) {
  .card {
    grid-column: span 4;
  }
  .content-page__main .card {
    grid-column: span 4;
  }
}

.card:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.card h3 {
  margin-bottom: 1rem;
}

.card p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #7e7e7e;
}

.mce-content-body .card p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.card__image img {
  display: block;
}

.card__text {
  padding: 32px 42px;
}

@media only screen and (max-width: 1199px) {
  .card__text {
    padding: 24px;
  }
}

@media only screen and (max-width: 1023px) {
  .card__text {
    padding: 24px 16px;
  }
}

@media only screen and (max-width: 399px) {
  .card__text {
    padding: 24px;
  }
}

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

.wide-card-group {
  width: 100%;
  margin: 112px auto;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media only screen and (max-width: 1431px) {
  .wide-card-group {
    max-width: 1168px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .wide-card-group {
    max-width: 992px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .wide-card-group {
    width: calc(100% - (2 * 16px));
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .wide-card-group {
    width: calc(100% - (2 * 16px));
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }
}

@media only screen and (max-width: 512px) {
  .wide-card-group {
    max-width: 440px;
  }
}

@media only screen and (max-width: 399px) {
  .wide-card-group {
    width: calc(100% - (2 * 16px));
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }
}

@media only screen and (max-width: 319px) {
  .wide-card-group {
    width: calc(100% - (2 * 16px));
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }
}

.full-width-section .wide-card-group:first-child,
.full-width-section .full-width-section__curve + .wide-card-group {
  margin-top: 0;
}

.full-width-section .wide-card-group:last-child {
  margin-bottom: 64px;
}

.content-page__main .wide-card-group {
  width: 100%;
  grid-template-columns: repeat(8, 1fr);
}

@media only screen and (max-width: 1023px) {
  .content-page__main .wide-card-group {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media only screen and (max-width: 759px) {
  .content-page__main .wide-card-group {
    grid-template-columns: repeat(4, 1fr);
  }
}

.content-page__main .wide-card-group:last-child {
  margin-bottom: 0;
}

.page-heading + .wide-card-group {
  margin-top: 64px;
}

.wide-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  grid-column: span 6;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  transition: box-shadow .2s;
  display: flex;
  min-height: 264px;
}

@media only screen and (max-width: 1023px) {
  .wide-card {
    display: block;
  }
}

@media only screen and (max-width: 759px) {
  .wide-card {
    grid-column: span 4;
    min-height: auto;
    display: flex;
  }
}

@media only screen and (max-width: 512px) {
  .wide-card {
    display: block;
    grid-column: span 4;
  }
}

.content-page__main .wide-card {
  grid-column: span 8;
}

@media only screen and (max-width: 759px) {
  .content-page__main .wide-card {
    grid-column: span 4;
  }
}

@media only screen and (max-width: 512px) {
  .content-page__main .wide-card {
    grid-column: span 4;
  }
}

.wide-card:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.wide-card h3 {
  margin-bottom: 1rem;
}

.wide-card p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #7e7e7e;
}

.mce-content-body .wide-card p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.wide-card__image-large {
  display: block;
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  .wide-card__image-large {
    display: none;
  }
}

@media only screen and (max-width: 759px) {
  .wide-card__image-large {
    display: block;
  }
}

@media only screen and (max-width: 512px) {
  .wide-card__image-large {
    display: none;
  }
}

.wide-card__image-small {
  display: none;
  padding: 16px;
}

@media only screen and (max-width: 1023px) {
  .wide-card__image-small {
    display: block;
  }
}

@media only screen and (max-width: 759px) {
  .wide-card__image-small {
    display: none;
  }
}

@media only screen and (max-width: 512px) {
  .wide-card__image-small {
    display: block;
  }
}

.wide-card__image {
  width: 224px;
  order: 2;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (max-width: 1023px) {
  .wide-card__image {
    width: 40%;
    float: right;
  }
}

@media only screen and (max-width: 759px) {
  .wide-card__image {
    width: 224px;
    float: none;
  }
}

@media only screen and (max-width: 512px) {
  .wide-card__image {
    width: 40%;
    float: right;
  }
}

.wide-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wide-card__image-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: -16px;
}

.wide-card__image-mask img {
  max-width: none;
  width: auto;
  height: 100%;
}

.wide-card__text {
  padding: 48px 42px;
  order: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

@media only screen and (max-width: 1199px) {
  .wide-card__text {
    padding: 24px;
  }
}

@media only screen and (max-width: 759px) {
  .wide-card__text {
    padding: 32px;
  }
}

@media only screen and (max-width: 512px) {
  .wide-card__text {
    padding: 24px;
  }
}

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

.blog-card {
  grid-column: span 4;
  background: none;
  border: none;
}

.blog-card:hover, .blog-card:active {
  background: none;
  border: none;
}

@media only screen and (max-width: 759px) {
  .blog-card {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 399px) {
  .blog-card {
    grid-column: span 4;
  }
}

.related-articles .blog-card {
  grid-column: span 3;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .related-articles .blog-card {
    grid-column: span 5;
  }
}

@media only screen and (max-width: 759px) {
  .related-articles .blog-card {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 399px) {
  .related-articles .blog-card {
    grid-column: span 4;
  }
}

.blog-card__image {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .blog-card__image {
    margin-bottom: 16px;
  }
}

.blog-card__image img {
  display: block;
}

.blog-card__text {
  display: block;
}

.blog-card__date {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 16px;
}

.mce-content-body .blog-card__date {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1023px) {
  .blog-card__date {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 759px) {
  .blog-card__date {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .mce-content-body .blog-card__date {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.blog-card__post-title {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "fidobold", "Work Sans", sans-serif;
}

@media only screen and (max-width: 759px) {
  .blog-card__post-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.related-articles .blog-card__post-title {
  font-size: 1.125rem;
  line-height: 2rem;
}

@media only screen and (max-width: 1023px) {
  .related-articles .blog-card__post-title {
    line-height: 1.5rem;
  }
}

a:hover .blog-card__post-title-wrapper {
  text-decoration: underline;
}

a:active .blog-card__post-title-wrapper {
  text-decoration: underline;
}

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

.blog-article__header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

@media only screen and (max-width: 1023px) {
  .blog-article__header {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 759px) {
  .blog-article__header {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 399px) {
  .blog-article__header {
    display: block;
  }
}

.blog-article__header h1 {
  width: 100%;
}

.blog-article__header .addthis_inline_share_toolbox,
.blog-article__header .sharethis-inline-share-buttons {
  margin-left: auto;
}

@media only screen and (max-width: 1023px) {
  .blog-article__heading {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

.blog-article__date {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.mce-content-body .blog-article__date {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 399px) {
  .blog-article__date {
    margin-bottom: 24px;
  }
}

.blog-article__image {
  display: block;
  border-radius: 8px;
  margin: 80px 0;
}

@media only screen and (max-width: 1023px) {
  .blog-article__image {
    margin: 56px 0;
  }
}

@media only screen and (max-width: 759px) {
  .blog-article__image {
    margin: 48px 0;
  }
}

.news-feed__articles {
  margin: 40px 0 32px 0;
}

.news-feed__more p {
  margin-bottom: 0;
}

@media only screen and (max-width: 759px) {
  .news-feed #blog-headlines .blog-card:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 399px) {
  .news-feed #blog-headlines .blog-card:nth-child(3) {
    display: block;
  }
}

.jump-links {
  margin: 40px 0;
}

.jump-links select {
  width: 680px;
  max-width: 100%;
}

@media only screen and (max-width: 1431px) {
  .jump-links select {
    width: 568px;
  }
}

@media only screen and (max-width: 1199px) {
  .jump-links select {
    width: 488px;
  }
}

@media only screen and (max-width: 1023px) {
  .jump-links select {
    width: 356px;
  }
}

@media only screen and (max-width: 759px) {
  .jump-links select {
    width: 100%;
  }
}

.hero-50-50__text .jump-links select,
.hero-centered__text .jump-links select {
  width: 440px;
}

@media only screen and (max-width: 1431px) {
  .hero-50-50__text .jump-links select,
  .hero-centered__text .jump-links select {
    width: 368px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-50-50__text .jump-links select,
  .hero-centered__text .jump-links select {
    width: 320px;
  }
}

@media only screen and (max-width: 1023px) {
  .hero-50-50__text .jump-links select,
  .hero-centered__text .jump-links select {
    width: 356px;
  }
}

@media only screen and (max-width: 759px) {
  .hero-50-50__text .jump-links select,
  .hero-centered__text .jump-links select {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 399px) {
  .hero-50-50__text .jump-links select,
  .hero-centered__text .jump-links select {
    width: 100%;
  }
}

.coloured-panel-group {
  margin: 64px auto;
  overflow: hidden;
  max-width: 920px;
}

.full-width-section .coloured-panel-group:first-child,
.full-width-section .full-width-section__curve + .coloured-panel-group {
  margin-top: 0;
}

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

@media only screen and (max-width: 1431px) {
  .coloured-panel-group {
    max-width: 768px;
  }
}

@media only screen and (max-width: 1199px) {
  .coloured-panel-group {
    max-width: 656px;
  }
}

@media only screen and (max-width: 1023px) {
  .coloured-panel-group {
    max-width: calc((((100% - (11 * 16px) - (2 * 16px)) / 12) * 10) + (9 * 16px));
  }
}

@media only screen and (max-width: 759px) {
  .coloured-panel-group {
    max-width: calc(100% - (2 * 16px));
  }
}

@media only screen and (max-width: 399px) {
  .coloured-panel-group {
    max-width: none;
  }
}

.container .coloured-panel-group {
  max-width: none;
}

@media only screen and (max-width: 399px) {
  .container .coloured-panel-group {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media only screen and (max-width: 319px) {
  .container .coloured-panel-group {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.coloured-panel {
  position: relative;
  margin: calc(108px + 7.93478261%) auto;
  width: 100%;
  padding: 8px 40px 40px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
  .coloured-panel {
    padding: 8px 24px 24px 24px;
  }
}

@media only screen and (max-width: 399px) {
  .coloured-panel {
    width: 100%;
    padding: 8px 16px 24px 16px;
    margin: calc(80px + 7.93478261%) auto;
    display: block;
  }
}

@media only screen and (max-width: 319px) {
  .coloured-panel {
    padding: 8px 16px 24px 16px;
  }
}

.content-page__main .coloured-panel {
  max-width: none;
}

.coloured-panel-group .coloured-panel:first-child {
  margin-top: 7.93478261%;
}

.coloured-panel-group .coloured-panel:last-child {
  margin-bottom: 7.93478261%;
}

.coloured-panel__curve {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 8.80434783%;
}

.coloured-panel__curve--top {
  left: 0;
  top: 0;
  margin-top: -7.93478261%;
}

.coloured-panel__curve--bottom {
  left: 0;
  bottom: 0;
  margin-bottom: -7.93478261%;
}

.bg-sunshine-yellow-inner .coloured-panel__curve {
  color: #ffc800;
}

.bg-sandy-fur-inner .coloured-panel__curve {
  color: #faf5e6;
}

.coloured-panel__curve svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.coloured-panel__content {
  margin-right: 40px;
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
  order: 1;
}

@media only screen and (max-width: 1199px) {
  .coloured-panel__content {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 399px) {
  .coloured-panel__content {
    margin-right: 16px;
  }
}

.coloured-panel--no-icon .coloured-panel__content {
  margin-right: 0;
}

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

.coloured-panel__icon {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  order: 2;
}

@media only screen and (max-width: 1431px) {
  .coloured-panel__icon {
    width: 72px;
    height: 72px;
  }
}

@media only screen and (max-width: 759px) {
  .coloured-panel__icon {
    width: 56px;
    height: 56px;
  }
}

@media only screen and (max-width: 399px) {
  .coloured-panel__icon {
    float: right;
    margin-left: 16px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 319px) {
  .coloured-panel__icon {
    width: 40px;
    height: 40px;
  }
}

.coloured-panel__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion-item-group {
  margin: 64px auto;
}

.full-width-section .accordion-item-group:first-child,
.full-width-section .full-width-section__curve + .accordion-item-group {
  margin-top: 0;
}

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

.general-content-group + .accordion-item-group {
  margin-top: -32px;
}

.accordion-item {
  position: relative;
  padding: 24px 32px 40px 32px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin: 0 auto 56px auto;
  transition: box-shadow .2s;
  cursor: pointer;
  max-width: 920px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1431px) {
  .accordion-item {
    max-width: 768px;
  }
}

@media only screen and (max-width: 1199px) {
  .accordion-item {
    max-width: 656px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (max-width: 1023px) {
  .accordion-item {
    max-width: calc((((100% - (11 * 16px) - (2 * 16px)) / 12) * 10) + (9 * 16px));
  }
}

@media only screen and (max-width: 759px) {
  .accordion-item {
    max-width: calc(100% - (2 * 16px));
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 399px) {
  .accordion-item {
    max-width: calc(100% - (2 * 16px));
  }
}

@media only screen and (max-width: 319px) {
  .accordion-item {
    max-width: calc(100% - (2 * 16px));
  }
}

.accordion-item-group .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #dddddd;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  transform: translate(-50%, 16px);
  background: #ffffff;
  text-align: center;
  display: inline-block;
  content: "\F078";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  line-height: 1;
  font-size: 22px;
  box-sizing: border-box;
  padding-top: 10px;
}

.accordion-item:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.accordion-item--expanded {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.accordion-item--expanded::before {
  content: "\F077";
  padding-top: 8px;
}

.accordion-item__heading {
  color: #222222;
  margin-bottom: 16px;
}

.accordion-item__snippet {
  display: block;
  color: #7e7e7e;
  transition: color .2s;
}

.accordion-item--expanded .accordion-item__snippet {
  color: #222222;
  display: none;
}

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

.accordion-item__content {
  display: none;
  color: #7e7e7e;
  transition: color .2s;
}

.accordion-item--expanded .accordion-item__content {
  color: #222222;
  display: block;
}

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

.dt-gmap-container {
  width: 100%;
  padding-top: 49.13793103%;
  position: relative;
  margin: 88px auto !important;
}

@media only screen and (max-width: 1023px) {
  .dt-gmap-container {
    margin: 64px auto !important;
  }
}

@media only screen and (max-width: 759px) {
  .dt-gmap-container {
    margin: 48px auto !important;
    padding-top: 100%;
  }
}

.dt-gmap-container--large {
  padding-top: 100%;
}

.dt-gmap-container--service-search {
  margin: 0 auto !important;
}

.dt-gmap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #dddddd;
}

.dt-gmap p {
  padding: 32px;
  text-align: center;
}

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

.postcode-search__location {
  width: 440px;
  margin-right: 40px;
}

@media only screen and (max-width: 1431px) {
  .postcode-search__location {
    width: 368px;
    margin-right: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .postcode-search__location {
    width: 320px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .postcode-search__location {
    width: 356px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .postcode-search__location {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.location-search-results--vets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.location-search-result {
  border-bottom: solid 8px #d2c8b9;
  padding: 32px 0;
  box-sizing: border-box;
}

.location-search-result--highlighted {
  background-color: #faf5e6;
  padding-left: 16px;
  padding-right: 16px;
}

.location-search-result--sequence {
  background-position: 0px 32px;
  background-repeat: no-repeat;
  padding-left: 48px;
}

.location-search-result--sequence.location-search-result--highlighted {
  padding-left: 64px;
  background-position: 16px 32px;
}

.location-search-result--sequence-A {
  background-image: url(../images/gmap-markers/dt-gmap-marker-A.png);
}

.location-search-result--sequence-A.location-search-result--highlighted {
  background-image: url(../images/gmap-markers/dt-gmap-marker-A-active.png);
}

.location-search-result--sequence-B {
  background-image: url(../images/gmap-markers/dt-gmap-marker-B.png);
}

.location-search-result--sequence-B.location-search-result--highlighted {
  background-image: url(../images/gmap-markers/dt-gmap-marker-B-active.png);
}

.location-search-result--sequence-C {
  background-image: url(../images/gmap-markers/dt-gmap-marker-C.png);
}

.location-search-result--sequence-C.location-search-result--highlighted {
  background-image: url(../images/gmap-markers/dt-gmap-marker-C-active.png);
}

.location-search-result--sequence-D {
  background-image: url(../images/gmap-markers/dt-gmap-marker-D.png);
}

.location-search-result--sequence-D.location-search-result--highlighted {
  background-image: url(../images/gmap-markers/dt-gmap-marker-D-active.png);
}

.location-search-result--sequence-E {
  background-image: url(../images/gmap-markers/dt-gmap-marker-E.png);
}

.location-search-result--sequence-E.location-search-result--highlighted {
  background-image: url(../images/gmap-markers/dt-gmap-marker-E-active.png);
}

.location-search-result--sequence-F {
  background-image: url(../images/gmap-markers/dt-gmap-marker-F.png);
}

.location-search-result--sequence-F.location-search-result--highlighted {
  background-image: url(../images/gmap-markers/dt-gmap-marker-F-active.png);
}

.location-search-results--vets .location-search-result {
  width: calc((100% - 40px) / 2);
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 759px) {
  .location-search-results--vets .location-search-result {
    width: 100%;
  }
}

.location-search-result p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mce-content-body .location-search-result p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.location-search-result > :last-child {
  margin-bottom: 0;
}

.location-search-result__column > :last-child {
  margin-bottom: 0;
}

.status-tag {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  background: #ffc800;
  padding: 4px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  position: relative;
}

.mce-content-body .status-tag {
  font-size: 0.875rem;
  line-height: 1rem;
}

.status-tag--distance {
  padding-left: 24px;
}

.status-tag--distance:before {
  content: "\F3C5";
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 8px;
}

.status-tag--star {
  padding-left: 28px;
}

.status-tag--star:before {
  content: "\F005";
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 8px;
}

.status-tag--paw-print {
  padding-left: 28px;
}

.status-tag--paw-print:before {
  content: '';
  width: 13px;
  height: 12px;
  background: url(../images/paw-print-tag.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 6px;
}

.dt-login a.dt-login__register {
  margin-right: 0;
}

@media only screen and (max-width: 399px) {
  .dt-login a.dt-login__register {
    margin-bottom: 8px;
  }
}

.dt-login p.dt-login__forgotten-pwd {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 8px;
}

.mce-content-body .dt-login p.dt-login__forgotten-pwd {
  font-size: 0.875rem;
  line-height: 1rem;
}

@media only screen and (max-width: 759px) {
  .dt-login p.dt-login__forgotten-pwd {
    text-align: center;
    margin-top: 24px;
  }
}

.refListHeader h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "fidobold", "Work Sans", sans-serif;
}

.mce-content-body .refListHeader h2 {
  font-size: 1.5rem;
}

.rlItem {
  padding: 32px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .rlItem {
    padding: 24px;
  }
}

@media only screen and (max-width: 500px) {
  .rlItem {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 399px) {
  .rlItem {
    padding: 16px;
  }
}

.rlItem--application {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr 72px 88px;
}

@media only screen and (max-width: 1199px) {
  .rlItem--application {
    grid-template-columns: 1fr 1fr 56px 64px;
  }
}

@media only screen and (max-width: 759px) {
  .rlItem--application {
    grid-template-columns: 1fr 64px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .mce-content-body .rlItem--application {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 399px) {
  .rlItem--application {
    grid-template-columns: 1fr 48px;
  }
}

.rlCol1 {
  padding-right: 32px;
}

@media only screen and (max-width: 759px) {
  .rlCol1 {
    padding-right: 24px;
  }
}

@media only screen and (max-width: 399px) {
  .rlCol1 {
    padding-right: 0;
  }
}

.rlItem--application .rlCol1 {
  grid-column: 1;
  grid-row: 1;
}

@media only screen and (max-width: 759px) {
  .rlItem--application .rlCol1 {
    grid-column: 1;
    grid-row: 1;
  }
}

@media only screen and (max-width: 399px) {
  .rlItem--application .rlCol1 {
    grid-column: 1 / 2;
    grid-row: 1;
  }
}

.rlCol2 {
  padding-right: 24px;
}

@media only screen and (max-width: 399px) {
  .rlCol2 {
    padding-right: 0;
  }
}

.rlItem--application .rlCol2 {
  grid-column: 2;
  grid-row: 1;
}

@media only screen and (max-width: 759px) {
  .rlItem--application .rlCol2 {
    grid-column: 1;
    grid-row: 2;
  }
}

@media only screen and (max-width: 399px) {
  .rlItem--application .rlCol2 {
    grid-column: 1 / 3;
    grid-row: 2;
  }
}

.statusMessage {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
}

.mce-content-body .statusMessage {
  font-size: 0.875rem;
  line-height: 1rem;
}

.statusIcon {
  display: block;
  padding-right: 24px;
  align-self: center;
  grid-column: 3;
  grid-row: 1;
}

@media only screen and (max-width: 759px) {
  .statusIcon {
    grid-column: 2;
    grid-row: 1;
    align-self: auto;
    text-align: right;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 399px) {
  .statusIcon {
    grid-column: 2;
    grid-row: 1;
    padding-bottom: 8px;
  }
}

.statusIcon::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .statusIcon::after {
    font-size: 32px;
  }
}

.rlItem.incomplete .statusIcon::after {
  content: "\F06A";
}

.rlItem.submitted .statusIcon::after {
  content: "\F0A9";
}

.rlItem.held .statusIcon::after {
  content: "\F059";
}

.rlItem.rejected .statusIcon::after {
  content: "\F057";
}

.rlItem.issued .statusIcon::after {
  content: "\F058";
}

.actionButtonContainer {
  text-align: right;
  margin-left: auto;
  align-self: center;
}

@media only screen and (max-width: 759px) {
  .actionButtonContainer {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: -8px;
  }
}

@media only screen and (max-width: 500px) {
  .actionButtonContainer {
    width: 100%;
    margin-top: 16px;
  }
}

.rlItem--application .actionButtonContainer {
  align-self: center;
  grid-column: 4;
  grid-row: 1;
}

@media only screen and (max-width: 759px) {
  .rlItem--application .actionButtonContainer {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 399px) {
  .rlItem--application .actionButtonContainer {
    grid-column: 1 / 3;
    grid-row: 3;
    align-self: auto;
    padding-top: 16px;
  }
}

.actionButtonContainer form {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.actionButtonContainer input[type="submit"] {
  margin-left: 24px;
}

.actionButtonContainer input[type="submit"]:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 1199px) {
  .actionButtonContainer input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    border: none;
    border-radius: 999px;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #222222;
    background: #ffc800;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
  .bg-sunshine-yellow .actionButtonContainer input[type="submit"],
  .bg-sunshine-yellow-inner .actionButtonContainer input[type="submit"] {
    background: #222222;
    color: #ffffff;
  }
  .bg-pink-tongue .actionButtonContainer input[type="submit"],
  .bg-pink-tongue-inner .actionButtonContainer input[type="submit"] {
    background: #ffffff;
    color: #222222;
  }
  .actionButtonContainer input[type="submit"]:hover {
    color: #222222;
    background: #ffd94d;
  }
  .bg-sunshine-yellow .actionButtonContainer input[type="submit"]:hover,
  .bg-sunshine-yellow-inner .actionButtonContainer input[type="submit"]:hover {
    background: #434343;
    color: #ffffff;
  }
  .bg-pink-tongue .actionButtonContainer input[type="submit"]:hover,
  .bg-pink-tongue-inner .actionButtonContainer input[type="submit"]:hover {
    background: #434343;
    color: #ffffff;
  }
  .actionButtonContainer input[type="submit"]:hover:after {
    transform: translateX(5px);
  }
  .actionButtonContainer input[type="submit"]:focus-visible {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  }
  body .actionButtonContainer input[type="submit"].button--rippling {
    background-color: #ffc800;
  }
  .bg-sunshine-yellow body .actionButtonContainer input[type="submit"].button--rippling,
  .bg-sunshine-yellow-inner body .actionButtonContainer input[type="submit"].button--rippling {
    background: #222222;
  }
  .bg-pink-tongue body .actionButtonContainer input[type="submit"].button--rippling,
  .bg-pink-tongue-inner body .actionButtonContainer input[type="submit"].button--rippling {
    background: #ffffff;
  }
  body .actionButtonContainer input[type="submit"].button--rippling .button__ripple {
    content: "";
    position: absolute;
    border-radius: 999px;
    width: 200%;
    height: 0;
    padding-top: 200%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    animation: ripple forwards 0.5s linear;
  }
  .bg-sunshine-yellow body .actionButtonContainer input[type="submit"].button--rippling .button__ripple,
  .bg-sunshine-yellow-inner body .actionButtonContainer input[type="submit"].button--rippling .button__ripple {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .bg-pink-tongue body .actionButtonContainer input[type="submit"].button--rippling .button__ripple,
  .bg-pink-tongue-inner body .actionButtonContainer input[type="submit"].button--rippling .button__ripple {
    background-color: rgba(34, 34, 34, 0.3);
  }
}

@media only screen and (max-width: 759px) {
  .actionButtonContainer input[type="submit"] {
    margin-bottom: 8px;
  }
}

.actionButtonContainer input[type="submit"].button-tertiary {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
  padding: 0.875rem 1.375rem;
  border: solid 2px;
  background: transparent;
  color: #222222;
}

.bg-sunshine-yellow .actionButtonContainer input[type="submit"].button-tertiary,
.bg-sunshine-yellow-inner .actionButtonContainer input[type="submit"].button-tertiary {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue .actionButtonContainer input[type="submit"].button-tertiary,
.bg-pink-tongue-inner .actionButtonContainer input[type="submit"].button-tertiary {
  background: #ffffff;
  color: #222222;
}

.actionButtonContainer input[type="submit"].button-tertiary:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow .actionButtonContainer input[type="submit"].button-tertiary:hover,
.bg-sunshine-yellow-inner .actionButtonContainer input[type="submit"].button-tertiary:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue .actionButtonContainer input[type="submit"].button-tertiary:hover,
.bg-pink-tongue-inner .actionButtonContainer input[type="submit"].button-tertiary:hover {
  background: #434343;
  color: #ffffff;
}

.actionButtonContainer input[type="submit"].button-tertiary:hover:after {
  transform: translateX(5px);
}

.actionButtonContainer input[type="submit"].button-tertiary:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling,
.bg-sunshine-yellow-inner body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling {
  background: #222222;
}

.bg-pink-tongue body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling,
.bg-pink-tongue-inner body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling {
  background: #ffffff;
}

body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple,
.bg-pink-tongue-inner body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

.bg-black .actionButtonContainer input[type="submit"].button-tertiary,
.bg-black-inner .actionButtonContainer input[type="submit"].button-tertiary,
.bg-midnight .actionButtonContainer input[type="submit"].button-tertiary,
.bg-midnight-inner .actionButtonContainer input[type="submit"].button-tertiary {
  color: #ffffff;
}

.bg-sunshine-yellow .actionButtonContainer input[type="submit"].button-tertiary,
.bg-sunshine-yellow-inner .actionButtonContainer input[type="submit"].button-tertiary,
.bg-pink-tongue .actionButtonContainer input[type="submit"].button-tertiary,
.bg-pink-tongue-inner .actionButtonContainer input[type="submit"].button-tertiary {
  background: transparent;
  color: #222222;
}

.actionButtonContainer input[type="submit"].button-tertiary:hover {
  background: rgba(126, 126, 126, 0.2);
  color: #222222;
}

.bg-black .actionButtonContainer input[type="submit"].button-tertiary:hover,
.bg-black-inner .actionButtonContainer input[type="submit"].button-tertiary:hover,
.bg-midnight .actionButtonContainer input[type="submit"].button-tertiary:hover,
.bg-midnight-inner .actionButtonContainer input[type="submit"].button-tertiary:hover {
  color: #ffffff;
}

.bg-sunshine-yellow .actionButtonContainer input[type="submit"].button-tertiary:hover,
.bg-sunshine-yellow-inner .actionButtonContainer input[type="submit"].button-tertiary:hover,
.bg-pink-tongue .actionButtonContainer input[type="submit"].button-tertiary:hover,
.bg-pink-tongue-inner .actionButtonContainer input[type="submit"].button-tertiary:hover {
  background: rgba(126, 126, 126, 0.2);
  color: #222222;
}

body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling {
  background-color: transparent;
}

body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple {
  background-color: rgba(126, 126, 126, 0.3);
}

@media only screen and (max-width: 1199px) {
  .actionButtonContainer input[type="submit"].button-tertiary {
    display: inline-block;
    vertical-align: top;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    border: none;
    border-radius: 999px;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #222222;
    background: #ffc800;
    padding: 0.875rem 1.375rem;
    border: solid 2px;
    background: transparent;
    color: #222222;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
  }
  .bg-sunshine-yellow .actionButtonContainer input[type="submit"].button-tertiary,
  .bg-sunshine-yellow-inner .actionButtonContainer input[type="submit"].button-tertiary {
    background: #222222;
    color: #ffffff;
  }
  .bg-pink-tongue .actionButtonContainer input[type="submit"].button-tertiary,
  .bg-pink-tongue-inner .actionButtonContainer input[type="submit"].button-tertiary {
    background: #ffffff;
    color: #222222;
  }
  .actionButtonContainer input[type="submit"].button-tertiary:hover {
    color: #222222;
    background: #ffd94d;
  }
  .bg-sunshine-yellow .actionButtonContainer input[type="submit"].button-tertiary:hover,
  .bg-sunshine-yellow-inner .actionButtonContainer input[type="submit"].button-tertiary:hover {
    background: #434343;
    color: #ffffff;
  }
  .bg-pink-tongue .actionButtonContainer input[type="submit"].button-tertiary:hover,
  .bg-pink-tongue-inner .actionButtonContainer input[type="submit"].button-tertiary:hover {
    background: #434343;
    color: #ffffff;
  }
  .actionButtonContainer input[type="submit"].button-tertiary:hover:after {
    transform: translateX(5px);
  }
  .actionButtonContainer input[type="submit"].button-tertiary:focus-visible {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  }
  body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling {
    background-color: #ffc800;
  }
  .bg-sunshine-yellow body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling,
  .bg-sunshine-yellow-inner body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling {
    background: #222222;
  }
  .bg-pink-tongue body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling,
  .bg-pink-tongue-inner body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling {
    background: #ffffff;
  }
  body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple {
    content: "";
    position: absolute;
    border-radius: 999px;
    width: 200%;
    height: 0;
    padding-top: 200%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    animation: ripple forwards 0.5s linear;
  }
  .bg-sunshine-yellow body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple,
  .bg-sunshine-yellow-inner body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .bg-pink-tongue body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple,
  .bg-pink-tongue-inner body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple {
    background-color: rgba(34, 34, 34, 0.3);
  }
  .bg-black .actionButtonContainer input[type="submit"].button-tertiary,
  .bg-black-inner .actionButtonContainer input[type="submit"].button-tertiary,
  .bg-midnight .actionButtonContainer input[type="submit"].button-tertiary,
  .bg-midnight-inner .actionButtonContainer input[type="submit"].button-tertiary {
    color: #ffffff;
  }
  .bg-sunshine-yellow .actionButtonContainer input[type="submit"].button-tertiary,
  .bg-sunshine-yellow-inner .actionButtonContainer input[type="submit"].button-tertiary,
  .bg-pink-tongue .actionButtonContainer input[type="submit"].button-tertiary,
  .bg-pink-tongue-inner .actionButtonContainer input[type="submit"].button-tertiary {
    background: transparent;
    color: #222222;
  }
  .actionButtonContainer input[type="submit"].button-tertiary:hover {
    background: rgba(126, 126, 126, 0.2);
    color: #222222;
  }
  .bg-black .actionButtonContainer input[type="submit"].button-tertiary:hover,
  .bg-black-inner .actionButtonContainer input[type="submit"].button-tertiary:hover,
  .bg-midnight .actionButtonContainer input[type="submit"].button-tertiary:hover,
  .bg-midnight-inner .actionButtonContainer input[type="submit"].button-tertiary:hover {
    color: #ffffff;
  }
  .bg-sunshine-yellow .actionButtonContainer input[type="submit"].button-tertiary:hover,
  .bg-sunshine-yellow-inner .actionButtonContainer input[type="submit"].button-tertiary:hover,
  .bg-pink-tongue .actionButtonContainer input[type="submit"].button-tertiary:hover,
  .bg-pink-tongue-inner .actionButtonContainer input[type="submit"].button-tertiary:hover {
    background: rgba(126, 126, 126, 0.2);
    color: #222222;
  }
  body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling {
    background-color: transparent;
  }
  body .actionButtonContainer input[type="submit"].button-tertiary.button--rippling .button__ripple {
    background-color: rgba(126, 126, 126, 0.3);
  }
}

.rlItem--application .actionButtonContainer input[type="submit"] {
  min-width: 88px;
  margin-left: 0;
}

@media only screen and (max-width: 1199px) {
  .rlItem--application .actionButtonContainer input[type="submit"] {
    min-width: 64px;
  }
}

@media only screen and (max-width: 759px) {
  .rlItem--application .actionButtonContainer input[type="submit"] {
    margin-bottom: 0;
    width: 100%;
  }
}

.rlItem--contact .actionButtonContainer input[type="submit"] {
  min-width: 224px;
}

@media only screen and (max-width: 1199px) {
  .rlItem--contact .actionButtonContainer input[type="submit"] {
    min-width: auto;
  }
}

@media only screen and (max-width: 759px) {
  .rlItem--contact .actionButtonContainer input[type="submit"] {
    margin-left: 0;
    width: 100%;
  }
}

.refListFooter ul {
  list-style: none;
  padding: 0;
  font-family: "fidobold", "Work Sans", sans-serif;
  font-weight: bold;
  margin: 0 auto;
}

.refListFooter li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.refListFooter li.selected a {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20id%3D%22Path_104%22%20data-name%3D%22Path%20104%22%20d%3D%22M2.386%2C11.292C5.8%2C3.292%2C13.138%2C0%2C21.556%2C0%2C33.517%2C0%2C40.018%2C8.958%2C40.018%2C20.292%2C40.018%2C30.208%2C32.141%2C40%2C21.973%2C40%2C9.471%2C40%2C2.428%2C35.042.094%2C22.208c-.417-3.292.959-8.292%2C2.292-10.917%22%20transform%3D%22translate(-0.018)%22%20fill%3D%22%23ffc800%22%2F%3E%3C%2Fsvg%3E");
}

.refListFooter li::before {
  content: none !important;
}

.refListFooter a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20id%3D%22Path_104%22%20data-name%3D%22Path%20104%22%20d%3D%22M2.386%2C11.292C5.8%2C3.292%2C13.138%2C0%2C21.556%2C0%2C33.517%2C0%2C40.018%2C8.958%2C40.018%2C20.292%2C40.018%2C30.208%2C32.141%2C40%2C21.973%2C40%2C9.471%2C40%2C2.428%2C35.042.094%2C22.208c-.417-3.292.959-8.292%2C2.292-10.917%22%20transform%3D%22translate(-0.018)%22%20fill%3D%22%23d2c8b9%22%2F%3E%3C%2Fsvg%3E");
  border: none;
}

.refListFooter a:hover {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20id%3D%22Path_104%22%20data-name%3D%22Path%20104%22%20d%3D%22M2.386%2C11.292C5.8%2C3.292%2C13.138%2C0%2C21.556%2C0%2C33.517%2C0%2C40.018%2C8.958%2C40.018%2C20.292%2C40.018%2C30.208%2C32.141%2C40%2C21.973%2C40%2C9.471%2C40%2C2.428%2C35.042.094%2C22.208c-.417-3.292.959-8.292%2C2.292-10.917%22%20transform%3D%22translate(-0.018)%22%20fill%3D%22%23dfd8ce%22%2F%3E%3C%2Fsvg%3E");
  border: none;
}

.dtForm {
  max-width: 800px;
  box-sizing: border-box;
}

.dtForm h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "fidobold", "Work Sans", sans-serif;
  padding-top: 8px;
}

.mce-content-body .dtForm h2 {
  font-size: 1.5rem;
}

.dtForm p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mce-content-body .dtForm p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.dtFormHtml {
  padding: 0 40px 24px 40px;
  background: #faf5e6;
}

@media only screen and (max-width: 759px) {
  .dtFormHtml {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.dtFormHtml.top {
  border-radius: 8px 8px 0 0;
  padding-top: 40px;
}

@media only screen and (max-width: 759px) {
  .dtFormHtml.top {
    padding-top: 24px;
  }
}

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

.dtFormField {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px 24px 40px;
  background: #faf5e6;
  position: relative;
}

@media only screen and (max-width: 759px) {
  .dtFormField {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.dtFormField.top {
  border-radius: 8px 8px 0 0;
  padding-top: 40px;
}

@media only screen and (max-width: 759px) {
  .dtFormField.top {
    padding-top: 24px;
  }
}

.dtFormField:last-child {
  margin-bottom: 0;
}

.dtFormField label,
.dtFormField .grpTitle {
  width: 200px;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: 600;
}

@media only screen and (max-width: 1431px) {
  .dtFormField label,
  .dtFormField .grpTitle {
    width: 168px;
  }
}

@media only screen and (max-width: 1199px) {
  .dtFormField label,
  .dtFormField .grpTitle {
    width: 152px;
  }
}

@media only screen and (max-width: 1023px) {
  .dtFormField label,
  .dtFormField .grpTitle {
    width: 170px;
  }
}

@media only screen and (max-width: 759px) {
  .dtFormField label,
  .dtFormField .grpTitle {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 8px;
  }
}

.dtFormField.wide-checkbox label {
  width: auto;
  min-width: 0;
  max-width: calc(100% - 16px);
  padding: 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
}

.dtFormField.wide-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.dtFormField.wide-checkbox input[type="checkbox"] + label {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}

.dtFormField.wide-checkbox input[type="checkbox"] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 22px;
  height: 22px;
  border: solid 1px #dddddd;
  display: inline-block;
  border-radius: 2px;
  margin-right: 16px;
  background-color: #ffffff;
}

.dtFormField.wide-checkbox input[type="checkbox"] + label::after {
  content: '';
}

.dtFormField.wide-checkbox input[type="checkbox"]:focus-visible + label::before {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}

.dtFormField.wide-checkbox input[type="checkbox"]:checked + label::before {
  background-color: #222222;
  border-color: #222222;
}

.dtFormField.wide-checkbox input[type="checkbox"]:checked + label::after {
  content: "\F00C";
  position: absolute;
  left: 5px;
  top: 4px;
  font-family: "Font Awesome 6 Pro";
  color: #ffc800;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.dtFormField.wide-checkbox.errorField input[type="checkbox"] + label::before {
  background-color: #fcf4f5;
  border-color: #c92c34;
  box-shadow: 0 0 0 1px #c92c34;
}

.dtFormField.wide-checkbox.errorField input[type="checkbox"]:focus-visible + label::before {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}

.dtFormField.wide-checkbox.errorField input[type="checkbox"]:checked + label::before {
  background-color: #222222;
  border-color: #222222;
  box-shadow: none;
}

.dtFormField.small-radio label {
  width: auto;
  min-width: 0;
  max-width: 100%;
  padding: 8px 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
}

.dtFormField.small-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.dtFormField.small-radio input[type="radio"] + label {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  width: 120px;
}

.dtFormField.small-radio input[type="radio"] + label::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 22px;
  height: 22px;
  border: solid 1px #dddddd;
  display: inline-block;
  border-radius: 12px;
  margin-right: 16px;
  background-color: #ffffff;
}

.dtFormField.small-radio input[type="radio"] + label::after {
  content: '';
}

.dtFormField.small-radio input[type="radio"]:focus-visible + label::before {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}

.dtFormField.small-radio input[type="radio"]:checked + label::before {
  background-color: #222222;
  border-color: #222222;
}

.dtFormField.small-radio input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 14px;
  width: 12px;
  height: 12px;
  background-color: #ffc800;
  border-radius: 6px;
}

.dtFormField.small-radio.fieldErrorDiv input[type="radio"] + label::before {
  background-color: #fcf4f5;
  border-color: #c92c34;
  box-shadow: 0 0 0 1px #c92c34;
}

.dtFormField.small-radio.fieldErrorDiv input[type="radio"]:focus-visible + label::before {
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}

.dtFormField.small-radio.fieldErrorDiv input[type="radio"]:checked + label::before {
  background-color: #222222;
  border-color: #222222;
  box-shadow: none;
}

.dtFormFieldGrp {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.dtFormAgeSelect {
  display: flex;
}

.dtFormAgeSelectY {
  width: 200px;
  max-width: 50%;
  margin-right: 24px;
  flex-shrink: 1;
  flex-grow: 0;
}

.dtFormAgeSelectM {
  width: 200px;
  max-width: 50%;
  flex-shrink: 1;
  flex-grow: 0;
}

.inputContainer {
  flex-grow: 1;
}

.inputContainer input[type="text"],
.inputContainer input[type="email"],
.inputContainer input[type="password"],
.inputContainer textarea,
.inputContainer select {
  width: 100%;
}

.small .inputContainer input[type="text"], .small
.inputContainer input[type="email"], .small
.inputContainer input[type="password"], .small
.inputContainer textarea, .small
.inputContainer select {
  width: 200px;
  max-width: 100%;
}

.errorField .inputContainer input[type="text"], .errorField
.inputContainer input[type="email"], .errorField
.inputContainer input[type="password"], .errorField
.inputContainer textarea, .errorField
.inputContainer select {
  border-color: #c92c34;
  background-color: #fcf4f5;
  box-shadow: inset 0px 2px 3px 0 rgba(201, 44, 52, 0.4), 0 0 0 1px #c92c34;
}

.errorField .inputContainer input[type="text"]:focus, .errorField
.inputContainer input[type="email"]:focus, .errorField
.inputContainer input[type="password"]:focus, .errorField
.inputContainer textarea:focus, .errorField
.inputContainer select:focus {
  border-color: #222222;
  box-shadow: inset 0px 2px 3px 0 rgba(201, 44, 52, 0.4), 0 0 0 1px #222222;
}

.kwSelect {
  background: #ffc800;
  padding: 40px;
  margin-bottom: 32px;
  border-radius: 8px;
}

@media only screen and (max-width: 759px) {
  .kwSelect {
    padding: 24px;
  }
}

@media only screen and (max-width: 399px) {
  .kwSelect {
    padding: 16px;
  }
}

.kwSelect label {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "fidobold", "Work Sans", sans-serif;
  font-weight: bold;
}

.kwSelect select {
  width: 100%;
}

.prompt {
  display: none;
  position: absolute;
  font-size: 0.875rem;
  line-height: 1rem;
  background: #8cd7e6;
  right: -240px;
  width: 200px;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  transform: translateY(-50%);
  margin-top: 24px;
  z-index: 2;
}

.mce-content-body .prompt {
  font-size: 0.875rem;
  line-height: 1rem;
}

@media only screen and (max-width: 1023px) {
  .prompt {
    display: block;
    position: static;
    width: 100%;
    transform: none;
    margin-top: 0;
    background: none;
    padding: 8px 0 0 0;
    font-style: italic;
  }
}

.prompt.active {
  display: block;
}

.promptPointer {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 16px 16px 16px 0;
  border-color: transparent #8cd7e6 transparent transparent;
  left: -16px;
  top: 50%;
  transform: translateY(-16px);
  border-style: solid;
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .promptPointer {
    display: none;
  }
}

.errorText {
  color: #c92c34;
  font-weight: 600;
  position: relative;
  padding-left: 2.5rem;
}

.inputContainer .errorText {
  font-size: 0.875rem;
  line-height: 1rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.errorText::before {
  content: "\F06A";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
}

.dtFormButtons {
  display: flex;
  align-items: flex-end;
  padding: 16px 40px 40px 40px;
  background: #faf5e6;
  border-radius: 0 0 8px 8px;
}

@media only screen and (max-width: 759px) {
  .dtFormButtons {
    padding-left: 24px;
    padding-right: 24px;
    flex-wrap: wrap;
  }
}

.dtFormButtonLeft {
  text-align: left;
  margin-right: auto;
}

@media only screen and (max-width: 759px) {
  .dtFormButtonLeft {
    width: 100%;
    order: 2;
  }
}

@media only screen and (max-width: 759px) {
  .dtFormButtonLeft a.button,
  .dtFormButtonLeft a.button-tertiary,
  .dtFormButtonLeft input[type="submit"] {
    width: 100%;
    margin-bottom: 8px;
  }
}

.dtFormButtonRight {
  display: flex;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 759px) {
  .dtFormButtonRight {
    width: 100% !important;
    order: 1;
    flex-wrap: wrap;
  }
}

.dtFormButtonRight a.button,
.dtFormButtonRight a.button-tertiary,
.dtFormButtonRight input[type="submit"] {
  margin-bottom: 8px;
  margin-left: 24px;
}

.dtFormButtonRight a.button:last-child,
.dtFormButtonRight a.button-tertiary:last-child,
.dtFormButtonRight input[type="submit"]:last-child {
  margin-left: 0;
}

@media only screen and (max-width: 759px) {
  .dtFormButtonRight a.button,
  .dtFormButtonRight a.button-tertiary,
  .dtFormButtonRight input[type="submit"] {
    width: 100% !important;
    margin-left: 0;
  }
}

input[type="submit"].saveButton {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border: none;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #222222;
  background: #ffc800;
  padding: 0.875rem 1.375rem;
  border: solid 2px;
  background: transparent;
  color: #222222;
  margin-bottom: 8px;
}

.bg-sunshine-yellow input[type="submit"].saveButton,
.bg-sunshine-yellow-inner input[type="submit"].saveButton {
  background: #222222;
  color: #ffffff;
}

.bg-pink-tongue input[type="submit"].saveButton,
.bg-pink-tongue-inner input[type="submit"].saveButton {
  background: #ffffff;
  color: #222222;
}

input[type="submit"].saveButton:hover {
  color: #222222;
  background: #ffd94d;
}

.bg-sunshine-yellow input[type="submit"].saveButton:hover,
.bg-sunshine-yellow-inner input[type="submit"].saveButton:hover {
  background: #434343;
  color: #ffffff;
}

.bg-pink-tongue input[type="submit"].saveButton:hover,
.bg-pink-tongue-inner input[type="submit"].saveButton:hover {
  background: #434343;
  color: #ffffff;
}

input[type="submit"].saveButton:hover:after {
  transform: translateX(5px);
}

input[type="submit"].saveButton:focus-visible {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

body input[type="submit"].saveButton.button--rippling {
  background-color: #ffc800;
}

.bg-sunshine-yellow body input[type="submit"].saveButton.button--rippling,
.bg-sunshine-yellow-inner body input[type="submit"].saveButton.button--rippling {
  background: #222222;
}

.bg-pink-tongue body input[type="submit"].saveButton.button--rippling,
.bg-pink-tongue-inner body input[type="submit"].saveButton.button--rippling {
  background: #ffffff;
}

body input[type="submit"].saveButton.button--rippling .button__ripple {
  content: "";
  position: absolute;
  border-radius: 999px;
  width: 200%;
  height: 0;
  padding-top: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  animation: ripple forwards 0.5s linear;
}

.bg-sunshine-yellow body input[type="submit"].saveButton.button--rippling .button__ripple,
.bg-sunshine-yellow-inner body input[type="submit"].saveButton.button--rippling .button__ripple {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-pink-tongue body input[type="submit"].saveButton.button--rippling .button__ripple,
.bg-pink-tongue-inner body input[type="submit"].saveButton.button--rippling .button__ripple {
  background-color: rgba(34, 34, 34, 0.3);
}

.bg-black input[type="submit"].saveButton,
.bg-black-inner input[type="submit"].saveButton,
.bg-midnight input[type="submit"].saveButton,
.bg-midnight-inner input[type="submit"].saveButton {
  color: #ffffff;
}

.bg-sunshine-yellow input[type="submit"].saveButton,
.bg-sunshine-yellow-inner input[type="submit"].saveButton,
.bg-pink-tongue input[type="submit"].saveButton,
.bg-pink-tongue-inner input[type="submit"].saveButton {
  background: transparent;
  color: #222222;
}

input[type="submit"].saveButton:hover {
  background: rgba(126, 126, 126, 0.2);
  color: #222222;
}

.bg-black input[type="submit"].saveButton:hover,
.bg-black-inner input[type="submit"].saveButton:hover,
.bg-midnight input[type="submit"].saveButton:hover,
.bg-midnight-inner input[type="submit"].saveButton:hover {
  color: #ffffff;
}

.bg-sunshine-yellow input[type="submit"].saveButton:hover,
.bg-sunshine-yellow-inner input[type="submit"].saveButton:hover,
.bg-pink-tongue input[type="submit"].saveButton:hover,
.bg-pink-tongue-inner input[type="submit"].saveButton:hover {
  background: rgba(126, 126, 126, 0.2);
  color: #222222;
}

body input[type="submit"].saveButton.button--rippling {
  background-color: transparent;
}

body input[type="submit"].saveButton.button--rippling .button__ripple {
  background-color: rgba(126, 126, 126, 0.3);
}

.nextButton {
  margin-left: 24px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 399px) {
  .nextButton {
    margin-left: 0;
  }
}

.dtFormVecContinue input[type="button"],
.dtFormVecContinue input[type="submit"] {
  margin-bottom: 8px;
  margin-right: 24px;
}

.dtFormVecContinue input[type="button"]:last-child,
.dtFormVecContinue input[type="submit"]:last-child {
  margin-right: 0;
}

.coloured-panel .service-search-form {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .coloured-panel .service-search-form {
    display: block;
  }
}

.service-search-form__location-wrapper {
  width: 440px;
  max-width: 100%;
  margin: 0 auto 48px auto;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .service-search-form__location-wrapper {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 759px) {
  .service-search-form__location-wrapper {
    width: 100%;
    max-width: 440px;
  }
}

.coloured-panel .service-search-form__location-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 40px 0 0;
}

@media only screen and (max-width: 1199px) {
  .coloured-panel .service-search-form__location-wrapper {
    margin: 0 auto 32px auto;
  }
}

.service-search-form__location-wrapper label {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

.service-search-form__location-wrapper input[type="text"] {
  width: 100%;
  max-width: none;
}

.service-search-form__submit {
  text-align: center;
}

.coloured-panel .service-search-form__submit {
  flex-grow: 0;
  flex-shrink: 0;
}

.service-search-form > :last-child {
  margin-bottom: 0;
}

.service-search-regions {
  margin-top: 8px;
}

.service-search-region-list {
  margin-top: 8px;
}

.service-search-region-list ul {
  list-style: none;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .service-search-region-list ul {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 399px) {
  .service-search-region-list ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.service-search-region-list li {
  padding-bottom: 2rem;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

@media only screen and (max-width: 1023px) {
  .service-search-region-list li {
    padding-bottom: 1.5rem;
  }
}

.service-search-region-list--hidden {
  display: none;
}

.service-search-map {
  margin: -280px auto 48px auto;
}

@media only screen and (max-width: 1431px) {
  .service-search-map {
    margin-top: -280px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-search-map {
    margin-top: -216px;
  }
}

@media only screen and (max-width: 1023px) {
  .service-search-map {
    margin-top: -216px;
  }
}

@media only screen and (max-width: 759px) {
  .service-search-map {
    margin-top: -144px;
  }
}

@media only screen and (max-width: 399px) {
  .service-search-map {
    margin-top: -144px;
  }
}

@media only screen and (max-width: 319px) {
  .service-search-map {
    margin-top: -144px;
  }
}

.service-search-results-page-heading {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1431px) {
  .service-search-results-page-heading {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-search-results-page-heading {
    margin-bottom: 88px;
  }
}

@media only screen and (max-width: 1023px) {
  .service-search-results-page-heading {
    margin-bottom: 88px;
  }
}

@media only screen and (max-width: 759px) {
  .service-search-results-page-heading {
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 399px) {
  .service-search-results-page-heading {
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 319px) {
  .service-search-results-page-heading {
    margin-bottom: 64px;
  }
}

.service-search__group-heading {
  margin: 80px 0 16px 0;
  border-bottom: solid 8px #ffc800;
}

.service-search-bottom {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1431px) {
  .service-search-bottom {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-search-bottom {
    margin-bottom: 88px;
  }
}

@media only screen and (max-width: 1023px) {
  .service-search-bottom {
    margin-bottom: 88px;
  }
}

@media only screen and (max-width: 759px) {
  .service-search-bottom {
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 399px) {
  .service-search-bottom {
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 319px) {
  .service-search-bottom {
    margin-bottom: 64px;
  }
}

.service-search-bottom__content > :last-child {
  margin-bottom: 0;
}

.exit-site-button {
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: "fidobold", "Work Sans", sans-serif;
  background: #8cd7e6;
  padding: 32px 64px 32px 40px;
  z-index: 103;
  font-size: 2.125rem;
  line-height: 2rem;
  border-radius: 999px 0 0 999px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: color .1s, background-color .1s;
}

@media only screen and (max-width: 1023px) {
  .exit-site-button {
    padding: 16px 64px 16px 40px;
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 759px) {
  .exit-site-button {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 16px 48px 16px 32px;
  }
}

.exit-site-button:hover {
  background-color: #bae7f0;
  border: none;
}

.exit-site-button::after {
  content: "\F061";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
