/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

/* readex-pro-regular - latin */
@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/readex-pro-v6-latin-regular.woff2") format("woff2"), url("fonts/readex-pro-v6-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* readex-pro-700 - latin */
@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/readex-pro-v6-latin-700.woff2") format("woff2"), url("fonts/readex-pro-v6-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
@font-face {
    font-family: "ROSans";
    src: url("fonts/ROsanswebtextregular.woff") format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ROSans";
    src: url("fonts/ROsanswebtextitalic.woff") format('woff');
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "ROSans";
    src: url("fonts/ROsanswebtextbold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ROSerif";
    src: url("fonts/ROserifwebregular.woff") format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ROSerif";
    src: url("fonts/ROserifwebitalic.woff") format('woff');
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "ROSerif";
    src: url("fonts/ROserifwebbold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

:root {
  --primary-color-lighter:   #B7BEDC;
  --primary-color-lighter-2: #E0E0F0;
  --primary-color-lighter-3: #E5E6F6;
  --primary-color-lighter-4: #F7F7FB;
  --primary-color-lighter-5: #F4F4FA;
  --primary-color-lighter-6: #E8EBF2;
  --primary-color-lighter-7: #B7C2D7;
  --primary-color-lighter-8: #E9EDF3;
  --secondary-color-lighter: #E13434;
  --gray-color:              #DBDFEC;
  --gray-color-lighter:      #9F9FB1;
  --gray-color-lighter-2:    #F2F2F2;
  --gray-color-darker:	   #474747;
  --green-color:             #0C7A00;
  --warning-color:           #947600;
  --warning-color-background:#fffbeb;
  --error-color:             #BF0404;
  --error-color-background:  #f0c7c7;
  --success-color:           #48c774;
  --success-color-background:#dfffea;
  --font-primary:            'Readex Pro', Helvetica, cursive;
  --light:                   300;
  --regular:                 400;
  --medium:                  500;
  --semibold:                600;
  --bold:                    700;
  --box-shadow:              0 2px 10px 0 rgba(0, 0, 0, 0.07);
  --box-shadow-large:        0 2px 10px 5px rgba(0, 0, 0, 0.13);

    /*new, WCAG Compliant:*/
    --btn-disabled-background: #808080; /*4.5 contrast with white and > 3 with fieldset background for filters WCAG AA*/
    --btn-disabled-border: #4A4A4A;
    --btn-primary-background: #003459;
    --btn-primary-active-background: #003e72;
    --btn-primary-hover-background: #00131f;
    --btn-primary-border: #003459;
    --btn-info-background: #128091; /* > 4.5 color contrast with white text */
    --btn-info-background-hover: #0F6876;
    --btn-info-background-disabled: #108193; /* darkened but > 4.5 contrast with both black and white text*/
    --btn-info-border: #128091;
    --btn-info-light-border: #71b8c3; /*lighter tone of blue to contrast the button from background*/
    --btn-warning-background: #CC4E00; /*contrast of exactly 4.5:1 with with both white and black text which complies with WCAG AA*/
    --btn-warning-background-hover: #B75000;
    --text-link: #004C9E; /*bootstrap color from <a> link, darkened so color contrast > 7:1*/
    --text-link-hover: #003975; /*darkenend bootstrap color from <a> link, darkened so color contrast > 7:1 */
    --form-control-checked-background: #0D873E; /*old bootstrap green darkened so contrast > 4.5 WCAG AA*/
    --form-control-checked-border: #0D873E;
    --form-control-border: #757575; /*grey with > 4.5 color coontrast to both black and white WCAG AA*/
    --form-control-border-hover: #3D3D3D;
    --form-control-label: #5b5b5b; /*bootstrap color grey*/
    --form-control-text: #495057; /*bootstrap color darker grey slight blue tint*/
    --form-control-background-readonly: lightgrey;
    --form-control-border-readonly: #4A4A4A;
    --required-star: #E52828; /*old red color darkened so color contrast == 4.5:1 with white. Complies with wcag AA*/
    --required-star-hover: #AD210B; /*old red color darkened so color contrast == 7:1 with white. Complies with wcag AAA*/
}

@font-face {
  font-family: "icons-1647267483000";
  src: url("../fonts/icons-1647267483000.eot");
  src: url("../fonts/icons-1647267483000.eot?#iefix") format("eot"), url("../fonts/icons-1647267483000.woff") format("woff"), url("../fonts/icons-1647267483000.ttf") format("truetype"), url("../fonts/icons-1647267483000.svg#icons-1647267483000") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon:before, .date-picker::after, .form__field--time::after, .file-label::after, .services__heading label::after, .collapse-table__title label::after, .landcode::after, .land::after {
    display: inline-block;
    font-family: "icons-1647267483000";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\EA16"; }

.icon-calendar:before {
  content: "\EA01"; }

.icon-contact:before {
  content: "\EA02"; }

.icon-organization:before {
  content: "\EA03"; }

.icon-video:before {
  content: "\EA05"; }

.icon-configuration:before {
  content: "\EA06"; }

.icon-employees:before {
  content: "\EA07"; }

.icon-plus:before {
  content: "\EA08"; }

.icon-arrow-down:before {
  content: "\EA09"; }

.icon-arrow-up:before {
  content: "\EA0A"; }

.icon-arrow-right:before {
  content: "\EA0B"; }

.icon-arrow-left:before {
  content: "\EA0C"; }

.icon-edit:before {
  content: "\EA0D"; }

.icon-delete:before {
  content: "\EA0E"; }

.icon-calendar-input:before {
  content: "\EA0F"; }

.icon-time:before {
  content: "\EA10"; }

.icon-search:before {
  content: "\EA11"; }

.icon-check:before {
  content: "\EA12"; }

.icon-paperclip:before {
  content: "\EA13"; }

.icon-microphone:before {
  content: "\EA14"; }

.icon-phone:before {
  content: "\EA15"; }

@keyframes go-up {
  0% {
    opacity: 0;
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: translateY(-50px); } }

@keyframes loader {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000; } }

@keyframes loader_white {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

.btn,
button {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 2rem;
  height: 5rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  line-height: 4.8rem;
  color: #FFF;
  background: var(--primary-color);
  box-shadow: none;
  border: none;
  cursor: pointer;
  border-radius: 1rem;
  border-bottom: 0.3rem solid transparent;
  transition: all ease-in-out 0.3s;
  font-family: var(--font-primary);
}
  .btn--icon .icon,
  button--icon .icon {
    margin-right: 1rem;
    font-size: 1.1rem; }
  .btn--icon-large .icon,
  button--icon-large .icon {
    font-size: 1.5rem; }
  .btn--secondary,
  button--secondary {
    background: var(--gray-color-darker); }
  .btn--primary,
  button--primary {
    background: var(--primary-color); }
  .btn--border,
  button--border {
    color: var(--primary-color);
    border: 0.2rem solid var(--primary-color);
    background: transparent; }
  .btn:hover,
  button:hover {
    transform: scale(1.03);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07); }
  .btn[type="submit"],
  button[type="submit"] {
    background-color: var(--secondary-color); 
    color:var(--secondary-text-color);
  }

.date-picker {
  z-index: 98;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 4.5rem;
  background: white;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out; }
  .date-picker::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 4.3rem;
    height: 4.3rem;
    background: #FFF;
    border-radius: 1rem; }
  .date-picker::after {
    content: "\EA01";
    z-index: 2;
    position: absolute;
    top: 1.3rem;
    right: 2rem;
    font-size: 1.7rem;
    color: var(--primary-color); }
  .date-picker input {
    cursor: pointer; }
  .date-picker .calendar {
    position: absolute;
    top: 5rem;
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    opacity: 0;
    transition: all ease-in-out 0.2s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07); }
  .date-picker .ui-datepicker-inline {
    position: relative;
    width: 100%; }
  .date-picker .ui-datepicker-header {
    margin-bottom: 1rem;
    height: 100%;
    line-height: 4rem;
    color: #fff;
    background: var(--primary-color); }
  .date-picker .ui-datepicker-prev,
  .date-picker .ui-datepicker-next {
    margin-top: 1.2rem;
    width: 2rem;
    height: 2rem;
    text-indent: 9999px;
    border: 0.2rem solid #fff;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden; }
    .date-picker .ui-datepicker-prev:after,
    .date-picker .ui-datepicker-next:after {
      content: "";
      position: absolute;
      display: block;
      width: 0.4rem;
      height: 0.4rem;
      border-left: 0.2rem solid #fff;
      border-bottom: 0.2rem solid #fff; }
  .date-picker .ui-datepicker-prev {
    margin-left: 1.2rem;
    float: left; }
    .date-picker .ui-datepicker-prev:after {
      margin: -3.5rem 0 0 0.6rem;
      transform: rotate(45deg); }
  .date-picker .ui-datepicker-next {
    margin-right: 1.2rem;
    float: right; }
    .date-picker .ui-datepicker-next:after {
      margin: -3.5rem 0 0 0.4rem;
      transform: rotate(-135deg); }
  .date-picker .ui-datepicker-title {
    text-align: center; }
  .date-picker .ui-datepicker-calendar {
    width: 100%;
    text-align: center; }
    .date-picker .ui-datepicker-calendar thead tr th span {
      margin-bottom: 0.5rem;
      display: block;
      width: 100%;
      font-size: 1.3rem;
      font-weight: var(--bold);
      color: var(--primary-color); }
  .date-picker .ui-state-default {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    line-height: 4rem; }
    .date-picker .ui-state-default:hover {
      background: var(--primary-color-lighter-2); }
  .date-picker .ui-state-highlight {
    color: var(--primary-color); }
  .date-picker .ui-state-active {
    color: #FFF;
    background-color: var(--primary-color);
    font-weight: 600; }
  .date-picker .ui-datepicker-unselectable .ui-state-default {
    color: #FFF;
    background: var(--gray-color-darker);
    border: 0.2rem solid transparent; }
  .date-picker.open {
    z-index: 99;
    max-height: 40rem;
    overflow: initial; }
    .date-picker.open .calendar {
      opacity: 1; }

.form__heading {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: var(--bold); }
  .form__heading-title {
    display: flex;
    flex-direction: column; }
    .form__heading--complete .form__heading-title {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0.5rem 1rem; }
      .form__heading--complete .form__heading-title span {
        font-weight: 400; }
    @media screen and (max-width: 768px) {
      .form__heading-title {
        font-size: 1.6rem; } }
  .form__heading-subtitle {
    margin-top: 0.5rem;
    font-size: 1.8rem;
    font-weight: var(--regular); }
    .form__heading--complete .form__heading-subtitle {
      flex: 0 0 100%;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 1.4rem;
      opacity: 0.5;
      text-decoration: underline; }
  .form__heading-count {
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    font-size: 2.2rem;
    font-weight: var(--bold);
    border-radius: 100%;
    color: var(--secondary-color);
    background-color: var(--secondary-text-color); }
    @media screen and (max-width: 768px) {
      .form__heading-count {
        flex: 0 0 3rem;
        width: 3rem;
        height: 3rem;
        font-size: 1.8rem; }
        .form__heading-count svg {
          width: 1.5rem; } }
    .form__heading--complete .form__heading-count {
      background-color: #FFF;
      color: var(--primary-color); }
    .accordions__item.active .form__heading-count {
        color: var(--primary-color);
        background-color: var(--primary-text-color);
    }

.form__container {
    padding: 3rem;
    background: #FFF;
    box-shadow: var(--box-shadow);
    border-radius: 1rem; }
  .form__container p strong {
    font-weight: bold; }
  .form__container--transition {
    padding: 0;
    margin-bottom: 5rem;
    transition: all ease-in-out 0.3s;
    opacity: 1;
    visibility: visible;
    max-height: 999999999999999999999999px;
    overflow: hidden;
    pointer-events: all; }
    .form__container--transition > div {
      padding: 3rem; }
    .form__container--transition.hide {
      margin-bottom: 0;
      max-height: 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }

.form__row {
  margin: -1.5rem -1.5rem 1.2rem -1.5rem;
  display: flex; }
  @media (max-width: 700px) {
    .form__row {
      flex-direction: column; } }

.form__field {
  margin: 1.5rem;
  width: calc(50% - 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (max-width: 700px) {
    .form__field {
      width: calc(100% - 3rem); } }
  .form__field label {
    margin-bottom: 1.3rem;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: var(--bold); }
    .form__field label small {
      margin-left: 1rem;
      font-size: 1.4rem;
      font-weight: var(--regular); }
  .form__field input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
         appearance: textfield; }
  .form__field input:not([type="checkbox"]),
  .form__field select {
    width: 100%; }
  .form__field--full {
    width: calc(100% - 3rem); }
  .form__field--time {
    position: relative; }
    .form__field--time::before {
      content: "";
      z-index: 1;
      position: absolute;
      top: 3.2rem;
      right: 0.1rem;
      width: 4.3rem;
      height: 4.3rem;
      background: #FFF;
      border-radius: 1rem; }
    .form__field--time::after {
      content: "\EA10";
      z-index: 2;
      position: absolute;
      top: 4.4rem;
      right: 2rem;
      font-size: 1.7rem;
      color: var(--primary-color); }
  .form__field--single-checkbox {
    justify-content: center; }
    .form__field--single-checkbox label {
      margin: 0; }
  .form__field--color input {
    padding: 0;
    overflow: hidden; }
  .form__field--bg-inputs small {
    text-decoration: underline;
    cursor: pointer; }
    .form__field--bg-inputs small:hover {
      text-decoration: none; }
  @media screen and (max-width: 1400px) {
    .form__field--bg-inputs label {
      flex-direction: column;
      align-items: flex-start; }
      .form__field--bg-inputs label small {
        margin-left: 0;
        margin-top: 0.5rem; }
        .form__field--bg-inputs label small:first-child {
          margin-left: 0; } }
  .form__field--bg-inputs .js-bg-color,
  .form__field--bg-inputs .js-bg-photo-input,
  .form__field--bg-inputs .js-bg-gradient-input {
    display: none; }
  .form__field--bg-inputs .js-bg-photo-input,
  .form__field--bg-inputs .js-bg-gradient-input {
    width: 100%; }

.form__title {
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: var(--bold); }
  @media screen and (max-width: 700px) {
    .form__title {
      flex-direction: column;
      align-items: flex-start; } }
  .form__title a {
    margin-left: auto; }
    @media screen and (max-width: 700px) {
      .form__title a {
        margin-left: 0;
        margin-top: 2rem; } }

.form__time {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px; }
  .form__time > div,
  .form__time > a,
  .form__time > span,
  .form__time > button,
  .form__time > input {
    width: calc(100% / 8 - 15px);
    margin: 7.5px; }
  @media screen and (max-width: 768px) {
    .form__time {
      display: flex;
      flex-wrap: wrap;
      margin: -7.5px; }
      .form__time > div,
      .form__time > a,
      .form__time > span,
      .form__time > button,
      .form__time > input {
        width: calc(100% / 7 - 15px);
        margin: 7.5px; } }
  @media screen and (max-width: 650px) {
    .form__time {
      display: flex;
      flex-wrap: wrap;
      margin: -7.5px; }
      .form__time > div,
      .form__time > a,
      .form__time > span,
      .form__time > button,
      .form__time > input {
        width: calc(100% / 6 - 15px);
        margin: 7.5px; } }
  @media screen and (max-width: 570px) {
    .form__time {
      display: flex;
      flex-wrap: wrap;
      margin: -5px; }
      .form__time > div,
      .form__time > a,
      .form__time > span,
      .form__time > button,
      .form__time > input {
        width: calc(100% / 5 - 10px);
        margin: 5px; } }
  @media screen and (max-width: 490px) {
    .form__time {
      display: flex;
      flex-wrap: wrap;
      margin: -5px; }
      .form__time > div,
      .form__time > a,
      .form__time > span,
      .form__time > button,
      .form__time > input {
        width: calc(100% / 4 - 10px);
        margin: 5px; } }
  @media screen and (max-width: 380px) {
    .form__time {
      display: flex;
      flex-wrap: wrap;
      margin: -5px; }
      .form__time > div,
      .form__time > a,
      .form__time > span,
      .form__time > button,
      .form__time > input {
        width: calc(100% / 3 - 10px);
        margin: 5px; } }
  .form__time-title p {
    margin: 2rem 0 1rem 0; }
  .form__time-item label {
    padding: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.2rem solid var(--primary-color);
    border-radius: 1rem;
    transition: all ease-in-out 0.2s;
    cursor: pointer; }
  @media (min-width: 850px) {
    .form__time-item label:hover {
      color: #FFF;
      background-color: var(--primary-color); }
    }
  .form__time-item input {
    display: none; }
  .form__time-item input:checked + label {
    color: #FFF;
    background-color: var(--primary-color); }

input,
textarea,
select {
  font-family: var(--font-primary);
  font-size: 1.8rem;
  color: var(--primary-color);
  background-color: #fff;
  border: 0.1rem solid var(--gray-color-lighter);
  border-radius: 1rem;
  transition: all ease-in-out 0.2s; }

input,
select {
  height: 4.5rem;
  padding: 0 2rem; }

    input[type="search"] {
        width: 400px;
    }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzlweCIgaGVpZ2h0PSI0M3B4IiB2aWV3Qm94PSIwIDAgNzkgNDMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+bm91bi1hcnJvdy0xNzc2MjYzIGNvcHk8L3RpdGxlPgogICAgPGcgaWQ9IkFwcG9pbnRtZW50cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTA5LjAwMDAwMCwgLTEyOC4wMDAwMDApIiBmaWxsPSIjMDIyODczIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0ibm91bi1hcnJvdy0xNzc2MjYzLWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkwOS4wMDAwMDAsIDEyOC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00MC4yMDkxNTk2LDQyLjk2Nzc2MzcgQzQxLjc2Mjc4NDIsNDIuODE2MjQ2OSA0My4yMzE5NDg5LDQyLjE4MTM3NTUgNDQuNDE0MzMzNCw0MS4xNTE3MTQ4IEw3Ni4xNjc3OTY4LDEzLjYxNzYxMjkgQzc3Ljc2NTczMDQsMTIuMzIyMjUzNiA3OC43NzUwOTEsMTAuNDI2MDYwOCA3OC45NjcwMTU4LDguMzYzNzM0NzQgQzc5LjE1NzkyMjcsNi4zMDExOTAxMyA3OC41MTQ1Mjg5LDQuMjQ4MzY5ODYgNzcuMTgyMzk1NiwyLjY3NTUzODkyIEM3NS44NTEzMTUyLDEuMTAxNjk3MyA3My45NDU0ODY0LDAuMTQxMzkwODY3IDcxLjkwMjMwMjIsMC4wMTQ0MDA3NDggQzY5Ljg1ODIyNywtMC4xMTI1NzI5ODIgNjcuODUxMDM1NSwwLjYwNDQ3MTg0OSA2Ni4zMzg2OTU4LDIuMDAxMTcxOTUgTDM5LjUsMjUuMjgxNDE5IEwxMi42NjEzMDIsMi4wMDExNzE5NSBDMTEuMTQ4ODAwMywwLjYwNDQ0NDUzNCA5LjE0MTY4OTc5LC0wLjExMjU4OTM3MSA3LjA5NzY5NTU5LDAuMDE0NDAwNzQ4IEM1LjA1NDY3MzQzLDAuMTQxMzc0NDc4IDMuMTQ4NzYzNiwxLjEwMTY5NzMgMS44MTc2MDIyNSwyLjY3NTUzODkyIEMwLjQ4NTQ2ODg1NCw0LjI0ODMxNTIzIC0wLjE1NzkxNjc5OCw2LjMwMTEzNTUgMC4wMzI5ODIwMDAyLDguMzYzNzM0NzQgQzAuMjI0OTQ0NjQ3LDEwLjQyNjI3OTQgMS4yMzQzMjEzNywxMi4zMjIzMDgyIDIuODMyMjAxMDEsMTMuNjE3NjEyOSBMMzQuNTg1NjY0NCw0MS4xNTE3MTQ4IEMzNi4xMzkyODksNDIuNTAyNTUyMSAzOC4xNjg3Mjk1LDQzLjE1NzcxNjIgNDAuMjA4NDAzNSw0Mi45Njc3NjM3IEw0MC4yMDkxNTk2LDQyLjk2Nzc2MzcgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-repeat: no-repeat,repeat;
  background-position: right 1.5rem top 52%, 0 0;
  background-size: 1rem auto, 100%; }

.checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .checkbox input {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 1.5rem;
    width: 1.5rem; }
  .checkbox label {
    padding: 0.2rem 0 0.2rem 3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 300 !important;
    line-height: 2.6rem;
    cursor: pointer; }
    .checkbox label::before {
      content: "";
      background-color: #fff;
      border: 0.2rem solid var(--primary-color);
      display: inline-block;
      height: 1.5rem;
      width: 1.5rem;
      left: 0;
      top: 0.5rem;
      position: absolute;
      cursor: pointer;
      border-radius: 0.3rem;
      box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.3); }
    .checkbox label::after {
      content: '';
      display: block;
      position: absolute;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjc1cHgiIGhlaWdodD0iMjEycHgiIHZpZXdCb3g9IjAgMCAyNzUgMjEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlBhdGg8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImltYWdlIiBmaWxsPSIjZmZmZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aCIgcG9pbnRzPSIxMDUuOCAxNTQuNSAyNy41IDc5LjkgMCAxMDguOSAxMDguMSAyMTEuOCAyNzQuMyAyNi43IDI0NC42IDAiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
      background-size: 1.3rem;
      background-repeat: no-repeat;
      height: 1.3rem;
      width: 1.3rem;
      transition: .2s;
      opacity: 0;
      transform: scale(1.5);
      top: 0.9rem;
      left: 0.3rem; }
  .checkbox input:checked + label::before {
    background-color: var(--primary-color); }
  .checkbox input:checked + label::after {
    opacity: 1;
    transform: scale(1); }

.checkbox--radio label::before,
.checkbox--radio label::after {
  border-radius: 100%; }

.checkbox--radio label::after {
  background: var(--primary-color);
  height: 1.3rem;
  width: 1.3rem;
  top: 0.7rem;
  left: 0.2rem; }

.checkbox--disabled label::before {
    background: var(--gray-color-lighter);
    border-color: var(--gray-color-lighter);
}

.checkbox--disabled label {
    cursor: not-allowed;
}

.file-label {
    position: relative;
    width: 100%;
    border: 0.1rem solid var(--gray-color-lighter);
    border-radius: 1rem;
    cursor: pointer;
}
  .file-label input {
    opacity: 0;
    visibility: hidden; }
  .file-label .text {
    position: absolute;
    top: 50%;
    left: 1rem;
    font-weight: 400;
    transform: translateY(-50%); }
  .file-label::after {
    content: "\EA13";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    font-size: 1.8rem;
    color: var(--primary-color);
    transform: translateY(-50%); }

.translate-rows-container .form__row:first-child {
  margin-bottom: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 10px; }

body {
  font-family: var(--font-primary);
  font-size: 1.8rem;
  color: var(--primary-color);
  background: var(--primary-color-lighter-5); }
  body.has-popup {
    overflow: hidden; }

.container {
  margin: 0 auto;
  width: 90rem;
  max-width: calc(100% - 6rem); }

h1 {
  font-family: var(--font-primary);
  font-size: 4rem;
  font-weight: var(--bold);
  line-height: 1.2; }
  @media screen and (max-width: 700px) {
    h1 {
      font-size: 4.5rem; } }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 3.5rem; } }

h2 {
  font-family: var(--font-primary);
  font-size: 4.5rem;
  line-height: 1.2; }
  @media screen and (max-width: 700px) {
    h2 {
      font-size: 4rem; } }
  @media screen and (max-width: 500px) {
    h2 {
      font-size: 3rem; } }

h3 {
  font-family: var(--font-primary);
  font-size: 3.7rem;
  line-height: 1.2; }
  @media screen and (max-width: 700px) {
    h3 {
      font-size: 3rem; } }
  @media screen and (max-width: 500px) {
    h3 {
      font-size: 2.5rem; } }

p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.2; }

