/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/reset/reset.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  box-sizing: border-box;
}

body {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.5;
  font-size: 18px;
  color: #2c2e35;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

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

*,
*:before,
*:after {
  box-sizing: inherit;
}

input,
textarea,
select,
button {
  font: inherit;
}

html:not([data-whatinput=keyboard]) *:focus {
  outline: none;
}

@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    -webkit-animation-duration: 0.001ms !important;
            animation-duration: 0.001ms !important; /* stylelint-disable-line time-min-milliseconds */
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; /* stylelint-disable-line time-min-milliseconds */
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/typography/typography.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.text > * + * {
  margin-top: 1.5em;
}
.text > * + h1,
.text > * + .h1,
.text > * + h2,
.text > * + .h2,
.text > * + h3,
.text > * + .h3,
.text > * + h4,
.text > * + .h4,
.text > * + h5,
.text > * + .h5 {
  margin-top: 1.5em;
}

h1:not([class]),
.h1 {
  font-size: 32px;
  line-height: 1.2;
}
@media only screen and (min-width: 750px) {
  h1:not([class]),
.h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}

h2:not([class]),
.h2 {
  font-size: 24px;
  line-height: 1.2;
}
@media only screen and (min-width: 750px) {
  h2:not([class]),
.h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

h3:not([class]),
.h3 {
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (min-width: 750px) {
  h3:not([class]),
.h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}

h4:not([class]),
.h4 {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width: 750px) {
  h4:not([class]),
.h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

h5:not([class]),
.h5 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
@media only screen and (min-width: 750px) {
  h5:not([class]),
.h5 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.text-huge {
  font-size: 28px;
  line-height: 1.2;
}
@media only screen and (min-width: 750px) {
  .text-huge {
    font-size: 40px;
    line-height: 1.2;
  }
}

.text-large {
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (min-width: 750px) {
  .text-large {
    font-size: 24px;
    line-height: 1.5;
  }
}

.text-small {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 750px) {
  .text-small {
    font-size: 16px;
    line-height: 1.5;
  }
}

.text-base {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 750px) {
  .text-base {
    font-size: 18px;
    line-height: 1.5;
  }
}

.text-tiny {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 750px) {
  .text-tiny {
    font-size: 14px;
    line-height: 1.5;
  }
}

.text-link {
  color: #0f62fe;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
}
.text-link:hover {
  color: #014bd6;
  text-decoration: underline;
}
@media only screen and (min-width: 750px) {
  .text-link {
    font-size: 18px;
  }
}

.text-caption {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 400;
}
@media only screen and (min-width: 750px) {
  .text-caption {
    font-size: 15px;
    line-height: 1.1;
  }
}

.text-button {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (min-width: 750px) {
  .text-button {
    font-size: 14px;
    line-height: 1;
  }
}

.text-label {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (min-width: 750px) {
  .text-label {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
  }
}

i,
em,
.italic {
  font-style: italic;
}

b,
strong,
.bold {
  font-weight: 700;
}

a,
.link {
  color: #2c2e35;
  text-decoration: underline;
}
a:hover,
.link:hover {
  -webkit-text-decoration: #014bd6;
          text-decoration: #014bd6;
}
a:focus,
.link:focus {
  -webkit-text-decoration: #C699F8;
          text-decoration: #C699F8;
}
a:active,
.link:active {
  -webkit-text-decoration: #C699F8;
          text-decoration: #C699F8;
}

p,
.p {
  font-size: 16px;
  line-height: 1.5;
  color: #2c2e35;
}
@media only screen and (min-width: 750px) {
  p,
.p {
    font-size: 18px;
    line-height: 1.5;
  }
}

blockquote,
.blockquote {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #0f62fe;
}
@media only screen and (min-width: 750px) {
  blockquote,
.blockquote {
    font-size: 24px;
    line-height: 1.6;
  }
}
blockquote cite,
.blockquote cite {
  margin-top: 1em;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #2c2e35;
  display: block;
}
@media only screen and (min-width: 750px) {
  blockquote cite,
.blockquote cite {
    font-size: 24px;
    line-height: 1.5;
  }
}

ul.list > li,
ul:not([class]) > li {
  padding-left: 28px;
  position: relative;
}
ul.list > li:not(:last-child),
ul:not([class]) > li:not(:last-child) {
  margin-bottom: 10px;
}
ul.list > li:before,
ul:not([class]) > li:before {
  content: "";
  top: 1px;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/ul-dot.svg);
}

ol.list,
ol:not([class]) {
  counter-reset: li;
}
ol.list > li,
ol:not([class]) > li {
  position: relative;
  padding-left: 36px;
}
ol.list > li:not(:last-child),
ol:not([class]) > li:not(:last-child) {
  margin-bottom: 10px;
}
ol.list li:before,
ol:not([class]) li:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/utilities/appear/appear.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.appear {
  transition: opacity 200ms ease;
}
.appear.is-hidden {
  opacity: 0;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/utilities/vertical-spacing/vertical-spacing.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.h-margin-top-xxxxs {
  margin-top: 4px;
}

.h-margin-bottom-xxxxs {
  margin-bottom: 4px;
}

.h-margin-top-xxxs {
  margin-top: 8px;
}

.h-margin-bottom-xxxs {
  margin-bottom: 8px;
}

.h-margin-top-xxs {
  margin-top: 16px;
}

.h-margin-bottom-xxs {
  margin-bottom: 16px;
}

.h-margin-top-xs {
  margin-top: 16px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-top-xs {
    margin-top: 24px;
  }
}

.h-margin-bottom-xs {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-bottom-xs {
    margin-bottom: 24px;
  }
}

.h-margin-top-sm {
  margin-top: 24px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-top-sm {
    margin-top: 32px;
  }
}

.h-margin-bottom-sm {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-bottom-sm {
    margin-bottom: 32px;
  }
}

.h-margin-top-md {
  margin-top: 32px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-top-md {
    margin-top: 48px;
  }
}

.h-margin-bottom-md {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-bottom-md {
    margin-bottom: 48px;
  }
}

.h-margin-top-lg {
  margin-top: 32px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-top-lg {
    margin-top: 56px;
  }
}

.h-margin-bottom-lg {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-bottom-lg {
    margin-bottom: 56px;
  }
}

.h-margin-top-xl {
  margin-top: 48px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-top-xl {
    margin-top: 72px;
  }
}

.h-margin-bottom-xl {
  margin-bottom: 48px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-bottom-xl {
    margin-bottom: 72px;
  }
}

.h-margin-top-xxl {
  margin-top: 72px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-top-xxl {
    margin-top: 120px;
  }
}

.h-margin-bottom-xxl {
  margin-bottom: 72px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-bottom-xxl {
    margin-bottom: 120px;
  }
}

.h-margin-top-xxxl {
  margin-top: 120px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-top-xxxl {
    margin-top: 192px;
  }
}

.h-margin-bottom-xxxl {
  margin-bottom: 120px;
}
@media only screen and (min-width: 1440px) {
  .h-margin-bottom-xxxl {
    margin-bottom: 192px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/helpers/helpers.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
body {
  overflow-y: scroll;
}

body.is-scroll-disabled #page {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}

.h-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 1240px) {
  .h-container {
    padding: 0 72px;
  }
}

.h-visibility-hidden {
  visibility: hidden;
}

.h-pull-left {
  float: left;
}

.h-pull-right {
  float: right;
}

.h-visually-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.h-hidden {
  display: none !important;
}

.h-visible {
  display: block !important;
}

@media only screen and (max-width: 374px) {
  .h-hidden-xxs {
    display: none !important;
  }
}

@media only screen and (max-width: 749px) {
  .h-hidden-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) and (max-width: 1239px) {
  .h-hidden-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  .h-hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 1440px) {
  .h-hidden-lg {
    display: none !important;
  }
}

.h-text-left {
  text-align: left;
}

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

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

.h-block {
  display: block;
}

.h-table {
  max-width: 100vw;
  overflow: auto;
  margin-right: -24px;
  margin-left: -24px;
  padding-left: 20px;
  display: flex;
}
.h-table:after {
  content: "";
  display: block;
  width: 20px;
  flex: 0 0 20px;
}
.h-table table {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
.h-table tr {
  border-bottom: 1px solid #6b6e7b;
}
.h-table th,
.h-table td {
  text-align: left;
  min-width: 160px;
}
@media only screen and (min-width: 750px) {
  .h-table th,
.h-table td {
    min-width: 270px;
  }
}
.h-table th:last-child,
.h-table td:last-child {
  text-align: right;
  min-width: 100px;
}
.h-table th {
  font-weight: 600;
  padding: 6px 12px;
}
.h-table td {
  padding: 14px 12px;
}
.h-table tr:first-child td {
  padding-top: 38px;
}

@media only screen and (min-width: 1240px) {
  .h-items-right {
    align-items: flex-end;
  }
}
.h-items-right .gform_wrapper {
  max-width: 520px;
}

.gform_page_footer {
  margin-top: 34px;
}

img.gform_ajax_spinner {
  display: none !important;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/accordion/accordion.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.accordion__item {
  position: relative;
  border-top: 1px solid #dcdee4;
  border-bottom: 1px solid #dcdee4;
  margin-top: -1px;
}
.accordion__item:hover {
  z-index: 1;
  border-color: #6b6e7b;
}
.accordion__item:focus {
  z-index: 1;
  border-color: #3c4151;
}

.accordion__header {
  position: relative;
  display: block;
  padding: 13px 0 13px 0;
  background: transparent;
  text-decoration: none;
}

.accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2c2e35;
  line-height: 24px;
  font-weight: 600;
}

.accordion__content {
  display: none;
}
html.no-js .accordion__content, .accordion__item.is-open > .accordion__content {
  display: block;
}

.accordion__inner {
  padding: 0 48px 24px 0;
}

.accordion__button {
  border-radius: 50%;
  padding: 12px;
  font-size: 40px;
  min-width: 40px;
  margin-left: 16px;
}
.accordion__item.is-open .accordion__button {
  display: none;
}
.accordion__item:hover .accordion__button, .accordion__item.is-open .accordion__button {
  background-color: #f5f7fa;
  color: #014bd6;
}

.accordion__button--close {
  display: none;
}
.accordion__item.is-open .accordion__button--close {
  display: block;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/alert/alert.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.alert {
  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
}

.alert--success {
  background-color: #d9eee8;
}

.alert--error {
  background-color: #ffe7e7;
}

.alert__icon {
  flex-shrink: 0;
  margin-right: 8px;
  font-size: 24px;
}
.alert--success .alert__icon {
  color: #028f68;
}
.alert--error .alert__icon {
  color: #ff5c5c;
}

.alert__content {
  flex-grow: 1;
}

.alert__close {
  position: relative;
  z-index: 0;
  border: none;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 12px;
  font-size: 24px;
  background-color: transparent;
  margin: -12px -12px -12px 0;
}
.alert__close:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: -1;
  top: 4px;
  right: 4px;
  background: #ffffff;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 200ms ease;
}
.alert__close:hover:after {
  background: #f5f7fa;
  transform: scale(1);
}
.alert--success .alert__close:after {
  background: #d9eee8;
}
.alert--success .alert__close:hover:after {
  background: #9ad2c3;
}
.alert--error .alert__close:after {
  background: #ffe7e7;
}
.alert--error .alert__close:hover:after {
  background: #ffbebe;
}

.alert__close-icon {
  display: block;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/breadcrumbs/breadcrumbs.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  position: relative;
  margin-right: 40px;
}
.breadcrumbs__item:after {
  content: "";
  width: 1px;
  height: 12px;
  background: currentColor;
  transform: rotate(15deg);
  position: absolute;
  top: 6px;
  right: -20px;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__link {
  color: #2c2e35;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/button/button/button.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
/* Primary */
/* Secondary */
/* Tertiary */
.button {
  position: relative;
  border-radius: 100px;
  border: none;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  min-width: 124px;
  display: inline-block;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  background-color: #0f62fe;
  color: #ffffff;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: background-color 200ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.button:hover {
  background-color: #014bd6;
  color: #ffffff;
}
.button:active {
  background-color: #C699F8;
  color: #ffffff;
}
.button:disabled {
  cursor: not-allowed;
  background-color: #f0f1f3;
  color: #b2b4ba;
}

.button--secondary {
  background-color: #e3ebf1;
  color: #0f62fe;
}
.button--secondary:hover {
  background-color: #f5f7fa;
  color: #0f62fe;
}
.button--secondary:active {
  background-color: #e3ebf1;
  color: #0f62fe;
}
.button--secondary:focus {
  background: #f5f7fa;
  box-shadow: 1.2px 1.2px 4px rgba(83, 137, 232, 0.7);
}

.button--tertiary {
  background-color: transparent;
  color: #0f62fe;
}
.button--tertiary:hover {
  background-color: #f5f7fa;
  color: #0f62fe;
}
.button--tertiary:active {
  background-color: #e3ebf1;
  color: #0f62fe;
}
.button--tertiary:focus {
  background: #f5f7fa;
  box-shadow: 1.2px 1.2px 4px rgba(83, 137, 232, 0.7);
}

.button--text {
  min-width: 0;
  border-radius: 0;
  background-color: transparent;
  color: #2c2e35;
}
.button--text:hover {
  background-color: transparent;
  color: #000000;
}
.button--text:active {
  background-color: transparent;
  color: #070a28;
}
.button--text:focus {
  background: transparent;
}

.button--icon {
  min-width: 0;
  padding: 12px;
  border-radius: 50%;
  border-color: transparent;
}

.button--tiny {
  padding: 8px 16px;
  font-size: 14px;
  min-width: 115px;
}

.button--icon-left,
.button--icon-right {
  position: relative;
}

.button--block {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 749px) {
  .button--block-xs {
    display: block;
    width: 100%;
  }
}

.button__icon {
  font-size: 24px;
  color: #ffffff;
}
.button:disabled .button__icon {
  color: #c6c8ce;
}
.button--icon .button__icon {
  display: block;
}
.button--icon-left .button__icon, .button--icon-right .button__icon {
  display: inline-block;
  flex: 0 0 16px;
  font-size: 16px;
}
.button--secondary .button__icon {
  color: #0f62fe;
}
.button--secondary:hover .button__icon {
  color: #0f62fe;
}
.button--secondary:active .button__icon {
  color: #0f62fe;
}
.button--tertiary .button__icon {
  color: #0f62fe;
}
.button--tertiary:hover .button__icon {
  color: #0f62fe;
}
.button--tertiary:active .button__icon {
  color: #0f62fe;
}
.button--media .button__icon {
  color: #0f62fe;
}
.button--media:hover .button__icon {
  color: #C699F8;
}
.button--media:active .button__icon {
  color: #0f62fe;
}
.button--media:focus .button__icon {
  color: #C699F8;
}

.button__text {
  letter-spacing: 0.5px;
}
.button--icon .button__text {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.button--icon-left .button__text {
  margin-left: 8px;
}
.button--icon-right .button__text {
  margin-right: 8px;
}

.button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--icon-right .button__inner {
  flex-direction: row-reverse;
}

.button--media {
  border-radius: 100px;
  width: 72px;
  padding: 12px 24px;
  color: #0f62fe;
  background: #ffffff;
  box-shadow: 1px 7px 13px rgba(0, 0, 0, 0.1);
}
.button--media:hover {
  background: #f5f7fa;
  color: #0f62fe;
}
.button--media:active {
  background: #e3ebf1;
  color: #0f62fe;
}
.button--media:focus {
  background: #f5f7fa;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/icon/icon.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/card/card.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}

.card__meta {
  order: -1;
  display: flex;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1240px) {
  .card__meta {
    margin-bottom: 24px;
  }
}

.card__list {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 -8px;
}

.card__list-item {
  display: inline-block;
  padding: 0 8px;
}

.card__date:not(:first-child) {
  margin-left: 16px;
}

.card__title {
  font-weight: 600;
  font-size: 24px;
}

.card__link {
  color: #2c2e35;
  text-decoration: none;
}
.card__link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.card__cat-link {
  text-decoration: none;
  color: #2c2e35;
}
.card__cat-link:hover {
  color: #000000;
}

.card__cat-text {
  color: #2c2e35;
}

.card__image {
  order: -1;
  margin-bottom: 16px;
}
.card__image .image__img {
  width: 100%;
}

.card__subtitle {
  margin-bottom: 16px;
  margin-top: 16px;
}

.card__text {
  margin-top: 0;
  margin-bottom: 0;
}
/*!************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@fancyapps/ui/dist/fancybox.css ***!
  \************************************************************************************************/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/carousel/carousel.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.carousel:not(.is-initialized) {
  display: flex;
  overflow: hidden;
}

.carousel__viewport {
  position: relative;
  overflow: unset;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 599px) {
  .carousel__viewport {
    max-width: 61%;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__viewport {
    max-width: 59%;
  }
}
@media only screen and (min-width: 1920px) {
  .carousel__viewport {
    max-width: 59%;
  }
}

.carousel__slide {
  width: 100%;
  max-width: 100%;
  padding: 12px;
}
@media only screen and (min-width: 750px) {
  .carousel__slide {
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1240px) {
  .carousel__slide {
    padding: 16px;
  }
}
@media only screen and (min-width: 1240px) {
  .carousel__slide {
    width: 25%;
    max-width: 25%;
  }
  [data-slides-per-page="3"] .carousel__slide {
    width: 33.3%;
    max-width: 33.3%;
  }
  [data-slides-per-page="2"] .carousel__slide {
    width: 50%;
    max-width: 50%;
  }
  [data-slides-per-page="1"] .carousel__slide {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1240px) {
  [data-slides-per-page="2"] .carousel__slide {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1240px) {
  [data-slides-per-page="2"] .carousel__slide {
    width: 50%;
    max-width: 50%;
  }
}

.carousel__nav {
  margin-top: 8px;
  position: relative;
  display: flex;
  gap: 48px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.carousel__arrow {
  top: 50%;
}

.carousel__arrow--prev {
  left: 10px;
}

.carousel__arrow--next {
  right: 10px;
}

.carousel__dots {
  display: none;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/editor/editor.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.editor {
  display: flow-root;
}
.editor .image--align-right {
  margin: 1em 0 1em 1em;
}
.editor .image--align-left {
  margin: 1em 1em 1em 0;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/event/event.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.event {
  position: relative;
  border-bottom: 1px solid #dcdee4;
  border-top: 1px solid #dcdee4;
  overflow: hidden;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-delay: 0ms;
}
.event:hover {
  background-color: #f1f4ff;
}
.event + .event {
  margin-top: -1px;
}

.event__inner {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px 0 26px 0;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-delay: 0ms;
}
@media only screen and (min-width: 1240px) {
  .event__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
  }
}
@media only screen and (min-width: 1240px) {
  .event:hover .event__inner {
    transform: translateX(40px);
  }
}

.event__link,
.event__info,
.event__button {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1240px) {
  .event__link,
.event__info,
.event__button {
    margin-bottom: 0;
  }
}
.event--reference .event__link,
.event--reference .event__info,
.event--reference .event__button {
  margin-bottom: 0;
}

.event__link {
  text-decoration: none;
  color: #2c2e35;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 1240px) {
  .event__link {
    flex-basis: 50%;
    padding-right: 32px;
  }
}
.event__link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.event__info {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.event__button-wrapper {
  order: -1;
  display: flex;
}
@media only screen and (min-width: 1240px) {
  .event__button-wrapper {
    order: unset;
    margin: auto;
  }
}

.event__button {
  min-width: auto;
}

.event__icon {
  display: none;
  font-size: 30px;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-delay: 0ms;
}
@media only screen and (min-width: 1240px) {
  .event__icon {
    display: block;
  }
}

.event__icon-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
@media only screen and (min-width: 1240px) {
  .event:hover .event__icon-left {
    opacity: 1;
  }
}

.event__icon-right {
  opacity: 1;
}
@media only screen and (min-width: 1240px) {
  .event:hover .event__icon-right {
    opacity: 0;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/footer/footer.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.footer {
  background-color: #ffffff;
  padding: 80px 0 40px;
  border-top: 1px solid #dcdee4;
}

.footer__top {
  display: grid;
  gap: 48px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 1240px) {
  .footer__top {
    grid-template-columns: 2fr 2fr; /* stylelint-disable-line plugin/no-unsupported-browser-features */
    gap: 32px;
  }
}

.footer__brand {
  display: flex;
  flex-direction: column;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 24px;
  color: #2c2e35;
}

.footer__logo-icon {
  width: auto;
  height: 40px;
}

.footer__description {
  color: #2c2e35;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 320px;
}

.footer__socials {
  display: flex;
  gap: 16px;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dcdee4;
  border-radius: 50%;
  color: #2c2e35;
  transition: all 200ms ease;
}
.footer__social-link:hover {
  background-color: #2c2e35;
  color: #ffffff;
  border-color: #2c2e35;
}

.footer__social-icon {
  font-size: 20px;
}

.footer__navigation {
  display: block;
}

.footer__contact {
  display: flex;
  flex-direction: column;
}

.footer__contact-inner {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.footer__contact-item {
  margin-bottom: 0;
}

.footer__navigation-title,
.footer__contact-label {
  font-size: 16px;
  color: #2c2e35;
  margin-bottom: 4px;
}

.footer__navigation-link {
  color: #2c2e35;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color 200ms ease;
  padding: 0;
  display: block;
}
.footer__navigation-link + .footer__navigation-link {
  margin-top: 8px;
}
.footer__navigation-link .button__icon {
  color: #2c2e35;
}
.footer__navigation-link .button__inner {
  text-align: left;
}
.footer__navigation-link:hover {
  color: #014bd6;
}
.footer__navigation-link:hover .button__icon {
  color: #014bd6;
}

.footer__contact-text {
  color: #2c2e35;
  font-size: 18px;
  text-decoration: none;
  transition: color 200ms ease;
}
.footer__contact-text:hover {
  color: #014bd6;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid #dcdee4;
}
@media only screen and (min-width: 1240px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__copyright {
  color: #2c2e35;
  font-size: 16px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1240px) {
  .footer__copyright {
    margin-bottom: 0;
  }
}

.footer__secondary-navigation {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1240px) {
  .footer__secondary-navigation {
    margin-bottom: 0;
  }
}
.footer__secondary-navigation .navigation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  margin: 0;
}
.footer__secondary-navigation .navigation__item {
  padding: 0;
}
.footer__secondary-navigation .navigation__link {
  font-size: 16px;
  color: #2c2e35;
  text-decoration: none;
  padding: 0;
}
.footer__secondary-navigation .navigation__link:hover {
  color: #2c2e35;
}

.footer__author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #2c2e35;
}

.footer__author-info {
  margin: 0;
}

.footer__author-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #2c2e35;
  text-decoration: none;
  font-weight: 500;
}
.footer__author-link:hover {
  color: #014bd6;
}

.footer__author-icon {
  font-size: 14px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/forms/check/check.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.check {
  position: relative;
}

.check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.check__label {
  display: inline-block;
  padding-left: 28px;
}
.check__input:disabled ~ .check__label {
  opacity: 0.3;
  cursor: not-allowed; /* stylelint-disable-line plugin/no-unsupported-browser-features */
}
html[data-whatinput=keyboard] .check__input:focus ~ .check__label {
  outline-style: auto;
}

.check__text {
  font-size: 18px;
  font-weight: 400;
  color: #2c2e35;
}
.check__input:not(:disabled):not(:checked) + .check__label:hover .check__text {
  color: #0f62fe;
}
.check__input:checked ~ .check__label .check__text {
  color: #0f62fe;
}

.check__indicator {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #6b6e7b;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
}
.check__input:not(:disabled):not(:checked) + .check__label:hover .check__indicator {
  background-color: #f5f7fa;
  border-color: #3c4151;
}
.check__input:checked + .check__label .check__indicator {
  background-color: #0f62fe;
  color: #ffffff;
  border-color: #0f62fe;
}

.check__icon {
  font-size: 20px;
  position: absolute;
  top: -3px;
  left: -4px;
  opacity: 0;
  pointer-events: none;
  color: #3c4151;
}
.check__input:checked ~ .check__label .check__icon {
  color: #ffffff;
  opacity: 1;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/forms/choice-group/choice-group.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.choice-group__label {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 600;
  color: #2c2e35;
}
.choice-group.is-invalid .choice-group__label {
  color: #ff5c5c;
}

.choice-group__inner {
  display: flex;
  flex-wrap: wrap;
}

.choice-group__item {
  margin-right: 80px;
}

.choice-group__error {
  margin-top: 8px;
  color: #ff5c5c;
  font-size: 12px;
  line-height: 1.2;
}

.choice-group__description {
  margin-top: 8px;
  color: #2c2e35;
  font-size: 12px;
  line-height: 1.2;
}

.grid--application > fieldset:nth-of-type(1) {
  margin-bottom: 32px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/forms/textfield/textfield.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.textfield {
  position: relative;
  width: 100%;
}
.textfield.is-disabled {
  opacity: 0.5;
}

.textfield__header {
  display: flex;
  align-items: center;
}

.textfield__inner {
  position: relative;
  max-width: 520px;
}

.textfield__label {
  display: block;
  margin-bottom: 8px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  text-align: left;
  color: #2c2e35;
}

.textfield__input {
  display: block;
  height: 48px;
  width: 100%;
  margin: 0;
  padding: 0 16px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #2c2e35;
  border: 1px solid #dcdee4;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 200ms ease;
}
.textfield__input::-ms-clear {
  display: none;
}
.textfield__input::-moz-placeholder {
  color: #8a8d97;
  opacity: 0.6;
}
.textfield__input::placeholder {
  color: #8a8d97;
  opacity: 0.6;
}
.textfield__input:hover, .textfield__input:focus {
  outline: none;
  border-color: #6b6e7b;
}
.textfield.is-invalid .textfield__input {
  border-color: #ff5c5c;
}
.textfield.is-disabled .textfield__input {
  background-color: transparent;
  outline: none;
  border-color: #dcdee4;
}
.textfield--icon-left .textfield__input {
  padding-left: 44px;
}
.textfield--icon-right .textfield__input {
  padding-right: 44px;
}
.textfield--search .textfield__input {
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1.5;
  padding: 0 24px 0 0;
  height: auto;
}

.textfield__icon {
  position: absolute;
  top: 12px;
  font-size: 24px;
}
.textfield--icon-left .textfield__icon {
  left: 16px;
}
.textfield--icon-right .textfield__icon {
  right: 16px;
}

.textfield__error {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.33;
  color: #ff5c5c;
}

.textfield__description {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.33;
  color: #8a8d97;
  font-style: italic;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/forms/filefield/filefield.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.filefield__label {
  font-size: 12px;
  top: 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/forms/radio/radio.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.radio {
  position: relative;
  flex: 0 0 100%;
}
.radio + .radio {
  margin-top: 24px;
}

.radio__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.radio__label {
  display: inline-block;
  padding-left: 28px;
}
.radio__input:disabled ~ .radio__label {
  opacity: 0.3;
  cursor: not-allowed; /* stylelint-disable-line plugin/no-unsupported-browser-features */
}
html[data-whatinput=keyboard] .radio__input:focus ~ .radio__label {
  outline-style: auto;
}

.radio__text {
  font-size: 18px;
  font-weight: 400;
  color: #2c2e35;
}
.radio__input:not(:disabled):not(:checked) + .radio__label:hover .radio__text {
  color: #000000;
}

.radio__indicator {
  display: block;
  border: 2px solid #6b6e7b;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}
.radio__indicator:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
}
.radio__input:not(:disabled):not(:checked) + .radio__label:hover .radio__indicator {
  background-color: #f5f7fa;
  border-color: #3c4151;
}
.radio__input:checked + .radio__label .radio__indicator {
  background-color: #0f62fe;
  color: #ffffff;
  border-color: #0f62fe;
}
.radio__input:checked + .radio__label .radio__indicator:before {
  opacity: 1;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/forms/select/select.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.select {
  position: relative;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.select.is-disabled {
  cursor: default;
}

.select__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 24px;
  pointer-events: none;
}
.select__container.is-open + .select__icon {
  transform: translateY(-50%) rotate(180deg);
}

.select__inner {
  padding-right: 45px;
  min-height: 46px;
  height: auto;
}
.select__container.is-focused .select__inner {
  border-color: #3c4151;
}

.select__dropdown {
  visibility: hidden;
  z-index: 2;
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  border: none;
  overflow: hidden;
  word-break: break-all; /* stylelint-disable-line plugin/no-unsupported-browser-features */
  will-change: visibility;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.select--search .select__dropdown {
  padding-top: 48px;
}
.select__container.is-flipped .select__dropdown {
  top: auto;
  bottom: 100%;
}
.select--search .select__container.is-flipped .select__dropdown {
  padding-top: 0;
  padding-bottom: 48px;
}
.select__container.is-open .select__dropdown {
  visibility: visible;
}

.select__choices-input {
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  display: none;
  width: 100% !important; /* overwrite plugin inline styles */
  padding: 10px 16px;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.select__container.is-flipped .select__choices-input {
  top: auto;
  bottom: 100%;
}
.select--multiple:not(.select--search) .select__choices-input {
  color: transparent;
  outline: none;
}
.select--search .select__container.is-open .select__choices-input {
  pointer-events: auto;
}
.select__choices-input:not(select) {
  display: block;
  z-index: 3;
}
.select__choices-input::-ms-expand {
  display: none;
}

.select__dropdown .select__list {
  padding: 8px 0;
  max-height: 220px;
  overflow-y: auto;
  will-change: scroll-position;
}
.select--search .select__dropdown .select__list {
  border-top: 1px solid #dcdee4;
}
.select--search .select__container.is-flipped .select__dropdown .select__list {
  border-top: 0;
  border-bottom: 1px solid #dcdee4;
}

.select__list--single,
.select__list--multiple {
  overflow: hidden;
  white-space: nowrap;
  padding: 11px 0;
  width: 100%;
  height: 100%;
}

.select__list--multiple {
  overflow: visible;
  white-space: normal;
  padding: 10px 0 4px;
  line-height: 0;
}

.select__item {
  padding: 8px 16px;
  color: #2c2e35;
  font-size: 18px;
  line-height: 1.5;
}
.select__list--single .select__item {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2c2e35;
}
.select__list--multiple .select__item {
  display: inline-block;
  background-color: #e3ebf1;
  font-size: 12px;
  padding: 2px 24px 2px 8px;
  margin-bottom: 6px;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.select__list--multiple .select__item:not(:last-child) {
  margin-right: 8px;
}
.select__item.select__item--highlighted, .select__item:hover {
  background-color: #f5f7fa;
  color: #C699F8;
}
.select__item.has-no-results {
  cursor: default;
}
.select__list:not(.select__list--single) .select__item.has-no-results:hover {
  color: #2c2e35;
  background-color: transparent;
}
.select__item[data-value=placeholder] {
  color: rgba(44, 46, 53, 0.6);
}
.select__dropdown .select__item[data-value=placeholder] {
  display: none;
}

.select__remove {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  opacity: 0.8;
  cursor: pointer;
}
.select__list--single .select__remove {
  display: none;
}

.select__search-icon {
  display: none;
  font-size: 24px;
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 1;
}
.select__container.is-flipped .select__search-icon {
  top: auto;
  bottom: 12px;
}
.select--search .select__search-icon {
  display: inline-block;
}

.select__close-icon {
  font-size: 15px;
  pointer-events: none;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/forms/textarea/textarea.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.textarea__input {
  display: block;
  padding: 16px;
  height: 120px;
  resize: vertical;
  overflow: auto;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/grid/grid.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.grid {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: -16px;
}
@media only screen and (min-width: 1240px) {
  .grid {
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: -32px;
  }
}

.grid--no-gutter {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.grid--no-horizontal-gutter {
  margin-right: 0;
  margin-left: 0;
}

.grid--no-vertical-gutter {
  margin-bottom: 0;
}

.grid--no-wrap {
  flex-wrap: nowrap;
}

.grid__col {
  flex: 0 0 auto;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 8px;
  padding-left: 8px;
}
@media only screen and (min-width: 1240px) {
  .grid__col {
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
}
.grid--equalheight > .grid__col {
  display: flex;
}
.grid--no-gutter > .grid__col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.grid--no-horizontal-gutter > .grid__col {
  padding-left: 0;
  padding-right: 0;
}
.grid--no-vertical-gutter > .grid__col {
  margin-bottom: 0;
}
.grid--application > .grid__col, .grid--default-form > .grid__col {
  margin-bottom: 16px;
}
.grid--application > .grid__col.gsection:not(:first-child) {
  margin-top: 72px !important;
}
.grid--application > .grid__col.gsection {
  margin-left: 0 !important;
}
@media only screen and (min-width: 1240px) {
  .grid--application > .grid__col.gsection {
    height: 0;
    margin: 0;
    overflow: visible;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

.grid__col--min {
  flex-grow: 0;
  flex-basis: auto;
  width: auto;
  max-width: 100%;
}

.grid__col--max {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.grid__col--no-vertical-gutter {
  margin-bottom: 0;
}

.grid__col--xs-1 {
  order: 0;
  flex-basis: 25%;
  max-width: 25%;
}

.grid__col.grid__col--offset-xs-1 {
  margin-left: 25%;
}

.grid__col--xs-2 {
  order: 0;
  flex-basis: 50%;
  max-width: 50%;
}

.grid__col.grid__col--offset-xs-2 {
  margin-left: 50%;
}

.grid__col--xs-3 {
  order: 0;
  flex-basis: 75%;
  max-width: 75%;
}

.grid__col.grid__col--offset-xs-3 {
  margin-left: 75%;
}

.grid__col--xs-4 {
  order: 0;
  flex-basis: 100%;
  max-width: 100%;
}

.grid__col.grid__col--offset-xs-4 {
  margin-left: 100%;
}

.grid__col--xs {
  flex-grow: 0;
  flex-basis: auto;
  width: auto;
  max-width: 100%;
}

.grid__col--min-xs {
  flex-grow: 0;
  flex-basis: auto;
  width: auto;
  max-width: 100%;
}

.grid__col--max-xs {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.grid__col--top-xs {
  align-self: flex-start;
}

.grid__col--middle-xs {
  align-self: center;
}

.grid__col--bottom-xs {
  align-self: flex-end;
}

.grid__col--original-xs {
  order: 0;
}

.grid__col--first-xs {
  order: -1;
}

.grid__col--last-xs {
  order: 1;
}

.grid--reverse-xs {
  flex-direction: row-reverse;
}

.grid--start-xs {
  justify-content: flex-start;
}

.grid--center-xs {
  justify-content: center;
}

.grid--end-xs {
  justify-content: flex-end;
}

.grid--top-xs {
  align-items: flex-start;
}

.grid--middle-xs {
  align-items: center;
}

.grid--bottom-xs {
  align-items: flex-end;
}

.grid--around-xs {
  justify-content: space-around;
}

.grid--between-xs {
  justify-content: space-between;
}

.grid--no-wrap-xs {
  flex-wrap: nowrap;
}

@media only screen and (max-width: 374px) {
  .grid__col--xxs-1 {
    order: 0;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col.grid__col--offset-xxs-1 {
    margin-left: 25%;
  }
  .grid__col--xxs-2 {
    order: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.grid__col--offset-xxs-2 {
    margin-left: 50%;
  }
  .grid__col--xxs-3 {
    order: 0;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col.grid__col--offset-xxs-3 {
    margin-left: 75%;
  }
  .grid__col--xxs-4 {
    order: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col.grid__col--offset-xxs-4 {
    margin-left: 100%;
  }
  .grid__col--xxs {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--min-xxs {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--max-xxs {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
  .grid__col--top-xxs {
    align-self: flex-start;
  }
  .grid__col--middle-xxs {
    align-self: center;
  }
  .grid__col--bottom-xxs {
    align-self: flex-end;
  }
  .grid__col--original-xxs {
    order: 0;
  }
  .grid__col--first-xxs {
    order: -1;
  }
  .grid__col--last-xxs {
    order: 1;
  }
  .grid--reverse-xxs {
    flex-direction: row-reverse;
  }
  .grid--start-xxs {
    justify-content: flex-start;
  }
  .grid--center-xxs {
    justify-content: center;
  }
  .grid--end-xxs {
    justify-content: flex-end;
  }
  .grid--top-xxs {
    align-items: flex-start;
  }
  .grid--middle-xxs {
    align-items: center;
  }
  .grid--bottom-xxs {
    align-items: flex-end;
  }
  .grid--around-xxs {
    justify-content: space-around;
  }
  .grid--between-xxs {
    justify-content: space-between;
  }
  .grid--no-wrap-xxs {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 750px) {
  .grid__col--sm-1 {
    order: 0;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .grid__col.grid__col--offset-sm-1 {
    margin-left: 12.5%;
  }
  .grid__col--sm-2 {
    order: 0;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col.grid__col--offset-sm-2 {
    margin-left: 25%;
  }
  .grid__col--sm-3 {
    order: 0;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .grid__col.grid__col--offset-sm-3 {
    margin-left: 37.5%;
  }
  .grid__col--sm-4 {
    order: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.grid__col--offset-sm-4 {
    margin-left: 50%;
  }
  .grid__col--sm-5 {
    order: 0;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .grid__col.grid__col--offset-sm-5 {
    margin-left: 62.5%;
  }
  .grid__col--sm-6 {
    order: 0;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col.grid__col--offset-sm-6 {
    margin-left: 75%;
  }
  .grid__col--sm-7 {
    order: 0;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .grid__col.grid__col--offset-sm-7 {
    margin-left: 87.5%;
  }
  .grid__col--sm-8 {
    order: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col.grid__col--offset-sm-8 {
    margin-left: 100%;
  }
  .grid__col--sm {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--min-sm {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--max-sm {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
  .grid__col--top-sm {
    align-self: flex-start;
  }
  .grid__col--middle-sm {
    align-self: center;
  }
  .grid__col--bottom-sm {
    align-self: flex-end;
  }
  .grid__col--original-sm {
    order: 0;
  }
  .grid__col--first-sm {
    order: -1;
  }
  .grid__col--last-sm {
    order: 1;
  }
  .grid--reverse-sm {
    flex-direction: row-reverse;
  }
  .grid--start-sm {
    justify-content: flex-start;
  }
  .grid--center-sm {
    justify-content: center;
  }
  .grid--end-sm {
    justify-content: flex-end;
  }
  .grid--top-sm {
    align-items: flex-start;
  }
  .grid--middle-sm {
    align-items: center;
  }
  .grid--bottom-sm {
    align-items: flex-end;
  }
  .grid--around-sm {
    justify-content: space-around;
  }
  .grid--between-sm {
    justify-content: space-between;
  }
  .grid--no-wrap-sm {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1240px) {
  .grid__col--md-1 {
    order: 0;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__col.grid__col--offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col--md-2 {
    order: 0;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col.grid__col--offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col--md-3 {
    order: 0;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col.grid__col--offset-md-3 {
    margin-left: 25%;
  }
  .grid__col--md-4 {
    order: 0;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.grid__col--offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col--md-5 {
    order: 0;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col.grid__col--offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col--md-6 {
    order: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.grid__col--offset-md-6 {
    margin-left: 50%;
  }
  .grid__col--md-7 {
    order: 0;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col.grid__col--offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col--md-8 {
    order: 0;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col.grid__col--offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col--md-9 {
    order: 0;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col.grid__col--offset-md-9 {
    margin-left: 75%;
  }
  .grid__col--md-10 {
    order: 0;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__col.grid__col--offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col--md-11 {
    order: 0;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__col.grid__col--offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col--md-12 {
    order: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col.grid__col--offset-md-12 {
    margin-left: 100%;
  }
  .grid__col--md {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--min-md {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--max-md {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
  .grid__col--top-md {
    align-self: flex-start;
  }
  .grid__col--middle-md {
    align-self: center;
  }
  .grid__col--bottom-md {
    align-self: flex-end;
  }
  .grid__col--original-md {
    order: 0;
  }
  .grid__col--first-md {
    order: -1;
  }
  .grid__col--last-md {
    order: 1;
  }
  .grid--reverse-md {
    flex-direction: row-reverse;
  }
  .grid--start-md {
    justify-content: flex-start;
  }
  .grid--center-md {
    justify-content: center;
  }
  .grid--end-md {
    justify-content: flex-end;
  }
  .grid--top-md {
    align-items: flex-start;
  }
  .grid--middle-md {
    align-items: center;
  }
  .grid--bottom-md {
    align-items: flex-end;
  }
  .grid--around-md {
    justify-content: space-around;
  }
  .grid--between-md {
    justify-content: space-between;
  }
  .grid--no-wrap-md {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__col--lg-1 {
    order: 0;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__col.grid__col--offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col--lg-2 {
    order: 0;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col.grid__col--offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col--lg-3 {
    order: 0;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col.grid__col--offset-lg-3 {
    margin-left: 25%;
  }
  .grid__col--lg-4 {
    order: 0;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.grid__col--offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col--lg-5 {
    order: 0;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col.grid__col--offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col--lg-6 {
    order: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.grid__col--offset-lg-6 {
    margin-left: 50%;
  }
  .grid__col--lg-7 {
    order: 0;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col.grid__col--offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col--lg-8 {
    order: 0;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col.grid__col--offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col--lg-9 {
    order: 0;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col.grid__col--offset-lg-9 {
    margin-left: 75%;
  }
  .grid__col--lg-10 {
    order: 0;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__col.grid__col--offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col--lg-11 {
    order: 0;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__col.grid__col--offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col--lg-12 {
    order: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col.grid__col--offset-lg-12 {
    margin-left: 100%;
  }
  .grid__col--lg {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--min-lg {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--max-lg {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
  .grid__col--top-lg {
    align-self: flex-start;
  }
  .grid__col--middle-lg {
    align-self: center;
  }
  .grid__col--bottom-lg {
    align-self: flex-end;
  }
  .grid__col--original-lg {
    order: 0;
  }
  .grid__col--first-lg {
    order: -1;
  }
  .grid__col--last-lg {
    order: 1;
  }
  .grid--reverse-lg {
    flex-direction: row-reverse;
  }
  .grid--start-lg {
    justify-content: flex-start;
  }
  .grid--center-lg {
    justify-content: center;
  }
  .grid--end-lg {
    justify-content: flex-end;
  }
  .grid--top-lg {
    align-items: flex-start;
  }
  .grid--middle-lg {
    align-items: center;
  }
  .grid--bottom-lg {
    align-items: flex-end;
  }
  .grid--around-lg {
    justify-content: space-around;
  }
  .grid--between-lg {
    justify-content: space-between;
  }
  .grid--no-wrap-lg {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1920px) {
  .grid__col--xl-1 {
    order: 0;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid__col.grid__col--offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col--xl-2 {
    order: 0;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid__col.grid__col--offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col--xl-3 {
    order: 0;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid__col.grid__col--offset-xl-3 {
    margin-left: 25%;
  }
  .grid__col--xl-4 {
    order: 0;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.grid__col--offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col--xl-5 {
    order: 0;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid__col.grid__col--offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col--xl-6 {
    order: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.grid__col--offset-xl-6 {
    margin-left: 50%;
  }
  .grid__col--xl-7 {
    order: 0;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid__col.grid__col--offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col--xl-8 {
    order: 0;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid__col.grid__col--offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col--xl-9 {
    order: 0;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid__col.grid__col--offset-xl-9 {
    margin-left: 75%;
  }
  .grid__col--xl-10 {
    order: 0;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid__col.grid__col--offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col--xl-11 {
    order: 0;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid__col.grid__col--offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col--xl-12 {
    order: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid__col.grid__col--offset-xl-12 {
    margin-left: 100%;
  }
  .grid__col--xl {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--min-xl {
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
  .grid__col--max-xl {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
  .grid__col--top-xl {
    align-self: flex-start;
  }
  .grid__col--middle-xl {
    align-self: center;
  }
  .grid__col--bottom-xl {
    align-self: flex-end;
  }
  .grid__col--original-xl {
    order: 0;
  }
  .grid__col--first-xl {
    order: -1;
  }
  .grid__col--last-xl {
    order: 1;
  }
  .grid--reverse-xl {
    flex-direction: row-reverse;
  }
  .grid--start-xl {
    justify-content: flex-start;
  }
  .grid--center-xl {
    justify-content: center;
  }
  .grid--end-xl {
    justify-content: flex-end;
  }
  .grid--top-xl {
    align-items: flex-start;
  }
  .grid--middle-xl {
    align-items: center;
  }
  .grid--bottom-xl {
    align-items: flex-end;
  }
  .grid--around-xl {
    justify-content: space-around;
  }
  .grid--between-xl {
    justify-content: space-between;
  }
  .grid--no-wrap-xl {
    flex-wrap: nowrap;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/header-navigation/header-navigation.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
@media only screen and (min-width: 1240px) {
  .header-navigation__list {
    display: flex;
    left: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-navigation__list {
    left: 13px;
  }
}

.header-navigation__list--child {
  height: 0;
  overflow: hidden;
  width: 100%;
}
.header-navigation__list--child::after {
  content: "";
}
@media only screen and (min-width: 1240px) {
  .header-navigation__list--child {
    display: inline-block;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: height 200ms ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; /* stylelint-disable-line plugin/no-unsupported-browser-features */
  }
}
@media only screen and (min-width: 1240px) {
  .header-navigation:not(.header-navigation--is-wide-menu) .header-navigation__list--child {
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1240px) {
  .header-navigation--is-wide-menu .header-navigation__list--child {
    opacity: 0;
    padding-left: 8px;
    padding-top: 16px;
    transition: height 200ms ease;
  }
}
.header-navigation__item.is-open > .header-navigation__list--child {
  height: auto;
}
@media only screen and (min-width: 1240px) {
  .header-navigation__item.is-open > .header-navigation__list--child {
    opacity: 1;
    overflow: visible;
  }
}

.header-navigation__item {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1240px) {
  .header-navigation__item {
    display: inline-block;
    padding: 16px 8px;
  }
}
@media only screen and (min-width: 1240px) {
  .header-navigation__item {
    display: inline-block;
  }
}
.header-navigation__list--child > .header-navigation__item {
  color: #2c2e35;
  text-decoration: none;
  display: block;
  padding: 0;
}
@media only screen and (min-width: 1240px) {
  .header-navigation__list--child > .header-navigation__item {
    display: block;
  }
}
.header-navigation__list--child > .header-navigation__item:last-child {
  padding-bottom: 16px;
}

.header-navigation__link {
  font-size: 18px;
  color: #2c2e35;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: color 200ms ease;
}
@media only screen and (min-width: 1240px) {
  .header-navigation__link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1240px) {
  .header.is-open .header-navigation__link:before {
    content: "";
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 1;
    background: #dcdee4;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1240px) {
  .header-navigation__link {
    padding: 12px 24px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1440px) {
  .header-navigation__link {
    padding: 12px 16px;
  }
}
.header-navigation__list--child > .header-navigation__item > .header-navigation__link {
  padding: 12px 16px 12px 32px;
}
@media only screen and (min-width: 1240px) {
  .header-navigation__list--child > .header-navigation__item > .header-navigation__link {
    padding: 12px 16px 12px 6px;
  }
}
@media only screen and (min-width: 1240px) {
  .header-navigation__list--child > .header-navigation__item > .header-navigation__link:hover {
    color: #000000;
  }
  .header-navigation__list--child > .header-navigation__item > .header-navigation__link:hover .header-navigation__icon {
    margin-left: 8px;
    transition-duration: 200ms;
  }
}
@media only screen and (min-width: 1240px) {
  .header-navigation--is-wide-menu .header-navigation__link {
    position: relative;
  }
}
@media only screen and (min-width: 1240px) {
  .header-navigation--is-wide-menu .header-navigation__link:after {
    bottom: -16px;
  }
}
.header-navigation__item.has-children > .header-navigation__link {
  padding-right: 46px;
}
.header-navigation__item.is-current > .header-navigation__link {
  background-color: #e3ebf1;
}
@media only screen and (min-width: 1240px) {
  .header-navigation__item.is-current > .header-navigation__link {
    background-color: transparent;
  }
}
.header-navigation__link:hover {
  background-color: #f5f7fa;
}
@media only screen and (min-width: 1240px) {
  .header-navigation__link:hover {
    background-color: transparent;
    color: #000000;
  }
}
@media only screen and (min-width: 1240px) {
  .header-navigation__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 64%;
    margin: 0 auto;
    height: 2px;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 200ms ease, transform 200ms ease;
  }
}
.header-navigation__list--child > .header-navigation__item > .header-navigation__link:after {
  content: normal;
}
@media only screen and (min-width: 1240px) {
  .header-navigation__link:hover:after, .header-navigation__item.is-current > .header-navigation__link:after {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1240px) {
  .header-navigation__item.is-open > .header-navigation__link:after {
    opacity: 0;
    transform: translateY(5px);
  }
}

.header-navigation__chevron {
  font-size: 24px;
  position: absolute;
  top: 12px;
  right: 24px;
  pointer-events: none;
  color: #3c4151;
}
@media only screen and (min-width: 1240px) {
  .header-navigation__chevron {
    margin: 0 0 auto 0;
    right: 30px;
    top: 28px;
    bottom: 0;
  }
}
.header.is-open .header-navigation__chevron {
  transition-duration: 200ms;
  transform: rotate(180deg);
}
.header-navigation__item .header-navigation__chevron {
  transform: unset !important;
}
.header-navigation__item.is-open .header-navigation__chevron {
  transform: rotate(180deg) !important;
}

.header-navigation__icon {
  margin-right: 8px;
  font-size: 24px;
  flex-shrink: 0;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/languages/languages.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.languages {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  overflow: hidden;
}
.languages.is-active {
  overflow: visible;
}

.languages__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  background: transparent;
  border: none;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 50px 12px 24px;
  align-items: center;
  cursor: pointer;
  color: #2c2e35;
}

.languages__link {
  display: block;
  color: #2c2e35;
  text-decoration: none;
  padding: 12px 16px;
}
.languages__link:hover {
  background-color: #f5f7fa;
}

.languages__chevron {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  font-size: 24px;
  margin: auto 0 auto 4px;
  pointer-events: none;
}
@media only screen and (min-width: 1240px) {
  .languages__chevron {
    margin: auto 0;
  }
}
.languages.is-active .languages__chevron {
  transform: rotate(180deg);
}

.languages__list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  display: inline-block;
  opacity: 0;
}
.languages.to-top .languages__list {
  top: auto;
  bottom: 100%;
}
.languages.is-active .languages__list {
  opacity: 1;
}
.languages--no-bg .languages__list {
  right: auto;
  left: 8px;
  padding-top: 24px;
  background-color: transparent;
  box-shadow: none;
  transition: opacity 200ms ease;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/header/header.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1240px) {
  .header {
    background-color: transparent;
    transition: 200ms ease;
    transition-property: background-color, transform;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1240px) {
  .header:after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: 200ms ease;
    transition-property: opacity;
    content: "";
  }
}
.header.header--search {
  background-color: #ffffff;
}
@media only screen and (min-width: 1240px) {
  .header.has-scrolled {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 1240px) {
  .header.has-scrolled:not(.has-open-search):not(.header--search):after {
    opacity: 1;
  }
}
body.admin-bar .header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .header {
    top: 32px;
  }
}

@media only screen and (min-width: 1240px) {
  .header--is-wide-menu:not(.has-open-search) {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1240px) {
  .header--is-wide-menu.is-open {
    background-color: #ffffff;
  }
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
@media only screen and (min-width: 1240px) {
  .header__container {
    height: 82px;
  }
}
@media only screen and (min-width: 1240px) {
  .header--is-wide-menu .header__container {
    align-items: flex-start;
  }
}

.header__main {
  flex-grow: 1;
}
@media only screen and (max-width: 1239px) {
  .header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    transition: 200ms ease;
    transition-property: background-color, transform;
    transform: translateY(0);
    position: relative;
    z-index: 2;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 0;
    margin-bottom: 1px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1239px) {
  .header.has-scrolled.is-scrolling-down:not(.is-open) .header__main {
    transform: translateY(-68px);
  }
}
@media only screen and (max-width: 1239px) {
  .header.has-scrolled.is-scrolling-up:not(.is-open) .header__main {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1239px) {
  .header.has-scrolled .header__main, .header.is-open .header__main {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 1239px) {
  .header__main:after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: 200ms ease;
    transition-property: opacity;
    content: "";
  }
}
@media only screen and (max-width: 1239px) {
  .header.has-scrolled:not(.has-open-search):not(.header--search) .header__main:after, .header.is-open .header__main:after {
    opacity: 1;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1239px) {
  .header__inner {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: #ffffff;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 68px;
    opacity: 0;
    visibility: hidden;
    transition: 200ms ease;
    transition-property: opacity, visibility;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1240px) {
  .header--is-wide-menu .header__inner {
    align-items: baseline;
  }
}
.header.is-open .header__inner {
  visibility: visible;
  opacity: 1;
}
body.is-resizing .header__inner {
  transition-property: none;
}

.header__logo {
  flex-grow: 1;
}

@media only screen and (min-width: 1240px) {
  .header.header--is-wide-menu .logo__content {
    margin-top: 26px;
  }
}

.header__toggle {
  border-radius: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  width: 48px;
  height: 48px;
  padding: 12px;
}
@media only screen and (min-width: 1240px) {
  .header__toggle {
    display: none;
  }
}

.header__toggle-icon {
  font-size: 24px;
}

.header__toggle-icon--open {
  display: block;
}
.header.is-open .header__toggle-icon--open {
  display: none;
}

.header__toggle-icon--close {
  display: none;
}
.header.is-open .header__toggle-icon--close {
  display: block;
}

@media only screen and (max-width: 1239px) {
  .header__navigation {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
}

@media only screen and (min-width: 1240px) {
  .header__languages {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1239px) {
  .header__languages {
    padding: 8px 0;
    margin-top: auto;
  }
}

.header__button {
  display: none;
}
@media only screen and (min-width: 1240px) {
  .header__button {
    margin-left: 30px;
    display: block;
  }
}

#wpadminbar {
  position: fixed;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/image/image.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.image--align-right {
  float: right;
}

.image--align-left {
  float: left;
}

.image__img {
  display: block;
  border-radius: 12px;
  width: 100%;
}
.image__img.lazyload, .image__img.lazyloading {
  opacity: 0;
  transition: opacity 200ms ease;
}
.image__img.lazyloaded {
  opacity: 1;
  transition: opacity 200ms ease;
}
.image--fluid .image__img {
  max-width: 100%;
  height: auto;
}
.image--full .image__img {
  width: 100%;
}
.image--align-center .image__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image__caption {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.28;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/spinner/spinner.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.spinner {
  width: 1em;
  height: 1em;
}

.spinner__circle {
  height: 100%;
  width: 100%;
  transform-origin: center center;
  -webkit-animation: spinnerRotate 2000ms linear infinite;
          animation: spinnerRotate 2000ms linear infinite;
}

.spinner__path {
  stroke-dasharray: 89, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke: currentColor;
  -webkit-animation: spinnerDash 1500ms ease-in-out infinite;
          animation: spinnerDash 1500ms ease-in-out infinite;
}

@-webkit-keyframes spinnerRotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinnerDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136;
  }
}
@keyframes spinnerDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/lightbox/lightbox.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
/* Opening animations - container and content */
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.8s ease backwards fancybox-fadeIn;
          animation: 0.8s ease backwards fancybox-fadeIn;
}

.fancybox-fadeIn {
  -webkit-animation: 0.8s ease both fancybox-fadeIn;
          animation: 0.8s ease both fancybox-fadeIn;
}

/* Closing animations - container and content */
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.8s ease both fancybox-fadeOut;
          animation: 0.8s ease both fancybox-fadeOut;
}

.fancybox-fadeOut {
  -webkit-animation: 0.8s ease both fancybox-fadeOut;
          animation: 0.8s ease both fancybox-fadeOut;
}

.fancybox__backdrop {
  background: rgba(44, 46, 53, 0.7);
}

.fancybox__toolbar {
  padding: 8px;
}
@media only screen and (min-width: 750px) {
  .fancybox__toolbar {
    padding: 24px 24px 8px;
  }
}

.lightbox__toolbar-close {
  width: auto;
  height: auto;
  padding: 12px;
  font-size: 24px;
  border-radius: 50%;
  background-color: transparent;
}
.lightbox__toolbar-close:hover {
  background-color: rgba(44, 46, 53, 0.7);
}
.lightbox__toolbar-close:active {
  background-color: rgba(44, 46, 53, 0.7);
}
.lightbox__toolbar-close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  stroke: none;
  filter: none; /* stylelint-disable-line plugin/no-unsupported-browser-features */
}

.fancybox__slide.has-image {
  padding: 48px 0;
}
@media only screen and (min-width: 750px) {
  .fancybox__slide.has-image {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1240px) {
  .fancybox__slide.has-image {
    padding: 80px;
  }
}

.fancybox__thumbs {
  padding: 0 10px 24px;
}
@media only screen and (min-width: 750px) {
  .fancybox__thumbs {
    padding: 0 12px 24px;
  }
}
@media only screen and (min-width: 1240px) {
  .fancybox__thumbs {
    padding: 0 12px 48px;
  }
}

.fancybox__thumbs .carousel__slide {
  width: 50px;
  padding: 8px 10px;
}
@media only screen and (min-width: 750px) {
  .fancybox__thumbs .carousel__slide {
    width: 75px;
    padding: 8px 12px;
  }
}

.fancybox__thumb {
  border-radius: 0;
  padding-top: 100%;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
  border-width: 2px;
  border-color: #dcdee4;
  border-radius: 0;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__nav--right {
  right: 20px;
}
@media only screen and (min-width: 750px) {
  .lightbox__nav--right {
    right: 56px;
  }
}

.lightbox__nav--left {
  left: 20px;
}
@media only screen and (min-width: 750px) {
  .lightbox__nav--left {
    left: 56px;
  }
}

.lightbox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  color: #0f62fe;
  font-size: 50px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/logo/logo.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.logo {
  position: relative;
  max-width: 187px;
  max-height: 30px;
}
.logo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 26.6666666667%;
}

.logo__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.logo__image {
  width: 100%;
  height: 100%;
}
.logo__image .image__img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  border-radius: 0;
  top: 50%;
  transform: translateY(-50%);
}

.logo__text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
  color: #2c2e35;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/main/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main__content {
  flex-grow: 1;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/map/map.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.map {
  height: 400px;
  width: 100%;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/modal/modal.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.modal-container {
  position: relative;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(44, 46, 53, 0.8);
}
.modal-container.is-visible {
  display: flex;
  flex-direction: column;
}

.modal-container__inner {
  max-width: 1200px;
  width: 100%;
  min-height: 100vh;
  margin: auto;
  align-self: center;
  display: flex;
  align-items: center;
  padding: 10px;
}

.modal {
  display: none;
  position: relative;
  padding: 40px 20px;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(44, 46, 53, 0.1);
}
@media only screen and (min-width: 750px) {
  .modal {
    padding: 40px;
  }
}
.modal-container .modal {
  display: block;
  pointer-events: auto;
}

.modal__title {
  margin-bottom: 50px;
}

.modal__content {
  padding-right: 32px;
}

.modal__close {
  position: absolute;
  display: inline-flex;
  top: 32px;
  right: 5px;
  background: transparent;
  border: 0;
  color: #2c2e35;
  padding: 12px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 200ms ease;
}
@media only screen and (min-width: 750px) {
  .modal__close {
    right: 23px;
  }
}
.modal__close:hover {
  background: #e3ebf1;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/module-handle/module-handle.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.module-handle {
  position: absolute;
  display: inline-block;
  bottom: -1px;
  height: 37px;
  padding: 5px;
  margin-left: 5px;
  background-color: #ffffff;
  border: 1px solid #ccd0d4;
}

.module-handle--no-img {
  bottom: 0;
  height: auto;
  padding: 0;
  background-color: transparent;
  border: none;
}

.module-handle__img {
  display: block;
  width: auto;
  height: 100%;
}
.block-editor-page .module-handle__img {
  width: auto !important;
  height: 100% !important;
}

.module-handle__content {
  position: absolute;
  bottom: 8px;
  left: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
}

.module-handle__text {
  white-space: nowrap;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.module-handle-hover__img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.module-handle-hover {
  bottom: 0;
  position: absolute;
  right: 100%;
}

.module-handle-hover__inner {
  background: #ffffff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #2f353e;
  bottom: 0;
  display: block;
  width: 500px;
  position: absolute;
  right: 5px;
}

.module-handle__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  font-size: 12px;
  line-height: 12px;
  border: transparent solid 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
}
.module-handle__button:hover {
  border-color: #2271b1;
}

.module-handle__button-icon {
  width: 1em;
  height: 1em;
  fill: #444444;
}
.module-handle__button:hover .module-handle__button-icon {
  fill: #2271b1;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/navigation/navigation.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
@media only screen and (min-width: 1240px) {
  .navigation__list {
    display: flex;
  }
}
.navigation--clean .navigation__list {
  margin: 0 -12px;
}

.navigation__list--child {
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1240px) {
  .navigation__list--child {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: visibility 200ms ease, opacity 200ms ease;
    height: auto;
    overflow: visible;
  }
}
.navigation--vertical .navigation__list--child {
  position: static;
  opacity: 1;
  visibility: visible;
  min-width: 0;
  overflow: visible;
  display: block;
  background-color: transparent;
  box-shadow: none;
  transform: none;
  height: auto;
}
.navigation--clean .navigation__list--child {
  display: none;
}

.navigation__item {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1240px) {
  .navigation__item {
    display: inline-block;
    padding: 16px 12px;
  }
}
.navigation--vertical > .navigation__list > .navigation__item {
  display: block;
  padding: 0 0 24px 0;
}
@media only screen and (min-width: 1240px) {
  .navigation--vertical > .navigation__list > .navigation__item {
    flex: 1 1 auto;
    vertical-align: top;
    padding: 0 0 0 32px;
  }
}
.navigation--clean .navigation__item {
  display: inline-block;
  padding: 0 12px 12px;
}
@media only screen and (min-width: 1240px) {
  .navigation--clean .navigation__item {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1240px) {
  .navigation--vertical > .navigation__list > .navigation__item:first-child {
    padding-left: 0;
  }
}
.navigation--vertical .navigation__item.has-children, .navigation--clean .navigation__item.has-children {
  height: auto;
  overflow: visible;
  transition: none;
}
.navigation__list--child > .navigation__item {
  color: #2c2e35;
  text-decoration: none;
  display: block;
  padding: 0;
}
@media only screen and (min-width: 1240px) {
  .navigation__list--child > .navigation__item {
    display: block;
  }
}
.navigation--vertical .navigation__list--child > .navigation__item {
  padding: 0;
}
@media only screen and (min-width: 1240px) {
  .navigation--vertical .navigation__list--child > .navigation__item {
    padding: 4px 0;
  }
}
.navigation__list--child > .navigation__item:first-child {
  padding-top: 10px;
}
.navigation__list--child > .navigation__item:last-child {
  padding-bottom: 10px;
}

.navigation__link {
  color: #2c2e35;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: color 200ms ease;
}
@media only screen and (min-width: 1240px) {
  .navigation__link {
    padding: 12px 24px;
  }
}
.navigation--clean .navigation__link, .navigation--vertical .navigation__link {
  position: relative;
}
.navigation--clean .navigation__link {
  padding: 0;
}
.navigation__list--child > .navigation__item > .navigation__link {
  padding: 12px 16px 12px 32px;
}
@media only screen and (min-width: 1240px) {
  .navigation__list--child > .navigation__item > .navigation__link {
    padding: 12px 16px;
  }
}
@media only screen and (min-width: 1240px) {
  .navigation__list--child > .navigation__item > .navigation__link:hover {
    background-color: #f5f7fa;
  }
}
.navigation--vertical .navigation__list--child > .navigation__item > .navigation__link:hover {
  background-color: transparent;
}
.navigation--vertical .navigation__list--child > .navigation__item > .navigation__link {
  padding: 8px 0;
}
.navigation--vertical > .navigation__list > .navigation__item > .navigation__link {
  padding: 6px 0;
  font-size: 24px;
  font-weight: 500;
}
.navigation__item.has-children > .navigation__link {
  padding-right: 46px;
}
.navigation--vertical .navigation__item.has-children > .navigation__link {
  padding-right: 0;
}
.navigation__item.is-current > .navigation__link {
  background-color: #e3ebf1;
}
@media only screen and (min-width: 1240px) {
  .navigation__item.is-current > .navigation__link {
    background-color: transparent;
  }
}
.navigation--clean .navigation__item.is-current > .navigation__link, .navigation--vertical .navigation__item.is-current > .navigation__link {
  background-color: transparent;
}
.navigation__link:hover {
  background-color: #f5f7fa;
}
@media only screen and (min-width: 1240px) {
  .navigation__link:hover {
    background-color: transparent;
  }
}
@media only screen and (min-width: 1240px) {
  .navigation--clean .navigation__link:hover, .navigation--vertical .navigation__link:hover {
    color: #2c2e35;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1240px) {
  .navigation__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 64%;
    margin: 0 auto;
    height: 2px;
    background-color: #6b6e7b;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 200ms ease, transform 200ms ease;
  }
}
.navigation__list--child > .navigation__item > .navigation__link:after, .navigation--clean > .navigation__list > .navigation__item > .navigation__link:after, .navigation--vertical > .navigation__list > .navigation__item > .navigation__link:after {
  content: normal;
}
@media only screen and (min-width: 1240px) {
  .navigation__link:hover:after, .navigation__item.is-current > .navigation__link:after {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer__secondary-navigation .navigation__link {
  color: #0f62fe;
  text-decoration: underline;
}
.footer__secondary-navigation .navigation__link:hover {
  color: #014bd6;
  text-decoration: none;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/notifications/notification/notification.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.notification {
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
}
@media only screen and (min-width: 1240px) {
  .notification {
    padding: 14px 32px;
    display: inline-flex;
    align-items: center;
  }
}

.notification__content {
  color: #2c2e35;
}

.notification__action-list {
  margin-top: 12px;
  display: inline-flex;
}
@media only screen and (min-width: 1240px) {
  .notification__action-list {
    text-align: right;
    margin-top: 0;
    margin-left: 32px;
  }
}

.notification__action {
  display: inline-block;
  flex-shrink: 0;
}
.notification__action + .notification__action {
  margin-left: 16px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/notifications/notification-list/notification-list.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.notification-list {
  position: fixed;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
@media only screen and (min-width: 1240px) {
  .notification-list {
    left: auto;
    right: 32px;
    bottom: 32px;
    padding-left: 32px;
    width: auto;
  }
}

.notification-list__item {
  transform: translateX(calc(100% + 48px)); /* stylelint-disable-line plugin/no-unsupported-browser-features */
  transition: transform 200ms ease-in;
  width: 100%;
}
@media only screen and (min-width: 1240px) {
  .notification-list__item {
    width: auto;
  }
}
.notification-list__item.is-visible {
  transform: translateX(0);
  transition-timing-function: ease-out;
}
.notification-list__item + .notification-list__item {
  margin-top: 16px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/pagination/pagination.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 0 -8px 0;
  list-style: none;
}
.pagination--align-end .pagination__list {
  justify-content: flex-end;
}

.pagination__item {
  width: 32px;
  height: 32px;
  margin: 0 4px 8px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  /*
  Hide extra pagination items on mobile by default
  and make only current page and navigation items always visible
  */
  display: none;
}
@media only screen and (min-width: 750px) {
  .pagination__item {
    display: block;
  }
}

.pagination__item--current {
  display: block;
}

.pagination__item--prev,
.pagination__item--next {
  font-size: 24px;
  line-height: 1.5;
  display: block;
}

.pagination__link {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dcdee4;
  text-align: center;
  border-radius: 4px;
  color: #2c2e35;
  text-decoration: none;
}
.pagination__link[href]:hover {
  border-color: transparent;
  color: #000000;
  background: #f5f7fa;
}
.pagination__link[href]:active {
  border-color: transparent;
  color: #070a28;
  background: #e3ebf1;
}
.pagination__item--current .pagination__link {
  border-color: #6b6e7b;
  background-color: #0f62fe;
  color: #ffffff;
}

.pagination__item--prev .pagination__label, .pagination__item--next .pagination__label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/search-list/search-list.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.search-list__item {
  border-bottom: 1px solid #6b6e7b;
  padding-bottom: 32px;
}
.search-list__item + .search-list__item {
  margin-top: 32px;
}

.search-list__results {
  color: #2c2e35;
  margin-top: 8px;
}
.search-list__results + .search-list__empty-results {
  margin-top: 16px;
}

.search-list__items {
  margin-top: 32px;
}
@media only screen and (min-width: 750px) {
  .search-list__items {
    margin-top: 48px;
  }
}

@media only screen and (min-width: 1240px) {
  .search-list__navigation {
    background: none;
    margin-top: 64px;
  }
}

.search-list__footer {
  padding-top: 32px;
}

.search-list__pagination .pagination__list {
  justify-content: flex-end;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/section/section.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.section + .section {
  padding-top: 0;
}
@media only screen and (min-width: 750px) {
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .section + .section {
    padding-top: 0;
  }
}
.section.section--offset-xs-1 .section__container-inner {
  margin-left: calc(25% + 8px);
}
.section.section--offset-xs-2 .section__container-inner {
  margin-left: calc(50% + 8px);
}
.section.section--offset-xs-3 .section__container-inner {
  margin-left: calc(75% + 8px);
}
.section.section--offset-xs-4 .section__container-inner {
  margin-left: calc(100% + 8px);
}
@media only screen and (min-width: 1240px) {
  .section.section--offset-md-1 .section__container-inner {
    margin-left: calc(8.3333333333% + 16px);
  }
  .section.section--offset-md-2 .section__container-inner {
    margin-left: calc(16.6666666667% + 16px);
  }
  .section.section--offset-md-3 .section__container-inner {
    margin-left: calc(25% + 16px);
  }
  .section.section--offset-md-4 .section__container-inner {
    margin-left: calc(33.3333333333% + 16px);
  }
  .section.section--offset-md-5 .section__container-inner {
    margin-left: calc(41.6666666667% + 16px);
  }
  .section.section--offset-md-6 .section__container-inner {
    margin-left: calc(50% + 16px);
  }
  .section.section--offset-md-7 .section__container-inner {
    margin-left: calc(58.3333333333% + 16px);
  }
  .section.section--offset-md-8 .section__container-inner {
    margin-left: calc(66.6666666667% + 16px);
  }
  .section.section--offset-md-9 .section__container-inner {
    margin-left: calc(75% + 16px);
  }
  .section.section--offset-md-10 .section__container-inner {
    margin-left: calc(83.3333333333% + 16px);
  }
  .section.section--offset-md-11 .section__container-inner {
    margin-left: calc(91.6666666667% + 16px);
  }
  .section.section--offset-md-12 .section__container-inner {
    margin-left: calc(100% + 16px);
  }
}

.section__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 1240px) {
  .section__container {
    padding: 0 72px;
  }
}

.section__heading + * {
  margin-top: 48px;
}
@media only screen and (min-width: 750px) {
  .section__heading + * {
    margin-top: 72px;
  }
}

.section--top-none {
  padding-top: 0;
}

.section--bottom-none {
  padding-bottom: 0;
}

.section--top-md {
  padding-top: 48px;
}
@media only screen and (min-width: 750px) {
  .section--top-md {
    padding-top: 72px;
  }
}

.section--bottom-md {
  padding-bottom: 48px;
}
@media only screen and (min-width: 750px) {
  .section--bottom-md {
    padding-bottom: 72px;
  }
}

.section--top-lg {
  padding-top: 72px;
}
@media only screen and (min-width: 750px) {
  .section--top-lg {
    padding-top: 120px;
  }
}

.section--bottom-lg {
  padding-bottom: 72px;
}
@media only screen and (min-width: 750px) {
  .section--bottom-lg {
    padding-bottom: 120px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/share/share.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.share__list,
.share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.share--vertical {
  flex-direction: column;
}

.share__list {
  margin-left: 32px;
  flex-direction: row-reverse;
}
.share--vertical .share__list {
  flex-direction: column;
  margin-left: 0;
  margin-top: 16px;
}

.share__item + .share__item {
  margin-right: 16px;
}
.share--vertical .share__item + .share__item {
  margin-top: 16px;
  margin-right: 0;
}

.share__text {
  color: #2c2e35;
  font-weight: 600;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/tabs/tabs.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.tabs__nav {
  padding: 20px;
}

.tabs__nav-item {
  display: inline-block;
}

.tabs__nav-link {
  text-decoration: none;
}
.tabs__nav-link.is-current {
  text-decoration: underline;
}

.tabs__content-item {
  display: none;
}
html.no-js .tabs__content-item, .tabs__content-item.is-open {
  display: block;
}

.tabs__content-inner {
  padding: 20px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/components/title/title.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.title__inner {
  display: flex;
  flex-direction: column;
}

.title__heading {
  color: #2c2e35;
}

.title__categories {
  order: -1;
  color: #2c2e35;
  margin: 0 -8px 24px;
}

.title__category {
  display: inline-block;
  padding: 0 8px;
}

.title__category-link,
.title__author-link {
  color: #2c2e35;
  text-decoration: none;
}
.title__category-link:hover,
.title__author-link:hover {
  color: #000000;
}

.title__meta {
  margin-top: 24px;
  color: #2c2e35;
}
@media only screen and (min-width: 750px) {
  .title__meta {
    display: flex;
  }
}

@media only screen and (min-width: 750px) {
  .title__author {
    display: inline-block;
    margin-right: 24px;
  }
}

.title__date {
  margin-top: 8px;
}
@media only screen and (min-width: 750px) {
  .title__date {
    display: inline-block;
    margin-top: 0;
  }
}

.title__categories-label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/contact-module/contact-module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.contact-module .grid__col {
  display: flex;
  flex-direction: column;
}

.contact-module__align-bottom {
  justify-content: flex-end;
}

.contact-module__item {
  margin-bottom: 48px;
}

.contact-module__label {
  margin-bottom: 16px;
  font-size: 16px;
}

.contact-module__text {
  font-size: 24px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/content-1-2/content-1-2.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.content-1-2 .grid__col {
  display: flex;
  flex-direction: column;
}

.content-1-2__align-bottom {
  justify-content: flex-end;
}

.content-1-2__image {
  width: 100%;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/events/events.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.events__no-events {
  color: #8a8d97;
  font-size: 24px;
  line-height: 32px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/hero-pricing/hero-pricing.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.hero-pricing {
  overflow: hidden;
}

.hero-pricing__title {
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .hero-pricing__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.hero-pricing__title-marked {
  position: relative;
  text-wrap: nowrap;
}
.hero-pricing__title-marked::before {
  content: url(../img/circle-mobile.svg);
  position: absolute;
  width: 110%;
  left: -5%;
  top: -4px;
  z-index: -1;
}
@media only screen and (min-width: 750px) {
  .hero-pricing__title-marked::before {
    content: url(../img/circle.svg);
    width: 134%;
    left: -17%;
    top: -6px;
  }
}

.hero-pricing__description {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 16px;
}
@media only screen and (min-width: 750px) {
  .hero-pricing__description {
    margin-top: 32px;
    font-size: 24px;
  }
}

.hero-pricing__cards {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
}
@media only screen and (min-width: 1440px) {
  .hero-pricing__cards {
    margin-top: 68px;
    margin-left: calc(-24px + 16px); /* stylelint-disable-line */
    margin-right: calc(-24px + 16px); /* stylelint-disable-line */
    justify-content: center;
  }
}

.hero-pricing__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #ededed;
  border-radius: 12px;
  overflow: hidden;
}
.hero-pricing__cards--single .hero-pricing__card {
  text-align: center;
}
.hero-pricing__card.hero-pricing__card--alternative {
  margin-top: -16px;
}
.hero-pricing__card:first-of-type .hero-pricing__card-top {
  position: relative;
}
.hero-pricing__card:first-of-type .hero-pricing__card-top::before {
  content: "";
  background: #f7f9f8;
  position: absolute;
  bottom: 0;
  top: -100vh;
  left: -100vw;
  right: -100vw;
  z-index: -2;
}
@media only screen and (min-width: 750px) {
  .hero-pricing__card {
    flex-basis: calc(50% - 12px); /* stylelint-disable-line */
  }
  .hero-pricing__cards--single .hero-pricing__card {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-pricing__card {
    flex-basis: calc(50% - 18px); /* stylelint-disable-line */
  }
  .hero-pricing__cards--single .hero-pricing__card {
    flex-basis: 100%;
  }
}

.hero-pricing__card-highlight {
  padding: 8px 0;
  background: #0f62fe;
  text-align: center;
  color: #0f62fe;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
}

.hero-pricing__star {
  position: absolute;
  top: 16px;
  right: 32px;
  z-index: 1;
}
@media only screen and (min-width: 750px) {
  .hero-pricing__star {
    right: 24px;
  }
}
.hero-pricing__card--alternative .hero-pricing__star {
  top: 56px;
}
@media only screen and (min-width: 1440px) {
  .hero-pricing__card--alternative .hero-pricing__star {
    top: 16px;
  }
}

.hero-pricing__card-top,
.hero-pricing__card-bottom {
  display: flex;
  flex-direction: column;
  padding: 34px 32px;
}

.hero-pricing__card-top {
  background: #ebeeff;
}

.hero-pricing__card-bottom {
  background: #ffffff;
  height: 100%;
}

.hero-pricing__card-title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
.hero-pricing__cards--single .hero-pricing__card-title {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px;
}

.hero-pricing__card-description {
  margin-bottom: 24px;
  max-width: 700px;
}
.hero-pricing__cards--single .hero-pricing__card-description {
  margin: auto;
  margin-bottom: 24px;
}

.hero-pricing__card-price-monthly {
  opacity: 0.5;
}

.hero-pricing__card-button-wrapper {
  margin-top: auto;
}

.hero-pricing__card-button {
  margin-top: 24px;
}

.hero-pricing__card-list:not(:first-of-type) {
  padding-top: 16px;
  border-top: 1px solid #dcdee4;
}
.hero-pricing__card-list:not(:last-of-type) {
  margin-bottom: 16px;
}
.hero-pricing__card-list:last-of-type {
  margin-bottom: 24px;
}

.hero-pricing__card-list-children {
  margin: 0 10px;
}

.hero-pricing__card-link {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.5;
  color: #0f62fe;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #dcdee4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* stylelint-disable-line */
  margin: auto auto 0 auto;
}

.hero-pricing__cards-text {
  width: 100%;
  text-align: center;
  opacity: 0.5;
}
@media only screen and (min-width: 750px) {
  .hero-pricing__cards-text {
    text-align: end;
  }
}
.hero-pricing__cards-text a {
  color: #2c2e35;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/hero/hero.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.hero {
  padding-top: 92px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 750px) {
  .hero {
    padding-top: 130px;
    padding-bottom: 72px;
  }
}

.hero__image {
  margin-top: 32px;
}
@media only screen and (min-width: 750px) {
  .hero__image {
    margin-top: 48px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/image-content-1-2/image-content-1-2.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.content-1-2 .grid__col {
  display: flex;
  flex-direction: column;
}

.image-content-1-2__align-bottom {
  justify-content: flex-end;
}

.image-content-1-2__image {
  width: 100%;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/image-module/image-module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.image-module__container {
  width: 100%;
}

.image-module__image {
  width: 100%;
}
.image-module--wide .image-module__image img {
  max-height: calc(100vh - 80px);
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/link-list-module/link-list-module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.link-list-module__item {
  position: relative;
  display: flex;
  padding: 16px 0;
  border-top: 1px solid #dcdee4;
  border-bottom: 1px solid #dcdee4;
  text-decoration: none;
  color: #2c2e35;
  margin-top: -1px;
}
.link-list-module__item:hover {
  border-color: #6b6e7b;
  z-index: 1;
}
.link-list-module__item:focus {
  z-index: 1;
  border-color: #3c4151;
}

.link-list-module__item__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.link-list-module__item__meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  overflow-wrap: anywhere; /* stylelint-disable-line plugin/no-unsupported-browser-features */
}

.link-list-module__title {
  margin-bottom: 8px;
}

.link-list-module__link {
  color: #0f62fe;
  text-decoration: underline;
  font-size: 16px;
}

.link-list-module__item__extra {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.link-list-module__tags {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
  justify-content: flex-end;
}
@media only screen and (min-width: 750px) {
  .link-list-module__tags {
    margin-right: 32px;
    gap: 8px;
  }
}

.link-list-module__tag {
  margin-left: 10px;
  margin-bottom: 8px;
  background: #e3ebf1;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 121px;
  text-align: center;
}
@media only screen and (min-width: 599px) {
  .link-list-module__tag {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    flex-shrink: 0;
  }
}

.link-list-module__icon {
  font-size: 40px;
  border-radius: 100%;
  padding: 12px;
  flex-shrink: 0;
}
.link-list-module__item:hover .link-list-module__icon {
  background-color: #f5f7fa;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/logo-module/logo-module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.logo-module__scroller .logo-module__logo {
  height: 48px;
  width: 120px;
}
@media only screen and (min-width: 599px) {
  .logo-module__scroller .logo-module__logo {
    height: 60px;
    width: 180px;
  }
}
@media only screen and (min-width: 1240px) {
  .logo-module__scroller .logo-module__logo {
    height: 60px;
    width: 180px;
  }
}
.logo-module__logo .image__img {
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.logo-module--grid .logo-module__logo .logo-module__logo {
  width: 100%;
  margin: auto;
}
.image__img .logo-module--grid .logo-module__logo .logo-module__logo {
  max-height: 73px;
  width: 100%;
  margin: auto;
}

.logo-module__logo-wrapper {
  position: relative;
  border-radius: 8px;
  background-color: #f6f7fa;
  display: flex;
  justify-content: center;
  padding: 10px 30px;
}
.logo-module--grid .logo-module__logo-wrapper {
  height: 128px;
  width: 100%;
  align-items: center;
}

.logo-module__scroller-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-style: none;
  scrollbar-width: none;
}
.logo-module__scroller-wrapper::-webkit-scrollbar {
  display: none;
}
.logo-module__scroller-wrapper.is-scrolling {
  display: flex;
}

.logo-module__scroller {
  display: flex;
  justify-content: center;
}
.logo-module__scroller > * + * {
  margin-left: 24px;
}
.logo-module__scroller + .logo-module__scroller {
  margin-left: 24px;
}
.logo-module__scroller-wrapper.is-scrolling .logo-module__scroller {
  justify-content: flex-start;
}

.logo-module__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/password-form/password-form.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.password-form__inner {
  max-width: 650px;
  margin: 0 auto;
}

.password-form__inner > * + *,
.password-form__form > * + * {
  margin-top: 32px;
}
@media only screen and (min-width: 750px) {
  .password-form__inner > * + *,
.password-form__form > * + * {
    margin-top: 48px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/stats/stats.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* stylelint-disable-line plugin/no-unsupported-browser-features */
  gap: 32px 16px;
  margin-top: 32px;
}
@media only screen and (min-width: 1240px) {
  .stats__grid {
    grid-template-columns: repeat(4, 1fr); /* stylelint-disable-line plugin/no-unsupported-browser-features */
    gap: 48px 32px;
    margin-top: 48px;
  }
}
.stats__item {
  text-align: center;
}
.stats__value {
  margin-bottom: 8px;
  color: #2c2e35;
  font-weight: 600;
}
.stats__label {
  color: #2c2e35;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/team-carousel/team-carousel.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.team-carousel {
  overflow-x: hidden;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[5]!./src/patterns/modules/title-module/title-module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* GRID */
/* BREAKPOINTS */
/* TYPOGRAPHY */
/* FONT SIZE */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* L E T T E R  S P A C I N G */
/* TRANSITIONS */
/* SHADOWS */
/* BORDER RADIUS */
/* INDICES */
/* COMPONENTS */
/* Background colors */
/* Link */
/* Text */
/* Icon */
/* Border */
/* Success */
/* Error */
/* Info */
.title-module__text {
  font-size: 40px;
  line-height: 1.5;
}

/*# sourceMappingURL=global.72ae4f191db39bb8750e.css.map*/