.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}
.flatpickr-confirm {
	height: 40px;
	max-height: 0px;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: rgba(0,0,0,0.06)
}

.flatpickr-confirm svg path {
	fill: inherit;
}

.flatpickr-confirm.darkTheme {
	color: white;
	fill: white;
}

.flatpickr-confirm.visible {
	max-height: 40px;
	visibility: visible
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  position: relative; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
    .dropzone .dz-preview .dz-progress {
      display: block;
      height: 15px;
      border: 1px solid #aaa; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green; }
    .dropzone .dz-preview .dz-error-message {
      color: red;
      display: none; }
    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }

/**
* General Uppy styles that apply to everything inside the .uppy-Root container
*/
.uppy-Root {
  position: relative;
  box-sizing: border-box;
  color: #333;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir=rtl] .uppy-Root,
.uppy-Root[dir=rtl] {
  text-align: right;
}

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

.uppy-Root [hidden] {
  display: none;
}

.uppy-u-reset {
  all: initial;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
}

[dir=rtl] .uppy-u-reset {
  text-align: right;
}

.uppy-c-textInput {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  padding: 6px 8px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.uppy-size--md .uppy-c-textInput {
  padding: 8px 10px;
}
.uppy-c-textInput:focus {
  border-color: rgba(34, 117, 215, 0.6);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.15);
}
[data-uppy-theme=dark] .uppy-c-textInput {
  color: #eaeaea;
  background-color: #333;
  border-color: #333;
}
[data-uppy-theme=dark] .uppy-c-textInput:focus {
  border-color: #525252;
  box-shadow: none;
}

.uppy-c-icon {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  fill: currentColor;
}

.uppy-c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  -webkit-user-select: none;
          user-select: none;
}
[dir=rtl] .uppy-c-btn {
  text-align: center;
}

.uppy-c-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.uppy-c-btn::-moz-focus-inner {
  border: 0;
}

.uppy-c-btn-primary {
  padding: 10px 18px;
  color: #fff;
  font-size: 14px;
  background-color: #2275d7;
  border-radius: 4px;
}
.uppy-c-btn-primary:hover {
  background-color: #1b5dab;
}
.uppy-c-btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.4);
}
.uppy-size--md .uppy-c-btn-primary {
  padding: 13px 22px;
}
[data-uppy-theme=dark] .uppy-c-btn-primary {
  color: #eaeaea;
}
[data-uppy-theme=dark] .uppy-c-btn-primary:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-c-btn-primary:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.85);
}

.uppy-c-btn-link {
  padding: 10px 15px;
  color: #525252;
  font-size: 14px;
  line-height: 1;
  background-color: transparent;
  border-radius: 4px;
}
.uppy-c-btn-link:hover {
  color: #333;
}
.uppy-c-btn-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.25);
}
.uppy-size--md .uppy-c-btn-link {
  padding: 13px 18px;
}
[data-uppy-theme=dark] .uppy-c-btn-link {
  color: #eaeaea;
}
[data-uppy-theme=dark] .uppy-c-btn-link:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-c-btn-link:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.85);
}
[data-uppy-theme=dark] .uppy-c-btn-link:hover {
  color: #939393;
}
.uppy-DragDrop-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  background-color: #fff;
  border-radius: 7px;
  cursor: pointer;
}
.uppy-DragDrop-container::-moz-focus-inner {
  border: 0;
}
.uppy-DragDrop-container:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.4);
}

.uppy-DragDrop-inner {
  margin: 0;
  padding: 80px 20px;
  line-height: 1.4;
  text-align: center;
}

.uppy-DragDrop-arrow {
  width: 60px;
  height: 60px;
  margin-bottom: 17px;
  fill: #e0e0e0;
}

.uppy-DragDrop--isDragDropSupported {
  border: 2px dashed #adadad;
}

.uppy-DragDrop--isDraggingOver {
  background: #eaeaea;
  border: 2px dashed #2275d7;
}
.uppy-DragDrop--isDraggingOver .uppy-DragDrop-arrow {
  fill: #939393;
}

.uppy-DragDrop-label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.15em;
}

.uppy-DragDrop-browse {
  color: #2275d7;
  cursor: pointer;
}

.uppy-DragDrop-note {
  color: #adadad;
  font-size: 1em;
}
.uppy-ProgressBar {
  /* no important */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 3px;
  transition: height 0.2s;
}

.uppy-ProgressBar[aria-hidden=true] {
  /* no important */
  height: 0;
}

.uppy-ProgressBar-inner {
  width: 0;
  height: 100%;
  /* no important */
  background-color: #2275d7;
  box-shadow: 0 0 10px rgba(34, 117, 215, 0.7);
  transition: width 0.4s ease;
}

.uppy-ProgressBar-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  /* no important */
  display: none;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top:var(--plyr-menu-arrow-size,4px) solid hsla(0,0%,100%,.9);border-width:var(--plyr-menu-arrow-size,4px);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
@charset "UTF-8";
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 0; } }
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
      display: none; } }
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent; }
  trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: black; }
  trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer; }
  trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, 0.125); }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button {
      letter-spacing: -0.01em;
      padding: 0 0.3em; } }
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button--icon {
      height: 2em;
      max-width: calc(0.8em + 3.5vw); } }
  trix-toolbar .trix-button--icon::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button--icon::before {
        right: 6%;
        left: 6%; } }
  trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1; }
  trix-toolbar .trix-button--icon:disabled::before {
    opacity: 0.125; }
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%; }
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-dialogs {
  position: relative; }
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: #F00 0px 0px 1.5px 1px; }
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }
trix-toolbar .trix-dialog--link {
  max-width: 600px; }
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }
  trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1; }
  trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0; }
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none; }

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight; }
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight; }

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight; }
trix-editor .attachment {
  position: relative; }
  trix-editor .attachment:hover {
    cursor: default; }
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }
  trix-editor .attachment__progress[value="100"] {
    opacity: 0; }
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }
trix-editor .trix-button-group {
  display: inline-flex; }
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent; }
  trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-editor .trix-button.trix-active {
    background: #cbeefa; }
  trix-editor .trix-button:not(:disabled) {
    cursor: pointer; }
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
  trix-editor .trix-button--remove::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%; }
  trix-editor .trix-button--remove:hover {
    border-color: #333; }
    trix-editor .trix-button--remove:hover::before {
      opacity: 1; }
trix-editor .attachment__metadata-container {
  position: relative; }
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }
  trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  trix-editor .attachment__metadata .attachment__size {
    margin-left: 0.2em;
    white-space: nowrap; }
@charset "UTF-8";
.trix-content {
  line-height: 1.5; }
  .trix-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2; }
  .trix-content blockquote {
    border: 0 solid #ccc;
    border-left-width: 0.3em;
    margin-left: 0.3em;
    padding-left: 0.6em; }
  .trix-content [dir=rtl] blockquote,
  .trix-content blockquote[dir=rtl] {
    border-width: 0;
    border-right-width: 0.3em;
    margin-right: 0.3em;
    padding-right: 0.6em; }
  .trix-content li {
    margin-left: 1em; }
  .trix-content [dir=rtl] li {
    margin-right: 1em; }
  .trix-content pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%; }
    .trix-content .attachment a {
      color: inherit;
      text-decoration: none; }
      .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
        color: inherit; }
  .trix-content .attachment__caption {
    text-align: center; }
    .trix-content .attachment__caption .attachment__name + .attachment__size::before {
      content: ' · '; }
  .trix-content .attachment--preview {
    width: 100%;
    text-align: center; }
    .trix-content .attachment--preview .attachment__caption {
      color: #666;
      font-size: 0.9em;
      line-height: 1.2; }
  .trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 2px;
    padding: 0.4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px; }
  .trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .trix-content .attachment-gallery .attachment {
      flex: 1 0 33%;
      padding: 0 0.5em;
      max-width: 33%; }
    .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
      flex-basis: 50%;
      max-width: 50%; }