.anchor-link {
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none; } }

.accordions__item.active .form__heading .icon-arrow-down {
  transform: rotate(180deg);
  transform-origin: top; }

.accordions__item.active .form__heading:not(.form__heading--complete) {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}

.accordions .form__heading {
  position: relative;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: var(--secondary-color);
  color: var(--secondary-text-color);
  height: 10rem;
  border-radius: 1rem;
  transition: all ease-in-out 0.2s; }
  @media screen and (max-width: 768px) {
    .accordions .form__heading {
      height: auto;
      padding: 2rem 5rem 2rem 2rem; } }
  .accordions .form__heading--complete {
    color: #FFF;
    background-color: var(--primary-color); }
  .accordions .form__heading .icon-arrow-down {
    position: absolute;
    top: 50%;
    right: 3rem;
    margin-left: 2rem;
    font-size: 1.1rem;
    transition: all ease-in-out .2s;
    pointer-events: none;
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .accordions .form__heading .icon-arrow-down {
        font-size: 0.8rem;
        right: 2rem; } }

.accordions .form__container {
  padding: 0;
  margin: 1rem 0;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.2s; }
  .accordions .form__container.not-active {
    max-height: 0 !important; }
  .accordions .form__container > div {
    position: relative;
    padding: 3rem; }
    @media screen and (max-width: 600px) {
      .accordions .form__container > div {
        padding: 2rem; } }

