.content_02 {
  background: #fff;
}
.content_02 .visual {
  padding-top: 66%;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}

.header_01 {
  padding-top: 0;
  position: relative;
  background: linear-gradient(270deg, #005499 0%, #003361 100%);
  padding-bottom: 100px;
  /*
  .custom-links {
  	border-radius: $border-radius-lg;
  	background: linear-gradient(163deg, $brand-color-5 0%, $brand-color-3 100%);
  	padding: 30px;
  	margin-top: 40px;

  	ul {
  		list-style: none;
  		padding: 0;
  		margin: 0;
  		display: flex;
  		flex-direction: column;
  		gap: 15px;

  		a {
  			display: flex;
  			align-items: center;
  			gap: 20px;
  			background: #fff;
  			border-radius: $border-radius;
  			padding: 10px 20px 10px 15px;
  			color: $text-color;
  			font-weight: $font-1-weight-medium;
  			line-height: 1.5;

  			i {
  				width: 35px;
  				font-size: 30px;
  				text-align: center;
  				line-height: inherit;
  				color: $brand-color-2;
  			}

  			&:after {
  				@include icon($fa-var-arrow-right);
  				margin-left: auto;
  				font-size: 22px;
  				transition: transform 300ms;
  			}

  			&:hover {
  				&:after {
  					transform: translateX(5px);
  				}
  			}
  		}
  	}
  }

  .next-body-template {
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	height: 60px;
  	width: 60px;
  	transform: translate(-50%, 50%);
  	justify-content: center;
  	display: flex;
  	align-items: center;
  	border-radius: 50%;
  	background: #fff;
  	box-shadow: $box-shadow-lg;
  	z-index: 10;

  	//display: none; // nu even niet

  	&:before {
  		@include icon($fa-var-arrow-down);
  		color: $brand-color-2;
  		font-size: 30px;
  	}
  }
  */
}
.header_01, .header_01 a {
  color: #fff;
}
.header_01 .header-visual {
  position: relative;
  overflow: hidden;
  width: 180vw;
  margin-left: calc(-40vw - 25px);
}
.header_01 .header-visual .visual {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-mask: url("/site/assets/img/visual-mask-green.svg") center bottom no-repeat;
          mask: url("/site/assets/img/visual-mask-green.svg") center bottom no-repeat;
  max-width: 100vw;
  margin: auto;
}
.header_01 .header-visual:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("/site/assets/img/visual-mask-border-green.svg") center bottom no-repeat;
}
.header_01 .header-visual .visual {
  -webkit-mask-image: url("/site/assets/img/visual-mask-green2.svg");
          mask-image: url("/site/assets/img/visual-mask-green2.svg");
}
.header_01 .header-visual:after {
  background-image: url("/site/assets/img/visual-mask-border-green2.svg");
}
.header_01 .header-visual .visual {
  width: 180vw;
  -webkit-mask-size: 180vw;
          mask-size: 180vw;
  height: 80vw;
}
.header_01 .header-visual:after {
  width: 180vw;
  height: 180vw;
  background-size: 180vw;
}
@media (min-width: 576px) {
  .header_01 .header-visual {
    width: 990px;
    margin-left: -250px;
  }
  .header_01 .header-visual .visual {
    width: 990px;
    -webkit-mask-size: 990px;
            mask-size: 990px;
    height: 400px;
  }
  .header_01 .header-visual:after {
    width: 990px;
    height: 990px;
    background-size: 990px;
  }
}
@media (min-width: 768px) {
  .header_01 .header-visual {
    width: 600px;
    margin: 0;
    float: left;
  }
  .header_01 .header-visual .visual {
    width: 600px;
    -webkit-mask-size: 600px;
            mask-size: 600px;
    height: 400px;
  }
  .header_01 .header-visual:after {
    width: 600px;
    height: 600px;
    background-size: 600px;
  }
}
@media (min-width: 992px) {
  .header_01 .header-visual {
    width: 760px;
  }
  .header_01 .header-visual .visual {
    width: 760px;
    -webkit-mask-size: 760px;
            mask-size: 760px;
    height: 500px;
  }
  .header_01 .header-visual:after {
    width: 760px;
    height: 760px;
    background-size: 760px;
  }
}
@media (min-width: 1200px) {
  .header_01 .header-visual {
    width: 800px;
  }
  .header_01 .header-visual .visual {
    width: 800px;
    -webkit-mask-size: 800px;
            mask-size: 800px;
    height: 630px;
  }
  .header_01 .header-visual:after {
    width: 800px;
    height: 800px;
    background-size: 800px;
  }
}
@media (min-width: 1400px) {
  .header_01 .header-visual {
    width: 900px;
  }
  .header_01 .header-visual .visual {
    width: 900px;
    -webkit-mask-size: 900px;
            mask-size: 900px;
    height: 630px;
  }
  .header_01 .header-visual:after {
    width: 900px;
    height: 900px;
    background-size: 900px;
  }
}
.header_01 h1, .header_01 .h1 {
  font-size: 2rem;
  padding-top: 10px;
}
.header_01 h2, .header_01 .h2 {
  font-size: 2rem;
  padding-top: 30px;
}
.header_01 .white-panel {
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px;
}
.header_01 .white-panel h3 {
  color: #003361;
}
.header_01 .white-panel p {
  color: #003361;
}
.header_01 .white-panel .btn {
  width: 100%;
}
.header_01 .white-panel.turquoise h3 {
  color: #21ACC0;
}
.header_01 .white-panel.turquoise .btn {
  transition: all 300ms;
  text-decoration: none;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.header_01 .white-panel.turquoise .btn:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  background: linear-gradient(to right, transparent, #1a8594);
  transition: opacity 300ms;
  opacity: 1;
}
.header_01 .white-panel.turquoise .btn.fullwidth {
  width: 100%;
  display: flex;
}
.header_01 .white-panel.turquoise .btn.btn-sm {
  font-weight: 600;
}
.header_01 .white-panel.turquoise .btn.btn-lg {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .header_01 .white-panel.turquoise .btn.fullwidth-mobile {
    width: 100%;
  }
}
.header_01 .white-panel.turquoise .btn, .header_01 .white-panel.turquoise .btn:hover, .header_01 .white-panel.turquoise .btn:active, .header_01 .white-panel.turquoise .btn:focus, .header_01 .white-panel.turquoise .btn:active:focus, .header_01 .white-panel.turquoise .btn.active {
  box-shadow: none;
  outline: 0;
  background: #21ACC0;
  color: #fff;
}
.header_01 .white-panel.turquoise .btn:hover, .header_01 .white-panel.turquoise .btn:active {
  background: #21ACC0;
  color: #fff;
}
.header_01 .white-panel.turquoise .btn:hover:before {
  opacity: 0;
}
.header_01 .white-panel.turquoise .btn.btn-pill {
  border-radius: 50px;
}
.header_01 .panel-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .header_01 .panel-wrapper {
    width: 900px;
  }
}

.body-template.small_01 {
  max-width: 400px;
  margin: auto;
}

.sub_columns_01.bg-white {
  background: #fff;
}
.sub_columns_01.bg-blue {
  background: #003361;
}
.sub_columns_01.bg-blue .template-content, .sub_columns_01.bg-blue .template-content a {
  color: #fff;
}
.sub_columns_01 .columns {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.sub_columns_01 .columns > * {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.sub_columns_01 .columns > *.has-link {
  transition: background 300ms;
  cursor: pointer;
}
.sub_columns_01 .columns > *.has-link:hover {
  background: #f2f2f2;
}
.sub_columns_01 .visual {
  display: block;
  padding-top: 50%;
  margin-bottom: 30px;
}
.sub_columns_01 .block-default .visual {
  display: none;
}
/*# sourceMappingURL=maps/body-templates.css.map */