/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/LanguageSelector.css ***!
  \*******************************************************************************************************************/
.language-selector {
  display: flex;
  margin-left: .3rem;
}

.flag {
  cursor: pointer;
  width: 20px;
  margin: .3rem;
  opacity: 0.5;
}

.flag[active="true"] {
  opacity: 1;
}

/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/Header.css ***!
  \*********************************************************************************************************/
.navigation-container {
  background-color: var(--iw-color-white) !important;
}

.navbar-brand {
  max-width: 70%;
}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1300px) {
  .navbar-brand img {
    content: var(--iw-img-logo-small);
  }
}

.nav-link {
  margin-left: 5px;
  font-size: 1.00rem;
  font-weight: 400;
  color: var(--iw-color-blue) !important;
}

.nav-link:hover {
  font-weight: 400;
  color: var(--iw-color-blue) !important;
  background-color: var(--iw-color-grey-light);
}

.active {
  font-weight: 600 !important;
  border-radius: .05rem !important;
  color: var(--iw-color-blue-text) !important;
}

.logo {
  height: calc(20px + 2vmin);
  max-width: 100%;
}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .nav-link {
    font-size: 0.90rem;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .nav-link {
    padding-left: 10px !important;
  }

}
/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/HeaderBlock.css ***!
  \**************************************************************************************************************/
.header-block {
  max-height: 500px;
  overflow: hidden;
  background-color: var(--iw-color-blue-light);
}

.header-block-text {
  max-height: 100%;
  max-width: 100%;
  padding-left: 10%;
  object-fit: contain;
  opacity: 0;
  animation: slideInOut 16s ease-in-out infinite;
}

.delay-1 {
  animation-delay: 4s;
}

.delay-2 {
  animation-delay: 8s;
}

.delay-3 {
  animation-delay: 12s;
}

.header-block-text-invisible {
  height: 100%;
  max-width: 100%;
  padding-left: 10%;
  object-fit: contain;
  opacity: 0;
}

.header-block-img {
  background-repeat: repeat-y;
  background-position: right 0 top 0;
  background-size: contain;
}

.opacity-0 {
  opacity: 0;
}

@keyframes slideInOut {
  0% {
    transform: translateY(-100%);
  }

  5% {
    opacity: 1;
    transform: translateY(0%);
  }

  25% {
    opacity: 1;
    transform: translateY(0%);
  }

  30% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    transform: translateY(100%);
  }
}

/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 768px) {

  .header-block.mobile-lg .col-8 {
    flex: 0 0 85%;
    max-width: 85%;
  }

}
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/CarouselBlock.css ***!
  \****************************************************************************************************************/
html, body {
  overscroll-behavior-x: none;
}

.carousel-block {
  padding: 2.5rem 0;
  background: var(--iw-color-white);
}

.carousel-block-header {
  margin-bottom: 15px;
  color: var(--iw-color-blue);
  font-size: 1.8rem;
  text-align: center;
}

.react-multi-carousel-list {
  max-width: 2000px;
  margin: auto;
}

.react-multi-carousel-track {
  padding-bottom: 10px;
  overscroll-behavior-x: contain;
}

.react-multi-carousel-item {
  display: flex;
}

.slide-block .card {
  height: 100%;
  white-space: break-spaces;
}

.slide-block-double {
  flex-direction: column;
  gap: 30px;
}

.compact .slide-block-body {
  padding: 1.2rem 2rem;
}

.compact .slide-block-text {
  font-size: 0.95rem;
}

.compact .slide-block-subtext {
  font-size: 0.9rem;
}