.collapse-table {
  border: 0.1rem solid var(--primary-color-lighter-6); }
  .collapse-table__item:nth-child(even) .collapse-table__title {
    background-color: var(--primary-color-lighter-6); }
  .collapse-table__title {
    padding: 1.6rem 2rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer; }
    .collapse-table__title.active svg:nth-child(1) {
      opacity: 0; }
    .collapse-table__title.active svg:nth-child(2) {
      opacity: 1; }
    .collapse-table__title svg {
      flex: 0 0 1.5rem;
      transition: all ease-in-out 0.3s; }
    .collapse-table__title svg:nth-child(2) {
      position: absolute;
      opacity: 0; }
    .collapse-table__title.checked label::after {
        content: "\EA12";
        position: absolute;
        top: 2rem;
        right: 2rem;
        font-size: 1.5rem;
        color: var(--primary-color);
    }
  .collapse-table__inner {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    margin: 0 -5px !important;
    padding: 0 1rem;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    max-height: 0; }
    .collapse-table__inner > div,
    .collapse-table__inner > a,
    .collapse-table__inner > span,
    .collapse-table__inner > button,
    .collapse-table__inner > input {
      width: calc(100% / 2 - 10px);
      margin: 5px; }
    @media screen and (max-width: 768px) {
      .collapse-table__inner {
        display: flex;
        flex-wrap: wrap;
        margin: -5px; }
        .collapse-table__inner > div,
        .collapse-table__inner > a,
        .collapse-table__inner > span,
        .collapse-table__inner > button,
        .collapse-table__inner > input {
          width: calc(100% / 1 - 10px);
          margin: 5px; } }
    .collapse-table__inner > .checkbox {
      width: calc(100% / 2 - 10px) !important;
      font-size: 1.4rem;
      line-height: 1.2;
      transition: all ease-in-out 0.2s; }
      @media screen and (max-width: 768px) {
        .collapse-table__inner > .checkbox {
          width: calc(100% - 10px) !important; } }
      .collapse-table__inner > .checkbox.active label {
        background-color: var(--primary-color-lighter-7); }
      .collapse-table__inner > .checkbox label {
        padding: 1rem;
        background-color: var(--primary-color-lighter-4);
        border-radius: 1rem; }

