/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/frontend.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/* Colors */
/* Colors/Main */
/* Fonts */
/*
 * Reset
 * inspired normalize.css
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: Arial;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a:hover, a:active {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

label {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #001b2e;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body.noscroll {
  overflow: hidden;
}

a {
  color: #294c60;
  text-decoration: underline;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 24px 0;
  line-height: normal;
  color: #001b2e;
  font-weight: 600;
  word-wrap: break-word;
  position: relative;
}
@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 18px 0;
  }
}

h1 {
  font-size: 32px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 26px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0;
}

p {
  margin: 16px 0;
  line-height: 1.6;
}

strong {
  font-weight: 700;
}

table {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border-collapse: collapse;
}

iframe {
  max-width: 100%;
  display: block;
}

ul {
  margin: 16px 0;
  padding-left: 20px;
}
ul li {
  margin-bottom: 16px;
  padding-left: 16px;
}
ul li:last-child {
  margin-bottom: 0;
}

textarea {
  resize: none;
}

.hidden {
  display: none !important;
}

.image__rounded {
  border-radius: 5px;
}

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

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

.button {
  padding: 16px 24px;
  height: 50px;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  letter-spacing: 1.2px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease;
}
.button__wrapper--left {
  text-align: left;
}
.button__wrapper--center {
  text-align: center;
}
.button__wrapper--right {
  text-align: right;
}
.button--smaller {
  padding: 12px 18px;
  height: 43px;
  letter-spacing: unset;
  font-size: 14px;
}
.button--full {
  width: 100%;
}
.button--blue-light {
  background: #294c60;
  color: #ffc49b;
}
.button--blue-light:hover {
  background: #ffc49b;
  color: #294c60;
}
.button--dark {
  background: #001b2e;
  color: #ffc49b;
}
.button--dark:hover {
  background: #294c60;
  color: #ffc49b;
}

.container {
  margin: 0 auto;
  padding: 0 8px;
  width: 1080px;
  max-width: 100%;
}

.event-main-info__row {
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .event-main-info__row {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .event-main-info__row {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
}
.event-main-info__column {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .event-main-info__column {
    padding: 0;
  }
}
.event-main-info__column--image {
  width: 45%;
  order: 0;
}
@media (max-width: 767px) {
  .event-main-info__column--image {
    display: none;
  }
}
.event-main-info__column--image img {
  border: 5px solid #ffc49b;
  display: block;
}
.event-main-info__column--content {
  order: 1;
  flex: 1;
}
.event-main-info__column--content strong {
  font-size: 18px;
}

.footer {
  padding: 18px 0;
  background: #ffc49b;
  color: #001b2e;
  font-size: 12px;
  font-weight: 500;
}
.footer a {
  color: #001b2e;
}
.footer__inner {
  margin: 0 auto;
  padding: 0 8px;
  width: 1440px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
.footer__copyright {
  margin: 0;
}
.footer__menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer__menu {
    margin-top: 12px;
    justify-content: flex-start;
  }
}
@media (max-width: 420px) {
  .footer__menu {
    display: block;
  }
}
.footer__menu li {
  margin: 0 40px 0 0;
  padding: 0;
}
@media (max-width: 991px) {
  .footer__menu li {
    margin-right: 18px;
  }
}
@media (max-width: 420px) {
  .footer__menu li {
    margin: 0 0 12px;
  }
}
.footer__menu li:last-child {
  margin: 0;
}

.form__wrapper {
  margin: auto;
  padding: 32px;
  background: #ffefd3;
  border-radius: 5px;
  text-align: left;
  position: relative;
}
@media (max-width: 991px) {
  .form__wrapper {
    padding: 24px;
  }
}
@media (max-width: 640px) {
  .form__wrapper {
    padding: 24px 12px;
  }
}
.form__wrapper:before {
  width: 100%;
  height: 100%;
  background: #294c60;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.form__wrapper--loading:before {
  content: "";
}
.form__row {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 460px) {
  .form__row {
    flex-direction: column;
  }
}
.form__column {
  padding: 0 8px;
  flex: 1;
}
.form__item {
  margin-bottom: 18px;
}
.form__item--with-ares {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .form__item--with-ares {
    align-items: flex-start;
    flex-direction: column;
  }
}
.form__item--with-ares div {
  flex: 1;
}
.form__item--with-ares button {
  margin-left: 12px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .form__item--with-ares button {
    margin: 6px 0 0;
    width: 100%;
  }
}
.form__input {
  padding: 0 16px;
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: #001b2e;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.form__input--with-error {
  border-color: #f8d7da;
  border-radius: 5px 5px 0 0;
}
.form__input[type=number] {
  -moz-appearance: textfield;
}
.form__input[type=number]::-webkit-inner-spin-button, .form__input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.form__input[disabled] {
  background: #f9f9f9;
}
.form__label {
  margin-bottom: 6px;
  font-weight: 600;
  display: block;
}
.form__required {
  color: #721c24;
}
.form__error {
  padding: 6px;
  background: #f8d7da;
  color: #721c24;
  font-size: 12px;
  display: block;
  border-radius: 0 0 5px 5px;
}
.form__note {
  margin: 12px 0 0;
  font-size: 12px;
}

.gform_wrapper {
  margin: auto;
  padding: 32px;
  background: #ffefd3;
  border-radius: 5px;
  text-align: left;
  position: relative;
}
@media (max-width: 991px) {
  .gform_wrapper {
    padding: 24px;
  }
}
@media (max-width: 640px) {
  .gform_wrapper {
    padding: 24px 12px;
  }
}
.gform_wrapper h3 {
  margin: 0;
}
.gform_heading {
  display: none;
}
.gform_fields {
  row-gap: 18px !important;
}
.header {
  background: #001b2e;
  box-shadow: 0 2px 4px 0 rgba(158, 158, 158, 0.1);
  position: relative;
}
.header__inner {
  margin: 0 auto;
  padding: 24px 8px;
  width: 1440px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo {
  margin: 0;
  color: #ffc49b;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
@media (max-width: 460px) {
  .header__logo {
    font-size: 18px;
  }
}
.header__logo svg {
  width: 175px;
  height: auto;
  fill: #ffc49b;
}
@media (max-width: 460px) {
  .header__logo svg {
    width: 120px;
  }
}
.header__menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
}
@media (max-width: 991px) {
  .header__menu {
    padding: 12px;
    width: 300px;
    max-width: 100%;
    background: #ffffff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    box-shadow: 0 5px 14px 0 rgba(5, 40, 4, 0.29);
    display: none;
  }
}
@media (max-width: 420px) {
  .header__menu {
    width: 100%;
  }
}
.header__menu > li {
  margin: 0 64px 0 0;
  padding: 0;
  height: 100%;
  position: relative;
}
@media (max-width: 1400px) {
  .header__menu > li {
    margin-right: 24px;
  }
}
@media (max-width: 991px) {
  .header__menu > li {
    margin: 0;
    height: auto;
  }
}
.header__menu > li:hover ul {
  display: block;
}
.header__menu > li:last-child {
  margin: 0;
}
.header__menu > li.is_current > a {
  color: #294c60;
}
@media (max-width: 991px) {
  .header__menu > li.is_current > a {
    text-decoration: underline;
  }
}
.header__menu > li.is_current > a:after {
  opacity: 1;
}
.header__menu > li > a {
  height: 100%;
  color: #001b2e;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header__menu > li > a {
    padding: 12px;
  }
}
.header__menu > li > a:hover {
  color: #294c60;
}
@media (max-width: 991px) {
  .header__menu > li > a:hover {
    text-decoration: underline;
  }
}
.header__menu > li > a:hover:after {
  opacity: 1;
}
.header__menu > li > a:after {
  width: 100%;
  height: 2px;
  background: #001b2e;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .header__menu > li > a:after {
    display: none;
  }
}
.header-menu__wrapper {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-menu__wrapper.open .header-menu__button--open {
  display: none;
}
.header-menu__wrapper.open .header-menu__button--close {
  display: inline-flex;
}
.header-menu__wrapper.open .header__menu {
  display: block;
}
.header-menu__button {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  align-items: center;
  justify-content: center;
  display: none;
}
.header-menu__button svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .header-menu__button--open {
    display: inline-flex;
  }
}
.header-menu__button--close svg {
  width: 70%;
  height: 70%;
}

.highlighted {
  margin: 24px auto;
  padding: 24px;
  font-size: 14px;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(189, 189, 189, 0.15);
}
.highlighted:first-child {
  margin-top: 0;
}
.highlighted--dark {
  background: #001b2e;
  color: #ffffff;
}
.highlighted--green {
  background: #08a052;
  color: #ffffff;
}
.highlighted--grey {
  background: #f9f9f9;
}
.highlighted p {
  margin: 0 0 10px;
}
.highlighted p:last-child {
  margin-bottom: 0;
}

.notification {
  margin: 24px auto;
  padding: 24px 26px;
  color: #001b2e;
  font-size: 14px;
  text-align: left;
  border: 1px solid #e7e7e7;
  border-left: 6px solid;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(189, 189, 189, 0.15);
}
.notification:first-child {
  margin-top: 0;
}
.notification--smaller {
  padding: 12px;
}
.notification--blue {
  border-left-color: #294c60;
}
.notification--orange {
  border-left-color: #ffc49b;
}
.notification--green {
  color: #ffffff;
  background: #13ba64;
  border-color: #08a052;
}
.notification--red {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
}
.notification p {
  margin: 0 0 10px;
}
.notification p:last-child {
  margin-bottom: 0;
}

.person__list--dark .person__column--image img {
  border-color: #ffc49b;
}
.person__item {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .person__item {
    margin-bottom: 32px;
    align-items: flex-start;
  }
}
@media (max-width: 680px) {
  .person__item {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
}
.person__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 681px) {
  .person__item:nth-child(even) .person__column--image {
    order: 2;
  }
}
.person__column {
  padding: 0 16px;
}
@media (max-width: 680px) {
  .person__column {
    padding: 0;
  }
}
.person__column--image {
  width: 35%;
  order: 0;
}
@media (max-width: 680px) {
  .person__column--image {
    margin-bottom: 12px;
    width: 100%;
  }
}
.person__column--image img {
  border: 5px solid #294c60;
  display: block;
}
.person__column--content {
  order: 1;
  flex: 1;
}

.section {
  margin-top: 32px;
  margin-bottom: 32px;
}
.section h1, .section h2, .section h3, .section h4 {
  color: inherit;
}
.section--dark {
  margin: 0;
  padding: 32px 0;
  background: #001b2e;
  color: #ffffff;
}
.section--yellow {
  margin: 0;
  padding: 32px 0;
  background: #ffefd3;
}

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