/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[2].use[1]!./dist/atcb.css ***!
  \******************************************************************************************************/
/*/
 * @preserve
 *
 * ++++++++++++++++++++++
 * Add to Calendar Button
 * ++++++++++++++++++++++
 *
 * Style: Default
 *
 * Version: 1.18.8
 * Creator: Jens Kuerschner (https://jenskuerschner.de)
 * Project: https://github.com/add2cal/add-to-calendar-button
 * License: Apache-2.0 with “Commons Clause” License Condition v1.0
 * Note:    DO NOT REMOVE THE COPYRIGHT NOTICE ABOVE!
 *
 */

.atcb {
  display: none;
}

/******************************
 * Global colors and shadows
 */

:root {
  --base-font-size-l: 16px;
  --base-font-size-m: 16px;
  --base-font-size-s: 16px;
  --font: arial, helvetica, sans-serif;
  --atcb-keyboard-focus: #1e90ff;
  --atcb-background: #f5f5f5;
  --atcb-background-hover: #fff;
  --atcb-border: #d2d2d2;
  --atcb-text: #333;
  --atcb-text-2: #000;
  --atcb-close-background: #e5e5e5;
  --atcb-close-text: #777;
  --atcb-overlay-background: rgba(20 20 20 / 25%);
  --atcb-modal-background: #f5f5f5;
  --atcb-modal-buttons-bar: #c6c8cd;
  --atcb-modal-btn-background: #f5f5f5;
  --atcb-modal-btn-sec-background: #e2e1e6;
  --atcb-modal-btn-background-hover: #fff;
  --atcb-modal-btn-text: #2e2e2e;
  --atcb-modal-btn-text-hover: #161616;
  --atcb-modal-btn-sec-text: #666567;
  --atcb-modal-date-btn-text: #1d1d1e;
  --atcb-modal-date-btn-text-2: #3a3a3f;
  --atcb-modal-date-btn-cal-text: #fff;
  --atcb-modal-date-btn-cal-text-2: #d3d2d7;
  --atcb-modal-date-btn-cal-background: #313132;
  --atcb-modal-date-btn-background: #eae9ed;
  --atcb-modal-date-btn-background-hover: #fff;
  --atcb-shadow-button: rgba(0 0 0 / 30%) 2px 5px 18px -1px, rgba(0 0 0 / 25%) 2px 2px 10px -3px;
  --atcb-shadow-button-hover: rgba(0 0 0 / 40%) 2px 5px 18px -1px, rgba(0 0 0 / 35%) 2px 2px 10px -3px;
  --atcb-shadow-button-active: rgba(0 0 0 / 50%) 2px 5px 18px -1px, rgba(0 0 0 / 45%) 2px 2px 10px -3px;
  --atcb-shadow-list: rgba(0 0 0 / 20%) 2px 5px 18px -1px, rgba(0 0 0 / 40%) 2px 2px 10px -3px;
  --atcb-shadow-list-modal: rgba(0 0 0 / 60%) 3px 6px 40px -5px, rgba(0 0 0 / 60%) 3px 3px 15px -4px;
  --atcb-shadow-modal: drop-shadow(5px 8px 30px rgba(0 0 0 / 70%));
  --atcb-shadow-modal-date-btn: rgba(0 0 0 / 40%) 1px 3px 15px -4px, rgba(0 0 0 / 20%) 1px 1px 8px -4px;
  --atcb-shadow-modal-date-btn-hover: rgba(0 0 0 / 40%) 4px 6px 18px -1px, rgba(0 0 0 / 35%) 4px 5px 25px -2px;
  --atcb-shadow-modal-button: rgba(0 0 0 / 10%) 2px 3px 10px -3px,rgba(0 0 0 / 25%) 1px 1px 8px -4px;
  --atcb-shadow-modal-button-hover: rgba(0 0 0 / 35%) 3px 5px 15px -2px,rgba(0 0 0 / 20%) 2px 4px 25px -6px;
  --atcb-checkmark-background: radial-gradient(circle,#fff 0,rgba(255 255 255 / 80%) 40%,rgba(255 255 255 / 0%) 70%);
  --bg-cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 122.878 122.88'%3E%3Cpath d='M1.426 8.313a4.87 4.87 0 0 1 0-6.886 4.87 4.87 0 0 1 6.886 0l53.127 53.127 53.127-53.127a4.87 4.87 0 0 1 6.887 0 4.87 4.87 0 0 1 0 6.886L68.324 61.439l53.128 53.128a4.87 4.87 0 0 1-6.887 6.886L61.438 68.326 8.312 121.453a4.87 4.87 0 0 1-6.886 0 4.87 4.87 0 0 1 0-6.886l53.127-53.128L1.426 8.313h0z'/%3E%3C/svg%3E") 16 16, crosshair;
  --icon-ms365-color: #ea3e23;
  --icon-yahoo-color: #5f01d1;
  --icon-filter: none;
}

/* Dark mode */

.atcb-button-wrapper.atcb-dark,
body.atcb-dark .atcb-button-wrapper.atcb-bodyScheme,
.atcb-list.atcb-dark,
body.atcb-dark .atcb-list.atcb-bodyScheme,
.atcb-modal-box.atcb-dark,
body.atcb-dark .atcb-modal-box.atcb-bodyScheme,
#atcb-bgoverlay.atcb-dark,
body.atcb-dark #atcb-bgoverlay.atcb-bodyScheme {
  --atcb-background: #2e2e2e;
  --atcb-background-hover: #373737;
  --atcb-border: #4d4d4d;
  --atcb-text: #dedede;
  --atcb-text-2: #f1f1f1;
  --atcb-close-background: #282828;
  --atcb-overlay-background: rgba(20 20 20 / 60%);
  --atcb-modal-background: #242424;
  --atcb-modal-buttons-bar: #38383a;
  --atcb-modal-btn-background: #181819;
  --atcb-modal-btn-sec-background: #2e2d30;
  --atcb-modal-btn-background-hover: #434246;
  --atcb-modal-btn-text: #dbdbdb;
  --atcb-modal-btn-text-hover: #fff;
  --atcb-modal-btn-sec-text: #b8b8b8;
  --atcb-modal-date-btn-text: #ebebf0;
  --atcb-modal-date-btn-text-2: #b5b5bd;
  --atcb-modal-date-btn-cal-text: #101010;
  --atcb-modal-date-btn-cal-text-2: #3e3e3f;
  --atcb-modal-date-btn-cal-background: #c7c7cd;
  --atcb-modal-date-btn-background: #363636;
  --atcb-modal-date-btn-background-hover: #474747;
  --atcb-shadow-button: rgba(255 255 255 / 5%) -12px -5px 20px -8px, rgba(255 255 255 / 6%) -7px -5px 15px -3px, rgba(0 0 0 / 50%) 2px 5px 18px -1px, rgba(0 0 0 / 40%) 3px 3px 20px -3px;
  --atcb-shadow-button-hover: rgba(255 255 255 / 6%) -12px -5px 23px -8px, rgba(255 255 255 / 7%) -7px -5px 18px -3px, rgba(0 0 0 / 60%) 2px 5px 19px -1px, rgba(0 0 0 / 50%) 3px 3px 22px -3px;
  --atcb-shadow-button-active: rgba(255 255 255 / 7%) -12px -5px 23px -8px, rgba(255 255 255 / 8%) -7px -5px 18px -3px, rgba(0 0 0 / 70%) 2px 5px 19px -1px, rgba(0 0 0 / 60%) 3px 3px 22px -3px;
  --atcb-shadow-list: rgba(255 255 255 / 5%) -12px -5px 20px -8px, rgba(255 255 255 / 6%) -7px -5px 15px -3px, rgba(0 0 0 / 50%) 2px 5px 18px -1px, rgba(0 0 0 / 40%) 3px 3px 20px -3px;
  --atcb-shadow-list-modal: rgba(255 255 255 / 8%) -12px -5px 30px -8px, rgba(255 255 255 / 8%) -7px -5px 15px -3px, rgba(0 0 0 / 60%) 4px 6px 50px -4px, rgba(0 0 0 / 90%) 8px 12px 40px -2px;
  --atcb-shadow-modal: drop-shadow(5px 8px 30px rgba(0 0 0 / 90%));
  --atcb-shadow-modal-date-btn: rgba(255 255 255 / 10%) -8px -6px 20px, rgba(0 0 0 / 50%) 1px 3px 25px -8px,rgba(0 0 0 / 50%) 1px 1px 10px -3px;
  --atcb-shadow-modal-button: rgba(255 255 255 / 5%) -2px -2px 10px,rgba(0 0 0 / 30%) 1px 2px 8px -1px;
  --atcb-checkmark-background: radial-gradient(circle,rgba(0 0 0 / 50%) 0,rgba(0 0 0 / 30%) 40%,rgba(0 0 0 / 0%) 70%);
  --icon-ms365-color: #ea3e23;
  --icon-yahoo-color: #bebebe;
  --icon-filter: grayscale(.2);
}

/* Size Breakpoints */

/* large */
.atcb-button-wrapper,
.atcb-list,
.atcb-modal-box {
  font-size: var(--base-font-size-l);
}

/* medium */
@media (max-width: 991px) {
  .atcb-button-wrapper,
  .atcb-list,
  .atcb-modal-box {
    font-size: var(--base-font-size-m);
  }
}

/* small */
@media (max-width: 575px) {
  .atcb-button-wrapper,
  .atcb-list,
  .atcb-modal-box {
    font-size: var(--base-font-size-s);
  }
}

/******************************
 * The triggering button
 */

.atcb-button-wrapper {
  display: inline-block;
  padding: 5px;
  position: relative;
}

.atcb-button {
  align-items: center;
  background-color: var(--atcb-background);
  border: 1px solid var(--atcb-border);
  border-radius: 6px;
  box-shadow: var(--atcb-shadow-button);
  color: var(--atcb-text);
  cursor: pointer;
  display: flex;
  font-family: var(--font);
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  line-height: 1.5em;
  margin: .13em;
  max-width: 350px;
  min-width: 160px;
  padding: .65em 1em;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: auto;
  z-index: 1;
}

.atcb-button.atcb-no-text {
  min-width: 0;
}

.atcb-rtl .atcb-button {
  direction: rtl;
  text-align: right;
}

.atcb-button:focus,
.atcb-button:hover {
  background-color: var(--atcb-background-hover);
  box-shadow: var(--atcb-shadow-button-hover);
}

.atcb-button:focus-visible {
  outline: 2px solid var(--atcb-keyboard-focus);
}

.atcb-button.atcb-active:not(.atcb-modal-style, .atcb-dropoverlay),
.atcb-button.atcb-single:focus,
.atcb-button.atcb-single:hover {
  background-color: var(--atcb-background-hover);
  box-shadow: var(--atcb-shadow-button-active);
  margin: 0;
  padding: .78em 1.13em;
  z-index: 15000000;
}

.atcb-button.atcb-active.atcb-dropoverlay {
  z-index: 14000090;
}

/******************************
 * Button Icon (also base for list icons) & Text
 */

.atcb-icon {
  height: 1em;
  margin-bottom: .3em;
  margin-right: .8em;
  flex-grow: 0;
  flex-shrink: 0;
}

.atcb-rtl .atcb-icon {
  margin-right: 0;
  margin-left: .8em;
}

.atcb-no-text .atcb-icon {
  margin-right: 0;
  margin-left: 0;
}

.atcb-icon svg {
  height: 100%;
  fill: currentcolor;
  width: auto;
}

.atcb-text {
  overflow-wrap: anywhere;
}

/******************************
 * Options List
 */

.atcb-dropdown-anchor {
  bottom: 4px;
  height: 1px;
  width: 100%;
  opacity: 0;
  position: absolute;
}

.atcb-list-wrapper {
  box-sizing: border-box;
  padding: 0 4px;
  position: absolute;
  z-index: 14000090;
}

.atcb-list-wrapper.atcb-dropoverlay {
  z-index: 15000000;
}

.atcb-list {
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  box-shadow: var(--atcb-shadow-list);
  color: var(--atcb-text);
  display: block;
  font-family: var(--font);
  max-width: 100%;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  width: 100%;
}

.atcb-list-item {
  align-items: center;
  background-color: var(--atcb-background);
  border: 1px solid var(--atcb-border);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 1em;
  line-height: 1.75em;
  padding: .8em;
  text-align: left;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.atcb-rtl .atcb-list-item {
  direction: rtl;
  text-align: right;
}

.atcb-list-item:hover {
  background-color: var(--atcb-background-hover);
  color: var(--atcb-text-2);
}

.atcb-list-item:focus-visible {
  background-color: var(--atcb-background-hover);
  color: var(--atcb-keyboard-focus);
  font-size: .95em;
  font-weight: 600;
  outline: none;
}

.atcb-list-item:last-child {
  border-radius: 0 0 6px 6px;
}

.atcb-list .atcb-list-item:not(:first-child) {
  border-top-style: none;
}

.atcb-dropup .atcb-list-item:last-child {
  border-radius: 0;
  padding-bottom: 1.25em;
}

.atcb-dropup .atcb-list-item:first-child,
.atcb-dropoverlay .atcb-list .atcb-list-item:first-child,
.atcb-list.atcb-modal .atcb-list-item:first-child {
  border-radius: 6px 6px 0 0;
}

.atcb-dropoverlay .atcb-list .atcb-list-item:only-child,
.atcb-list.atcb-modal .atcb-list-item:only-child {
  border-radius: 6px;
}

.atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child {
  padding-top: 1.25em;
}

.atcb-dropup .atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child,
.atcb-dropoverlay .atcb-list.atcb-generated-button:not(.atcb-modal) .atcb-list-item:first-child {
  padding-top: .8em;
}

.atcb-dropoverlay .atcb-list,
.atcb-list.atcb-modal {
  border-radius: 6px;
}

.atcb-list.atcb-modal {
  box-shadow: var(--atcb-shadow-list-modal);
}

.atcb-list-item .atcb-icon {
  margin-bottom: .5em;
  margin-right: .6em;
  width: 1.125em;
}

.atcb-rtl .atcb-list-item .atcb-icon {
  margin-right: 0;
  margin-left: .6em;
}

.atcb-no-text .atcb-list-item .atcb-icon {
  margin: 0 auto;
}

.atcb-list-item-close {
  background-color: var(--atcb-close-background);
}

.atcb-list-item.atcb-list-item-close {
  color: var(--atcb-close-text);
}

.atcb-list-item-close svg {
  fill: currentcolor;
}

/******************************
 * Modal
 */

.atcb-modal-no-scroll {
  overflow-y: hidden;
}

.atcb-modal {
  display: block;
  margin: auto;
  min-width: 250px;
  width: auto;
  position: relative;
  z-index: 14000090;
}

.atcb-modal-box {
  filter: var(--atcb-shadow-modal);
  color: var(--atcb-text-2);
  cursor: default;
  box-sizing: border-box;
  font-family: var(--font);
  line-height: 1.5em;
  text-align: left;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  margin-bottom: 20px;
  max-width: 32em;
  -webkit-tap-highlight-color: transparent;
}

.atcb-modal-box.atcb-rtl {
  text-align: right;
  direction: rtl;
  padding: 1.25em 1em 1.25em 2em;
}

/* icon */
.atcb-modal-icon {
  height: 2.5em;
  width: 2.5em;
  border-radius: 100%;
  background-color: var(--atcb-modal-background);
  padding: 1.75em;
  margin: auto;
}

.atcb-modal-icon svg {
  height: auto;
  fill: currentcolor;
  width: 100%;
}

/* content */
.atcb-modal-headline {
  background-color: var(--atcb-modal-background);
  border-radius: 6px 6px 0 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em;
  padding: 1.8em 2em 1.3em;
  text-transform: uppercase;
  text-align: center;
}

.atcb-modal-icon + .atcb-modal-headline {
  margin-top: -2.6em;
  padding-top: 2.6em;
}

.atcb-modal-content {
  background-color: var(--atcb-modal-background);
  font-size: 1em;
  padding: .3em 2.5em 2.25em;
}

@media (max-width: 575px) {
  .atcb-modal-headline {
    padding: 1.8em 1em 1em;
  }

  .atcb-modal-content {
    padding: .3em 1em 2em;
  }
}

/* buttons */
.atcb-modal-buttons {
  background-color: var(--atcb-modal-buttons-bar);
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  padding: .8em 1em;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row-reverse wrap;
  align-items: center;
}

button.atcb-modal-btn,
a.atcb-modal-btn {
  background-color: var(--atcb-modal-btn-sec-background);
  border: 0;
  border-radius: 6px;
  box-shadow: var(--atcb-shadow-modal-button);
  color: var(--atcb-modal-btn-sec-text);
  cursor: pointer;
  display: inline-block;
  font-family: var(--font);
  font-size: .9em;
  font-weight: 600;
  line-height: 1.5em;
  margin: .625em;
  padding: .625em 1.25em;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-transform: uppercase;
}

button.atcb-modal-btn.atcb-modal-btn-primary,
a.atcb-modal-btn.atcb-modal-btn-primary {
  background-color: var(--atcb-modal-btn-background);
  color: var(--atcb-modal-btn-text);
}

button.atcb-modal-btn:hover,
a.atcb-modal-btn:hover {
  background-color: var(--atcb-modal-btn-background-hover);
  box-shadow: var(--atcb-shadow-modal-button-hover);
  color: var(--atcb-modal-btn-text-hover);
  text-decoration: none;
}

button.atcb-modal-btn:focus-visible,
a.atcb-modal-btn:focus-visible{
  background-color: var(--atcb-modal-btn-background-hover);
  outline: 2px solid var(--atcb-keyboard-focus);
}

body.atcb-dark a.atcb-modal-btn {
  color: var(--atcb-modal-btn-sec-text);
}

body.atcb-dark a.atcb-modal-btn:focus-visible {
  background-color: var(--atcb-modal-btn-background-hover);
  outline: 2px solid var(--atcb-keyboard-focus);
}

body.atcb-dark a.atcb-modal-btn.atcb-modal-btn-primary  {
  color: var(--atcb-modal-btn-text);
}

body.atcb-dark a.atcb-modal-btn:hover,
body.atcb-dark a.atcb-modal-btn:active {
  color: var(--atcb-modal-btn-text-hover);
}

/******************************
 * Date Buttons
 */

.atcb-subevent-btn {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-family: var(--font);
  font-size: 1em;
  box-shadow: var(--atcb-shadow-modal-date-btn);
  background-color: var(--atcb-modal-date-btn-background);
  border: 0;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.atcb-subevent-btn:hover {
  align-items: center;
}

.atcb-subevent-btn:hover,
.atcb-subevent-btn:focus {
  background-color: var(--atcb-modal-date-btn-background-hover);
  box-shadow: var(--atcb-shadow-modal-date-btn-hover);
}

.atcb-subevent-btn:focus-visible {
  outline: 2px solid var(--atcb-keyboard-focus);
}

.atcb-subevent-btn + .atcb-subevent-btn {
  margin-top: 30px;
}

.atcb-date-btn-left {
  border-radius: 4px 0 0 4px;
  align-self: stretch;
  background-color: var(--atcb-modal-date-btn-cal-background);
  color: var(--atcb-modal-date-btn-background-hover);
  padding: 15px;
  width: 2.7em;
  text-align: center;
}

.atcb-rtl .atcb-date-btn-left {
  border-radius: 0 4px 4px 0;
}

.atcb-subevent-btn:hover .atcb-date-btn-left {
  opacity: .8;
}

.atcb-date-btn-day {
  color: var(--atcb-modal-date-btn-cal-text);
  font-weight: 300;
  font-size: 2em;
}

.atcb-date-btn-month {
  color: var(--atcb-modal-date-btn-cal-text-2);
  font-weight: 600;
  font-size: 1em;
}

.atcb-date-btn-right {
  position: relative;
  color: var(--atcb-modal-date-btn-text);
}

.atcb-date-btn-details {
  opacity: 1;
  padding: .8em;
  text-align: left;
}

.atcb-rtl .atcb-date-btn-details {
  text-align: right;
}

.atcb-date-btn-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1em;
}

.atcb-subevent-btn:hover .atcb-date-btn-details {
  opacity: 0;
}

.atcb-subevent-btn:hover .atcb-date-btn-hover {
  opacity: 1;
}

.atcb-date-btn-headline {
  font-weight: 600;
  font-size: .9em;
  margin-bottom: .5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.atcb-date-btn-content {
  font-size: .8em;
  color: var(--atcb-modal-date-btn-text-2);
}

.atcb-date-btn-content-location {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.atcb-date-btn-content-icon {
  display: inline-block;
  height: 0.8em;
  width: 1.3em;
  flex: 0 0 1.3em;
}

.atcb-rtl .atcb-date-btn-content-icon {
  margin-right: 0;
  margin-left: .5em;
}

.atcb-date-btn-content-icon svg {
  height: 100%;
  fill: currentcolor;
  width: auto;
}

.atcb-date-btn-content + .atcb-date-btn-content {
  margin-top: .3em;
}

.atcb-date-btn-content-recurr-icon {
  padding-left: .3em;
}

/******************************
 * Checkmark Overlay
 */

.atcb-checkmark {
  display: none;
}

.atcb-saved .atcb-checkmark {
  box-sizing: content-box;
  color: var(--atcb-text);
  display: block;
  position: absolute;
  top: -1.2em;
  right: -.3em;
  padding: .5em;
  background: var(--atcb-checkmark-background);
  border-radius: 100%;
  height: 2em;
}

.atcb-button.atcb-active:not(.atcb-modal-style, .atcb-dropoverlay) .atcb-checkmark,
.atcb-button.atcb-single:focus .atcb-checkmark,
.atcb-button.atcb-single:hover .atcb-checkmark {
  top: -1.07em;
  right: -.17em;
}

.atcb-checkmark svg {
  height: 100%;
  fill: currentcolor;
  width: auto;
}

/******************************
 * Background Overlay
 */

#atcb-bgoverlay {
  animation: atcb-bgoverlay-animate 0.1s ease 0s 1 normal forwards;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background-color: var(--atcb-overlay-background);
  box-sizing: border-box;
  display: flex;

  /* could become simply 100dvh in the future - with regular padding then */
  height: calc(100vh + 100px);
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 20px 20px 130px;
  position: fixed;
  width: 100vw;
  z-index: 14000000;
}

#atcb-bgoverlay.atcb-animate-bg {
  animation: atcb-bgoverlay-animate 0.3s ease 0s 1 normal forwards;
}

#atcb-bgoverlay.atcb-no-animation {
  animation: none;
  opacity: 1;
}

#atcb-bgoverlay.atcb-no-bg {
  animation: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 0;
}

@keyframes atcb-bgoverlay-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#atcb-bgoverlay.atcb-click:hover {
  cursor: var(--bg-cursor);
}

/******************************
 * Icon specifics
 */

.atcb-icon .atcb-icon-apple svg {
  fill: currentcolor;
}

.atcb-icon .atcb-icon-ical svg {
  fill: currentcolor;
}

.atcb-icon .atcb-icon-ms365 svg {
  fill: var(--icon-ms365-color);
}

.atcb-icon .atcb-icon-yahoo svg {
  fill: var(--icon-yahoo-color);
}

.atcb-icon .atcb-icon-google svg,
.atcb-icon .atcb-icon-msteams svg,
.atcb-icon .atcb-icon-outlookcom svg {
  filter: var(--icon-filter);
}

/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].oneOf[2].use[2]!./src/sass/screen.sass ***!
  \*****************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "PFHighwaySansPro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/PFHighwaySansPro-Light.woff2") format("woff2"), url("../assets/fonts/PFHighwaySansPro-Light.woff") format("woff");
}
@font-face {
  font-family: "PFHighwaySansPro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/PFHighwaySansPro-Regular.woff2") format("woff2"), url("../assets/fonts/PFHighwaySansPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "PFHighwaySansPro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/PFHighwaySansPro-Medium.woff2") format("woff2"), url("../assets/fonts/PFHighwaySansPro-Medium.woff") format("woff");
}
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
  outline: none;
}

html, body {
  width: 100%;
  height: 100%;
  cursor: default;
}
html.header-opened, body.header-opened {
  overflow: hidden;
}