.confirmation {
  padding: 5rem 3rem;
  background: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
  border-radius: 1rem; }
  @media screen and (max-width: 600px) {
    .confirmation {
      padding: 2rem; } }
  .confirmation h1 {
    margin-bottom: 2rem; }
  .confirmation strong {
    font-weight: bold; }
  .confirmation a {
    color: var(--primary-color);
    text-decoration: underline;
    transition: all ease-in-out 0.2s; }
    .confirmation a:hover {
      text-decoration-color: transparent; }
  .confirmation p {
    line-height: 1.5; }
    .confirmation p:last-child {
      margin-bottom: 0; }

.info-toggle {
  position: relative; }
  .info-toggle__toggle {
    cursor: help;
    transform: translateY(2px); }
    .info-toggle__toggle svg {
      width: 15px;
      fill: var(--primary-color); }
  @media (max-width: 850px) {
    .info-toggle .info-toggle__toggle.active ~ .info-toggle__content {
      opacity: 1;
      visibility: visible;
      pointer-events: all; } }
  @media (min-width: 850px) {
    .info-toggle .info-toggle__toggle:hover ~ .info-toggle__content,
    .info-toggle .info-toggle__toggle:active ~ .info-toggle__content {
      opacity: 1;
      visibility: visible;
      pointer-events: all; } }
  .info-toggle__content {
    z-index: 99;
    position: absolute;
    top: -0.8rem;
    left: -11.8rem;
    padding: 1.5rem;
    width: 25rem;
    background: #FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 21, 42, 0.1);
    transform: translateY(-100%);
    transition: all ease-in-out .2s;
    cursor: help;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    @media (max-width: 850px) {
      .info-toggle__content {
        left: -20px; } }
    @media (min-width: 850px) {
      .info-toggle__content:hover {
        opacity: 1;
        visibility: visible;
        pointer-events: all; } }
    .info-toggle__content p {
      margin-bottom: 10px !important;
      font-size: 1.6rem;
      font-weight: 400; }
      .info-toggle__content p strong {
        font-weight: 700; }
      .info-toggle__content p:first-of-type {
        margin-top: 0 !important; }
      .info-toggle__content p:last-child {
        margin-bottom: 0 !important; }
    .info-toggle__content::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      height: 5rem; }
    .info-toggle__content::after {
      content: "";
      position: absolute;
      bottom: -0.9rem;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 1rem solid transparent;
      border-right: 1rem solid transparent;
      border-top: 1rem solid #FFF;
      transform: translateX(-50%); }
      @media (max-width: 850px) {
        .info-toggle__content::after {
          left: 1.7rem;
          transform: none; } }
  .info-toggle__close {
    position: absolute;
    top: -1.3rem;
    right: -0.3rem;
    padding: 1rem; }
    @media (min-width: 850px) {
      .info-toggle__close {
        display: none; } }
    .info-toggle__close svg {
      width: 1rem;
      height: 1rem; }

