@import "colorbox.min.css";
@import "reset.min.css";
@import "/assets/bootstrap-5.0.2-dist/css/bootstrap-grid.min.css";
@import "font-awesome-4.7.0/css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
  width: 100%;
  margin: 0 auto;
}

/* import frameworks css */
/* import custom scss */
/* Google Fonts */
/* Typography */
h1, h2, h3, h4, h5, h6, li {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #363638;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
}

h2 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
}

h3 {
  font-size: 1.1em;
  line-height: 1em;
  margin: 0 0 1em 0;
}

h4 {
  font-size: 1.1em;
  line-height: 1em;
  margin: 0 0 1em 0;
}

h5 {
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 1em 0;
}

h6 {
  line-height: 1.7;
  margin: 0 0 1em 0;
}

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1.8;
  font-size: 1em;
  color: #5b5b5d;
  font-weight: 400;
  margin: 0 0 1em 0;
}

strong {
  font-weight: 600;
}

label {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #da2626;
}

a {
  text-decoration: underline;
  color: #00b1e7;
}

/* Mini header */
.mini-header {
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 990px) {
  .mini-header {
    margin: 64px 0 0 0;
  }
}
.mini-header .container .row {
  margin: 0;
}
.mini-header p {
  margin: 0;
  padding: 0;
  height: auto;
}

/* scrollbar */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html body {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  html body::-webkit-scrollbar-track, html .mfp-wrap::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  html body::-webkit-scrollbar, html .mfp-wrap::-webkit-scrollbar {
    width: 8px;
    background-color: #5b5b5d;
  }
  html body::-webkit-scrollbar-thumb, html .mfp-wrap::-webkit-scrollbar-thumb {
    background-color: #5b5b5d;
  }
}

/* sections */
section.navigation .container {
  padding-bottom: 1em;
  border-bottom: 2px solid rgba(213, 212, 212, 0.9);
}

section.top-margin {
  margin-top: 2em;
}

section.bottom-margin {
  margin-bottom: 1em;
}

/* tables */
table.profile {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
  text-align: center;
  padding: 0;
}
table.profile p {
  margin: 0;
  padding: 0.1em;
}
table.profile td {
  border: 1px solid #d5d5d5;
  padding: 0;
  overflow-y: hidden;
}
table.profile td img {
  width: 100%;
}

/* box */
.box_1 {
  background-color: #5b5b5d;
  padding: 1em;
  margin: 2.5em 0 2.5em 0;
}
.box_1 p {
  color: #ffffff;
}
.box_1 p a {
  color: #ffffff;
}