.formhelper-toast{background-color:#000;opacity:1!important}.formhelper-toast-success{background-color:#00a6da}.formhelper-toast-error{background-color:#fff;color:#eb5512;padding:.9375rem!important}.formhelper-toast-error .formhelper-toast-message{color:#eb5512}.formhelper-toast-info{background-color:#00a6da}.formhelper-toast-warning{background-color:#f77522}/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#00a6da;text-decoration:none;background-color:transparent}a:hover{color:#006c8e;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#b4b4b4;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,:after,:before{box-sizing:inherit}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:700px){.container,.container-sm{max-width:540px}}@media(min-width:1280px){.container,.container-ls,.container-md,.container-sl,.container-sm{max-width:720px}}@media(min-width:1440px){.container,.container-lg,.container-ls,.container-md,.container-sl,.container-sm{max-width:960px}}@media(min-width:1920px){.container,.container-lg,.container-ls,.container-md,.container-sl,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-ls,.col-ls-1,.col-ls-2,.col-ls-3,.col-ls-4,.col-ls-5,.col-ls-6,.col-ls-7,.col-ls-8,.col-ls-9,.col-ls-10,.col-ls-11,.col-ls-12,.col-ls-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sl,.col-sl-1,.col-sl-2,.col-sl-3,.col-sl-4,.col-sl-5,.col-sl-6,.col-sl-7,.col-sl-8,.col-sl-9,.col-sl-10,.col-sl-11,.col-sl-12,.col-sl-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.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:700px){.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:900px){.col-sl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sl-1>*{flex:0 0 100%;max-width:100%}.row-cols-sl-2>*{flex:0 0 50%;max-width:50%}.row-cols-sl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sl-4>*{flex:0 0 25%;max-width:25%}.row-cols-sl-5>*{flex:0 0 20%;max-width:20%}.row-cols-sl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sl-3{flex:0 0 25%;max-width:25%}.col-sl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sl-6{flex:0 0 50%;max-width:50%}.col-sl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sl-9{flex:0 0 75%;max-width:75%}.col-sl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sl-12{flex:0 0 100%;max-width:100%}.order-sl-first{order:-1}.order-sl-last{order:13}.order-sl-0{order:0}.order-sl-1{order:1}.order-sl-2{order:2}.order-sl-3{order:3}.order-sl-4{order:4}.order-sl-5{order:5}.order-sl-6{order:6}.order-sl-7{order:7}.order-sl-8{order:8}.order-sl-9{order:9}.order-sl-10{order:10}.order-sl-11{order:11}.order-sl-12{order:12}.offset-sl-0{margin-left:0}.offset-sl-1{margin-left:8.3333333333%}.offset-sl-2{margin-left:16.6666666667%}.offset-sl-3{margin-left:25%}.offset-sl-4{margin-left:33.3333333333%}.offset-sl-5{margin-left:41.6666666667%}.offset-sl-6{margin-left:50%}.offset-sl-7{margin-left:58.3333333333%}.offset-sl-8{margin-left:66.6666666667%}.offset-sl-9{margin-left:75%}.offset-sl-10{margin-left:83.3333333333%}.offset-sl-11{margin-left:91.6666666667%}}@media(min-width:1100px){.col-ls{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-ls-1>*{flex:0 0 100%;max-width:100%}.row-cols-ls-2>*{flex:0 0 50%;max-width:50%}.row-cols-ls-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-ls-4>*{flex:0 0 25%;max-width:25%}.row-cols-ls-5>*{flex:0 0 20%;max-width:20%}.row-cols-ls-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-ls-auto{flex:0 0 auto;width:auto;max-width:100%}.col-ls-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-ls-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-ls-3{flex:0 0 25%;max-width:25%}.col-ls-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-ls-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-ls-6{flex:0 0 50%;max-width:50%}.col-ls-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-ls-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-ls-9{flex:0 0 75%;max-width:75%}.col-ls-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-ls-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-ls-12{flex:0 0 100%;max-width:100%}.order-ls-first{order:-1}.order-ls-last{order:13}.order-ls-0{order:0}.order-ls-1{order:1}.order-ls-2{order:2}.order-ls-3{order:3}.order-ls-4{order:4}.order-ls-5{order:5}.order-ls-6{order:6}.order-ls-7{order:7}.order-ls-8{order:8}.order-ls-9{order:9}.order-ls-10{order:10}.order-ls-11{order:11}.order-ls-12{order:12}.offset-ls-0{margin-left:0}.offset-ls-1{margin-left:8.3333333333%}.offset-ls-2{margin-left:16.6666666667%}.offset-ls-3{margin-left:25%}.offset-ls-4{margin-left:33.3333333333%}.offset-ls-5{margin-left:41.6666666667%}.offset-ls-6{margin-left:50%}.offset-ls-7{margin-left:58.3333333333%}.offset-ls-8{margin-left:66.6666666667%}.offset-ls-9{margin-left:75%}.offset-ls-10{margin-left:83.3333333333%}.offset-ls-11{margin-left:91.6666666667%}}@media(min-width:1280px){.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:1440px){.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:1920px){.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:700px){.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:900px){.d-sl-none{display:none!important}.d-sl-inline{display:inline!important}.d-sl-inline-block{display:inline-block!important}.d-sl-block{display:block!important}.d-sl-table{display:table!important}.d-sl-table-row{display:table-row!important}.d-sl-table-cell{display:table-cell!important}.d-sl-flex{display:flex!important}.d-sl-inline-flex{display:inline-flex!important}}@media(min-width:1100px){.d-ls-none{display:none!important}.d-ls-inline{display:inline!important}.d-ls-inline-block{display:inline-block!important}.d-ls-block{display:block!important}.d-ls-table{display:table!important}.d-ls-table-row{display:table-row!important}.d-ls-table-cell{display:table-cell!important}.d-ls-flex{display:flex!important}.d-ls-inline-flex{display:inline-flex!important}}@media(min-width:1280px){.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:1440px){.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:1920px){.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:700px){.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:900px){.flex-sl-row{flex-direction:row!important}.flex-sl-column{flex-direction:column!important}.flex-sl-row-reverse{flex-direction:row-reverse!important}.flex-sl-column-reverse{flex-direction:column-reverse!important}.flex-sl-wrap{flex-wrap:wrap!important}.flex-sl-nowrap{flex-wrap:nowrap!important}.flex-sl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sl-fill{flex:1 1 auto!important}.flex-sl-grow-0{flex-grow:0!important}.flex-sl-grow-1{flex-grow:1!important}.flex-sl-shrink-0{flex-shrink:0!important}.flex-sl-shrink-1{flex-shrink:1!important}.justify-content-sl-start{justify-content:flex-start!important}.justify-content-sl-end{justify-content:flex-end!important}.justify-content-sl-center{justify-content:center!important}.justify-content-sl-between{justify-content:space-between!important}.justify-content-sl-around{justify-content:space-around!important}.align-items-sl-start{align-items:flex-start!important}.align-items-sl-end{align-items:flex-end!important}.align-items-sl-center{align-items:center!important}.align-items-sl-baseline{align-items:baseline!important}.align-items-sl-stretch{align-items:stretch!important}.align-content-sl-start{align-content:flex-start!important}.align-content-sl-end{align-content:flex-end!important}.align-content-sl-center{align-content:center!important}.align-content-sl-between{align-content:space-between!important}.align-content-sl-around{align-content:space-around!important}.align-content-sl-stretch{align-content:stretch!important}.align-self-sl-auto{align-self:auto!important}.align-self-sl-start{align-self:flex-start!important}.align-self-sl-end{align-self:flex-end!important}.align-self-sl-center{align-self:center!important}.align-self-sl-baseline{align-self:baseline!important}.align-self-sl-stretch{align-self:stretch!important}}@media(min-width:1100px){.flex-ls-row{flex-direction:row!important}.flex-ls-column{flex-direction:column!important}.flex-ls-row-reverse{flex-direction:row-reverse!important}.flex-ls-column-reverse{flex-direction:column-reverse!important}.flex-ls-wrap{flex-wrap:wrap!important}.flex-ls-nowrap{flex-wrap:nowrap!important}.flex-ls-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-ls-fill{flex:1 1 auto!important}.flex-ls-grow-0{flex-grow:0!important}.flex-ls-grow-1{flex-grow:1!important}.flex-ls-shrink-0{flex-shrink:0!important}.flex-ls-shrink-1{flex-shrink:1!important}.justify-content-ls-start{justify-content:flex-start!important}.justify-content-ls-end{justify-content:flex-end!important}.justify-content-ls-center{justify-content:center!important}.justify-content-ls-between{justify-content:space-between!important}.justify-content-ls-around{justify-content:space-around!important}.align-items-ls-start{align-items:flex-start!important}.align-items-ls-end{align-items:flex-end!important}.align-items-ls-center{align-items:center!important}.align-items-ls-baseline{align-items:baseline!important}.align-items-ls-stretch{align-items:stretch!important}.align-content-ls-start{align-content:flex-start!important}.align-content-ls-end{align-content:flex-end!important}.align-content-ls-center{align-content:center!important}.align-content-ls-between{align-content:space-between!important}.align-content-ls-around{align-content:space-around!important}.align-content-ls-stretch{align-content:stretch!important}.align-self-ls-auto{align-self:auto!important}.align-self-ls-start{align-self:flex-start!important}.align-self-ls-end{align-self:flex-end!important}.align-self-ls-center{align-self:center!important}.align-self-ls-baseline{align-self:baseline!important}.align-self-ls-stretch{align-self:stretch!important}}@media(min-width:1280px){.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:1440px){.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:1920px){.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:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.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:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.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:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.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:700px){.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:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.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:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.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:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.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:900px){.m-sl-0{margin:0!important}.mt-sl-0,.my-sl-0{margin-top:0!important}.mr-sl-0,.mx-sl-0{margin-right:0!important}.mb-sl-0,.my-sl-0{margin-bottom:0!important}.ml-sl-0,.mx-sl-0{margin-left:0!important}.m-sl-1{margin:.25rem!important}.mt-sl-1,.my-sl-1{margin-top:.25rem!important}.mr-sl-1,.mx-sl-1{margin-right:.25rem!important}.mb-sl-1,.my-sl-1{margin-bottom:.25rem!important}.ml-sl-1,.mx-sl-1{margin-left:.25rem!important}.m-sl-2{margin:.5rem!important}.mt-sl-2,.my-sl-2{margin-top:.5rem!important}.mr-sl-2,.mx-sl-2{margin-right:.5rem!important}.mb-sl-2,.my-sl-2{margin-bottom:.5rem!important}.ml-sl-2,.mx-sl-2{margin-left:.5rem!important}.m-sl-3{margin:1rem!important}.mt-sl-3,.my-sl-3{margin-top:1rem!important}.mr-sl-3,.mx-sl-3{margin-right:1rem!important}.mb-sl-3,.my-sl-3{margin-bottom:1rem!important}.ml-sl-3,.mx-sl-3{margin-left:1rem!important}.m-sl-4{margin:1.5rem!important}.mt-sl-4,.my-sl-4{margin-top:1.5rem!important}.mr-sl-4,.mx-sl-4{margin-right:1.5rem!important}.mb-sl-4,.my-sl-4{margin-bottom:1.5rem!important}.ml-sl-4,.mx-sl-4{margin-left:1.5rem!important}.m-sl-5{margin:3rem!important}.mt-sl-5,.my-sl-5{margin-top:3rem!important}.mr-sl-5,.mx-sl-5{margin-right:3rem!important}.mb-sl-5,.my-sl-5{margin-bottom:3rem!important}.ml-sl-5,.mx-sl-5{margin-left:3rem!important}.p-sl-0{padding:0!important}.pt-sl-0,.py-sl-0{padding-top:0!important}.pr-sl-0,.px-sl-0{padding-right:0!important}.pb-sl-0,.py-sl-0{padding-bottom:0!important}.pl-sl-0,.px-sl-0{padding-left:0!important}.p-sl-1{padding:.25rem!important}.pt-sl-1,.py-sl-1{padding-top:.25rem!important}.pr-sl-1,.px-sl-1{padding-right:.25rem!important}.pb-sl-1,.py-sl-1{padding-bottom:.25rem!important}.pl-sl-1,.px-sl-1{padding-left:.25rem!important}.p-sl-2{padding:.5rem!important}.pt-sl-2,.py-sl-2{padding-top:.5rem!important}.pr-sl-2,.px-sl-2{padding-right:.5rem!important}.pb-sl-2,.py-sl-2{padding-bottom:.5rem!important}.pl-sl-2,.px-sl-2{padding-left:.5rem!important}.p-sl-3{padding:1rem!important}.pt-sl-3,.py-sl-3{padding-top:1rem!important}.pr-sl-3,.px-sl-3{padding-right:1rem!important}.pb-sl-3,.py-sl-3{padding-bottom:1rem!important}.pl-sl-3,.px-sl-3{padding-left:1rem!important}.p-sl-4{padding:1.5rem!important}.pt-sl-4,.py-sl-4{padding-top:1.5rem!important}.pr-sl-4,.px-sl-4{padding-right:1.5rem!important}.pb-sl-4,.py-sl-4{padding-bottom:1.5rem!important}.pl-sl-4,.px-sl-4{padding-left:1.5rem!important}.p-sl-5{padding:3rem!important}.pt-sl-5,.py-sl-5{padding-top:3rem!important}.pr-sl-5,.px-sl-5{padding-right:3rem!important}.pb-sl-5,.py-sl-5{padding-bottom:3rem!important}.pl-sl-5,.px-sl-5{padding-left:3rem!important}.m-sl-n1{margin:-.25rem!important}.mt-sl-n1,.my-sl-n1{margin-top:-.25rem!important}.mr-sl-n1,.mx-sl-n1{margin-right:-.25rem!important}.mb-sl-n1,.my-sl-n1{margin-bottom:-.25rem!important}.ml-sl-n1,.mx-sl-n1{margin-left:-.25rem!important}.m-sl-n2{margin:-.5rem!important}.mt-sl-n2,.my-sl-n2{margin-top:-.5rem!important}.mr-sl-n2,.mx-sl-n2{margin-right:-.5rem!important}.mb-sl-n2,.my-sl-n2{margin-bottom:-.5rem!important}.ml-sl-n2,.mx-sl-n2{margin-left:-.5rem!important}.m-sl-n3{margin:-1rem!important}.mt-sl-n3,.my-sl-n3{margin-top:-1rem!important}.mr-sl-n3,.mx-sl-n3{margin-right:-1rem!important}.mb-sl-n3,.my-sl-n3{margin-bottom:-1rem!important}.ml-sl-n3,.mx-sl-n3{margin-left:-1rem!important}.m-sl-n4{margin:-1.5rem!important}.mt-sl-n4,.my-sl-n4{margin-top:-1.5rem!important}.mr-sl-n4,.mx-sl-n4{margin-right:-1.5rem!important}.mb-sl-n4,.my-sl-n4{margin-bottom:-1.5rem!important}.ml-sl-n4,.mx-sl-n4{margin-left:-1.5rem!important}.m-sl-n5{margin:-3rem!important}.mt-sl-n5,.my-sl-n5{margin-top:-3rem!important}.mr-sl-n5,.mx-sl-n5{margin-right:-3rem!important}.mb-sl-n5,.my-sl-n5{margin-bottom:-3rem!important}.ml-sl-n5,.mx-sl-n5{margin-left:-3rem!important}.m-sl-auto{margin:auto!important}.mt-sl-auto,.my-sl-auto{margin-top:auto!important}.mr-sl-auto,.mx-sl-auto{margin-right:auto!important}.mb-sl-auto,.my-sl-auto{margin-bottom:auto!important}.ml-sl-auto,.mx-sl-auto{margin-left:auto!important}}@media(min-width:1100px){.m-ls-0{margin:0!important}.mt-ls-0,.my-ls-0{margin-top:0!important}.mr-ls-0,.mx-ls-0{margin-right:0!important}.mb-ls-0,.my-ls-0{margin-bottom:0!important}.ml-ls-0,.mx-ls-0{margin-left:0!important}.m-ls-1{margin:.25rem!important}.mt-ls-1,.my-ls-1{margin-top:.25rem!important}.mr-ls-1,.mx-ls-1{margin-right:.25rem!important}.mb-ls-1,.my-ls-1{margin-bottom:.25rem!important}.ml-ls-1,.mx-ls-1{margin-left:.25rem!important}.m-ls-2{margin:.5rem!important}.mt-ls-2,.my-ls-2{margin-top:.5rem!important}.mr-ls-2,.mx-ls-2{margin-right:.5rem!important}.mb-ls-2,.my-ls-2{margin-bottom:.5rem!important}.ml-ls-2,.mx-ls-2{margin-left:.5rem!important}.m-ls-3{margin:1rem!important}.mt-ls-3,.my-ls-3{margin-top:1rem!important}.mr-ls-3,.mx-ls-3{margin-right:1rem!important}.mb-ls-3,.my-ls-3{margin-bottom:1rem!important}.ml-ls-3,.mx-ls-3{margin-left:1rem!important}.m-ls-4{margin:1.5rem!important}.mt-ls-4,.my-ls-4{margin-top:1.5rem!important}.mr-ls-4,.mx-ls-4{margin-right:1.5rem!important}.mb-ls-4,.my-ls-4{margin-bottom:1.5rem!important}.ml-ls-4,.mx-ls-4{margin-left:1.5rem!important}.m-ls-5{margin:3rem!important}.mt-ls-5,.my-ls-5{margin-top:3rem!important}.mr-ls-5,.mx-ls-5{margin-right:3rem!important}.mb-ls-5,.my-ls-5{margin-bottom:3rem!important}.ml-ls-5,.mx-ls-5{margin-left:3rem!important}.p-ls-0{padding:0!important}.pt-ls-0,.py-ls-0{padding-top:0!important}.pr-ls-0,.px-ls-0{padding-right:0!important}.pb-ls-0,.py-ls-0{padding-bottom:0!important}.pl-ls-0,.px-ls-0{padding-left:0!important}.p-ls-1{padding:.25rem!important}.pt-ls-1,.py-ls-1{padding-top:.25rem!important}.pr-ls-1,.px-ls-1{padding-right:.25rem!important}.pb-ls-1,.py-ls-1{padding-bottom:.25rem!important}.pl-ls-1,.px-ls-1{padding-left:.25rem!important}.p-ls-2{padding:.5rem!important}.pt-ls-2,.py-ls-2{padding-top:.5rem!important}.pr-ls-2,.px-ls-2{padding-right:.5rem!important}.pb-ls-2,.py-ls-2{padding-bottom:.5rem!important}.pl-ls-2,.px-ls-2{padding-left:.5rem!important}.p-ls-3{padding:1rem!important}.pt-ls-3,.py-ls-3{padding-top:1rem!important}.pr-ls-3,.px-ls-3{padding-right:1rem!important}.pb-ls-3,.py-ls-3{padding-bottom:1rem!important}.pl-ls-3,.px-ls-3{padding-left:1rem!important}.p-ls-4{padding:1.5rem!important}.pt-ls-4,.py-ls-4{padding-top:1.5rem!important}.pr-ls-4,.px-ls-4{padding-right:1.5rem!important}.pb-ls-4,.py-ls-4{padding-bottom:1.5rem!important}.pl-ls-4,.px-ls-4{padding-left:1.5rem!important}.p-ls-5{padding:3rem!important}.pt-ls-5,.py-ls-5{padding-top:3rem!important}.pr-ls-5,.px-ls-5{padding-right:3rem!important}.pb-ls-5,.py-ls-5{padding-bottom:3rem!important}.pl-ls-5,.px-ls-5{padding-left:3rem!important}.m-ls-n1{margin:-.25rem!important}.mt-ls-n1,.my-ls-n1{margin-top:-.25rem!important}.mr-ls-n1,.mx-ls-n1{margin-right:-.25rem!important}.mb-ls-n1,.my-ls-n1{margin-bottom:-.25rem!important}.ml-ls-n1,.mx-ls-n1{margin-left:-.25rem!important}.m-ls-n2{margin:-.5rem!important}.mt-ls-n2,.my-ls-n2{margin-top:-.5rem!important}.mr-ls-n2,.mx-ls-n2{margin-right:-.5rem!important}.mb-ls-n2,.my-ls-n2{margin-bottom:-.5rem!important}.ml-ls-n2,.mx-ls-n2{margin-left:-.5rem!important}.m-ls-n3{margin:-1rem!important}.mt-ls-n3,.my-ls-n3{margin-top:-1rem!important}.mr-ls-n3,.mx-ls-n3{margin-right:-1rem!important}.mb-ls-n3,.my-ls-n3{margin-bottom:-1rem!important}.ml-ls-n3,.mx-ls-n3{margin-left:-1rem!important}.m-ls-n4{margin:-1.5rem!important}.mt-ls-n4,.my-ls-n4{margin-top:-1.5rem!important}.mr-ls-n4,.mx-ls-n4{margin-right:-1.5rem!important}.mb-ls-n4,.my-ls-n4{margin-bottom:-1.5rem!important}.ml-ls-n4,.mx-ls-n4{margin-left:-1.5rem!important}.m-ls-n5{margin:-3rem!important}.mt-ls-n5,.my-ls-n5{margin-top:-3rem!important}.mr-ls-n5,.mx-ls-n5{margin-right:-3rem!important}.mb-ls-n5,.my-ls-n5{margin-bottom:-3rem!important}.ml-ls-n5,.mx-ls-n5{margin-left:-3rem!important}.m-ls-auto{margin:auto!important}.mt-ls-auto,.my-ls-auto{margin-top:auto!important}.mr-ls-auto,.mx-ls-auto{margin-right:auto!important}.mb-ls-auto,.my-ls-auto{margin-bottom:auto!important}.ml-ls-auto,.mx-ls-auto{margin-left:auto!important}}@media(min-width:1280px){.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:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.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:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.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:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.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:1440px){.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:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.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:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.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:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.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:1920px){.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:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.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:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.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:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.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}}.form-control{display:block;width:100%;height:2.1875rem;padding:.3125rem .625rem;font-size:1rem;font-weight:600;line-height:1.5;color:#120f4c;background-color:#fff;background-clip:padding-box;border:1px solid #00a6da;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #120f4c}.form-control:focus{color:#120f4c;background-color:#fff;border-color:#0d68ea;outline:0;box-shadow:none}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#120f4c;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.3125rem + 1px);padding-bottom:calc(.3125rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.3125rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#b4b4b4}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#00a6da}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(0,166,218,.9)}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#00a6da;padding-right:2.1875rem;background-image:"";background-repeat:no-repeat;background-position:right calc(.375em + .15625rem) center;background-size:calc(.75em + .3125rem) calc(.75em + .3125rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#00a6da;box-shadow:0 0 0 .2rem rgba(0,166,218,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:2.1875rem;background-position:top calc(.375em + .15625rem) right calc(.375em + .15625rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#00a6da;padding-right:calc(.75em + 2.09375rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .625rem center/8px 10px no-repeat,#fff "" center right 1.625rem/calc(.75em + .3125rem) calc(.75em + .3125rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#00a6da;box-shadow:0 0 0 .2rem rgba(0,166,218,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#00a6da}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#00a6da}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#00a6da}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#0ec6ff;background-color:#0ec6ff}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,166,218,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#00a6da}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#00a6da;box-shadow:0 0 0 .2rem rgba(0,166,218,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#eb5512}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(235,85,18,.9)}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#eb5512;padding-right:2.1875rem;background-image:"";background-repeat:no-repeat;background-position:right calc(.375em + .15625rem) center;background-size:calc(.75em + .3125rem) calc(.75em + .3125rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#eb5512;box-shadow:0 0 0 .2rem rgba(235,85,18,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:2.1875rem;background-position:top calc(.375em + .15625rem) right calc(.375em + .15625rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#eb5512;padding-right:calc(.75em + 2.09375rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .625rem center/8px 10px no-repeat,#fff "" center right 1.625rem/calc(.75em + .3125rem) calc(.75em + .3125rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#eb5512;box-shadow:0 0 0 .2rem rgba(235,85,18,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#eb5512}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#eb5512}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#eb5512}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#f07640;background-color:#f07640}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(235,85,18,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#eb5512}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#eb5512;box-shadow:0 0 0 .2rem rgba(235,85,18,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width:700px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-file{display:flex;align-items:center}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.3125rem .625rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#120f4c;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #00a6da}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.625rem}.btn{display:inline-block;font-weight:600;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.3125rem .75rem;font-size:1rem;line-height:1.5;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(18,15,76,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#120f4c;border-color:#120f4c}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#0a092c;border-color:#080721}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(54,51,103,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#120f4c;border-color:#120f4c}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#080721;border-color:#050417}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(54,51,103,.5)}.btn-secondary{color:#212529;background-color:#b4b4b4;border-color:#b4b4b4}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#212529;background-color:#a1a1a1;border-color:#9b9b9b}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(158,159,159,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#212529;background-color:#b4b4b4;border-color:#b4b4b4}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#212529;background-color:#9b9b9b;border-color:#949494}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(158,159,159,.5)}.btn-success{color:#fff;background-color:#00a6da;border-color:#00a6da}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#0089b4;border-color:#007fa7}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(38,179,224,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#00a6da;border-color:#00a6da}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#007fa7;border-color:#00759a}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,179,224,.5)}.btn-info{color:#fff;background-color:#00a6da;border-color:#00a6da}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#0089b4;border-color:#007fa7}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(38,179,224,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#00a6da;border-color:#00a6da}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#007fa7;border-color:#00759a}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,179,224,.5)}.btn-warning{color:#fff;background-color:#eb5512;border-color:#eb5512}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#fff;background-color:#c7480f;border-color:#bc440e}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(238,111,54,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#fff;background-color:#eb5512;border-color:#eb5512}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#bc440e;border-color:#b0400d}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(238,111,54,.5)}.btn-danger{color:#fff;background-color:#eb5512;border-color:#eb5512}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#c7480f;border-color:#bc440e}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(238,111,54,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#eb5512;border-color:#eb5512}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bc440e;border-color:#b0400d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(238,111,54,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#120f4c;border-color:#120f4c}.btn-outline-primary:hover{color:#fff;background-color:#120f4c;border-color:#120f4c}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(18,15,76,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#120f4c;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#120f4c;border-color:#120f4c}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(18,15,76,.5)}.btn-outline-secondary{color:#b4b4b4;border-color:#b4b4b4}.btn-outline-secondary:hover{color:#212529;background-color:#b4b4b4;border-color:#b4b4b4}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(0,0%,70.6%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#b4b4b4;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#212529;background-color:#b4b4b4;border-color:#b4b4b4}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,70.6%,.5)}.btn-outline-success{color:#00a6da;border-color:#00a6da}.btn-outline-success:hover{color:#fff;background-color:#00a6da;border-color:#00a6da}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(0,166,218,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#00a6da;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#00a6da;border-color:#00a6da}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,166,218,.5)}.btn-outline-info{color:#00a6da;border-color:#00a6da}.btn-outline-info:hover{color:#fff;background-color:#00a6da;border-color:#00a6da}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(0,166,218,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#00a6da;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#00a6da;border-color:#00a6da}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,166,218,.5)}.btn-outline-warning{color:#eb5512;border-color:#eb5512}.btn-outline-warning:hover{color:#fff;background-color:#eb5512;border-color:#eb5512}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(235,85,18,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#eb5512;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#eb5512;border-color:#eb5512}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(235,85,18,.5)}.btn-outline-danger{color:#eb5512;border-color:#eb5512}.btn-outline-danger:hover{color:#fff;background-color:#eb5512;border-color:#eb5512}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(235,85,18,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#eb5512;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#eb5512;border-color:#eb5512}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(235,85,18,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#00a6da;text-decoration:none}.btn-link:hover{color:#006c8e}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.25rem}.btn-lg,.btn-sm{line-height:1.5;border-radius:0}.btn-sm{padding:.25rem .5rem;font-size:.875rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"— "}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #fff}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0}.card>.list-group:last-child{border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:1.25rem}.card-subtitle{margin-top:-.625rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{margin-bottom:0;border-bottom:1px solid #fff}.card-footer,.card-header{padding:1.25rem;background-color:#fff}.card-footer{border-top:1px solid #fff}.card-header-tabs{margin-bottom:-1.25rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-deck .card{margin-bottom:15px}@media(min-width:700px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media(min-width:700px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}}.card-columns .card{margin-bottom:1.25rem}@media(min-width:700px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0}.accordion>.card>.card-header{margin-bottom:-1px}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#00a6da;border-color:#b4b4b4;background-color:#f7f7f7}.custom-control-input:focus~.custom-control-label:before{box-shadow:none}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#0d68ea}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#00a6da;background-color:#f7f7f7;border-color:#b4b4b4}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#f7f7f7!important}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#f7f7f7;border:1px solid #b4b4b4}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2300A6DA' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#120f4c;background-color:#120f4c}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%2300A6DA' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(18,15,76,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(18,15,76,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2300A6DA'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(18,15,76,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#b4b4b4;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#f7f7f7;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(18,15,76,.5)}.custom-select{display:inline-block;width:100%;height:2.1875rem;padding:.3125rem 1.625rem .3125rem .625rem;font-size:1rem;font-weight:600;line-height:1.5;color:#120f4c;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .625rem center/8px 10px no-repeat;border:1px solid #00a6da;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#0d68ea;outline:0;box-shadow:0 0 0 .2rem rgba(18,15,76,.25)}.custom-select:focus::-ms-value{color:#120f4c;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.625rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #120f4c}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:2.1875rem}.custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#0d68ea;box-shadow:none}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;overflow:hidden;font-weight:600;background-color:#fff;border:1px solid #00a6da}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;height:2.1875rem;padding:.3125rem .625rem;line-height:1.5;color:#120f4c}.custom-file-label:after{bottom:0;z-index:3;display:block;content:"Browse";background-color:#e9ecef;border-left:inherit}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#120f4c;border:0;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#3e36d7}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#120f4c;border:0;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#3e36d7}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#120f4c;border:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#3e36d7}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 0;margin-bottom:0;font-size:.875rem;list-style:none;background-color:transparent}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#120f4c;content:">"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#120f4c}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#120f4c;border-color:#120f4c}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:700px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:900px){.list-group-horizontal-sl{flex-direction:row}.list-group-horizontal-sl>.list-group-item.active{margin-top:0}.list-group-horizontal-sl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1100px){.list-group-horizontal-ls{flex-direction:row}.list-group-horizontal-ls>.list-group-item.active{margin-top:0}.list-group-horizontal-ls>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-ls>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1280px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1440px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1920px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#090828;background-color:#bdbccd}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#090828;background-color:#afadc2}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#090828;border-color:#090828}.list-group-item-secondary{color:#5e5e5e;background-color:#eaeaea}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#5e5e5e;background-color:#ddd}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#5e5e5e;border-color:#5e5e5e}.list-group-item-success{color:#005671;background-color:#b8e6f5}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#005671;background-color:#a2def2}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#005671;border-color:#005671}.list-group-item-info{color:#005671;background-color:#b8e6f5}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#005671;background-color:#a2def2}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#005671;border-color:#005671}.list-group-item-warning{color:#7a2c09;background-color:#f9cfbd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#7a2c09;background-color:#f7bea6}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#7a2c09;border-color:#7a2c09}.list-group-item-danger{color:#7a2c09;background-color:#f9cfbd}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#7a2c09;background-color:#f7bea6}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#7a2c09;border-color:#7a2c09}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.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}.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:700px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:900px){.text-sl-left{text-align:left!important}.text-sl-right{text-align:right!important}.text-sl-center{text-align:center!important}}@media(min-width:1100px){.text-ls-left{text-align:left!important}.text-ls-right{text-align:right!important}.text-ls-center{text-align:center!important}}@media(min-width:1280px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:1440px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1920px){.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:#120f4c!important}a.text-primary:focus,a.text-primary:hover{color:#03020c!important}.text-secondary{color:#b4b4b4!important}a.text-secondary:focus,a.text-secondary:hover{color:#8e8e8e!important}.text-success{color:#00a6da!important}a.text-success:focus,a.text-success:hover{color:#006c8e!important}.text-info{color:#00a6da!important}a.text-info:focus,a.text-info:hover{color:#006c8e!important}.text-warning{color:#eb5512!important}a.text-warning:focus,a.text-warning:hover{color:#a43b0d!important}.text-danger{color:#eb5512!important}a.text-danger:focus,a.text-danger:hover{color:#a43b0d!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#b4b4b4!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.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;word-wrap:break-word!important}.text-reset{color:inherit!important}.bg-primary{background-color:#120f4c!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#080721!important}.bg-secondary{background-color:#b4b4b4!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#9b9b9b!important}.bg-success{background-color:#00a6da!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#007fa7!important}.bg-info{background-color:#00a6da!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#007fa7!important}.bg-warning{background-color:#eb5512!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#bc440e!important}.bg-danger{background-color:#eb5512!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bc440e!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#120f4c!important}.border-secondary{border-color:#b4b4b4!important}.border-info,.border-success{border-color:#00a6da!important}.border-danger,.border-warning{border-color:#eb5512!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!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{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports(position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.8571428571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:700px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media(min-width:1440px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1920px){.modal-xl{max-width:1140px}}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#0d68ea}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#0d68ea}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#0d68ea}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#0d68ea}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#0d68ea}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#00a6da;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#006c8e;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(18,15,76,.25)}.page-item:first-child .page-link{margin-left:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#120f4c;border-color:#120f4c}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#090828;background-color:#d0cfdb;border-color:#bdbccd}.alert-primary hr{border-top-color:#afadc2}.alert-primary .alert-link{color:#000}.alert-secondary{color:#5e5e5e;background-color:#f0f0f0;border-color:#eaeaea}.alert-secondary hr{border-top-color:#ddd}.alert-secondary .alert-link{color:#454545}.alert-success{color:#005671;background-color:#ccedf8;border-color:#b8e6f5}.alert-success hr{border-top-color:#a2def2}.alert-success .alert-link{color:#002f3e}.alert-info{color:#005671;background-color:#ccedf8;border-color:#b8e6f5}.alert-info hr{border-top-color:#a2def2}.alert-info .alert-link{color:#002f3e}.alert-warning{color:#7a2c09;background-color:#fbddd0;border-color:#f9cfbd}.alert-warning hr{border-top-color:#f7bea6}.alert-warning .alert-link{color:#4b1b05}.alert-danger{color:#7a2c09;background-color:#fbddd0;border-color:#f9cfbd}.alert-danger hr{border-top-color:#f7bea6}.alert-danger .alert-link{color:#4b1b05}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#bdbccd}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#8482a2}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#afadc2}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#eaeaea}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#d8d8d8}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#ddd}.table-success,.table-success>td,.table-success>th{background-color:#b8e6f5}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#7ad1ec}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#a2def2}.table-info,.table-info>td,.table-info>th{background-color:#b8e6f5}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#7ad1ec}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#a2def2}.table-warning,.table-warning>td,.table-warning>th{background-color:#f9cfbd}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#f5a784}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#f7bea6}.table-danger,.table-danger>td,.table-danger>th{background-color:#f9cfbd}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#f5a784}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f7bea6}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:699.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:899.98px){.table-responsive-sl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sl>.table-bordered{border:0}}@media(max-width:1099.98px){.table-responsive-ls{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-ls>.table-bordered{border:0}}@media(max-width:1279.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width:1439.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1919.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15)}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:700px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:900px){.dropdown-menu-sl-left{right:auto;left:0}.dropdown-menu-sl-right{right:0;left:auto}}@media(min-width:1100px){.dropdown-menu-ls-left{right:auto;left:0}.dropdown-menu-ls-right{right:0;left:auto}}@media(min-width:1280px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:1440px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1920px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#120f4c}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px;padding-right:0}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:700;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0 0 0 20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #dee2e6;border-radius:.25rem;outline:0;background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #dee2e6;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #dee2e6;border-radius:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #dee2e6;border-radius:.25rem;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;color:#888;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #dee2e6;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9)}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0 ;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,.54);line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;border-color:#569ff7}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #569ff7}.flatpickr-day.week.selected{box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-blue,.swiper-button-prev.swiper-button-blue{--swiper-navigation-color:#007bff}.swiper-button-next.swiper-button-indigo,.swiper-button-prev.swiper-button-indigo{--swiper-navigation-color:#6610f2}.swiper-button-next.swiper-button-purple,.swiper-button-prev.swiper-button-purple{--swiper-navigation-color:#6f42c1}.swiper-button-next.swiper-button-pink,.swiper-button-prev.swiper-button-pink{--swiper-navigation-color:#e83e8c}.swiper-button-next.swiper-button-red,.swiper-button-prev.swiper-button-red{--swiper-navigation-color:#eb5512}.swiper-button-next.swiper-button-orange,.swiper-button-prev.swiper-button-orange{--swiper-navigation-color:#f77522}.swiper-button-next.swiper-button-yellow,.swiper-button-prev.swiper-button-yellow{--swiper-navigation-color:#fad55e}.swiper-button-next.swiper-button-green,.swiper-button-prev.swiper-button-green{--swiper-navigation-color:#28a745}.swiper-button-next.swiper-button-teal,.swiper-button-prev.swiper-button-teal{--swiper-navigation-color:#20c997}.swiper-button-next.swiper-button-cyan,.swiper-button-prev.swiper-button-cyan{--swiper-navigation-color:#00a6da}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-gray,.swiper-button-prev.swiper-button-gray{--swiper-navigation-color:#6c757d}.swiper-button-next.swiper-button-gray-dark,.swiper-button-prev.swiper-button-gray-dark{--swiper-navigation-color:#343a40}.swiper-button-lock{display:none}@keyframes bs-notify-fadeOut{0%{opacity:.9}to{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px \0 ;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:inline-flex;align-items:center;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:hsla(0,0%,100%,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:none!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:none!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:hsla(0,0%,100%,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{animation:bs-notify-fadeOut .3s linear .75s forwards}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:" "}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:"";display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;transform-style:preserve-3d;transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid hsla(0,0%,80%,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid hsla(0,0%,80%,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}html{font-size:.833vw}@media screen and (min-width:1919px){html{font-size:16px}}@media screen and (max-width:1366px){html{font-size:11px}}.font-primary{font-family:Khula,sans-serif!important}.font-secondary{font-family:vag-rundschrift-d,sans-serif!important}body,html{height:100%}body,html{min-height:100%;overflow-x:hidden}body{font-family:Khula,sans-serif;color:#120f4c;background:#f7f7f7;height:auto;position:relative;min-width:300px;font-size:16px}@media screen and (max-width:1600px){body{font-size:15px}}@media screen and (max-width:1440px){body{font-size:14px}}a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#b4b4b4!important}input:-moz-placeholder,input::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder{color:#b4b4b4!important}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#b4b4b4!important}.appearance select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background:url(/images/common/material-icons/expand_more-24px.svg) no-repeat 100%;background-size:20px auto}@media screen and (min-width:1100px){.pb-ls-40{padding-bottom:2.5rem}}.row-fluid{margin-left:-.9375rem;margin-right:-.9375rem}.row-fluid>.col,.row-fluid>[class*=col-]{padding-right:.9375rem;padding-left:.9375rem}.row--no-left-gutter{margin-left:0}@media screen and (max-width:1100px){.row--no-left-gutter{margin-left:0;margin-right:0}}.row--no-left-gutter>.col,.row--no-left-gutter>[class*=col-]{padding-left:0}@media screen and (max-width:1100px){.row--no-left-gutter>.col,.row--no-left-gutter>[class*=col-]{padding-left:0;padding-right:0}}.line-height-normal{line-height:normal!important}.line-height-1{line-height:1}.line-height-1-2{line-height:1.2}.modal{padding-right:0!important}.modal--sm .modal-dialog{max-width:490px}.modal-full{max-width:100%;padding:0 10px}@media(min-width:800px){.modal-full{padding:0 1.25rem}}@media(min-width:1100px){.modal-full{padding:0 4.0625rem}}.modal-open{padding-right:0!important}@media screen and (max-width:699px){.modal-title{font-size:20px!important}}.modal-title--normal{text-transform:none!important}.modal-dialog-scrollable .modal-body{overflow-x:hidden}.modal .close{opacity:1}body>.select2-container--open{border:0!important}.select2-no-results-hidden .select2-results__message{display:none}.profile-title-control{resize:none;height:2.1875em;line-height:normal!important}.bg-offwhite{background-color:#f7f7f7}.block-anchor{color:inherit!important;text-decoration:none!important}.cursor-pointer{cursor:pointer}.alert--fixed{position:fixed;top:5.3125rem;right:.625rem;width:31.25rem;max-width:100%;z-index:10}.alert .close{opacity:1;color:#fff}.alert .close:hover{opacity:.8;color:#fff}.alert-success{color:#fff;background-color:#00a6da;border-color:#005874}.alert-danger{color:#fff;background-color:#eb5512;border-color:#8c330b}.width--8{max-width:.5rem;flex-basis:.5rem}.width--8.extract{width:.5rem;max-width:none}.width--14{max-width:.875rem;flex-basis:.875rem}.width--15{max-width:.9375rem;flex-basis:.9375rem}.width--18{max-width:1.125rem;flex-basis:1.125rem}.width--20{max-width:1.25rem;flex-basis:1.25rem}.width--20.extract{width:1.25rem;max-width:none}.width--48,.width--80{max-width:5rem;flex-basis:5rem}.width--150{max-width:9.375rem;flex-basis:9.375rem}.width--160{max-width:10rem;flex-basis:10rem}.width--180{max-width:11.25rem;flex-basis:11.25rem}.width--200{max-width:12.5rem;flex-basis:12.5rem}.width--250{max-width:15.625rem;flex-basis:15.625rem}.width--250.extract{width:15.625rem;max-width:none}.width--260{max-width:16.25rem;flex-basis:16.25rem}.width--290{max-width:18.125rem;flex-basis:18.125rem}.width--290.extract{width:18.125rem;max-width:none}.width--300{max-width:18.75rem;flex-basis:18.75rem}.width--320{max-width:20rem;flex-basis:20rem}.width--350{max-width:21.875rem;flex-basis:21.875rem}.width--400{max-width:25rem;flex-basis:25rem}.width--400.extract{width:25rem;max-width:none}@media screen and (max-width:700px){.width--400{max-width:none;flex-basis:auto;width:100%}}.width--438{max-width:27.375rem;flex-basis:27.375rem}@media screen and (max-width:700px){.width--438--mobile{max-width:none;flex-basis:auto;width:100%}}.width--448{max-width:28rem;flex-basis:28rem}.width--460{max-width:28.75rem;flex-basis:28.75rem}@media screen and (max-width:700px){.width--460--mobile{max-width:none;flex-basis:auto;width:100%}}.width--468{max-width:29.25rem;flex-basis:29.25rem}@media screen and (max-width:700px){.width--468--mobile{max-width:none;flex-basis:auto;width:100%}}.width--510{max-width:31.875rem;flex-basis:31.875rem}.width--540{max-width:33.75rem;flex-basis:33.75rem}.width--550{max-width:34.375rem;flex-basis:34.375rem}.width--594{max-width:37.125rem;flex-basis:37.125rem}.width--670{max-width:41.875rem;flex-basis:41.875rem}.width--670.flex-basis-auto{flex-basis:auto}.width--720{max-width:45rem;flex-basis:45rem}.width--750{max-width:46.875rem;flex-basis:46.875rem}.width--800{max-width:50rem;flex-basis:50rem}.width--840{max-width:52.5rem;flex-basis:52.5rem}.width--980{max-width:61.25rem;flex-basis:31.875rem}.width--1024{max-width:64rem;flex-basis:64rem}.width--1032{max-width:64.5rem;flex-basis:64.5rem}.width--1090{max-width:68.125rem;flex-basis:68.125rem}.width--1120{max-width:70rem;flex-basis:70rem}.width--1147{max-width:71.6875rem;flex-basis:71.6875rem}.width--1247{max-width:77.9375rem;flex-basis:77.9375rem}.width--1392{max-width:87rem;flex-basis:87rem}.width--1400{max-width:87.5rem;flex-basis:87.5rem}.width--1594{max-width:99.625rem;flex-basis:99.625rem}.grecaptcha-badge{z-index:1050}.item-with-divider{border-bottom:1px solid #b4b4b4}.item-with-divider:last-child{border-bottom:0}.line-height--1_3{line-height:1.3}.text-blue4{color:#11427c!important}.text-grey{color:#d5d5d5!important}[x-cloak]{display:none!important}.transition--1-3{transition:all .3s ease}.rotate--180{transform:rotate(180deg)}.paygate-icon{position:absolute;top:0;left:100%}@media screen and (max-width:1099px){.paygate-icon{display:none}}.list-spaced ol li,.list-spaced ul li{margin-bottom:.625rem}ul.dashed{list-style-type:none}ul.dashed>li{text-indent:-5px}ul.dashed>li:before{content:"- ";text-indent:-5px}.max-height--300{max-height:18.75rem!important}.max-height--600{max-height:37.5rem!important}.max-height--800{max-height:50rem!important}.profile-url-field{width:24.375rem;max-width:100%}.font-weight-semibold{font-weight:600}@media screen and (min-width:700px){.pl-sm-20{padding-left:1.25rem!important}}@media screen and (max-width:1099px){.form-group label{font-size:15px}}.definition-page-iframe{height:100vh;width:100%;background:#fff url(/images/common/icons/spinner.gif) no-repeat top;background-size:60px}.loading-indicator{position:absolute;top:0;left:0;background:hsla(0,0%,100%,.8);color:#000;width:100%;height:100%;align-items:center;justify-content:center;z-index:2;display:none}.mb--29{margin-bottom:1.8125rem}@media screen and (max-width:700px){.mb--29{margin-bottom:8px}}.mb--32{margin-bottom:2rem}@media screen and (max-width:1660px){.mb--32{margin-bottom:1.4375rem}}@media screen and (max-width:700px){.mb--32{margin-bottom:8px}}.mb--53{margin-bottom:3.3125rem}@media screen and (max-width:700px){.mb--53{margin-bottom:8px}}.mb--74{margin-bottom:4.625rem}@media screen and (max-width:700px){.mb--74{margin-bottom:8px}}.mb--95{margin-bottom:5.9375rem}@media screen and (max-width:1660px){.mb--95{margin-bottom:5.75rem}}@media screen and (max-width:700px){.mb--95{margin-bottom:8px}}::-ms-reveal{display:none}.input-group--with-icon .form-control{padding-right:3.125rem}.input-group--with-icon .input-group-append{position:absolute;top:0;right:0;height:100%;z-index:4}.btn,.header__account__button{font-size:1em;font-family:Khula,sans-serif;border:none;line-height:1;padding:.5625em .875em .3125em;transition:none;display:inline-block;text-align:center;text-decoration:none;position:relative;line-height:1.3125em}.btn-slim.btn,.btn-slim.header__account__button{line-height:1}.btn-share.btn,.btn-share.header__account__button{min-width:6.25rem;letter-spacing:.081875rem}.btn-profile.btn,.btn-profile.header__account__button{letter-spacing:.081875rem}.btn--90.btn,.btn--90.header__account__button{min-width:5.625rem}.btn--100.btn,.btn--100.header__account__button{min-width:6.25rem}.btn--130.btn,.btn--130.header__account__button{min-width:8.125rem}.btn--150.btn,.btn--150.header__account__button{min-width:9.375rem}.btn--180.btn,.btn--180.header__account__button{min-width:11.25rem}.btn--200.btn,.btn--200.header__account__button{min-width:12.5rem}.btn-icon.btn,.btn-icon.header__account__button{background:none!important;width:2.5rem;height:2.5rem}.btn-icon.btn img,.btn-icon.header__account__button img{width:100%;height:auto;display:block}@media screen and (max-width:1099px){.btn,.header__account__button{font-size:16px;padding:9px 14px 5px;line-height:21px}}.btn:hover,.header__account__button:hover{color:#fff;background:#eb5512;text-decoration:none}.btn:disabled,.header__account__button:disabled{background:#d5d5d5!important;border-color:#d5d5d5!important;color:#fff!important;cursor:not-allowed}.btn .text-loading,.header__account__button .text-loading{opacity:0}.btn .spinner-loading,.header__account__button .spinner-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn .spinner-loading .spinner-border,.header__account__button .spinner-loading .spinner-border{width:1.125em;height:1.125em;border-width:.1875em}.form-control{height:2.1875em;font-size:.9375em;padding:.5em .875em .3125em;line-height:2.1875em;height:2.3333333333em;letter-spacing:.081875rem}.form-control.input-validation-error{border-color:#f77522}@media screen and (max-width:1099px){.form-control{font-size:15px;padding:8px 14px 5px;line-height:35px;height:35px}}.form-control--30{width:1.875em}.form-control--62{width:3.875em;text-align:center;padding-left:.3125em;padding-right:.3125em}.form-control--voucher{font-size:1.25em;letter-spacing:.123em;text-align:left;font-weight:700;padding:.9em .7em .5em!important;line-height:2.5em;height:2.5em}.page__header__form,.search-input{background:#fff}.page__header__form .form-control,.search-input .form-control{border:0;outline:none;box-shadow:none}.page__header__form .btn,.search-input .btn{outline:none;box-shadow:none}.page__header__form .btn img,.search-input .btn img{width:1.5625rem;height:auto;display:block}.input-group .btn{font-size:.9375em}.home-cta__item__image__overlay,.saved-card__radio span:after{background:#00bddf;background:linear-gradient(45deg,#00bddf,#03a8e2 25%,#0790e5 50%,#0b76e8 75%,#0d68ea)}.alphabet-list__trigger .active,.alphabet-list__trigger .active:before,.alphabet-list__trigger:before,.alphabet-list__trigger:hover:before,.ellipse-card.ellipse-card--active .ellipse-card__icon,.ellipse-card:hover .ellipse-card__icon{background:#00bddf;background:linear-gradient(142deg,#00bddf,#00bddf 33%,#0d68ea 66%,#0d68ea)}.custom-switch .custom-control-label:after,.step__progress__bar{background:#00bddf;background:linear-gradient(180deg,#00bddf,#00bddf 33%,#0d68ea 66%,#0d68ea)}.rect-card.rect-card--active,.rect-card:hover{background:#00bddf;background:linear-gradient(142deg,#00bddf,#00bddf 33%,#0d68ea 66%,#0d68ea)}.mdm-list__profile-avatar,.media-summary__image{background:rgba(0,189,223,.5);background:linear-gradient(142deg,rgba(0,189,223,.5),rgba(0,189,223,.5) 33%,rgba(13,104,234,.5) 66%,rgba(13,104,234,.5))}.media-summary--lg .media-summary__text{background:rgba(0,189,223,.5);background:transparent linear-gradient(180deg,rgba(0,83,98,.5),rgba(0,83,98,.5) 32%,rgba(4,31,68,.5) 67%,rgba(5,38,85,.9)) 0 0 no-repeat}.font-size--12{font-size:.75em}@media screen and (max-width:699px){.font-size--12{font-size:12px!important}}.font-size--14{font-size:.875em}@media screen and (max-width:699px){.font-size--14{font-size:14px!important}}.font-size--16{font-size:1em}@media screen and (max-width:699px){.font-size--16{font-size:16px!important}}.font-size--18{font-size:1.125em}@media screen and (max-width:699px){.font-size--18{font-size:16px!important}}.font-size--20{font-size:1.25em}@media screen and (max-width:699px){.font-size--20{font-size:18px!important}}.font-size--22{font-size:1.375em}@media screen and (max-width:699px){.font-size--22{font-size:18px!important}}.font-size--22-rem{font-size:1.375rem}.font-size--18-rem{font-size:1.125rem}@media screen and (max-width:699px){.font-size--18-rem{font-size:16px!important}}.font-size--20-rem{font-size:1.25rem}@media screen and (max-width:699px){.font-size--20-rem{font-size:18px!important}}.font-size--36-rem{font-size:2.25rem}@media screen and (max-width:699px){.font-size--36-rem{font-size:25px!important}}.font-size--40-rem{font-size:2.5rem!important}@media screen and (max-width:699px){.font-size--40-rem{font-size:25px!important}}.font-size--48-rem{font-size:3rem!important}@media screen and (max-width:699px){.font-size--48-rem{font-size:25px!important}}.tippy-box[data-theme~=my-profile]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff;border-radius:0}.tippy-box[data-theme~=my-profile] .tippy-content{padding:0}.tippy-box[data-theme~=my-profile][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=my-profile][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=my-profile][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=my-profile][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=my-profile]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=my-profile]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-theme~=clear]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:transparent;border-radius:0}.tippy-box[data-theme~=clear] .tippy-content{padding:0}.tippy-box[data-theme~=clear][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=clear][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=clear][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=clear][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=clear]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=clear]>.tippy-svg-arrow{fill:#fff}.letter-spacing--0-98{letter-spacing:.06125rem}.letter-spacing--1-31{letter-spacing:.081875rem}.letter-spacing--1-48{letter-spacing:.0925rem}.letter-spacing--1-90{letter-spacing:.11875rem}.letter-spacing--3-94{letter-spacing:.24625rem}.custom-switch{padding:0 46px 0 0;display:inline-block;letter-spacing:.081875rem}@media screen and (max-width:699px){.custom-switch{font-size:16px}}.custom-switch .custom-control-label{padding-right:10px}.custom-switch .custom-control-label:before{border-color:#00a6da;background:#fff;width:46px;height:18px;right:-46px;left:auto;top:2px;content:"No";font-size:12px;color:#b4b4b4;line-height:20px;padding:0 10px 0 0;font-weight:700;text-align:right;border-radius:13px}.custom-switch .custom-control-label:after{top:4px;right:-16px;left:auto;width:14px;height:14px;border-radius:50%}.custom-switch .custom-control-input:checked~.custom-control-label:before{background-color:#120f4c;border-color:#00a6da;text-align:left;padding:0 0 0 6px;content:"Yes";color:#fff}.custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(28px)}.custom-checkbox{min-height:1.5em;padding-left:1.5em;letter-spacing:.081875rem}.custom-checkbox .custom-control-label:after,.custom-checkbox .custom-control-label:before{position:absolute;top:.25em;left:-1.5em;display:block;width:1em;height:1em}.custom-checkbox .custom-control-input.input-validation-error~.custom-control-label:before{border-color:#eb5512;background:rgba(235,85,18,.1)}@media screen and (max-width:699px){.custom-checkbox{font-size:16px}}.custom-radio{min-height:1.5em;padding-left:1.5em;letter-spacing:.081875rem}.custom-radio .custom-control-label:after,.custom-radio .custom-control-label:before{position:absolute;top:.25em;left:-1.5em;display:block;width:1em;height:1em}.custom-radio .custom-control-input.input-validation-error~.custom-control-label:before{border-color:#eb5512;background:rgba(235,85,18,.1)}@media screen and (max-width:699px){.custom-radio{font-size:16px}}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#00a6da;box-shadow:none;color:#fff;border-color:#00a6da}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #00a6da}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(57,57,57,.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,.1)}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #00a6da,5px 0 0 #00a6da}.line-break--1{margin-top:.625rem}.bootstrap-select .dropdown-menu{border:1px solid #00a6da;color:#120f4c;margin-left:-1px}.bootstrap-select .dropdown-menu li{line-height:1}.bootstrap-select .dropdown-item{padding:.3125rem .625rem;color:#120f4c}.bootstrap-select .dropdown-item.active,.bootstrap-select .dropdown-item:active,.bootstrap-select .dropdown-item:focus,.bootstrap-select .dropdown-item:hover{background:#eb5512;color:#fff}.bootstrap-select .dropdown-placeholder{display:block!important}.bootstrap-select .dropdown-placeholder .dropdown-item{background:none;color:#000;font-weight:700}.bootstrap-select>.dropdown-toggle{letter-spacing:.081875rem;outline:none}.bootstrap-select>.dropdown-toggle:hover{color:#120f4c}.bootstrap-select>.dropdown-toggle:after{border:0;background:url(/images/common/icons/chevron-down.svg) no-repeat 50%;background-size:.9375rem auto;width:.9375rem;height:.5rem}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:none!important}.bootstrap-select.form-control{border:1px solid #00a6da;letter-spacing:.081875rem;height:2.1875em}.bootstrap-select.form-control.input-validation-error{border-color:#f77522}.bootstrap-select-control--collapsible .dropdown-menu{padding:0}.bootstrap-select-control--collapsible .dropdown-menu .dropdown-item{white-space:normal;padding-top:.625rem;padding-bottom:.625rem}.bootstrap-select-control--collapsible .dropdown-menu .dropdown-divider{margin:0}.bootstrap-select-control--collapsible .dropdown-menu .dropdown-header{white-space:normal;padding-top:.9375rem;padding-right:2.1875rem;padding-bottom:.9375rem}.bootstrap-select-control--collapsible .dropdown-menu .dropdown-header:after{content:"";border:0;background:url(/images/common/icons/chevron-down.svg) no-repeat 50%;background-size:.9375rem auto;width:1.875rem;height:100%;position:absolute;top:0;right:.625rem;transition:all .3s ease}.bootstrap-select-control--collapsible .dropdown-menu .dropdown-header.active:after{transform:rotate(180deg)}@media(min-width:700px){.table__col-40{width:40%}}@media(min-width:700px){.table__col-25{width:25%}}.table--pricing tr td,.table--pricing tr th{border-top:none;border-bottom:1px solid #00a6da}.table--pricing tr.no-border td,.table--pricing tr.no-border th{border:none}@media(max-width:899.98px){table{border:0}table thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}table tr{display:block;margin-bottom:.625em}table td{display:block;text-align:right;width:auto!important}table td:before{content:attr(data-label);float:left;font-weight:700}table td:last-child{border-bottom:0}}.trix-button-group.trix-button-group--file-tools,.trix-button.trix-button--icon.trix-button--icon-code,.trix-button.trix-button--icon.trix-button--icon-heading-1,.trix-button.trix-button--icon.trix-button--icon-link,.trix-button.trix-button--icon.trix-button--icon-quote,.trix-button.trix-button--icon.trix-button--icon-strike{display:none}trix-editor:empty:not(:focus):before{color:#b4b4b4!important}trix-editor.form-control{height:auto!important;min-height:12.5rem}trix-toolbar .trix-button-row{justify-content:flex-start}trix-toolbar .trix-button-row .trix-button-group-spacer{display:none}.trix-button--text{font-size:inherit!important;width:2.6em;height:1.6em;max-width:calc(.8em + 4vw);font-family:Khula,sans-serif;font-weight:700!important}.trix-button--text span{font-size:1.25em}.trix-button--text-underline{text-decoration:underline}.custom-overflow--535{max-height:33.4375rem;overflow:auto}a.link-dark{color:#120f4c}a.link-dark:hover{text-decoration:none;color:#eb5512}.btn.btn-primary:disabled{cursor:not-allowed}.btn.btn-primary:hover{background:#eb5512;border-color:#eb5512;color:#fff}.btn.btn-info{background:#00a6da!important;border-color:#00a6da!important}.btn.btn-info-dark{background:#0d68ea!important;border-color:#0d68ea!important;color:#fff}.btn.btn-info:disabled{cursor:not-allowed}.btn.btn-info:hover{background:#eb5512!important;border-color:#eb5512!important;color:#fff}.btn.btn-light{background:none!important}.btn.btn-light:active,.btn.btn-light:focus{box-shadow:none!important}.btn.btn-secondary{color:#fff}.btn-with-icon{text-decoration:none;color:#120f4c;cursor:pointer;display:inline-block;font-size:1em}@media screen and (max-width:1099px){.btn-with-icon{font-size:16px}}.btn-with-icon:hover{text-decoration:none;color:#eb5512}.btn-with-icon--add:hover .btn-with-icon-image,.btn-with-icon--animate:hover .btn-with-icon-image{transform:rotate(1turn)}.btn-with-icon-image{width:1.0625em;flex:0 0 1.0625em;height:auto;display:block;box-sizing:content-box;transition:all .3s ease}.btn-with-icon-image--md{width:1.5625em;flex:0 0 1.5625em}@media screen and (max-width:1099px){.btn-with-icon-image,.btn-with-icon-image--md{width:25px;flex:0 0 25px}}.btn-with-icon-text{font-size:1em}.btn-with-icon-text--md{letter-spacing:.075625em}.breadcrumb{font-size:.875em}.breadcrumb a{color:#120f4c;text-decoration:none}.breadcrumb a:hover{color:#eb5512;text-decoration:none}.header{height:5rem;width:100%;background:#f7f7f7;position:sticky;top:0;left:0;display:flex;align-items:center;padding:0 4.0625rem 0 5.625rem;z-index:10;border-bottom:1px solid #d5d5d5}@media screen and (max-width:1200px){.header{padding:0 1.25rem}}@media screen and (max-width:1099px){.header{height:50px;padding:0 15px 0 0}}.header__toggle{height:50px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 16px;margin-right:5px}.header__toggle:active{background:#d5d5d5}.header__toggle--active span:nth-child(1n){display:none}.header__toggle--active span:first-child{display:block;transform:rotate(45deg) translate(4px)}.header__toggle--active span:last-child{display:block;transform:rotate(-45deg) translate(4px)}.header__toggle span{background:#120f4c;height:2px;width:25px;margin-bottom:4px;display:block;flex:0 0 2px;transition:all .3s ease}.header__toggle span:last-child{margin-bottom:0}.header__inner{max-width:111.875rem;width:100%;margin:0 auto}.header__brand{width:20rem;display:flex;align-items:center}@media screen and (max-width:1279px){.header__brand{width:auto}}.header__brand__logo{width:7.25rem;flex:0 0 7.25rem;height:auto;margin-right:2.8125rem;box-sizing:content-box;cursor:pointer}@media screen and (max-width:1099px){.header__brand__logo{width:77px;flex:0 0 77px;margin-right:0}}.header__brand__logo img{width:100%;height:auto;display:block}.header__country__selector{display:flex;flex-wrap:nowrap;align-items:center;margin-right:1.25rem;cursor:pointer}.header__country__selector:hover .header__country__selector__arrow img{opacity:0}.header__country__selector__image{width:2.5rem;height:auto;display:block;margin-right:.3125rem}.header__country__selector__image img{width:100%;height:auto;display:block;transition:opacity .3s ease}.header__country__selector__arrow{width:.9375rem;height:auto;background:url(/images/common/icons/icon-arrow-down--hover.svg) no-repeat top;background-size:.9375rem auto}.header__country__selector__arrow img{width:100%;height:auto;display:block;transition:opacity .3s ease}.header__lang{display:flex;flex-wrap:nowrap;align-items:center;cursor:pointer;height:5rem}@media screen and (max-width:1099px){.header__lang{height:50px}}.header__lang:hover .header__lang__arrow img{opacity:0}.header__lang[aria-expanded=true] .header__lang__arrow{transform:rotate(-180deg)}.header__lang__text{font-size:1rem;letter-spacing:.081875rem;padding-right:.3125rem;padding-top:.3125rem}.header__lang__arrow{width:.9375rem;height:auto;background:url(/images/common/icons/icon-arrow-down--hover.svg) no-repeat top;background-size:.9375rem auto;transition:transform .6s ease;will-change:transform}.header__lang__arrow img{width:100%;height:auto;display:block}.header__account{width:20rem;font-size:1rem}@media screen and (max-width:1279px){.header__account{width:auto}}.header__account .form-row{margin:0 -.625rem}.header__account .form-row .col-auto{padding:0 .625rem}.header__account__button{font-weight:600;letter-spacing:.081875rem;position:relative}.header__account__login{position:absolute;top:3.875rem;right:0;width:23.4375rem;box-shadow:0 5px 15px rgba(0,0,0,.5019607843137255);display:none;z-index:999}.header__account__profile{height:5rem}@media screen and (max-width:699px){.header__account__profile .link-icon__image{height:25px;width:auto}}.header__account__profile--with-text-overflow .link-icon__text{max-width:13.75rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.header__nav__link{font-size:1.125rem;color:#120f4c;letter-spacing:.0925rem;font-weight:700;text-decoration:none}.header__nav__link:hover{color:#eb5512;text-decoration:none}.header__home-icon{padding-left:1.5625rem;z-index:1;position:relative}.footer{min-height:4.6875rem;background:#120f4c;position:absolute;bottom:0;left:0;width:100%;padding:.6875rem 15px;z-index:1}@media screen and (max-width:700px){.footer{min-height:44px;padding:8px 15px}}.footer__inner{max-width:71.875rem;margin:0 auto;padding-top:.375rem}@media screen and (max-width:700px){.footer__inner{padding-top:0}}.footer__side{width:3.0625rem;box-sizing:content-box}@media screen and (max-width:700px){.footer__side{width:27px;position:absolute;top:8px;left:0;padding-left:8px;padding-right:0}.footer__side--right{left:auto;right:0;padding-left:0;padding-right:8px}}.footer h4{color:#00a6da;font-size:1rem;letter-spacing:.081875rem;font-weight:400}.footer h4 a{color:#00a6da;text-decoration:none}.footer h4 a:hover{text-decoration:none;color:#f7f7f7}.footer__social-icon{width:1.25rem;display:block;position:relative}@media screen and (max-width:699px){.footer__social-icon{width:25px;background-size:25px auto;margin:0 10px;box-sizing:content-box}}@media screen and (max-width:350px){.footer__social-icon{margin:0 6px}}.footer__social-icon__active-image{opacity:0;position:absolute;top:0;left:0;width:100%;height:auto;display:block;transition:opacity .3s ease;will-change:opacity}.footer__social-icon:hover img{opacity:0}.footer__social-icon:hover .footer__social-icon__active-image{opacity:1}.footer__social-icon img{width:100%;height:auto;display:block;transition:opacity .3s ease}.page__header{min-height:19.25rem;background:#120f4c;display:flex;align-items:center;justify-content:center;padding:3.125rem 5.625rem}@media screen and (max-width:1200px){.page__header{padding:20px 1.25rem}}@media screen and (max-width:1099px){.page__header{min-height:165px;padding:20px 15px}.page__header br{display:none}}@media screen and (max-width:360px){.page__header{min-height:134px;padding:6px 15px 10px}}.page__header--fixed{position:sticky;z-index:8;top:5rem}@media screen and (max-width:1099px){.page__header--fixed{top:50px}}.page__header--md{min-height:9.375rem;padding:.625em 5.625em}@media screen and (max-width:1099px){.page__header--md{min-height:65px;padding:10px 15px}}.page__header__inner{max-width:111.875rem;width:100%;margin:0 auto;text-align:center}.page__header__form{max-width:34.375rem;margin:0 auto}@media screen and (max-width:550px){.page__header__form{max-width:100%;margin:0 1.6666666667rem}}.page__header__form--fixed{position:fixed;bottom:40px;left:0;width:100%;max-width:none;background:#120f4c;z-index:1;margin:0!important;height:45px;display:block;padding:8px 5px 5px}.page__header__form--fixed .input-group-append{background:#fff}.page__header h1{color:#00a6da;font-size:3rem;font-family:vag-rundschrift-d,sans-serif;font-weight:400;letter-spacing:.24625rem;line-height:3.125rem}@media screen and (max-width:1099px){.page__header h1{font-size:24px;line-height:26px;letter-spacing:1.97px}}.page__header__image{height:52px;width:auto;display:inline-block}@media screen and (min-width:1280px){.page__header__image{width:20.125rem;max-width:100%;min-width:13.125rem;height:auto;display:block}}@media screen and (max-width:1099px){.page__header__add-button .btn{max-width:34.375rem;width:100%}}@media screen and (max-width:700px){.page__header__add-button{display:none}}.page__header__home-title{padding-top:1.25rem}@media screen and (max-width:1099px){.page__header__home-title{padding-top:0}}.page__header__home-title h1{color:#0d68ea;font-size:1.75rem;font-family:vag-rundschrift-d,sans-serif;font-weight:400;letter-spacing:.14375rem;line-height:1.875rem}@media screen and (max-width:1099px){.page__header__home-title h1{font-size:18px!important;line-height:22px;letter-spacing:1.97px}}.page__header__home-title h2{color:#00a6da;font-size:3.625rem;font-family:vag-rundschrift-d,sans-serif;font-weight:400;letter-spacing:.2975rem;line-height:3.125rem}@media screen and (max-width:1099px){.page__header__home-title h2{font-size:24px!important;line-height:26px;letter-spacing:1.97px}}.page__sub-header{background:#f7f7f7}.page__sub-header--fixed{position:sticky;z-index:9;top:14.875rem}.page__sub-header--fixed--md{top:14.375rem}@media screen and (max-width:1099px){.page__sub-header--fixed--md{top:115px}}.page__sub-header--padding{padding:0 5.625rem}@media screen and (max-width:1200px){.page__sub-header--padding{padding:0 1.25rem}}@media screen and (max-width:1099px){.page__sub-header--padding{padding:0 15px}.page__sub-header--padding br{display:none}}.page__content{padding-bottom:4.6875rem}@media screen and (max-width:700px){.page__content{padding-bottom:44px}}.page__back{background:#f7f7f7;height:34px;display:flex;align-items:center;padding:0 15px;letter-spacing:.071875rem}.page__back--fixed{top:115px;position:sticky;left:0;z-index:9}.page__back__icon{padding-top:2px;width:23px;display:block}.page__back__text{color:#120f4c;padding-left:.625rem;font-size:1rem;padding-top:.3125rem}@media screen and (max-width:1440px){.page__back__text{font-size:1.125rem}}.page__back__text--link{text-decoration:underline}.page__back__text:hover{color:#eb5512}.home-cta{padding:3.125rem 0;max-width:95.9375rem;margin:0 auto}@media screen and (max-width:1210px){.home-cta{max-width:none;padding:4.1666666667rem 1.25rem}}@media screen and (max-width:1099px){.home-cta{padding:4.1666666667rem 1.25rem;max-width:59.375rem}}@media screen and (max-width:700px){.home-cta{padding:16px 15px;max-width:286px}}@media screen and (max-height:670px)and (max-width:400px){.home-cta{padding:8px 15px}}.home-cta .row{margin:0 -2.1875rem}@media screen and (max-width:1210px){.home-cta .row{margin:0 -.8333333333rem}}.home-cta .row .col-auto{padding:0 2.1875rem}@media screen and (max-width:1210px){.home-cta .row .col-auto{padding:0 .8333333333rem 1.4166666667rem}}@media screen and (max-width:1099px)and (min-width:701px){.home-cta .row .col-auto{padding:0 2.5rem 5rem}}@media screen and (max-width:900px)and (min-width:701px){.home-cta .row .col-auto{padding-bottom:3.3333333333rem}}@media screen and (max-height:670px)and (max-width:400px){.home-cta .row .col-auto{padding:0 .8333333333rem .8333333333rem}}.home-cta__item{width:14.375rem;height:14.375rem;display:block;position:relative;padding-bottom:18.75rem}@media screen and (max-width:700px){.home-cta__item{width:118px;height:118px;padding-bottom:0}}@media screen and (max-width:360px){.home-cta__item{width:117px;height:117px}}@media screen and (max-width:360px){.home-cta__item--small{width:114px;height:114px}}.home-cta__item--taf-logo .home-cta__item__image{display:flex;align-items:center;justify-content:center}.home-cta__item--taf-logo .home-cta__item__image img{filter:none;width:60%;height:60%}@media screen and (max-width:700px){.home-cta__item--taf-logo .home-cta__item__image img{width:84%;height:84%}}@media screen and (max-width:700px){.home-cta__item--taf-logo .home-cta__item__text{display:none}}@media screen and (min-width:701px){.home-cta__item--taf-logo:hover .home-cta__item__text{transform:translate(-50%,6.25rem)!important;opacity:0}}@media screen and (min-width:701px){.home-cta__item.active .home-cta__item__image,.home-cta__item:hover .home-cta__item__image{background-color:#120f4c}.home-cta__item.active .home-cta__item__image__overlay,.home-cta__item:hover .home-cta__item__image__overlay{opacity:0}.home-cta__item.active .home-cta__item__text,.home-cta__item:hover .home-cta__item__text{transform:translate(-50%,calc(-50% - 1.875rem));color:#eb5512}.home-cta__item.active{padding-bottom:0}.home-cta__item.active .home-cta__item__image__overlay{opacity:.7}.home-cta__item.active .home-cta__item__text{color:#fff;transform:translate(-50%,-50%)}}.home-cta__item__image{width:14.375rem;height:14.375rem;overflow:hidden;position:relative;border-radius:50%;background-color:#fff;transition:all .3s ease;will-change:background-color}@media screen and (max-width:700px){.home-cta__item__image{width:118px;height:118px}}@media screen and (max-width:360px){.home-cta__item__image{width:117px;height:117px}}@media screen and (max-width:360px){.home-cta__item__image--small{width:114px;height:114px}}.home-cta__item__image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;filter:grayscale(1)}.home-cta__item__image__overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.7;transition:opacity .3s ease;will-change:opacity;border-radius:50%}.home-cta__item__text{position:absolute;top:50%;left:50%;width:100%;height:auto;color:#120f4c;transform:translate(-50%,6.25rem);text-align:center;transition:all .3s ease;will-change:transform,color;padding:0 .625rem}@media screen and (max-width:700px){.home-cta__item__text{transform:translate(-50%,-50%);color:#fff}}.home-cta__item__text h3{margin:0;font-weight:700}@media screen and (max-width:700px){.home-cta__item__text h3{font-size:18px;font-weight:600;padding-top:8px}}.home-cta__item.disabled{cursor:none;pointer-events:none}@keyframes spinner{to{transform:rotate(1turn)}}.login{background:#f7f7f7;text-align:center;padding:2.5rem 1.625rem 4.375rem}.login,.login .form-control{letter-spacing:.075rem}.login .btn:disabled{background-color:#120f4c!important;border-color:#120f4c!important;color:transparent!important}.login .btn:disabled:after{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#000;animation:spinner .6s linear infinite}.register--top-5{padding-top:5%}.register__wrapper{max-width:65rem;margin:auto;padding:6.25rem 4.0625rem 4.0625rem}@media screen and (max-width:699px){.register__wrapper{padding:10px 15px!important}}.register__wrapper--sm{max-width:41.875rem;padding:1.875rem .9375rem}.register__wrapper--md{max-width:44.375rem;padding:1.875rem .9375rem}.register__wrapper--lg{max-width:73.75rem;padding:1.875rem .9375rem}@media screen and (max-width:699px){.register__wrapper--lg{padding-top:0!important}}.register__wrapper--820{max-width:51.25rem;padding:1.875rem .9375rem}.register__complete{text-align:center}.register__complete__title{color:#00a6da;font-family:vag-rundschrift-d,sans-serif;font-size:2.25rem;font-weight:400;letter-spacing:0}@media screen and (max-width:699px){.register__complete__title{font-size:24px}}.register__complete__text{font-size:1.125rem;letter-spacing:1.2px}@media screen and (max-width:699px){.register__complete__text{font-size:14px}.register__complete__text strong{font-weight:400}}.register__complete__image{max-width:19.5rem;margin:0 auto}@media screen and (max-width:699px){.register__complete__image{max-width:190px}}.signup-type__row{margin-bottom:1.25rem}.signup-type__item{display:block}.signup-type__item--bordered{border:1px solid #00a6da}.signup-type__item--action{cursor:pointer;text-decoration:none!important;background:#fff;display:block}.signup-type__item--action:hover .signup-type__item__title{color:#eb5512}.signup-type__item--action:hover .signup-type__item__arrow{transform:translateX(10px)}.signup-type__item--link{cursor:pointer;text-decoration:none!important;background:#fff}.signup-type__item--link:hover .signup-type__item__title{color:#eb5512}.signup-type__item--link:hover .signup-type__item__arrow{transform:translateX(10px)}.signup-type__item__group{padding:.9375rem 1.5625rem}@media screen and (max-width:1099px){.signup-type__item__group{padding:14px 15px 14px 25px;margin:0 -10px}.signup-type__item__group>.col,.signup-type__item__group>.col-auto{padding:0 10px}}.signup-type__item__icon{width:3.125rem;height:auto;box-sizing:content-box;display:block}@media screen and (max-width:1600px){.signup-type__item__icon{width:2.5rem}}@media screen and (max-width:1099px){.signup-type__item__icon{width:40px}}.signup-type__item__icon--sm{width:2.75rem}@media screen and (max-width:1600px){.signup-type__item__icon--sm{width:2.125rem}}@media screen and (max-width:1099px){.signup-type__item__icon--sm{width:34px}}.signup-type__item__title{color:#120f4c;font-weight:400;font-family:vag-rundschrift-d,sans-serif;margin:0}.signup-type__item__title h4{font-size:1.5rem;letter-spacing:1.97px;margin-bottom:.3125rem}@media screen and (max-width:1099px){.signup-type__item__title h4{font-size:18px;letter-spacing:1.48px;margin-bottom:10px;line-height:20px}}.signup-type__item__title p{font-size:1rem;font-weight:400;font-family:Khula,sans-serif;letter-spacing:1.31px;margin:0}@media screen and (max-width:1099px){.signup-type__item__title p{font-size:16px;letter-spacing:1.31px;line-height:18px}}.signup-type__item__link{font-size:1rem;color:#120f4c;font-weight:400;margin:0;padding-top:.625rem;border:0;background:none}@media screen and (max-width:1099px){.signup-type__item__link{padding-top:.375em;text-decoration:underline;font-size:12px}}.signup-type__item__link:hover{color:#eb5512;text-decoration:none}.signup-type__item__arrow{width:2.1875rem;height:auto;box-sizing:content-box;display:block;padding-right:1.875rem;transition:transform .3s ease;will-change:transform}@media screen and (max-width:1600px){.signup-type__item__arrow{width:1.875rem;padding-right:1.25rem}}@media screen and (max-width:1099px){.signup-type__item__arrow{display:none}}.form__card{background:#fff;padding:1.875em}@media screen and (max-width:699px){.form__card{padding:15px 12px}}.form__card__title{font-size:1.5em;color:#120f4c;font-family:vag-rundschrift-d,sans-serif;font-weight:400;letter-spacing:.123125em;margin-bottom:.9375em}@media screen and (max-width:699px){.form__card__title{font-size:24px}}.form__card .form-row .form-group-social{margin-bottom:0!important}.card{letter-spacing:.081875rem}.card-title{letter-spacing:.123125rem;font-family:vag-rundschrift-d,sans-serif;font-size:1.5rem}@media screen and (max-width:699px){.card-title{font-size:24px!important}}.card-body h1{font-size:3rem}@media screen and (max-width:699px){.card-body h1{font-size:48px}}.card-body h2{font-size:2rem}@media screen and (max-width:699px){.card-body h2{font-size:32px}}.card-body h3{font-size:1.75rem}@media screen and (max-width:699px){.card-body h3{font-size:28px}}.card-body h4{font-size:1.5rem}@media screen and (max-width:699px){.card-body h4{font-size:24px}}.card-body h5{font-size:1.25rem}@media screen and (max-width:699px){.card-body h5{font-size:20px}}.card-body h6{font-size:1rem}@media screen and (max-width:699px){.card-body h6{font-size:16px}}.card-body p.small{font-size:.875rem}@media screen and (max-width:699px){.card-body p.small{font-size:14px}}@media screen and (max-width:699px){.card-body{padding:.625em}.card-body .p,.card-body p{font-size:16px}}.card-body.registration-tip{overflow:hidden;position:relative}.card-body.registration-tip:before{width:42.5%;height:400px;background-color:#0d68ea;background-size:50% 100%;background-position:100% 0;content:" ";position:absolute;right:0;top:50%;transform:translateY(-50%);border-top-left-radius:50%;border-bottom-left-radius:50%}@media screen and (max-width:699px){.card-body.registration-tip:before{display:none}}@media screen and (max-width:699px){.card-body.registration-tip .registration-tip-text{margin-top:15px;padding:50px 50px 30px;text-align:center}.card-body.registration-tip .registration-tip-text p{position:relative;z-index:1;font-size:14px}.card-body.registration-tip .registration-tip-text:before{width:calc(100% + 20px);height:100%;background-color:#0d68ea;background-position:100% 0;content:" ";position:absolute;left:50%;top:0;transform:translate(-50%);border-top-left-radius:50%;border-top-right-radius:50%}}.card-body--scrollable{overflow:auto;max-height:15.625rem}.card-body--scrollable::-webkit-scrollbar{-webkit-appearance:none;width:7px}.card-body--scrollable::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}.card .form-group-social{margin-bottom:0}.card .form-group-social .social-control{border:0;margin-bottom:.5rem;border-bottom:1px solid #b4b4b4;height:calc(1em + 1rem);line-height:calc(1em + 1rem);outline:none}@media screen and (max-width:699px){.card .form-group-social .social-control{padding-left:0}}.card--830{max-width:51.875rem}.card--full-height{min-height:60vh}.ellipse-card{color:#120f4c;text-decoration:none!important;width:12rem;display:block;text-align:center;cursor:pointer}@media screen and (max-width:699px){.ellipse-card{width:130px}}@media screen and (min-width:700px){.ellipse-card--full{width:100%!important}}@media screen and (max-width:699px){.ellipse-card--flex{display:flex;align-items:center;text-align:left;width:auto}.ellipse-card--flex .ellipse-card__icon{width:130px;height:130px;flex:0 0 130px;margin:0}.ellipse-card--flex .ellipse-card__icon__image{height:60px}}.ellipse-card--160__icon{width:8.75rem;height:8.75rem}.ellipse-card--160__image{height:3.75rem}.ellipse-card--160__title{font-size:.875rem}.ellipse-card--md{width:9.375rem}.ellipse-card--md .ellipse-card__icon{height:9.375rem;width:9.375rem}.ellipse-card--md .ellipse-card__icon h2{font-size:2rem}.ellipse-card--md .ellipse-card__icon p{font-size:1rem}.ellipse-card--md .ellipse-card__title{font-size:1rem;padding:0}@media screen and (max-width:699px){.ellipse-card--md{width:95px}.ellipse-card--md .ellipse-card__icon{height:95px;width:95px;flex:0 0 95px}.ellipse-card--md .ellipse-card__icon h2{font-size:24px}.ellipse-card--md .ellipse-card__icon p{font-size:14px;line-height:1}}.ellipse-card--160{width:10rem}.ellipse-card--160 .ellipse-card__icon{height:10rem;width:10rem;flex:0 0 10rem}.ellipse-card--160 .ellipse-card__icon h2{font-size:2rem}.ellipse-card--160 .ellipse-card__icon p,.ellipse-card--160 .ellipse-card__title{font-size:1rem}@media screen and (max-width:699px){.ellipse-card--160{width:auto}.ellipse-card--160 .ellipse-card__icon{height:95px;width:95px;flex:0 0 95px}.ellipse-card--160 .ellipse-card__icon h2{font-size:24px}.ellipse-card--160 .ellipse-card__icon p{font-size:14px;line-height:1}}.ellipse-card--190{width:11.875rem}.ellipse-card--190 .ellipse-card__icon{height:11.875rem;width:11.875rem;flex:0 0 11.875rem}.ellipse-card--190 .ellipse-card__icon h2{font-size:2rem}.ellipse-card--190 .ellipse-card__icon p,.ellipse-card--190 .ellipse-card__title{font-size:1rem}@media screen and (max-width:699px){.ellipse-card--190{width:120px}.ellipse-card--190 .ellipse-card__icon{height:120px;width:120px;flex:0 0 120px}.ellipse-card--190 .ellipse-card__icon h2{font-size:24px}.ellipse-card--190 .ellipse-card__icon p{font-size:14px;line-height:1}}@media screen and (max-width:699px){.ellipse-card--sm{width:97px}.ellipse-card--sm .ellipse-card__icon{width:97px;height:97px}}.ellipse-card.ellipse-card--active,.ellipse-card:hover{color:#120f4c}.ellipse-card.ellipse-card--active .ellipse-card__icon,.ellipse-card:hover .ellipse-card__icon{color:#fff;border:0}.ellipse-card.ellipse-card--active .ellipse-card__icon__image--initial,.ellipse-card:hover .ellipse-card__icon__image--initial{opacity:0}.ellipse-card.ellipse-card--active .ellipse-card__icon__image--active,.ellipse-card:hover .ellipse-card__icon__image--active{opacity:1}.ellipse-card.disabled{cursor:none;pointer-events:none}.ellipse-card--warning .ellipse-card__icon--text{border-color:#eb5512;color:#eb5512}.ellipse-card--warning.ellipse-card--active .ellipse-card__icon--text,.ellipse-card--warning:hover .ellipse-card__icon--text{background:#eb5512;color:#fff;border:2px solid #eb5512!important}.ellipse-card__icon{width:10.625rem;height:10.625rem;border-radius:50%;overflow:hidden;border:2px solid #00a6da;background:#f7f7f7;margin-bottom:.625rem;transition:all .3s ease;position:relative;margin-left:auto;margin-right:auto}@media screen and (max-width:699px){.ellipse-card__icon{height:130px;width:130px}}.ellipse-card__icon--text{color:#0d68ea;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:.625rem;margin-bottom:1.5625rem}.ellipse-card__icon--text h1{font-size:3rem}.ellipse-card__icon--text h2{font-size:2rem}.ellipse-card__icon--text h3{font-size:1.75rem}.ellipse-card__icon--text h4{font-size:1.5rem;letter-spacing:.07375rem;overflow-wrap:break-word}.ellipse-card__icon--text h5{font-size:1.25rem}.ellipse-card__icon--text h6{font-size:1rem}.ellipse-card__icon--text h1,.ellipse-card__icon--text h2,.ellipse-card__icon--text h3,.ellipse-card__icon--text h4,.ellipse-card__icon--text h5,.ellipse-card__icon--text h6{font-family:vag-rundschrift-d,sans-serif;margin:0;line-height:1}.ellipse-card__icon--text p{font-family:Khula,sans-serif;font-size:1.125rem;letter-spacing:.0875rem;line-height:1;margin:.3125rem 0 0}.ellipse-card__icon--text--centered{padding-top:.3125rem;padding-bottom:0;text-align:center}.ellipse-card__icon--text--centered h2{margin:0;height:50%;width:100%;display:flex;align-items:flex-end;justify-content:center}.ellipse-card__icon--text--centered p{margin:0;height:50%;width:100%;padding-top:.3125rem}.ellipse-card__icon__description{font-size:1rem;line-height:1}@media screen and (max-width:1366px){.ellipse-card__icon__description--sm{font-size:1.0625rem!important}}@media screen and (max-width:699px){.ellipse-card__icon__description--sm{font-size:14px!important}}.ellipse-card__icon__image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:4.6875rem;transition:all .3s ease}.ellipse-card__icon__image--initial{opacity:1}.ellipse-card__icon__image--active{opacity:0}.ellipse-card__title{font-weight:400;font-size:16px;letter-spacing:.081875rem;padding:0 10px;line-height:1.2}@media screen and (max-width:699px){.ellipse-card__title{font-size:16px!important}}.ellipse-card__description{font-weight:400;font-size:.75rem;letter-spacing:.06125rem;line-height:1.2;padding:0}@media screen and (max-width:699px){.ellipse-card__description{padding:0 10px;font-size:14px!important}}.ellipse-card__bottom{position:absolute;bottom:0;left:0;width:100%}.step,.step__header{position:relative}@media screen and (max-width:699px){.step__header .row{margin:0 -5px}.step__header .row .col,.step__header .row .col-auto{padding:5px}}.step__header__button{font-weight:400;font-family:vag-rundschrift-d,sans-serif;font-size:1.5rem;color:#b4b4b4;letter-spacing:1.97px;text-decoration:none!important;border:0;background:none;outline:none!important}.step__header__button br{display:none}@media screen and (max-width:1099px){.step__header__button{font-size:14px}}@media screen and (max-width:699px){.step__header__button{font-size:12px;letter-spacing:.98px;text-align:center;line-height:14px}.step__header__button br{display:block}}.step__header__button:hover{color:#00a6da}.step__header__button--active{color:#120f4c!important}.step__progress{position:relative;background:#120f4c;height:1px;margin:.5rem 0}.step__progress__bar{position:absolute;top:50%;left:0;width:.9375rem;height:.9375rem;border-radius:50%;transform:translateY(-50%);display:block}.google-map{height:400px;width:100%}.google-map div#google_map_appended{height:100%;min-height:400px}.rect-card{color:#120f4c;text-decoration:none!important;width:10.9375rem;height:4.6875rem;border:2px solid #00a6da;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer}@media screen and (max-width:699px){.rect-card--fluid{width:100%}}.rect-card.rect-card--active,.rect-card:hover{border:0}.rect-card.rect-card--active img,.rect-card:hover img{filter:brightness(0) invert(1)}.rect-card.rect-card--active p,.rect-card:hover p{color:#fff}.rect-card img{display:block;max-width:7.5rem;height:auto;backface-visibility:hidden}.rect-card img.width--48{max-width:3rem;height:auto;flex:0}.rect-card p{color:#120f4c;font-size:1rem;font-weight:700;letter-spacing:.081875rem;margin:0;padding:0}@media screen and (max-width:699px){.character-counter{font-size:16px}}.select2{width:100%!important}.select2--with-arrow .select2-selection:after{position:absolute;top:0;right:.3125rem;background:url(/images/common/icons/chevron-down.svg) no-repeat 50%;background-size:.875rem auto;width:.875rem;height:2rem;content:""}.select2-container--default{border:1px solid #00a6da;outline:none!important;font-weight:600;font-size:.9375em}.select2-container--default.select2-container--focus{border-color:#0d68ea}.select2-container--default .select2-search__field{font-weight:600;font-family:Khula,sans-serif!important;vertical-align:middle!important;height:1.125em!important;margin:.4375em 0 0!important;vertical-align:top!important;letter-spacing:.081875rem}.select2-container--default .select2-selection--multiple{margin:0;min-height:0;padding:0 .875em .3125em;min-height:2.1875em}.select2-container--default .select2-selection--multiple .select2-selection__rendered{margin:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:transparent;border-radius:0;color:#eb5512}@media screen and (max-width:1099px){.select2-container--default{font-size:16px}.select2-container--default .select2-selection--multiple{padding:10px ​14px 7px 14px}}.select2-container--default .select2-selection--multiple{border:0;outline:none!important}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#0d68ea;color:#fff;border:1px solid #0d68ea;margin:.3125em .3125em 0 0}.select2-container--default .select2-selection--multiple .select2-selection__choice span{color:#fff}.select2-container--default.select2-container--focus .select2-selection--multiple{border:0}.input-validation-error~.select2{border-color:#eb5512!important}.trading-hours{text-align:center}.trading-hours .col-ls{border-right:1px solid #d5d5d5}@media screen and (max-width:1099px){.trading-hours .col-ls{border-right:0}}.trading-hours .col-ls:last-child{border-right:0}.trading-hours-day{height:1.5625rem;margin-bottom:.375rem}@media screen and (max-width:1099px){.trading-hours-day{margin-bottom:0}}.trading-hours-full-day{height:1.5625rem}@media screen and (max-width:1099px){.trading-hours-col{display:flex;align-items:center;margin-bottom:1.25em}.trading-hours-col:last-child{margin-bottom:0}.trading-hours-col .trading-hours-day,.trading-hours-col .trading-hours-full-day{width:5em;height:auto;text-align:left}.trading-hours-col-time{border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5;padding-left:.625em;padding-right:.625em;margin-left:.3125em;margin-right:.625em}.trading-hours-col-time input[type=time]{width:auto;min-width:4.6875em;-webkit-appearance:initial;-moz-appearance:initial;appearance:auto}.trading-hours-col-time input[type=time]::-webkit-calendar-picker-indicator{margin-top:-6px}.trading-hours-col-time .form-control{width:4.6875em;height:auto;line-height:normal}}.trading-hours-time{height:2.1875rem;display:flex;align-items:center;justify-content:center}.trading-hours-time-text{width:3.3125em;text-align:right;padding-right:.3125em}.trading-hours-time .form-control{border:0;box-shadow:none;outline:none;padding:0;height:auto;font-weight:400;text-align:center}.trading-hours-time .form-control::-webkit-input-placeholder{color:#120f4c}.trading-hours-time .form-control:-moz-placeholder,.trading-hours-time .form-control::-moz-placeholder{color:#120f4c}.trading-hours-time .form-control:-ms-input-placeholder{color:#120f4c}.trading-hours-time .form-control[readonly]{background:none}.trading-hours-time .form-control:disabled{background:none;color:#b4b4b4;cursor:not-allowed}.trading-hours-time .form-control:disabled::-webkit-input-placeholder{color:#b4b4b4}.trading-hours-time .form-control:disabled:-moz-placeholder,.trading-hours-time .form-control:disabled::-moz-placeholder{color:#b4b4b4}.trading-hours-time .form-control:disabled:-ms-input-placeholder{color:#b4b4b4}.link-icon{text-decoration:none;cursor:pointer;display:inline-block;color:#120f4c;display:flex;align-items:center;letter-spacing:.0875rem;position:relative}.link-icon:hover{text-decoration:none;color:#eb5512}.link-icon:hover img.rotate-90{transition:all .25s linear;transform:rotate(180deg)}.link-icon__image{width:1.5625rem;height:auto;margin-right:.4375rem}.link-icon__image.rotate-90{transition:all .25s linear}.link-icon__image--home,.link-icon__image--home--small{width:.9375rem}.link-icon__text{font-size:1.125rem}.link-icon__text.text-white:hover{color:#eb5512!important}.link-icon__badge{width:16px;height:16px;font-size:9px;position:absolute;top:16px;left:-7px;background:#eb5512;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;padding-top:3px}.list-group--my-profile{padding:1.25rem 0}.list-group--my-profile .list-group-item-action{border:0;font-weight:700;color:#120f4c;padding:.625rem 1.875rem;font-size:1.125rem;letter-spacing:.0925rem}.list-group--my-profile .list-group-item-action:hover{color:#eb5512;background:none}.list-group--profile-share{padding:0}.list-group--profile-share .list-group-item-action{border:0;font-weight:700;color:#120f4c;padding:.625rem 1.25rem;font-size:1rem;letter-spacing:.08rem;display:flex;flex-wrap:nowrap;align-items:center;cursor:pointer}.list-group--profile-share .list-group-item-action img,.list-group--profile-share .list-group-item-action svg{width:.9375rem;flex:0 0 .9375rem;margin-right:5px;margin-bottom:.1875rem}.list-group--profile-share .list-group-item-action:hover{color:#eb5512;background:none}.list-group--notifications{padding:.625rem 1.25rem;min-width:23.4375rem;max-width:100%}.list-group--notifications .list-group-item-action{font-weight:400;color:#11427c;padding:1.25rem .625rem;font-size:1.125rem;letter-spacing:.0925rem;background:none;cursor:pointer}.list-group--notifications .list-group-item-action:hover{color:#eb5512;background:none}.select-placeholder-style--active{color:#b4b4b4}.profile-image-upload{border:1px solid #00a6da;background:#f7f7f7;padding:.9375rem 1.125rem;cursor:pointer;display:flex;align-items:center}.profile-image-upload.dz-max-files-reached .profile-image-upload__image,.profile-image-upload.dz-max-files-reached .profile-image-upload__text,.profile-image-upload.dz-started .profile-image-upload__image,.profile-image-upload.dz-started .profile-image-upload__text{display:none!important}.profile-image-upload__image{width:1.5625rem;height:auto;display:block;margin-right:.625rem}.profile-image-upload__text{line-height:1.2}.profile-image-upload .dz-preview{position:relative;display:flex;flex-wrap:wrap;width:calc(100% + 2.25rem);margin:-.9375rem -1.125rem;padding:.9375rem 1.125rem}.profile-image-upload .dz-preview.dz-complete .dz-progress{display:none}.profile-image-upload .dz-preview .dz-image{text-align:center;padding-right:5px}.profile-image-upload .dz-preview .dz-image img{width:150px;height:150px;-o-object-fit:cover;object-fit:cover}.profile-image-upload .dz-preview .dz-details{width:100%;display:none}.profile-image-upload .dz-preview .dz-filename{text-overflow:ellipsis;overflow:hidden;width:100%;white-space:nowrap}.profile-image-upload .dz-preview .dz-progress{display:block;height:6px;border:1px solid #120f4c;flex:0 0 100%;width:100%;margin:2px 0}.profile-image-upload .dz-preview .dz-progress .dz-upload{display:block;height:100%;width:0;background:#00a6da}.profile-image-upload .dz-preview .dz-error-message{color:#eb5512;display:none;flex:0 0 100%;width:100%;font-size:13px}.profile-image-upload .dz-preview.dz-error .dz-error-message,.profile-image-upload .dz-preview.dz-image-preview.dz-error .dz-error-mark,.profile-image-upload .dz-preview.dz-image-preview.dz-error .dz-success-mark,.profile-image-upload .dz-preview.dz-image-preview.dz-success .dz-error-mark,.profile-image-upload .dz-preview.dz-image-preview.dz-success .dz-success-mark{display:block}.profile-image-upload .dz-preview .dz-error-mark,.profile-image-upload .dz-preview .dz-success-mark{position:absolute;display:none!important;top:25px;width:20px;height:20px;left:27px}.profile-image-upload .dz-preview .dz-error-mark svg,.profile-image-upload .dz-preview .dz-success-mark svg{width:100%;height:100%;display:block}.profile-preview{display:flex;align-items:center;flex-wrap:nowrap;overflow:hidden;position:relative}@media screen and (max-width:700px){.profile-preview{align-items:flex-start}}.profile-preview--top{align-items:flex-start}.profile-preview__image{width:16.25rem;height:16.25rem;margin-right:1.875rem;flex:0 0 16.25rem;border-radius:50%;overflow:hidden;position:relative;background-color:#0d68ea;background-image:url(/images/common/profile/profile-icon.svg);background-size:cover!important}.profile-preview__image--active{background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#fff;border:1px solid #d5d5d5}@media screen and (max-width:700px){.profile-preview__image{width:60px;height:60px;flex:0 0 60px}}.profile-preview__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.profile-preview__text__primary{font-family:vag-rundschrift-d,sans-serif;font-weight:400;margin:0}@media screen and (max-width:700px){.profile-preview__text__primary{font-size:16px!important}}.profile-preview__text__secondary{font-family:vag-rundschrift-d,sans-serif;font-weight:400;color:#00a6da}@media screen and (max-width:700px){.profile-preview__text__secondary{font-size:16px!important}}.profile-preview__location{display:flex;align-items:flex-start}@media screen and (max-width:700px){.profile-preview__location{align-items:flex-start}}.profile-preview__location__icon{width:.75rem;height:auto;display:block;margin-right:.3125rem}@media screen and (max-width:700px){.profile-preview__location__icon{width:10px}}.profile-preview__location__text{margin:0}.profile-preview--md .profile-preview__image{width:12.5rem;height:12.5rem;margin-right:1.25rem;flex:0 0 12.5rem;border-radius:50%;overflow:hidden;position:relative}.profile-preview--md .profile-preview__image--sm{width:10rem;height:10rem;flex-basis:10rem}@media screen and (max-width:700px){.profile-preview--md .profile-preview__image--sm{width:60px;height:60px;flex-basis:60px}}.profile-preview--md .profile-preview__image--active{background-size:cover;background-position:50%;background-repeat:no-repeat}@media screen and (max-width:700px){.profile-preview--md .profile-preview__image{width:60px;height:60px;flex:0 0 60px}}.profile-preview--md h6,.profile-preview--md li,.profile-preview--md p{font-size:1rem!important;letter-spacing:.07375rem;line-height:1.2}@media screen and (max-width:1366px){.profile-preview--md h6,.profile-preview--md li,.profile-preview--md p{font-size:1rem!important}}@media screen and (max-width:699px){.profile-preview--md h6,.profile-preview--md li,.profile-preview--md p{font-size:16px!important;letter-spacing:1.18px}}.mobile-nav{position:fixed;top:55px;height:calc(100% - 55px);width:100%;overflow:auto;-webkit-overflow-scrolling:touch;z-index:10;background:#f7f7f7;box-shadow:0 1px 5px #b4b4b4;display:flex;flex-direction:column;justify-content:space-between;padding:20px 15px;display:none}.mobile-nav .header__lang__text{font-size:16px;letter-spacing:1.15px;padding-top:6px}.mobile-nav .header__lang__arrow{display:none}.mobile-nav__country__selector{display:flex;flex-wrap:nowrap;align-items:center;margin-right:5px;cursor:pointer}.mobile-nav__country__selector__image{width:25px;height:auto;display:block}.mobile-nav__country__selector__image img{width:100%;height:auto;display:block;transition:opacity .3s ease}.mobile-nav__lang{display:flex;flex-wrap:nowrap;align-items:center;cursor:pointer}.mobile-nav__lang__text{font-size:16px;letter-spacing:1.15px;padding-top:6px}.mobile-nav__links{list-style:none;margin:15px 0;padding:10px 0;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5}.mobile-nav__links__item a{color:#120f4c;font-size:18px;padding:8px;display:block;font-weight:700;text-decoration:none}.mobile-nav__buttons{margin-top:25px}.mobile-nav__bottom{padding:10px 0}.mobile-nav__bottom a{font-size:16px;color:#00a6da;letter-spacing:1.31px;text-decoration:none}.root__menu--active .grecaptcha-badge{display:none!important}.contact-info-map-card{font-size:14px;padding:10px;width:50%}.contact-info-map-input{padding-top:3px}.modal-bg-blur{background-color:hsla(0,0%,96.9%,.29);opacity:1;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.modal-header{border:0;align-items:center}.modal-title{font-weight:700;font-size:1.375rem;text-transform:uppercase;line-height:1}.modal-title--secondary{font-family:vag-rundschrift-d,sans-serif;font-weight:400;text-transform:none}.modal-content{box-shadow:0 3px 6px rgba(0,0,0,.29)}@media screen and (max-width:1099px){.modal-footer--wide .btn{width:calc(50% - .5rem)}}@media screen and (max-width:699px){.modal-footer--wide .btn{width:calc(100% - .5rem)}}.modal-close{border:0!important;background:none!important;padding:0!important;width:2.5rem;outline:none!important;margin:0!important;transition:transform .3s ease}.modal-close--sm{width:1.875rem}.modal-close:hover{transform:rotate(1turn)}.modal-close img{display:block;width:100%;height:auto}.modal-generic .modal-content{background:#f7f7f7}.modal-generic .modal-body{padding:0;margin:0 1.25rem 1.25rem;background:#fff}.modal-generic .modal-body::-webkit-scrollbar-track{background-color:#f7f7f7}.modal-generic .modal-body::-webkit-scrollbar{width:15px;height:2px;background-color:#f7f7f7}.modal-generic .modal-body::-webkit-scrollbar-thumb{background-color:#d5d5d5}.modal--md{max-width:82.5rem}.validation-summary ul{padding-left:10px;color:#f77522}.validation-summary ul li::marker{content:"*"}.full-profile{line-height:1.15}.full-profile--modal{background:#f7f7f7}.full-profile-info{background:#120f4c;padding:1.875rem}@media screen and (max-width:699px){.full-profile-info{padding:15px}}.full-profile-info__brief{display:flex;align-items:flex-start;padding:1.25rem 0 0}@media screen and (max-width:700px){.full-profile-info__brief{padding:0}}.full-profile-info__brief__image{width:18.75rem;height:18.75rem;margin-right:3.75rem;flex:0 0 18.75rem;border-radius:50%;overflow:hidden;position:relative;background-color:#0d68ea;background-image:url(/images/common/profile/profile-icon.svg);background-size:cover!important}.full-profile-info__brief__image--active{background-color:#fff;background-size:cover;background-position:50%;background-repeat:no-repeat}@media screen and (max-width:700px){.full-profile-info__brief__image{width:120px;height:120px;flex:0 0 120px}}.full-profile-info__brief__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.full-profile-info__brief__text{margin:0;color:#fff}@media(min-width:700px)and (max-width:1099.98px){.full-profile-info__brief__text{width:0;flex:0 1 100%}}@media screen and (max-width:700px){.full-profile-info__brief__text{width:100%}}.full-profile-info__brief__text .btn{width:auto!important;min-width:130px}.full-profile-info__brief__location{display:flex;align-items:flex-start}@media screen and (max-width:700px){.full-profile-info__brief__location{align-items:flex-start}}.full-profile-info__brief__location__icon{width:.625rem;height:auto;display:block;margin-right:.3125rem}@media screen and (max-width:700px){.full-profile-info__brief__location__icon{width:10px}}.full-profile-info__brief__location__text{margin:0}.full-profile-info__contact .accordion,.full-profile-info__contact .accordion .card,.full-profile-info__contact .card,.full-profile-info__contact .card-header{background:none!important;border:0!important}.full-profile-info__contact .accordion .card-header{color:#fff;padding:10px 0 0;border-top:1px solid #11427c!important}.full-profile-info__contact .accordion .card-header__arrow{width:16px}.full-profile-info__contact .accordion .card-header h6{font-size:18px;font-family:vag-rundschrift-d,sans-serif;font-weight:400}@media(min-width:700px){.full-profile-info__contact .accordion .card{background:none!important;border:0!important}.full-profile-info__contact .accordion .card-header{display:none!important}.full-profile-info__contact .accordion .collapse{display:block!important}}@media(min-width:1100px){.full-profile-info__contact{padding:1.25rem 0 0 1.25rem}.full-profile-info__contact:before{content:"";width:1px;height:100%;display:block;background:#fff;position:absolute;left:0;top:0}}.full-profile-info__contact__info--dark a,.full-profile-info__contact__info--dark li{color:#120f4c!important}.full-profile-info__contact__info--dark li{margin-bottom:.5rem!important}.full-profile-info__contact__info__wrap{white-space:nowrap}.full-profile-info__contact__info__wrap a span{text-overflow:ellipsis;overflow:hidden}.full-profile-info__contact__info li{margin-bottom:1.125rem;font-size:1.125rem;letter-spacing:.07375rem}@media screen and (max-width:899px){.full-profile-info__contact__info li{margin-bottom:.625rem}}@media screen and (max-width:699px){.full-profile-info__contact__info li{font-size:18px;letter-spacing:1.18px}}.full-profile-info__contact__info li a{text-decoration:none;color:#fff;display:flex;align-items:flex-start}.full-profile-info__contact__info li a img{width:.9375rem;height:auto;display:block;flex:0 0 .9375rem;width:1.25rem;height:1.25rem;margin-right:.625rem}.full-profile-info__contact__info li a span{margin-top:.125rem}.full-profile-info__contact__social{min-width:10.625rem}@media(max-width:1099px){.full-profile-info__contact__social .btn{font-size:1em;padding:.5625em .875em .3125em;line-height:1.3125em}}@media(max-width:800px){.full-profile-info__contact__social .footer__social-icon{margin:0}}.full-profile-card{color:#120f4c;background:#fff;padding:1.25rem}.full-profile-card__about .card-header__arrow{width:44px;height:100%;display:block;transition:transform .3s ease}.full-profile-card__about .card-header__arrow img{width:100%;height:auto;display:block}.full-profile-card__about .card-header__arrow.active{transform:rotate(-180deg)}.full-profile-card__about-content{font-size:1.125rem;letter-spacing:.07375rem}.full-profile-card__about-content.profile-about-fixed{height:11.25rem;overflow:hidden}@media screen and (max-width:1366px){.full-profile-card__about-content{font-size:1.25rem}}@media screen and (max-width:699px){.full-profile-card__about-content{font-size:16px;letter-spacing:1.18px}}.full-profile-card__about-content li{display:list-item!important}.full-profile-card__scrollable{max-height:11.25rem;overflow-y:auto;overflow-x:hidden}.full-profile-card__scrollable::-webkit-scrollbar-track{background-color:#f7f7f7}.full-profile-card__scrollable::-webkit-scrollbar{width:15px;height:2px;background-color:#f7f7f7}.full-profile-card__scrollable::-webkit-scrollbar-thumb{background-color:#d5d5d5}.full-profile-card__scrollable .full-profile-location__actions{max-height:11.25rem}@media screen and (max-width:699px){.full-profile-card__scrollable{overflow:visible;max-height:none!important;height:auto!important}}.full-profile-card__scrollable--md,.full-profile-card__scrollable--md .full-profile-location__actions{max-height:25rem}.full-profile-card__scrollable--md--exact,.full-profile-card__scrollable--md--exact .full-profile-location__actions{max-height:none;height:25rem}.full-profile-card__scrollable--ls,.full-profile-card__scrollable--ls .full-profile-location__actions{max-height:21.25rem}.full-profile-card__scrollable--ls--exact,.full-profile-card__scrollable--ls--exact .full-profile-location__actions{max-height:none;height:21.25rem}.full-profile-card__scrollable--sm,.full-profile-card__scrollable--sm .full-profile-location__actions{max-height:12.5rem}.full-profile-card__scrollable--sm--exact,.full-profile-card__scrollable--sm--exact .full-profile-location__actions{max-height:none;height:12.5rem}@media screen and (max-width:1366px){.full-profile-card h6,.full-profile-card li,.full-profile-card p{font-weight:600;font-size:1.25rem}}@media screen and (max-width:699px){.full-profile-card h6,.full-profile-card li,.full-profile-card p{font-size:16px;font-weight:400;letter-spacing:1.18px}}.full-profile-map{height:11.875rem;background:#b4b4b4}.full-profile-map--ls{height:18.75rem}.full-profile-day{min-width:5.25rem;display:inline-block}@media screen and (max-width:1100px){.full-profile-location__wrapper{display:block!important;margin-bottom:2.5rem}}.full-profile-location__actions{overflow-y:auto;overflow-x:hidden}.full-profile-location__actions__item{color:#120f4c;font-size:1.125rem;text-transform:uppercase;text-decoration:none;margin-bottom:1.25rem;cursor:pointer;font-weight:700;display:block}.full-profile-location__actions__item.active,.full-profile-location__actions__item:hover{text-decoration:none;color:#eb5512}.full-profile h2{letter-spacing:.081875rem}.full-profile h2,.full-profile h4{font-family:vag-rundschrift-d,sans-serif;font-weight:400}.full-profile h6,.full-profile li,.full-profile p{font-size:1.125rem;letter-spacing:.07375rem}@media screen and (max-width:1366px){.full-profile h6,.full-profile li,.full-profile p{font-size:1.25rem}}@media screen and (max-width:699px){.full-profile h6,.full-profile li,.full-profile p{font-size:16px;letter-spacing:1.18px}}@media screen and (max-width:699px){.full-profile h4{font-size:24px}}@media screen and (max-width:699px){.full-profile h5{font-size:20px}}.full-profile li{display:block}.full-profile__section-header{min-height:5rem}@media screen and (max-width:1099px){.full-profile__section-header{min-height:0;margin-bottom:1.25rem}}.full-profile__section-header img{height:2.5rem;width:auto;display:block;margin-right:.625rem}@media screen and (max-width:699px){.full-profile__section-header img{height:25px;margin-right:2px}}.full-profile__section-header h4{margin-right:1.25rem;letter-spacing:.1rem}@media screen and (max-width:699px){.full-profile__section-header h4{font-size:16px}}.full-profile__section-header a{color:#120f4c;text-decoration:none!important;letter-spacing:.071875rem}.full-profile__section-header__icon--sm{height:2.1875rem!important}.full-profile__support-group-btn{position:absolute;top:1.5625rem;right:1.5625rem}@media screen and (max-width:1099px){.full-profile__support-group-btn{position:static;font-size:14px;padding:7px 12px 3px}.full-profile__support-group-btn .btn-with-icon-image,.full-profile__support-group-btn .btn-with-icon-image--md{width:20px;flex:0 0 20px}}.full-profile .content__card.card .card-header h2{font-size:2rem}.language-selector{list-style-type:none;margin:0;padding:0}.language-selector__item{border-bottom:1px solid #f7f7f7}.language-selector__item:first-child{margin-bottom:2px;border-bottom:0}.language-selector__item:last-child{border-bottom:0}.language-selector__item--active{margin-bottom:2px;border-bottom:0}.language-selector__link{color:#120f4c;text-decoration:none;padding:.3125rem .625rem;background:#fff;font-size:1rem;letter-spacing:.081875rem;display:block;line-height:1}@media screen and (max-width:1099px){.language-selector__link{font-size:15px;padding:5px 10px;letter-spacing:1.31px}}.language-selector__link:hover{background:#eb5512;color:#fff;text-decoration:none}.accordion--sm .card-header{padding:.9375rem 0}.accordion .card{border-bottom:1px solid #d5d5d5!important}.accordion .card-header{border-bottom:1px solid #d5d5d5;font-weight:600;cursor:pointer}.accordion .card-header h5{font-weight:600}@media screen and (max-width:699px){.accordion .card-header h5{font-size:16px;padding-top:5px}}.accordion .card-header[aria-expanded=true] .card-header__arrow{transform:rotate(-180deg)}.accordion .card-header__arrow{width:44px;height:auto;display:block;transition:transform .3s ease}.accordion .card-header__arrow img{width:100%;height:auto;display:block}.accordion .card-header__arrow[aria-expanded=true]{transform:rotate(-180deg)}.tooltip{font-size:1rem}@media screen and (max-width:699px){.tooltip{font-size:12px}}.tooltip--md .tooltip-inner{max-width:23.125rem;text-align:left}.tooltip--fill.show{opacity:1}.tooltip-toggle{color:#fff;width:18px;height:18px;font-size:18px;border-radius:50%;text-decoration:none!important;display:flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer}.tooltip-toggle--top-0{top:0!important}.tooltip-toggle--top-n10{top:-10px!important;position:relative}.tooltip-toggle:hover{color:#fff;text-decoration:none}.tooltip-toggle span{display:block}.tooltip-toggle img{width:100%;height:auto;display:block}.form-group .tooltip-toggle{position:absolute;top:-20px;right:0;z-index:1}.member-profile__inner{padding:0 4.0625rem;font-size:1rem}@media screen and (max-width:1440px){.member-profile__inner{font-size:1.125rem}}@media screen and (max-width:1200px){.member-profile__inner{padding:0 1.25rem}}@media screen and (max-width:1099px){.member-profile__inner{padding:0 15px}}@media screen and (max-width:1099px){.member-profile__navigation{display:none}}@media screen and (max-width:1099px){.member-profile__navigation--landing{display:block}}.member-profile__card{width:100%;min-height:17.5em}.member-profile__card.card .card-header{font-size:1em;font-weight:700;text-transform:uppercase;border-bottom:1px solid #d5d5d5;margin-left:1.25rem;margin-right:1.25rem;padding:.625em 0 .3125em;min-height:3.4375em;line-height:1.2;letter-spacing:.081875rem}@media screen and (max-width:699px){.member-profile__card.card .card-header{font-size:16px;margin-left:10px;margin-right:10px}}.member-profile__card-links{margin:0}.member-profile__card-links li{margin-bottom:.125em}@media screen and (max-width:699px){.member-profile__card-links li{margin-bottom:4px}}.member-profile__card-links li a{font-size:1em;color:#120f4c;text-decoration:none;letter-spacing:.081875em;display:block}@media screen and (max-width:699px){.member-profile__card-links li a{font-size:16px}}.member-profile__card-links li a:hover{color:#eb5512;text-decoration:none}.member-profile__card-links-notification{min-width:1.1666666667em;height:1.1666666667em;flex:0 0 auto;background:#eb5512;color:#fff;font-size:.75em;border-radius:50%;padding:0;text-align:center}@media screen and (max-width:699px){.member-profile__card-links-notification{font-size:12px;width:14px;height:14px;flex:0 0 14px}}@media screen and (min-width:1100px){.member-profile__sidebar{max-width:21.875rem}}.member-profile__sidebar .accordion .card{background:#120f4c}.member-profile__sidebar .accordion .card-header{background:#120f4c;color:#fff;border:0;font-size:1em;letter-spacing:.075625em;font-weight:700}.member-profile__sidebar-links{margin:0;padding:0}.member-profile__sidebar-links li{margin-bottom:.5em;display:block}.member-profile__sidebar-links li a{display:flex;align-items:center;font-size:1em;color:#fff;text-decoration:none!important;letter-spacing:.081875em}.member-profile__sidebar-links li a:hover{color:#eb5512}.member-profile__sidebar-links li a img{width:1.5625em;height:1.5625em;display:block}.member-profile__sidebar-links li a span{padding-left:.625em;font-weight:600}.member-profile__sidebar-add{font-size:1em}.member-profile__sidebar-add .btn-with-icon-image{width:1.5625em}.sub-nav{background:#120f4c;padding-top:.875rem;padding-bottom:.5625rem}.sub-nav--scroll{overflow:auto;-webkit-overflow-scrolling:auto}.sub-nav--scroll::-webkit-scrollbar-track{background-color:#f7f7f7}.sub-nav--scroll::-webkit-scrollbar{width:15px;height:2px;background-color:#f7f7f7}.sub-nav--scroll::-webkit-scrollbar-thumb{background-color:#d5d5d5}.sub-nav--scroll .sub-nav__bar{flex-wrap:nowrap}.sub-nav__bar{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0}.sub-nav__bar--mobile{justify-content:space-between}.sub-nav__bar--mobile .sub-nav__item{position:relative;flex:1 1 auto}.sub-nav__bar--md .sub-nav__item{padding-right:1.125rem;margin-right:1.125rem}.sub-nav__bar--sm .sub-nav__item{padding-right:.9375rem;margin-right:.9375rem}.sub-nav__bar--xs .sub-nav__item{padding-right:.5rem;margin-right:.5rem}.sub-nav__item{padding-right:1.875rem;margin-right:1.875rem;border-right:1px solid #11427c;margin-bottom:.3125rem}@media screen and (max-width:699px){.sub-nav__item{padding-right:.5rem;margin-right:.5rem}}.sub-nav__item:first-child{padding-left:0}.sub-nav__item:last-child{border-right:0}.sub-nav__link{color:#f7f7f7;font-size:1.0625rem;letter-spacing:.081875rem;text-decoration:none;font-weight:700;display:inline-block;white-space:nowrap}.sub-nav__link.active,.sub-nav__link:hover{text-decoration:none;color:#eb5512}.content__inner{padding:0 5.625rem;font-size:1rem}@media screen and (max-width:1440px){.content__inner{font-size:1.125rem}}@media screen and (max-width:1200px){.content__inner{padding:0 1.25rem}}@media screen and (max-width:1099px){.content__inner{padding:0 15px}}.content__inner.active .content-filter__wrapper{opacity:1;display:block}.content__inner.active .content-filter__content{transform:translate(0)}.content__card.card{border:0!important}.content__card.card .card-header{border:0}.content__card.card .card-header[aria-expanded=true] a{display:block}.content__card.card .card-header h2{font-weight:400;font-family:vag-rundschrift-d,sans-serif;letter-spacing:.16375rem}.content__card.card .card-header a{color:#120f4c;display:none;font-weight:400;letter-spacing:.081875rem}.content__card.card .card-header a:hover{text-decoration:none;color:#eb5512}.content__card--nested{background:none}.content__card--nested>.card-header{background:#120f4c;color:#00a6da}.content__card--nested .ellipse-card{width:10rem}.content__card--nested .ellipse-card__icon{width:8.75rem;height:8.75rem;flex:0 0 auto}.content__card--nested .ellipse-card__title{font-size:.875rem}@media screen and (min-width:1099px){.content__right-sidebar{max-width:24rem}}@media screen and (min-width:1099px){.content__right-sidebar--sm{max-width:23.375rem}}.collapsed-header .header,.collapsed-header .page__header__wrapper{transition:all .5s ease}.collapsed-header--active .header,.collapsed-header--active .page__header__wrapper{transform:translateY(-100%);top:0}.headroom{will-change:transform,top;transition:all .4s linear}.headroom--pinned{transform:translateY(0)}.headroom--unpinned{transform:translateY(-100%);top:0}.headroom--mobile{will-change:transform,top;transition:all .4s linear}.headroom--mobile--pinned{transform:translateY(0)}.headroom--mobile--unpinned{transform:translateY(-100%);top:0}body,html{scroll-padding-top:200px}@media screen and (max-width:1099px){.content-filter__row--active .content-filter__wrapper{display:block!important;opacity:1!important}.content-filter__row--active .content-filter__content{display:none!important}}.content-filter__trigger{border:1px solid #120f4c;padding:.3125rem .25rem .125rem;margin-left:.875rem;line-height:1;text-decoration:none!important}.content-filter__trigger:hover{background:#120f4c!important;color:#fff!important}@media screen and (max-width:1099px){.content-filter__trigger{font-size:14px}}.content-filter__wrapper{display:none;max-width:25.8125rem}.content-filter__wrapper--350{max-width:21.875rem}@media screen and (max-width:1099px){.content-filter__wrapper{max-width:none}}@media screen and (max-width:1099px){.content-filter__content,.content-filter__wrapper{padding-left:0;padding-right:0}}.content-filter .card{border:0!important}.content-filter .card .card-header{border:0;padding:1.125rem}.content-filter .card .card-header__arrow{width:12px;padding:0;margin-left:.5rem;margin-bottom:.3125rem}.content-filter .card .card-header[aria-expanded=true] a{display:block}.content-filter .card .card-header h6{font-weight:700;text-transform:uppercase;margin:0;padding:0}@media screen and (max-width:1099px){.content-filter .card .card-header h6{font-size:16px}}.content-filter .card .card-body h6{font-weight:700;text-transform:uppercase;padding:0}@media screen and (max-width:1099px){.content-filter .card .card-body h6{font-size:16px}}.fixed{position:sticky;z-index:1}.fixed--top{top:0}.fixed--top-34{top:34px}.mdm-list__header{height:12.1875rem;background:#120f4c;padding:1.25rem;color:#fff}@media screen and (max-width:1099px){.mdm-list__header{height:auto}}.mdm-list__title{color:#fff;font-weight:700;font-size:1.625rem!important;letter-spacing:.0925rem}@media screen and (max-width:699px){.mdm-list__title{font-size:17px!important}}.mdm-list__time{color:#f77522;font-size:1rem;font-weight:400;letter-spacing:.075625rem}@media screen and (max-width:699px){.mdm-list__time{font-size:14px!important}}.mdm-list__lock{width:1.25rem;height:auto;display:block;flex:0 0 1.25rem}.mdm-list__profile{margin-left:0}.mdm-list__profile-avatar{width:5rem;height:5rem;flex:0 0 5rem;padding:0;border-radius:50%;overflow:hidden;position:relative}.mdm-list__profile-avatar--sm{width:2.8125rem;height:2.8125rem;flex:0 0 2.8125rem}@media screen and (max-width:699px){.mdm-list__profile-avatar--sm{width:30px;height:30px;flex:0 0 30px}}@media screen and (max-width:699px){.mdm-list__profile-avatar{width:60px;height:60px;flex:0 0 60px}}.mdm-list__profile-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.mdm-list__profile-title{font-weight:700}.mdm-list__profile-subtitle,.mdm-list__profile-title{font-size:1rem;letter-spacing:.075625rem;margin-bottom:5px;line-height:1}.mdm-list__profile-subtitle{font-weight:400}.mdm-list__profile .col :last-child{margin-bottom:0}.mdm-list__body{height:11.25rem;font-size:1.125rem;letter-spacing:.088125rem;padding:1.125rem 0;box-sizing:content-box}.mdm-list__body--auto{height:auto}@media screen and (max-width:1099px){.mdm-list__body{height:auto}}.mdm-list__footer{padding:.625rem 0 0}.mdm-list__footer-button{min-width:8.125rem}.mdm-list__footer-count{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:.081875rem;color:#120f4c}.mdm-response{background:#fff;padding:1.875rem}.scroll-arrow{position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.scroll-arrow.active img{transform:rotate(180deg)}.scroll-arrow__icon{width:15px;height:auto;display:block;transition:transform .3s ease}.bottom-nav{display:none}@media screen and (max-width:700px){.bottom-nav{height:40px;background:#120f4c;position:fixed;bottom:0;left:0;width:100%;padding:8px 0;margin:0;flex-wrap:nowrap;z-index:1;display:flex}.bottom-nav__push .page__content{padding-bottom:131px}.bottom-nav__push .footer{bottom:135px}.bottom-nav__push .disclaimer{bottom:89px}.bottom-nav__arrow{width:8px;flex:0 0 8px;display:block;box-sizing:content-box}.bottom-nav__home{width:24px;flex:0 0 24px}.bottom-nav__add,.bottom-nav__home{display:block;box-sizing:content-box}.bottom-nav__add{width:25px;flex:0 0 25px}.bottom-nav__share{width:15px;flex:0 0 15px;display:block;box-sizing:content-box}.bottom-nav img{width:100%;height:auto;display:block}}.profile-qr-modal__image{text-align:center;padding:1.25rem}.profile-qr-modal__url{padding:1.25rem 0 0;margin:.625rem 1.25rem;border-top:1px solid #b4b4b4}.article-summary{margin-bottom:0}.article-summary--md{font-size:1.125rem}@media screen and (max-width:699px){.article-summary--md{font-size:14px}}.article-summary li{letter-spacing:.08625rem;margin-bottom:1.25rem;display:block;font-weight:300}@media screen and (max-width:699px){.article-summary li{font-size:14px;margin-bottom:8px}}.article-summary li:last-child{margin-bottom:0}.article-summary li strong{font-weight:700}.article-summary li a{color:#120f4c;display:inline-block}.article-summary li a,.media-summary{text-decoration:none!important;position:relative}.media-summary{display:flex;align-items:center;flex-wrap:nowrap;color:#120f4c!important}.media-summary--sm h5{font-size:1.125rem}@media screen and (max-width:699px){.media-summary--sm h5{font-size:14px}}.media-summary--sm .media-summary__cta{margin-top:1.5625rem}.media-summary--lg{display:block;position:relative;height:100%}.media-summary--lg .media-summary__image{width:100%;height:100%;border-radius:0;flex:1 1 100%}.media-summary--lg .media-summary__image img{border-radius:0}.media-summary--lg .media-summary__text{position:absolute;bottom:0;left:0;width:100%;color:#fff;max-width:100%;padding:.625rem}.media-summary--lg .media-summary__text h2{font-size:1.5rem}.media-summary--lg .media-summary__text h5{font-size:1.125rem}@media screen and (max-width:699px){.media-summary--lg .media-summary__text h5{font-size:16px}}.media-summary--lg .media-summary__cta__text{color:#fff}.media-summary:hover .media-summary__image--hover img{filter:grayscale(100%)}.media-summary__image{width:9.375rem;height:9.375rem;margin-right:1.875rem;flex:0 0 9.375rem;border-radius:50%;overflow:hidden;position:relative}.media-summary__image--active{background-size:cover;background-position:50%;background-repeat:no-repeat}@media screen and (max-width:700px){.media-summary__image{width:60px;height:60px;flex:0 0 60px}}.media-summary__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.media-summary__text{max-width:18.75rem}@media screen and (max-width:699px){.media-summary__text{max-width:none}}.media-summary__text h2{font-size:1.25rem;font-weight:700;letter-spacing:.09375rem;font-family:Khula,sans-serif;margin:0 0 4px;line-height:1}@media screen and (max-width:699px){.media-summary__text h2{font-size:14px}}.media-summary__text h3{font-size:1.25rem;font-weight:700;letter-spacing:.09375rem;font-family:Khula,sans-serif;color:#00a6da;margin:0;line-height:1}@media screen and (max-width:699px){.media-summary__text h3{font-size:14px}}.media-summary__text h6{font-size:.875rem;font-weight:400;letter-spacing:.0625rem;font-family:Khula,sans-serif;color:#eb5512;margin:0 0 4px;line-height:1}@media screen and (max-width:699px){.media-summary__text h6{font-size:12px}}.media-summary__text h6 strong{font-weight:700}.media-summary__cta{margin-top:.625rem;text-decoration:none!important;display:flex;align-items:flex-start}@media screen and (max-width:700px){.media-summary__cta{align-items:flex-start}}.media-summary__cta__icon{height:1rem;width:auto;display:block;margin-right:.3125rem}@media screen and (max-width:700px){.media-summary__cta__icon{height:14px}}.media-summary__cta__text{margin:0;font-size:1.125rem;font-weight:400;letter-spacing:.08125rem;font-family:Khula,sans-serif;color:#120f4c}@media screen and (max-width:699px){.media-summary__cta__text{font-size:14px!important}}.csscolumns .custom-column{display:block;margin-bottom:.625rem}.csscolumns .custom-column>.col,.csscolumns .custom-column>.form-group,.csscolumns .custom-column>[class*=col-]{max-width:none}@media(min-width:1280px){.csscolumns .custom-column--2{-moz-column-count:2;column-count:2;-moz-column-gap:0;column-gap:0}}@media(min-width:700px){.csscolumns .custom-column--3{-moz-column-count:2;column-count:2;-moz-column-gap:0;column-gap:0}}@media(min-width:1100px){.csscolumns .custom-column--3{-moz-column-count:3;column-count:3;-moz-column-gap:0;column-gap:0}}.registration-tip-icon{color:#fff;width:18px;height:18px;font-size:18px;border-radius:50%;text-decoration:none!important;display:flex;align-items:center;justify-content:center;font-weight:600;position:absolute;top:10px;right:10px}.registration-tip-icon img{width:100%;height:auto;display:block}.on-submit-loader{display:flex;align-items:center;justify-content:center}.on-submit-loader__spinner{display:none;vertical-align:middle;margin-right:4px}.on-submit-loader--active .on-submit-loader__spinner{display:inline-block}.article{background:#fff;padding:.625rem 1.875rem 1.875rem;font-size:1.125rem;letter-spacing:.0925rem}@media screen and (max-width:1099px){.article{font-size:14px}}@media screen and (min-width:1099px){.article .btn{font-size:1rem}}.article__content--full{margin-left:-1.875rem;margin-right:-1.875rem;padding:1.875rem 1.875rem .9375rem}.article__pdf{width:100%;height:1000px}.article__title{font-size:1.875rem;letter-spacing:.1375rem;font-weight:700}@media screen and (max-width:1099px){.article__title{font-size:24px}}.article__location{display:flex;align-items:flex-start;line-height:1}@media screen and (max-width:700px){.article__location{align-items:flex-start}}.article__location__icon{width:.625rem;height:auto;display:block;margin-right:.3125rem}@media screen and (max-width:700px){.article__location__icon{width:10px}}.article__location__text{margin:.125rem 0 0}.article__media{margin-bottom:1.25rem;background:#f7f7f7}.article__media--floated{float:left;padding:0 3.125rem 1.25rem 0;max-width:31.25rem}.article__media--slider{--swiper-navigation-size:1.875rem}.article__media--slider .swiper-slide{max-width:100%;width:100%!important}.article__media--slider .article__media-image{height:26.4375rem}.article__media--slider .article__media-thumb{height:12.6875rem}.article__media--slider .swiper-button-next,.article__media--slider .swiper-button-prev{color:#120f4c;transition:all .3s ease}.article__media--slider .swiper-button-next:after,.article__media--slider .swiper-button-prev:after{transition:all .3s ease}.article__media--slider .swiper-button-next:hover,.article__media--slider .swiper-button-prev:hover{color:#eb5512}.article__media--slider .swiper-button-next:hover:after,.article__media--slider .swiper-button-prev:hover:after{transform:scale(.5)}.article__media-image{max-width:100%;max-height:31.25rem}.article__media-image,.article__media-thumb{width:100%;-o-object-fit:contain;object-fit:contain}.article__navigation{padding:1.875rem 0 0}.article__navigation a{display:block;width:.9375rem;position:relative}.article__navigation a:hover img{transform:scale(.5);opacity:0}.article__navigation a:hover img.article__navigation--active-image{opacity:1}.article__navigation a img{width:100%;height:auto;display:block;transition:all .3s ease}.article__navigation--active-image{position:absolute;top:0;left:0;width:100%;height:auto;opacity:0}.article-author{background:#120f4c;color:#fff;padding:1.875rem;font-size:1.125rem;letter-spacing:.0925rem}@media screen and (max-width:1099px){.article-author{font-size:14px}}.article-author__wrapper--blue .article-author{background:#120f4c}.article-author__wrapper--blue .article-author .article-author__name{text-align:left}.article-author__wrapper--blue .article-author .article-author__name p{color:#00a6da}.article-author__wrapper--blue .article-author .article-author__name p:last-child{color:#0d68ea}.article-author__wrapper--blue .article-author .article-author__name p:last-child a{color:inherit!important}.article-author__image{height:16.25rem;width:16.25rem;border-radius:50%;overflow:hidden;margin:0 auto 1.875rem}.article-author__image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.article-author__name{font-family:vag-rundschrift-d,sans-serif;color:#00a6da;margin-bottom:.9375rem}.article-author__name h4{margin-bottom:0}@media screen and (max-width:1099px){.article-author__name h4{font-size:18px}}.article-author__name h4:last-child{color:#0d68ea}.article-author__info{font-weight:700}.article-author__info p{margin-bottom:0;line-height:1.2}@media screen and (max-width:1099px){.article-author__info p{font-size:16px}}.article-author__buttons{font-size:1rem;padding:2.1875rem 0;border-bottom:1px solid #11427c}.article-author__more{padding:2.1875rem 0 0}.article-author__more__title{font-weight:700;color:#00a6da;text-transform:uppercase;font-size:1.125rem;margin-bottom:2.1875rem}@media screen and (max-width:1099px){.article-author__more__title{font-size:16px}}.article-author__more-item{margin-bottom:1.875rem;color:#fff!important;text-decoration:none!important;letter-spacing:.081875rem}.article-author__more-item:last-child{margin-bottom:0}.article-author__more-item img{width:1.9375rem;height:auto;display:block;margin-right:.625rem;box-sizing:content-box}@media screen and (max-width:699px){.article-author__more-item img{height:25px;margin-right:2px}}.article-author__more-item p{text-transform:uppercase;font-size:1rem;font-weight:700;line-height:1;padding:.3125rem 0 0}@media screen and (max-width:1099px){.article-author__more-item p{font-size:14px}}.article-author--grey{background:#b4b4b4}.article-author--grey .article-author__image{height:13.125rem;width:13.125rem;margin-bottom:1.25rem}.article-author--grey .article-author__name{text-align:center;font-family:Khula,sans-serif;color:#fff!important;font-weight:700;letter-spacing:.0925rem;margin:0}.article-author--grey .article-author__name p{margin:0}.article-simple{background:#fff;padding:1.875rem;font-size:1.125rem;letter-spacing:.0925rem}@media screen and (max-width:1099px){.article-simple{font-size:16px}}.article-simple__title{font-weight:700;text-transform:uppercase;font-size:1.125rem;margin-bottom:1.25rem}@media screen and (max-width:1099px){.article-simple__title{font-size:18px}}.article-simple__item{margin-bottom:1.25rem}.article-simple__item:last-child{margin-bottom:0}.article-simple__item h4{font-weight:700;font-size:1.125rem;margin-bottom:0}@media screen and (max-width:1099px){.article-simple__item h4{font-size:16px}}.article-simple__item p{margin:0;font-size:.875rem;letter-spacing:.071875rem;font-weight:400}@media screen and (max-width:1099px){.article-simple__item p{font-size:14px}}.upload-component__wrapper{border:1px solid #00a6da;background:#f7f7f7;padding:.9375rem 1.125rem;cursor:pointer;display:flex;align-items:center;position:relative}.upload-component__image{width:1.5625rem;height:auto;display:block;margin-right:.625rem}.upload-component__text{line-height:1.2}.upload-component__files{display:flex;align-items:center;list-style:none;margin:.625rem 0 0;padding:0;flex-wrap:wrap}.upload-component__files--full{height:100%;margin:0}.upload-component__files--full li{display:flex!important;margin:0!important;height:100%;max-height:100%;width:100%;flex-direction:column}.upload-component__files--full li.has-image{width:100%!important}.upload-component__files--full li .upload-component__files__wrapper{flex:0 0 auto}.upload-component__files--full li .upload-component__files__image{height:100%;flex:1 1 100%}.upload-component__files li{display:block;background:#0d68ea;margin-right:.625rem;margin-top:.3125rem}.upload-component__files li.has-image{width:7.5rem}.upload-component__files__wrapper{display:flex;align-items:center;padding:.1875rem .3125rem}.upload-component__files__image{width:100%;height:7.5rem;-o-object-fit:cover;object-fit:cover;display:block}.upload-component__files-name{color:#fff;text-decoration:none!important;font-size:.875rem;line-height:1;letter-spacing:.071875rem;padding:0 .3125rem;display:block;text-overflow:ellipsis;overflow:hidden;max-width:17.5rem;white-space:nowrap;flex:1 1 100%}.upload-component__files-name:hover{color:#fff}.upload-component__files-close{width:.875rem;height:auto;cursor:pointer;display:block;flex:1 0 .875rem;max-width:.875rem}.upload-component__files-close img{width:100%;height:auto;display:block}.upload-component .uppy-Root{position:absolute;top:0;left:0;width:100%;height:100%}.upload-component .uppy-c-icon{display:none}.upload-component .uppy-DragDrop-inner{padding:0;width:100%;height:100%}.upload-component .uppy-DragDrop-container{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:0;opacity:0}.cropper-modal{opacity:.5!important}.report__icon{font-size:1.125rem;display:flex;align-items:center;justify-content:center;color:#eb5512!important;text-decoration:none!important;font-weight:700;cursor:pointer}.report__icon img{flex:0 0 .75rem;width:.75rem;height:auto;display:block}.report__icon span{display:block;flex:0 0 auto;padding:.3125rem 0 0 .3125rem}.search-input{background:#f7f7f7}.search-input .form-control{background:none!important}.form-code{flex-wrap:nowrap}.form-code__input{flex:0 0 auto;width:2.1875rem;padding:.3125rem;text-align:center}.keyword-list .btn{letter-spacing:.081875rem;padding:.75rem .5rem .625rem}.media-list__modal-height{height:36.25rem;max-height:100%}.media-list__modal-height>.row,.media-list__modal-height>.row>.col,.media-list__modal-height>.row>[class*=col-]{height:100%}.media-list__modal-height .media-list__item{height:100%;display:block}.media-list__item{width:100%;height:5.1875rem;display:block}.media-list__item--lg{height:23.4375rem}.media-list__item-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.alphabet-list__scroll{height:23.75rem;overflow:auto;-webkit-overflow-scrolling:touch;position:relative}.alphabet-list__navigation{width:3.125rem}.alphabet-list__navigation li{padding-left:.625rem}.alphabet-list__trigger{position:relative;padding:.3125rem 0 0 .3125rem;transition:all .3s ease;color:#120f4c;text-decoration:none!important}.alphabet-list__trigger .active,.alphabet-list__trigger:hover{color:#00a6da}.alphabet-list__trigger .active:before,.alphabet-list__trigger:hover:before{transform:translate(-100%,-50%);opacity:1}.alphabet-list__trigger .active,.alphabet-list__trigger:before{transition:all .3s ease;position:absolute;top:50%;left:0;width:.625rem;height:.625rem;border-radius:50%;overflow:hidden;content:"";transform:translateY(-50%);opacity:0}.country-list__links{list-style:none;margin:0;padding:0}@media(min-width:700px){.country-list__links{height:55rem}}.country-list__link{min-height:2.5rem;flex:0 0 auto}.country-list__link-item{margin:0;align-items:center;color:#120f4c;text-decoration:none!important;height:100%;line-height:1}.country-list__link-item--active{color:#eb5512!important;font-weight:700}.country-list__link-item--active img{transform:translateX(-5px)}.country-list__link-item--active span{transform:scale(1.1);transform-origin:left center}.country-list__link-item img{padding:0;width:1.5625rem;height:1.5625rem;transition:all .3s ease}.country-list__link-item span{padding:.1875rem 0 0 .4375rem;transition:all .3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-list__map{width:50rem;margin:0 auto}.country-list__map,.country-list__map svg{max-width:100%;height:auto;display:block}.country-list__map .st0{cursor:pointer;transition:all .3s ease}.country-list__map .active-country{fill:url(#gradient)}.country-list__map .active-country-1{fill:url(#gradient1)}.country-list__map .active-country-2{fill:url(#gradient2)}.country-list__icon{width:1.5625rem;height:1.5625rem}.country-selector__trigger .header__country__selector__arrow{transition:all .4s ease}.country-selector__trigger.active .header__country__selector__arrow{transform:rotate(180deg)}.country-selector__wrapper{display:none;background:#f7f7f7;position:fixed;top:5rem;left:0;width:100%;height:calc(100% - 5rem);z-index:11;overflow:auto;align-items:center;justify-content:center}@media screen and (max-width:1099px){.country-selector__wrapper{top:50px;height:calc(100% - 50px)}}.country-selector__inner{width:100%;padding:0 20px;flex:0 0 auto}@media screen and (max-width:1099px){.country-selector__inner{height:100%}}.plyr--video.plyr--stopped .plyr__controls{display:none}.plyr--full-ui.plyr--video .plyr__control--overlaid{background:transparent url(/images/common/icons/icon-video-podcast--white.svg) 50%;background-size:8rem 11.125rem;width:8rem;height:11.125rem;border-radius:0}.plyr--full-ui.plyr--video .plyr__control--overlaid svg{display:none}.disclaimer{background:#f7f7f7;position:absolute;bottom:-4.375rem;left:0;width:100%;height:4.375rem;display:flex;align-items:center;justify-content:center;padding:.6875rem 15px}@media screen and (max-width:700px){.disclaimer{bottom:-47px;height:64px;padding:4px 15px;text-align:center;height:auto;font-size:12px}}.disclaimer__inner{max-width:71.875rem;width:100%;position:relative}.disclaimer__text{letter-spacing:.081875rem;text-align:center;margin:0}.disclaimer__logo{position:absolute;width:14.5625rem;height:auto;right:20px;top:50%;transform:translateY(-50%);backface-visibility:hidden}.disclaimer__logo--static{position:static!important;top:0!important;right:0!important;transform:none!important}@media screen and (max-width:700px){.disclaimer__logo{position:static;transform:none;margin-top:2px}}.disclaimer__digicert{width:4.375rem}.disclaimer__digicert img{max-width:100%}.notifications{background:#f7f7f7;box-shadow:0 .3125rem .9375rem rgba(0,0,0,.8);position:absolute;top:5.625rem;right:10px;overflow:auto;max-height:21.875rem}.search-select-wrapper .select2-container--default .select2-selection--single{border:0;border-radius:0}.search-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:30px}.search-select-wrapper .select2-search__field{height:auto!important;outline:none!important;margin:0!important}.search-select-wrapper.select2-dropdown{border-radius:0}.loading-btn.btn-primary:disabled,.single-click-btn.btn-primary:disabled{background-color:#120f4c!important;border-color:#120f4c!important;color:transparent!important}.loading-btn.btn-info:disabled,.single-click-btn.btn-info:disabled{background:#00a6da!important;border-color:#00a6da!important;color:transparent!important}.loading-btn:disabled:after,.single-click-btn:disabled:after{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#000;animation:spinner .6s linear infinite}.hide-data__button{font-size:.6875rem;text-decoration:underline}.coming-soon{display:inline-block;background:#eb5512;padding:.125rem!important;font-size:.625rem;letter-spacing:.08125rem;color:#fff;line-height:1}.coming-soon--14{font-size:.875rem}.coming-soon--absolute{position:absolute;top:-.625rem;right:0}.coming-soon--top-right{position:absolute;top:0;right:0}.coming-soon--absolute-center{position:absolute;top:1.25rem;left:50%;transform:translate(-50%);display:block}.launch-special__title{font-size:1.125rem;font-weight:600;margin:0}.saved-card{padding:.625rem 1.25rem .625rem 1.875rem}.saved-card.hidden-field-control--active .saved-card__radio span:after{display:block}.saved-card__radio span{display:block;border:1px solid #120f4c;width:1.875rem;height:1.875rem;border-radius:50%;position:relative}.saved-card__radio span:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.9375rem;height:.9375rem;border-radius:50%;display:none}.row-divider-0 .card{border:0!important}.row-divider-0>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-0>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:0 solid #fff;border-right:0 solid #fff}.row-divider-0>.col-bottom{padding-bottom:0}.row-divider-0>.col-bottom:after{bottom:0!important}.row-divider-1 .card{border:0!important}.row-divider-1>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-1>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.25rem solid #fff;border-right:.25rem solid #fff}.row-divider-1>.col-bottom{padding-bottom:.5rem}.row-divider-1>.col-bottom:after{bottom:.25rem!important}.row-divider-2 .card{border:0!important}.row-divider-2>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-2>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.5rem solid #fff;border-right:.5rem solid #fff}.row-divider-2>.col-bottom{padding-bottom:1rem}.row-divider-2>.col-bottom:after{bottom:.5rem!important}.row-divider-3 .card{border:0!important}.row-divider-3>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-3>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1rem solid #fff;border-right:1rem solid #fff}.row-divider-3>.col-bottom{padding-bottom:2rem}.row-divider-3>.col-bottom:after{bottom:1rem!important}.row-divider-4 .card{border:0!important}.row-divider-4>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-4>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1.5rem solid #fff;border-right:1.5rem solid #fff}.row-divider-4>.col-bottom{padding-bottom:3rem}.row-divider-4>.col-bottom:after{bottom:1.5rem!important}.row-divider-5 .card{border:0!important}.row-divider-5>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-5>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:3rem solid #fff;border-right:3rem solid #fff}.row-divider-5>.col-bottom{padding-bottom:6rem}.row-divider-5>.col-bottom:after{bottom:3rem!important}@media(min-width:700px){.row-divider-sm-0 .card{border:0!important}.row-divider-sm-0>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sm-0>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:0 solid #fff;border-right:0 solid #fff}.row-divider-sm-0>.col-bottom{padding-bottom:0}.row-divider-sm-0>.col-bottom:after{bottom:0!important}.row-divider-sm-1 .card{border:0!important}.row-divider-sm-1>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sm-1>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.25rem solid #fff;border-right:.25rem solid #fff}.row-divider-sm-1>.col-bottom{padding-bottom:.5rem}.row-divider-sm-1>.col-bottom:after{bottom:.25rem!important}.row-divider-sm-2 .card{border:0!important}.row-divider-sm-2>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sm-2>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.5rem solid #fff;border-right:.5rem solid #fff}.row-divider-sm-2>.col-bottom{padding-bottom:1rem}.row-divider-sm-2>.col-bottom:after{bottom:.5rem!important}.row-divider-sm-3 .card{border:0!important}.row-divider-sm-3>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sm-3>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1rem solid #fff;border-right:1rem solid #fff}.row-divider-sm-3>.col-bottom{padding-bottom:2rem}.row-divider-sm-3>.col-bottom:after{bottom:1rem!important}.row-divider-sm-4 .card{border:0!important}.row-divider-sm-4>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sm-4>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1.5rem solid #fff;border-right:1.5rem solid #fff}.row-divider-sm-4>.col-bottom{padding-bottom:3rem}.row-divider-sm-4>.col-bottom:after{bottom:1.5rem!important}.row-divider-sm-5 .card{border:0!important}.row-divider-sm-5>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sm-5>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:3rem solid #fff;border-right:3rem solid #fff}.row-divider-sm-5>.col-bottom{padding-bottom:6rem}.row-divider-sm-5>.col-bottom:after{bottom:3rem!important}}@media(min-width:900px){.row-divider-sl-0 .card{border:0!important}.row-divider-sl-0>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sl-0>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:0 solid #fff;border-right:0 solid #fff}.row-divider-sl-0>.col-bottom{padding-bottom:0}.row-divider-sl-0>.col-bottom:after{bottom:0!important}.row-divider-sl-1 .card{border:0!important}.row-divider-sl-1>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sl-1>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.25rem solid #fff;border-right:.25rem solid #fff}.row-divider-sl-1>.col-bottom{padding-bottom:.5rem}.row-divider-sl-1>.col-bottom:after{bottom:.25rem!important}.row-divider-sl-2 .card{border:0!important}.row-divider-sl-2>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sl-2>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.5rem solid #fff;border-right:.5rem solid #fff}.row-divider-sl-2>.col-bottom{padding-bottom:1rem}.row-divider-sl-2>.col-bottom:after{bottom:.5rem!important}.row-divider-sl-3 .card{border:0!important}.row-divider-sl-3>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sl-3>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1rem solid #fff;border-right:1rem solid #fff}.row-divider-sl-3>.col-bottom{padding-bottom:2rem}.row-divider-sl-3>.col-bottom:after{bottom:1rem!important}.row-divider-sl-4 .card{border:0!important}.row-divider-sl-4>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sl-4>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1.5rem solid #fff;border-right:1.5rem solid #fff}.row-divider-sl-4>.col-bottom{padding-bottom:3rem}.row-divider-sl-4>.col-bottom:after{bottom:1.5rem!important}.row-divider-sl-5 .card{border:0!important}.row-divider-sl-5>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-sl-5>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:3rem solid #fff;border-right:3rem solid #fff}.row-divider-sl-5>.col-bottom{padding-bottom:6rem}.row-divider-sl-5>.col-bottom:after{bottom:3rem!important}}@media(min-width:1100px){.row-divider-ls-0 .card{border:0!important}.row-divider-ls-0>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-ls-0>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:0 solid #fff;border-right:0 solid #fff}.row-divider-ls-0>.col-bottom{padding-bottom:0}.row-divider-ls-0>.col-bottom:after{bottom:0!important}.row-divider-ls-1 .card{border:0!important}.row-divider-ls-1>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-ls-1>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.25rem solid #fff;border-right:.25rem solid #fff}.row-divider-ls-1>.col-bottom{padding-bottom:.5rem}.row-divider-ls-1>.col-bottom:after{bottom:.25rem!important}.row-divider-ls-2 .card{border:0!important}.row-divider-ls-2>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-ls-2>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.5rem solid #fff;border-right:.5rem solid #fff}.row-divider-ls-2>.col-bottom{padding-bottom:1rem}.row-divider-ls-2>.col-bottom:after{bottom:.5rem!important}.row-divider-ls-3 .card{border:0!important}.row-divider-ls-3>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-ls-3>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1rem solid #fff;border-right:1rem solid #fff}.row-divider-ls-3>.col-bottom{padding-bottom:2rem}.row-divider-ls-3>.col-bottom:after{bottom:1rem!important}.row-divider-ls-4 .card{border:0!important}.row-divider-ls-4>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-ls-4>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1.5rem solid #fff;border-right:1.5rem solid #fff}.row-divider-ls-4>.col-bottom{padding-bottom:3rem}.row-divider-ls-4>.col-bottom:after{bottom:1.5rem!important}.row-divider-ls-5 .card{border:0!important}.row-divider-ls-5>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-ls-5>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:3rem solid #fff;border-right:3rem solid #fff}.row-divider-ls-5>.col-bottom{padding-bottom:6rem}.row-divider-ls-5>.col-bottom:after{bottom:3rem!important}}@media(min-width:1280px){.row-divider-md-0 .card{border:0!important}.row-divider-md-0>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-md-0>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:0 solid #fff;border-right:0 solid #fff}.row-divider-md-0>.col-bottom{padding-bottom:0}.row-divider-md-0>.col-bottom:after{bottom:0!important}.row-divider-md-1 .card{border:0!important}.row-divider-md-1>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-md-1>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.25rem solid #fff;border-right:.25rem solid #fff}.row-divider-md-1>.col-bottom{padding-bottom:.5rem}.row-divider-md-1>.col-bottom:after{bottom:.25rem!important}.row-divider-md-2 .card{border:0!important}.row-divider-md-2>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-md-2>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.5rem solid #fff;border-right:.5rem solid #fff}.row-divider-md-2>.col-bottom{padding-bottom:1rem}.row-divider-md-2>.col-bottom:after{bottom:.5rem!important}.row-divider-md-3 .card{border:0!important}.row-divider-md-3>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-md-3>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1rem solid #fff;border-right:1rem solid #fff}.row-divider-md-3>.col-bottom{padding-bottom:2rem}.row-divider-md-3>.col-bottom:after{bottom:1rem!important}.row-divider-md-4 .card{border:0!important}.row-divider-md-4>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-md-4>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1.5rem solid #fff;border-right:1.5rem solid #fff}.row-divider-md-4>.col-bottom{padding-bottom:3rem}.row-divider-md-4>.col-bottom:after{bottom:1.5rem!important}.row-divider-md-5 .card{border:0!important}.row-divider-md-5>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-md-5>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:3rem solid #fff;border-right:3rem solid #fff}.row-divider-md-5>.col-bottom{padding-bottom:6rem}.row-divider-md-5>.col-bottom:after{bottom:3rem!important}}@media(min-width:1440px){.row-divider-lg-0 .card{border:0!important}.row-divider-lg-0>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-lg-0>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:0 solid #fff;border-right:0 solid #fff}.row-divider-lg-0>.col-bottom{padding-bottom:0}.row-divider-lg-0>.col-bottom:after{bottom:0!important}.row-divider-lg-1 .card{border:0!important}.row-divider-lg-1>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-lg-1>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.25rem solid #fff;border-right:.25rem solid #fff}.row-divider-lg-1>.col-bottom{padding-bottom:.5rem}.row-divider-lg-1>.col-bottom:after{bottom:.25rem!important}.row-divider-lg-2 .card{border:0!important}.row-divider-lg-2>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-lg-2>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.5rem solid #fff;border-right:.5rem solid #fff}.row-divider-lg-2>.col-bottom{padding-bottom:1rem}.row-divider-lg-2>.col-bottom:after{bottom:.5rem!important}.row-divider-lg-3 .card{border:0!important}.row-divider-lg-3>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-lg-3>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1rem solid #fff;border-right:1rem solid #fff}.row-divider-lg-3>.col-bottom{padding-bottom:2rem}.row-divider-lg-3>.col-bottom:after{bottom:1rem!important}.row-divider-lg-4 .card{border:0!important}.row-divider-lg-4>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-lg-4>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1.5rem solid #fff;border-right:1.5rem solid #fff}.row-divider-lg-4>.col-bottom{padding-bottom:3rem}.row-divider-lg-4>.col-bottom:after{bottom:1.5rem!important}.row-divider-lg-5 .card{border:0!important}.row-divider-lg-5>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-lg-5>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:3rem solid #fff;border-right:3rem solid #fff}.row-divider-lg-5>.col-bottom{padding-bottom:6rem}.row-divider-lg-5>.col-bottom:after{bottom:3rem!important}}@media(min-width:1920px){.row-divider-xl-0 .card{border:0!important}.row-divider-xl-0>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-xl-0>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:0 solid #fff;border-right:0 solid #fff}.row-divider-xl-0>.col-bottom{padding-bottom:0}.row-divider-xl-0>.col-bottom:after{bottom:0!important}.row-divider-xl-1 .card{border:0!important}.row-divider-xl-1>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-xl-1>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.25rem solid #fff;border-right:.25rem solid #fff}.row-divider-xl-1>.col-bottom{padding-bottom:.5rem}.row-divider-xl-1>.col-bottom:after{bottom:.25rem!important}.row-divider-xl-2 .card{border:0!important}.row-divider-xl-2>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-xl-2>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:.5rem solid #fff;border-right:.5rem solid #fff}.row-divider-xl-2>.col-bottom{padding-bottom:1rem}.row-divider-xl-2>.col-bottom:after{bottom:.5rem!important}.row-divider-xl-3 .card{border:0!important}.row-divider-xl-3>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-xl-3>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1rem solid #fff;border-right:1rem solid #fff}.row-divider-xl-3>.col-bottom{padding-bottom:2rem}.row-divider-xl-3>.col-bottom:after{bottom:1rem!important}.row-divider-xl-4 .card{border:0!important}.row-divider-xl-4>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-xl-4>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:1.5rem solid #fff;border-right:1.5rem solid #fff}.row-divider-xl-4>.col-bottom{padding-bottom:3rem}.row-divider-xl-4>.col-bottom:after{bottom:1.5rem!important}.row-divider-xl-5 .card{border:0!important}.row-divider-xl-5>div[class^=col-]{border-right:1px solid #d5d5d5}.row-divider-xl-5>div[class^=col-]:after{content:"";background:#d5d5d5;position:absolute;bottom:0;left:0;width:100%;height:1px;border-left:3rem solid #fff;border-right:3rem solid #fff}.row-divider-xl-5>.col-bottom{padding-bottom:6rem}.row-divider-xl-5>.col-bottom:after{bottom:3rem!important}}@media screen and (min-width:1100px){.clear-last-row-1>div[class^=col-]:nth-child(1n+1):nth-last-child(-n+1).col-bottom,.clear-last-row-1>div[class^=col-]:nth-child(1n+1):nth-last-child(-n+1)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-1>div[class^=col-]:nth-child(1n+1):nth-last-child(-n+1):after,.clear-last-row-1>div[class^=col-]:nth-child(1n+1):nth-last-child(-n+1)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-1>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-1>div[class^=col-]:last-child:after{display:none}}@media screen and (min-width:1100px){.clear-last-row-2>div[class^=col-]:nth-child(odd):nth-last-child(-n+2).col-bottom,.clear-last-row-2>div[class^=col-]:nth-child(odd):nth-last-child(-n+2)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-2>div[class^=col-]:nth-child(odd):nth-last-child(-n+2):after,.clear-last-row-2>div[class^=col-]:nth-child(odd):nth-last-child(-n+2)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-2>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-2>div[class^=col-]:last-child:after{display:none}}@media screen and (min-width:1100px){.clear-last-row-3>div[class^=col-]:nth-child(3n+1):nth-last-child(-n+3).col-bottom,.clear-last-row-3>div[class^=col-]:nth-child(3n+1):nth-last-child(-n+3)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-3>div[class^=col-]:nth-child(3n+1):nth-last-child(-n+3):after,.clear-last-row-3>div[class^=col-]:nth-child(3n+1):nth-last-child(-n+3)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-3>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-3>div[class^=col-]:last-child:after{display:none}}@media screen and (min-width:1100px){.clear-last-row-4>div[class^=col-]:nth-child(4n+1):nth-last-child(-n+4).col-bottom,.clear-last-row-4>div[class^=col-]:nth-child(4n+1):nth-last-child(-n+4)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-4>div[class^=col-]:nth-child(4n+1):nth-last-child(-n+4):after,.clear-last-row-4>div[class^=col-]:nth-child(4n+1):nth-last-child(-n+4)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-4>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-4>div[class^=col-]:last-child:after{display:none}}@media screen and (min-width:1100px){.clear-last-row-5>div[class^=col-]:nth-child(5n+1):nth-last-child(-n+5).col-bottom,.clear-last-row-5>div[class^=col-]:nth-child(5n+1):nth-last-child(-n+5)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-5>div[class^=col-]:nth-child(5n+1):nth-last-child(-n+5):after,.clear-last-row-5>div[class^=col-]:nth-child(5n+1):nth-last-child(-n+5)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-5>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-5>div[class^=col-]:last-child:after{display:none}}@media screen and (min-width:1100px){.clear-last-row-6>div[class^=col-]:nth-child(6n+1):nth-last-child(-n+6).col-bottom,.clear-last-row-6>div[class^=col-]:nth-child(6n+1):nth-last-child(-n+6)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-6>div[class^=col-]:nth-child(6n+1):nth-last-child(-n+6):after,.clear-last-row-6>div[class^=col-]:nth-child(6n+1):nth-last-child(-n+6)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-6>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-6>div[class^=col-]:last-child:after{display:none}}@media screen and (min-width:1100px){.clear-last-row-7>div[class^=col-]:nth-child(7n+1):nth-last-child(-n+7).col-bottom,.clear-last-row-7>div[class^=col-]:nth-child(7n+1):nth-last-child(-n+7)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-7>div[class^=col-]:nth-child(7n+1):nth-last-child(-n+7):after,.clear-last-row-7>div[class^=col-]:nth-child(7n+1):nth-last-child(-n+7)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-7>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-7>div[class^=col-]:last-child:after{display:none}}@media screen and (min-width:1100px){.clear-last-row-8>div[class^=col-]:nth-child(8n+1):nth-last-child(-n+8).col-bottom,.clear-last-row-8>div[class^=col-]:nth-child(8n+1):nth-last-child(-n+8)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-8>div[class^=col-]:nth-child(8n+1):nth-last-child(-n+8):after,.clear-last-row-8>div[class^=col-]:nth-child(8n+1):nth-last-child(-n+8)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-8>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-8>div[class^=col-]:last-child:after{display:none}}@media screen and (min-width:1100px){.clear-last-row-9>div[class^=col-]:nth-child(9n+1):nth-last-child(-n+9).col-bottom,.clear-last-row-9>div[class^=col-]:nth-child(9n+1):nth-last-child(-n+9)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-9>div[class^=col-]:nth-child(9n+1):nth-last-child(-n+9):after,.clear-last-row-9>div[class^=col-]:nth-child(9n+1):nth-last-child(-n+9)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-9>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-9>div[class^=col-]:last-child:after{display:none}}@media screen and (min-width:1100px){.clear-last-row-10>div[class^=col-]:nth-child(10n+1):nth-last-child(-n+10).col-bottom,.clear-last-row-10>div[class^=col-]:nth-child(10n+1):nth-last-child(-n+10)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-10>div[class^=col-]:nth-child(10n+1):nth-last-child(-n+10):after,.clear-last-row-10>div[class^=col-]:nth-child(10n+1):nth-last-child(-n+10)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-10>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-10>div[class^=col-]:last-child:after{display:none}}@media screen and (min-width:1100px){.clear-last-row-11>div[class^=col-]:nth-child(11n+1):nth-last-child(-n+11).col-bottom,.clear-last-row-11>div[class^=col-]:nth-child(11n+1):nth-last-child(-n+11)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-11>div[class^=col-]:nth-child(11n+1):nth-last-child(-n+11):after,.clear-last-row-11>div[class^=col-]:nth-child(11n+1):nth-last-child(-n+11)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-11>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-11>div[class^=col-]:last-child:after{display:none}}@media screen and (min-width:1100px){.clear-last-row-12>div[class^=col-]:nth-child(12n+1):nth-last-child(-n+12).col-bottom,.clear-last-row-12>div[class^=col-]:nth-child(12n+1):nth-last-child(-n+12)~div[class^=col-].col-bottom{padding-bottom:0}.clear-last-row-12>div[class^=col-]:nth-child(12n+1):nth-last-child(-n+12):after,.clear-last-row-12>div[class^=col-]:nth-child(12n+1):nth-last-child(-n+12)~div[class^=col-]:after{display:none}}@media screen and (max-width:1099px){.clear-last-row-12>div[class^=col-]:last-child.col-bottom{padding-bottom:0}.clear-last-row-12>div[class^=col-]:last-child:after{display:none}}.about__our-users-block{max-width:28.125rem}@media screen and (max-width:699px){.about__our-users-block{max-width:100%}}.about__info{max-width:20.625rem;display:flex;flex-direction:column;height:100%}@media screen and (max-width:699px){.about__info{max-width:100%}}.about__info__header{margin-bottom:1.875rem;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.about__info__body{color:#fff;padding:1.25rem;flex:1 1 100%}.about__info__body__title{font-weight:700}@media screen and (min-width:700px){.about__info__body__title{min-height:5rem}}.about__info__body--info{background:#00a6da}.about__info__body--primary{background:#0d68ea}.about__info__body--orange{background:transparent linear-gradient(180deg,#eb5512,#fad55e) 0 0 no-repeat padding-box}.about__our-users{position:absolute;top:10rem;left:50%;transform:translate(-50%)}.about__our-users .ellipse-card__icon{z-index:1}.about__our-users__line{right:100%;width:23.75rem;transform:translate(.6875rem,3.3125rem) rotate(15deg);transform-origin:top right}.about__our-users:after,.about__our-users__line{content:"";position:absolute;top:0;background:#00a6da;height:.125rem}.about__our-users:after{left:100%;width:8.6875rem;transform:translate(-1rem,2.75rem) rotate(-38deg);transform-origin:top left}.about__our-users:before{content:"";position:absolute;top:0;right:100%;background:#00a6da;height:.125rem;width:27.6875rem;transform:translate(1.1875rem,7.5rem) rotate(-32deg);transform-origin:bottom right}@media screen and (max-width:699px){.faqs .card-title{font-size:16px!important}}@media screen and (max-width:699px){.faqs .card-body h5,.faqs .ellipse-card__title,.faqs .font-size--20-rem{font-size:14px!important}}@media screen and (max-width:699px){.faqs .content__card--nested .ellipse-card{width:100%!important}}@media screen and (max-width:699px){.faqs .content__card--nested .ellipse-card__icon{height:9.375rem;width:9.375rem}}.not-found__image{width:100%;max-width:none;background-size:cover;background-position:50%;background-repeat:no-repeat}.not-found__image--right{background-position:100%}@media screen and (max-width:1000px){.not-found__image--right{background-position:70%}}.not-found__signature{position:absolute;bottom:5%;left:5%}.not-found__signature__image{width:25%;height:auto;display:block}.not-found__signature__text{font-size:.75rem;color:#fff;text-decoration:underline;letter-spacing:.06125rem;margin:0}.server-error{width:100%;color:#fff;font-weight:700;font-size:1rem;letter-spacing:.081875rem}.server-error__inner{max-width:100%;width:76.625rem;margin:0 auto}.voucher-page .ellipse-card{height:100%;padding-bottom:7.5rem}@media screen and (max-width:1280px){.voucher-page .ellipse-card{padding-bottom:8.125rem}}@media screen and (max-width:700px){.voucher-page .ellipse-card{padding-bottom:0}}@media screen and (max-width:700px){.voucher-page .ellipse-card__bottom{position:static}}.form-control{padding-bottom:.1875em}select.form-control{padding-top:.375em}.appearance select.form-control{padding-top:.125em}.btn-with-icon-text{padding-top:.25em}.custom-control{line-height:normal}.select2-container--default .select2-selection--multiple .select2-selection__choice{margin-bottom:0;border-radius:0}.link-icon__text,.profile-preview__location__text{padding-top:.125em}.language-selector__link{padding-top:.4375rem}.accordion .card-header h5{padding-top:.3125rem}.tooltip-toggle span{padding-top:2px}.member-profile__card-links-notification{margin-top:.125rem}@media screen and (max-width:699px){.member-profile__card-links-notification{margin-top:5px}}.sub-nav__link{padding-top:.25rem}.page-link{padding-top:.8125rem}@media screen and (max-width:700px){.home-cta__item__text h3{font-size:14px}}.contact-us-for-enterprise-packages .ellipse-card__icon--text h4{font-size:1.125rem;word-break:break-word;padding-top:.5rem}.trading-hours-time-text{width:4.375em;padding-right:0}