.languages__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: center; }
  .languages__inner > div,
  .languages__inner > a,
  .languages__inner > span,
  .languages__inner > button,
  .languages__inner > input {
    width: calc(100% / 4 - 30px);
    margin: 15px; }

.languages__item {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 19rem;
  background: #FFF;
  border-radius: 1rem;
  box-shadow: var(--box-shadow);
  transition: all ease-in-out 0.3s; }
  .languages__item img {
    width: 100%;
    height: auto; }
  .languages__item--active {
    border: 0.2rem solid var(--primary-color); }

.page {
  padding-top: 10rem; }
  .page-heading {
    margin-bottom: 4rem;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 700px) {
      .page-heading {
        flex-direction: column;
        align-items: flex-start; } }
    .page-footer{
        text-align: center;
    } 
    .page-footer > .privacystatement{
        text-decoration:underline;
    }
.services__heading {
  margin-bottom: 3rem;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .services__heading {
      flex-direction: column;
      align-items: flex-start; } }
  .services__heading strong {
    font-weight: bold; }
  .services__heading label {
    position: relative;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .services__heading label {
        margin-left: 0;
        margin-top: 1rem; } }
    .services__heading label::after {
      content: "\EA11";
      position: absolute;
      top: 0.25rem;
      right: 2rem; }
  .services__heading--map {
    position: relative;
    flex-direction: column;
    align-items: flex-start; }
    .services__heading--map label {
      margin-left: 0; }
    .services__heading--map .map-btn {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      align-items: center;
      gap: 1rem;
      font-size: 1.6rem;
      text-decoration: underline;
      color: var(--primary-color);
      transition: all ease-in-out 0.2s; }
      @media screen and (max-width: 768px) {
        .services__heading--map .map-btn {
          position: relative;
          margin-top: 1rem; } }
      .services__heading--map .map-btn:hover {
        text-decoration-color: transparent; }