.filmpje {
  width: 480px;
  height: 270px;
  border: none;
}
@media (max-width: 480px) {
  .filmpje {
    width: auto;
    min-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}

/* up button */
.up {
  position: fixed;
  bottom: 80px;
  right: -100px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  line-height: 45px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #363638;
  opacity: 0.65;
  color: #ffffff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all;
  pointer-events: none;
}
.up.active {
  opacity: 1;
  right: 20px;
  pointer-events: all;
}
.up:hover {
  transform: scale(1.15);
  background: #7a7b80;
}

/* img */
.img-responsive {
  width: 100%;
  height: auto;
}

.full-container {
  width: 100%;
  padding: 0;
  text-align: center;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

/* buttons */
.btn {
  position: relative;
  display: block;
  font-weight: 500;
  text-decoration: none;
  width: auto;
  height: 50px;
  line-height: 50px;
  color: #363638;
}
.btn:hover {
  text-decoration: none;
}
.btn .mask {
  border: 2px solid #363638;
  display: block;
  min-width: 120px;
  height: 50px;
  line-height: 48px;
  font-weight: 500;
  font-size: 1em;
  cursor: pointer;
  color: #363638;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.btn span:not(.mask) {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #363638;
  min-width: 120px;
  padding: 0 35px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 1em;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.btn-red {
  position: relative;
  display: block;
  font-weight: 500;
  text-decoration: none;
  width: auto;
  height: 50px;
  line-height: 50px;
  color: #ff0027;
}
.btn-red:hover {
  text-decoration: none;
}
.btn-red .mask {
  border: 2px solid #ff0027;
  display: block;
  min-width: 120px;
  height: 50px;
  line-height: 48px;
  font-weight: 500;
  font-size: 1em;
  cursor: pointer;
  color: #ff0027;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.btn-red span:not(.mask) {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #ff0027;
  min-width: 120px;
  padding: 0 35px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 1em;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.btn1 span:not(.mask) {
  -webkit-mask: url("/template/img/buttons/btn-mask1.png");
  mask: url("/template/img/buttons/btn-mask1.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}

.btn2 span:not(.mask) {
  -webkit-mask: url("/template/img/buttons/btn-mask2.png");
  mask: url("/template/img/buttons/btn-mask2.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
}

.btn3 span:not(.mask) {
  -webkit-mask: url("/template/img/buttons/btn-mask3.png");
  mask: url("/template/img/buttons/btn-mask3.png");
  -webkit-mask-size: 7100% 100%;
  mask-size: 7100% 100%;
  -webkit-animation: ani2 0.7s steps(70) forwards;
  animation: ani2 0.7s steps(70) forwards;
}

.btn1 span:not(.mask):hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.btn2 span:not(.mask):hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}

.btn3 span:not(.mask):hover {
  -webkit-animation: ani 0.7s steps(70) forwards;
  animation: ani 0.7s steps(70) forwards;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.middle_wrapper {
  background-color: #fff;
}

/* form */
.form {
  width: 100%;
  margin: 1em 0 0 0;
}
.form .form-background {
  padding: 1em 0.5em 0.5em 0.5em;
  margin-bottom: 2em;
  border-radius: 6px;
}
.form .form-background-color-1 {
  background-color: rgba(108, 108, 108, 0.2);
}
.form .form-background-color-2 {
  background-color: #64ff9a;
}
.form .form-background-color-3 {
  background-color: rgba(180, 201, 234, 0.65);
}
.form .form-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 1em 0;
  flex-direction: row;
}
.form .form-flex .form-group {
  margin: 0 0.5em 0.5em 0.5em;
  /* Customize the label (the radio container) */
}
.form .form-flex .form-group p.note {
  font-size: 1.1em;
  color: #363638;
  margin: 0.5em 0 0 0;
}
.form .form-flex .form-group input, .form .form-flex .form-group textarea, .form .form-flex .form-group select {
  margin: 0.2em 0 0 0;
  border-radius: 6px;
  background: #ffffff;
  font-size: 1.1em;
  height: 50px;
  width: 100%;
  padding: 4px 1em;
  border: none;
}
.form .form-flex .form-group input:focus, .form .form-flex .form-group textarea:focus, .form .form-flex .form-group select:focus {
  border: 1px solid #6b6d6f;
}
.form .form-flex .form-group input.file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}
.form .form-flex .form-group .file-input {
  position: relative;
}
.form .form-flex .form-group .file-input label {
  position: relative;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #363638;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  transition: transform 0.2s ease-out;
}
.form .form-flex .form-group .file-input .file-name {
  position: relative;
  font-size: 0.85em;
  color: #5b5b5d;
  margin: 4px 0 0 0;
}
.form .form-flex .form-group label.radio-label {
  display: block;
}
.form .form-flex .form-group label.radio-container {
  display: inline-flex;
  position: relative;
  padding-left: 24px;
  margin-right: 1em;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* When the radio button is checked, add a blue background */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.form .form-flex .form-group label.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form .form-flex .form-group label.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.form .form-flex .form-group label.radio-container .text-after {
  position: relative;
  top: 2px;
  left: 4px;
}
.form .form-flex .form-group label.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form .form-flex .form-group label.radio-container input:checked ~ .checkmark {
  background-color: #013c80;
}
.form .form-flex .form-group label.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.form .form-flex .form-group label.radio-container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.form .form-flex .form-group label.radio-container:hover {
  /* On mouse-over, add a grey background color */
}
.form .form-flex .form-group label.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.form .form-flex .form-group select {
  color: #6b6d6f;
}
.form .form-flex .form-group textarea {
  resize: none;
  height: 200px;
  padding: 15px 20px;
}
.form .form-flex .form-group button {
  border: none;
  background: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 4px;
}
.form .form-flex .form-group button span, .form .form-flex .form-group button .mask {
  border-radius: 4px;
}
.form .form-flex .form-group label {
  color: rgba(0, 0, 0, 0.9);
  margin: 0.5em 0 0 0;
}

/* icons */
.fa-section {
  padding-top: 65px;
  padding-bottom: 15px;
}
.fa-section .icons-flex {
  flex-wrap: wrap;
}
.fa-section .icons-flex .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  min-width: 300px;
}
.fa-section .icons-flex .item .title {
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  margin-top: 10px;
}
.fa-section .icons-flex .item .description {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  margin: 0.1em 0;
}
.fa-section .icons-flex .item .icon {
  font-size: 38px;
  color: #da2626;
}

/* overlay button more info */
.button_info_overlay {
  position: fixed;
  bottom: 20%;
  left: 0;
  z-index: 9999;
}
@media (max-width: 1024px) {
  .button_info_overlay {
    bottom: 0;
  }
}
.button_info_overlay button.rollout {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background-color: rgba(31, 32, 35, 0.7);
  padding: 0;
  margin-bottom: 12px;
  font-size: inherit;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 8px 18px -6px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 8px 18px -6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 8px 18px -6px rgba(0, 0, 0, 0.8);
}
.button_info_overlay button.rollout.learn-more {
  width: 14rem;
  height: auto;
}
.button_info_overlay button.rollout.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #64ff9a;
}
.button_info_overlay button.rollout.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #64ff9a;
}
.button_info_overlay button.rollout.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.button_info_overlay button.rollout.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #363638;
  border-right: 0.125rem solid #363638;
  transform: rotate(45deg);
}
.button_info_overlay button.rollout.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 2rem;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 0.5rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  font-size-adjust: 0.5;
}
.button_info_overlay button.rollout:hover .circle {
  width: 100%;
}
.button_info_overlay button.rollout:hover .circle .icon.arrow {
  background: #363638;
  transform: translate(1rem, 0);
}
.button_info_overlay button.rollout:hover .button-text {
  color: #363638;
}

.footer .bot {
  background: #ffffff;
}
.footer .bot .container {
  border-top: 2px solid rgba(213, 212, 212, 0.9);
}
.footer .bot a {
  color: #363638;
}
@media (max-width: 768px) {
  .footer .bot .copy, .footer .bot .reference {
    display: block;
    text-align: center;
    width: 100%;
  }
  .footer .bot .reference {
    margin: 1em 0 0 0;
  }
}
.footer .bot .row {
  display: flex;
  width: 100%;
  padding: 2em 0 1em 0;
  margin: 0 auto;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #363638;
  line-height: 1.6;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .bot .row p {
  color: #363638;
  font-size: 1em;
}
.footer .note .row {
  margin: 0;
  display: flex;
  width: 100%;
  padding: 0.5em 0 0.5em 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer .note .row .note-col1, .footer .note .row .note-col2, .footer .note .row .note-col3 {
  padding: 0;
}
.footer .note .row .note-col1 {
  text-align: left;
}
@media (max-width: 1200px) {
  .footer .note .row .note-col1 {
    text-align: center;
  }
}
.footer .note .row .note-col2 {
  text-align: center;
}
@media (max-width: 1200px) {
  .footer .note .row .note-col2 {
    text-align: center;
  }
}
.footer .note .row .note-col3 {
  text-align: right;
}
@media (max-width: 1200px) {
  .footer .note .row .note-col3 {
    text-align: center;
  }
}
.footer .note .row p {
  color: #363638;
  font-size: 1em;
}
.footer .note .row .copy {
  color: #5b5b5d;
  font-size: 0.8em;
  margin: 1em 0 0 0;
}
.footer .note .row .copy a {
  text-decoration: underline;
}
.footer .note .row .social a {
  font-size: 1.6em;
  color: #363638;
  transition: 0.3s all;
}
@media (max-width: 480px) {
  .footer .note .row .social a {
    margin: 10px;
  }
}
.footer .note .row .social a:hover {
  color: #5b5b5d;
}
@media (max-width: 1200px) {
  .footer .note .row .social {
    width: 100%;
    margin-top: 16px;
    justify-content: center;
  }
}

/*# sourceMappingURL=main.css.map */