body, html {
  font: normal 18px/1.4 "PFHighwaySansPro", sans-serif;
  color: #070721;
}
html._mobile body, html {
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #FFFFFF;
  transition: color 0.3s ease-out;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body:before {
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: -1;
}
body:after {
  content: "";
  display: block;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s ease-out;
  z-index: -2;
}
body.loading {
  transition: 0s;
  overflow: hidden;
}
body.loading:before, body.loading:after {
  transition: 0s;
}
body.dark-mode {
  color: #FFFFFF;
}
body.dark-mode:before {
  opacity: 1;
}
body.dark-mode a {
  color: #FFFFFF;
}

img, fieldset {
  border: 0;
}

fieldset legend {
  display: none;
}

ul, li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

a {
  color: #070721;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
@media only screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
}

table {
  border: 0;
  border-collapse: collapse;
}
table td {
  padding: 0;
  vertical-align: top;
}

input, select, textarea {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::selection {
  background: #5f5f5f;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #5f5f5f;
  color: #FFFFFF;
  text-shadow: none;
}

#__bs_notify__ {
  padding: 2px !important;
  font-size: 10px !important;
  opacity: 0.75;
  user-select: none;
  pointer-events: none;
}

button {
  user-select: none;
  border-radius: 0;
  font-family: inherit;
  cursor: pointer;
}

::root {
  --plyr-video-background: transparent;
}

.lottie {
  width: 100%;
}
.lottie svg {
  width: 100%;
  height: auto;
}

.bg--black {
  background-color: #000;
}
.bg--grey {
  background-color: #F8F8F9;
}
.bg--dark--grey {
  background-color: #F8F8F9;
}
.bg--blue {
  background-color: #F2F4F6;
}
.bg--blue--dark {
  background-color: #22317F;
}
.bg--blue--grey--light {
  background-color: #F2F4F6;
}
.bg--blue--grey--dark {
  background-color: #E1E8F2;
}
.bg--white {
  background-color: #FFFFFF;
}
.bg--yellow {
  background-color: #FFC917;
}
.bg--yellow--grey {
  background-color: #F9F6F0;
}
.bg--peach {
  background-color: #FB9678 !important;
}
.bg--purple {
  background-color: #A646A6 !important;
}
.bg--primary {
  background-color: #22317F;
}

.only-mobile {
  display: none !important;
}
@media only screen and (max-width: 769px) {
  .only-mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 769px) {
  .not-mobile {
    display: none !important;
  }
}

main {
  flex: 1 1 auto;
  padding-top: 70px;
}
main .section:last-child {
  padding-bottom: 80px;
}
.page-template-handbook-page main .section:last-child {
  padding-bottom: 120px;
}
.single-handbooks main .section {
  padding: 0;
}
.single-handbooks main .section:first-child {
  padding-top: 4.4444444444rem;
  padding-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .single-handbooks main .section:first-child {
    padding-top: 3.1111111111rem;
    padding-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .single-handbooks main .section:first-child {
    padding-top: 3.1111111111rem;
    padding-bottom: 3.1111111111rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

html, body {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "PFHighwaySansPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.33em;
  color: #070721;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 1920px) {
  body {
    font-size: 20px;
  }
}
body ::-moz-selection {
  color: #22317F;
  background: #FFC917;
}
body ::selection {
  color: #22317F;
  background: #FFC917;
}

.text--default, .text--default * {
  font-size: 0.8888888889rem;
  line-height: 1.2em;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--color--white, .text--color--white * {
  color: #FFFFFF;
}
.text--color--primary, .text--color--primary * {
  color: #22317F;
}
.text--color--blue, .text--color--blue * {
  color: #0063D3;
}
.text--underline {
  text-decoration: underline;
}
.text--spacing {
  letter-spacing: 0.05em;
}
.text--opacity {
  opacity: 0.5;
}

.font--italic {
  font-style: italic;
}
.font--weight--300, .font--weight--300 * {
  font-weight: 300;
}
.font--weight--400, .font--weight--400 * {
  font-weight: 400;
}
.font--weight--500, .font--weight--500 * {
  font-weight: 500 !important;
}
.font--weight--600, .font--weight--600 * {
  font-weight: 600;
}
.font--weight--700, .font--weight--700 * {
  font-weight: 700;
}
.font--weight--800, .font--weight--800 * {
  font-weight: 800;
}

strong {
  font-weight: 500;
}

.content-block {
  margin-bottom: 80px;
}
.content-block img {
  margin-bottom: 24px;
  display: block;
  max-width: 100%;
}
.content-block p, .content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  padding: 0.6666666667rem 0;
}
@media only screen and (max-width: 769px) {
  .content-block p, .content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
    padding: 0.5555555556rem 0;
  }
}
.content-block p:nth-child(1), .content-block h1:nth-child(1), .content-block h2:nth-child(1), .content-block h3:nth-child(1), .content-block h4:nth-child(1), .content-block h5:nth-child(1), .content-block h6:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.6666666667rem;
}
.content-block p:nth-last-child(1), .content-block h1:nth-last-child(1), .content-block h2:nth-last-child(1), .content-block h3:nth-last-child(1), .content-block h4:nth-last-child(1), .content-block h5:nth-last-child(1), .content-block h6:nth-last-child(1) {
  padding-bottom: 0;
}
.content-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "PFHighwaySansPro", sans-serif;
}
.content-block h2 {
  color: #22317F;
  margin-bottom: 24px;
}
.content-block h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  color: #22317F;
}
.content-block h4 {
  color: #22317F;
}
.content-block a {
  position: relative;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.content-block a:hover {
  color: #0063D3;
}
.content-block a:not(.button):not(.link-icon) {
  color: #22317F;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s;
  max-width: 100%;
  word-wrap: break-word;
}
@media only screen and (min-width: 769px) {
  .content-block a:not(.button):not(.link-icon):hover {
    color: #0063D3;
  }
}
.content-block .subtitle {
  font-weight: 600;
  font-size: 0.6666666667rem;
  line-height: 0.6666666667rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 0;
  color: inherit;
}
.content-block p[style="text-align: center;"] .subtitle {
  justify-content: center;
}
.content-block .button {
  margin-top: 2.2222222222rem;
  margin-bottom: 2.2222222222rem;
}
.content-block .button:nth-last-child(1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .content-block .button {
    margin-top: 1.6666666667rem;
    margin-bottom: 1.6666666667rem;
  }
}
.content-block p ~ ul,
.content-block p ~ ol {
  padding: 0.6666666667rem 0;
  padding-left: 0.8888888889rem;
}
.content-block ul {
  list-style-type: none;
}
@media only screen and (max-width: 769px) {
  .content-block ul {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .content-block ul {
    padding-left: 20px;
  }
}
.textBlock--full .content-block ul {
  padding-left: 15px;
}
.content-block ul > li {
  display: block;
  position: relative;
  margin-bottom: 4px;
  font-size: 16px;
}
.content-block ul > li:nth-last-child(1) {
  margin-bottom: 0;
}
.content-block ul > li:before {
  content: "";
  background-color: #22317F;
  width: 4px;
  height: 4px;
  min-width: 3px;
  border-radius: 50%;
  margin-right: 6px;
  font-weight: 700;
  position: absolute;
  right: 100%;
  top: 10.5px;
}
.content-block ul > li ol {
  padding: 10px;
  padding-left: 1.6666666667rem;
}
.content-block ul > li ol > li {
  margin-bottom: 0;
}
.content-block ul > li ul {
  padding: 10px;
  padding-left: 1.6666666667rem;
}
.content-block ol {
  list-style-type: decimal;
  counter-reset: my-counter;
  padding: 0.6666666667rem 0;
  padding-left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 769px) {
  .content-block ol {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .content-block ol {
    padding-left: 30px;
  }
}
.content-block ol > li {
  list-style-type: decimal;
  counter-increment: my-counter;
  margin-bottom: 24px;
  position: relative;
}
.content-block ol > li:nth-last-child(1) {
  margin-bottom: 0;
}
.content-block ol > li::marker {
  margin-bottom: 5px;
  font-weight: 400;
}
.content-block ol > li:before {
  margin-right: 6px;
  margin-top: 0;
  font-weight: 700;
  position: absolute;
  right: 100%;
  top: 0;
}
.content-block ol > li ol {
  padding: 10px;
  padding-left: 30px;
}
.content-block ol > li ul {
  padding: 0.5555555556rem 0;
  padding-left: 1.6666666667rem;
}
.content-block img {
  height: auto;
  border-radius: 0.5555555556rem;
  overflow: hidden;
}
.content-block code {
  margin: 12px 0;
  line-height: 1.33em;
  padding: 2px 4px;
  border: 1px solid #dde4e9;
  background-color: #F6F6F6;
  color: #232527;
  display: inline-block;
}
.content-block pre {
  white-space: pre-wrap;
}
.content-block blockquote {
  margin: 0 0 1.3333333333rem 0;
  position: relative;
  padding-left: 2.2222222222rem;
}
@media only screen and (max-width: 576px) {
  .content-block blockquote {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
.content-block blockquote p {
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  font-weight: 400;
  color: #22317F;
}
.content-block blockquote a {
  font-size: 16px;
  line-height: 24px;
}
.content-block blockquote * {
  z-index: 1;
}
.content-block blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #A6B6D3;
  width: 2px;
  height: 100%;
}
.content-block .wpcf7 {
  padding: 0.6666666667rem 0;
}
.content-block .wpcf7:nth-last-child(1) {
  padding-bottom: 0;
}
.content-block .table {
  margin: 40px 0;
  display: table;
  width: 100%;
  background-color: #fff;
}
.content-block .table-row {
  display: table-row;
}
.content-block .table-row .table-cell:first-child {
  border-right: 2px solid #f2f2f2;
}
.content-block .table-heading {
  display: table-header-group;
  font-weight: bold;
  border-bottom: 2px solid #f2f2f2;
}
.content-block .table-cell, .content-block .table-head {
  display: table-cell;
  padding: 1.5em 2em;
  width: 50%;
}
.content-block .table-footer {
  display: table-footer-group;
  font-weight: bold;
}
.content-block .table-body {
  display: table-row-group;
}

h1, .h1 {
  font-weight: 400;
  font-size: 80px;
  line-height: 84px;
}
@media only screen and (max-width: 769px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 48px;
}
@media only screen and (max-width: 769px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

h3, .h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 769px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4, .h4, .intro .content-block {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 769px) {
  h4, .h4, .intro .content-block {
    font-size: 20px;
    line-height: 26px;
  }
}

.h5, h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 769px) {
  .h5, h5 {
    font-size: 20px;
    line-height: 24px;
  }
}

h6, .h6 {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (max-width: 769px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.p1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.p2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.p3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.p4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.p5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.caps {
  font-size: 18px;
  line-height: 1.33em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.number {
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.question {
  display: inline-block;
  width: 70px;
  height: 120px;
  margin-bottom: -25px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .question {
    width: 35px;
    height: 60px;
    margin-bottom: -12px;
  }
}
.question svg {
  width: 520% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) !important;
}

.text-sidebar ol {
  list-style-type: decimal;
  counter-reset: my-counter;
  padding: 0.6666666667rem 0;
  padding-left: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 769px) {
  .text-sidebar ol {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .text-sidebar ol {
    padding-left: 30px;
  }
}
.text-sidebar ol > li {
  list-style-type: decimal;
  counter-increment: my-counter;
  margin-bottom: 24px;
  position: relative;
}
.text-sidebar ol > li:nth-last-child(1) {
  margin-bottom: 0;
}
.text-sidebar ol > li::marker {
  margin-bottom: 5px;
  font-weight: 400;
}
.text-sidebar ol > li:before {
  margin-right: 6px;
  margin-top: 0;
  font-weight: 700;
  position: absolute;
  right: 100%;
  top: 0;
}
.text-sidebar ol > li ol {
  padding: 10px;
  padding-left: 30px;
}
.text-sidebar ol > li ul {
  padding: 0.5555555556rem 0;
  padding-left: 1.6666666667rem;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1266px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 769px) {
  .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1266px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1380px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1380px;
}
@media only screen and (max-width: 769px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.row--x--center {
  justify-content: center;
}
.row--y--middle {
  align-items: center;
}
.row--y--top {
  align-items: flex-start;
}
.row--y--bottom {
  align-items: flex-end;
}

.section {
  padding-top: 4.4444444444rem;
  padding-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .section {
    padding-top: 3.1111111111rem;
    padding-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .section {
    padding-top: 3.1111111111rem;
    padding-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .section.cta-secondary {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 769px) {
  .section.memberships, .section.services, .section.news-posts, .section.programmes {
    padding-bottom: 56px;
  }
}
@media only screen and (max-width: 576px) {
  .section.memberships, .section.services, .section.news-posts, .section.programmes {
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 992px) {
  .section.promote {
    padding-top: 0px;
  }
}

.page-blocks {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 769px) {
  .page-blocks {
    padding-bottom: 0;
  }
}
.header-transparent .page-blocks {
  padding-top: 0;
}
.page-blocks > *:not(.banner) {
  opacity: 0;
}
.loaded:not(.loading) .page-blocks > *:not(.banner) {
  opacity: 1;
  transition-delay: 1s;
  transition: opacity 0.5s ease-out;
}
.page-blocks > *.heroBanner {
  opacity: 1;
}

.no-padding {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  border-bottom: 1px solid rgba(166, 182, 211, 0.4);
  background: #FFFFFF;
  z-index: 10;
  position: fixed;
  width: 100%;
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.33, 0, 0, 1);
}
@media only screen and (min-width: 992px) {
  .header.header-hidden {
    transform: translateY(-100%);
  }
}
.header::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  transition: 0.3s;
}
.header > .container {
  z-index: 100;
  position: relative;
}
.header.show-overlay::after {
  box-shadow: rgba(0, 0, 0, 0.2) 0 5000px 0 5000px;
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  position: absolute;
  z-index: 99;
}
@media only screen and (max-width: 769px) {
  .header.show-overlay::after {
    content: none;
  }
}
.header.mozilla-overlay::after {
  box-shadow: rgba(0, 0, 0, 0.2) 0 5014px 0 5000px;
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 769px) {
  .header.mozilla-overlay::after {
    content: none;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    position: fixed;
    width: 100%;
  }
}
.header .logo-wrapper {
  padding: 15px 0;
}
.header .logo-wrapper .logo {
  height: 40px;
}
.header .logo-wrapper .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .header .logo-wrapper .logo img {
    max-width: 90px;
  }
}
.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .header-button-wrapper {
    display: none;
  }
}
.header-icon {
  justify-content: flex-end;
}
.header-icon a {
  padding-right: 24px;
}
.header-icon a:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 576px) {
  .header-icon {
    padding-right: 0;
  }
}
.header-icon .header-icon__item {
  will-change: tranform;
}
.header-icon .header-icon__item:hover svg {
  animation: searchIcon 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-icon .header-icon__account {
  will-change: tranform;
}
.header-icon .header-icon__account svg {
  transition: all 0.25s ease;
}
.header-icon .header-icon__account:hover svg {
  animation: unset;
  transform: scale(1.2);
}
.header-icon .mobile-button {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  .header-icon .mobile-button {
    display: flex !important;
    padding-left: 24px;
    padding-right: 4px;
  }
  .header-icon .mobile-button .open {
    display: block;
  }
  .header-icon .mobile-button .close {
    display: none;
  }
}
.header-icon .open-menu .open {
  display: none;
}
.header-icon .open-menu .close {
  display: block;
}
.header-icon__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid rgba(166, 182, 211, 0.4);
  border-top: 3px solid transparent;
  padding-left: 24px;
}
@media only screen and (max-width: 992px) {
  .header-icon__item {
    padding-right: 24px;
  }
}
.header-icon .account-menu {
  position: relative;
  padding-right: 24px;
  margin-right: -24px;
}
@media only screen and (max-width: 992px) {
  .header-icon .account-menu {
    margin-right: 0;
  }
}
.header-icon .account-menu__list {
  will-change: auto;
}
.header-icon .account-menu__list li {
  margin-bottom: 8px;
  cursor: pointer;
}
.header-icon .account-menu__list li:last-child {
  margin-bottom: 0;
}
.header-icon .account-menu__list li:hover a {
  color: #0063D3;
}
.header-icon .account-menu__active .account-menu__block {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4984px 0 4984px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.header-icon .account-menu__block {
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: 68px;
  padding: 16px 24px;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.3s;
  transition: all 0.2s ease;
}
.header-icon .account-menu__name {
  min-width: 205px;
  padding-bottom: 12px;
  border-bottom: 1px solid #A6B6D3;
  margin-bottom: 20px;
}
.header .top-menu__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 40px;
}
.header .top-menu__list-wrapper {
  background: #E1E8F2;
}
@media only screen and (max-width: 992px) {
  .header .top-menu__list-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header .top-menu__list-wrapper--mobile {
    display: block;
    background-color: transparent;
  }
}
.header .top-menu__list-wrapper--mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header .top-menu__list-wrapper--mobile {
    display: block;
    background-color: transparent;
  }
}
.header .top-menu__list-wrapper--mobile .top-menu__list {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  padding-left: 0;
}
.header .top-menu__list-wrapper--mobile .top-menu__item {
  margin-bottom: 24px;
  margin-left: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .header .top-menu__item {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .header .top-menu__item:first-child {
    margin-left: 0;
  }
}
.header .top-menu__item-link {
  color: #22317F;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  transition: text-shadow 0.3s;
}
@media only screen and (max-width: 992px) {
  .header .top-menu__item-link {
    font-size: 16px;
  }
}
.header .top-menu__item-link:hover {
  text-shadow: 0 0 0.35px #22317F, 0 0 0.35px #22317F;
}
.header .top-menu__item-link svg {
  margin-left: 6px;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
}
.header .top-menu__item-link svg line, .header .top-menu__item-link svg path {
  stroke: #22317F;
}
.header .main-menu-wrapper {
  position: unset;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .header .main-menu-wrapper {
    height: 100vh;
    overflow: auto;
    display: none;
  }
}
.header .main-menu-wrapper .main-menu {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 992px) {
  .header .main-menu-wrapper .main-menu {
    padding-bottom: 100px;
  }
}
.header .main-menu-wrapper .main-menu__item {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 28px;
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .header .main-menu-wrapper .main-menu__item {
    margin: 0;
  }
}
.header .main-menu-wrapper .main-menu .js-menu {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .header .main-menu-wrapper .main-menu .js-menu {
    flex-direction: column;
  }
}
.header .main-menu-wrapper .main-menu li .submenu {
  position: absolute;
  border-top: 1px solid rgba(166, 182, 211, 0.4);
  left: 0;
  right: 0;
  margin: auto;
  background: #FFFFFF;
  max-width: 912px;
  padding: 36px 72px;
  display: flex;
  z-index: 1;
  top: 70px;
}
@media only screen and (min-width: 1440px) {
  .header .main-menu-wrapper .main-menu li .submenu {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .header .main-menu-wrapper .main-menu li .submenu {
    left: -16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .header .main-menu-wrapper .main-menu li .submenu {
    display: none;
    margin: 0;
  }
}
.header .main-menu-wrapper .main-menu li .submenu-active {
  display: -webkit-box;
}
@media only screen and (max-width: 1440px) {
  .header .main-menu-wrapper .main-menu li .submenu-active {
    display: flex;
  }
}
.header .main-menu-wrapper .main-menu li .submenu-main__item {
  width: 30%;
  min-width: 30%;
  padding-right: 16px;
  border-right: 1px solid #A6B6D3;
  margin-right: 54px;
}
@media only screen and (max-width: 1440px) {
  .header .main-menu-wrapper .main-menu li .submenu-main__item {
    margin-right: 30px;
    min-width: 30%;
  }
}
.header .main-menu-wrapper .main-menu li .submenu-main__item a {
  color: #22317F;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
.header .main-menu-wrapper .main-menu li .submenu-main__item span {
  color: #585858;
}
.header .main-menu-wrapper .main-menu li .submenu-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1440px) {
  .header .main-menu-wrapper .main-menu li .submenu-list {
    align-content: flex-start;
  }
}
.header .main-menu-wrapper .main-menu li .submenu-list__item {
  width: 50%;
  margin-bottom: 16px;
  padding-right: 40px;
}
.header .main-menu-wrapper .main-menu li .submenu-list__item a {
  color: #22317F;
}
.header .main-menu-wrapper .main-menu li .submenu-list__item span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #585858;
}
.header .main-menu-wrapper .main-menu .submenu[style*="display: block"] {
  display: flex !important;
  will-change: tranform;
}
.header .main-menu-wrapper .main-menu .submenu[style*="display: block"] a {
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.header .main-menu-wrapper .main-menu .submenu[style*="display: block"]:hover a {
  color: #22317F;
  transform: scale(1.1);
}
.header .open-mobile-menu {
  position: fixed;
  top: 71px;
  background: #FFFFFF;
  min-height: 100vh;
  display: block;
  padding-top: 40px;
  left: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.header .open-mobile-menu .main-menu {
  flex-direction: column;
}
.header .open-mobile-menu .main-menu:first-child {
  border-top: 1px solid #EAEEF2;
}
.header .open-mobile-menu .main-menu li {
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #EAEEF2;
}
.header .open-mobile-menu .main-menu li .change-icon:after {
  transform: translateY(-50%) rotate(180deg);
}
.header .open-mobile-menu .main-menu li .submenu {
  box-shadow: none !important;
  position: unset;
  padding: 0 0 0 16px;
  border-top: none;
  margin-top: 16px;
}
.header .open-mobile-menu .main-menu li .submenu li {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.header .open-mobile-menu .main-menu li .submenu-main__item {
  display: none;
}
.header .open-mobile-menu .main-menu li .submenu-list__item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.header .open-mobile-menu .main-menu li .submenu-list__item a {
  color: #070721;
}
.header .open-mobile-menu .main-menu li .submenu-list__item span {
  display: none;
}
.header .open-mobile-menu .main-menu__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
  font-family: "PFHighwaySansPro", sans-serif;
  width: fit-content;
  position: relative;
}
.header .open-mobile-menu .main-menu .js-show-mobile-submenu {
  position: relative;
}
.header .open-mobile-menu .main-menu .js-show-mobile-submenu:after {
  content: "";
  background: url(../assets/image/arrow-mobile-menu.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 16px;
  background-repeat: no-repeat;
  right: 8px;
  top: 50%;
  position: absolute;
  background-position: center;
  transition: 0.3s;
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .header .open-mobile-menu .main-menu .js-show-mobile-submenu a {
    pointer-events: none;
  }
}
.header-button.mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header-button.mobile {
    display: block;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 992px) {
  .header-button.mobile a {
    padding-right: 48px;
  }
  .header-button.mobile a span::after {
    right: -34px;
  }
}
@media only screen and (max-width: 769px) {
  .header-button.mobile a {
    padding-right: 48px;
  }
  .header-button.mobile a span::after {
    right: -35px;
  }
}
.header-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .header-link {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header-link-wrapper {
    display: none;
  }
}
.header-link a {
  text-decoration: underline;
  color: #22317F;
  font-size: 16px;
}
.header-link a:hover {
  color: #0063D3;
}
.header-secondary .logo-wrapper .logo img {
  max-width: 178px;
}
.header-secondary .main-menu-wrapper {
  justify-content: center;
}
.header-secondary .main-menu-wrapper .main-menu li a {
  font-size: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 1290px) {
  .header-secondary .main-menu-wrapper .main-menu li a {
    margin-right: 12px;
    white-space: nowrap;
  }
}
.header-secondary .main-menu-wrapper .main-menu li:last-child a {
  margin-right: 0;
}
.header-secondary .main-menu-wrapper .main-menu li .submenu-main__item a {
  margin-bottom: 16px;
  display: block;
}
.header-secondary .header-button.mobile span:after {
  content: "";
  background: url("../assets/image/arrow-black.svg");
  position: absolute;
  bottom: 16px;
  right: -24px;
  width: 24px;
  height: 24px;
  background-size: contain;
  pointer-events: none;
}
.header-handbook .logo-wrapper .logo img {
  max-width: 178px;
}
.header-handbook .main-menu-wrapper .main-menu li .submenu-main__item {
  width: 31.51%;
  min-width: 31.51%;
  padding-right: 40px;
  margin-right: 40px;
}
.header-handbook .main-menu-wrapper .main-menu li .submenu-main__item a {
  display: block;
  margin-bottom: 16px;
}
.header-handbook .main-menu-wrapper .main-menu li .submenu-list {
  display: block;
  columns: 2;
  column-gap: 40px;
}
@media only screen and (max-width: 992px) {
  .header-handbook .main-menu-wrapper .main-menu li .submenu-list {
    display: flex;
    columns: unset;
  }
}
.header-handbook .main-menu-wrapper .main-menu li .submenu-list__item {
  width: 100%;
  padding-right: 0;
  break-inside: avoid;
}

.menu_item_line {
  position: absolute;
  top: 0;
  left: -60px;
  width: 50px;
  height: 3px;
  background: #ffc917;
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 992px) {
  .menu_item_line {
    display: none;
  }
}

.menu_item_line_secondary {
  position: absolute;
  top: 0;
  left: -60px;
  width: 50px;
  height: 3px;
  background: #ffc917;
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 992px) {
  .menu_item_line_secondary {
    display: none;
  }
}

@keyframes searchIcon {
  0% {
    transform: rotate(0) scale(1.2);
  }
  50% {
    transform: rotate(360deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.benefits-title {
  margin-bottom: 80px;
  color: #22317F;
}
.benefits-item__icon {
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .benefits-item__icon {
    margin-right: 20px;
    min-width: 92px;
  }
}
.benefits-item__title h3, .benefits-item__title h4 {
  color: #22317F;
  margin-bottom: 8px;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .benefits-item__title h3, .benefits-item__title h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
}
.benefits-item__title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 992px) {
  .benefits-item__title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .benefits-list li {
    margin-bottom: 66px;
  }
  .benefits-list li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 769px) {
  .benefits-list__item {
    display: flex;
    margin-right: 20px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-item {
  padding-left: 24px;
  position: relative;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.breadcrumbs-item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 7px;
  background: #FFC917;
}

.button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.button--card {
  will-change: tranform;
}
.button--card span {
  margin-right: 25px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  transition: 0.3s;
}
.button--card span:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25586' y1='11.9968' x2='21.445' y2='11.9968' stroke='%2322317F' stroke-width='1.5'/%3E%3Cpath d='M13.7812 3.86926L21.8921 11.9802L13.7812 20.0911' stroke='%2322317F' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  top: 0;
  right: -44px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.button--card:hover span::after {
  animation: cardButtonArrowRotation 1s cubic-bezier(0.16, 1, 0.3, 1);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25586' y1='11.9968' x2='21.445' y2='11.9968' stroke='%230065db' stroke-width='1.5'/%3E%3Cpath d='M13.7812 3.86926L21.8921 11.9802L13.7812 20.0911' stroke='%230065db' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.button--card:hover span {
  color: #0065db;
}
@media only screen and (max-width: 769px) {
  .button__container .button--bg span:after {
    right: -24px;
  }
}
@media only screen and (max-width: 576px) {
  .button__container .button--bg span:after {
    right: 24px;
  }
}
.button--bg {
  background: #22317F;
  padding: 16px 40px 16px 16px;
  height: 56px;
  display: inline-block;
  border: none;
  transition: 0.25s;
  will-change: auto;
  text-decoration: none !important;
}
@media only screen and (max-width: 576px) {
  .button--bg {
    display: block;
    width: 100%;
    padding: 16px 0 16px 16px;
  }
}
.button--bg--grey {
  background: #E1E8F2;
  color: #585858;
}
.button--bg--blue {
  background: #0063D3;
}
.button--bg span {
  display: flex;
  margin-right: 41px;
  color: #FFFFFF;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 769px) {
  .button--bg span {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .button--bg span {
    display: block;
  }
}
.button--bg span:after {
  content: "";
  background: url("../assets/image/arrow-white.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 769px) {
  .button--bg span:after {
    right: -24px;
  }
}
@media only screen and (max-width: 576px) {
  .button--bg span:after {
    right: 20px;
  }
}
.button--bg:hover {
  background: #0063D3;
}
.button--bg:hover span::after {
  animation: buttonArrowRotation 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.button--bg--without--arrow {
  padding-left: 16px;
  padding-right: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-right: 0;
}
.button--bg--without--arrow span {
  margin-right: 0;
}
.button--bg.external-link {
  background-color: #FFC917;
}
.button--bg.external-link span {
  color: #22317F;
}
.button--bg.external-link span:after {
  background: url("../assets/image/arrow.svg");
  transform: translateY(-50%) rotate(315deg);
}
.button--bg.external-link:hover {
  background-color: #0063D3;
}
.button--bg.external-link:hover span::after {
  animation: none;
}
.button--bg.external-link:hover span {
  color: #FFFFFF;
}
.button--bg.external-link:hover span:after {
  background: url("../assets/image/arrow-white.svg");
}
.button--pdf {
  background: #22317F;
  padding: 16px;
  height: 56px;
  display: inline-block;
  border: none;
  transition: 0.25s;
  will-change: auto;
  text-decoration: none !important;
}
@media only screen and (max-width: 576px) {
  .button--pdf {
    display: block;
    width: 100%;
  }
}
.button--pdf span {
  display: flex;
  color: #FFFFFF;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: start;
  padding-right: 48px;
}
@media only screen and (max-width: 769px) {
  .button--pdf span {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .button--pdf span {
    display: block;
  }
}
.button--pdf span:after {
  content: "";
  background: url("../assets/image/download.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
}
.button--group {
  padding: 16px;
}
.button--share {
  border: none;
}
.button--share span {
  position: relative;
}
.button--share span:after {
  content: "";
  background: url("../assets/image/share.svg");
  position: absolute;
}
.button--yellow {
  background: #FFC917;
  width: 320px;
  will-change: auto;
  height: 160px;
  padding: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #22317F;
  display: inline-block;
  transition: 0.25s;
}
@media only screen and (max-width: 576px) {
  .button--yellow {
    width: 270px;
  }
}
.button--yellow span {
  max-width: 160px;
  display: inline-block;
}
.button--yellow:after {
  content: "";
  background: url("../assets/image/arrow.svg");
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-size: contain;
  pointer-events: none;
}
.button--yellow:hover {
  background: #0063D3;
  color: #fff;
}
.button--yellow:hover::after {
  animation: cardButtonArrowRotation 1s cubic-bezier(0.16, 1, 0.3, 1);
  background-image: url("../assets/image/white_arrow.png");
}
.button-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  color: #22317F;
  width: fit-content;
  border-bottom: 1px solid #22317F;
}
.button-link__count {
  margin-right: 0 !important;
  margin-left: 5px;
}
.button-link__count:after {
  display: none;
}
.button-link:hover {
  color: #0063D3;
  border-bottom: 1px solid #0063D3;
}
.button-tag {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 8px;
  background: #EAEEF2;
  color: #22317F;
  display: block;
  width: fit-content;
  will-change: auto;
}
.button-tag:hover {
  background: #22317F;
  color: #FFFFFF;
}
.button--peach {
  background: #FB9678;
}
.button--peach span {
  color: #070721;
}
.button-atcb span, .button-atcb button {
  border: none;
  color: #FFFFFF;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 20px;
  border-radius: 0;
  z-index: 100;
}
.button-atcb button {
  background-color: #22317F;
  width: 203px;
}
.button-atcb button:hover, .button-atcb button:active, .button-atcb button:focus {
  background-color: #0063D3 !important;
  box-shadow: none;
}
.button-atcb .atcb-active {
  box-shadow: none !important;
}

.atcb-button {
  margin: 0 !important;
}
.atcb-button:hover, .atcb-button:active, .atcb-button:focus {
  background: #0063D3;
}
.atcb-button-wrapper {
  padding: 0;
}
.atcb-active, .atcb-button {
  padding: 16px 80px 16px 16px !important;
  height: 56px;
}
.atcb-icon {
  display: none;
}
.atcb-button .atcb-text {
  position: relative;
  display: block;
}
.atcb-button .atcb-text:after {
  content: "";
  position: absolute;
  background: url("../assets/image/add to calendar.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: -4px;
  right: -64px;
}
.atcb-icon-checkmark {
  display: none;
}
.atcb-list {
  box-shadow: none;
}
.atcb-list-wrapper {
  padding: 0;
}

#atcb-pos-wrapper {
  left: 32px;
  width: unset !important;
}

.atcb-button.atcb-active:not(.atcb-modal-style, .atcb-dropoverlay), .atcb-button.atcb-single:focus, .atcb-button.atcb-single:hover {
  background: #0063D3;
}

@keyframes buttonArrowRotation {
  50% {
    transform: translate(-35%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(0%, -50%) rotate(360deg);
  }
}
@keyframes cardButtonArrowRotation {
  50% {
    transform: translate(-35%, 0) rotate(360deg);
  }
  100% {
    transform: translate(0%, 0) rotate(360deg);
  }
}
.atcb-saved .atcb-checkmark {
  display: none;
}

.calculator {
  background: #E1E8F2;
  padding: 38px 112px;
}
@media only screen and (max-width: 1440px) {
  .calculator {
    padding: 56px 24px;
  }
}
@media only screen and (max-width: 992px) {
  .calculator-wrapper {
    padding-bottom: 56px !important;
  }
}
.calculator-row {
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #22317F;
  flex-direction: column;
}
.calculator-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.calculator-row h4 {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .calculator-row h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.calculator-row.calculator-head {
  flex-direction: row;
}
.calculator-row.calculator-head h4 {
  width: 50%;
  margin-right: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .calculator-head {
    display: none;
  }
}
.calculator-head__col span {
  min-width: 112px;
}
@media only screen and (max-width: 1440px) {
  .calculator-head__col span {
    min-width: 80px;
  }
}
.calculator-col {
  width: 50%;
  display: flex;
  margin-right: 32px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .calculator-col {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    justify-content: space-between;
  }
}
.calculator-col:last-child {
  margin-right: 0;
}
.calculator-col-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .calculator-col-wrapper {
    flex-direction: column;
  }
}
.calculator-col span {
  margin-right: 40px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .calculator-col span {
    margin-right: 0;
  }
}
.calculator-col span:last-child {
  margin-right: 0;
}
.calculator-col__head {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .calculator-col__head-wrapper {
    padding-bottom: 16px;
    border-bottom: 1px solid #A6B6D3;
    margin-bottom: 16px;
  }
}
.calculator-col input {
  text-align: right;
  border: none;
  padding: 16px;
  max-width: 112px;
}
.calculator-col input:active, .calculator-col input:hover, .calculator-col input:focus {
  border: none;
}
.calculator-col__item {
  margin-right: 40px;
}
@media only screen and (max-width: 992px) {
  .calculator-col__item {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .calculator-col__item:last-child {
    margin-bottom: 0;
  }
}
.calculator-col__item:last-child {
  margin-right: 0;
}
.calculator-col__item span {
  width: 112px;
  padding: 16px;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .calculator-col__item span {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .calculator-col__item-head {
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.calculator-col__calculated {
  border: 1px solid #A6B6D3;
  border-radius: 0;
}
@media only screen and (max-width: 992px) {
  .calculator-col__calculated {
    max-width: 112px;
  }
}
@media only screen and (max-width: 992px) {
  .calculator-col-radio {
    width: 100%;
  }
}
.calculator-col-radio span {
  margin-bottom: 24px;
}
.calculator-col-radio span:last-child {
  margin-bottom: 0;
}
.calculator-col-radio span input {
  display: none;
}
.calculator-col-radio span label {
  padding-left: 36px;
  position: relative;
}
.calculator-col-radio span label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: -3px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1.5px solid #22317F;
}
.calculator-col-radio span label.active:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 5px;
  top: 2px;
  background: #22317F;
  border-radius: 50%;
}
.calculator-footer {
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .calculator-footer-wrapper {
    display: flex;
  }
}
@media only screen and (max-width: 992px) {
  .calculator .not-mobile {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .calculator .not-desktop {
    display: none;
  }
}

.contacts-inner {
  margin: 0 auto;
}
.contacts-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .contacts-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding-right: 15%;
  }
}
.contacts-content__title {
  margin-bottom: 24px;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .contacts-content__title {
    margin-bottom: 40px;
  }
}
.contacts-content__info {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .contacts-content__info {
    flex-direction: column;
  }
}
.contacts-content__list {
  width: 37%;
  margin-right: 32px;
}
@media only screen and (max-width: 1200px) {
  .contacts-content__list {
    width: 100%;
    margin-bottom: 24px;
  }
}
.contacts-content__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .contacts-content__item {
    justify-content: unset;
  }
}
@media only screen and (max-width: 1200px) {
  .contacts-content__item-day {
    width: 105px;
    margin-right: 7px;
  }
}
.contacts-content__address {
  margin-bottom: 8px;
  display: block;
}

.js-sent-row {
  display: none;
  padding-top: 170px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .js-sent-row {
    padding: 0;
  }
}
.js-sent-row h2 {
  margin-bottom: 14px;
}
.js-sent-row .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 68px;
}
.js-sent-row a {
  width: fit-content;
}
@media only screen and (max-width: 576px) {
  .js-sent-row a {
    width: 100%;
  }
}
.js-sent-row .lottie-animation svg > g {
  transform: scale(2) translate3d(0px, -30%, 0px);
}
@media only screen and (max-width: 992px) {
  .js-sent-row .lottie-animation svg > g {
    transform: unset;
  }
}

.card-wrapper {
  height: 100%;
  position: relative;
}
.card-wrapper .card {
  position: relative;
  background: #FFFFFF;
  padding-top: 240px;
  padding-left: 24px;
  padding-right: 64px;
  padding-bottom: 40px;
  height: 100%;
}
.card-wrapper .card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  will-change: tranform;
}
.card-wrapper .card-link:hover + .card .card-button a span:after {
  animation: cardButtonArrowRotation 1s cubic-bezier(0.16, 1, 0.3, 1);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25586' y1='11.9968' x2='21.445' y2='11.9968' stroke='%230065db' stroke-width='1.5'/%3E%3Cpath d='M13.7812 3.86926L21.8921 11.9802L13.7812 20.0911' stroke='%230065db' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.card-wrapper .card-link:hover + .card .card-button a span {
  color: #0063D3;
}
.card-wrapper .card .card-news-other {
  padding: 24px 24px 40px 24px;
}
.card-wrapper .card .card-news__name {
  margin-bottom: 16px;
  height: 56px;
}
.card-wrapper .card-icon {
  margin-bottom: 24px;
}
.card-wrapper .card-icon img {
  height: 40px;
  width: 40px;
}
.card-wrapper .card-info {
  margin-bottom: 8px;
  margin-top: 16px;
}
.card-wrapper .card-name {
  margin-bottom: 8px;
  overflow: hidden;
}
.card-wrapper .card-author {
  color: #585858;
  position: absolute;
  bottom: 60px;
}
.card-wrapper .card-author li {
  color: #585858;
  margin-right: 5px;
  position: relative;
}
.card-wrapper .card-author li:not(:only-of-type):after {
  content: ",";
  bottom: 0;
  right: 0;
}
.card-wrapper .card-author li:last-child:after, .card-wrapper .card-author li:nth-of-type(2):after {
  content: "";
}
.card-wrapper .card-image {
  width: 100%;
  position: relative;
  padding-bottom: 240px;
}
.card-wrapper .card-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.card-wrapper .card-image-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  will-change: tranform;
}
.card-wrapper .card-image-wrapper:hover img {
  transform: scale(1.15);
}
.card-wrapper .card-city {
  position: relative;
  padding-left: 32px;
  color: #585858;
  margin-top: auto;
  margin-bottom: 40px;
}
.card-wrapper .card-city:before {
  content: "";
  position: absolute;
  background: url("../assets/image/location-icon.svg") no-repeat;
  width: 16px;
  height: 18px;
  left: 0;
  top: 2px;
}
.card-wrapper .card-city-secondary {
  margin-bottom: 24px;
}
.card-wrapper .card-date {
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 14px 16px 12px 13px;
  border: 1px solid #0063D3;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #0063D3;
  text-align: end;
}
.card-wrapper .card-date__day, .card-wrapper .card-date__month {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.card-wrapper .card-date__year {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.card-wrapper .card-news-other {
  padding: 24px 24px 92px 24px;
}
.card-wrapper .card-news-other .card-name {
  margin-bottom: 56px;
}
.card-wrapper .card-news-other .card-author {
  position: unset;
}
.card-wrapper .card-news-other .card-info {
  margin-top: 0;
}

.card-subcategory-wrapper .card {
  margin-bottom: 16px;
  padding: 24px 24px 120px 36px;
  min-height: unset;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media only screen and (max-width: 769px) {
  .card-subcategory-wrapper .card {
    flex-direction: column;
    padding: 24px 24px 120px 24px;
  }
}
.card-subcategory-wrapper .card img {
  width: 40px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .card-subcategory-wrapper .card img {
    padding-bottom: 24px;
  }
}
.card-subcategory-wrapper .card-button {
  left: auto;
}
@media only screen and (max-width: 769px) {
  .card-subcategory-wrapper .card-button {
    left: 24px;
  }
}
.card-subcategory-wrapper .card-subcategory-block {
  width: 100%;
  margin-left: 36px;
}
@media only screen and (max-width: 769px) {
  .card-subcategory-wrapper .card-subcategory-block {
    margin-left: 0;
  }
}
.card-subcategory-wrapper .card-subcategory-block-inner {
  width: 100%;
}
.card-subcategory-wrapper .card-have-image {
  left: 132px;
}
.card-subcategory-wrapper .card-not-image {
  left: 71px;
}

.card-news-wrapper .card-news-inner {
  padding-right: 24px;
}

@media only screen and (max-width: 992px) {
  .other-events__list li {
    margin-bottom: 16px;
  }
  .other-events__list li:last-child {
    margin-bottom: 0;
  }
}

.card-news-wrapper {
  min-height: 560px;
}
.card-news-wrapper .card-button {
  margin-top: auto;
}

.page-template-news .filters-feed ul li {
  margin-bottom: 40px;
}
.page-template-news .filters-feed ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .page-template-news .filters-feed ul li {
    margin-bottom: 24px !important;
  }
}

@keyframes cardButtonArrowRotation {
  50% {
    transform: translate(-35%, 0) rotate(360deg);
  }
  100% {
    transform: translate(0%, 0) rotate(360deg);
  }
}
.card-polices {
  margin-bottom: 40px;
}

.without_image {
  padding-top: 40px !important;
}
.without_image .card-info {
  margin-top: 0;
}

.filter-pagination__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter-pagination__list li {
  color: #22317F;
}
.filter-pagination__item {
  padding: 3px;
  line-height: 0;
  background: #22317F;
}
.filter-pagination__counter {
  margin: 0 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.filter-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #070721 !important;
  font-size: 9.5px;
  line-height: 1em;
  font-weight: 900;
  border: 1px solid #22317F;
  background-color: #22317F;
  transition: 0.3s;
  will-change: auto;
}
.filter-pagination__link.current, .filter-pagination__link:hover {
  background-color: #22317F;
  color: #22317F !important;
}
.filter-pagination__btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #22317F;
  background-image: url("../assets/image/Right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.filter-pagination__btn--prev {
  transform: rotate(-180deg);
}
.filter-pagination__btn.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #E85757;
}

.wpcf7-response-output {
  border: 0px !important;
  padding: 0px !important;
  display: none !important;
}

.form * {
  font-family: "PFHighwaySansPro", sans-serif;
}
.form > div {
  padding-top: 0.6666666667rem;
  padding-bottom: 0.6666666667rem;
}
.form > div.form__label-row {
  padding-top: 1.6666666667rem;
  padding-bottom: 1.6666666667rem;
}
.form > div:not(.form__label-row) + .form__label-row {
  padding-top: 2.6666666667rem;
}
.form > div.form__button-row {
  padding-top: 1.6666666667rem;
}
.content-block .form h6 {
  padding-top: 1.3333333333rem;
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=url], .form textarea, .form .wpcf7-select, .form input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 3.3333333333rem;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  background: #FFFFFF;
  color: #22317F;
  font-size: 1rem;
  padding: 0 32px;
  height: 56px;
  transition: color 0.3s, border 0.3s;
}
@media only screen and (max-width: 769px) {
  .form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=url], .form textarea, .form .wpcf7-select, .form input[type=password] {
    padding: 0 16px;
  }
}
.form input[type=text]:focus, .form input[type=email]:focus, .form input[type=tel]:focus, .form input[type=url]:focus, .form textarea:focus, .form .wpcf7-select:focus, .form input[type=password]:focus {
  color: #22317F;
}
.form input[type=text]::placeholder, .form input[type=email]::placeholder, .form input[type=tel]::placeholder, .form input[type=url]::placeholder, .form textarea::placeholder, .form .wpcf7-select::placeholder, .form input[type=password]::placeholder {
  color: #070721;
  opacity: 0.2;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.form input[type=text].wpcf7-not-valid, .form input[type=email].wpcf7-not-valid, .form input[type=tel].wpcf7-not-valid, .form input[type=url].wpcf7-not-valid, .form textarea.wpcf7-not-valid, .form .wpcf7-select.wpcf7-not-valid, .form input[type=password].wpcf7-not-valid {
  border: 1px solid #E85757;
}
.form textarea {
  height: auto;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form button.button {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__label-row .row {
  align-items: center;
}
.form__label-row__label {
  margin-bottom: -0.2em;
}
@media only screen and (max-width: 992px) {
  .form__label-row__label {
    padding-bottom: 1rem;
  }
}
.form__label {
  padding-bottom: 1rem;
  display: block;
}
.form .wpcf7-form-control-wrap {
  display: block;
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #E85757;
}
.form .wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: top 27px right 15px;
}
.form .wpcf7-checkbox {
  display: block;
  margin-top: -0.6666666667rem;
  margin-bottom: -0.6666666667rem;
}
.form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
  padding: 0.6666666667rem 0;
}
.form .wpcf7-checkbox .wpcf7-list-item input {
  opacity: 0;
  transform: translate3d(-99999999px, 0, 0);
  position: absolute;
}
.form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: block;
  width: 1.6666666667rem;
  min-width: 1.6666666667rem;
  height: 1.6666666667rem;
  border: 1px solid #22317F;
  background-color: #E8E8E8;
  opacity: 1;
  margin-right: 2.3333333333rem;
  margin-bottom: 0.5555555556rem;
  transition: border 0.3s ease-out 0s;
}
.form .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
  color: #22317F;
}
.form .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
  border: 4px solid #E8E8E8;
  background-color: #22317F;
  opacity: 1;
}
.form .codedropz-upload-handler {
  border-radius: 0;
  position: relative;
  border: 1px dashed #B5B5B5;
  transition: border 0.3s, background 0.3s;
}
@media only screen and (min-width: 769px) {
  .form .codedropz-upload-handler:hover, .form .codedropz-upload-handler.codedropz-dragover {
    border: 1px dashed #22317F;
    background: rgba(34, 49, 127, 0.1);
  }
  .form .codedropz-upload-handler:hover .upload-icon svg .arrow, .form .codedropz-upload-handler.codedropz-dragover .upload-icon svg .arrow {
    animation: uploadArrow 0.8s linear infinite;
    animation-delay: -1s;
  }
}
.form .codedropz-upload-handler .codedropz-upload-container {
  padding: 1.3888888889rem;
  padding-bottom: 1.1111111111rem;
  padding-right: 60px;
  cursor: pointer;
}
.form .codedropz-upload-handler .codedropz-upload-inner {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}
.form .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {
  order: -1;
  line-height: 1.2em;
  margin-bottom: -0.2em;
}
.form .codedropz-upload-handler .codedropz-upload-inner h3 {
  order: 2;
  font-size: 1rem;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  margin-bottom: -0.2em;
  font-weight: 400;
  text-transform: lowercase;
}
.form .codedropz-upload-handler .codedropz-upload-inner span {
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: -0.2em;
  margin-left: 0.2777777778rem;
  margin-right: 0.2777777778rem;
}
.form .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.form .codedropz-upload-handler .upload-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate3d(0, -50%, 0);
  width: 25px;
  height: auto;
  line-height: 0;
}
.form .codedropz-upload-handler .upload-icon svg {
  width: 100%;
  height: auto;
}
.form .codedropz-upload-handler .cd-upload-btn {
  text-decoration: none !important;
}
@media only screen and (min-width: 769px) {
  .form .codedropz-upload-handler .cd-upload-btn:hover {
    color: #22317F !important;
  }
}
.form .dnd-upload-status .dnd-upload-image {
  display: none;
}
.form .dnd-upload-status .dnd-upload-details {
  padding-left: 0;
  width: 100%;
}
.form .dnd-upload-status .dnd-upload-details .name {
  color: #585858;
  font-style: initial;
}
.form .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  border-radius: 0;
}
.form .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #22317F;
  line-height: 18px;
}

.wpcf7-form .file_name {
  color: #000;
}

.upload_fileWrapper {
  position: relative;
  width: fit-content;
  margin-bottom: 40px;
}
.upload_fileWrapper:hover {
  cursor: pointer;
}
.upload_fileWrapper:hover .upload_file::after {
  animation: uploadBtn 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.upload_fileWrapper:hover .upload_file {
  background: #0063D3;
}
.upload_fileWrapper .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.upload_fileWrapper .wpcf7-form-control-wrap input {
  font-size: 100px;
}
.upload_fileWrapper .upload_file {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-right: 80px;
  position: relative;
  transition: background-color 0.25s;
}
.upload_fileWrapper .upload_file::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../assets/image/upload_arrow.svg");
}

@keyframes uploadArrow {
  0% {
    transform: translate3d(0%, -100%, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
.wpcf7-submit {
  width: 100%;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
}
.wpcf7-form .contacts-input {
  width: 100%;
  height: 48px;
  padding-right: 18px;
  padding-left: 18px;
  font-weight: 300 !important;
  color: #070721;
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: #FFFFFF;
  font-family: "PFHighwaySansPro", sans-serif;
  margin-bottom: 16px;
}
.wpcf7-form .contacts-input.wpcf7-not-valid {
  margin-bottom: 0px;
  border: 1px solid #B7092F;
}
.wpcf7-form .contacts-input::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: "PFHighwaySansPro", sans-serif;
  color: #585858;
  opacity: 1;
}
.wpcf7-form .contacts-input-wrapper__secondary {
  width: 49%;
}
@media only screen and (max-width: 769px) {
  .wpcf7-form .contacts-input-wrapper__secondary {
    width: 100%;
  }
}
.wpcf7-form .contacts-inputs {
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .wpcf7-form .contacts-inputs {
    flex-direction: column;
  }
}
.wpcf7-form textarea {
  height: 180px !important;
  padding-top: 19px;
}
.wpcf7-form select {
  appearance: none;
}
.wpcf7-form .form-select {
  position: relative;
}
.wpcf7-form .form-select:after {
  content: "";
  position: absolute;
  background: url("../assets/image/chevron.svg");
  height: 16px;
  width: 16px;
  right: 12px;
  top: 48px;
}
.wpcf7-form input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #070721;
  margin-right: 16px;
}
.wpcf7-form .contacts-checkbox label {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: "PFHighwaySansPro", sans-serif;
  display: flex;
  align-items: center;
}
.wpcf7-form input[type=submit] {
  width: fit-content;
  border: none;
  color: #FFFFFF;
  padding-right: 80px;
}
@media only screen and (max-width: 769px) {
  .wpcf7-form input[type=submit] {
    width: 100%;
    margin-top: 40px;
  }
}
.wpcf7-form .contacts-submit {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.wpcf7-form .contacts-submit:after {
  content: "";
  background: url("../assets/image/arrow-white.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 769px) {
  .wpcf7-form .contacts-submit:after {
    top: 67px;
  }
}
@media only screen and (max-width: 576px) {
  .wpcf7-form .contacts-submit:after {
    right: 20px;
    top: 67px;
  }
}
.wpcf7-form .contacts-submit:hover:after {
  animation: buttonArrowRotation 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.wpcf7-form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
  margin-bottom: 8px;
}
.wpcf7-form select {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #585858;
  font-family: "PFHighwaySansPro", sans-serif;
}

.checkbox-text {
  color: #585858;
  padding-left: 31px;
  margin-bottom: 40px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #B7092F;
}

.contacts-checkbox + .wpcf7-not-valid-tip {
  margin-left: 32px;
  line-height: 32px;
}

@keyframes uploadBtn {
  50% {
    top: 56%;
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
    top: 50%;
  }
}
.groups-inner {
  position: relative;
  width: 100%;
}
.groups .row {
  margin-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .groups .row {
    margin-bottom: 40px;
  }
}
.groups-section h3 {
  margin-bottom: 24px;
}
.groups-list {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.groups-list__child a {
  color: #070721;
}
.groups-list li {
  margin-right: 16px;
  margin-bottom: 16px;
}
.groups-list li a:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 769px) {
  .groups-explanation__title {
    margin-bottom: 24px;
  }
}
.groups-explanation__title h2 {
  margin-bottom: 40px;
}
.groups-explanation__title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.groups-explanation__image {
  text-align: right;
}
.groups-explanation__image img {
  max-width: 720px;
}
@media only screen and (max-width: 769px) {
  .groups-explanation__image img {
    width: 100%;
    height: auto;
  }
}
.groups-legend {
  position: absolute;
  top: -24px;
  right: 58px;
  padding: 24px;
  border: 1px dashed #22317F;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .groups-legend {
    position: unset;
    top: unset;
    right: unset;
  }
}
.groups-legend p {
  margin-bottom: 16px;
}
.groups-legend-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .groups-legend-inner {
    flex-wrap: wrap;
    justify-content: unset;
  }
}
.groups-legend-inner span {
  padding: 16px;
}
@media only screen and (max-width: 576px) {
  .groups-legend-inner span {
    margin-top: 16px;
  }
}
.groups-legend__section {
  background: #22317F;
  color: #FFFFFF;
  margin-right: 24px;
}
.groups-legend__interest {
  background: #0063D3;
  color: #FFFFFF;
  margin-right: 24px;
}
.groups-legend__working {
  background: #E1E8F2;
}
@media only screen and (max-width: 769px) {
  .groups-title {
    margin-bottom: 40px;
  }
}

.working-group__result-wrapper {
  width: 100%;
}

.history {
  overflow: hidden;
}
.history .slick-list {
  overflow: visible;
  margin: 0 -8px;
}
@media only screen and (max-width: 769px) {
  .history .slick-list {
    overflow: hidden;
    margin: 0 -32px;
  }
}
.history .slick-list li {
  padding: 0 8px;
}
@media only screen and (max-width: 769px) {
  .history .slick-list li {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 769px) {
  .history-title-wrapper {
    order: 1;
  }
}
.history-title h2 {
  color: #22317F;
}
@media only screen and (max-width: 992px) {
  .history-title h2 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .history-slider-wrapper {
    order: 2;
  }
}
.history-slider li {
  padding: 0 8px;
  width: fit-content;
}
.history-slider__item {
  padding: 24px 24px 56px 24px;
  background: #FFFFFF;
  min-height: 320px;
  min-width: 328px;
  display: flex;
}
@media only screen and (max-width: 769px) {
  .history-slider__item {
    min-width: 0;
    min-height: 0;
  }
}
@media only screen and (max-width: 576px) {
  .history-slider__item {
    flex-direction: column-reverse;
  }
}
.history-slider__image {
  position: relative;
  width: 184px;
  padding-bottom: 240px;
  overflow: hidden;
  margin-left: 48px;
}
@media only screen and (max-width: 576px) {
  .history-slider__image {
    margin-left: 0;
    width: 164px;
    padding-bottom: 240px;
    margin-bottom: 24px;
  }
}
.history-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-slider__text {
  max-width: 280px;
}
@media only screen and (max-width: 769px) {
  .history-slider__text {
    max-width: 100%;
  }
}
.history-slider__text h3 {
  color: #22317F;
  margin-bottom: 16px;
}
.history-slider__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.history-slider__nav {
  display: flex;
  margin: 0 -20px;
  padding-bottom: 40px;
  padding-top: 20px;
}
@media only screen and (max-width: 992px) {
  .history-slider__nav {
    padding-top: 0px;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 769px) {
  .history-slider__nav {
    margin-bottom: 0px;
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
.history-slider__nav li {
  padding: 0 20px;
}
.history-slider__nav li span {
  font-size: 24px;
  line-height: 28px;
}
.history-slider__nav-btn {
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #585858;
  cursor: pointer;
  transition: 0.3s;
  will-change: auto;
}
.history-slider__nav-btn.active, .history-slider__nav-btn:hover {
  color: #22317F;
}
.history-slider__arrows-nav {
  margin-top: 24px;
}
@media only screen and (max-width: 769px) {
  .history-slider__arrows-nav {
    margin-top: 24px;
    order: 3;
  }
}
.history-slider__arrows-nav .list-slider__nav {
  margin-top: 0;
}
@media only screen and (max-width: 769px) {
  .history-slides-wrapper {
    order: 4;
  }
}

.img-block {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  box-sizing: border-box;
}
.img-block img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .img-block--mob-ratio {
    padding-bottom: 78% !important;
  }
}

.lazy-img {
  opacity: 0;
  transform: scale(1.2);
  transition: all 700ms;
}
.loaded:not(.loading) .lazy-img.loaded.in {
  transition: all 1.8s 0s ease;
  opacity: 1;
  transform: scale(1);
}
.lazy-img--static {
  opacity: 1;
  transform: scale(1);
}

.job h2 {
  margin-bottom: 40px;
}
.job .container {
  margin-bottom: 80px;
}
.job .container:last-child {
  margin-bottom: 0;
}

.job-offer-button {
  position: relative;
  height: auto;
  padding-right: 60px;
}
.job-offer-button:hover span {
  color: #FFFFFF;
}

.knowledge-hub__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__list {
    justify-content: space-between;
  }
}
.knowledge-hub__list-item {
  width: 140px;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
}
.knowledge-hub__list-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__list-item {
    margin-right: 0;
    max-width: 104px;
  }
}
.knowledge-hub .container {
  padding-left: 26px;
  padding-right: 26px;
}
@media only screen and (max-width: 992px) {
  .knowledge-hub__title {
    max-width: 100%;
  }
}
.knowledge-hub__description {
  max-width: 537px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__description {
    margin-bottom: 24px;
  }
}
.knowledge-hub__item {
  background: #FFFFFF;
  padding: 16px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.knowledge-hub__item-image {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
}
.knowledge-hub__item-image img {
  width: 100%;
  height: auto;
}
.knowledge-hub__item .button--card span {
  width: 100%;
}
.knowledge-hub__item .button--card span:after {
  right: -20px;
}
.knowledge-hub__item-link {
  height: 100%;
  display: flex;
}
.knowledge-hub__item-link span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #070721;
}
.knowledge-hub h2 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub h2 {
    margin-bottom: 24px;
  }
}
.knowledge-hub p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  max-width: 765px;
  margin-bottom: 40px;
}
.knowledge-hub__card-link {
  position: absolute;
  z-index: 1;
  left: 8px;
  right: 8px;
  top: 0;
  bottom: 16px;
  will-change: tranform;
}
.knowledge-hub__card-link:hover + .knowledge-hub__item .button--card span:after {
  animation: cardButtonArrowRotation 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.knowledge-hub__button {
  margin-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__button {
    margin-bottom: 40px;
  }
}
.knowledge-hub__button a {
  background: #FFC917;
  position: relative;
  will-change: tranform;
}
.knowledge-hub__button a:hover span {
  color: #FFFFFF;
}
.knowledge-hub__button a:hover:after {
  background: url("../assets/image/arrow-white.svg");
}
.knowledge-hub__button a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: unset;
  background: url("../assets/image/arrow-black.svg");
  transform: rotate(315deg);
  top: 15px;
  right: 16px;
}
.knowledge-hub__button span {
  color: #070721;
}
.knowledge-hub__button span:after {
  background: unset;
}
@media only screen and (max-width: 576px) {
  .knowledge-hub__button span:after {
    right: 20px;
  }
}
.knowledge-hub__slider {
  margin-top: 48px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider {
    margin-top: 0;
  }
}
.knowledge-hub__slider-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-wrapper {
    flex-direction: column-reverse;
  }
}
.knowledge-hub__slider-item .card {
  padding: 24px 24px 42px 24px;
  position: relative;
  min-height: 260px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card {
    padding-top: calc(65% + 24px);
  }
}
.knowledge-hub__slider-item .card-subcategory-block {
  display: flex;
  flex-direction: row;
  padding-left: 33%;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-subcategory-block {
    flex-direction: column;
    padding-left: 0;
  }
}
.knowledge-hub__slider-item .card-author {
  position: unset;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-author {
    margin-bottom: 64px;
  }
}
.knowledge-hub__slider-item .card-icon {
  margin-right: 36px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-icon {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-icon img {
    padding-bottom: 0;
  }
}
.knowledge-hub__slider-item .card-info {
  margin-top: 0;
  margin-bottom: 16px;
}
.knowledge-hub__slider-item .card-name {
  margin-bottom: 24px;
  display: block;
}
.knowledge-hub__slider-item .card-image {
  padding-bottom: 0;
  width: 33%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-image {
    width: 100%;
    height: unset;
    padding-bottom: 65%;
  }
}
.knowledge-hub__slider-item .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-image img {
    padding-bottom: 0;
  }
}
.knowledge-hub__slider-item .card-button {
  position: absolute;
  bottom: 42px;
  left: calc(33% + 120px);
}
@media only screen and (max-width: 769px) {
  .knowledge-hub__slider-item .card-button {
    left: 24px;
  }
}
.knowledge-hub__slider .slick-list {
  width: 100%;
}
.knowledge-hub__slider .slick-slide {
  will-change: transform;
}
.knowledge-hub .next-kh, .knowledge-hub .prev-kh {
  position: relative;
}
.knowledge-hub .next-kh:after, .knowledge-hub .prev-kh:after {
  content: "";
  position: absolute;
  background: url(../assets/image/Right.svg) no-repeat;
  width: 12px;
  height: 20px;
  top: 6px;
  left: 11px;
}
.knowledge-hub .prev-kh {
  transform: rotate(180deg);
}
.knowledge-hub .list-slider__nav {
  margin-top: 12px;
}
@media only screen and (max-width: 769px) {
  .knowledge-hub .list-slider__nav {
    margin-top: 40px;
  }
}

@keyframes cardButtonArrowRotation {
  50% {
    transform: translate(-35%, 0) rotate(360deg);
  }
  100% {
    transform: translate(0%, 0) rotate(360deg);
  }
}
.nav-sidebar-wrapper {
  position: relative;
}

.nav-sidebar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
@media only screen and (max-width: 769px) {
  .nav-sidebar {
    display: none;
  }
}
.nav-sidebar__item {
  margin-bottom: 16px;
}

.sidebar_links .active {
  font-weight: 500;
}
.sidebar_links.scrolling .active {
  font-weight: 300;
}
.sidebar_links.scrolling .scroll-active {
  font-weight: 500;
}

.nav-fixed {
  position: fixed;
  top: 80px;
  width: 100%;
}

.nav-abs {
  position: absolute;
  bottom: 0;
  top: auto;
}

.sidebar-wrapper {
  position: relative;
}

.contentWrapper .nav-sidebar-wrapper ul {
  width: 100%;
}

.partnership .row {
  flex-direction: row-reverse;
}

.programmes-title {
  margin-bottom: 56px;
}
.programmes-title h2 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 769px) {
  .programmes .card-text-wrapper {
    margin-bottom: 24px;
  }
}

.promote {
  background: #F2F4F6;
}
.promote-info__title {
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .promote-info__title {
    margin-bottom: 16px;
  }
}
.promote-info__date {
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .promote-info__date {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .promote-info__subtitle {
    margin-bottom: 16px;
  }
}
.promote-image {
  position: relative;
  width: 260px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .promote-image {
    width: 100vw;
    height: calc(100vw * 0.6);
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .promote-image {
    height: 100vw;
  }
}
.promote-image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .promote-image-wrapper {
    display: none;
  }
}
.promote-image-wrapper-mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .promote-image-wrapper-mobile {
    display: none;
  }
}
.promote-image__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.promote-image__logo {
  z-index: 1;
}
.promote-image__logo img {
  width: 120px;
  height: auto;
}
.promote-description__text {
  margin-bottom: 44px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .promote-description__text {
    margin-bottom: 32px;
  }
}
.promote-description__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .promote-description__list {
    gap: 8px;
  }
}
.promote-description__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  height: 144px;
  background: #FFFFFF;
  padding: 16px;
}
@media only screen and (max-width: 576px) {
  .promote-description__list-item {
    width: 103px;
    height: 120px;
  }
}
.promote-description__list-item-icon {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 769px) {
  .promote-description__list-item-icon {
    width: 40px;
    height: 40px;
  }
}
.promote-description__list-item-icon img {
  width: 100%;
  height: 100%;
}
.promote-description__list-item-name {
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .promote-description__list-item-name {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
}

.search-secondary {
  padding-top: 52px;
}
.search-secondary .feed-input-search {
  padding-top: 0;
}
.search-secondary .feed-input-search__input input[type=text]::placeholder {
  color: #22317F;
  font-size: 16px;
}
.search-secondary__result h3 {
  padding-top: 16px;
  border-bottom: 1px solid #070721;
}
.search-secondary__result-item {
  padding: 16px 0;
  border-bottom: 1px solid 2px solid #A6B6D3;
  display: flex;
}
.search-secondary__result-item-title {
  min-width: 37%;
  max-width: 37%;
  padding-right: 40px;
}
.search-secondary__result-item-content {
  display: flex;
  flex-direction: column;
}
.search-secondary__result-item-content span {
  margin-bottom: 16px;
}

.services-title {
  margin-bottom: 56px;
}
.services-title h2 {
  margin-bottom: 24px;
}
.services-list li {
  margin-bottom: 16px;
}
@media only screen and (max-width: 769px) {
  .services-list li {
    margin-bottom: 24px;
  }
}
.services-list__item {
  background: #FFFFFF;
  padding: 16px 41px 28px 24px;
  min-height: 160px;
  height: 100%;
}
.services-list__item h4 {
  margin-bottom: 8px;
  color: #22317F;
}
.services-list__item h3 {
  margin-bottom: 8px;
  color: #22317F;
  font-weight: 400;
}

.sponsors-level__name {
  margin-bottom: 24px;
}
.sponsors-list-item__image {
  background: #FFFFFF;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  margin-bottom: 8px;
}
.sponsors-list-item__image img {
  position: absolute;
  max-height: 80px;
  width: auto;
  height: auto;
  top: 50%;
  margin-right: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.sponsors-list-item__name {
  margin-bottom: 24px;
}
.sponsors-item {
  margin-bottom: 56px;
}
.sponsors-item:last-child {
  margin-bottom: 0;
}

.text-list__item {
  margin-bottom: 56px;
}
.text-list__item:last-child {
  margin-bottom: 0;
}
.text-list__item h3 {
  margin-bottom: 24px;
}
.text-list__item ul {
  padding: 15px;
}
.text-list__item ul li {
  position: relative;
  padding-left: 15px;
}
.text-list__item ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #585858;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.text-list__item ul, .text-list__item p {
  font-size: 16px;
}

.video-block__container {
  display: block;
  width: 100%;
}
.video-block__container iframe {
  width: 100%;
  height: 472px;
}
.video-block__container .plyr--video {
  width: 100%;
}
.video-block__container .plyr--video .plyr__control {
  will-change: auto;
}
.video-block__container .plyr--video .plyr__control:hover {
  background: #22317F;
}
.video-block__container .plyr__control--overlaid {
  width: 105px;
  height: 105px;
  background: #22317F;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.video-block__container .plyr__control--overlaid:after {
  content: "";
  position: absolute;
  top: 29px;
  left: 37px;
  width: 53px;
  height: 53px;
  background: url("../assets/image/play.svg") no-repeat;
}
.video-block__container .plyr__control--overlaid svg {
  display: none;
}
.content-description > div:last-child .video-block__container {
  margin-bottom: 0;
}

.video-section {
  overflow: hidden;
}
.video-section .plyr__controls {
  display: none !important;
}
.show .video-section .plyr__controls {
  display: flex !important;
}
.video-section .plyr__poster {
  background-size: cover;
}

.plyr--video {
  width: 100%;
  height: 100%;
}
.plyr__control--overlaid {
  width: 102px !important;
  height: 102px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #22317F !important;
  opacity: 0.5;
  position: relative;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.plyr__control--overlaid svg {
  display: none !important;
}
.plyr__control--overlaid:before {
  content: "";
  position: absolute;
  background: url("../assets/image/Polygon 5.svg") no-repeat;
  width: 33px;
  height: 34px;
  left: 41px;
}

.videoBlock__video video {
  width: 100%;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  background-size: cover;
}

.video-block__container .plyr__control--overlaid {
  box-shadow: none;
}

.restricted-popup {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 656px;
  width: 100%;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 100000px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 999999;
}
@media only screen and (max-width: 576px) {
  .restricted-popup {
    max-width: unset;
    width: 90%;
    padding: 24px;
  }
}
.restricted-popup div:not(.button--bg) {
  display: block;
  margin-bottom: 40px;
}
.restricted-popup div:not(.button--bg) h4 {
  color: #22317F;
  margin-bottom: 24px;
}
.restricted-popup div.button--bg {
  cursor: pointer;
}
.restricted-popup.show-popup {
  opacity: 1;
  pointer-events: auto;
}

.author-posts-wrapper {
  background: #F2F4F6;
}
.author-posts-wrapper h2 {
  margin-bottom: 40px;
}

.author-profile {
  display: flex;
  padding: 40px;
  background-color: #F2F4F6;
  margin-top: 80px;
}
@media only screen and (max-width: 769px) {
  .author-profile {
    flex-direction: column;
    padding: 24px 16px;
    margin-bottom: 80px;
  }
}
.author-profile__image {
  margin-right: 40px;
}
@media only screen and (max-width: 769px) {
  .author-profile__image {
    display: flex;
    margin-right: 0px;
  }
}
.author-profile__image img {
  width: 96px;
  height: 96px;
  margin-right: 8px;
}
.author-profile__content__title {
  color: #22317F;
}
@media only screen and (max-width: 769px) {
  .author-profile__content__title {
    display: none;
  }
}
.author-profile__content__subtitle {
  margin-bottom: 16px;
}
@media only screen and (max-width: 769px) {
  .author-profile__content__subtitle {
    display: none;
  }
}
.author-profile__content__description {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #585858;
}
@media only screen and (max-width: 769px) {
  .author-profile__content__description {
    margin-top: 24px;
  }
}
.author-profile__social {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media only screen and (max-width: 769px) {
  .author-profile__social {
    flex-wrap: wrap;
  }
}
.author-profile__social__email, .author-profile__social__item {
  margin-right: 16px;
}
.author-profile__social__link {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #585858;
  text-decoration: underline;
}
@media only screen and (max-width: 769px) {
  .author-profile__social__link {
    flex-basis: 100%;
    margin-top: 16px;
  }
}
.author-profile__social__link:hover a {
  color: #0063D3;
}
.author-profile__mobile {
  display: none;
}
@media only screen and (max-width: 769px) {
  .author-profile__mobile {
    display: flex;
    flex-direction: column;
  }
}
.author-profile__mobile__title {
  color: #22317F;
}

.content-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .content-title {
    display: none;
  }
}
.content-title h4, .content-title .h4 {
  font-weight: 400;
  font-size: 56px;
  line-height: 60px;
}
@media only screen and (max-width: 992px) {
  .content-title h4, .content-title .h4 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.content-title__mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .content-title__mobile {
    display: block;
    margin-top: -80px;
  }
}
.content-author li {
  margin-right: 5px;
  position: relative;
}
.content-author li:not(:only-of-type):after {
  content: ",";
  bottom: 0;
  right: 0;
}
.content-author li:last-child:after {
  content: "";
}
.single-wrapper .content-author {
  flex-wrap: wrap;
}
.single-wrapper .content-author li {
  margin-right: 1em;
  white-space: nowrap;
}
.content-description {
  margin-bottom: 96px;
}
.content-description h2, .content-description h3, .content-description .h2, .content-description .h3 {
  color: #22317F;
}
.content-description h4, .content-description h5, .content-description .h4, .content-description .h5 {
  margin-bottom: 24px;
  margin-top: 36px;
  padding: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #22317F;
  text-align: left;
}
.content-description p + h1, .content-description p + h2, .content-description p + h3, .content-description p + h4, .content-description p + h5 {
  margin-top: 24px;
}
.content-description p {
  margin-bottom: 24px;
  padding: 0;
}
.content-description h2 {
  margin-bottom: 24px;
  padding: 0;
  margin-top: 36px;
}
.content-block:last-child {
  margin-bottom: 0;
}
.content-block p ~ ul {
  padding-left: 16px;
  margin-bottom: 16px;
}

.image-true-size img {
  width: 100%;
}

.single-industry_learning .audio-block__container {
  margin-bottom: 48px;
}

.single-resources_guidelines .content-title,
.single-education_courses .content-title,
.single-events_resources .content-title,
.single-industry_learning .content-title,
.single-community_outreach .content-title,
.single-community_interviews .content-title {
  margin-bottom: 42px;
}

.single-resources_guidelines .button__container a.button.button--bg,
.single-education_courses .button__container a.button.button--bg,
.single-handbooks .button__container a.button.button--bg {
  margin-bottom: 0;
}

.breadcrumbs-wrapper {
  margin-bottom: 122px;
}

@media only screen and (max-width: 992px) {
  .single-copy__button {
    margin-bottom: 120px;
  }
}
.single-copy__button span {
  text-align: left;
}
@media only screen and (max-width: 769px) {
  .single-copy__button span:after {
    right: -16px;
  }
}
@media only screen and (max-width: 576px) {
  .single-copy__button span:after {
    right: 16px;
  }
}

.event-info .sidebar-col::after {
  content: "";
  position: absolute;
  width: 100px;
  top: -4.44444rem;
  bottom: -6.66667rem;
  left: calc( (-100vw + 1380px)/2 - 22px);
  width: calc( 100% + (100vw - 1380px)/2 + 32px );
  right: auto;
  z-index: -1;
  background: #a6b6d3;
}
@media only screen and (max-width: 1380px) {
  .event-info .sidebar-col::after {
    left: -30px;
    width: calc( 100% + 30px);
    right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .event-info .sidebar-col::after {
    left: -30px;
    right: -20px;
    width: calc( 100% + 50px);
  }
}
@media only screen and (max-width: 992px) {
  .event-info {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 769px) {
  .event-info {
    padding-top: 40px;
    background: #FFFFFF;
    position: relative;
  }
}
@media only screen and (max-width: 769px) {
  .event-info .hero-category-breadcrumbs-wrapper {
    display: none;
  }
}
.event-info .block-text h3 {
  margin-bottom: 0;
  color: #22317F;
}
.event-info .only-mobile {
  background: #A6B6D3;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: 80px;
  margin-top: -45px;
}
@media only screen and (max-width: 769px) {
  .event-info .only-mobile {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .event-info .not-mobile {
    display: none;
  }
}
.event-info .child-page {
  padding-top: 110px;
  background: #FFFFFF;
}
.event-info .child-page .event-info-sidebar__menu {
  background: #A6B6D3;
  padding: 40px 24px;
  margin-left: -24px;
  margin-right: -24px;
}
.event-info .child-page .hero-category-breadcrumbs-wrapper {
  display: block;
}
.event-info-sidebar__select {
  width: 100%;
  background: #A6B6D3;
  padding: 40px 24px;
  position: fixed;
  top: 69px;
  left: 0;
  z-index: 10000;
  display: none;
}
.event-info-sidebar__select:after {
  content: "";
  position: absolute;
  background: url("../assets/image/arrow-dark.svg") no-repeat;
  transform: rotate(90deg);
  top: 66px;
  right: 40px;
  width: 16px;
  height: 16px;
}
.event-info-sidebar__select select {
  width: 100%;
  position: relative;
}
.event-info-sidebar__menu {
  width: 281px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .event-info-sidebar__menu {
    width: unset;
    min-width: 200px;
  }
}
.event-info-sidebar__item {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 18px 8px 23px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  will-change: auto;
  transition: 500ms cubic-bezier(0.33, 0, 0, 1);
  overflow: hidden;
  height: 42px;
}
.event-info-sidebar__item:hover {
  background: white;
}
.event-info-sidebar__item span, .event-info-sidebar__item a {
  width: 100%;
  display: block;
  font-weight: 300;
  color: #22317F;
  transition: 250ms linear;
}
.event-info-sidebar__parent {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.event-info-sidebar__parent:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #A6B6D3;
  transition: 500ms cubic-bezier(0.33, 0, 0, 1);
}
.open .event-info-sidebar__parent:after {
  margin-top: 8px;
  width: 100%;
}
.event-info-sidebar__parent span, .event-info-sidebar__parent a {
  transition: 250ms linear;
}
.open .event-info-sidebar__parent span,
.open .event-info-sidebar__parent a, .current .event-info-sidebar__parent span,
.current .event-info-sidebar__parent a {
  font-weight: 500;
}
.event-info-sidebar__parent .has-child {
  position: relative;
}
.event-info-sidebar__parent .has-child:after {
  content: "";
  position: absolute;
  background: center url("../assets/image/arrow-dark.svg") no-repeat;
  width: 12px;
  height: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 500ms cubic-bezier(0.33, 0, 0, 1);
}
.open .event-info-sidebar__parent .has-child:after {
  transform: translateY(-50%) rotate(270deg);
}
.event-info-sidebar__parent-info {
  margin-bottom: 64px;
}
.event-info-sidebar__parent-info-title {
  margin-bottom: 24px;
}
.event-info-sidebar__parent-data {
  margin-right: 48px;
  margin-bottom: 40px;
}
.event-info-sidebar__parent-data-wrapper {
  display: flex;
  margin-bottom: 28px;
  flex-direction: column;
}
.event-info-sidebar__children {
  position: relative;
  will-change: auto;
}
.event-info-sidebar__children.active:before {
  opacity: 1;
}
.event-info-sidebar__children:before {
  content: "";
  position: absolute;
  background: #FFC917;
  width: 8px;
  height: 8px;
  left: -20px;
  top: 7px;
  opacity: 0;
  transition: 250ms linear;
}
.event-info-sidebar__children:hover {
  font-weight: 500;
}
.event-info-sidebar__children:hover:before {
  opacity: 1;
}
.event-info-sidebar__children-list {
  position: absolute;
  padding: 18px 13px 8px 20px;
  width: calc(100% - 18px - 23px);
}
.event-info-sidebar__children-list li {
  margin-bottom: 10px;
}
.event-info-sidebar__children-list li:last-child {
  margin-bottom: 8px;
}
.event-info-sidebar__children.active::before {
  content: "";
  position: absolute;
  background: #FFC917;
  width: 8px;
  height: 8px;
  left: -20px;
  top: 7px;
}
.event-info .open, .event-info .current {
  background: #FFFFFF;
}

.events-subpage-title {
  margin-bottom: 24px;
}
.events-subpage-content {
  padding-left: 110px;
}
@media only screen and (max-width: 769px) {
  .events-subpage-content {
    padding-left: 0;
  }
}

.show-rectangle {
  font-weight: 500;
}
.show-rectangle:before {
  display: block;
}

.group-menu {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .group-menu {
    display: none;
  }
}
.group-menu__item {
  will-change: tranform;
}
.group-menu__item:hover {
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.group-menu__item:hover label {
  font-weight: 400;
}
.group-menu-wrapper {
  padding: 40px 0;
}
.group-menu-wrapper .mobile-select {
  display: none;
}
@media only screen and (max-width: 992px) {
  .group-menu-wrapper .mobile-select {
    display: block;
  }
}

.patients-orgs__title {
  margin-bottom: 28px;
}
.patients-orgs__title h4 {
  margin-bottom: 7px;
}
@media only screen and (max-width: 769px) {
  .patients-orgs .content-sidebar-wrapper {
    margin-left: -3px;
  }
}

.content-sidebar-wrapper {
  position: sticky;
  top: calc(110px + 80px);
}
@media only screen and (max-width: 992px) {
  .content-sidebar-wrapper {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 769px) {
  .content-sidebar-wrapper {
    margin: 0 -24px;
  }
}
@media only screen and (max-width: 992px) {
  .content-sidebar {
    background: #F2F4F6;
    padding: 40px 30px;
  }
}
.content-sidebar__count {
  max-width: 210px;
  margin-bottom: 40px;
}
.content-sidebar__count h4 {
  margin-bottom: 8px;
}
.content-sidebar__count li {
  margin-bottom: 4px;
}
.content-sidebar__tags {
  max-width: 250px;
}
@media only screen and (max-width: 769px) {
  .content-sidebar__tags {
    max-width: unset;
  }
}
.content-sidebar__tags h4 {
  margin-bottom: 8px;
}
.content-sidebar__tags-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-sidebar__tags-list li {
  margin-bottom: 8px;
  margin-right: 8px;
}
.content-sidebar__tags-list li h4 {
  margin-bottom: 7px;
}
.content-sidebar__image {
  margin-bottom: 40px;
}
.content-sidebar__logo {
  width: 210px;
  height: 78px;
  padding: 5px 0;
}
.content-sidebar__logo img {
  width: auto;
  height: 100%;
}
.content-sidebar__nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.content-sidebar__nav-list .list--item a {
  font-size: 16px;
  font-weight: 300;
  transition: 0.4s ease-out;
}
.content-sidebar__nav-list .list--item a.active {
  font-weight: 500;
}

.cta {
  background: #070721;
}
.cta-form {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .cta-form {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.cta-form input[type=submit] {
  -webkit-appearance: none;
  margin-left: 24px;
  padding-left: 16px;
  padding-right: 80px;
  border: none;
  border-radius: 0px;
  outline: none;
  background: #FFC917;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .cta-form input[type=submit] {
    width: 100%;
    margin-left: 0;
    display: block;
    padding: 16px;
    text-align: left;
  }
}
.cta-form input[type=text] {
  max-width: 264px;
  margin-right: 24px;
}
@media only screen and (max-width: 769px) {
  .cta-form input[type=text] {
    max-width: unset;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cta-form__submit {
  width: fit-content;
  padding: 0;
  will-change: tranform;
}
@media only screen and (max-width: 769px) {
  .cta-form__submit {
    width: 100%;
    margin-top: 20px;
  }
}
.cta-form__submit .js-cm-submit-button {
  color: #585858;
}
.cta-form__submit:after {
  content: "";
  background: url("../assets/image/arrow.svg");
  position: absolute;
  bottom: 16px;
  right: 18px;
  width: 24px;
  height: 24px;
  background-size: contain;
  pointer-events: none;
  will-change: tranform;
}
@media only screen and (max-width: 769px) {
  .cta-form__submit:after {
    bottom: 14px;
  }
}
.cta-form__submit:hover::after {
  animation: cardButtonArrowRotation 1s cubic-bezier(0.16, 1, 0.3, 1);
  background-image: url("../assets/image/white_arrow.png");
}
.cta-form__submit input {
  transition: background 0.25s ease;
  will-change: auto;
}
.cta-form__submit input:hover {
  background: #0063D3;
  color: #fff;
}
@media only screen and (max-width: 769px) {
  .cta h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .cta h2, .cta h4 {
    margin-bottom: 40px !important;
  }
}
.cta-result {
  display: block;
}
.cta .done {
  color: #10874F;
}
.cta .failed {
  color: #B7092F;
}
.cta #js-submit-result {
  position: absolute;
  width: 100%;
  bottom: -35px;
}
.cta-new h2 {
  max-width: 250px;
}
.cta-new .cta-form__submit {
  min-height: 56px;
}
.cta-new .wpcf7-form input[type=submit] {
  color: #070721;
  position: relative;
  background-image: url("../assets/image/arrow-dark-new.svg");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 24px;
}
.cta-new .wpcf7-form input[type=submit]:hover {
  cursor: pointer;
}

.cta-secondary {
  background: #F8F8F9;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .cta-secondary .container .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 576px) {
  .cta-secondary__content {
    margin-top: 70%;
  }
}
.cta-secondary__title {
  color: #585858;
  margin-bottom: 40px;
  max-width: 80%;
}
.cta-secondary h2 {
  color: #22317F;
  margin-bottom: 40px;
}
.cta-secondary a {
  width: fit-content;
}
@media only screen and (max-width: 576px) {
  .cta-secondary a {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .cta-secondary__button span:after {
    right: -64px;
  }
}
@media only screen and (max-width: 576px) {
  .cta-secondary__button {
    position: unset;
  }
  .cta-secondary__button span {
    margin-right: 0;
  }
  .cta-secondary__button span:after {
    right: 16px;
  }
}
.cta-secondary__image {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .cta-secondary__image {
    height: unset;
  }
}
.cta-secondary__image-wrapper {
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .cta-secondary__image-wrapper {
    height: unset;
  }
}
@media only screen and (max-width: 992px) {
  .cta-secondary__image-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .cta-secondary__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.cta-secondary__image img {
  height: 100%;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.cta-slider {
  background: #F8F8F9;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .cta-slider {
    padding-top: 0;
  }
}
.cta-slider .slider-big {
  margin-bottom: 80px;
}
.cta-slider__big {
  display: flex !important;
}
@media only screen and (max-width: 992px) {
  .cta-slider__big {
    flex-direction: column-reverse;
    margin-right: 0;
    margin-bottom: 136px;
  }
}
.cta-slider__big .row {
  min-width: 100%;
}
@media only screen and (max-width: 992px) {
  .cta-slider__big .row {
    flex-direction: column-reverse;
  }
}
.cta-slider__big-image {
  height: 656px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .cta-slider__big-image {
    height: unset;
    padding-bottom: 72%;
    min-width: 100vw;
    margin-left: -24px;
  }
}
.cta-slider__big-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cta-slider__big-title {
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .cta-slider__big-title {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .cta-slider__small {
    display: none;
  }
}
.cta-slider__small > li {
  cursor: pointer;
}
.cta-slider__small .current-button .cta-slider__progress-line {
  display: block;
}
.cta-slider__small-item {
  padding-top: 40px;
}
.cta-slider__progress {
  width: 100%;
  height: 4px;
  background: #EAEEF2;
  overflow: hidden;
  position: relative;
}
.cta-slider__progress-line {
  display: inline-block;
  background: #FFC917;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
}
.slider-btn.active .cta-slider__progress-line {
  width: 100%;
  transition: 6s linear;
}

.text-image-cta {
  min-height: 720px;
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #F2F4F6;
}
@media only screen and (max-width: 992px) {
  .text-image-cta {
    flex-direction: column !important;
    padding-top: 0;
    padding-bottom: 184px;
  }
}
.text-image-cta-secondary {
  min-height: unset;
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .text-image-cta-secondary {
    padding-bottom: 56px;
  }
}
@media only screen and (max-width: 576px) {
  .text-image-cta__content .events-banner__buttons {
    display: none;
  }
}
.text-image-cta__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__title {
    margin-bottom: 24px;
  }
}
.text-image-cta__title-secondary {
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__title-secondary {
    max-width: 100% !important;
  }
}
.text-image-cta__description {
  color: #22317F;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.text-image-cta__description h4 {
  margin-bottom: 40px;
}
.text-image-cta__description p {
  color: #070721;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__description-secondary {
    max-width: 100% !important;
  }
}
.text-image-cta__description-secondary h4 {
  margin-bottom: 56px;
}
.text-image-cta__button {
  position: absolute;
  bottom: 0;
}
.text-image-cta__button-secondary {
  position: unset;
  margin-top: 40px;
}
.text-image-cta__description, .text-image-cta__title {
  max-width: 535px;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__description, .text-image-cta__title {
    max-width: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .text-image-cta__description, .text-image-cta__title {
    max-width: 535px;
  }
}
.text-image-cta__image-wrapper {
  position: absolute;
  top: 0;
  width: 50%;
}
.text-image-cta__image-wrapper-secondary {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__image-wrapper-secondary {
    display: none;
  }
}
.text-image-cta__image-wrapper-secondary img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-cta__image-wrapper-secondary-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__image-wrapper-secondary-mobile {
    display: block;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .text-image-cta__image-wrapper {
    position: relative;
    top: unset;
    width: 100%;
    margin-bottom: 40px;
  }
}
.text-image-cta__image {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__image {
    padding-bottom: 65%;
  }
}
.text-image-cta__image img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .text-image-cta__image img {
    position: absolute;
  }
}
@media only screen and (max-width: 576px) {
  .text-image-cta__image img {
    height: 100%;
  }
}

@keyframes imageScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.visible img {
  animation: imageScale 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.1);
}

.card-organisation {
  background: #FFFFFF;
  display: flex;
  padding: 24px 24px 36px 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 769px) {
  .card-organisation {
    flex-direction: column;
  }
}
.card-organisation:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 18px;
  top: 22px;
  background: url("../assets/image/arrow-dark.svg") no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.card-organisation-wrapper {
  margin-bottom: 16px;
}
.card-organisation-wrapper .card-organisation__info {
  position: relative;
}
.card-organisation-wrapper .card-organisation__info > .card-organisation__content {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 1240px) {
  .card-organisation-wrapper .card-organisation__info > .card-organisation__content {
    white-space: normal;
  }
}
.card-organisation-wrapper .card-organisationHidden {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.card-organisation-wrapper .card-organisationHidden .card-organisation__content:last-of-type .card-organisation__sidebar,
.card-organisation-wrapper .card-organisationHidden .card-organisation__content:last-of-type .card-organisation__text {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .card-organisation-wrapper .card-organisationHidden .card-organisation__content:first-of-type {
    display: none;
  }
}
.card-organisation-wrapper .card-organisationHidden .card-organisation__button {
  margin-top: 24px;
}
.card-organisation-wrapper .open .card-organisation__info > .card-organisation__content {
  transform: translateX(224px);
}
@media only screen and (max-width: 992px) {
  .card-organisation-wrapper .open .card-organisation__info > .card-organisation__content {
    transform: translateX(166px);
  }
}
@media only screen and (max-width: 769px) {
  .card-organisation-wrapper .open .card-organisation__info > .card-organisation__content {
    transform: translateX(0);
  }
}
.card-organisation-wrapper .open .card-organisationHidden {
  opacity: 1;
}
@media only screen and (max-width: 769px) {
  .card-organisation-wrapper .open .card-organisationHidden {
    margin-top: 24px;
  }
}
.card-organisation-wrapper .open:after {
  transform: rotate(270deg);
}
.card-organisation__country {
  max-width: 405px;
  width: 100%;
  color: #22317F;
}
@media only screen and (max-width: 1240px) {
  .card-organisation__country {
    max-width: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .card-organisation__country {
    max-width: 240px;
  }
}
@media only screen and (max-width: 769px) {
  .card-organisation__country {
    max-width: unset;
    margin-bottom: 16px;
  }
}
.card-organisation__country h4 {
  width: 360px;
}
@media only screen and (max-width: 992px) {
  .card-organisation__country h4 {
    width: 240px;
  }
}
@media only screen and (max-width: 769px) {
  .card-organisation__country h4 {
    width: unset;
  }
}
.card-organisation__info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 405px);
  padding-right: 30px;
  color: #22317F;
}
@media only screen and (max-width: 1240px) {
  .card-organisation__info {
    width: calc(100% - 350px);
  }
}
@media only screen and (max-width: 992px) {
  .card-organisation__info {
    width: calc(100% - 240px);
  }
}
@media only screen and (max-width: 769px) {
  .card-organisation__info {
    width: 100%;
  }
}
.card-organisation__content {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 769px) {
  .card-organisation__content {
    flex-direction: column;
  }
}
.card-organisation__content:last-child {
  margin-bottom: 0;
}
.card-organisation__sidebar {
  position: absolute;
  height: 100%;
  opacity: 0;
  color: #22317F;
  margin-right: 16px;
  width: 208px;
}
@media only screen and (max-width: 992px) {
  .card-organisation__sidebar {
    width: 150px;
  }
}
@media only screen and (max-width: 769px) {
  .card-organisation__sidebar {
    position: unset;
    opacity: 1;
  }
}
.card-organisation__text {
  display: none;
  width: calc(100% - 208px - 16px);
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .card-organisation__text {
    width: calc(100% - 150px - 16px);
  }
}
@media only screen and (max-width: 769px) {
  .card-organisation__text {
    width: 100%;
  }
}
.card-organisation__text:last-child {
  margin-bottom: 0;
}
.card-organisation__text-wrapper {
  display: flex;
  flex-direction: column;
}
.card-organisation .visible {
  display: unset;
}
.card-organisation__button {
  display: none;
}
@media only screen and (max-width: 769px) {
  .card-organisation__button {
    width: 100%;
  }
}
.card-organisation__button a {
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .card-organisation__button a {
    width: 100%;
  }
}
.card-organisation__name {
  display: block;
}
.open .card-organisation__name {
  width: calc(100% - 208px - 16px);
}
@media only screen and (max-width: 992px) {
  .open .card-organisation__name {
    width: calc(100% - 150px - 16px);
  }
}
@media only screen and (max-width: 769px) {
  .open .card-organisation__name {
    width: 100%;
  }
}

.card-organisationHidden {
  opacity: 0;
  height: 0;
}
.card-organisationHidden .card-organisation__sidebar,
.card-organisationHidden .card-organisation__text,
.card-organisationHidden .card-organisation__button {
  display: inline-block;
}
.card-organisationHidden .card-organisation__sidebar,
.card-organisationHidden .card-organisation__text {
  margin-bottom: 24px;
  position: unset;
  opacity: 1;
}

.other-posts li {
  margin-bottom: 24px;
}
.other-posts__item {
  background: #FFFFFF;
  margin-bottom: 24px;
  padding: 24px 113px 104px 24px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .other-posts__item {
    padding: 24px;
    height: unset;
  }
}
.other-posts__item-title {
  margin-bottom: 24px;
  color: #22317F;
}
.other-posts__item-button {
  width: fit-content;
  position: absolute;
  bottom: 24px;
  left: 24px;
}
@media only screen and (max-width: 769px) {
  .other-posts__item-button {
    width: 100%;
    position: unset;
  }
  .other-posts__item-button span:after {
    right: -64px;
  }
}
@media only screen and (max-width: 576px) {
  .other-posts__item-button {
    position: unset;
  }
  .other-posts__item-button span {
    margin-right: 0;
  }
  .other-posts__item-button span:after {
    right: 16px;
  }
}
@media only screen and (max-width: 769px) {
  .other-posts__item-description {
    margin-bottom: 40px;
  }
}

.section-other-padding {
  padding: 24px 24px 104px 24px;
}
@media only screen and (max-width: 769px) {
  .section-other-padding {
    padding: 24px;
  }
}

.card-programmes {
  padding: 24px 24px 72px;
  background: #FFFFFF;
  position: relative;
  height: 100%;
}
.card-programmes__info {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: #0063D3;
  margin-bottom: 24px;
}
.card-programmes__name {
  color: #22317F;
  margin: 8px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
.card-programmes__content {
  margin-bottom: 24px;
}
.card-programmes__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.card-programmes__organisation {
  max-height: 48px;
  overflow: hidden;
  color: #585858;
}
.card-programmes__button {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.card-programmes__image {
  width: 160px;
  position: relative;
  height: 160px;
}
.card-programmes__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}

.card-text {
  background: #FFFFFF;
  padding: 24px 24px 100px 24px;
  display: flex;
  flex-direction: column;
  min-height: 368px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .card-text {
    min-height: unset;
    padding: 24px;
  }
}
.card-text-wrapper {
  margin-bottom: 16px;
}
.card-text__title {
  margin-bottom: 24px;
  color: #22317F;
}
.card-text__button {
  position: absolute;
  bottom: 40px;
  left: 24px;
}
@media only screen and (max-width: 769px) {
  .card-text__button span:after {
    right: -64px;
  }
}
@media only screen and (max-width: 576px) {
  .card-text__button {
    position: unset;
  }
  .card-text__button span {
    margin-right: 0;
  }
  .card-text__button span:after {
    right: 16px;
  }
}
.card-text__button a {
  width: fit-content;
}
@media only screen and (max-width: 576px) {
  .card-text__button a {
    width: 100%;
  }
}
.card-text__description {
  max-width: 520px;
}
@media only screen and (max-width: 576px) {
  .card-text__description {
    margin-bottom: 24px;
  }
}

.card-upcoming {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  min-height: 400px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .card-upcoming {
    flex-direction: column;
  }
}
.card-upcoming-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-image {
    height: 240px;
  }
}
.card-upcoming-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  will-change: tranform;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-image-wrapper {
    position: unset;
    width: 100%;
  }
}
.card-upcoming-image:hover img {
  transform: scale(1.15);
}
.card-upcoming-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.card-upcoming-content {
  width: 50%;
  padding: 24px 113px 96px 40px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-content {
    width: 100%;
    padding: 24px;
  }
}
.card-upcoming-info {
  margin-bottom: 8px;
}
.card-upcoming-name {
  margin-bottom: 24px;
}
.card-upcoming-city {
  margin-bottom: 24px;
  color: #585858;
  position: relative;
  padding-left: 32px;
}
.card-upcoming-city:before {
  content: "";
  position: absolute;
  background: url("../assets/image/location-icon.svg") no-repeat;
  width: 16px;
  height: 18px;
  left: 0;
  top: 2px;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-description {
    margin-bottom: 16px;
  }
}
.card-upcoming-button {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-button {
    position: unset;
  }
}
@media only screen and (max-width: 769px) {
  .card-upcoming-button {
    flex-direction: column;
  }
}
.card-upcoming-button a {
  width: fit-content;
  margin-right: 40px;
}
@media only screen and (max-width: 769px) {
  .card-upcoming-button a {
    margin-right: 0;
    width: 100%;
  }
}
.card-upcoming-button a:last-child {
  margin-right: 0;
}
.card-upcoming-button span {
  text-transform: capitalize;
}
@media only screen and (max-width: 769px) {
  .card-upcoming-button span {
    margin-right: 0;
  }
}
@media only screen and (max-width: 769px) {
  .card-upcoming-button .button--card {
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
.card-upcoming-date {
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 14px 16px 12px 13px;
  border: 1px solid #0063D3;
  display: flex;
  flex-direction: column;
  color: #0063D3;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .card-upcoming-date {
    color: #FFFFFF;
    background: #0063D3;
  }
}
.card-upcoming-date__day, .card-upcoming-date__month {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: end;
}
.card-upcoming-date__year {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

.card-vacancie {
  background: #FFFFFF;
  margin-bottom: 16px;
  display: flex;
  padding: 24px 0 40px 24px;
}
@media only screen and (max-width: 992px) {
  .card-vacancie {
    flex-direction: column;
    padding: 24px 24px 40px 24px;
  }
}
.card-vacancie:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 24px;
  top: 22px;
  background: url("../assets/image/arrow-dark.svg") no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.card-vacancie-wrapper .open:after {
  transform: rotate(270deg);
}
.card-vacancie__short {
  width: 35%;
}
@media only screen and (max-width: 992px) {
  .card-vacancie__short {
    width: 100%;
    margin-bottom: 24px;
  }
}
.card-vacancie a {
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .card-vacancie a {
    width: 100%;
  }
}
.card-vacancie__info {
  max-width: 650px;
}
@media only screen and (max-width: 992px) {
  .card-vacancie__info {
    max-width: 500px;
  }
}
.card-vacancie__info .knowledge-hub__button {
  margin-bottom: 0;
}
.card-vacancie__name {
  display: block;
  margin-bottom: 24px;
}
.card-vacancie__text {
  display: none;
  margin-bottom: 24px;
}
.open .card-vacancie__text {
  display: block;
}

.job-offer .card-vacancie {
  background: #E1E8F2;
}
.job-offer .card-vacancie:after {
  background: unset;
}
.job-offer .card-vacancie__text {
  display: block;
}

.card-working-group {
  display: flex;
  background: #FFFFFF;
  padding: 24px 24px 72px 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 769px) {
  .card-working-group {
    flex-direction: column;
  }
}
.card-working-group-wrapper {
  width: 100%;
}
.card-working-group__title {
  width: 100%;
  max-width: 250px;
  margin-right: 172px;
}
@media only screen and (max-width: 769px) {
  .card-working-group__title {
    margin-bottom: 16px;
  }
}
.card-working-group__info {
  position: relative;
  min-width: 160px;
}
.card-working-group__description {
  margin-bottom: 48px;
  max-width: 650px;
}
@media only screen and (max-width: 769px) {
  .card-working-group__description {
    margin-bottom: 16px;
  }
}
.card-working-group__button {
  position: absolute;
  bottom: -24px;
  left: 0;
}

.committees-list li {
  margin-bottom: 16px;
}

.feed-map {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .feed-map {
    flex-direction: column;
  }
}
.feed-map-wrapper {
  margin-bottom: 80px;
  display: none;
}
.feed-map-wrapper.show {
  display: block;
}
.feed-map__google-wrapper {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .feed-map__google-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.feed-map__list {
  width: 100%;
  table-layout: fixed;
}
.feed-map__list-arrow {
  text-align: right !important;
}
.feed-map__list thead {
  background: #FFC917;
  position: sticky;
  top: 0;
  z-index: 2;
}
.feed-map__list tbody {
  overflow-y: scroll;
}
.feed-map__list tbody tr {
  background: #F8F8F9;
  transition: all 0.2s;
}
.feed-map__list tbody tr.active {
  background: #EAEEF2;
}
.feed-map__list tbody tr:nth-child(odd) {
  background: #FFFFFF;
}
.feed-map__list tbody tr:nth-child(odd).active {
  background: #EAEEF2;
}
.feed-map__list tbody tr:hover {
  background: #EAEEF2;
}
.feed-map__list th, .feed-map__list td {
  padding: 18px;
  text-align: left;
  font-weight: 400;
}
.feed-map__list-wrapper {
  width: 50%;
  height: 400px;
  overflow: auto;
  overflow: overlay;
  background: #FFFFFF;
}
.feed-map__list-wrapper::-webkit-scrollbar {
  width: 8px;
  z-index: 2;
}
.feed-map__list-wrapper::-webkit-scrollbar-track {
  background: transparent;
  margin-top: 60px;
}
.feed-map__list-wrapper::-webkit-scrollbar-thumb {
  background: #A6B6D3;
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}
@media only screen and (max-width: 992px) {
  .feed-map__list-wrapper {
    width: 100%;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map img {
  max-width: inherit !important;
}
.acf-map button, .acf-map .gmnoprint {
  display: none !important;
}

.marker h3 {
  font-size: 10px;
}

.gm-style-iw.gm-style-iw-c {
  display: none;
}

.gm-style .gm-style-iw-tc::after {
  display: none;
}

.tabs-wrapper {
  margin-bottom: 40px;
}
.tabs-wrapper .feed-tabs {
  display: flex;
  margin: 0 -8px;
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  .tabs-wrapper .feed-tabs {
    display: none;
  }
}
.tabs-wrapper .feed-tabs__item label {
  color: #070721;
  display: inline-block;
  font-size: 16px;
  padding: 8px 16px;
}
@media only screen and (max-width: 1440px) {
  .tabs-wrapper .feed-tabs__item label {
    padding: 8px 16px;
  }
}
.tabs-wrapper .feed-tabs__item input[type=radio] {
  display: none;
}
.tabs-wrapper .feed-tabs__item input[type=radio]:checked + label, .tabs-wrapper .feed-tabs__item input[type=radio]:hover + label {
  cursor: pointer;
}
@media only screen and (max-width: 769px) {
  .tabs-wrapper .feed-tabs__item {
    display: block;
  }
}
.tabs-wrapper .feed-select {
  display: none;
}
@media only screen and (max-width: 992px) {
  .tabs-wrapper .feed-select {
    display: block;
    width: 100%;
  }
  .tabs-wrapper .feed-select select {
    -webkit-appearance: none;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    height: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    border: none;
    color: #22317F;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1.5L8 8.5L1 1.5' stroke='%2322317F' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 16px center;
  }
  .tabs-wrapper .feed-select select option {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
  }
}
.tabs-wrapper .tab_item_background {
  position: absolute;
  background: #ffc917;
  left: 0;
  top: 0;
  width: 100px;
  height: 40px;
  opacity: 0;
}
.tabs-wrapper .tab_item_background.active_tab {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.active_tab .group-menu__item {
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.active_tab .group-menu__item label {
  font-weight: 400;
}

.single-section_group .group-menu {
  margin: 0 -8px;
}

.page-template-event-type-main .feed-tabs {
  padding: 0;
  margin-bottom: 40px;
}
.page-template-event-type-main .feed-tabs__item label {
  line-height: 1.5;
  padding: 8px 16px;
  display: inline-block;
}

.latest-wrapper .content_tabs {
  padding-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .latest-wrapper .content_tabs {
    display: none;
  }
}
.latest-wrapper .tabs-wrapper {
  margin-bottom: 40px !important;
}

@keyframes openTabs {
  from {
    max-height: 0;
  }
  to {
    max-height: var(--to-open-width);
  }
}
.filter-pagination {
  margin-top: 24px;
}

.latest-wrapper {
  padding-top: 80px;
  padding-bottom: 126px;
}
@media only screen and (max-width: 992px) {
  .latest-wrapper {
    padding-bottom: 80px;
  }
  .latest-wrapper .card-upcoming {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 769px) {
  .latest-wrapper {
    padding: 80px 0;
  }
}
.latest-wrapper .feed-list {
  margin-top: -20px;
  margin-bottom: -20px;
}
.latest-wrapper .feed-list-wrapper.loading {
  opacity: 0;
}
.latest-wrapper .feed-list li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.latest-wrapper .latest-updates__title {
  color: #22317F;
  margin-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .latest-wrapper .latest-updates__title {
    margin-bottom: 40px;
  }
}

.without-posts__text {
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .without-posts__text {
    justify-content: center;
    text-align: center;
  }
}
.without-posts__text h2 {
  margin-bottom: 14px;
}
.without-posts__text a {
  margin-top: 68px;
  width: fit-content;
}
@media only screen and (max-width: 992px) {
  .without-posts__button {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .without-posts__button span {
    text-align: left;
  }
  .without-posts__button span:after {
    right: -24px;
  }
}
@media only screen and (max-width: 576px) {
  .without-posts__button a {
    width: 100%;
  }
}

.card-upcoming-image-wrapper > div {
  height: 100%;
}

.list-subcategory-wrapper {
  width: 100%;
}
.list-subcategory-wrapper .list-subcategory {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 576px) {
  .list-subcategory-wrapper .list-subcategory {
    padding-bottom: 80px;
  }
}
.list-subcategory-wrapper .list-subcategory__title {
  margin-bottom: 40px;
}
.list-subcategory-wrapper .list-subcategory__items {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 769px) {
  .list-subcategory-wrapper .list-subcategory__items-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.list-subcategory-wrapper .list-subcategory__items li {
  margin-bottom: 18px;
}
.list-subcategory-wrapper .list-subcategory__items .slick-track {
  height: 100%;
}
.list-subcategory-wrapper .list-subcategory .list-slider__nav-count {
  color: #FFFFFF;
}
.list-subcategory-wrapper .list-subcategory .prev, .list-subcategory-wrapper .list-subcategory .next {
  background: #FFC917;
}
.list-subcategory-wrapper .list-subcategory .prev:after, .list-subcategory-wrapper .list-subcategory .next:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  top: 9px;
  left: 13px;
  background: url("../assets/image/arrow-dark.svg") no-repeat;
}
.list-subcategory-wrapper .list-subcategory .prev:after {
  width: 9px;
  height: 16px;
  top: 6px;
  left: 11px;
}

.slick-arrow.slick-hidden {
  display: unset;
}

.list-events-wrapper .reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 769px) {
  .list-events-wrapper .reverse {
    flex-direction: column;
  }
}
.list-events-wrapper .reverse .list-events__content-wrapper {
  padding: 64px 112.1px 68px 112.1px;
}
@media only screen and (max-width: 576px) {
  .list-events-wrapper .reverse .list-events__content-wrapper {
    padding: 40px 40px 100px 40px;
  }
}
.list-events-wrapper .column .list-events__item {
  flex-direction: column;
}
.list-events-wrapper .column .list-events__item .list-events__content-wrapper {
  padding: 40px 112.1px 68px 112.1px;
}
@media only screen and (max-width: 769px) {
  .list-events-wrapper .column .list-events__item .list-events__content-wrapper {
    padding: 40px 40px 100px 40px;
  }
}
.list-events:last-child {
  margin-bottom: 0;
}
.list-events__item {
  position: relative;
  display: flex;
  flex-direction: row;
  background: #FFFFFF;
  margin-bottom: 40px;
  min-height: 324px;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .list-events__item {
    flex-direction: column;
  }
}
.list-events__item-wrapper {
  height: 100%;
  padding-bottom: 56px;
}
.list-events__image {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 58%;
  will-change: tranform;
}
.list-events__image:hover img {
  transform: scale(1.15);
}
@media only screen and (max-width: 769px) {
  .list-events__image {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }
}
.list-events__image-wrapper {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .list-events__image-wrapper {
    width: 100%;
  }
}
.list-events__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.list-events__content {
  max-width: 550px;
  width: 100%;
}
.list-events__content-wrapper {
  padding: 64px 112.1px 68px 131px;
  min-width: 51%;
}
@media only screen and (max-width: 992px) {
  .list-events__content-wrapper {
    padding: 40px 40px 100px 40px;
  }
}
.list-events__title {
  margin-bottom: 24px;
  color: #22317F;
}
.list-events__button {
  position: absolute;
  bottom: 40px;
}
.list-events h3 {
  color: #22317F;
  margin-bottom: 24px;
}
.list-events .other-pages .list-events__content-wrapper {
  min-width: 58%;
}

@media only screen and (max-width: 769px) {
  .page-template-eaaci-types-page .list-events__item {
    margin-bottom: 0;
  }
  .page-template-eaaci-types-page .list-events__item-wrapper {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .page-template-eaaci-types-page .list-events__content-wrapper {
    padding-bottom: 40px;
  }
  .page-template-eaaci-types-page .list-events__content-wrapper .list-events__button {
    position: static;
    margin-top: 40px;
  }
}

@keyframes imageScaleIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes imageScaleOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.member-title {
  margin-bottom: 40px;
  display: block;
}
.member-list li {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .member-wrapper .card-organisation-wrapper {
    margin-bottom: 24px;
  }
}

.list-slider {
  overflow: hidden;
}
.list-slider .card {
  min-height: 440px;
  height: 100%;
}
.list-slider .card.news-card {
  min-height: 504px;
}
@media only screen and (max-width: 576px) {
  .list-slider .card.news-card {
    min-height: unset;
  }
}
@media only screen and (max-width: 769px) {
  .list-slider__items {
    margin-bottom: 40px;
  }
}
.list-slider__nav {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
}
@media only screen and (max-width: 769px) {
  .list-slider__nav {
    margin-bottom: 24px;
    margin-top: 0px;
  }
}
.list-slider__nav-arrow {
  width: 32px;
  height: 32px;
  background: #22317F;
  cursor: pointer;
}
.list-slider__nav-count {
  padding: 0 20px;
  color: #22317F;
}
.list-slider__nav .next, .list-slider__nav .next-news {
  position: relative;
}
.list-slider__nav .next:after, .list-slider__nav .next-news:after {
  content: "";
  position: absolute;
  background: url(../assets/image/Right.svg) no-repeat;
  width: 12px;
  height: 20px;
  top: 6px;
  left: 11px;
}
.list-slider__nav .prev, .list-slider__nav .prev-news {
  position: relative;
}
.list-slider__nav .prev:after, .list-slider__nav .prev-news:after {
  content: "";
  position: absolute;
  background: url(../assets/image/Right.svg) no-repeat;
  transform: rotate(180deg);
  width: 12px;
  height: 20px;
  top: 6px;
  left: 8px;
}
.list-slider .slick-list li {
  padding: 0 8px;
}
@media only screen and (max-width: 992px) {
  .list-slider__button {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .list-slider__button span:after {
    right: 20px;
  }
}

.news-slider {
  overflow: hidden;
}
.news-slider .col-lg-4 {
  position: relative;
  z-index: 2;
}
.news-slider .col-lg-8 {
  position: relative;
}
.news-slider .col-lg-8:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background-color: #E1E8F2;
  z-index: 1;
  margin-right: -2px;
}
@media only screen and (max-width: 992px) {
  .news-slider .col-lg-8:before {
    display: none;
  }
}
.news-slider .news-card__description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.news-slider .news-card .card-button {
  position: absolute;
  bottom: 24px;
}
.news-slider .slick-list {
  margin: 0 -8px;
}
.news-slider .slick-list li {
  padding: 0 8px;
}

.events_slider {
  overflow: hidden;
}
.events_slider .col-lg-4 {
  position: relative;
  z-index: 2;
}
.events_slider .col-lg-8 {
  position: relative;
}
.events_slider .col-lg-8:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background-color: #E1E8F2;
  z-index: 1;
  margin-right: -2px;
}
@media only screen and (max-width: 992px) {
  .events_slider .col-lg-8:before {
    display: none;
  }
}
.events_slider .slick-list {
  margin: 0 -8px;
}
.events_slider .slick-list .slick-slide {
  transition: 0.3s;
  opacity: 1;
}
.events_slider .slick-list .slick-slide.slick-active, .events_slider .slick-list .slick-slide.slick-active + .slick-slide {
  opacity: 1;
}
.events_slider .slick-list .slick-slide .card-image {
  overflow: hidden;
  will-change: tranform;
}
.events_slider .slick-list .slick-slide .card-image img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.events_slider .slick-list .slick-slide:hover .card-image img {
  transform: scale(1.15);
}

.memberships-title {
  margin-bottom: 40px;
}
.memberships-title h2 {
  margin-bottom: 40px;
}
.memberships-button {
  width: fit-content;
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .memberships-button {
    width: 100%;
  }
}

.news-highlighted {
  background: #22317F;
}
.news-hero-wrapper {
  background: #F8F8F9;
}
.news-hero-feed-wrapper {
  margin-bottom: -16px;
}
.news-hero-feed-card {
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .news-hero-feed-card {
    flex-direction: column;
  }
}
.news-hero-feed-card-wrapper {
  height: 100%;
  padding-bottom: 16px;
}
.news-hero-feed-card__image {
  width: 45%;
  padding-bottom: 35%;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .news-hero-feed-card__image {
    width: 100%;
    padding-bottom: 65%;
  }
}
.news-hero-feed-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-hero-feed-card__info {
  width: 100%;
  padding: 40px 40px 65px 40px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .news-hero-feed-card__info {
    width: 100%;
    padding: 24px 24px 40px 24px;
  }
}
.news-hero-feed-card .without-image {
  width: 100%;
}
.news-hero-feed-card__title {
  padding-bottom: 24px;
  border-bottom: 1px solid #22317F;
  margin-bottom: 24px;
}
.news-hero-feed-card__description {
  margin-bottom: 40px;
}
.news-hero-feed-card__button {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media only screen and (max-width: 769px) {
  .news-hero-feed-card__button {
    left: 24px;
  }
}

.small-card .news-hero-feed-card__image {
  display: none;
}
.small-card .news-hero-feed-card__info {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .content {
    display: flex;
    flex-direction: column-reverse;
  }
  .content-wrapper {
    padding-bottom: 56px;
  }
  .content-sidebar {
    background: #F8F8F9;
  }
}

@media only screen and (max-width: 992px) {
  .single-wrapper {
    padding-bottom: 0px;
  }
}

.first-item {
  margin-bottom: 16px;
}

.organisations {
  width: 100%;
}
.organisations-wrapper {
  background: #F8F7F2;
}
.organisations td, .organisations th {
  text-align: left;
  padding: 16px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.organisations td .button--card span:after, .organisations th .button--card span:after {
  display: none;
  top: -5px;
}
.organisations td .button--card span:hover:after, .organisations th .button--card span:hover:after {
  display: block;
}
.organisations thead tr {
  background: #FFC917;
}
.organisations tbody tr {
  transition: background 0.2s ease;
  will-change: auto;
}
.organisations tbody tr:nth-child(odd) {
  background: #FFFFFF;
}
.organisations tbody tr:nth-child(even) {
  background: #F8F8F9;
}
.organisations tbody tr:hover {
  background: #E1E8F2;
}

.pages {
  background: #22317F;
  padding: 48px 0;
}
.pages-title-wrapper {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.pages-list {
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .pages-list {
    justify-content: flex-start;
  }
}
.pages-list__inner {
  position: relative;
}
.pages-list__inner .pages-list__text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 992px) {
  .pages-list li {
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.pages-list__item {
  padding: 24px;
  position: relative;
  background: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 769px) {
  .pages-list__item {
    padding: 24px;
    gap: 24px;
  }
}
.pages-list__icon {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 769px) {
  .pages-list__icon {
    width: 60px;
    height: 60px;
  }
}
.pages-list__icon img {
  width: 100%;
  height: 100%;
}
.pages-list__text {
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .pages-list__text {
    max-width: unset;
  }
}
@media only screen and (max-width: 769px) {
  .pages-list__text {
    min-height: 0;
  }
}
.pages-list__text h4 {
  margin-bottom: 4px;
}
.pages-list__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.pages-list__button {
  position: absolute;
  bottom: -60px;
}

@media only screen and (max-width: 769px) {
  .reviews .list-slider__nav {
    position: absolute;
    top: 72px;
    right: 7px;
  }
}
@media only screen and (max-width: 769px) {
  .reviews-inner {
    position: relative;
  }
}
.reviews h2 {
  margin-bottom: 56px;
}
@media only screen and (max-width: 769px) {
  .reviews h2 {
    margin-bottom: 96px;
  }
}
.reviews-slider__item {
  background: #FFFFFF;
  min-height: 261px;
  display: flex;
}
@media only screen and (max-width: 769px) {
  .reviews-slider__item {
    flex-direction: column;
  }
}
.reviews-slider__image {
  width: 30%;
  position: relative;
  min-height: 100%;
}
@media only screen and (max-width: 769px) {
  .reviews-slider__image {
    width: 100%;
    min-height: unset;
    padding-bottom: 65%;
  }
}
.reviews-slider__image img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reviews-slider__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.reviews-slider__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.reviews-slider__info-wrapper {
  display: flex;
  width: 70%;
  padding: 24px 45px 60px 36px;
}
.reviews-slider__info-wrapper.full-width {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .reviews-slider__info-wrapper.full-width {
    padding-top: calc(65% + 24px);
  }
}
@media only screen and (max-width: 769px) {
  .reviews-slider__info-wrapper {
    width: 100%;
    flex-direction: column;
  }
}
.reviews-slider__info h4 {
  margin-bottom: 24px;
}
.reviews-slider__icon {
  margin-right: 40px;
}
@media only screen and (max-width: 769px) {
  .reviews-slider__icon {
    margin-bottom: 24px;
    margin-right: 0;
  }
}
.reviews-slider__icon img {
  width: 40px;
  height: auto;
}
.reviews-slider__head {
  color: #0063D3;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.reviews-slider__button {
  position: absolute;
  bottom: -40px;
  left: 0;
}
.reviews-slider__button span:after {
  top: -4px;
}
.reviews .next-kh, .reviews .prev-kh {
  position: relative;
}
.reviews .next-kh:after, .reviews .prev-kh:after {
  content: "";
  position: absolute;
  background: url(../assets/image/Right.svg) no-repeat;
  width: 12px;
  height: 20px;
  top: 6px;
  left: 11px;
}
.reviews .prev-kh:after {
  transform: rotate(180deg);
}

.hero-banner {
  position: relative;
}
@media only screen and (max-width: 769px) {
  .hero-banner {
    padding-top: 106px;
    padding-bottom: 80px;
  }
}
.hero-banner__col {
  position: static;
}
.hero-banner__content {
  min-height: 600px;
  padding-bottom: 80px;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .hero-banner__content {
    min-height: fit-content;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero-banner__content h1 {
  margin-bottom: 40px;
  overflow: hidden;
}
.hero-banner__content h1 .hero-title {
  max-width: 730px;
  display: block;
}
.hero-banner__content h1 .hero-title-wrapper {
  overflow: hidden;
}
.hero-banner__content h1 .hero-title .blue_block {
  color: #22317F;
}
.hero-banner__content h1 .hero-title .blue_block,
.hero-banner__content h1 .hero-title .yellow_block {
  transform: translateY(-168px);
  animation: heroTitle 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
  display: block;
}
.hero-banner__content h1 .hero-title .blue_block_wrapper,
.hero-banner__content h1 .hero-title .yellow_block_wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .hero-banner__content h1 {
    margin-bottom: 16px;
  }
}
.hero-banner__content h1 span {
  color: #FFC917;
}
.hero-banner__content h4 {
  max-width: 538px;
  font-family: Verdana, sans-serif;
  color: #070721;
  margin-bottom: 24px;
}
@media only screen and (max-width: 576px) {
  .hero-banner__content h4 {
    max-width: 270px;
  }
}
@media only screen and (max-width: 769px) {
  .hero-banner__description h4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}
.hero-banner__description-wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .hero-banner__description-wrapper {
    align-items: flex-start;
  }
}
.hero-banner__description a {
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .hero-banner__description a {
    display: none;
  }
}
.hero-banner__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 45.5%;
}
@media only screen and (max-width: 992px) {
  .hero-banner__bg {
    display: none;
  }
}
.hero-banner__bg.mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .hero-banner__bg.mobile {
    display: block;
    position: unset;
    right: unset;
    bottom: unset;
    width: 100%;
    overflow: hidden;
  }
  .hero-banner__bg.mobile svg {
    max-height: 300px;
    max-width: 100%;
    width: fit-content !important;
    margin-left: auto;
    display: block;
  }
}

@keyframes heroTitle {
  0% {
    transform: translateY(-168px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero-main {
  background: #FFFFFF;
  position: relative;
  max-height: 600px;
  will-change: transform;
}
@media only screen and (max-width: 992px) {
  .hero-main {
    display: flex;
    flex-direction: column-reverse;
    max-height: unset;
    padding-bottom: 55px !important;
  }
}
@media only screen and (max-width: 992px) {
  .hero-main {
    padding-bottom: 0;
    max-height: unset !important;
  }
}
.hero-main-title {
  margin-bottom: 16px;
  padding-top: 0;
}
.hero-main-subtitle {
  margin-bottom: 24px;
}
.hero-main-slide.slideVisible {
  opacity: 1 !important;
}
.hero-main-slide-content {
  overflow: hidden;
}
.hero-main-slide-content__inner {
  transition: 0.3s ease-out;
  overflow: hidden;
  transform: translateY(100%);
}
.slideInUp .hero-main-slide-content__inner {
  transform: translateY(0);
}
@media only screen and (max-width: 992px) {
  .hero-main-button a {
    padding-right: 30px;
    margin-right: 30px;
  }
  .hero-main-button a span {
    padding-right: 15px;
  }
  .hero-main-button a span:after {
    right: -16px;
  }
}
.hero-main-button-wrapper {
  margin-top: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .hero-main-button-wrapper {
    margin-top: 40px;
  }
}
.hero-main-button-wrapper__inner {
  transition: 0.3s ease-out;
  overflow: hidden;
  transform: translateY(100%);
  width: 100%;
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.slideInUp .hero-main-button-wrapper__inner {
  transform: translateY(0);
}
@media only screen and (max-width: 992px) {
  .hero-main-button-wrapper__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-main-button-secondary {
  margin-left: 56px;
}
@media only screen and (max-width: 992px) {
  .hero-main-button-secondary {
    margin-left: 0;
    margin-top: 25px;
  }
}
.hero-main-button-secondary span:after {
  top: -5px;
}
.hero-main-arrows {
  margin-bottom: 40px;
}
.hero-main-arrows-nav {
  justify-content: flex-start;
  margin-top: 0;
}
.hero-main-arrow {
  background: #FFC917;
  position: relative;
}
.hero-main-arrow:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../assets/image/arrow-dark.svg) no-repeat;
  transform: scale(1.5);
  top: 13px;
  left: 16px;
}
.hero-main .prev-hero {
  transform: rotate(180deg);
}
.hero-main-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .hero-main-info {
    padding-top: 50px;
  }
}
.hero-main-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 656px;
  max-height: 440px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .hero-main-image {
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 80%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .hero-main-image {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .hero-main-image__inner {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 576px) {
  .hero-main-image__inner {
    padding-bottom: 66%;
  }
}
@media only screen and (max-width: 992px) {
  .hero-main-image__inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.hero-main-progress {
  position: absolute;
  width: 100%;
  height: 8px;
  background: rgba(234, 238, 242, 0.5);
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .hero-main-progress {
    bottom: 0;
  }
}
.hero-main-progress-line {
  display: inline-block;
  background: #FFC917;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
}
.hero-main .cta-slider__big {
  margin-bottom: 0;
}

.startProgress .slick-active .hero-main-progress-line {
  display: block;
  transition: 8s linear;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .js-image-slider {
    display: none !important;
  }
}
.js-image-slider li {
  position: relative;
  height: 100%;
}
.js-image-slider .slick-list, .js-image-slider .slick-track {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .js-image-slider-mobile {
    display: none !important;
  }
  .js-image-slider-mobile li {
    position: relative;
    height: 100%;
  }
  .js-image-slider-mobile .slick-list, .js-image-slider-mobile .slick-track {
    height: 100%;
  }
}

.separator {
  height: 60px;
}

.events-banner {
  padding-top: 40px;
}
@media only screen and (max-width: 769px) {
  .events-banner {
    padding-bottom: 80px;
  }
}
.events-banner__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .events-banner__title {
    margin-bottom: 24px;
  }
}
.events-banner__info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .events-banner__info {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.events-banner__info-data {
  display: flex;
  flex-direction: column;
  margin-right: 72px;
}
@media only screen and (max-width: 769px) {
  .events-banner__info-logo {
    margin-right: 0;
  }
}
.events-banner__info-logo:last-child {
  margin-right: 0;
}
.events-banner__info-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media only screen and (max-width: 992px) {
  .events-banner__info-logo-wrapper {
    margin-top: 40px;
  }
}
.events-banner__info-logo-list {
  flex-wrap: wrap;
  gap: 20px 40px;
}
.events-banner__info-logo img {
  height: 96px;
  width: auto;
  max-width: 96px;
  object-fit: contain;
}
@media only screen and (max-width: 769px) {
  .events-banner__info-logo img {
    width: 60px;
    height: 60px;
  }
}
.events-banner__date {
  margin-bottom: 8px;
  position: relative;
  padding-left: 32px;
  display: block;
  white-space: nowrap;
}
.events-banner__date:before {
  position: absolute;
  content: "";
  background: url("../assets/image/date.svg");
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
}
.events-banner__city {
  position: relative;
  padding-left: 32px;
}
.events-banner__city:before {
  position: absolute;
  content: "";
  background: url("../assets/image/event-location.svg");
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
}
.events-banner__buttons {
  display: flex;
  align-items: center;
}
.events-banner__register {
  margin-right: 40px;
}
@media only screen and (max-width: 769px) {
  .events-banner__register span:after {
    right: -20px;
  }
}
@media only screen and (max-width: 576px) {
  .events-banner__register span:after {
    right: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .events-banner__abstract {
    margin-right: 26px;
  }
}
@media only screen and (max-width: 992px) {
  .events-banner__abstract {
    margin-right: 0;
  }
}
.events-banner__image {
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .events-banner__image {
    display: none;
  }
}
.events-banner__image-wrapper {
  height: 100%;
}
.events-banner__image img {
  height: 100%;
}
.events-banner__image-mob {
  display: none;
}
@media only screen and (max-width: 769px) {
  .events-banner__image-mob {
    display: block;
    padding-bottom: 0;
  }
}
.events-banner__image-mob img {
  position: unset;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.events-banner .button--card span:after {
  top: -5px;
}
.events-banner__abstract span {
  color: #22317F;
}
@media only screen and (max-width: 769px) {
  .events-banner__abstract {
    display: none;
  }
}
.events-banner-inner {
  background: #FFFFFF;
  padding: 40px;
}
@media only screen and (max-width: 992px) {
  .events-banner-inner {
    padding: 40px 0 0 0;
  }
}
.events-banner .hero-category-breadcrumbs-wrapper {
  margin-bottom: 40px;
}
.events-banner-new {
  padding-top: 80px;
  padding-bottom: 40px;
  min-height: 560px;
}
@media only screen and (max-width: 992px) {
  .events-banner-new {
    background: none !important;
  }
}
.events-banner-new-image {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .events-banner-new-image {
    display: block;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .events-banner-new .breadcrumbs {
    margin-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .membership-lottie {
    margin-top: 40px;
  }
}

.hero-secondary-wrapper {
  background: #F2F4F6;
}
@media only screen and (max-width: 992px) {
  .hero-secondary-wrapper {
    padding-top: 127px;
  }
}
.hero-secondary-name {
  margin-bottom: 24px;
}
.hero-secondary-name.handbook--name h1 {
  font-weight: 500;
}
.hero-secondary__list {
  margin-top: 40px;
  flex-wrap: wrap;
}
.hero-secondary__list li {
  margin-bottom: 8px;
  padding-right: 4px;
  padding-left: 4px;
}
.hero-secondary__list.handbook--list {
  margin-top: 80px;
}
@media only screen and (max-width: 992px) {
  .hero-secondary__list.handbook--list {
    margin-top: 40px;
  }
}
.hero-secondary__list.handbook--list li {
  margin-bottom: 24px;
  padding-right: 8px;
  padding-left: 8px;
}
.hero-secondary__item {
  padding: 40px 28px 74px 40px;
  height: 100%;
  background: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .hero-secondary__item {
    padding: 40px 24px 74px 24px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item {
    padding: 24px;
  }
}
.hero-secondary__item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item-icon {
    width: 60px;
    height: 60px;
  }
}
.hero-secondary__item-icon svg {
  max-width: 80px;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item-icon svg {
    max-width: 60px;
  }
}
.hero-secondary__item-title {
  margin-bottom: 40px;
}
.hero-secondary__item-title h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item-title {
    margin-bottom: 0;
  }
}
.hero-secondary__item-title.handbook--item--title {
  margin-bottom: 72px;
}
.hero-secondary__item-title.handbook--item--title h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.hero-secondary__item-button {
  position: absolute;
  bottom: 50px;
  left: 40px;
}
@media only screen and (max-width: 1440px) {
  .hero-secondary__item-button {
    left: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item-button {
    display: none;
  }
}
.hero-secondary__item-button span:after {
  top: -4px;
}
.hero-secondary__item-button.handbook--item--button {
  bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item-button.handbook--item--button {
    bottom: 24px;
    display: block;
  }
}
.hero-secondary__item.handbook--item {
  padding: 40px 40px 64.8px;
}
@media only screen and (max-width: 1440px) {
  .hero-secondary__item.handbook--item {
    padding: 40px 24px 64.8px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-secondary__item.handbook--item {
    padding: 24px;
  }
}
.hero-secondary .feed-input-search {
  padding-top: 77px;
  padding-bottom: 0;
}
.hero-secondary .feed-input-search__input form #input-search {
  background: #F2F4F6;
  font-size: 16px;
  color: #22317F;
  padding: 4px 0;
}
.hero-secondary .feed-input-search__input form #input-search::placeholder {
  color: #22317F;
  font-size: 16px;
}
.hero-secondary .feed-input-search__input form .feed-input-search__input__button {
  background: url("../assets/image/search.svg");
  top: 5px;
}
.hero-new-secondary-wrapper {
  background: #FFFFFF;
  padding-top: 40px;
}
@media only screen and (max-width: 992px) {
  .hero-new-secondary-wrapper {
    padding-top: 88px;
  }
}
.hero-new-secondary .feed-input-search {
  padding-top: 0;
  margin-bottom: 56px;
}
.hero-new-secondary .feed-input-search__input form input[type=text], .hero-new-secondary .feed-input-search__input form #input-search {
  background: #FFFFFF;
}
.hero-new-secondary .feed-input-search input[type=text] {
  margin-bottom: 0;
}

.hero-category {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 576px) {
  .hero-category {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.hero-category-breadcrumbs-wrapper {
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .hero-category-breadcrumbs-wrapper {
    margin-bottom: 40px;
  }
}
.hero-category-name-wrapper {
  max-width: 760px;
}
.hero-category-name-wrapper img {
  margin-right: 36px;
}
.hero-category-description-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 576px) {
  .hero-category-description-wrapper {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-category-description {
    max-width: 280px;
  }
}
.hero-category-description p {
  padding: 0;
}
.hero-category-info__dates {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
}
.hero-category-info__dates:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url("../assets/image/date.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.hero-category-info__city {
  position: relative;
  padding-left: 32px;
}
.hero-category-info__city:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url("../assets/image/event-location.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.hero-category__button {
  margin-top: 50px;
}
.hero-category .button--bg {
  margin-top: 40px;
  display: block;
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .hero-category .button--bg {
    width: 100%;
  }
  .hero-category .button--bg span:after {
    right: -64px;
  }
}
@media only screen and (max-width: 576px) {
  .hero-category .button--bg {
    position: unset;
  }
  .hero-category .button--bg span {
    margin-right: 0;
  }
  .hero-category .button--bg span:after {
    right: 16px;
  }
}

.hero-event-banner {
  padding-bottom: 0;
}
.hero-event-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feed-category-wrapper .feed-category {
  margin-bottom: 92px;
}
.feed-category-wrapper .feed-category__head {
  border-bottom: 1px solid #070721;
  padding-bottom: 12px;
  margin-bottom: 16px;
  flex-direction: row;
}
@media only screen and (max-width: 769px) {
  .feed-category-wrapper .feed-category__head {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.feed-category-wrapper .feed-category__icon {
  height: 40px;
  width: 40px;
  margin-right: 22px;
}
.feed-category-wrapper .feed-category__icon img {
  width: 100%;
  height: 100%;
}
.feed-category-wrapper .feed-category.no-results-filter {
  height: 0;
  margin: 0;
  visibility: hidden;
}
.feed-category-wrapper .feed-category__title:hover a {
  color: #0063D3;
}

.feed-category__button {
  margin-top: 40px;
}

.hidden-result {
  display: none;
}

.search-hidden-result {
  display: none;
}

.filters-wrapper.filter-no-results .filters-head, .filters-wrapper.filter-no-results .filter {
  display: none;
}
.filters-wrapper.have-filters .filters-button {
  margin-bottom: 24px;
  color: #0063D3;
}
.filters-wrapper.have-filters .filters-button line, .filters-wrapper.have-filters .filters-button circle {
  stroke: #0063D3;
}
.filters-wrapper.have-filters .feed-input-search__filters {
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .filters-wrapper .filters {
    min-width: 295px;
    background: #FFFFFF;
    width: fit-content;
    min-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    padding-top: 120px;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 1000px;
    opacity: 0;
    transform: translateX(100%);
    transition: 0.5s ease-out;
    max-width: 75%;
  }
  .filters-wrapper .filters.open-mobile-filters {
    max-width: 75%;
    right: 0;
    opacity: 1;
    transform: translateX(0);
  }
}
.filters-wrapper .filters-close {
  display: none;
}
@media only screen and (max-width: 992px) {
  .filters-wrapper .filters-close {
    display: block;
    position: absolute;
    width: 12.8px !important;
    height: 12.8px !important;
    top: 96px;
    right: 25px;
  }
}
.filters-wrapper .filters-button {
  display: none;
}
@media only screen and (max-width: 992px) {
  .filters-wrapper .filters-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 28px;
  }
  .filters-wrapper .filters-button svg {
    margin-right: 12px;
  }
}
.filters-wrapper .filters-head {
  padding-bottom: 14px;
  border-bottom: 1px solid #22317F;
  color: #22317F;
}
@media only screen and (max-width: 992px) {
  .filters-wrapper .filters-head {
    margin-bottom: 0;
  }
}
.filters-wrapper .filters-toggle {
  display: flex;
  gap: 34px;
  align-items: center;
  padding-bottom: 46px;
}
.filters-wrapper .filters-toggle h4 {
  color: #22317F;
}
.filters-wrapper .filters-toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.filters-wrapper .filters-toggle-switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.filters-wrapper .filters-toggle-switch input[type=checkbox]:checked + .filters-toggle-switch-slider {
  background-color: #22317F;
}
.filters-wrapper .filters-toggle-switch input[type=checkbox]:checked + .filters-toggle-switch-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.filters-wrapper .filters-toggle-switch-slider {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E1E8F2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.filters-wrapper .filters-toggle-switch-slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 992px) {
  .filters-wrapper .filters .filter {
    margin-top: 16px;
  }
}
.filters-wrapper .filters .filter-item {
  border-bottom: 1px solid #22317F;
  padding: 16px 0;
}
.filters-wrapper .filters .filter-item__dropdown {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #22317F;
  display: block;
  position: relative;
  cursor: pointer;
}
.filters-wrapper .filters .filter-item__dropdown:after {
  content: "";
  position: absolute;
  background: url("../assets/image/filter-arrow.svg");
  right: 0;
  top: 10px;
  height: 8px;
  width: 16px;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.filters-wrapper .filters .filter-item .change-icon:after {
  transform: rotate(0);
}
.filters-wrapper .filters .filter .dropdown-active {
  display: block;
}
.filters-wrapper .filters .filter-options {
  max-height: 0;
  overflow: auto;
  display: block;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  overflow-y: hidden;
  overflow-x: hidden;
}
.filters-wrapper .filters .filter-options::-webkit-scrollbar {
  width: 4px;
}
.filters-wrapper .filters .filter-options::-webkit-scrollbar-thumb {
  background: #A6B6D3;
  border-radius: 10px;
}
.filters-wrapper .filters .filter-options.show-scrollbar {
  overflow-y: auto;
}
.filters-wrapper .filters .filter-options.dropdown-active {
  margin-top: 16px;
}
.filters-wrapper .filters .filter-options .option {
  position: relative;
  margin-bottom: 20px;
}
.filters-wrapper .filters .filter-options .option:nth-last-child(1) {
  margin-bottom: 0;
}
.filters-wrapper .filters .filter-options .option__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.filters-wrapper .filters .filter-options .option__checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1.5px solid #22317F;
  box-sizing: border-box;
  margin-right: 16px;
  background: #FFFFFF;
  z-index: 1;
}
.filters-wrapper .filters .filter-options .option__checkbox::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #22317F;
  opacity: 0;
}
.filters-wrapper .filters .filter-options .option__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
  transform: translateX(-120px);
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.filters-wrapper .filters .filter-options .option input[type=checkbox],
.filters-wrapper .filters .filter-options .option input[type=radio] {
  position: absolute;
  visibility: hidden;
  left: 0;
}
.filters-wrapper .filters .filter-options .option input[type=checkbox]:checked + .option__checkbox::before,
.filters-wrapper .filters .filter-options .option input[type=radio]:checked + .option__checkbox::before {
  opacity: 1;
}
.filters-wrapper .filters .filter-options.dropdown-active {
  max-height: 260px;
}
.filters-wrapper .filters .filter-options.dropdown-active .filter-options__item .option__text {
  transform: translateX(0);
}

.filters-mobile {
  display: none;
}
.filters-mobile li {
  border-bottom: 1px solid #22317F;
  padding-top: 16px;
}
.filters-mobile .change-icon:after {
  transform: rotate(180deg);
}
.filters-mobile label {
  position: relative;
}
.filters-mobile .select-active {
  display: block;
}
.filters-mobile__select {
  width: 100%;
  border: none;
  background: #FFFFFF;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 1;
}
.filters-mobile__select option {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
  margin-bottom: 16px;
}

@keyframes showLeft {
  0% {
    right: -80%;
  }
  100% {
    right: 0;
  }
}
.feed-input-search {
  padding-top: 120px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 992px) {
  .feed-input-search {
    padding-bottom: 24px;
  }
}
.feed-input-search__input form {
  position: relative;
}
.feed-input-search__input form input {
  border-bottom: 1.5px solid #22317F;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 100%;
  padding: 10px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 23px;
}
.feed-input-search__input form input::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #585858;
}
.feed-input-search__input form .feed-input-search__input__button {
  position: absolute;
  background: url("../assets/image/arrow.svg") no-repeat;
  width: 24px;
  height: 24px;
  right: 0;
  top: 10px;
  font-size: 0;
  border: none;
  cursor: pointer;
}
.feed-input-search__filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 24px;
}
.feed-input-search__clear {
  position: relative;
  font-size: 16px;
  line-height: 13px;
  color: #22317F;
  cursor: pointer;
  margin: 6px 16px 6px 0;
}
.feed-input-search__clear.active {
  display: inline-block;
}
.feed-input-search__clear:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #22317F;
  transition: 0.3s;
}
.feed-input-search__clear:hover:before {
  width: 0;
}
.feed-input-search__count {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
}

#search-suggestions {
  margin-top: -10px;
  position: absolute;
  background: white;
  min-width: 100px;
  z-index: 4;
  color: #585858;
  font-size: 16px;
}
#search-suggestions li {
  cursor: pointer;
  transition: color 0.1s ease;
}
#search-suggestions li:hover {
  color: #0063D3;
}

.js-prospectus-search #search-suggestions {
  background-color: transparent;
}
.js-prospectus-search #search-suggestions ul {
  padding-top: 12px;
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 769px) {
  .search-tags {
    margin-bottom: 16px;
  }
}
.search-tags li {
  margin-right: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.search-tags li:last-of-type {
  display: flex;
  align-items: center;
}
.search-tags__item {
  position: relative;
  background: #E1E8F2;
  color: #22317F;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 8px;
  padding-right: 28px;
  cursor: pointer;
  display: block;
}
.search-tags__item::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../assets/image/icon-cross.svg);
  background-size: contain;
  background-position: center;
}

.feed-search-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.feed-search-wrapper li a:hover .feed-search-card .feed-search-card__title, .feed-search-wrapper li a:hover .feed-search-card .feed-search-card__description {
  color: #0063D3;
}
.feed-search-wrapper .feed-search-card {
  padding-bottom: 16px;
  border-bottom: 1px solid #A6B6D3;
  margin-bottom: 16px;
  display: flex;
}
.feed-search-wrapper .feed-search-card__title {
  width: 35%;
  margin-right: 16px;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  transition: 0.25s;
}
.feed-search-wrapper .feed-search-card__description {
  width: 63%;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.25s;
}

.feed-type-wrapper:not(:last-child) {
  margin-bottom: 92px;
}
.feed-type-wrapper .feed-category-wrapper > li:last-child .feed-category {
  margin-bottom: 0;
}
.feed-type-wrapper .feed-type__title {
  margin-bottom: 36px;
  border-bottom: 1.5px solid #22317F;
  padding-bottom: 15px;
}
.feed-type-wrapper .feed-type__title__dropdown {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: Verdana, sans-serif;
  padding-right: 16px;
  position: relative;
  border-bottom: 1px solid #22317F;
  height: fit-content;
  cursor: pointer;
}
.feed-type-wrapper .feed-type__title__dropdown span:after {
  content: "";
  background: url("../assets/image/open.svg");
  position: absolute;
  top: 13px;
  right: 0;
  width: 12px;
  height: 2px;
}
.feed-type-wrapper .feed-type__title__dropdown .change-icon:after {
  background: url("../assets/image/plus.svg");
  height: 12px;
  top: 7px;
  right: 0;
}
.feed-type-wrapper.hidden-wrapper {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.fade-up {
  transition: transform 0.7s ease-out;
}
.fade-up.visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fade-in {
  opacity: 0;
}
.fade-in.in {
  opacity: 1;
}
.fade-in.d1 {
  transition: opacity 0.7s ease-out 0.75s;
}
.fade-in.d2 {
  transition: opacity 0.7s ease-out 1.5s;
}

.fade-left {
  transition: transform 0.7s ease-out;
  opacity: 0;
  transform: translate3d(30px, 0, 0);
}
@media only screen and (max-width: 769px) {
  .fade-left {
    transform: translate3d(15px, 0, 0);
  }
}
.loaded:not(.loading) .animate.in .fade-left {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.3s;
}

.content_tabs {
  padding-bottom: 120px;
}
.content_tabs .content-block h3 {
  font-size: 32px;
}
.content_tabs .content-block h4 {
  font-size: 24px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .content-block h4 {
    font-size: 26px;
  }
}
.content_tabs .content-block h5 {
  color: #22317F;
  font-size: 18px;
}
.content_tabs .content-block ul li {
  margin-bottom: 0;
}
.content_tabs .content_block.text h2 {
  margin-bottom: 24px;
  color: #22317F;
}
.content_tabs .tabs {
  display: flex;
  margin: 0 -8px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .tabs {
    flex-direction: column;
    margin: 0;
    display: none;
    top: 100%;
  }
}
.content_tabs .tabs-wrapper {
  margin-bottom: 28px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .tabs-wrapper {
    position: relative;
  }
}
.content_tabs .tabs-wrapper .tab_item_background {
  position: absolute;
  background: #ffc917;
  left: 0;
  top: 0;
  width: 100px;
  height: 38px;
  opacity: 0;
  z-index: -1;
}
.content_tabs .tabs-wrapper .tab_item_background.active_tab {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.content_tabs .current_mobile_tab {
  width: 100% !important;
  padding: 11px 16px;
  background-color: #F8F8F9;
  font-size: 16px;
  font-weight: 300;
  color: #22317F;
  line-height: 1.125;
  position: relative;
}
.content_tabs .current_mobile_tab::after {
  content: "";
  background-image: url("../assets/image/mobile_tabs_arrow.svg");
  width: 16px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.content_tabs .current_mobile_tab.opened::after {
  transform: rotate(180deg) translateY(50%);
}
.content_tabs .tab {
  padding: 8px 16px;
  display: inline-block;
  font-size: 16px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .tab {
    color: #22317F;
    padding: 11px 16px;
    background-color: #F8F8F9;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 769px) {
  .content_tabs .tabWrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 769px) {
  .content_tabs .tabWrapper.active_tab {
    display: none;
  }
}
.content_tabs .contentWrapper {
  display: none;
}
.content_tabs .contentWrapper.active {
  display: flex;
}
@media only screen and (max-width: 769px) {
  .content_tabs .content-block {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .content_tabs h3 {
    font-size: 28px;
  }
}
.content_tabs .content_blocks {
  width: 58%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .content_tabs .content_blocks {
    width: 72%;
  }
}
@media only screen and (max-width: 769px) {
  .content_tabs .content_blocks {
    width: 100%;
  }
}
.content_tabs h3 + p {
  padding-top: 0;
}
.content_tabs .block_title {
  color: #22317F;
  margin-bottom: 40px;
}
.content_tabs .content-block ul {
  padding-left: 17px;
}
.content_tabs .two_columns_text {
  display: flex;
  margin-top: 24px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .two_columns_text {
    flex-direction: column;
  }
}
.content_tabs .two_columns_text .left_column {
  width: 24%;
  max-width: 186px;
  color: #22317F;
  font-size: 18px;
}
@media only screen and (max-width: 769px) {
  .content_tabs .two_columns_text .left_column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
}
.content_tabs .two_columns_text .right_column {
  padding-left: 38px;
  width: 76%;
}
@media only screen and (max-width: 769px) {
  .content_tabs .two_columns_text .right_column {
    padding-left: 0;
    width: 100%;
  }
}
.content_tabs h4 {
  color: #22317F;
}
.content_tabs h3 + h4 {
  padding-top: 0;
}
.content_tabs .text_link_image .link {
  margin-top: 26px;
}
.content_tabs .text_link_image .link span {
  display: inline-block;
}
.content_tabs .text_link_image .link span::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  top: 2px;
}
.content_tabs .text_link_image .image {
  margin-top: 26px;
}
.content_tabs .text_link_image .image img {
  width: 100%;
  border-radius: 0;
  background-size: cover;
}
@media only screen and (max-width: 769px) {
  .content_tabs .content_block__title-desktop {
    display: none;
  }
}
.content_tabs .content_block__title-mobile {
  display: none;
  color: #22317F;
  padding-bottom: 20px;
}
.content_tabs .content_block__title-mobile h4 {
  padding-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .content_tabs .content_block__title-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.anchor_links_sidebar {
  max-height: 80vh;
  overflow: auto;
  border-right: 1px solid #EAEEF2;
  position: sticky;
  top: calc(80px + 40px);
}
@media only screen and (max-width: 769px) {
  .anchor_links_sidebar {
    display: none;
  }
}
.anchor_links_sidebar li a {
  color: #22317F;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  display: inline-block;
  max-width: 290px;
}
.anchor_links_sidebar li a.active {
  font-weight: 500;
}
.anchor_links_sidebar::-webkit-scrollbar {
  width: 4px;
}
.anchor_links_sidebar::-webkit-scrollbar-thumb {
  background: #A6B6D3;
  border-radius: 10px;
}

@media only screen and (max-width: 769px) {
  .js-content {
    margin-top: 24px;
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .js-content-title {
    max-width: 294px;
  }
}
@media only screen and (max-width: 769px) {
  .js-content-title-wrapper {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #22317F;
  }
}

.js-hide-block .content_block__status {
  display: none;
}
@media only screen and (max-width: 769px) {
  .js-hide-block {
    position: relative;
  }
  .js-hide-block .content_block__status {
    display: block;
    background: url("../assets/image/plus.svg") no-repeat center;
    width: 16px;
    height: 16px;
    bottom: 12px;
    background-size: contain;
  }
}

@media only screen and (max-width: 769px) {
  .active-title .content_block__status {
    background: url("../assets/image/open.svg") no-repeat center;
  }
}

.industry-prospectus-subpage {
  padding-bottom: 20px !important;
  padding-top: 8px !important;
}
.industry-prospectus-subpage .block-text a {
  text-decoration: underline;
}
.industry-prospectus-subpage .text-sidebar__title {
  margin-bottom: 8px;
}
.industry-prospectus-subpage .text-sidebar__text {
  margin-bottom: 0;
  padding-bottom: 16px;
}
.industry-prospectus-subpage .text-sidebar__text h4 {
  color: #22317F;
}
.industry-prospectus-subpage .text-sidebar__list {
  margin-top: 24px;
}
.industry-prospectus-subpage .text-sidebar__list li:last-child .text-sidebar__description p {
  margin-bottom: 0;
}
.industry-prospectus-subpage .text-sidebar__name-wrapper {
  width: 40%;
}
.industry-prospectus-subpage .image-slideshow-block {
  margin-bottom: 80px;
}
.industry-prospectus-subpage .image-slideshow-block__title {
  text-align: left;
  margin-bottom: 24px;
}
.industry-prospectus-subpage .image-slideshow-block__title h5 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #22317F;
}
.industry-prospectus-subpage .content-table__title p {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #22317F;
}
.industry-prospectus-subpage .content-table table {
  width: 100%;
}
.industry-prospectus-subpage .content-table table th:first-child {
  background: #FB9678;
  color: #070721;
  width: 208px;
}
.industry-prospectus-subpage .content-table table td {
  min-width: 25%;
}
.industry-prospectus-subpage .content-table table tbody tr {
  border-bottom: 1px solid #22317F;
}
.industry-prospectus-subpage .content-table table tbody tr:nth-last-child(1) {
  border-bottom: 0;
}
.industry-prospectus-subpage .content-table table tbody tr td:first-child {
  background: #FEDFD6;
  color: #070721;
  max-width: 208px;
}
.industry-prospectus-subpage .button__container button {
  border: none;
}
@media only screen and (max-width: 576px) {
  .industry-prospectus-subpage .button__container button span {
    text-align: left;
  }
}
.industry-prospectus-subpage .button__container button span:after {
  background: url("../assets/image/download.svg");
}

#js-download-button:hover span:after {
  animation: none;
}

@media print {
  table {
    max-width: 100%;
    font-size: 10px !important;
  }
  table .block-table-big th.main {
    color: #000;
  }
}
.not-found {
  height: 100%;
  background: #F8F8F9;
  padding: 106px 0;
}
@media only screen and (max-width: 769px) {
  .not-found {
    padding-top: 100px;
  }
}
.not-found .container, .not-found .row {
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .not-found .row {
    flex-direction: column-reverse;
  }
}
.not-found a {
  width: fit-content;
}
@media only screen and (max-width: 576px) {
  .not-found a {
    width: 100%;
    text-align: left;
  }
  .not-found a span:after {
    right: 20px;
  }
}
.not-found p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .not-found .soon-image-wrapper {
    justify-content: center;
    max-height: 350px;
  }
}
@media only screen and (max-width: 769px) {
  .not-found .soon-text-wrapper {
    margin-bottom: 0;
  }
}
.not-found .soon-text h3 {
  color: #0063D3;
}
.not-found .soon-text-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .not-found .soon-text-wrapper {
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .not-found .soon-text {
    align-items: center;
  }
}

.error404 main {
  height: 100%;
}

.page-template-policies .page-nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 13px;
}
@media only screen and (max-width: 576px) {
  .page-template-policies .page-nav-container {
    margin-bottom: 35px;
  }
}
.page-template-policies .page-nav-container .prev:not(.prev.disabled) + .page-numbers {
  display: none;
}
.page-template-policies .page-nav-container .page-numbers.dots {
  display: none;
}
.page-template-policies .page-nav-container span,
.page-template-policies .page-nav-container a {
  font-size: 16px;
  font-weight: 500;
  color: #22317F;
}
.page-template-policies .page-nav-container .prev,
.page-template-policies .page-nav-container .next {
  font-size: 0;
  width: 32px;
  height: 32px;
  background-image: url("../assets/image/paination_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 16px;
}
.page-template-policies .page-nav-container .next {
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 16px;
}
.page-template-policies .page-nav-container .page-numbers.current::after {
  content: "/";
  padding-left: 5px;
  padding-right: 5px;
}

.login-area {
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .login-area {
    margin-top: 69px;
  }
}
.login-area__header {
  margin-bottom: 3.5555555556rem;
  max-width: 24rem;
}
.login-area__header h3 {
  font-weight: 400;
  margin-bottom: 1.3333333333rem;
}
.login-area__form-wrapper .form input {
  background-color: white;
  border-color: transparent;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
}
.login-area__form-wrapper .form input::placeholder {
  font-size: 16px;
  font-weight: 300;
}
.login-area__form-wrapper .form label {
  display: block;
  margin-bottom: 0.4444444444rem;
}
.login-area__form-wrapper .form .error-content {
  display: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  color: #B7092F;
  margin-top: 8px;
}
.login-area__form-wrapper .form .error input {
  border: 1px solid #B7092F;
}
.login-area__form-wrapper .form .error .error-content {
  display: block;
}
.login-area__input-wrapper {
  position: relative;
}
.login-area__show-icon-wrapper {
  position: absolute;
  right: 16px;
  bottom: 1.3333333333rem;
  width: 24px;
  height: 24px;
}
.login-area__show-icon-wrapper .login-area__show-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
}
.login-area__show-icon-wrapper .login-area__show-icon--show {
  opacity: 0;
}
.login-area__show-icon-wrapper .login-area__show-icon--hide {
  opacity: 1;
}
.login-area__show-icon-wrapper.show .login-area__show-icon--show {
  opacity: 1;
}
.login-area__show-icon-wrapper.show .login-area__show-icon--hide {
  opacity: 0;
}
.login-area__forgot-pass-link {
  display: block;
  text-align: right;
  color: #585858;
}
.login-area__submit {
  margin-top: 2.2222222222rem;
}
.login-area__footer {
  margin-top: 3.5555555556rem;
}
.login-area__footer .button-link {
  display: inline-block;
  text-decoration: underline;
  border-bottom: 0;
}

body.single:not(.single-news, .single-policies, .single-sub-page) .breadcrumbs-item:last-child {
  display: none;
}

body.single-programmes {
  background: #F8F8F9;
}

.handbooks-subpage {
  overflow-x: hidden;
}
.handbooks-subpage .block-text a {
  text-decoration: underline;
}
.handbooks-subpage .text-sidebar {
  margin-top: 4.4444444444rem;
  margin-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .handbooks-subpage .text-sidebar {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .handbooks-subpage .text-sidebar {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
.handbooks-subpage .text-sidebar__title {
  margin-bottom: 40px;
}
.handbooks-subpage .text-sidebar__text {
  margin-bottom: 0;
  padding-bottom: 0;
}
.handbooks-subpage .text-sidebar__text h4 {
  color: #22317F;
}
.handbooks-subpage .text-sidebar__list {
  margin-top: 24px;
}
.handbooks-subpage .text-sidebar__list li:last-child .text-sidebar__description p {
  margin-bottom: 0;
}
.handbooks-subpage .text-sidebar__name-wrapper {
  width: 40%;
}
.handbooks-subpage .image-slideshow-block {
  margin-top: 4.4444444444rem;
  margin-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .handbooks-subpage .image-slideshow-block {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .handbooks-subpage .image-slideshow-block {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}

.audio-block__container {
  margin-bottom: 80px;
  display: block;
  width: 100%;
}
.audio-block__container audio {
  width: 100%;
  margin-bottom: 24px;
}
.audio-block__container .plyr__controls {
  padding: 15px 26px !important;
  background: #F8F8F9 !important;
  margin-bottom: 24px;
}
.audio-block__container .plyr__control:hover {
  background: #22317F !important;
}
.audio-block__container .plyr__control:hover svg {
  fill: #FFFFFF;
}
.audio-block__container .plyr__control svg {
  fill: #22317F;
}
.audio-block__container .plyr--full-ui input[type=range] {
  color: #22317F;
}
.audio-block__container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.awardees-block__container {
  margin-bottom: 80px;
}
.awardees-block__container h3, .awardees-block__container p {
  margin-bottom: 24px;
}
.awardees-block__result li {
  width: 320px;
}
@media only screen and (max-width: 1440px) {
  .awardees-block__result li {
    width: 47%;
  }
}
@media only screen and (max-width: 1440px) {
  .awardees-block__result li {
    width: 100%;
  }
}
.awardees-block__result ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.awardees-block__select {
  width: 100%;
  margin-bottom: 24px;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #22317F;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
}
.awardees-block__select-wrapper {
  width: 656px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .awardees-block__select-wrapper {
    width: 100%;
  }
}
.awardees-block__select-wrapper:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  background: url("../assets/image/arrow-select.svg") no-repeat;
  width: 24px;
  height: 24px;
}

.block-links {
  padding-bottom: 80px;
}
.block-links__list {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .block-links__list {
    flex-direction: column;
  }
}
.block-links__list__item {
  background-color: #F2F4F6;
  width: 33%;
  height: 160px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .block-links__list__item {
    width: 100%;
  }
}
.block-links__list__item__icon {
  width: 100%;
  padding-left: 16px;
  padding-top: 16px;
}
.block-links__list__item__icon img {
  width: 56px;
  height: auto;
}
.block-links__list__item__link {
  padding: 16px;
  width: 100%;
}
.block-links__list__item__link .button--card {
  width: 100%;
}
.block-links__list__item__link .button--card span {
  display: block;
  color: #22317F;
}
.block-links__list__item__link .button--card span::after {
  right: -17px;
}
.block-links__list__item__link:hover span {
  color: #0063D3;
}

.block-people {
  margin-bottom: 80px;
}
.block-people__title {
  color: #22317F;
  margin-bottom: 40px;
}
.block-people__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -8px;
  margin-bottom: -24px;
}
.block-people__list li {
  width: calc( 33.3% - 16px );
  max-width: 208px;
  margin: 0 8px;
}
@media only screen and (max-width: 992px) {
  .block-people__list li {
    max-width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .block-people__list li {
    width: calc( 50% - 16px );
  }
}
.block-people__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  height: calc( 100% - 24px );
}
.block-people__item-image {
  position: relative;
  margin-bottom: 16px;
}
.block-people__item-image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.block-people__item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block-people__item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-people__item-name {
  font-size: 24px;
  line-height: 1.167;
}
@media only screen and (max-width: 769px) {
  .block-people__item-name {
    font-size: 20px;
    line-height: 1.2;
  }
}
.block-people__list .block-people__item-name {
  margin-bottom: 4px;
  margin-top: 0;
}
.block-people__item-social {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.block-people__item-email {
  margin-right: 5px;
}

.block-people-sidebar {
  margin-bottom: 80px;
}
.block-people-sidebar__title {
  margin-bottom: 40px;
  color: #22317F;
}
.block-people-sidebar__list-item {
  display: flex;
  margin-bottom: 24px;
}
@media only screen and (max-width: 769px) {
  .block-people-sidebar__list-item {
    flex-direction: column;
  }
}
.block-people-sidebar__list-title {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
  margin-right: 10px;
}
@media only screen and (max-width: 769px) {
  .block-people-sidebar__list-title {
    margin-bottom: 8px;
  }
}
.block-people-sidebar__list ul {
  gap: 24px 16px;
}
.block-people-sidebar__item {
  width: 208px;
}
.name-column .block-people-sidebar__item {
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .block-people-sidebar__item {
    margin-left: 0;
    width: 155px;
  }
}
@media only screen and (max-width: 576px) {
  .block-people-sidebar__item {
    margin-right: 8px;
  }
  .block-people-sidebar__item:nth-child(2n) {
    margin-right: 0;
  }
}
.block-people-sidebar__item-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.block-people-sidebar__item-image {
  width: 100%;
  height: 208px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
@media only screen and (max-width: 769px) {
  .block-people-sidebar__item-image {
    height: 155px;
  }
}
.block-people-sidebar__item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block-people-sidebar__item-social {
  display: flex;
  align-items: center;
}
.block-people-sidebar__item-email {
  margin-right: 4px;
}

.block-table-big {
  margin-bottom: 80px;
}
.block-table-big__button {
  background: rgba(251, 150, 120, 0.3);
  border-radius: 20px;
  display: flex;
  width: fit-content;
}
.block-table-big__button-wrapper {
  padding-left: 320px;
}
@media only screen and (max-width: 992px) {
  .block-table-big__button-wrapper {
    padding-left: 0;
    margin-bottom: 16px;
  }
}
.block-table-big__button a {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-right: 16px;
  color: #585858;
}
.block-table-big__button a:last-child {
  margin-right: 0;
}
.block-table-big__button a:hover {
  background: #FB9678;
  border-radius: 20px;
  color: #070721;
}
.block-table-big__button a.active {
  background: #FB9678;
  border-radius: 20px;
  color: #070721;
}
.block-table-big__scroll {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.block-table-big__scroll div {
  color: #22317F;
  padding-right: 18px;
}
.block-table-big__scroll div span {
  margin-right: 25px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  transition: 0.3s;
}
.block-table-big__scroll div span:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25586' y1='11.9968' x2='21.445' y2='11.9968' stroke='%2322317F' stroke-width='1.5'/%3E%3Cpath d='M13.7812 3.86926L21.8921 11.9802L13.7812 20.0911' stroke='%2322317F' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  top: -3px;
  right: -44px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.block-table-big__table-wrapper {
  max-height: 1712px;
  overflow: scroll;
  max-width: 100%;
}
.block-table-big__table-wrapper::-webkit-scrollbar-thumb {
  background: #A6B6D3;
  border-radius: 20px;
}
.block-table-big__table-wrapper::-webkit-scrollbar {
  background: transparent;
  width: 4px;
  height: 4px;
}
.block-table-big table {
  width: max-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 992px) {
  .block-table-big table {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
}
.block-table-big tbody td {
  padding: 16px;
  width: 252px;
}
.block-table-big tbody td a {
  color: #0063D3;
  text-decoration: underline;
}
.block-table-big tbody .head {
  border-top: 1px solid #22317F;
}
.block-table-big tbody .head td {
  padding: unset;
  width: unset;
}
.block-table-big tbody .head td a {
  color: unset;
  text-decoration: unset;
}
.block-table-big tbody .head-cell {
  background: #E1E8F2;
}
.block-table-big tbody .head .child {
  background: #E1E8F2;
}
.block-table-big tbody .first-block {
  background: #E1E8F2;
}
.block-table-big tbody .first-block:last-child {
  border-bottom: 1px solid #22317F;
}
.block-table-big tbody .first-block td {
  border-bottom: 1px solid #22317F;
}
.block-table-big tbody .first-block td.child {
  background: #E1E8F2;
}
.block-table-big tbody .first-block .block-table-big__cell-first {
  border-bottom: none;
}
.block-table-big .thead {
  border-bottom: 1px solid #22317F;
}
.block-table-big th {
  text-align: left;
  padding: 16px;
}
.block-table-big th.main {
  color: #FFFFFF;
  background: #22317F;
}
.block-table-big__cell {
  padding: 16px;
}
.block-table-big__cell-first {
  border-right: 1px solid #22317F;
  width: 320px !important;
  background: #D2DBE9;
  position: sticky;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .block-table-big__cell-first {
    max-width: 160px;
  }
}
.block-table-big__cell-first .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-table-big__cell-first .wrapper span {
  font-style: italic;
}
.block-table-big__cell-onsite, .block-table-big__cell-digital {
  background: rgba(251, 150, 120, 0.3);
  color: #585858;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.block-table-big__cell-onsite.active, .block-table-big__cell-digital.active {
  color: #070721;
  background: #FB9678;
}
.block-table-big .child {
  background: #F2F4F6;
}

.extra-content {
  margin-top: 24px;
}
.extra-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.button__container {
  margin-bottom: 80px;
}
.single-handbooks .button__container {
  margin: 0;
  padding-top: 4.4444444444rem;
  padding-bottom: 6.6666666667rem;
}
@media only screen and (max-width: 992px) {
  .single-handbooks .button__container {
    padding-top: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .single-handbooks .button__container {
    padding-top: 3.1111111111rem;
  }
}

.feed-table {
  width: 100%;
}
.feed-table tbody tr td {
  color: #070721;
}
.feed-table tbody tr td:first-child {
  width: 83.5%;
}
@media only screen and (max-width: 576px) {
  .feed-table tbody tr td:first-child {
    width: auto;
  }
}
.feed-table tbody tr td:last-child {
  min-width: 144px;
}
@media only screen and (max-width: 576px) {
  .feed-table tbody tr td:last-child {
    min-width: auto;
  }
}
.feed-table tbody tr:nth-child(2n) {
  background: #fff;
}
.feed-table tbody tr:nth-child(2n+1) {
  background: #F2F4F6;
}
.feed-table tbody tr td:nth-child(2) {
  display: flex;
}
.feed-table tbody tr td:nth-child(2)::before {
  content: "€";
  margin-right: auto;
}
.feed-table tbody tr:first-child {
  background: #22317F;
}
.feed-table tbody tr:first-child td:nth-child(2)::before {
  content: none;
}
.feed-table tbody tr:first-child td {
  color: #fff;
}
.feed-table tbody td {
  padding: 16px 24px;
}

.gallery-block {
  margin-bottom: 80px;
}
.gallery-block__title {
  color: #22317F;
  margin-bottom: 24px;
}
.gallery-block__images {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.gallery-block__image {
  position: relative;
  width: 208px;
  height: 208px;
}
.gallery-block__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.image-slideshow-block {
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .image-slideshow-block .extra-content {
    padding: 0 24px;
  }
}
.image-slideshow-block__title {
  margin-bottom: 24px;
  color: #22317F;
}
.image-slideshow-block__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-slideshow-block__slideshow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.image-slideshow-block__slideshow-item {
  position: relative;
  overflow: hidden;
}
.image-slideshow-block__slideshow-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-slideshow-block__slideshow img {
  max-width: 100%;
  object-fit: cover;
}
.image-slideshow-block__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 24px;
}
.image-slideshow-block__arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.image-slideshow-block__arrow .prev, .image-slideshow-block__arrow .next {
  display: flex;
  align-items: center;
}
.image-slideshow-block__arrow .prev path, .image-slideshow-block__arrow .prev line, .image-slideshow-block__arrow .next path, .image-slideshow-block__arrow .next line {
  stroke: #A6B6D3;
}
.image-slideshow-block__arrow .prev:hover path, .image-slideshow-block__arrow .prev:hover line, .image-slideshow-block__arrow .next:hover path, .image-slideshow-block__arrow .next:hover line {
  stroke: #22317F;
}
.image-slideshow-block__arrow .prev {
  transform: rotate(180deg);
  margin-right: 10px;
}
.image-slideshow-block__count-inner {
  display: flex;
  flex-direction: row;
}
.image-slideshow-block__count-inner span {
  color: #22317F;
  margin-right: 5px;
}

.slick-track {
  width: 1000px;
}

.important-information {
  background-color: #E1E8F2;
  padding: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .important-information {
    padding: 24px;
  }
}
.important-information__title {
  margin-bottom: 24px;
}
.important-information__title h4 {
  margin-top: 0;
  color: #22317F;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.important-information__description {
  margin-bottom: 24px;
}

.quote {
  padding: 40px 112px;
  background: #22317F;
  margin-bottom: 80px;
}
@media only screen and (max-width: 769px) {
  .quote {
    padding: 40px 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.quote-text {
  margin-bottom: 16px;
}
.quote-text h3 {
  color: #E1E8F2;
}
.quote-author {
  color: #A6B6D3;
  text-align: right;
  padding-right: 122px;
}
@media only screen and (max-width: 769px) {
  .quote-author {
    padding-right: 0;
  }
}

.share-popup {
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 769px) {
  .share-popup {
    max-width: 95vw;
  }
}
.opened-share-popup .share-popup {
  opacity: 1;
  z-index: 111;
}
.share-popup .share-button-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.share-popup .share-post-button,
.share-popup .copy-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.share-popup .share-post-button-label,
.share-popup .copy-link-label {
  line-height: 20px;
}
.share-popup button:hover, .share-popup .button:hover {
  border-color: #cdd;
}
.share-popup .share-button, .share-popup .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}
.share-popup .share-button, .share-popup .share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share-popup .share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.share-popup .share-dialog.is-open {
  display: block;
  z-index: 2;
}
.share-popup .popup-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.share-popup .targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .share-popup .targets {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
  }
}
.share-popup .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
  background: url("../assets/image/close-share-popup.png");
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  height: 20px;
}
.share-popup .facebook-icon {
  background-image: url("../assets/image/facebook.png");
}
.share-popup .twitter-icon {
  background-image: url("../assets/image/twitter.png");
}
.share-popup .email-icon {
  background-image: url("../assets/image/email.png");
}
.share-popup .linkedin-icon {
  background-image: url("../assets/image/linkedin.png");
}
.share-popup .share-button-icon {
  background-size: contain;
  background-size: 16px;
  background-repeat: no-repeat;
}
.share-popup .close-button svg {
  margin-right: 0;
}
.share-popup .button span {
  display: block;
  line-height: 1;
}
.share-popup .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}
.share-popup .pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 350px;
}
.share-popup .successful-copying {
  display: none;
  opacity: 0;
  transition: 0.3s;
  color: #04AA6D;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 8px;
}
.share-popup .successful-copying.show {
  opacity: 1;
  display: block;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
body.opened-share-popup::after {
  opacity: 0.3;
  z-index: 110;
}

.content-table {
  margin-bottom: 80px;
}
.content-table-inner {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media only screen and (max-width: 576px) {
  .content-table-inner {
    overflow-x: visible;
  }
}
.content-table__title {
  margin-bottom: 24px;
}
.content-table__title p, .content-table__title ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.content-table__title ul {
  padding-left: 32px;
}
.content-table__title ul li {
  position: relative;
}
.content-table__title ul li:before {
  content: "";
  position: absolute;
  background: #070721;
  width: 4px;
  height: 4px;
  left: -16px;
  top: 8px;
  border-radius: 50%;
}
.content-table table thead {
  background: #22317F;
  color: #FFFFFF;
}
.content-table table thead th {
  vertical-align: baseline;
}
.content-table table thead th.double-width {
  min-width: 300px;
}
.content-table table td, .content-table table th {
  padding: 16px 16px;
}
@media only screen and (max-width: 769px) {
  .content-table table td, .content-table table th {
    min-width: 150px;
  }
  .content-table table td:first-child, .content-table table th:first-child {
    min-width: 250px;
  }
}
.content-table table td a, .content-table table th a {
  color: #0063D3;
  text-decoration: underline;
}
.content-table table th {
  text-align: left;
}
.content-table table tbody tr:nth-child(odd) {
  background-color: #E1E8F2;
}
.content-table table tbody tr:nth-child(even) {
  background-color: #F2F4F6;
}

.text_blocks {
  padding-top: 80px;
  max-width: 100%;
}
.text_blocks ul {
  padding: 0.66667rem 0;
}
.text_blocks ul:last-child {
  padding-bottom: 0;
}
.text_blocks .text__button ul,
.text_blocks .text__button p ~ ul {
  padding-left: 24px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .text__button span {
    right: -25px;
  }
}
@media only screen and (max-width: 576px) {
  .text_blocks .text__button span:after {
    right: 40px;
  }
}
.text_blocks .content-block ul li {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .text_blocks .content-block {
    margin-bottom: 40px;
  }
}
.text_blocks .content_blocks {
  width: 58%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .text_blocks .content_blocks {
    width: 72%;
  }
}
@media only screen and (max-width: 769px) {
  .text_blocks .content_blocks {
    width: 100%;
  }
}
.text_blocks .content_blocks .button {
  margin-top: 24px;
}
.text_blocks .contentWrapper {
  display: flex;
}
.text_blocks .content-block h3 {
  margin-bottom: 12px;
}
.text_blocks .content-block h2 {
  margin-bottom: 12px;
  color: #22317F;
}
@media only screen and (max-width: 769px) {
  .text_blocks .content-block h2 {
    margin-bottom: 14px;
  }
}
.text_blocks .image__text_row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  min-height: 144px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .image__text_row {
    flex-direction: column;
    margin-top: 24px;
  }
}
.text_blocks .image__text_rows {
  margin-top: 16px;
}
.text_blocks .image__text_row:last-child {
  margin-bottom: 0;
}
.text_blocks .image__text_row .image_col {
  width: 30%;
  padding-right: 16px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .image__text_row .image_col {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
  }
}
.text_blocks .image__text_row .image_col img {
  margin-bottom: 0;
  max-width: 100%;
}
.text_blocks .image__text_row .text_col {
  width: 70%;
}
@media only screen and (max-width: 769px) {
  .text_blocks .image__text_row .text_col {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .text__button span {
    right: -25px;
  }
}
@media only screen and (max-width: 576px) {
  .text_blocks .two_columns_text .text__button span:after {
    right: 40px;
  }
}
.text_blocks .two_columns_text .separator {
  width: 100%;
  height: 1px;
  background: #22317F;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .separator {
    margin: -14px 0;
  }
}
.text_blocks .two_columns_text .text_columns {
  display: flex;
  margin-top: 24px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .text_columns {
    flex-direction: column;
  }
}
.text_blocks .two_columns_text .left_column {
  font-size: 18px;
  color: #22317F;
  padding-right: 38px;
  width: calc( 26% + 38px);
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .left_column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px;
  }
}
.text_blocks .two_columns_text .right_column {
  width: 74%;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .right_column {
    width: 100%;
  }
}
.text_blocks .two_columns_text .right_column ul {
  padding-left: 24px;
}
.text_blocks .two_columns_text .right_column .link {
  margin-top: 12px;
  line-height: 1;
}
.text_blocks .two_columns_text .right_column .link span {
  line-height: 1.563;
  display: inline-block;
}
.text_blocks .two_columns_text .right_column .link span::after {
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  top: 2px;
}
.text_blocks .two_columns_text .right_column p:first-child {
  padding-bottom: 12px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text .right_column p + .link {
    margin-top: -4px;
  }
}
.text_blocks .two_columns_text.has_separator .left_column {
  padding-right: 16px;
  width: calc( 28% + 16px);
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text.has_separator .left_column {
    width: 100%;
    padding-right: 0;
  }
}
.text_blocks .two_columns_text.has_separator .right_column {
  width: 72%;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text.has_separator .right_column {
    width: 100%;
  }
}
.text_blocks .two_columns_text .text__button .text h3 + p {
  padding-top: 0;
}
.text_blocks .two_columns_text.has_separator .text__button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text.has_separator .text__button {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text.has_separator .text__button .text {
    padding-right: 24px;
  }
  .text_blocks .two_columns_text.has_separator .text__button .text h3 {
    font-size: 28px;
    line-height: 1.4285;
  }
}
.text_blocks .two_columns_text.has_separator .text__button .button {
  margin-top: 12px;
}
@media only screen and (max-width: 769px) {
  .text_blocks .two_columns_text.has_separator .text__button .button {
    margin-bottom: 26px;
  }
}
.text_blocks .two_columns_text.has_separator .text__button .button .button--underline {
  padding-right: 16px;
  border-bottom: 1px solid #22317F;
  font-size: 16px;
  position: relative;
  line-height: 1.563;
}
.text_blocks .two_columns_text.has_separator .text__button .button .button--underline::after {
  top: 50%;
  content: "";
  transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 1px;
  position: absolute;
  background: #22317F;
  transition: 0.2s;
}
.text_blocks .two_columns_text.has_separator .text__button .button .button--underline.closed::before {
  content: "";
  width: 1px;
  height: 12px;
  background: #22317F;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 6px;
}
.text_blocks .two_columns_text.has_separator .text__button .button .button--underline:hover {
  opacity: 1;
}

.block-text {
  margin-bottom: 80px;
}
.block-text__button {
  margin-bottom: 24px;
  margin-top: 12px;
}
@media only screen and (max-width: 769px) {
  .block-text__button {
    width: 100%;
  }
}
.block-text__list {
  padding-left: 0;
}
.block-text__list li {
  width: fit-content;
}
.block-text__list li:before {
  display: none;
}
.block-text .card-button {
  margin-bottom: 24px;
}
.block-text .extra-list {
  padding: 0 !important;
  text-transform: capitalize;
}
@media only screen and (max-width: 769px) {
  .block-text .extra-list li {
    width: 100%;
  }
}
.block-text__image {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
}
.block-text__image.left {
  justify-content: flex-start;
}
.block-text__image.right {
  justify-content: flex-end;
}
.block-text__image.center {
  justify-content: center;
}
.block-text__image img {
  height: auto;
}
@media only screen and (max-width: 576px) {
  .block-text__image img {
    width: 100% !important;
  }
}

.text-sidebar {
  margin-bottom: 80px;
}
.text-sidebar__title {
  margin-bottom: 24px;
}
.text-sidebar__block:not(:last-of-type) {
  margin-bottom: 40px;
}
.text-sidebar__text {
  margin-bottom: 24px;
}
.text-sidebar__list {
  display: flex;
  flex-direction: column;
}
.text-sidebar__list > li {
  margin-bottom: 24px;
}
.text-sidebar__list > li:last-child {
  margin-bottom: 0;
}
.text-sidebar__item {
  display: flex;
}
.text-sidebar__item:not(:last-of-type) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 769px) {
  .text-sidebar__item {
    flex-direction: column;
  }
}
.text-sidebar__name-wrapper {
  width: 186px;
  margin-right: 38px;
}
@media only screen and (max-width: 769px) {
  .text-sidebar__name-wrapper {
    margin-right: unset;
    width: 100%;
    margin-bottom: 16px;
  }
}
.text-sidebar__description {
  max-width: 550px;
}
@media only screen and (max-width: 576px) {
  .text-sidebar__description {
    max-width: unset;
  }
}
.text-sidebar__description-wrapper {
  width: 100%;
}
.text-sidebar__description p {
  max-width: 656px;
  margin-bottom: 24px;
}
.single-handbooks .text-sidebar__description p {
  margin-bottom: 0;
}
.text-sidebar__description ul, .text-sidebar__description ol {
  padding-left: 1.4444444444rem;
}
.text-sidebar__description ul li {
  list-style-type: disc;
}
.text-sidebar__description ol li {
  list-style-type: decimal;
}
.text-sidebar__description-button {
  margin-bottom: 26px;
  display: block;
}
.text-sidebar__nav-item {
  will-change: auto;
  text-transform: uppercase;
}
.text-sidebar__nav-item:hover {
  font-weight: 500;
}

@media only screen and (max-width: 769px) {
  .left-sidebar .text-sidebar__item {
    flex-direction: row;
  }
  .left-sidebar .text-sidebar__item .text-sidebar__name-wrapper {
    min-width: 40% !important;
    margin-right: 16px;
  }
}

.two-column-text {
  margin-bottom: 80px;
}
.two-column-text__container {
  display: flex;
  gap: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 769px) {
  .two-column-text__container {
    flex-direction: column;
  }
}
.two-column-text__title {
  color: #22317F;
  margin-bottom: 40px;
}
.two-column-text__column-one {
  width: 100%;
}
.two-column-text__column-two {
  width: 100%;
}

.video-block__container {
  display: block;
}
@media only screen and (max-width: 769px) {
  .video-block__container {
    margin-bottom: 56px;
  }
}
.video-block__container iframe {
  width: 100%;
  height: 472px;
}
.video-block__container .plyr--video {
  width: 100%;
}
.video-block__container .plyr--video .plyr__control {
  will-change: auto;
}
.video-block__container .plyr--video .plyr__control:hover {
  background: #22317F;
}
.video-block__container .plyr__control--overlaid {
  width: 105px;
  height: 105px;
  background: #22317F;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.video-block__container .plyr__control--overlaid:after {
  content: "";
  position: absolute;
  top: 29px;
  left: 37px;
  width: 53px;
  height: 53px;
  background: url("../assets/image/play.svg") no-repeat;
}
.video-block__container .plyr__control--overlaid svg {
  display: none;
}
.content-description > div:last-child .video-block__container {
  margin-bottom: 0;
}
.video-block__container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.video-with-text {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .video-with-text {
    flex-direction: column;
  }
}
.video-with-text .video-block__container {
  max-width: 656px;
  width: 100%;
  margin-right: 128px;
}
.video-with-text__description h3, .video-with-text__description span, .video-with-text__description p {
  margin-bottom: 15px;
  display: block;
}
.video-with-text__author {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.video-with-text__description {
  color: #585858;
}

.text-image {
  padding: 80px 0;
  margin-top: 4.4444444444rem;
  margin-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .text-image {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .text-image {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 992px) {
  .text-image {
    padding: 0;
  }
}
.text-image__title {
  margin-bottom: 20px;
}
.text-image__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 769px) {
  .text-image__container {
    flex-wrap: wrap;
  }
}
.text-image__text {
  width: 100%;
  max-width: 432px;
  color: #22317F;
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .text-image__text {
    max-width: unset;
  }
}
.text-image__image {
  max-width: 720px;
}
.text-image__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-cards {
  margin-top: 4.4444444444rem;
  margin-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .block-cards {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .block-cards {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
.block-cards__title {
  margin-bottom: 40px;
}
.block-cards__title h3 {
  font-weight: 500;
}
.block-cards__list {
  gap: 24px 0;
}
.block-cards .card-item.card-half .col-left {
  width: 100%;
  max-width: 296px;
}
.block-cards .card-item.card-half .col-right {
  width: 40%;
  max-width: 246px;
}
@media only screen and (max-width: 769px) {
  .block-cards .card-item.card-half .col-right {
    width: 100%;
    max-width: unset;
  }
}
.block-cards .card-item.card-full .col-left {
  width: 100%;
  max-width: 808px;
  gap: 0 24px;
}
.block-cards .card-item.card-full .col-right {
  width: 40%;
  max-width: 308px;
}
@media only screen and (max-width: 769px) {
  .block-cards .card-item.card-full .col-right {
    width: 100%;
    max-width: unset;
  }
}
.block-cards .card-wrap {
  padding: 40px;
  background: #F8F8F9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .block-cards .card-wrap {
    padding: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .block-cards .card-wrap {
    padding: 24px;
    flex-direction: column;
  }
}
.block-cards .card-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-cards .card-title {
  width: 100%;
  margin-bottom: 24px;
}
.block-cards .card-title h3 {
  font-weight: 500;
}
.block-cards .card-content {
  flex: 1;
}
@media only screen and (max-width: 769px) {
  .block-cards .card-content {
    flex: auto;
  }
}
@media only screen and (max-width: 769px) {
  .block-cards .card-content:last-of-type {
    margin-top: 24px;
  }
}
.block-cards .card-content ul, .block-cards .card-content ol {
  padding-left: 1.4444444444rem;
}
.block-cards .card-content ul li {
  list-style-type: disc;
}
.block-cards .card-content ol li {
  list-style-type: decimal;
}
.block-cards .card-icon {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .block-cards .card-icon {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 769px) {
  .block-cards .card-icon.icon-desk {
    display: none;
  }
}
.block-cards .card-icon.icon-mob {
  display: none;
}
@media only screen and (max-width: 769px) {
  .block-cards .card-icon.icon-mob {
    display: block;
  }
}
.block-cards .card-icon img {
  width: 100%;
  height: auto;
}

.block-slider {
  position: relative;
  margin-top: 4.4444444444rem;
  margin-bottom: 4.4444444444rem;
}
@media only screen and (max-width: 992px) {
  .block-slider {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
@media only screen and (max-width: 769px) {
  .block-slider {
    margin-top: 3.1111111111rem;
    margin-bottom: 3.1111111111rem;
  }
}
.block-slider__title h3 {
  font-weight: 500;
}
.block-slider__list {
  margin-top: 40px;
}
.block-slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 5;
}
.block-slider .slider-wrap {
  height: 100%;
  background: #F8F8F9;
  padding: 40px 24px 52px;
}
.block-slider .slider-top {
  display: flex;
  justify-content: space-between;
}
.block-slider .slider-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22317F;
  color: #FFFFFF;
  font-size: 20px;
}
.block-slider .slider-icon {
  width: 80px;
  height: 80px;
}
.block-slider .slider-icon img {
  width: 100%;
  height: 100%;
}
.block-slider .slider-bottom {
  margin-top: 40px;
}
.block-slider .slider-months {
  color: #0063D3;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}
.block-slider .slider-title {
  margin-top: 8px;
}
.block-slider .slider-desc {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.4;
}
.block-slider .slick-list {
  overflow: unset;
}
.block-slider .list-slider__nav {
  margin-top: 8px;
}
.block-slider .prev-hb, .block-slider .next-hb {
  position: relative;
}
.block-slider .prev-hb:after, .block-slider .next-hb:after {
  content: "";
  position: absolute;
  background: url("../assets/image/Right.svg") no-repeat;
  width: 12px;
  height: 20px;
  top: 6px;
  left: 11px;
}
.block-slider .prev-hb {
  transform: rotate(180deg);
}

.footer {
  border-top: 1px solid #E1E8F2;
}
.footer .footer-wrapper {
  padding-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .footer-nav {
    margin-bottom: 67px;
  }
}
@media only screen and (min-width: 769px) {
  .footer-nav {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 769px) {
  .footer-nav:first-child {
    border-top: 1px solid #EAEEF2;
  }
}
@media only screen and (max-width: 769px) {
  .footer-nav__item {
    border-bottom: 1px solid #EAEEF2;
    padding-top: 20px;
  }
}
.footer-nav h5 {
  color: #22317F;
  margin-bottom: 24px;
}
@media only screen and (max-width: 576px) {
  .footer-nav h5 {
    font-weight: 400;
  }
}
.footer-nav ul {
  padding-left: 20px;
  padding-right: 20px;
}
.footer-nav ul li {
  padding-bottom: 8px;
}
.footer-nav a {
  color: #0063D3;
  position: relative;
  will-change: tranform;
}
@media only screen and (max-width: 769px) {
  .footer-nav a {
    font-size: 16px;
    font-weight: 500;
  }
}
.footer-nav a:before {
  content: "";
  background: url("../assets/image/arrow-blue.svg");
  width: 8px;
  height: 11px;
  position: absolute;
  top: 2px;
  transform: translate3d(-20px, 0, 0);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 576px) {
  .footer-nav a:before {
    top: 4px;
  }
}
.footer-nav a:hover:before {
  transform: translate3d(-16px, 0, 0);
}
@media only screen and (max-width: 769px) {
  .footer .dropdown-active {
    display: block;
  }
}
.footer-menu {
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .footer-menu {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .footer-menu__title h5 {
    position: relative;
  }
  .footer-menu__title h5:after {
    content: "";
    background: url("../assets/image/arrow-dark.svg") no-repeat;
    transform: rotate(90deg);
    position: absolute;
    top: 6px;
    right: 0;
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 769px) {
  .footer-menu__title .change-icon:after {
    transform: rotate(270deg);
  }
}
.footer-social {
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 769px) {
  .footer-social {
    display: none;
  }
}
.footer-social li a {
  padding-left: 35px;
  display: flex;
  align-items: center;
  height: 100%;
}
.footer-bottom-wrapper {
  padding: 17px 0;
  border-top: 1px solid #22317F;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper {
    display: block;
    border-top: none;
    position: relative;
  }
}
.footer-bottom-wrapper .footer-bottom {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper .footer-bottom {
    display: block;
    width: 100%;
  }
}
.footer-bottom-wrapper .footer-bottom__list {
  margin-right: 38px;
  gap: 33px;
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper .footer-bottom__list {
    margin-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 23px;
    border-bottom: 1px solid #22317F;
    margin-bottom: 17px;
  }
}
.footer-bottom-wrapper .footer-bottom__list li {
  padding-left: 20px;
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper .footer-bottom__list li {
    width: 50%;
    padding-left: 0;
  }
  .footer-bottom-wrapper .footer-bottom__list li:first-child {
    margin-bottom: 16px;
  }
}
.footer-bottom-wrapper .footer-bottom__list a {
  color: #22317F;
  position: relative;
}
.footer-bottom-wrapper .footer-bottom__list a:before {
  content: "";
  background: url("../assets/image/arrow-dark.svg");
  width: 8px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: -20px;
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper .footer-bottom__list a:before {
    display: none;
  }
}
.footer-bottom-wrapper .footer-bottom__list:last-child {
  margin-right: 0;
}
.footer-bottom-wrapper .footer-bottom__copy {
  color: #22317F;
}
@media only screen and (max-width: 576px) {
  .footer-bottom-wrapper .footer-bottom__copy {
    max-width: 160px;
  }
}
@media only screen and (max-width: 769px) {
  .footer-bottom-wrapper .footer-bottom__logo {
    position: absolute;
    bottom: 15px;
    right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .footer-bottom-wrapper .footer-bottom__logo {
    bottom: 30px;
  }
}
.footer-bottom-wrapper .footer-bottom__logo img {
  width: 90px;
  height: auto;
}
.footer-bottom-wrapper .footer-bottom__site-link {
  margin-left: auto;
  margin-right: 24px;
  text-decoration: underline;
  color: #22317F;
}
.footer-bottom-wrapper .footer-bottom__site-link:hover {
  color: #0063D3;
}
@media only screen and (max-width: 992px) {
  .footer-bottom-wrapper .footer-bottom__site-link {
    display: none;
  }
}
.page-template-feed-search-page .footer {
  margin-top: auto;
}
.footer-scroll {
  margin-right: -88px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  position: fixed;
  bottom: 150px;
  right: 90px;
  width: 40px;
}
.footer-scroll__text {
  font-size: 14px;
  line-height: 14px;
  color: #22317F;
  font-weight: 500;
  display: block;
  transform: rotate(-90deg);
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: max-content;
}
.footer-scroll__text:before {
  content: "scroll down";
  display: inline-block;
  position: relative;
  left: 27px;
  top: 0px;
  transition: all 1s;
  transition-timing-function: 0.71, 0, 0.29, 1;
}
.footer-scroll__text:after {
  content: "back up";
  display: inline-block;
  position: relative;
  left: -42px;
  top: 16px;
  transition: all 1s;
  transition-timing-function: 0.71, 0, 0.29, 1;
}
.footer-scroll__text.scroll-active:before {
  transform: translateY(-24px);
}
.footer-scroll__text.scroll-active:after {
  transform: translateY(-16px);
}
.footer-scroll__lottie {
  width: 40px;
  height: 40px;
  z-index: 1;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.footer-scroll__lottie.scroll-active {
  transform: rotate(180deg);
  cursor: pointer;
}
.footer.footer-handbook .footer-nav h5 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}