.services__inner {
  max-height: 24.7rem; }
  .services__inner--full-height {
    max-height: inherit; }
  .services__inner td {
    padding: 0 !important; }
  .services__inner .checkbox {
    width: 100%; }
    .services__inner .checkbox label {
      padding: 1rem 2rem 1rem 5rem;
      width: 100%; }
      .services__inner .checkbox label::before {
        left: 2rem;
        top: 1.3rem; }
      .services__inner .checkbox label::after {
        left: 2.3rem;
        top: 1.8rem; }
    .services__inner .checkbox--location label {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      font-size: 1.8rem;
      font-weight: bold !important; }
      .services__inner .checkbox--location label span {
        font-size: 1.6rem;
        font-weight: 400; }
      .services__inner .checkbox--location label span.date {
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          .services__inner .checkbox--location label span.date {
            position: relative;
            top: 0;
            right: 0;
            transform: none;
            opacity: 0.75; } }

.table-container {
  margin: -1.5rem;
  overflow: auto; }
  .table-container ::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 1150px) {
    .table-container {
      margin-top: 2rem; } }

.table {
  margin: 1.5rem;
  position: relative;
  width: calc(100% - 3rem);
  text-align: left; }
  .table--no-links tbody tr td {
    padding: 1rem 2rem;
    color: var(--primary-color); }
    .table--no-links tbody tr td .icon {
      color: var(--secondary-color); }
  .table--no-links tbody tr:hover td {
    background: #FFF !important; }
  .table--no-links tbody tr:nth-child(even):hover td {
    background: var(--primary-color-lighter-6) !important; }
  .table--no-links tbody tr.active td {
    background-color: var(--primary-color-lighter-7) !important; }
  .table--no-links tbody tr.active:hover td {
    background-color: var(--primary-color-lighter-7) !important; }
  .table--border tbody {
    border: 0.1rem solid var(--primary-color-lighter-6); }
  .table--max-height {
    margin-top: 2rem;
    position: relative;
    display: block;
    overflow: scroll; }
    .table--max-height > thead {
      z-index: 9 !important;
      position: sticky !important;
      top: 0;
      left: 0;
      width: 100%;
      background: #FFF; }
  .table th,
  .table td {
    max-width: 30rem;
    word-wrap: break-word; }
  .table th {
    padding: 1rem 2rem;
    white-space: nowrap; }
  .table thead,
  .table tbody {
    z-index: 2;
    position: relative; }
  .table thead {
    font-size: 1.8rem;
    font-weight: var(--bold);
    letter-spacing: -0.04rem; }
    @media (max-width: 1150px) {
      .table thead {
        display: none; } }
  .table tbody tr {
    position: relative;
    transition: all ease-in-out 0.2s; }
    .table tbody tr.active td {
      background-color: var(--primary-color-lighter-7) !important; }
    .table tbody tr td {
      background: #FFF;
      transition: all ease-in-out 0.2s; }
      .table tbody tr td a:not(.icon) {
        display: inline-block;
        padding: 1rem 2rem;
        width: 100%;
        color: var(--primary-color); }
        @media screen and (max-width: 450px) {
          .table tbody tr td a:not(.icon) {
            padding: 1.5rem; } }
        .table tbody tr td a:not(.icon) .icon {
          color: var(--secondary-color); }
      .table tbody tr td.sticky-buttons {
        position: sticky;
        top: 0;
        right: 0;
        vertical-align: middle; }
    .table tbody tr:nth-child(even) td {
      background: var(--primary-color-lighter-6); }
    @media screen and (max-width: 1150px) {
      .table tbody tr:nth-child(even) {
        background: var(--primary-color-lighter-6); } }
    .table tbody tr:hover td {
      background: var(--primary-color-lighter-3); }
    @media screen and (max-width: 1150px) {
      .table tbody tr:hover {
        background: var(--primary-color-lighter-3); } }
    @media (max-width: 1150px) {
      .table tbody tr {
        display: flex;
        flex-wrap: wrap;
        background: #FFF; } }
    @media (max-width: 1150px) {
      .table tbody tr td {
        position: relative;
        padding-top: 2.5rem;
        flex: 0 0 calc(100% / 3);
        max-width: inherit; }
        .table tbody tr td::before {
          content: attr(data-title);
          position: absolute;
          top: 2rem;
          left: 3rem;
          font-weight: var(--bold); } }
    @media (max-width: 950px) {
      .table tbody tr td {
        flex: 0 0 50%; } }
    @media (max-width: 450px) {
      .table tbody tr td {
        flex: 0 0 100%; }
        .table tbody tr td::before {
          left: 1.5rem; } }

.topbar {
  margin-bottom: 2rem;
  height: 5rem;
  background-color: var(--gray-color); }
  .topbar .container, .topbar__inner {
    height: 100%; }
  .topbar__inner {
    position: relative;
    display: flex;
    align-items: center; }
  .topbar__logo {
    position: absolute;
    padding: 1rem;
    top: 2rem;
    left: 0;
    /*width: 34rem;
    height: 10rem;*/
    border-radius: 1rem;
    /*background-color: #FFF;*/
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07); }
    .topbar__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .topbar__lang {
    margin-left: auto;
    position: relative; }
    .topbar__lang-active {
      display: flex;
      align-items: center; }
      .topbar__lang-active:hover .icon {
/*        transform: rotate(180deg); */
      }
/*    .topbar__lang-active:hover .topbar__lang-list {*/
      .topbar__lang-active .topbar__lang-list {
        opacity: 1;
        visibility: visible;
        pointer-events: all; }
      .topbar__lang-active img {
        height: 2rem;
        width: 3rem;
        -o-object-fit: cover;
           object-fit: cover; }
      .topbar__lang-active .icon {
        z-index: 10;
        position: relative;
/*        margin-left: 1rem;*/
        margin-left: 0.5rem;
        font-size: 0.5rem;
        transition: all ease-in-out 0.2s; }
    .topbar__lang-title {
      margin-right: 1rem;
      font-size: 1.4rem; }
      .topbar__lang-title strong {
        font-weight: bold; }
      .topbar__lang-title span.mobile {
        display: none; }
        @media screen and (max-width: 768px) {
          .topbar__lang-title span.mobile {
            display: block; } }
      @media screen and (max-width: 768px) {
        .topbar__lang-title span:not(.mobile) {
          display: none; } }
    .topbar__lang-list {
      z-index: 9;
      position: absolute;
      top: -1rem;
      right: -1.1rem;
      background-color: #FFF;
      box-shadow: var(--box-shadow);
      border-radius: 1rem;
/*      opacity: 0;*/
      opacity: 1;
/*      visibility: hidden;*/
/*      pointer-events: none;*/
      transition: all ease-in-out 0.2s; }
      .topbar__lang-list.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: all; }
    .topbar__lang-item {
      padding: 1rem 3rem;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      font-size: 1.4rem;
      transition: all ease-in-out 0.2s; }
      .topbar__lang-item:hover {
        cursor: pointer;
        background-color: var(--gray-color); }
      .topbar__lang-item img {
        margin-left: 1rem;
        height: 2rem;
        width: 3rem;
        -o-object-fit: cover;
           object-fit: cover; }
      .topbar__lang-item:not(:last-child) {
        border-bottom: 0.1rem solid var(--gray-color); }
      .topbar__lang-item:first-child {
/*        font-weight: var(--bold); */
      }

.validation-message > div,
.validation-message > span {
  margin: 2rem 0;
  padding: 2rem;
  color: var(--warning-color);
  background: var(--warning-color-background);
  border-radius: 1rem; }

.validation-message--error > div,
.validation-message--error > span {
  color: var(--error-color);
  background: var(--error-color-background); }

.validation-message--success > div,
.validation-message--success > span {
  color: var(--success-color);
  background: var(--success-color-background); }

.blazored-modal-container {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 1 !important;
    pointer-events: all !important;
}

.blazored-modal-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.blazored-modal {
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    transform: none !important;
}

.blazored-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 2rem 0;
}

.blazored-modal-title {
    margin: 0;
}

.blazored-modal-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 2.5rem;
    color: var(--primary-color);
    font-weight: bold;
}