/* XL - extra large desktop */
@media (min-width: 1200px) and (max-width: 1399px) {

  .slide-block-body {
    padding: 2.6rem 2rem;
  }

  .slide-block-body.with-image {
    padding-bottom: 4.5rem;
  }

  .slide-block-image {
    width: 140px;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .slide-block-body {
    padding: 2.5rem 1.5rem;
  }

  .slide-block-body.with-image {
    padding-bottom: 4.2rem;
  }

  .slide-block-image {
    width: 120px;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .carousel-block-header {
    font-size: 1.5rem;
  }

  .slide-block-body {
    padding: 2rem 1.5rem;
  }

  .slide-block-body.with-image {
    padding-bottom: 3.1rem;
  }

  .slide-block-image {
    width: 100px;
  }

}

/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 575px) {

  .carousel-block-header {
    margin-bottom: 15px;
    font-size: 1.1rem;
  }

  .slide-block-double {
    gap: 15px;
  }

  .slide-block-body {
    padding: 2rem 1.25rem;
  }

  .slide-block-body.with-image {
    padding-bottom: 3.5rem;
  }

  .slide-block-image {
    width: 100px;
    bottom: 10px;
  }

}

/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/ButtonBlock.css ***!
  \**************************************************************************************************************/
.button-block {
  display: inline-block;
  margin-top: 20px;
}

.button-block a {
  display: inline-block;
}

.button-block-button {
  display: inline-block;
  padding: 6px 20px !important;
  color: var(--iw-color-blue-text);
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-color: var(--iw-color-green) !important;
  border-width: 2px;
  border-radius: .05rem !important;
  background-color: var(--iw-color-green) !important;
  box-shadow: 6px 6px 0px 0px var(--iw-color-blue);
  transition: all 0.2s ease-in-out;
}

.button-block-button[disabled] {
  box-shadow: none;
}

.button-block-button:not([disabled]):hover,
.button-block-button:not([disabled]):focus {
  color: var(--iw-color-blue-text);
  box-shadow: none;
  text-decoration: none;
  transform: translate(6px, 6px);
}

.button-block-button:not([disabled]):focus-visible {
  box-shadow: 0 0 0 .2rem var(--iw-color-blue);
  outline: none;
}

.button-block-button.color-green {
  color: var(--iw-color-green) !important;
}

.button-block-button.color-blue {
  color: var(--iw-color-blue) !important;
}

.button-block-button.color-green.with-border {
  border-color: var(--iw-color-green) !important;
}

.button-block-button.color-blue.with-border {
  border-color: var(--iw-color-blue) !important;
}

.button-block-button.background-white {
  border-color: var(--iw-color-white) !important;
  background-color: var(--iw-color-white) !important;
}

.button-block-button::after {
  padding-left: 8px;
  font-weight: lighter;
}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .button-block-button {
    padding-bottom: 3px !important;
    font-size: 1.0rem !important;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .button-block-button {
    padding-bottom: 4px !important;
    font-size: 0.9rem !important;
  }

}
/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/CasusCard.css ***!
  \************************************************************************************************************/
.casus-card {
  min-height: 300px;
  border-radius: 1rem;
  background-color: var(--iw-color-white);
}

.casus-card-header {
  color: var(--iw-color-green);
  font-family: var(--iw-font-family-impact);
  font-size: 1.2rem;
  font-weight: 500;
}

.casus-card-header-subject {
  display: block;
  font-size: 1.5rem;
  color: var(--iw-color-blue);
}

.casus-card-header-link:hover {
  color: var(--iw-color-grey);
  text-decoration: underline;
}

.casus-card-text {
  font-size: 1rem !important;
  white-space: break-spaces;
}

.casus-card-list {
  margin-bottom: 0;
  padding-top: 10px;
  text-align: left;
  list-style: none;
}

.casus-card-list li::before {
  content: "\2022";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: var(--iw-color-blue);
  font-weight: bold;
}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/CasusCardBlock.css ***!
  \*****************************************************************************************************************/
.casus-card-block {
  background-image: url("/img/foto-kantoor-2.jpg");
  background-position: top;
  background-size: cover;
  min-height: 1000px;
}

.casus-card-text b {
  font-weight: 500;
}
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/SlideBlock.css ***!
  \*************************************************************************************************************/
.slide-block .card {
  border: none;
  border-radius: 0.6rem;
  box-shadow: 6px 6px 0px 4px var(--iw-color-grey-light);
  background-color: var(--iw-color-white);
}

.slide-block-body {
  padding: 2.2rem 2rem;
  text-align: left;
  white-space: break-spaces;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slide-block-body.with-image {
  padding-bottom: 4.0rem;
}

.slide-block-text {
  font-size: 1.0rem;
  font-weight: bold;
  color: var(--iw-color-blue);
}

.slide-block-subtext {
  font-size: 0.95rem;
  color: var(--iw-color-blue);
}

.slide-block-image {
  width: 110px;
  position: absolute;
  bottom: 5px;
  right: 20px;
  pointer-events: none;
}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .slide-block .card {
    box-shadow: 4px 4px 0px 4px var(--iw-color-grey-light);
  }

}

/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/TextCard.css ***!
  \***********************************************************************************************************/
.text-card {
  background-color: var(--iw-color-white);
  border-radius: 2rem;
  min-height: 400px;
}

.text-card-icon {
  max-height: 200px;
  object-fit: contain;
}

.text-card-header {
  font-family: Impact, Impact;
  font-size: 3rem !important;
  font-weight: 500 !important;
  color: var(--iw-color-blue);
}

.text-card-text {
  font-size: 1rem !important;
}
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/TitleBlock.css ***!
  \*************************************************************************************************************/
.title-block .row {
  justify-content: center;
  align-items: center;
}

.title-block .inner-content-block {
  max-width: 780px;
  padding-top: 80px;
  white-space: break-spaces;
}

.title-padding-bottom{
  padding-bottom: 80px;
}

.title-padding-bottom {
  padding-bottom: 80px;
}

.title-block-header {
  color: var(--iw-color-blue);
  padding-bottom: 30px;
}

.title-block-subheader {
  margin-bottom: 0;
  color: var(--iw-color-grey);
}
  
.title-block-content-header {
  color: var(--iw-color-blue);
  margin-bottom: 0;
}

.title-block .inner-content-block a:hover {
    color: var(--iw-color-grey);
    text-decoration: underline;
}

.title-block-content ul {
  text-align: left;
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .title-block {
    margin: 0 6%;
  }

  .title-block-header {
    font-size: 2.5rem;
  }

  .title-block-content {
    font-size: 1.2rem;
  }
  
  .title-block-content-header {
    font-size: 1.4rem;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .title-block {
    margin: 0 6%;
  }

  .title-block-header {
    padding-bottom: 15px;
    font-size: 2.1rem;
  }

  .title-block-content {
    font-size: 1.0rem;
  }
  
  .title-block-content-header {
    font-size: 1.2rem;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .title-block .inner-content-block {
    padding: 30px 10%;
  }

  .title-block-header {
    padding-bottom: 10px;
    font-size: 1.7rem;
  }

  .title-block-content {
    font-size: 0.9rem;
  }
  
  .title-block-content-header {
    font-size: 1.0rem;
  }

}

/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/ActionContentBlock.css ***!
  \*********************************************************************************************************************/
.action-content-block {
  text-align: center;
  background-color: var(--iw-color-grey-light);
}

.action-content-block.background-blue {
  background-color: var(--iw-color-blue-light);
}

.action-content-block.textalign-left {
  text-align: left;
}

.action-content-block .row {
  justify-content: center;
  align-items: center;
  background-color: var(--iw-color-white);
}

.action-content-block.background-blue .row {
  color: black;
  background-color: var(--iw-color-blue-light);
}

.action-content-block.background-grey .row {
  color: var(--iw-color-blue);
  background-color: var(--iw-color-grey-light);
}

.action-content-block .inner-content-block {
  max-width: 780px;
  white-space: break-spaces;
}

.action-content-block-header {
  margin-bottom: 0;
  padding-bottom: 12px;
  color: var(--iw-color-blue);
  font-weight: 100;
}

.action-content-block.background-blue .action-content-block-header {
  color: black;
}

.action-content-block-content {
  line-height: 1.2;
  font-weight: 400;
}

.action-content-block-content ul {
  margin-bottom: 0;
}

.action-content-block-content ul,
.action-content-block-content p {
  padding-top: 10px;
}

.action-content-block-content ul {
  list-style: none;
}

.action-content-block-content ul li::before {
  content: "\2022";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: var(--iw-color-blue);
  font-weight: bold;
}

.image_animated {
  transition: 300ms;
  cursor: pointer;
}

.image_animated:hover {
  scale: 1.1;
}

.image-block-text {
  color: var(--iw-color-black);
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .image-block {
    padding: 0 30px;
    text-align: right;
  }

  .action-content-block {
    padding: 0 6%;
  }

  .action-content-block .inner-content-block {
    padding: 60px 0;
  }

  .action-content-block-header {
    font-size: 2.0rem;
  }

  .action-content-block-header-large {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--iw-color-blue-text);
  }

  .action-content-block-subheader {
    font-size: 1.7rem;
  }

  .action-content-block-content {
    font-size: 1.2rem;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .action-content-block {
    padding: 0 6%;
  }

  .action-content-block .inner-content-block {
    padding: 50px 0;
  }

  .action-content-block-header {
    font-size: 1.8rem;
  }

  .action-content-block-header-large {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--iw-color-blue-text);
  }

  .action-content-block-subheader {
    font-size: 1.4rem;
  }

  .action-content-block-content {
    font-size: 1.0rem;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .image-block {
    padding-top: 20px;
  }

  .action-content-block {
    padding: 0 2% !important;
  }

  .inner-content-block.with-image {
    text-align: center;
  }

  .action-content-block .inner-content-block {
    padding: 20px 10%;
  }

  .action-content-block-header {
    font-size: 1.4rem;
  }

  .action-content-block-header-large {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--iw-color-blue-text);
  }

  .action-content-block-subheader {
    font-size: 1.3rem;
  }

  .action-content-block .inner-content-block.with-image {
    padding-top: 0;
  }

  .action-content-block-content {
    font-size: 0.9rem;
  }

}

/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 575px) {

  .action-content-block-subheader {
    font-size: 1.2rem;
  }

}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/TitleBlockWithImage.css ***!
  \**********************************************************************************************************************/
.header-title-block-title {
  padding: 80px 0;
  color: var(--iw-color-blue);
  padding-bottom: 30px;
}

.header-title-block ul {
  list-style: none;
  font-size: 1.5rem;
  font-weight: 600;
}

.header-title-block li::before {
  content: "\2022";
  color: var(--iw-color-blue);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.header-title-block-image-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}

.header-title-block-image {
  height: 100%;
  object-fit: fill;
  position: relative;
  top: 0;
  border-radius: 2rem;
}
/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/AboutCard.css ***!
  \************************************************************************************************************/
.about-card {
  border-radius: 2rem;
  overflow: hidden;
  background-color: var(--iw-color-white);
}

.about-card-image-wrapper {
  max-height: 350px;
  overflow: hidden;
}

.about-card-image {
  width: 100%;
  object-fit: contain;
}

.about-card-image-children {
  font-size: 1.1rem;
}

.about-card-image-children .subheader {
  font-size: 1.25rem;
}
/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/Title.css ***!
  \********************************************************************************************************/
.title .row {
  justify-content: center;
  align-items: center;
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .title {
    margin: 0 6%;
  }

  .title-header {
    font-size: 2.5rem;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .title {
    margin: 0 6%;
  }

  .title-header {
    padding-bottom: 15px;
    font-size: 2.1rem;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .title-header {
    font-size: 1.7rem;
  }

}

/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/SimpleTextCard.css ***!
  \*****************************************************************************************************************/
.simple-text-card-container a,
.simple-text-card-container a:hover {
  color: inherit;
  text-decoration: none;
}

.simple-text-card-container a {
  display: inline-flex;
}

.simple-text-card-container a .simple-text-card-header {
  text-decoration-color: var(--iw-color-blue);
}

.simple-text-card-container a:hover .simple-text-card-header {
  text-decoration: underline;
}

.simple-text-card-container a .simple-text-card-image {
  transition: transform 0.3s ease-in-out;
}

.simple-text-card-container a:hover .simple-text-card-image {
  transform: scale(0.9);
}

.simple-text-card {
  background-color: var(--iw-color-white);
  border-radius: 2rem;
}

.simple-text-card-header {
  font-size: 1.3rem;
  font-weight: 500 !important;
  color: var(--iw-color-blue);
}

.simple-text-card-text {
  font-size: 1rem !important;
  font-weight: 300 !important;
}

.simple-text-card-image {
  max-height: 150px;
  object-fit: contain;
}

/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 575px) {

  .simple-text-card {
    min-height: 0 !important;
  }

}
/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/ContactForm.css ***!
  \**************************************************************************************************************/
.contact-form {
  border-radius: 2rem;
  color: var(--iw-color-blue);
}

.contact-form-info {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.contact-form a {
  text-decoration: underline;
}

.form-control {
	border: none !important;
	border-radius: 0 !important;
}

.form-check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--iw-color-white);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

input:checked ~ .checkmark {
  background-color: var(--iw-color-blue);
}

input:checked ~ .checkmark:after {
  display: block;
}

.checkmark:after {
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid var(--iw-color-white);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/SubheaderBlock.css ***!
  \*****************************************************************************************************************/
.image-left-block-subheader {
  margin-bottom: 0;
  font-weight: 400;
  color: var(--iw-color-grey);
  line-height: 1.2;
}

.image-left-block-subheaders {
  margin-bottom: 20px;
}

.image-left-block-subheader-extra {
  color: var(--iw-color-blue-light);
}

/* XL - extra large desktop */
@media (min-width: 1200px) {
  .image-left-block-subheader {
    font-size: 1.0rem;
  }
}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {
  .image-left-block-subheader {
    padding-bottom: 3px;
    font-size: 0.85rem;
  }
}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {
  .image-left-block-subheader {
    padding-bottom: 5px;
    font-size: 0.85rem;
  }
}

/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/ImageLeftBlock.css ***!
  \*****************************************************************************************************************/
.image-left-block {
  padding: 0;
}

.image-left-block.small.padding-vertical {
  padding: 3px 0;
}

.image-left-block.medium.padding-vertical,
.image-left-block.large.padding-vertical {
  padding: 20px 0;
}

.image-left-block .row {
  background-color: var(--iw-color-white);
}

.image-left-block-left {
  padding: 0 !important;
}

.image-left-block-right {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: break-spaces;
  padding: 30px 6%;
}

.image-left-block-right a:hover {
  text-decoration: underline;
}

.image-left-block .inner-content-block {
  max-width: 780px;
}

.image-left-block-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: var(--iw-color-blue-light);
}

.image-left-block-header {
  color: var(--iw-color-black);
}

.image-left-block-content blockquote {
  padding-top: 15px;
  padding-left: 20px;
  text-indent: -0.45em;
  font-size: 1.0rem;
  font-style: oblique;
  font-weight: bold;
  color: var(--iw-color-blue);
  quotes: "“" "”" "‘" "’";
}

.image-left-block-content q {
  display: inline-block;
  margin-top: 1rem;
  padding-left: 20px;
  font-size: 0.95rem;
  color: var(--iw-color-blue);
  quotes: none;
}

@supports ( hanging-punctuation: first) {

  .image-left-block-content blockquote {
    text-indent: 0;
    hanging-punctuation: first;
  }

}

.image-left-block-content blockquote::before {
    content: open-quote;
    font-weight: bold;
}

.image-left-block-content blockquote::after {
    content: close-quote;
    font-weight: bold;
}

.image-left-block-content blockquote,
.image-left-block-content ul {
  margin-bottom: 0;
}

.image-left-block-content ul,
.image-left-block-content p {
  padding-top: 15px;
}

.image-left-block-content ul {
  list-style: none;
  padding-bottom: 15px;
}

.image-left-block-content ul li::before {
  content: "\2022";
  color: var(--iw-color-blue);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .image-left-block-header {
    font-size: 2.0rem;
  }

  .image-left-block-content {
    font-size: 1.2rem;
  }

  .image-left-block-subheaders {
    font-size: 0.85rem;
  }

  .image-left-block-subheaders {
    font-size: 1.0rem;
  }
}

/* XL - extra large desktop */
/* LG - large laptop */
@media (min-width: 992px) {

  .image-left-block {
    margin-right: 6%;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .image-left-block-header {
    font-size: 1.75rem;
  }

  .image-left-block-content {
    font-size: 1.0rem;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .image-left-block {
    margin-right: 0;
  }

  .image-left-block.padding-vertical {
    padding: 5px 0;
  }

  .image-left-block-right {
    padding: 30px 5%;
  }

  .image-left-block-header {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }

  .image-left-block-content {
    font-size: 0.9rem;
  }

  .image-left-block-subheaders {
    font-size: 0.85rem;
  }
}

/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 575px) {

  .image-left-block-right {
    padding: 30px 10% !important;
  }

}

/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/ImageRightBlock.css ***!
  \******************************************************************************************************************/
.image-right-block {
  padding: 0;
}

.image-right-block.padding-vertical {
  padding: 20px 0;
}

.image-right-block .row {
  background-color: var(--iw-color-white);
}

.image-right-block-left {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: break-spaces;
  padding: 30px 6%;
}

.image-right-block-left a:hover {
  text-decoration: underline;
}

.image-right-block .inner-content-block {
  max-width: 780px;
}

.image-right-block-right {
    padding: 0 !important;
}

.image-right-block-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: var(--iw-color-blue-light);
}

.image-right-block-header {
  color: var(--iw-color-black);
}

.image-right-block-subheader {
  margin-bottom: 0;
  font-weight: 400;
  color: var(--iw-color-grey);
  line-height: 1.2;
}

.image-right-block-subheaders {
  margin-bottom: 20px;
}

.image-right-block-subheader-extra {
  color: var(--iw-color-blue-light);
}

.image-right-block-content blockquote {
  padding-top: 15px;
  padding-left: 20px;
  text-indent: -0.45em;
  font-size: 1.0rem;
  font-style: oblique;
  font-weight: bold;
  color: var(--iw-color-blue);
  quotes: "“" "”" "‘" "’";
}

.image-right-block-content q {
  display: inline-block;
  margin-top: 1rem;
  padding-left: 20px;
  font-size: 0.95rem;
  color: var(--iw-color-blue);
  quotes: none;
}

@supports ( hanging-punctuation: first) {

  .image-right-block-content blockquote {
    text-indent: 0;
    hanging-punctuation: first;
  }

}

.image-right-block-content blockquote::before {
    content: open-quote;
    font-weight: bold;
}

.image-right-block-content blockquote::after {
    content: close-quote;
    font-weight: bold;
}

.image-right-block-content blockquote,
.image-right-block-content ul {
  margin-bottom: 0;
}

.image-right-block-content ul,
.image-right-block-content p {
  padding-top: 15px;
}

.image-right-block-content ul {
  list-style: none;
}

.image-right-block-content ul li::before {
  content: "\2022";
  color: var(--iw-color-blue);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .image-right-block-header {
    font-size: 2.0rem;
  }

  .image-right-block-subheader {
    font-size: 1.0rem;
  }

  .image-right-block-content {
    font-size: 1.2rem;
  }

  .image-right-block-subheaders {
    font-size: 1.0rem;
  }
}

/* XL - extra large desktop */
/* LG - large laptop */
@media (min-width: 992px) {

  .image-right-block {
    margin-left: 6%;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .image-right-block-header {
    font-size: 1.75rem;
  }

  .image-right-block-subheader {
    padding-bottom: 3px;
    font-size: 0.85rem;
  }

  .image-right-block-content {
    font-size: 1.0rem;
  }

  .image-right-block-subheaders {
    font-size: 0.85rem;
  }
}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .image-right-block {
    margin-left: 0;
  }

  .image-right-block.padding-vertical {
    padding: 5px 0;
  }

  .image-right-block .row {
    flex-wrap: wrap-reverse;
  }

  .image-right-block-left {
    padding: 30px 5%;
  }

  .image-right-block-header {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }

  .image-right-block-subheader {
    padding-bottom: 5px;
    font-size: 0.85rem;
  }

  .image-right-block-content {
    font-size: 0.9rem;
  }

  .image-right-block-subheaders {
    font-size: 0.85rem;
  }
}

/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 575px) {

  .image-right-block-left {
    padding: 30px 10% !important;
  }

}

/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/ImageBlockPanelBlock.css ***!
  \***********************************************************************************************************************/
.image-block-panel-block {
  padding: 0 6%;
}

.image-block-panel-block.horizontal-padding {
  padding: 0 16%;
}

.image-block-panel-block.padding-top {
  padding-top: 80px !important;
}

.image-block-panel-block.padding-bottom {
  padding-bottom: 80px !important;
}

.image-block-panel-block-header {
  margin-bottom: 30px;
  color: var(--iw-color-black);
  text-align: center;
}

.image-block-panel-block-header.blue {
  color: var(--iw-color-blue-light);
}

.image-block-panel-block-buttons {
  text-align: center;
}

.image-block-panel-block-buttons .button-block-button {
  margin: 35px 10px 0 10px !important;
}

.image-block-panel-block .image-left-block {
  margin-right: 0;
}

.image-block-panel-block .image-left-block {
  margin-right: 0;
}

.image-block-panel-block .image-right-block {
  margin-left: 0;
}

.image-block-panel-block .image-left-block-header,
.image-block-panel-block .image-right-block-header {
  margin-bottom: 0;
  color: var(--iw-color-blue);
}

.image-block-panel-block .image-right-block-right,
.image-block-panel-block .image-left-block-left {
    height: 100%;
}

.image-block-panel-block .content-block:last-child {
    padding-bottom: 0 !important;
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .image-block-panel-block-header {
    font-size: 2.0rem;
  }

  .image-block-panel-block .image-left-block.large .row,
  .image-block-panel-block .image-right-block.large .row {
    height: 220px;
  }

  .image-block-panel-block .image-left-block.medium .row,
  .image-block-panel-block .image-right-block.medium .row {
    height: 170px;
  }

  .image-block-panel-block .image-left-block.small .row,
  .image-block-panel-block .image-right-block.small .row {
    height: 150px;
  }

  .image-block-panel-block .image-right-block-left,
  .image-block-panel-block .image-left-block-right {
    padding: 0 6%;
  }

  .image-block-panel-block .image-left-block-header,
  .image-block-panel-block .image-right-block-header {
    font-size: 1.4rem;
  }

  .image-block-panel-block .image-left-block-content,
  .image-block-panel-block .image-right-block-content {
    font-size: 1.0rem !important;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .image-block-panel-block {
    padding: 0 3%;
  }

  .image-block-panel-block.horizontal-padding {
    padding: 0 12%;
  }

  .image-block-panel-block.padding-top {
    padding-top: 60px !important;
  }

  .image-block-panel-block.padding-bottom {
    padding-bottom: 60px !important;
  }

  .image-block-panel-block-header {
    font-size: 1.8rem;
  }

  .image-block-panel-block .image-left-block.large .row,
  .image-block-panel-block .image-right-block.large .row {
    height: 220px;
  }

  .image-block-panel-block .image-left-block.medium .row,
  .image-block-panel-block .image-right-block.medium .row {
    height: 170px;
  }

  .image-block-panel-block .image-left-block.small .row,
  .image-block-panel-block .image-right-block.small .row {
    height: 120px;
  }

  .image-block-panel-block .image-right-block-left,
  .image-block-panel-block .image-left-block-right {
    padding: 0 4% !important;
  }

  .image-block-panel-block .image-left-block-header,
  .image-block-panel-block .image-right-block-header {
    font-size: 1.2rem;
  }

  .image-block-panel-block .image-left-block-content,
  .image-block-panel-block .image-right-block-content {
    font-size: 0.9rem;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (min-width: 576px) and (max-width: 991px) {

  .image-block-panel-block {
    padding: 0 6%;
  }

  .image-block-panel-block.horizontal-padding {
    padding: 0 10%;
  }

  .image-block-panel-block.padding-top {
    padding-top: 30px !important;
  }

  .image-block-panel-block.padding-bottom {
    padding-bottom: 30px !important;
  }

  .image-block-panel-block .image-top-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-block-panel-block-header {
    margin-bottom: 15px;
    font-size: 1.4rem;
    text-align: center;
  }

  .image-block-panel-block-buttons .button-block-button {
    margin: 30px 10px 0 10px !important;
  }

  .image-block-panel-block .col-sm-6 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .image-block-panel-block .image-left-block.large .row,
  .image-block-panel-block .image-right-block.large .row {
    height: 240px;
  }

  .image-block-panel-block .image-left-block.medium .row,
  .image-block-panel-block .image-right-block.medium .row {
    height: 190px;
  }

  .image-block-panel-block .image-left-block.small .row,
  .image-block-panel-block .image-right-block.small .row {
    height: 140px;
  }

  .image-block-panel-block .image-right-block-left,
  .image-block-panel-block .image-left-block-right {
    padding: 0 4% !important;
  }

  .image-block-panel-block .image-left-block-header,
  .image-block-panel-block .image-right-block-header {
    font-size: 1.0rem;
  }

  .image-block-panel-block .image-left-block-content,
  .image-block-panel-block .image-right-block-content {
    font-size: 0.8rem;
  }

}

/* SM - small phone */
/* XS - extra small phone */
@media screen and (max-width: 575px) {

  .image-block-panel-block {
    padding: 0 5%;
  }

  .image-block-panel-block.horizontal-padding {
    padding: 0 5%;
  }

  .image-block-panel-block.padding-top {
    padding-top: 30px !important;
  }

  .image-block-panel-block.padding-bottom {
    padding-bottom: 30px !important;
  }

  .image-block-panel-block .image-top-block {
    padding-bottom: 10px;
  }

  .image-block-panel-block-header {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }

  .image-block-panel-block-buttons .button-block-button {
    margin: 15px 10px 0 10px !important;
  }

  .image-block-panel-block .col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-block-panel-block .image-left-block .row,
  .image-block-panel-block .image-right-block .row {
    height: 100%;
  }

  .image-block-panel-block .image-right-block-left,
  .image-block-panel-block .image-left-block-right {
    padding: 30px 10% !important;
  }

}

/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/ImageTopBlock.css ***!
  \****************************************************************************************************************/
.image-top-block {
  border-radius: 2rem;
  overflow: hidden;
}

.image-top-block.full-height {
  height: 100%;
}

.image-top-inner-block {
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: var(--iw-color-white);
}

.image-top-block-image {
  width: 100%;
  object-fit: cover;
}

.image-top-block-text {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  align-items: center;
  white-space: break-spaces;
}

.image-top-block-header {
  padding-bottom: 20px;
  color: var(--iw-color-black);
  font-weight: 500;
}

.image-top-block-content a {
  display: block;
  text-decoration: underline;
}

.image-top-block-content .special {
  color: var(--iw-color-blue);
  font-weight: 500;
}

.image-top-block-content .special.block {
  display: block;
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .image-top-block-header {
    font-size: 2.0rem;
  }

  .image-top-block-content {
    font-size: 1.2rem;
  }

}

/* XL - extra large desktop */
/* LG - large laptop */
@media (min-width: 992px) {

  .image-top-block-image {
    height: 300px;
  }

  .image-top-block-text {
    padding: 60px 3% !important;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .image-top-block-image {
    height: 250px;
  }

  .image-top-block-header {
    font-size: 1.75rem;
  }

  .image-top-block-content {
    font-size: 1.0rem;
  }

  .image-top-block-content a,
  .image-top-block-content .special {
    font-size: 1.2rem;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .image-top-block-image {
    height: 200px;
  }

  .image-top-block-text {
    padding: 30px 5% !important;
  }

  .image-top-block-header {
    padding-bottom: 6px;
    font-size: 1.4rem;
    text-align: center;
  }

  .image-top-block-content {
    font-size: 0.9rem;
  }

  .image-top-block-content a {
    padding-bottom: 10px;
  }

}
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/ContentBlock.css ***!
  \***************************************************************************************************************/
.content-block.padding-top {
  padding-top: 80px;
}

.content-block.padding-bottom {
  padding-bottom: 80px;
}

.content-block-header {
  color: var(--iw-color-blue);
  padding: 30px;
  text-align: center;
}

#brochure:focus + #brochure_checkbox,
#report:focus + #report_checkbox,
#privacy:focus + #privacy_checkbox {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .content-block-header {
    font-size: 2.5rem;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .content-block-header {
    padding-bottom: 15px;
    font-size: 2.1rem;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .content-block {
    padding: 0 !important;
  }

  .content-block.padding-top {
    padding-top: 30px !important;
  }

  .content-block.padding-bottom {
    padding-bottom: 30px !important;
  }

  .content-block-header {
    padding-bottom: 10px;
    font-size: 1.7rem;
  }

}

/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/SimpleContentBlock.css ***!
  \*********************************************************************************************************************/
.simple-content-block {
  background-color: var(--iw-color-grey-light);
}

.simple-content-block .row {
  justify-content: center;
  align-items: center;
}

.simple-content-block.background-white .row {
  background-color: var(--iw-color-white);
}

.simple-content-block .inner-content-block {
  max-width: 780px;
  white-space: break-spaces;
}

.simple-content-block-header {
  margin-bottom: 0;
  color: var(--iw-color-blue);
}

.simple-content-block-content ul {
  margin-bottom: 0;
  text-align: left;
}

.simple-content-block-content ul,
.simple-content-block-content p {
  padding-top: 10px;
}

.simple-content-block-content ul {
  list-style: none;
}

.simple-content-block-content ul li::before {
  content: "\2022";
  color: var(--iw-color-blue);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .simple-content-block {
    margin: 0 6%;
    padding: 0 6%;
  }

  .simple-content-block .inner-content-block {
    padding: 15px 0;
  }

  .simple-content-block .inner-content-block.padding-top {
    padding-top: 80px;
  }

  .simple-content-block .inner-content-block.padding-bottom {
    padding-bottom: 80px;
  }

  .simple-content-block-header {
    font-size: 1.4rem;
  }

  .simple-content-block-content {
    font-size: 1.2rem;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .simple-content-block {
    margin: 0 6%;
    padding: 0 6%;
  }

  .simple-content-block .inner-content-block {
    padding: 15px 0;
  }

  .simple-content-block .inner-content-block.padding-top {
    padding-top: 80px;
  }

  .simple-content-block .inner-content-block.padding-bottom {
    padding-bottom: 80px;
  }

  .simple-content-block-header {
    font-size: 1.2rem;
  }

  .simple-content-block-content {
    font-size: 1.0rem;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .simple-content-block {
    padding: 0 2% !important;
  }

  .simple-content-block .inner-content-block {
    padding: 15px 10%;
  }

  .simple-content-block .inner-content-block.padding-top {
    padding-top: 30px;
  }

  .simple-content-block .inner-content-block.padding-bottom {
    padding-bottom: 30px;
  }

  .simple-content-block-header {
    font-size: 1.0rem;
  }

  .simple-content-block-content {
    font-size: 0.9rem;
  }

}

/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/TableBlock.css ***!
  \*************************************************************************************************************/
.table-block {
  border-bottom: 15px solid var(--iw-color-grey);
  background-color: var(--iw-color-grey-light);
}

.table-block-table {
  padding: 40px 6%;
  border-top: 15px solid var(--iw-color-grey);
  border-collapse: inherit;
}

.special-cell {
  width: 100%;
  background-color: var(--iw-color-white);
}

.row-service {
  padding-right: 20px;
  text-align: right;
}

.row-critical,
.row-standard,
.row-basic {
  padding-left: 15px;
  text-align: center;
  background-color: var(--iw-color-grey-light);
}

.row-critical {
  color: var(--iw-color-green) !important;
}

.row-standard {
  color: var(--iw-color-blue) !important;
}

.row-basic {
  color: var(--iw-color-blue-light) !important;
}

.table-block-button {
  padding-bottom: 25px !important;
  text-align: right;
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .table-block-button {
    padding: 0 6%;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .table-block-button {
    padding: 0 6%;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .table-block {
    padding: 0 !important;
  }

  .table-block-table {
    padding: 30px 2%;
  }

  .table-block-button {
    padding: 0 2%;
  }

}

/* SM - small phone */
/* XS - extra small phone */
@media screen and (max-width: 40em) {

  .table-block-table {
    padding: 8px 2%;
  }

  .responsiveTable tbody tr {
    padding: 0;
    padding-bottom: 10px;
    border: none;
  }

  .responsiveTable tbody tr:last-child {
    padding-bottom: 0 !important;
  }

  .row-service {
    padding-top: 10px;
    font-weight: bolder;
  }

  .row-basic {
    padding-bottom: 10px;
  }

}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/TableHeaderBlock.css ***!
  \*******************************************************************************************************************/
.header-critical,
.header-standard,
.header-basic {
  background-color: var(--iw-color-grey-light);
}

.header-critical .special-cell,
.header-standard .special-cell,
.header-basic .special-cell {
  border-bottom: 10px solid;
}

.table-block-head {
  color: var(--iw-color-grey);
}

.table-block-head .special-cell,
.header-service div {
  padding-top: 15px;
}

.header-service div {
  padding-bottom: 10px;
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .table-block-head {
    font-size:  1.4rem;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .table-block-head {
    font-size:  1.2rem;
  }

}

/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/TableRowBlock.css ***!
  \****************************************************************************************************************/
.table-block-cell {
  color: var(--iw-color-grey-dark);
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .table-block-cell {
    font-size: 1.2rem;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .table-block-cell {
    font-size: 1.0rem;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .table-block-cell {
    font-size: 0.9rem;
  }

}

/* SM - small phone */
/* XS - extra small phone */
@media screen and (max-width: 40em) {

  .table-block-cell {
    font-size: 1.0rem !important;
    background-color: var(--iw-color-white);
  }

  .responsiveTable td.row-service .tdBefore {
    display: none !important;
  }

  .responsiveTable td.row-service.pivoted {
    padding-left: 1em !important;
    font-weight: bold;
  }

}

/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/AnimatedButtonBlock.css ***!
  \**********************************************************************************************************************/
.animated-button-block {
  width: 220px;
  height: 40px;
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}

.animated-button-block a {
  text-decoration: none;
}

.animated-button-block svg {
  position: relative;
  border-radius: .05rem !important;
  z-index: 2;
}

.animated-button-block .shape {
  fill: transparent;
  stroke: var(--iw-color-blue-light);
  stroke-width: 4px;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
  transition: stroke-dasharray 1s, stroke-dashoffset 1s, stroke-width 2s;
  z-index: 2;
}

.animated-button-block.color-green .shape {
  stroke: var(--iw-color-green) !important;
}

.animated-button-block .shape:hover {
  stroke-width: 4px;
  stroke-dasharray: 216 540;
  stroke-dashoffset: -262;
}

.animated-button-block .background {
  display: inline-block;
  position: relative;
  top: -69px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: .05rem !important;
  background-image: linear-gradient(to top, var(--iw-color-white) 0%, var(--iw-color-white) 100%);
  /* for webkit-based browsers */
  -webkit-mask-image:
    linear-gradient(to top, var(--iw-color-white) 0%, var(--iw-color-white) 100%),
    linear-gradient(to top, transparent 0%, var(--iw-color-white) 100%),
    linear-gradient(to right, transparent 0%, var(--iw-color-white) 100%),
    linear-gradient(to bottom, transparent 0%, var(--iw-color-white) 100%),
    linear-gradient(to left, transparent 0%, var(--iw-color-white) 100%);
  -webkit-mask-position:
    center,
    top,
    right,
    bottom,
    left;
  -webkit-mask-size:
    100% 100%,
    100% 3px,
    3px 100%,
    100% 3px,
    3px 100%;
  -webkit-mask-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
  -webkit-mask-composite:
    source-out,
    source-over,
    source-over,
    source-over;
  /* for browsers which have implemented the official spec */
  mask-image:
    linear-gradient(to top, var(--iw-color-white) 0%, var(--iw-color-white) 100%),
    linear-gradient(to top, transparent 0%, var(--iw-color-white) 100%),
    linear-gradient(to right, transparent 0%, var(--iw-color-white) 100%),
    linear-gradient(to bottom, transparent 0%, var(--iw-color-white) 100%),
    linear-gradient(to left, transparent 0%, var(--iw-color-white) 100%);
  mask-position:
    center,
    top,
    right,
    bottom,
    left;
  mask-size:
    100% 100%,
    100% 3px,
    3px 100%,
    100% 3px,
    3px 100%;
  mask-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
  mask-composite:
    subtract,
    add,
    add,
    add;
}

.animated-button-block .text {
  position: relative;
  top: -32px;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: var(--iw-color-blue-light);
  text-transform: uppercase;
  pointer-events: none;
  z-index: 2;
}

.animated-button-block.color-green .text {
  color: var(--iw-color-green) !important;
}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .animated-button-block .background {
    top: -64px;
  }

  .animated-button-block .text {
    top: -30px;
    font-size: 1.0rem !important;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .animated-button-block {
    display: inline-block;
  }

  .animated-button-block .background {
    top: -62px;
  }

  .animated-button-block .text {
    top: -29px;
    font-size: 0.9rem !important;
  }

}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/components/Footer.css ***!
  \*********************************************************************************************************/
.footer {
  background-color: var(--iw-color-blue) !important;
}

.logo {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
}

.footer-cert {
  max-height: 60px;
  max-width: 50%;
  object-fit: contain;
}

.footer-header {
  font-weight: 700;
}

.footer-header:hover {
  color: var(--iw-color-white);
}

.footer-header a,
.footer-header a:hover {
  font-weight: 600;
}

.footer-link {
  font-weight: 300;
  color: var(--iw-color-white);
}

.footer-link:hover {
  font-weight: 300;
  color: var(--iw-color-white);
}

.footer ul {
  padding-left: 1em;
}

/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/variables.css ***!
  \*************************************************************************************************/
:root {
  /* Fonts */
  --iw-font-family: 'Poppins', effra, sans-serif;
  --iw-font-family-impact: 'Impact';
  --iw-font-family-fallback: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
        'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  --iw-font-family-code: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
  /* Colours */
  --iw-color-blue: #00628A;
  --iw-color-blue-light: #00AEEF;
  --iw-color-blue-text: #00496B;
  --iw-color-green: #97C31E;
  --iw-color-grey: #BCBDC0;
  --iw-color-grey-dark: #999999;
  --iw-color-grey-light: #EDEFF0;
  --iw-color-black: #000000;
  --iw-color-white: #FFFFFF;
  /* Images */
  --iw-img-logo-small: url("/svg/logo-small.svg");
}

/*!*******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/App.css ***!
  \*******************************************************************************************/
html,
body,
#root,
.App {
  height: 100%;
  font-family: var(--iw-font-family);
  font-style: normal;
  font-weight: 300;
}

a,
a:hover {
  color: var(--iw-color-blue);
  font-weight: 500;
}

.App {
  background-color: var(--iw-color-grey);
}

.content {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--iw-color-grey);
}

.content-block {
  background-color: var(--iw-color-grey-light);
}

.content .content-block:last-child {
  padding-bottom: 60px;
}

.content section .content-block:last-child {
  padding-bottom: 0;
}

#root .row {
  margin: 0;
}

.image-focus-top {
  object-position: 50% 0;
}

.image-focus-bottom {
  object-position: 50% 100%;
}

.image-focus-left {
  object-position: 0 50%;
}

.image-focus-right {
  object-position: 100% 50%;
}

.image-focus-center {
  object-position: 50% 50%;
}

.background-grey {
  background-color: var(--iw-color-grey-light) !important;
}

.background-white {
  background-color: var(--iw-color-white) !important;
}

.background-blue {
  background-color: var(--iw-color-blue-light);
}

.background-transparent {
  background-color: transparent;
}

.initworks-overview {
  color: var(--iw-color-blue-light);
}

.initworks-overview .description {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.about-number {
  margin: 0;
  font-size: 4rem;
  font-family: var(--iw-font-family-impact);
}

/* XL - extra large desktop */
@media (min-width: 1200px) {

  .content-block {
    padding: 0;
  }

  .navigation-container {
    padding: 0 2% !important;
  }

  .footer {
    padding: 0 4% !important;
  }

}

/* LG - large laptop */
@media (min-width: 992px) and (max-width: 1199px) {

  .content-block {
    padding: 0;
  }

  .navigation-container,
  .footer {
    padding: 0 2% !important;
  }

}

/* MD - medium tablet */
/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 991px) {

  .content-block:not(.full-width),
  .navigation-container,
  .footer {
    padding: 0 2%;
  }

  .content .content-block:last-child {
    padding-bottom: 30px;
  }

  .row {
    flex-wrap: wrap;
  }

}

/* SM - small phone */
/* XS - extra small phone */
@media (max-width: 768px) {

  .App .content {
    padding-top: 0;
  }

}

/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./src/index.css ***!
  \*********************************************************************************************/
body {
  margin: 0;
  font-family: var(--iw-font-family-fallback);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: var(--iw-font-family-code);
}