.blazored-modal-center {
    align-items: center;
    justify-content: center;
}

.blazored-modal-topleft .blazored-modal {
    position: absolute;
    top: 32px;
    left: 32px;
}

.blazored-modal-topright .blazored-modal {
    position: absolute;
    top: 32px;
    right: 32px;
}

.blazored-modal-bottomleft .blazored-modal {
    position: absolute;
    bottom: 32px;
    left: 32px;
}

.blazored-modal-bottomright .blazored-modal {
    position: absolute;
    bottom: 32px;
    right: 32px;
}

.blazored-modal-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

    .blazored-modal-scrollable .blazored-modal-content {
        overflow-y: auto;
    }

    .blazored-modal-scrollable .blazored-modal-footer, .blazored-modal-scrollable .blazored-modal-header {
        flex-shrink: 0;
    }

.blazored-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    opacity: 0;
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    
    .blazored-modal-container.is-open {
        opacity: 1;
        pointer-events: all;
    }

    .blazored-modal-container__inner,
    .blazored-modal-container .blazored-modal {
        position: relative;
        z-index: 50002;
        display: flex;
        flex-direction: column;
        background: #ffffff;
        width: 68.5rem;
        max-width: calc(100% - 6rem);
        max-height: calc(100% - 6rem);
        box-shadow: 0 2px 14px 7px rgba(0, 0, 0, 0.17);
        padding: 3rem;
        overflow-y: auto;
        border-radius: 1rem;
        transition: .1s;
        transform: scale(0.75);
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }
        
    .blazored-modal-container__inner--fullscreen,
    .blazored-modal-container .blazored-modal--fullscreen {
        width: 90vw;
        height: 90vh;
    }

.is-open .blazored-modal-container__inner, 
.is-open .blazored-modal-container .blazored-modal {
    transform: scale(1);
}

@media (max-width: 700px) {
    .blazored-modal-container__inner,
    .blazored-modal-container .blazored-modal {
        padding: 3rem;
    }
}

@media (max-width: 425px) {
    .blazored-modal-container__inner,
    .blazored-modal-container .blazored-modal {
        max-width: calc(100% - 3rem);
        max-height: calc(100% - 3rem);
    }
}

.blazored-modal-container__inner .form__row:last-child,
.blazored-modal-container .blazored-modal .form__row:last-child {
    margin: -1.5rem;
}

.blazored-modal-container__title,
.blazored-modal-container .blazored-modal-title {
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: var(--bold);
    letter-spacing: -0.01rem;
}

.blazored-modal-container .blazored-modal-content {
    height: 100%;
}

.blazored-modal-container p {
    margin-bottom: 3rem;
}

.blazored-modal-container .form__field--buttons {
    margin-top: 3rem;
    flex-direction: row;
    align-items: center;
}

    .blazored-modal-container .form__field--buttons a:not(:last-child) {
        margin-right: 2rem;
    }

    .blazored-modal-container .form__field--buttons a:not(.btn) .icon {
        margin-right: 1rem;
        font-size: 1.1rem;
    }

.blazored-modal-container .btn--no-form {
    margin-top: 3rem;
}

.blazored-modal-container__close,
.blazored-modal-container .blazored-modal-close {
    position: absolute;
    top: 1.6rem;
    right: 1.8rem;
    line-height: 0;
    color: var(--primary-color);
    font-size: 3rem;
}

@media (max-width: 700px) {
    .blazored-modal-container__close,
    .blazored-modal-container .blazored-modal-close {
        top: 1rem;
        right: 1.2rem;
    }
}

.blazored-modal-container__background,
.blazored-modal-container .blazored-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 50001;
}

.loader {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(var(--primary-color), 0.9);
    transition: all ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: var(--gray-color);
}

    .loader.active {
        opacity: 0.9;
        visibility: visible;
        pointer-events: all;
    }

.loader__title {
    margin-bottom: 5rem;
    font-size: 3.5rem;
    font-weight: var(--bold);
    color: #FFF;
}

.loader__spinner {
    font-size: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: relative;
    animation: loader_white 1.1s infinite ease;
    transform: translateZ(0);
}

.noOfPersonSelectedProdut {
    position: relative;
    float: right;
    margin-top: -4.5rem;
    margin-right: 0.1rem;
    width: 7rem;
    height: 4.4rem;
    border: 0.1rem solid #b7c2d7;
    border-radius: 0rem 1rem 1rem 0rem;
}

.product__form__search {
    position: relative;
    width: 100%;
	display: none;
}

.product__form__search__button {
    position: relative;
    float: left;
}

.product__form__search__text {
    position: relative;
    float: right;
	display: none;
}

@media screen and (max-width: 768px) {
    .product__form__search__button {
        width: 100%;
    }

    .product__form__search__button > button {
        width: 100%;
    }

    .product__form__search__text {
        width: 100%;
        margin-top:0.5rem;
    }
}