@import url(https://fonts.googleapis.com/css2?family=Alex+Brush&family=Calligraffitti&family=Great+Vibes&family=Marck+Script&family=Whisper&display=swap);
/*
  Base :: Colours
*/

/* VARIABLES */
:root {
  --main-color: #00afef;
}
:root {
  --main-color-active: #00a5e1;
}
:root {
  --main-font-color: #ffffff;
}

/**
  TODO: Please be mindful when changing the colours here.
  src/css/bulma-customizations/variables.scss needs to be updated as well.
  @value colors: "css/base/colors.css"; does not seem to work with SASS.
*/
/* theme */

/* Blues */

/* Greys */ /* was #333 - not sure about the consistency of the design */

/* White */

/* Red */

/* Black */

/* COMPOSES */

/* Blues */

/* Fonts */

._3O8SbXF5q3tAz_gz-VtKro {
  color: #00afef;
}
._2De08IzX7O7oQu54yOZ641 {
  color: #7fcef3;
}

/* Backgrounds */
._1OH8DdGhbkkfsdW4rkP8tL {
  background-color: #00afef;
}
._26gDHsgDJYSeSeb1r66dm {
  background-color: #7fcef3;
}

/* Borders */
._3RTQzTVJkRHSCDAGl3jBJs {
  border-color: #00afef;
}
.ju5xeGWbSOl1D2aMy8PFv {
  border-color: #7fcef3;
}

/* Greys */

/* Fonts */
.CCmOb4SWBZuOdpasR2vuC {
  color: #1a1a1a;
}
.hmTqAM0D8JW_RaiOsEzgr {
  color: #5e5e5e;
}
.dhn7taMdIB702EBstXlUR {
  color: #a5a5a5;
}
.ElOkg59EbLn286DQ5SiXD {
  color: #333;
}
._28LJbtTy0h9z_1M9Yrlk8Z {
  color: #c9c9c9;
}
._3Yeb-UKKGbmQxAkT_KXj8e {
  color: #f6f6f6;
}

/* Backgrounds */
._2ci-7mQzqEHog2xESnjnqW {
  background-color: #1a1a1a;
}
._10A85p1JkFdPexZTL00ygJ {
  background-color: #5e5e5e;
}
._3dOUBJcrYAd1x1ab0kxh9u {
  background-color: #a5a5a5;
}
._Wf_oR9mUh7fKAT1xWnbM {
  background-color: #c9c9c9;
}
.qlz8DhGpdXbhvgNerQ6jg {
  background-color: #f6f6f6;
}

/* Borders */
._2fPhYijFu0MZcHPswQBWJH {
  border-color: #1a1a1a;
}
._2iisJ6cfm38HDeOFQ2Q1Qu {
  border-color: #5e5e5e;
}
._2b9zwu2JS6CazME2cPjdhj {
  border-color: #a5a5a5;
}
._1wLzlexyq__QOIhuHvb_Fe {
  border-color: #c9c9c9;
}
.kiPXrSIgx9fqhx_bbLs7I {
  border-color: #f6f6f6;
}

/* White */

/* Fonts */
._1etS5OSmr6yQyUjNOIfjoh {
  color: #ffffff;
}

/* Backgrounds */
._2S2iJaIXS-Wl3U69L__krZ {
  background-color: #ffffff;
}

/* Borders */
._3QpaxSwUuF6HNs6A4Z0Bl- {
  border-color: #ffffff;
}

/* Red */

/* Fonts */
._1P8ZkkYXx_iOFWcp6LPZdH {
  color: #f44335;
}

/* Backgrounds */
._3Y2S0LzGIfc2ih-SC7FC5a {
  background-color: #f44335;
}

/* Borders */
._1ZUXnDv59uWMw_so133pTg {
  border-color: #f44335;
}

/*
  Base
*/

/* import colors */

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;

  padding-right: 0 !important;
  overflow: visible;
  overflow-x: hidden;
  background-color: #f6f6f6;
}

html {
  height: -webkit-fill-available;

  padding-right: 0 !important;
  overflow: visible !important;
  background-color: unset !important;
}

* {
  box-sizing: border-box;
}

a:hover,
a:focus {
  cursor: pointer;
}

button:active {
  outline: 1px #7fcef3;
}

.scrollarea .scrollbar-container.vertical .scrollbar {
  background: #00afef !important;
}

.scrollarea .scrollbar-container.vertical {
  z-index: 12 !important;
}

#fc_frame {
  display: none;
}

.PresetDateRangePicker_panel {
  padding: 0 22px 11px
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}
.PresetDateRangePicker_button:active {
  outline: 0
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff
}
.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.SingleDatePickerInput__rtl {
  direction: rtl
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2
}
.SingleDatePickerInput__block {
  display: block
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.SingleDatePicker {
  position: relative;
  display: inline-block
}
.SingleDatePicker__block {
  display: block
}
.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.SingleDatePicker_picker__rtl {
  direction: rtl
}
.SingleDatePicker_picker__directionLeft {
  left: 0
}
.SingleDatePicker_picker__directionRight {
  right: 0
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a
}
.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center
}
.CalendarDay:active {
  outline: 0
}
.CalendarDay__defaultCursor {
  cursor: default
}
.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848
}
.CalendarDay__outside:hover {
  border: 0
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848
}
.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd
}
.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee
}
.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate
}
.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0
}
.CalendarMonthGrid__animating {
  z-index: 1
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px
}
.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden
}
.DayPickerNavigation {
  position: relative;
  z-index: 2
}
.DayPickerNavigation__horizontal {
  height: 0
}
.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative
}
.DayPickerNavigation__bottom {
  height: auto
}
.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2
}
.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px
}
.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left
}
.DayPicker__horizontal {
  background: #fff
}
.DayPicker__verticalScrollable {
  height: 100%
}
.DayPicker__hidden {
  visibility: hidden
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}
.DayPicker_portal__vertical {
  position: initial
}
.DayPicker_focusRegion {
  outline: 0
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top
}
.DayPicker_weekHeaders {
  position: relative
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left
}
.DayPicker_weekHeader__vertical {
  left: 50%
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out
}
.DayPicker_transitionContainer__vertical {
  width: 100%
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll
}
.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle
}
.DateInput__small {
  width: 97px
}
.DateInput__block {
  width: 100%
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb
}
.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px
}
.DateInput_input__regular {
  font-weight: auto
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2
}
.DateInput_fangShape {
  fill: #fff
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block
}
.DateRangePickerInput__disabled {
  background: #f2f2f2
}
.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.DateRangePickerInput__rtl {
  direction: rtl
}
.DateRangePickerInput__block {
  display: block
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.DateRangePickerInput_clearDates__small {
  padding: 6px
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.DateRangePicker {
  position: relative;
  display: inline-block
}
.DateRangePicker__block {
  display: block
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.DateRangePicker_picker__rtl {
  direction: rtl
}
.DateRangePicker_picker__directionLeft {
  left: 0
}
.DateRangePicker_picker__directionRight {
  right: 0
}
.DateRangePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
/*
  Fonts
*/

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/f0b598f53367ff293be6184ae00dabad.eot);
  src: url(/f0b598f53367ff293be6184ae00dabad.eot?#iefix)
      format("embedded-opentype"),
    url(/6fc15b107e917729efedc95ebe8501f6.woff2) format("woff2"),
    url(/225bb9e0ccbde03d0f1a2b7a1ef4cdb3.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

._2PuLROvSoqFTOSDPkzm-o1 {
  font-family: "Atlas Grotesk Web";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/6e324e082c997f0c363ea1a5178df2db.eot);
  src: url(/6e324e082c997f0c363ea1a5178df2db.eot?#iefix)
      format("embedded-opentype"),
    url(/71834323426d0f5ef262dfa32efe0d5b.woff2) format("woff2"),
    url(/781241e8b2793bb90ae57045f174f994.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.p8MMa1VGyJ7wmtLyY4dXp {
  font-family: "Atlas Grotesk Web";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/41e6978c3782cee449591d74742c981d.eot);
  src: url(/41e6978c3782cee449591d74742c981d.eot?#iefix)
      format("embedded-opentype"),
    url(/d2b5f4dc77e560352c93edc4e0814d90.woff2) format("woff2"),
    url(/bdc7e216e22b0942f5987d27df07c9c4.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.zDBjPUai8Z37s2Xg9sOYp {
  font-family: "Atlas Grotesk Web";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/1aac5c45d4dbfe0445baeb51452ace47.eot);
  src: url(/1aac5c45d4dbfe0445baeb51452ace47.eot?#iefix)
      format("embedded-opentype"),
    url(/4fa7c1724f1de22245218db64a8ff0c5.woff2) format("woff2"),
    url(/04c18a55a2a3a67a979432af95645f46.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

._3xQMMYKBSSYB43whtTQsPZ {
  font-family: "Atlas Grotesk Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/76fd24dbe03c2be985070fdf0c548d8c.eot);
  src: url(/76fd24dbe03c2be985070fdf0c548d8c.eot?#iefix)
      format("embedded-opentype"),
    url(/7c5e579c56d8342565b1cbc14fcb2dbe.woff2) format("woff2"),
    url(/e834cf0c5f223431414bd3f3088dae8a.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

._3i6O0RlYA3pGzk8xln4TCb {
  font-family: "Atlas Grotesk Web";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/b6d26210052018badda0cde0febeb529.eot);
  src: url(/b6d26210052018badda0cde0febeb529.eot?#iefix)
      format("embedded-opentype"),
    url(/49498fb8f1a0b00805aa76c80d2b6d12.woff2) format("woff2"),
    url(/d767f16b9a267a43dce2b51620b0aa91.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

._3jrBHeAuw2F4wIhtBOnEmG {
  font-family: "Atlas Grotesk Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/bdf8c9699ea75cc5f02b78dc6fc29195.eot);
  src: url(/bdf8c9699ea75cc5f02b78dc6fc29195.eot?#iefix)
      format("embedded-opentype"),
    url(/81ef9f15d1e8fa909df647efcdcc7f0f.woff2) format("woff2"),
    url(/40d85c91c16653e78f34030d02b5f04e.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

._3_YjZT0mKzY-jC0CpxLqMI {
  font-family: "Atlas Grotesk Web";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/a893fa9ff50d07b76aad0df04457303c.eot);
  src: url(/a893fa9ff50d07b76aad0df04457303c.eot?#iefix)
      format("embedded-opentype"),
    url(/98d75cc0373428df3b68322357c573a7.woff2) format("woff2"),
    url(/0cfe18a006d3a9a95ca72e2519439646.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

._2SvLR90cr2GLbEd60OXq4N {
  font-family: "Atlas Grotesk Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/fb263b11dc997f312a541e1f78ee82f3.eot);
  src: url(/fb263b11dc997f312a541e1f78ee82f3.eot?#iefix)
      format("embedded-opentype"),
    url(/333773895196bc9b53c6d775abcfa08a.woff2) format("woff2"),
    url(/6a80f3fecc0e1fea9b260f79bdfe5aff.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

._2o4F53ry09CDnvmfVAwpbu {
  font-family: "Atlas Grotesk Web";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/63b218083c536811a1e68b1707507e29.eot);
  src: url(/63b218083c536811a1e68b1707507e29.eot?#iefix)
      format("embedded-opentype"),
    url(/d5f8199f340c98e10b8687e20864b177.woff2) format("woff2"),
    url(/58a26bbcc7c2902e1da9c2ad7fba45b9.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

._1SOj1L4cLYveZe3Rw5ovDu {
  font-family: "Atlas Grotesk Web";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/9fb1291bc5b2a950c7f018411eb8a9f5.eot);
  src: url(/9fb1291bc5b2a950c7f018411eb8a9f5.eot?#iefix)
      format("embedded-opentype"),
    url(/075d3b14c5b53e3f91d39f62d60a892d.woff2) format("woff2"),
    url(/fa973523452ac355d0504a8a497ccd7c.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

._1v5ql32HS8Kynj0UKCJPqg {
  font-family: "Atlas Grotesk Web";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url(/90335b64b16647ed08f72ff011ecb6e2.eot);
  src: url(/90335b64b16647ed08f72ff011ecb6e2.eot?#iefix)
      format("embedded-opentype"),
    url(/17a49070024f91adf756246bb8c1a2ca.woff2) format("woff2"),
    url(/a185a74c8edf520340d934d6fe209ba5.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

._1MX25pinA3fGteGiIgom2_ {
  font-family: "Atlas Grotesk Web";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(/674f50d287a8c48dc19ba404d20fe713.eot?#iefix) format("embedded-opentype"),
    url(/af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"),
    url(/fee66e712a8a08eef5805a46892932ad.woff) format("woff"),
    url(/b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"),
    url(/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.rkDQmn90AGzUZgQ84FVYB {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
._20GlT_UXZ0zOj8m7cCjV38 {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
._1wVPnAt-tQUuxOSQkuqZr3 {
  font-size: 2em;
}
._3v8HwE2og8VGr_d-_AY9LB {
  font-size: 3em;
}
._2nWU7w8lzooRHxfe8HAi3U {
  font-size: 4em;
}
._2fslSpavo2sE3rCKz3SbHf {
  font-size: 5em;
}
._3BjABEFIUgxoXyUm_WHb3q {
  width: 1.28571429em;
  text-align: center;
}
.cIa2DeTr_URH4bylBDhpL {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.cIa2DeTr_URH4bylBDhpL > li {
  position: relative;
}
._2lPMqaRfh6R4Il0j77rDLQ {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
._2lPMqaRfh6R4Il0j77rDLQ._20GlT_UXZ0zOj8m7cCjV38 {
  left: -1.85714286em;
}
._3gO0AEaB7Uv4XSBJn-0Kf_ {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
._19inwTePPbQKG6AgyQiPNn {
  float: left;
}
._3pN2OWK16VUqtYWu3ZYwRw {
  float: right;
}
.rkDQmn90AGzUZgQ84FVYB._19inwTePPbQKG6AgyQiPNn {
  margin-right: 0.3em;
}
.rkDQmn90AGzUZgQ84FVYB._3pN2OWK16VUqtYWu3ZYwRw {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
._16RuFowwPjXk3DfXWhsnL3 {
  float: right;
}
._1W9jP6EbB9JQLsv6q1g_R3 {
  float: left;
}
.rkDQmn90AGzUZgQ84FVYB._1W9jP6EbB9JQLsv6q1g_R3 {
  margin-right: 0.3em;
}
.rkDQmn90AGzUZgQ84FVYB._16RuFowwPjXk3DfXWhsnL3 {
  margin-left: 0.3em;
}
._2PDuqk4qEtKw1pl4dT8cDg {
  -webkit-animation: _2PDuqk4qEtKw1pl4dT8cDg 2s infinite linear;
  animation: _2PDuqk4qEtKw1pl4dT8cDg 2s infinite linear;
}
._26IGuxLbR3WzBTtAOBfCku {
  -webkit-animation: _2PDuqk4qEtKw1pl4dT8cDg 1s infinite steps(8);
  animation: _2PDuqk4qEtKw1pl4dT8cDg 1s infinite steps(8);
}
@-webkit-keyframes _2PDuqk4qEtKw1pl4dT8cDg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes _2PDuqk4qEtKw1pl4dT8cDg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.GGBbEgR3Z0OfWwhXlFcSr {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
._22P5_aR-cPJPlOpFZCZNFj {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
._28ZtIRI2BA-XB6URDDi5g0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
._39xghSN-Ijmb8WMUKczZEG {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.j6G_LQqH0dgE4RIoDiAQj {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .GGBbEgR3Z0OfWwhXlFcSr,
:root ._22P5_aR-cPJPlOpFZCZNFj,
:root ._28ZtIRI2BA-XB6URDDi5g0,
:root ._39xghSN-Ijmb8WMUKczZEG,
:root .j6G_LQqH0dgE4RIoDiAQj {
  filter: none;
}
._2jv65MWN738WBzzjl_8KU9 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
._2ykdoqFvm_mobPvSvjGbqj,
._3AnXL89dG35mZkoU9FNv_3 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
._2ykdoqFvm_mobPvSvjGbqj {
  line-height: inherit;
}
._3AnXL89dG35mZkoU9FNv_3 {
  font-size: 2em;
}
._1IPphwflp2vGL7s5xChjR0 {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
._1TjTz137FKBCVXFUg7_axS:before {
  content: "\F000";
}
._2shGyxSF-VZvLQ8gJfqUOM:before {
  content: "\F001";
}
.ZkbHrg3h1sraQYpc6vwAF:before {
  content: "\F002";
}
._3et8NuUArt2GGp_O_vTp_7:before {
  content: "\F003";
}
._1cyU-kp6kqcUM1eIoNn7y_:before {
  content: "\F004";
}
._2vB7qVwmX63jwGI6jxyJoZ:before {
  content: "\F005";
}
._2Od0xzmuk38lIPa0UExbOl:before {
  content: "\F006";
}
._3AgYjKFWojTPIT28mbV0O1:before {
  content: "\F007";
}
._2ZKouPQcBz4JUme6uj6Dsj:before {
  content: "\F008";
}
._2L9UOgYJFs_oJOvBrzQ2Iz:before {
  content: "\F009";
}
._3YdmjJs3G_h8FZ6bfGYhpi:before {
  content: "\F00A";
}
.ZOG7NBCxGeTFjJmSoVj23:before {
  content: "\F00B";
}
._1AD79fLv1ausxKI43eZzo4:before {
  content: "\F00C";
}
._1L60IddQVbmR2Dbqvpyb-P:before,
._3R_LhNRdSlxR5jgph2UhE3:before,
._3dmHs99YkWF7gXQMDJiHDS:before {
  content: "\F00D";
}
._3nT2TArTt2tKxR5qS0mqMc:before {
  content: "\F00E";
}
._3Gn6pZS3lKtmmwbDVEWNak:before {
  content: "\F010";
}
._24E3etk1dFeq4ZlSg1k7nZ:before {
  content: "\F011";
}
.t7WK5e1VpwowdCLNnuk1T:before {
  content: "\F012";
}
._2xuF4w6h9WTY2nK1Smoe6i:before,
._2ifXLKNhg2upAbeF0ziutP:before {
  content: "\F013";
}
.lg80z8sjtNdM4oK6tYZnz:before {
  content: "\F014";
}
.k1RyrHkHqXty4IKTFBkeR:before {
  content: "\F015";
}
._2YwaojbIXvFzMUTdk7FfIR:before {
  content: "\F016";
}
.vj6qafsDDzcYYqHCGoUuZ:before {
  content: "\F017";
}
.KyLN0bT5UvNByzXHoFhif:before {
  content: "\F018";
}
.jSN-oN9zEcwXXZBo0-_II:before {
  content: "\F019";
}
._1VKFAxtwZ0lpPV7yWIrFYR:before {
  content: "\F01A";
}
._1LT2C8yoso-XGDuw5FTO07:before {
  content: "\F01B";
}
._1GDPvEsYPFE0TP6cEltsCj:before {
  content: "\F01C";
}
._2N5y5yxjawqEvK65RINlHg:before {
  content: "\F01D";
}
._2BCLTLcqs54QE2XnDR2UVK:before,
._3ULJZtMqBKR8ED9OLufRla:before {
  content: "\F01E";
}
._2X5go8KcmptSk15zaEgHcY:before {
  content: "\F021";
}
._17GbIw3zYKi7XjKT4-pZvb:before {
  content: "\F022";
}
._2Zb4ayMZjn133uYtxBt8w3:before {
  content: "\F023";
}
._34YxkY2d3b3ZwBcIXhXncr:before {
  content: "\F024";
}
._1wOCKMW8PRNhPdmRLE7vIx:before {
  content: "\F025";
}
._1q1HYHyIXKPkgylcKK7J2e:before {
  content: "\F026";
}
._2K2xPhsZGnry-3XGV5wNG-:before {
  content: "\F027";
}
.iWozl_WfAHnLXhDvIF9AL:before {
  content: "\F028";
}
._3VqYzj-UJHxEDAaytjouG6:before {
  content: "\F029";
}
._2M8_MWncerX3mZ64sg2vs7:before {
  content: "\F02A";
}
._1MyWwbEePKZ53cteL1ZmLn:before {
  content: "\F02B";
}
._3mj10OYGQ1Uve8FFLQk81l:before {
  content: "\F02C";
}
._1nUiTmJn_7MeUjYtCNJX0E:before {
  content: "\F02D";
}
.qhtLkCusiyRemDb5lc9Pt:before {
  content: "\F02E";
}
._3VaOnB6aHYOefORtKwbZCl:before {
  content: "\F02F";
}
._27oV52gSy4p-R_3LXeyLeQ:before {
  content: "\F030";
}
._2jfB-FJm58jutoQPKb4zJH:before {
  content: "\F031";
}
._1QMdIqpdetIg6-ZSgrWVnq:before {
  content: "\F032";
}
._2dnSeBcOgduTdTOUI8bOrg:before {
  content: "\F033";
}
._2zhlCeLmRJVkeAxSDmrcPW:before {
  content: "\F034";
}
._2CuUjYPiZhDtJVMaXO22so:before {
  content: "\F035";
}
._3-kq19y4KLc454k_LjWUWe:before {
  content: "\F036";
}
._1x758c60H6MEULw4Mfrs1b:before {
  content: "\F037";
}
._1IYB7wQilLTqE_v1Bu0IOI:before {
  content: "\F038";
}
._2ysddcR0SjzpKBqXRih08D:before {
  content: "\F039";
}
._2kr-XT9AI8gruFtOazU9PY:before {
  content: "\F03A";
}
._3w4HeVE-90ugc06NWIigoT:before,
._2_esBzbkC6KSEK1nPuFlUo:before {
  content: "\F03B";
}
._7SiWy_h0dbrYE-9SYfUvi:before {
  content: "\F03C";
}
._3QF_pjz_a1j0P_CNSbOugb:before {
  content: "\F03D";
}
._2T0HANoA6IkEzq8bavQSzB:before,
._3YvGCmKlcOMyaoHDtSCRob:before,
._1cq_M9zN3waR1nSASK7bXY:before {
  content: "\F03E";
}
.DJXSIF7rFlCEycfajK5O1:before {
  content: "\F040";
}
._12Izu6SlMTrayj0qZlwEUF:before {
  content: "\F041";
}
._27mNdZuJ1ZyEn3fiWyKwR1:before {
  content: "\F042";
}
.I_MdixfLKMm5tjkOL3qbV:before {
  content: "\F043";
}
._2Tz5WvQFcEDtBfVOfpQjhH:before,
._2hqvGMOWXOldvoa2vCaYlV:before {
  content: "\F044";
}
._2-RGkrugCA9dmjZTfq4LS0:before {
  content: "\F045";
}
._3yv2Hr2u5jR29jIu1x5EI7:before {
  content: "\F046";
}
._2WovZNNGQYc3ckkJ4Dw_6k:before {
  content: "\F047";
}
._1QIRoUZTbtS05ttt0UPDNU:before {
  content: "\F048";
}
.BPEgFmYUrc9-P0XM-M5LC:before {
  content: "\F049";
}
._3Y_UduJ5rdsRFc2xuYOLby:before {
  content: "\F04A";
}
._2Slwt85r1RqwFyoi8epLlR:before {
  content: "\F04B";
}
._2q7IfRBQ3PhCgRU24qNpb7:before {
  content: "\F04C";
}
._3SWGpO0Z9NwHbLp93K0p8w:before {
  content: "\F04D";
}
._3Al0wai6Gqpfm_ibpKwClJ:before {
  content: "\F04E";
}
._2d1b9sNDqv4Tz0dsfpsmEJ:before {
  content: "\F050";
}
.IDCbOrqIJHwqqUtu0E1WK:before {
  content: "\F051";
}
._31P_39ACQ0y0rBCRtjTPxE:before {
  content: "\F052";
}
._2jatRU6GoOqf1lMiLVt2Yt:before {
  content: "\F053";
}
._149G_InbLkYb3jUxq-y44X:before {
  content: "\F054";
}
._2Qd2KZwreJJ7UoaEetcEvG:before {
  content: "\F055";
}
._2vLYszq9-esJTXsf_4oD4Y:before {
  content: "\F056";
}
._2ZbPBnEVUmlphBibPwgEWe:before {
  content: "\F057";
}
.fVXNdj-01OhNkancleBgn:before {
  content: "\F058";
}
._3gPyxKpY1rK2cAgfY0r7Zb:before {
  content: "\F059";
}
._1f9SVOh57mi3a-X9OGyoSZ:before {
  content: "\F05A";
}
.u_1ygZ5xQMiSGzXgzTUuK:before {
  content: "\F05B";
}
._3wn0cqkiAHcNR9o95825WT:before {
  content: "\F05C";
}
._2BHqfClTMyAGVnuHr9CP9v:before {
  content: "\F05D";
}
._1_6sFihoFLkomykJaXjbqM:before {
  content: "\F05E";
}
._1NmTWRGPI61iNAvWcP9i5J:before {
  content: "\F060";
}
._1T01aY0Bc0DesUx-5fj5wJ:before {
  content: "\F061";
}
._265--5fzgSirBGTgmsjmYy:before {
  content: "\F062";
}
.bjWIlQLg05PlcWB6L98ac:before {
  content: "\F063";
}
._2Jv5SoFK0Ydym5hg8F5UI2:before,
.bM2dc86FSg663jqYn3SD5:before {
  content: "\F064";
}
._2Vq6AFZBH-EVB28kQdUgK2:before {
  content: "\F065";
}
._2OZS7b3AZedIEFZh78EY-2:before {
  content: "\F066";
}
._3BkXkSFFVUx0n4ZPoNB6kN:before {
  content: "\F067";
}
.elPExwp6MMY0_150ZMGnv:before {
  content: "\F068";
}
._2IU4C68xKtudm4c-8eLVVQ:before {
  content: "\F069";
}
._1jw5e7gGTb3X8YGpjFEX2z:before {
  content: "\F06A";
}
._8PFFGpyTN0nyudMBJMyR5:before {
  content: "\F06B";
}
._3QeB3cQgIx9I0JbGtG6ALn:before {
  content: "\F06C";
}
._2q3xXDEbg5B1casccPDg_s:before {
  content: "\F06D";
}
._34cYKrdG-ghnzyjihGhDiJ:before {
  content: "\F06E";
}
._2_RNGaZnv9IVmzH3-9-vBT:before {
  content: "\F070";
}
._2GhhCVHpxKJ__GtI1yxbIX:before,
._3SIGsCAgnegbW9mobmCZ4P:before {
  content: "\F071";
}
._1MPq86faxfJGsFgESulO-9:before {
  content: "\F072";
}
._3c-dAmkN79zes1NBp_7R9j:before {
  content: "\F073";
}
._1IuPoU7-LiUw1cZo3e8zAh:before {
  content: "\F074";
}
._34S-R1ejX8ZQcK8vKXVBmx:before {
  content: "\F075";
}
.lT2HnHmazq-Lssd1H7rea:before {
  content: "\F076";
}
._2J9WtqqndvMYKu_doleBVU:before {
  content: "\F077";
}
._24zduoBSOZq5hnWRujBDCH:before {
  content: "\F078";
}
._1_lsyCplTkIYfQNrmz3RSF:before {
  content: "\F079";
}
.ewFlXTYE5jDpq3aLaeB_u:before {
  content: "\F07A";
}
.jZD2LuuEu-E37yiavHJx-:before {
  content: "\F07B";
}
._3ehdMJxS1AnoCTVUc-ucs5:before {
  content: "\F07C";
}
._3PChWows249Wz2FZT0pW-X:before {
  content: "\F07D";
}
._1XQ7NtE5lKNlu-HwggzvYB:before {
  content: "\F07E";
}
._1ypiBE9MIXCtyVmL8YAnS5:before,
.SOvB1JyPAtW-I18N8W63E:before {
  content: "\F080";
}
._3nWjY_a3ms7XigtSjXM8mK:before {
  content: "\F081";
}
._27yn2ayX-9QVj3AwvYyApz:before {
  content: "\F082";
}
.ejhYjgEYoXoA-sOC7Zw1X:before {
  content: "\F083";
}
._3zKxLK35ID-1HUw6AuHnhA:before {
  content: "\F084";
}
._2iV_V_CMj8DPUEEQKCzQ6e:before,
._3sJ-lfLcfrKWwdpxoNcyeX:before {
  content: "\F085";
}
._2snuFYVO21ee-JEa8lyw_g:before {
  content: "\F086";
}
._3_09oWt-zn5GELpHhuJPdA:before {
  content: "\F087";
}
._2LLiP9R44o2f6Wcas0Zc3y:before {
  content: "\F088";
}
._2Oeee3iOK4A7PGZv-mGHrR:before {
  content: "\F089";
}
._27wHIN2I13iDRma-rIHdQ1:before {
  content: "\F08A";
}
._3ZUxhBiC_SGYkoI1bQGRzc:before {
  content: "\F08B";
}
._3vd_Iup-rbobfaUsuFg5uJ:before {
  content: "\F08C";
}
._8AnCcYVngne4Ht9nEPmZm:before {
  content: "\F08D";
}
.cW1dFjmL1H1XqlYGCq01m:before {
  content: "\F08E";
}
._29KuL923rrTxoPVDAgiIdh:before {
  content: "\F090";
}
._2ldBMYhFVl2u4Xnba3orAn:before {
  content: "\F091";
}
._3oC8R-9dwNjhtrlVx-tcAe:before {
  content: "\F092";
}
.SS7c0WbvTtYHgFn5hdPK2:before {
  content: "\F093";
}
.eKrnd4JRYPq53df4XQVZb:before {
  content: "\F094";
}
._3eVaM_Js-vVKitR-VnVgmM:before {
  content: "\F095";
}
._2lzRBKzZvn6nEIhHGvDDTT:before {
  content: "\F096";
}
._2UuVhK7McaS_DYaBMVkX79:before {
  content: "\F097";
}
._3XsvXIgLblM50_9iZOPR9y:before {
  content: "\F098";
}
._2pnIlrqH7Lio_rTQXm0FLI:before {
  content: "\F099";
}
._3EzqchLFvPh0X6OZ06WBAI:before,
._3tMhrH7lsqtyFxNd97ie82:before {
  content: "\F09A";
}
._2BRtbUJT7qQUP8ONjyj09v:before {
  content: "\F09B";
}
.p-lrovELof61iqPNbHC25:before {
  content: "\F09C";
}
._2amj_S0UXyRRg8AijGOOlM:before {
  content: "\F09D";
}
._1XirlkxbDYHzM9KsSr3pm:before,
._2D2kIX1RLV6fVlpJIUPD7O:before {
  content: "\F09E";
}
._-6S8YXLOEh-IowP_mrNnS:before {
  content: "\F0A0";
}
._1uLAomt1iM6vCTCRRgKcVr:before {
  content: "\F0A1";
}
.jko7YMEmiml-rI2bb8SOy:before {
  content: "\F0F3";
}
._16NCCh9p_J60e-Q2y8T8SV:before {
  content: "\F0A3";
}
._17-IwKgGGAh9xvmi0cNhpE:before {
  content: "\F0A4";
}
.lh7U-nAKHNMrRcexgDhE8:before {
  content: "\F0A5";
}
._3Gp9Rwjihl5vvRFly8l2Az:before {
  content: "\F0A6";
}
.Q20wl_mUEYsnwKMdyNJ3Z:before {
  content: "\F0A7";
}
._26p3JMHWVvt6RPkElaaDvU:before {
  content: "\F0A8";
}
.az6GXaCdq6y9fb68xBmUt:before {
  content: "\F0A9";
}
._3IyggAnQYVmCN-xkGDrXy6:before {
  content: "\F0AA";
}
._3JTCeugAGkVq3T5gnFNTj:before {
  content: "\F0AB";
}
.cB1BwOmRuZzpvPOjW59sb:before {
  content: "\F0AC";
}
._1hCGE4_RovRAIwKty0uWK4:before {
  content: "\F0AD";
}
._1IQxeQMjFPgXy1LyPla09p:before {
  content: "\F0AE";
}
.CKQGApUMte57Rndw9mUsE:before {
  content: "\F0B0";
}
._2baIN4Bx5S42JU6_fYZ6hH:before {
  content: "\F0B1";
}
.sUeuVTYsiTHU5dbgyYGXo:before {
  content: "\F0B2";
}
._3W41HKAa8_IvEl8xIPeFJh:before,
._1FaiTp_h9eRNJz3P8KrSt5:before {
  content: "\F0C0";
}
.kkjd47_JCS3xNpGJZuo7Z:before,
._3DzVX_3LO8NGJmdkpKiCgm:before {
  content: "\F0C1";
}
._1EwiojB0OnoB6qE-MwaHbn:before {
  content: "\F0C2";
}
._2gQiUntjcym0jVpStG-Smb:before {
  content: "\F0C3";
}
._1XAAkXrvfGVqyrp7CTWFPW:before,
._1oMrXtRfPOA5hxA2wv3H1K:before {
  content: "\F0C4";
}
._1zr9c6Hbx6KMqTXm-H3chj:before,
._3NV-BVTeUiHSjWhK90Gkdw:before {
  content: "\F0C5";
}
._23lJ_VihFEzSuUsMCl2VOE:before {
  content: "\F0C6";
}
._2KzvF0be4_BDp9QncFZUlA:before,
._35lgY17wnBoHcwvaZtyQt8:before {
  content: "\F0C7";
}
._1UX-VW4nrGOcGHbCLiQFIQ:before {
  content: "\F0C8";
}
._3StufQeVcwCEfTTkx34pei:before,
._3YCqttzaiKtDcD1V2xyAbV:before,
.JGX9uobxAX9EaTMFxcncU:before {
  content: "\F0C9";
}
.MDjLk97eGtIdth2lHofWl:before {
  content: "\F0CA";
}
._2qn6eXU9oF-wWIu5Fw1oQ1:before {
  content: "\F0CB";
}
._3uG52ObLZeZIdoC8usOnsW:before {
  content: "\F0CC";
}
._3XFzSskhFUgxvCDivQ3LWT:before {
  content: "\F0CD";
}
._3mtKAK6wu4ahAZAmHJ_JjM:before {
  content: "\F0CE";
}
._17ON2geVtoAPmtDToc1rmZ:before {
  content: "\F0D0";
}
._2nedVa5o8up0uOLZ1e3kVY:before {
  content: "\F0D1";
}
._17ZcJ98h61kU6oBg-vyHAD:before {
  content: "\F0D2";
}
.uuDJwyQkis-M_ySNc8l66:before {
  content: "\F0D3";
}
._3eVYDZXVpWNLVP6DzdtKlp:before {
  content: "\F0D4";
}
._3ULsxJG8aJzla_1bpTgk62:before {
  content: "\F0D5";
}
.GyrbjpPqmoz394hs9Qx_S:before {
  content: "\F0D6";
}
._1TuiR6nJ1dNslox7EP2Q7B:before {
  content: "\F0D7";
}
._1IEtSPLkSiFUXwQDPybl1q:before {
  content: "\F0D8";
}
._1HCEBObMR9fK3PuM6G1zzK:before {
  content: "\F0D9";
}
._1LhLTz8rbrw18HzZzl4lp1:before {
  content: "\F0DA";
}
.sGluYEgaXETEvKlLWw5Bp:before {
  content: "\F0DB";
}
.pv-M1dGR3fjQNEnBBP1CM:before,
._2J6Lhh34pa45Y2s6ehwUGN:before {
  content: "\F0DC";
}
._2ipogGYNFU613Cd_173BOD:before,
._1l5lNTTzj1JotM1H3XttjT:before {
  content: "\F0DD";
}
.MKFkM1qs5yxPcfvY9ljx2:before,
._2GjDJEWHgCHHxHodAJvzN7:before {
  content: "\F0DE";
}
._2sQi11a3yCvBcuetKy7hjP:before {
  content: "\F0E0";
}
._2DlRKJJPcHuy130gw6jbcs:before {
  content: "\F0E1";
}
._3Gt_ulC35uqa0oDrVUGa9Z:before,
._1ygfN2gWUftGqrJeIk4hTJ:before {
  content: "\F0E2";
}
._2zyJPfn0psr43kya2vsYZ8:before,
.U9ip6ETUqc88MxjBdd7IU:before {
  content: "\F0E3";
}
.rGozUWNxf58WoQCL8A0e8:before,
._34Z5jNrf4It9QcPh-CUNLL:before {
  content: "\F0E4";
}
.SLl0NrlndNvlf5Es4ujTV:before {
  content: "\F0E5";
}
._2lqvS2Tu4bx_Dgaz-N2vM3:before {
  content: "\F0E6";
}
._10bubgrsKf9I1_uFt_EuT9:before,
._3FpfvmHA_QUpv6ZQIv4edZ:before {
  content: "\F0E7";
}
._9w4hcXwfo4543Hm4vxHWZ:before {
  content: "\F0E8";
}
.gzINS2ebIHdnL-JmWT1QY:before {
  content: "\F0E9";
}
._19nvpGee2jzE1Aed588c1n:before,
._2wDTd2XyAaX_PpN8hS59eh:before {
  content: "\F0EA";
}
._3oIe4Zv-FF7mxOfD6aUhnV:before {
  content: "\F0EB";
}
._1lmoMYI3QOUoJXiLUXotJj:before {
  content: "\F0EC";
}
._3MiCLOiWXKmGPI0_qS-j7C:before {
  content: "\F0ED";
}
._3ddkmOl0J_0_j_X3N1QB-X:before {
  content: "\F0EE";
}
._3lYUcWnz8vSAGMHP6jSX0d:before {
  content: "\F0F0";
}
._3bXe0MpOeJ8MTptxZ2Ibae:before {
  content: "\F0F1";
}
._3OZhNky8TKlaW2_M4QdBKw:before {
  content: "\F0F2";
}
.QdaYeMWTyjguvArenGYp7:before {
  content: "\F0A2";
}
._2FTyymqQKeg3dxXjcOqlq1:before {
  content: "\F0F4";
}
._1dOSlv74DsJWZiWmbZObu3:before {
  content: "\F0F5";
}
._3zBPlXZpSjDl6RcOKPKaE_:before {
  content: "\F0F6";
}
._1ZMqni-UekItwDifXZNS5E:before {
  content: "\F0F7";
}
.DR9MtGLoMoxrH-rlfhJ0a:before {
  content: "\F0F8";
}
._2n6_4pA-XyNI05g21DXl7d:before {
  content: "\F0F9";
}
.lHoj4tLPEZS3ECa3ottZj:before {
  content: "\F0FA";
}
.mHRDX9FLYXBO20ziKq91h:before {
  content: "\F0FB";
}
._1r0nN_cdRRjT7QJ1h7GMu1:before {
  content: "\F0FC";
}
._1vtX_a2Z1ZCl2wMScPO1eU:before {
  content: "\F0FD";
}
._3UsG2HAajNiTbjuNCZv9Wv:before {
  content: "\F0FE";
}
._29A_TGvK-pxEAdOMKF9Q9t:before {
  content: "\F100";
}
.dxT5mb6UY9gLQEyEfi6Hb:before {
  content: "\F101";
}
._3eKvMCaJR8RaW_9yOlVezU:before {
  content: "\F102";
}
._1m9ASOuLasegOhvq9oRtm9:before {
  content: "\F103";
}
._2oPH2qBgB5LULltDitamUr:before {
  content: "\F104";
}
._3rTirDM3Veztp2tjcTGSte:before {
  content: "\F105";
}
._3ESfooxYEx7D6-rp4phPkI:before {
  content: "\F106";
}
.z_fjmfRYeilQ8RBgWEhCF:before {
  content: "\F107";
}
.iJpkFleVNCUkwOa-YM-2l:before {
  content: "\F108";
}
._1A1y8GNaXEUJbjhzhDXVLs:before {
  content: "\F109";
}
._1hR3bK-H89Ac6HyKL5lpci:before {
  content: "\F10A";
}
._1cV4o1r5PgCTZb1f1jobx3:before,
._3XLMckbS7GtjQs_pDA5tRA:before {
  content: "\F10B";
}
._2MY-R9RdOvjl0ZQd_Seu2u:before {
  content: "\F10C";
}
._3M7xMQwrHxwrV7Szt9r3WT:before {
  content: "\F10D";
}
._3zLBAH57duKGbf_vRIUF7A:before {
  content: "\F10E";
}
._3q4yZyu6Xo33jf8crVvL_D:before {
  content: "\F110";
}
._1WoT_0EhtbkpW4M7nzdUNt:before {
  content: "\F111";
}
.z_kZ2vtwsTGSBuhjqCavS:before,
._18Nc8BRIvVQszHqdSYangJ:before {
  content: "\F112";
}
._1YK-JodpSDF4pgq4dtpqPC:before {
  content: "\F113";
}
._2A2d1iJxo6Y4o6uyWf9IaI:before {
  content: "\F114";
}
._1hNW1KFdbDkruVFYeDjWrS:before {
  content: "\F115";
}
._1BtIDBOXDvMivaXcj063K_:before {
  content: "\F118";
}
.d3o54gHy1mYbXYe56KUA5:before {
  content: "\F119";
}
._3o7UpvbJWlRZJyxuuQLIXe:before {
  content: "\F11A";
}
._2lzbrZqTcVrB1CbhHdq0NV:before {
  content: "\F11B";
}
._1AYgm2c4OJC39FbRqGKlD5:before {
  content: "\F11C";
}
.clg6fkKqcwc4iveeD_3d8:before {
  content: "\F11D";
}
._1BcVhgO6l9BNyTgyYYj_NQ:before {
  content: "\F11E";
}
._1UdnH1S-nhh1TiykFrB_4H:before {
  content: "\F120";
}
.pZJ-IK0DIyMk76TX5x5Kz:before {
  content: "\F121";
}
._2-yRLNGmihzORDtoVUMH7o:before,
._1YQKFQ73X2Onil051aN-3:before {
  content: "\F122";
}
._1rDL-Rvbk7RnDB-o4PQ112:before,
._25UdFJdUMgM-dUvaORmxFf:before,
.Bh33pSuMyULYbuM_StygD:before {
  content: "\F123";
}
._1qgCSSAoCJRrrcozqHWf5G:before {
  content: "\F124";
}
._3wsTj7G78wvEzUi9HWnDNj:before {
  content: "\F125";
}
._27YdloLM0tz65uJXZiBpGf:before {
  content: "\F126";
}
._3JwIZc5Fh0q4st76VvbSHb:before,
._2oLxkb0hOSTJX1zhl_tu9I:before {
  content: "\F127";
}
._1LH2KiO4Y_pmPWMd37ibUC:before {
  content: "\F128";
}
.gq_NvmtOlJ6SGhGVngo4W:before {
  content: "\F129";
}
._3FLJKwA_vi7-KOzxivraUg:before {
  content: "\F12A";
}
._36peOuJ5Sfru6FxszeiltO:before {
  content: "\F12B";
}
._3Iu_IZ-pG1b14Zr1tDF8HK:before {
  content: "\F12C";
}
._23-NrfYhNeWyi2rvbyhxpv:before {
  content: "\F12D";
}
._2eg0_ehjvcmu4hNc0imHi:before {
  content: "\F12E";
}
._1bQjASwROE_4Ue3F8ADSJi:before {
  content: "\F130";
}
._31ZjH_R4tUU9JdVk9SHHyf:before {
  content: "\F131";
}
._2TpdZkRp-qdmkP9y7UxR6H:before {
  content: "\F132";
}
._2dv2vHf5wG8bXg5fqVLM3g:before {
  content: "\F133";
}
._2FQfZmLADI54gyyNryvYto:before {
  content: "\F134";
}
.-PzLSwnhoz9z1nqPQ8mGL:before {
  content: "\F135";
}
.Zp7fRI0q9T6lVBWD5CDAd:before {
  content: "\F136";
}
._2nOxSfae3MNTpRJGiO6P2m:before {
  content: "\F137";
}
.t_Fb_3r2tcACeA8tSJqIY:before {
  content: "\F138";
}
._1nMqilyLc_1DFTul3vUIy1:before {
  content: "\F139";
}
.IvnIztEJnYmeHriq-4_dj:before {
  content: "\F13A";
}
.PuMWf4GGiyLIXvxwR93QQ:before {
  content: "\F13B";
}
._3lquSlx5WkjmDinNuTtY2d:before {
  content: "\F13C";
}
._3grYUTmwK9dNKAnsfmdDFY:before {
  content: "\F13D";
}
._3JnyUaDSH84HRWaDXfz42Y:before {
  content: "\F13E";
}
._2NYFTExCrOUuMDH_ac7Yj:before {
  content: "\F140";
}
.Lhl0FAeAnSpGwr-nEbxgN:before {
  content: "\F141";
}
._13UMlmzoIIdrNzo9xmnR1l:before {
  content: "\F142";
}
.NDcPSDipCPpe5SCqSk1xE:before {
  content: "\F143";
}
._7XOat2l_ELYHRfi0M-Cb0:before {
  content: "\F144";
}
._1dzkLLvgZJ97XEivjA6fT-:before {
  content: "\F145";
}
.wHS7UG59sNi5fTXwMJySY:before {
  content: "\F146";
}
._33_ZRSwAjda13YtO2-KYyT:before {
  content: "\F147";
}
._26n0-ZPtsRKHyg4Ha5q00I:before {
  content: "\F148";
}
._22reasJBgpxyfZpCy3_bVr:before {
  content: "\F149";
}
.RPrppiKyd-5fUrXKq7nw:before {
  content: "\F14A";
}
.o_BlK1X3Ntve38Xc-wGRD:before {
  content: "\F14B";
}
._3X3eNXqYKH5yykqtrlYlH_:before {
  content: "\F14C";
}
._11r2enZbGQlUTv7t2iDIWO:before {
  content: "\F14D";
}
._2QoOlgSPkxk-NsUnAB5-aa:before {
  content: "\F14E";
}
.jmdMFHxc5Prnm-FN0eV1:before,
._1EJ3sIncMnqrd1B9Bf7TlC:before {
  content: "\F150";
}
._3xXKvh-rPAdhoUDZ86fUqF:before,
.v6E8mHmkN1f7KODPqknjy:before {
  content: "\F151";
}
.-S2bWP21SRU-Hckm9GnTl:before,
._1Mi87tIs-qZN4MysrJinjV:before {
  content: "\F152";
}
._3wUNxtV7ZbZeDHKni55wRG:before,
._1ssFJl5HcGzaNJLdPQil0N:before {
  content: "\F153";
}
._8JaDSKhRrHvQhgA2ASY-t:before {
  content: "\F154";
}
._1XFWXoiX4XBqLmpHXl1tGd:before,
.OKQ8qZWpOUsKM0_I9UlhW:before {
  content: "\F155";
}
._1VPs6OZFV4EocT2MW6utqw:before,
._3209phRzKjDaW3F_tjcxGN:before {
  content: "\F156";
}
._2Ux6J8qzvYJX8yREq__1dD:before,
._1wlU6jdZfSKrIE1C0kJ0cT:before,
._3p0s43PZai5nH5FAgFYp1M:before,
._304YbY80R3Gdq7R10Yn_kQ:before {
  content: "\F157";
}
.IJfjNijHCm5-NzM1l_AR-:before,
._1oY3Q5auAwOzAvItzyLpx-:before,
._2-qwVtr-gHJW-YYtSxio8o:before {
  content: "\F158";
}
._2pL2AciyKgN3kV-FZxOyBQ:before,
._1tzlKwqA8T8AegzdXFO6ft:before {
  content: "\F159";
}
._16-2402o3UiOlAivhFIuus:before,
._3-AArsz2QjhcSpba_P2vNM:before {
  content: "\F15A";
}
._21nXbx2eqYp8Gfm8eGBqjb:before {
  content: "\F15B";
}
.ARLru9uvieeUdfb1Jy8S0:before {
  content: "\F15C";
}
.cwbtnCDNFtIiG0Vx0xOtR:before {
  content: "\F15D";
}
._34i8q_EepwwnECj6FHHKFq:before {
  content: "\F15E";
}
._2ocWBO_3lcr37nYYy2JiZh:before {
  content: "\F160";
}
._3R1EfFP_aB7gSmxZBJtzLp:before {
  content: "\F161";
}
._2H6HzzttLTQCIIQsVjDvUK:before {
  content: "\F162";
}
._1LxsHISCuFxinFJ-Yvl6wh:before {
  content: "\F163";
}
.Ky2mjCbWHthas8w3dPtJ-:before {
  content: "\F164";
}
.fFo33_j_32cFF0f3pQuMd:before {
  content: "\F165";
}
._29dyLTD1371sRjLTe41YLe:before {
  content: "\F166";
}
._1n_UfmotJjhAWa6iph9-hT:before {
  content: "\F167";
}
._19fovTPgAWVKLBS3FZhe6R:before {
  content: "\F168";
}
._1a1-6DEysqjyB_mWZkGOh5:before {
  content: "\F169";
}
._32YTVnJxby9-ah_JBgxNwd:before {
  content: "\F16A";
}
._3z2f47HLF2FWB9Db_pdrtd:before {
  content: "\F16B";
}
._1PGo1-SAU9GPO-_nVytjq1:before {
  content: "\F16C";
}
._18czhXRpPPKf5Jxt2qUSDF:before {
  content: "\F16D";
}
._2g5BzEivLGV2LKrvXU7r2R:before {
  content: "\F16E";
}
._1d843RmQs8Cu9tEtIWBvxh:before {
  content: "\F170";
}
._1SO-jkOc1EelkQw7h3Q0s3:before {
  content: "\F171";
}
._2D1zEnblWz5lfJTRG_0llY:before {
  content: "\F172";
}
._2so2qWSBUdlizsLRoxpyri:before {
  content: "\F173";
}
.rdhJISowMDbMUQqmRScIf:before {
  content: "\F174";
}
._3KUis0R3S9c8oSHpXNIaKk:before {
  content: "\F175";
}
._3SCYIjP943nE7BccSjc9uY:before {
  content: "\F176";
}
.FxxB9R4UweVhCPl2Dh6At:before {
  content: "\F177";
}
._1yTkZKQdkEcZxZPSBAMIZ-:before {
  content: "\F178";
}
._3ZQ_VMedZ9B5ZwWTehRObX:before {
  content: "\F179";
}
._3wrLMphNiThJk-5SIfWQyW:before {
  content: "\F17A";
}
._2G6aVET_RsKWdlLysFsMaG:before {
  content: "\F17B";
}
._2sCDd5rvNn050Xqs85ScxA:before {
  content: "\F17C";
}
._36zgDd4jSfYHCyW_9GTM_j:before {
  content: "\F17D";
}
._2AQFb0jc_fI3jm3agyk6k6:before {
  content: "\F17E";
}
.Vn66SoFhwE9PBpcxJK3k0:before {
  content: "\F180";
}
._3Tm8r_auh2J4mJx8f-jz8p:before {
  content: "\F181";
}
._3Z0vV85DnpBBvTO_PqBy0l:before {
  content: "\F182";
}
._2ZzivmwBSuxsn2dbQ5Eu1i:before {
  content: "\F183";
}
._1_2s3_GAbp82R0XIp125RD:before,
._21CqKtQKNwqGRkw88gx04N:before {
  content: "\F184";
}
._2sE_gNe5wGBho8xsENACil:before {
  content: "\F185";
}
.LAg66cZcTucg7aoyi0Xvi:before {
  content: "\F186";
}
._2XJVjZCVJ99EpOkTE87Dmn:before {
  content: "\F187";
}
._1zKNpgDU4ShwmlF8M1xY4Z:before {
  content: "\F188";
}
._3b09EjTHxoygm2nKKF5jox:before {
  content: "\F189";
}
.PfYIDFido6fxr4rpk1kWZ:before {
  content: "\F18A";
}
.mKH8oQ-nGsYjpRGaYniqe:before {
  content: "\F18B";
}
._2TlWnXmBv6appeAlgqUy9J:before {
  content: "\F18C";
}
._1MS_vT4iVrO9MF-FOVRkcU:before {
  content: "\F18D";
}
.jiQM75bhH3khw1yRD8aMw:before {
  content: "\F18E";
}
._17juRSmiVV0cHT5RAepm5X:before {
  content: "\F190";
}
.nNl7rDJCpQpPNsiazphpY:before,
._27yFMUV5w8RjzXAkRotIOf:before {
  content: "\F191";
}
.FuhjMJySWvHBFbBI-bcX6:before {
  content: "\F192";
}
._2nMLrda2WMtndk49BCyLwo:before {
  content: "\F193";
}
._2AAUjJaAdLpNyOnifINhK9:before {
  content: "\F194";
}
._12s64gu8xUkUO6QZ-ym0tK:before,
._3tzszlaWLbbpJpUQ6eSgm8:before {
  content: "\F195";
}
._3wf5pYCq5GcQmCLmIhOfLS:before {
  content: "\F196";
}
._2hDUeHKIDrJqGCjMp0368G:before {
  content: "\F197";
}
._1dlzL-gDZr8wJjH_s8l41A:before {
  content: "\F198";
}
._3wsYPcrqiR3Xr1NKhJ5UnD:before {
  content: "\F199";
}
.K9FLijKon2TZFeso_M2HY:before {
  content: "\F19A";
}
._1wmA1w94jBcrPQg9Z_WEYP:before {
  content: "\F19B";
}
._2twJ2bjOyDmqeSWNb4QAI:before,
._1AZQovHSywEyG0FoKmzTNT:before,
._2DDKNDKMFEs9KlrdZDjE4:before {
  content: "\F19C";
}
._1UX-1Gmj2LFBRqm8izYUIV:before,
._2mTmZAHRo83rgr-1vfJsiF:before {
  content: "\F19D";
}
._2nZwlR0Y2zsxvHgWhkW0ng:before {
  content: "\F19E";
}
._2sfXLVzF6AswzcMaJEnShu:before {
  content: "\F1A0";
}
.WJAYP3_-NoaNTmE1PEI7I:before {
  content: "\F1A1";
}
._1chItdELZuJ2VLKaIARF4N:before {
  content: "\F1A2";
}
._3AOsYscumlra9vZ914TPJl:before {
  content: "\F1A3";
}
._3Cs6uQaP38gUPxFVueTlim:before {
  content: "\F1A4";
}
._1x8GjoVtwiFt_DV8mCmDaa:before {
  content: "\F1A5";
}
._1INue5lzPB0LchsulybrPh:before {
  content: "\F1A6";
}
._3sgAcmEJu9sxnfl5NWHZO6:before {
  content: "\F1A7";
}
.MndMTy5HFezP4a0xGHYNn:before {
  content: "\F1A8";
}
._2SgL3jCD-L-EqHRG423sby:before {
  content: "\F1A9";
}
._3JDa-XOQwElEDo5s4U-e5w:before {
  content: "\F1AA";
}
._1dKb6yV033otJUcfHbp9Do:before {
  content: "\F1AB";
}
.u0zqiUx-ZrxTynDbob_ch:before {
  content: "\F1AC";
}
._1CbyzclCGEsvDFli-46YQX:before {
  content: "\F1AD";
}
._2RhZYfUrNo1r6FUUU6fCST:before {
  content: "\F1AE";
}
._2YNMIcyzbcC7WVGrgex-Na:before {
  content: "\F1B0";
}
.fZIn0keSq4YbTdenkkyxZ:before {
  content: "\F1B1";
}
.GAfeLOwAIVdsC58XxIt-U:before {
  content: "\F1B2";
}
._1qxSZua6Wn1AoLHnsBkdyu:before {
  content: "\F1B3";
}
._38yxhUy7ngMcI-7ehRLxxs:before {
  content: "\F1B4";
}
._1BK06Xj5tUB_7lc10X42tO:before {
  content: "\F1B5";
}
._1CgDqDJ3aYJK0pR2018Dla:before {
  content: "\F1B6";
}
._1qsoVVYQ5shVJY0UpcGij-:before {
  content: "\F1B7";
}
._2_WLpG2ksY22ywfcMqiQkH:before {
  content: "\F1B8";
}
._2gZjwx73iv7llfadIBTIax:before,
._34NzWoP44Mlb-yqgTIv--z:before {
  content: "\F1B9";
}
.jzlqwYd4ptNs6x4Pe38lS:before,
.pWXXvEGiOY_g1tP5LQFNH:before {
  content: "\F1BA";
}
._1BN9xehTIrQXdeg5UvrZyd:before {
  content: "\F1BB";
}
._1r_mLosUMBDN0uZqNm4KK0:before {
  content: "\F1BC";
}
.TK8BkC6RtV7dtF04KCJ-d:before {
  content: "\F1BD";
}
._3TMYfLFKFyaobhnJ4mgWTp:before {
  content: "\F1BE";
}
._181Zx_mWwznEbRKk2kcruP:before {
  content: "\F1C0";
}
._2jV8-sQpoqBJpuujtSOXzt:before {
  content: "\F1C1";
}
._3oiCxCPTooYrLEsyYyr4Ki:before {
  content: "\F1C2";
}
._1X__jFI03681ayeOEsLg-O:before {
  content: "\F1C3";
}
._29BpGnpk1J6ZMrgj9MG8x:before {
  content: "\F1C4";
}
._3HR4Nsl36jEan5db69OiWN:before,
._2hgod1d5BIlY1JFJmBIr3I:before,
._3QMlXab6DE0DztqS9evGHt:before {
  content: "\F1C5";
}
._2lkm8T9XAieAPdIxovRojJ:before,
._3d5bm4-pWOiyTbng1Me0N9:before {
  content: "\F1C6";
}
._3jDOAVjnOvG75VKXHfJSO1:before,
._2cgwMcoLl7cZhok20NQRt3:before {
  content: "\F1C7";
}
._2hlSobXquv1-pXEjMWoMIH:before,
.BUB-ijo3dI2MIPKf6pBQ:before {
  content: "\F1C8";
}
.tuuGLneyLJU3XcAsqAMfa:before {
  content: "\F1C9";
}
._1Gb4PqLXcZkDTt-5plUqMw:before {
  content: "\F1CA";
}
._42uKYFI1r20H0HkzGsLDJ:before {
  content: "\F1CB";
}
._3cZWX5EGAqdkPmxzEVc52h:before {
  content: "\F1CC";
}
._3_cbR7dLlDhU_gr4nr4N-I:before,
._3Gwb2c7_NjFCYywZSQx3HF:before,
._1yCORn4JOibGh5fLUltyMK:before,
.bxncoPYnUuXfEnABDbQrJ:before,
._1RY-ghIiZUtTqSL0BsnBmO:before {
  content: "\F1CD";
}
._3QHSE3_p8MTdtYTdQktGaP:before {
  content: "\F1CE";
}
._2GXVJIH3xU_LEN-XBi7jfB:before,
._2ANBygokU086xhWaZTyLYP:before,
._23barUUPlisEOVVUgmFJ5B:before {
  content: "\F1D0";
}
._35a8yPm6LuvDxegbuP_2EP:before,
._2qvkj3YKOHev7d60XqVbnp:before {
  content: "\F1D1";
}
.VafYZ9Wxbm6FXyJu6iinR:before {
  content: "\F1D2";
}
._1PulrgX-kv-SsRB5338sAq:before {
  content: "\F1D3";
}
._3o1v8tq8lHSqXWMhT7vzGg:before,
._1ENcFQj8bE8MtTJ9SxqTvH:before,
._2RS4Lqw-XtPX0rlG_vC9sU:before {
  content: "\F1D4";
}
._1PbUwo7rA01unxvXm54SsW:before {
  content: "\F1D5";
}
.IB_nEfN2PQJcaO43xqmzN:before {
  content: "\F1D6";
}
._27iSOZvSrXgPt0ngs1MaKH:before,
._2E6b1cxAYJPlNJf2Fy5gt5:before {
  content: "\F1D7";
}
._1gWajqD-Q9KXdt7wui9otL:before,
._1XRq1Y6z_XnifrYgL1GhbT:before {
  content: "\F1D8";
}
._2DQJgAwksiqo5REzbOQa27:before,
._1fRYIw8J5qEcCRE_72X_Fb:before {
  content: "\F1D9";
}
._13MUHRnEOi4nxIuWhd3rMG:before {
  content: "\F1DA";
}
.IVo9IPba6fmYQB18gVFgr:before {
  content: "\F1DB";
}
._38Amo_GaHpfwt7B3tC8jvL:before {
  content: "\F1DC";
}
.VanLonc0HH5TGBcXgKPo5:before {
  content: "\F1DD";
}
._2jzKkQinDbmSB_sCSf3f-u:before {
  content: "\F1DE";
}
._3AKz3WUpR65qlL8mhiwZKv:before {
  content: "\F1E0";
}
._3BXbdrbZNswDb3RkxA2-34:before {
  content: "\F1E1";
}
._2hn1Zkue3x4amHc_WCS-tN:before {
  content: "\F1E2";
}
._13OCs9HXXzqJ79NfVoUQ_K:before,
._1mBWhfNG6clb6eW0QFDw2Y:before {
  content: "\F1E3";
}
._26WDo5g-YAAHCMez3dekgZ:before {
  content: "\F1E4";
}
._1rwuhT-eOG6XFxD_SouE9p:before {
  content: "\F1E5";
}
._3pzbmSm4I9xp6ZkTQdQmVM:before {
  content: "\F1E6";
}
._3728Zl2SuzcoY159pKGpyr:before {
  content: "\F1E7";
}
.THgs356kxMB0cnq-j39at:before {
  content: "\F1E8";
}
._2c0HNFXg6jg2DRRfecyAo9:before {
  content: "\F1E9";
}
._1_BQ_LOVTPPwClcwCORORv:before {
  content: "\F1EA";
}
._1vHJOsAmolr9oSc9x4mR4X:before {
  content: "\F1EB";
}
._1rncLTbPFNB00B-7FYqfLd:before {
  content: "\F1EC";
}
._24rHsdWhLmfg56taSwqNDw:before {
  content: "\F1ED";
}
._2SRkjHMQdxmuPdo_woJZJi:before {
  content: "\F1EE";
}
.mm0yzdDlr6GK0D94Sz67-:before {
  content: "\F1F0";
}
._2JYzThZTTAi6KwCXSHL9HQ:before {
  content: "\F1F1";
}
._1gTUCV0OjyDgLJS3Ky47Js:before {
  content: "\F1F2";
}
._3blgldPIgf7qBhOL7jq7By:before {
  content: "\F1F3";
}
._3eXTquo7ZB7SfghtQU69im:before {
  content: "\F1F4";
}
._3o_WN8qyzl2GkyU3Gf_Sat:before {
  content: "\F1F5";
}
._1aegRvWkSDfS0L6C-5zR_l:before {
  content: "\F1F6";
}
._1HNoDFsWfsT2TTM65QdhNt:before {
  content: "\F1F7";
}
._3IEHKdpyUdHZW-aWTTfa2z:before {
  content: "\F1F8";
}
.BAqENW5qu-5ptFuBsBa_2:before {
  content: "\F1F9";
}
._3mP5c49FVwHg0jJx2hvJsm:before {
  content: "\F1FA";
}
.nlB4RebbFLzqnzCBonCdW:before {
  content: "\F1FB";
}
._2vp0AJ81CNeZ0-KcwynEB3:before {
  content: "\F1FC";
}
._8aXCTsCh0_PNAQNk5G6HU:before {
  content: "\F1FD";
}
._1gKXQeuu6bcugvfn3ZZn5S:before {
  content: "\F1FE";
}
.Hi0MSn7Jh2PoPnBxPZnPy:before {
  content: "\F200";
}
._1kDKLmGlK3ngd-afELGuwm:before {
  content: "\F201";
}
._1UZ2WG0OB9TmPMkW1XC_dQ:before {
  content: "\F202";
}
._3wDPF2K6lcVRfnObySIMAe:before {
  content: "\F203";
}
._3Wx58ML5J9a8ld0JBBiZMg:before {
  content: "\F204";
}
._18Bf3CsmzT-n_NVgPhijPa:before {
  content: "\F205";
}
._39kkWniOlLxMFLCZboWvEM:before {
  content: "\F206";
}
._1Ashi__qBTfl1XvgX5ivjh:before {
  content: "\F207";
}
._1fAkiUmHbKabv7qlrHLNPr:before {
  content: "\F208";
}
._3_TgG-WHlwr9VsRJgKeOqk:before {
  content: "\F209";
}
._2JsgJFt7ynVVBJhgtp8lQp:before {
  content: "\F20A";
}
._3NCCW7ZRxzraio4OiJnGAw:before,
._1qpqaAtEk9g6g2Iny4WFZE:before,
._1gZm8CTXSNyeHbW9iS0vgK:before {
  content: "\F20B";
}
.LNmY09hg3EjWXckeWwlzx:before {
  content: "\F20C";
}
._1A88HqfFi1SgC86-My1lLI:before {
  content: "\F20D";
}
.JsgkG67VZf-IesYVXSjTa:before {
  content: "\F20E";
}
._1MlqA51nxAK7eRkxHUqc_O:before {
  content: "\F210";
}
._3yULlGVuuupAhxNKEVKEPK:before {
  content: "\F211";
}
.plXnFkIOtXmfXJOgLSZtM:before {
  content: "\F212";
}
._27Lj1vZTv5ghF3un8-h5y3:before {
  content: "\F213";
}
.u8XyAwors5ZYuI3xvCVqm:before {
  content: "\F214";
}
.kAOzGezhlNa_62m7e7bg-:before {
  content: "\F215";
}
._1pguyi4XktHMCqUiE6FAHf:before {
  content: "\F216";
}
.WWZF3TsMawp9v20vtjxVm:before {
  content: "\F217";
}
._31kLvCyNgIo975bDbbuUZ8:before {
  content: "\F218";
}
._1DpKr1J3Vi-2p_Pi1YVqAN:before {
  content: "\F219";
}
._3RXZxVuIYH2Y-qVJPA0zVX:before {
  content: "\F21A";
}
._1Do5pzPHGU0p0UvCS6E_ic:before {
  content: "\F21B";
}
.ZnFwCS_Ui-Kvhgvft742s:before {
  content: "\F21C";
}
._2d4_NBJFzfyaFzImxk5Z0l:before {
  content: "\F21D";
}
._3QDIv0ZYDR7sXbFr3N6apO:before {
  content: "\F21E";
}
._24IOS7t8_hTEQkiloU0x-b:before {
  content: "\F221";
}
._3etnbRdFkicj9s4iBGuSun:before {
  content: "\F222";
}
._2HZgeCatQYu6mlFxsCTL2w:before {
  content: "\F223";
}
.pRXAnrDUe1y9FuIhoBX3V:before,
._1uxjWLQNlzpKjvyoUTc34E:before {
  content: "\F224";
}
.M0CXk99ouWpQ7QsWRGNGM:before {
  content: "\F225";
}
.RhwViiNUeMjQ94GOjYEBj:before {
  content: "\F226";
}
._2A9i-d3MLrPLRUBkjUHqn8:before {
  content: "\F227";
}
._2CiDSQQKLc_SVtpuHh2u4x:before {
  content: "\F228";
}
._8b9w6e5ESM-BJ5DLb58Ix:before {
  content: "\F229";
}
._2lvrC1Mbq7lBT-EaJUm523:before {
  content: "\F22A";
}
.fSiqDdCBJnspA_BYnezSy:before {
  content: "\F22B";
}
._3TH74DfHIrEQjXs6qoPTfC:before {
  content: "\F22C";
}
._3Exh6b9fMYXOrl_p29j4VV:before {
  content: "\F22D";
}
._1M5aHUd5hHZGsJd0Ws8wW1:before {
  content: "\F230";
}
._3VV4wuBXDASkgJEnEpPrAF:before {
  content: "\F231";
}
._1q3PubxNX0KuR_ZDNCLanl:before {
  content: "\F232";
}
._2vUJ6SQMqIKWJplX25l2f9:before {
  content: "\F233";
}
._2pP5Fj387dbMWbARSui2OK:before {
  content: "\F234";
}
.Xe0nRXNn4_T741IWJ2pg1:before {
  content: "\F235";
}
._9a2nHViZcd6XopQ3YzUat:before,
.sZU3xj18pjdV-zmclMqR1:before {
  content: "\F236";
}
._3xbkzqDT4vr4weH3oa1kjQ:before {
  content: "\F237";
}
._2hYpkU6Fg3DwJLSHEmmqn-:before {
  content: "\F238";
}
.zBJbFV4CrvATFYv_SaJ-c:before {
  content: "\F239";
}
._2YgGtfXcH7wH1qOLJ93Esi:before {
  content: "\F23A";
}
.uxFaw55aXVXfTYPQz8HO3:before,
._3mk2bJCBZgmg9C_FqraVcz:before {
  content: "\F23B";
}
._2Z6KBDitQ3EMb7uYGm-DlM:before {
  content: "\F23C";
}
._3vbkXgV755LjkTx3zFfqM9:before {
  content: "\F23D";
}
._3A4LYqXVyPr245QUBLYXD8:before {
  content: "\F23E";
}
._2_C1TF3KZWovczVCJD4MSS:before,
._23PCRBfaXCkQchUC8Vum8t:before,
._ofIP58XpJhv9P3oPznfS:before {
  content: "\F240";
}
._1ZND4INx6Z55V4vPrmnMGL:before,
._1vDTV9pbbnP3OTEHLTYdLp:before {
  content: "\F241";
}
.yvVjFV4zCvTRZLEyeEVTl:before,
._3la-Fv0aEc4pDrYGHIhyKz:before {
  content: "\F242";
}
._12zux1PRGAk4C41NkTLSit:before,
._3Ljctag0mUURzbMCt4KEBQ:before {
  content: "\F243";
}
._3tJtWwOkDjymrslXeovliB:before,
._2EH8Ri1VpboRuaWXeWCmLl:before {
  content: "\F244";
}
._1czMny88cVRY_46V3PnK8e:before {
  content: "\F245";
}
._1OpNNxFAIFNLRU2E-Bhewv:before {
  content: "\F246";
}
._2xoExEJHJscqiDSKs_33_F:before {
  content: "\F247";
}
._1CBcTqSqnGWNkiOFP1XPRx:before {
  content: "\F248";
}
._3tle0XJ_uFEsiLbj12lo-H:before {
  content: "\F249";
}
._3ADrhPc9vXQPinsRV9PO_T:before {
  content: "\F24A";
}
._1zdC9CxQuwawm0nEqvFZHq:before {
  content: "\F24B";
}
._2ELA9jgtXQcaw6OgH9JcE_:before {
  content: "\F24C";
}
._30sCpRpH4UtGN3kEy88qdV:before {
  content: "\F24D";
}
.oZjuiy5546FsfH7s7UT1J:before {
  content: "\F24E";
}
.YX7u-TJmjOBVqiJ_WPHiM:before {
  content: "\F250";
}
._1ETAOqwAeOHTDUA_S-4hhN:before,
.xLy8G7FPGtpNvkL3DLuhU:before {
  content: "\F251";
}
._1XcOjrET6OlYXcx63XayaT:before,
._2-lVgO7zfgErCKtUiUuEQ2:before {
  content: "\F252";
}
._2zvH0xB_QO8PHrn_Vcl3zU:before,
._ULqXyf-D6H02wYLbfg-U:before {
  content: "\F253";
}
._2z4I8htHxSWWLRlgZyGAiL:before {
  content: "\F254";
}
._2TrcAFGSZpljbnkL4bmq_6:before,
.HF2U8lWUpgGPTemhkXf2l:before {
  content: "\F255";
}
._3twgBi9TNHGUs8sDuiKZeN:before,
._2PGkNuR5rX1vqiSkQsne0O:before {
  content: "\F256";
}
._1ImTD_OTnvUXy8aHlmVavG:before {
  content: "\F257";
}
.RcS9sZwM41CnmcMVBhz1U:before {
  content: "\F258";
}
._19m35Uyl9bI5XMItAPGCxt:before {
  content: "\F259";
}
.bgr3Fj_xQpWWoDxwuk0mu:before {
  content: "\F25A";
}
._1dkXbLd5YexmnnkAI2x5Dz:before {
  content: "\F25B";
}
._eDsyF9-QHuODMZdTkliO:before {
  content: "\F25C";
}
._2rV6kPvLBf-K-Cs5fv5WU2:before {
  content: "\F25D";
}
._2yjIIg84Pjd_9hfEhZ6lhI:before {
  content: "\F25E";
}
.lTaiQXNC05og5QQpKKGdd:before {
  content: "\F260";
}
.BUf1N05YAHTFqA9FV2iyJ:before {
  content: "\F261";
}
._1422leTJRmBJ4y5UEtvkyk:before {
  content: "\F262";
}
.YoZIGN62t13KOz_kKCoJB:before {
  content: "\F263";
}
._3kIWhyWoDpm9iiKYh4QZNK:before {
  content: "\F264";
}
._21IRii66i7eDPi1eqMbETz:before {
  content: "\F265";
}
.NZAszl8X51_F938_tEGmU:before {
  content: "\F266";
}
._3oD0Su5FhMAD08Hgirg1wt:before {
  content: "\F267";
}
._2ZiNispBe9QRwS326CXK0C:before {
  content: "\F268";
}
._14d67E764GXPKD_822Veng:before {
  content: "\F269";
}
._3AWEQi9RvqANJp0Av6rEGH:before {
  content: "\F26A";
}
._1vg7DZd7n8qDdfp3di9TCo:before {
  content: "\F26B";
}
._28sYq9QdAo5SlLJBIKXJLX:before,
._33v7VRgtskGLMARpumhPRT:before {
  content: "\F26C";
}
._3ZtwIt1gznXJ3-Hr7aYW6:before {
  content: "\F26D";
}
._1oCCXPuoZIcZnTkbzK-ktp:before {
  content: "\F26E";
}
.tOa7qbeCT4GIavW3SE1lu:before {
  content: "\F270";
}
._2KL29U1JlH-wt5KtLtPTW5:before {
  content: "\F271";
}
._3KYEoISLK0j8_XWQHPRZV4:before {
  content: "\F272";
}
._3nyt8elOHg5yzOppa9TBgd:before {
  content: "\F273";
}
._3ye7A7TiSCg6-lzTEaxUZT:before {
  content: "\F274";
}
.i969BgYh-a3asK1qN3fhB:before {
  content: "\F275";
}
._2BkJs_cmVsdUy-8PfxGCFv:before {
  content: "\F276";
}
._21xkDlHR2seMHAuZNXc6tm:before {
  content: "\F277";
}
._3bUa0qIIiBHs8eIfI7A1nl:before {
  content: "\F278";
}
._1Efx4VspcGt5kfqGq12QjE:before {
  content: "\F279";
}
._20FNRfk0SYD5TCc26TNQfF:before {
  content: "\F27A";
}
.pjU2RAFgpcwkkSUK0t_Q-:before {
  content: "\F27B";
}
._3L9M2mqeXT3BCkuju_3RWO:before {
  content: "\F27C";
}
._1aXOwIctkj4ErpAi6-6Zc7:before {
  content: "\F27D";
}
._2Mn-YCJyfnjyLGwOKDngB:before {
  content: "\F27E";
}
._3A496PcjeRsojZ1sWJpTVW:before {
  content: "\F280";
}
._1zfrz9lj-aCE1JBvPdNhT:before {
  content: "\F281";
}
._51DbhNiihTyPzISzeCIg4:before {
  content: "\F282";
}
._1Zfnz1_Zi7iLsjv8zMPOaq:before {
  content: "\F283";
}
.yKrWtHPCnC_sEBT9gX6j6:before {
  content: "\F284";
}
._3X3e3smc8aWw_9i7-RVTpy:before {
  content: "\F285";
}
.SlisccVk0dLx3X9BOB9HO:before {
  content: "\F286";
}
.rx18_yCqdSH6C6FqUcljp:before {
  content: "\F287";
}
._1Cf4bg_fHvuR8tAXZ_MQb4:before {
  content: "\F288";
}
._10AIzx52tAYOqKt8xYrwVM:before {
  content: "\F289";
}
.Hg6tvEQw-1LRLIbWcmn0M:before {
  content: "\F28A";
}
._1Hxpy53Ltm2t4iSPwjGC2H:before {
  content: "\F28B";
}
._6GMll3_pgYmdvet0PDbI:before {
  content: "\F28C";
}
._1SG4qfOGRw8N5xujqZQS40:before {
  content: "\F28D";
}
._2yzZfZCynXWdBppMJ6VpZo:before {
  content: "\F28E";
}
._3Nno-Rh7DL6vHQRwbN9dtk:before {
  content: "\F290";
}
._10DDC1C4akDS44HnirhA6d:before {
  content: "\F291";
}
._1fgnP9euADiQBxrFD5AOlK:before {
  content: "\F292";
}
._20_98xS_8izCZ3-8JXFa5V:before {
  content: "\F293";
}
._1l8JULa9n2lkne7dQ3U9Gz:before {
  content: "\F294";
}
._2mnMON2Msyll2Sjb4jaG8I:before {
  content: "\F295";
}
._3XnWw1A9pwHKUqo_Y7W9LM:before {
  content: "\F296";
}
._1ntJC1yncW0stmT0rvghZs:before {
  content: "\F297";
}
._8sLXTDBGPja4l9t7UXE7M:before {
  content: "\F298";
}
._3tEWmbDN2syw_M99h93Heg:before {
  content: "\F299";
}
._2W0CWm6C3SCrCWDGRgAVwo:before {
  content: "\F29A";
}
._1kaPPAVv1ncPKfW7jQKlPl:before {
  content: "\F29B";
}
._3biddNeFjDTiDuq6Q4A8rl:before {
  content: "\F29C";
}
._20rRSNt3-I0GYSU1IeFR-i:before {
  content: "\F29D";
}
.hQ3eH4H7rvLOXibmazBT1:before {
  content: "\F29E";
}
._2NRt7rCGtsgqc5mOIXt9d4:before {
  content: "\F2A0";
}
._3mmRabBdxwwVFusb27Mp2F:before {
  content: "\F2A1";
}
.rs4IdI-WMYytVOgDilg4x:before {
  content: "\F2A2";
}
._1kUScH_J72cra181su_IrB:before,
.SNVyDAlOOC2PuzhUy0_lG:before {
  content: "\F2A3";
}
.fdN2MuiavTdckoD9D0qVX:before,
._2AvRTkzGrQ8nhx0FWuek9V:before,
._2yxS0Z4Rw71S_XVhGYCQfM:before {
  content: "\F2A4";
}
._2Ur2h8ad4qgimFbNd5_k_U:before {
  content: "\F2A5";
}
._1t9toy6m9EV47dzILNHcDW:before {
  content: "\F2A6";
}
._2b3dpIvb-6Z7pi1Hpj36Rs:before,
._3iMVe0QB8jTxKMapEb5Eyx:before {
  content: "\F2A7";
}
._3ufVCXuigdiS8kAkIOqgPp:before {
  content: "\F2A8";
}
._3KruwC-hf4BTtgMnofmEkQ:before {
  content: "\F2A9";
}
._2hht0AOoDX08DD4dEGokWS:before {
  content: "\F2AA";
}
._2_i-lvm2F1goFdbfVkmbOi:before {
  content: "\F2AB";
}
._2_oFf4_TKN4SaJCTrrTm_F:before {
  content: "\F2AC";
}
._2Fbfv_zxIaObWS2nErSwA7:before {
  content: "\F2AD";
}
.MUif6yzARsdAFIlU7zO0S:before {
  content: "\F2AE";
}
._2ayBt6bEQQnKFlDTlgDxdC:before {
  content: "\F2B0";
}
._2hDLG8v5l0vhTTG35mqfmw:before {
  content: "\F2B1";
}
._2RB5y35KWZPFQ6OlyASgwQ:before {
  content: "\F2B2";
}
._1JXc7gU4xG0RJ0g3KBu_F2:before,
._1_rL--ek1nCnr7wG3uimoB:before {
  content: "\F2B3";
}
._1bwwiUwEbehO0e2pu9LqFm:before,
._2SlQHMJHkTVOkSwQZ7PTn3:before {
  content: "\F2B4";
}
._3USK82ZZ9n0aRWxSQ2pN_A:before {
  content: "\F2B5";
}
._2s2RPhLz7G2UCdpXe7G1T4:before {
  content: "\F2B6";
}
._20R626JOLE9oUQOYBDfEee:before {
  content: "\F2B7";
}
.S49yLdK1L6eERA6aQStSX:before {
  content: "\F2B8";
}
._27UQkjp0fl2IygULeKT_BR:before {
  content: "\F2B9";
}
.-YYC_kSBv-jBuMRbEK1A9:before {
  content: "\F2BA";
}
._1dRM-ex1a-VLp21tGOIYVZ:before,
.Pn0KhWKRX-hOaVf6uL8ou:before {
  content: "\F2BB";
}
._2_HxaQwjwqkSH4YperY0RX:before,
.tw2UE4DMBKjwPF65QYSbR:before {
  content: "\F2BC";
}
._3YnCUuHrpfJhGDFWHDVWsi:before {
  content: "\F2BD";
}
._3OrZ9Z4Ipdvfalr1EMQpqa:before {
  content: "\F2BE";
}
._2Kk3RP2VZEQnkXBrHJyi7P:before {
  content: "\F2C0";
}
._1g3nMDPrWNDRhlMBvH-AGe:before {
  content: "\F2C1";
}
._3wcuq_5pSL1L78A4gsZv-O:before,
._31lFMJPfOCSUnQDT31NL63:before {
  content: "\F2C2";
}
._2pCcOJpvP9CuJ0FcG7piha:before,
._1S_nZBziHpfFThhY8UiclI:before {
  content: "\F2C3";
}
._1WgKYHX27wVLQu0uQm9dyw:before {
  content: "\F2C4";
}
._11uCX6yxa3EL29eVGqd1bW:before {
  content: "\F2C5";
}
.Hdurm9XGkZohjDL_AB2Tu:before {
  content: "\F2C6";
}
._2jtfKxCBzyR8L230XRGU3q:before,
._1RY1d0hQbwhSQ1UbU1P5ud:before,
._2jvEL8U2gOq_kbXXFxiOuQ:before {
  content: "\F2C7";
}
._1elChp2n2pfzF9UBwozAd7:before,
._1931EhlQ73_rveYK_esorP:before {
  content: "\F2C8";
}
._1spO7XnVgBhLgDxV9KQjTL:before,
.j634HeSteCy6S83y-HmZM:before {
  content: "\F2C9";
}
._1jvaIBIGYezhZX38oK3HO5:before,
.lFrMXyh__723l5Db-NTu4:before {
  content: "\F2CA";
}
.xw-Nv2n5r_7JegftC1JxS:before,
.g_3YSi1eegEA9V9ISmxen:before {
  content: "\F2CB";
}
._1CkkW6zdYTy7zkGQTgoUZ7:before {
  content: "\F2CC";
}
._2Ekxtn-3sAPmBykMQjjLcN:before,
._33SWXVhCV6oWT-nqvcSRAO:before,
._35hHVRS8NWyPv2YuyCwz6l:before {
  content: "\F2CD";
}
.u_ikskY3_Oj4b1kF61WzD:before {
  content: "\F2CE";
}
._1s3ffEqpuMYguQ4kVswg-h:before {
  content: "\F2D0";
}
._2XP0hkXQwnHILLe_VmpOqd:before {
  content: "\F2D1";
}
._1K_ltPWRiUNE56ivw6eca6:before {
  content: "\F2D2";
}
._1OZsrckZuD1izIVOrxHIXq:before,
._2D0kILf-zQ-XlXl3-KKsmf:before {
  content: "\F2D3";
}
.QtFN1yX94-cryAVeqBTPX:before,
._2CtGhzxPmf54YJH0I0yhKt:before {
  content: "\F2D4";
}
._2wDBqlHIar-fhSd_sDrpg:before {
  content: "\F2D5";
}
._37aiSaRO7ssp1PNXJ2iALs:before {
  content: "\F2D6";
}
._2NkRFdH_mD6zvapM7voK2k:before {
  content: "\F2D7";
}
._1RrLXh-AsC5qxzLnTD_fJ-:before {
  content: "\F2D8";
}
._2LbjbGeGgDvqCxAsCNzfFe:before {
  content: "\F2D9";
}
._2NzLV2ej_SCB4SSRi00Sse:before {
  content: "\F2DA";
}
._3Ld7sGOIfpdH4RQaxhPf4H:before {
  content: "\F2DB";
}
._306Z4SgIoqKgs5aXGsdKl5:before {
  content: "\F2DC";
}
._1DoLisx7HrTfhPvH8SZ_nE:before {
  content: "\F2DD";
}
.lPb0WnTUjEj_a1JJH7PGR:before {
  content: "\F2DE";
}
.AFlosnXwQcfw1YRceHXeH:before {
  content: "\F2E0";
}
._3nDe-bbc_Ro2Xe4qdOvWsG {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
._2PRMRA4EQsdRp6WxrHHfls:active,
._2PRMRA4EQsdRp6WxrHHfls:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
  Typography
*/

/* import colors */

body {
  /* font-family: "Atlas Grotesk Web", sans-serif;
  font-size: 14px; */
  line-height: 1.5;
  word-spacing: -0.025em;
  /* color: grey-body; */
}

/* a {
  color: main-color;
  text-decoration: none;
} */

/* a:hover,
a:focus {
  color: main-color;
  text-decoration: underline;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #000000;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 44px;
  letter-spacing: -0.4px;
  line-height: 48px;
  margin: 30px 0;
}

h2 {
  font-size: 32px;
  letter-spacing: -0.4px;
}

@media (max-device-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
}

@media (max-device-width: 480px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
}

@charset "UTF-8";
:root {
  --main-color: #00afef;
}

:root {
  --main-color-active: #00a5e1;
}

:root {
  --main-font-color: #ffffff;
}

/** color */
/**
  The following colors are copied from src/css/base/colors.css
  since importing the colors using below does not work with SASS
  @value colors: "css/base/colors.css";
  @value [color] from colors;
*/
/** font */
/** ~24px */
/** ~20px */
/** ~16px */
/** ~14px */
/** 12px */
/** ~10px */
/** ~8px */
/** modal */

.column {
  margin-bottom: -0.25rem;
}
.column > .columns {
  margin-bottom: 0 !important;
}

.field.has-floating-label {
  display: block;
  position: relative;
}
.field.has-floating-label label,
.field.has-floating-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  opacity: 1;
  transition: all 0.2s;
  transform-origin: top left;
  transform: translate(10px, 6px) scale(1);
  z-index: 1;
}
.field.has-floating-label input::placeholder {
  opacity: 1;
  transition: all 0.2s;
  color: #5e5e5e;
}
.field.has-floating-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.field.has-floating-label input:focus + * {
  transform: translate(6px, -6px) scale(0.75);
  padding: 0 5px;
  color: var(--main-color);
  background-color: #fff;
}

/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #e9e9e9;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video, .is-overlay, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: #f6f6f6;
  font-size: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

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

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Atlas Grotesk Web", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #000000;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.5;
}

a {
  color: var(--main-color);
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: findDarkColor(var(--main-color));
}

code {
  background-color: #f6f6f6;
  color: #d11a0b;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: #f6f6f6;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #050505;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: #f6f6f6;
  color: #000000;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: #050505;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Elements */
.box {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #000000;
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px var(--main-color);
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px var(--main-color);
}

.button {
  background-color: #fff;
  border-color: #c9c9c9;
  border-width: 1px;
  color: #050505;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: #c9c9c9;
  color: findDarkColor(var(--main-color));
}
.button:focus, .button.is-focused {
  border-color: #485fc7;
  color: #1a1a1a;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: none var(--main-color);
}
.button:active, .button.is-active {
  border-color: #5e5e5e;
  color: #1a1a1a;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: #f6f6f6;
  color: #050505;
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e9e9e9;
  color: #050505;
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: var(--main-color);
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: var(--main-color);
  text-decoration: underline;
}
.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: none rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: #fff;
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a;
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: #fff;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #fff;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: #fff;
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: none rgba(10, 10, 10, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: #fff;
  color: #0a0a0a;
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: none rgba(245, 245, 245, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: #1a1a1a;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #141414;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: none rgba(26, 26, 26, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #0d0d0d;
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #1a1a1a;
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #1a1a1a;
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #1a1a1a #1a1a1a !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #1a1a1a;
  box-shadow: none;
  color: #1a1a1a;
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #1a1a1a;
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #1a1a1a #1a1a1a !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: none var(--main-color);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: var(--main-color);
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: var(--main-color);
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: var(--main-color);
  color: var(--main-color);
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent var(--main-color) var(--main-color) !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: var(--main-color);
  box-shadow: none;
  color: var(--main-color);
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: var(--main-color);
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent var(--main-color) var(--main-color) !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: #f6f6f6;
  color: #050505;
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #f0f0f0;
  border-color: transparent;
  color: #050505;
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #e9e9e9;
  border-color: transparent;
  color: #050505;
}
.button.is-link {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: none var(--main-color);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: var(--main-color);
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: var(--main-color);
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: var(--main-color);
  color: var(--main-color);
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent var(--main-color) var(--main-color) !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: var(--main-color);
  box-shadow: none;
  color: var(--main-color);
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: var(--main-color);
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent var(--main-color) var(--main-color) !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: #f6f6f6;
  color: #050505;
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #f0f0f0;
  border-color: transparent;
  color: #050505;
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #e9e9e9;
  border-color: transparent;
  color: #050505;
}
.button.is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: none rgba(62, 142, 208, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: #3e8ed0;
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3e8ed0;
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  color: #3e8ed0;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  box-shadow: none;
  color: #3e8ed0;
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #3e8ed0;
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e4eff9;
  border-color: transparent;
  color: #296fa8;
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #dae9f6;
  border-color: transparent;
  color: #296fa8;
}
.button.is-success {
  background-color: #008000;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #007300;
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: none rgba(0, 128, 0, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #006700;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #008000;
  border-color: #008000;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: #008000;
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #008000;
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #008000;
  color: #008000;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #008000;
  border-color: #008000;
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #008000 #008000 !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #008000;
  box-shadow: none;
  color: #008000;
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #008000;
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #008000 #008000 !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: #ebffeb;
  color: #00f000;
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #deffde;
  border-color: transparent;
  color: #00f000;
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #d1ffd1;
  border-color: transparent;
  color: #00f000;
}
.button.is-warning {
  background-color: #fbb040;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #fbab34;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: none rgba(251, 176, 64, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #faa627;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #fbb040;
  border-color: #fbb040;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fbb040;
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #fbb040;
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #fbb040;
  color: #fbb040;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #fbb040;
  border-color: #fbb040;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #fbb040 #fbb040 !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #fbb040;
  box-shadow: none;
  color: #fbb040;
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fbb040;
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fbb040 #fbb040 !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
  background-color: #fff7eb;
  color: #915803;
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fef2df;
  border-color: transparent;
  color: #915803;
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #feecd2;
  border-color: transparent;
  color: #915803;
}
.button.is-danger {
  background-color: #f44335;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f33829;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: none rgba(244, 67, 53, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #f32c1d;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #f44335;
  border-color: #f44335;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #f44335;
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f44335;
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f44335;
  color: #f44335;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #f44335;
  border-color: #f44335;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f44335 #f44335 !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f44335;
  box-shadow: none;
  color: #f44335;
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #f44335;
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f44335 #f44335 !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: #feedec;
  color: #d01a0b;
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde2e0;
  border-color: transparent;
  color: #d01a0b;
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fdd6d3;
  border-color: transparent;
  color: #d01a0b;
}
.button.is-small {
  font-size: 0.83rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.17rem;
}
.button.is-large {
  font-size: 1.33rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: #fff;
  border-color: #c9c9c9;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}
.button.is-static {
  background-color: whitesmoke;
  border-color: #c9c9c9;
  color: #a5a5a5;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.83rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.17rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.33rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media screen and (max-width: 767px) {
  .button.is-responsive.is-small {
    font-size: 0.6225rem;
  }

  .button.is-responsive,
.button.is-responsive.is-normal {
    font-size: 0.72625rem;
  }

  .button.is-responsive.is-medium {
    font-size: 0.83rem;
  }

  .button.is-responsive.is-large {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button.is-responsive.is-small {
    font-size: 0.72625rem;
  }

  .button.is-responsive,
.button.is-responsive.is-normal {
    font-size: 0.83rem;
  }

  .button.is-responsive.is-medium {
    font-size: 1rem;
  }

  .button.is-responsive.is-large {
    font-size: 1.17rem;
  }
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #050505;
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: #f6f6f6;
  border-left: 5px solid #c9c9c9;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid #c9c9c9;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #050505;
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #050505;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #050505;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.83rem;
}
.content.is-normal {
  font-size: 1rem;
}
.content.is-medium {
  font-size: 1.17rem;
}
.content.is-large {
  font-size: 1.33rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}
.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}

div.icon-text {
  display: flex;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: #f6f6f6;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: #fff;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: #fff;
  color: #0a0a0a;
}
.notification.is-black {
  background-color: #0a0a0a;
  color: #fff;
}
.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: #1a1a1a;
  color: #fff;
}
.notification.is-primary {
  background-color: var(--main-color);
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: #f6f6f6;
  color: #050505;
}
.notification.is-link {
  background-color: var(--main-color);
  color: #fff;
}
.notification.is-link.is-light {
  background-color: #f6f6f6;
  color: #050505;
}
.notification.is-info {
  background-color: #3e8ed0;
  color: #fff;
}
.notification.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.notification.is-success {
  background-color: #008000;
  color: #fff;
}
.notification.is-success.is-light {
  background-color: #ebffeb;
  color: #00f000;
}
.notification.is-warning {
  background-color: #fbb040;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-warning.is-light {
  background-color: #fff7eb;
  color: #915803;
}
.notification.is-danger {
  background-color: #f44335;
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: #feedec;
  color: #d01a0b;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: #f6f6f6;
}
.progress::-webkit-progress-value {
  background-color: #000000;
}
.progress::-moz-progress-bar {
  background-color: #000000;
}
.progress::-ms-fill {
  background-color: #000000;
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: #fff;
}
.progress.is-white::-moz-progress-bar {
  background-color: #fff;
}
.progress.is-white::-ms-fill {
  background-color: #fff;
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, #fff 30%, #f6f6f6 30%);
}
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}
.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #f6f6f6 30%);
}
.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}
.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}
.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #f6f6f6 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: #1a1a1a;
}
.progress.is-dark::-moz-progress-bar {
  background-color: #1a1a1a;
}
.progress.is-dark::-ms-fill {
  background-color: #1a1a1a;
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #1a1a1a 30%, #f6f6f6 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: var(--main-color);
}
.progress.is-primary::-moz-progress-bar {
  background-color: var(--main-color);
}
.progress.is-primary::-ms-fill {
  background-color: var(--main-color);
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, var(--main-color) 30%, #f6f6f6 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: var(--main-color);
}
.progress.is-link::-moz-progress-bar {
  background-color: var(--main-color);
}
.progress.is-link::-ms-fill {
  background-color: var(--main-color);
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, var(--main-color) 30%, #f6f6f6 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: #3e8ed0;
}
.progress.is-info::-moz-progress-bar {
  background-color: #3e8ed0;
}
.progress.is-info::-ms-fill {
  background-color: #3e8ed0;
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #3e8ed0 30%, #f6f6f6 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: #008000;
}
.progress.is-success::-moz-progress-bar {
  background-color: #008000;
}
.progress.is-success::-ms-fill {
  background-color: #008000;
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #008000 30%, #f6f6f6 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: #fbb040;
}
.progress.is-warning::-moz-progress-bar {
  background-color: #fbb040;
}
.progress.is-warning::-ms-fill {
  background-color: #fbb040;
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #fbb040 30%, #f6f6f6 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: #f44335;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #f44335;
}
.progress.is-danger::-ms-fill {
  background-color: #f44335;
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #f44335 30%, #f6f6f6 30%);
}
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #f6f6f6;
  background-image: linear-gradient(to right, #000000 30%, #f6f6f6 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
.progress.is-small {
  height: 0.83rem;
}
.progress.is-medium {
  height: 1.17rem;
}
.progress.is-large {
  height: 1.33rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: #fff;
  color: #050505;
}
.table td,
.table th {
  border: 1px solid #c9c9c9;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a;
}
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}
.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: #008000;
  border-color: #008000;
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: #fbb040;
  border-color: #fbb040;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
  background-color: #f44335;
  border-color: #f44335;
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: var(--main-color);
  color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
.table th {
  color: #050505;
}
.table th:not([align]) {
  text-align: left;
}
.table tr.is-selected {
  background-color: var(--main-color);
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #050505;
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #050505;
}
.table tbody {
  background-color: #f6f6f6;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #7fcef3;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #7fcef3;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.17rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 4px;
  color: #000000;
  display: inline-flex;
  font-size: 0.83rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: #fff;
  color: #0a0a0a;
}
.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: #fff;
}
.tag:not(body).is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: #1a1a1a;
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: var(--main-color);
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: #f6f6f6;
  color: #050505;
}
.tag:not(body).is-link {
  background-color: var(--main-color);
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: #f6f6f6;
  color: #050505;
}
.tag:not(body).is-info {
  background-color: #3e8ed0;
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.tag:not(body).is-success {
  background-color: #008000;
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: #ebffeb;
  color: #00f000;
}
.tag:not(body).is-warning {
  background-color: #fbb040;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: #fff7eb;
  color: #915803;
}
.tag:not(body).is-danger {
  background-color: #f44335;
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: #feedec;
  color: #d01a0b;
}
.tag:not(body).is-normal {
  font-size: 0.83rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.17rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e9e9e9;
}
.tag:not(body).is-delete:active {
  background-color: #dddddd;
}
.tag:not(body).is-rounded {
  border-radius: 9999px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #050505;
  font-size: 1.33rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 2rem;
}
.title.is-2 {
  font-size: 1.67rem;
}
.title.is-3 {
  font-size: 1.33rem;
}
.title.is-4 {
  font-size: 1.17rem;
}
.title.is-5 {
  font-size: 1rem;
}
.title.is-6 {
  font-size: 0.83rem;
}
.title.is-7 {
  font-size: 0.67rem;
}

.subtitle {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: #050505;
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 2rem;
}
.subtitle.is-2 {
  font-size: 1.67rem;
}
.subtitle.is-3 {
  font-size: 1.33rem;
}
.subtitle.is-4 {
  font-size: 1.17rem;
}
.subtitle.is-5 {
  font-size: 1rem;
}
.subtitle.is-6 {
  font-size: 0.83rem;
}
.subtitle.is-7 {
  font-size: 0.67rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.number {
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.17rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* Bulma Form */
.select select, .textarea, .input {
  background-color: #fff;
  border-color: var(--main-color);
  border-radius: 4px;
  color: #5e5e5e;
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(94, 94, 94, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(94, 94, 94, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(94, 94, 94, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(94, 94, 94, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #c9c9c9;
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: var(--main-color);
  box-shadow: none var(--main-color);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #a5a5a5;
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(165, 165, 165, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(165, 165, 165, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(165, 165, 165, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(165, 165, 165, 0.3);
}

.textarea, .input {
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: #fff;
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: none rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: none rgba(10, 10, 10, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: none rgba(245, 245, 245, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: #1a1a1a;
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: none rgba(26, 26, 26, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: var(--main-color);
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: none var(--main-color);
}
.is-link.textarea, .is-link.input {
  border-color: var(--main-color);
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: none var(--main-color);
}
.is-info.textarea, .is-info.input {
  border-color: #3e8ed0;
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: none rgba(62, 142, 208, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: #008000;
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: none rgba(0, 128, 0, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: #fbb040;
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: none rgba(251, 176, 64, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: #f44335;
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: none rgba(244, 67, 53, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.83rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.17rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.33rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: #050505;
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: #a5a5a5;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: var(--main-color);
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: #f6f6f6;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #050505;
}
.select.is-white:not(:hover)::after {
  border-color: #fff;
}
.select.is-white select {
  border-color: #fff;
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: none rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}
.select.is-black select {
  border-color: #0a0a0a;
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: none rgba(10, 10, 10, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}
.select.is-light select {
  border-color: whitesmoke;
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: none rgba(245, 245, 245, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: #1a1a1a;
}
.select.is-dark select {
  border-color: #1a1a1a;
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #0d0d0d;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: none rgba(26, 26, 26, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: var(--main-color);
}
.select.is-primary select {
  border-color: var(--main-color);
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: var(--main-color);
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: none var(--main-color);
}
.select.is-link:not(:hover)::after {
  border-color: var(--main-color);
}
.select.is-link select {
  border-color: var(--main-color);
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: var(--main-color);
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: none var(--main-color);
}
.select.is-info:not(:hover)::after {
  border-color: #3e8ed0;
}
.select.is-info select {
  border-color: #3e8ed0;
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #3082c5;
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: none rgba(62, 142, 208, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #008000;
}
.select.is-success select {
  border-color: #008000;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #006700;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: none rgba(0, 128, 0, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: #fbb040;
}
.select.is-warning select {
  border-color: #fbb040;
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #faa627;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: none rgba(251, 176, 64, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #f44335;
}
.select.is-danger select {
  border-color: #f44335;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #f32c1d;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: none rgba(244, 67, 53, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.83rem;
}
.select.is-medium {
  font-size: 1.17rem;
}
.select.is-large {
  font-size: 1.33rem;
}
.select.is-disabled::after {
  border-color: #a5a5a5 !important;
  opacity: 0.5;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.83rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.17rem;
}
.select.is-loading.is-large:after {
  font-size: 1.33rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: #fff;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #fff;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: #fff;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: #fff;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: #1a1a1a;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #141414;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(26, 26, 26, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #0d0d0d;
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em var(--main-color);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em var(--main-color);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: var(--main-color);
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: #008000;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #007300;
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 128, 0, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #006700;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: #fbb040;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #fbab34;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(251, 176, 64, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #faa627;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: #f44335;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f33829;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244, 67, 53, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #f32c1d;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.83rem;
}
.file.is-normal {
  font-size: 1rem;
}
.file.is-medium {
  font-size: 1.17rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.33rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #050505;
}
.file-label:hover .file-name {
  border-color: #c3c3c3;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #050505;
}
.file-label:active .file-name {
  border-color: #bcbcbc;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #c9c9c9;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #000000;
}

.file-name {
  border-color: #c9c9c9;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #050505;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.83rem;
}
.label.is-medium {
  font-size: 1.17rem;
}
.label.is-large {
  font-size: 1.33rem;
}

.help {
  display: block;
  font-size: 0.83rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: #fff;
}
.help.is-black {
  color: #0a0a0a;
}
.help.is-light {
  color: whitesmoke;
}
.help.is-dark {
  color: #1a1a1a;
}
.help.is-primary {
  color: var(--main-color);
}
.help.is-link {
  color: var(--main-color);
}
.help.is-info {
  color: #3e8ed0;
}
.help.is-success {
  color: #008000;
}
.help.is-warning {
  color: #fbb040;
}
.help.is-danger {
  color: #f44335;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.83rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.17rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.33rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #000000;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.83rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.17rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.33rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #c9c9c9;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.83rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.17rem;
}
.control.is-loading.is-large:after {
  font-size: 1.33rem;
}

/* Bulma Components */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: var(--main-color);
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: findDarkColor(var(--main-color));
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: #050505;
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: #c9c9c9;
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.83rem;
}
.breadcrumb.is-medium {
  font-size: 1.17rem;
}
.breadcrumb.is-large {
  font-size: 1.33rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "\2192";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "\2022";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "\B7";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "\227B";
}

.card {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #000000;
  max-width: 100%;
  position: relative;
}

.card-footer:first-child, .card-content:first-child, .card-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #050505;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.card-image {
  display: block;
  position: relative;
}
.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #f6f6f6;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid #f6f6f6;
}

.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #000000;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: #f6f6f6;
  color: #0a0a0a;
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: var(--main-color);
  color: #fff;
}

.dropdown-divider {
  background-color: #f6f6f6;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 768px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 768px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px), print {
  .level-right {
    display: flex;
  }
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(201, 201, 201, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(201, 201, 201, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 767px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.83rem;
}
.menu.is-medium {
  font-size: 1.17rem;
}
.menu.is-large {
  font-size: 1.33rem;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 2px;
  color: #000000;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: #f6f6f6;
  color: #050505;
}
.menu-list a.is-active {
  background-color: var(--main-color);
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid #c9c9c9;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #a5a5a5;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: #f6f6f6;
  border-radius: 4px;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.83rem;
}
.message.is-medium {
  font-size: 1.17rem;
}
.message.is-large {
  font-size: 1.33rem;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: #fff;
  color: #0a0a0a;
}
.message.is-white .message-body {
  border-color: #fff;
}
.message.is-black {
  background-color: #fafafa;
}
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: #fff;
}
.message.is-black .message-body {
  border-color: #0a0a0a;
}
.message.is-light {
  background-color: #fafafa;
}
.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
  border-color: whitesmoke;
}
.message.is-dark {
  background-color: #fafafa;
}
.message.is-dark .message-header {
  background-color: #1a1a1a;
  color: #fff;
}
.message.is-dark .message-body {
  border-color: #1a1a1a;
}
.message.is-primary {
  background-color: #f6f6f6;
}
.message.is-primary .message-header {
  background-color: var(--main-color);
  color: #fff;
}
.message.is-primary .message-body {
  border-color: var(--main-color);
  color: #050505;
}
.message.is-link {
  background-color: #f6f6f6;
}
.message.is-link .message-header {
  background-color: var(--main-color);
  color: #fff;
}
.message.is-link .message-body {
  border-color: var(--main-color);
  color: #050505;
}
.message.is-info {
  background-color: #eff5fb;
}
.message.is-info .message-header {
  background-color: #3e8ed0;
  color: #fff;
}
.message.is-info .message-body {
  border-color: #3e8ed0;
  color: #296fa8;
}
.message.is-success {
  background-color: #ebffeb;
}
.message.is-success .message-header {
  background-color: #008000;
  color: #fff;
}
.message.is-success .message-body {
  border-color: #008000;
  color: #00f000;
}
.message.is-warning {
  background-color: #fff7eb;
}
.message.is-warning .message-header {
  background-color: #fbb040;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: #fbb040;
  color: #915803;
}
.message.is-danger {
  background-color: #feedec;
}
.message.is-danger .message-header {
  background-color: #f44335;
  color: #fff;
}
.message.is-danger .message-body {
  border-color: #f44335;
  color: #d01a0b;
}

.message-header {
  align-items: center;
  background-color: #000000;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #c9c9c9;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #000000;
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: #fff;
}
.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 20000;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 10px;
  position: relative;
}

.modal-card-head {
  border-bottom: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #050505;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.17rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: none;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: #fff;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}
@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:focus,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:focus,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: #0a0a0a;
  }
}
.navbar.is-black {
  background-color: #0a0a0a;
  color: #fff;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: #fff;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-black .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:focus,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:focus,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: #fff;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: #fff;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: #fff;
  }
}
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:focus,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:focus,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: #1a1a1a;
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #0d0d0d;
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #0d0d0d;
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0d0d0d;
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #1a1a1a;
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: var(--main-color);
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: var(--main-color);
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:focus,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:focus,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: var(--main-color);
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: var(--main-color);
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: var(--main-color);
    color: #fff;
  }
}
.navbar.is-link {
  background-color: var(--main-color);
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: var(--main-color);
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:focus,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:focus,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: var(--main-color);
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: var(--main-color);
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: var(--main-color);
    color: #fff;
  }
}
.navbar.is-info {
  background-color: #3e8ed0;
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:focus,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:focus,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #3082c5;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3082c5;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #3e8ed0;
    color: #fff;
  }
}
.navbar.is-success {
  background-color: #008000;
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #006700;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:focus,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:focus,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #006700;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #006700;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #008000;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #fbb040;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #faa627;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:focus,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:focus,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #faa627;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #faa627;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #fbb040;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: #f44335;
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #f32c1d;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:focus,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:focus,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #f32c1d;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f32c1d;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f44335;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 #f6f6f6;
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 #f6f6f6;
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #000000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #000000;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: var(--main-color);
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: var(--main-color);
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: var(--main-color);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: var(--main-color);
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: var(--main-color);
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: #f6f6f6;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: #f6f6f6;
    color: #0a0a0a;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: #f6f6f6;
    color: var(--main-color);
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #c9c9c9;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #c9c9c9;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: #f6f6f6;
    color: #0a0a0a;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: #f6f6f6;
    color: var(--main-color);
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.83rem;
}
.pagination.is-medium {
  font-size: 1.17rem;
}
.pagination.is-large {
  font-size: 1.33rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #c9c9c9;
  color: #050505;
  min-width: 2.5em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #c9c9c9;
  color: findDarkColor(var(--main-color));
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #485fc7;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
.pagination-previous[disabled], .pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
  background-color: #c9c9c9;
  border-color: #c9c9c9;
  box-shadow: none;
  color: #a5a5a5;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.pagination-ellipsis {
  color: #c9c9c9;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}
.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 768px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }

  .pagination-previous {
    order: 2;
  }

  .pagination-next {
    order: 3;
  }

  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.panel.is-white .panel-heading {
  background-color: #fff;
  color: #0a0a0a;
}
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: #fff;
}
.panel.is-white .panel-block.is-active .panel-icon {
  color: #fff;
}
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: #fff;
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}
.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}
.panel.is-dark .panel-heading {
  background-color: #1a1a1a;
  color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #1a1a1a;
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #1a1a1a;
}
.panel.is-primary .panel-heading {
  background-color: var(--main-color);
  color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: var(--main-color);
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: var(--main-color);
}
.panel.is-link .panel-heading {
  background-color: var(--main-color);
  color: #fff;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: var(--main-color);
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: var(--main-color);
}
.panel.is-info .panel-heading {
  background-color: #3e8ed0;
  color: #fff;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #3e8ed0;
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: #3e8ed0;
}
.panel.is-success .panel-heading {
  background-color: #008000;
  color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #008000;
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: #008000;
}
.panel.is-warning .panel-heading {
  background-color: #fbb040;
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #fbb040;
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #fbb040;
}
.panel.is-danger .panel-heading {
  background-color: #f44335;
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #f44335;
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #f44335;
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}

.panel-heading {
  background-color: #f6f6f6;
  border-radius: 6px 6px 0 0;
  color: #050505;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: #5e5e5e;
  color: #1a1a1a;
}

.panel-list a {
  color: #000000;
}
.panel-list a:hover {
  color: var(--main-color);
}

.panel-block {
  align-items: center;
  color: #050505;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: var(--main-color);
  color: #1a1a1a;
}
.panel-block.is-active .panel-icon {
  color: var(--main-color);
}
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: #f6f6f6;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #a5a5a5;
  margin-right: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: #c9c9c9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #000000;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #050505;
  color: #050505;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: var(--main-color);
  color: var(--main-color);
}
.tabs ul {
  align-items: center;
  border-bottom-color: #c9c9c9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: #f6f6f6;
  border-bottom-color: #c9c9c9;
}
.tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #c9c9c9;
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: #c9c9c9;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: #f6f6f6;
  border-color: #c9c9c9;
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.83rem;
}
.tabs.is-medium {
  font-size: 1.17rem;
}
.tabs.is-large {
  font-size: 1.33rem;
}

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 767px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 768px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
.has-text-white {
  color: #fff !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: #fff !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #1a1a1a !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #010101 !important;
}

.has-background-dark {
  background-color: #1a1a1a !important;
}

.has-text-primary {
  color: var(--main-color) !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: var(--main-color) !important;
}

.has-background-primary {
  background-color: var(--main-color) !important;
}

.has-text-primary-light {
  color: #f6f6f6 !important;
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #dddddd !important;
}

.has-background-primary-light {
  background-color: #f6f6f6 !important;
}

.has-text-primary-dark {
  color: #050505 !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #1f1f1f !important;
}

.has-background-primary-dark {
  background-color: #050505 !important;
}

.has-text-link {
  color: var(--main-color) !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: var(--main-color) !important;
}

.has-background-link {
  background-color: var(--main-color) !important;
}

.has-text-link-light {
  color: #f6f6f6 !important;
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #dddddd !important;
}

.has-background-link-light {
  background-color: #f6f6f6 !important;
}

.has-text-link-dark {
  color: #050505 !important;
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #1f1f1f !important;
}

.has-background-link-dark {
  background-color: #050505 !important;
}

.has-text-info {
  color: #3e8ed0 !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #2b74b1 !important;
}

.has-background-info {
  background-color: #3e8ed0 !important;
}

.has-text-info-light {
  color: #eff5fb !important;
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c6ddf1 !important;
}

.has-background-info-light {
  background-color: #eff5fb !important;
}

.has-text-info-dark {
  color: #296fa8 !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #368ace !important;
}

.has-background-info-dark {
  background-color: #296fa8 !important;
}

.has-text-success {
  color: #008000 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #004d00 !important;
}

.has-background-success {
  background-color: #008000 !important;
}

.has-text-success-light {
  color: #ebffeb !important;
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #b8ffb8 !important;
}

.has-background-success-light {
  background-color: #ebffeb !important;
}

.has-text-success-dark {
  color: #00f000 !important;
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #24ff24 !important;
}

.has-background-success-dark {
  background-color: #00f000 !important;
}

.has-text-warning {
  color: #fbb040 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #fa9b0e !important;
}

.has-background-warning {
  background-color: #fbb040 !important;
}

.has-text-warning-light {
  color: #fff7eb !important;
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #fee2b9 !important;
}

.has-background-warning-light {
  background-color: #fff7eb !important;
}

.has-text-warning-dark {
  color: #915803 !important;
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #c37604 !important;
}

.has-background-warning-dark {
  background-color: #915803 !important;
}

.has-text-danger {
  color: #f44335 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #e91d0d !important;
}

.has-background-danger {
  background-color: #f44335 !important;
}

.has-text-danger-light {
  color: #feedec !important;
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #fbc0bb !important;
}

.has-background-danger-light {
  background-color: #feedec !important;
}

.has-text-danger-dark {
  color: #d01a0b !important;
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #f32b1c !important;
}

.has-background-danger-dark {
  background-color: #d01a0b !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #1a1a1a !important;
}

.has-background-grey-darker {
  background-color: #1a1a1a !important;
}

.has-text-grey-dark {
  color: #5e5e5e !important;
}

.has-background-grey-dark {
  background-color: #5e5e5e !important;
}

.has-text-grey {
  color: #a5a5a5 !important;
}

.has-background-grey {
  background-color: #a5a5a5 !important;
}

.has-text-grey-light {
  color: #c9c9c9 !important;
}

.has-background-grey-light {
  background-color: #c9c9c9 !important;
}

.has-text-grey-lighter {
  color: #e9e9e9 !important;
}

.has-background-grey-lighter {
  background-color: #e9e9e9 !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

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

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

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

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

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

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

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

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

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

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

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

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

.is-align-content-baseline {
  align-content: baseline !important;
}

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

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

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

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

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

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

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

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

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

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

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

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

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

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

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

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

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

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

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

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-size-1 {
  font-size: 2rem !important;
}

.is-size-2 {
  font-size: 1.67rem !important;
}

.is-size-3 {
  font-size: 1.33rem !important;
}

.is-size-4 {
  font-size: 1.17rem !important;
}

.is-size-5 {
  font-size: 1rem !important;
}

.is-size-6 {
  font-size: 0.83rem !important;
}

.is-size-7 {
  font-size: 0.67rem !important;
}

@media screen and (max-width: 767px) {
  .is-size-1-mobile {
    font-size: 2rem !important;
  }

  .is-size-2-mobile {
    font-size: 1.67rem !important;
  }

  .is-size-3-mobile {
    font-size: 1.33rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.17rem !important;
  }

  .is-size-5-mobile {
    font-size: 1rem !important;
  }

  .is-size-6-mobile {
    font-size: 0.83rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.67rem !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-size-1-tablet {
    font-size: 2rem !important;
  }

  .is-size-2-tablet {
    font-size: 1.67rem !important;
  }

  .is-size-3-tablet {
    font-size: 1.33rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.17rem !important;
  }

  .is-size-5-tablet {
    font-size: 1rem !important;
  }

  .is-size-6-tablet {
    font-size: 0.83rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.67rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 2rem !important;
  }

  .is-size-2-touch {
    font-size: 1.67rem !important;
  }

  .is-size-3-touch {
    font-size: 1.33rem !important;
  }

  .is-size-4-touch {
    font-size: 1.17rem !important;
  }

  .is-size-5-touch {
    font-size: 1rem !important;
  }

  .is-size-6-touch {
    font-size: 0.83rem !important;
  }

  .is-size-7-touch {
    font-size: 0.67rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 2rem !important;
  }

  .is-size-2-desktop {
    font-size: 1.67rem !important;
  }

  .is-size-3-desktop {
    font-size: 1.33rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.17rem !important;
  }

  .is-size-5-desktop {
    font-size: 1rem !important;
  }

  .is-size-6-desktop {
    font-size: 0.83rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.67rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 2rem !important;
  }

  .is-size-2-widescreen {
    font-size: 1.67rem !important;
  }

  .is-size-3-widescreen {
    font-size: 1.33rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.17rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1rem !important;
  }

  .is-size-6-widescreen {
    font-size: 0.83rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.67rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 2rem !important;
  }

  .is-size-2-fullhd {
    font-size: 1.67rem !important;
  }

  .is-size-3-fullhd {
    font-size: 1.33rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.17rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1rem !important;
  }

  .is-size-6-fullhd {
    font-size: 0.83rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.67rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 768px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 767px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 200 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: "Atlas Grotesk Web", sans-serif !important;
}

.is-family-secondary {
  font-family: "Atlas Grotesk Web", sans-serif !important;
}

.is-family-sans-serif {
  font-family: "Atlas Grotesk Web", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

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

@media screen and (max-width: 767px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 767px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 767px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 767px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Layout */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: #fff;
  color: #0a0a0a;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: #0a0a0a;
}
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: #fff;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  color: #fff !important;
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
  }
}
.hero.is-black {
  background-color: #0a0a0a;
  color: #fff;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: #fff;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: #fff;
}
.hero.is-black .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  color: #0a0a0a !important;
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: #fff;
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a;
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}
.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  color: whitesmoke !important;
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: #1a1a1a;
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: #1a1a1a;
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #0d0d0d;
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  color: #1a1a1a !important;
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1a1a1a;
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #010000 0%, #1a1a1a 71%, #292525 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #010000 0%, #1a1a1a 71%, #292525 100%);
  }
}
.hero.is-primary {
  background-color: var(--main-color);
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: var(--main-color);
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: var(--main-color);
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  color: var(--main-color) !important;
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--main-color);
}
.hero.is-link {
  background-color: var(--main-color);
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: var(--main-color);
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: var(--main-color);
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  color: var(--main-color) !important;
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--main-color);
}
.hero.is-info {
  background-color: #3e8ed0;
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #3e8ed0;
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  color: #3e8ed0 !important;
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3e8ed0;
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
  }
}
.hero.is-success {
  background-color: #008000;
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #008000;
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #006700;
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  color: #008000 !important;
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #008000;
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #0d4d00 0%, #008000 71%, #009a1a 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0d4d00 0%, #008000 71%, #009a1a 100%);
  }
}
.hero.is-warning {
  background-color: #fbb040;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #fbb040;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #faa627;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  color: #fbb040 !important;
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #fbb040;
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ff7309 0%, #fbb040 71%, #ffd756 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff7309 0%, #fbb040 71%, #ffd756 100%);
  }
}
.hero.is-danger {
  background-color: #f44335;
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #f44335;
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #f32c1d;
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  color: #f44335 !important;
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f44335;
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #f60017 0%, #f44335 71%, #fa7348 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #f60017 0%, #f44335 71%, #fa7348 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 768px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 768px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

.react-grid-item.react-resizable-hide .react-resizable-handle {
  display: none;
}

@media (min-width: 992px) {
  body:not(.bc-flow) {
    padding-bottom: 4rem;
  }
}

/** These are additional helper CSS classes */
/** Font helpers */
.is-size-small {
  font-size: 0.83rem !important;
}

.is-size-normal {
  font-size: 1rem !important;
}

.is-size-medium {
  font-size: 1.17rem !important;
}

.is-size-large {
  font-size: 1.33rem !important;
}

.is-link {
  color: #00AFEF;
  text-decoration: underline;
  cursor: pointer;
}

/** Spacing */
.px-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.mt-100 {
  margin-top: 100px;
}

/** Utilities */
.cursor-pointer {
  cursor: pointer;
  pointer-events: all !important;
}

.underlined {
  text-decoration: underline;
}

.is-full-width {
  width: 100% !important;
}

.is-full-height {
  height: 100% !important;
}

.is-full-viewport-height {
  height: 100vh !important;
}

.is-white-base:not(:hover) {
  background: white !important;
}
.is-white-base:not(:hover):not(.is-danger) {
  color: var(--main-color) !important;
}

.is-display-none {
  display: none !important;
}

@media screen and (min-width: 768px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
.CalendarDay__selected {
  background: var(--main-color) !important;
  color: var(--main-font-color) !important;
}

.CalendarDay {
  height: 30px !important;
}

.DayPicker {
  height: 260px !important;
  overflow: hidden !important;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/674f50d287a8c48dc19ba404d20fe713.eot);src:url(/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'),url(/fee66e712a8a08eef5805a46892932ad.woff) format('woff'),url(/b06871f281fee6b241d60582ae9369b9.ttf) format('truetype'),url(/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\F000"}.fa-music:before{content:"\F001"}.fa-search:before{content:"\F002"}.fa-envelope-o:before{content:"\F003"}.fa-heart:before{content:"\F004"}.fa-star:before{content:"\F005"}.fa-star-o:before{content:"\F006"}.fa-user:before{content:"\F007"}.fa-film:before{content:"\F008"}.fa-th-large:before{content:"\F009"}.fa-th:before{content:"\F00A"}.fa-th-list:before{content:"\F00B"}.fa-check:before{content:"\F00C"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\F00D"}.fa-search-plus:before{content:"\F00E"}.fa-search-minus:before{content:"\F010"}.fa-power-off:before{content:"\F011"}.fa-signal:before{content:"\F012"}.fa-gear:before,.fa-cog:before{content:"\F013"}.fa-trash-o:before{content:"\F014"}.fa-home:before{content:"\F015"}.fa-file-o:before{content:"\F016"}.fa-clock-o:before{content:"\F017"}.fa-road:before{content:"\F018"}.fa-download:before{content:"\F019"}.fa-arrow-circle-o-down:before{content:"\F01A"}.fa-arrow-circle-o-up:before{content:"\F01B"}.fa-inbox:before{content:"\F01C"}.fa-play-circle-o:before{content:"\F01D"}.fa-rotate-right:before,.fa-repeat:before{content:"\F01E"}.fa-refresh:before{content:"\F021"}.fa-list-alt:before{content:"\F022"}.fa-lock:before{content:"\F023"}.fa-flag:before{content:"\F024"}.fa-headphones:before{content:"\F025"}.fa-volume-off:before{content:"\F026"}.fa-volume-down:before{content:"\F027"}.fa-volume-up:before{content:"\F028"}.fa-qrcode:before{content:"\F029"}.fa-barcode:before{content:"\F02A"}.fa-tag:before{content:"\F02B"}.fa-tags:before{content:"\F02C"}.fa-book:before{content:"\F02D"}.fa-bookmark:before{content:"\F02E"}.fa-print:before{content:"\F02F"}.fa-camera:before{content:"\F030"}.fa-font:before{content:"\F031"}.fa-bold:before{content:"\F032"}.fa-italic:before{content:"\F033"}.fa-text-height:before{content:"\F034"}.fa-text-width:before{content:"\F035"}.fa-align-left:before{content:"\F036"}.fa-align-center:before{content:"\F037"}.fa-align-right:before{content:"\F038"}.fa-align-justify:before{content:"\F039"}.fa-list:before{content:"\F03A"}.fa-dedent:before,.fa-outdent:before{content:"\F03B"}.fa-indent:before{content:"\F03C"}.fa-video-camera:before{content:"\F03D"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\F03E"}.fa-pencil:before{content:"\F040"}.fa-map-marker:before{content:"\F041"}.fa-adjust:before{content:"\F042"}.fa-tint:before{content:"\F043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\F044"}.fa-share-square-o:before{content:"\F045"}.fa-check-square-o:before{content:"\F046"}.fa-arrows:before{content:"\F047"}.fa-step-backward:before{content:"\F048"}.fa-fast-backward:before{content:"\F049"}.fa-backward:before{content:"\F04A"}.fa-play:before{content:"\F04B"}.fa-pause:before{content:"\F04C"}.fa-stop:before{content:"\F04D"}.fa-forward:before{content:"\F04E"}.fa-fast-forward:before{content:"\F050"}.fa-step-forward:before{content:"\F051"}.fa-eject:before{content:"\F052"}.fa-chevron-left:before{content:"\F053"}.fa-chevron-right:before{content:"\F054"}.fa-plus-circle:before{content:"\F055"}.fa-minus-circle:before{content:"\F056"}.fa-times-circle:before{content:"\F057"}.fa-check-circle:before{content:"\F058"}.fa-question-circle:before{content:"\F059"}.fa-info-circle:before{content:"\F05A"}.fa-crosshairs:before{content:"\F05B"}.fa-times-circle-o:before{content:"\F05C"}.fa-check-circle-o:before{content:"\F05D"}.fa-ban:before{content:"\F05E"}.fa-arrow-left:before{content:"\F060"}.fa-arrow-right:before{content:"\F061"}.fa-arrow-up:before{content:"\F062"}.fa-arrow-down:before{content:"\F063"}.fa-mail-forward:before,.fa-share:before{content:"\F064"}.fa-expand:before{content:"\F065"}.fa-compress:before{content:"\F066"}.fa-plus:before{content:"\F067"}.fa-minus:before{content:"\F068"}.fa-asterisk:before{content:"\F069"}.fa-exclamation-circle:before{content:"\F06A"}.fa-gift:before{content:"\F06B"}.fa-leaf:before{content:"\F06C"}.fa-fire:before{content:"\F06D"}.fa-eye:before{content:"\F06E"}.fa-eye-slash:before{content:"\F070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\F071"}.fa-plane:before{content:"\F072"}.fa-calendar:before{content:"\F073"}.fa-random:before{content:"\F074"}.fa-comment:before{content:"\F075"}.fa-magnet:before{content:"\F076"}.fa-chevron-up:before{content:"\F077"}.fa-chevron-down:before{content:"\F078"}.fa-retweet:before{content:"\F079"}.fa-shopping-cart:before{content:"\F07A"}.fa-folder:before{content:"\F07B"}.fa-folder-open:before{content:"\F07C"}.fa-arrows-v:before{content:"\F07D"}.fa-arrows-h:before{content:"\F07E"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\F080"}.fa-twitter-square:before{content:"\F081"}.fa-facebook-square:before{content:"\F082"}.fa-camera-retro:before{content:"\F083"}.fa-key:before{content:"\F084"}.fa-gears:before,.fa-cogs:before{content:"\F085"}.fa-comments:before{content:"\F086"}.fa-thumbs-o-up:before{content:"\F087"}.fa-thumbs-o-down:before{content:"\F088"}.fa-star-half:before{content:"\F089"}.fa-heart-o:before{content:"\F08A"}.fa-sign-out:before{content:"\F08B"}.fa-linkedin-square:before{content:"\F08C"}.fa-thumb-tack:before{content:"\F08D"}.fa-external-link:before{content:"\F08E"}.fa-sign-in:before{content:"\F090"}.fa-trophy:before{content:"\F091"}.fa-github-square:before{content:"\F092"}.fa-upload:before{content:"\F093"}.fa-lemon-o:before{content:"\F094"}.fa-phone:before{content:"\F095"}.fa-square-o:before{content:"\F096"}.fa-bookmark-o:before{content:"\F097"}.fa-phone-square:before{content:"\F098"}.fa-twitter:before{content:"\F099"}.fa-facebook-f:before,.fa-facebook:before{content:"\F09A"}.fa-github:before{content:"\F09B"}.fa-unlock:before{content:"\F09C"}.fa-credit-card:before{content:"\F09D"}.fa-feed:before,.fa-rss:before{content:"\F09E"}.fa-hdd-o:before{content:"\F0A0"}.fa-bullhorn:before{content:"\F0A1"}.fa-bell:before{content:"\F0F3"}.fa-certificate:before{content:"\F0A3"}.fa-hand-o-right:before{content:"\F0A4"}.fa-hand-o-left:before{content:"\F0A5"}.fa-hand-o-up:before{content:"\F0A6"}.fa-hand-o-down:before{content:"\F0A7"}.fa-arrow-circle-left:before{content:"\F0A8"}.fa-arrow-circle-right:before{content:"\F0A9"}.fa-arrow-circle-up:before{content:"\F0AA"}.fa-arrow-circle-down:before{content:"\F0AB"}.fa-globe:before{content:"\F0AC"}.fa-wrench:before{content:"\F0AD"}.fa-tasks:before{content:"\F0AE"}.fa-filter:before{content:"\F0B0"}.fa-briefcase:before{content:"\F0B1"}.fa-arrows-alt:before{content:"\F0B2"}.fa-group:before,.fa-users:before{content:"\F0C0"}.fa-chain:before,.fa-link:before{content:"\F0C1"}.fa-cloud:before{content:"\F0C2"}.fa-flask:before{content:"\F0C3"}.fa-cut:before,.fa-scissors:before{content:"\F0C4"}.fa-copy:before,.fa-files-o:before{content:"\F0C5"}.fa-paperclip:before{content:"\F0C6"}.fa-save:before,.fa-floppy-o:before{content:"\F0C7"}.fa-square:before{content:"\F0C8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\F0C9"}.fa-list-ul:before{content:"\F0CA"}.fa-list-ol:before{content:"\F0CB"}.fa-strikethrough:before{content:"\F0CC"}.fa-underline:before{content:"\F0CD"}.fa-table:before{content:"\F0CE"}.fa-magic:before{content:"\F0D0"}.fa-truck:before{content:"\F0D1"}.fa-pinterest:before{content:"\F0D2"}.fa-pinterest-square:before{content:"\F0D3"}.fa-google-plus-square:before{content:"\F0D4"}.fa-google-plus:before{content:"\F0D5"}.fa-money:before{content:"\F0D6"}.fa-caret-down:before{content:"\F0D7"}.fa-caret-up:before{content:"\F0D8"}.fa-caret-left:before{content:"\F0D9"}.fa-caret-right:before{content:"\F0DA"}.fa-columns:before{content:"\F0DB"}.fa-unsorted:before,.fa-sort:before{content:"\F0DC"}.fa-sort-down:before,.fa-sort-desc:before{content:"\F0DD"}.fa-sort-up:before,.fa-sort-asc:before{content:"\F0DE"}.fa-envelope:before{content:"\F0E0"}.fa-linkedin:before{content:"\F0E1"}.fa-rotate-left:before,.fa-undo:before{content:"\F0E2"}.fa-legal:before,.fa-gavel:before{content:"\F0E3"}.fa-dashboard:before,.fa-tachometer:before{content:"\F0E4"}.fa-comment-o:before{content:"\F0E5"}.fa-comments-o:before{content:"\F0E6"}.fa-flash:before,.fa-bolt:before{content:"\F0E7"}.fa-sitemap:before{content:"\F0E8"}.fa-umbrella:before{content:"\F0E9"}.fa-paste:before,.fa-clipboard:before{content:"\F0EA"}.fa-lightbulb-o:before{content:"\F0EB"}.fa-exchange:before{content:"\F0EC"}.fa-cloud-download:before{content:"\F0ED"}.fa-cloud-upload:before{content:"\F0EE"}.fa-user-md:before{content:"\F0F0"}.fa-stethoscope:before{content:"\F0F1"}.fa-suitcase:before{content:"\F0F2"}.fa-bell-o:before{content:"\F0A2"}.fa-coffee:before{content:"\F0F4"}.fa-cutlery:before{content:"\F0F5"}.fa-file-text-o:before{content:"\F0F6"}.fa-building-o:before{content:"\F0F7"}.fa-hospital-o:before{content:"\F0F8"}.fa-ambulance:before{content:"\F0F9"}.fa-medkit:before{content:"\F0FA"}.fa-fighter-jet:before{content:"\F0FB"}.fa-beer:before{content:"\F0FC"}.fa-h-square:before{content:"\F0FD"}.fa-plus-square:before{content:"\F0FE"}.fa-angle-double-left:before{content:"\F100"}.fa-angle-double-right:before{content:"\F101"}.fa-angle-double-up:before{content:"\F102"}.fa-angle-double-down:before{content:"\F103"}.fa-angle-left:before{content:"\F104"}.fa-angle-right:before{content:"\F105"}.fa-angle-up:before{content:"\F106"}.fa-angle-down:before{content:"\F107"}.fa-desktop:before{content:"\F108"}.fa-laptop:before{content:"\F109"}.fa-tablet:before{content:"\F10A"}.fa-mobile-phone:before,.fa-mobile:before{content:"\F10B"}.fa-circle-o:before{content:"\F10C"}.fa-quote-left:before{content:"\F10D"}.fa-quote-right:before{content:"\F10E"}.fa-spinner:before{content:"\F110"}.fa-circle:before{content:"\F111"}.fa-mail-reply:before,.fa-reply:before{content:"\F112"}.fa-github-alt:before{content:"\F113"}.fa-folder-o:before{content:"\F114"}.fa-folder-open-o:before{content:"\F115"}.fa-smile-o:before{content:"\F118"}.fa-frown-o:before{content:"\F119"}.fa-meh-o:before{content:"\F11A"}.fa-gamepad:before{content:"\F11B"}.fa-keyboard-o:before{content:"\F11C"}.fa-flag-o:before{content:"\F11D"}.fa-flag-checkered:before{content:"\F11E"}.fa-terminal:before{content:"\F120"}.fa-code:before{content:"\F121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\F122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\F123"}.fa-location-arrow:before{content:"\F124"}.fa-crop:before{content:"\F125"}.fa-code-fork:before{content:"\F126"}.fa-unlink:before,.fa-chain-broken:before{content:"\F127"}.fa-question:before{content:"\F128"}.fa-info:before{content:"\F129"}.fa-exclamation:before{content:"\F12A"}.fa-superscript:before{content:"\F12B"}.fa-subscript:before{content:"\F12C"}.fa-eraser:before{content:"\F12D"}.fa-puzzle-piece:before{content:"\F12E"}.fa-microphone:before{content:"\F130"}.fa-microphone-slash:before{content:"\F131"}.fa-shield:before{content:"\F132"}.fa-calendar-o:before{content:"\F133"}.fa-fire-extinguisher:before{content:"\F134"}.fa-rocket:before{content:"\F135"}.fa-maxcdn:before{content:"\F136"}.fa-chevron-circle-left:before{content:"\F137"}.fa-chevron-circle-right:before{content:"\F138"}.fa-chevron-circle-up:before{content:"\F139"}.fa-chevron-circle-down:before{content:"\F13A"}.fa-html5:before{content:"\F13B"}.fa-css3:before{content:"\F13C"}.fa-anchor:before{content:"\F13D"}.fa-unlock-alt:before{content:"\F13E"}.fa-bullseye:before{content:"\F140"}.fa-ellipsis-h:before{content:"\F141"}.fa-ellipsis-v:before{content:"\F142"}.fa-rss-square:before{content:"\F143"}.fa-play-circle:before{content:"\F144"}.fa-ticket:before{content:"\F145"}.fa-minus-square:before{content:"\F146"}.fa-minus-square-o:before{content:"\F147"}.fa-level-up:before{content:"\F148"}.fa-level-down:before{content:"\F149"}.fa-check-square:before{content:"\F14A"}.fa-pencil-square:before{content:"\F14B"}.fa-external-link-square:before{content:"\F14C"}.fa-share-square:before{content:"\F14D"}.fa-compass:before{content:"\F14E"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\F150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\F151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\F152"}.fa-euro:before,.fa-eur:before{content:"\F153"}.fa-gbp:before{content:"\F154"}.fa-dollar:before,.fa-usd:before{content:"\F155"}.fa-rupee:before,.fa-inr:before{content:"\F156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\F157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\F158"}.fa-won:before,.fa-krw:before{content:"\F159"}.fa-bitcoin:before,.fa-btc:before{content:"\F15A"}.fa-file:before{content:"\F15B"}.fa-file-text:before{content:"\F15C"}.fa-sort-alpha-asc:before{content:"\F15D"}.fa-sort-alpha-desc:before{content:"\F15E"}.fa-sort-amount-asc:before{content:"\F160"}.fa-sort-amount-desc:before{content:"\F161"}.fa-sort-numeric-asc:before{content:"\F162"}.fa-sort-numeric-desc:before{content:"\F163"}.fa-thumbs-up:before{content:"\F164"}.fa-thumbs-down:before{content:"\F165"}.fa-youtube-square:before{content:"\F166"}.fa-youtube:before{content:"\F167"}.fa-xing:before{content:"\F168"}.fa-xing-square:before{content:"\F169"}.fa-youtube-play:before{content:"\F16A"}.fa-dropbox:before{content:"\F16B"}.fa-stack-overflow:before{content:"\F16C"}.fa-instagram:before{content:"\F16D"}.fa-flickr:before{content:"\F16E"}.fa-adn:before{content:"\F170"}.fa-bitbucket:before{content:"\F171"}.fa-bitbucket-square:before{content:"\F172"}.fa-tumblr:before{content:"\F173"}.fa-tumblr-square:before{content:"\F174"}.fa-long-arrow-down:before{content:"\F175"}.fa-long-arrow-up:before{content:"\F176"}.fa-long-arrow-left:before{content:"\F177"}.fa-long-arrow-right:before{content:"\F178"}.fa-apple:before{content:"\F179"}.fa-windows:before{content:"\F17A"}.fa-android:before{content:"\F17B"}.fa-linux:before{content:"\F17C"}.fa-dribbble:before{content:"\F17D"}.fa-skype:before{content:"\F17E"}.fa-foursquare:before{content:"\F180"}.fa-trello:before{content:"\F181"}.fa-female:before{content:"\F182"}.fa-male:before{content:"\F183"}.fa-gittip:before,.fa-gratipay:before{content:"\F184"}.fa-sun-o:before{content:"\F185"}.fa-moon-o:before{content:"\F186"}.fa-archive:before{content:"\F187"}.fa-bug:before{content:"\F188"}.fa-vk:before{content:"\F189"}.fa-weibo:before{content:"\F18A"}.fa-renren:before{content:"\F18B"}.fa-pagelines:before{content:"\F18C"}.fa-stack-exchange:before{content:"\F18D"}.fa-arrow-circle-o-right:before{content:"\F18E"}.fa-arrow-circle-o-left:before{content:"\F190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\F191"}.fa-dot-circle-o:before{content:"\F192"}.fa-wheelchair:before{content:"\F193"}.fa-vimeo-square:before{content:"\F194"}.fa-turkish-lira:before,.fa-try:before{content:"\F195"}.fa-plus-square-o:before{content:"\F196"}.fa-space-shuttle:before{content:"\F197"}.fa-slack:before{content:"\F198"}.fa-envelope-square:before{content:"\F199"}.fa-wordpress:before{content:"\F19A"}.fa-openid:before{content:"\F19B"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\F19C"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\F19D"}.fa-yahoo:before{content:"\F19E"}.fa-google:before{content:"\F1A0"}.fa-reddit:before{content:"\F1A1"}.fa-reddit-square:before{content:"\F1A2"}.fa-stumbleupon-circle:before{content:"\F1A3"}.fa-stumbleupon:before{content:"\F1A4"}.fa-delicious:before{content:"\F1A5"}.fa-digg:before{content:"\F1A6"}.fa-pied-piper-pp:before{content:"\F1A7"}.fa-pied-piper-alt:before{content:"\F1A8"}.fa-drupal:before{content:"\F1A9"}.fa-joomla:before{content:"\F1AA"}.fa-language:before{content:"\F1AB"}.fa-fax:before{content:"\F1AC"}.fa-building:before{content:"\F1AD"}.fa-child:before{content:"\F1AE"}.fa-paw:before{content:"\F1B0"}.fa-spoon:before{content:"\F1B1"}.fa-cube:before{content:"\F1B2"}.fa-cubes:before{content:"\F1B3"}.fa-behance:before{content:"\F1B4"}.fa-behance-square:before{content:"\F1B5"}.fa-steam:before{content:"\F1B6"}.fa-steam-square:before{content:"\F1B7"}.fa-recycle:before{content:"\F1B8"}.fa-automobile:before,.fa-car:before{content:"\F1B9"}.fa-cab:before,.fa-taxi:before{content:"\F1BA"}.fa-tree:before{content:"\F1BB"}.fa-spotify:before{content:"\F1BC"}.fa-deviantart:before{content:"\F1BD"}.fa-soundcloud:before{content:"\F1BE"}.fa-database:before{content:"\F1C0"}.fa-file-pdf-o:before{content:"\F1C1"}.fa-file-word-o:before{content:"\F1C2"}.fa-file-excel-o:before{content:"\F1C3"}.fa-file-powerpoint-o:before{content:"\F1C4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\F1C5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\F1C6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\F1C7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\F1C8"}.fa-file-code-o:before{content:"\F1C9"}.fa-vine:before{content:"\F1CA"}.fa-codepen:before{content:"\F1CB"}.fa-jsfiddle:before{content:"\F1CC"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\F1CD"}.fa-circle-o-notch:before{content:"\F1CE"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\F1D0"}.fa-ge:before,.fa-empire:before{content:"\F1D1"}.fa-git-square:before{content:"\F1D2"}.fa-git:before{content:"\F1D3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\F1D4"}.fa-tencent-weibo:before{content:"\F1D5"}.fa-qq:before{content:"\F1D6"}.fa-wechat:before,.fa-weixin:before{content:"\F1D7"}.fa-send:before,.fa-paper-plane:before{content:"\F1D8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\F1D9"}.fa-history:before{content:"\F1DA"}.fa-circle-thin:before{content:"\F1DB"}.fa-header:before{content:"\F1DC"}.fa-paragraph:before{content:"\F1DD"}.fa-sliders:before{content:"\F1DE"}.fa-share-alt:before{content:"\F1E0"}.fa-share-alt-square:before{content:"\F1E1"}.fa-bomb:before{content:"\F1E2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\F1E3"}.fa-tty:before{content:"\F1E4"}.fa-binoculars:before{content:"\F1E5"}.fa-plug:before{content:"\F1E6"}.fa-slideshare:before{content:"\F1E7"}.fa-twitch:before{content:"\F1E8"}.fa-yelp:before{content:"\F1E9"}.fa-newspaper-o:before{content:"\F1EA"}.fa-wifi:before{content:"\F1EB"}.fa-calculator:before{content:"\F1EC"}.fa-paypal:before{content:"\F1ED"}.fa-google-wallet:before{content:"\F1EE"}.fa-cc-visa:before{content:"\F1F0"}.fa-cc-mastercard:before{content:"\F1F1"}.fa-cc-discover:before{content:"\F1F2"}.fa-cc-amex:before{content:"\F1F3"}.fa-cc-paypal:before{content:"\F1F4"}.fa-cc-stripe:before{content:"\F1F5"}.fa-bell-slash:before{content:"\F1F6"}.fa-bell-slash-o:before{content:"\F1F7"}.fa-trash:before{content:"\F1F8"}.fa-copyright:before{content:"\F1F9"}.fa-at:before{content:"\F1FA"}.fa-eyedropper:before{content:"\F1FB"}.fa-paint-brush:before{content:"\F1FC"}.fa-birthday-cake:before{content:"\F1FD"}.fa-area-chart:before{content:"\F1FE"}.fa-pie-chart:before{content:"\F200"}.fa-line-chart:before{content:"\F201"}.fa-lastfm:before{content:"\F202"}.fa-lastfm-square:before{content:"\F203"}.fa-toggle-off:before{content:"\F204"}.fa-toggle-on:before{content:"\F205"}.fa-bicycle:before{content:"\F206"}.fa-bus:before{content:"\F207"}.fa-ioxhost:before{content:"\F208"}.fa-angellist:before{content:"\F209"}.fa-cc:before{content:"\F20A"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\F20B"}.fa-meanpath:before{content:"\F20C"}.fa-buysellads:before{content:"\F20D"}.fa-connectdevelop:before{content:"\F20E"}.fa-dashcube:before{content:"\F210"}.fa-forumbee:before{content:"\F211"}.fa-leanpub:before{content:"\F212"}.fa-sellsy:before{content:"\F213"}.fa-shirtsinbulk:before{content:"\F214"}.fa-simplybuilt:before{content:"\F215"}.fa-skyatlas:before{content:"\F216"}.fa-cart-plus:before{content:"\F217"}.fa-cart-arrow-down:before{content:"\F218"}.fa-diamond:before{content:"\F219"}.fa-ship:before{content:"\F21A"}.fa-user-secret:before{content:"\F21B"}.fa-motorcycle:before{content:"\F21C"}.fa-street-view:before{content:"\F21D"}.fa-heartbeat:before{content:"\F21E"}.fa-venus:before{content:"\F221"}.fa-mars:before{content:"\F222"}.fa-mercury:before{content:"\F223"}.fa-intersex:before,.fa-transgender:before{content:"\F224"}.fa-transgender-alt:before{content:"\F225"}.fa-venus-double:before{content:"\F226"}.fa-mars-double:before{content:"\F227"}.fa-venus-mars:before{content:"\F228"}.fa-mars-stroke:before{content:"\F229"}.fa-mars-stroke-v:before{content:"\F22A"}.fa-mars-stroke-h:before{content:"\F22B"}.fa-neuter:before{content:"\F22C"}.fa-genderless:before{content:"\F22D"}.fa-facebook-official:before{content:"\F230"}.fa-pinterest-p:before{content:"\F231"}.fa-whatsapp:before{content:"\F232"}.fa-server:before{content:"\F233"}.fa-user-plus:before{content:"\F234"}.fa-user-times:before{content:"\F235"}.fa-hotel:before,.fa-bed:before{content:"\F236"}.fa-viacoin:before{content:"\F237"}.fa-train:before{content:"\F238"}.fa-subway:before{content:"\F239"}.fa-medium:before{content:"\F23A"}.fa-yc:before,.fa-y-combinator:before{content:"\F23B"}.fa-optin-monster:before{content:"\F23C"}.fa-opencart:before{content:"\F23D"}.fa-expeditedssl:before{content:"\F23E"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\F240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\F241"}.fa-battery-2:before,.fa-battery-half:before{content:"\F242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\F243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\F244"}.fa-mouse-pointer:before{content:"\F245"}.fa-i-cursor:before{content:"\F246"}.fa-object-group:before{content:"\F247"}.fa-object-ungroup:before{content:"\F248"}.fa-sticky-note:before{content:"\F249"}.fa-sticky-note-o:before{content:"\F24A"}.fa-cc-jcb:before{content:"\F24B"}.fa-cc-diners-club:before{content:"\F24C"}.fa-clone:before{content:"\F24D"}.fa-balance-scale:before{content:"\F24E"}.fa-hourglass-o:before{content:"\F250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\F251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\F252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\F253"}.fa-hourglass:before{content:"\F254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\F255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\F256"}.fa-hand-scissors-o:before{content:"\F257"}.fa-hand-lizard-o:before{content:"\F258"}.fa-hand-spock-o:before{content:"\F259"}.fa-hand-pointer-o:before{content:"\F25A"}.fa-hand-peace-o:before{content:"\F25B"}.fa-trademark:before{content:"\F25C"}.fa-registered:before{content:"\F25D"}.fa-creative-commons:before{content:"\F25E"}.fa-gg:before{content:"\F260"}.fa-gg-circle:before{content:"\F261"}.fa-tripadvisor:before{content:"\F262"}.fa-odnoklassniki:before{content:"\F263"}.fa-odnoklassniki-square:before{content:"\F264"}.fa-get-pocket:before{content:"\F265"}.fa-wikipedia-w:before{content:"\F266"}.fa-safari:before{content:"\F267"}.fa-chrome:before{content:"\F268"}.fa-firefox:before{content:"\F269"}.fa-opera:before{content:"\F26A"}.fa-internet-explorer:before{content:"\F26B"}.fa-tv:before,.fa-television:before{content:"\F26C"}.fa-contao:before{content:"\F26D"}.fa-500px:before{content:"\F26E"}.fa-amazon:before{content:"\F270"}.fa-calendar-plus-o:before{content:"\F271"}.fa-calendar-minus-o:before{content:"\F272"}.fa-calendar-times-o:before{content:"\F273"}.fa-calendar-check-o:before{content:"\F274"}.fa-industry:before{content:"\F275"}.fa-map-pin:before{content:"\F276"}.fa-map-signs:before{content:"\F277"}.fa-map-o:before{content:"\F278"}.fa-map:before{content:"\F279"}.fa-commenting:before{content:"\F27A"}.fa-commenting-o:before{content:"\F27B"}.fa-houzz:before{content:"\F27C"}.fa-vimeo:before{content:"\F27D"}.fa-black-tie:before{content:"\F27E"}.fa-fonticons:before{content:"\F280"}.fa-reddit-alien:before{content:"\F281"}.fa-edge:before{content:"\F282"}.fa-credit-card-alt:before{content:"\F283"}.fa-codiepie:before{content:"\F284"}.fa-modx:before{content:"\F285"}.fa-fort-awesome:before{content:"\F286"}.fa-usb:before{content:"\F287"}.fa-product-hunt:before{content:"\F288"}.fa-mixcloud:before{content:"\F289"}.fa-scribd:before{content:"\F28A"}.fa-pause-circle:before{content:"\F28B"}.fa-pause-circle-o:before{content:"\F28C"}.fa-stop-circle:before{content:"\F28D"}.fa-stop-circle-o:before{content:"\F28E"}.fa-shopping-bag:before{content:"\F290"}.fa-shopping-basket:before{content:"\F291"}.fa-hashtag:before{content:"\F292"}.fa-bluetooth:before{content:"\F293"}.fa-bluetooth-b:before{content:"\F294"}.fa-percent:before{content:"\F295"}.fa-gitlab:before{content:"\F296"}.fa-wpbeginner:before{content:"\F297"}.fa-wpforms:before{content:"\F298"}.fa-envira:before{content:"\F299"}.fa-universal-access:before{content:"\F29A"}.fa-wheelchair-alt:before{content:"\F29B"}.fa-question-circle-o:before{content:"\F29C"}.fa-blind:before{content:"\F29D"}.fa-audio-description:before{content:"\F29E"}.fa-volume-control-phone:before{content:"\F2A0"}.fa-braille:before{content:"\F2A1"}.fa-assistive-listening-systems:before{content:"\F2A2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\F2A3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\F2A4"}.fa-glide:before{content:"\F2A5"}.fa-glide-g:before{content:"\F2A6"}.fa-signing:before,.fa-sign-language:before{content:"\F2A7"}.fa-low-vision:before{content:"\F2A8"}.fa-viadeo:before{content:"\F2A9"}.fa-viadeo-square:before{content:"\F2AA"}.fa-snapchat:before{content:"\F2AB"}.fa-snapchat-ghost:before{content:"\F2AC"}.fa-snapchat-square:before{content:"\F2AD"}.fa-pied-piper:before{content:"\F2AE"}.fa-first-order:before{content:"\F2B0"}.fa-yoast:before{content:"\F2B1"}.fa-themeisle:before{content:"\F2B2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\F2B3"}.fa-fa:before,.fa-font-awesome:before{content:"\F2B4"}.fa-handshake-o:before{content:"\F2B5"}.fa-envelope-open:before{content:"\F2B6"}.fa-envelope-open-o:before{content:"\F2B7"}.fa-linode:before{content:"\F2B8"}.fa-address-book:before{content:"\F2B9"}.fa-address-book-o:before{content:"\F2BA"}.fa-vcard:before,.fa-address-card:before{content:"\F2BB"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\F2BC"}.fa-user-circle:before{content:"\F2BD"}.fa-user-circle-o:before{content:"\F2BE"}.fa-user-o:before{content:"\F2C0"}.fa-id-badge:before{content:"\F2C1"}.fa-drivers-license:before,.fa-id-card:before{content:"\F2C2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\F2C3"}.fa-quora:before{content:"\F2C4"}.fa-free-code-camp:before{content:"\F2C5"}.fa-telegram:before{content:"\F2C6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\F2C7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\F2C8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\F2C9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\F2CA"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\F2CB"}.fa-shower:before{content:"\F2CC"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\F2CD"}.fa-podcast:before{content:"\F2CE"}.fa-window-maximize:before{content:"\F2D0"}.fa-window-minimize:before{content:"\F2D1"}.fa-window-restore:before{content:"\F2D2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\F2D3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\F2D4"}.fa-bandcamp:before{content:"\F2D5"}.fa-grav:before{content:"\F2D6"}.fa-etsy:before{content:"\F2D7"}.fa-imdb:before{content:"\F2D8"}.fa-ravelry:before{content:"\F2D9"}.fa-eercast:before{content:"\F2DA"}.fa-microchip:before{content:"\F2DB"}.fa-snowflake-o:before{content:"\F2DC"}.fa-superpowers:before{content:"\F2DD"}.fa-wpexplorer:before{content:"\F2DE"}.fa-meetup:before{content:"\F2E0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

._1e1jYYWJSZ1D_s8XldzPnH {
  width: 100%;
  background-color: #4a4a4a;
  color: white;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._1KnGdkkmK9wz3XIPnzTNJ7 {
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: end;
  padding: 4px 16px;
  border-radius: 20px;
  background-color: #9e9e9e;
}
._1KnGdkkmK9wz3XIPnzTNJ7:hover {
  background-color: var(--main-color);
}

._260hBi_1gaemFaB97YTMmm {
  padding: 10px;
}

._260hBi_1gaemFaB97YTMmm > child {
  margin-top: 10px;
}

._10PWrA9DXQURlBFEGFS1UR {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.WmjbUBLYc4kXOGUGmDear {
  padding: 0 10px;
}

.WmjbUBLYc4kXOGUGmDear > div {
  margin-bottom: 0px !important;
}

.zXjzmjAxOI6PwF_xvNu4W {
  color: black;
  white-space: nowrap;
  position: relative;
  top: 10px;
}

.lqQlig0JtZ7kSrMvlpNBt {
  cursor: pointer;
}

._1k2-82kVPNOdGrYF300x9n {
  font-size: 12px !important;
}

._1GjUTTVzuUG4x4f0qLbeei {
  font-size: 12px !important;
}

._12EL1CQVQRQcymCcnA6JvE {
  padding: 5px !important;
}

._2WmyuxA7Xe7hFMUdpOl36- {
  font-size: 12px;
}

._19JFqWSuw38AUa4dlkdQbW {
  margin-bottom: 20px;
}

._1AQTBwFUMNoGPPsMTuofOv {
  margin-left: 20px;
  margin-right: 20px;
}

._1QcJsdFLQOZj656Ois-WSw {
  padding-left: 20px;
  padding-right: 20px;
}

._3-KXWX5arm1w_lGOif8_NP {
  background-color: #ffffff;
}

._1aMhyFTyuodGGpG9JYdF_Q {
  padding-bottom: 20px;
}

._3cGGYXlgkN3WxgUfJIDbVo:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}

._2V2VEmWgJW4vXh09D2axSL:nth-last-child(-n + 2) {
  padding-bottom: 0;
  border-bottom: 0;
}

._3nvMu8m9IGAtT0YVAMfC48 {
  overflow-x: hidden;
}

.IlQGeaijd84q7MN4yMyF_ {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  gap: 4px;
}

/* import colors */

.QmA0pZf4lOWjf9IPT1ae6 {
  font-size: 12px !important;
  background-color: var(--main-color) !important;
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  font-family: "Atlas Grotesk Web", sans-serif !important;
  white-space: pre-line;
  line-height: 1.4em !important;
}

.ePkFNwZEUJndZY_tPA1vM {
  max-width: none !important;
}

._10y1OtaKanRdCuuf6yahpM {
  top: 0;
  left: 0;
  margin-top: -0.5em;
  width: 2em;
  height: 1em;
  position: absolute;
  font-size: 6;
}

._10y1OtaKanRdCuuf6yahpM::before {
  border-width: 0 0.5em 0.5em 0.5em;
  border-color: transparent transparent var(--main-color) transparent;
  content: "";
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

._92cqV5V9FcmNtKfI0Vriz {
  text-align: center;
}

._3lQ0FzLDfRT-vUW-cXbd4e {
  margin-bottom: 20px;
}

._3gDCo3I7ofg5WIaRwNtAM9 {
  color: var(--main-color);
  margin-bottom: 10px;
  font-weight: 400;
}

._1QdzgSB_E1hNC1LjBrqMCs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(800px, 1fr));
}

.o56HHfsIIo0v_ZxO7KpuR {
  display: flex;
  flex-wrap: wrap;
}

.o56HHfsIIo0v_ZxO7KpuR div:not(:last-child) {
  margin-right: 75px;
}

._2d4N9ls_NRdEeYOnvzUr2Z {
  display: grid;
  grid-column-gap: 50px;
}

._2IOvo-fddlhZfDmJYM1t6- {
  grid-template-columns: repeat(2, minmax(200px, 450px));
}

._3AEuFEpKAMdHGsDeuUDH-O {
  grid-template-columns: repeat(3, 1fr);
}

.n_4Q6qC6az5uQp4GAhafk {
  grid-template-columns: 60% 30%;
}

@media (max-width: 991px) {
  ._2d4N9ls_NRdEeYOnvzUr2Z {
    grid-column-gap: 20px;
  }

  ._3w3DQAV4Gr7_PVWujgI3Kd {
    grid-template-columns: 100%;
  }

  ._1qH1HvB3hvmVG_v5jwh_2h {
    grid-template-columns: repeat(2, 45%);
  }

  .HZp8iYPldQczNEOZaDzX_ {
    grid-template-columns: 2fr 1fr;
  }
}

.dvN1pDBYKXsgp3AXNieAJ {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.BNX-cK5Ma7xnIalj1fMfx .dvN1pDBYKXsgp3AXNieAJ,
.Hw95nij9ChTYDhpEX2Eal .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #c9c9c9;
}

._3rOEXe14D_47u_LDCZ7kSm .dvN1pDBYKXsgp3AXNieAJ,
._3rOEXe14D_47u_LDCZ7kSm .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #f44335;
}

._2XX8Lk6ld9jsZih81jGYpI .dvN1pDBYKXsgp3AXNieAJ,
.MQNxt1P0WXPt5-mCxVjY_ .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #c9c9c9;
}

.FzYzKpCh5rpYdrNrGLfcP .dvN1pDBYKXsgp3AXNieAJ,
._2n1XdoLW8N32vsSo9SimGb .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #c9c9c9;
}

._1cB-PkaEp-WJCX2CMzMQ9w .dvN1pDBYKXsgp3AXNieAJ,
._3KJF8F8OcKR7bs3G_EX1t1 .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #c9c9c9;
}

._9EsnwKYaURZ0YpSg2ny-i .dvN1pDBYKXsgp3AXNieAJ,
.RRScF4LG_Bnl9am5CQDCH .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #5e5e5e;
}

._3tVvTmt3rsCTaL-30_dtIY .dvN1pDBYKXsgp3AXNieAJ,
.QASgb6XBCK5lkF-zqvko4 .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #1a1a1a;
}

._3QGdkKZ9MVe-NCbGrea7rl .dvN1pDBYKXsgp3AXNieAJ,
._1uql2_wlSabEFb3ws12yUi .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #00afef;
}

._3HsfLab4d31XScfAA8IPFf .dvN1pDBYKXsgp3AXNieAJ,
.ofW_6Tnleoekr5dRdzZPv .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #00afef;
}

._3k28eBRNvZvr0AuJqV_zoV .dvN1pDBYKXsgp3AXNieAJ,
._13likpzTW6xh4tzvTbqz7I .dvN1pDBYKXsgp3AXNieAJ {
  background-color: green;
}

._2sHqHPAnfVJUKOPiXAQM0z .dvN1pDBYKXsgp3AXNieAJ,
.tmLfLrhx9HcPlxayMx6s9 .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #00afef;
}

._2kNV00CYvAUBuCoE8z8Fwx .dvN1pDBYKXsgp3AXNieAJ,
._33kJx7eMQVLvnXLRYxlMAj .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #f44335;
}

._3rOEXe14D_47u_LDCZ7kSm .dvN1pDBYKXsgp3AXNieAJ,
.Jccpx9ityIAv2Bh57-Qo3 .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #f44335;
}

._3rOEXe14D_47u_LDCZ7kSm ._3YdBduw3s2Id7ZTA36n6Qy {
  color: #f44335;
}

.BNkBeyjYFrgs8wHVHP1ZZ .dvN1pDBYKXsgp3AXNieAJ,
.f_HX_xkOuLN9E8FkhVrBm .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #f44335;
}

._1SaAmBsWzEPD-NlT19N9TV .dvN1pDBYKXsgp3AXNieAJ,
._1Dmmds_PsYZVjLbo82Zl-M .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #f44335;
}

._1TURBga9AEbQeOC7YLBlzS .dvN1pDBYKXsgp3AXNieAJ,
._3PRrUSQeB1gy4bTKKE0Vy_ .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #f44335;
}

._2cZqKNg5H9ldHw3PW032Nu .dvN1pDBYKXsgp3AXNieAJ,
._1ptBoe4y_evsN_Nnz3u8zo .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #00afef;
}

._3kaJtFDXBsvy9OFOVIjBOT .dvN1pDBYKXsgp3AXNieAJ,
.G3SqQYMcaxJnxiBjvp9ar .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #7fcef3;
}

._1DgN2JGJZL42okeqg-jLto .dvN1pDBYKXsgp3AXNieAJ,
._1xrCGovbQEdECC4oB6OevU .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #f44335;
}

._1s5Cm2yBhXUP-LX0fKoSCL .dvN1pDBYKXsgp3AXNieAJ,
.Q7fDdaRWxGnDIp7ib4Au6 .dvN1pDBYKXsgp3AXNieAJ {
  background-color: #5e5e5e;
}

span[class*='_simple'] {
  margin-right: 11px;
}

span[class*='_simple']:last-of-type {
  margin-right: 0;
}

._3YdBduw3s2Id7ZTA36n6Qy {
  display: inline-block;
  margin-left: 11px;
}
._2Ap8kmqzRyIne2PUUYIwqd {
  font-size: 12px;
  display: grid;
  grid-template-columns: 300px auto;
  grid-template-rows: 90px minmax(500px, calc(100vh - 150px)) 50px;
  grid-template-areas:
    'topbar topbar'
    'sidebar main'
    '. .';
  height: calc(100vh - 66px); /* 66px for navigation bar */
}

._2Ap8kmqzRyIne2PUUYIwqd a:hover,
._2Ap8kmqzRyIne2PUUYIwqd a:focus {
  text-decoration: none;
  outline: none;
}

._2avAOBMj_xtcohd2UCGsfI,
.u2wb7-B6V-5O5VSINZeLd {
  display: none;
}

._2va80qPQtW-2Uq4a8ljm5l {
  top: 80px !important;
}

._3Vuz82PDB2PaL3EBSG_MWr {
  font-size: 12px !important;
}

._1VYjWBKEw6jLW1Sa2py1qp {
  background-color: green !important;
}

._2xvZVkTjkxmOtYVmj6QogL {
  background-color: #f44335 !important;
}

/* Topbar */

._1H0zHq4YDIsmM7T0zu-DRE {
  grid-area: topbar;
  display: grid;
  word-wrap: break-word;
  grid-template-columns: 300px auto;
  grid-template-areas: '. topbar_content';
  padding-top: 10px;
  padding-left: 40px;
  position: sticky;
  top: 66px;
  background: #f6f6f6;
  z-index: 1;
}

._1Bj0eF5x0TNuuQIUu4fB8t {
  grid-area: topbar_content;
  display: flex;
  justify-content: space-between;
}

._10nwl5nblggRzcBUH845hU {
  display: flex;
}

._1HGDkkfwPezoKO7NQ0t3QV {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 70px;
  color: var(--main-color);
  cursor: pointer;
  height: 100%;
  white-space: normal;
}

._3DjDWgL9-OIx3_rX6TBnDK,
._1HGDkkfwPezoKO7NQ0t3QV:hover {
  border-bottom: 5px solid var(--main-color);
}

._37eZpGTpk6xDRB5ZS0l9Dj {
  margin: 0 auto;
}

._1rxZuXgeQswwRYuYeBEfh7 {
  pointer-events: none;
  color: #c9c9c9;
}

._3Fil6Ge9Qgbl19QvzeQPjL {
  pointer-events: none;
}

.B7j6Ip92_YJaDv8cj-dCI {
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  justify-content: center;
  flex-direction: column;
  text-align: right;
}

._3jGw31ZKInQJsL0trxMghg {
  margin-bottom: 5px;
  white-space: nowrap;
}

/* Sidebar */

._1wjqVjH9OTWHAW8MOw8sou {
  grid-area: sidebar;
  background-color: #ffffff;
  box-shadow: 3px 5px 5px 1px #c9c9c9;
  line-height: 2;
  overflow: auto;
  padding-bottom: 4rem;
}

._3GTdB1JqHFYl4pPyQBaQBN {
  padding: 20px 10px 20px 0;
  font-size: 12px;
}

._3GTdB1JqHFYl4pPyQBaQBN:not(:last-child) {
  padding-left: 30px;
  border-bottom: 1px solid #c9c9c9;
}

._3UarVa_i2FO63QX7vYLe8J {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--main-color);
  cursor: pointer;
}

.r9I-FRkvKcgiqv4Ij082_ {
  padding-left: 30px;
  font-size: 14px;
}

._2Ml0KXU8aLy1u5eQkl0Dhd {
  display: flex;
  justify-content: space-between;
}

.-GBp4jGLoD55HFm3aAzOz {
  width: 100%;
}

.-GBp4jGLoD55HFm3aAzOz > span:first-child {
  margin-right: 11px;
}

._2nd50soPjxo0iodlBKwDWw,
._1J8-AGRZ6nSA3plp7UfrG,
.r9I-FRkvKcgiqv4Ij082_:hover {
  border-left: 5px solid var(--main-color);
  padding-left: 25px;
}

.R9f4C2bXml0RlMsfEl3o0 a:hover,
.R9f4C2bXml0RlMsfEl3o0 a:active,
.R9f4C2bXml0RlMsfEl3o0 a:focus {
  text-decoration: none;
  outline: none;
}

.R9f4C2bXml0RlMsfEl3o0 {
  color: var(--main-color);
  cursor: pointer;
}

._2g7Sm7Pc5Y7krKpsESq8Lu {
  padding: 0 10px 5px 10px !important;
}

._3t59CP9PusifJkGSoBlRH5 {
  color: #000000 !important;
  font-size: 12px !important;
  font-weight: inherit !important;
}

._3t59CP9PusifJkGSoBlRH5:hover {
  color: var(--main-color) !important;
}

._3YKYBmL1IqsvmoV2aKhXno:hover {
  color: #000000 !important;
}

._1GRk5YGA2YZPhRWXzIqVjI {
  font-size: 12px;
}

.agD1nOlToSkTvoFPTMKiu {
  display: flex;
}

.agD1nOlToSkTvoFPTMKiu a {
  display: flex;
  align-items: center;
}

/* Main body */

._2j3k0vztkjfumMpQzcU9z0 {
  grid-area: main;
  margin: 0 20px;
  padding: 20px 0 20px 40px;
  background: #ffffff;
  font-size: 12px;
  overflow: auto;
}

._38XUwRWvM36ZDGcpjVNm0C {
  display: flex;
}

._38XUwRWvM36ZDGcpjVNm0C button:not(:last-child) {
  margin-right: 20px;
}

.zVUhjnX_2s92CEtwUtom7 {
  color: var(--main-color);
}

._1TnCrQeoGxUK8C0dZaa_Uy {
  color: var(--main-color-active) !important;
}

/* Small screen view */

@media (max-width: 1024px) {
  ._1HGDkkfwPezoKO7NQ0t3QV {
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  ._24qwG7lJGFv-bmMyyNFn0s {
    display: none;
  }
}

/* Mobile view */

@media (max-width: 991px) {
  ._2Ap8kmqzRyIne2PUUYIwqd {
    display: block;
  }

  ._1wjqVjH9OTWHAW8MOw8sou,
  ._1H0zHq4YDIsmM7T0zu-DRE,
  ._3GTdB1JqHFYl4pPyQBaQBN,
  ._2j3k0vztkjfumMpQzcU9z0 {
    display: none;
  }

  /* Main body */

  ._2avAOBMj_xtcohd2UCGsfI {
    display: block;
    padding: 3rem 2rem 0;
    background: #ffffff;
    font-size: 12px;
    overflow: auto;
    height: calc(100vh - 145px);
    position: sticky;
  }

  ._2Ml0KXU8aLy1u5eQkl0Dhd {
    margin-bottom: 20px;
  }

  .r9I-FRkvKcgiqv4Ij082_ {
    padding-left: 0;
  }

  ._1J8-AGRZ6nSA3plp7UfrG,
  ._2nd50soPjxo0iodlBKwDWw,
  .r9I-FRkvKcgiqv4Ij082_:hover {
    border-left: none;
    padding-left: 0;
  }

  ._2nd50soPjxo0iodlBKwDWw + .r9I-FRkvKcgiqv4Ij082_ {
    background: #ffffff;
    bottom: 0;
    padding: 1rem 0;
    position: sticky;
    z-index: 100;
  }

  ._2nd50soPjxo0iodlBKwDWw
    + .r9I-FRkvKcgiqv4Ij082_
    > ._2Ml0KXU8aLy1u5eQkl0Dhd {
    margin-bottom: 0;
  }

  ._376iqFNqGaBIj1vqecDCdp {
    margin-bottom: 10px;
  }

  ._38XUwRWvM36ZDGcpjVNm0C {
    justify-content: space-evenly;
  }

  ._38XUwRWvM36ZDGcpjVNm0C button:not(:last-child) {
    margin-right: 0;
  }

  /* Bottom Menu */

  .u2wb7-B6V-5O5VSINZeLd {
    position: sticky;
    bottom: 0;
    height: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
    background-color: #ffffff;
  }

  .jPqZwnKvrDdFH4ZkLvoYF {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f6f6f6;
  }

  ._1lPbDPKxktHKfIWibTHk4K {
    pointer-events: none;
    color: #c9c9c9;
  }

  ._2GKosBq1mltzqvnf4E_69k,
  ._2GKosBq1mltzqvnf4E_69k:active,
  ._2GKosBq1mltzqvnf4E_69k:focus {
    background-color: var(--main-color);
    color: var(--main-font-color);
  }
}

._3JqljI3dRYA59eqyiaYYUP {
  display: inline-block;
  position: relative;
  left: 10px;
  top: 4px;
}

._3JqljI3dRYA59eqyiaYYUP svg {
  color: var(--main-color);
}

/*
  Transitions
*/

/* VARIABLES */

/*
  Buttons
*/

/* import colors */
._3ItyO33LyBVWmMVqn4cQTm {
  position: relative;
  display: inline-block;
  padding: 7px 19px;
  min-width: 83px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 200;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s;
  cursor: pointer;
  outline: none;
}

._3aXTPLyZH3KViQ2A6LeKzE {
  opacity: 0.5;
  pointer-events: none;
}

._3ItyO33LyBVWmMVqn4cQTm:hover,
._3ItyO33LyBVWmMVqn4cQTm:focus,
._3ItyO33LyBVWmMVqn4cQTm:active,
._3ItyO33LyBVWmMVqn4cQTm:visited {
  text-decoration: none;
  outline: none;
}

._3aXTPLyZH3KViQ2A6LeKzE:focus {
  color: var(--main-font-color);
}

._1h09xNA-nFFMd7AGSMBI5Y {
  font-size: 12px;
  padding: 8px 12px 7px;
  min-width: 84px;
}

/* Icons */

._1VhUVn1FOoHSN9PjiiNfnx::after {
  background-color: var(--main-font-color);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgOSI+PHRpdGxlPmljb25fY2hldnJvbl9kb3duLXdoaXRlPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE2IiBoZWlnaHQ9IjkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkFBQUFBSkNBWUFBQUE3S3F3eUFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFBcVVsRVFWUW9VMlA0Ly8vL0tpQStEc1NpUU14QUpCYUY2bGtGNHJ6NER3R1hpVFJFQUtvV0JGNkFCTXlCK0ROVTRCd1E4K1BSekFmRUo2RnF2d0d4SlV6Q0NTcndINm9BbXlGY1FMd1BxdVluVkE4RHNnS1F3QytvZ29OUURUQTVOaURlQ3BVRHFmR0R5YUhiNG9ka3lENm9JY3hBdkFZcTloZUlvNUQxWVBObklGUWhDT3dDNG5YL0VTQUZYVDJ1d0lwR01nUUc4ckdweFdVQUNBY0I4UzBnZmdERXlialVBUUJTZXR5SEpPODFvQUFBQUFCSlJVNUVya0pnZ2c9PSIvPjwvc3ZnPgo=) no-repeat center;
  mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgOSI+PHRpdGxlPmljb25fY2hldnJvbl9kb3duLXdoaXRlPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE2IiBoZWlnaHQ9IjkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkFBQUFBSkNBWUFBQUE3S3F3eUFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFBcVVsRVFWUW9VMlA0Ly8vL0tpQStEc1NpUU14QUpCYUY2bGtGNHJ6NER3R1hpVFJFQUtvV0JGNkFCTXlCK0ROVTRCd1E4K1BSekFmRUo2RnF2d0d4SlV6Q0NTcndINm9BbXlGY1FMd1BxdVluVkE4RHNnS1F3QytvZ29OUURUQTVOaURlQ3BVRHFmR0R5YUhiNG9ka3lENm9JY3hBdkFZcTloZUlvNUQxWVBObklGUWhDT3dDNG5YL0VTQUZYVDJ1d0lwR01nUUc4ckdweFdVQUNBY0I4UzBnZmdERXlialVBUUJTZXR5SEpPODFvQUFBQUFCSlJVNUVya0pnZ2c9PSIvPjwvc3ZnPgo=) no-repeat center;
}

._3s_DMTytGfSXJNisQqHL2w::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgOSI+PHRpdGxlPmljb25fY2hldnJvbl9kb3duLWJsdWU8L3RpdGxlPjxpbWFnZSB3aWR0aD0iMTYiIGhlaWdodD0iOSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCQUFBQUFKQ0FZQUFBQTdLcXd5QUFBQUNYQklXWE1BQUFzU0FBQUxFZ0hTM1g3OEFBQUF0RWxFUVZRb1UyUFFYdk5vRlJBZkIyTFIvLy8vTXhDRFFXcWhlbGFCT0MrQStEOFFYeWJHRUtBYUFhaGFrSjRYSUFGeklQNE1GVGdIeFB4NE5QTUI4VW1vMm05QWJBbVRjSUlLL0ljcXdEQUVLTVlGeFB1Z2FuNkM5SURFa1JXQURQa0ZWWEFRcEFGSmpnMkl0MExsUUdyOFlITG90dmdoR2JJUGFpc3pFSytCaXYwRjRpaGtQZGo4R1FoVkNOS3dDNGpYUWRrZ25JS3VIbGRnUlNNWkFzUDUyTlJpTlFCcVNCQVEzd0xpQjBDY2pFc2RBQVFvZ1dlWXdtMkFBQUFBQUVsRlRrU3VRbUNDIi8+PC9zdmc+Cg==);
}

._3cbEzTUx3lwJecqYy6JyXm::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgOSI+PHRpdGxlPmljb25fY2hldnJvbl9kb3duLWdyZXk8L3RpdGxlPjxpbWFnZSB3aWR0aD0iMTYiIGhlaWdodD0iOSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCQUFBQUFKQ0FZQUFBQTdLcXd5QUFBQUNYQklXWE1BQUFzU0FBQUxFZ0hTM1g3OEFBQUF0RWxFUVZRb1UyT29ycWxmQmNUSGdWajAvLy8vRE1SZ2tGcW9ubFVnemdzZy9nL0VsNGt4QktoR0FLb1dwT2NGU01BY2lEOURCYzRCTVQ4ZXpYeEFmQktxOWhzUVc4SWtuS0FDLzZFS01Bd0JpbkVCOFQ2b21wOGdQU0J4WkFVZ1EzNUJGUndFYVVDU1l3UGlyVkE1a0JvL21CeTZMWDVJaHV5RDJzb014R3VnWW4rQk9BcFpEelovQmtJVmdqVHNBdUoxVURZSXA2Q3J4eFZZMFVpR3dIQStOclZZRFlBYUVnVEV0NEQ0QVJBbjQxSUhBSEc1Ym85RWhXU3FBQUFBQUVsRlRrU3VRbUNDIi8+PGcgaWQ9ImZYREplZy50aWYiPjxpbWFnZSBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiIHdpZHRoPSIxNiIgaGVpZ2h0PSI5IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJBQUFBQUpDQVlBQUFBN0txd3lBQUFBQ1hCSVdYTUFBQXNTQUFBTEVnSFMzWDc4QUFBQXMwbEVRVlFvVTQyUXNRckNRQkJFQTRLRmhkcjRMV0xyQndTMFZEQ0Y5djVYRURzYmk0Q1YyTmlrczdKTUx3Z0tzczdBSEN6eElpa2UzTzIrbVNOSlZsbVdnek1ZbVZuU0Jycks1THhVd0VEWnBnVE9VQzR6RlFkajhORGdDZ1ovd24xd2tmc0VrN0NZYW1BU2Zrb3c2NEZDem9zWnpyM0FrcmVFRXdOdTF3VUg3ZWlrWVZkL0pYVWxoVjd0Z0oxbUg3RHdtZGgzemlReWNBUjduY21tN2pmOXJLVXJDV3hqYnJSQUpYTndBM2V3YnZLKzNOeFZQNHVSbFZvQUFBQUFTVVZPUks1Q1lJST0iLz48L2c+PC9zdmc+Cg==);
}

._8XRYMiu27FZN5KlnmzNr8::after {
  background-color: var(--main-font-color);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30KPC9zdHlsZT4KPGltYWdlIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIgd2lkdGg9IjkiIGhlaWdodD0iMTYiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQWtBQUFBUUNBUUFBQUJ1UVozSUFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUFDQmpTRkpOCkFBQjZKZ0FBZ0lRQUFQb0FBQUNBNkFBQWRUQUFBT3BnQUFBNm1BQUFGM0NjdWxFOEFBQUFBbUpMUjBRQUFLcU5JeklBQUFBSmNFaFoKY3dBQUN4SUFBQXNTQWRMZGZ2d0FBQUFIZEVsTlJRZmdDUWtSSmlrMkFFN1dBQUFBZFVsRVFWUVkwMVhRS3c0Q1FRd0EwUEs1QUFrMwo0UjRvREpJRUF4ZllOVGdFRXNFVnNOd050eUVoRDdFWjJwMjYxNmFmQ1VzdkR3dlJJcXdNZUNhR3NQV3BPR1ltMkRvVS9EZE5UR3A0CnJ4VDJHT1pSM3lZaTNyWG1ocS9kRkRqbXhDczQ1VjU5d2tnZE9PZU5hOURYbjVpNU9OVHRmbHQrcmxDcDdwTHZBQUFBQUVsRlRrU3UKUW1DQyI+CjwvaW1hZ2U+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9InoiLz4KPC9zdmc+Cg==) no-repeat center;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30KPC9zdHlsZT4KPGltYWdlIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIgd2lkdGg9IjkiIGhlaWdodD0iMTYiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQWtBQUFBUUNBUUFBQUJ1UVozSUFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUFDQmpTRkpOCkFBQjZKZ0FBZ0lRQUFQb0FBQUNBNkFBQWRUQUFBT3BnQUFBNm1BQUFGM0NjdWxFOEFBQUFBbUpMUjBRQUFLcU5JeklBQUFBSmNFaFoKY3dBQUN4SUFBQXNTQWRMZGZ2d0FBQUFIZEVsTlJRZmdDUWtSSmlrMkFFN1dBQUFBZFVsRVFWUVkwMVhRS3c0Q1FRd0EwUEs1QUFrMwo0UjRvREpJRUF4ZllOVGdFRXNFVnNOd050eUVoRDdFWjJwMjYxNmFmQ1VzdkR3dlJJcXdNZUNhR3NQV3BPR1ltMkRvVS9EZE5UR3A0CnJ4VDJHT1pSM3lZaTNyWG1ocS9kRkRqbXhDczQ1VjU5d2tnZE9PZU5hOURYbjVpNU9OVHRmbHQrcmxDcDdwTHZBQUFBQUVsRlRrU3UKUW1DQyI+CjwvaW1hZ2U+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9InoiLz4KPC9zdmc+Cg==) no-repeat center;
}

.hZ3Wr3_YnEV42x-fEURQt::after {
  background-color: var(--main-font-color);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjEgMTUuNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZmZmZ9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCw3LjdBMi40NiwyLjQ2LDAsMCwxLC44LDZMNi40LjNBMSwxLDAsMCwxLDcuOC4zYTEsMSwwLDAsMSwwLDEuNEwyLjIsNy40Yy0uMi4yLS4yLjQsMCwuN2w1LjYsNS42YTEsMSwwLDAsMS0xLjQsMS40TC44LDkuNUEyLjQ0LDIuNDQsMCwwLDEsMCw3LjdaIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat center;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjEgMTUuNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZmZmZ9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCw3LjdBMi40NiwyLjQ2LDAsMCwxLC44LDZMNi40LjNBMSwxLDAsMCwxLDcuOC4zYTEsMSwwLDAsMSwwLDEuNEwyLjIsNy40Yy0uMi4yLS4yLjQsMCwuN2w1LjYsNS42YTEsMSwwLDAsMS0xLjQsMS40TC44LDkuNUEyLjQ0LDIuNDQsMCwwLDEsMCw3LjdaIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat center;
}

/* Arrows */

._3att2XRUfmc9utCDeWlDjR {
  padding-right: 44px;
}

._3att2XRUfmc9utCDeWlDjR::after {
  position: absolute;
  top: 16px;
  right: 18px;
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 9px;
  width: 16px;
  height: 9px;
}

/* Button options styles */

/* Blue */

.E0f21NkbHSXyk5EQox2x2 {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: var(--main-font-color);
}

.E0f21NkbHSXyk5EQox2x2:hover {
  border-color: var(--main-color-active);
  background-color: var(--main-color-active);
  cursor: pointer;
  color: var(--main-font-color);
}

.E0f21NkbHSXyk5EQox2x2:active {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: var(--main-font-color);
}

._10WIT_3H-WewQYH6l0H_0c {
  display: block;
  width: 100%;
}

._1Th6lrbLSwV5hVGMjBjftj {
  display: block;
  width: 100%;
}

._32wOTHdcfzcz6nLA0faLRf {
}

._14vBW84P9ThqTOpmMOXBNk {
}

._14vBW84P9ThqTOpmMOXBNk::after {
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  top: 9px;
}

.Yr0cRzpgbOGTp3HMKCyK2 {
  padding-left: 44px;
  padding-right: 20px;
}

.Yr0cRzpgbOGTp3HMKCyK2::after {
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  top: 9px;
  left: 18px;
}

._15DFmh4uwzilMSyHOaC_lw {
  position: relative;
  float: right;
  margin-right: 8px;
  margin-bottom: 5px;
}

/* smaller font */

.Jgyfy2HgcYPPcNULdwkws {
  font-size: 13px;
}

/* Default button */
._7YEPm-9yQgvv0SdSsn8K6,
._7YEPm-9yQgvv0SdSsn8K6:hover,
._7YEPm-9yQgvv0SdSsn8K6:focus {
  background: #00afef;
  border-color: #00afef;
}

/* White border outer */

.VlE72bYVAhumtpcRu4WlU {
  border: 2px solid var(--main-font-color);
}

.VlE72bYVAhumtpcRu4WlU:hover,
.VlE72bYVAhumtpcRu4WlU:focus {
  border-color: var(--main-font-color);
}

.VlE72bYVAhumtpcRu4WlU::after {
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  top: 12px;
}

/* White border outer and down arrow icon */

._3ynj-GORofvfeAXQwNMShx {
  font-size: 14px;
  letter-spacing: -0.4px;
  border: 2px solid var(--main-font-color);
}

._3ynj-GORofvfeAXQwNMShx:hover,
._3ynj-GORofvfeAXQwNMShx:focus {
  border-color: var(--main-font-color);
}

._3ynj-GORofvfeAXQwNMShx::after {
  background-size: 16px 9px;
  bottom: 0;
  width: 16px;
  height: 9px;
  margin: auto;
  top: 0;
}

/* White border outer and right arrow icon */

._2pHXDvWxJW3UJAX8mgIE9k {
  border: 2px solid var(--main-font-color);
}

._2pHXDvWxJW3UJAX8mgIE9k:hover,
._2pHXDvWxJW3UJAX8mgIE9k:focus {
  border-color: var(--main-font-color);
}

._2pHXDvWxJW3UJAX8mgIE9k::after {
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  top: 12px;
}

._3uwuyaRyfhkrzGsoKsfbga {
  display: inline-block;
  width: 15px;
  height: 29px;
  text-indent: -9000px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjE1IDE1LjQ2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzJiYWNlMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xNSw3LjU3YTIuNDYsMi40NiwwLDAsMS0uNzYsMS43NEwxLjgyLDE1QTEsMSwwLDEsMSwuNDEsMTMuNjVMNiw3LjkyYS40MS40MSwwLDAsMCwwLS42N0wuNDIsMS42NUExLDEsMCwwLDEsMS44My4yNEw3LjQxLDUuODJBMi40NiwyLjQ2LDAsMCwxLDguMTUsNy41N1oiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
  transform: scale(1);
  z-index: 1000;
}

._3uwuyaRyfhkrzGsoKsfbga:hover {
  transform: scale(1.07);
  outline: none;
}

._3uwuyaRyfhkrzGsoKsfbga:focus,
._3uwuyaRyfhkrzGsoKsfbga:active {
  outline: none;
}

._1iYF0P9T0RdlXJ5RYHEgrz {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #00afef;
  border-radius: 50%;
  text-indent: -9000px;
  background-color: #f6f6f6;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjE1IDE1LjQ2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzJiYWNlMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xNSw3LjU3YTIuNDYsMi40NiwwLDAsMS0uNzYsMS43NEwxLjgyLDE1QTEsMSwwLDEsMSwuNDEsMTMuNjVMNiw3LjkyYS40MS40MSwwLDAsMCwwLS42N0wuNDIsMS42NUExLDEsMCwwLDEsMS44My4yNEw3LjQxLDUuODJBMi40NiwyLjQ2LDAsMCwxLDguMTUsNy41N1oiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 16px;
  transition: all 0.2s;
  transform: scale(1);
  z-index: 1000;
}

._1iYF0P9T0RdlXJ5RYHEgrz:hover {
  transform: scale(1.07);
}

.GfkDDuXm4n8Bc0lPZ7X9w {
  display: inline-block;
  width: 15px;
  height: 29px;
  text-indent: -9000px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjEgMTUuNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYmFjZTI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAxPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsNy43QTIuNDYsMi40NiwwLDAsMSwuOCw2TDYuNC4zQTEsMSwwLDAsMSw3LjguM2ExLDEsMCwwLDEsMCwxLjRMMi4yLDcuNGMtLjIuMi0uMi40LDAsLjdsNS42LDUuNmExLDEsMCwwLDEtMS40LDEuNEwuOCw5LjVBMi40NCwyLjQ0LDAsMCwxLDAsNy43WiIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
  transform: scale(1);
  z-index: 1000;
}

.GfkDDuXm4n8Bc0lPZ7X9w:hover {
  transform: scale(1.07);
  outline: none;
}

.GfkDDuXm4n8Bc0lPZ7X9w:focus,
.GfkDDuXm4n8Bc0lPZ7X9w:active {
  outline: none;
}

._1ufUFZ89szq4_TommSx8VG {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #00afef;
  border-radius: 50%;
  text-indent: -9000px;
  background-color: #f6f6f6;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjEgMTUuNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYmFjZTI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAxPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsNy43QTIuNDYsMi40NiwwLDAsMSwuOCw2TDYuNC4zQTEsMSwwLDAsMSw3LjguM2ExLDEsMCwwLDEsMCwxLjRMMi4yLDcuNGMtLjIuMi0uMi40LDAsLjdsNS42LDUuNmExLDEsMCwwLDEtMS40LDEuNEwuOCw5LjVBMi40NCwyLjQ0LDAsMCwxLDAsNy43WiIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 16px;
  transition: all 0.2s;
  transform: scale(1);
  z-index: 1000;
}

._1ufUFZ89szq4_TommSx8VG:hover {
  transform: scale(1.07);
}

/* White */

._1j27WPfZ_US0KcCtaJPSrp {
  border-color: var(--main-color);
  background-color: #f6f6f6;
  color: var(--main-color);
}

._1j27WPfZ_US0KcCtaJPSrp:hover,
._1j27WPfZ_US0KcCtaJPSrp:focus {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: white;
  cursor: pointer;
}

._1j27WPfZ_US0KcCtaJPSrp:active {
  border-color: var(--main-color-active);
  background-color: var(--main-color-active);
  color: white;
  cursor: pointer;
}

._3-aIOmoDLCrK99xFo-F2ET {
  display: block;
  width: 100%;
}

/* Small White */

._2bGVy-_X1qUENZTL73ZYt2 {
}

._3B-10iRIRahoD5AhMcudR4 {
  display: block;
  width: 100%;
}

/* */

._39LXWuRF67pLurIj22FdDg {
  background-color: transparent;
}

/* white w/transparent bg and right arrow */

._21pV7aeiGkyMHAH6yyNSy4 {
  position: relative;
  border-color: #00afef;
  background-color: transparent;
  color: #00afef;
  padding-right: 37px;
  padding-left: 16px;
}

._21pV7aeiGkyMHAH6yyNSy4::after {
  position: absolute;
  content: '';
  top: 8px;
  right: 17px;
  width: 10px;
  height: 17px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjE1IDE1LjQ2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzJiYWNlMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xNSw3LjU3YTIuNDYsMi40NiwwLDAsMS0uNzYsMS43NEwxLjgyLDE1QTEsMSwwLDEsMSwuNDEsMTMuNjVMNiw3LjkyYS40MS40MSwwLDAsMCwwLS42N0wuNDIsMS42NUExLDEsMCwwLDEsMS44My4yNEw3LjQxLDUuODJBMi40NiwyLjQ2LDAsMCwxLDguMTUsNy41N1oiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 17px;
}

._21pV7aeiGkyMHAH6yyNSy4:hover,
._21pV7aeiGkyMHAH6yyNSy4:focus {
  border-color: #00afef;
  background-color: #00afef;
  color: white;
  cursor: pointer;
}

._21pV7aeiGkyMHAH6yyNSy4:hover::after,
._21pV7aeiGkyMHAH6yyNSy4:focus::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30KPC9zdHlsZT4KPGltYWdlIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIgd2lkdGg9IjkiIGhlaWdodD0iMTYiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQWtBQUFBUUNBUUFBQUJ1UVozSUFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUFDQmpTRkpOCkFBQjZKZ0FBZ0lRQUFQb0FBQUNBNkFBQWRUQUFBT3BnQUFBNm1BQUFGM0NjdWxFOEFBQUFBbUpMUjBRQUFLcU5JeklBQUFBSmNFaFoKY3dBQUN4SUFBQXNTQWRMZGZ2d0FBQUFIZEVsTlJRZmdDUWtSSmlrMkFFN1dBQUFBZFVsRVFWUVkwMVhRS3c0Q1FRd0EwUEs1QUFrMwo0UjRvREpJRUF4ZllOVGdFRXNFVnNOd050eUVoRDdFWjJwMjYxNmFmQ1VzdkR3dlJJcXdNZUNhR3NQV3BPR1ltMkRvVS9EZE5UR3A0CnJ4VDJHT1pSM3lZaTNyWG1ocS9kRkRqbXhDczQ1VjU5d2tnZE9PZU5hOURYbjVpNU9OVHRmbHQrcmxDcDdwTHZBQUFBQUVsRlRrU3UKUW1DQyI+CjwvaW1hZ2U+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9InoiLz4KPC9zdmc+Cg==);
}

._21pV7aeiGkyMHAH6yyNSy4:active {
  border-color: #00a5e1;
  background-color: #00a5e1;
  color: white;
  cursor: pointer;
}

._3TCwumJnsNxs-71ASh7Q_X {
  position: relative;
  border-color: #00afef;
  background-color: transparent;
  color: #00afef;
  padding-right: 37px;
  padding-left: 16px;
}

._3TCwumJnsNxs-71ASh7Q_X::after {
  position: absolute;
  content: '';
  top: 8px;
  right: 12px;
  width: 17px;
  height: 17px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS40IDguMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYmFjZTI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX2NoZXZyb25fZG93bjwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAuMSwyNGEyLjQ2LDIuNDYsMCwwLDEtMS43LS44bC01LjctNS42YTEsMSwwLDAsMSwxLjQtMS40bDUuNyw1LjZjLjIuMi40LjIuNywwbDUuNi01LjZhMSwxLDAsMCwxLDEuNCwxLjRsLTUuNiw1LjZBMi40NCwyLjQ0LDAsMCwxLDIwLjEsMjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIuNCAtMTUuOSkiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17px 17px;
}

._3TCwumJnsNxs-71ASh7Q_X:hover,
._3TCwumJnsNxs-71ASh7Q_X:focus {
  border-color: #00afef;
  background-color: #00afef;
  color: white;
  cursor: pointer;
}

._3TCwumJnsNxs-71ASh7Q_X:hover::after,
._3TCwumJnsNxs-71ASh7Q_X:focus::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgOSI+PHRpdGxlPmljb25fY2hldnJvbl9kb3duLXdoaXRlPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE2IiBoZWlnaHQ9IjkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkFBQUFBSkNBWUFBQUE3S3F3eUFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFBcVVsRVFWUW9VMlA0Ly8vL0tpQStEc1NpUU14QUpCYUY2bGtGNHJ6NER3R1hpVFJFQUtvV0JGNkFCTXlCK0ROVTRCd1E4K1BSekFmRUo2RnF2d0d4SlV6Q0NTcndINm9BbXlGY1FMd1BxdVluVkE4RHNnS1F3QytvZ29OUURUQTVOaURlQ3BVRHFmR0R5YUhiNG9ka3lENm9JY3hBdkFZcTloZUlvNUQxWVBObklGUWhDT3dDNG5YL0VTQUZYVDJ1d0lwR01nUUc4ckdweFdVQUNBY0I4UzBnZmdERXlialVBUUJTZXR5SEpPODFvQUFBQUFCSlJVNUVya0pnZ2c9PSIvPjwvc3ZnPgo=);
}

._3TCwumJnsNxs-71ASh7Q_X:active {
  border-color: #00a5e1;
  background-color: #00a5e1;
  color: white;
  cursor: pointer;
}

/* Red */

._1gs-fPpN_DWRlcjyoMvxRz {
  border-color: #f44335;
  background-color: #f6f6f6;
  color: #f44335;
}

._1gs-fPpN_DWRlcjyoMvxRz:hover,
._1gs-fPpN_DWRlcjyoMvxRz:focus {
  border-color: #cc0000;
  background-color: #f6f6f6;
  color: #cc0000;
  cursor: pointer;
}

._1gs-fPpN_DWRlcjyoMvxRz:active {
  border-color: #f44335;
  background-color: #f44335;
  color: white;
  cursor: pointer;
}

.f5xXUjujQ0idYw_EoyqGg {
  display: block;
  width: 100%;
}

/* Small red */

._33aP40sN2xFiuYy7LDa7ra {
}

.nIQH4zFHZBDJBSwglXMHw {
  display: block;
  width: 100%;
}

/* Grey */

.tMfnr76_XVRYa9JIZ8n-y {
  border-color: #5e5e5e;
  background-color: #f6f6f6;
  color: #000000;
}

.tMfnr76_XVRYa9JIZ8n-y:hover,
.tMfnr76_XVRYa9JIZ8n-y:focus {
  border-color: var(--main-color-active);
  background-color: #f6f6f6;
  color: var(--main-color-active);
  cursor: pointer;
}

.tMfnr76_XVRYa9JIZ8n-y:active {
  border-color: #00a5e1;
  background-color: #00a5e1;
  color: white;
  cursor: pointer;
}

._2VZ_PSSUTiokgn5Kpz017O {
  display: block;
  width: 100%;
}

/* Small Grey */

._3WSRxUrI6f0iZdnUT6Bdti {
}

.PxNZR_wTGl22Leh_Vbzv8 {
  display: block;
  width: 100%;
}

/* White */
._1i2oYNhdDiw2SplFK6FF36 {
  border-color: white;
  background-color: white;
  color: var(--main-color);
}

._1i2oYNhdDiw2SplFK6FF36:hover,
._1i2oYNhdDiw2SplFK6FF36:focus {
  border-color: var(--main-color-active);
  background-color: white;
  color: var(--main-color-active);
  cursor: pointer;
}

._1i2oYNhdDiw2SplFK6FF36:active {
  border-color: #00a5e1;
  background-color: white;
  color: var(--main-color-active);
  cursor: pointer;
}

/* Disabled */

._1b_N-xgBXL7STHzVrcctaN {
  border-color: #5e5e5e;
  background-color: white;
  color: #000000;
  cursor: not-allowed;
}

.E-Z8cK0jHxw81akpqhGLz {
  position: relative;
}

._3Mniv9MkLGegq86GvjiJcz {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*.loading {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(images/mini-spinner.png) no-repeat center center;
    margin: -5px 0 -10px 15px;
    animation: loader 0.8s infinite linear;
    position: absolute;
    top: 10px;
  }*/

@keyframes _L916ZYqozAUVKVxI4mje {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@media (max-width: 1200px) {
  ._3ynj-GORofvfeAXQwNMShx {
    padding: 7px 28px 7px 13px;
  }

  ._3ynj-GORofvfeAXQwNMShx::after {
    right: 8px;
  }
}
@media (max-width: 991px) {
  ._3aXTPLyZH3KViQ2A6LeKzE {
    opacity: 0.5;
    pointer-events: none;
    margin-top: 20px;
  }
}

@media (max-device-width: 480px) {
  ._3ItyO33LyBVWmMVqn4cQTm {
    font-size: 12px;
  }
  ._3att2XRUfmc9utCDeWlDjR {
    padding-right: 36px;
  }
  ._3att2XRUfmc9utCDeWlDjR::after {
    right: 13px;
  }
  .Yr0cRzpgbOGTp3HMKCyK2 {
    padding-left: 36px;
    padding-right: 18px;
  }
  ._14vBW84P9ThqTOpmMOXBNk::after {
    background-size: 8px 16px;
    width: 9px;
    height: 16px;
    top: 7px;
  }
  .Yr0cRzpgbOGTp3HMKCyK2::after {
    background-size: 8px 16px;
    width: 9px;
    height: 16px;
    top: 7px;
    left: 13px;
  }
  ._21pV7aeiGkyMHAH6yyNSy4::after {
    right: 8px;
  }
}

._3Eg7c61rbkpHNEb2B4fENC {
}

._3S-9mbLnwnkXUdXiaiyjOO {
  padding-bottom: 15px !important;
  margin-bottom: 5px !important;
}

._3Eg7c61rbkpHNEb2B4fENC > div > fieldset {
  border-color: var(--main-color) !important;
  border-width: 2px !important;
}

._3Eg7c61rbkpHNEb2B4fENC > div > div {
  font-size: 12px !important;
}

._8J21vwttP2mImjtr2tx6d > div > fieldset {
  border-color: #c9c9c9 !important;
}

._1ImtYTOsmZJdc24dfahPQM {
  color: black !important;
  font-size: 12px !important;
}

._17Dr1xI3-NL1Kd7Tow8VUF {
  color: #c9c9c9 !important;
  font-size: 12px !important;
}

._1_IWDpB-14Aq9cUlkFwkR0 {
  font-size: 12px !important;
}

.APDMpwV2iq1TcXzLMNval {
  font-size: 12px !important;
}

._3SiDI61EhQmTQS9hFVO-uT {
  font-size: 12px !important;
}

._2qzoEAcBPy6m6Djzs_r33C {
  padding: 5px !important;
}

.lSqkvAGlaLTqkISTkbsHi {
  border-color: var(--main-color) !important;
  border-width: 2px !important;
}

._17XnoKwkt-zxYyZHqsHlMP,
._33lcqOJ-ODdwI1gLnpKVak {
  font-size: 12px !important;
  margin: 0 !important;
  height: 0 !important;
  letter-spacing: normal !important;
}

._2O33G-5IrHj0VzXk3D8NB2 {
  background-color: white !important;
}

._2O33G-5IrHj0VzXk3D8NB2._30moROXclc9X-1DzznnP6R {
  color: #c9c9c9 !important;
}

._2nzDKVARa-UrpC9mzbBIqd {
  text-wrap: wrap;
}

._2-6Dyd45JFHtKu8w9jtB0z, ._2-6Dyd45JFHtKu8w9jtB0z:checked {
  color: var(--main-color) !important;
}
.MFPVcOrco6dJCeKnm25kI {
  width: 100%;
}

._1v_Y-1dgdkF9oIggROZXRY {
  padding-bottom: 15px !important;
  margin-bottom: 5px !important;
}

._1Qerm6f1CKWNNPsfUy8YYQ {
  background-color: white !important;
}

._1lJ9b3njcLf44RP9c4iAPA,
._3SPQOUS2o3Q02bqGcC8EHr {
  color: #000000 !important;
  font-size: 12px !important;
  background-color: white !important;
}

._2XBHXFUOLVgNMZIZXgsHZE {
  padding: 5px !important;
}

.n5XevMMib__CvD0IbH2ME {
  color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}

._2HAHdEXfIREr4j9VC5r_2 {
  color: transparent !important;
}

._3zx4h9MuFCuKj6QS_8-gEv {
  color: #f44335 !important;
}

.xT7FbRMhc0wj-59CMOJqZ {
  font-size: 12px !important;
  color: #000000 !important;
}

._9vQ3V7ZEBxjg7RigzjN2Q {
  border-color: var(--main-color) !important;
  border-width: 2px !important;
}

._9wUfCiDeThS69OpiSX-Mf {
  border-width: 2px !important;
}

._1UMOo5CpefMeRlq69wXiYH {
  border-color: #f44335 !important;
  border-width: 2px !important;
}

._3ktV09V_sUYIy1DuwkEnNs {
  font-size: 12px !important;
  margin: 0 !important;
  height: 0;
  letter-spacing: normal !important;
}

._1gjHKib5MQaXXyN1jI0q-C {
  font-size: 12px !important;
  padding: 0 !important;
  height: 0;
  letter-spacing: normal !important;
}

._1lCil6sYPAweYBKbndEXqk {
  color: #000000 !important;
}

._2ROA1rnTffPiB0TTySRLi5 {
  color: #c9c9c9 !important;
}

._3UnijOPbHRqxDG4x4YPaHl {
  line-height: 3rem;
  padding-left: 0.95rem;
  position: absolute;
  top: 0;
}

.modal-account-update .modal-card {
  width: 390px;
}
.modal-account-update .modal-card-title {
  text-align: center;
  margin-bottom: -35px;
}
.modal-account-update .modal-card-body {
  padding-top: 30px;
  padding-bottom: 0;
}
.modal-account-update .modal-card-body .modal-unsent-body {
  text-align: center;
  padding: 20px 20px 40px;
}
.modal-account-update .modal-card-body .formfield-wrapper {
  margin-bottom: 10px;
}
.modal-account-update .modal-card-foot {
  padding-top: 10px;
  padding-bottom: 30px;
}
.modal-account-update .modal-card-foot button {
  margin: auto;
}
._2iZ6nJFTPrDxvcIjCoss0W {
  font-size: 12px !important;
}

._2iZ6nJFTPrDxvcIjCoss0W label {
  font-size: 12px !important;
  color: black !important;
}

._2iZ6nJFTPrDxvcIjCoss0W fieldset {
  border-width: 2px !important;
}

._3zWtY6eSK5C4Ptzb7EgwqB label {
  font-size: 12px !important;
  color: #c9c9c9 !important;
}

._3zWtY6eSK5C4Ptzb7EgwqB fieldset {
  border-width: 2px !important;
}

._3X2ZtZ-aZNW2nIu-fd_A42 {
  font-size: 12px !important;
  background-color: white;
}

._3X2ZtZ-aZNW2nIu-fd_A42 fieldset {
  border-color: var(--main-color) !important;
}

._2sPOHnrZYoGYWRIb8QhiHS {
}

._2sPOHnrZYoGYWRIb8QhiHS fieldset {
  border-color: #c9c9c9 !important;
}

._1YPbCn9cQ6Qn-nzGEPD0OD {
  font-size: 12px !important;
}

._2dnr1Ug_BMaRxolZQ6UXnl {
  font-size: 12px !important;
}

.pekdrSCtZgmv0CkM59RqL {
  color: #c9c9c9 !important;
  background-color: white !important;
  border-color: #c9c9c9 !important;
}

.J_lA7jq3VMlkhNlAn85Kj {
  z-index: 1200000 !important;
}

._3EMLPJz9PnNgt86ikfpzbr {
  cursor: pointer !important;
}

._3zraGfs_o_JLxfeFKMgxua {
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.125rem;
  vertical-align: middle;
  margin: 0;
  padding: 3px;
}

._3zraGfs_o_JLxfeFKMgxua:hover {
  background: #555;
}

/*
  TextInput
*/

/* import colors */

.hSqAmQRlrgjRGaWIUevvk {
  width: 100%;
  margin-bottom: 1em;
}

._1cf9MIQMPvJopiHi03gMeK {
  width: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

._1cf9MIQMPvJopiHi03gMeK > ._3Fr7CpnXqiqUO75ylOIWzi {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 20px;
  font-weight: 400 !important;
  font-size: 12px !important;
}

._1cf9MIQMPvJopiHi03gMeK > ._33DL12dEvci2jbHKqLozSs > input {
  /* color: transparent; */
  padding-left: 0.5rem;
}

._1cf9MIQMPvJopiHi03gMeK > ._3Fr7CpnXqiqUO75ylOIWzi:before {
  border-width: 2px;
}

._1cf9MIQMPvJopiHi03gMeK > ._3Fr7CpnXqiqUO75ylOIWzi > input {
  height: inherit;
}

._42Yb7h1WEE0UHM_Wq-FB {
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: black !important;
  z-index: 1 !important;
}

._42Yb7h1WEE0UHM_Wq-FB:not(.Nx0aXFAT713LmTUt_sXiE) {
  transform: translate(0, 18px) scale(1);
}

.Nx0aXFAT713LmTUt_sXiE {
  transform: translate(3px, 8px) scale(0.8333333333333334) !important;
}

p._201BoUGkOakyUmW_4VDd2q {
  padding-left: 14px;
  padding-right: 1em;
  font-size: 10px !important;
  font-weight: 400;
  line-height: 1.3;
  min-height: 1.3em;
  margin-top: 0.3em;
  margin-bottom: 3px;
  color: #5e5e5e;
}

/* Below are older css */

._2cEYXOkc7kgr3-zwwDg7wD:required,
._3-eaGEzzFk5N5WaCxCKH8i:required {
  box-shadow: none;
}

._29eRrOQydF_1Qy57gUHYP {
  position: absolute;
  top: 48px;
}

/* DEFAULT INPUT STYLES */
._2o2ZaVHhfSPc8dxGDo1VAK {
  padding-bottom: 44px;
  position: relative;
  margin-bottom: 10px;
}

._3wMlB_XBdxjNV9UY1jkyF4 {
  display: block;
  font-size: 13px;
  line-height: 48px;
  height: 48px;
  color: #000000;
  margin-bottom: -26px;
  cursor: text;
}

._3lMghdq3yJ0rPR19w2YBYm {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 8px 0 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 36px;
  color: var(--main-color);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0px;
  border: none;
  border-bottom: 1px solid var(--main-color);
  transition: all 0.2s 0.3s;
  z-index: 1;
}

._3lMghdq3yJ0rPR19w2YBYm:focus {
  outline: none;
}

/* ONBOARDING FLOW STYLES */
._1JMKQ0i99XAjIbLk8knqh-,
._1HTufpGFhdAI489ZU0xm8o,
._2iyGIZhLKbDHugm86BSnAO {
  padding-bottom: 44px;
  position: relative;
  margin-bottom: 10px;
  perspective: 800px;
  perspective-origin: center;
}

.LnGu3HqAqsHJ1quYUrnfQ,
.pY25uKlNQXOLiaNnrG826 {
  display: block;
  font-size: 13px;
  line-height: 48px;
  height: 47px;
  color: var(--main-color);
  margin-bottom: -26px;
  cursor: text;
  border-right: 10px solid transparent;
}

.LnGu3HqAqsHJ1quYUrnfQ span,
.pY25uKlNQXOLiaNnrG826 span {
  display: block;
  transition: all 0.2s;
}

.pY25uKlNQXOLiaNnrG826 {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDkiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojN2ZjZWYzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aW5hY3RpdmU8L3RpdGxlPjxjaXJjbGUgaWQ9ImluYWN0aXZlIiBjbGFzcz0iY2xzLTEiIGN4PSI0LjUiIGN5PSI0LjUiIHI9IjQuNSIvPjwvc3ZnPg==) no-repeat right center;
  background-size: 9px;
}

._1HTufpGFhdAI489ZU0xm8o .pY25uKlNQXOLiaNnrG826 {
  background: none;
}

.LnGu3HqAqsHJ1quYUrnfQ::before,
.pY25uKlNQXOLiaNnrG826::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--main-color);
  z-index: -1;
}

._1HTufpGFhdAI489ZU0xm8o .LnGu3HqAqsHJ1quYUrnfQ::before,
._1HTufpGFhdAI489ZU0xm8o .pY25uKlNQXOLiaNnrG826::before,
._2iyGIZhLKbDHugm86BSnAO .LnGu3HqAqsHJ1quYUrnfQ::before,
._2iyGIZhLKbDHugm86BSnAO .pY25uKlNQXOLiaNnrG826::before {
  display: none;
}

._1HTufpGFhdAI489ZU0xm8o .LnGu3HqAqsHJ1quYUrnfQ::after,
._1HTufpGFhdAI489ZU0xm8o .pY25uKlNQXOLiaNnrG826::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 44px;
  margin: 0;
  background: #eaeaea;
  padding: 2px 20px 0 10px;
  font-size: 14px;
  line-height: 42px;
  color: #000000;
  border: none;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  backface-visibility: hidden;
  transition: transform 0.4s ease-in-out;
  transform-style: preserve-3d;
  z-index: -2;
  transform: rotateX(90deg);
}

/*.input:focus + .label::after,*/
._1HTufpGFhdAI489ZU0xm8o .LnGu3HqAqsHJ1quYUrnfQ::after,
._1HTufpGFhdAI489ZU0xm8o .pY25uKlNQXOLiaNnrG826::after {
  transform: rotateX(0deg);
  background: #ffffff;
}

._1JMKQ0i99XAjIbLk8knqh- .LnGu3HqAqsHJ1quYUrnfQ span,
._1JMKQ0i99XAjIbLk8knqh- .pY25uKlNQXOLiaNnrG826 span {
  font-size: 14px;
  color: var(--main-color);
}

._1HTufpGFhdAI489ZU0xm8o .LnGu3HqAqsHJ1quYUrnfQ span,
._1HTufpGFhdAI489ZU0xm8o .pY25uKlNQXOLiaNnrG826 span {
  transform: translateY(-17px);
}

._1HTufpGFhdAI489ZU0xm8o ._29eRrOQydF_1Qy57gUHYP {
  display: none;
}

._3-eaGEzzFk5N5WaCxCKH8i,
._2cEYXOkc7kgr3-zwwDg7wD {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 44px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 200;
  line-height: 44px;
  color: #ffffff;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0px;
  border: none;
  border-right: 10px solid transparent; /* this is to position the .label_not_required background-image */
  /*transition: all transition-default 0.3s;*/
  z-index: 1;
}

._1HTufpGFhdAI489ZU0xm8o ._2cEYXOkc7kgr3-zwwDg7wD {
  color: #000000;
  outline: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDkiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojN2ZjZWYzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aW5hY3RpdmU8L3RpdGxlPjxjaXJjbGUgaWQ9ImluYWN0aXZlIiBjbGFzcz0iY2xzLTEiIGN4PSI0LjUiIGN5PSI0LjUiIHI9IjQuNSIvPjwvc3ZnPg==);
  background-size: 9px;
}

._3-eaGEzzFk5N5WaCxCKH8i:focus,
._1HTufpGFhdAI489ZU0xm8o ._3-eaGEzzFk5N5WaCxCKH8i,
._2cEYXOkc7kgr3-zwwDg7wD:focus {
  color: #000000;
  outline: none;
}

._2iyGIZhLKbDHugm86BSnAO ._3-eaGEzzFk5N5WaCxCKH8i,
._2iyGIZhLKbDHugm86BSnAO ._2cEYXOkc7kgr3-zwwDg7wD {
  font-size: 14px;
  color: var(--main-color);
  padding-left: 0;
}

._3-eaGEzzFk5N5WaCxCKH8i:focus + .LnGu3HqAqsHJ1quYUrnfQ span {
  opacity: 1;
}

._1dgvqKWlcGxOz2l4ajTMv3 {
  color: #f44335 !important ;
  transform: translateY(-17px);
  display: block;
  font-size: 12px;
  line-height: 48px;
  height: 48px;
  margin-bottom: -27px;
  cursor: text;
}

._22ZWCtR36M-zw4nKSxJbG {
  transition: none;
  background-color: #ffffff;
  border: 2px solid #f44335;
  padding-left: 8px;
  padding-right: 8px;
}

.KRE1xKCud05du_c-h4AvI {
  position: absolute;
  top: 70px;
  font-size: 12px;
  color: #f44335;
}

._1RslHgYYPqM1aZQTv1Wpk4 {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  min-width: 10px;
  min-height: 10px;
  background-color: var(--main-color);
}

._1CTEVOSORbU4Q32QiyrKev {
  overflow: auto;
  position: absolute;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  word-spacing: -0.4px;
  margin-top: 20px;
  padding: 6px 14px;
  pointer-events: none;
  z-index: 2;
}

._3iB24iFV_Tcto8pXE2PRwP {
  color: transparent;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 200;
  margin-top: -0.225rem;
}

/* .highlights:not(.visible) {
  color: transparent;
} */

._3iB24iFV_Tcto8pXE2PRwP mark {
  background-color: var(--main-color);
  color: transparent;
  padding: 0.1rem 0.25rem;
}

/** LOADING STYLES **/

._3T8P4VJPsyds21HbRzanTV {
  position: absolute;
  top: 48px;
  right: -48px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==) no-repeat center center;
  margin: 0;
  animation: _3KJ997njZShZMsqRuiq9M2 0.8s infinite linear;
}

._2dnSgkPlnzWhdF0LTo6EIk {
  display: none;
}

@keyframes _3KJ997njZShZMsqRuiq9M2 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

._3gMyLYDZbWlkp68vUxhaO8 {
  display: flex;
  justify-content: center;
  align-items: center;
}

._3aJUCp37FQL-NBES9-vOVR {
  width: 40%;
}

/* import colors */
._8FiG6NJu9A7WwKoExP6wY {
  position: relative;
  clear: both;
}

._3YYxj9fZ0eXNYNeDNSZqHq {
  width: 200px;
  height: auto;
  background-color: var(--main-color);
  color: #ffffff;
  text-align: center;
  border: 2px solid var(--main-color);
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  top: 70%;
  left: -32%;
  z-index: 999;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}

._3YYxj9fZ0eXNYNeDNSZqHq::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--main-color);
}

.daZ1mrxL1qoeqZy8075Us {
  right: -58px;
  z-index: 1000000;
  left: unset;
}

._3dQcLSMw3RY82PJP9qPWRn {
  top: 5px;
  right: -58px;
  z-index: 1000000;
  left: unset;
}

.Z1mRTmlsGLzsUdeYjXcwA {
  top: auto;
  bottom: 75%;
  left: 86%;
  margin-bottom: 44px;
}

.Z1mRTmlsGLzsUdeYjXcwA::after {
  content: "";
  position: absolute;
  top: auto;
  right: 45%;
  bottom: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-top: 5px solid var(--main-color);
}

._3g3lJP4fA_seSAgA6Zn701 {
  left: -5%;
  top: 100%;
}

.N3C74o2fhp6kqT0mDyYyN {
  width: 250px;
  top: 100%;
  left: 0;
  margin-top: -80px;
  margin-left: -8px;
}

._3prkekVsep8yICF8LZw8UH {
  width: 250px;
  top: 100%;
  left: 0;
}

._2XetwQjOIzzSnbYU_SNW_O {
  top: 5px;
  left: 24%;
}

.KhsooEMqQAZLbCvW-XD_1 {
  top: 5px;
  left: 0;
}

.KhsooEMqQAZLbCvW-XD_1 {
  top: 5px;
  left: 0;
}

.s_2rxqidgsutEk_hnLZFk {
  top: -72px;
  left: -26%;
}

._218ZXs4WChppAvJ_9q5n_e {
  top: -12px;
  left: 9%;
}

._39fX8c1VA_fdykjEzQNbAv {
  top: -12px;
  left: 9%;
}

._2_NgdpN4ZE9_6YA00YvDEb {
  top: 5px;
  left: 0;
}

.hgZzQ30ehlQW61uAtJZx8 {
  top: 0;
  left: 0;
}

._2WCQigyUCi9HrSZUIP9GO8 {
  top: 50px;
  left: 0;
}

._32_9Z0Jowbb1qG4PlPZk-G {
  top: 5px;
  left: 50%;
}

.q5gzrkUyNYiTdtCUq7mL_ {
  top: -34px;
  left: 50%;
}

._1zz8CBn7HyE8Thqo-2YYaL {
  top: 5px;
  left: auto;
  right: 2%;
}

.gRNQmSOkeDaoCKYFlhpfI {
  top: 5px;
  left: 267px;
}

.mr3uXNUDKJqE8pFSkCWSG {
  top: 0;
  left: auto;
}

._2B_fEh-YQYc-HRApoGCxSv {
  top: 5px;
  left: auto;
  right: 0;
}

._3m9t0so-_cexi0-UX5ZL1_ {
  top: 0;
  left: 23%;
}

._3U9EPCa6yiA22-6rLjATwx {
  top: 0;
  left: auto;
}

.PRep89yYfgZrplf93D3AY {
  top: -36px;
  left: 75%;
}

._2wuktd9Zm42Tk6kQOyjmTv {
  top: 5px;
  left: 4%;
}

.hgZzQ30ehlQW61uAtJZx8::after,
._2WCQigyUCi9HrSZUIP9GO8::after,
._32_9Z0Jowbb1qG4PlPZk-G::after,
._2wuktd9Zm42Tk6kQOyjmTv::after,
.q5gzrkUyNYiTdtCUq7mL_::after {
  right: 100%;
  left: 10%;
}

._2B_fEh-YQYc-HRApoGCxSv::after {
  right: 22%;
}

.N3C74o2fhp6kqT0mDyYyN::after {
  right: 214px;
}

._2cxjtQDDCxVwGTGdXgM--I {
  text-align: right;
  margin: 5px 0 0;
  text-decoration: underline;
  cursor: pointer;
}

._2cxjtQDDCxVwGTGdXgM--I button {
  font-size: 13px;
  padding: 5px 10px;
  min-width: 60px;
  margin: 0 5px 0 0;
}

._1wMDrR2Uo1GuYimixqwi-S {
  top: 5px;
  left: 0;
}

._2XpOiA3Jf7foy2WgAsUsOL {
  top: -5px;
  left: 3%;
}

.O5Pgul0AUq_WzRhwML07- {
  right: -60px;
  left: auto;
  top: auto;
  bottom: 45px;
}

.O5Pgul0AUq_WzRhwML07-::after {
  top: auto;
  right: 45%;
  bottom: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-top: 5px solid var(--main-color);
}

.fJwayi615tGZiTpv0SZw8 {
  right: 10%;
  left: auto;
  top: 5px;
}

._2nDKHQkip_Y2ZwZY_JNdvR {
  left: 92px;
}

._2iVVLVle_EIO2J3HyToscm {
  left: 0;
  width: 100%;
}

@media (max-device-width: 1024px) {
  ._2XetwQjOIzzSnbYU_SNW_O {
    left: 40%;
  }
  .O5Pgul0AUq_WzRhwML07- {
    right: 0;
  }
  .O5Pgul0AUq_WzRhwML07-::after {
    right: 10%;
  }
}

@media (max-device-width: 480px) {
  ._3YYxj9fZ0eXNYNeDNSZqHq {
    width: 100%;
    left: 5px;
  }

  ._3g3lJP4fA_seSAgA6Zn701::after {
    right: 95%;
  }

  .Z1mRTmlsGLzsUdeYjXcwA::after {
    right: 55%;
  }

  .s_2rxqidgsutEk_hnLZFk {
    width: 200px;
    left: -94px;
    top: -88px;
  }
  .s_2rxqidgsutEk_hnLZFk::after {
    right: 10%;
  }
  .hgZzQ30ehlQW61uAtJZx8 {
    width: 200px;
    left: 12%;
    top: 12%;
  }
  ._32_9Z0Jowbb1qG4PlPZk-G {
    width: 200px;
    top: 5px;
    left: 37%;
  }

  .q5gzrkUyNYiTdtCUq7mL_ {
    top: -34px;
  }

  .mr3uXNUDKJqE8pFSkCWSG {
    width: 200px;
    top: 0;
    left: auto;
  }
  .PRep89yYfgZrplf93D3AY {
    width: 200px;
    top: -57px;
    left: 22%;
  }
  ._1zz8CBn7HyE8Thqo-2YYaL {
    width: 200px;
    left: auto;
  }
  .gRNQmSOkeDaoCKYFlhpfI {
    width: 200px;
  }
  ._3m9t0so-_cexi0-UX5ZL1_ {
    width: 200px;
    left: 15%;
  }
  ._3U9EPCa6yiA22-6rLjATwx {
    width: 200px;
  }
  .N3C74o2fhp6kqT0mDyYyN::after {
    right: 90%;
  }
}

._22Uk0Nf6zKOS6bEg_kOwI4 {
  cursor: pointer;
  text-decoration: none;
}

._22Uk0Nf6zKOS6bEg_kOwI4:hover,
._22Uk0Nf6zKOS6bEg_kOwI4:focus,
._22Uk0Nf6zKOS6bEg_kOwI4:active {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.leqq0J-S5WDLor_Fky5s7,
.JIgPTHZpDqXLOkyxfu7tk {
}

._3huvquBUgd-HYywpqnMJdk {
  height: 0px;
}

._3Fp5tItr4gk-fuHcBHVukx {
  display: inline-flex;
  position: relative;
  margin-right: 80px;
  height: 30px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--main-color);
}

._2d-nX1Zuz4jhfXozQEkOxx {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  z-index: 1;
  cursor: pointer;
}

._2d-nX1Zuz4jhfXozQEkOxx:hover {
  color: #a5a5a5;
}

._2mwNUJm0kM9RmYNcUijp-o {
  color: #00afef;
}

._3_-T-yz2MXlQGcK5EWDI_2 {
}

._3_-T-yz2MXlQGcK5EWDI_2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: var(--main-color);
  border-radius: 20px;
  z-index: -1;
  animation: _1CT6rsKO9ZzEh1MEykvct3 0.2s linear;
}

@keyframes _1CT6rsKO9ZzEh1MEykvct3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._3_-T-yz2MXlQGcK5EWDI_2,
._3_-T-yz2MXlQGcK5EWDI_2:hover {
  color: var(--main-font-color);
}

@media (max-device-width: 320px) {
  ._3Fp5tItr4gk-fuHcBHVukx {
    margin-right: 0;
  }
}

._240IeeNeMhhmGKdZi2NhUc {
  display: inline-block;
  position: relative;
  height: 30px;
  border-radius: 20px;
  background: #f6f6f6;
}

._2FqqBSncXkN44a6DP2d_0o {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  font-size: 10px;
  line-height: 20px;
  color: #000000;
  z-index: 1;
  cursor: pointer;
}

._2FqqBSncXkN44a6DP2d_0o:hover {
  color: #a5a5a5;
}

._1XrPGZDMcSo4VdEeZnt2v_ {
}

._1XrPGZDMcSo4VdEeZnt2v_::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: #a5a5a5;
  border-radius: 20px;
  z-index: -1;
  animation: _1CT6rsKO9ZzEh1MEykvct3 0.2s linear;
}

._1XrPGZDMcSo4VdEeZnt2v_,
._1XrPGZDMcSo4VdEeZnt2v_:hover {
  color: #ffffff;
}

@media (max-device-width: 320px) {
  ._240IeeNeMhhmGKdZi2NhUc {
    margin-right: 0;
  }
}

.uUM2rNP4WIjB7kvMbdOtT {
  font-size: 10px;
  font-weight: normal;
}

.mr-q8mx-0Kk54TLLME1-T {
  color: #f44335;
}

/*
  Grid system (export from Bootstrap grid system)
  - 15 columns
  - 12px gutter
*/

._1ZWPIqKjyXrbNlHRdCvddK {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}

._3zGzyKMKnSJWnQ-ee6uR8E {
  padding-left: 6px;
  padding-right: 6px;
}

/*@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}*/

@media (min-width: 768px) {
  ._1ZWPIqKjyXrbNlHRdCvddK,
  ._3zGzyKMKnSJWnQ-ee6uR8E {
    width: 750px;
  }
}
@media (min-width: 992px) {
  ._1ZWPIqKjyXrbNlHRdCvddK,
  ._3zGzyKMKnSJWnQ-ee6uR8E {
    width: 970px;
  }
}
/* remove "min-width: 1200px" until 1Centre are ready to size up */

@media (min-width: 1200px) {
  ._1ZWPIqKjyXrbNlHRdCvddK,
  ._3zGzyKMKnSJWnQ-ee6uR8E {
    width: 1170px;
  }
}

@media (min-width: 1500px) {
  ._1ZWPIqKjyXrbNlHRdCvddK,
  ._3zGzyKMKnSJWnQ-ee6uR8E {
    width: 90%;
  }
}

._1pO3EYCjTd1Hkz_k8y4RJu {
  /* margin-right: auto;
  margin-left: auto; */
  padding-left: 6px;
  padding-right: 6px;
}
._2wW_gNj32CAVLtXBypnJUO {
  margin-left: -6px;
  margin-right: -6px;
}
.llcr5kNXt9hmi3Ot0O1Jn,
._2L-rpq4KiLO36-fCo8uD7m,
.M0P3jMN7GV8bJGbQRztI6,
._2IMXCUh4xpIn9MTTulkLbW,
._16JlryvpSNNtHFmpT0NjBX,
._2VphNyUZBWoL0Nk_4EFKOC,
._1yMqdtvUabV3Q2_jCk8F4j,
._3VuEsflFiflUpHvzMDrmwC,
._2cTwA11MypmaeKZq-0ZJds,
._20yACvzi5oOhch0jamVT8D,
._2SUECq4P_pPkEReYhQcydA,
._c7mMV4g0UkiZffD5Rxd3,
._3H_L-Umf7GwFOYmNxsPkxj,
._1b3H2meq1fpGm8fnUs5-Jt,
._3yBhvjnzoCmXCwEXNkqZjS,
.C9k0MM5Ziz7a9uoeAIm7U,
._3iq8PW_iu6OHM_4SO7wHad,
._10muFOE5icf9Jdgk0dnoLT,
._1NCNKaLIxUwjUz6e7pOfns,
._3tLuzZeTvvu08h376s9WOW,
._1-GK5zo-OPLdZxk4A_tDYS,
._3KVUESnJ6veFhB7TTahbfb,
._2KyqKMI_jEp5Epw_muS840,
._2c1kuqw77uFgH7LMRbWuui,
._1wnw_2FAEJZY__xnZaDf5A,
._20uFHPkETa2tzaTI9DL5lq,
._127tgs0xwOfxwUbRFHWEvR,
._3VMmCy3Fr9ZoXqgUUgZDdF,
._1-x50H2mO7QwJQ6-4ZuVZN,
._1jwpIwnzmQ40BqTgwkuxnv,
._2CDDqOEHLBB37qxKdq_z4S,
._3xOXy_xZsBd9k01BsBTAVr,
._3gi6IDD2tbY3QygLU7NDpQ,
._1H3dVfaE-zaHBjlt7biPl5,
._3fjjk5nqRMIoLlJqOwmep5,
._2M-AzvbMM7hBTY2nVSqGID,
._2MWhIyFBY3d080PqaeUDLy,
.xdi1PiTPU4gmv0DxQKaHY,
._1VZKTdKBoakmlUATZplPOv,
._2UvrdpyU-Nj_7DIv2N_uBC,
._8dGTGeJ-qmL_VQ5NxmlFX,
._33XiJm_t6fRz_s72FNzvPr,
.vRq1BENKY__DMWkz1KElf,
.PmSg_dqKB1eEOsh5he7tq,
._1npT0qOO-Vfe2IBYlJHJhd,
._1jM-mP9KsejHpGLqUFV3O_,
._3iUUIoTPVFKuRYo1fgngd2,
.IOKb3UtHz7m0x1Tv3-nBS {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.llcr5kNXt9hmi3Ot0O1Jn,
._16JlryvpSNNtHFmpT0NjBX,
._2cTwA11MypmaeKZq-0ZJds,
._3H_L-Umf7GwFOYmNxsPkxj,
._3iq8PW_iu6OHM_4SO7wHad,
._1-GK5zo-OPLdZxk4A_tDYS,
._1wnw_2FAEJZY__xnZaDf5A,
._1-x50H2mO7QwJQ6-4ZuVZN,
._3gi6IDD2tbY3QygLU7NDpQ,
._2MWhIyFBY3d080PqaeUDLy,
._8dGTGeJ-qmL_VQ5NxmlFX,
._1npT0qOO-Vfe2IBYlJHJhd {
  float: left;
}
._1npT0qOO-Vfe2IBYlJHJhd {
  width: 100%;
}
._8dGTGeJ-qmL_VQ5NxmlFX {
  width: 91.66666667%;
}
._2MWhIyFBY3d080PqaeUDLy {
  width: 83.33333333%;
}
._3gi6IDD2tbY3QygLU7NDpQ {
  width: 75%;
}
._1-x50H2mO7QwJQ6-4ZuVZN {
  width: 66.66666667%;
}
._1wnw_2FAEJZY__xnZaDf5A {
  width: 58.33333333%;
}
._1-GK5zo-OPLdZxk4A_tDYS {
  width: 50%;
}
._3iq8PW_iu6OHM_4SO7wHad {
  width: 41.66666667%;
}
._3H_L-Umf7GwFOYmNxsPkxj {
  width: 33.33333333%;
}
._2cTwA11MypmaeKZq-0ZJds {
  width: 25%;
}
._16JlryvpSNNtHFmpT0NjBX {
  width: 16.66666667%;
}
.llcr5kNXt9hmi3Ot0O1Jn {
  width: 8.33333333%;
}
._18qWx2PiqpONZx98BDBbfJ {
  right: 100%;
}
._1WKAofpN2iam8pVu8Htmtt {
  right: 91.66666667%;
}
.ZBCO0HKAm7U1kSdM_iB5Y {
  right: 83.33333333%;
}
._1_g7NMb3uAOsSezuRemW0d {
  right: 75%;
}
.JAiwj5OuNqrch2iFWAi4h {
  right: 66.66666667%;
}
.OBYXFcN5sUn5iUaEFy5Hh {
  right: 58.33333333%;
}
._3l1RpPi-srMJOcHEuSh8jd {
  right: 50%;
}
.C5uOX1RR5vUUCc-t8Vwgk {
  right: 41.66666667%;
}
._3j9nxqSQZZKEhaAJPiukJF {
  right: 33.33333333%;
}
._17lt_o5KpR7Su2LK8rTNIx {
  right: 25%;
}
._3yTNh-LHx3TD7-9baxsguB {
  right: 16.66666667%;
}
._1zrCKH_dH0LapJdp8D4uHk {
  right: 8.33333333%;
}
._28Z7iE_iUMumsGVvcN3dCZ {
  right: auto;
}
.CVddks_bmoVrIXXKFCj7X {
  left: 100%;
}
.Hdu6A7OtaQHDqwOv5w_JR {
  left: 91.66666667%;
}
._3QWZn9i57tT05ZGJDGvDD {
  left: 83.33333333%;
}
.AcgpkFTjBt7VMGakkYs6n {
  left: 75%;
}
._1AEneHgHIA7c7C-WwvZ3Oi {
  left: 66.66666667%;
}
._3OYgKACL69elyXEpg_8WfO {
  left: 58.33333333%;
}
.txw8D3BYut79MKN3W7aGZ {
  left: 50%;
}
._2L_0A2BEqJfx4WtbQENjok {
  left: 41.66666667%;
}
._2MnarhApNXbU5k4K2FzqJo {
  left: 33.33333333%;
}
._1AXEs6Bxf0STBxlQZaEr1q {
  left: 25%;
}
._1oftJk_6PP8rLosZiC4Oxl {
  left: 16.66666667%;
}
._2JATG8gEC5IDtrTMb_zl2q {
  left: 8.33333333%;
}
._3fsqQnqsW9o4QJYRB6jG4V {
  left: auto;
}
._3_W_WUu7c9mXEi376e-phm {
  margin-left: 100%;
}
._2jD2OcovGMPSQLbfEnYXu4 {
  margin-left: 91.66666667%;
}
._2LH3BY3erTWme7OQfrQxfW {
  margin-left: 83.33333333%;
}
._22IpDO3vgsA-4IYkkXMQW4 {
  margin-left: 75%;
}
._5Idbp2wIdY-RvIBG442Ix {
  margin-left: 66.66666667%;
}
._3t4YIUH1dRLfXNBShCy_IY {
  margin-left: 58.33333333%;
}
._1grbcR0c-5pBR6rHgsNbWT {
  margin-left: 50%;
}
.sQVQfft-wBFzoK2CPt3mW {
  margin-left: 41.66666667%;
}
._1K5mQL_TE0W3Vs5vRqsC1V {
  margin-left: 33.33333333%;
}
.NZTCZ0Q9Pw3AMi7fVHJWQ {
  margin-left: 25%;
}
._1KQwnbLx6xfyBJ0zXef1Jf {
  margin-left: 16.66666667%;
}
._2PnGwn31oXQ4Lxu7LeoMhX {
  margin-left: 8.33333333%;
}
._3-JlA5QIezv14sZsF97gFB {
  margin-left: 0%;
}
@media (min-width: 768px) {
  ._2L-rpq4KiLO36-fCo8uD7m,
  ._2VphNyUZBWoL0Nk_4EFKOC,
  ._20yACvzi5oOhch0jamVT8D,
  ._1b3H2meq1fpGm8fnUs5-Jt,
  ._10muFOE5icf9Jdgk0dnoLT,
  ._3KVUESnJ6veFhB7TTahbfb,
  ._20uFHPkETa2tzaTI9DL5lq,
  ._1jwpIwnzmQ40BqTgwkuxnv,
  ._1H3dVfaE-zaHBjlt7biPl5,
  .xdi1PiTPU4gmv0DxQKaHY,
  ._33XiJm_t6fRz_s72FNzvPr,
  ._1jM-mP9KsejHpGLqUFV3O_ {
    float: left;
  }
  ._1jM-mP9KsejHpGLqUFV3O_ {
    width: 100%;
  }
  ._33XiJm_t6fRz_s72FNzvPr {
    width: 91.66666667%;
  }
  .xdi1PiTPU4gmv0DxQKaHY {
    width: 83.33333333%;
  }
  ._1H3dVfaE-zaHBjlt7biPl5 {
    width: 75%;
  }
  ._1jwpIwnzmQ40BqTgwkuxnv {
    width: 66.66666667%;
  }
  ._20uFHPkETa2tzaTI9DL5lq {
    width: 58.33333333%;
  }
  ._3KVUESnJ6veFhB7TTahbfb {
    width: 50%;
  }
  ._10muFOE5icf9Jdgk0dnoLT {
    width: 41.66666667%;
  }
  ._1b3H2meq1fpGm8fnUs5-Jt {
    width: 33.33333333%;
  }
  ._20yACvzi5oOhch0jamVT8D {
    width: 25%;
  }
  ._2VphNyUZBWoL0Nk_4EFKOC {
    width: 16.66666667%;
  }
  ._2L-rpq4KiLO36-fCo8uD7m {
    width: 8.33333333%;
  }
  ._1ljCe3sBgSoWx-2TWwa63c {
    right: 100%;
  }
  ._3ZenRgPgFTtI7WxQABSqOr {
    right: 91.66666667%;
  }
  .H8j_Gy97ylIEqBI0WsG64 {
    right: 83.33333333%;
  }
  ._3hxab7B3x4-jem23VF3hlV {
    right: 75%;
  }
  ._1-_gbeewMNHt4hElI2CZYH {
    right: 66.66666667%;
  }
  ._3rXc13wKFWRYRTNsqlB8Av {
    right: 58.33333333%;
  }
  ._2YiAU3EX_taqrQG-5fj9ux {
    right: 50%;
  }
  ._3INoARS7Tbm_6b4FjMLtRn {
    right: 41.66666667%;
  }
  ._1yjEBnEq-HySUS7S_-3xwA {
    right: 33.33333333%;
  }
  ._2e7hiwmt-dF9olzqQeVqVt {
    right: 25%;
  }
  ._1vCqJTubdidZEnz5YLIkXL {
    right: 16.66666667%;
  }
  ._1sVIUcZnq7eQcve11iKcSy {
    right: 8.33333333%;
  }
  ._3yIzIaszeDHk9xcHTvWXf- {
    right: auto;
  }
  .iM_el9aI8Q_aMpe5WxjJf {
    left: 100%;
  }
  ._1bU0pijcZoXIZSsTX8uxX {
    left: 91.66666667%;
  }
  ._2ujvtf-JZvn0v4x3wryOge {
    left: 83.33333333%;
  }
  ._1RaHdte2aBTR7b8T61xSkk {
    left: 75%;
  }
  .rwaW8hk3Xu526mNMNVa0x {
    left: 66.66666667%;
  }
  ._2QuX2hqgQPeq9kUeyJS9qj {
    left: 58.33333333%;
  }
  ._1MirPRA48lQUfLAf6FA4qG {
    left: 50%;
  }
  ._2mY3IGgnQMSUh8dOAbYaiU {
    left: 41.66666667%;
  }
  .V6tzpv5LZfar8BntgO0IZ {
    left: 33.33333333%;
  }
  ._1ZQy2fc9ofry9XDK--wNLZ {
    left: 25%;
  }
  ._2Ovm5qOUefRxzN-PA-oRH0 {
    left: 16.66666667%;
  }
  ._2AIAlPdzbUV4Jx7hmVZ86W {
    left: 8.33333333%;
  }
  .LdlLsH4zdMXsRvMsFZ1dK {
    left: auto;
  }
  ._2axq6VWWS2sYpL4rY1P3k8 {
    margin-left: 100%;
  }
  ._7muhdVMBaaoE1eZwNOTNA {
    margin-left: 91.66666667%;
  }
  .P1AE1zsTvtmQ28pYeofsp {
    margin-left: 83.33333333%;
  }
  ._3DHIvEygsOQo0oO40-kCnD {
    margin-left: 75%;
  }
  ._2VntuZaW-aJ8Ri9Fxdgv6c {
    margin-left: 66.66666667%;
  }
  ._27hPfS9fjSjR3F0EjVA2kp {
    margin-left: 58.33333333%;
  }
  ._3rrYgoCtbFK8FxHJQAdEI {
    margin-left: 50%;
  }
  ._2X79YyJNnqqzxENDRc9K26 {
    margin-left: 41.66666667%;
  }
  ._3j0sGNqeWGXynxld3ZvF4n {
    margin-left: 33.33333333%;
  }
  ._1VBpuNPZRUBIu-17-NCyz2 {
    margin-left: 25%;
  }
  ._2K-51DbswN3Ug-5WtBdxyq {
    margin-left: 16.66666667%;
  }
  ._12wT1lu8DEE7Q1N1LOl4UZ {
    margin-left: 8.33333333%;
  }
  ._37Uh93bEOniuhZrQBzajmZ {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .M0P3jMN7GV8bJGbQRztI6,
  ._1yMqdtvUabV3Q2_jCk8F4j,
  ._2SUECq4P_pPkEReYhQcydA,
  ._3yBhvjnzoCmXCwEXNkqZjS,
  ._1NCNKaLIxUwjUz6e7pOfns,
  ._2KyqKMI_jEp5Epw_muS840,
  ._127tgs0xwOfxwUbRFHWEvR,
  ._2CDDqOEHLBB37qxKdq_z4S,
  ._3fjjk5nqRMIoLlJqOwmep5,
  ._1VZKTdKBoakmlUATZplPOv,
  .vRq1BENKY__DMWkz1KElf,
  ._3iUUIoTPVFKuRYo1fgngd2 {
    float: left;
  }
  ._3iUUIoTPVFKuRYo1fgngd2 {
    width: 100%;
  }
  .vRq1BENKY__DMWkz1KElf {
    width: 91.66666667%;
  }
  ._1VZKTdKBoakmlUATZplPOv {
    width: 83.33333333%;
  }
  ._3fjjk5nqRMIoLlJqOwmep5 {
    width: 75%;
  }
  ._2CDDqOEHLBB37qxKdq_z4S {
    width: 66.66666667%;
  }
  ._127tgs0xwOfxwUbRFHWEvR {
    width: 58.33333333%;
  }
  ._2KyqKMI_jEp5Epw_muS840 {
    width: 50%;
  }
  ._1NCNKaLIxUwjUz6e7pOfns {
    width: 41.66666667%;
  }
  ._3yBhvjnzoCmXCwEXNkqZjS {
    width: 33.33333333%;
  }
  ._2SUECq4P_pPkEReYhQcydA {
    width: 25%;
  }
  ._1yMqdtvUabV3Q2_jCk8F4j {
    width: 16.66666667%;
  }
  .M0P3jMN7GV8bJGbQRztI6 {
    width: 8.33333333%;
  }
  .mNOwBb6TM8jG6NcIWl43n {
    right: 100%;
  }
  ._3iMqfTE7jyF22ZYuAhVnGs {
    right: 91.66666667%;
  }
  ._3xASUAcY1Gq5dUVfxllvFM {
    right: 83.33333333%;
  }
  ._5-Sj8z3vZni8YzivxXacC {
    right: 75%;
  }
  .eTjrEGE8nDxebi8cUcbVf {
    right: 66.66666667%;
  }
  ._2WGQu5W5qIVSCFaM3PRAEt {
    right: 58.33333333%;
  }
  ._3jeTtyS8SWyaqi5nTzMaUp {
    right: 50%;
  }
  ._2EpLwlX_NHNEW8gobDvPkj {
    right: 41.66666667%;
  }
  ._1Xj9YKDSBsokL3m_uyOjiQ {
    right: 33.33333333%;
  }
  .rEaxulC3lMAYOcnySfFNw {
    right: 25%;
  }
  ._2l9bnsKCEOGy3d4hh2GY9Z {
    right: 16.66666667%;
  }
  ._2ftBrlMbbd0KT5PvDJuL5s {
    right: 8.33333333%;
  }
  ._3Yi6LunICrMNNaNCM7BK3P {
    right: auto;
  }
  ._17raR0foMXqiPzGJpmDmkP {
    left: 100%;
  }
  ._1VwCK32CqILmfD9y-66Gdj {
    left: 91.66666667%;
  }
  .MyebzT88OafQr9HkOGBGt {
    left: 83.33333333%;
  }
  ._35A5nzGuIJNIjY6dLyLkED {
    left: 75%;
  }
  ._2M69riv2JK2_3e-1gbWUfy {
    left: 66.66666667%;
  }
  ._3bzzLYwzypNusbJ1_2rDfK {
    left: 58.33333333%;
  }
  ._235StdYKoOXIA1O6pKMxj0 {
    left: 50%;
  }
  .VFB2v9O45w8SaeQrlCEff {
    left: 41.66666667%;
  }
  ._992T9PGSEvZIJf0DfvYlw {
    left: 33.33333333%;
  }
  ._5mtnDdZ-JCcHAQWkPAEbu {
    left: 25%;
  }
  ._3Rr0tuvoBH-PeMmJTVKLm- {
    left: 16.66666667%;
  }
  ._3l8eejic8Fer1FC87wpP2f {
    left: 8.33333333%;
  }
  ._3qwQPgBw0IWlukK4QOQixM {
    left: auto;
  }
  .ww45WH7EBRFNSSCBiuFFh {
    margin-left: 100%;
  }
  ._348jG_tdQIhRvdE8KzYWM1 {
    margin-left: 91.66666667%;
  }
  ._3Cr4EynzOQGt9uGMZN1BV0 {
    margin-left: 83.33333333%;
  }
  .rZpDsp5fO1wPqExacsENZ {
    margin-left: 75%;
  }
  ._2-8_uZYNPvuIQ9GnAJrC10 {
    margin-left: 66.66666667%;
  }
  ._26S2N0WWk9powCczpBerZI {
    margin-left: 58.33333333%;
  }
  .krrRC8x2vElfJAJYcPLwj {
    margin-left: 50%;
  }
  ._1b9tU_IfrwDZqFlvbySOLJ {
    margin-left: 41.66666667%;
  }
  ._32hpDSj5B1cK2cAgiBERnO {
    margin-left: 33.33333333%;
  }
  ._3mJuvW0tYY8FiMYUQ9WfVx {
    margin-left: 25%;
  }
  ._2xq3Otg-sCAU-EiWz-EAuP {
    margin-left: 16.66666667%;
  }
  ._1qj6MvlgK_1iU0DM458ySS {
    margin-left: 8.33333333%;
  }
  ._2E3Pyc0qp0ZPwmKgqBrSnc {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  ._2IMXCUh4xpIn9MTTulkLbW,
  ._3VuEsflFiflUpHvzMDrmwC,
  ._c7mMV4g0UkiZffD5Rxd3,
  .C9k0MM5Ziz7a9uoeAIm7U,
  ._3tLuzZeTvvu08h376s9WOW,
  ._2c1kuqw77uFgH7LMRbWuui,
  ._3VMmCy3Fr9ZoXqgUUgZDdF,
  ._3xOXy_xZsBd9k01BsBTAVr,
  ._2M-AzvbMM7hBTY2nVSqGID,
  ._2UvrdpyU-Nj_7DIv2N_uBC,
  .PmSg_dqKB1eEOsh5he7tq,
  .IOKb3UtHz7m0x1Tv3-nBS {
    float: left;
  }
  .IOKb3UtHz7m0x1Tv3-nBS {
    width: 100%;
  }
  .PmSg_dqKB1eEOsh5he7tq {
    width: 91.66666667%;
  }
  ._2UvrdpyU-Nj_7DIv2N_uBC {
    width: 83.33333333%;
  }
  ._2M-AzvbMM7hBTY2nVSqGID {
    width: 75%;
  }
  ._3xOXy_xZsBd9k01BsBTAVr {
    width: 66.66666667%;
  }
  ._3VMmCy3Fr9ZoXqgUUgZDdF {
    width: 58.33333333%;
  }
  ._2c1kuqw77uFgH7LMRbWuui {
    width: 50%;
  }
  ._3tLuzZeTvvu08h376s9WOW {
    width: 41.66666667%;
  }
  .C9k0MM5Ziz7a9uoeAIm7U {
    width: 33.33333333%;
  }
  ._c7mMV4g0UkiZffD5Rxd3 {
    width: 25%;
  }
  ._3VuEsflFiflUpHvzMDrmwC {
    width: 16.66666667%;
  }
  ._2IMXCUh4xpIn9MTTulkLbW {
    width: 8.33333333%;
  }
  ._2rvURZ83ihmkByTQVfM1EB {
    right: 100%;
  }
  ._1Gz_omBvAS0iX9D7u76v72 {
    right: 91.66666667%;
  }
  .nqSt0UdDvLf4mgQDC9Dxs {
    right: 83.33333333%;
  }
  .QCDndodncHSGuf1s7WNs1 {
    right: 75%;
  }
  ._1mueFjZu9LPZYhMXxlQaWH {
    right: 66.66666667%;
  }
  ._3qo7t5rQjbQWypqZKkC6qz {
    right: 58.33333333%;
  }
  ._1Enth7VbTiBIBkmS9wDD8e {
    right: 50%;
  }
  .ML1zQaEEcPZIiF3FUYgjU {
    right: 41.66666667%;
  }
  ._2yJQ11VpXe6keCdsgK0a1m {
    right: 33.33333333%;
  }
  ._1lUNZ3OerYiFljDH8g6lYr {
    right: 25%;
  }
  ._190XHRQ2mIlfuY94oQTR7l {
    right: 16.66666667%;
  }
  .h03mWRwgjwRRGo1mI7x-n {
    right: 8.33333333%;
  }
  .LJVcgwNxeXrQBni0oQdiA {
    right: auto;
  }
  ._3y8DAHuspCGBZaxcmvfDbp {
    left: 100%;
  }
  ._12iY4BBPeVGJ6Qvstue2_ {
    left: 91.66666667%;
  }
  ._33EQ3VI-HZghEzCmyRkgj1 {
    left: 83.33333333%;
  }
  ._2F-ff2tt4YZkLgTPGm2lOj {
    left: 75%;
  }
  ._1-kEl52v_phZkyn5nf6y0O {
    left: 66.66666667%;
  }
  ._3cIdUfPoWahyep8DuW32rA {
    left: 58.33333333%;
  }
  ._2-n_ml3aHwlV9IOZeMQaYB {
    left: 50%;
  }
  ._1ry_LAzcHiGhy3lUEmeviz {
    left: 41.66666667%;
  }
  ._2Hwjn9K9nhUpg1G8VIjX9_ {
    left: 33.33333333%;
  }
  ._2eFqr52PTg76U9epc5wRtn {
    left: 25%;
  }
  ._1uLnHUhCE8qf-i8JxHEf2t {
    left: 16.66666667%;
  }
  ._2hko4MkqdbqoocKOpBLLfG {
    left: 8.33333333%;
  }
  .hGZBOKvQNFhiWJkcOUT4e {
    left: auto;
  }
  ._1x66dbwiX6m-hYarzWd0ss {
    margin-left: 100%;
  }
  .L3vHAxwKewWFCZKNwHA14 {
    margin-left: 91.66666667%;
  }
  ._3wlUUkt2NR8oI-JVGMYsNN {
    margin-left: 83.33333333%;
  }
  ._2MRBdnvFd9kZ3xaVIOeas5 {
    margin-left: 75%;
  }
  ._1h5magQWTEYKIZLJe8JN9U {
    margin-left: 66.66666667%;
  }
  ._3XNuhWSlyjAhA-mR_ks7BN {
    margin-left: 58.33333333%;
  }
  ._15323gGGklaYUXCi35yJet {
    margin-left: 50%;
  }
  .efjTVGOtTj6kkwwlgSLQR {
    margin-left: 41.66666667%;
  }
  .-Bxr7-jjFvucKxWM0_BSf {
    margin-left: 33.33333333%;
  }
  ._1cPKTcbE8T-hqu2u95L2US {
    margin-left: 25%;
  }
  .k-2JTgB5f1A5R_iSpRnKL {
    margin-left: 16.66666667%;
  }
  .vUTL67mRdHllGYq6U6sPB {
    margin-left: 8.33333333%;
  }
  ._27EPHGcKt01MEDqDt4Xy4Y {
    margin-left: 0%;
  }
}

._2CfxGkC4akw2zUcA-agVUo:after,
._2CfxGkC4akw2zUcA-agVUo:before,
._1pO3EYCjTd1Hkz_k8y4RJu:after,
._1pO3EYCjTd1Hkz_k8y4RJu:before,
._1ZWPIqKjyXrbNlHRdCvddK:after,
._1ZWPIqKjyXrbNlHRdCvddK:before,
._3zGzyKMKnSJWnQ-ee6uR8E:after,
._3zGzyKMKnSJWnQ-ee6uR8E:before,
._2wW_gNj32CAVLtXBypnJUO:after,
._2wW_gNj32CAVLtXBypnJUO:before {
  display: table;
  content: " ";
}

:after,
:before {
  box-sizing: border-box;
}

._2CfxGkC4akw2zUcA-agVUo:after,
._1pO3EYCjTd1Hkz_k8y4RJu:after,
._1ZWPIqKjyXrbNlHRdCvddK:after,
._3zGzyKMKnSJWnQ-ee6uR8E:after,
._2wW_gNj32CAVLtXBypnJUO:after {
  clear: both;
}
.JPg--k0LZT_8_NYFBQ6_f {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.PuJ5rYWd73SyKmkcIRrff {
  float: right !important;
}
._3iNYlR__0jR3Ra79kw6eY_ {
  float: left !important;
}
._3EFPENR9OpyJ4nSOrXz3s_ {
  display: none !important;
}
._1Mi2F5bILOb1pRxyFbgub5 {
  display: block !important;
}
._2k294o-3ShJsvpzNEEVcMt {
  visibility: hidden;
}
._3ZZupYEKi_ESpnL5AP5th_ {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.tcsxXLtyoZEn1m2m9gm45 {
  display: none !important;
}
.rADSkwuHZzoQHVtosTZEo {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
._2TWnbmbgrpwH8d9BmryUUV,
._3ZGd4N2vAAkBeBJo4Ysun8,
._2h-aTD_-4mddbfeOmJuNg0,
._1x0UqU3RxWr0rad20MCMb2 {
  display: none !important;
}
._17J8S5Z0QJFvlbdeWV-dUA,
._2Hv3aoRaQ48gb8QF44Jv78,
._38n5ZFGjin0DLW2I_JFjEC,
._2NnXnxl0YfRX9mPf1JpfH7,
.qLpMkuoVonqQgbjKFB5du,
._2BOBM6fYboQ2GP10iho-BJ,
.LbIW9jQov7MVF8xt0WnZ-,
.QZnXPPV2F3W1-VKsnPOm8,
._3SYvB18NdW3PXSpY2szvWK,
._3DgooqaTmWryyGL5anwYHG,
.fJsJYU2CEeR0D0nMvjAkQ,
._1MUPhtKR4QMQAQdPe-Qw2Z {
  display: none !important;
}
@media (max-width: 767px) {
  ._2TWnbmbgrpwH8d9BmryUUV {
    display: block !important;
  }
  table._2TWnbmbgrpwH8d9BmryUUV {
    display: table !important;
  }
  tr._2TWnbmbgrpwH8d9BmryUUV {
    display: table-row !important;
  }
  th._2TWnbmbgrpwH8d9BmryUUV,
  td._2TWnbmbgrpwH8d9BmryUUV {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  ._17J8S5Z0QJFvlbdeWV-dUA {
    display: block !important;
  }
}
@media (max-width: 767px) {
  ._2Hv3aoRaQ48gb8QF44Jv78 {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  ._38n5ZFGjin0DLW2I_JFjEC {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ._3ZGd4N2vAAkBeBJo4Ysun8 {
    display: block !important;
  }
  table._3ZGd4N2vAAkBeBJo4Ysun8 {
    display: table !important;
  }
  tr._3ZGd4N2vAAkBeBJo4Ysun8 {
    display: table-row !important;
  }
  th._3ZGd4N2vAAkBeBJo4Ysun8,
  td._3ZGd4N2vAAkBeBJo4Ysun8 {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ._2NnXnxl0YfRX9mPf1JpfH7 {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .qLpMkuoVonqQgbjKFB5du {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ._2BOBM6fYboQ2GP10iho-BJ {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  ._2h-aTD_-4mddbfeOmJuNg0 {
    display: block !important;
  }
  table._2h-aTD_-4mddbfeOmJuNg0 {
    display: table !important;
  }
  tr._2h-aTD_-4mddbfeOmJuNg0 {
    display: table-row !important;
  }
  th._2h-aTD_-4mddbfeOmJuNg0,
  td._2h-aTD_-4mddbfeOmJuNg0 {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .LbIW9jQov7MVF8xt0WnZ- {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .QZnXPPV2F3W1-VKsnPOm8 {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  ._3SYvB18NdW3PXSpY2szvWK {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  ._1x0UqU3RxWr0rad20MCMb2 {
    display: block !important;
  }
  table._1x0UqU3RxWr0rad20MCMb2 {
    display: table !important;
  }
  tr._1x0UqU3RxWr0rad20MCMb2 {
    display: table-row !important;
  }
  th._1x0UqU3RxWr0rad20MCMb2,
  td._1x0UqU3RxWr0rad20MCMb2 {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  ._3DgooqaTmWryyGL5anwYHG {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .fJsJYU2CEeR0D0nMvjAkQ {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  ._1MUPhtKR4QMQAQdPe-Qw2Z {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  ._35rstZ0uwcXSVctWAOHblL {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ._1qzmwOpRiRFhezNLoBlvPn {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  ._3GycYpmUML7Dyyyflw7GOp {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  ._2CmVd8pNC3N4iqk3fn6o8F {
    display: none !important;
  }
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

.xvbaYQz4fWSoH7h6IxY6X {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > th,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > th,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > th,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > td,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > td,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.xvbaYQz4fWSoH7h6IxY6X > caption + thead > tr:first-child > th,
.xvbaYQz4fWSoH7h6IxY6X > colgroup + thead > tr:first-child > th,
.xvbaYQz4fWSoH7h6IxY6X > thead:first-child > tr:first-child > th,
.xvbaYQz4fWSoH7h6IxY6X > caption + thead > tr:first-child > td,
.xvbaYQz4fWSoH7h6IxY6X > colgroup + thead > tr:first-child > td,
.xvbaYQz4fWSoH7h6IxY6X > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.xvbaYQz4fWSoH7h6IxY6X > tbody + tbody {
  border-top: 2px solid #ddd;
}
.xvbaYQz4fWSoH7h6IxY6X .xvbaYQz4fWSoH7h6IxY6X {
  background-color: #fff;
}
._1u3H8BLff1pM_Sf0PuEGke > thead > tr > th,
._1u3H8BLff1pM_Sf0PuEGke > tbody > tr > th,
._1u3H8BLff1pM_Sf0PuEGke > tfoot > tr > th,
._1u3H8BLff1pM_Sf0PuEGke > thead > tr > td,
._1u3H8BLff1pM_Sf0PuEGke > tbody > tr > td,
._1u3H8BLff1pM_Sf0PuEGke > tfoot > tr > td {
  padding: 5px;
}
.lF3VnYmX9vUtVXNhXV21K {
  border: 1px solid #ddd;
}
.lF3VnYmX9vUtVXNhXV21K > thead > tr > th,
.lF3VnYmX9vUtVXNhXV21K > tbody > tr > th,
.lF3VnYmX9vUtVXNhXV21K > tfoot > tr > th,
.lF3VnYmX9vUtVXNhXV21K > thead > tr > td,
.lF3VnYmX9vUtVXNhXV21K > tbody > tr > td,
.lF3VnYmX9vUtVXNhXV21K > tfoot > tr > td {
  border: 1px solid #ddd;
}
.lF3VnYmX9vUtVXNhXV21K > thead > tr > th,
.lF3VnYmX9vUtVXNhXV21K > thead > tr > td {
  border-bottom-width: 2px;
}
.qWb7xMQnqZccSGTuY63nI > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > td.eShFZ11gFY3NuVOTqZYXw,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > td.eShFZ11gFY3NuVOTqZYXw,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > td.eShFZ11gFY3NuVOTqZYXw,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > th.eShFZ11gFY3NuVOTqZYXw,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > th.eShFZ11gFY3NuVOTqZYXw,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > th.eShFZ11gFY3NuVOTqZYXw,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr.eShFZ11gFY3NuVOTqZYXw > td,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr.eShFZ11gFY3NuVOTqZYXw > td,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr.eShFZ11gFY3NuVOTqZYXw > td,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr.eShFZ11gFY3NuVOTqZYXw > th,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr.eShFZ11gFY3NuVOTqZYXw > th,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr.eShFZ11gFY3NuVOTqZYXw > th {
  background-color: #f5f5f5;
}
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr > td.eShFZ11gFY3NuVOTqZYXw:hover,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr > th.eShFZ11gFY3NuVOTqZYXw:hover,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr.eShFZ11gFY3NuVOTqZYXw:hover > td,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr:hover > .eShFZ11gFY3NuVOTqZYXw,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr.eShFZ11gFY3NuVOTqZYXw:hover > th {
  background-color: #e8e8e8;
}
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > td.OXHpzwidrhv5tRln4r7xQ,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > td.OXHpzwidrhv5tRln4r7xQ,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > td.OXHpzwidrhv5tRln4r7xQ,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > th.OXHpzwidrhv5tRln4r7xQ,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > th.OXHpzwidrhv5tRln4r7xQ,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > th.OXHpzwidrhv5tRln4r7xQ,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr.OXHpzwidrhv5tRln4r7xQ > td,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr.OXHpzwidrhv5tRln4r7xQ > td,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr.OXHpzwidrhv5tRln4r7xQ > td,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr.OXHpzwidrhv5tRln4r7xQ > th,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr.OXHpzwidrhv5tRln4r7xQ > th,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr.OXHpzwidrhv5tRln4r7xQ > th {
  background-color: #dff0d8;
}
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr > td.OXHpzwidrhv5tRln4r7xQ:hover,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr > th.OXHpzwidrhv5tRln4r7xQ:hover,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr.OXHpzwidrhv5tRln4r7xQ:hover > td,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr:hover > .OXHpzwidrhv5tRln4r7xQ,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr.OXHpzwidrhv5tRln4r7xQ:hover > th {
  background-color: #d0e9c6;
}
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > td._1mDvuBHdQGRIFpB1XDMZvA,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > td._1mDvuBHdQGRIFpB1XDMZvA,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > td._1mDvuBHdQGRIFpB1XDMZvA,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > th._1mDvuBHdQGRIFpB1XDMZvA,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > th._1mDvuBHdQGRIFpB1XDMZvA,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > th._1mDvuBHdQGRIFpB1XDMZvA,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr._1mDvuBHdQGRIFpB1XDMZvA > td,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr._1mDvuBHdQGRIFpB1XDMZvA > td,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr._1mDvuBHdQGRIFpB1XDMZvA > td,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr._1mDvuBHdQGRIFpB1XDMZvA > th,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr._1mDvuBHdQGRIFpB1XDMZvA > th,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr._1mDvuBHdQGRIFpB1XDMZvA > th {
  background-color: #d9edf7;
}
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr > td._1mDvuBHdQGRIFpB1XDMZvA:hover,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr > th._1mDvuBHdQGRIFpB1XDMZvA:hover,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr._1mDvuBHdQGRIFpB1XDMZvA:hover > td,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr:hover > ._1mDvuBHdQGRIFpB1XDMZvA,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr._1mDvuBHdQGRIFpB1XDMZvA:hover > th {
  background-color: #c4e3f3;
}
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > td._1q_yNtGaUyYwtXOPNCMmqK,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > td._1q_yNtGaUyYwtXOPNCMmqK,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > td._1q_yNtGaUyYwtXOPNCMmqK,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > th._1q_yNtGaUyYwtXOPNCMmqK,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > th._1q_yNtGaUyYwtXOPNCMmqK,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > th._1q_yNtGaUyYwtXOPNCMmqK,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr._1q_yNtGaUyYwtXOPNCMmqK > td,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr._1q_yNtGaUyYwtXOPNCMmqK > td,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr._1q_yNtGaUyYwtXOPNCMmqK > td,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr._1q_yNtGaUyYwtXOPNCMmqK > th,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr._1q_yNtGaUyYwtXOPNCMmqK > th,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr._1q_yNtGaUyYwtXOPNCMmqK > th {
  background-color: #fcf8e3;
}
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr > td._1q_yNtGaUyYwtXOPNCMmqK:hover,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr > th._1q_yNtGaUyYwtXOPNCMmqK:hover,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr._1q_yNtGaUyYwtXOPNCMmqK:hover > td,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr:hover > ._1q_yNtGaUyYwtXOPNCMmqK,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr._1q_yNtGaUyYwtXOPNCMmqK:hover > th {
  background-color: #faf2cc;
}
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > td._2wFBTK0A_Sh7C9JcgYVmMA,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > td._2wFBTK0A_Sh7C9JcgYVmMA,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > td._2wFBTK0A_Sh7C9JcgYVmMA,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr > th._2wFBTK0A_Sh7C9JcgYVmMA,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr > th._2wFBTK0A_Sh7C9JcgYVmMA,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > th._2wFBTK0A_Sh7C9JcgYVmMA,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr._2wFBTK0A_Sh7C9JcgYVmMA > td,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr._2wFBTK0A_Sh7C9JcgYVmMA > td,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr._2wFBTK0A_Sh7C9JcgYVmMA > td,
.xvbaYQz4fWSoH7h6IxY6X > thead > tr._2wFBTK0A_Sh7C9JcgYVmMA > th,
.xvbaYQz4fWSoH7h6IxY6X > tbody > tr._2wFBTK0A_Sh7C9JcgYVmMA > th,
.xvbaYQz4fWSoH7h6IxY6X > tfoot > tr._2wFBTK0A_Sh7C9JcgYVmMA > th {
  background-color: #f2dede;
}
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr > td._2wFBTK0A_Sh7C9JcgYVmMA:hover,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr > th._2wFBTK0A_Sh7C9JcgYVmMA:hover,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr._2wFBTK0A_Sh7C9JcgYVmMA:hover > td,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr:hover > ._2wFBTK0A_Sh7C9JcgYVmMA,
._1-w2WRcifdpJyFBHL0_Krz > tbody > tr._2wFBTK0A_Sh7C9JcgYVmMA:hover > th {
  background-color: #ebcccc;
}
._1l77GQDIErnwSaA4-vlMkD {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  ._1l77GQDIErnwSaA4-vlMkD {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  ._1l77GQDIErnwSaA4-vlMkD > .xvbaYQz4fWSoH7h6IxY6X {
    margin-bottom: 0;
  }
  ._1l77GQDIErnwSaA4-vlMkD > .xvbaYQz4fWSoH7h6IxY6X > thead > tr > th,
  ._1l77GQDIErnwSaA4-vlMkD > .xvbaYQz4fWSoH7h6IxY6X > tbody > tr > th,
  ._1l77GQDIErnwSaA4-vlMkD > .xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > th,
  ._1l77GQDIErnwSaA4-vlMkD > .xvbaYQz4fWSoH7h6IxY6X > thead > tr > td,
  ._1l77GQDIErnwSaA4-vlMkD > .xvbaYQz4fWSoH7h6IxY6X > tbody > tr > td,
  ._1l77GQDIErnwSaA4-vlMkD > .xvbaYQz4fWSoH7h6IxY6X > tfoot > tr > td {
    white-space: nowrap;
  }
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K {
    border: 0;
  }
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > thead > tr > th:first-child,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tbody > tr > th:first-child,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tfoot > tr > th:first-child,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > thead > tr > td:first-child,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tbody > tr > td:first-child,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tfoot > tr > td:first-child {
    border-left: 0;
  }
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > thead > tr > th:last-child,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tbody > tr > th:last-child,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tfoot > tr > th:last-child,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > thead > tr > td:last-child,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tbody > tr > td:last-child,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tfoot > tr > td:last-child {
    border-right: 0;
  }
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tbody > tr:last-child > th,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tfoot > tr:last-child > th,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tbody > tr:last-child > td,
  ._1l77GQDIErnwSaA4-vlMkD > .lF3VnYmX9vUtVXNhXV21K > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* import colors */

._3vYdENphAHUxVT-PXGBG0r {
  display: block;
  position: relative;
  color: var(--main-color);
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  cursor: pointer;
  padding: 0 0 0 35px;
  margin: 10px 0 0;
  transition: all 1s;
}

._3vYdENphAHUxVT-PXGBG0r::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 16px;
  height: 9px;
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-color: var(--main-color);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS40IDguMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYmFjZTI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX2NoZXZyb25fZG93bjwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAuMSwyNGEyLjQ2LDIuNDYsMCwwLDEtMS43LS44bC01LjctNS42YTEsMSwwLDAsMSwxLjQtMS40bDUuNyw1LjZjLjIuMi40LjIuNywwbDUuNi01LjZhMSwxLDAsMCwxLDEuNCwxLjRsLTUuNiw1LjZBMi40NCwyLjQ0LDAsMCwxLDIwLjEsMjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIuNCAtMTUuOSkiLz48L3N2Zz4=) no-repeat center;
  mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS40IDguMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYmFjZTI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX2NoZXZyb25fZG93bjwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAuMSwyNGEyLjQ2LDIuNDYsMCwwLDEtMS43LS44bC01LjctNS42YTEsMSwwLDAsMSwxLjQtMS40bDUuNyw1LjZjLjIuMi40LjIuNywwbDUuNi01LjZhMSwxLDAsMCwxLDEuNCwxLjRsLTUuNiw1LjZBMi40NCwyLjQ0LDAsMCwxLDIwLjEsMjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIuNCAtMTUuOSkiLz48L3N2Zz4=) no-repeat center;
}

._1dntduhEtgIKDpsom4y9CP {
}

._1dntduhEtgIKDpsom4y9CP::before {
  transition: transform 0.2s;
  transform: rotate(0deg);
}

.j0C5Tvp38URZtFe1ONo7M {
}

.elGhK_5mUvZ3HeEbunJs3 {
  color: #f44335;
  font-size: 17px;
}

.j0C5Tvp38URZtFe1ONo7M::before {
  transition: transform 0.2s;
  transform: rotate(-180deg);
}

._1dntduhEtgIKDpsom4y9CP + ._1HdRdnbsgVun_uVi91KV8Z {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1s ease;
}

.j0C5Tvp38URZtFe1ONo7M + ._1HdRdnbsgVun_uVi91KV8Z {
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 1s ease;
}

/* TYPE REVIEW */

._2N0Th1o8P4tjGrSg1bMzoK {
  display: inline-block;
  position: relative;
  color: var(--main-color);
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  cursor: pointer;
  padding: 6px 0 22px 66px;
  margin: 0;
  transition: all 1s;
  width: 50%;
}

._2N0Th1o8P4tjGrSg1bMzoK::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 14px;
  height: 22px;
  background-size: 14px 22px;
  background-repeat: no-repeat;
  background-color: var(--main-color);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjE1IDE1LjQ2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzJiYWNlMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xNSw3LjU3YTIuNDYsMi40NiwwLDAsMS0uNzYsMS43NEwxLjgyLDE1QTEsMSwwLDEsMSwuNDEsMTMuNjVMNiw3LjkyYS40MS40MSwwLDAsMCwwLS42N0wuNDIsMS42NUExLDEsMCwwLDEsMS44My4yNEw3LjQxLDUuODJBMi40NiwyLjQ2LDAsMCwxLDguMTUsNy41N1oiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat center;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjE1IDE1LjQ2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzJiYWNlMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xNSw3LjU3YTIuNDYsMi40NiwwLDAsMS0uNzYsMS43NEwxLjgyLDE1QTEsMSwwLDEsMSwuNDEsMTMuNjVMNiw3LjkyYS40MS40MSwwLDAsMCwwLS42N0wuNDIsMS42NUExLDEsMCwwLDEsMS44My4yNEw3LjQxLDUuODJBMi40NiwyLjQ2LDAsMCwxLDguMTUsNy41N1oiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat center;
}

._1-3xA7K8wk9Rvvnqd5aYTf {
}

._1-3xA7K8wk9Rvvnqd5aYTf::before {
  transition: transform 0.2s;
  transform: rotate(0deg);
}

.QwSWMKNQWjCZ4kP0RXsQe {
}

.QwSWMKNQWjCZ4kP0RXsQe::before {
  transition: transform 0.2s;
  transform: rotate(90deg);
}

._1-3xA7K8wk9Rvvnqd5aYTf + .rxT-Gsh8LJYYhX-9upjIx,
.QwSWMKNQWjCZ4kP0RXsQe + ._2ZdLPPhUJu9tDwpcK3XCJe {
  position: relative;
  background: #f6f6f6;
  transition: 200;
}

.aHcRGyayo4pnsXoLdplQl + ._2ZdLPPhUJu9tDwpcK3XCJe {
  position: relative;
  background: #f6f6f6;
  transition: 200;
}

.QwSWMKNQWjCZ4kP0RXsQe + ._2ZdLPPhUJu9tDwpcK3XCJe {
  margin-bottom: 30px;
}

._1-3xA7K8wk9Rvvnqd5aYTf + .rxT-Gsh8LJYYhX-9upjIx::before,
._1-3xA7K8wk9Rvvnqd5aYTf + .rxT-Gsh8LJYYhX-9upjIx::after,
.QwSWMKNQWjCZ4kP0RXsQe + ._2ZdLPPhUJu9tDwpcK3XCJe::before,
.QwSWMKNQWjCZ4kP0RXsQe + ._2ZdLPPhUJu9tDwpcK3XCJe::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10000px;
  background-color: #f6f6f6;
}

.aHcRGyayo4pnsXoLdplQl + ._2ZdLPPhUJu9tDwpcK3XCJe::before,
.aHcRGyayo4pnsXoLdplQl + ._2ZdLPPhUJu9tDwpcK3XCJe::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10000px;
  background-color: #f6f6f6;
}

._1-3xA7K8wk9Rvvnqd5aYTf + .rxT-Gsh8LJYYhX-9upjIx::before,
.QwSWMKNQWjCZ4kP0RXsQe + ._2ZdLPPhUJu9tDwpcK3XCJe::before,
.aHcRGyayo4pnsXoLdplQl + ._2ZdLPPhUJu9tDwpcK3XCJe::before {
  left: 100%;
}

._1-3xA7K8wk9Rvvnqd5aYTf + .rxT-Gsh8LJYYhX-9upjIx::after,
.QwSWMKNQWjCZ4kP0RXsQe + ._2ZdLPPhUJu9tDwpcK3XCJe::after,
.aHcRGyayo4pnsXoLdplQl + ._2ZdLPPhUJu9tDwpcK3XCJe::after {
  right: 100%;
}

/*.review_accordion + .container .shadow,*/
.QwSWMKNQWjCZ4kP0RXsQe + ._2ZdLPPhUJu9tDwpcK3XCJe ._25iP9l7ws_L5PzXwjxQadE,
.aHcRGyayo4pnsXoLdplQl + ._2ZdLPPhUJu9tDwpcK3XCJe ._25iP9l7ws_L5PzXwjxQadE {
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  height: 7px;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(201, 201, 201, 0.2) 0%,
    rgba(201, 201, 201, 0) 100%
  );
}

/* TYPE REVIEW */

._3d-Tq5AKTpWpNzcg2IoYXa {
  color: #000000;
  padding: 14px 0 14px 66px;
}

._34lfcPxoQwnTZJqRz-k-VE {
}

.aHcRGyayo4pnsXoLdplQl {
}

._3d-Tq5AKTpWpNzcg2IoYXa::before {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-position: center;
  background-color: var(--main-color);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYmFjZTI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5BcnRib2FyZCAxIGNvcHkgNzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjkuMjQsMTlIMjFWMTAuNzNhMSwxLDAsMSwwLTIsMFYxOUgxMC43NmMtLjU5LDAtLjc2LjQzLS43NiwxdjBjMCwuNTkuMTcsMSwuNzYsMUgxOXY4LjIxYTEsMSwwLDEsMCwyLDBWMjFoOC4yNGMuNTksMCwuNzYtLjQ2Ljc2LTFWMjBDMzAsMTkuNDIsMjkuODMsMTksMjkuMjQsMTlaIi8+PC9zdmc+) no-repeat center;
  mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYmFjZTI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5BcnRib2FyZCAxIGNvcHkgNzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjkuMjQsMTlIMjFWMTAuNzNhMSwxLDAsMSwwLTIsMFYxOUgxMC43NmMtLjU5LDAtLjc2LjQzLS43NiwxdjBjMCwuNTkuMTcsMSwuNzYsMUgxOXY4LjIxYTEsMSwwLDEsMCwyLDBWMjFoOC4yNGMuNTksMCwuNzYtLjQ2Ljc2LTFWMjBDMzAsMTkuNDIsMjkuODMsMTksMjkuMjQsMTlaIi8+PC9zdmc+) no-repeat center;
}

.aHcRGyayo4pnsXoLdplQl::before {
  width: 30px;
  height: 30px;
  background-size: 20px 2px;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAACCAYAAABYBvyLAAAAAXNSR0IArs4c6QAAAB9JREFUCB1jZNjwYSvD//9eDNQAjIzbmKhhDsKM//8BFRYHV4LCaGYAAAAASUVORK5CYII=);
}

/* Grid */
._20GdmwbWyp5RgEfVa-6I59 {
}

._2r2hbm0CeE1c3PVBcs7uU5 {
  border-top: 2px solid #c9c9c9;
}

._2r2hbm0CeE1c3PVBcs7uU5:last-child {
  border-bottom: 2px solid #c9c9c9;
}

@media (max-device-width: 480px) {
  ._2N0Th1o8P4tjGrSg1bMzoK {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    cursor: pointer;
    padding: 6px 0 22px 66px;
    margin: 0;
    transition: all 1s;
    width: 75%;
  }
  ._3d-Tq5AKTpWpNzcg2IoYXa {
    width: 100%;
    padding: 14px 0 14px 50px;
    font-size: 20px;
  }
}

/*
  Buttons
*/

/* import colors */

._2aozvgp6FbpCI_MEf176KQ {
  margin-bottom: 10px;
}

._3OlP9SXAVy0O4wxPOo8UYe {
  width: 100%;
}

._2QPL-KdA9gWZ3aKvgTm3ME {
  display: flex !important;
  flex-direction: column;
}

._2WxHq0hV31qsEUAFB4M1qp {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

._2WxHq0hV31qsEUAFB4M1qp > ._2XiYLg_dnbpZmHIaHDXF4e {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 20px;
  font-weight: bolder;
}

._2WxHq0hV31qsEUAFB4M1qp > ._2XiYLg_dnbpZmHIaHDXF4e:before {
  border-width: 2px;
}

._2UK6w3PutAM_LbEKRN2bMU {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

._3GlgHtq7I6JUnoBCShvX0f {
  color: #f44335;
}

._3sYw6tdN4eOot1CPtyw4eG > label {
  align-items: flex-start;
}

._3sYw6tdN4eOot1CPtyw4eG > label > span:first-child {
  padding-top: 0;
}

.LLHK7Tp7aAOOGKf6Z_r2J {
  display: block !important;
}

.LLHK7Tp7aAOOGKf6Z_r2J > div {
  margin-bottom: 1rem;
}

p.raOuWfA9YAKxcEdzLdWmA {
  padding-left: 5px;
  padding-right: 1em;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 1.3em;
  margin-top: -0.4em;
  margin-bottom: 3px;
}

._3bwf-c9pTl07vtYnshmW5u {
  display: inline-block;
  padding: 0 15px 2rem;
  width: 100%;
}

._2zn3LAak8gs0jk1eW0Vpej > div {
  float: right;
  margin-left: 1em;
}

._2zn3LAak8gs0jk1eW0Vpej {
  float: right;
}

._39iVtglPo-YZXZc75g9QXa {
  float: left;
}

@media screen and (max-width: 1280px) {
  ._3bwf-c9pTl07vtYnshmW5u {
    bottom: 2%;
  }
}

@media (max-device-width: 768px) {
  ._3bwf-c9pTl07vtYnshmW5u {
    position: relative;
    bottom: 0;
    clear: both;
    padding: 20px 0px;
  }
}

@media (max-device-width: 480px) {
  ._3bwf-c9pTl07vtYnshmW5u {
    position: relative;
    bottom: 0;
    clear: both;
    padding: 20px 5px;
  }
}

/* import colors */

.SpuifO9VCeCRXYK8Cg9fD {
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .SpuifO9VCeCRXYK8Cg9fD {
    text-align: left;
  }
}

@media (max-device-width: 480px) {
  .SpuifO9VCeCRXYK8Cg9fD {
    width: 100%;
    text-align: left;
  }
}

._1URXBBa9LqCRqrND7Pq5Am {
}

._1_V_1Mga5HOJHJ9jtM7x5D {
  padding-top: 10px;
}

._1_V_1Mga5HOJHJ9jtM7x5D::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  z-index: -2;
}

.G5WtrULj46poHV4pqInlx {
}

._2m_FvBDrpSSxPX2imP8YSe {
}

._1bheypN19828D37zU9yulR {
  margin-bottom: 25px;
}

._1u_QvBXGbrBPtcktHbQng9 {
}

._3FBN_N9ahGxIK-oihRsM11 {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 1.3em;
  margin-top: 0.6em;
  margin-bottom: 3px;
  color: red;
}

._12t0vh40qkm-kpBH79gdHM {
  margin: 0;
}

._2ghF0gay3zN4qyZy63e7ov {
  padding: 0 15px 15px;
  float: right;
  margin-left: 1em;
}

/*Blue Background Section*/
.pK87ovGuAqz1ujlbhjeci {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

._1njMBhH2eVItfgfoIcM4Zs {
}

._398FtYVUGJuzlBZb3veMpy {
}

._398FtYVUGJuzlBZb3veMpy::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--main-color);
}

._1P_1evei_B2pJoKdpF4ons {
  text-align: center;
}

._1jLkExHb9q9InnYmA5_o_h {
  margin-top: 33px;
}

.yrJhY_7-TJ-j2HpXDpvzp {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  text-align: center;
}

.yrJhY_7-TJ-j2HpXDpvzp p {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
}

.BXF-qjBuNimAMtgEcq-rR {
  white-space: pre-line;
}

.Y3-4wOpVGvOMcOhp29WQS > div {
  padding-bottom: 3px;
}

.zpnkfi9-pELBSs7A59lh7 {
  margin-left: 14px;
}

._2PZ88EdKSugEDgEMXUKBkM {
  background-color: #c9c9c9;
  height: 1px;
  margin: 2em 0;
}

@media (max-device-width: 480px) {
  ._1_V_1Mga5HOJHJ9jtM7x5D {
    height: 100%;
    padding: 30px 15px 0 15px;
  }
}


/*
  Home button
*/

/* import colors */

.lBBUfFgcb1D6IykSD6D6A {
  clear: both;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: grey-vlight;
  border: 2px solid #00afef;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  padding-top: 8px;
  transition: all 0.2s;
}

.lBBUfFgcb1D6IykSD6D6A:hover,
.lBBUfFgcb1D6IykSD6D6A:focus,
.lBBUfFgcb1D6IykSD6D6A:active {
  outline: none;
  background-color: #00bbff;
  border: 2px solid #00bbff;
}

.lBBUfFgcb1D6IykSD6D6A:hover svg,
.lBBUfFgcb1D6IykSD6D6A:focus svg,
.lBBUfFgcb1D6IykSD6D6A:active svg {
  fill: white;
}

.lBBUfFgcb1D6IykSD6D6A:active {
  background-color: #00a5e1;
}

._3Z6QpkPpLgKziE3LsUQncT {
  display: inline-block;
}

._2nlhvKPnXGgBtbe677NSHE {
  fill: #80cdf2;
}

._2TmxTUJXZa24ro7oH5kAOB {
  fill: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  width: 25px;
  height: 25px;
}

._3UWPFmE6NSquk_WseY_ES2 {
  fill: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  width: 25px;
  height: 25px;
  margin-bottom: 13px !important;
}

._1VLJeJudVWhjzr4VsnT66h {
  width: 51px;
  height: 60px;
}

._2-sSdFNaR0zSscTR9ctgVG {
  fill: var(--main-font-color);
}

._1AkLxCaB5FOlHvw0oBi3Jh {
  width: 51px;
  height: 60px;
}

._3mSQpZDSGncIIiPTxqMhga {
  fill: var(--main-font-color);
}

._3AZgsvmRRzR41Bw9KAkstQ {
  fill: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  width: 25px;
  height: 25px;
  margin-bottom: 8px !important;
}

._3EDOD_vJOOp9InWUuNvHW1 {
  fill: var(--main-font-color);
}

._3jkZ9dxvxkS2Ea30djlWjc {
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
}

._2dqmqyetmuNp4Jce6sxUG8,
.BqosUbfmcwT43VeJIat5Q {
  width: 20px;
  height: 20px;
}

._22KGZPQP0m9HEVQlnIUurI {
  fill: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  width: 35px;
  height: 24px;
}

._2bgKiEqCfR9gAlMF5RDRUW {
  fill: var(--main-font-color);
  /*filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));*/
}

._3liuSBrJXgHddJTplhfO80 {
  fill: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  width: 24px;
  height: 22px;
}

._2klA632sZxnxt1y5TDfTes {
  fill: var(--main-font-color);
}

._28gGiUZBGzAkqR79ktzRDG {
  fill: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  width: 25px;
  height: 25px;
}

._3ci2yqO1-q9bKzZ-VtOsX0 {
  fill: var(--main-font-color);
  /*filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));*/
}

.pB2biE1IPeosHQmyZ295b {
  fill: #ffffff;
  cursor: pointer;
  transition: 0.2s;
}

.pB2biE1IPeosHQmyZ295b:hover {
  fill: #00afef;
}

._1wX22Gusm55WDFNNnD5lwy {
  stroke: #ffffff;
  fill: #c9c9c9;
  cursor: pointer;
  transition: 0.2s;
  width: 38px;
  height: 38px;
}

._3hJZYdR-GCQQ4Nk8-4mlGC {
  width: 33px;
  height: 55px;
}

._1F6bkmsgQt597UwaJ5D4ik {
  width: 51px;
  height: 48px;
}

.v0yW5DQqHNk9lQLauJo1B {
  width: 72px;
  height: 48px;
}

.TxZ7yPNdwM6LLHAnBtcqL {
  width: 69px;
  height: 57px;
}

.PWRhg2ByMer1FbSFErSeU {
  width: 54px;
  height: 66px;
}

._3FL8xZrrtsCuTZKjIMBD6t {
  width: 90px;
  height: 67px;
}

._26nF6guyugQMbtuhB_Gyaj {
  width: 46px;
  height: 66px;
}

._3jLDaFmC3IGZWpQth-GGlD {
  width: 87px;
  height: 69px;
}

._2Ue_T6qVuqXS1FfE1gCJv8 {
  width: 40px;
  height: 35px;
}

._3r_evo3i_JI-uMw-5wPwRR {
  width: 68px;
  height: 36px;
}

._1n3cVivfIUionCSBG9PhIt {
  width: 63px;
  height: 57px;
}

.T91bOqkB5vukixSyQ07qM {
  width: 81px;
  height: 52px;
}

.pj-kIYzQ_hM05XLLT5E {
  width: 54px;
  height: 57px;
}

._3ogsMV8-JR21Z_2mxWekyc {
  width: 54px;
  height: 57px;
}

._3CaHkcsA79k3smGzsrecWc {
  width: 53px;
  height: 60px;
}

._1NPc8NmI6Te2EA5rYRxKc7 {
  width: 53px;
  height: 60px;
}

._17-Efd7faZsLbxcM-5PZcw {
  width: 60px;
  height: 65px;
}

._1MSSDvChCUaL5cvwt4mlB0 {
  width: 58px;
  height: 60px;
}

.apDMwAmpokoOXV6U6Eu6W {
  fill: #e9e9e9;
}

._34JWT8YIqfZOGCHJ9mfrFH {
  fill: var(--main-color);
}

._3jc8w6lmTIt5uhhhtKCFNa {
  fill: #f44335;
}

._19d3W8wimVW2oZG9JdRY8r {
  width: 73px;
  height: 48px;
}

.z0RgRb0GopysUyUnwbfHB {
  fill: #e9e9e9;
}

._5j9_pMQyZzN50D4WJKVvM {
  fill: var(--main-color);
}

.moDll42fQ1uU_KsNMJkU- {
  fill: #f44335;
}

._2ix6xSWeeVXr537eLRtcoM {
  width: 80px;
  height: 55px;
}

._2gW5-BVIx8UXOHIXDqy_OX {
  fill: #e9e9e9;
}

._1eHZX5OwMl3mavKqw4CeBo {
  fill: var(--main-color);
}

.YS5_6-w7R7Js1dBgmvrd8 {
  fill: #f44335;
}

.q3mNb0z-cqgKuTXivRRGX {
  width: 57px;
  height: 55px;
}

.ljuCQjNRowkriq7Xc3k6M {
  width: 57px;
  height: 55px;
  fill: #e9e9e9;
}

._2K1MIgOvcSbnwmMaRxgvvn {
  width: 57px;
  height: 55px;
  fill: var(--main-color);
}

.ddd-QItTS-8gJFg-l7LKZ {
  width: 57px;
  height: 55px;
  fill: #f44335;
}

.F97CoGQc5W8uD27OdhyMn {
  fill: #00afef;
  width: 24px;
  height: 26px;
}

.F97CoGQc5W8uD27OdhyMn:hover,
.F97CoGQc5W8uD27OdhyMn:focus {
  fill: #ffffff;
}

._2u4H_Hd10fCHMTTTfog26A {
  fill: #00afef;
  width: 97px;
  height: 94px;
}

.-hqfTbut31Cgrjg1QGVGJ {
  fill: #00afef;
  width: 68px;
  height: 66px;
}

._mSp_mtL8ptuEKR_kHk_r {
  transform: scale(3);
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

.IyWW9F7aNklPH1DWKyt6c {
  fill: #28ade3;
}

._1zW9GgFY_EdMc78vW1oqtJ {
  transform: scale(0.6);
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

._1FsAX462K48GoNtKGvoKU7 {
  fill: #28ade3;
}

._1qUpasI36ChkNSgztGVPSf {
  fill: #00afef;
  width: 74px;
  height: 68px;
}

._2Kb6VrLuhfwTS-GTqS8znu {
  /*fill: blue;*/
  width: 127px;
  height: 70px;
}

._1W1rspn0bYbaj1oG0Ulwqb {
  fill: #80cdf2;
}

._27AV-OlbKhvLDZys5jZTJc {
  fill: #28ade3;
}

._2rBy2kFAXB-n-5Acr0V7f5 {
  fill: #5e5f5f;
}

._2HsuiXc0MYZFAAGNx0pEjx {
  /*fill: blue;*/
  width: 400px;
  height: 400px;
  padding-top: 10px;
}

._1LpX2igU7t4rM1qtwentxN {
  fill: #28ade3;
}

._2MSv4l2Lf4cbjGL7N9_yok {
  fill: #80cdf2;
}

._2AkEsSIere1TbGMhEGhGm8 {
  transform: rotate(45deg);
  fill: #00afef;
  width: 78px;
  height: 84px;
}

._1zPelQTlXOGdliLMspUg9x {
  transform: scaleY(-1) rotate(45deg);
  fill: #00afef;
  width: 78px;
  height: 84px;
}

/* Arrows */

._3DJ7O_-zmYw91ick7xJnMW {
  fill: var(--main-color);
  cursor: pointer;
  transition: 0.2s;
  width: 29px;
  height: 15px;
}

._3yOCp4_QLMD2mn8bq5_ozp {
  fill: #e9e9e9;
  width: 29px;
  height: 15px;
}

._1WuWCuGAJh25uta3Pl1juv {
  fill: var(--main-color);
  cursor: pointer;
  transition: 0.2s;
  width: 29px;
  height: 15px;
}

._4j6p6oDYqdIrlzlXyYHm6 {
  fill: #e9e9e9;
  width: 29px;
  height: 15px;
}

.YDIyYgRMOl0Csqhswvn4W {
  fill: var(--main-color);
  cursor: pointer;
  transition: 0.2s;
  width: 15px;
  height: 29px;
}

._20FMKTCOxl8AdADple_ufy {
  fill: var(--main-color);
  cursor: pointer;
  transition: 0.2s;
  width: 10px;
  height: 15px;
}

.tYJ-_EQWRKLHRuuM1Dg0D {
  fill: var(--main-color);
  cursor: pointer;
  transition: 0.2s;
  width: 14px;
  height: 24px;
}

.Mh2dfAk56mMUOxauexa7_ {
  fill: var(--main-color);
  cursor: pointer;
  transition: 0.2s;
  width: 15px;
  height: 29px;
}

._2ruR_IDdvFBWFpMIXUFI87 {
  fill: var(--main-color);
  cursor: pointer;
  transition: 0.2s;
  width: 10px;
  height: 15px;
}

._18tTABT9QWkDjXPJCzZgDO {
  fill: var(--main-color);
  cursor: pointer;
  transition: 0.2s;
  width: 14px;
  height: 24px;
}

._39I8ZA6FUwV9YGfpWJnP9D {
  fill: #e9e9e9;
  transition: 0.2s;
  width: 14px;
  height: 24px;
}

/* Misc */

._39Sq4uNP2EQuB9ETxGWMY2 {
  fill: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  width: 26px;
  height: 26px;
  margin-bottom: 7px !important;
}

._1sunNNb-7279egbW1zLYHU {
  fill: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  width: 29px;
  height: 32px;
}

._3QySGZkrb9gpB5P5JkAXSo {
  fill: grey;
  vertical-align: middle;
  width: 29px;
  height: 32px;
}

._2Crj_1BwpIpNjtJ-5DqA6l {
  fill: var(--main-color);
  vertical-align: middle;
  width: 29px;
  height: 32px;
}

.f0l5XIeYmVwdMx_YahzIy {
  display: none;
  fill: #28ade3;
}

._1romFWb12ElkyGPBH8FACk {
  fill: var(--main-font-color);
}

._3bQ4wfiUqcXyOmQ5STpIPb {
  fill: var(--main-font-color);
}

._35SG7HNnDv9nm8lCo4lv5U {
  fill: #00afef;
  cursor: pointer;
  transition: 0.2s;
  width: 39px;
  height: 31px;
}

._3DyN_B8nfTkAxKyIMfkutb {
  font-size: 16px;
  fill: #c9c9c9;
  text-anchor: middle;
  font-family: "Atlas Grotesk";
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  width: 9px;
  height: 14px;
}

._2_J-SpkZWfHhrHwRq4bSDl {
  fill: #00afef;
  cursor: pointer;
  transition: 0.2s;
  width: 25px;
  height: 25px;
}

._2Oo-10s_v64aRFOYKudsB1 {
  fill: #00afef;
  cursor: pointer;
  transition: 0.2s;
  width: 16px;
  height: 16px;
}

._14xHvJT-4hcvlKdtAYZXhT {
  fill: #00afef;
  cursor: pointer;
  transition: 0.2s;
  width: 29px;
  height: 29px;
}

._18dlS3BGcGFq9ZnrBhE-da {
  fill: #f44335;
  cursor: pointer;
  transition: 0.2s;
  width: 29px;
  height: 29px;
}

._1m-qU_2pfGnF1fm_Jd5Oa7 {
  fill: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  width: 26px;
  height: 26px;
}

/* People */

._2VaJiqWL1i8i86eW_h_l1j {
  stop-color: #ffffff;
}

.WR2fLOs6tyRLPgd51lLtO {
  stop-color: #00afef;
}

._10pOAKsqe737diG5KFAhx,
._3LV-mJiHEILilfA3CZFVT9,
.tEbUYm8RbcxceHtnqz9Cg,
._1Hg6u0ZISOk5GvhdfFznui,
._3tVPqTKbH6zrhzk2ZsbeEE,
._1fvx6WyoqWF9BDn1I9jomF,
._2f8QwAEjMhRD3ItMoXow_v,
._2XrVn2xeUZiga9Kg7Gpvsn,
._12G7MMq_THky0_tNP0cZOJ,
._21YDRTp_aLpbwhxIzSGwUu {
  position: relative;
  fill: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  width: 46px;
  height: 105px;
  transform: scale(1.08);
  z-index: 2;
}

.tEbUYm8RbcxceHtnqz9Cg {
  width: 59px;
}

._1Hg6u0ZISOk5GvhdfFznui {
  height: 108px;
}

._3tVPqTKbH6zrhzk2ZsbeEE {
  height: 116px;
}

._1fvx6WyoqWF9BDn1I9jomF {
  width: 59px;
}

._2XrVn2xeUZiga9Kg7Gpvsn {
  width: 60px;
}

._21YDRTp_aLpbwhxIzSGwUu {
  height: 115px;
}

._3kVt3sXn8yHeh24NpNSQe6 {
  fill: #ffffff;
  stroke: var(--main-color);
  cursor: pointer;
  transition: 0.2s;
  width: 45px;
  height: 45px;
}

._1q-3dXK2D-5WWhR64chlfu {
  fill: var(--main-font-color);
}

@media (max-device-width: 800px) {
  ._2Kb6VrLuhfwTS-GTqS8znu {
    /*fill: blue;*/
    width: 100px;
    height: 70px;
  }

  ._mSp_mtL8ptuEKR_kHk_r {
    transform: scale(2.5);
    padding-top: 5px;
  }

  ._1MSSDvChCUaL5cvwt4mlB0 {
    width: 28px;
    height: 30px;
  }

  ._19d3W8wimVW2oZG9JdRY8r {
    width: 36px;
    height: 24px;
  }

  ._2ix6xSWeeVXr537eLRtcoM {
    width: 40px;
    height: 27px;
  }

  .pj-kIYzQ_hM05XLLT5E {
    width: 27px;
    height: 28px;
  }

  ._3ogsMV8-JR21Z_2mxWekyc {
    width: 27px;
    height: 28px;
  }

  ._3CaHkcsA79k3smGzsrecWc {
    width: 26px;
    height: 30px;
  }

  ._1NPc8NmI6Te2EA5rYRxKc7 {
    width: 26px;
    height: 30px;
  }

  ._3hJZYdR-GCQQ4Nk8-4mlGC {
    width: 16px;
    height: 27px;
  }

  ._1F6bkmsgQt597UwaJ5D4ik {
    width: 26px;
    height: 24px;
  }

  .v0yW5DQqHNk9lQLauJo1B {
    width: 36px;
    height: 24px;
  }

  .TxZ7yPNdwM6LLHAnBtcqL {
    width: 34px;
    height: 28px;
  }

  ._26nF6guyugQMbtuhB_Gyaj {
    height: 53px;
  }

  ._2u4H_Hd10fCHMTTTfog26A {
    height: 56px;
  }
}

._1u1fOfRku4rsT6cE0m_doC {
  width: 25px !important;
  height: 25px;
  margin-bottom: 13px !important;
}

@media screen and (max-width: 992px) {
  ._3UWPFmE6NSquk_WseY_ES2 {
    fill: #ffffff;
    cursor: pointer;
    transition: 0.2s;
    width: 25px;
    height: 25px;
    margin-bottom: 1px !important;
  }
  ._3AZgsvmRRzR41Bw9KAkstQ {
    fill: #ffffff;
    cursor: pointer;
    transition: 0.2s;
    width: 25px;
    height: 25px;
    margin-top: 6px !important;
  }
  ._1u1fOfRku4rsT6cE0m_doC {
    cursor: pointer;
    width: 25px !important;
    height: 25px;
    margin-right: 6px;
    margin-top: 6px;
  }
  ._39Sq4uNP2EQuB9ETxGWMY2 {
    fill: #ffffff;
    cursor: pointer;
    transition: 0.2s;
    width: 26px;
    height: 26px;
  }
}

/* import colors */
._2ysHCBCPlxLx0M4XZepNQ9 {
  position: relative;
  padding: 25px 0;
  margin-left: 66px;
  border-bottom: 1px solid #c9c9c9;
}

.PtuesuJnWpEED3eYvfzSJ,
.c4UrwEqC4SGIjf8VzcKQS {
  position: relative;
  padding: 5px 0;
  margin-left: 66px;
}

._1sNT21AZu8JKPj4oJcivHP {
  position: relative;
  padding: 5px 0;
  margin-left: 66px;
  border-bottom: 1px solid #c9c9c9;
}

._3Ngvd05bhbFi7BIToO8zYe {
  position: relative;
  padding: 25px 0;
  margin-left: 66px;
  border-bottom: 1px solid #c9c9c9;
}

._1XG4AtwXpP1yroQVGYO0WV {
  position: relative;
  padding: 25px 0px 5px;
  margin-left: 66px;
  margin-top: 25px;
  border-top: 1px solid #c9c9c9;
}
._2uA4KrhMebrl5ms6mUEKoE {
  position: relative;
  margin-left: 66px;
  border-bottom: 1px solid #c9c9c9;
}

._2ysHCBCPlxLx0M4XZepNQ9:last-of-type,
.PtuesuJnWpEED3eYvfzSJ:last-of-type {
  border-bottom: none;
}

._1v1vvo-rGcgFG_N0y9ljrL {
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  margin-top: 6px;
  margin-bottom: 20px;
}

._1v1vvo-rGcgFG_N0y9ljrL span {
  color: #000000;
}

.JL6cJLKS8-V76Anw6AuzG {
  margin-bottom: 0;
  cursor: pointer;
}

._1G2F6GxIOUv6_nw73_-4hU {
  margin-bottom: 0;
  cursor: pointer;
}

._1ooPEmonu4mnihcCS1eh5i {
  font-size: 20px;
}

._2uA-_MM2_ijkBTxgFjEsuK {
  font-size: 12px;
}

._29CXap6vmiex1v1IfcH4ro {
  color: #d1242b !important;
  border-bottom: 0.5px solid #7d161a;
}

@media (max-device-width: 480px) {
  .JL6cJLKS8-V76Anw6AuzG::before,
  ._1G2F6GxIOUv6_nw73_-4hU::before {
    margin-left: 10px;
  }
}

.JL6cJLKS8-V76Anw6AuzG::before,
._1G2F6GxIOUv6_nw73_-4hU::before {
  position: absolute;
  left: -20px;
  top: 22px;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
  transition: all 0.2s;
  color: var(--main-color);
}

._1nNQeE1zzHcQHcFT_gCDtX::before,
._38XDeIGK6qYskjldrSO6M0::before {
  position: absolute;
  top: 22px;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
  transition: all 0.2s;
  color: var(--main-color);
}

.JL6cJLKS8-V76Anw6AuzG::before {
  content: "\F067";
}

._1G2F6GxIOUv6_nw73_-4hU::before {
  content: "\F068";
}

._1nNQeE1zzHcQHcFT_gCDtX::before {
  content: "\F067";
}

._38XDeIGK6qYskjldrSO6M0::before {
  content: "\F068";
}

._2lBLQ-qJb1EbHINHpayYm3 {
  position: absolute;
  top: 30px;
  right: 0px;
}

.kWsCtY4BAh5lyEpKbZejJ {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

._21Ok5nNA7yfzuxofaOlx5O {
  width: 700px;
}

._1_mXdg7J3xlvpU2FqoLF7 {
  width: 100%;
}

.UtwV_uEFhsXiz7OOK0AKn {
  overflow: hidden;
  padding-top: 16px;
}

.UtwV_uEFhsXiz7OOK0AKn p:first-child {
  margin-top: 0;
}

.UtwV_uEFhsXiz7OOK0AKn p:last-child {
  margin-bottom: 0;
}

._3vmF_xLFEcaPe5Ip3R9z0W {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

._2S9Qh3UMxYF1pjBO75P6Ow {
  margin-left: 0;
}

.U4IANJUjQCMFnJHw69KuR {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .kWsCtY4BAh5lyEpKbZejJ,
  ._21Ok5nNA7yfzuxofaOlx5O {
    width: 660px;
  }
  ._2lBLQ-qJb1EbHINHpayYm3 + .kWsCtY4BAh5lyEpKbZejJ,
  ._2lBLQ-qJb1EbHINHpayYm3 + ._21Ok5nNA7yfzuxofaOlx5O {
    width: 620px;
  }
}

@media (max-width: 480px) {
  ._2ysHCBCPlxLx0M4XZepNQ9,
  ._3Ngvd05bhbFi7BIToO8zYe,
  .PtuesuJnWpEED3eYvfzSJ,
  .c4UrwEqC4SGIjf8VzcKQS,
  ._1XG4AtwXpP1yroQVGYO0WV,
  ._2uA4KrhMebrl5ms6mUEKoE {
    margin: 0 10px;
  }
  .kWsCtY4BAh5lyEpKbZejJ,
  ._3vmF_xLFEcaPe5Ip3R9z0W {
    display: block;
    width: 100%;
  }
  ._21Ok5nNA7yfzuxofaOlx5O {
    width: 100%;
  }
}

/* import colors */

.tS6kX1q1ngA0jQGX5q_0S {
  width: 100%;
}

.tS6kX1q1ngA0jQGX5q_0S + .tS6kX1q1ngA0jQGX5q_0S {
  margin-top: 20px;
}

._2qIe0nFk_JqipTIOZ4sNQH {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-color);
  margin: 0 0;
}

.belr_T0WCpB8eNFPeebwH {
  margin-bottom: 20px;
}

._2zmFd0OFIxT35NjG1IPiQh {
  font-size: 20px;
  color: var(--main-color);
}

._1mFq_GpqtJBHttU3jshnej {
  font-size: 12px;
  color: var(--main-color);
}

.Cot-Y_gtbGxCs5j8lKvRz {
  font-size: 12px;
  line-height: 44px;
  color: #000000;
  margin: 0 0 10px;
}

._1KYa4rvb3hYx5J21vHcsHo {
  font-size: 12px;
  color: #000000;
  white-space: pre-line;
}

._22xuG_XUFdKnYicr4VO4tb {
  margin-bottom: 15px;
}

._22xuG_XUFdKnYicr4VO4tb > input {
  font-size: 12px !important;
}

._2eVpvFIlYVCcgSQ0R1GUyQ {
}

._3B3grOV6CRWWCetBg2T7xI {
  border-top: solid 1px #c9c9c9;
  margin: 0px 6px;
  margin-bottom: 15px;
  width: calc(100%-12px);
}

._1D4oMvtM9T-6R2oGFmP9Iy {
  height: 85%;
  background-color: #e9e9e9;
  overflow-y: auto;
  padding: 10px;
}

._2XP5qbrDMYMt7pOnlgmXUD {
  padding-top: 10px;
}

._1EYEkdbq6RnV7oT65lrzwd {
}

._1cHpv0vwgP9yuRHndoFru1 {
}

.q_NTTXKRC2PgMq_S0RY8Y {
}

._176IpozXr0eWo0hhDCilR0 {
  margin-top: 1em;
  text-align: center;
}

.dFeXXPL9gBypcLuzb00Uc {
}

._1RkyrlQKvFJoPARNRkAOZr {
}

._2nyyKuGy1x2YwQpO1oWjok {
  border-top: solid 1px #c9c9c9;
}

.iXYqGURWUz2ez_kaQcEhD {
  background-color: white;
  box-shadow: 0 4px 8px 0 #c9c9c9, 0 4px 8px 0 #c9c9c9;
  left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 100;
  padding-bottom: 15px;
}

._1_ghQsSqdnYq_0lPmwVPrI {
  padding: 0 30px 40px 30px;
  display: grid;
  grid-gap: 10px;
}

._2l7SOmafnE_KWfPl3Py3Gn {
  padding-bottom: 15px;
  font-size: 14px;
}

._2LnBgtcOItzt-KrkT2JNap {
  position: absolute;
  right: 2px;
  top: 0px;
  font-size: 10px;
  cursor: pointer;
}

.wPFNkP8sOpKCqyeOL75sY {
  position: absolute;
  right: 14px;
  top: 0px;
  font-size: 10px;
  cursor: pointer;
}

._3g6Tlf8BNmPX7zAlgAHy9P {
  margin-left: 6px;
  margin-right: 6px;
}

._2Fg5SEQyi_pPv3LfPR7B3h {
  margin-bottom: 25px;
}

._66Sp2iQD7a_-B_hTNa0xp {
  font-size: 14px;
  font-weight: 500;
}

._2moZikpShh7xeCqf1tPocS {
  margin-right: 10px;
}

._1w-fLwxEw1md2s_RRUxuWP {
  margin-right: 20px;
}

.I0ILqNLteYztLMYXQF8b7 {
  color: #c9c9c9;
  margin-top: 8px;
  margin-left: 5px;
}

._1JjBVTRTfG5NO18I6p_frA {
  /*  */
}

@media (max-width: 767px) {
}

/* import colors */
._3jyp6TvzN6aqqIDstl4Fnu {
  overflow-x: hidden;
  background-color: #f5f5f5;
  min-height: 100vh;
}

.VH3fe9t6xeVBK5CnMwIf2 {
  position: fixed;
  top: 0;
  background-color: #00afef;
  width: 100%;
  height: 66px;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  z-index: 1010;
}

.VH3fe9t6xeVBK5CnMwIf2::before,
.VH3fe9t6xeVBK5CnMwIf2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10000px;
  background: #00afef;
}

.VH3fe9t6xeVBK5CnMwIf2::before {
  left: 100%;
}

.VH3fe9t6xeVBK5CnMwIf2::after {
  right: 100%;
}

._27AXjCDn9gJqIipQ8TyKGt {
  display: flex;
  justify-content: center;
  align-items: center;
}

._2v3jwFEwMCFb814ufBR45v {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #ffffff;
}

._3XvO9OmdPBM6Xc5jdBCZkQ {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: right;
  padding-right: 20px;
  color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Layout */

._2IhhcN5351Nra2b0E6DM1P {
}

._332fmtwjcIbI-UEWzxSCUF {
}

._3W_dwfBeFAldK-d_53JK3f {
  padding-top: 120px;
}

._3W_dwfBeFAldK-d_53JK3f::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  z-index: -2;
}

._1G7bD93z4NzDU0keIJYt_h {
}

._2m3uo_P1hhl8ZWhNJsl7NJ {
}

._2ZGFr-siBXwbkvzGG5UrFR {
  margin-bottom: 42px;
}

._2Fjg_9yPUcha9MWWHozKK1 {
  margin-bottom: 25px;
}

._38Ck_T1byCjByFHpSJ3NzG {
}

._4bUzRK7H9cJmNegweIy7n {
  padding-bottom: 60px;
}

._3hjHHCB1KW42QxIRbbwkMR {
  position: relative;
  float: right;
  margin: 0 10% 0 0;
}

._3hjHHCB1KW42QxIRbbwkMR button {
  padding: 9px 40px;
}

._3hjHHCB1KW42QxIRbbwkMR button:first-child {
  margin-right: 10px;
  padding: 9px 30px;
}

/*Common Review Business*/

.m2N_fYQxo7WAoFSqbqN2q {
  padding: 10px 0;
  position: relative;
}

._3sevJ8cvIkNBu0yFRdxRn0 {
  width: 50%;
  margin-right: 35px;
}

._2VHoFFvLvjTgTfmvxBBD7e {
  width: 15%;
  margin-right: 35px;
}
.mTgXsNMxGuZmHpQSWlrB6 {
}

/*Review Term*/

.-B1zYs_7SsRfn0sg6QLPg {
  position: relative;
  cursor: pointer;
  padding: 8px 0 7px 40px;
  color: #000000;
  transition: all 0.2s;
}

._2NGJ6vIDo6qgN1t2ZZcch1 {
  color: #00afef;
}

.-B1zYs_7SsRfn0sg6QLPg::before,
._2NGJ6vIDo6qgN1t2ZZcch1::before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #c9c9c9;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 9px;
}

.-B1zYs_7SsRfn0sg6QLPg:hover,
._2NGJ6vIDo6qgN1t2ZZcch1:hover {
  color: #00afef;
}

.-B1zYs_7SsRfn0sg6QLPg:hover::before,
._2NGJ6vIDo6qgN1t2ZZcch1::before {
  border-color: #00afef;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjE5IDguODEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDBhZmVmO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uLXRpY2stYmx1ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMi4zLDUuMDksNS4xLDcuNzIsMTAsMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNjIgLTAuNDEpIi8+PC9zdmc+);
}

._3P0pL7B_I3tYFPpCfHlvnI {
  padding: 40px 0 20px;
  margin-top: 20px;
  border-top: 2px solid #c9c9c9;
}

.vK-DivJDrWhMUPEWWG6Aj {
  font-size: 20px;
  font-weight: 200;
  color: #000000;
  line-height: 24px;
  margin: 0 0 20px;
}

._1lkZO_hFaF0gFqYvd1EGeV {
  padding: 20px 0;
  text-align: right;
}

._7XL-in0IO81E90exRab28 {
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
  color: #000000;
  margin: 0 0 10px;
}

._1lkZO_hFaF0gFqYvd1EGeV button + button,
._1lkZO_hFaF0gFqYvd1EGeV a + a {
  margin-left: 10px;
}

._1jiJjdqqRnliaEcfFMMp16 {
  color: #f44335;
  padding: 0 0 10px 0;
}

._3dsOHHNbfSpBdCG2ULEVi2 {
  display: none;
}

.tdgaIJII5lQmS9aztx9kZ {
  display: inline-block;
  padding: 0 10px;
}

._25k_FnDfjlYRcBiQFWud9v {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 20px 0;
}

._1ngE3XbjYb8JrbNohWDmY6 {
}

._1A4HN1BIsq62S6TDuFxpe5 {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 20px 0;
}

/*Blue Background Section*/

._3jljOz0zxKkIG3-usiUqq- {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.AHan3CHAeR-U7N-KRKm4M {
}

.AHan3CHAeR-U7N-KRKm4M::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00afef;
}

.ujsE9ep90IRFlRZDPRpKs {
  text-align: center;
}

._34hM869dacTPDql2QJB59S {
  margin-top: 33px;
}

.mKCS3n5cJ7QibDQ_A3SoU {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}

.mKCS3n5cJ7QibDQ_A3SoU p {
  width: 25%;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 auto;
}

/* general styles */
/* ============== */
.IR8dvY-ONc7hvM9TU-k87 {
  border: 5px inset #4f4f4f;
}
._19JbIoo1F9OsNOHFK5sjcq {
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
._2SKHsWZwH_gGaZ9OmwS8ph {
  padding: 40px;
}
._2U87S0m6Ptzdec8NRzLoz {
  margin: 30px;
}
._3NcfgLNowY3JyM9RM7O4jr {
  margin-left: auto !important;
  margin-right: auto !important;
}

._3QeowGQqLx9ZH_mpJQkbZY {
}

._3mVmauxbekBLWsnQ9rz6MI {
}

._1hm9QofE4ya9etBlnNY_23 {
  width: 100%;
}

@media (max-device-width: 1024px) {
  ._1ngE3XbjYb8JrbNohWDmY6 {
    border-top: 2px solid #c9c9c9;
    border-bottom: 2px solid #c9c9c9;
    margin: 20px 0;
    padding: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ._3sevJ8cvIkNBu0yFRdxRn0 {
    width: 300px;
  }
}

@media (max-device-width: 768px) {
  .mKCS3n5cJ7QibDQ_A3SoU p {
    width: 50%;
  }
  ._2Xz0soF7mX2rr2fQyDGCj8 {
    font-size: 10px;
  }
  ._3hjHHCB1KW42QxIRbbwkMR {
    margin: 0;
  }
}

@media (max-device-width: 480px) {
  ._3W_dwfBeFAldK-d_53JK3f {
    height: 100%;
    padding: 30px 15px 0 15px;
  }
  ._2ZGFr-siBXwbkvzGG5UrFR {
    margin: 0 0 20px;
  }
  .XWsH_Vz7z7PXPgY0K_BS0 {
    margin-top: 40%;
  }
  ._34hM869dacTPDql2QJB59S {
    margin-top: 10px;
  }
  .mKCS3n5cJ7QibDQ_A3SoU p {
    width: 80%;
  }
  ._2Hw75ORYfMs6p4C3J0h3TJ {
    padding-top: 15px;
  }
  ._3sevJ8cvIkNBu0yFRdxRn0 {
    width: 100%;
  }

  ._1VNRiO0BfbsdWtWvMQULCt {
    text-align: left;
  }
  ._1VNRiO0BfbsdWtWvMQULCt button {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
  }
  ._2VHoFFvLvjTgTfmvxBBD7e {
    width: 100%;
    margin: 0;
  }
}

@media (max-device-width: 320px) {
  .XWsH_Vz7z7PXPgY0K_BS0 {
    margin-top: 30%;
  }
  ._1VNRiO0BfbsdWtWvMQULCt button {
    max-width: 140px;
  }
  .tdgaIJII5lQmS9aztx9kZ {
    font-size: 12px;
  }
}

/* import colors */

.wJs6pIjJXklWqLHXwxiJg,
._1Riyq8gySHDT8PSyiY3FCZ,
._2i3_35RJxshESmW0DqTeMV {
  position: relative;
  width: 304px;
  height: 304px;
  padding: 11px;
  border-radius: 50%;
  background-color: #e9e9e9;
  box-shadow: 3px 3px 5.36px 2.64px rgba(255, 255, 255, 0.7);
  text-align: center;
}

.auJhB2YOoijkdc5YlRjlI {
  position: relative;
  display: table;
  width: 282px;
  height: 282px;
  border-radius: 50%;
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
  float: left;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  transition: all 0.2s;
  pointer-events: none;
}

._1Riyq8gySHDT8PSyiY3FCZ .auJhB2YOoijkdc5YlRjlI {
  background-color: #5e5e5e;
}

._1BwhWyi--AlBG3Z9BUqkx3 {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 262px;
  height: 262px;
  border-radius: 50%;
  text-align: center;
  border: 3px dotted #e9e9e9;
  pointer-events: none;
}

._1Riyq8gySHDT8PSyiY3FCZ ._1BwhWyi--AlBG3Z9BUqkx3 {
  border-color: #ffffff;
}

._3RUhwzKDqiVDoah-j9LYV0 {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
  transition: all 0.2s;
}

._1Riyq8gySHDT8PSyiY3FCZ ._3RUhwzKDqiVDoah-j9LYV0 {
  color: #ffffff;
}

._1Riyq8gySHDT8PSyiY3FCZ .auJhB2YOoijkdc5YlRjlI {
  pointer-events: none;
}

.fMgs0iBVcu4OyY7q91rPK {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.fMgs0iBVcu4OyY7q91rPK + ._3ESIKtg6w0nHBomgyhYZGV {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  border-color: #00afef;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  transition: background-color color 0.2s;
  cursor: pointer;
  pointer-events: all;
  z-index: 1000;
  color: #00afef;
  width: 120px;
}

.wJs6pIjJXklWqLHXwxiJg .fMgs0iBVcu4OyY7q91rPK + ._3ESIKtg6w0nHBomgyhYZGV {
  position: relative;
}

._3FGWUgDj94TmkjChf39p92 {
  position: relative;
  margin-right: 50px;
}

._3FGWUgDj94TmkjChf39p92::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==);
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -5px 0 -10px 15px;
  animation: _3Rxd-eChOOWkeoYOpw_xa8 0.8s infinite linear;
  position: absolute;
  left: 100%;
  top: 10px;
  transform: translateX(20px);
}

.IjvAnIXzhnQMZMxS-7vzz {
  color: #f44335;
  font-size: 10px;
  margin-top: 1rem;
}

.NZezgW0ev_vfU0opON6A8 {
  bottom: 0.5rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

._1K11XvHWAkzuYZGjt3qGJ- {
  color: #000000;
  border-color: #5e5e5e;
}

@keyframes _13PPiqsl4N2p5WwmSQHfmJ {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._2i3_35RJxshESmW0DqTeMV .fMgs0iBVcu4OyY7q91rPK + ._3ESIKtg6w0nHBomgyhYZGV/*,
.dots > div + .file + .label*/ {
  position: absolute;
  top: 280px;
  left: 0%;
  transform: translateX(-0%);
  animation-name: _13PPiqsl4N2p5WwmSQHfmJ;
  animation-delay: 0.8s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

.fMgs0iBVcu4OyY7q91rPK:focus + label,
.fMgs0iBVcu4OyY7q91rPK + label:hover {
  background-color: #00afef;
  color: #ffffff;
}

@media (max-device-width: 480px) {
  .wJs6pIjJXklWqLHXwxiJg,
  ._1Riyq8gySHDT8PSyiY3FCZ,
  ._2i3_35RJxshESmW0DqTeMV {
    width: 274px;
    height: 274px;
    margin: 0 auto;
  }
  .auJhB2YOoijkdc5YlRjlI {
    width: 250px;
    height: 250px;
  }
  ._1BwhWyi--AlBG3Z9BUqkx3 {
    width: 215px;
    height: 215px;
  }
  ._1BwhWyi--AlBG3Z9BUqkx3 img {
    width: 219px;
  }

  ._2i3_35RJxshESmW0DqTeMV .fMgs0iBVcu4OyY7q91rPK + ._3ESIKtg6w0nHBomgyhYZGV/*,
  .dots > div + .file + .label*/ {
    top: 251px;
    left: -20px;
  }
}

/* import colors */

._13dzvOdJcEWCD52pzMT3Hw,
.ew1QlozrNVRd9-hexrP-V,
._372ke1zACl4yRdD7QWCWlB {
  position: relative;
  width: 293px;
  height: 162px;
  padding: 11px 11px 11px 0;
  text-align: center;
  display: inline-block;
}

._372ke1zACl4yRdD7QWCWlB {
  height: 205px;
}

._2-8qfihI6exl178vwjAG17 {
  position: relative;
  display: table;
  width: 282px;
  height: 141px;
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
  float: left;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  transition: all 0.2s;
  pointer-events: none;
}

.ew1QlozrNVRd9-hexrP-V ._2-8qfihI6exl178vwjAG17 {
  background-color: #5e5e5e;
}

._3pq7_sR-YGQk1Iuokp0qBQ {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 262px;
  height: 131px;
  text-align: center;
  border: 3px dotted #e9e9e9;
  pointer-events: none;
}

.ew1QlozrNVRd9-hexrP-V ._3pq7_sR-YGQk1Iuokp0qBQ {
  border-color: #ffffff;
}

._1NaWtHZ9tM3pH7qGE2DJtx {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
  transition: all 0.2s;
}

.ew1QlozrNVRd9-hexrP-V ._1NaWtHZ9tM3pH7qGE2DJtx {
  color: #ffffff;
}

.ew1QlozrNVRd9-hexrP-V ._2-8qfihI6exl178vwjAG17 {
  pointer-events: none;
}

._1FRt04W0trvYzELo2Wgdxn {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

._1FRt04W0trvYzELo2Wgdxn + ._5z7DH-EuJuAAKQIxX5QiD {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  border-color: var(--main-color);
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  transition: background-color color 0.2s;
  cursor: pointer;
  pointer-events: all;
  z-index: 99;
  color: var(--main-color);
  width: 90px;
}

._13dzvOdJcEWCD52pzMT3Hw ._1FRt04W0trvYzELo2Wgdxn + ._5z7DH-EuJuAAKQIxX5QiD {
  position: relative;
}

._3yOyF3EDxMDuFgVPlVgIF8 {
  position: relative;
  margin-right: 50px;
}

._3yOyF3EDxMDuFgVPlVgIF8::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==);
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -5px 0 -10px 15px;
  animation: _1w61P8tskhuQwcBpL5U94r 0.8s infinite linear;
  position: absolute;
  left: 100%;
  top: 10px;
  transform: translateX(20px);
}

.ShIvBC-jsHVm62hck8sYW {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  min-height: 1.3em;
  margin-top: 0.6em;
  margin-bottom: 3px;
  letter-spacing: 0.03333em;
  color: #f44335;
}

.DV216W3bvtREfydYMuUBz {
  color: #000000;
  border-color: #5e5e5e;
}

@keyframes _1mKe_q9J2Fi_6B0grk_gpU {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

._372ke1zACl4yRdD7QWCWlB ._1FRt04W0trvYzELo2Wgdxn + ._5z7DH-EuJuAAKQIxX5QiD {
  position: absolute;
  top: 30px;
  left: 280px;
  transform: translateX(-0%);
}

._1FRt04W0trvYzELo2Wgdxn:focus + label,
._1FRt04W0trvYzELo2Wgdxn + label:hover {
  background-color: var(--main-color);
  color: #ffffff;
}

.kxLHKXEyr3WMDp4KFDleG {
  position: absolute;
  top: 105px;
  left: 293px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  border-color: #5e5e5e;
  background-color: transparent;
  font-size: 12px;
  font-weight: 200;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color color 0.2s;
  cursor: pointer;
  pointer-events: all;
  z-index: 99;
  color: #000000;
  width: 90px;
}

._22h2f61UhZFKqXt7eLJIZ- {
  top: 155px;
}

.kxLHKXEyr3WMDp4KFDleG:hover {
  background-color: #5e5e5e;
  color: #ffffff;
  text-decoration: none;
}

._1a2ZF0rhZiblkMjNFezKzV {
  position: relative;
}

._1Vv7Vwnl90bBEMNoQT04k7 {
  display: block;
  padding: 20px 5px 10px;
  font-size: 12px;
}

@media (max-device-width: 1024px) {
  .kxLHKXEyr3WMDp4KFDleG {
    top: 170px;
  }
}

@media (max-device-width: 768px) {
  .kxLHKXEyr3WMDp4KFDleG {
    top: 150px;
  }
}

@media (max-device-width: 480px) {
  ._13dzvOdJcEWCD52pzMT3Hw,
  .ew1QlozrNVRd9-hexrP-V,
  ._372ke1zACl4yRdD7QWCWlB {
    width: 274px;
    height: 137px;
    margin: 0 auto;
  }

  ._2-8qfihI6exl178vwjAG17 {
    width: 250px;
    height: 125px;
  }

  ._3pq7_sR-YGQk1Iuokp0qBQ {
    width: 215px;
    height: 107px;
  }

  ._3pq7_sR-YGQk1Iuokp0qBQ img {
    width: 60px;
  }

  ._372ke1zACl4yRdD7QWCWlB ._1FRt04W0trvYzELo2Wgdxn + ._5z7DH-EuJuAAKQIxX5QiD {
    top: 115px;
    left: 15px;
  }

  .kxLHKXEyr3WMDp4KFDleG {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 135px;
    margin-top: -4px;
  }

  ._1Vv7Vwnl90bBEMNoQT04k7 {
    padding: 5px;
  }

  ._1a2ZF0rhZiblkMjNFezKzV {
    margin-bottom: 60px;
  }
}

/* import colors */

@keyframes Kni0X_Qg4gz-2gN62SPAL {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    transform: translateY(33px);
  }
  45% {
    opacity: 1;
    transform: translateY(33px);
  }
  100% {
    transform: translateY(0px);
  }
}

._1Pwz8BTWlTIrbFdy5BTd51 {
  border-radius: 50%;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}

._2pLPz47a-VfIN7Obl2cAow {
  width: 104px;
  height: 104px;
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -52px;
  border: 2px solid #e9e9e9;
  animation-name: Kni0X_Qg4gz-2gN62SPAL;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

._37a7YvQeRR2tyShXNYsWZw {
  width: 115px;
  height: 115px;
  margin-top: 10px;
  margin-bottom: 20px;
}

._2Zf9f1t0VLoNKZwOZiKS2Z {
  width: 52px;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #ffffff;
}

._1JHKh0ruGZYe3kyva_6oIy {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

._4BkRR6_GlMZRJ67hP9WCN {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}

._1wNcKjJeSg8Yg45yAcST52 {
  width: 104px;
  height: 104px;
  border: 2px solid #e9e9e9;
  animation-name: Kni0X_Qg4gz-2gN62SPAL;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

@media (max-device-width: 320px) {
  ._2Zf9f1t0VLoNKZwOZiKS2Z {
    width: 32px;
    height: 32px;
  }
}

p._1MZc0VSTCCvzwRNULdbA7H {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  padding-left: 1em;
}

/* import colors */
.yvOcoxHEG6g6K3WQhPf13 {
  text-align: center;
  display: block;
  position: fixed;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  animation: _2CCNUHO2oIcIv3JoqM1eUY 0.2s linear;
}

@keyframes _2CCNUHO2oIcIv3JoqM1eUY {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._286xzeege9GBb3iTbvhHcB {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  margin: 0;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: -1;
  animation: yvOcoxHEG6g6K3WQhPf13 0.8s infinite linear;
}

@keyframes yvOcoxHEG6g6K3WQhPf13 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

._3_8o0JPHY0gxkEa7dKhsRJ,
.fft7TwagR2eeJyiJD8RjN {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}

.fft7TwagR2eeJyiJD8RjN {
  position: relative;
}

._1NGGKRkVce3U-gDvdjvalI {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  background-color: white;
}

._1U_quRuaDexC-18VgS_Qn0 {
  width: 100%;
  background-color: white;
}

._4blj_jQoX_dgZUhvBYlBR {
  padding: 0 4em;
  background-color: #444;
}

.react-pdf__Document {
  overflow-x: hidden;
}

:root {
  --main-color: #00afef;
}

:root {
  --main-color-active: #00a5e1;
}

:root {
  --main-font-color: #ffffff;
}

/** color */
/**
  The following colors are copied from src/css/base/colors.css
  since importing the colors using below does not work with SASS
  @value colors: "css/base/colors.css";
  @value [color] from colors;
*/
/** font */
/** ~24px */
/** ~20px */
/** ~16px */
/** ~14px */
/** 12px */
/** ~10px */
/** ~8px */
/** modal */
.T7pd4kIubenWcxDI20jmV {
  position: fixed;
  top: 5%;
  left: 5%;
  z-index: 10;
}

._2wCzH7MnyyC-_c3SfMDv27 {
  position: absolute;
}

._gjX0DRB1j6NK6H8Lx0ZL {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

._58OMM2CqRk4GSHkT9ewgX {
  position: absolute;
}

._3oniatddKl7PF_eiTbSTRM {
  position: fixed;
  top: 5%;
  right: 5%;
  z-index: 10;
}

._22EXJtmS09D0q9aO4DeWms {
  position: absolute;
}

._10HnsFbi3ioqtxjxLQCYHA {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  min-width: 50px;
  text-align: center;
  z-index: 10;
}

._33lGr1JGNMubXGu5L1Xua4 {
  position: absolute;
}

._2HilHfkyctn5Leppqb4BVe {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  min-width: 50px;
  text-align: center;
  z-index: 10;
}

._33Qo4saTbJ8fyKIwktjC2A {
  position: absolute;
}

._2ix66gC_nutNNWvawGprFu {
  position: fixed;
  bottom: 5%;
  left: 5%;
  z-index: 10;
}

.qXVHfImmVdZ82UJeAXl7w {
  position: absolute;
}

._1ZkDleYMi-F05BW6YruDTV {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  z-index: 10;
}

._2Oouuv-dVc0kMh8n-YuHqq {
  position: absolute;
}

._3IQVbwtMoG8YJj4GzU5AAk {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 10;
}

._1FA3YTqi3pJeGwgRnY_PdD {
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1400px) {
  ._2DLDtmRAQxAS0ZGLeiY-D- {
    left: 8%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ._2DLDtmRAQxAS0ZGLeiY-D- {
    left: 10%;
  }
}

@media (max-width: 767px) {
  ._2vgpKR6nSPNlC3ahCbyoqz {
    bottom: 65px;
  }

  ._2DLDtmRAQxAS0ZGLeiY-D- {
    bottom: 65px;
  }
}

/*
  WorkflowOverlay
*/
/* import colors */

._2_r8SZ7V0Ol4ruIk6cFnvg {
  top: 0;
  right: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 99;
  background-color: #f6f6f6;
}

._3glE4pkVXPZLN4jZ6xCbBe {
  background-color: var(--main-color) !important;
  z-index: 99999;
}
._3D59zq44oIt-zwhQyA-_qw {
  background-color: #fcfcfc;
}

._1zakzb2uDheS1z0SKniswo {
  background-color: #fcfcfc;
}

.aw122iONu27L2GM7BYjOj {
  font-size: 18px;
  line-height: 22px;
}
._3NdCgjSSA5uBNFrU3AskkA {
  display: flex;
  align-items: center;
}

._1RY31mc2dzgoN95XGnWnoQ {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

._3NdCgjSSA5uBNFrU3AskkA ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

._3NdCgjSSA5uBNFrU3AskkA ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

._3NdCgjSSA5uBNFrU3AskkA .t7IjQLUqqXk-LjtnrD7Dy {
  color: var(--main-color);
}

._3NdCgjSSA5uBNFrU3AskkA ._3V2e_JWtC9XEy9rM7r6dLU {
  color: #c9c9c9;
}

.E-i5qnjUVaSvQoHSWlbR1 {
  color: #ffffff;
}

.E-i5qnjUVaSvQoHSWlbR1 a {
  color: #ffffff;
}

._3NdCgjSSA5uBNFrU3AskkA .E-i5qnjUVaSvQoHSWlbR1 {
  color: #ffffff;
}

._3NdCgjSSA5uBNFrU3AskkA ul li._1wqoYbjRAFsygNZCVk0u5C {
  font-weight: bold;
}

._3NdCgjSSA5uBNFrU3AskkA ul li {
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  ._2_r8SZ7V0Ol4ruIk6cFnvg {
    padding: 9px 0;
  }
  ._1RY31mc2dzgoN95XGnWnoQ {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

@media (max-device-width: 480px) {
  ._2_r8SZ7V0Ol4ruIk6cFnvg {
    padding: 9px 0;
    background-color: #fff;
  }
  ._3NdCgjSSA5uBNFrU3AskkA {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
  }
  ._3NdCgjSSA5uBNFrU3AskkA ._3V2e_JWtC9XEy9rM7r6dLU {
    display: none;
  }
  ._3NdCgjSSA5uBNFrU3AskkA ul li {
    font-size: 14px;
    line-height: 16px;
  }
  ._1RY31mc2dzgoN95XGnWnoQ {
    width: 42px;
    height: 42px;
    margin: 0 8px 0 19px;
    min-width: 42px;
  }
}

/* Layout */

/* Nothing to see here.. */

/* import colors */

._1qf9aabrWeGOMoHLTE-jsR {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

._1Op2Xc8dJzjCtORcNQbM-r {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  width: 560px;
  height: 560px;
  margin-top: -280px;
  margin-left: -280px;
  padding: 0 128px;
  border-radius: 50%;
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
}

._1Op2Xc8dJzjCtORcNQbM-r:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(201, 201, 201, 1) 0%,
    rgba(242, 242, 242, 0) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(45deg) translate(50%, 0);
  opacity: 0.3;
  z-index: -1;
}

._24dR4f-AT_MsF9pjnwgO_F {
  position: absolute;
  top: 104px;
  left: 128px;
  right: 128px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  margin: 0;
  text-align: center;
}

._2yLFT7M75Dpjrq4anL39gg {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

._2yLFT7M75Dpjrq4anL39gg p {
  margin: 0 0 10px;
}

/*.body a {
  margin-top: 25px;
}*/

@media screen and (max-width: 1280px) {
  /* .content{
    width:460px;
    height:460px;
    margin-top:-230px;
    margin-left:-230px;
  }

  .title{
    top:75px;
  } */
}

@media (max-device-width: 480px) {
  ._1qf9aabrWeGOMoHLTE-jsR {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    height: 100vh;
    margin: 0 auto;
  }
  ._1Op2Xc8dJzjCtORcNQbM-r {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px 0;
    box-shadow: none;
    border-radius: 0;
    background: inherit;
    height: auto;
  }
  ._1Op2Xc8dJzjCtORcNQbM-r:after {
    display: none;
  }
  ._2yLFT7M75Dpjrq4anL39gg {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
  }

  ._24dR4f-AT_MsF9pjnwgO_F {
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 26px;
    position: relative;
    margin: 20px 0;
  }
}

/* import colors */

._3RpV77_VoF6-uk0tiXDwKY {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}

@media (max-device-width: 480px) {
  ._3RpV77_VoF6-uk0tiXDwKY {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
  }
}

@media (max-device-width: 320px) {
}

/* import colors */

.gunP768RrJyYtXTTw6qq4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  transform: translate(-50%, -50%);
  padding-bottom: 230px;
}

._2d5ksDhl0CTmYkivNw5IWT {
  position: relative;
  width: 100%;
  padding-bottom: 230px;
}

._1vCBPDJk5hozaCl-sRUWzg {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 0 0 2em;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-direction: foward;
  animation-timing-function: ease-out;
  animation-name: _1vCBPDJk5hozaCl-sRUWzg;
}

._1mGHxXHfTDzCM0n9IvSTI0 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 230px;
}

._3ANa-BhVeLlxzBVKl9iCvs {
}

._1mGHxXHfTDzCM0n9IvSTI0 ._2bt_am3IQclP1c-TihQ_ka {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  font-size: 44px;
  color: #ffffff;
  display: none;
  justify-content: center;
  align-items: center;
  animation-name: _2bt_am3IQclP1c-TihQ_ka;
  animation-iteration-count: 1;
  animation-duration: 1.75s;
  animation-direction: foward;
  animation-timing-function: ease-out;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ny4zMyA0Mi4xOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tdGljay13aGl0ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMiwyNC44NGwxNSwxMywyOC0zNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58px 51px;
}

._3ANa-BhVeLlxzBVKl9iCvs ._2bt_am3IQclP1c-TihQ_ka {
  display: flex;
}

._1mGHxXHfTDzCM0n9IvSTI0 ._3noei6ATpj2PWmh2EooP0M,
._1mGHxXHfTDzCM0n9IvSTI0 ._2m_AdtUSiiIIKRHDJi8pdG {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: 0;
  opacity: 1;
  animation-iteration-count: infinite;
  animation-duration: 1.75s;
  animation-direction: foward;
  animation-timing-function: ease-out;
}

._1mGHxXHfTDzCM0n9IvSTI0 ._3noei6ATpj2PWmh2EooP0M:after,
._1mGHxXHfTDzCM0n9IvSTI0 ._3noei6ATpj2PWmh2EooP0M:before,
._1mGHxXHfTDzCM0n9IvSTI0 ._2m_AdtUSiiIIKRHDJi8pdG:after,
._1mGHxXHfTDzCM0n9IvSTI0 ._2m_AdtUSiiIIKRHDJi8pdG:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

._1mGHxXHfTDzCM0n9IvSTI0 ._3noei6ATpj2PWmh2EooP0M:after,
._1mGHxXHfTDzCM0n9IvSTI0 ._2m_AdtUSiiIIKRHDJi8pdG:after {
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
}

._3ANa-BhVeLlxzBVKl9iCvs ._2m_AdtUSiiIIKRHDJi8pdG:after {
  background-color: #ffffff;
}

/* Shadow */
._3noei6ATpj2PWmh2EooP0M:before,
._2m_AdtUSiiIIKRHDJi8pdG:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(201, 201, 201, 1) 0%,
    rgba(242, 242, 242, 0) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(45deg) translate(50%, 0);
  opacity: 0.3;
  z-index: -1;
}

._1mGHxXHfTDzCM0n9IvSTI0 ._3noei6ATpj2PWmh2EooP0M {
  z-index: 2;
  animation-name: _2hP5omz8JxEZsJnWqvB9nF;
}

._1mGHxXHfTDzCM0n9IvSTI0 ._2m_AdtUSiiIIKRHDJi8pdG {
  z-index: 3;
  animation-name: _2pXgVpc7v3Y60kRMkyxX3c;
  animation-delay: 0.15s;
}

._3ANa-BhVeLlxzBVKl9iCvs ._3noei6ATpj2PWmh2EooP0M,
._3ANa-BhVeLlxzBVKl9iCvs ._2m_AdtUSiiIIKRHDJi8pdG {
  animation-name: _9ztvB-hLVxcwPJpikYd2b;
  animation-iteration-count: 1;
}

@media (max-device-width: 480px) {
  .gunP768RrJyYtXTTw6qq4 {
    width: 272px;
  }
}

@keyframes _1vCBPDJk5hozaCl-sRUWzg {
  0%,
  20% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes _2hP5omz8JxEZsJnWqvB9nF {
  0% {
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    width: 0;
    height: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    margin-top: -115px;
    margin-left: -115px;
    opacity: 0;
    height: 230px;
    width: 230px;
  }
}

@keyframes _2pXgVpc7v3Y60kRMkyxX3c {
  0%,
  25% {
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    width: 0;
    height: 0;
  }
  35%,
  80% {
    opacity: 1;
  }
  100% {
    margin-top: -115px;
    margin-left: -115px;
    opacity: 0;
    height: 230px;
    width: 230px;
  }
}

@keyframes _9ztvB-hLVxcwPJpikYd2b {
  0%,
  25% {
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    width: 0;
    height: 0;
  }
  100% {
    margin-top: -115px;
    margin-left: -115px;
    opacity: 1;
    height: 230px;
    width: 230px;
  }
}

@keyframes _2bt_am3IQclP1c-TihQ_ka {
  0%,
  70% {
    opacity: 0;
  }
  95%,
  100% {
    opacity: 1;
  }
}

/*
  Checkbox
*/

/* import colors */

._1O1fNawMVm_6Vq581n-l22 {
  display: block;
  position: relative;
  float: left;
  padding-top: 9px;
}
._1NvhPBinFyxUHMk10awANr {
}
._1ua7YgWZFzVLLy7lIh3RMh {
  float: none;
}
._1uU_T_Mdt_QC01UOvylhA3 {
  display: block;
  font-size: 12px;
  padding-top: 5px;
}
._2CGHY5nYpZnUgvkIailTo4 {
  display: none;
}
._2CGHY5nYpZnUgvkIailTo4 ~ label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  transition: all 0.2s;
  display: inline-block;
  font-weight: 200;
}
._2CGHY5nYpZnUgvkIailTo4[type='checkbox']:not(:checked) ~ label::before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 9px;
  background-color: #ffffff;
}
._2CGHY5nYpZnUgvkIailTo4[type='checkbox']:checked ~ label::after {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid var(--main-color);
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ny4zMyA0Mi4xOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tdGljay13aGl0ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMiwyNC44NGwxNSwxMywyOC0zNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjwvc3ZnPg==);
  background-color: var(--main-color);
}
._2CGHY5nYpZnUgvkIailTo4:disabled ~ label {
  color: #979797;
  cursor: default;
}
._2CGHY5nYpZnUgvkIailTo4[type='checkbox']:disabled ~ label::before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c9c9c9;
  background-size: 10px 9px;
}

._2CGHY5nYpZnUgvkIailTo4[type='checkbox']:disabled ~ label::after {
  border: 1px solid #c9c9c9;
  background-color: #c9c9c9;
}

._3L3I1fYSQ0PxMNm8IVJ26q {
  min-height: 16px;
}

@media (max-device-width: 320px) {
  ._2CGHY5nYpZnUgvkIailTo4 ~ label {
    font-size: 12px;
  }
  /* .custom_checkbox[type="checkbox"]:not(:checked) ~ label::before{
  top: 8px;
  }
  .custom_checkbox[type="checkbox"]:not(:checked) ~ label::after{
  top: 8px;
  } */
}

/* import colors */

.DpA1j-7iXt_bjisM0zdN2,
._2Y3_GQMWwUr4-S8Z6qdN01 {
  position: relative;
  display: inline-block;
  z-index: 1;
}

/* Badge */
._1RUgFHQvH8WYOt0b1m3kYg {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  width: 206px;
  height: 206px;
  border-radius: 50%;
  font-size: 96px;
  font-weight: 400;
  color: #00afef;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  transition: all 0.2s;
  background-size: contain;
}

@media (max-device-width: 480px) {
  ._1RUgFHQvH8WYOt0b1m3kYg {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    font-size: 60px;
    font-weight: 400;
    color: #00afef;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
    transition: all 0.2s;
  }
}

._1RUgFHQvH8WYOt0b1m3kYg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(201, 201, 201, 1) 0%,
    rgba(242, 242, 242, 0) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(45deg) translate(50%, 0);
  opacity: 0.3;
  z-index: -1;
}

._395rx3qv_iRqcVKidBL8NY {
  color: #ffffff;
  background-color: #e9e9e9;
}

._3cN8lPDPTOTU9Ew0SOBHJD {
  background-size: 100%;
  border: 7px solid #ffffff;
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
}

._3cN8lPDPTOTU9Ew0SOBHJD::after {
  top: -7px;
  bottom: -7px;
}

._1RUgFHQvH8WYOt0b1m3kYg img {
  width: 90%;
}

._2Y3_GQMWwUr4-S8Z6qdN01 ._1RUgFHQvH8WYOt0b1m3kYg {
  color: #ffffff;
  background-color: #00afef;
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
}

.OYrhL8XERAhWmv_GvR0GA ._1RUgFHQvH8WYOt0b1m3kYg {
  color: #ffffff;
  background-color: #00afef;
  font-size: 20px;
  font-weight: 200;
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
}

._2Y3_GQMWwUr4-S8Z6qdN01 ._1RUgFHQvH8WYOt0b1m3kYg::after,
._3fGgSaR0qfASrEVH58O55l::after,
._3cN8lPDPTOTU9Ew0SOBHJD:after {
  background: linear-gradient(
    to right,
    rgba(26, 26, 26, 1) 0%,
    rgba(200, 200, 200, 0) 76%,
    rgba(255, 255, 255, 0) 100%
  );
}

._2wTu3qldpR88RplCcV0s0I ._1RUgFHQvH8WYOt0b1m3kYg {
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
}

._2wTu3qldpR88RplCcV0s0I ._1RUgFHQvH8WYOt0b1m3kYg::after {
  background: linear-gradient(
    to right,
    rgba(26, 26, 26, 1) 0%,
    rgba(200, 200, 200, 0) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.15;
  right: -52px;
  transform: rotate(45deg) translate(45%, 9%);
}

._3fGgSaR0qfASrEVH58O55l {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjE5IDguODEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDBhZmVmO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uLXRpY2stYmx1ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMi4zLDUuMDksNS4xLDcuNzIsMTAsMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNjIgLTAuNDEpIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 58px 51px;
}

.OYrhL8XERAhWmv_GvR0GA ._2-sPCzqkHI6Vckk_kifEvo + .WSStKEP6B9xRkR-_0RTk {
  padding-top: 15px;
}

/* import colors */

.Nlw82xOezseafc-6RJjbI {
  font-size: 44px;
  font-weight: 300;
  line-height: 48px;
  color: #000000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

._2WLNEJe58FZbu5g-qeIxZs {
  color: white;
}

@media (max-device-width: 480px) {
  .Nlw82xOezseafc-6RJjbI {
    margin-bottom: 0px;
    font-size: 24px;
    padding: 0;
  }
}

.guarantor-confirmation-modal .modal-card {
  width: 380px;
  padding-bottom: 20px;
}
.guarantor-confirmation-modal .modal-card-head {
  display: block;
  padding-top: 30px;
  padding-bottom: 0;
}
.guarantor-confirmation-modal .modal-card-head button.delete {
  position: absolute;
  top: 20px;
  right: 20px;
}
.guarantor-confirmation-modal .modal-card-title {
  text-align: center;
}
.guarantor-confirmation-modal .modal-card-body {
  padding: 20px;
  line-height: 175%;
}
.guarantor-confirmation-modal .modal-button__cancel {
  background-color: white;
  border: 2px solid var(--main-color);
}
.guarantor-confirmation-modal .modal-card-foot {
  padding-bottom: 30px;
}

.personally-liable {
  font-weight: 700 !important;
  font-style: italic;
}
/* import colors */

._1cq_Uiapeo3Xgk-kxa96F- {
  animation: _2Xq_44NxWBAkubFrUGEvcA 0.2s linear;
}

@keyframes _2Xq_44NxWBAkubFrUGEvcA {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._2V0Q5YNxz94-6ch1fGsDX2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 21000 !important;
}

._1PMiGvvx8kYI7v7YBVLKkn {
  bottom: 0;
  display: table;
  position: absolute;
  top: 0;
  background: #fbfbfb;
  max-width: 560px;
  height: 560px;
  left: 0;
  margin: auto;
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  right: 0;
  width: 90%;
}

._1PMiGvvx8kYI7v7YBVLKkn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(201, 201, 201, 1) 0%,
    rgba(242, 242, 242, 0) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.3;
  z-index: -1;
}

.VcVdZrOO8YFFOSswkAsef {
  max-width: 480px;
  height: 220px;
}

._2EuL-9Ofo6Qzhv5WrTTyR5 {
  max-width: 640px;
  height: 640px;
}

._2E-yZxod466JNztimlWsAk {
  font-size: 14px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.-sSxnSX6yFcs-S-IsdyDw {
  font-size: 12px;
  line-height: 30px;
  font-weight: 200;
  color: #000000;
  margin: 0 auto;
  width: 224px;
}

._2sEivh6woeywLH42nKdsXU {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

._2sEivh6woeywLH42nKdsXU p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin: 0 0 10px;
  text-align: justify;
  padding: 0 20px 0 20px;
}

._2sEivh6woeywLH42nKdsXU a,
._2sEivh6woeywLH42nKdsXU button {
  margin-top: 25px;
}

.VcVdZrOO8YFFOSswkAsef ._2sEivh6woeywLH42nKdsXU,
.VcVdZrOO8YFFOSswkAsef ._2sEivh6woeywLH42nKdsXU p,
.VcVdZrOO8YFFOSswkAsef ._2sEivh6woeywLH42nKdsXU a {
  font-size: 12px;
}

._2EuL-9Ofo6Qzhv5WrTTyR5 ._2sEivh6woeywLH42nKdsXU a,
._2EuL-9Ofo6Qzhv5WrTTyR5 ._2sEivh6woeywLH42nKdsXU button {
  margin-top: 5px;
  font-weight: 400;
}

.VcVdZrOO8YFFOSswkAsef ._2sEivh6woeywLH42nKdsXU button {
  float: right;
  margin-left: 5px;
  font-weight: 400;
}

.ddpgSM3r8-ghBZihb-WwU {
  background: #c9c9c9;
  border-radius: 100%;
  border: 0;
  color: #fcfcfc;
  height: 30px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  line-height: 30px;
  width: 30px;
}

@media (min-width: 501px) {
  .ddpgSM3r8-ghBZihb-WwU {
    display: none;
  }
}

/*
  Close button
*/

/* import colors */

._1Y1cWMleIfY98ArUvA4fqY {
  position: absolute;
  top: 40px;
  right: 40px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTQgMTQiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9jbG9zZS1ncmV5PC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUE0QUFBQU9DQVlBQUFBZlNDM1JBQUFBQ1hCSVdYTUFBQXNTQUFBTEVnSFMzWDc4QUFBQXZrbEVRVlFvVTMzVHNRNkNNQkFHWUpJbURGMHdNVHdGRXcvb0lnc3Y0c0pXamFzNnlzemc0OVQvajlkNGJiZ09md0xIZlJTdTBJVGJmVVRPaUk4eE5yV2dwMFZPeU1DVEdZbklvNFlGWGFWM1lxRkQxaG91RUh1N2RNSEVPSGJJb2hIcitxN0VMNDBGWGFTMklZZlVYejZTRjhUR3AxcUpxTmU5ZTBQd2dxS0ZMTmdqSHdYZjZiMU1LR2dUc0tpVjF4SnJkRlNJQTNFaGYrY003MjBIVjNMR3dQN2JVU0J1Y21zTUxNTXNUalZrNEptRklmdytYQk1WbUQvRStBWGxrUjhIRGNJcWtBQUFBQUJKUlU1RXJrSmdnZz09Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  color: var(--main-color);
  text-indent: -9000px;
  transition: all 0.2s;
  z-index: 15000;
}

.Nl7uNdGHwhwD7D_Gtd_qo {
  position: relative;
  top: 0px;
  right: 0px;
  line-height: 50px;
  background-size: 16px 16px;
}

._1Y1cWMleIfY98ArUvA4fqY:hover,
._1Y1cWMleIfY98ArUvA4fqY:focus,
._1Y1cWMleIfY98ArUvA4fqY:active {
  color: white;
  outline: none;
  background-color: var(--main-color);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9jbG9zZS13aGl0ZTwvdGl0bGU+PGltYWdlIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCQUFBQUFRQ0FZQUFBQWY4LzloQUFBQUNYQklXWE1BQUFzU0FBQUxFZ0hTM1g3OEFBQUF6a2xFUVZRNFQ0MlVJUTZEUUJCRjBVMUlWUldLQkZHREpOeW9yaGRDY1JKY0JScUhybXBUMFJOTTU0ZFptR3gydXRQa2lTNzdYc2d5VUJCUnpkeVpFMU00d2Q0YlUrSFBTTnR2WWtxblBJa3pZS0ZqdnJJd00yZW5ES2NMRjNybW5ZbkVNcHhDYjJoVlpHRXVPVGtPaE1ncmlwaHlLZ0FhNWluQ3lqd3MyUXJFRVZQK0YranBlRElrc2NZYjBESnVmMVdSYXk2Z1pSd2NEaEFIdWNnYW5sSnJCVkp5dUdaR1BISUF3elhMbmcrcFFkS2piTW1weUQ3S2cxTU9sSFFNMW9pRmlyWlgweU1Ic0JlZmdQb0hNd1JNWVRyN1ZnZ0FBQUFBU1VWT1JLNUNZSUk9Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+);
}

._1Y1cWMleIfY98ArUvA4fqY:active {
  background-color: var(--main-color-active);
}

.vrtA__Hna2VogBXh8p92M {
  top: 20px;
  right: 20px;
}

._34NZsvnq2zFTwMuLd5DWov {
  top: 17px;
  right: 44px;
}

._2_JPKqPo39locmBCoMntBw {
  width: 39px;
  height: 39px;
  border-color: #c9c9c9;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTQgMTQiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9jbG9zZS1ncmV5PC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUE0QUFBQU9DQVlBQUFBZlNDM1JBQUFBQ1hCSVdYTUFBQXNTQUFBTEVnSFMzWDc4QUFBQXZrbEVRVlFvVTMzVHNRNkNNQkFHWUpJbURGMHdNVHdGRXcvb0lnc3Y0c0pXamFzNnlzemc0OVQvajlkNGJiZ09md0xIZlJTdTBJVGJmVVRPaUk4eE5yV2dwMFZPeU1DVEdZbklvNFlGWGFWM1lxRkQxaG91RUh1N2RNSEVPSGJJb2hIcitxN0VMNDBGWGFTMklZZlVYejZTRjhUR3AxcUpxTmU5ZTBQd2dxS0ZMTmdqSHdYZjZiMU1LR2dUc0tpVjF4SnJkRlNJQTNFaGYrY003MjBIVjNMR3dQN2JVU0J1Y21zTUxNTXNUalZrNEptRklmdytYQk1WbUQvRStBWGxrUjhIRGNJcWtBQUFBQUJKUlU1RXJrSmdnZz09Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+);
  background-size: 14px 14px;
}

._2yfdZCWDmZKq8SobTzSgkz {
  top: 106px;
  right: 40px;
}

._2W-9KKNWYoD8GBQ7j4UvdE {
  top: 106px;
  right: 40px;
}

._1Np6U0FKXkuodqbSfKn6oi,
._1z61fACQuzy8tO5yyLz9WZ {
  top: 80px;
  background-color: #f6f6f6;
}

.C2Xklw4OkVFqgTsi9XXza {
  top: 100px;
  background-color: #f6f6f6;
}

._1ziGjypwntusCmxNUitguF {
  top: 0px !important;
  right: 5% !important;
  background-color: #f6f6f6;
}

._1Ii5bRl8EXr_KkvdcldYkC {
  background-color: #f6f6f6;
}

._2_JPKqPo39locmBCoMntBw:hover,
._2_JPKqPo39locmBCoMntBw:focus,
._2_JPKqPo39locmBCoMntBw:active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTQgMTQiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9jbG9zZS1ncmV5PC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUE0QUFBQU9DQVlBQUFBZlNDM1JBQUFBQ1hCSVdYTUFBQXNTQUFBTEVnSFMzWDc4QUFBQXZrbEVRVlFvVTMzVHNRNkNNQkFHWUpJbURGMHdNVHdGRXcvb0lnc3Y0c0pXamFzNnlzemc0OVQvajlkNGJiZ09md0xIZlJTdTBJVGJmVVRPaUk4eE5yV2dwMFZPeU1DVEdZbklvNFlGWGFWM1lxRkQxaG91RUh1N2RNSEVPSGJJb2hIcitxN0VMNDBGWGFTMklZZlVYejZTRjhUR3AxcUpxTmU5ZTBQd2dxS0ZMTmdqSHdYZjZiMU1LR2dUc0tpVjF4SnJkRlNJQTNFaGYrY003MjBIVjNMR3dQN2JVU0J1Y21zTUxNTXNUalZrNEptRklmdytYQk1WbUQvRStBWGxrUjhIRGNJcWtBQUFBQUJKUlU1RXJrSmdnZz09Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+);
  background-color: #fcfcfc;
  border-color: #a5a5a5;
}

.NWuSnapSGm7FnM1gCdcU7 {
  top: 0px;
  right: 0px;
}

._3kQ-2p-yw5wgNHQC-JdwRZ {
  top: 0px;
  right: 0px;
  background-color: #f6f6f6;
}

.KA-bnnwC_LRKtuhC8k4wd {
  position: relative;
  top: 0;
  right: 0;
}

._2FpraQsk-JR29yG0qkvEP {
  position: initial;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-size: 8px 8px;
  margin-left: 5px;
  z-index: 999;
}

.bpdgs6736kL5donz-q2-G {
  margin-top: 30px;
  position: initial;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-size: 8px 8px;
  margin-left: 5px;
  z-index: 999;
}

._2jCetZMK3WplZlrGuiH1Pi {
  position: relative;
  float: right;
  top: 20px;
  right: 25px;
}

@media screen and (max-width: 1280px) {
}

@media (max-device-width: 768px) {
  ._1Y1cWMleIfY98ArUvA4fqY {
    right: 20px;
  }
}

@media only screen and (max-width: 500px) {
  ._1Y1cWMleIfY98ArUvA4fqY {
    top: 20px;
    width: 35px;
    height: 35px;
    background-size: 10px 10px;
  }

  ._1z61fACQuzy8tO5yyLz9WZ {
    top: 80px;
  }
}

@media (max-device-width: 480px) {
  ._2yfdZCWDmZKq8SobTzSgkz {
    top: 10px;
    right: 20px;
    z-index: 999;
  }

  ._2W-9KKNWYoD8GBQ7j4UvdE {
    top: 73px;
    right: 20px;
    z-index: 999;
  }
}

._2c6YaUBAxZYCgAibDHsnQL {
  margin-bottom: 1em;
}

._2RkvOnMf3YQOnqWRFO-PjQ {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: white;
}

._2RkvOnMf3YQOnqWRFO-PjQ > .h_gk5v_oWGRbUQinYL0yM:before {
  border-width: 2px;
}

._1ipPoXq0601xzWzSJhQpqF {
  width: 50%;
  display: inline-block;
}

.zy0wBYmX-TOxrUGqNK-cT {
  width: 33.33333333%;
  display: inline-block;
}

.QNvdBOyqNS7cyoUIwn9e {
  min-width: 66.66666667%;
  display: inline-block;
}

._1E_5w6Aove7sKhfveuYVud {
  min-width: 100%;
  display: inline-block;
  height: 66px;
}

.h_gk5v_oWGRbUQinYL0yM {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 12px !important;
  margin-top: 20px !important;
  font-weight: 400 !important;
}

.h_gk5v_oWGRbUQinYL0yM > div > div:focus {
  background: none;
}

.h_gk5v_oWGRbUQinYL0yM > div > svg {
  top: calc(50% - 20px);
  color: #444;
}

.Gb2EnGJQeTzctYvMhKFV- {
  color: black !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.Gb2EnGJQeTzctYvMhKFV-:not(._14iMwH3ajeeKuRzHdyxvr9) {
  transform: translate(0, 18px) scale(1);
}

._14iMwH3ajeeKuRzHdyxvr9 {
  transform: translate(3px, 8px) scale(0.8333333333333334) !important;
}

p.vEhx_vRDjRmqYDb3f3GQQ {
  padding-left: 12px;
  margin-top: 0.6em;
  margin-bottom: 3px;
  font-size: 10px !important;
}

.DN0K0TWalFlVvzQDa-BY7 {
  text-align: left;
}

div[class^="MuiModal-root"] {
  z-index: 160000 !important;
}

div[class^="MuiPopover-root"] {
  z-index: 160000 !important;
}

div._2G0WpWC-KKFUsSeZ1JUdt- {
  text-overflow: unset;
}

div[id^="menu-"] {
  z-index: 160000 !important;
}

.HjWeCX5XimPzYUvsmAuNP {
  display: block;
  background-color: white;
  z-index: 999;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}

.ocWRFNioeSmp4qibmT1m1 {
  padding-bottom: 50px;
}

._259WiH-0OWoNrtKIhzEsiR {
}

._259WiH-0OWoNrtKIhzEsiR h3 {
  margin-bottom: 1em;
}

._991nDiyPvhX5XJc5p2CN_ {
  font-size: 12px;
  margin: 2em 0;
  font-weight: 400;
}

._1BpGpnJnLIw5oAz-Oy_usC {
}

._3j3thgWWQmDETLZGdrje77 {
}

._1T3Uq6DUlT_gIEu4POvl7C {
}

._1R6t1eOwg1q8YBLu7ZOYZs {
}

._29e0lC0-mS_o8LWx-fFiR7 {
}

._1qSBJ5-ZpphOaKz_zyGQWi {
}

._2xpDc-WLAU8hG4rK033_HY {
  display: none;
}

.sOcIiEraa1G1VtNXUb3ZV {
  clear: both;
}

.B7GSUzqhvJdyMjFbNGenF {
  display: flex;
  flex-wrap: wrap;
}

._1ZjqkG8s9dVbPTwt-BohSW {
  float: none;
}

._3kcSGEKMR76e6kAJfG8Cqy {
  margin: 0 -6px;
}

._28NSnTUtRT-9iCPqvgQWTX {
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 2px solid black;
}

._3EQFdcdApJnOaJ86pMt090 {
  width: 30%;
  height: 30%;
  margin-top: 30px;
}

._2OPww4JhuQcQhrlG82MKnT {
  color: #00afef;
  margin: 30px;
  padding: 8px 22px;
  border: 2px solid #00afef;
  border-radius: 25px;
  font-weight: bolder;
  user-select: none;
  cursor: pointer;
}

._2OPww4JhuQcQhrlG82MKnT:hover {
  background-color: #00afef;
  color: white;
}

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

._2xBzy0yA54ovJO7KbDOXJW {
  display: inline-block;
  width: 15%;
  padding-top: 15%;
  margin-left: 5%;
  box-shadow: -1px 3px 2px lightgrey;
  background-color: white;
  border-radius: 500px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAA2CAYAAABkxd/2AAAAAXNSR0IArs4c6QAABStJREFUaAXtW11sFFUUPjP70/3rtrVp09BFfhSQIFCgxZYA/kQhxoCYEB8gxhgSH0yML6DwAiE+2NqoD2AIPwkJRk2MRvzBxCdDIGqh1Qfjk4nyUCGBGCoRUqu74/kWh263M7v3npnpbtk9STPTO+fce8435557zr2zBtn0+Z+9lLNeI8vq5qaM3Vxj11EyjGEyjQHa2vQ9bDfyAHw2tody1E9kmTUGiIu5Ro5M2ktPNw8adPrGOrJy5+rgFGPFIBnmhjBZ2Vf5Ud1zivHBbGJsTJ5kPdOe1RtuI8DYMEo0p46HCwKMTdjlkVIz5uWznRHakYlSd0uIWqMG/TFh0fD1LH0wOkEf/f4Px/7ZTQZ9et2SmLAgYdLHaxO0utkd4x/G/qXtF27Rb7dmL0yi4Axwhh5OlQQHoAM88IF/tpK25hCA57Q1qImCD/xq3NUHo7beiDmlppWTieCH3GwkbYAQkCUklZOM5aeMNkBYrSQklZOM5aeMNkBYyiUklZOM5aeMNkDIcyQklZOM5aeMNkBIAiV0QShnj5Xgmf31uiRdfTJNm9vdcy+b36+rNkDIkCX0oVDOHuvNZXHa1B7Jpxen1iTonohsqtv9qV61AUL5gAxZh0aYH3JS2tQWppcWTK6e7Zxbvb08Lu1OS04bIBQNKB+u/a1WPlxlPvDLIhdRC3vKydUJ3uib6jHP3xulxxm4oEkbICiE2uqhs3+V9SR4DvgueajFjqyM05y4s5pHu+KE2BQkiYtVKAW1nar5iwXVvNRz0P+OTITe707i1pXe+mWcdv887vrc6wNPAHkdvJR8JmbQT481UnPU2Xts2axl5b10ZEy2utr9uF1Lj+4mFXA7og3iTjlwoEaIY9MJnmrhqSHKNw2rEqCXF3IA5iVdlbq4GN59f4MquxbfjAPU1RQqGViXpkzq55xHlw48EKNFSf/N8b9HF8uQ133Zm6QfH23M/82LT58T4HmvO0Hx0PRnLt3eaY6xzDGeavqSd7pwvJkxgI6vStBTHbenzeJUiM5vbKQl7C2FtJ+9YE2JLdxCXqf7R9oitGveZELpxKPbNlVDXWlF/oNsOBK7QspwbnNuQ4pW8ZQD9fI2yr7F3uPI4LIYdTT450eBA/QCAwPPcCJsx36zPpUvPlFfYUXySlj5Dq/Qj2Fu4waaB6GGOtOXpLDp3XA3A9zanxm6SaevyOs/u9/APGhlGpv1lQEHxr3LXtTkQ6kWCEDIgs/0pahxhrYk7LddeEX9NiBIFwr7wL3vAKX5rX3F4HS6FJjFCgT5/4vzo7Sx1Vs16ytAcJhPeFot/39lCtJ4lb6xRYL0QvEIz7FLXwGCMjolgqNGPjci59q/xHkVVRnKN4Ccch0VBWaCZ8+iBlrBi4aEZFJFI5XKdYpYK/JvhNOME+zdEmMlMlOMfIJzHdRA1U49LWF65T79TN0TQHBbBOVKJIKSF/L60hjN1/zSRAwQch0s55XMdXRBSvKuGvaxdUgEUDXlOjrGghdna8/NVd+M0wao2nIdXYDA/w6fqbUpfmOgDRAO7Kot19EFqZUr/sEH1aaaNkA7+SjmbqCtHWqVrDZAh36doPGsl9OuysML/Q+zHSoU6H6QigLVzqPtQdVukN/61QEqg2gdoLIAGXS5DE/tPmZs4EHDtYtAWcuHGaDQAP/wUO1rqLL93U0MjEko1G/StvS3bNa+OkiFL9fI8ubRXtqS/m7ywOqLG32UzfGvD60e/l6us5C9hu5H2dYR/inmG7StaQh2/wdcIAMSl90JHgAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.ifw7jE5XvYZ2ZhA0RPJ5X {
  display: inline-block;
  width: 75%;
  margin-left: 5%;
}

._8drL-gvFVfFIPjL5Pol2z {
  margin: 0 0 6px 2px;
  font-size: 14px;
  display: inline-block;
}

.Ik9tMQrEToOA5JhxQ5xiz {
  float: left;
  margin: 8px 0 0 3px;
  font-size: 14px;
}

._1nLinQgHWYRs63A4FqqYcJ {
  float: right;
  margin-top: 8px;
  font-size: 14px;
}

._3JiWEC16v-uPPPgoX73sEv {
  width: 16px;
  right: 6px;
  top: 2px;
  position: absolute;
  cursor: pointer;
}

._2ErflOfdFTGD1XgZpf_IMb {
  margin-top: 1em;
  text-align: center;
}

._10nXxPRLjKJ9XPElFRu5yq {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-left: 1em;
  color: red;
}

@media (max-device-width: 768px) {
  ._2ErflOfdFTGD1XgZpf_IMb {
    margin-bottom: 1em;
    text-align: left;
  }
}

@media (max-device-width: 480px) {
  ._259WiH-0OWoNrtKIhzEsiR {
    padding: 15px 15px 0;
  }
}

/* import colors */

/* AutoSuggest defaults

  DIV.autosuggest
  -  LABEL.label
  -  INPUT.input
  -  UL.dropdown
  --    LI.item
  --    LI.item_selected

  ::focus
  DIV.autosuggest_focus

*/

._1BtR95rqc76kQb8cGNEEN9,
._2I1i1oG881_Uv3RtfUjgFN {
  position: relative;
}

._1Hxk2McX5fDZuJ8dCck4Z6 ._3DgEXVH9r4LXMyWGW4wVjZ {
  font-size: 12px;
  position: relative;
  z-index: 1;
}

._3DgEXVH9r4LXMyWGW4wVjZ {
  position: relative;
  z-index: 1;
}

._3NT9lq0lESs1V3ph9u6XMZ {
  position: initial;
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==) no-repeat center center;
  margin: 0;
  animation: _2e24nk-JFPzRfxQzY4q0RQ 0.8s infinite linear;
  z-index: 9999;
}

@keyframes _2e24nk-JFPzRfxQzY4q0RQ {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

._3izUDoQ2QQ1CcRhlgtNZmd,
._3dZM3RSmJC4NXMI3X__EU9 {
  display: block;
  font-size: 32px;
  color: #00afef;
  transition: all 0.2s;
  transform: translateY(39px);
  margin-right: 10px;
}

._2I1i1oG881_Uv3RtfUjgFN ._3izUDoQ2QQ1CcRhlgtNZmd,
._2I1i1oG881_Uv3RtfUjgFN ._3dZM3RSmJC4NXMI3X__EU9 {
  font-size: 16px;
  color: #000000;
  transform: translateY(0px);
}

._2I1i1oG881_Uv3RtfUjgFN ._3izUDoQ2QQ1CcRhlgtNZmd,
._2I1i1oG881_Uv3RtfUjgFN ._3dZM3RSmJC4NXMI3X__EU9 {
  opacity: 1;
}

._3EO9oMd1hQeiigYLdZ9HM6,
.SEOr-wUyuSHvsGGob3uiX {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #00afef;
  border-radius: 0;
  font-size: 32px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s;
  z-index: 2;
}

._3EO9oMd1hQeiigYLdZ9HM6:focus,
.SEOr-wUyuSHvsGGob3uiX:focus {
  outline: none;
  color: #000000;
}

._1cr6G6rPP2HyFnVpykN1Vs {
  color: #f44335;
  padding: 0 0 6px 0;
}

._2lUGM1VtPyZqcl0I6aVwSv {
  transition: none;
  border: 2px solid #f44335;
  padding-left: 8px;
  padding-right: 8px;
}

._1pO9UfX1rqWJoisrTUGa8G {
  position: absolute;
  list-style: none;
  width: 100%;
  padding: 0;
  overflow-y: auto;
  max-height: 220px;
  z-index: 9999;
  top: 52px;
  margin: 0;
  background-color: #ffffff;
}

._1DQPhl9luonE1B1TMCWEmM {
  top: 35.25px;
}

._1pO9UfX1rqWJoisrTUGa8G ._31X_X3Zxxf9WR2QrwcCVWt,
._1pO9UfX1rqWJoisrTUGa8G .cufSpDSvg7qAO78BIb7dg {
  position: relative;
  cursor: pointer;
  padding: 8px 0 7px 40px;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  align-content: left;
  transition: all 0.2s;
  border-bottom: 1px solid #e9e9e9;
}

._1pO9UfX1rqWJoisrTUGa8G .cufSpDSvg7qAO78BIb7dg {
  color: #00afef;
}

._1pO9UfX1rqWJoisrTUGa8G ._31X_X3Zxxf9WR2QrwcCVWt::before,
._1pO9UfX1rqWJoisrTUGa8G .cufSpDSvg7qAO78BIb7dg::before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 12px;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #c9c9c9;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 9px;
}

._1pO9UfX1rqWJoisrTUGa8G ._31X_X3Zxxf9WR2QrwcCVWt:hover,
._1pO9UfX1rqWJoisrTUGa8G .cufSpDSvg7qAO78BIb7dg:hover {
  color: #00afef;
}

._1pO9UfX1rqWJoisrTUGa8G ._31X_X3Zxxf9WR2QrwcCVWt:hover::before,
._1pO9UfX1rqWJoisrTUGa8G .cufSpDSvg7qAO78BIb7dg::before {
  border-color: #00afef;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjE5IDguODEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDBhZmVmO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uLXRpY2stYmx1ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMi4zLDUuMDksNS4xLDcuNzIsMTAsMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNjIgLTAuNDEpIi8+PC9zdmc+);
}

.ZcI-KCmSiqyvMAmRzSFT_ ._3NT9lq0lESs1V3ph9u6XMZ {
  top: 27px;
}

.ZcI-KCmSiqyvMAmRzSFT_ ._3izUDoQ2QQ1CcRhlgtNZmd,
.ZcI-KCmSiqyvMAmRzSFT_ ._3dZM3RSmJC4NXMI3X__EU9 {
  height: 21px;
  font-size: 16px;
  transform: translateY(20px);
}

.ZcI-KCmSiqyvMAmRzSFT_ ._3dZM3RSmJC4NXMI3X__EU9 {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDkiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojN2ZjZWYzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aW5hY3RpdmU8L3RpdGxlPjxjaXJjbGUgaWQ9ImluYWN0aXZlIiBjbGFzcz0iY2xzLTEiIGN4PSI0LjUiIGN5PSI0LjUiIHI9IjQuNSIvPjwvc3ZnPg==);
  background-size: 9px;
}

.ZcI-KCmSiqyvMAmRzSFT_ ._3izUDoQ2QQ1CcRhlgtNZmd::before,
.ZcI-KCmSiqyvMAmRzSFT_ ._3dZM3RSmJC4NXMI3X__EU9::before {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  height: 1px;
  background: #00afef;
  z-index: -1;
  margin-right: -10px;
}

.ZcI-KCmSiqyvMAmRzSFT_ ._1cr6G6rPP2HyFnVpykN1Vs::before {
  display: none;
}

.ZcI-KCmSiqyvMAmRzSFT_ ._1cr6G6rPP2HyFnVpykN1Vs {
  font-size: 13px;
  color: #f44335;
  transform: translateY(0px);
}

._2I1i1oG881_Uv3RtfUjgFN.ZcI-KCmSiqyvMAmRzSFT_ ._3izUDoQ2QQ1CcRhlgtNZmd,
._2I1i1oG881_Uv3RtfUjgFN._1Hxk2McX5fDZuJ8dCck4Z6 ._3izUDoQ2QQ1CcRhlgtNZmd,
._2I1i1oG881_Uv3RtfUjgFN.ZcI-KCmSiqyvMAmRzSFT_ ._3dZM3RSmJC4NXMI3X__EU9,
._2I1i1oG881_Uv3RtfUjgFN._1Hxk2McX5fDZuJ8dCck4Z6 ._3dZM3RSmJC4NXMI3X__EU9 {
  font-size: 13px;
  color: #00afef;
  transform: translateY(0px);
  line-height: 13px;
  height: 21px;
  cursor: text;
  border-right: 10px solid transparent;

  background: none;
  margin-right: 0px;
}

.wqjjD2H7eErmeer-usB5C._2I1i1oG881_Uv3RtfUjgFN.ZcI-KCmSiqyvMAmRzSFT_ ._3izUDoQ2QQ1CcRhlgtNZmd,
.wqjjD2H7eErmeer-usB5C._2I1i1oG881_Uv3RtfUjgFN._1Hxk2McX5fDZuJ8dCck4Z6 ._3izUDoQ2QQ1CcRhlgtNZmd,
.wqjjD2H7eErmeer-usB5C._2I1i1oG881_Uv3RtfUjgFN.ZcI-KCmSiqyvMAmRzSFT_ ._3dZM3RSmJC4NXMI3X__EU9,
.wqjjD2H7eErmeer-usB5C._2I1i1oG881_Uv3RtfUjgFN._1Hxk2McX5fDZuJ8dCck4Z6 ._3dZM3RSmJC4NXMI3X__EU9 {
  color: #000000;
}

._2I1i1oG881_Uv3RtfUjgFN.ZcI-KCmSiqyvMAmRzSFT_ ._1cr6G6rPP2HyFnVpykN1Vs,
._2I1i1oG881_Uv3RtfUjgFN._1Hxk2McX5fDZuJ8dCck4Z6 ._1cr6G6rPP2HyFnVpykN1Vs {
  color: #f44335;
}

.ZcI-KCmSiqyvMAmRzSFT_ ._3EO9oMd1hQeiigYLdZ9HM6,
.ZcI-KCmSiqyvMAmRzSFT_ .SEOr-wUyuSHvsGGob3uiX {
  line-height: 36px;
  height: 44px;
  color: #00afef;
  border: none;
  padding: 0px 40px 0px 10px;
}

.ZcI-KCmSiqyvMAmRzSFT_ ._2lUGM1VtPyZqcl0I6aVwSv {
  border: 2px solid #f44335;
  background: #ffffff;
  font-size: 16px;
  color: #000000;
}

._2I1i1oG881_Uv3RtfUjgFN.ZcI-KCmSiqyvMAmRzSFT_ ._3EO9oMd1hQeiigYLdZ9HM6,
._2I1i1oG881_Uv3RtfUjgFN._1Hxk2McX5fDZuJ8dCck4Z6 ._3EO9oMd1hQeiigYLdZ9HM6,
._2I1i1oG881_Uv3RtfUjgFN.ZcI-KCmSiqyvMAmRzSFT_ .SEOr-wUyuSHvsGGob3uiX,
._2I1i1oG881_Uv3RtfUjgFN._1Hxk2McX5fDZuJ8dCck4Z6 .SEOr-wUyuSHvsGGob3uiX {
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  /* border-bottom: none; */
  /* border-right: 10px solid transparent; */
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  transform: rotateX(0deg);
}

._2I1i1oG881_Uv3RtfUjgFN.ZcI-KCmSiqyvMAmRzSFT_ .SEOr-wUyuSHvsGGob3uiX,
._2I1i1oG881_Uv3RtfUjgFN._1Hxk2McX5fDZuJ8dCck4Z6 .SEOr-wUyuSHvsGGob3uiX {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDkiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojN2ZjZWYzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aW5hY3RpdmU8L3RpdGxlPjxjaXJjbGUgaWQ9ImluYWN0aXZlIiBjbGFzcz0iY2xzLTEiIGN4PSI0LjUiIGN5PSI0LjUiIHI9IjQuNSIvPjwvc3ZnPg==);
  background-size: 9px;
  border-right: 10px solid transparent;
}

._2I1i1oG881_Uv3RtfUjgFN.ZcI-KCmSiqyvMAmRzSFT_ .SEOr-wUyuSHvsGGob3uiX._2lUGM1VtPyZqcl0I6aVwSv,
._2I1i1oG881_Uv3RtfUjgFN._1Hxk2McX5fDZuJ8dCck4Z6 .SEOr-wUyuSHvsGGob3uiX._2lUGM1VtPyZqcl0I6aVwSv {
  background-position: right 10px center;
  border-right: 2px solid #f44335;
}

._1Hxk2McX5fDZuJ8dCck4Z6 {
}

.-Hv6B9deMtqQDWJSdF2Dg {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  background: #ffffff;
  z-index: 10;
}

.-Hv6B9deMtqQDWJSdF2Dg ._31X_X3Zxxf9WR2QrwcCVWt,
.-Hv6B9deMtqQDWJSdF2Dg .cufSpDSvg7qAO78BIb7dg {
  position: relative;
  cursor: pointer;
  padding: 7px 0;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  transition: all 0.2s;
}

.-Hv6B9deMtqQDWJSdF2Dg .cufSpDSvg7qAO78BIb7dg {
  color: #00afef;
}

.-Hv6B9deMtqQDWJSdF2Dg ._31X_X3Zxxf9WR2QrwcCVWt:hover,
.-Hv6B9deMtqQDWJSdF2Dg .cufSpDSvg7qAO78BIb7dg:hover {
  color: #00afef;
}

._3NWTNzjzW63gQfIL7OVw9R {
  position: absolute !important;
  top: 100%;
  width: 100%;
  height: 310px;
  z-index: 10;
  margin-top: 5px;
}

._1Hxk2McX5fDZuJ8dCck4Z6 ._3NWTNzjzW63gQfIL7OVw9R {
  height: 80px;
}

/* Company search */
._1dz98T1vN1q0T80G8oNYKq {
  position: absolute;
  list-style: none;
  width: 100%;
  padding: 0;
  overflow-y: auto;
  max-height: 270px;
  z-index: 3;
  background-color: #ffffff;
  top: 52px;
  margin: 0;
}

._1dz98T1vN1q0T80G8oNYKq ._31X_X3Zxxf9WR2QrwcCVWt,
._1dz98T1vN1q0T80G8oNYKq .cufSpDSvg7qAO78BIb7dg,
._1dz98T1vN1q0T80G8oNYKq ._1hMzjplCw9zV4BUn4ov4J6 {
  position: relative;
  cursor: pointer;
  padding: 15px;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  transition: all 0.2s;
  border-bottom: 1px solid #e9e9e9;
}

._1dz98T1vN1q0T80G8oNYKq .cufSpDSvg7qAO78BIb7dg {
  color: #00afef;
}

._1dz98T1vN1q0T80G8oNYKq ._31X_X3Zxxf9WR2QrwcCVWt:hover,
._1dz98T1vN1q0T80G8oNYKq .cufSpDSvg7qAO78BIb7dg:hover {
  color: #00afef;
}

._1dz98T1vN1q0T80G8oNYKq ._31X_X3Zxxf9WR2QrwcCVWt:nth-last-child(2) {
  border-bottom: none;
}

._1dz98T1vN1q0T80G8oNYKq ._1hMzjplCw9zV4BUn4ov4J6 {
  color: #00afef;
  border-bottom: none;
  border-top: 1px solid #00afef;
}

._1dz98T1vN1q0T80G8oNYKq ._1hMzjplCw9zV4BUn4ov4J6:hover {
  text-decoration: underline;
}

._3elu7sdd0yhSB4ksAgilam {
  margin-top: 10px;
}

._3ptzJzP-ce-0IBrAVOZ2ZD {
  font-weight: 400;
}

.BccDbkFRK4l_GnujWjfek {
  float: right;
  padding-right: 10px;
}

._3Via27307bKZDaUKSj-kNA {
  position: absolute;
  top: 33px;
  right: 10px;
  display: flex;
  margin: 0;
  z-index: 9999;
}

._3USsCT_zEQk2ZMx7WWOlJ4 {
  margin-top: 10px;
}

._2_QrIxJjYQ7f4LQI7lkAUx {
  color: #f44335;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

._38YNDXOoHJZVpQizI-oOwF {
  font-size: 12px;
}

@media (max-width: 768px) {
  .BccDbkFRK4l_GnujWjfek {
    float: inherit;
    display: block;
    margin-top: 10px;
  }
}

@media (max-device-width: 768px) {
  ._3izUDoQ2QQ1CcRhlgtNZmd {
    font-size: 26px;
  }
}

@media (max-device-width: 480px) {
  ._3EO9oMd1hQeiigYLdZ9HM6 {
    font-size: 20px;
  }

  ._3NWTNzjzW63gQfIL7OVw9R {
    font-size: 20px;
  }
  ._3izUDoQ2QQ1CcRhlgtNZmd {
    font-size: 22px;
  }
}

/* import colors */

/* Layout */

._21khpY7Z0SQBhVOyvSWwtM {
}

._3kTjmuLhrmbbXnkOo-Vp0T {
  background-color: #c9c9c9;
  height: 1px;
  margin: 2em 0;
}

._2XB6QZ5TLbJmVEjR7ECVms {
}

._3IvHEldCLpVGDioIkh7lJm {
}

/*Blue Background Section*/

._2XyKpbKp6uu5ym6vytBgl7 {
  z-index: 100;
}

._2XyKpbKp6uu5ym6vytBgl7::before {
  display: block;
  position: fixed;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--main-color);
}

._2Ayzy4lNZj4ObNI9UselL8 {
  text-align: center;
}

._2mb0xE88DAfwBKJR7TDCJ_ {
  margin-top: 33px;
}

._18zNTGY7gigNOm-io1rXr5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

._18zNTGY7gigNOm-io1rXr5 p {
  width: 25%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
}

._2r910BXzALnzwnkc-ROZk3 {
  padding-top: 20px;
}

/*Review Summary*/

._21iXopNjGVKIXAO0n7GJYG {
  padding: 15px 15px 2em;
}

._21iXopNjGVKIXAO0n7GJYG::before {
  display: block;
  position: fixed;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  z-index: -2;
}

._10kofWSyqx6uHLG9EaDAkx {
  position: relative;
  float: right;
  margin: 0 20% 0 0;
}

/*Common Review Business*/

._1J78KaLCKN-Hm3lPf6BpSj {
  padding: 10px 0;
  position: relative;
}

.b5DRzo1uf4mltuZ7OcwoL {
  width: 50%;
  margin-right: 35px;
}

._2aVFlOQe2RU70M5bsnv48V {
  width: 50%;
  float: left;
  min-height: 68px;
}

._3t7bmDfPDUUjAS09DsVSnq {
  width: 15%;
  margin-right: 35px;
}

._3VQNC27Hamd6AIYpxseMmo {
  width: 49%;
  display: inline-block;
}

._1udLGlSi7E648-v7OYpXC6 {
  margin-left: 2%;
  float: right;
}

._1DiVuuFzALRnSoqNIdWouX {
  width: 100%;
  display: inline-block;
}

/*Review Terms*/

._1XTsKn5p8z0qvd8xckvBOt {
}

._2pg-XiOR3k5BvUfSxmEvyB {
}

._1yBwK_jVxv3adsS7NWhgT3 {
  padding-top: 32px;
}

._2IFGQnyo_LWwbdtTFL_Ilc {
}

._1MwDN3s_YdE7MrrlKXC4wK {
  padding: 50px 0 30px;
  text-align: right;
}

._1MwDN3s_YdE7MrrlKXC4wK button + button {
  margin-left: 20px;
}

._3FFEiDuzQ09uwi7uyIbpvB {
  font-size: 13px;
}

._20m5ini-iOo2zePDeWlWSZ {
  position: relative;
  padding: 8px 0 7px 30px;
  font-size: 12px;
  color: #000000;
}

._20m5ini-iOo2zePDeWlWSZ a,
._2UDiNzC1yr-vVbSFZiytWL a {
  color: var(--main-color);
  text-decoration: underline;
}

._20m5ini-iOo2zePDeWlWSZ a:hover,
._2UDiNzC1yr-vVbSFZiytWL a:hover {
  color: var(--main-color-active);
}

._2UDiNzC1yr-vVbSFZiytWL {
}

._20m5ini-iOo2zePDeWlWSZ::before,
._2UDiNzC1yr-vVbSFZiytWL::before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background-color: #ffffff;
  transition: all transition-default;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 9px;
}

._2UDiNzC1yr-vVbSFZiytWL::before {
  border-color: var(--main-color);
  background-color: var(--main-color);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ny4zMyA0Mi4xOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tdGljay13aGl0ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMiwyNC44NGwxNSwxMywyOC0zNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjwvc3ZnPg==);
}

._3HgkOG7T9HRDmHeEZV18sp {
  font-size: 13px;
  font-weight: 400;
  margin: 1em 0 1.5em;
}

._15LJ--VSxDwELGUVwcrLIn {
  font-size: 13px;
  line-height: 20px;
  color: #000000;
}

.iI__OmwDRE3eOGxRyYqGX {
}

._31KPDMtvEgYs9WMTH_o49p {
}

._3ISnsoRfXAhp3LXofBFJx2 [class^='MuiFormControl-root'] {
  margin-top: 1em;
}

._3ISnsoRfXAhp3LXofBFJx2 [class^='MuiSvgIcon-root'] {
  width: 0.8em;
}

._3ISnsoRfXAhp3LXofBFJx2 [class^='MuiRadio-root'] {
  padding: 0 2px 0 8px;
}

._3ISnsoRfXAhp3LXofBFJx2 [class^='MuiFormControlLabel-root'] {
  margin-left: -8px;
}

._3ISnsoRfXAhp3LXofBFJx2 [class^='MuiFormLabel-root'] {
  color: #000000;
  padding-left: 0px !important;
  font-family: 'Atlas Grotesk Web', sans-serif;
}

._3ISnsoRfXAhp3LXofBFJx2 [class^='MuiTypography-root'] {
  font-family: 'Atlas Grotesk Web', sans-serif;
}

.uZbIG7fPbjBkekLhOt9K3 {
  font-size: 13px;
  line-height: 20px;
}

._1u6CmJh9GKROx3DCOXyudq {
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

._775u1JWLG1oeG0IxM3CO4 > div {
  padding-bottom: 3px;
}

._1DA7Nt0oejyl3mQwGcS99x {
  z-index: 97 !important;
}
.kN7TCBoW0507oJsY1VOmF {
  margin-left: -5px;
}

@media screen and (max-width: 1280px) {
  .kGbs3YO58YWruDccAroPf {
    margin-top: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .b5DRzo1uf4mltuZ7OcwoL {
    width: 300px;
  }
}

@media (max-device-width: 1024px) {
  ._2pg-XiOR3k5BvUfSxmEvyB {
    border-top: 2px solid #c9c9c9;
    border-bottom: 2px solid #c9c9c9;
    margin: 20px 0;
    padding: 20px 0;
  }
}

@media (max-device-width: 768px) {
  ._18zNTGY7gigNOm-io1rXr5 p {
    width: 50%;
  }
  ._10kofWSyqx6uHLG9EaDAkx {
    margin: 0 0 20px 0;
  }
  ._20m5ini-iOo2zePDeWlWSZ {
    font-size: 10px;
  }
}

@media (max-device-width: 480px) {
  ._3IvHEldCLpVGDioIkh7lJm {
    height: 100%;
    padding: 15px 15px 0 15px;
  }
  .cSs6xNxaGIl2K34GDfA8i {
    margin-top: 40%;
  }
  ._2mb0xE88DAfwBKJR7TDCJ_ {
    margin-top: 10px;
  }
  ._18zNTGY7gigNOm-io1rXr5 p {
    width: 80%;
  }
  ._21iXopNjGVKIXAO0n7GJYG {
  }
  .b5DRzo1uf4mltuZ7OcwoL {
    width: 100%;
  }
  ._1MwDN3s_YdE7MrrlKXC4wK button {
    white-space: normal;
    text-overflow: ellipsis;
    max-width: 180px;
  }
  ._3VQNC27Hamd6AIYpxseMmo {
    width: 100%;
  }
  ._1udLGlSi7E648-v7OYpXC6 {
    margin-left: 0;
    float: none;
  }
}

@media (max-device-width: 320px) {
  .cSs6xNxaGIl2K34GDfA8i {
    margin-top: 30%;
  }
  ._1MwDN3s_YdE7MrrlKXC4wK button {
    max-width: 140px;
  }
  ._1MwDN3s_YdE7MrrlKXC4wK button + button {
    margin-left: 5px;
  }
}

@media (max-width: 480px) {
  .b5DRzo1uf4mltuZ7OcwoL {
    width: 100%;
  }
  ._3t7bmDfPDUUjAS09DsVSnq {
    width: 100%;
    margin: 0;
  }
}

._1XgOw887-fTgDf8kZZrYXv {
  display: block;
  position: relative;
}

._1wgca4_diQYg9UgEjtGxsL {
  height: 100vh;
}

._3gkii3ZM2ppbPzHp7mUfvC {
  margin-top: 130px;
}

._6z7WwMI2VXZve31JvGGqy {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

/* import colors */

._3172IX6k5ZWbHZ8fx_dU3B {
  background: #ffffff;
  padding: 50px;
  width: 100%;
  text-align: center;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}

._3172IX6k5ZWbHZ8fx_dU3B ._1ADM3GYO-CgvBHT0EPIbkc {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  margin: 0;
  text-align: center;
}

._3172IX6k5ZWbHZ8fx_dU3B ._2CFgxuOAKQVVQ2pPv2T2rw {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

._3172IX6k5ZWbHZ8fx_dU3B ._2CFgxuOAKQVVQ2pPv2T2rw p {
  margin: 0 0 10px;
}

._2UqjFqM1j3Un4NMpax11tx {
  background: #ffffff;
  padding: 40px 50px;
  width: 100%;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}

._2UqjFqM1j3Un4NMpax11tx * {
  text-align: left !important;
}

._2UqjFqM1j3Un4NMpax11tx ._1ADM3GYO-CgvBHT0EPIbkc {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  margin-top: 0;
}

._2UqjFqM1j3Un4NMpax11tx ._1ADM3GYO-CgvBHT0EPIbkc strong {
  font-weight: 500;
}

@media (max-device-width: 480px) {
  ._2UqjFqM1j3Un4NMpax11tx {
    padding: 18px 25px;
  }
}

.GfrhryoC1-LYg2rwSV3qS {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._3A7K4exFwIf5MP-xt-3Xd- {
  display: flex;
  justify-content: center;
}

._3A7K4exFwIf5MP-xt-3Xd- button:first-child {
  margin-right: 1em;
}

._2CzeENR_Mj9ckFf6Oif9C- {
  background-color: #f5f5f5;
  margin-bottom: 10px;
}

._3_l6uMPedxE82CLEoWjG9w {
}

._3zU8sybmOjJ5uUZp98NFDi {
}

._3oiTDccFP8wjnqzPQ3W-gL {
}

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

.UwtFAsA3-28GuqyY3_q01 {
  display: flex;
  justify-content: flex-end;
}

.UwtFAsA3-28GuqyY3_q01 > *:first-child {
  margin-right: 1em;
}

._3hZWWz0VdX0YZnUqECm0H8 {
  margin-top: 40px;
}

._2JMx9qFT95QPBME14XMTJf {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  background-color: #00afef;
}

._1VLAZ1NbbW3ztuRL7VIJH2 {
}

._173uQVCaGw0zJxnxHQmbnD {
}

._3xbRvS9sPXqX4Xc4oQBfo7 {
}

._2lWkGXpQorPyFZsMhPD14v {
  text-align: center;
}

._36G0wek70OOMMMUUkZTzWD {
  margin-top: 33px;
  display: flex;
  justify-content: center;
}

.Shx8S5qdNR6Vh2lN3uayy {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  width: 25%;
}

.Shx8S5qdNR6Vh2lN3uayy p {
  color: #ffffff;
}

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

._2ULMt0A9x_iYUEadK4vDvv {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid #c9c9c9;
}

._1LW8p7vKD7fWRaoOU2JUJn {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}

._3hYcdKYNd8ElrYFtBEHL-O {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid #c9c9c9;
}

._2UUkb9GQmcu7dyZktWlyAl {
  padding-top: 32px;
}

._330A_cw4dB0YjhK3T3FKZB {
  margin-left: 1em;
}

._3kQOSPUsTix5h6nbPwWr5F {
  display: flex;
}

._3kQOSPUsTix5h6nbPwWr5F > div:first-child {
  margin-right: 0.5em;
}

._12wsbmmgqrGLhxbEjJuCUn {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}

._3kho6xT2Fj-y_IQdG9ePRb {
  padding: 2em 4em 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}

._1gtWkD6i4xcsZsMLThsvzm {
  width: 100%;
  height: 310px;
  padding-right: 20px;
}

._1gtWkD6i4xcsZsMLThsvzm * {
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}

._24-05DVpRh7aqzQc0psCOl {
  padding-left: 30px;
}

._21lEj0Cn9gIpLn8Rg-FXaU {
  font-size: 16px;
  font-weight: 300;
}

._1n1ip3SqKM9gGGGyVhHAom {
  position: absolute;
  left: -30px;
  color: #00afef;
  font-weight: 200;
}

._12wsbmmgqrGLhxbEjJuCUn strong ._1n1ip3SqKM9gGGGyVhHAom {
  font-weight: bold;
}

._2q_1p2L7Sy3KakVSbzs3Tl,
._2Qyc6XL0nQajsV3mPRCuze,
.s0BOUuow3DKDfB16cx0hL {
  position: relative;
}

._2Qyc6XL0nQajsV3mPRCuze {
  margin-left: 30px;
}

.s0BOUuow3DKDfB16cx0hL {
  margin-left: 60px;
}

._12wsbmmgqrGLhxbEjJuCUn a {
  color: #00afef;
}

@media (max-device-width: 480px) {
  ._1gtWkD6i4xcsZsMLThsvzm {
    height: 350px;
  }

  ._3kho6xT2Fj-y_IQdG9ePRb {
    padding: 1em 1em 0;
  }
}

@media (max-device-width: 320px) {
  ._1gtWkD6i4xcsZsMLThsvzm {
    height: 200px;
  }
}

._1DAalHV98JPIcW4ncrZDpi {
}

._21ymveyNd4ukiG4N_irudc {
  padding-top: 10px;
}

._21ymveyNd4ukiG4N_irudc::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  z-index: -2;
}

.cR1sQe1B-JacCcML_cEDg {
  margin-left: 0;
  margin-right: 0;
}

._2JV2w8U7PwHdDDuNhSfaEk {
  margin-bottom: 20px;
}

._2Qu4aG0aFwAGZbrQeJsUI7 {
  margin-bottom: 20px;
  font-size: 14px;
}

._3VLne6vsX3AbwF0-7wCuvd {
  height: 84px;
}

.DgXittBZIhpLDaAzhhCHY {
  height: 84px;
}

._16zNmCSfTD6p9gMYdeRkf {
  height: 84px;
}

._2v3ZWBNDREgvz63B54ME0Q {
}

._3zA6TZI46ldKRU7oTKNjTO {
}

._2E1VKgpN4CfxnW9KR3SIVK {
  float: right;
  margin-top: 60px;
  margin-bottom: 40px;
}

._2E1VKgpN4CfxnW9KR3SIVK > a {
  margin-right: 15px;
}

.U0HLDgSFMKlQyJLuFfFVD {
  color: #f44335;
  font-size: 10px;
  font-weight: 800;
}

.XpPj2WMoLJ4yDilaPwsBy {
  padding: 10px 0 10px 0;
}

._26dg3bP4mjZooAZPDCJOgg {
  font-size: 14px;
  padding-bottom: 6px;
}

.t3YE96uN1Gyzq-wfZL1DO {
  font-size: 12px;
}

._1PxYfPyC0Ycm_JLoZLtwVP {
  padding: 10px 0 10px 0;
}

.dfEmGH8J9OF8Igs0qD0Gt {
  padding: 15px 0 10px 6px;
  font-size: 14px;
}

._1bFHgORbv7bKMuonmOZK3e {
  margin: 20px 0 20px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.jKI9NqCcnUoOo4vm6xPuJ {
  padding: 10px 0 10px 6px;
  font-size: 12px;
}

._29FZcGtsGhDUSCsSpuzs5V {
  margin-left: 0;
  margin-right: 0;
  padding: 0 6px 0 6px;
}

._8iJ-vV61lEa1IngxQZnI- > a {
  margin-left: 10px;
}

.VoS3G_CvaV5SoyVjUQke {
  position: absolute;
  right: 15px;
  color: "css/base/colors.css";
  vertical-align: middle;
  cursor: pointer;
}

.WQ00oetaLKCAB4ij4RVNP {
  margin-top: 10px !important;
}

._3PBft7goIGM-e3_Ri4B6J7 {
  padding-bottom: 15px !important;
  margin-bottom: 5px !important;
}

._2LnlR3965gHjt4L30WrZCi,
.A9mzFBqZjxvbKE6Pjnip1 {
  font-size: 12px !important;
}

._2wbaNR5Q8Vyd2yqpl_q28A {
  background-color: white !important;
}

._3nxYv2TdVTohCR0yk6wSW5 {
  color: #5e5e5e !important;
}

._3EFsoF0C2Q667ydYss5MRl {
  font-size: 12px !important;
  color: var(--main-color);
}

._1ffMrVhhzhHQU1VLOv9FJh {
  border-color: var(--main-color) !important;
  border-width: 2px !important;
}

._3ZgOSnu5TC_8blR4qKFEsU {
  font-size: 12px !important;
  margin: 0 !important;
  height: 0;
  letter-spacing: normal !important;
}

._25ryro-Fej21Y_u_p1N6ZZ {
  font-size: 12px !important;
  height: 0;
  letter-spacing: normal !important;
}

._2iAIc_xfzU4uRyAtF2bJGe {
  color: black !important;
}

._11u-3uqn7RFFu6UJtqtEwK ._1ffMrVhhzhHQU1VLOv9FJh {
  border-color: rgba(0, 0, 0, 0.26) !important;
}

/* import colors */

.AlShHbSp06hnjAO6Ul9rT {
}

._1jJWuCAHawWmQ3usL_9ugg {
}

.M7_jjjul7-98agHnYqiNq {
}

.jQ7xP3LSR-q290e0yAdgz {
}

._2PDALpFb8ywATvbY0Zw6Fj {
}

._3C6QCLv0k2v69qzhlTM5lv {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}

._2p6nb1sUm0IGrHchhMIm1L {
  padding: 10px;
}

._3mWiBD4Fr6vxfk3JFtX5x5 {
  display: block;
  position: relative;
  float: left;
}

._3fB5R_HZzxG1Uegd8HUnC4 {
  display: block;
  position: relative;
  float: left;
}

._1NOULiU50s2e-ei5YtLQ3C {
  padding: 0px !important;
  display: flex;
}

._2MlxdxIS2r9Pgq56mz8cRh {
  width: 70%;
  overflow: hidden;
}

.F3Dm5IuqTU30KVgsNOZVp {
  color: red;
  letter-spacing: 0.03333em;
  font-size: 10px;
}

._3wPgZgagFmd6c52oJKidDQ {
  margin-left: 2em;
}

/* import colors */

p._3iUK2TpZZWd2Q8qcIgiBbB {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 1.3em;
  margin-top: 0.6em;
  margin-bottom: 3px;
  color: #929292;
}

._2N0lk7iVjh05Nj2Yw_PbpV {
  color: var(--main-color);
}

._2uspyVPvUX6k_UPfWPhFkK {
  width: inherit;
  font-size: 10px;
  color: #929292;
}

._3l0g-ECNkTl_J8Trr4kJr5 {
  text-align: left;
  font-size: 12px;
}

._39ViisWOhTwVmYYXC_LOWU {
  margin-top: 20px;
}

._2T6O2jaVNSEfL088mmwMLl {
  width: 100%;
}

._2T6O2jaVNSEfL088mmwMLl > p {
  font-size: 12px;
}

._2T6O2jaVNSEfL088mmwMLl > div {
  font-size: 12px;
}

._2T6O2jaVNSEfL088mmwMLl > div > input {
  font-size: 12px;
  text-transform: lowercase !important;
}

._1Awb3Uqvh4LXr7a9GGBoU4 {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  width: 16.666666%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  position: relative;
}

._3Z_li5E35Ehzln08-sL244 {
  margin-top: 20px;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: relative;
  display: flex;
}

.hNdhd52yWRjAgSCVpPqF1 {
  position: absolute;
  border: none;
  font-size: 32px;
  text-align: center;
  background-color: transparent;
  outline: none;
  width: 16.66666666%;
  top: 0px;
  bottom: 0px;
}

._2M7iqkPxMiPt9_Krvxzi2Z {
  box-shadow: 0 0 0 4px rgba(58, 151, 212, 0.28);
}

._3-i7bFneTP83ejcrdxtYxB {
  padding: 12px;
  color: red;
  font-size: 12px;
}

._2AGksptD82GBuJIlzy_ZAX {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._3p-pnDqUBP-JSObskcev45 {
  padding: 35px;
  background-color: #fff;
}

._3Jdv4CHmYqobySUtYQWVua {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  flex-grow: 1;
  display: inline-block;
}

.nxHMDE1ImOnBgtCk5WRFj {
  display: inline-block;
  font-size: 20px;
}

.diQQd2s9XBdQr6fB66JKY {
  margin-top: 20px;
  float: right;
}

._1nSiT0Cab2_hRWOI6Fmfb0 {
}

._3E4fwJ3CIdH-4yHFEYJ_Il {
  font-size: 12px;
}

._38hRV48UPkqzhATKjbfq-F {
  padding-top: 10px;
}

._38hRV48UPkqzhATKjbfq-F::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  z-index: -2;
}

._1ITbfAVPS4m6S5dscnyIe3 {
  margin-left: 0;
  margin-right: 0;
}

._37niC3Q2PSrTsYpZcU4iGX {
  clear: both;
}

._2dN0MImqfP_3NpmbfDicV2 {
  margin-bottom: 20px;
}

.g9snbCoIShty9WHPR8EUK {
  height: 84px;
}

.wIQvAlK7oWYVXUaPYQju9 {
  min-height: 85px;
}

._2wRpNCqbZK3Xq6jzsjokOj {
}

._2rxfTYir9Ekch0YCvqm6kq {
  height: 84px;
}

._3v1cddNzFwQbyIRflK6p5M {
  height: 84px;
}

._2zISkqJqBYh5L3qlHtiVn6 {
  float: right;
  margin-top: 60px;
  margin-bottom: 40px;
}

._2zISkqJqBYh5L3qlHtiVn6 > a {
  margin-right: 15px;
}

.kHuLOvdOp_rQw4VhLEkxu {
  color: red;
  font-size: 10px;
}

.qEUXAT5QInXG944eGwlwQ {
  padding: 10px 0 10px 0;
}

.AW1nbJPAAD5eDVwEY_8Pp {
  font-size: 14px;
  padding-bottom: 6px;
}

._2Pr2tIFliTWxv3YRKX56K0 {
  font-size: 12px;
}

.teN2xCMRrpBkHv3RLtd9m {
  padding: 10px 0 10px 0;
}

.n69ehOs7VtDFaat4FIV0J {
  margin-top: -15px;
  padding-left: 5px;
}

._3c9btfZLgbPb2difBaw5E6 {
  background-color: #c9c9c9;
  height: 1px;
  margin: 2em 0;
}

.GPUfjqYEYa0X4cZQPSWpX {
  font-size: 20px;
  margin: 20px 0 20px;
}

._315juNh6F7uW6AcE7F_D7K {
  margin: 20px 0 20px;
}

._1_dQABKNeuS1hoUB6BQw5X {
  white-space: pre-line;
  font-size: 12px;
  margin: 20px 0 20px;
}

.n69ehOs7VtDFaat4FIV0J {
  margin-top: -15px;
  padding-left: 5px;
}

._3c9btfZLgbPb2difBaw5E6 {
  background-color: #c9c9c9;
  height: 1px;
  margin: 2em 0;
}
._1Iz6ldEUnVy9ietZaAFQT4 {
  height: 100vh;
}

._2nx-ru9H9AfWdCQUFNTHP3 {
  margin-top: 6rem;
}

._3p7xcMirT2UrVR37bUhFrn {
  z-index: 100;
  background-color: #fcfcfc;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

._1b7HU0r9rOCp7isLH4PhkI {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._2miQu6WmE23e_rfaA8dI8E {
  padding: 35px;
  background-color: #fff;
}

/* import colors */

/* Layout */
._2FJE6lFGPKCkLZ4HMx73T3 {
}

._2NJSd_2l1D8yRQo_Et-b6a {
}

._2NJSd_2l1D8yRQo_Et-b6a::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--main-color);
}

._3ZFcycsK9yXy_EaBV8iHyd {
}

._12rL0NxXqiBGyJ0macFsNE {
  text-align: center;
}

.GYCd1LjXhlDLbmDP9DEwK {
  margin-top: 33px;
}

.JL0VuaYLG61b0RHAyUm8g {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.JL0VuaYLG61b0RHAyUm8g p {
  width: 40%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
}

._3c-FgnjdEJ_dIHCfDbf0-d {
  padding-top: 20px;
}

._3c-FgnjdEJ_dIHCfDbf0-d button + button {
  margin-left: 20px;
}

@media (max-device-width: 768px) {
  .JL0VuaYLG61b0RHAyUm8g p {
    width: 50%;
  }
}

@media (max-device-width: 480px) {
  ._2NJSd_2l1D8yRQo_Et-b6a {
    height: 100%;
    padding: 15px 15px 0 15px;
  }
  .GYCd1LjXhlDLbmDP9DEwK {
    margin-top: 10px;
  }
  .JL0VuaYLG61b0RHAyUm8g p {
    width: 80%;
  }
}

._18PLaygBe-BmZcDaGrdGtx {
  white-space: pre-line;
  font-size: 12px;
}

.vuUOWrAXNq2iUO0XehSva {
  background: white;
  display: block;
  height: 150px;
  overflow: auto;
  margin-bottom: 20px;
}

._2BiLygrjcfPHa8xp756nn_ {
  font-size: 20px;
  margin: 20px 0 20px;
}

.pbJANE6ZQwcxSQxTb-EYf {
  margin: 20px 0 20px;
}

._3VE0aoX6RJZ2CPbcCylcWL {
  white-space: pre-line;
  font-size: 12px;
  margin: 20px 0 20px;
}

._6db2_LPZR1pQ001f7MIYf {
  background-color: #c9c9c9;
  height: 1px;
  margin: 2em 0;
}
._3K4NKIpemvlaU3KrKb86Bo {
}

._8oxP6puEyy0eFfSIUeP_p {
  font-size: 12px;
}

.qr881kyRylL_ezwkZm0yn {
  padding-top: 10px;
}

.qr881kyRylL_ezwkZm0yn::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  z-index: -2;
}

._15_4PWMyz5QMs89w4QpAla {
  margin-left: 0;
  margin-right: 0;
}

._3GJk6BVnMFIDacMSpBbtAa {
  margin-bottom: 20px;
}

._35HUKD6wavdQJwDcWAKcE {
  height: 84px;
}

._2cjVD2QxGroqZ8Tc0SzhfP {
}

.QgGh2etDYVlzLedINJx4S {
  height: 84px;
}

.qLSuhEMb_JFkWOMrwaasu {
  height: 84px;
}

._3Jqe79S5MxBtGGR7B278yO {
  float: right;
  margin-top: 60px;
  margin-bottom: 40px;
}

._3Jqe79S5MxBtGGR7B278yO > a {
  margin-right: 15px;
}

.MLJUSS6sk5GjeT72iABcl {
  color: red;
  font-size: 10px;
}

._3xh7D2dyuenJ8hvikhKjCh {
  padding: 10px 0 10px 0;
}

._2T6kC_yhdvs5Y7vrh9Y17N {
  font-size: 14px;
  padding-bottom: 6px;
}

.YtGx2oLg83C8_mxAJdfcB {
  font-size: 12px;
}

._3IvYH6WlLAmUtIIwrVrHFa {
  padding: 10px 0 10px 0;
}

._3f0A08KdCbh0_JhKUFYfLE {
  height: 100vh;
}

._32oE_vlAzPGMlmbfTttmHD {
  margin-top: 130px;
}

.WCk4qU_0gy-d4_Bggwl9I {
  z-index: 100;
  background-color: #fcfcfc;
  position: fixed;
  height: 128px;
  top: 0;
  right: 0;
  left: 0;
}

.WvrnkvlOw5J0p8bBqWcq- {
  margin-bottom: 9px;
  border-bottom: 1px solid #c9c9c9;
}

.WvrnkvlOw5J0p8bBqWcq-::after {
  clear: both;
  display: table;
  content: ' ';
  box-sizing: border-box;
}

._10UruX4xkEBieLqqMsv4G7 {
  display: inline-block;
  height: 31px;
  line-height: 29px;
  padding: 2px 15px 40px;
  font-weight: 400;
  font-size: 14px;
  float: left;
  margin-right: 17px;
  border-bottom: 2px solid transparent;
  transition: transition-default;
}

@media (max-width: 991px) {
  ._10UruX4xkEBieLqqMsv4G7 {
    margin-right: 5px;
  }
}

._3UezyAG1PdUX5J-1ruwGeD {
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
}

._3UezyAG1PdUX5J-1ruwGeD ._2TN4tTEc6cvrTXcu6qbGtG {
  color: var(--main-color);
}

._1Fvl2lv82uNEtp3JfaKLsn {
}

/* import colors */

._3pl9WLzR8E0h24yt8BoMZv {
  position: relative;
}

._1zm8gbd5wCjoqD_US0JCNf {
}

.z62VJUn7KnYtn2ImnxMzk {
  font-size: 20px;
}

@media (max-width: 991px) {
  .z62VJUn7KnYtn2ImnxMzk {
    font-size: 16px;
  }
}

._14dlqr2Xy_P0a955UNuZbl {
}

.lJMYRxblQ83-UAbLnfCtV {
  margin: 20px 0;
}

.ptE2osuZaxlVzKHTo1RIP {
  font-size: 14px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 25px;
  width: 80%;
}

._2iytO2XYzxvBgG5GUwHS-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.KV23y1LCvd5690fmHctqr {
  font-size: 12px;
  padding: 30px 36px;
  background-color: #fcfcfc;
}

._3WQZIjUD3QoXdSNAyujobb {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.nZ0IPnhqk79HEXQbdySSJ {
  col: #5e5e5e;
}

/* import colors */

._1g7WZj_4NeDRPmWqcMoYbF {
}

._1mL3t-UsJiX_kzmQjd9Pe_ {
  margin-bottom: 260px;
}

._2KWRvcEmnEpSCOvxUyEJ3Y {
  margin-bottom: 40px;
}

._3aD5wbV3VyFd5gfqYLKRjp {
  margin-bottom: 40px;
}

._3KGjPDDV9UtMaANXhWWkUV {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 30px 36px;
  position: relative;
}

.xfol_VrJnY_r8CdQlu1oX {
  margin-bottom: 40px;
}

._3jb6Hr9WoB5X29hvfQW34V {
}

._1_vC25gAuxi05A80dSXRbI {
}

._32j3OwlaOOZPziJWon9zjT {
  padding-bottom: 10px;
}

._5FLDjfDVMQtWcVJul9UVf {
}

.TEjkPmn0FY1JzsoQMTVv {
}

._2zHC6m584fwSr2oaCH_5tr {
}

._3ykDHlOZjaGT7UWYwu9aLj {
  margin-top: 60px;
}

.SYeR2cZ5fFk8szQuylAbl {
  font-size: 12px;
  margin: 45px 0 0 20px;
}

._2lZl84pP5m_OrloTT2exsk {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 30px 36px;
  position: relative;
}

._2fLZtS8ayWanSkvIF87zTB {
  border-bottom: 1px solid #c9c9c9;
}

._18Rz7VKN1YYKF160o3Z5wL {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 25px;
  width: 80%;
}

._20cB_2NXlfWaXqYiW9p6KR {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 0;
  width: 80%;
  display: inline-block;
}

._2mlbhi_aMmizze0CTiF7-I {
  width: 20%;
  display: inline-flex;
}

._2TWVKnXNwV-p9zZHODph-Z {
  display: block;
  margin-bottom: 10px;
}

._2XQhXbJVCNG3_EWIvlYKJz {
  position: absolute;
  top: 30px;
  right: 30px;
}

.VjrhZ6a6L39VL2Ox55Tlr {
  float: right;
}

.VjrhZ6a6L39VL2Ox55Tlr a {
  white-space: normal;
}

._41_X8QF_KVFht1YVuv_UP {
}

.OYiQCITVWG3MV0bhMHfXS {
  margin: 20px 0;
}

.rTpcAnnieCsGCCGeXRWjp {
  padding: 10px 0;
}

._3vy5LL4rRbYdTv7ee_z-ig ._3txVVWGCENQ52h3HtTkco {
  position: absolute;
  top: 11px;
  right: -32px;
}

._3txVVWGCENQ52h3HtTkco {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: var(--main-color);
  -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==);
  mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==);
  -webkit-mask-size: 28px 28px;
  mask-size: 28px 28px;
  margin: -5px 0 -10px 15px;
  animation: zD-I7wCffeIvY9wFSiJ3A 0.8s infinite linear;
}

._2hZaKuZB8r6zfjiluzBbXF {
  padding: 1em 2em;
  display: flex;
  justify-content: space-between;
  transition: all ease-in-out 100ms;
}

._2hZaKuZB8r6zfjiluzBbXF:hover {
  background-color: var(--main-color);
  color: white;
}

.DBkZCOM1BHdOxvBZ4rcv7 {
  width: 180px;
}

@keyframes zD-I7wCffeIvY9wFSiJ3A {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

._1_W-0b5E8T5UX_a3si0o1K {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

._3jNGOIU5AlaigtNblHWOjA {
}

._1_W-0b5E8T5UX_a3si0o1K > div {
  width: 45%;
  margin-bottom: 40px;
}

._3jNGOIU5AlaigtNblHWOjA > div {
  width: 100%;
  margin-bottom: 40px;
}

._1_W-0b5E8T5UX_a3si0o1K:last-child {
  margin-bottom: -40px;
}

._1CZmiZ9Y5jFfuOTQ45D0pz {
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
  z-index: 1;
}

.Ic64pNKEzymkRkWml3RlP {
  display: flex;
  justify-content: flex-end;
}

._3pXfB5A0it8WJtq1kxiHPd {
  margin-top: 20px;
  float: right;
}

._oeZ9-2MPmPqE6TTFt45x {
  font-size: 12px;
  color: #f44335;
}

._2507LfXR-Pgc0JmzbqOUFL {
  font-size: 12px;
}

._3_MjhqvIqtaw_zt6NlmVoq {
  width: 100%;
  margin-top: 1em;
}

._2NnHvvUBpzMbnw8B-WirnV {
  color: #f44335;
  /* font-weight: 800px; */
  font-weight: 400;
}

._2bK1xAyaJ6u4Mj-g-deGTW {
  font-size: 12px !important;
  font-weight: 400;
}

.JbwLYJ9ZnUNhf2U5dA9Ja {
  float: right;
  width: 22px;
  height: 22px;
  padding: 5px;
  background: dimgrey;
  border-radius: 100%;
  transform: translateY(20%);
  transition: all ease-in-out 100ms;
}

._3REFN5Z7f6NAHll_gJdWFY {
  background-color: var(--main-color);
}

.JbwLYJ9ZnUNhf2U5dA9Ja:hover {
  background-color: var(--main-color);
}

._2HtvVl9oJM11nXqnKETQ95 {
  padding: 0;
  display: inline-block;
  width: 100%;
}

._2uE4FuYqcRExft0fUsC-Q {
  margin: 5px 0px 5px 0px;
  background-color: #fcfcfc;
  height: auto;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: transparent 1px solid;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 25px 12px;
  flex-flow: row wrap;
}

._2uE4FuYqcRExft0fUsC-Q:hover {
  box-shadow: 1px 1px 2px 0.02px rgba(0, 0, 0, 0.08);
  border: var(--main-color) 1px solid;
  transition: border-color 0.25s ease;
}

.ck0ZJykCX0S--rIvhGRa3 {
  padding: 0;
  margin: 0;
  font-weight: 200;
}
._3o70NghJ3LedpEVb3Kaub- {
  padding: 0;
  margin: 0;
  font-weight: 200;
}

._17nEOE4jb5nxGS9jy9jCI8 {
  position: absolute;
  top: -15px;
  right: 30px;
}

._2E54veSiQH__2gXPSWhcV_ {
  margin: 0 !important;
}
.VMquQ3FPXHtpMZj55GFcB {
  font-size: 12px !important;
  font-weight: 200 !important;
}

._1YCKGYzxRQHdRWq-qksFI8 {
  font-size: 12px !important;
  /* padding-right: 6em; */
  font-weight: 200 !important;
}

._2Qkaxe6leoUoc8Pb_hvTnR {
  width: 16px !important;
  height: 16px !important;
  margin-top: 12px !important;
}

._1pSnLE9v4Dd4bpNK4CMTau {
  width: 16px !important;
  height: 16px !important;
}

@media (max-device-width: 768px) {
  ._18Rz7VKN1YYKF160o3Z5wL {
    margin: 2px 0 20px;
  }
  .SYeR2cZ5fFk8szQuylAbl {
    margin: 0 0 20px 0;
  }
  ._1CZmiZ9Y5jFfuOTQ45D0pz {
    margin-right: 15px;
  }
}

@media (max-device-width: 480px) {
  ._1_W-0b5E8T5UX_a3si0o1K > div {
    width: 100%;
  }
  ._2XQhXbJVCNG3_EWIvlYKJz {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  ._2lZl84pP5m_OrloTT2exsk {
    padding: 15px;
  }
  ._17nEOE4jb5nxGS9jy9jCI8 {
    right: 0px;
  }
}

@media (max-width: 768px) {
  ._1CZmiZ9Y5jFfuOTQ45D0pz {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  ._1_W-0b5E8T5UX_a3si0o1K > div {
    width: 100%;
  }
}

/* import colors */

/* Layout */

._2-HPCAruxhPifo5nw-vh3s {
}

._5uku364BinawuYyQJc4ZY {
}

._2371Fq7l8w-W6sMYCEtyhn {
  padding-bottom: 58px;
}

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

._1LGXyQuyFUv-1OeY1iJkjC {
}

._4HskrB14Q9hIeDUezlhdE {
}

._1Am5O2iECzw8RJjy2FSpwt {
  padding-bottom: 20px;
}

._3_m7GFe3VZWCQOrdTSEAuh {
}

.gPLWb9B928ThqUkaMwMK9 {
}

._3zyQqt2-jIr82yAQ413w7t ul {
  list-style-type: decimal;
  padding-left: 15px;
  list-style-position: outside;
}

._3zyQqt2-jIr82yAQ413w7t ul li {
  font-size: 20px;
  font-weight: 200;
  padding: 0 0 10px 10px;
}

._2LFtJIzyQiZ8xmfqk5-NET ul {
  margin-top: 25px;
  list-style-type: disc;
  padding-left: 20px;
  list-style-position: outside;
}

._2LFtJIzyQiZ8xmfqk5-NET ul li {
  padding: 0 0 5px 5px;
}

.nIHCr7JrP8IzrJ6F7pevI {
  font-size: 13px;
  font-weight: 200;
  color: #f44335;
}

._1LGXyQuyFUv-1OeY1iJkjC:last-child {
  margin-right: 0;
}

._1LGXyQuyFUv-1OeY1iJkjC > div {
  margin-bottom: 10px;
  margin-right: 0;
}

._1d5j4AwxZx6M077WyLQmdb {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
}

._3pSUOOXjjdkwkfyeE21y6i {
  font-size: 13px;
  color: #00afef;
}

._1AbVWlciO24I40ciwLeza1 {
  font-size: 13px;
  color: #f44335;
}

._2Wrubf7fsNu0VXwBGXeODG {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
}

._2qJWDqpCxPmfMTFZTUjVv2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.pGZbcUbHWDSyw7BRBzlB_ a {
  margin-top: 0 !important;
  float: none !important;
}

@media (max-device-width: 768px) {
  ._1d5j4AwxZx6M077WyLQmdb {
    width: 100%;
  }
}
@media (max-device-width: 480px) {
  ._1LGXyQuyFUv-1OeY1iJkjC > div {
    width: 100%;
  }
  ._3zyQqt2-jIr82yAQ413w7t ul li {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  ._3_m7GFe3VZWCQOrdTSEAuh > div:last-child {
    margin-right: 36px;
  }
}

@media (max-width: 480px) {
  ._3_m7GFe3VZWCQOrdTSEAuh > div {
    margin-right: 20px;
  }
}

/* import colors */

/* LargeScrollingDropdown defaults

  DIV.lookup
  -  h1.heading
  -  UL.dropdown
  --    LI.item
  --    LI.item_selected

  DIV.lookup_complete

*/

._1vmew8_GFl7lLMgAS22lNt,
._3jr4mAmQTaIavmNiIXpAlP {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

._1t8ErUSFUR4qF56jjM_MW_ {
  z-index: 100;
}

._1t8ErUSFUR4qF56jjM_MW_ ~ ._1t8ErUSFUR4qF56jjM_MW_ {
  z-index: 99;
}

._3uFlmwZ_FYDJfIrH9VbAaY {
  margin-top: 113px;
}

._31YXLW-uxB8KoWGLqRLfGs {
}

._3pebXb77sBnyaVANsw1hKK {
  float: right;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #00afef;
  margin: 0;
  animation: HoB4mNxCgzx7HuGxOkk9y 0.8s infinite ease-in-out;
}

@keyframes HoB4mNxCgzx7HuGxOkk9y {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

._3ROEJlX-QYo1GA24R6KaDJ {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 32px;
  line-height: 24px;
  font-weight: 400;
  color: transparent;
  transition: all 0.2s;
  transform: translateY(39px);
  z-index: 2;
  pointer-events: none;
}

._3jr4mAmQTaIavmNiIXpAlP ._3ROEJlX-QYo1GA24R6KaDJ {
  font-size: 16px;
  color: #00afef;
  transform: translateY(0px);
}

._3jr4mAmQTaIavmNiIXpAlP ._3ROEJlX-QYo1GA24R6KaDJ {
  opacity: 1;
}

._3LT4b_BAN36MH0Gb3y55fV {
  position: relative;
}

._3LT4b_BAN36MH0Gb3y55fV::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 75px;
  width: 100%;
  height: 95px;
  background: linear-gradient(#e3e3e3, #f6f6f6);
  transform: skew(38deg);
  transform-origin: 0 100%;
  opacity: 0.3;
  z-index: -1;
}

.nveDqMRLdcSGyMantzAiK ._3LT4b_BAN36MH0Gb3y55fV:after {
  display: none;
}

._1SwzMPa2h6ig_YEsYGAu9M,
.lsf3LbHiecQ3dIAgODK3e {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  background: none;
  padding: 10px 40px 10px 0;
  border: none;
  border-bottom: 2px solid #00afef;
  font-size: 32px;
  line-height: 36px;
  color: #00afef;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.2s;
}

.lsf3LbHiecQ3dIAgODK3e {
  border-bottom-color: #a5a5a5;
}

._1SwzMPa2h6ig_YEsYGAu9M::after,
.lsf3LbHiecQ3dIAgODK3e::after {
  position: absolute;
  top: 20px;
  right: 10px;
  display: inline-block;
  content: "";
  width: 28px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS40IDguMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYmFjZTI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX2NoZXZyb25fZG93bjwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAuMSwyNGEyLjQ2LDIuNDYsMCwwLDEtMS43LS44bC01LjctNS42YTEsMSwwLDAsMSwxLjQtMS40bDUuNyw1LjZjLjIuMi40LjIuNywwbDUuNi01LjZhMSwxLDAsMCwxLDEuNCwxLjRsLTUuNiw1LjZBMi40NCwyLjQ0LDAsMCwxLDIwLjEsMjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIuNCAtMTUuOSkiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px 16px;
}

.lsf3LbHiecQ3dIAgODK3e::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyOCAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjggMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fQo8L3N0eWxlPgo8aW1hZ2Ugc3R5bGU9Im92ZXJmbG93OnZpc2libGU7IiB3aWR0aD0iMjgiIGhlaWdodD0iMTYiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQndBQUFBUUNBTUFBQUF5RWUvZEFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUFDQmpTRkpOCkFBQjZKZ0FBZ0lRQUFQb0FBQUNBNkFBQWRUQUFBT3BnQUFBNm1BQUFGM0NjdWxFOEFBQUFlMUJNVkVVQUFBQXJyT0lyck9JcnJPSXIKck9JcnJPSXJyT0lyck9JcnJPSXJyT0lyck9JcnJPSXJyT0lyck9JcnJPSXJyT0lyck9JcnJPSXJyT0lyck9JcnJPSXJyT0lyck9JcgpyT0lyck9JcnJPSXJyT0lyck9JcnJPSXJyT0lyck9JcnJPSXJyT0lyck9JcnJPSXJyT0lyck9JcnJPSXJyT0lyck9JQUFBQ0ZlZkFiCkFBQUFKM1JTVGxNQUNTMGVBWHp6d3ljRHBlNDM4Wm0wNTVlRkpPVHJpSVI0bW1icDE2dCtzZ1pSRDN0c0JWaGVxd1VLQUFBQUFXSkwKUjBRQWlBVWRTQUFBQUFsd1NGbHpBQUFXSlFBQUZpVUJTVklrOEFBQUFJaEpSRUZVR05OMTBlc09nakFNQmVEak5oWHdDZ0plOFM1OQovemUwWFlJdVd6bC91dXhMbDZZRGdreU14VWpjZEVZMHoxVExDNUlzbHVOR3RFclZyUVUyVytrMXNaVmlGWFkxbHlaU2J5MGZGRzBIClU5UmI2YURwUHJSSUQySkg5MzhvVUc5RkhvN3cwMU5xckdkUml3dVhMakxBTkh4OVJVZDB1NmZiRkgzZytYcC90SCt3Vlk4dnNwUVQKSkJaUEphWUFBQUFBU1VWT1JLNUNZSUk9Ij4KPC9pbWFnZT4KPHBhdGggY2xhc3M9InN0MCIgZD0ieiIvPgo8L3N2Zz4K);
}

._2M7g9-neZngzxczgjDzgPx {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 20px 25px;
  background: white;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  z-index: 10;
}

._2u190DvbQihsdtt8u2T7XC {
  width: 100%;
  max-height: 220px;
}

._2HdxAZc56r__KaJwt9VrFZ {
  list-style: none;
  margin: 0;
  padding: 0;
}

._22whYO_c9A5Td3TSAvIMjo {
  position: relative;
  cursor: pointer;
  padding: 8px 0 7px 0;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  transition: all 0.2s;
}

._22whYO_c9A5Td3TSAvIMjo:hover {
  color: #00afef;
}

@media (max-device-width: 480px) {
  ._1SwzMPa2h6ig_YEsYGAu9M,
  .lsf3LbHiecQ3dIAgODK3e {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background: none;
    padding: 10px 40px 10px 0;
    border: none;
    border-bottom: 2px solid #00afef;
    font-size: 14px;
    line-height: 36px;
    color: #00afef;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 0.2s;
  }

  ._22whYO_c9A5Td3TSAvIMjo {
    position: relative;
    cursor: pointer;
    padding: 8px 0 7px 0;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    transition: all 0.2s;
  }

  ._3uFlmwZ_FYDJfIrH9VbAaY {
    margin-top: 10px;
  }
}

/* import colors */

/* Layout */

._2EbfGTV-V7nYd2cEqdINw4 {
}

._1ubRfzvq5IR9hoKH0_Hz_D {
}

._2itYPWkMA3mRDo3-fiyOHs {
}

._1r33ToTEA_zZxZJ7i8MUy7 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  font-size: 16px;
  line-height: 17px;
  height: 24px;
  cursor: pointer;
  color: #00afef;
}

._1r33ToTEA_zZxZJ7i8MUy7:hover,
._1r33ToTEA_zZxZJ7i8MUy7:focus {
  text-decoration: none;
}

._1r33ToTEA_zZxZJ7i8MUy7 svg {
  margin-top: -3px;
  margin-right: 10px;
}

._1r33ToTEA_zZxZJ7i8MUy7:hover svg,
._1r33ToTEA_zZxZJ7i8MUy7:focus svg {
  transition: transition-default;
  transform: translateX(-3px);
}

._1RwZcpswZdyOit_ZGrFsY {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  display: flex;
  align-items: center;
}

._2ZtNT91be8bJG-c51D2u62 {
  padding: 0 0 10px;
  margin-bottom: 9px;
  border-bottom: 1px solid #c9c9c9;
}

._2ZtNT91be8bJG-c51D2u62::after {
  clear: both;
  display: table;
  content: " ";
  box-sizing: border-box;
}

.pdyKsdbTx8V50myPPNmcF {
  display: inline-block;
  height: 31px;
  line-height: 29px;
  padding: 2px 15px 0;
  border-radius: 15px;
  color: var(--main-color);
  font-weight: 400;
  font-size: 14px;
  float: left;
  margin-right: 17px;
  transition: transition-default;
}

@media (max-width: 991px) {
  .pdyKsdbTx8V50myPPNmcF {
    margin-right: 5px;
  }
}

.xbsJe2B9AlRqGqsUJWiUv {
  background: var(--main-color);
  color: var(--main-font-color);
  /*font-weight: bold;*/ /* Removed the bold to stop the bold text shuffle */
}

.xbsJe2B9AlRqGqsUJWiUv ._1TxXs2uusYL3DMOP-qH8Cw {
  color: var(--main-font-color);
}

._32gCW3s6nIq3S_u9mny8c8 {
}

._3JIFvjRMRkZDg43IC4ZwYl {
  width: 46px;
  height: 24px;
  border-style: solid;
  border-radius: 2px;
  border-width: thin;
  position: absolute;
  top: 20px;
  right: 50px;
}

._10jVW18bXM-0TU3oKFBFT2 {
  position: absolute;
  z-index: 2;
  top: -50px;
  right: 100px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0.15) 0px 8px 16px;
}

._3VX6M72vs16nmQ8dbXFcXy {
  border-radius: unset !important;
  box-shadow: unset !important;
}

.ZvvzhP-ngR8fTxfXrr2H7 {
  background-color: rgb(220, 220, 220);
}

._20hhdSZEQyg-6YTxZkz0T9 {
  margin-left: 12px;
  font-size: 12px;
}

.qNr0HIPS7GjKiKhDnf4qa {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-style: inset;
  display: inline-block;
  margin-left: 10px;
  margin-top: 8px;
}

.qNr0HIPS7GjKiKhDnf4qa:first {
  margin-left: 14px;
}

.vimvKrjCxUD8vjdo5Z1oo {
  display: inline-block;
  vertical-align: middle;
}

._1O6dGn8wiNifYf90bWr8SZ {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 15000 !important;
}

._1ry-CZPZhWZnYdlkatHm-w {
  animation: iPaD8GcgzyEowRK-EMqTR 0.1s linear;
}

._27-nvPfW4Mb2t9atoVwz0Z {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-device-width: 480px) {
  ._1O6dGn8wiNifYf90bWr8SZ {
    display: block;
    height: auto;
    margin: 66px auto 0;
    overflow-y: scroll;
  }
  ._27-nvPfW4Mb2t9atoVwz0Z {
    display: block;
    position: relative;
    top: 20px;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    z-index: 1;
  }
}

/*
  Buttons
*/

/* import colors */

.FSyJYipF392esvWs5acB- {
  margin-bottom: 10px;
}

.xdY21M-CInO3bJVBDHwB8 {
  display: block;
  font-size: 13px;
  color: #00afef;
  padding-bottom: 10px;
}

._3GaKtg-WPOtWhzNWpOgr7D {
  width: 100%;
  border: none;
  padding: 15px;
  height: 100px;
  resize: none;
  font-family: "Atlas Grotesk Web", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 200;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}

._34_qjQvxXluZj2bJi8lV7D {
  color: #f44335;
}

.eAcx2O9uH3BWqWV5UgSY_ {
  transition: none;
  border: 2px solid #f44335;
}

._3GaKtg-WPOtWhzNWpOgr7D:focus {
  outline: none;
}

._3o7Izhqk-hB5Yp7kSAoRqQ {
  margin-bottom: 10px;
}

._2dmhKplHPPUhKY_a4BrPi0 ._3GaKtg-WPOtWhzNWpOgr7D {
  height: 275px;
}

._1ev1VABzLjxFWaom8saOtd .xdY21M-CInO3bJVBDHwB8 {
  min-height: 40px;
  padding-top: 10px;
}

._3OOpp9zyOknFs7bWvqVJWy {
  width: 100%;
}

._22OG-j6Jw5Fqw7JCRvmAZb {
  width: 100%;
  background-color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

._22OG-j6Jw5Fqw7JCRvmAZb > ._25-CxIrWu_Ks-iIwNP4lWW {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 20px;
  font-weight: bolder;
  font-size: 16px;
}

._22OG-j6Jw5Fqw7JCRvmAZb > ._25-CxIrWu_Ks-iIwNP4lWW:before {
  border-width: 2px;
}

._2qqGpo_On4q1TxaX6k4spq {
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-weight: bolder;
}

._2qqGpo_On4q1TxaX6k4spq:not(._1uWQVUhi4q2_Cab6SBKKk) {
  transform: translate(0, 18px) scale(1);
}

._1uWQVUhi4q2_Cab6SBKKk {
  transform: translate(3px, 8px) scale(0.75) !important;
}

p._1rediVJpulyGoIPqObyJFr {
  padding-left: 1em;
  margin-top: 0.6em;
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: 400;
}

._6ZIbvzXKd1PuePyTwcv0e {
  width: 100%;
  height: calc(100% - 20px);
  overflow: hidden;
  position: absolute;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  word-spacing: -0.4px;
  margin-top: 20px;
  padding: 6px 14px;
  pointer-events: none;
  z-index: 2;
}

.uwkvtsbUVxKm_l-gp2o9V,
.x2gd0LjQetZCp3WwG3iQ1 {
  white-space: pre-wrap;
  word-wrap: break-word;
  color: transparent;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875em;
  word-spacing: 0px;
}

.x2gd0LjQetZCp3WwG3iQ1 {
  padding-right: 14px;
}

.uwkvtsbUVxKm_l-gp2o9V mark,
.x2gd0LjQetZCp3WwG3iQ1 mark {
  background-color: var(--main-color);
  color: transparent;
}

@media (max-device-width: 1280px) {
  ._3o7Izhqk-hB5Yp7kSAoRqQ ._3GaKtg-WPOtWhzNWpOgr7D {
    height: 50px;
  }
}

@media (max-device-width: 480px) {
  ._3o7Izhqk-hB5Yp7kSAoRqQ ._3GaKtg-WPOtWhzNWpOgr7D {
    height: 100px;
  }
}

/* import colors */

._3lkF8k3p9UaUBKiTSwACfA {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0px;
  transition: all 0.2s;
}

._2CkmlcazC-gvSuSi-kD0k4 ._3lkF8k3p9UaUBKiTSwACfA {
  color: #ffffff;
}

._2CkmlcazC-gvSuSi-kD0k4 ._2ghThq304blnqG0GYEbYSu {
  pointer-events: none;
}

._2fyJWJ3YowZtd82nkikO-s {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

._2fyJWJ3YowZtd82nkikO-s + ._2n7hxIK-nIhp6SxOkXFXmF {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  padding: 8px 10px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  border-color: var(--main-color);
  background-color: transparent;
  font-size: 14px;
  font-weight: 200;
  text-transform: lowercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  transition: background-color color 0.2s;
  cursor: pointer;
  pointer-events: all;
  z-index: 1000;
  color: var(--main-color);
}

._2fyJWJ3YowZtd82nkikO-s:focus + label,
._2fyJWJ3YowZtd82nkikO-s + label:hover {
  background-color: var(--main-color);
  color: #ffffff;
}

._2fyJWJ3YowZtd82nkikO-s:disabled + ._2n7hxIK-nIhp6SxOkXFXmF,
._2fyJWJ3YowZtd82nkikO-s:disabled + label:hover {
  border-color: #c9c9c9;
  color: #c9c9c9;
  background-color: transparent;
}

._1eV8zYjh0qmM0fIXC-IkRz {
  margin-top: 0 !important;
  font-size: 12px !important;
  text-transform: none !important;
}

/* import colors */

._2Nf0jMTXbUg7IeUSiLEpAY {
}

._2gxOk4gi7G9k6BU4B-bg6I {
  margin-bottom: 1em;
}

._3kNkUQ4UPpXhphqNd2LYLo {
}

._19Nj4pEVYF21hrTr79W53o {
}

._1GWs_mXiglxpjTaku8vz6Y {
}

.pcTELcoIYKmf1zIG8yXY9 {
  color: rgba(0, 0, 0, 0.87);
  background-color: #00afef;
  padding: 2px 0;
  font-weight: bolder;
}

.ep8LsaSoqIruRLk3eAIKc {
  animation: _22GAkwpWMvjbGtnpx2_I0p 0.2s linear;
  position: relative;
  width: 100%;
  height: 100vh;
}

@keyframes _22GAkwpWMvjbGtnpx2_I0p {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._1YHctEpj3DTHM2bzpAZnbG {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 15000 !important;
  display: block;
  height: auto;
  overflow-y: scroll;
}

._1ZJew_zlEwDD6YbYjUKQdU {
  top: 40px;
  left: 0;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: inherit;
}
._1LmFTvKugevvVN2Pu0k38 {
  margin-top: 55px;
  padding-bottom: 150px;
}
.MDMVYPy3tQs_Mb4p3kzUc {
}

._21exSHv76rvIbLHKsK1n-z {
  font-size: 18px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 20px;
}

._1QM9HzWXjZt4JExlfc4M2q {
  font-size: 13px;
  font-weight: 200;
  color: #000000;
  margin: 0 0 20px;
  line-height: 20px;
}

.b_DfgItddVKjXWtgelhwm {
  width: 200px;
  vertical-align: middle;
}

.dMgewcT5OrFtVT2sFEdKL {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}

.dY9yG3jOX_xSJUADyQpYU {
  display: inline-block;
}

._3JzGbHR4lv9HfgD3O4Ir8e {
  height: auto;
  width: 100%;
  display: inline-block;
  padding: 0 0 2em 0;
}

._2adV3QFLVNVoiKGuolC5-y a,
._2adV3QFLVNVoiKGuolC5-y button {
  margin-bottom: 1em;
}

.HMbcmEixj6Y9xgADU1XaO {
  float: right;
}

._2NFS9YABvzpK6hEdGusCtY {
}

.ONjZ8kGvYSJTCLZiuWwHL {
}

.Tm4sE9xkRQIIgYJ1T6BY2 {
  text-decoration: none;
  color: #00afef;
  font-size: 26px;
  cursor: pointer;
  margin-top: 30px;
}

.Tm4sE9xkRQIIgYJ1T6BY2:hover,
.Tm4sE9xkRQIIgYJ1T6BY2:focus {
  color: #00bbff;
  text-decoration: none;
  outline: none;
}

._1jf2JPkRUb_tiaushW5rNx {
  width: 16px;
  right: 6px;
  top: 2px;
  position: absolute;
  cursor: pointer;
}

._21KhWyOnvzxlA87KOssSHD {
  background: #ffffff;
  font-size: 12px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
  overflow: auto;
  max-width: 600px !important;
  margin: 0 auto !important;
}

._21KhWyOnvzxlA87KOssSHD dl {
  float: left;
  line-height: 1.3em;
  padding: 0;
}

._21KhWyOnvzxlA87KOssSHD dt {
  width: 92px;
  margin: 0;
  float: left;
  text-align: right;
  font-weight: bold;
  color: #7f7f7f;
}

._21KhWyOnvzxlA87KOssSHD dd {
  margin: 0 0 0 102px;
}

._21KhWyOnvzxlA87KOssSHD dt {
  width: 92px;
  margin: 0;
  float: left;
  text-align: right;
  font-weight: bold;
  color: #7f7f7f;
}

@media screen and (max-width: 1280px) {
  ._1YHctEpj3DTHM2bzpAZnbG {
    display: block;
    height: auto;
    margin: 0;
    top: 0;
  }
  ._1ZJew_zlEwDD6YbYjUKQdU {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 50px;
    z-index: 1;
  }
  ._2adV3QFLVNVoiKGuolC5-y {
    display: block;
    font-size: 13px;
    font-weight: 200;
    color: #000000;
  }
  ._21exSHv76rvIbLHKsK1n-z {
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 18px;
    position: relative;
    margin: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  ._2EZDuGmgUAundSx74T34F2 table {
    width: 100%;
    table-layout: fixed;
  }

  ._2EZDuGmgUAundSx74T34F2 table iframe {
    width: 100%;
    height: auto;
  }
}

/* import colors */

._3pf-43Dh-95unGSCYs1Q16 {
  animation: _1DiKfloBP4VcM5DJJVYte1 0.2s linear;
}

@keyframes _1DiKfloBP4VcM5DJJVYte1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._30TEeVqy9DrxGRTAKJfJC3 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 1000 !important;
}

.DhWR-uUmFjRiyT_kKxCsk {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fbfbfb;
  width: 560px;
  height: 560px;
  margin-top: -280px;
  margin-left: -280px;
  padding: 0 128px;
  border-radius: 50%;
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
  text-align: center;
}

.DhWR-uUmFjRiyT_kKxCsk:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(201, 201, 201, 1) 0%,
    rgba(242, 242, 242, 0) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(45deg) translate(50%, 0);
  opacity: 0.3;
  z-index: -1;
}

._25ldBahTVv6F5ZgSaEAdkg {
  width: 640px;
  height: 640px;
  margin-top: -320px;
  margin-left: -320px;
}

._2VpokIYtd-ZVEFZKLxoCts {
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 1rem;
  margin-top: 0;
}

.dk4fKEW8gIJRqB2UZNv-f {
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  color: #000000;
  margin: 0 auto;
  width: 224px;
}

._3jd-Pnm48H2is947SGnnN {
  display: table-cell;
  vertical-align: middle;
}

._3jd-Pnm48H2is947SGnnN p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin: 0 0 10px;
}

._3jd-Pnm48H2is947SGnnN a,
._3jd-Pnm48H2is947SGnnN button {
  margin-top: 25px;
}

._1ciZHKrHOPrVXiryIGndhz ._3jd-Pnm48H2is947SGnnN a {
  font-size: 16px;
}

._25ldBahTVv6F5ZgSaEAdkg ._3jd-Pnm48H2is947SGnnN a,
._25ldBahTVv6F5ZgSaEAdkg ._3jd-Pnm48H2is947SGnnN button {
  margin-top: 5px;
}

@media (max-device-width: 480px) {
  ._30TEeVqy9DrxGRTAKJfJC3 {
    display: flex;
    justify-content: center;
    height: auto;
    margin: 66px auto 0;
    overflow-y: scroll;
  }
  .DhWR-uUmFjRiyT_kKxCsk {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 50px 15px;
    box-shadow: none;
    border-radius: 0;
    background: inherit;
  }
  .DhWR-uUmFjRiyT_kKxCsk:after {
    display: none;
  }
  ._3jd-Pnm48H2is947SGnnN {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
  }

  ._2VpokIYtd-ZVEFZKLxoCts {
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 26px;
    position: relative;
    margin: 20px 0;
  }
}

/* import colors */

._2tJtF-gCiuSUfcGdfK_ECz {
}

._2bn5CswScggAoSLizMLLsF {
  margin-bottom: 1em;
}

._1aTO-2FrbRDIV-sppfkltI {
}

._37BEEJXuwqbNAMOl3XbixA {
}

._2t_3idCJUmIPJuWGPYZSQQ {
  font-size: 13px;
}

._1s1bBAB9bhY9S9M53D64cg {
  color: var(--main-font-color);
  background-color: var(--main-color);
  padding: 2px 0;
  font-weight: bolder;
}

._2Cgmpax_KoGFt4OlMzC25q {
  cursor: not-allowed;
}

._1uq2XNwkdPIrRUr5vvVfZw {
  animation: _3qvVSBEUM00qXbpqgSe0tz 0.2s linear;
  position: relative;
  width: 100%;
  height: 100vh;
}

@keyframes _3qvVSBEUM00qXbpqgSe0tz {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._1kyH19jKMrE_eyLTqdPoth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 15000 !important;
  display: block;
  height: auto;
  overflow-y: scroll;
}

._2kDBb8-Bfr55ORoE0ow-jC {
  top: 40px;
  left: 0;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: inherit;
}
._3TYTwzcb0EZm1QDTuXM5Vh {
  margin-top: 55px;
  padding-bottom: 150px;
}
._2ncT_vCkf5BZ-GuB59-zKW {
}

.koUTesfhGNb9VG3jfM1-K {
  font-size: 18px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 20px;
}

._1CE2NhQGFH5yH0aldoaLyX {
  font-size: 13px;
  font-weight: 200;
  color: #000000;
  margin: 0 0 20px;
  line-height: 20px;
}

._1Kojo7PSHAAyytqO5f_1ws {
  width: 200px;
  vertical-align: middle;
}

._3hhWy8azbUtYqEaoUy-kNL {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}

._3VBfdLlaefYFFQxPmJiVgI {
  display: inline-block;
}

.Q4K3DISqk63uka35ANszX {
  border-top: 1px solid #c9c9c9;
  height: auto;
  width: 100%;
  display: inline-block;
  padding: 2em 0;
}

._34u3SxBX8RR6OEvlJz3Ach a,
._34u3SxBX8RR6OEvlJz3Ach button {
  margin-bottom: 1em;
}

._2WDjfgD1N_KEQy2QS3A-K9 {
  float: left;
}

._1CI1ZdaZPmAq2GqAZCvcf0 {
}

._4fdKbwMstEZ_GrYNGucX3 {
}

._2MQJ6fE4YtObDgEDu21SaX {
  text-decoration: none;
  color: #00afef;
  font-size: 26px;
  cursor: pointer;
  margin-top: 30px;
}

._2MQJ6fE4YtObDgEDu21SaX:hover,
._2MQJ6fE4YtObDgEDu21SaX:focus {
  color: #00bbff;
  text-decoration: none;
  outline: none;
}

._3-743TpmqcGxhoiaQIv5KB {
  width: 16px;
  right: 6px;
  top: 2px;
  position: absolute;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  ._1kyH19jKMrE_eyLTqdPoth {
    display: block;
    height: auto;
    margin: 0;
    top: 0;
  }
  ._2kDBb8-Bfr55ORoE0ow-jC {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 50px;
    z-index: 1;
  }
  ._34u3SxBX8RR6OEvlJz3Ach {
    display: block;
    font-size: 13px;
    font-weight: 200;
    color: #000000;
  }
  .koUTesfhGNb9VG3jfM1-K {
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 18px;
    position: relative;
    margin: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  ._1kyH19jKMrE_eyLTqdPoth {
    margin-top: 60px;
  }
  ._2kDBb8-Bfr55ORoE0ow-jC {
    padding-top: 20px;
  }
}

._3lv8yEfq3zXK-zWdlaq1y_ {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 10px;
}

._10rxNOU1h1mxe-whhNXjas {
  background-color: #f44335;
}

._3atGbrn6NWiKfKC_IinpN3 {
  color: #f44335;
}

._1zi-OGWh3KGOd_oziUj63W {
  background-color: #00afef;
}

._186rUGbV_Vf5kDP1x2O9_Y {
  color: #00afef;
}

._1q_nd528FkNq84IYFpy7JD {
  background-color: #c9c9c9;
}

.CTPrBsSAcUI425VQX5z_a {
  color: #c9c9c9;
}

/* import colors */
._14XH9V0l_EDC4LWPqXhg7S button {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}

._2Apmnz8-AAC3uHKmHst_7d {
  position: absolute;
}

._2YDyrcZkOiWbxjtRamWPnI {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  transition: 0.2s;
}

._3cKFnmdyprgtu0ID-Bz7w5 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

._2YDyrcZkOiWbxjtRamWPnI:hover,
._2YDyrcZkOiWbxjtRamWPnI:focus {
  transform: translateY(-3px);
  outline: none;
}

._3rqTYENCkqITe-mWLl6OXW {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  transition: 0.2s;
}

._1IWwOvUs0UOwV9lG_grJ6y {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

._3rqTYENCkqITe-mWLl6OXW:hover,
._3rqTYENCkqITe-mWLl6OXW:focus {
  transform: translateY(3px);
  outline: none;
}

.mMLxqiyPLQ2qptqSOgn83 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
  color: var(--main-color);
  z-index: 10;
}

._2lQHwIdlkrIfuiGJ__iF_X {
  position: absolute;
  bottom: 65px;
  left: 40px;
  z-index: 10;
  font-size: 13px;
  line-height: 24px;
  color: #c9c9c9;
}

._2lQHwIdlkrIfuiGJ__iF_X:before {
  display: inline-block;
  content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDkiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojN2ZjZWYzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aW5hY3RpdmU8L3RpdGxlPjxjaXJjbGUgaWQ9ImluYWN0aXZlIiBjbGFzcz0iY2xzLTEiIGN4PSI0LjUiIGN5PSI0LjUiIHI9IjQuNSIvPjwvc3ZnPg==);
  width: 9px;
  height: 9px;
  margin-right: 6px;
}

.LFMdCtG2P-1YVgAg2ZgUV {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: auto;
  perspective: 800px;
  perspective-origin: center;
}

._2gmYgv3LrVgY1sMAsagh2Z {
}

._14XH9V0l_EDC4LWPqXhg7S {
  position: relative;
  width: 100%;
  height: auto;
  perspective: 800px;
  perspective-origin: center;
}

/* Flow item and animation */

._3VRz4C4_3dFQ9mh_2Jt-dQ {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-direction: column;
  padding: 40px 20px;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  transform-style: preserve-3d;
  transition: transform 0.3s;
}

.QRL6AGZAuVZ8cxZoYR_Z7 {
}

._3VRz4C4_3dFQ9mh_2Jt-dQ > div {
}

.QRL6AGZAuVZ8cxZoYR_Z7 > div {
  width: 242px;
}
@media screen and (max-width: 1280px) {
}

@media (max-device-width: 1024px) {
  .mMLxqiyPLQ2qptqSOgn83 {
    bottom: 5px;
  }
}

@media (max-device-width: 480px) {
  ._3VRz4C4_3dFQ9mh_2Jt-dQ {
    color: #000000;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    flex-direction: column;
    padding: 20px 20px 40px;
    box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  }
  .QRL6AGZAuVZ8cxZoYR_Z7 {
  }
  ._3VRz4C4_3dFQ9mh_2Jt-dQ > div {
    width: 100%;
  }
  /* .flow_item {
    padding-right: 0px;
    padding-left: 0px;
  } */
  .LFMdCtG2P-1YVgAg2ZgUV {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: none;
    perspective-origin: center;
  }
  ._2gmYgv3LrVgY1sMAsagh2Z {
  }
  /* .flow_outer_large .flow_item {
    padding-right: 100px;
    padding-left: 10px;
  } */
  .mMLxqiyPLQ2qptqSOgn83 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 16px;
    color: var(--main-color);
    z-index: 10;
  }
  ._2YDyrcZkOiWbxjtRamWPnI {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
  }
  ._3cKFnmdyprgtu0ID-Bz7w5 {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
  }
  ._3rqTYENCkqITe-mWLl6OXW {
    position: absolute;
    bottom: 10px;
    right: 12px;
    z-index: 10;
    transition: 0.2s;
  }
  ._1IWwOvUs0UOwV9lG_grJ6y {
    position: absolute;
    bottom: 10px;
    right: 12px;
    z-index: 10;
  }
  ._2lQHwIdlkrIfuiGJ__iF_X {
    bottom: 0;
    left: auto;
    right: 50px;
    margin: 0;
  }
  ._14XH9V0l_EDC4LWPqXhg7S {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ._3VRz4C4_3dFQ9mh_2Jt-dQ {
    padding-right: 100px;
    padding-left: 150px;
  }
  ._14XH9V0l_EDC4LWPqXhg7S ._3VRz4C4_3dFQ9mh_2Jt-dQ {
    padding-right: 100px;
    padding-left: 150px;
  }
}

._3VRz4C4_3dFQ9mh_2Jt-dQ > div > div {
  perspective: none;
}

._1WBn0L9s7VKZF2TEGutm9 {
  transform: rotateX(0deg);
}

._2X6snoqU0HhlRUcmBhABW5 {
  transform: rotateX(-90deg);
}

.mRn2HNv7NR1O0oufHrxME {
  animation: _2X6snoqU0HhlRUcmBhABW5 0.3s ease;
  animation-delay: 0.3s;
}

@keyframes _2X6snoqU0HhlRUcmBhABW5 {
  0% {
    transform: rotateX(-90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

._2YKDyVEJuHf8yq3pYbv1MM {
  animation: _1WBn0L9s7VKZF2TEGutm9 0.3s ease;
}

@keyframes _1WBn0L9s7VKZF2TEGutm9 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(90deg);
  }
}

/* Down rotation */

._3UrsM_c9SWXpPsIdGSFma5 {
  transform: rotateX(0deg);
}

._3EAhlUGvzxBXlBg3feug8G {
  transform: rotateX(90deg);
}

._1uooP_zsiJ7DMy9ccFRRiM {
  animation: _3EAhlUGvzxBXlBg3feug8G 0.3s ease;
  animation-delay: 0.3s;
}

@keyframes _3EAhlUGvzxBXlBg3feug8G {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

._1dqCUncjKuL1twaLekJv10 {
  animation: _3UrsM_c9SWXpPsIdGSFma5 0.3s ease;
}

@keyframes _3UrsM_c9SWXpPsIdGSFma5 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}

/*
  Close button
*/

/* import colors */

._1CKDdJoPnlldSuVq4JTVmn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  background-color: var(--main-color);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9wbHVzLXdoaXRlPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjIwIiBoZWlnaHQ9IjIyIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJRQUFBQVdDQVlBQUFEQVFid0dBQUFBQ1hCSVdYTUFBQXNTQUFBTEVnSFMzWDc4QUFBQVlVbEVRVlE0VCsyUW9RNkFNQXdGSzRxZlIrRDQvNy9hMUF3ZlVFSm9KZHhDNXVoTHpsMHVhY1hNWklEZElVOVFjQTVuSVpkQ1FheVFTNkVNWnZBaDJHemUydXhndllKcTl5bHZ4RGJ3bEg3MzZZY2paUEFQd2U0b3VSUUtWb2M4T1FITlMzRFRGQnA2dkFBQUFBQkpSVTVFcmtKZ2dnPT0iLz48cGF0aCBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 22px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  text-indent: -9000px;
  transition: background-color 0.2s;
}

._1CKDdJoPnlldSuVq4JTVmn:hover,
._1CKDdJoPnlldSuVq4JTVmn:focus,
._1CKDdJoPnlldSuVq4JTVmn:active {
  outline: none;
  background-color: var(--main-color-active);
}

._1CKDdJoPnlldSuVq4JTVmn:active {
  background-color: var(--main-color-active);
}

.fCh7ONHQ8UPXq6QATEGuj {
  float: right;
}

.ysCmzMn69ge-Q9K9oFB_b {
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}

.V-k2gtTpbDu6J_FWIsIbj {
  font-size: 10px;
  width: 100%;
  height: 310px;
  padding-right: 20px;
}

.V-k2gtTpbDu6J_FWIsIbj * {
  line-height: 16px;
  color: #000000;
}

._35QYzpmEjvIoAXpYcySj5p {
  padding-left: 30px;
}

._3kQmyv6v4fjHD5e87kxRPy {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 20px;
}

._3A8scofaXzpLgc0r17Yt0k {
  position: absolute;
  left: -30px;
  color: #00afef;
  font-weight: 200;
}

._2Bfgel3Kfks-cxYCTPce00 {
  font-size: 12px;
}

.ysCmzMn69ge-Q9K9oFB_b strong ._3A8scofaXzpLgc0r17Yt0k {
  font-weight: bold;
}

.b6NZJCA-SxWzz3od-rsy3,
._1PepR-XS7TcrtHcgbCfpKJ,
._1ZmiUPl_WIPUaOE4Dzqw3h {
  position: relative;
}

._1PepR-XS7TcrtHcgbCfpKJ {
  margin-left: 30px;
}

._1ZmiUPl_WIPUaOE4Dzqw3h {
  margin-left: 60px;
}

.ysCmzMn69ge-Q9K9oFB_b a {
  color: #00afef;
}

._3ZpAbIp_qw0RpQgfoXeEuN {
  color: #5e5e5e;
}

._3CFfBK6iaBM4H9HTjgkbmN {
}

.AEw4yVtl1tQnh9E8__VRo {
}

@media (min-width: 768px) and (max-width: 991px) {
  ._3ZpAbIp_qw0RpQgfoXeEuN {
    position: static;
    padding-bottom: 30px;
  }

  ._3CFfBK6iaBM4H9HTjgkbmN {
    position: relative;
    padding-bottom: 60px;
  }

  ._3ZpAbIp_qw0RpQgfoXeEuN button:first-of-type {
    margin-bottom: 13px;
  }
}

._3qY9zHo43xogAPNEI0QfKx {
  color: #000000;
}

._3qY9zHo43xogAPNEI0QfKx p:first-of-type {
  margin-top: 0;
}

._3qY9zHo43xogAPNEI0QfKx button {
  width: 202px;
}

._3qY9zHo43xogAPNEI0QfKx button:first-of-type {
  margin-bottom: 13px;
}

._3DPYzSs0lpjbbDZFKcdJBj {
}

._3lzG1uXq7yCYRlyB3GUKiy {
  padding: 0 0 20px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}

._3lzG1uXq7yCYRlyB3GUKiy * {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-top: 0;
}

._3bNDeOE3GYYbE0za7G9HAv {
  width: 100%;
  height: 312px;
  padding-right: 20px;
  overflow-x: visible;
  margin-right: 20px;
}

._31NVv2ImRq2TKZ420lLRv1 {
}

@media (min-width: 768px) and (max-width: 991px) {
  ._3qY9zHo43xogAPNEI0QfKx {
    position: static;
    padding-bottom: 30px;
  }

  ._2YtOn9drDBkd2cUKbu2OnN {
    position: relative;
    padding-bottom: 60px;
  }

  ._16bTsoqbhDuwUeupW3uB2l button {
    margin-right: 10px;
  }

  ._16bTsoqbhDuwUeupW3uB2l button link {
    padding-bottom: 13px;
    margin-left: 10px;
  }
}

._1leTYIXcxGZlnKSufgUcn6 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  border-color: #5e5e5e;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color color transition-default;
  cursor: pointer;
  pointer-events: all;
  z-index: 1000;
  color: #000000;
  width: 120px;
  margin-left: 160px;
}

._1leTYIXcxGZlnKSufgUcn6:hover {
  background-color: #5e5e5e;
  color: #ffffff;
  text-decoration: none;
}

@media (max-device-width: 480px) {
  ._3lzG1uXq7yCYRlyB3GUKiy {
    padding: 20px 0;
  }
  ._31NVv2ImRq2TKZ420lLRv1 {
    margin: 10px 0;
  }
  ._1leTYIXcxGZlnKSufgUcn6 {
    margin-left: 183px;
  }
}

@media (max-device-width: 320px) {
  ._1leTYIXcxGZlnKSufgUcn6 {
    margin-left: 150px;
  }
}

/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 75%);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: " ";
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

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

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.NG0xKTAmQKJ50vpMKcYky {
  display: flex;
  justify-content: center;
  background-color: white;
}

.QeKRtp9CwknywO4FYf2gE {
  display: flex;
  justify-content: center;
}

/* import colors */

._2XIeH4i7ghvwg_UAhj0w-q,
.S9v7wPO00WBxyEU2PoODi,
._1E4hXbntCyGheNjCue3Dnx {
  width: 100%;
  height: 304px;
  padding: 11px;
  text-align: center;
}

._3E3VAitFXFb9Aib5SyuxmX {
  height: 282px;
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
  transition: all 0.2s;
}

.S9v7wPO00WBxyEU2PoODi ._3E3VAitFXFb9Aib5SyuxmX {
  background-color: #5e5e5e;
}

._62gxQLAP8h1D1aTggL6po {
  height: 262px;
  border: 3px dotted #e9e9e9;
}

.S9v7wPO00WBxyEU2PoODi ._62gxQLAP8h1D1aTggL6po {
  border-color: #ffffff;
}

._2fRR0kShe-4kGPxZpJ6RHr {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 30px;
  transition: all 0.2s;
}

.S9v7wPO00WBxyEU2PoODi ._2fRR0kShe-4kGPxZpJ6RHr {
  color: #ffffff;
}

._3CsOVy3FB-qgQaXacCnSyx {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}

._3CsOVy3FB-qgQaXacCnSyx + ._2fOt2lnzDe8QD3wnIaw7rK {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  border-color: var(--main-color);
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  transition: background-color color 0.2s;
  z-index: 1000;
  color: var(--main-color);
}

._2XIeH4i7ghvwg_UAhj0w-q ._3CsOVy3FB-qgQaXacCnSyx + ._2fOt2lnzDe8QD3wnIaw7rK {
  position: relative;
}

@keyframes UgtyTDDkLGIRnke0nillc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._1E4hXbntCyGheNjCue3Dnx ._3CsOVy3FB-qgQaXacCnSyx + ._2fOt2lnzDe8QD3wnIaw7rK {
  animation-name: UgtyTDDkLGIRnke0nillc;
  animation-delay: 0.8s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

._24q1OMWuus_uP0jqlWTxzn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._2bNW7eyMXRoota6GVvc0BN {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.bniTJ9gZN5kFxXhNqBpmM {
  display: flex;
  justify-content: center;
}

._2DXnVEUxpyWJyMZcl0aR6 {
  margin-left: 3px;
}

/* import colors */

.BiIChB2D9Q9ud6CTsu9W0 {
  font-size: 14px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  position: relative;
}

._3gXCLxP8FNmKWOjXCHs_66 {
  width: 100px;
  height: 40px;
  text-align: center;
  vertical-align: bottom;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.05;
}

._3JBEYTeV9ag1W_ueE_0LHf {
  font-size: 12px;
  width: 100px;
  height: 16px;
  text-align: center;
}

._2CmAPL2BJVU5-JdTO3_w39 {
  width: 100px;
  height: 36px;
  text-align: center;
  display: inline-block;
}

._1OwJUGM03RnE_Z5DzmKJzM {
  border: 2px solid var(--main-color);
}

._3cw3B8akjcDJYOZHOVQy81 {
  color: var(--main-color);
}

._1h35VeDUrattIVkMbgoIZh {
  color: var(--main-color);
}

._2J96N4zVzfq3gPBrZ2dQPD {
  color: var(--main-color);
}

._1AM5MO_Zii6qk9PZ-0mwsx {
  border: 2px solid #a5a5a5;
}

.KvoLKCInj4s_TbzpGMDOo {
  color: #000000;
}

.hdDSW6MxZL_-VlfMIHuK0 {
  color: #000000;
}

._1fTT_H3d6L3NfVxNNt3PmR {
  color: #000000;
}

/* import colors */

._1aYkSuFgb-scccS9VtE64q {
  width: 55px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 20px;
}

._1RU7JB_b8o1t06PaHo1Rgr {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 25px solid #a5a5a5;
  border-bottom: 4px solid transparent;
}

._31DssHSFR0V3b6p3QzmZfV {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 3px 0 3px;
}

._2bGjFpP3xaWql1f-4JyRjq {
  border-left: 25px solid var(--main-color);
}

.TwLRaDrpepshRpKRyMHpf {
  background-color: var(--main-color);
}

._5H6vLhXSO-Te9P-OlscUO {
  border-left: 25px solid #a5a5a5;
}

._3DhDdFVCzQIrkzF1cIsPdB {
  background-color: #a5a5a5;
}

/* import colors */

._14SZVERacDeZAgHlQb0oCx {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

._7X9uYyeFSsMxzncpEzLtk {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

._24klri23tEjv1KZaID2OjU {
  text-align: center;
}

._24klri23tEjv1KZaID2OjU > button:nth-child(2) {
  margin-left: 20px;
}

/* import colors */

.PIqnVDTDOcw2rgqydc6iJ,
._2mU7qf4Ax_rSpsD1-Q2DW0,
._1q08P4OODRCTBeblfx4PWO,
._31EkITFIuK8u39takg6MSV {
  position: relative;
  display: inline-block;
  margin: 0 36px 40px 0;
  cursor: pointer;
  text-align: center;
}

.PIqnVDTDOcw2rgqydc6iJ:last-child,
._2mU7qf4Ax_rSpsD1-Q2DW0:last-child,
._1q08P4OODRCTBeblfx4PWO:last-child,
._31EkITFIuK8u39takg6MSV:last-child {
  margin-right: 0;
}

._14_2dtdV5CKaVj3tywJ9Zp,
mobile_badge_container {
  position: relative;
  width: 114px;
  height: 114px;
}

/* Badge */
._1IqUpAGsQY00uVp7QufStJ {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-direction: column;
  position: relative;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
  cursor: pointer;
  z-index: 10;
  fill: var(--main-color);
  color: var(--main-color);
}

._1IqUpAGsQY00uVp7QufStJ * {
  fill: var(--main-color);
  color: var(--main-color);
}

._1IqUpAGsQY00uVp7QufStJ._1YmpHdWGUiCXFWi36rhfFf {
  background-color: #e9e9e9;
}

.PIqnVDTDOcw2rgqydc6iJ:hover ._1IqUpAGsQY00uVp7QufStJ:not(._1YmpHdWGUiCXFWi36rhfFf) {
  transform: scale(1.07);
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
}

._2mU7qf4Ax_rSpsD1-Q2DW0 ._1IqUpAGsQY00uVp7QufStJ,
._31EkITFIuK8u39takg6MSV ._1IqUpAGsQY00uVp7QufStJ {
  background-color: var(--main-color);
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
  fill: #ffffff;
  color: #ffffff;
}

._2mU7qf4Ax_rSpsD1-Q2DW0 ._1IqUpAGsQY00uVp7QufStJ *,
._31EkITFIuK8u39takg6MSV ._1IqUpAGsQY00uVp7QufStJ * {
  fill: #ffffff;
  color: #ffffff;
}

/* Badge shadow */
._uA0jy5sP3NVHeUrfwemV {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(201, 201, 201, 1) 0%,
    rgba(242, 242, 242, 0) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(45deg) translate(50%, 0);
  opacity: 0.3;
  transition: all 0.2s;
}

.PIqnVDTDOcw2rgqydc6iJ:hover ._uA0jy5sP3NVHeUrfwemV:not(._2PR1jTz4uRT2eCtl9quebz),
._2mU7qf4Ax_rSpsD1-Q2DW0 ._uA0jy5sP3NVHeUrfwemV:not(._2PR1jTz4uRT2eCtl9quebz),
._31EkITFIuK8u39takg6MSV ._uA0jy5sP3NVHeUrfwemV:not(._2PR1jTz4uRT2eCtl9quebz) {
  opacity: 1;
}

.PIqnVDTDOcw2rgqydc6iJ:hover ._uA0jy5sP3NVHeUrfwemV:not(._2PR1jTz4uRT2eCtl9quebz) {
  transform: rotate(45deg) translate(50%, 0) scale(1.07);
}

/* Title */
._3geLwwujRckY1j3eZiOQsT {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  color: var(--main-color);
  z-index: 10;
  margin: 20px 0 16px;
  transition: all 0.2s;
  overflow: hidden;
}

._3vwrHG1PwsSFTUq3andCnP {
  font-size: 14px;
  font-weight: normal;
}

.PIqnVDTDOcw2rgqydc6iJ:hover ._3geLwwujRckY1j3eZiOQsT,
._2mU7qf4Ax_rSpsD1-Q2DW0 ._3geLwwujRckY1j3eZiOQsT,
._31EkITFIuK8u39takg6MSV ._3geLwwujRckY1j3eZiOQsT {
  color: #000000;
  font-size: 16px;
  z-index: 10;
  position: relative;
}

/* Icon with label */

._2fb6iuLYV2erhHiYQQoU94 {
  display: block;
  line-height: 1;
}

._1sfp_Yy2VUbiPlaKjHv8UP {
  font-size: 20px;
  line-height: 48px;
}

/* Number icon */
.fKjk64sORZdBRS9bDPOzD {
  color: var(--main-color);
  font-size: 44px;
  font-weight: 400;
}

._2mU7qf4Ax_rSpsD1-Q2DW0 .fKjk64sORZdBRS9bDPOzD,
._31EkITFIuK8u39takg6MSV .fKjk64sORZdBRS9bDPOzD {
  color: #ffffff;
}

._1qZZ01Hu7gQq23_8GvvQB1 {
  width: 44px;
  height: 44px;
  font-size: 32px;
}

._2rrHpjiV6tJG9l63llRQlA {
  /* visibility: hidden; */
  width: 400px;
  height: auto;
  background-color: var(--main-color);
  color: #ffffff;
  text-align: center;
  border: 2px solid var(--main-color);
  border-radius: 6px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  /* top:20px;
  left:-10px; */
  z-index: 999;
}

._2rrHpjiV6tJG9l63llRQlA::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--main-color);
}

/* .item:hover .tiptext, .item_selected:hover .tiptext {
  visibility: visible;
} */

@media (max-device-width: 800px) {
  ._1q08P4OODRCTBeblfx4PWO,
  ._31EkITFIuK8u39takg6MSV {
    display: block;
  }
}

@media (max-device-width: 480px) {
  .PIqnVDTDOcw2rgqydc6iJ,
  ._2mU7qf4Ax_rSpsD1-Q2DW0 {
    position: relative;
    width: 50%;
    display: inline-block;
    margin: 0 0px 20px 0;
    cursor: pointer;
    text-align: center;
  }

  ._1q08P4OODRCTBeblfx4PWO,
  ._31EkITFIuK8u39takg6MSV {
    border-bottom: 2px solid #e9e9e9;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
  }

  ._1q08P4OODRCTBeblfx4PWO:last-child,
  ._31EkITFIuK8u39takg6MSV:last-child {
    border-bottom: none;
    margin: 0;
  }

  ._3geLwwujRckY1j3eZiOQsT {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
  }

  .PIqnVDTDOcw2rgqydc6iJ:hover ._3geLwwujRckY1j3eZiOQsT,
  ._2mU7qf4Ax_rSpsD1-Q2DW0 ._3geLwwujRckY1j3eZiOQsT {
    font-size: 14px;
  }

  /* .icon {
    position: absolute;
    display: none;
  } */
  ._uA0jy5sP3NVHeUrfwemV {
    display: none;
  }

  ._14_2dtdV5CKaVj3tywJ9Zp {
    position: relative;
    width: 108px;
    height: 108px;
    margin: 0 auto;
  }
  ._1IqUpAGsQY00uVp7QufStJ {
    width: 80px;
    height: 80px;
  }
  .fKjk64sORZdBRS9bDPOzD {
    font-size: 38px;
  }
  ._1qZZ01Hu7gQq23_8GvvQB1 {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }
}

._2Wtb1UX1fBWwFmrvhFsnzA {
  margin-top: 5px;
}

._1WGWsxGfSF2uKelrrlfenu {
  text-align: left;
  font-size: 12px;
}

._1WGWsxGfSF2uKelrrlfenu ._3geLwwujRckY1j3eZiOQsT {
  text-align: left;
  margin-bottom: 5px;
}

._1WGWsxGfSF2uKelrrlfenu h3 {
  font-size: 16px;
  color: #5e5e5e;
}

/* import colors */

._9e1uifGV7g3_xAUVrsG0p {
}

._9e1uifGV7g3_xAUVrsG0p > div {
  width: 45%;
  float: left;
}

._9e1uifGV7g3_xAUVrsG0p > div:nth-child(odd) {
  margin-right: 60px;
}

@media (max-device-width: 480px) {
  ._9e1uifGV7g3_xAUVrsG0p > div {
    width: 100%;
  }
  ._9e1uifGV7g3_xAUVrsG0p > div:nth-child(odd) {
    margin-right: 0;
  }
}

._3qAKFxWTUNeLfvn_DnxLPy {
  position: absolute;
  top: 30px;
  right: 30px;
}

._20Ks7YTE3mviD4Gm8hQJmv {
  margin-bottom: 10px;
}

._2luDPC-YZ5h9mo76pOCbr1 {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 30px 36px;
  position: relative;
}

._13gjywNGHaw9H852O1xteS {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 20px;
}

._3Ml95m4XiXKXj0SZ_HlUL {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.ZU2Kgh1liv9j_hvThlXOW {
}

.n6CwaT2MNEuIA2Afh3Ojm {
  font-size: 13px;
  margin: 0 0 0 20px;
}

._1xmQPQf3NkWRebufQ1kpqb {
  color: #00afef;
}

._2Awz0rs2aorzBFONBIvfm4 {
  display: block;
}

.Bpud82OvpFWhYCGtgYt46 {
  height: 5rem;
  background-color: #e9e9e9;
  position: relative;
  user-select: none;
}

.Bpud82OvpFWhYCGtgYt46 * {
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._3FJpSQNk_FV7At4fzWPXWi {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==) no-repeat center center;
  margin: -5px 0 -10px 15px;
  animation: _37Adf_j65kACj3lx_93-x- 0.8s infinite linear;
}

@keyframes _37Adf_j65kACj3lx_93-x- {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@media (max-device-width: 768px) {
  ._13gjywNGHaw9H852O1xteS {
    margin: 2px 0 20px;
  }
  .n6CwaT2MNEuIA2Afh3Ojm {
    margin: 0 0 20px 0;
  }
}

@media (max-device-width: 480px) {
  ._3qAKFxWTUNeLfvn_DnxLPy {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  ._2Awz0rs2aorzBFONBIvfm4 {
    margin-bottom: 20px;
  }
  ._2Awz0rs2aorzBFONBIvfm4 p {
    margin: 0;
  }
  ._2luDPC-YZ5h9mo76pOCbr1 {
    padding: 15px;
  }
}

._38u6VpvtkJAO85Wf2CKjmi {
  display: flex;
  justify-content: space-between;
}

._38u6VpvtkJAO85Wf2CKjmi > *:first-child {
  width: 43%;
}

@media (max-width: 992px) {
  ._38u6VpvtkJAO85Wf2CKjmi {
    display: block;
  }
  ._38u6VpvtkJAO85Wf2CKjmi > *:first-child {
    width: 100%;
  }
}

._3pz0Af2Bh_DsU7BWKyR5A8 {
  font-style: italic;
  color: #000000;
}

._1zrxYlNBcRbCFp69FExvtF {
  display: flex;
  justify-content: space-between;
}

._1zrxYlNBcRbCFp69FExvtF > * {
  width: 45%;
}

._1zrxYlNBcRbCFp69FExvtF > *:first-child {
  box-sizing: border-box;
}

@media (max-device-width: 480px) {
  ._1zrxYlNBcRbCFp69FExvtF {
    display: block;
  }
  ._1zrxYlNBcRbCFp69FExvtF > * {
    width: 100%;
  }
}

/* import colors */

._2bxRnRndaV-eRO9IUdwJaj {
  animation: _3QzNlfspPh5Jph6rCwLYLG 0.2s linear;
}

@keyframes _3QzNlfspPh5Jph6rCwLYLG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._1npnJ5oDYGDhKu556weivl {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 15000 !important;
}

._8fP7dzUo38VH11v6NTUJA {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
._1ZClL8tzewHWyCO8M2c4ui {
}
._3t2omOQzT8Vu6wiXMJslk2 {
}

@media (max-device-width: 480px) {
  ._1npnJ5oDYGDhKu556weivl {
    display: block;
    height: auto;
    margin: 66px auto 0;
    overflow-y: scroll;
  }
  ._8fP7dzUo38VH11v6NTUJA {
    display: block;
    position: relative;
    top: 20px;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    z-index: 1;
  }
}

._2Zdunl-3AAtyYS1VHcA6VH {
  width: 100%;
  margin-bottom: 40px;
}

._2Zdunl-3AAtyYS1VHcA6VH th,
._2Zdunl-3AAtyYS1VHcA6VH td {
  text-align: left;
}

._2Zdunl-3AAtyYS1VHcA6VH th {
  padding: 10px 6px 6px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
}

._2Zdunl-3AAtyYS1VHcA6VH th:first-child {
  padding-left: 0;
}

._2Zdunl-3AAtyYS1VHcA6VH th:last-child {
  padding-right: 0;
}

._2Zdunl-3AAtyYS1VHcA6VH > tbody > tr > td {
  padding: 12px 6px 11px;
  font-size: 12px !important;
  color: var(--main-color);
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
}

._2Zdunl-3AAtyYS1VHcA6VH > tbody > tr > td:first-child {
  padding-left: 0;
}

._2Zdunl-3AAtyYS1VHcA6VH > tbody > tr > td:last-child {
  padding-right: 0;
}

._2Zdunl-3AAtyYS1VHcA6VH > tbody > tr:first-child > td {
  padding-top: 34px;
}

.sO81KW-HhYegsww-VOl6r,
._2lsRSMfkLIwRlzfN56v8ck {
  cursor: pointer;
}

._1hQ-IRyaudUW3xwIh0GqGR {
  display: inline-block;
  width: 17px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 9px;
  transition: 0.2s;
}

.Vi92TrfoulmLrjZB9so4U {
  transform: rotate(0);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTcgOSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7aXNvbGF0aW9uOmlzb2xhdGU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3NvcnRfY2hldnJvbl9kb3duPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE3IiBoZWlnaHQ9IjkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkVBQUFBSkNBWUFBQURVNk1jTUFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFBbFVsRVFWUW9VMlA0Ly84L1ExeGNIQjhRczRQWXhHS2dlaVlnRmdheFlRYThCK0piUUN4RFNEUFVBQzRnM2dQRWY0RFlDQ1RBRGpYZ1B4RGZJV1FRMUlCOVVQVWZnVmdaSmlFRE5RQWs4UUNJVllnMHdCenNIU1FGWWtCOEdhcmdDYnBCdUF4QU1RU3FVQlNiUWZnTXdEQUVoMEcyK0F6QWFnaVNRV2VnR3Yvak13Q25JVkNEK0lGNEF4RC9BK0xyUUd5Q1N5MEFlQnhvc1BkdXVWSUFBQUFBU1VWT1JLNUNZSUk9Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+);
}

._3eEC2pUeEFjVrEUMxOjvsc {
  transform: rotate(180deg);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTcgOSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7aXNvbGF0aW9uOmlzb2xhdGU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3NvcnRfY2hldnJvbl9kb3duPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE3IiBoZWlnaHQ9IjkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkVBQUFBSkNBWUFBQURVNk1jTUFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFBbFVsRVFWUW9VMlA0Ly84L1ExeGNIQjhRczRQWXhHS2dlaVlnRmdheFlRYThCK0piUUN4RFNEUFVBQzRnM2dQRWY0RFlDQ1RBRGpYZ1B4RGZJV1FRMUlCOVVQVWZnVmdaSmlFRE5RQWs4UUNJVllnMHdCenNIU1FGWWtCOEdhcmdDYnBCdUF4QU1RU3FVQlNiUWZnTXdEQUVoMEcyK0F6QWFnaVNRV2VnR3Yvak13Q25JVkNEK0lGNEF4RC9BK0xyUUd5Q1N5MEFlQnhvc1BkdXVWSUFBQUFBU1VWT1JLNUNZSUk9Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+);
}

._2Zdunl-3AAtyYS1VHcA6VH .BX-Wx0bediRDOI0oFwI0d {
  position: relative;
  background: #f6f6f6;
}

._2Zdunl-3AAtyYS1VHcA6VH .BX-Wx0bediRDOI0oFwI0d::before,
._2Zdunl-3AAtyYS1VHcA6VH .BX-Wx0bediRDOI0oFwI0d::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f6f6f6;
}

._2Zdunl-3AAtyYS1VHcA6VH .BX-Wx0bediRDOI0oFwI0d::before {
  left: 100%;
}

._2Zdunl-3AAtyYS1VHcA6VH .BX-Wx0bediRDOI0oFwI0d::after {
  right: 100%;
}

._32ki-uRa05uq3BTdNrxBD0 {
  letter-spacing: 0.025em;
}

._34WPRrU9jo0kYv1tMPYskM {
  text-transform: capitalize;
}

@media (min-device-width: 767px) {
  ._2gl1pwn6HAn_wr2tIfYTq td:first-child:before {
    position: absolute;
    top: 25px;
    left: 0;
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    margin-top: -11px;
    background-color: var(--main-color);
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjE1IDE1LjQ2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzJiYWNlMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xNSw3LjU3YTIuNDYsMi40NiwwLDAsMS0uNzYsMS43NEwxLjgyLDE1QTEsMSwwLDEsMSwuNDEsMTMuNjVMNiw3LjkyYS40MS40MSwwLDAsMCwwLS42N0wuNDIsMS42NUExLDEsMCwwLDEsMS44My4yNEw3LjQxLDUuODJBMi40NiwyLjQ2LDAsMCwxLDguMTUsNy41N1oiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat center;
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjE1IDE1LjQ2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzJiYWNlMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xNSw3LjU3YTIuNDYsMi40NiwwLDAsMS0uNzYsMS43NEwxLjgyLDE1QTEsMSwwLDEsMSwuNDEsMTMuNjVMNiw3LjkyYS40MS40MSwwLDAsMCwwLS42N0wuNDIsMS42NUExLDEsMCwwLDEsMS44My4yNEw3LjQxLDUuODJBMi40NiwyLjQ2LDAsMCwxLDguMTUsNy41N1oiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat center;
    background-repeat: no-repeat;
    background-size: 12px 22px;
    transition: transform 0.2s;
  }

  ._2Zdunl-3AAtyYS1VHcA6VH > tbody > tr._2gl1pwn6HAn_wr2tIfYTq:first-child > td:first-child:before {
    top: 36px;
  }

  ._2gl1pwn6HAn_wr2tIfYTq:first-child td:first-child:before {
    margin-top: 0;
  }

  ._1Y2XzgRxKySRwgn9vX1wXx td:first-child:before {
    transform: rotate(90deg);
    transform-origin: 50%;
  }

  ._2Zdunl-3AAtyYS1VHcA6VH > tbody > tr._2gl1pwn6HAn_wr2tIfYTq > td:first-child {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
  }
}

@media (max-device-width: 480px) {
  ._2Zdunl-3AAtyYS1VHcA6VH th:first-child {
    width: auto;
  }
}

/* import colors */

._1VBaPWfIYAf_wjE_TugAio {
  font-size: 12px;
  background-color: #ffffff;
  list-style-type: none;
  float: right;
  padding: 10px;
  margin: 0;
  box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.08);
  border-radius: 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

._1VBaPWfIYAf_wjE_TugAio li {
  display: inline-block;
  cursor: pointer;
  float: left;
  text-align: center;
  margin: 0 3px;
  padding: 0 2px;
}

._1VBaPWfIYAf_wjE_TugAio ._1CJKS2LBbuJQTByV_e0NZP {
  color: var(--main-color);
  cursor: default;
  border-bottom: 1px solid var(--main-color);
}

._2dFbOPGrgURwQkI9rMKX2 {
  cursor: default !important;
}

._3ugKJ6vfjAWivustBzcFX- {
  font-size: 12px;
  display: inline-block;
  float: left;
  padding: 10px;
  margin: 0;
  list-style-type: none;
}

._3ugKJ6vfjAWivustBzcFX- li {
  display: inline-block;
  margin-right: 5px;
  cursor: default;
}

._3ugKJ6vfjAWivustBzcFX- li span {
  cursor: pointer;
  border-bottom: 0.1px solid #5e5e5e;
}

._3ugKJ6vfjAWivustBzcFX- li:nth-child(n + 2):before {
  content: "/ ";
}

._3ugKJ6vfjAWivustBzcFX- li:last-child {
  margin-right: 0;
}

._1Zo9xiZk5aRACOWAkTa8do {
  color: var(--main-color);
  font-size: 12px;
}

/* Layout */

._3hK7acOFyV4lKigJUekiUQ {
}

._2Acghq-e_Tl5kn7mm5Fu2j {
}

._13AfJI3_-2K111rWWYMhjV {
  vertical-align: middle;
}

._13AfJI3_-2K111rWWYMhjV > * {
  display: inline-block;
}

.OPnaHiMtKqe0vNo6n1XjL {
  float: right;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .OPnaHiMtKqe0vNo6n1XjL {
    float: none;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .OPnaHiMtKqe0vNo6n1XjL > *:first-child {
    margin-left: 0;
  }
}

.OPnaHiMtKqe0vNo6n1XjL > * {
  display: inline-block;
}

/* Controls */
._2YV8sYrMfOGzgIGLfxAgpR {
  margin-left: 40px;
  vertical-align: super;
}
._2YV8sYrMfOGzgIGLfxAgpR > * {
  margin-left: 15px;
}

._2YV8sYrMfOGzgIGLfxAgpR > *:first-child {
  margin-left: 0;
}

.Zbe9x5WqJKe9XpwuDXi0e {
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  font-size: 90%;
  flex-grow: 1;
  margin-left: 15px;
}
.whdK8FUD8tE7TcfKYGhGx {
  padding: 8px;
  background-color: #e9e9e9;
  font-weight: 500;
}
._3jxL3cnIAGxCc0S-HdD0tt {
  padding: 8px;
}

._3qV8qbngs0aC2KKcNL5kmF {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._1JngL8DrJh_A5oZs3x0JQV {
  display: grid;
  grid-column-gap: 5px;
  grid-template-columns:
    minmax(95px, 1fr)
    minmax(150px, 2fr)
    repeat(5, 70px)
    95px
    minmax(100px, 2fr);
  margin-bottom: 10px;
}

._1HDusdD27rsPjcYQTU9Ggp {
  margin-right: 10px;
}

.ggRhLoQX23xMgEhUhtfwA {
  margin-top: 5px;
}

._20GDWUreOkW2K0uk7aOT0I {
  word-break: break-all;
}

._2ZbZnmSG226ZTKBo8kUAPz,
._3a0-Fa52CPZemdrv2EWcsc {
  display: none;
}

.gUibX_rt3Ui9m_tm1jTQC {
  display: flex;
  cursor: pointer;
  color: var(--main-color);
}

._2lrAca8a0zYYHSHj09n4I5 {
  cursor: pointer;
}

._1MM5Z1QsvEuxi8SDyI5gXm {
  display: flex;
}

._1MM5Z1QsvEuxi8SDyI5gXm div:not(:last-child) {
  margin-right: 10px;
}

._2McCML754Un3D54Ojfypen {
  text-decoration: underline;
  color: var(--main-color);
}

.eehS1W_NEDdyKXy78a5rA {
  text-decoration: underline;
  color: green;
}

._2dwOJcP9WE4mbEv8Q3jig4 {
  text-decoration: underline;
  color: #f44335;
}

._33YMNkF8uJa0F5PVhKa-hv {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

._33YMNkF8uJa0F5PVhKa-hv span {
  padding: 0 2px 0 0 !important;
}

.FFylsqXBSye9xgPVALto2 {
  font-size: 12px !important;
  font-weight: inherit !important;
}

._-39Foci5iCQZqqXnvCtjU {
  color: green !important;
}

._2igA-X1VE8aeEjxDy8qhtj {
  color: #f44335 !important;
}

._2mFqtxpNW2XEnL667J7sbO {
  color: #5e5e5e !important;
}

.HT9vXqUpEUk9uF_IXPMJ {
  min-width: 850px;
}

.IPvvQRnxjfzIMyUUCkXZB {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  /* display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 5px; */
  background-color: #f6f6f6;
  padding: 10px;
  margin-bottom: 10px;
}

._27oI0Ina8bgREDqF9_fu_o {
  margin-bottom: 10px;
}

._5CQcufr4kIQgf9sMpB7hC {
  margin: 10px 0;
}

.umuRiWFIrtFJayzQk1Cl5 {
  height: auto;
  display: grid;
  flex-direction: row;
  gap: 2px;
  justify-items: center;
}

.Wmv_kDMu8_dUxSV65VtGD {
  height: auto;
  display: grid;
  flex-direction: row;
  gap: 2px;
}

._2ZsD-NFKipRk5oQvZe6-QG,
._3wAlt6MMJ2Rho2gBVoi30X {
  cursor: pointer;
  max-height: 150px;
  max-width: 100%;
}

._3wAlt6MMJ2Rho2gBVoi30X {
  height: 150px;
}

._2E3cZyNR-71hy0YsIsNsE_ {
  margin-top: 20px;
}

._373VNhQdZ24czZpO2mcvfK {
  text-align: center;
}

._1KZ3WpjRLzDnQ4aKf_pgMd {
  cursor: pointer;
}

._6anuCgv1NpUpDM-k2o1cj {
  font-weight: bold !important;
font-style: italic;}

._2fVWbeZrkgdWkjzrUdEBPA {
  white-space: nowrap !important;
}

/* Mobile view */

@media (max-width: 991px) {
  .HT9vXqUpEUk9uF_IXPMJ,
  ._2r4lvgO3u-dm1I9J1ZWu3W {
    display: none;
  }

  ._2ZbZnmSG226ZTKBo8kUAPz,
  ._3a0-Fa52CPZemdrv2EWcsc,
  ._1KmFkKPFJMhNW6snI8681B {
    display: unset;
  }

  ._30R8K0eYKbi_D1hb1eyVxm {
    margin-bottom: 10px;
  }

  .-mz1FCzl-62-ARlGcyZV5 {
    margin-bottom: 10px;
  }

  ._1_eqgUGD3IgLkKYGs7igkf {
    margin-top: 20px;
  }

  ._1tMMi99nhpiwFOpa6o3hRG {
    color: green;
  }

  ._77K46_A8bdApINe2bZ5Ln {
    color: #f44335;
  }

  ._1EQ5du7-ajkmbIQk09F5bt {
    color: #5e5e5e;
  }
}

._2RUUH87NB6h3hZv95CM0mc {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

._1CwMWTXxyV__Xr8xsG6eHE,
._1CwMWTXxyV__Xr8xsG6eHE canvas {
  width: 100% !important;
  height: 100% !important;
}

._1emzz5Fl1B5Hvd4hGsFSVQ {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
}

._1t28wISqBxmF4bKzQ5bYkE {
  padding-bottom: 20px;
}

._2NWIBTmE_daBqchKlRpB3Z {
  padding-left: 20px;
}

.tnZEs_wF9mmja7YSMtvg5 {
  overflow: auto;
}

._33Wu4Dgfp2G4JqzmC0debv {
  padding-right: 40px;
}

._2fRU1gPtrqJI9cyrEqZhqv {
  margin-top: 10px;
  position: sticky;
  bottom: 0;
  max-height: 100px;
  display: flex;
  flex-direction: column;
  line-height: 2;
}

._3ULU_y3q4nl0q89Q9h--WW {
  background-color: #ffffff;
  min-height: 100px;
  bottom: -20px;
}

._1yFjvWH4sEXvKqBB7nh831 {
  height: 10px;
  width: 100%;
}

._1Fn0iQwuETEPO31BbfImkc {
  border-top: 1px solid #c9c9c9;
}

._3v3eflEFVj4CGbGH4-MPXL {
  margin-right: 40px;
}

@media (max-width: 991px) {
  .tnZEs_wF9mmja7YSMtvg5 {
    padding-right: 0;
  }

  ._2fRU1gPtrqJI9cyrEqZhqv {
    display: none;
  }

  .lVvOMM0c16izSH0U_hxm1 {
    height: 0;
  }

  ._1Fn0iQwuETEPO31BbfImkc {
    border-top: none;
    margin-right: 0;
  }
}

._3quDsIuwN3G3cI7IO3_1ay {
  overflow: auto;
  height: 100%;
  background-color: #ffffff;
}

._3QhbC8k4SK6am6F4egXPmA {
  margin-left: 20px;
}

._3j0VcBoC_Zu2AqODA2_mq4 {
  padding-right: 40px;
}

._3rJOAOtEdVB3XtTul4ecYE {
  padding-bottom: 50px;
}

._2bNY-fe8GalYmq9VUNO2nB {
  background-color: #ffffff;
}

@media (max-width: 991px) {
  ._3quDsIuwN3G3cI7IO3_1ay {
    padding-right: 0;
  }
}

/* import colors */

._2EAmhWHv_5f4bgcecPhk06 {
  animation: _3ZFWldSnszLVS1zp7uy_FY 0.2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@keyframes _3ZFWldSnszLVS1zp7uy_FY {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._3lu_y5VZF9YanKa-8Sz_xT {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 15000 !important;
}

._3t2QTtY8ybClk1JuK4VvD4 {
  display: block;
  position: relative;
  background: #fbfbfb;
  width: 70%;
  height: 70%;
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
  text-align: center;
  margin-top: 65px;
  overflow: scroll;
}

.bOKLqh9ce5-DTNtY7nauv {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

._1eU-Lqi5QaDtPWZi2EYLAO {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  ._1FLw-wR7A8ELE1MW_gPU5c {
    width: 740px;
  }
}

/*
  Checkbox
*/

/* import colors */

._1xKcH1CKF_jvsR2jmm9Yip {
  display: block;
  position: relative;
  float: left;
  padding-bottom: 20px;
}
._1Tc0IiOQ4AMr0Qw7FBlUUD {
}
._1pbZnEFchQm-YTUalzOmN8 {
  display: block;
  font-size: 13px;
  padding-top: 5px;
}
.Nv17nZMKQjFwEAAoWkxeM {
  display: none;
}
.Nv17nZMKQjFwEAAoWkxeM ~ label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  transition: all 0.2s;
  display: inline-block;
  font-weight: 200;
}
.Nv17nZMKQjFwEAAoWkxeM[type="checkbox"]:not(:checked) ~ label::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #c9c9c9;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 9px;
}
.Nv17nZMKQjFwEAAoWkxeM[type="checkbox"]:checked ~ label::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #000000;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjE5IDguODEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uLXRpY2stYmx1ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMi4zLDUuMDksNS4xLDcuNzIsMTAsMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNjIgLTAuNDEpIi8+PC9zdmc+);
}
._1S45dAgybMX0Toe1kvgJvX {
  display: none;
}
._1S45dAgybMX0Toe1kvgJvX ~ label {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  transition: all 0.2s;
  display: inline-block;
  font-weight: 200;
}
._1S45dAgybMX0Toe1kvgJvX[type="checkbox"]:not(:checked) ~ label::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #c9c9c9;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 9px;
}
._1S45dAgybMX0Toe1kvgJvX[type="checkbox"]:checked ~ label::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #c9c9c9;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ny4zMyA0Mi4xOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNjOWM5Yzk7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tdGljay13aGl0ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMiwyNC44NGwxNSwxMywyOC0zNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjwvc3ZnPg==);
}

@media (max-device-width: 320px) {
  .Nv17nZMKQjFwEAAoWkxeM ~ label {
    font-size: 13px;
  }

  .Nv17nZMKQjFwEAAoWkxeM[type="checkbox"]:not(:checked) ~ label::before {
    top: 8px;
  }
  .Nv17nZMKQjFwEAAoWkxeM[type="checkbox"]:not(:checked) ~ label::after {
    top: 8px;
  }
}

/* import colors */

._2FqTz4-iz4C1lE3N-5T_ip {
  text-align: center;
}

.Fo0zJoy_tcoYsIvu5BAgS {
  padding-top: 10px;
  color: #000000;
}

._3y7qVPeJA1Kdz18aaylWMD,
.dO3yYo-Br3aa3MFbCg8e7 {
  text-align: center;
}

._3y7qVPeJA1Kdz18aaylWMD .Select {
  position: relative;
  width: 78px;
  margin: 0 auto;
  text-align: left;
}

.dO3yYo-Br3aa3MFbCg8e7 .Select {
  position: relative;
  width: 114px;
  margin: 0 auto;
  text-align: left;
}

._3y7qVPeJA1Kdz18aaylWMD .Select.is-disabled .Select-arrow-zone,
.dO3yYo-Br3aa3MFbCg8e7 .Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-control,
.dO3yYo-Br3aa3MFbCg8e7 .Select-control {
  display: block;
  height: 46px;
  border: 3px solid var(--main-color);
  border-radius: 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  color: var(--main-color);
  cursor: pointer;
  width: 100%;
}

.dO3yYo-Br3aa3MFbCg8e7 .Select-control {
  font-size: 14px;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-control .Select-input:focus,
.dO3yYo-Br3aa3MFbCg8e7 .Select-control .Select-input:focus {
  outline: none;
}

._3y7qVPeJA1Kdz18aaylWMD .is-searchable.is-open > .Select-control,
.dO3yYo-Br3aa3MFbCg8e7 .is-searchable.is-open > .Select-control {
  cursor: text;
}

._3y7qVPeJA1Kdz18aaylWMD .is-open > .Select-control,
.dO3yYo-Br3aa3MFbCg8e7 .is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: white;
  border-bottom-color: #e9e9e9;
  background-color: white;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}

._3y7qVPeJA1Kdz18aaylWMD .is-searchable.is-focused:not(.is-open) > .Select-control,
.dO3yYo-Br3aa3MFbCg8e7
  .is-searchable.is-focused:not(.is-open)
  > .Select-control {
  cursor: text;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-placeholder,
.dO3yYo-Br3aa3MFbCg8e7 .Select-placeholder,
._3y7qVPeJA1Kdz18aaylWMD .Select--single > .Select-control .Select-value,
.dO3yYo-Br3aa3MFbCg8e7 .Select--single > .Select-control .Select-value {
  padding: 0 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-input,
.dO3yYo-Br3aa3MFbCg8e7 .Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-input > input,
.dO3yYo-Br3aa3MFbCg8e7 .Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
}

._3y7qVPeJA1Kdz18aaylWMD .is-focused .Select-input > input,
.dO3yYo-Br3aa3MFbCg8e7 .is-focused .Select-input > input {
  cursor: text;
}

._3y7qVPeJA1Kdz18aaylWMD .has-value.is-pseudo-focused .Select-input,
.dO3yYo-Br3aa3MFbCg8e7 .has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-control:not(.is-searchable) > .Select-input,
.dO3yYo-Br3aa3MFbCg8e7 .Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-arrow-zone,
.dO3yYo-Br3aa3MFbCg8e7 .Select-arrow-zone {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-arrow,
.dO3yYo-Br3aa3MFbCg8e7 .Select-arrow {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 9px;
  background-color: var(--main-color);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgOSI+PHRpdGxlPmljb25fY2hldnJvbl9kb3duLWJsdWU8L3RpdGxlPjxpbWFnZSB3aWR0aD0iMTYiIGhlaWdodD0iOSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCQUFBQUFKQ0FZQUFBQTdLcXd5QUFBQUNYQklXWE1BQUFzU0FBQUxFZ0hTM1g3OEFBQUF0RWxFUVZRb1UyUFFYdk5vRlJBZkIyTFIvLy8vTXhDRFFXcWhlbGFCT0MrQStEOFFYeWJHRUtBYUFhaGFrSjRYSUFGeklQNE1GVGdIeFB4NE5QTUI4VW1vMm05QWJBbVRjSUlLL0ljcXdEQUVLTVlGeFB1Z2FuNkM5SURFa1JXQURQa0ZWWEFRcEFGSmpnMkl0MExsUUdyOFlITG90dmdoR2JJUGFpc3pFSytCaXYwRjRpaGtQZGo4R1FoVkNOS3dDNGpYUWRrZ25JS3VIbGRnUlNNWkFzUDUyTlJpTlFCcVNCQVEzd0xpQjBDY2pFc2RBQVFvZ1dlWXdtMkFBQUFBQUVsRlRrU3VRbUNDIi8+PC9zdmc+Cg==);
  mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgOSI+PHRpdGxlPmljb25fY2hldnJvbl9kb3duLWJsdWU8L3RpdGxlPjxpbWFnZSB3aWR0aD0iMTYiIGhlaWdodD0iOSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCQUFBQUFKQ0FZQUFBQTdLcXd5QUFBQUNYQklXWE1BQUFzU0FBQUxFZ0hTM1g3OEFBQUF0RWxFUVZRb1UyUFFYdk5vRlJBZkIyTFIvLy8vTXhDRFFXcWhlbGFCT0MrQStEOFFYeWJHRUtBYUFhaGFrSjRYSUFGeklQNE1GVGdIeFB4NE5QTUI4VW1vMm05QWJBbVRjSUlLL0ljcXdEQUVLTVlGeFB1Z2FuNkM5SURFa1JXQURQa0ZWWEFRcEFGSmpnMkl0MExsUUdyOFlITG90dmdoR2JJUGFpc3pFSytCaXYwRjRpaGtQZGo4R1FoVkNOS3dDNGpYUWRrZ25JS3VIbGRnUlNNWkFzUDUyTlJpTlFCcVNCQVEzd0xpQjBDY2pFc2RBQVFvZ1dlWXdtMkFBQUFBQUVsRlRrU3VRbUNDIi8+PC9zdmc+Cg==);
  -webkit-mask-size: 16px 9px;
  mask-size: 16px 9px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-menu-outer,
.dO3yYo-Br3aa3MFbCg8e7 .Select-menu-outer {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: -2px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: white;
  border: 3px solid white;
  border-top: none;
  max-height: 200px;
  color: var(--main-color);
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}

._3y7qVPeJA1Kdz18aaylWMD .Select-menu,
.dO3yYo-Br3aa3MFbCg8e7 .Select-menu {
  max-height: 197px;
  overflow-y: auto;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-option,
.dO3yYo-Br3aa3MFbCg8e7 .Select-option {
  cursor: pointer;
  display: block;
  padding: 8px 10px;
  color: #000000;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-option:last-child,
.dO3yYo-Br3aa3MFbCg8e7 .Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

._3y7qVPeJA1Kdz18aaylWMD .Select-option.is-selected,
.dO3yYo-Br3aa3MFbCg8e7 .Select-option.is-selected {
  color: var(--main-color);
}

._3y7qVPeJA1Kdz18aaylWMD .Select-option.is-focused,
.dO3yYo-Br3aa3MFbCg8e7 .Select-option.is-focused {
  color: var(--main-color);
}

._3y7qVPeJA1Kdz18aaylWMD .Select-noresults,
.dO3yYo-Br3aa3MFbCg8e7 .Select-noresults {
  cursor: default;
  display: block;
}

@keyframes _3NIpq8ppWZ3kzrmsEMo1ot {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes _3NIpq8ppWZ3kzrmsEMo1ot {
  to {
    -webkit-transform: rotate(1turn);
  }
}

@media (max-width: 480px) {
  .dO3yYo-Br3aa3MFbCg8e7 .Select {
    width: 115px;
  }
}

.impact-autodecision-modal .modal-card {
  width: 380px;
  padding-bottom: 20px;
}
.impact-autodecision-modal .modal-card-head {
  display: block;
  padding-top: 30px;
  padding-bottom: 0;
}
.impact-autodecision-modal .modal-card-head button.delete {
  position: absolute;
  top: 20px;
  right: 20px;
}
.impact-autodecision-modal .modal-card-title {
  text-align: center;
}
.impact-autodecision-modal .modal-card-body {
  padding: 20px;
  line-height: 175%;
}
.impact-autodecision-modal .modal-button__cancel {
  color: black;
  background-color: white;
  border: 2px solid var(--main-color);
}
.impact-autodecision-modal .modal-card-foot {
  padding-bottom: 30px;
  display: flex;
  gap: 10px;
}

.personally-liable {
  font-weight: 700 !important;
  font-style: italic;
}

.footer-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 17px;
}

.pause {
  color: red;
}
/* import colors */

._1VCX1sw5p05qm2U3XY1Qjx {
  animation: _2WjUcfbJx4zvKnWeyjd34 0.2s linear;
  position: relative;
  width: 100%;
  height: 100vh;
}

@keyframes _2WjUcfbJx4zvKnWeyjd34 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._2Ww4w7Y0VtOSimEeppTHL9 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 100 !important;
  display: block;
  height: auto;
  overflow-y: scroll;
}

._1x5ltFLuKQEh1XQJLXcN1Z {
  top: 0;
  left: 0;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: inherit;
  padding: 80px 0 50px;
}
._2uGjBksjszkXHts-g7Xakm {
  margin-top: 55px;
}
._3ZyzoHB_QYu9VIfHW95qxa {
}

._1ebO5pfdEI2EEU0YzLgEYi {
  font-size: 18px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 20px;
}

._1ircdqZT68NP22Z8jxSLU7 {
  font-size: 13px;
  font-weight: 200;
  color: #000000;
  margin: -20px 0 20px;
}

._1aeqEri1AgqqSdnVb2nJhY {
  border-top: 1px solid #c9c9c9;
  height: auto;
  width: 100%;
  display: inline-block;
}

._1GCkzrWd52ct5bLfqcmHpG {
  font-size: 18px;
  font-weight: 200;
  line-height: 18px;
  color: #000000;
  margin: 20px 0 20px;
}

._1GCkzrWd52ct5bLfqcmHpG > span {
  font-size: 13px;
}

._2sxHWYPnxU5I5TVXo8hIhk {
  font-size: 13px;
  font-weight: 200;
  color: #000000;
  margin: 0 0 20px;
}

._2QxfC4zv8iqhp_5ew09UOf a,
._2QxfC4zv8iqhp_5ew09UOf button {
  margin-top: 10px;
  float: right;
}

._3N3qJgmIqwH-3nnhe2RVn_ {
  font-size: 13px;
  font-weight: 200;
  color: #f44335;
}


._4vZnPcGnYRdNBOge4FP2i {
  width: 50%;
  margin: 20px 0;
}

@media screen and (max-width: 1280px) {
  ._2Ww4w7Y0VtOSimEeppTHL9 {
    display: block;
    height: auto;
    margin: 0;
    top: 0;
  }
  ._1x5ltFLuKQEh1XQJLXcN1Z {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 50px;
    z-index: 1;
  }
  ._2QxfC4zv8iqhp_5ew09UOf {
    display: block;
    font-size: 13px;
    font-weight: 200;
    color: #000000;
  }

  ._1ebO5pfdEI2EEU0YzLgEYi {
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 18px;
    position: relative;
    margin: 20px 0;
  }
  ._2QxfC4zv8iqhp_5ew09UOf button {
    margin-right: 5px;
  }
}

/*
  Base :: Colours
*/

/* VARIABLES */
:root {
  --main-color: #00afef;
}
:root {
  --main-color-active: #00a5e1;
}
:root {
  --main-font-color: #ffffff;
}

/**
  TODO: Please be mindful when changing the colours here.
  src/css/bulma-customizations/variables.scss needs to be updated as well.
  @value colors: "css/base/colors.css"; does not seem to work with SASS.
*/
/* theme */

/* Blues */

/* Greys */ /* was #333 - not sure about the consistency of the design */

/* White */

/* Red */

/* Black */

/* COMPOSES */

/* Blues */

/* Fonts */

.font-blue {
  color: #00afef;
}
.font-blue-light {
  color: #7fcef3;
}

/* Backgrounds */
.background-blue {
  background-color: #00afef;
}
.background-blue-light {
  background-color: #7fcef3;
}

/* Borders */
.border-blue {
  border-color: #00afef;
}
.border-blue-light {
  border-color: #7fcef3;
}

/* Greys */

/* Fonts */
.font-grey-dark {
  color: #1a1a1a;
}
.font-grey-medium {
  color: #5e5e5e;
}
.font-grey {
  color: #a5a5a5;
}
.font-grey-body {
  color: #333;
}
.font-grey-light {
  color: #c9c9c9;
}
.font-grey-vlight {
  color: #f6f6f6;
}

/* Backgrounds */
.background-grey-dark {
  background-color: #1a1a1a;
}
.background-grey-medium {
  background-color: #5e5e5e;
}
.background-grey {
  background-color: #a5a5a5;
}
.background-grey-light {
  background-color: #c9c9c9;
}
.background-grey-vlight {
  background-color: #f6f6f6;
}

/* Borders */
.border-grey-dark {
  border-color: #1a1a1a;
}
.border-grey-medium {
  border-color: #5e5e5e;
}
.border-grey {
  border-color: #a5a5a5;
}
.border-grey-light {
  border-color: #c9c9c9;
}
.border-grey-vlight {
  border-color: #f6f6f6;
}

/* White */

/* Fonts */
.font-white {
  color: #ffffff;
}

/* Backgrounds */
.background-white {
  background-color: #ffffff;
}

/* Borders */
.border-white {
  border-color: #ffffff;
}

/* Red */

/* Fonts */
.font-red {
  color: #f44335;
}

/* Backgrounds */
.background-red {
  background-color: #f44335;
}

/* Borders */
.border-red {
  border-color: #f44335;
}

.toggle-container input.toggle-input + label:after, .toggle-container input.toggle-input + label:before {
  content: "";
  position: absolute;
  display: block;
}

.toggle-container input.toggle-input + label:before {
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}

.toggle-container input.toggle-input + label:after {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}

.toggle-container {
  display: flex;
  align-items: center;
  gap: 1em;
}
.toggle-container input.toggle-input {
  opacity: 0;
  position: absolute;
}
.toggle-container input.toggle-input + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  user-select: none;
  transition: 0.4s ease;
  height: 30px;
  width: 70px;
  border: 1px solid #e4e4e4;
  border-radius: 60px;
  background: #c9c9c9;
}
.toggle-container input.toggle-input + label:before {
  height: 27px;
  width: 68px;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.toggle-container input.toggle-input + label:after {
  background: whitesmoke;
  height: 22px;
  width: 22px;
  top: 3px;
  left: 3px;
  border-radius: 60px;
}
.toggle-container input.toggle-input:checked + label:before {
  background: #00afef;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggle-container input.toggle-input:checked + label:after {
  left: 43px;
}
.toggle-container input:disabled + label:before {
  opacity: 0.5;
}
.toggle-container input:disabled.toggle-input + label {
  cursor: initial;
}
/* import colors */

._2zYcyKg0Z9oDTeL-ELjioM {
  animation: _3H04YBLI39utSG-OeXOgWs 0.2s linear;
  position: relative;
  width: 100%;
  height: 100vh;
}

@keyframes _3H04YBLI39utSG-OeXOgWs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._1TAKHQHBErfsGghjWvhuda {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 1500000 !important;
  display: block;
  height: auto;
  overflow-y: scroll;
}

._1Mi0iEQQI0Gm-bMyHGy5fw {
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: inherit;
}
.mBKnGj5NExN3n_ZU2kXIr {
}
._1u5K2RIxOvvUUkFLdnuu82 {
}

._2Vx8ZsuXCdyQT5LtDAT5VS {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 30px;
}

._2f7LU_cQaZcJmAM1qonyY3 {
  font-size: 20px;
  font-weight: 200;
  color: #000000;
  margin: 0 0 30px;
}

._3vsnfd9RIt2Pp3pk2xPAyI a,
._3vsnfd9RIt2Pp3pk2xPAyI button {
  margin-top: 25px;
  float: right;
}

@media screen and (max-width: 1280px) {
  ._1TAKHQHBErfsGghjWvhuda {
    display: block;
    height: auto;
    top: 0;
    margin: 0;
  }
  ._1Mi0iEQQI0Gm-bMyHGy5fw {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 50px;
    z-index: 1;
  }
  ._3vsnfd9RIt2Pp3pk2xPAyI {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
  }

  ._2f7LU_cQaZcJmAM1qonyY3 {
    font-size: 18px;
  }

  ._2Vx8ZsuXCdyQT5LtDAT5VS {
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 26px;
    position: relative;
    margin: 20px 0;
  }

  ._3vsnfd9RIt2Pp3pk2xPAyI button {
    margin-right: 5px;
  }
}

@media (max-device-width: 480px) {
  ._1Mi0iEQQI0Gm-bMyHGy5fw {
    padding-top: 100px;
  }
}

/* import colors */

._2eFZi7solWuO4ZMOFQzPNo {
  font-size: 20px;
  display: inline-flex;
  line-height: 1.5;
  margin: 20px 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._1D1QmCLgydodbffen3n7Pq {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  ._2eFZi7solWuO4ZMOFQzPNo {
    font-size: 16px;
  }
}

._39NyZMpQ-aMcoAZBy4Ik5g {
  font-size: 12px;
}

.dwZlE9IitscTFAO7s8Io4 {
}

._3APCims4QUowrB7CTHNIyk {
  margin-top: -33px;
  margin-left: 285px;
}

._39AGLdiljPtCWbq_T7OT7Z {
  background: #f6f6f6;
  padding: 20px 0;
  position: sticky;
  top: 5.5rem;
}

._25SK1iLkx9SxitiwhFPqr0 {
  padding: 20px 0 50px;
  background-color: #ffffff;
  height: 100%;
}

._3d1iUn3RFJOdVbpxr_gAc3 {
  border-bottom: 1px solid #f6f6f6;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 5px;
  padding: 10px 0;
}

._3d1iUn3RFJOdVbpxr_gAc3:hover {
  background: #f6f6f6;
}

._2AOXtFc1-MgyYxEW9bbWnL {
  background: #ffffff;
  font-weight: normal;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
  position: sticky;
  top: 11.6rem;
}

._1ydpmDbnwxoCLtJAwyGO41 {
  color: var(--main-color);
  cursor: pointer;
}

._1ydpmDbnwxoCLtJAwyGO41:hover {
  color: var(--main-color);
}

._3JoKFdOrgpe_ISjH17XEK2 {
  width: 100%;
  margin-top: 20px;
  display: flex;
  gap: 48px;
}

.bt_pG1YwB8d7B_yDieqoI {
  flex: 1;
}

._3cujNzx_akpwXAPoGfGJEf {
  flex: 1;
  display: flex;
}

._2hamuVPa7yK3fBpPMxgS84 {
  padding-top: 10px;
  text-align: right;
}

._1iykxnVMkDHSb4eQBWdceb {
  cursor: pointer;
}

._15octJpp0ckBRontSb497_ {
  margin-bottom: 30px;
}

._2XgxNl86Vft9c5ZROvttF9 {
  display: grid;
  grid-template-columns: 2fr repeat(5, 1fr);
  grid-column-gap: 5px;
  margin-bottom: 10px;
}

._1D88EarXOtR6pEOUS5nFx_ {
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr) 2fr;
  grid-column-gap: 5px;
  margin-bottom: 10px;
}

._1abmWDQOve8Ea6vSizYSWw {
  background-color: #f8a4a4;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 5px;
}

._1de_3kEHG1xRXansbTloo2 {
  padding-left: 8px;
}

._2Oc7q59lnRsUJRHcXbT3JO {
  margin-top: -10px;
  padding: 1rem 2rem;
}

._10T33uNbrldOZ2hmDu32-h {
  cursor: pointer;
}

._2yDe0c-Ts3oc_o_dpX0mR3 {
  display: flex;
  cursor: pointer;
  overflow: hidden;
  padding-left: 0 !important;
  align-items: center;
}

._27cDecA3ESgL8qGPkYAsD5 > div {
  display: flex;
  align-items: center;
}

._2yDe0c-Ts3oc_o_dpX0mR3 > div:first-child {
  height: 20px;
  margin-top: -4px;
}

._3Eddgb2IJeF9MldVQ9s_Ek {
  font-weight: 400;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
}

._1gORBGL00lJpSjR0_Gqza4 {
  cursor: pointer;
}

._1gORBGL00lJpSjR0_Gqza4:hover {
  color: var(--main-color);
}

._8PysPpMdcwKyR7jWOyGHn {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  grid-column-gap: 10px;
  margin-top: 20px;
}

._3Bg65-eKR2kuSnHAHLhUxI {
  background-color: #f6f6f6;
  padding-top: 10px;
  padding-bottom: 1px;
  margin-bottom: 5px;
}

._2hUC8vg9PVWwunj5MKzcCG {
  padding-left: 24px;
  min-width: fit-content;
}

._3F90koo21SMAZ0Wljplf4t {
  padding-left: 18px;
  min-width: fit-content;
}

._2cwEZBZzyPrI-JiUyPzsiX {
  font-weight: 400;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
  padding-top: 10px;
  position: sticky !important;
  top: 304px;
  background: #ffffff;
}

@media (max-width: 992px) {
  ._2cwEZBZzyPrI-JiUyPzsiX {
    top: 280px;
  }
}

._1XKCBJ5ktAUIAEIvWCwvBr {
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  align-self: flex-start;
  width: 120px;
  transition: box-shadow 250ms;
}
._1XKCBJ5ktAUIAEIvWCwvBr._1gXiVBD1p25iOJiPZjQK5T {
  box-shadow: 0 0 2px;
}
._1XKCBJ5ktAUIAEIvWCwvBr:hover {
  box-shadow: 0 0 5px;
}
._1XKCBJ5ktAUIAEIvWCwvBr.axrkP9T2T2M8T_ur5wRus {
  border-bottom: none;
  border-width: 1px;
  margin-bottom: 0;
}
.k893iZkcfdr2fB1mvVe9g {
  background-color: #00afef;
  padding: 20px 10px;
  color: white;
  border-bottom: 1px solid;
  white-space: nowrap;
  overflow: hidden;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
}
._1XKCBJ5ktAUIAEIvWCwvBr._3se36-Zz4CLMbtlye0m5Ze {
  cursor: default;
}
._1XKCBJ5ktAUIAEIvWCwvBr._3se36-Zz4CLMbtlye0m5Ze:hover {
  box-shadow: 0 0 2px;
}
._1XKCBJ5ktAUIAEIvWCwvBr._3se36-Zz4CLMbtlye0m5Ze .Wf-fZbkLssSQzDGmrwpBP {
  font-size: 1.25em;
}
._1XKCBJ5ktAUIAEIvWCwvBr._6tnogCFFlstv4JequymPt {
  cursor: default;
  box-shadow: none;

}
.Wf-fZbkLssSQzDGmrwpBP {
  padding: 10px;
  background-color: white;
  font-size: 2rem;
}
.Wf-fZbkLssSQzDGmrwpBP > span {
  font-size: 2rem;
}
._1XKCBJ5ktAUIAEIvWCwvBr.axrkP9T2T2M8T_ur5wRus .Wf-fZbkLssSQzDGmrwpBP {
  border: 1px solid;
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}

._1XKCBJ5ktAUIAEIvWCwvBr._1jT488zhI7WhUDUOJAxFsd {
  border-color: black;
  color: black;
}
._1XKCBJ5ktAUIAEIvWCwvBr._1jT488zhI7WhUDUOJAxFsd .k893iZkcfdr2fB1mvVe9g {
  background-color: black;
  border-bottom-color: black;
}

._1XKCBJ5ktAUIAEIvWCwvBr._3hAgdjgwe6lqv1wp58UzWJ {
  border-color: #5e5e5e;
  color: #000000;
}
._1XKCBJ5ktAUIAEIvWCwvBr._3hAgdjgwe6lqv1wp58UzWJ .k893iZkcfdr2fB1mvVe9g {
  background-color: #5e5e5e;
  border-bottom-color: #5e5e5e;
}

._1XKCBJ5ktAUIAEIvWCwvBr._34Na_SSwnBzlshqyXMFaYh {
  border-color: green;
  color: green;
}

._1XKCBJ5ktAUIAEIvWCwvBr._34Na_SSwnBzlshqyXMFaYh .k893iZkcfdr2fB1mvVe9g {
  background-color: green;
  border-bottom-color: green;
}

._1XKCBJ5ktAUIAEIvWCwvBr.wFtMAglf5alp4Z9miSITE {
  border-color: #7fcef3;
  color: #7fcef3;
}
._1XKCBJ5ktAUIAEIvWCwvBr.wFtMAglf5alp4Z9miSITE .k893iZkcfdr2fB1mvVe9g {
  background-color: #7fcef3;
  border-bottom-color: #7fcef3;
}

._1XKCBJ5ktAUIAEIvWCwvBr._2-5gFD4FnQlA_MfdcIPXVR {
  color: #00afef;
}
._1XKCBJ5ktAUIAEIvWCwvBr._2-5gFD4FnQlA_MfdcIPXVR .k893iZkcfdr2fB1mvVe9g {
  background-color: #00afef;
  border-bottom-color: #00afef;
}

._1XKCBJ5ktAUIAEIvWCwvBr._2Eh0i35Q-x292sLe0CmpeX {
  border-color: #a5a5a5;
  color: #a5a5a5;
}
._1XKCBJ5ktAUIAEIvWCwvBr._2Eh0i35Q-x292sLe0CmpeX .k893iZkcfdr2fB1mvVe9g {
  background-color: #a5a5a5;
  border-bottom-color: #a5a5a5;
}

._1XKCBJ5ktAUIAEIvWCwvBr._3I0QNxxZNMC0jwHbWkG3nk {
  border-color: #f44335;
  color: #f44335;
}
._1XKCBJ5ktAUIAEIvWCwvBr._3I0QNxxZNMC0jwHbWkG3nk .k893iZkcfdr2fB1mvVe9g {
  background-color: #f44335;
  border-bottom-color: #f44335;
}

._1XKCBJ5ktAUIAEIvWCwvBr._2U58mmFu0qBH2QRubK3o_V {
  border-color: black;
  color: black;
}
._1XKCBJ5ktAUIAEIvWCwvBr._2U58mmFu0qBH2QRubK3o_V .k893iZkcfdr2fB1mvVe9g {
  background-color: white;
  border: 1px solid black;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  color: black;
}

._1XKCBJ5ktAUIAEIvWCwvBr._34Na_SSwnBzlshqyXMFaYh {
  color: green;
}
._1XKCBJ5ktAUIAEIvWCwvBr._34Na_SSwnBzlshqyXMFaYh .k893iZkcfdr2fB1mvVe9g {
  background-color: green;
  border-bottom-color: green;
}

._1XKCBJ5ktAUIAEIvWCwvBr.BxG5AeS-D1-Zjk2hsqsar .k893iZkcfdr2fB1mvVe9g {
  padding: 5px;
  font-size: 12px;
}

._1XKCBJ5ktAUIAEIvWCwvBr.BxG5AeS-D1-Zjk2hsqsar .Wf-fZbkLssSQzDGmrwpBP {
  padding: 5px;
  font-size: 12px;
}

._1XKCBJ5ktAUIAEIvWCwvBr._9L_RatY1wvCq9fva5Bh7C {
  width: 170px;
}

._1XKCBJ5ktAUIAEIvWCwvBr._9L_RatY1wvCq9fva5Bh7C .k893iZkcfdr2fB1mvVe9g {
  padding: 5px 10px;
  font-size: 12px;
}

._1XKCBJ5ktAUIAEIvWCwvBr.vtd6a-T3Gu7axSW-Nc-FS {
  color: #ffb601ff;
}
._1XKCBJ5ktAUIAEIvWCwvBr.vtd6a-T3Gu7axSW-Nc-FS .k893iZkcfdr2fB1mvVe9g {
  background-color: #ffb601ff;
  border-bottom-color: #ffb601ff;
}

@media (max-device-width: 480px) {
  .k893iZkcfdr2fB1mvVe9g {
    font-size: 13px;
  }
}

@media (max-device-width: 320px) {
  .k893iZkcfdr2fB1mvVe9g {
    font-size: 11px;
  }
}

._1K0FYsnUHBM7Vh8BVS8-ia {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 25px;
}

._2l91aulZ8t7veXbByin9kH {
  border-bottom: 1px solid #c9c9c9;
}

.ygAJLY6KusAdL1WWPybBv {
}

.otD-rb5aqnyBjBxf4kkqv {
  margin-bottom: 40px;
}

._1a_Z7YnsO5XHSc76xdeDqm {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 30px 36px;
  position: relative;
}

._2fJ0lrNnbXyQjBMCbtO79q {
}

._3RkO-6xPttOQLrCdHEU-ru {
}

._3l6djDy7A3eIWX8BCU_mat {
}

._2E1LQfpwylDJ8PKaHOHw8L {
}

._1c_8RqtuZFWeeQuq85CA85 {
  display: grid;
  grid-template-columns: repeat(3, 2fr) 1fr 2fr repeat(2, 1fr);
  grid-column-gap: 5px;
  margin-bottom: 10px;
}

._2NFVOQWePJyPrPW84yJRPJ {
  display: grid;
  grid-template-rows: 220px minmax(calc(100vh - 286px), 100%); /* 286px = 220px (top row) + 66px (navbar) */
  font-size: 12px;
}

._3KcBHr-c-1aYd3iI7b1O9D {
}

._377rjdg6gDObE1h6JE5YRk {
  background: #f6f6f6;
  position: sticky;
  top: 66px;
  z-index: 10;
}

.UJxk9fDGMLCXXB1j76tn- {
  margin: 20px 0;
}

.g10vvIktVFWkO6sAghNJ4 {
  display: flex;
  gap: 17px;
}

._2pr4vYqisM9CsDEEmUs3yQ {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 50px;
}

._3RDIRd768hQH99xZcIXJ6a {
  margin-bottom: 30px;
}

._3xLEBrqJMUelS21qXfRAsO {
  display: grid;
  grid-template-columns: repeat(3, 2fr) repeat(3, 1fr);
  grid-column-gap: 5px;
  margin-bottom: 10px;
}

.TY3C1GYauXraf_wranzVO {
  font-weight: 400;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
}

._3qDJtYZTE0YB17mdnre0fC {
  cursor: pointer;
}

._3qDJtYZTE0YB17mdnre0fC:hover {
  color: var(--main-color);
}

.h_VhHkhiSvMQigICn8DSK {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  grid-column-gap: 10px;
  margin-top: 20px;
}

._3jE_bNx2cooIHlEwAfroy {
  border: none;
}

.XOT-YFNsmWVuPn-y3MhVo {
  cursor: pointer !important;
}

._3-bXYYDrKSMUXWtKwLqLN_ {
  display: flex;
  justify-content: center;
}

._3e8NDtSkzUk0HR8nIYC74Y {
  max-height: 250px !important;
}

._3D214adheDhI9zXnBR4nt2 {
  padding: 5px 30px 5px 5px !important;
}

.Mm9y6klnM6ZiMM9r7QhD6 {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.cxCRdqlz00afLKDTe7aOe .Mm9y6klnM6ZiMM9r7QhD6,
._1K13JUssMuGcHWiXoi1Az- .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #c9c9c9;
}

._8NfbqlgcWZ18zBsmJe3ME .Mm9y6klnM6ZiMM9r7QhD6,
._37Afc-DFpB8lnTZiI6BIXV .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #c9c9c9;
}

._2YUAoQTf014KxzCrNIKtMd .Mm9y6klnM6ZiMM9r7QhD6,
._1B9fTxr42su_AFoClhvlLn .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #c9c9c9;
}

.POGBcUBd-7bgkhFB1RRI4 .Mm9y6klnM6ZiMM9r7QhD6,
._3sO9M6qpq74RRGECs6mMfw .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #5e5e5e;
}

.AUR1TZeGctRGFjSvjHixv .Mm9y6klnM6ZiMM9r7QhD6,
._2rHvX2O9NF6bx2Dm4K9yLd .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #1a1a1a;
}

.eGO4ImR5NvAJuimy_aKdn .Mm9y6klnM6ZiMM9r7QhD6,
._386OKjG_7t6G_Osft-Yw5v .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #00afef;
}

.jUAUi63rROsydRMLpamKq .Mm9y6klnM6ZiMM9r7QhD6,
._3TKGtwJ6qZmVF-LE5qh9j4 .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #00afef;
}

._2TtYkBxH1G58zW8BMS197E .Mm9y6klnM6ZiMM9r7QhD6,
._1lGm14uPlCQVKpLFyfS2-K .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: green;
}

._23hGR-PLHAOQ0YBZXkHi9I .Mm9y6klnM6ZiMM9r7QhD6,
._1DprM81A3ESE9LAEgrj3kH .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #00afef;
}

.Wh6TTwuaoBQZWvW7VXs3W .Mm9y6klnM6ZiMM9r7QhD6,
._2MqOLoM92uE-3Uhuf8SW3N .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #f44335;
}

._3c92xUECvGUUeDqdh-Ad4f .Mm9y6klnM6ZiMM9r7QhD6,
._28IpZvRkyRwNHyfRQLpztM .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #f44335;
}

._3y_NrqJgbjgpFK8hT5iPMm .Mm9y6klnM6ZiMM9r7QhD6,
._2nzsXdJyFpMWW-CvQ_WbaS .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #f44335;
}

._1oIlmNQ-SH-epL2Ap2PvYV .Mm9y6klnM6ZiMM9r7QhD6,
._3ww0xx_wD_BUVbhD1xUPTk .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #f44335;
}

.awMcrxR5bWPAi0ObLO6Mf .Mm9y6klnM6ZiMM9r7QhD6,
._28RuEouG6tHGeWrGi5smgw .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #f44335;
}

._2vhXJH83zBCenn6l2sLlNX .Mm9y6klnM6ZiMM9r7QhD6,
._3gIakwF7ohZmdEyMWE4eJS .Mm9y6klnM6ZiMM9r7QhD6 {
  background-color: #ffb601ff;
}

span[class*="_simple"] {
  margin-right: 3px;
}

span[class*="_simple"]:last-of-type {
  margin-right: 0;
}

._2BQhPFRIanIHKD3oEytEb9 {
  display: inline-block;
  margin-left: 11px;
}

._2pCJfibCuHRinTrvHOA56p {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

._3XYxVbjVX8z36dwFH-clIb ._2pCJfibCuHRinTrvHOA56p,
._3pTEBF5Re2WQadTQys3tb8 ._2pCJfibCuHRinTrvHOA56p {
  background-color: #c9c9c9;
}

._1cIZ5QhdwhFAF2xNS4XlSE ._2pCJfibCuHRinTrvHOA56p,
.Hefwe6GmzSQ3tTFBLEC0Y ._2pCJfibCuHRinTrvHOA56p {
  background-color: #c9c9c9;
}

.rzaPhuYxY_fOQgCQ7sd_f ._2pCJfibCuHRinTrvHOA56p,
._2tyAU-ofN5q5hk1xw5ODww ._2pCJfibCuHRinTrvHOA56p {
  background-color: #c9c9c9;
}

._1fG-lgjXoj3ZGXn5naqlYj ._2pCJfibCuHRinTrvHOA56p,
._1iCoYE4bLus1zXDcTNX1QK ._2pCJfibCuHRinTrvHOA56p {
  background-color: #5e5e5e;
}

._2jHjwzp7HtJKfaH_RqTX8r ._2pCJfibCuHRinTrvHOA56p,
.WWi6roQtTfh_lYA82x7Jn ._2pCJfibCuHRinTrvHOA56p {
  background-color: #1a1a1a;
}

._3fGGTPVIIb-Cb7TAyHqMj5 ._2pCJfibCuHRinTrvHOA56p,
._17nyq5i-WqUal7jeRMfcwB ._2pCJfibCuHRinTrvHOA56p {
  background-color: #00afef;
}

._2D5i9-O7g_U4FQv0pw9V9r ._2pCJfibCuHRinTrvHOA56p,
._3S3O2bO8_90fXbj0E2DSoz ._2pCJfibCuHRinTrvHOA56p {
  background-color: #00afef;
}

._1EEEuSWE_KZxgUXHbWrQe1 ._2pCJfibCuHRinTrvHOA56p,
._1L4fHBqjY3B4uv1dB-F2aT ._2pCJfibCuHRinTrvHOA56p {
  background-color: green;
}

._2Fq3Pxe1e4HQ76tjI1MD1K ._2pCJfibCuHRinTrvHOA56p,
._2tPTLrUonuyddtVtqEDfd3 ._2pCJfibCuHRinTrvHOA56p {
  background-color: #00afef;
}

._1F49ALEUKnUI_8SVStfb5c ._2pCJfibCuHRinTrvHOA56p,
._2WgthFlKcM538PHtgWtHaC ._2pCJfibCuHRinTrvHOA56p {
  background-color: #f44335;
}

._35g2H6T5p3N_Ns5iw-Fc5V ._2pCJfibCuHRinTrvHOA56p,
._1L6sUBuHlVGupMc7Awrcq5 ._2pCJfibCuHRinTrvHOA56p {
  background-color: #f44335;
}

._3lZ2mN-ssjE5m3ZMSbZb9K ._2pCJfibCuHRinTrvHOA56p,
._156oVMum1_X2AIDFlGbVI ._2pCJfibCuHRinTrvHOA56p {
  background-color: #f44335;
}

._14Hr2VGUi235ybZZ6qWoZK ._2pCJfibCuHRinTrvHOA56p,
._3nFJ5l7_0_wuwe279Xr4Q5 ._2pCJfibCuHRinTrvHOA56p {
  background-color: #f44335;
}

span[class*="_simple"] {
  margin-right: 11px;
}

span[class*="_simple"]:last-of-type {
  margin-right: 0;
}

._2gDnjJrTQj7_1BG4gPml28 {
  display: inline-block;
  margin-left: 11px;
}

.R4QvHAHKK_Fn_p_uT9z2D {
  font-weight: 400;
  margin-bottom: 20px;
}

._3XcHRnzTM-_L_VdZpascl3 {
  margin-bottom: 10px;
}

._1iVLx6mJNPI582F8DauSlt {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 2fr 1fr;
  grid-column-gap: 5px;
}

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

._3Q_qpymG50lGQoGvbw6JGw {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--main-color);
}

._3E0v67qVEhPrQQudTc7ico {
  margin-top: 10px;
}

._3E0v67qVEhPrQQudTc7ico:last-child {
  margin-bottom: 20px;
}

._1Hu921k_E3Y1LzwXk8HvVh {
  margin-left: 12px;
  white-space: pre-wrap;
}

._3OlfWsVm4j9n5TGyTFb2O8 ._3-to1xwtuRJAWcEm_4oSc3:not(:last-child) {
  margin-right: 10px;
}

._3-to1xwtuRJAWcEm_4oSc3 {
  cursor: pointer;
  color: var(--main-color);
}

.v1jaUXMsXsE2b5ImIpCRL {
  margin: 10px 0;
}

._1yjg1eODDXGInMm5xVVbZZ {
  display: none;
}

._2jwAAk-thIH2KP6Oxnq_va {
  display: unset;
}

/* Input styles */

._2cGJwE0AQLS2f7P3fTFNO {
  font-size: 10px !important;
}

._18Lrj-S8s_XiWyHUzLt6PK {
  font-size: 12px !important;
  font-weight: inherit !important;
}

._2TCzUETc1sX4zvI0valOdN {
  display: flex;
}

._2TCzUETc1sX4zvI0valOdN button:not(:last-child) {
  margin-right: 20px;
}

._3KNnCFfhQOuH6-0L6DohAm {
  padding-top: 20px;
}

@media (max-width: 991px) {
  ._309EAsHSQ5iJIE0dQPgHjP {
    display: none;
  }

  ._1PnPtunM5K20naRbcsck60 {
    margin-bottom: 20px;
  }

  ._1n0hLToXVt8Z5jGxsfU2PL {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .d9Q_z8d1Qns98035huXoo {
    margin-bottom: 10px;
  }

  ._3kbi8ehzq-gsHXAls-Z8fx {
    color: var(--main-color);
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .ur-Qa3nP4fuNMJudJ4EFT {
    color: #000000;
  }

  .Qjvk8rFTQbyFlSV38eXlN {
    margin-bottom: 10px;
  }
}

._28XAiZ2o4t8PNU2DaUlc42 {
  display: flex;
}

._26CqPUkHmSVaTrLc6XkZef {
  margin-bottom: 20px;
}

._1gIW5EPNj9a2pq7m879UUD {
  margin-top: 10px;
  margin-right: 20px;
}

._32_Id_UKy2hy94aLSJgb6s {
  flex-grow: 2;
}

._35AnZhrLSNVEP-Dlq_9xmP {
  display: grid;
  grid-column-gap: 5px;
  grid-template-columns:
    minmax(95px, 1fr)
    minmax(150px, 2fr)
    repeat(2, 70px)
    95px
    minmax(100px, 2fr);
  margin-bottom: 10px;
}

.Qr7v6qmB58l5-GDRLjs1B {
  margin-top: 5px;
}

._2-ArQKZfROHuguSX6fm79K {
  margin-right: 10px;
}

.w_MezDwaZsvHDIiLUe4gg {
  display: flex;
  cursor: pointer;
  color: var(--main-color);
}

._1new0GDw2BD2j5fFwFyhxt {
  word-break: break-all;
}

._2wKs5F7A_zD00gyphQzl6x {
  display: flex;
}

._2wKs5F7A_zD00gyphQzl6x div:not(:last-child) {
  margin-right: 10px;
}

._1XYmPr8SgZNCACOvbsIPll {
  cursor: pointer;
}

.OtnTYMyUhMHmA8hysM1l4 {
  text-decoration: underline;
  color: var(--main-color);
}

.LOos80IL39aP8svPm9YB {
  padding: 20px;
  overflow: unset;
}

._3UTbXcWq5he16WL26xAuag {
  padding-left: 0;
}

._3zNexLhXIOpL_czsx4o9n- {
  overflow: auto;
}

._1hfbjf3PmpwZ5pUsOydijx {
}

._1G2Gm_5vKyYazx65hYNIRf {
  display: grid;
  grid-template-rows: 100px minmax(500px, calc(100vh - 236px)) 70px; /* 236px = 100px (top row) + 70px (navigation buttons) + 66px (navbar) */
  font-size: 12px;
}

/** Topbar */

.QxRNDS_0CGjQZAzjmfhEP {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 66px;
  background-color: #f6f6f6;
  color: var(--main-color);
}

._2Uz9wYM8Yo7IHuvbtt8G_R {
  display: flex;
}

._2Uz9wYM8Yo7IHuvbtt8G_R ._3Fp2mvrW1IRQtof5Hjj4YU:not(:last-child) {
  margin-right: 50px;
}

._3Fp2mvrW1IRQtof5Hjj4YU {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 70px;
  cursor: pointer;
}

._17vawEsU38iel0wGltjYbY {
  margin-top: 5px;
}

._3W8mKmD73UEfpujiBvF-jp,
._3Fp2mvrW1IRQtof5Hjj4YU:hover .-zMu1DBgQw-5NTK045EF9 {
  width: 40px;
  border: 2px solid var(--main-color);
}

._3jhjYnOplaoa5Jn6p8MOau {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 10px;
}

/** Details */

.feG5EmDyeAqzOTQAgZDaS {
  background-color: #ffffff;
  height: 100%;
  overflow: auto;
  padding-top: 20px;
  position: relative;
}

._1Ytnpr2KvunQ2pcBa511EC {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.vZ7i_DkWJmCqrq2FvQU4U {
  font-size: 12px !important;
  font-weight: inherit !important;
}

._3esjQaCyY9rx9wZWEMTlGI {
  margin-left: 0 !important;
}

._1sHBJFXuGqgMuprJQuBvYI {
  margin-left: 20px;
}

._1eUPn5Yggxf5e12MhDgZaT {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

._14H3cy6Ema4dsIkb3-U2O_ {
  max-width: 340px;
}

._31S0nzfCFFfJWpdX2c7eet {
  color: red;
}

._3TSdwAzdv8cmiGThsR8xNW {
  display: flex;
}

.Bbad8gVMcrl760588eD9o {
  display: flex;
}

.Bbad8gVMcrl760588eD9o div:not(:last-child) {
  margin-right: 5px;
}

._3tl7YMgro7DJHEo1d4TOcn {
  margin-bottom: 20px;
}

._1rT-dBxTX3tLhyhz_XonbJ {
  grid-column: span 2;
}

._3P4V7J19l9pIB6ghU5ONPf {
  font-size: 12px;
}

._3P4V7J19l9pIB6ghU5ONPf:not(:first-child) {
  border-top: 1px solid #c9c9c9;
  padding-top: 20px;
}

._3PlXS5pvbX_snzHffEEFE2 {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 66px;
  background-color: #f6f6f6;
  color: var(--main-color);
  padding-top: 10px;
}

._1gV6isnO6u4ohpY695kZ5f {
  margin-left: 20px;
  /* height: 90px; */
}

.YgyqTar0RKxJruCdkvWH2 {
  display: flex;
}

.YgyqTar0RKxJruCdkvWH2 ._3r5VxYZ4kdowRFE0bTXUof:not(:last-child) {
  margin-right: 50px;
}

._3r5VxYZ4kdowRFE0bTXUof {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 70px;
  cursor: pointer;
}

._143XmI-3G4L7Ea_Ds-Hjv_ {
  margin-top: 0px;
}

.oVkyFaDvyic584Ji1M34D,
._3r5VxYZ4kdowRFE0bTXUof:hover ._2_eMbweE15h3u8Ve9N41vg {
  width: 40px;
  border: 2px solid var(--main-color);
}

._31qm3JcACmsVr2tT07RDFM {
  pointer-events: none;
  color: #c9c9c9;
}

._2K46yJpNfAyEfjMKVEojFI {
  margin: 0 auto;
}

._2rT6fXL5LK7BR6FLxSEXmV {
  font-weight: 400;
  margin-bottom: 20px;
}

._1OURjet9ym2ZOaIMOUk_tV {
  margin-bottom: 10px;
}

.lBOQgp3ziut-xQR557tRV {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 2fr 1fr;
  grid-column-gap: 5px;
}

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

._3nRE-Nv-GKLWBGa5ROz2vw {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--main-color);
}

._3Bk0bZA7L4R8NbdYkCpmLQ {
  margin-top: 10px;
}

._3Bk0bZA7L4R8NbdYkCpmLQ:last-child {
  margin-bottom: 20px;
}

._23nOvjZvrbXbdmbNQknyuw {
  margin-left: 12px;
  white-space: pre-wrap;
}

._3LwFW1jNv0S62vzYoQ4ii9 ._2VJhQg4ZQmHTLDVEjAj4Vz:not(:last-child) {
  margin-right: 10px;
}

._2VJhQg4ZQmHTLDVEjAj4Vz {
  cursor: pointer;
  color: var(--main-color);
}

._1jHvKEUvrvuBNx1C3079bU {
  margin: 10px 0;
}

._2NNmeR_3GOJY1slQPq_Lju {
  display: none;
}

._1t6Vbr94iFrq5FTBPTo-yu {
  display: unset;
}

/* Input styles */

._3mEiwooM_l7NiM0XAcwekQ {
  font-size: 10px !important;
}

._1pbk0e8YgUgr3qMFymb6jU {
  font-size: 12px !important;
  font-weight: inherit !important;
}

@media (max-width: 991px) {
  ._1EeYiY_MmqL4QorOkFny8 {
    display: none;
  }

  ._9u_IdIwUCxwisCYDfwzRK {
    margin-bottom: 20px;
  }

  ._3jcWlNa2vGRUuTRWilSspR {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  ._18mFSdF0haL_-p0w5YeHNB {
    margin-bottom: 10px;
  }

  ._31bXHCIdz63VKgsTmVunLA {
    color: var(--main-color);
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
  }

  ._2AwIV8yqGWOrsy8QKmPHbf {
    color: #000000;
  }

  ._15Zt2J5brwmDsqRWdAWjgg {
    margin-bottom: 10px;
  }

  ._2D1ucLyCieYVOctlj8vtul {
    margin-top: 20px;
  }
}

.MP7AgkpHIQaBxKke-xqIm {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.MP7AgkpHIQaBxKke-xqIm label {
  margin-top: 10px;
}

.xiJY8D2J_85gefovjtwra {
  display: flex;
}

._5zjF9Q7Rt5KhSRMwUcom5 {
  border-radius: 20px;
  width: 90px;
  display: flex;
  align-items: center;
  border: 2px solid var(--main-color);
  height: 30px;
  padding-left: 3px;
  cursor: pointer;
  margin-right: 50px;
}

._5zjF9Q7Rt5KhSRMwUcom5:hover {
  background-color: var(--main-color);
  color: var(--main-font-color);
}

._2Bqlzhf--iOX_rsewcCfFy {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.tBNBBWtOXEnPlUpEOZ3IE {
  display: flex;
  justify-content: flex-end;
}

.tBNBBWtOXEnPlUpEOZ3IE button:first-child {
  margin-right: 40px;
}

.table-container {
  width: 100%;
}
.table-container table {
  width: 100%;
}
.table-container thead {
  background-color: #f6f6f6;
}
.table-container tr {
  border: 2px solid #f6f6f6;
}
.table-container th,
.table-container td {
  padding: 1em;
}
.table-container .table-toolbar {
  display: flex;
  gap: 1.25em;
  align-items: center;
  padding-top: 8px;
}
.table-container .column-filter {
  width: 30vw;
}
.table-container .table-search {
  width: 686px;
}
.table-container .span-as-link {
  margin-top: -6px;
  color: var(--main-color);
  text-decoration: underline;
}
.table-container .span-as-link:hover {
  cursor: pointer;
  color: var(--main-color-active);
}
.table-container .table-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 1em;
}
.table-container .table-pagination-controls {
  margin-right: 5px;
  padding: 0.25em 0.5em;
  border-radius: 25px;
  box-shadow: 2px 2px 5px 0px #c9c9c9;
  color: var(--main-color);
}
.table-container .table-pagination-controls span {
  margin: 0 1em;
  text-decoration: none;
}
.table-container .table-pagination-controls span.active {
  text-decoration: underline;
}
.table-container .table-pagination-controls span.active:hover {
  color: var(--main-color);
  cursor: initial;
}
.table-container .table-pagination-controls button {
  background: none;
  color: inherit;
  border: none;
  padding: 1em;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: var(--main-color);
}
.table-container .table-pagination-controls button:hover {
  color: var(--main-color-active);
}
.table-container .table-pagination-controls button:disabled {
  color: #c9c9c9;
  cursor: initial;
}
.table-container .table-pagination .table-pagesize-selector {
  text-decoration: underline;
}
.table-container .table-pagination .table-pagesize-selector:hover {
  cursor: pointer;
  color: var(--main-color);
}
.table-container .table-pagination .table-pagesize-selector.active {
  cursor: initial;
  color: initial;
  text-decoration: none;
}
.timelog-table-container {
  padding: 5px 0;
}
.timelog-table-container .table-container table tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
._3Oy2Oiv-3CwElSDKg-VORX {
  font-weight: normal;
  margin-bottom: 20px;
}

._2EyjhOFSbPzvYmViTWne_5 {
  margin-left: 10px;
}

._3RaCyCM8vqmkyXwuTWzLij {
  cursor: pointer;
  color: var(--main-color);
  margin: 10px 0 20px;
  width: fit-content;
}

._1JffVJRjTQVLVP_zOsGv6u {
  cursor: pointer;
  color: #f44335;
  margin-top: 7px;
}

.tVgX1vQBaiiT0HxGyNQrV {
  display: grid;
  grid-template-columns: minmax(200px, 450px) minmax(220px, 470px);
  grid-column-gap: 30px;
}

._3O5I6ltsgvnO8tfw4yak_u {
  display: grid;
  grid-template-columns: minmax(200px, 450px) 20px;
  grid-column-gap: 5px;
}

._19GP1F29ZdC5sTNASWzD-V {
  display: flex;
}

._1OCIzdPsPpziIglcMbVu6F,
._13aequyYGM5nfgRGCmbMwE {
  color: #f44335;
}

._16H4-6EZIlq6r_bQQDHu2o {
  margin-left: 20px;
  color: var(--main-color);
  cursor: pointer;
  text-decoration: underline;
}

._1VtqpmOHbhZo8LHSmSgb7U {
  margin-top: 20px;
}

.wNEBZwvl8E-V51-0jL050 {
  margin-bottom: 20px;
}

._3CeqA8HrO8eHUZjnsexjVZ {
  margin-bottom: 20px;
}

._34CU_1F8VzLwiiscdkq-Tc {
  min-width: 60px;
}

._1bwoM9HQe1qmq9dGfBg20G {
  margin-right: 20px;
}

._1Nn3Jw_RqK5bh4UJJiZ7mW ._1Y6i55iEwQuzK2vxbDDCjV:not(:last-child) {
  margin-right: 10px;
}

._1Y6i55iEwQuzK2vxbDDCjV {
  width: fit-content;
}

._2RSvQEzaKZFLS959oY8peE {
  font-size: 12px !important;
}

.g3bobya9GhS2dTvdYXqXd {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

._2xNaNd0ieLKg5-8McueqiB {
  color: var(--main-color);
  margin-top: 10px;
  margin-right: 10px;
}

._2REGYI7_sEfu_zksTgY88m {
  font-size: 12px !important;
  font-weight: 200 !important;
}

._37yyTNXBdMVobiompMx4bi span {
  padding: 0 2px 0 0 !important;
}

._20MfChqGv6_6w5MUO5Jr1m {
  width: 100%;
  justify-content: center;
}

/* import colors */

/* Layout */
._2BgD9Kdvtk6uznKFsSfvsv {
  padding: 10px 0;
  position: relative;
}

._2saufUkHSuZ7Zst2MRbgoY {
}

._17IiGBJslJMigA12fcCAol {
}

._3qcCZmzFecBRhE1qJBt3fs {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  margin-left: 66px;
  margin-bottom: 0;
}

._1u0QU54_1kjNkXGff9J4q2 {
  font-size: 20px;
  font-weight: 300;
}

.Rcp9_5Inoi14NXZAGnGeq {
  width: 50%;
  margin-right: 35px;
}

.TeVjVgcU0M-hyS_d2PKaW {
}

._1olcKBQWfhmT9h-qbHnOyl {
}

.RQ5dANssDKYj8tl-8iRAQ {
  width: 100%;
}

.qI-n5St9UxERM93WvQgRD {
}

._273toCAPugLM2P25YYbDDV {
  margin-right: 35px;
}

._1MlxxSfuPZ3Uig9rHkICJF {
  width: 100%;
}

._1nUz5c7y2aJD1egiKB_rDc {
  display: inline-block;
  width: 130px;
}

._1qQ9Op79_v0Gkv7mpb3fMO {
  display: inline-block;
  width: 130px;
  color: #f44335;
}

._1C1Z080pr69tIaZRdBWJCj {
  display: block;
}

._3dvQuX0PyPZDaR6JXTgnGv button + button {
  margin-left: 20px;
}

._3dvQuX0PyPZDaR6JXTgnGv {
  margin-top: 20px;
  margin-bottom: 20px;
}

._3kS0lwym0SnvoCNhXIh3VT {
  color: #000000;
}

.kPRCyddNzq6pp7SqkBWtF {
  color: #000000;
}
._3XPhCUb-kd2i9gRq73xDat {
  display: block;
  padding: 0 0 4px;
}
._1Tdc3gAgFzKLdN15h4QKiM {
  font-size: 13px;
  line-height: 18px;
}

._1Tdc3gAgFzKLdN15h4QKiM span {
  color: #f44335;
}

/* VedaCommercialCheck */
._2nJieCKwtdF6u24h9sLK4o {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

._-0axVuv8fAwNOdPoPiXMJ {
  padding-right: 10px;
  width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

._-0axVuv8fAwNOdPoPiXMJ ._3Tuwql5AohGeoniZud79XE {
  background: #e21a22;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-grow: 1;
}

._bh9eqfcOfEqe9k-MT-74 {
  color: #fff;
  flex-grow: 0;
  flex-shrink: 1;
  align-self: auto;
  flex-basis: auto;
  width: 100%;
}

._bh9eqfcOfEqe9k-MT-74 p {
  margin: 8px 0;
}

._2WjKAVd0Ur5u5ECf2CDrAb {
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  flex-basis: auto;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  border-left: 1px solid #e21a22;
  border-right: 1px solid #e21a22;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}

._3T2M-P_1VvtWOlL8aVY7Mz {
  width: 70%;
  text-align: center;
}

._3T2M-P_1VvtWOlL8aVY7Mz ._3nm9hW1m8w5DzzZKGT5GGD p {
  margin: 8px 0;
}

._2Q5MvTQzPfh-DP27Lnqo2P {
  width: 100%;
  text-align: center;
}

._3T2M-P_1VvtWOlL8aVY7Mz ._3Tuwql5AohGeoniZud79XE {
  padding-left: 10px;
}

._3mZgFgdUPOtv_Mi5ipRSxs {
  position: relative;
  padding-top: 30px;
}

._1iBkuQUiyq6IUinSoP7b5r {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 30px;
  transform: translateX(-50%);
}

._1iBkuQUiyq6IUinSoP7b5r::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 4px;
  height: 44px;
  background: black;
  left: 50%;
  transform: translate(-50%, -4px);
}

._3ZfH373fN4owHz3d_WO1EX {
  background: rgba(0, 178, 98, 1);
  background: -moz-linear-gradient(
    left,
    rgba(0, 178, 98, 1) 0%,
    rgba(219, 221, 82, 1) 27%,
    rgba(255, 210, 74, 1) 51%,
    rgba(255, 93, 64, 1) 75%,
    rgba(255, 29, 59, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(0, 178, 98, 1)),
    color-stop(27%, rgba(219, 221, 82, 1)),
    color-stop(51%, rgba(255, 210, 74, 1)),
    color-stop(75%, rgba(255, 93, 64, 1)),
    color-stop(100%, rgba(255, 29, 59, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 178, 98, 1) 0%,
    rgba(219, 221, 82, 1) 27%,
    rgba(255, 210, 74, 1) 51%,
    rgba(255, 93, 64, 1) 75%,
    rgba(255, 29, 59, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 178, 98, 1) 0%,
    rgba(219, 221, 82, 1) 27%,
    rgba(255, 210, 74, 1) 51%,
    rgba(255, 93, 64, 1) 75%,
    rgba(255, 29, 59, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 178, 98, 1) 0%,
    rgba(219, 221, 82, 1) 27%,
    rgba(255, 210, 74, 1) 51%,
    rgba(255, 93, 64, 1) 75%,
    rgba(255, 29, 59, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 178, 98, 1) 0%,
    rgba(219, 221, 82, 1) 27%,
    rgba(255, 210, 74, 1) 51%,
    rgba(255, 93, 64, 1) 75%,
    rgba(255, 29, 59, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b262', endColorstr='#ff1d3b', GradientType=1 );
  width: 100%;
  height: 40px;
}

.FymP5wq__duF7Kwh1bGwb {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-50%);
}

._3_yvjqFAMQaxxBYuh4iNhc {
  left: 25%;
}

.lT0eH04gqtRKqnEyIJffp {
  left: 50%;
}

._1ge31bmRfRexkPS9XB9O7i {
  left: 75%;
}

._12RqMqqPlUTM1Y7_CiejSt {
  left: 100%;
}

._32v0cVDXQsJnrcGSROOI-p {
  width: 25%;
  margin-left: 30px;
}

.gYjcbiFfyQ1W4MelaygHT {
  display: flex;
}

.gYjcbiFfyQ1W4MelaygHT div:first-child {
  width: 55%;
}

.gYjcbiFfyQ1W4MelaygHT div + div {
  width: 45%;
  text-align: right;
}

/* Overfow X for large tables */
._1TvRKHNsq3U4PV5XUPR8Vz {
  overflow-y: auto;
  margin-bottom: 16px;
  margin-top: 16px;
}

._1EMIub-VrGhq6d4Utk1mDq {
  margin-top: 0;
}

/* Mock table */
.I3rtyCqbWHz2qqX9PUVwf {
  width: 100%;
  border-top: 1px solid #c9c9c9 !important;
  border-left: 1px solid #c9c9c9 !important;
}

._23jle51Lq9fpmxRiDFlzYe {
}

._13BJB_G1n5_xj8A2RqssL5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
}

.I3rtyCqbWHz2qqX9PUVwf th {
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  background: #e9e9e9;
  text-align: left;
  font-weight: 300;
  padding: 7px 5px;
}

.I3rtyCqbWHz2qqX9PUVwf td {
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  text-align: left;
  padding: 7px 5px;
}

.I3rtyCqbWHz2qqX9PUVwf ._1IFTjqjxkJdpQM4au4WpQZ,
.I3rtyCqbWHz2qqX9PUVwf ._1_-3uWaWZQzpLj7iCCpgNx {
  text-align: center;
}

._3nkjS1LubYfHQEY_iPnDiS {
}

._3nkjS1LubYfHQEY_iPnDiS th,
._3nkjS1LubYfHQEY_iPnDiS td {
  width: 20%;
}

/* Sub table output */
.SgnVk5E-snPICJJk44TPV {
  border-top: 1px solid #c9c9c9;
  padding: 7px 25px;
  background: #e9e9e9;
}

/* Footnote text */
.ENDV5ok91b2TXe6TUYWED {
  margin: 10px 20px;
  border-bottom: 1px solid #c9c9c9;
  padding: 10px 0;
  font-size: 11px;
}

/* Boxed text */
._322o880sjaVHY1c_vhiLT7 {
  border: 1px solid #c9c9c9;
  margin: 16px 0;
  padding: 0 5px;
}

/* Veda logo */
._2k0g6iLfvV7J5lshcY4_MU {
  float: right;
  width: 277.9px;
}

/* Spacing elements */
._14j_Dz6jkdJ46UxUXIKaGA {
  display: inline-block;
  margin-right: 30px;
}

._2x43GmwDzOVK9uSfoojYXI {
  height: 32px;
  margin-left: 10px;
  border-radius: 16px;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

._3yuCzOdm4qS04UmndPMBzC {
  width: 100%;
}

/* Table styles */
.ReactTable,
.ReactTable .rt-thead .rt-th,
.ReactTable .rt-thead .rt-td,
.ReactTable .rt-tbody .rt-td,
.ReactTable .rt-tbody .rt-tr-group {
  border-color: #c9c9c9 !important;
}

.ReactTable .rt-thead.-header {
  box-shadow: none !important;
}

.ReactTable .rt-thead .rt-th {
  border-bottom: 1px solid #c9c9c9 !important;
  background: #e9e9e9 !important;
  text-align: left !important;
}

.ReactTable .rt-th,
.ReactTable .rt-td {
  white-space: normal !important;
  /*text-overflow: clip !important;*/
}

.ReactTable .rt-td .rt-expander {
  margin: 0 !important;
  width: 100%;
  text-align: center;
}

.ReactTable .rt-th p,
.ReactTable .rt-td p {
  margin-top: 0;
}

.ReactTable .rt-th p:first-child:last-child,
.ReactTable .rt-th p:last-child,
.ReactTable .rt-td p:first-child:last-child,
.ReactTable .rt-td p:last-child {
  margin-bottom: 0;
}

.ReactTable .rt-noData {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  text-overflow: ellipsis !important;
  padding: 7px 5px !important;
  overflow: hidden !important;
  background: none !important;
}

.egb0HOaFdOICFrudStJOF {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==) no-repeat center center;
  margin: -5px 0 -10px 15px;
  animation: ivd2e6UfOTBwPnvSvxMz_ 0.8s infinite linear;
}

._1MlxxSfuPZ3Uig9rHkICJF label {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--main-color);
  margin: 4px 0 4px;
  padding: 0;
}

._1MlxxSfuPZ3Uig9rHkICJF textarea {
  height: 200px;
  margin-bottom: 20px;
}

._3T_usW0980I2rygQ9uqQkj {
  margin-bottom: 20px;
}

._13UCEGwg5zJ9HKK3c4gWGg {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}

._13UCEGwg5zJ9HKK3c4gWGg div:not(:last-child) {
  margin-right: 20px;
}

._3XATP2fpN7okTBB3tMeYgf {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin-left: 66px;
  padding-top: 27px;
}

._1tk_PhksS9qawt2vtBiifQ {
  position: relative;
  padding: 25px 0;
  margin-left: 66px;
  color: var(--main-color);
  font-size: 13px;
}

._1vRoJPuYmz4V5Et01Ac8BH {
  display: block;
  text-align: right;
}

._3DDz6CKNGGVe3ZLFRZanYZ {
  display: flex;
  justify-content: space-between;
}

@media (max-device-width: 480px) {
  ._273toCAPugLM2P25YYbDDV {
    width: 100%;
    margin: 0;
  }
}

._5TFtlcc2k5wtUzQTG5lZy {
  background: rgba(0, 128, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(
      0%,
      rgba(255, 0, 0, 1),
      color-stop(25%, rgba(255, 10, 10, 1)),
      color-stop(45%, rgba(255, 249, 4, 1)),
      color-stop(50%, rgba(189, 219, 0, 1)),
      color-stop(75%, rgba(33, 143, 65, 1)),
      color-stop(100%, rgba(0, 128, 0, 1))
    )
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d3b', endColorstr='#00b262', GradientType=1 );
  width: 100%;
  height: 40px;
}

._1gmDo2GKQ5aAFAtwk1Rvgn {
  position: absolute;
  left: 0;
  top: 125%;
}

._2dVyYrg8F-N87IyOjnFpIq {
  position: absolute;
  right: 0;
  top: 125%;
}

.M6-J10UuLIMU0HU3l6gCd {
  margin-top: 30px;
  padding-left: 10px;
  width: 30%;
}

.-ANYsNWBibvgAK9XppYS_ {
  margin-top: 50px;
}

._3ZWkYertn-RcA2QgzBA7cA {
  margin-top: 5px;
  margin-bottom: 10px;
}

._1udsYphww8zb1aM4BaTE0c {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

._3VauBRPNpgr2G55Sr5MSe0 {
  padding-top: 4px;
  margin-left: 5px;
}

._3WfzbQ1TwCKBGulZk_7EV4 {
  font-size: 14px;
}

@charset "UTF-8";
.equifax_scorebox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.equifax_scorebox__icon-container {
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.equifax_scorebox__icon--check::before {
  font-family: FontAwesome;
  content: "\F00C";
  color: green;
  font-size: 20px;
}
.equifax_scorebox__icon--cross::before {
  font-family: FontAwesome;
  content: "\F00D";
  color: red;
  font-size: 20px;
}
._3nQaonnhxhGi8MLRg5xS8S {
}

.futg7WfIaIyjg_HSlub7- {
}

._2uFIiB6ZA6RLPxN3a1qxin {
}

._32r9YdhdMaoB-TZvdWH6qy {
}

._29Bn4GSqfcrYCZrEVo89qw {
}

._2c6yhdiHlqYttovPX2fNfZ {
}

._2qkL_MFx8btuDcezMokcj {
}

.NlOUi_F6avmJPZe0HED5R {
}

._1pVSkqESaPDjtVdf7RtvLH {
}

.QEP4wsAWDOU9Kch_2XaXl {
}

._2Rd_KPZCj2ZzidW2ETMO3E {
  margin-top: 60px;
}

._2lrZ2-GXVuBr6RMvOtYvZH {
}

.e1podC_swoYCngbLjOd2V {
}

._3Yht39gGM4wd16sdMu6Z1a {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-50%);
}

._1C3et_anCeMDmJ8xMwijwG {
  left: 14.29%;
}

._1BmBbsxbTsIx19GLAiqc7t {
  left: 28.57%;
}

._3X8I0G79dOnbfcxzuj0DJ- {
  left: 42.86%;
}

._13A4ITx44qTRV7xUL2b7fg {
  left: 57.14%;
}

._2CYkKrS-7OPx4B0ZRIYJF6 {
  left: 71.43%;
}

._132QwiL7GhdyDJ167FK3oq {
  left: 85.71%;
}

._1wYrO9okHKOfUllUDjSbPY {
  left: 100%;
}

._2Ce63rxJWDoFv6CSOILLSG {
  position: absolute;
  left: 0;
  top: 125%;
}

._2V7bdiXimw1ZWJ7SzLAAxw {
  position: absolute;
  right: 0;
  top: 125%;
}

._3ym_aPXbPJ7UiXhNseyXN9 {
  margin-top: 60px;
}

._1Gall34wnOPLv4LQCoP3yL {
  background: #e7e7e9;
}

._3FGrd3RvbN_ATmBqhjPvMK {
  margin-top: 20px;
}

.Wi_vzGai6BatgRZG0qnC- {
}

._7QXv_NpN09XNC7YTZbuTE > .Wi_vzGai6BatgRZG0qnC- {
  background-color: #e9e9e9;
}

.EKZH7-Pj2Ty5mudw8XAqC > .Wi_vzGai6BatgRZG0qnC-:nth-child(even) {
  background-color: #e9e9e9;
}

.EKZH7-Pj2Ty5mudw8XAqC ._37dnY_G_wzNb8DwScJsa2d,
.EKZH7-Pj2Ty5mudw8XAqC ._1n4RW7KCjT1x1dA3MHrL_-,
.EKZH7-Pj2Ty5mudw8XAqC ._2MBAt9EBwXIzn4TVGYi8ij {
  padding: 3px 6px;
}

._37dnY_G_wzNb8DwScJsa2d {
  background-color: #c9c9c9;
  color: white;
}

._1n4RW7KCjT1x1dA3MHrL_-:after {
  content: "";
  display: block;
  border-bottom: 1px solid #c9c9c9;
}
.EjdwWl175zZ4w6OVFs8BS {
}

.cn30C7upQZZGeTcmJ5QzL {
}

._1dYPO3ZeUBqSlgsp6XagGz {
}

._3MYeys4QwQBxj_efKyaZZz {
}

._2xRTzDDFHr0ecnYniu3zdz {
}

._22VUxz5P4sS4WCX4OYj6hb {
}

._11jizA-vjQVsEpM_CCRKI- {
}

._2v3B6JA-RtaQ0TXhT5a6-V {
}

._1PklIqdO-XG_dLDSavb3Ie {
}

._3M8MRcPLunWZ-ieJCcUyCY {
}

._1j9UDlNdek-NGY-Cokts3h {
  margin-top: 60px;
}

._3nyvU03YaOcXtnqGZ6MJtw {
}

.SpII0pPeT5c5qsn-5Fm6H {
}

._1YvjcDpNFmytlrEAr5WRr9 {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-50%);
}

._34hyFpzJA1klG3X9cecbuE {
  left: 14.29%;
}

._1c2aHu30hTphuRk5_hfZ3v {
  left: 28.57%;
}

._2ENIgZSx2sjL7NgKBdnqw7 {
  left: 42.86%;
}

.DQVGvKsEyuMzsemonXRX_ {
  left: 57.14%;
}

._3LLUXqY_Iljd-gJHnUv-tf {
  left: 71.43%;
}

.jGtTBt8ufyqCNhcPdx5E8 {
  left: 85.71%;
}

._2JSOhGQ3HTXh7gbPvnzQGk {
  left: 100%;
}

._3z-Z9X76404iS-GYpm4TVR {
  position: absolute;
  left: 0;
  top: 125%;
}

._386bFO_FaZDDiis_VBHSuB {
  position: absolute;
  right: 0;
  top: 125%;
}

._2WLiyINCwC22H7GOCoKqwz {
  margin-top: 60px;
}

.skTjn0E9tQH1iOmiK28MR {
  background: #e7e7e9;
}

.yQYRE0r29NpFIeuEr2_mt {
  margin-top: 20px;
}

._1Xx3EOfDsufy_vukI2bfNz {
}

.W9txj3t5kBDx0jfhcDvgd > ._1Xx3EOfDsufy_vukI2bfNz {
  background-color: #e9e9e9;
}

._1H7xKUtybO0zTOORWYZPTO > ._1Xx3EOfDsufy_vukI2bfNz:nth-child(even) {
  background-color: #e9e9e9;
}

._1H7xKUtybO0zTOORWYZPTO ._1XaWkOvIobKHEC6UHTELtu,
._1H7xKUtybO0zTOORWYZPTO ._2cuYsF5FtsekjcvPLt-RrW,
._1H7xKUtybO0zTOORWYZPTO .ghaqpcwXHFVRbXViq6PIy {
  padding: 3px 6px;
}

._1XaWkOvIobKHEC6UHTELtu {
  background-color: #c9c9c9;
  color: white;
}

._2cuYsF5FtsekjcvPLt-RrW:after {
  content: "";
  display: block;
  border-bottom: 1px solid #c9c9c9;
}

._3SMPU9GYbpLfMBvHec62iQ {
  background: rgba(0, 128, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(
      0%,
      rgba(255, 0, 0, 1),
      color-stop(25%, rgba(255, 10, 10, 1)),
      color-stop(45%, rgba(255, 249, 4, 1)),
      color-stop(50%, rgba(189, 219, 0, 1)),
      color-stop(75%, rgba(33, 143, 65, 1)),
      color-stop(100%, rgba(0, 128, 0, 1))
    )
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d3b', endColorstr='#00b262', GradientType=1 );
  width: 100%;
  height: 40px;
}

._2zL8NJNCBvXjTLJKAYJjUt {
  position: absolute;
  left: 0;
  top: 125%;
}

._16dVmwNpBrAHqsBrjDAse2 {
  margin-top: 30px;
  padding-left: 10px;
  width: 30%;
}

._3k2d8CTAIN3nQixXJ8utN2 {
  margin-top: 50px;
}

._2meDq6Gj3K-AnvvNqAiVy2 {
  margin-top: 5px;
  margin-bottom: 10px;
}

._2pDl9IPsjViIoqnX3xP_uX {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

._7lJuUsit_iqyUUG8_v5kc {
  padding-top: 4px;
  margin-left: 5px;
}

.ZmYh41zF9EYdHvfJeNJHe {
  font-size: 14px;
}


/* Veda logo */
._2Ath66jekNFoDNAsnzYjJK {
  float: right;
  width: 277.9px;
}

.PV2U_KlR5mQGZLF_RbcMe {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  margin-left: 66px;
  margin-bottom: 0;
}

._3AsovqlS2OichPNYp6xjnU {
  font-size: 20px;
  font-weight: 300;
}

/* VedaCommercialCheck */
._26seElBuIwB_OLjLnAvouy {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

._3ipd5_04DSGhgIR9O4jSxm {
  width: 100%;
  text-align: center;
}


._2Y5iXo2njtR9lC0KaM5hCY ._3UmFFz3T7aP-0sF4jUWd9u {
  padding-left: 10px;
}

._1btWNR-nN08Nar9BuaxThl {
  position: relative;
  padding-top: 30px;
}


._3PsUPnjmPkqFcWZB3hMCO3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 30px;
  transform: translateX(-50%);
}

._3PsUPnjmPkqFcWZB3hMCO3::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 4px;
  height: 44px;
  background: black;
  left: 50%;
  transform: translate(-50%, -4px);
}
._2MQgOBw3KxQx7yhRqUDwi {
  font-size: 10px;
}

._2mObB5-EgQhUaYqFs-h19J {
  margin-left: 66px;
  width: 200px;
}

._3cEWAuS_U8wZBWZ_AWDFcO {
  margin-top: 20px;
  margin-left: 66px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 25px;
}

._3cEWAuS_U8wZBWZ_AWDFcO h2 {
  font-size: 20px;
}

._3cEWAuS_U8wZBWZ_AWDFcO h4 {
  font-size: 12px;
}

.I0lbGE2O8cUKmj4EcdzNx {
  font-weight: 300;
}

._34a6UjLAm8ZcZj3OjOw3WL {
  text-decoration: underline;
}

._3EQMNi3SbLB0c5-zbhrpae {
  margin-bottom: 20px;
}

.BILbVIrHKXbwUawEHbmLT {
  width: 100%;
}

._3EQMNi3SbLB0c5-zbhrpae td,
._3EQMNi3SbLB0c5-zbhrpae th {
  border: 1px solid #b4b4b4;
  padding: 10px;
}

.dBBeUf9vCX4BJAUKoPwli {
  background-color: #ebebeb;
}

._1fC2EleuNiOrbYIopGKRpg {
  text-align: center;
}

._3EdaZ7bMUgsLgUFaSn5WxZ {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

._1a0VJ3KWh8JGir_1_KkMsP li {
  margin-bottom: 10px;
}

._2hvG2ERwFfcWGeuofd715g div {
  margin-bottom: 5px;
}

._11NYxWs4-XHSaCeW8HTvZo {
  pointer-events: none;
}

._2GvayolySbob9miMpWXbyw {
  display: grid;
  grid-template-columns: 50% 50%;
}

._2GvayolySbob9miMpWXbyw h4,
._2GvayolySbob9miMpWXbyw h2 {
  margin-bottom: 10px;
}

._2h3D0kE_PXj90JT6xeIpY7 {
  display: grid;
  grid-template-columns: 25% 75%;
}

._2h3D0kE_PXj90JT6xeIpY7 div {
  margin-bottom: 5px;
}

._3N7BO5Gv1LGdrwajDh-yPX {
  margin-left: 5px;
}

._2m2lQJKXZpdRWZL_AKMehX {
  margin-left: 66px;
  display: grid;
  grid-template-columns: repeat(2, 10%) repeat(4, 20%);
  border: 1px dashed black;
  margin-top: 20px;
  padding: 10px;
}

._2laeRuoU8lbOBiembPkQm8 {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-column-gap: 10%;
}

._2laeRuoU8lbOBiembPkQm8 div {
  margin-bottom: 5px;
}

.XuQlxshau9fJKWzNvFr21 {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-column-gap: 10%;
}

.XuQlxshau9fJKWzNvFr21 div {
  margin-bottom: 5px;
}

._2GRDp6D0RZ3juaS4DucDAu {
  margin-bottom: 0;
}

._2q0p0YrnrjjtS0rcj1CmCY {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-column-gap: 10%;
}

._38GAb2ff-Ijt4bbulW58hs {
  height: 33px;
}

.uI88lwDXipzHTAkpoTiUV {
  display: flex;
  cursor: pointer;
}

._9O-jnjLNhy7kiD5bWK1O {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._9O-jnjLNhy7kiD5bWK1O h2 {
  font-size: 20px;
}

._3_jByDX1BQUekWMeOAnVcl {
  width: 100%;
  border: 1px solid #d0d0d0;
  padding: 10px;
  margin-bottom: 10px;
}

._3bPD7wpyDEHvtEbOMYYSRm {
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
}

._36ZdNgV9T8JnhNjfTpojMd {
  font-size: 10px;
}

._2nS_YiLmgVBYUlZ7ZHgiZi {
  margin-left: 66px;
  width: 200px;
}

.D7Q6G0oCEA2QHAeTBqN_F {
  margin-top: 20px;
  margin-left: 66px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 25px;
}

.D7Q6G0oCEA2QHAeTBqN_F h2 {
  font-size: 20px;
}

.VU5voPelORPLeSENBgUSu {
  font-weight: 300;
}

._3TzO_qUjs2LTTCVM33mnNF {
  text-decoration: underline;
}

._1dL8iciK8x9FaHAk4ucGio {
  margin-bottom: 20px;
}

._1dL8iciK8x9FaHAk4ucGio td,
._1dL8iciK8x9FaHAk4ucGio th {
  border: 1px solid #b4b4b4;
  padding: 10px;
}

._2WEPv2Sww5-EQyln4E1BKY {
  background-color: #ebebeb;
}

._3TXTXdPeL3mELmoOw5O04k {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

._2jaPGnP1_96dLGiHL15MV8 li {
  margin-bottom: 10px;
}

._1Fg9GOD5iC--Fc4VvLdHAA div {
  margin-bottom: 5px;
}

._2COvjLsk-_3rsQnQtj15nt {
  pointer-events: none;
}

._2mv4rTwwKxbsJtQtaikYXt {
  width: 100%;
}

._3d2WnWHQOAsrXrloMV8aw3 {
  display: flex;
  flex-wrap: wrap;
}

._2zP3w1UrQCDmQN2TGHghBy {
  flex: 1;
  background-color: #ebebeb;
  border: 1px solid #d0d0d0;
  padding: 10px;
  margin-right: 10px;
}

._1-muXg27HFG84bFfrjHWt4 {
  display: grid;
  grid-template-columns: 35% 65%;
  grid-template-rows: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pCkglYEoKFhR-axpgcgN2 {
  flex: 1;
  margin-left: 10px;
}

._3dmK-jrqbp9P6dap6MIWkV {
  width: 200px;
}

._1_oAk7Yan0Z-lD2eQKyEIL {
  width: 150px;
}

._3sCqerQebuKadyhyhCadf {
  font-style: italic;
}

._2n886rJOKJiXKAJTCQk1OD {
  margin-bottom: 20px;
}

._2kAmH3NRdHGb54-RkLd9tV {
  border: 1px solid #d0d0d0;
  padding: 10px;
}

._1_kX4kzPgNGYB_3VjGc3tt {
  padding-left: 20px;
}

._1ylY1Cvum83CjHR6JjTEhf {
  margin: 0 auto;
}

._1rKQFUIuJSCr8v_oy3DipR {
  text-align: center;
}

._2WdFqwtlAqNngpTuMHG6-Z {
  background-color: #e5eff5;
  text-align: center;
}

._39KM3IFeWjm90QZzPOS6cE {
  margin-top: 20px;
}

.a0ngWA28upFPQX2aWDjfb {
  margin-bottom: 20px;
}

.y_WrwRnAM4apipjvaZjQ1 {
  margin-bottom: 20px;
}

._64Xao5RGkuaD9v1TbO8ze {
  margin-bottom: 20px;
}

._1om-N4M9RmVXxcMcq9T2OC {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}

._2lhmqfEZo6bc8W-fnuLoUA {
  width: 50%;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-row-gap: 5px;
}

._3flKfSlJaZAZqOhimM7dXP {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}

._34HVcO5EYGD0EVBQ54peTf {
  margin-top: 20px;
}

.XKM5vNQWKxugbQWqdjsrU {
  width: 100%;
}

._20a_fF3xzgTC0FxW8xWCON {
  background-color: #e5eff5;
}

._3E5ZQseQqrsqZZ6Crh4p5C {
  margin-bottom: 20px;
}

._3RbKwOHfpVgwMrXeRYu9a- {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-column-gap: 10%;
}

._1K8Xe_YoLJeoa5fMizgwtw td {
  width: 25%;
}

._24WIRlBpImx-w6KFbSTJKD {
  background-color: #e5eff5;
}

._3Ywst5pMraCUaU3PgW-2Tj {
  width: 100%;
}

.cW9cEg1K6N40lzKN6zDIx {
  margin-bottom: 20px;
}

.G9XL29arh-45zxUIJg0nf {
  display: flex;
  margin-bottom: 10px;
}

._2aKWpycwSNVrM3SZUULL_1 {
  flex: 1 0 50%;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 10px 5px;
}

._1d8bddhAmNafmTUGmPODBJ {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed#d0d0d0;
}

._1d8bddhAmNafmTUGmPODBJ:last-of-type {
  border-bottom: 1px solid #d0d0d0;
}

._39IE05qE7rps3E8lQS9tCG {
  width: 100%;
}

._37awpqUx1tUyRFRM6W0JV2 {
  text-align: center;
}

._3bl4pLa_sRPZrGMNb1hBNT {
  margin-top: 20px;
}

._3xGFyCzZJ8X6W1Cm_Q62OZ {
  width: 60%;
}

.RviaCuCXiWSlz6cpc0KCo {
  width: 10%;
}

.YcYs_Q6iXg7FRxqKHN31e {
  width: 30;
}

._3QanSwMC2wZa83hdhM-EvP {
  margin-bottom: 20px;
  width: 100%;
}

._3QanSwMC2wZa83hdhM-EvP td {
  width: 25%;
}

/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc rect {
  stroke: white;
  stroke-width: 1; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.c3-title {
  font: 14px sans-serif; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #FFF; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

.c3-chart-arc.c3-target g path {
  opacity: 1; }

.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1; }

.zkiFCU3-glZS8PGJS-OUZ {
  width: 100%;
  margin-top: 20px;
}

._2z3tUDcFoKQjpP_OFhfrMx {
  background-color: #e5eff5;
}

._1UlqwZfQo4ELzcxIO12OH5 {
  display: flex;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
}

._3-cRj0PDzktYC2lhuZmUiX {
  background-color: #ebebeb;
  flex: 1 0 10%;
  padding: 10px;
  font-weight: 300;
}

._2wQxt-pD_X9Rha3vBOnm3u {
  padding: 10px;
}

._3E0_2kQPsNKMBFiKtKpcc- {
  display: flex;
  padding-bottom: 10px;
}

._28aUVoD6PocZCJzFi8frO0 {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

._1YVNHnlUgQowybTmH75jvZ {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._2BFNTNpQbN2ErKqCzQLuyQ {
  margin-top: 10px;
  display: flex;
  border: 1px solid #d0d0d0;
}

._3SShYBhIPZY2hxMHn-IZ29 {
  flex: 1 0 70%;
  text-align: center;
  padding: 5px;
}

._2Vusmf3TOOLy9caWwexCH7 {
  flex: 1 0 30%;
  text-align: center;
  padding: 5px;
}

._3CoyDdM4qHiN1ZBv0M6TYk {
  margin-top: 20px;
}

._3GOF63Ets0e5pv0AT529e2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.VyK-CTVP51DbNC7eZXa-A {
  border: 1px solid #d0d0d0;
  background-color: #ebebeb;
  text-align: center;
  padding: 10px;
}

._1gqGri6iMoJUX72ggYQSA {
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
}

._2QO3zDc6OPCcAHf7oG--MP {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 12px;
}

._3l4NdHt3wzGqzs1qv-s4tX {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  font-size: 10px;
}

._3sDhwff0LQBm2NH0LD_cMX {
  width: 150px;
  margin-left: 25px;
}

._2mD4JJXBQteHxqFDYK8egP {
  display: flex;
  flex-direction: column;
  border: 1px solid #d0d0d0;
  text-align: center;
  margin-top: 10px;
}

.Dvzm4o69ml2xqFlH0Pw14 {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ebebeb;
}

._37H5vkGn_ct_uCtDwo7ANn {
  font-weight: 300;
}

._1-oXELb3aWdQgEOl5M25vK {
  display: flex;
  border-top: 1px solid#d0d0d0;
}

._1-oXELb3aWdQgEOl5M25vK div:first-child {
  border-right: 1px solid#d0d0d0;
}

._21dF_dml03leZOeonh7qrv {
  display: flex;
  cursor: pointer;
}

.c3-chart-arcs-title {
  font-size: 10px;
}

._1BGacKQNz2oBpE3ktYRhAU {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._2_9RZi2wYoQviK4nYCvrQZ {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 800px;
}

._2_9RZi2wYoQviK4nYCvrQZ ._2KjwPPJfQrWWKeF2SwnG5Z {
  font-size: 8px;
}

.b3LWo2OZuZ9AcPVOACEvS {
}

.ujKYLqTHhwiahnmfmuF5G {
}

._3FV6MzqSNhAey9pp8NVLcn > tbody > tr > td,
._3FV6MzqSNhAey9pp8NVLcn > thead > tr > th,
._3FV6MzqSNhAey9pp8NVLcn > tbody > tr > th,
._3FV6MzqSNhAey9pp8NVLcn > tr > th {
  border: none;
  padding: 4px;
}

._2HYdYjR-osTiCtIpV0Leca {
}

.MC4slGBdSjuN7ONVzFW4F,
._1sL3TRrHmFXwnsDb56UQAw,
._3gDaQTf96iqO80Kap0rO8Q,
.T_cnbm6ICznvgwU2MbM2p,
._31yNMuL1G_AjjLW5F57f3L,
._1fm_cqFfKK74ubh3gnEiI_ {
  background-color: #aaa;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  height: 33px;
}

._1sL3TRrHmFXwnsDb56UQAw {
  background-color: #888;
}

._3gDaQTf96iqO80Kap0rO8Q {
  background-color: #739c35;
}

.T_cnbm6ICznvgwU2MbM2p {
  background-color: #5e7835;
}

._31yNMuL1G_AjjLW5F57f3L {
  background-color: #b21028;
}

._1fm_cqFfKK74ubh3gnEiI_ {
  background-color: #082059;
}

._1fWOE8O8X2SVa21fK2MV2w,
._2fg0pSlKrf-lvQfrpylsnm {
  min-height: 1.25em;
  line-height: 1.25em;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

._1IeGINWir4Dje4UBAYwlEl {
  width: 3%;
  float: left;
  margin-right: 1%;
}

.oKI6YMYDyV4pv8UwDgSJj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 44px;
}

._3s8M10xfF7G_19Vf75m_9M {
  width: 250px;
}

._2tvjm4jNk3jIHXDe-IlHue {
  font-size: 20px;
}

._3_C9oWImMbakwUafUTkqnX {
}

._29JEAJUJHaMRct3XLN86J0 {
}

.s1OoExxYPS30dP91AxaAR {
}

._3XlAj-q3uwgkRpffi9GnIo {
}

._1k2lCg_F6734awZljpuxd- {
}

._36NbVSuhvHKQ7dlwEk_6Pz {
}

._1koadCZUTtuz3ce6lRmD55 {
}

._3QCljrjGOrj1pByWx4CEBR {
  margin-left: 5.5rem !important;
}

._3kMC1U_QJr2dQFOBfkUQhJ {
  margin-left: 3.6rem !important;
}

/* Score Graph */
._1l9vkfmBWhYyPhAJzQvSPD {
  position: absolute;
  left: 0;
  top: 125%;
}

._Mt2gDl8gfWlJjK3vA0dO {
  position: absolute;
  right: 0;
  top: 125%;
}

._3j7gkwhofrFAMnxK2qORIM {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 26px;
  height: 30px;
  transform: translateX(-50%);
}

._3j7gkwhofrFAMnxK2qORIM::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 4px;
  height: 44px;
  background: black;
  left: 50%;
  transform: translate(-50%, -4px);
}
._3Rgo2_Q5eZHFAg-cy_dBB8 {
}

._9jrzuqapJZF8zws_urOss {
}

._2n_Obns1GT1CQTU5XKhL3c {
}

._19CgzplHjfb7pZfRJUAl5h {
}

._30KRzSZcQddZx6G3bR1oq_ {
}

._1wSUQyCrngTeEUPDuLGf6L {
}

._3RUd5Hbt7al6xr_2keJlyx {
}

._12xY5ma-PUt6hzvX03Xp3a {
}

._2bzyzGna-LJvsFcaRt5Yto {
}

.Um6ozYU3JqZtZRlDP1hR5 {
}

.d_0hpTpm6SERjMPq59JFd {
  margin-top: 60px;
}

._27_wu4ZhB_kUTSnb3ySn1T {
}

._3LO9pmSlk-iglfEKq8Z2k3 {
}

._3Ib--JiLAfsPv-5cveE9oI {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-50%);
}

._1icKJyhmrKNUQDnisHF--t {
  left: 14.29%;
}

._1dD2-V8wydEHn1YXnXT5qt {
  left: 28.57%;
}

.AVQBX1XpUfnga_X_8b1Os {
  left: 42.86%;
}

._1gIrPiI1zWKXXYUWicXOBY {
  left: 57.14%;
}

._179H51RGG1dH88tvHaUykS {
  left: 71.43%;
}

.VRer2E-De8516V2j4JEOf {
  left: 85.71%;
}

._3yxdvxc_Ufj_XQ6P9db1ae {
  left: 100%;
}

.jHeAiemE1rAQJtHRIFsN7 {
  position: absolute;
  left: 0;
  top: 100%;
}

._1sNeSy1tbGWOFBBTBKWiQU {
  position: absolute;
  right: 0;
  top: 100%;
}

._1o20LahpUx2OGnzHbyFwxs {
  margin-top: 60px;
}

._3efGfqytoM692sBxJXUm2G {
  background: #e7e7e9;
}

._1tIsuj1E_s_X0_NQQXnsqF {
  margin-top: 20px;
}

._1kuZhE5ADmTlivM3gUWyg3 {
}

._1kuZhE5ADmTlivM3gUWyg3 {
  margin: 0;
  display: flex;
}

._2QK_AJl0EEBFQz0Qviw1ox, 
._13k7FqNTIZFjh36qKKAV7C, 
._1CcLmJ1Bhr21xd50VLV5wA, 
.qlMX6lGky_ChOgNiL13gM {
  display: flex;
  flex-grow: 1;
}

.PJ9-aZTk8MlQN0Vwk5gm5 {
  width: 100%;
}

.PJ9-aZTk8MlQN0Vwk5gm5 ._2QK_AJl0EEBFQz0Qviw1ox,
.PJ9-aZTk8MlQN0Vwk5gm5 ._13k7FqNTIZFjh36qKKAV7C {
  border-collapse:collapse
}


.PJ9-aZTk8MlQN0Vwk5gm5 ._13k7FqNTIZFjh36qKKAV7C,
.PJ9-aZTk8MlQN0Vwk5gm5 ._1Lg4BGMZfMkhkcrVRqPb-z,
.PJ9-aZTk8MlQN0Vwk5gm5 ._2QK_AJl0EEBFQz0Qviw1ox, .qlMX6lGky_ChOgNiL13gM, ._1CcLmJ1Bhr21xd50VLV5wA {
  padding: 3px 6px;
}

._2QK_AJl0EEBFQz0Qviw1ox, ._13k7FqNTIZFjh36qKKAV7C, .qlMX6lGky_ChOgNiL13gM, ._1CcLmJ1Bhr21xd50VLV5wA {
    border: 1px solid #739c72;
}

.qlMX6lGky_ChOgNiL13gM, ._1CcLmJ1Bhr21xd50VLV5wA {
    border-right: none;
}

._13k7FqNTIZFjh36qKKAV7C, .qlMX6lGky_ChOgNiL13gM {
  background-color: #f0f8f0;
  font-weight: 500 !important;
}

._1Lg4BGMZfMkhkcrVRqPb-z:after {
  content: "";
  display: block;
  border-bottom: 1px solid #c9c9c9;
}

._1_Uk7mIu7CK4GTm3XH_aM4 {
    width: 100%;
}
._1Sa0SupGbT9ivAsfomfX8n {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

.qlMX6lGky_ChOgNiL13gM {
    background-color: #f0f8f0;
    font-weight: 500 !important;
    flex: 1;
}

._3JUu_QSOqcF-M6IFnVWDxv {
    flex: 1;
}

._27NwMFbU90N5l2uInIxmK4 {
  background: rgba(0, 128, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(
      0%,
      rgba(255, 0, 0, 1),
      color-stop(25%, rgba(255, 10, 10, 1)),
      color-stop(45%, rgba(255, 249, 4, 1)),
      color-stop(50%, rgba(189, 219, 0, 1)),
      color-stop(75%, rgba(33, 143, 65, 1)),
      color-stop(100%, rgba(0, 128, 0, 1))
    )
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d3b', endColorstr='#00b262', GradientType=1 );
  width: 100%;
  height: 40px;
}

._2X4VWaH4EY6ZvsQfRXlXcl {
  position: absolute;
  left: 0;
  top: 125%;
}

._2D99J514LV1ffDApgNFRFf {
  margin-top: 30px;
  padding-left: 10px;
  width: 30%;
}

._3pMXA0pja2sDBuzw93KkMF {
  margin-top: 50px;
}

._1afzIIVzDWQjAAm8gL6e0M {
  margin-top: 5px;
  margin-bottom: 10px;
}

._3vMVNy_wAMqe0dctMIJtIM {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

._2YoMISyE2W1oH7RLClO483 {
  padding-top: 4px;
  margin-left: 5px;
}

._1J4CLLbe0l7Ena4hyBUj0h {
  font-size: 14px;
}


/* Veda logo */
.K65lV2Ds1ZxXOw14JhLK {
  float: right;
  width: 277.9px;
}

._1W68vtCqdVdUIrt-rHiLDS {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  margin-left: 66px;
  margin-bottom: 0;
}

._3icnABzcHWeFlEQAXBitbh {
  font-size: 20px;
  font-weight: 300;
}

/* VedaCommercialCheck */
._2cwkiQwkRBceF7E988ccj {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

._2xK0BV0iS7y7jSQTvD7aIx {
  width: 100%;
  text-align: center;
}


._1ig2XMyZt63sWV-YekPnkF ._1eRhphKIjvt5zGjpMFzWFg {
  padding-left: 10px;
}

._2OeKM3IFZIL-nN5jL_9ZH0 {
  position: relative;
  padding-top: 30px;
}


.BCerrtB6-aXYV5SK_L9SH {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 26px;
  height: 30px;
  transform: translateX(-50%);
}

.BCerrtB6-aXYV5SK_L9SH::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 4px;
  height: 44px;
  background: black;
  left: 50%;
  transform: translate(-50%, -4px);
}
.ReactTable{position:relative;border:1px solid rgba(0,0,0,0.1);}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,0.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(0,0,0,0.15)}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px 5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,0.05);-webkit-transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent;}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible;}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,0.05);}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,0.02);}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-pivot{cursor:pointer}.ReactTable .rt-tr-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.ReactTable .rt-tr{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-property:width,min-width,padding,opacity;transition-property:width,min-width,padding,opacity;}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0 !important;min-width:0 !important;padding:0 !important;border:0 !important;opacity:0 !important}.ReactTable .rt-expander{display:inline-block;position:relative;margin:0;color:transparent;margin:0 10px;}.ReactTable .rt-expander:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,0.8);-webkit-transition:all .3s cubic-bezier(.175,.885,.32,1.275);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,0.15);}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,0.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,0.05)}.ReactTable .-pagination{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,0.1);border-top:2px solid rgba(0,0,0,0.1);}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,0.6);background:rgba(0,0,0,0.1);-webkit-transition:all .1s ease;transition:all .1s ease;cursor:pointer;outline:none;}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,0.3);color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5;text-align:center;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block;}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,0.8);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:rgba(0,0,0,0.5)}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.8);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:2;opacity:0;pointer-events:none;}.ReactTable .-loading > div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,0.6);-webkit-transform:translateY(-52%);transform:translateY(-52%);-webkit-transition:all .3s cubic-bezier(.25,.46,.45,.94);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;pointer-events:all;}.ReactTable .-loading.-active > div{-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactTable input,.ReactTable select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline:none}.ReactTable input:not([type="checkbox"]):not([type="radio"]),.ReactTable select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.ReactTable .select-wrap{position:relative;display:inline-block;}.ReactTable .select-wrap select{padding:5px 15px 5px 7px;min-width:100px}.ReactTable .select-wrap:after{content:'';position:absolute;right:8px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}
/* import colors */

._1nj7jeR_vrY2wSwhcX7Hhc {
  position: relative;
  top: 22px;
  width: 40px;
  text-align: center;
  color: #ffffff;
}

._2Lm_3F44BKnEGz8GpJG5sG {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.CFvb528IhjXk2yMdvBX8j {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  margin-bottom: 20px;
}
.CFvb528IhjXk2yMdvBX8j:focus {
  outline: none;
}
.CFvb528IhjXk2yMdvBX8j::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #c9c9c9;
  border-radius: 3px;
  border: none;
}
.CFvb528IhjXk2yMdvBX8j::-webkit-slider-thumb {
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #00afef;
  cursor: pointer;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
  margin-top: -17px;
}
/*.default:focus::-webkit-slider-runnable-track {
  background: grey-light;
}*/
.CFvb528IhjXk2yMdvBX8j::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #c9c9c9;
  border-radius: 3px;
  border: none;
}
.CFvb528IhjXk2yMdvBX8j::-moz-range-thumb {
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}
.CFvb528IhjXk2yMdvBX8j::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.CFvb528IhjXk2yMdvBX8j::-ms-fill-lower {
  background: #00afef;
  border: none;
  border-radius: 3px;
}
.CFvb528IhjXk2yMdvBX8j::-ms-fill-upper {
  background: #c9c9c9;
  border: none;
  border-radius: 3px;
}
.CFvb528IhjXk2yMdvBX8j::-ms-thumb {
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  height: 6px;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}
.CFvb528IhjXk2yMdvBX8j:focus::-ms-fill-lower {
  background: #00afef;
}
.CFvb528IhjXk2yMdvBX8j:focus::-ms-fill-upper {
  background: #c9c9c9;
}

._2nUpO4FeEcE8coR6cl-FTZ {
  margin-bottom: 20px;
}

/* import colors */

._2DoALfXC0nul0eT5H7C-Io ._3BEa2G7gM-5eNd2_Ak6Kod,
._2DoALfXC0nul0eT5H7C-Io ._1597KUwCj-VUOTAqSIwvpz {
  width: 100%;
  border-right: 1px solid #c9c9c9;
}

.EWenErUnzRz_H7dXg_Fp4 {
  display: block;
  width: 100%;
}

.EWenErUnzRz_H7dXg_Fp4 ._3BEa2G7gM-5eNd2_Ak6Kod._3S0SpJc5vY3FR1q_ePSJU3,
.EWenErUnzRz_H7dXg_Fp4 ._3BEa2G7gM-5eNd2_Ak6Kod._3S0SpJc5vY3FR1q_ePSJU3 + ._1597KUwCj-VUOTAqSIwvpz {
  width: 50%;
}

.EWenErUnzRz_H7dXg_Fp4 .ADaDvwZo9WArUlv6lkzGg {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.RSyOzWFCdNTu11Jei9hQx {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 50%;
}

.RSyOzWFCdNTu11Jei9hQx .ADaDvwZo9WArUlv6lkzGg {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.RSyOzWFCdNTu11Jei9hQx ._3BEa2G7gM-5eNd2_Ak6Kod,
.RSyOzWFCdNTu11Jei9hQx ._1597KUwCj-VUOTAqSIwvpz {
  width: 50%;
}

.EWenErUnzRz_H7dXg_Fp4 ._3BEa2G7gM-5eNd2_Ak6Kod._16LEIZamLI8P4GJ0YnOhxo,
.RSyOzWFCdNTu11Jei9hQx ._3BEa2G7gM-5eNd2_Ak6Kod._16LEIZamLI8P4GJ0YnOhxo {
  width: 75%;
}

.EWenErUnzRz_H7dXg_Fp4 ._3BEa2G7gM-5eNd2_Ak6Kod._16LEIZamLI8P4GJ0YnOhxo + ._1597KUwCj-VUOTAqSIwvpz,
.RSyOzWFCdNTu11Jei9hQx ._3BEa2G7gM-5eNd2_Ak6Kod._16LEIZamLI8P4GJ0YnOhxo + ._1597KUwCj-VUOTAqSIwvpz {
  width: 25%;
  flex-grow: 1;
}

._3BEa2G7gM-5eNd2_Ak6Kod {
  display: inline-block;
  border-bottom: 1px solid #c9c9c9;
  background: #e9e9e9;
  text-align: left;
  padding: 7px 5px;
}

._2HdAhcqy3s5bEmq-FyrAn8 {
  position: relative;
  padding-left: 30px;
}

._2HdAhcqy3s5bEmq-FyrAn8::before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\F00D";
  margin-right: 10px;
  color: #f44335;
  position: absolute;
  top: 7px;
  left: 5px;
}

._2OxKeH7e0zz6bK86W6H4uw::before {
  content: "\F05A";
  color: #00afef;
}

._3jBjtVaCbDonnyFkSQzcXE::before {
  content: "\F00C";
  color: green;
}

._1597KUwCj-VUOTAqSIwvpz {
  display: inline-block;
  border-bottom: 1px solid #c9c9c9;
  text-align: left;
  padding: 7px 5px;
}

._1597KUwCj-VUOTAqSIwvpz._3EaMkxwmxDI0e8xDRkjrDB {
  text-align: center;
}

.w-ymOFR7jBzzyODOSliDb {
  background: rgba(0, 128, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(
      0%,
      rgba(255, 0, 0, 1),
      color-stop(25%, rgba(255, 10, 10, 1)),
      color-stop(45%, rgba(255, 249, 4, 1)),
      color-stop(50%, rgba(189, 219, 0, 1)),
      color-stop(75%, rgba(33, 143, 65, 1)),
      color-stop(100%, rgba(0, 128, 0, 1))
    )
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 10, 10, 1) 25%,
    rgba(255, 249, 4, 1) 45%,
    rgba(189, 219, 0, 1) 50%,
    rgba(33, 143, 65, 1) 75%,
    rgba(0, 128, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d3b', endColorstr='#00b262', GradientType=1 );
  width: 100%;
  height: 40px;
}

._1b4QjHyO5aBec7O1_C8fcU {
  position: absolute;
  left: 0;
  top: 125%;
}

._5ofmq79QOppO4AzabJe4a {
  position: absolute;
  right: 0;
  top: 125%;
}

._1lwTRVk63b2S7Gz1Hjunil {
  margin-top: 30px;
  padding-left: 10px;
  width: 30%;
}

.KWq4sLUF7UlTmK1SKXnUD {
  margin-top: 50px;
}

._2CHRG-zfsZDWrnZftSnAWs {
  margin-top: 5px;
  margin-bottom: 10px;
}

._lLB5N9ohi56nol4DoRy9 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

._2jLX0jEeqxyn7L6Z3OUK_q {
  padding-top: 4px;
  margin-left: 5px;
}

._2AJJ7Uzzg1ckiQlI7nxzwO {
  font-size: 14px;
}

._1lxB53WZoY2pe-NPHWXutw {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

._1y61QiQ7RyYPpHkMLw2uTo {
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
}

.Y9dbTtLR4xfv7ig8P6n16::before {
  font-family: FontAwesome;
  content: "\F071";
  color: #ffae42;
  font-size: 15px;
}

._1kP5ae55xrlxpSXb_RQLhL {
}

._2Rsi0TmVfWEeKJFG-4umRA {
}

._1Q2aCqKrZpFRCWsUwCuYr2,
._1GexQ8eqRt7PN6wRWXrdiA {
  margin-top: 30px;
}

._3tIrpNLUg1ppcx07ff1qNo {
  color: #a5a5a5;
}

._9GApwDTk2xIghnVrhk-ng {
  border: 1px solid #a5a5a5;
  text-align: center;
  padding: 10px;
}

.UQOm6E4h7ZZ2HfWjmN4iQ,
._3K1cFGYSiXD2ymgaBwUmwZ {
  text-align: center;
  padding: 5px 0;
}

._2hPDqtX54k2UNggGvLAvbe {
  color: #3fae29;
}

._2hPDqtX54k2UNggGvLAvbe ._9GApwDTk2xIghnVrhk-ng {
  border-color: #3fae29;
}

._3npr8lEBMi_LhwBJqTsL8R {
  color: #edb700;
}

._3npr8lEBMi_LhwBJqTsL8R ._9GApwDTk2xIghnVrhk-ng {
  border-color: #edb700;
}

._1W4Qv-cfbNeJIpu4zalpzR {
  color: #e70033;
}

._1W4Qv-cfbNeJIpu4zalpzR ._9GApwDTk2xIghnVrhk-ng {
  border-color: #e70033;
}

._4KUPn7u35bvCr4i0W8M0a {
  text-align: center;
}

._2Jo6twgg9Jzoqx_R9qY9az {
  font-size: 12px;
  padding: 2px 0;
}

._148ieihPOH94UN6ciMxzeW {
  margin-top: 30px;
}

.TBYilWX82U_DrwHcOSGaW,
._1ymFZoWzhBFTtFB8ViC-qq {
  padding: 5px 0;
  border-bottom: 1px solid #c9c9c9;
}

.TBYilWX82U_DrwHcOSGaW:last-child,
._1ymFZoWzhBFTtFB8ViC-qq:last-child {
  border-bottom: none;
}

._1S5JUcJUxy2N_V8iuOZb8O {
}

._2rLZRhDafe8eAz2dP3CHL- {
  font-weight: bold;
}

._3GrSWmiGkKvTZM-V9MUcqU {
}

.Vw08jpGVKjG-lVhjUTA4D {
  font-weight: bold;
}

._3sbekKHDdr9xTUpHOAbnL5 {
  background-color: #c9c9c9;
  border-radius: 50%;
  padding: 5px;
}

._1WaLRCej6GV1VTKN-JEwpC {
  font-weight: bold;
}

._1oT-QuQ8hdPhw-5VFiUmhM {
  color: #a5a5a5;
}

._2rTkIeN9-USuUwuBWudV3O {
  color: #f44335;
}

._3YOF8S9M4gaxhd0PINbrP5 {
  color: green;
}

._2GzkyluFXwmCTZwz-yvdwW {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
}

._3cyBb5r7oEs2NDorbagQrT {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAABmJLR0QA/wD/AP+gvaeTAAAEQElEQVR4nO2aS2iUVxTHf5qMj8Sp0fiM1GqMYqq0yyi4UnxQdFPaQkHBVVvcuHCj4iKLilp8QisGHwi6VLQVFGypClakCFIp+KQ2NvGJiMY41sTH4mbwm/N943yTued7yP3BXdxJvvM/98zc75577gWHw+FwOBwOhyOAATFq1wFLgHnAx8BEYFDf314A7cBl4DfgGPA4Bh9j4UNgL5ADXodsOWA/MD16d6OjBtgEPCN8YGTrAbYBQyP2XZ2PgEv0PzCy/YWZku8FM4FbBA/0NvATsABoBkb1tWZgIbATuFPk2XbMuyvVTCF4gP8B3wCZEDYywHdAR4Cdf4Gxtp2OihqCp9VhoLYf9oYBRwLsnQOGWPA3cr7HP5itVJZaDAS2B9jdWJGnMdAAdFM4iKOYAVbKQExe5LX9P9BowXZk7KJwAB1A1qL94ZgXvFejzaJ9VerwJ4HLFHSWC41u7H4JanyNf6WpUtCpwp8+fGlbxMY7QTJX9H8GXirovAR+KaFdMRoB+kT0Tyho5Dku+p8qalnjPoU/+2mKWtOF1l1FLWs8p9DpYYpaWaGVsy2gMcXirDH12DaoESBZ2BqvoJGnQfStTzGNAN0U/SkKGnmaRP+ObQGNAF0S/cUKGsVsX1DUsoZMFDuAagWdDP7txnwFHetk8W9Uv1XQWSE0npCissceCp3vxP5mVRbiNlm0r85UzNFNVOWOp8AYC7YjZTPRFczWVeRpTAwFzqNfcv0VndU4EsYRfKJhq2jfizk1STUzMDWhUsc+jcDgvtZI6WOffHsErOLtsXUqGQ2c4d0DrbRdBxZFNSANMkAr5Z3Jy5bDrIZPi/z9FeaEQyMxrYjxwI+YKSE3kJJJwD7KC9RjYDdvj5vrgbUUn36n0d0kl0UThe+Y8yGfq8MU8/cDf2J24r2YkkUn8AfmosLnFL+sUAvswJRfZZDagclljsU6M/Dvh7pi8GMOcA1/kG4S4yWHBoKX3q0x+VMH/B7gzw1gQtTO1AIXA5zZQrwVxSpM2iD9uoBJHyKjLcCJHcQbnDwDgAP4/fshKgcWYJZTr/ghkpXuDwJO4U8BPtMWzmJWB6/w3yTzStwITPLo9fUWyjWj9UIwR7JvebVgUgevz6u1xEZjqnZesQ1aYhaR5ZGHmBXPOhuE0F3ScZuiBuOr1/dW2yKZAJGVtkUUWYM/y7a6qHwhBB5gvpm0kMWURbxjWBjmwbBR/Er0D2AuhKeFLuCg+GypLeNVmBebN/qzbBmPkLn4KwRWplmLMNxJMjLmcqnG/0WXLNeGieBs0T/bZzxt9AInxWctpR4KE6Bm0T8X1qMEIu8NlHxVhAmQzJSvhnYneUjf5e0QH2ECJGsp/4R2J3lcEf36Ug+EKW5/IPpp/gVJRpb6hzC/oDRsJ/qLlQDds+BIUrlvw8hiTO7T37OspLYOIiigORwOh8PhcDjeU94AufUe+WsaR/0AAAAASUVORK5CYII=);
}

._2xDKxDE1K66EPodoUX8M5A {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAB2lBMVEUAAAAA/wCAgABVqgCAvwBmzACAqgBttgBgvwBxxgBmswB0uQBqvwB2xAB3uwBwvwBptABrvABzvwBttgB0uQBvvABqvwBwuABsugBxvQByuQBvuwBrvQBwtwBsuQBxvABtvQBxuABuugByvABvvgBsuQBwuwBtvABxvgBuuQBvuQBtuwBvuwBwuQBvvABtugBvuwBuvABuugBwuwBvvABwuwBwvABvugBwugBvugBuugBwugBvvABuvABvvABuugBvvABuugBwuwBvugBvuwBwvABvugBvuwBwuwBuuwBvvABvuwBvvABwugBvuwBvvABuugBvuwBvuwBwvABvugBvuwBuvABvuwBvuwBvuwBvugBwuwBuvABvugBuuwBvuwBwugBvvABvugBwuwBvvABvuwBvuwBvuwBwuwBvuwBuuwBvuwBvuwBwuwBvvABvuwBvugBvuwBvuwBuugBvuwBvvABvuwBvuwBvuwBvugBvuwBvuwBvuwBvuwBvvABwuwBvuwBvuwBvugBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvvABvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwD///9i8/FzAAAAnHRSTlMAAQIDBAUGBwgJCgsMDQ8QERMUFRYXGBkaGx0eHyAhIiMkJSYnKCkqKyw3ODxCRUZHSEpLTFJUVVlcXWBjZmdoam9wc3h5enyAhIWHiImKjI2Oj5CRk5SVlpeYmZucnZ6go6epqqytr7Czu76/wMHDxcbIycrMz9HS1Nrb3N7f4OHi4+Tl5ufo6uvs7e7v8fLz9PX29/j5+vv8/f5tIF4pAAAAAWJLR0SdBrvysQAAAqRJREFUWMPtmFlTE0EUhUlCQJaA4kIUFUUBwQWI4oIrKooCyhJZBBVcUREFXCKoSUzCqGwCIxL5fqwPiEWYnqR79EGrcp5S93S+VM/0PX0rKSlJJfX/KLem96U2OamN9J7I+QPMtts6v6X3FlvEZDbNE6PF1gwrnO0+DHpToM4pCwIQ6agoycsrqewcByBQqsrZNQ7w8bRzpeA8GwLwb1Z8Pj6Ah1mra9mPAIbWKYGuALTYYov2NoBGFY57Dui3ry3bHwMLhQqgm0DIZaznRIBuhfOsAzUi5yQw55IGHQf8DpHjCALHpEE9gFdstQNd0qARoEpseYAhadAnYI/YKgY0adA3IFtsuQBdGrQQHzSjtLUisbUXGP0bD/swMKj0+tvFVhfQrHQgQ6kixxkBDkmDXHPAGZFzDphRCJJbQFjUtONAk0L3F303j5HZTSqBdN082C4rJWTGsFnUPrGrhfaWoDj8o2Wq18g+/8p1VJieXrhyHcHUhTRF0sZBxBqrUiQ56/VYgt4/C8BSY6rM9/PbO92/Pu64swo13VOQsuHS8g6f5Sfm7PbDcOxYE10Mv2itXh4gsrw/AAI7Ez7jCPA13ooDowAfEowT7hBAS/zL6inAu63x1mS9Bmi2xf81RwfAq/Q4S7oBvLZE+7f1AVwzX1CxBDyQ6IG0AWDJYxpDAeCt1Hi3fgwImgXTVUCXHMnKo8BFk56YARpkz30bMJErtBoATXrSyNSAemFraUCtfCvWAQHRizkKfM6UB7mmgEqBcT/hkV6jG0Cf4LhOAPtVQAeBaePeyoGwTQWUOgEYk/c8cE8t+e4Cp4RtVqsGqgN6DNXn5hOImaqBAUP1vfm4Z6ZSwGeofsGSQsJxz4LmDaCgNZDfADoStrQzT/IPhKT+Sf0EjZjWJLZBsA0AAAAASUVORK5CYII=);
}

._1BVcirrWyChxFOWXtbU1fM {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAB2lBMVEUAAAD/AAD/AACqAAC/AADMAADVAADbACS/ACDGABzMABrRFxfVFRXYFBTMERHPEBDSDw/JDQ3MDQ3ODBjRDBfTCxbKCxXMChTOChTQCRPTCRLMCRHOCBDPEBDRDw/SDxfMDxbNDhXPDhXQDRTRDRTMDRPNDBPODBLQDBLRDBHRDhPNDhLQDRHRDBPPCxLQCxLQCxLNCxLPChXPDhTQDRTQDBPODBLPDBLOCxTQCxPOCxPPDRPODRLQDRTQDBTODBTPDBPPCxLPCxLOCxTODRPPDRPPDRPQDBPPDBTPDBPPDBPQCxPOCxPPCxPPCxLQDRLODRTPDRTPDBTPDBPQDBPODBPPDBPPDBPPDBPQDBPODBLPDBLPDBTQCxTOCxPPCxPPDRPPDRPQDBLPDBTPDBTQDBPODBPPDBPPDBPPCxPPDBPPDBPPDBPPDBPPDBLPDBTPDBPPDBPPCxPPCxPPDRPQDRPPDBLPDBTODBPPDBPPDBPPDBPPDBPPCxTPCxPPDRPPDBPODBPPDBPPDBPPDBPPDBPQDBPPDBPPDBPPDBTPDBPPDBPPDBPPDBPPDBPPDBPPDBPPCxPPDBPPDBPQDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBP///+hJuTgAAAAnHRSTlMAAQIDBAUGBwgJCgsMDQ8QERMUFRYXGBkaGx0eHyAhIiMkJSYnKCkqKyw3ODxCRUZHSEpLTFJUVVlcXWBjZmdoam9wc3h5enyAhIWHiImKjI2Oj5CRk5SVlpeYmZucnZ6go6epqqytr7Czu76/wMHDxcbIycrMz9HS1Nrb3N7f4OHi4+Tl5ufo6uvs7e7v8fLz9PX29/j5+vv8/f5tIF4pAAAAAWJLR0SdBrvysQAAAqRJREFUWMPtmFlTE0EUhUlCQJaA4kIUFUUBwQWI4oIrKooCyhJZBBVcUREFXCKoSUzCqGwCIxL5fqwPiEWYnqR79EGrcp5S93S+VM/0PX0rKSlJJfX/KLem96U2OamN9J7I+QPMtts6v6X3FlvEZDbNE6PF1gwrnO0+DHpToM4pCwIQ6agoycsrqewcByBQqsrZNQ7w8bRzpeA8GwLwb1Z8Pj6Ah1mra9mPAIbWKYGuALTYYov2NoBGFY57Dui3ry3bHwMLhQqgm0DIZaznRIBuhfOsAzUi5yQw55IGHQf8DpHjCALHpEE9gFdstQNd0qARoEpseYAhadAnYI/YKgY0adA3IFtsuQBdGrQQHzSjtLUisbUXGP0bD/swMKj0+tvFVhfQrHQgQ6kixxkBDkmDXHPAGZFzDphRCJJbQFjUtONAk0L3F303j5HZTSqBdN082C4rJWTGsFnUPrGrhfaWoDj8o2Wq18g+/8p1VJieXrhyHcHUhTRF0sZBxBqrUiQ56/VYgt4/C8BSY6rM9/PbO92/Pu64swo13VOQsuHS8g6f5Sfm7PbDcOxYE10Mv2itXh4gsrw/AAI7Ez7jCPA13ooDowAfEowT7hBAS/zL6inAu63x1mS9Bmi2xf81RwfAq/Q4S7oBvLZE+7f1AVwzX1CxBDyQ6IG0AWDJYxpDAeCt1Hi3fgwImgXTVUCXHMnKo8BFk56YARpkz30bMJErtBoATXrSyNSAemFraUCtfCvWAQHRizkKfM6UB7mmgEqBcT/hkV6jG0Cf4LhOAPtVQAeBaePeyoGwTQWUOgEYk/c8cE8t+e4Cp4RtVqsGqgN6DNXn5hOImaqBAUP1vfm4Z6ZSwGeofsGSQsJxz4LmDaCgNZDfADoStrQzT/IPhKT+Sf0EjZjWJLZBsA0AAAAASUVORK5CYII=);
}

.JZwswPKouD0p6P_it_TQi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAABmJLR0QA/wD/AP+gvaeTAAAF0ElEQVR4nO2caWxVRRTHf6WtbWldGmJUVIQCAi4xQTQKVWMMEqMhNbFxh5iYqBjlk3GBpH5WiSYmbnGpW90SjVFjhIgaKUJdQBM1oC1owIgiLW0pLX3t88O8p4+Zc9eZe/vQ+0vmw7t5/Z9z5905M3PumUJGRkZGRkbGf5SKCbBZCywCLgBmArOAkwvX6wrfOVhou4Fu4GdgE7ARGE7Z31RoAJYDa4EhIB+zDQEfAcuA+lTvICFmAU8DA8TvFK/WDzyFegqPOKYDrwE53HeM3nLAq8BpadyYLUcB9wMHSL5j9DYI3AtUu7whl0G6CXgDWBDiuzuBTuAr4HvgR2A/aigCHA0cC8wDzixoNhPuKfkSuBbYEd715GkB+vD/hfcADwFzLOzMAx4B/giw1QsstbDjlBXAGN7O9gB3oKZxV9QBd6KeRL/YdLtDm7FYjbeDB4BVQE2C9muBNvyXDg8kaN+XFT5OfY2a4tNiDrDVx5/Un6Sr8R5Wz+F2OIWlDnjRw6ccKcakM1BTqu7EGLAyLSd8WAmMY/o3gAryiVKL96O8OmnjEXgQ2cdvSDYm0uZh+ImIOjXAYuBhYD3mtJ0DtgCPodZBcXjGw9dVMfUCmQuMCAY/BiaF1JgCPArsFXS82jjQARwf0d8qYIOgNwycHlErFG8KxvqItgf6RNAI234CTozo8wzUplbX6oioE8jZyIEv6vTZKWhEaetj+H6XoDMGnBVDy5N2wchWoDKizg2aRhcqoF6KijVNwEXAbaiAKnXS5RFtVqH2e9JyxAmNqOyebqAlpt6NqNVtUByoBj4Q7D4bw2aroHMQOC6GlsGtgvg2wgdmG5oE210xdCpRMUzXWu7CyXWC8D0uhEPSq9nuialzH+Z9fGjrXC3mRjAHTLUVDkk1MKrZ/zam1imY26NBVJLPk6BhspB/3zQU2Qz8Fs/HyCxABdlStsfU2oVK0JVSD1zo90dBHXS+cO2zCE7ZUIma4XTes9D8VLgm3eM/BHWQlP3bGNYbCyqAxzGn9B7Uy4C4dArXbDKcfIEZ2JpsBENQA7wi2M0Bl1hqzxZ0N9gI7tTERoi+OIxCI2oY6DcxClznQF8K+nFnRQD+0sT2WDroxzTkFW8/cJVDO/pGea+NmL5777b1zoNG1GsavXN+Bc5xbKsHc1TE5pAmts3WOw+kTEEXcFICtrZrdqyKIfQhlsT6ZzZmpqATmJyALYDfNVt/+n05aJof0D4fE98vT1o5/A3vIGojPJSALTDvQb/HwwjqoN3a53rghKgeBaAvG94l4Fe1YCrmzmCX3x8EdZAUc+ZG8SgEU7TP+nbAJdKi0DeuBnWQtO+ZH9qdcHSgUrdjqIxhu2P9Us4VrsXd2wEqu+c8RTCBrMW8n4U2glK6Y4DkZpgkacCsW7JOdwxjbvAaKKPSkgi0YP6wn6PWelZIKVeXw6wKWFKwcwVm/scV0vByknJtQC7CPM+Bdi2qIqxUdzPmVGzLIkz/+3FYKdsuGHjbga70dOaBux1ol/K+YMPZax9QpbZ6miAPXGmpu0bQzAPPW+qWslTQHyVkXivsq5tu4B3h+hrshkOvx/V9FpqlTEb5qPMWlnkgiWnIdUEvWGjOx6ylHkdVtLrgdUx/B1BvOBKhTTCYB26y0Lwe9WuOAb+g4pILbkH2NbHyF/AuoBpB1fuUC0swc1l5UiigApW/2S8Y7wcuS9p4CBYjL0v6SPFch1cR5whqyEwUy5CLvFIt4ixyM3LNUB54iXT3a/UFm5Iv49jFSCv8Csm3EPBa1xHNwHc+fkxYIXkRv6MI46hV+IwE7M4EXsb7KS6LowhFgg6zHEKtl5qxO2FUAVyM6nRpZV9sZXWYpUgT5sZTajtQZcPXAKfi32GTUAvUVuBJ/A+vFFsXyTyxTohzoG4Y+AF1aHddoW0qXBuOoJPIgbqkmE52JDMU2aHekByxx8LL6R8LNBYaqFloH/+jfyyQkZGRkZGRkTp/A3vXcvrrISnvAAAAAElFTkSuQmCC);
}

.iIxmLSej3H90LYDgHrtV_ {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAACOlBMVEUAAAAA/wCAgABVqgCAvwBmzACAqgBttgBgvwBxxgBmswB0uQBqvwB2xABwvwBptABrvABttgBvvABqvwBwuABsugBtvwByuQBvuwBrvQBwtwBsuQBxvABtvQBxuABuugByvABvvgBsuQBwuwBtvABxvgBuuQBxuwBtuABwvQBvvABwvABuvQBwugBvuwBxvABvuQBtugBuvABwuQBuugBvvABtugBvuwBwvQBwuwBvvABvugBwvABuugBwvABvugBuvABwugBvuwBwvABvugBuugBvuwBuvABuuwBwugBvvABuugBwuwBvvABwugBuuwBvvABuugBwuwBvuwBuuwBvuwBvugBvuwBwvABvugBwuwBvuwBuuwBwuwBuugBwugBvuwBwuwBvvABuugBvuwBwvABvuwBvuwBvugBwuwBvuwBuvABvugBuuwBvuwBvvABwugBvuwBwuwBvvABuuwBvuwBvuwBvugBvuwBvvABuugBvvABvuwBvuwBvuwBvuwBwuwBvugBuuwBvvABvuwBvuwBwuwBvvABuuwBvuwBvugBvuwBvuwBuugBvuwBvuwBvuwBvuwBvuwBwvABvuwBvuwBvuwBvuwBvuwBuuwBvuwBvuwBvuwBvuwBvuwBvvABwuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvvABvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwD///9Rula/AAAAvHRSTlMAAQIDBAUGBwgJCgsMDRARExUXGBkaHB0eHyAhIiMkJSYnKCkqKywtLzI1OTo7PD0+P0FCQ0VGR0lLTE5QUVRVWFlaW1xdXl9hZGdoaWprbW5vcHF0dXd4eXp7fH+AhomKi4yNj5CWl5iZmpucnZ6foKGio6Slpqeoqquur7S1t7m6u72+v8DBwsTFx8jJysvNzs/Q0dLV1tjZ2tvc3d7f4OHi5ebo6err7O3u7/Dx8vP09fb3+Pn6+/z9/jYckVUAAAABYktHRL091dJ5AAADp0lEQVRYw+2Y6UOUVRTGrywioOKSSAnikktZuE5aaEgiRqUlVgZquaKWAinZpoVoqSjgUpoRA+WKQDMDMszy++P68E74Lue+74zyTc7H5z7zzD33nnPuOa9S4zZusk1aU1t/setOX9+dvy7U16ye9HQqk7ecHcJiQ82VuSnLzD0aRLDAkaKUZF76NorGot+8mLTMxM8GcbHQp5nJ6RR2jP6mu6nalz9FqSn5vuqmnlG4fU4yOusHEvT7e+dbVxbuf5BY6i/11tkaM7j+D4Tbzt6W2Fb0fS+dXQZxsDZLE1q7EzFR47Efg3V1rp4y/4bBcd3TBsOv464xnP214Z3LOb0cAoht9/J/exwguFCbWsamd3nfyB4ArmnOUe0GoM6EZPn2nX8ARK8fWmShfglArayzIAxwLm0UmHaw90k8x09NN3EzLgEMzxOFvgcYMGXSL9bU6JxpIs8JAJySdJbE7Zfaakuy82b6hwCxxYJQI8CNdBPyDtC+Z9WiwuXvXQPgDbNzNwGOO3XyHgOst2Cbav4/hMyfAI6ZF8sAHk91CFUB3E7TlgSAdjOS3gmwxcFsAfhEHzr9gN+C7AT42RGMQ0B0llYnMwL8ZoHyY0Booo24GqBVv6FlAD9YsTaAlTbiToDPtTrpzQCVVvAL6TQaAN7S6UyoA+iy1epSx00qpS4DFGp0spoAonYvigEu2cAeIJwu6+T9ChDZKF6A3wY+Au7LOgU3AQKC371Arw0LA13yfroB/lkqLPmBsA0bAW7ri0L7C9LSn8Cw4NpdiVwcB1pzxP+4BzwUDjskkWuA4HT59IaEw24FmCGQjwFNss4sgIs2sF4Kd6WUOg1Uy0KrAL6SUmSHwC7rj56bKgt9LKXIcrEmuNtZgNekMhLMSak3HJTKiFHYNqYiVCE7UaXxLWNt1boMvWfOUjs5CPCqo3J2AG3Zgs7rAIFczXP0o7hRPhKEzmieI1UUAXjThh4AoN5JLwWIFGqz849sqYPb7yDndGqfbFUQAmiwgq9EgXiJg/wdQDDfra2psILl/tjfVQ7qu25tTaLRCvu8Q2jtiGujpYr/BQis8dLxBQEGirya0XC5u05l2KsZVWpzHIATLkmXe8Lo4CqSativL9MRSn5PqmEfHSHijeLgUnQynuQI8WSoGWkomWB7uFc0RpIfasxjVnfd27MTYmkFZYd7UhuzbIPf8K0rLS1Xbg0/xeA3dqPoGA7HYziumz4g9EHfs3xAGLfnwP4D5+HU1WIUPvcAAAAASUVORK5CYII=);
}

._2TcZh1gndjhA6JSYtULRNH {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAACOlBMVEUAAAD/AAD/AACqAAC/AADMAADVAADbACS/ACDGABzMABrRFxfVFRXYFBTPEBDSDw/JDQ3ODBjTCxbKCxXMChTOChTRCRLTCRLMCRHOCBDPEBDRDw/SDxfMDxbNDhXPDhXQDRTRDRTMDRPNDBPODBLQDBLRDBHSCxHOCxDRChTPChPODRLPDRLPDRHQDRHRDRXODBXODBTQDBTRDBPOCxPPCxLQCxLQCxLOChHPDhTQDRTODRTPDRPQDRPODBLPDBLODBTOCxTPCxTPCxTQCxPOCxPOCxPPCxPQDRLPDRLQDBTODBTODBPPDBPPDBPODBPODBPPCxLPCxLQCxLPCxTPDRTQDRPODRPPDRPPDRPPDBPQDBPPDBLPDBTPCxPPCxPPCxLPDRLQDRLODRTPDBTPDBPPDBPQDBPODBLPDBLPDBLPDBTQCxTOCxPPCxPPCxPPDRPPDRPQDRPPDRPPDBPPDBPPDBLQDBLODBTPDBTPDBPPDBPPDBPPCxLPDRLQDRTPDBPPDBPPDBPODBPPDBPPDBPPDBPPDBLODBLPDBTPDBPQDBPPCxPPCxPPDRPPDRPODBPPDBPPDBLPDBLPDBTODBPPDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBLPCxTPCxPPDRPPDBPODBPPDBPPDBPPDBPPDBPPDBPPDBTPDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBPPCxPPDBPPDBPQDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBP///+1IKU0AAAAvHRSTlMAAQIDBAUGBwgJCgsMDRARExUXGBkaHB0eHyAhIiMkJSYnKCkqKywtLzI1OTo7PD0+P0FCQ0VGR0lLTE5QUVRVWFlaW1xdXl9hZGdoaWprbW5vcHF0dXd4eXp7fH+AhomKi4yNj5CWl5iZmpucnZ6foKGio6Slpqeoqquur7S1t7m6u72+v8DBwsTFx8jJysvNzs/Q0dLV1tjZ2tvc3d7f4OHi5ebo6err7O3u7/Dx8vP09fb3+Pn6+/z9/jYckVUAAAABYktHRL091dJ5AAADp0lEQVRYw+2Y6UOUVRTGrywioOKSSAnikktZuE5aaEgiRqUlVgZquaKWAinZpoVoqSjgUpoRA+WKQDMDMszy++P68E74Lue+74zyTc7H5z7zzD33nnPuOa9S4zZusk1aU1t/setOX9+dvy7U16ye9HQqk7ecHcJiQ82VuSnLzD0aRLDAkaKUZF76NorGot+8mLTMxM8GcbHQp5nJ6RR2jP6mu6nalz9FqSn5vuqmnlG4fU4yOusHEvT7e+dbVxbuf5BY6i/11tkaM7j+D4Tbzt6W2Fb0fS+dXQZxsDZLE1q7EzFR47Efg3V1rp4y/4bBcd3TBsOv464xnP214Z3LOb0cAoht9/J/exwguFCbWsamd3nfyB4ArmnOUe0GoM6EZPn2nX8ARK8fWmShfglArayzIAxwLm0UmHaw90k8x09NN3EzLgEMzxOFvgcYMGXSL9bU6JxpIs8JAJySdJbE7Zfaakuy82b6hwCxxYJQI8CNdBPyDtC+Z9WiwuXvXQPgDbNzNwGOO3XyHgOst2Cbav4/hMyfAI6ZF8sAHk91CFUB3E7TlgSAdjOS3gmwxcFsAfhEHzr9gN+C7AT42RGMQ0B0llYnMwL8ZoHyY0Booo24GqBVv6FlAD9YsTaAlTbiToDPtTrpzQCVVvAL6TQaAN7S6UyoA+iy1epSx00qpS4DFGp0spoAonYvigEu2cAeIJwu6+T9ChDZKF6A3wY+Au7LOgU3AQKC371Arw0LA13yfroB/lkqLPmBsA0bAW7ri0L7C9LSn8Cw4NpdiVwcB1pzxP+4BzwUDjskkWuA4HT59IaEw24FmCGQjwFNss4sgIs2sF4Kd6WUOg1Uy0KrAL6SUmSHwC7rj56bKgt9LKXIcrEmuNtZgNekMhLMSak3HJTKiFHYNqYiVCE7UaXxLWNt1boMvWfOUjs5CPCqo3J2AG3Zgs7rAIFczXP0o7hRPhKEzmieI1UUAXjThh4AoN5JLwWIFGqz849sqYPb7yDndGqfbFUQAmiwgq9EgXiJg/wdQDDfra2psILl/tjfVQ7qu25tTaLRCvu8Q2jtiGujpYr/BQis8dLxBQEGirya0XC5u05l2KsZVWpzHIATLkmXe8Lo4CqSativL9MRSn5PqmEfHSHijeLgUnQynuQI8WSoGWkomWB7uFc0RpIfasxjVnfd27MTYmkFZYd7UhuzbIPf8K0rLS1Xbg0/xeA3dqPoGA7HYziumz4g9EHfs3xAGLfnwP4D5+HU1WIUPvcAAAAASUVORK5CYII=);
}

.PRZlrEGE18HFaHCds3jnI {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAABmJLR0QA/wD/AP+gvaeTAAAEQ0lEQVR4nO2cyWsUQRSHvyzuilEv7qjkYIh4EQ3igrjEBcUFvQgiiHgQUQQhKvoHCB7cQETFBZQoiogePIgXjftBFINGcQ8eBDUa45qMh5qB2PN6qnuquqYz9gfvkOqe9179Zrq6uup1ICEhIaFwlBQw7iRgJjARqASGdconBTQDz4G7wDXgXrq9qKkAtqE6ngppz4CtQH/nWTugG7AdaCG8MF77DNSlfRYF44GHmAvjtQdAtcN+RMIq4DvBOvwdeJO2oJ9pA1Y6641lNgAd+HfuJbAPqEWNTV4qgLnAfuBVDj/twProuhENa/AX5136eFkIf2XAWtSdTfLZAay2lHvkTAV+I3fkMNDbwHcf4JiP71/AZAPfTugPvEW+DLZYjFOX9umN8xroZzGOdfYif7sbI4i12SfW7ghiWWE08qV1OMKYR4V4P4GREcbMm4NkJ/sU6B5hzB6oGbY37oEIY+ZFX6CV7EQXOYi9WIjbgtnNwDoryE7yjqPYJagHWm/8JTacl9pwAswT2k5Z8q0jBZwW2uc7ih+IRrK/wTEO41cK8R85jJ+TctQkrXNyrwqQxwtPDj8IN1sXsXGJDSV76eGdBb9heeL5uwcw2NSpDYGkmWuzBb9h+SC0GS+u2RCop9DWYsFvWH4Ibb1Mndq6i3lJReTXecyoBCoaEoE0JAJpSATSUB7gnNGolbq+PselpYUqYF2+SeVJldC2FJjgc/5X4BaGk9rpqJ2DIDsMXdG+AdNMBLoUg05EbRdzCaAbgwoxn3HNsFwHdQLtQm3i/bfoBukG1PbuDIpnL/xQoROIO94x6H6uk5N5kIZEIA2JQBp0g3Q5qiJsKtAE7EQVMNlkJLAcqAEGpNs+AbeBc6it7Niyg38HtHqLvkcAJ5D32DP2B1WsMNxi3FCDtI7rHmetptmlWQB8Ifhs9yMwy1JsqwLdFxyaUkN+z3dtqIpYU2It0EDgveAzqDUjV6OFIdbzoB3IWzFXUZfQQGAQMBtVG+1lKKpaNjbY/AX1Qi5w2INc0F6Kqk/0nv8VeSclKLG9xBYJvu6Q+1dc6pPDAoM8YnuJSTXNR1AFmH50IBdgjbOSUQBcCiSNPY0BPiedM8Qwl8C4FEhaVwpS5CSd42yNyqVAUkHDnACfqxXa3hjmYg2bg3S14OszuQsuRyHPuMca5BHbuxioEhWvvybkLZtq5ALNx4Y5xFogqZYxhSrdrQc2pe0M2UVZGVtmmEOsBSoBzgs+g9pZw/gIPmMlEKj3LRoEvzq7gZ3S3tgLBOpR4aTg28+OY/Z40ZkuIVCGKcBl5PHmG2rX0/YbPKEEClK8ECUNwELUUmsNarbdjnrp9wEx2LQstEAZPgFXCp2ERLKroSERSEMikIZ8xiCj22JXIx+B/EraihLdJdbuJIvC8ifXQZ1ANy0mEleM+liBms36PVl3ZfsFXKBI/5tMQkJCcfAXBynXaSp3C/UAAAAASUVORK5CYII=);
}

._1ycp9yrWnGbu2gTJVy_7up {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAA21BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///89Q+AfAAAAR3RSTlMAAQUGBwkKCwwNDxIbHiMkKissLS4vMDEzSFBUX2BlZmhsbW9xdnl7fX6AgoOQmpuipK+8vsDHycrP1tna297g7vb5+vz9/sHtWMoAAAABYktHREjwAtTqAAABW0lEQVRYw+2Ya1OCQBSGScPMS2gmZkpIdKMwy25aFtiF9///o1i2uExrso7ToLPvp+dwdp4Z2LPMgCSJiGQ+A/cqKvYdpxVvDdJ7FAA7YXUDXCdaSmqR6q9Ww2oIDBOt1sqJ8uZoCo5MH49yLM/mHbhzm2eIzrBAThiiCeCYepBLf4mt/2QMjMPCjlqmAzwxRB9A7xubiSc682H3gLffng1/hcYn6gLe36K92dvfjLXmi4ou3GJ8F07DYjvWmi+S6sf1qJPTurF52Y1aKUTpIkSZEin3QQzCbcptwgZlJbVIpUe7T1ijHLT6lFUhkqTSQZAG4SrlKuEG5dIKz9HSbk3M0T8e2jV+sdWcIBbhDuUOYYtyTczREkWyGqRCuEy5TLhCWRYDuX6iT+CQT6QD74zLr8CzoXPE8L8VJgyRvci3yDlDtDXi9zwUWLdcuHjxeCzexJLFfwSRjOYLwyYl9GXRh7wAAAAASUVORK5CYII=);
}

.oB7J6KyEoQx62GWhpm-RA {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAA21BMVEUAAAAA/wBmzACAqgBttgBxxgBmswB0uQBqvwB2xAB3uwBxuABxvQBvuwBtvQBxuABtvABxvgBuuQBxuwBvvABtuABwugBtuwBuuQBuvABwvABwvABuvABwugBvuwBuvABuugBvuwBuuwBuugBvuwBuvABwvABwuwBuvABvugBwuwBwugBvuwBwvABvuwBuvABwuwBuuwBvuwBvuwBvuwBwuwBvuwBuugBvuwBvuwBvuwBuuwBvuwBvuwBvuwBwuwBvvABvuwBvuwBvuwBvuwBvuwBvuwBvuwD////pblSQAAAAR3RSTlMAAQUGBwkKCwwNDxIbHiMkKissLS4vMDEzSFBUX2BlZmhsbW9xdnl7fX6AgoOQmpuipK+8vsDHycrP1tna297g7vb5+vz9/sHtWMoAAAABYktHREjwAtTqAAABW0lEQVRYw+2Ya1OCQBSGScPMS2gmZkpIdKMwy25aFtiF9///o1i2uExrso7ToLPvp+dwdp4Z2LPMgCSJiGQ+A/cqKvYdpxVvDdJ7FAA7YXUDXCdaSmqR6q9Ww2oIDBOt1sqJ8uZoCo5MH49yLM/mHbhzm2eIzrBAThiiCeCYepBLf4mt/2QMjMPCjlqmAzwxRB9A7xubiSc682H3gLffng1/hcYn6gLe36K92dvfjLXmi4ou3GJ8F07DYjvWmi+S6sf1qJPTurF52Y1aKUTpIkSZEin3QQzCbcptwgZlJbVIpUe7T1ijHLT6lFUhkqTSQZAG4SrlKuEG5dIKz9HSbk3M0T8e2jV+sdWcIBbhDuUOYYtyTczREkWyGqRCuEy5TLhCWRYDuX6iT+CQT6QD74zLr8CzoXPE8L8VJgyRvci3yDlDtDXi9zwUWLdcuHjxeCzexJLFfwSRjOYLwyYl9GXRh7wAAAAASUVORK5CYII=);
}

.BvaHZpJ1SYf9eIzMHPH-j {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAA21BMVEUAAAD/AADMAADVAADbACTGABzMABrRFxfVFRXYFBTMERHVDg7QCRPMCRHMDxbNDhXODBLQDBLRDBHSCxHNCxHOCxDPCxXQChXNChTNCxLPDRPODBLPCxPPDRPPDRTQDRTODBTQDBPODBPPCxLQCxLPDRPPDRPPDBPODBLODBLPDBTQDBTODBPPDBPPDBLPDBTQDRPPDBPPDBPQDBPPDBPPDBPQDBPPCxPPDRPPDBLPDBPPDBPPDBPPDBPPCxTPDRPPDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBP///8Z36awAAAAR3RSTlMAAQUGBwkKCwwNDxIbHiMkKissLS4vMDEzSFBUX2BlZmhsbW9xdnl7fX6AgoOQmpuipK+8vsDHycrP1tna297g7vb5+vz9/sHtWMoAAAABYktHREjwAtTqAAABW0lEQVRYw+2Ya1OCQBSGScPMS2gmZkpIdKMwy25aFtiF9///o1i2uExrso7ToLPvp+dwdp4Z2LPMgCSJiGQ+A/cqKvYdpxVvDdJ7FAA7YXUDXCdaSmqR6q9Ww2oIDBOt1sqJ8uZoCo5MH49yLM/mHbhzm2eIzrBAThiiCeCYepBLf4mt/2QMjMPCjlqmAzwxRB9A7xubiSc682H3gLffng1/hcYn6gLe36K92dvfjLXmi4ou3GJ8F07DYjvWmi+S6sf1qJPTurF52Y1aKUTpIkSZEin3QQzCbcptwgZlJbVIpUe7T1ijHLT6lFUhkqTSQZAG4SrlKuEG5dIKz9HSbk3M0T8e2jV+sdWcIBbhDuUOYYtyTczREkWyGqRCuEy5TLhCWRYDuX6iT+CQT6QD74zLr8CzoXPE8L8VJgyRvci3yDlDtDXi9zwUWLdcuHjxeCzexJLFfwSRjOYLwyYl9GXRh7wAAAAASUVORK5CYII=);
}

._13q2dsFP6DF53ipblL2le0 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAA21BMVEUAAAD//wD/zAD/1QDb2wDj4wDm5gDo6ADq6gDr6wDu3QDx4wDs4wDu5gDp4gDq4wDt5wDt5wDu6ADo4wDp4wDp5ADq5ADq5QDr5gDq5gDs5gDq5ADs5ADq5ADr5gDr5gDr5ADs5QDq5QDq5gDr5ADs5QDs5gDq5ADr5ADr5QDr5QDr5gDs5gDs5ADr5QDr5QDr5ADr5QDr5QDr5QDr5gDr5ADq5QDr5gDr5ADr5QDr5QDr5QDr5QDr5QDr5QDr5QDr5QDr5QDr5QDr5gDr5QDr5QDr5QDr5QD///84c8fiAAAAR3RSTlMAAQUGBwkKCwwNDxIbHiMkKissLS4vMDEzSFBUX2BlZmhsbW9xdnl7fX6AgoOQmpuipK+8vsDHycrP1tna297g7vb5+vz9/sHtWMoAAAABYktHREjwAtTqAAABW0lEQVRYw+2Ya1OCQBSGScPMS2gmZkpIdKMwy25aFtiF9///o1i2uExrso7ToLPvp+dwdp4Z2LPMgCSJiGQ+A/cqKvYdpxVvDdJ7FAA7YXUDXCdaSmqR6q9Ww2oIDBOt1sqJ8uZoCo5MH49yLM/mHbhzm2eIzrBAThiiCeCYepBLf4mt/2QMjMPCjlqmAzwxRB9A7xubiSc682H3gLffng1/hcYn6gLe36K92dvfjLXmi4ou3GJ8F07DYjvWmi+S6sf1qJPTurF52Y1aKUTpIkSZEin3QQzCbcptwgZlJbVIpUe7T1ijHLT6lFUhkqTSQZAG4SrlKuEG5dIKz9HSbk3M0T8e2jV+sdWcIBbhDuUOYYtyTczREkWyGqRCuEy5TLhCWRYDuX6iT+CQT6QD74zLr8CzoXPE8L8VJgyRvci3yDlDtDXi9zwUWLdcuHjxeCzexJLFfwSRjOYLwyYl9GXRh7wAAAAASUVORK5CYII=);
}

._1gouw0BtHCr6wNgY8Mypip {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAA21BMVEUAAAD/AAD/ZgDVgADbbQDjcQDmgADodADqgADrdgDudwDjgADsewDmgADpfADqgADngADnfQDogADofQDpgADpfQDqgADqfQDrfQDqgADpgADqgADqfgDqgADofgDpgADpgADqgADqfgDofgDofgDpgADqfgDofgDpfgDpgADpgADpgADqfwDqgADpgADqfwDpgADpgADpfwDpgADqgADogADpfwDpfwDqgADpfwDqgADpfwDpgADpfwDpgADpgADpgADpgADpfwDpgADpgADpfwDpfgDpfwD///9wdv/9AAAAR3RSTlMAAQUGBwkKCwwNDxIbHiMkKissLS4vMDEzSFBUX2BlZmhsbW9xdnl7fX6AgoOQmpuipK+8vsDHycrP1tna297g7vb5+vz9/sHtWMoAAAABYktHREjwAtTqAAABW0lEQVRYw+2Ya1OCQBSGScPMS2gmZkpIdKMwy25aFtiF9///o1i2uExrso7ToLPvp+dwdp4Z2LPMgCSJiGQ+A/cqKvYdpxVvDdJ7FAA7YXUDXCdaSmqR6q9Ww2oIDBOt1sqJ8uZoCo5MH49yLM/mHbhzm2eIzrBAThiiCeCYepBLf4mt/2QMjMPCjlqmAzwxRB9A7xubiSc682H3gLffng1/hcYn6gLe36K92dvfjLXmi4ou3GJ8F07DYjvWmi+S6sf1qJPTurF52Y1aKUTpIkSZEin3QQzCbcptwgZlJbVIpUe7T1ijHLT6lFUhkqTSQZAG4SrlKuEG5dIKz9HSbk3M0T8e2jV+sdWcIBbhDuUOYYtyTczREkWyGqRCuEy5TLhCWRYDuX6iT+CQT6QD74zLr8CzoXPE8L8VJgyRvci3yDlDtDXi9zwUWLdcuHjxeCzexJLFfwSRjOYLwyYl9GXRh7wAAAAASUVORK5CYII=);
}

._1oo_KGwU1Y0B8QDhpzF6IM {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAClFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH////8+0L9AAAA2nRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJScoKSorLC0uLzAxMjM0NTY3ODo7PD0+P0NERUZHSElKS0xNTlBRUlNVV1laW11eX2BhYmNkZWZnaGlqbG1ucHFyc3R1dnd4eXx9foCDhIWGh4iKi4yNjpCRkpOUlZaXmJmam5yeoaKkpaiqrK2ur7CxsrO0tba4ubq7vL2+v8DBwsPExsfIycrLzs/Q0dLV19jZ2tvc3d/g4eLj5Obn6Onq6+zt7u/w8fLz9fb3+Pn6+/z9/s3eUvYAAAABYktHRNuZBBYUAAAEI0lEQVRYw+2X/V9TdRTHP2OyoRDxYIASmEPFNCCnFCUwIcxMW5YQhA/RIzV5CMhWprayVprAoAKaAmlQkmWlEQbFQwLCRAiUuX3+mn64Y9xNuNucv8Xnl/v93nPve+d1zvmeswssaEH/EylV6li5/5jM+n9JDhnX+IeJaOLp/elqTeklq94fr6IuD2QKK/nLUw13TpK3d0cDSGiSA3hs6uBtD6j0P/X8Ykj2CCqwJgPANoYDQJE10c1ebDmUoU4rHz7sydeu4xCB5J3HXc2lF1cASUBk6+fSnLVMF4NQPhQgNm8YjgVgWQqEdD0jCdLaFQ7QyvDwcDkyGSM21xQDwLUoADvOS4KKLMJ1C0myHuuZJDaPxDtBiokIKdDzViGIizI0Go0mAZsZL7IumZYBwEh7a2sBOpOkQKl0TewrE4Hi2rAqASBFo9HEoT9BChQw+I7L/oc6l+1vGc5lvCVQMkgV4+LobmWmi1X3lXN52Cid/9CBttlfuv9Kk+Bn1gGdRgZgyZ97HKbsoVgPFfnw+LeRjmXyX7+HAUBsS0V2duXpZQBW/f1+KAClbijN4yF5qOda1SYFQrJOWFsiACD4u9V4ZBPWnA0CsKz6utnUMHrKmxYTXDlM2xjZlScDALyWB+TtBgqLAABLd+59Ns7LFhCwQbt3uzO7jcFA3huqmLAv/WyYrTIgxWisCmj2E2RcJ1xTPvITpK4FAMjqknx+dWX+BzWm/YtmtiXHQoGIk29657+gbCC0+AJJkpdzZozbm8zmxie9c0J4l7rgty0kL9Uaz0yTtaneZLjo9fUuoE/1+k6ae8neitUAsLyeZF/dUb1er6/Iz1TOPUlf7CRpKxODVICJ5OCripl7T7TY6dTohzG3e/PSPyRv9JOF7iCb4R7xk3G7DdUmk8nU+Os4OfqcG2fjBdJu3qKAgV3uoMr5QrF4VxftueI7YR/byMYHAUDFMXdQ6fxRXfwFpx917mS5g2Tf0wLSzAYfQJB/zTZni2gjrYdChG7TzYF4X0BIJIXJEVdtJzsc3T1vkudi4AsoaA/tcctV6YVHRkjLPmFyKj8hjykgCXqg7MzFnln13ZytBfvJKMcI+Jk3Ctwq2x1UMMW5dbXj4EwpZ11lfyqkQYlWthft0MwqR6vVardtTrp3NnPlt/h9NDyAyvhjgPQpC/+GNATCE+goqzyMmx5OvTDX6XcDrXgrWpKTP8m+jfAC5GHS1JDNEfAbtLaT9nn+8voEyhnhZO68HdJrkLLExl41/AFFpuW/W392gmy+D3cGUq7bWXKiY8RR2sP7ZPAEek/lolXqx3cVHznVfWvmeAy1fabLCZKeIo6ePY+unzMeeEql8GYczQWyW678cb7ZWLw1weuPEh8LUgo0ZrHcvCsgkrwLILWgmIXP8AUtyF3/AUEyDcgWq3dFAAAAAElFTkSuQmCC);
}

._23jenq3tA3-O8fbcgp7Im2 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAClFBMVEUAAAAA/wCAgABVqgCAvwBmzACAqgBttgBgvwBxxgBmswB0uQBqvwB2xABttgB3uwBwvwBptABxuABrvABzvwBttgB0uQBvvABqvwBwuABsugBxvQBtvwByuQBvuwBrvQBwtwBsuQBxvABtvQBxuABuugBvvgBsuQBwuwBtvABxvgBuuQBxuwBvvABtuABwugBtuwBwvQBuuQBxugBvvABxvQBvuQBtuwBuvQBwugBvuwBxvABvuQBtugBuugBxvABvvABtugBvuwBuvABwvQBuugBwuwBvvABxuQBvugBwvABuugBwuwBvuwBvugBvvABwugBvuwBwvABuugBvuwBuvABwugBuuwBwuwBvvABwugBvuwBuvABvvABuugBwuwBvvABvuwBuuwBvvABwuwBvuwBwvABvugBuuwBvuwBuvABvugBvuwBwvABvuwBuvABvugBwuwBvuwBuuwBvvABuugBvuwBvvABvuwBwuwBvvABuugBvuwBwvABvugBwuwBvuwBuvABvuwBvuwBvuwBvugBwuwBvuwBuvABvugBvuwBvuwBwuwBuuwBvuwBvuwBvvABvuwBvuwBvvABvuwBwuwBvuwBuvABvuwBvuwBvuwBvugBvuwBwuwBvugBuuwBvuwBvvABvuwBvuwBwuwBvvABuuwBvuwBvuwBvuwBvuwBvuwBuugBvuwBvuwBvuwBvuwBwvABvuwBvuwBvuwBvuwBvuwBuuwBvuwBvuwBvuwBvuwBvvABwuwBvuwBvuwBvugBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvvABvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwD///8HK+vjAAAA2nRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJScoKSorLC0uLzAxMjM0NTY3ODo7PD0+P0NERUZHSElKS0xNTlBRUlNVV1laW11eX2BhYmNkZWZnaGlqbG1ucHFyc3R1dnd4eXx9foCDhIWGh4iKi4yNjpCRkpOUlZaXmJmam5yeoaKkpaiqrK2ur7CxsrO0tba4ubq7vL2+v8DBwsPExsfIycrLzs/Q0dLV19jZ2tvc3d/g4eLj5Obn6Onq6+zt7u/w8fLz9fb3+Pn6+/z9/s3eUvYAAAABYktHRNuZBBYUAAAEI0lEQVRYw+2X/V9TdRTHP2OyoRDxYIASmEPFNCCnFCUwIcxMW5YQhA/RIzV5CMhWprayVprAoAKaAmlQkmWlEQbFQwLCRAiUuX3+mn64Y9xNuNucv8Xnl/v93nPve+d1zvmeswssaEH/EylV6li5/5jM+n9JDhnX+IeJaOLp/elqTeklq94fr6IuD2QKK/nLUw13TpK3d0cDSGiSA3hs6uBtD6j0P/X8Ykj2CCqwJgPANoYDQJE10c1ebDmUoU4rHz7sydeu4xCB5J3HXc2lF1cASUBk6+fSnLVMF4NQPhQgNm8YjgVgWQqEdD0jCdLaFQ7QyvDwcDkyGSM21xQDwLUoADvOS4KKLMJ1C0myHuuZJDaPxDtBiokIKdDzViGIizI0Go0mAZsZL7IumZYBwEh7a2sBOpOkQKl0TewrE4Hi2rAqASBFo9HEoT9BChQw+I7L/oc6l+1vGc5lvCVQMkgV4+LobmWmi1X3lXN52Cid/9CBttlfuv9Kk+Bn1gGdRgZgyZ97HKbsoVgPFfnw+LeRjmXyX7+HAUBsS0V2duXpZQBW/f1+KAClbijN4yF5qOda1SYFQrJOWFsiACD4u9V4ZBPWnA0CsKz6utnUMHrKmxYTXDlM2xjZlScDALyWB+TtBgqLAABLd+59Ns7LFhCwQbt3uzO7jcFA3huqmLAv/WyYrTIgxWisCmj2E2RcJ1xTPvITpK4FAMjqknx+dWX+BzWm/YtmtiXHQoGIk29657+gbCC0+AJJkpdzZozbm8zmxie9c0J4l7rgty0kL9Uaz0yTtaneZLjo9fUuoE/1+k6ae8neitUAsLyeZF/dUb1er6/Iz1TOPUlf7CRpKxODVICJ5OCripl7T7TY6dTohzG3e/PSPyRv9JOF7iCb4R7xk3G7DdUmk8nU+Os4OfqcG2fjBdJu3qKAgV3uoMr5QrF4VxftueI7YR/byMYHAUDFMXdQ6fxRXfwFpx917mS5g2Tf0wLSzAYfQJB/zTZni2gjrYdChG7TzYF4X0BIJIXJEVdtJzsc3T1vkudi4AsoaA/tcctV6YVHRkjLPmFyKj8hjykgCXqg7MzFnln13ZytBfvJKMcI+Jk3Ctwq2x1UMMW5dbXj4EwpZ11lfyqkQYlWthft0MwqR6vVardtTrp3NnPlt/h9NDyAyvhjgPQpC/+GNATCE+goqzyMmx5OvTDX6XcDrXgrWpKTP8m+jfAC5GHS1JDNEfAbtLaT9nn+8voEyhnhZO68HdJrkLLExl41/AFFpuW/W392gmy+D3cGUq7bWXKiY8RR2sP7ZPAEek/lolXqx3cVHznVfWvmeAy1fabLCZKeIo6ePY+unzMeeEql8GYczQWyW678cb7ZWLw1weuPEh8LUgo0ZrHcvCsgkrwLILWgmIXP8AUtyF3/AUEyDcgWq3dFAAAAAElFTkSuQmCC);
}

._3BOvRrarhTD6JWwGaK3l-B {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAClFBMVEUAAAD/AAD/AACqAAC/AADMAADVAADbACS/ACDGABzMABrRFxfVFRXYFBTIEhLMERHPEBDSDw/VDg7JDQ3MDQ3ODBjRDBfTCxbKCxXMChTOChTQCRPRCRLTCRLMCRHOCBDPEBDRDw/SDxfMDxbNDhXPDhXRDRTMDRPNDBPODBLQDBLRDBHSCxHNCxHOCxDPCxXQChXRChTNChTOChTPChPQDhPRDhPNDhLPDRLPDRHQDRHRDRXODBXODBTOCxPOCxPPCxLQCxLQCxLNCxLOChHPChXPDhTQDRTRDRTODRTPDRPQDRPQDBPODBLPDBLQDBLOCxTPCxTPCxTOCxPOCxPPCxPPDRPQDRLQDRLODRLPDRLPDRTQDRTQDBTODBTODBPPDBPQDBPODBPODBPPCxLQCxLQCxLOCxTPCxTPDRTPDRPQDRPODRPPDRPQDBPODBLODBLPDBTODBPPDBPPDBPPCxPQCxPOCxPPCxLPDRLQDRLODRTPDRTPDBPQDBPQDBPODBPPDBPPDBPPDBPQDBPODBLPDBLPDBLPDBTQCxTPCxPPDRPQDRPPDBPPDBPODBTPDBTQDBPODBPPDBPPDBPPDBPPDBPOCxPPCxPPCxLPDRLPDRTODBPPDBPPDBPPDBPQDBPODBPPDBPPDBPPDBPPDBLODBLPDBTPDBTPDBPQDBPPCxPPCxPPDRPPDRPPDBPPDBLPDBLPDBTODBPPDBPQDBPPDBPPDBPPDBPPDBPPDBPPDBLPCxPPDRPPDBPODBPPDBPPDBPPDBPQDBPPDBPPDBPPDBPPDBTPDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBPQDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBP///9ppAaNAAAA2nRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJScoKSorLC0uLzAxMjM0NTY3ODo7PD0+P0NERUZHSElKS0xNTlBRUlNVV1laW11eX2BhYmNkZWZnaGlqbG1ucHFyc3R1dnd4eXx9foCDhIWGh4iKi4yNjpCRkpOUlZaXmJmam5yeoaKkpaiqrK2ur7CxsrO0tba4ubq7vL2+v8DBwsPExsfIycrLzs/Q0dLV19jZ2tvc3d/g4eLj5Obn6Onq6+zt7u/w8fLz9fb3+Pn6+/z9/s3eUvYAAAABYktHRNuZBBYUAAAEI0lEQVRYw+2X/V9TdRTHP2OyoRDxYIASmEPFNCCnFCUwIcxMW5YQhA/RIzV5CMhWprayVprAoAKaAmlQkmWlEQbFQwLCRAiUuX3+mn64Y9xNuNucv8Xnl/v93nPve+d1zvmeswssaEH/EylV6li5/5jM+n9JDhnX+IeJaOLp/elqTeklq94fr6IuD2QKK/nLUw13TpK3d0cDSGiSA3hs6uBtD6j0P/X8Ykj2CCqwJgPANoYDQJE10c1ebDmUoU4rHz7sydeu4xCB5J3HXc2lF1cASUBk6+fSnLVMF4NQPhQgNm8YjgVgWQqEdD0jCdLaFQ7QyvDwcDkyGSM21xQDwLUoADvOS4KKLMJ1C0myHuuZJDaPxDtBiokIKdDzViGIizI0Go0mAZsZL7IumZYBwEh7a2sBOpOkQKl0TewrE4Hi2rAqASBFo9HEoT9BChQw+I7L/oc6l+1vGc5lvCVQMkgV4+LobmWmi1X3lXN52Cid/9CBttlfuv9Kk+Bn1gGdRgZgyZ97HKbsoVgPFfnw+LeRjmXyX7+HAUBsS0V2duXpZQBW/f1+KAClbijN4yF5qOda1SYFQrJOWFsiACD4u9V4ZBPWnA0CsKz6utnUMHrKmxYTXDlM2xjZlScDALyWB+TtBgqLAABLd+59Ns7LFhCwQbt3uzO7jcFA3huqmLAv/WyYrTIgxWisCmj2E2RcJ1xTPvITpK4FAMjqknx+dWX+BzWm/YtmtiXHQoGIk29657+gbCC0+AJJkpdzZozbm8zmxie9c0J4l7rgty0kL9Uaz0yTtaneZLjo9fUuoE/1+k6ae8neitUAsLyeZF/dUb1er6/Iz1TOPUlf7CRpKxODVICJ5OCripl7T7TY6dTohzG3e/PSPyRv9JOF7iCb4R7xk3G7DdUmk8nU+Os4OfqcG2fjBdJu3qKAgV3uoMr5QrF4VxftueI7YR/byMYHAUDFMXdQ6fxRXfwFpx917mS5g2Tf0wLSzAYfQJB/zTZni2gjrYdChG7TzYF4X0BIJIXJEVdtJzsc3T1vkudi4AsoaA/tcctV6YVHRkjLPmFyKj8hjykgCXqg7MzFnln13ZytBfvJKMcI+Jk3Ctwq2x1UMMW5dbXj4EwpZ11lfyqkQYlWthft0MwqR6vVardtTrp3NnPlt/h9NDyAyvhjgPQpC/+GNATCE+goqzyMmx5OvTDX6XcDrXgrWpKTP8m+jfAC5GHS1JDNEfAbtLaT9nn+8voEyhnhZO68HdJrkLLExl41/AFFpuW/W392gmy+D3cGUq7bWXKiY8RR2sP7ZPAEek/lolXqx3cVHznVfWvmeAy1fabLCZKeIo6ePY+unzMeeEql8GYczQWyW678cb7ZWLw1weuPEh8LUgo0ZrHcvCsgkrwLILWgmIXP8AUtyF3/AUEyDcgWq3dFAAAAAElFTkSuQmCC);
}

._14bONWyYfI-2XxJ0PkVMiu {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAABmJLR0QA/wD/AP+gvaeTAAAFN0lEQVR4nO3aeajUVRTA8c/4LNvMFiuwDRfSdkyLyiLaKIvCf6JoISqQAqmghQqKCLGCFgpB668WKtoIxAoLo1VarKjIFluNDMuyvdTXm/44v1933jhv5s1rxpns94WBmd/v3vs79/7OOfecc4eCgoKCgoKCgoKCgoKCggLb4AYswWu4A2M7KlEXMRLvolz1+Q2XYFjnROsO5osF+QTH41AskBbqZezVMek6zNHowx+YVHXvDKwSi/Q7LkfPRpWuw2wltKaMqwdosyPul7TpVUzYKNJ1AbeJSf+MnRq0nY4vs/Zf+x848EPRK2nGSsxo0GckFmbt726rdB1mBN6XJvq8tFAPY+c6fcdn7T5rr4idZbaY5DKxWCVchJ+y66tx9gB9J2Ztvmi7lB1iMtbhLxxWdW93PCVp05PZtUruye7d004hO8VwvCUmeHudducILSoLrbpQaNnJUgA5rq2SdohrxAQ/xdYN2u6CRyVtel7sXmVc2j4RO8dkrFfbtOpxorS9l/GCTTD1GCaS0KFuz6dlff/E3i2Uq2u40uBNq5rtJNO6vMVydQV7izffh2OH0P8usTiv2ARNq4TnxAQfGEL/I4XPKmNaC+XqGmZKznW25jLxLfFRRf9VmIXNWyxjx9hNiozzz+vYf5D9b8r6vI8XK8b4FGf6j5tbCYvFhB7B4fgg+71elFPrOetpwrTW4cCKay9JC/WB2N1KrRe//eTb8hqMya5tIxYm9ynv4ZAafTfDO1KGP77i3jARZX8uLdTiAcbpanKTmFXj3jRJm3pxi/A3Odfqb5Y/iBSjks1FrfrbrE2fiLr/M2XZ5ULwPQa4vwXmCHMrZ+2Pwr5SSHCqlGr8hett6HdGZtd/kcx3vqS1XUvuK85p0G4y3pa04Jvs+7zsfglXSAu5ENvXGGdn3Im1UjI7RwSZXclZQtA/cLH6O85mIon9M+vzJbatanOMZE6fSI67mrGifp37udW4TGhsV1ESbzT3I0uwT53248RbL4vktBa7iwPFXEMGKqjBAaKWlD9/Bc7ThSciJ0iZ+HoR21S/zZLI0AeTyA6X4qMy7tPfwVdzsBRu5FXImboshtoe90pCvoOpFfcvkbb0Wv6lFhcI880PFRs55RlSDTzvc8Qgn7XROAlfSdv7IpGn9WWfU5ocb6qknd+IvK0ePcLMVkgLtQD7NfnctjJKmFHlcc8aoRFDYTSezcZZJ7SxEVsIx52XdHtFfXugkKQjjMFxYndqtj5UTQ9uFFpYxoODHHOUSKB/lYpxt4qT3E2S6fheTPZjgzedHYTjz33ab9nvro2h/g0TJWe8RnN+bQIekjRxpaGbflczUkpR+sSfsprZ1g8SG0juI69rtYDdQEnUr/MU5WlhSs1wrnD8vSIl2iQ5WkpRPtP8RPMj8sdaLFdXUZmi/C40Y7DsKfmjfjRTpdtTxCOt5jsR1LWCESI3nJn9nidOZ9c16LeV2NV+NPgo/x+mSpW/dn2WiXipVZwvbedLsGuD9odJdfF+NNKg/bBUvJnVIuRvNblmrsUUNYQcIlPweDb+KpwukuVaPCHyuJtxVTMPycP7udpXQuiR/v26qMVjj8YzUpXhMv1DgeGi4FYW5rVLsw/I1XTUv5W0ATtK0W2r6RGLkAeGy4WfmiuVjNeKCL1p8jpxuylJ/qhdnIoPbej/lqvj/2r5oCkV35eKlW/3cUsJb2TfK2tIb7b4OcNEzDRJlICXiVJMbz3BqmnnW2yWjh8WDq9xrdVvraCgoKCgoKCgoKCgoKCgoJX8DVvMmhEmjSwwAAAAAElFTkSuQmCC);
}

._3cSPUO8KJyz8HhbBGmThK7 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAACTFBMVEUAAAAA/wCAgABVqgCAvwBmzACAqgBttgBgvwBxxgBmswB0uQBqvwB2xABttgB3uwBwvwBptABxuABrvABzvwBttgB0uQBvvABsugBxvQBtvwByuQBvuwBrvQBsuQBxvABtvQBxuAByvABvvgBsuQBwuwBtvABxvgBuuQBxuwBvvABtuABtuwBwvQBuuQBxugBvvABxvQBtuwBwvABuvQBwugBvuwBxvABtugBuvABwuQBuugBxvABvvABtugBvuwBuvABwvQBuugBwuwBxuQBvugBwvABvugBuvABvuwBwvABvugBuugBuvABuuwBwuwBvvABuvABuugBwuwBwugBvuwBvvABuugBwuwBvugBuuwBvuwBuvABwvABvugBuvABvugBwuwBwugBuuwBuugBvuwBvvABvvABuugBvuwBvuwBvugBwuwBuvABvuwBvuwBvugBwuwBvuwBwugBvuwBwuwBvvABvuwBvuwBvugBwuwBvvABuugBvuwBvuwBuvABvuwBvuwBvugBvuwBwuwBvugBuuwBvvABvuwBwuwBvvABuuwBvuwBvuwBvugBvuwBvuwBuugBvuwBvvABvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBuuwBvuwBvuwBvuwBvuwBvuwBvvABwuwBvuwBvuwBvugBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvvABvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwBvuwD///9otBQ0AAAAwnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcaGxwdHh8hIiMkJicoKSorLC0uLzEyMzQ1Njg5Ojs8PT9BQkNERUZHSElKS01OUFVYWltcXV9hYmNmaGlrbG5vcHN0dXZ5en1+gIKEhoeIjI2Oj5GSlJaXmJmaoKGio6Wmp6mqq6yvsrS1tre5uru9vsDBwsPExcbIycrMzs/R0tPV1tfY2drb3N3e3+Dh4uPl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/hK6SIIAAAABYktHRMOKaI5CAAADIklEQVQYGe3B+1tTdQAH4M85Qy5OBMQLBSJqKuY6pETe0MQbmqh4C8EyFZoWWDjKLuItEbwh4gWdlANlylREiXRusp3z+cvcBbbjw3w2vvzms/dFXFzcB2TSobb22lyMW+pt+jgrZIxTPbtWLTlNts7BuCzXXJ8A2PSUr6sMEDexi9/BL/M4eW02hP3I/6chqMTO3lwIWuIlHRsRlHqGFohJstJykfxrOgLyeB9iqnk3Sdo1yP4t8JvLHggxDamFALL/Js9mA2hgA0Qk3ORPCCjr5+BOaR2dsyBiP7uNCJrRSF7s5V6IMHnUQoSssZOXZAiQ22iBTind8yDiW3YbEZbeyyqImOfWVkLnGK/KECBd4O/QWaqyCCJ2kNUGhKT8Sz7dk4gx+3iQ5PWFGGGm9TLZvVnG2EgtPPFFJz21RgQUqUOLUHSF7CyVMBalHMjCpFqVdxbDZ0IHHXmAXPaAbFmMMbjMPfAp6qT3cArwPckX6wAkVvRRa5yDmNmYA7/kGg9tyxa4tQ2NVA/KAFIPvqSnPgsxusIyBJluUXvMXyDt8/BMBnym172hsyYdMfmarm9kBEzY76Z9MoAVfexaBL/c4yr7K5MRA6mObJuPgFlOroFfdjudWxDw6Vny4TYDYvCVnR5zMgDpEi0ISjCTv6Ug4PMWsmeHjOgyfiU7CoAKOjIwotzF1iwEbbSSrV8iBmsf0dt0QdPWI6zAzsdLEWTY9pA8nY/o0ixecqAcelObOVSBYcmV/fQ25CC6rOIVRrzL8IPGP4wYllb9iu4jmRBS8pz38jFiitlFpzkdIuZaObAeIbP/1Ogoh4jURmqHZIR81kQegAipysNzUxC2dchrgpDlfbxvQlg1T0JMdjtfb0XITDrwrplKJDkYJekY+XMihk3kAPQKOhjZ3WKMst3Fto8QVEgrdPLdfHYjkmd0L8AoSg+fLEPAKZqh08yjBkRiqGcTRpt6np5KGUio4X8zoONiGiLLpBMRGGo02uqO2vimBHpU8R4SiYg2/EMfWzHCFEWhqrxHAakoCiKQV+7euzoBOowOMbkRHeLi4j4wbwGCcnjT2fAGIgAAAABJRU5ErkJggg==);
}

._1CKLiVe09KLnsiBwiUaGv2 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAACTFBMVEUAAAD/AAD/AACqAAC/AADMAADVAADbACS/ACDGABzMABrRFxfVFRXYFBTIEhLMERHPEBDSDw/VDg7JDQ3MDQ3ODBjRDBfTCxbOChTQCRPRCRLTCRLMCRHOCBDRDw/SDxfMDxbNDhXQDRTRDRTMDRPNDBPODBLQDBLRDBHSCxHNCxHOCxDQChXRChTNChTOChTPChPQDhPNDhLODRLPDRLPDRHQDRHRDRXODBTQDBTRDBPOCxPOCxPPCxLQCxLQCxLNCxLOChHPChXPDhTRDRTODRTPDRPPDBLODBTPCxTPCxTQCxPOCxPPCxPQDRLQDRLODRLQDRTODBTODBPPDBPQDBPODBPPCxLPCxLOCxTPCxTPDRTPDRPPDRPPDRPODBLODBLPDBTQDBTPDBPPCxPQCxPOCxPQDRLODRTPDRTPDBTQDBPQDBPPDBPPDBPQDBPODBLPDBLPDBLPDRPPDRPQDRPPDRPPDBPPDBLQDBLPDBTPDBTPDBPQDBPPDBPOCxPPCxLPDRLPDRTQDRTPDBPPDBPPDBPODBPPDBPPDBPPDBLODBLPDBTPDBTPDBPPDBPPCxPPCxPPDRPQDRPPDBPPDBLPDBTODBPPDBPPDBPPDBPQDBPPDBPPDBPPDBPPDBPPDBPPDBLPCxTPCxPPDRPPDBPODBPPDBPPDBPPDBPQDBPPDBPPDBPPDBPPDBTPDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBPPCxPPDBPPDBPQDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBPPDBP////vGE4kAAAAwnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcaGxwdHh8hIiMkJicoKSorLC0uLzEyMzQ1Njg5Ojs8PT9BQkNERUZHSElKS01OUFVYWltcXV9hYmNmaGlrbG5vcHN0dXZ5en1+gIKEhoeIjI2Oj5GSlJaXmJmaoKGio6Wmp6mqq6yvsrS1tre5uru9vsDBwsPExcbIycrMzs/R0tPV1tfY2drb3N3e3+Dh4uPl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/hK6SIIAAAABYktHRMOKaI5CAAADIklEQVQYGe3B+1tTdQAH4M85Qy5OBMQLBSJqKuY6pETe0MQbmqh4C8EyFZoWWDjKLuItEbwh4gWdlANlylREiXRusp3z+cvcBbbjw3w2vvzms/dFXFzcB2TSobb22lyMW+pt+jgrZIxTPbtWLTlNts7BuCzXXJ8A2PSUr6sMEDexi9/BL/M4eW02hP3I/6chqMTO3lwIWuIlHRsRlHqGFohJstJykfxrOgLyeB9iqnk3Sdo1yP4t8JvLHggxDamFALL/Js9mA2hgA0Qk3ORPCCjr5+BOaR2dsyBiP7uNCJrRSF7s5V6IMHnUQoSssZOXZAiQ22iBTind8yDiW3YbEZbeyyqImOfWVkLnGK/KECBd4O/QWaqyCCJ2kNUGhKT8Sz7dk4gx+3iQ5PWFGGGm9TLZvVnG2EgtPPFFJz21RgQUqUOLUHSF7CyVMBalHMjCpFqVdxbDZ0IHHXmAXPaAbFmMMbjMPfAp6qT3cArwPckX6wAkVvRRa5yDmNmYA7/kGg9tyxa4tQ2NVA/KAFIPvqSnPgsxusIyBJluUXvMXyDt8/BMBnym172hsyYdMfmarm9kBEzY76Z9MoAVfexaBL/c4yr7K5MRA6mObJuPgFlOroFfdjudWxDw6Vny4TYDYvCVnR5zMgDpEi0ISjCTv6Ug4PMWsmeHjOgyfiU7CoAKOjIwotzF1iwEbbSSrV8iBmsf0dt0QdPWI6zAzsdLEWTY9pA8nY/o0ixecqAcelObOVSBYcmV/fQ25CC6rOIVRrzL8IPGP4wYllb9iu4jmRBS8pz38jFiitlFpzkdIuZaObAeIbP/1Ogoh4jURmqHZIR81kQegAipysNzUxC2dchrgpDlfbxvQlg1T0JMdjtfb0XITDrwrplKJDkYJekY+XMihk3kAPQKOhjZ3WKMst3Fto8QVEgrdPLdfHYjkmd0L8AoSg+fLEPAKZqh08yjBkRiqGcTRpt6np5KGUio4X8zoONiGiLLpBMRGGo02uqO2vimBHpU8R4SiYg2/EMfWzHCFEWhqrxHAakoCiKQV+7euzoBOowOMbkRHeLi4j4wbwGCcnjT2fAGIgAAAABJRU5ErkJggg==);
}

._2JiOqNzzLqoPldnJiqcwzS {
  font-size: 12px !important;
  font-weight: inherit !important;
}

._z_1KRs5qe8xgAftngyy6 {
  text-transform: none !important;
  margin-right: 20px !important;
}

._3ab9TIeepubEjMlSNJoVEP {
  flex-direction: initial !important;
  justify-content: initial !important;
}

.hdByg_WN8_0Nb2tvZAgPg {
  margin-top: 9px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

._2rAfx_H6hSa2mhOiiX6oLN {
  grid-column: 2 / 3;
}

@media (max-width: 991px) {
  ._2rAfx_H6hSa2mhOiiX6oLN {
    grid-column: 2 / 2;
  }
}

.UPQ-oVkJV-EEpepgH3qW0 {
  margin-bottom: 20px;
}

._2iao0mtt3rgpojE6wXYAvb {
  font-weight: 400;
}

._1Uii7wJPcbXC3hgODDgC94 {
  display: none;
}

/* Mobile view */

@media (max-width: 991px) {
  ._1TSf-rNEt1bBbL99HGA5Bw {
    display: none;
  }

  ._1Uii7wJPcbXC3hgODDgC94 {
    display: unset;
  }

  ._2JyGgeL3t6F6Ziu_Z4Ea6I {
    margin-top: 25px;
  }
}

._1vfZVj4qVuZNyN5_JRkh4 {
  padding: 0 10px !important;
}

._1d-n-fjTt-C5ZmnWKpO0Vf {
  color: #000000 !important;
  font-size: 12px !important;
  font-weight: inherit !important;
}

._3QiWhll7rFb7g2-BN8jpis {
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr) repeat(3, 2fr);
  grid-column-gap: 5px;
  margin-bottom: 10px;
}

._2PGpQH626QaXShw6mKPeSp {
  width: 100%;
  margin-top: 20px;
  display: flex;
  gap: 48px;
}

._20KjvuJmkLFV4gQW5bl4Xg {
  flex: 1;
}

._3oZ4s9lWbEklZxj0lPiHIY {
  display: flex;
  flex: 1;
}

._2gBMH3Zb5x3PF9clE94Rc7 {
  padding-top: 10px;
  text-align: right;
}

._1to6FjuJKs7HBwfUFD9cvb {
  cursor: pointer;
}

._2s5tQedBdVe7St2qr290Uh {
}
._2s5tQedBdVe7St2qr290Uh > div {
  display: inline-block;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  margin: 0 6px;
  background-color: white;
  padding: 4px;
  min-width: 30px;
}

._2pR8wPilSyYeKnzP5NHOsd {
}

._1QPteCLTG6ePOezkRz3UV4 {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 30px 36px;
  position: relative;
}

._3xv0dkft-nbiqQHyIGBpNh {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 25px;
}

._3d8TmtdvwO1vLyrLXqwNZn {
  color: #f44335;
}

.Y4E-tTuL2Ope2HkPEolxk {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 0;
}
.Y4E-tTuL2Ope2HkPEolxk thead {
}
.Y4E-tTuL2Ope2HkPEolxk thead th {
  padding: 5px;
}
.Y4E-tTuL2Ope2HkPEolxk thead tr th:first-child {
  padding-left: 20px;
}
.Y4E-tTuL2Ope2HkPEolxk tbody {
  border-top: 20px solid transparent;
  background: #e9e9e9;
}
.Y4E-tTuL2Ope2HkPEolxk tbody td {
  padding: 5px;
}
.Y4E-tTuL2Ope2HkPEolxk tbody tr td:first-child {
  padding-left: 20px;
}
.Y4E-tTuL2Ope2HkPEolxk tbody tr td:last-child {
  padding-right: 20px;
}
.Y4E-tTuL2Ope2HkPEolxk tbody tr:first-child td {
  padding-top: 20px;
}
.Y4E-tTuL2Ope2HkPEolxk tfoot {
  background: #e9e9e9;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  text-align: center;
}

.AZx1GLDdacXeJ0oT7mp6r {
  color: var(--main-color);
  cursor: pointer;
}
.AZx1GLDdacXeJ0oT7mp6r:hover {
  font-style: underline;
}

._3ZfzPABwsE7-c38MLnI_I7 {
}

._1sQKgQa01H2UYIDjm0wqea {
}

._1yCodIgepEl4NGcAUfktph {
}

._2lNfqGj54mQNwNJ8T-PVIG {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
}

._22cz4qokTuHIe4Tudy_3BO {
  margin-bottom: 10px;
  margin-top: 0px;
}

.uK3ZQ_Ouxp6tVW_hmEpqv {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 30px 36px;
  position: relative;
}

._264rnwt3tmh1OpqVId2DSq {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 25px;
}

/* .main_text {
  display: flex;
} */

/* .info_block{
  border: 2px solid grey-lighter;
  border-radius: 4px;
  font-size: 90%;
  flex-grow: 1;
  margin-left: 15px;
} */

.jDmb87Q5TC_nJhq_6WTul {
  padding: 8px;
  background-color: #e9e9e9;
  font-weight: 500;
}

.Vl9RBcmaqiFa-m0ZIgSUp {
  padding: 8px;
}

.IuM299azG65IogTO19Twi {
}

._1I1Gub461ZxeJvclAWb3XK {
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 90%;
  padding: 0;
  min-height: 106px;
}

/* import colors */

/* Layout */
.y0yetC-fT3NaRM_boFxht {
  text-align: center;
  /*padding-top: 130px;*/
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00afef;
  z-index: 16000;
}

.dR09EHChcGfbnodBeQzFg {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}

.WvLXXNWmEY8QGoZxdOeb7 {
}

.aCwJBvJoF2wWgfuBhK6pB {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

._4bmsR8hE_en5uHsLd8pez {
}

.sfevSu1MXNz2Z0UKO1nGh {
  padding-top: 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  margin: 0 auto;
}

.sfevSu1MXNz2Z0UKO1nGh p {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

._2fRl8d-UyRQjhtQ2PtkVDE {
  padding-top: 20px;
}

/*
  WorkflowOverlay
*/
/* import colors */

._6P4PdOWomSzgitnKPaK32 {
  font-size: 18px;
  line-height: 22px;
}

._1JsO4UM2lN93jmg7-4lXwx {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #1a1a1a;
}

._1JsO4UM2lN93jmg7-4lXwx a,
._1JsO4UM2lN93jmg7-4lXwx a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

._1Gj2GW0o_9vojiZ0zT8Sno ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

._1Gj2GW0o_9vojiZ0zT8Sno ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

._1Gj2GW0o_9vojiZ0zT8Sno ._2YaNiQXKbiDMsroLG867eV {
  color: #00afef;
}

._1Gj2GW0o_9vojiZ0zT8Sno ._2vmbHyKs3ZizJeHokIf-6g {
  color: #c9c9c9;
}

._2gpZ2TB43Pi3NPuEhhSsK_ {
  color: #ffffff;
}

._2gpZ2TB43Pi3NPuEhhSsK_ a {
  color: #ffffff;
}

._1Gj2GW0o_9vojiZ0zT8Sno ._2gpZ2TB43Pi3NPuEhhSsK_ {
  color: #ffffff;
}

@media (max-device-width: 480px) {
  ._1JsO4UM2lN93jmg7-4lXwx {
    display: none;
  }
  ._1Gj2GW0o_9vojiZ0zT8Sno ._2YaNiQXKbiDMsroLG867eV {
    display: none;
  }

  ._1Gj2GW0o_9vojiZ0zT8Sno ._2vmbHyKs3ZizJeHokIf-6g {
    display: none;
  }
}

._1EO7JAD_gTlfWN_2g2s32r {
}

._3dmG7irHwbnS51NR4yFjuX {
}

._2FtkEl6eS15k85y6Uxt9t- {
}

._3d18YLX0zYs5dfbin4n7yo {
  position: absolute;
  top: 30px;
  right: 30px;
}

._1S0jsaAmoHqop80jx-48Es {
  margin-bottom: 40px;
}

.c8s0imOPixo65I3AvVpdL {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 30px 36px;
  position: relative;
}

._3z0De4z-YHnu-prfGT3tEV {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 45px;
}

.TE9vlrWtwuD1e3VbjtQdv {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
}

.HdilKIGFxjx_4YdHn8cxp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

._11BFYxcxBn2M472iYv31bZ {
}

._2mocri5aOZVDNJHrYu3yM {
  font-size: 13px;
  margin: 30px 0 0 20px;
}

._1_og9iU-L9Rwg91JS4155y {
  color: #00afef;
}

._3-vT5uQ4sEjZIShnVJsN3U {
  display: block;
}

._1IjLguEpFjkZMk5M-uxiYv {
  height: 10rem;
  background-color: #e9e9e9;
  position: relative;
  user-select: none;
}

._1IjLguEpFjkZMk5M-uxiYv * {
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._3d18YLX0zYs5dfbin4n7yo {
  min-width: 100px;
}

@media (max-device-width: 768px) {
  ._3z0De4z-YHnu-prfGT3tEV {
    margin: 2px 0 20px;
  }
  ._2mocri5aOZVDNJHrYu3yM {
    margin: 0 0 20px 0;
  }
}

.lP64GQ7a36oacQjdt8Ds8 {
  margin-bottom: 20px;
  margin-top: 10px;
}

._2xVpvEsdG-MlTAg_3q4qVi {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 30px 36px;
  position: relative;
}

._2YuJJr1atuYgmVedpmsefz {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 25px;
}

.vs2SQFOOUs20lFepPkRoX {
}

._111ViLQudg7l0rExJL6hc {
  display: block;
}

._33GWTtwl9v8r4po6pnI_wt {
}

@media (max-device-width: 480px) {
  .vs2SQFOOUs20lFepPkRoX {
    position: relative;
    top: 0;
    right: 0;
  }
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
/* import colors */
.menu-item {
  cursor: pointer;
  background-color: white;
  padding: 1.25em 1.5em;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 5px 0px #e9e9e9;
  border-radius: 5px;
  border: 2px solid transparent;
}
.menu-item__active {
  border: 2px solid var(--main-color);
}
.menu-item__placeHolder {
  color: #c9c9c9;
}
.menu-item p,
.menu-item span.indicator-wrapper {
  margin-bottom: 1.5em;
}
.menu-item span.active {
  color: #00afef;
}
._1Z6L0ke1BNrc01Bjoyh34n {
  font-size: 12px;
  font-weight: 200;
}

p._1LttZofUYo08UPk2ICtOC1 {
  padding-right: 1em;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 1.3em;
  margin-top: 0.6em;
  margin-bottom: 3px;
  color: #929292;
}

.editHistory {
  border-top: 1px solid #c9c9c9;
  margin-top: 48px;
  padding-top: 8px;
}

.trailLogs {
  max-height: 180px;
  overflow-y: scroll;
}
.creditCheck__content {
  border-top: 1px solid #c9c9c9;
}
.rulesetContent {
  height: 100%;
  width: 100%;
  background-color: white;
  padding: 24px 48px;
}
.rulesetContent__ruleSection {
  padding: 32px 0;
}
.rulesetContent__ruleSection__header {
  display: flex;
}
.rulesetContent__ruleSection__header__title {
  font-size: 14px;
  margin-bottom: 16px;
  margin-right: 8px;
}
.rulesetContent__ruleSection__header__title__emphasized {
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 4px;
}
.rulesetContent__ruleSection__header__title__optional {
  color: #5e5e5e;
}
.rulesetContent__ruleSection.disabled {
  color: #979797;
  user-select: none;
  pointer-events: none;
}
.rulesetContent__ruleSection + .rulesetContent__ruleSection {
  border-top: 1px solid #c9c9c9;
}
.autoDecisioning {
  width: 100%;
  height: 100%;
}
.autoDecisioning__container {
  padding: 19px 0;
  height: 100%;
  width: 100%;
  display: grid;
  gap: 30px;
  grid-template-columns: 20% 1fr;
}
.autoDecisioning__container .menu-item-title {
  text-align: left;
  text-align-last: left;
  word-wrap: break-word;
  max-width: 97%;
  hyphens: auto;
  font-size: 0.95em;
  max-height: 4em;
}
.D9fPIVx6TbV4bNwCDg7Pv {
  display: flex;
  margin-bottom: 15px;
}

.D9fPIVx6TbV4bNwCDg7Pv + .D9fPIVx6TbV4bNwCDg7Pv {
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

._2qYTKYXp39eEJlAvl36_hc {
  width: 80px;
  max-height: 50px;
}

._1TFmRrV76M2oAXxsKORyn1 {
  height: 32px;
  margin: auto;
}

._2xQVJe49Zo4BUgAHnevBlN {
  flex-grow: 1;
}

._1Y1BMVsdU975_ePHFocKYJ {
  margin: 0;
  font-family: sans-serif;
}

.uKGyKLZnN1729l1F9YhN5 {
  margin: 0;
}

._192UlyaeR6aycAmRoprnZu div {
  display: inline-block;
  margin-left: 10px;
  width: 45%;
}

._1f1VdE5MfSyXmIImznk6xY {
  margin-bottom: 15px;
}

.CU_Rdc4PwnPG7GPP9ycU0 {
}

._2mQGWz1s66vC9lrFD9hQVW {
}

.qsB4gy9FfYsMaIib1HZ0a {
}

._1lk37hGzB_g6HUOiy174t5 {
  border: 1px solid #c9c9c9;
  width: 300px;
  margin-right: 10px;
  position: relative;
}

._3hVE_obMPoaVp_b2ao-YKr {
  height: 40px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.Nu2PfJVRrf0K3-8Sc2lxS {
  display: flex;
  flex-wrap: wrap;
}

._7Q4uiLeuAwn6NW3HlBBSy {
  height: 200px;
  padding: 10px;
}

._2TPuJBwQV_iqQw3ynlAFdP {
  margin-top: 15px;
  margin-bottom: 30px;
}

._1Actpzz8XbVfxYCVTrUZkG {
  position: absolute;
  bottom: 5px;
}

._3zj3qi5KJwep5yIspf5Kwv {
  background-color: #50b5de;
}

._1Fe5AvtYZtZUYJfafHLAzw {
  background-color: #ea5c56;
}

._1jrIhKrHp07OGwVhRdszDP {
  color: #00afef;
  border-style: none;
  background-color: transparent;
}

._1j4n4ehcdXPPRikLPUWsaC {
  color: #f44335;
}

._2KuwvytMbQhg9Mfbvc4smb {
  font-weight: normal;
  text-transform: capitalize;
}

._39daCUZGzTOFk_Y9pSAYyF {
  width: 100%;
}

._39daCUZGzTOFk_Y9pSAYyF > label {
  font-size: 12px;
}

._39daCUZGzTOFk_Y9pSAYyF > div {
  font-size: 12px;
}

.NZ5uY1guaKiObyg8zPJ_r {
}

.NZ5uY1guaKiObyg8zPJ_r > label {
  transform: translate(0, 1.5px) scale(0.75);
  transform-origin: top left;
}

._3vKFXO_mWrBfeMX5llTeu0 {
  font-size: 14px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 25px;
  width: 80%;
}

._1aenjVqPi_RufQJQSMASQo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.vMs2tT5fCPCNuzpHTNQLG {
  font-size: 12px;
  padding: 30px 36px;
  background-color: #fcfcfc;
}

._3euXCZ6sexV4fK3EPTv5i5 {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

._1GRc8B7owiuAD9ofb8LS0u {
  margin-right: 5px;
  display: inline-block;
}

._3WlkdDrCpDVR7So4v_AvsD {
  display: inline-block;
}

:root {
  --main-color: #00afef;
}

:root {
  --main-color-active: #00a5e1;
}

:root {
  --main-font-color: #ffffff;
}

/** color */
/**
  The following colors are copied from src/css/base/colors.css
  since importing the colors using below does not work with SASS
  @value colors: "css/base/colors.css";
  @value [color] from colors;
*/
/** font */
/** ~24px */
/** ~20px */
/** ~16px */
/** ~14px */
/** 12px */
/** ~10px */
/** ~8px */
/** modal */

.bar-loader__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: #f6f6f6;
}
.bar-loader__loader {
  height: 15px;
  width: 340px;
  margin-bottom: 1.5em;
  margin-top: -1.5em;
}
.bar-loader__background {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  background-color: white;
}
.bar-loader__progress {
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #000 0%, var(--main-color) 30%, var(--main-color) 70%, #000 100%);
  transition: width 1s linear;
}
.bar-loader__text {
  color: #5e5e5e;
  font-weight: 900 !important;
  font-style: italic;
}
.side-menu {
  padding: 19px 0;
  height: 100%;
  width: 100%;
  display: grid;
  gap: 30px;
  grid-template-columns: 20% 1fr;
}
.side-menu__right {
  grid-template-columns: 1fr 20%;
}
.side-menu div:last-child {
  background-color: white;
}
.side-menu a {
  color: var(--main-color);
}
.side-menu a:hover {
  color: var(--main-color-active);
}
.sidemenu-panel {
  padding: 1.5em 2.5em;
  background-color: white;
}
/* import colors */
.panel-section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 1.75em;
  margin-bottom: 1.75em;
}
.panel-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.panel-section.borderless {
  border: none !important;
}
.checkbox_group_wrapper {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.checkbox_group_wrapper--vertical {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.panel-section-history-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.integration-steps {
  list-style: disc;
  padding: 15px;
}

.integration-components-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.switch-container {
  margin-top: 2em;
}
.confirmation-modal .modal-card {
  width: 390px;
  height: 275px;
  padding: 50px 40px;
  text-align: center;
}
.confirmation-modal .modal-card-head {
  display: block;
}
.confirmation-modal .modal-card-head button.delete {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -40px;
  margin-right: -30px;
}
.confirmation-modal .modal-card-title {
  margin-bottom: 2em;
}
.confirmation-modal .modal-card-body {
  padding: 0;
}
.confirmation-modal .modal-button-container {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 2em;
}
.confirmation-modal .modal-button-container a {
  width: 100px;
}
.confirmation-modal .modal-button-container a:last-child {
  justify-self: start;
}
.confirmation-modal .modal-button-container button {
  width: 100px;
  justify-self: end;
}
.confirmation-modal .modal-button__cancel {
  background-color: white;
  border: 2px solid var(--main-color);
}
._3kq4xJNMiy5i8Cg-t3ZySR {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}

._3GrmlN50I31bz-9IAAdUAs {
  height: 120px;
  margin-bottom: 10px;
}

._3GrmlN50I31bz-9IAAdUAs a {
  pointer-events: none;
}

._2tusSA7_qwkE0WB-h7Opps {
  height: 120px;
  margin-bottom: 10px;
  font-size: 12px;
}

._2tusSA7_qwkE0WB-h7Opps img {
  max-height: 120px;
}

._34Jg34L_o92NZhXGsvId_S > div > div > div > textarea {
  font-size: 12px !important;
}

._2J2rv0RkaDQgnWRqrX1LC1 > div > div > textarea,
._3KoGci19dFlGdZlq7KwGOH > div > div > textarea {
  height: 100px !important;
  font-size: 12px !important;
}

._2J2rv0RkaDQgnWRqrX1LC1 > div > div,
._3KoGci19dFlGdZlq7KwGOH > div > div {
  height: 130px !important;
}



._3c3u6sFlnk5ZHGgOUd7TCi {
  width: 100%;
  border: 2px solid var(--main-color);
  margin-top: 10px;
  border-radius: 4px;
  min-height: 80px;
  margin-bottom: 20px;
  height: 130px;
}

._3c3u6sFlnk5ZHGgOUd7TCi > img {
  max-height: 120px;
}
.integration-steps {
  list-style: disc;
  padding: 15px;
}

.integration-components-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.switch-container {
  margin-top: 2em;
}

/* import colors */

.gLx_tVg2X8bbFZJOA9HWb {
  margin: 5px 0px 5px 0px;
  background-color: #fcfcfc;
  height: auto;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: transparent 1px solid;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 25px 12px 16px;
  cursor: pointer;
  flex-flow: row wrap;
}

.gLx_tVg2X8bbFZJOA9HWb:hover {
  box-shadow: 1px 1px 2px 0.02px rgba(0, 0, 0, 0.08);
  border: var(--main-color) 1px solid;
  transition: border-color 0.25s ease;
}

._2aCklASitEuwCH8vdfEVcS {
  height: 100px;
  width: 100px;
}

.pW7wf4fgaYupkMIK9O7eN {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

._1yObRpDVgbqHxoznHy-upX {
  min-width: 500px;
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
}

.HG5Hi-r1O6Ah6WnWGragN {
  font-weight: 200;
  color: #000000;
  font-size: 12px;
}

._3Ifgi5J2mXIY7lhFeFg8PP {
  font-weight: 200;
  color: orangered;
  font-size: 12px;
}

._33JYorW6lYXa7zpeumzytY {
  background-color: #f44335;
}

._3okCZDWUWw-mGBfwXNqPPn {
  background-color: #00afef;
}

._3qy1VeKR1n7WhVGxr177II {
  background-color: #c9c9c9;
}

._3okCZDWUWw-mGBfwXNqPPn,
._33JYorW6lYXa7zpeumzytY,
._3qy1VeKR1n7WhVGxr177II {
  display: inline-block;
  padding: 0px;
  margin-right: 10px;
  border-radius: 20px;
  text-align: center;
  line-height: 26px;
  width: 94px;
  vertical-align: middle;
  color: white;
  font-weight: normal;
}

._381jsX3OYsv0eUjfTNO3Pt {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==) no-repeat center center;
  margin: -5px 0 -10px 15px;
  animation: fCTz0FDbOHDncSgtJNc6V 0.8s infinite linear;
}

@keyframes fCTz0FDbOHDncSgtJNc6V {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

._3fu9cBkHgDulXH1HiTQnYh {
  display: inline-block;
}

._2qlL3Jr54vGRUQy_avsTMX {
  display: inline-block;
}

._1mRLKuuT6bsm6NLxC_e2zd {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 20px;
  top: 10px;
  z-index: 99999;
  right: 10px;
  transform: translateY(20%);
}

._1mRLKuuT6bsm6NLxC_e2zd ul {
  padding: 10px 0px;
  margin-left: -150px;
  width: 180px;
  display: block;
  z-index: 99999;
  background: white;
  position: absolute;
  box-shadow: 1px 1px 4.85px 0.15px rgba(0, 0, 0, 0.24);
}

._1mRLKuuT6bsm6NLxC_e2zd a {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  padding: 5px 20px;
  width: 180px;
  display: block;
  transition: transition-default;
  background: white;
}

._1DkdEs6AVozkhdC0CcYqgF a {
  display: none;
}

._1DkdEs6AVozkhdC0CcYqgF ul {
  display: none;
}
._1mRLKuuT6bsm6NLxC_e2zd a:hover {
  background: var(--main-color);
  color: white;
}

._102c5sfTO1bIlIVxkH5SLB {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.4px;
}

.BdCt560bPq2SZS-OkgtxC {
  margin-top: 12px;
}

@keyframes fCTz0FDbOHDncSgtJNc6V {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

._1_EzFh7O0ZxwXVv_V_q3bj {
  width: 100%;
  margin-top: 1em;
}

._1lP6SJgPJddK4lQF-3f1uv {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 5px;
  background: dimgrey;
  border-radius: 100%;
  transform: translateY(20%);
  transition: all ease-in-out 100ms;
}

._1RzXPYH7nOI7ixZHvBLJlm {
  background-color: var(--main-color);
}

._1lP6SJgPJddK4lQF-3f1uv:hover {
  background-color: var(--main-color);
}

._2CzSpDayxU-UWiROHBJUcO {
  opacity: 0.5;
}

._2CzSpDayxU-UWiROHBJUcO:hover {
  background: dimgrey;
}

.YExOUbzVui2XQHAcvJ_HQ {
  font-size: 12px;
  padding: 1em 2em;
  display: flex;
  justify-content: space-between;
  transition: all ease-in-out 100ms;
}

.YExOUbzVui2XQHAcvJ_HQ:hover {
  background-color: var(--main-color);
  color: white;
}

@media only screen and (max-width: 1024px) {
  ._1mRLKuuT6bsm6NLxC_e2zd {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .gLx_tVg2X8bbFZJOA9HWb {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .pW7wf4fgaYupkMIK9O7eN {
    margin-left: 0;
    width: 100%;
    display: block;
  }
  ._102c5sfTO1bIlIVxkH5SLB {
    width: 100%;
    font-size: 26px !important;
  }
  ._1yObRpDVgbqHxoznHy-upX {
    min-width: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  ._102c5sfTO1bIlIVxkH5SLB {
    font-size: 20px !important;
  }
  ._33JYorW6lYXa7zpeumzytY,
  ._3okCZDWUWw-mGBfwXNqPPn,
  ._3qy1VeKR1n7WhVGxr177II {
    width: 100%;
    margin-right: 0;
  }
  .HG5Hi-r1O6Ah6WnWGragN {
    padding: 0;
    margin-top: 10px;
    display: block;
  }
}

/* import colors */

/* Layout */

._1VEr-emb38kDdLIFWqJBpe {
  padding: 15px 0;
  margin: 0;
}

.ZR279Mod4VZ7R0KSh72I5 {
}

._3aupmKNBPZn28K044zYL-- {
  width: auto;
}

._3aupmKNBPZn28K044zYL-- > div {
  margin-right: 20px;
}

._2Axa3mvQrXFFycmxyYRU1f {
}

._18xfnVNvlRjJS77K0mI4A4 {
}

._2u3nWCYLPscUZn8WIurQN2 {
}

.EDFeqV_oM3uMUCTTmdeRn {
  padding: 20px 0 0;
}

.HZ6S5z6CRS4Bk8_l3SdRb {
  font-size: 24px !important;
  width: 550px !important;
}

._1rOPo3svHlBiQC-NyGWOB {
  font-size: 20px !important;
}

.VNcV20uALop8dNIUvkmFp {
  padding: 25px 0 1rem;
  border-bottom: solid 1px #c9c9c9;
}

.VNcV20uALop8dNIUvkmFp._3icC8pXbnlYQ-qAZ-Fc_5j {
  padding: 0;
  border: none;
}

.VNcV20uALop8dNIUvkmFp:first {
  padding-top: 0px;
}

.VNcV20uALop8dNIUvkmFp:last-of-type {
  border-bottom: none;
}

._2wwoC5BVdefqK4BNQaEjqH {
  padding-top: 25px;
}

._2wwoC5BVdefqK4BNQaEjqH > h3,
._2wwoC5BVdefqK4BNQaEjqH > div > h3,
.VNcV20uALop8dNIUvkmFp > h3,
.VNcV20uALop8dNIUvkmFp > div > h3 {
  font-size: 14px;
  font-weight: 400;
}

.DEoh8GVdObnSEuDCBtdkN {
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
  margin-top: 10px;
  opacity: 1;
  color: orangered;
  border: 2px solid orangered;
  text-align: center;
}

.k2VSqUhTBHXSsH_pDo2OI {
  float: left;
  margin-top: -15px;
  color: orangered;
}

._1p445Lc-64c_QacSfPdb-I {
  text-align: center;
  padding: 15px 0;
}

._32q_Ko05QGiz3RmwoFR3Ss {
  margin: 0px 15px;
  font-size: 28px;
  font-weight: 700;
}

._1Jyiv5lMR9eqI13gAjtv5H {
}

._1cknqVfOknqwQ7U1eVSiit {
  margin: 20px 0 4rem;
}

._1cknqVfOknqwQ7U1eVSiit button {
  margin: 0px 10px;
}

._1regq89IKb4bUT2CS7v_pk {
  line-height: 18px;
  padding-top: 15px;
}

._1gsCQW0-dzQb5k_pZt5YbX {
  font-size: 24px;
  margin-right: 10px;
}

@media only screen and (max-width: 500px) {
  .HZ6S5z6CRS4Bk8_l3SdRb {
    margin-top: 10px !important;
    font-size: 20px !important;
    width: 100% !important;
  }

  ._1l3TdTQIAVTiuLrqbg4Sk_ {
    width: 100%;
    margin-top: 40px;
  }

  ._32q_Ko05QGiz3RmwoFR3Ss {
    display: block;
  }

  ._1gsCQW0-dzQb5k_pZt5YbX {
    font-size: 20px;
  }
}

._2-9jmKK2npJ17VOnlvfYrG {
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #000000;
}

._2-9jmKK2npJ17VOnlvfYrG > * {
  display: inline-block;
}

._2zaNiGpdOBJTzf9YlQeD_C {
  font-weight: 200;
  padding-right: 5px;
  color: #000000;
}

._1n0HznLn6goA0JKyIc-8Zp {
  font-weight: 200;
  padding-left: 5px;
  color: #000000;
}

._2SuO3hAsx-Jmnb2oBmXPbE {
  padding: 8px 5px 4px 7px;
  width: 240px;
  text-align: left;
  letter-spacing: 0;
  border-style: solid;
  border-width: 0.5px;
  color: #000000;
}

._1u5nawQLdYmvtRj2KRD_49 {
  width: 120px;
}

._3ZOtItMk8F07fugo0mu5kh {
  text-align: right;
}

._1qoU3V2sVTRAECQtsIvUQo {
  width: 80px;
}

.FhFJNbBUZ9g49E5AzyNth {
  font-size: 18px;
  color: #f44335;
  position: absolute;
  top: -5px;
  width: 100%;
  transform: translateY(-100%);
  text-align: center;
}

._2eDNYzIFS_j_m5NtB1OSmx {
  padding-top: 14px;
  font-size: 18px;
  color: #000000;
  text-align: center;
}

.EHqOqi_S4vgdRSzm0Bnyo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 50px;
}

.uqKOO9j60EZ5h5CIeSXc0 {
  display: inline-block;
}

._3yfeqmFPLqehO6sq2nDCq- {
  color: #f44335;
}

._1Lp8e1Fi5YSgLPYxsLLBlV {
  padding-bottom: 50px;
}

.Vn53kSUrG48nxxEKnqXDZ {
}

._3BlcEQBM8KeOnm-1ilrFd6 {
}

.aHmNjDT1X_aJvqrM7BXct {
}

.W8ypBjmKdyo1Z1kYNUuhp {
}

._1RVFEnqXid0OJ7lCUzpI6u {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 1.3em;
  margin-top: 0.6em;
  margin-bottom: 3px;
  color: red;
}

@media (max-device-width: 480px) {
  ._1Lp8e1Fi5YSgLPYxsLLBlV {
    height: 100%;
    padding: 15px 15px 0 15px;
    margin-top: 0px;
  }
}

.uvcEx7YMvVyOz5kl7Dd_p {
  padding-bottom: 50px;
}

._3G5D3SxFC20-pU6rhE4sb_ {
}

._2nqLHxd5T7yDN1gZ9RGLc8 {
}

.tvnlWkxhnCiaJ4cd7cho9 {
}

._1wvKkvzNA1PcDSHcHSaxaC {
}

._3xuDLzQBIHsr67PzLVfGOy {
  display: flex;
}

._3xuDLzQBIHsr67PzLVfGOy > div:not:first-child {
  margin-left: 1em;
}

._3xuDLzQBIHsr67PzLVfGOy [class^="MuiSvgIcon-root"] {
  width: 0.8em;
}

._3xuDLzQBIHsr67PzLVfGOy [class^="MuiRadio-root"] {
  padding: 0 2px 0 8px;
}

._3xuDLzQBIHsr67PzLVfGOy [class^="MuiFormControlLabel-root"] {
  margin-left: -8px;
}

/* remove spinner  */

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

/* Layout */
._2KLm2YP4FsI5qeGRCGU-1o {
  padding: 15px 0;
  margin: 0;
}

._3YAlL8GYcabu-_hhUmx5BS {
}

._27CwEGgjedYqP4On-Lc_bQ {
}

._2hUBy_Zm7cCU9Bsf2_tw-t {
  border-bottom: solid 1px grey-light;
}

._2hUBy_Zm7cCU9Bsf2_tw-t:first {
  padding-top: 0px;
}

._2hUBy_Zm7cCU9Bsf2_tw-t:last-of-type {
  border-bottom: none;
}

._1wsvnuJdDsUE_QZspWxne0 {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 1.3em;
  margin-top: 0.6em;
  margin-bottom: 3px;
  color: red;
}

._2oYRWKRa7fHEaHUV4Rg5eW {
  font-size: 12px;
}

/* Layout */
.B8s30jrkHSKCLaFTAjUed {
  padding-bottom: 50px;
}

._157dQ3n9nSq5EekvNltp0D {
}

._1ZUOyoRVTNi0PGKG_CY788 {
}

@media (max-device-width: 480px) {
  .B8s30jrkHSKCLaFTAjUed {
    height: 100%;
    padding: 15px 15px 0 15px;
    margin-top: 0px;
  }
}

/* Layout */
._1P0MUqHXtdun7UOZt36B2W {
}

._130TaEwtoIlsaYtvq4pukW {
}

._2AXTCSP1E6KozWzXOWt2nn {
}

._3Q7ipXZo826kpwrCIuDKj_ {
}

._2Av8NeqyQOro1NB1gZZ86I {
  padding-bottom: 50px;
}

._8sJb9L08EQ6hUeXiPuogS {
  padding-left: 6px;
  padding-bottom: 10px;
}

._32f9oFR_LAvyYqm8XixsUn {
  white-space: pre-line;
}

._3pzKD_wwOucDwc5aoBrbn5 {
  color: red;
  font-size: 13px;
  padding-left: 30px;
}

@media (max-device-width: 480px) {
  ._2Av8NeqyQOro1NB1gZZ86I {
    height: 100%;
    padding: 15px 15px 0 15px;
    margin-top: 0px;
  }
}

/* import colors */

.QLkWKnLBtJWxP3rV4fC3f {
}

._31TEUxb5ti7gnL-StBNI_f {
  animation: _1LK0CWdv_q_4V53_Ska2Cd 0.2s linear;
  position: relative;
  width: 100%;
  height: 100vh;
}

@keyframes _1LK0CWdv_q_4V53_Ska2Cd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._6cXLnmwOBrojSax03TXfq {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 120000 !important;
  display: block;
  height: auto;
  overflow: scroll;
}

._18hLbBJy5dpo7O-sS21XwX {
  top: 0;
  left: 0;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: inherit;
}

._2OPQfJPEw5EHn8KZgLNK9z {
  margin-top: 55px;
  padding-bottom: 150px;
}

._1AAbtgIQpeLWQPhmm7flCw {
}

._24aqFj6VLTz3uFTNweg86n {
  font-size: 18px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 20px;
}

.ykpnOGoAc1mhGpt9fcaaa {
  height: auto;
  width: 100%;
  display: inline-block;
  padding: 0 0 2em 0;
}

/* import colors */

._3F3rIqWUj9lItnDKFGW2D- {
  top: 5rem;
  right: 0;
  left: 0;
}

._3nE-JfVOYyO9qYlLzOGuH7 {
  padding: 0.9rem 1.5rem;
  background-color: #ffffff;
  box-shadow: 2px 2px 3px -0.2px lightgrey;
}

._3872jXQA1IM3oytdl7ZbYH {
  margin-bottom: -50px;
}

.N5vvnScrUHAWEoisMKlza {
}

._18TSZwGAFvX0KenBLVFxHh {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.UxU1Fnw0265JDcGUr3CYk {
}

._14kFgpG7c5JnraDxU4tL3- {
}

.UxU1Fnw0265JDcGUr3CYk ._15OOhAfQeuc4AGd4dxSqtz {
  display: inline-block;
  flex: 1;
  font-size: 13px;
}

._1B2fu9uPTSPy_2XCa4NhgS {
  background-color: #ffffff;
  flex: 1;
}

._3R-3EGXvSV7lnHxztfpJSs {
  background-color: var(--main-color);
  flex: 1;
}

._3EmutRbtuWG_oQLdmxQHnm {
  background-color: #ffffff;
  flex: 1;
}
._1lSe1aWEpL7T0n8skpB2HA {
  background-color: inherit;
}

.UxU1Fnw0265JDcGUr3CYk ._15OOhAfQeuc4AGd4dxSqtz div {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 7px 15px;
  text-align: center;
  margin-right: 2px;
  height: 100%;
}

._2NeT1HPngWgvhRsMu7G5mf {
  color: var(--main-color);
  background-color: #ffffff;
  box-shadow: 1px 0px 1px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 0px 1px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 0px 1px 0 rgba(0, 0, 0, 0.08);
}

._27oXuhz0R1IF0v1cptG7R {
  color: #ffffff;
  background-color: var(--main-color);
  box-shadow: 1px 0px 1px 0 rgba(0, 0, 0, 0.164);
  -moz-box-shadow: 1px 0px 1px 0 rgba(0, 0, 0, 0.164);
  -webkit-box-shadow: 1px 0px 1px 0 rgba(0, 0, 0, 0.164);
}

._27oXuhz0R1IF0v1cptG7R a {
  color: #ffffff;
}

._27oXuhz0R1IF0v1cptG7R .RJiZG_Z30roqpC2APh5Q2 {
  padding: 4px 8px;
  background-color: #ffffff;
  color: #00afef;
  border-radius: 50%;
  margin-right: 10px;
}

._2NeT1HPngWgvhRsMu7G5mf .RJiZG_Z30roqpC2APh5Q2 {
  padding: 4px 8px;
  background-color: #00afef;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 1280px) {
  ._3F3rIqWUj9lItnDKFGW2D- {
    top: 58px;
  }
}

@media (max-width: 768px) {
  ._18TSZwGAFvX0KenBLVFxHh {
    padding-right: 15px;
  }
}

@media (max-device-width: 768px) {
  ._18TSZwGAFvX0KenBLVFxHh {
    padding-right: 15px;
  }
  ._1B2fu9uPTSPy_2XCa4NhgS,
  ._3R-3EGXvSV7lnHxztfpJSs {
    flex: 0.5;
  }
}

@media (max-width: 480px) {
  .UxU1Fnw0265JDcGUr3CYk ._15OOhAfQeuc4AGd4dxSqtz div {
    padding: 7px 10px;
  }
}

@media (max-device-width: 480px) {
  .UxU1Fnw0265JDcGUr3CYk ._15OOhAfQeuc4AGd4dxSqtz div {
    padding: 7px 15px;
  }
  ._18TSZwGAFvX0KenBLVFxHh {
    padding: 0 15px;
  }
  ._1B2fu9uPTSPy_2XCa4NhgS,
  ._3R-3EGXvSV7lnHxztfpJSs {
    flex: 0.1;
  }
  .UxU1Fnw0265JDcGUr3CYk ._15OOhAfQeuc4AGd4dxSqtz {
    flex: auto;
  }
}

/* import colors */

/* Flow w/animations */

._1_WEZl_YSgAPDEhc99WAAF {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.aV73bwU6ck9gSHo9zX1UE {
  position: relative;
  width: 100%;
  height: 100vh;
}

._1B95btJamLvxG3BW8F6LiH {
  background: black;
  position: relative;
  width: 100%;
  height: 100%;
}

._244p2HM9xki2Y48P9R-W6A {
  background: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
}

._38v39JoiPkzNDKHz-haJiA {
  background-color: #f6f6f6;
  /* background-color: white; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  backface-visibility: hidden;
  display: block;
  overflow-y: auto;
}

._1IpKlDw6cVZ8grVNfIGToL {
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
}

._3KRxdVB0gdO9BepocR_Tgw {
  padding-bottom: 3em;
}

._1C4G0jT8ShzVPePNsctoy5 {
  margin-top: 15rem;
}

._3IldFa2HVGyDPKhmtEHr8f {
}

._2TTowxkbxa8arhHAiLo6Am {
  padding: 0 15px;
}

._2TTowxkbxa8arhHAiLo6Am > div {
  float: right;
  margin-left: 1em;
}

._224uExXkLYqPEEH1EY7wPT {
  z-index: 14999;
  background-color: #f6f6f6;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

._3RmkA4DRXzIfSIruo4lauH {
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  background-color: #ffffff;
}

/*
  #### CUBE ROTATIONS ####
*/

._1GusufOPLP8Y6duhffCxQx,
._2Zh519FaGn_DpbsnVM9e6X,
._2il5I2_QGwfh4ri_GzfN2b,
._2ckqRb_ZAfxvSFsrAuUPoI {
  transform-style: preserve-3d;
}

._2-FmdKI3OoPW5V09sSf0mT,
._3v_wfKqCe7bY6Chp6mZo7-,
._2sY432DlUXfFLMHn-874zl,
._3vDEWY8VhiTdZprx-1EBzB {
  z-index: 999;
  transform-style: preserve-3d;
}

/* cube */

.R5tCsD-TSqbsxlziRSKwm {
  transform-origin: 100% 50%;
  animation: _1s25b8xH4j8UnvXtdjRSw5 0.6s both ease-in;
}

._2PJgaKBP1rnNe51Vv9nWdY {
  transform-origin: 0% 50%;
  animation: _4O0fqPrkEwemXBtMyobEg 0.6s both ease-in;
}

._2cWErJZxIgiAvm7dEjrKQo {
  transform-origin: 0% 50%;
  animation: _2mynLl9ehrCykSbnIKTegW 0.6s both ease-in;
}

._33ElU_OUTPFfYSYimD71Rm {
  transform-origin: 100% 50%;
  animation: hY7hyUoPgW7PIm8P8orwT 0.6s both ease-in;
}

._3i1RPpm3uzMvm1Zb3nzyl6 {
  transform-origin: 50% 100%;
  animation: _2mdm1gpOJ4W_dUdiFPttE- 0.6s both ease-in;
}

._11O53hnVeX4shforG580Bg {
  transform-origin: 50% 0%;
  animation: _1VgRRVhiWoChHiaybvT0Ll 0.6s both ease-in;
}

._3fGI_VE_8Gcr1x5p9iHfS7 {
  transform-origin: 50% 0%;
  animation: _1RTIIMSzUi92C4fRo4a_aE 0.6s both ease-in;
}

._1y9BHiUTDYNcMNEhJYNdwd {
  transform-origin: 50% 100%;
  animation: _3mFtyqXhzCU_X8Rwb939eY 0.6s both ease-in;
}

/* cube animations */

@keyframes _1s25b8xH4j8UnvXtdjRSw5 {
  0% {
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) rotateY(-45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}

@keyframes _4O0fqPrkEwemXBtMyobEg {
  0% {
    transform: translateX(100%) rotateY(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) rotateY(45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
}

@keyframes _2mynLl9ehrCykSbnIKTegW {
  0% {
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) rotateY(45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}

@keyframes hY7hyUoPgW7PIm8P8orwT {
  0% {
    transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) rotateY(-45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
}

@keyframes _2mdm1gpOJ4W_dUdiFPttE- {
  0% {
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) rotateX(45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
  100% {
    opacity: 0;
    transform: translateY(-100%) rotateX(90deg);
  }
}

@keyframes _1VgRRVhiWoChHiaybvT0Ll {
  0% {
    transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) rotateX(-45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
}

@keyframes _1RTIIMSzUi92C4fRo4a_aE {
  0% {
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) rotateX(-45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
  100% {
    opacity: 0;
    transform: translateY(100%) rotateX(-90deg);
  }
}

@keyframes _3mFtyqXhzCU_X8Rwb939eY {
  0% {
    transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) rotateX(45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
}

/*
  #### PAGE SCROLLING ####
*/

._2kE2fYAywT5pRxjeNH7WTt,
._1MZlHTmBO3bTrjISvsj1rj,
.rPEuEZvsojQDZJmU_t9ZT,
._1AR7am_qkytDhO16RoFAOC,
._32eQwnCZE6Johs7_JpivyX,
.ORMnVuetX2Sm_jgX1073N,
.RxyCpqg6lOb3Vz4Zh_ibo,
._3wvqy4XqX_LhD-4X_ZFsND {
  z-index: 1;
}

/* move from / to  */

._2JzQ75T3e0DrRx6kYCfAdv {
  transform: translateY(-100%);
  animation: _2kE2fYAywT5pRxjeNH7WTt 0.6s ease both;
}

@keyframes _2kE2fYAywT5pRxjeNH7WTt {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

._23D1UC4lBg6HrDMI4zgjRs {
  transform: translateY(0%);
  animation: rPEuEZvsojQDZJmU_t9ZT 0.6s ease both;
}

@keyframes rPEuEZvsojQDZJmU_t9ZT {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}

._2NQUnmkpUqOlM875wvyTvI {
  transform: translateX(100%);
  animation: _1MZlHTmBO3bTrjISvsj1rj 0.6s ease both;
}

@keyframes _1MZlHTmBO3bTrjISvsj1rj {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.lOhA6lWBFMaOMNnZlbTsb {
  transform: translateX(0%);
  animation: _1AR7am_qkytDhO16RoFAOC 0.6s ease both;
}

@keyframes _1AR7am_qkytDhO16RoFAOC {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

._1R62h4RlB-AjX7EYPUZbp3 {
  transform: translateX(-100%);
  animation: RxyCpqg6lOb3Vz4Zh_ibo 0.6s ease both;
}

@keyframes RxyCpqg6lOb3Vz4Zh_ibo {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

._1jjdZ8kx05dqTWFj-RU7JD {
  transform: translateX(0%);
  animation: _3wvqy4XqX_LhD-4X_ZFsND 0.6s ease both;
}

@keyframes _3wvqy4XqX_LhD-4X_ZFsND {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

.V9AtLnYzb60tG1Pl-ZaRO {
  transform: translateX(100%);
  animation: _32eQwnCZE6Johs7_JpivyX 0.6s ease both;
}

@keyframes _32eQwnCZE6Johs7_JpivyX {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

._20yImRPibLNIcX7qPGAXnH {
  transform: translateX(0%);
  animation: ORMnVuetX2Sm_jgX1073N 0.6s ease both;
}

@keyframes ORMnVuetX2Sm_jgX1073N {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*
  #### Supplier T&C button ####
*/

._21EWI21IwaDvdnHinPp8yZ {
  margin-top: 1rem;
  right: 0;
  left: 0;
}

._21EWI21IwaDvdnHinPp8yZ a {
  margin-left: 10px;
}

/*
  #### Review ####
*/

._3br4Ao-nPnRscDZNCy7oYn {
  overflow-x: hidden;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 1280px) {
  ._2TTowxkbxa8arhHAiLo6Am {
  }

  ._21EWI21IwaDvdnHinPp8yZ {
    top: 110px;
  }
  /* .application_content{
    margin-top:160px;
  } */
}
@media screen and (max-device-width: 1024px) {
  ._1C4G0jT8ShzVPePNsctoy5 {
    margin-top: 130px;
  }
  ._3br4Ao-nPnRscDZNCy7oYn {
    padding-bottom: 0;
  }
}
@media (max-device-width: 768px) {
  ._38v39JoiPkzNDKHz-haJiA {
    display: block;
    position: relative;
    overflow-y: auto;
  }
  ._1C4G0jT8ShzVPePNsctoy5 {
    margin-top: 110px;
  }
  ._2TTowxkbxa8arhHAiLo6Am {
  }
  ._30ncVNpaTgHVOXwhgQb04C {
    padding-right: 10px;
    padding-bottom: 20px;
  }
}

@media (max-device-width: 736px) {
}

@media (max-width: 622px) {
  ._21EWI21IwaDvdnHinPp8yZ {
    top: 130px;
  }
}

@media (max-device-width: 622px) {
  ._21EWI21IwaDvdnHinPp8yZ {
    top: 110px;
  }
}

@media (max-device-width: 480px) {
  ._38v39JoiPkzNDKHz-haJiA {
    display: block;
    position: relative;
    overflow-y: auto;
  }
  ._1IpKlDw6cVZ8grVNfIGToL {
    display: block;
    position: relative;
    overflow-y: auto;
  }
  ._3IldFa2HVGyDPKhmtEHr8f {
    padding: 20px 0;
  }
  ._2TTowxkbxa8arhHAiLo6Am {
  }
  ._30ncVNpaTgHVOXwhgQb04C {
    padding: 0;
  }

  ._21EWI21IwaDvdnHinPp8yZ {
    padding: 0 21px;
  }
}

@media (max-device-width: 320px) {
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ._1B95btJamLvxG3BW8F6LiH {
    background: none;
  }
}

/* import colors */

.dHzgrn5JpCrVIE9GwxvU3 {
}

._11jRSG0nRYHg6-rQw3lanJ {
}

._18Gnko4gyXZ7Z4G0uYKoG5 {
}

._26Z0aZ_xVxKNg4AaAxMUDD {
  margin-bottom: 260px;
}

._2ryVEabp0I9yfxBPbff_Nv {
  margin-bottom: 40px;
}

._1X7x4o9U5VIzr-xUymE9O2 {
  margin-bottom: 40px;
}

._3SURWhzAnrzzxJLaGzktNm {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 30px 36px;
  position: relative;
}

._37PwDrjhT_WFpevzx95Kim {
  margin-bottom: 40px;
}

._20N9NqQimgow4oSX_f1kZt {
}

._2GrsouCsQaYlhcXzxNRsb3 {
}

._13cndKveH0S7bqVhYFwapW {
  padding-bottom: 10px;
}

._1RmjcWCZjPGHxCASSQjvmK {
}

._3NREXk3ufdfVY4YIqbSHVw {
}

._1OByM5GmMYH98wVMSTMBiY {
}

._18tC2KuQiEt9KZxyCnM1cq {
  margin-top: 60px;
}

._75C29XJFHXmM6pnfjY8jO {
  font-size: 13px;
  margin: 45px 0 0 20px;
}

._1mvb80sQJjIER53DLuJMsM {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 0 36px 30px 36px;
  position: relative;
}

.nVSSJNTtOOuqLb62QDKmU {
  font-size: 14px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 25px;
  width: 80%;
}

.gJmFNmiTq7zFdcGup84y4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.gJmFNmiTq7zFdcGup84y4 a {
  line-height: 22px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9wbHVzLXdoaXRlPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjIwIiBoZWlnaHQ9IjIyIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJRQUFBQVdDQVlBQUFEQVFid0dBQUFBQ1hCSVdYTUFBQXNTQUFBTEVnSFMzWDc4QUFBQVlVbEVRVlE0VCsyUW9RNkFNQXdGSzRxZlIrRDQvNy9hMUF3ZlVFSm9KZHhDNXVoTHpsMHVhY1hNWklEZElVOVFjQTVuSVpkQ1FheVFTNkVNWnZBaDJHemUydXhndllKcTl5bHZ4RGJ3bEg3MzZZY2paUEFQd2U0b3VSUUtWb2M4T1FITlMzRFRGQnA2dkFBQUFBQkpSVTVFcmtKZ2dnPT0iLz48cGF0aCBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 14px;
  padding-left: 37px;
}

.lDAz49AEMXCVJZrSKrT5M {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 0;
  width: 80%;
}

.DfmHm7qtWPhESaGA9tf5Y {
  margin-bottom: 10px;
}

.ATc8HhrMTgybykoK5xRyv {
  position: absolute;
  top: 30px;
  right: 30px;
}

._3BxhIswo18BwWKYNZKZa3O {
  float: right;
}

._3BxhIswo18BwWKYNZKZa3O a {
  white-space: normal;
}

._9F8ynAQDKepViNpdXtmY7 {
}

._3H4Mq2SwDoYS_fR2t-obCR {
  padding: 10px 0;
}

._34SOwSBGOhVAwoM6YTPmiv .Fzsv5qvg40d8-m3yoGNcH {
  position: absolute;
  top: 11px;
  right: -32px;
}

.Fzsv5qvg40d8-m3yoGNcH {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==) no-repeat center center;
  margin: -5px 0 -10px 15px;
  animation: _2CzOYlKyKdHT37VPYrt8MZ 0.8s infinite linear;
}

@keyframes _2CzOYlKyKdHT37VPYrt8MZ {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

._3tml41r1X0ZF67yLQw6R43 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

._13cSeEbxuyfvcvBLjfUVQb {
}

._3tml41r1X0ZF67yLQw6R43 > div {
  width: 45%;
  margin-bottom: 40px;
}

._13cSeEbxuyfvcvBLjfUVQb > div {
  width: 100%;
  margin-bottom: 40px;
}

._3tml41r1X0ZF67yLQw6R43:last-child {
  margin-bottom: -40px;
}

._1qPFCPy47kG3AlX5axrjiR {
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
  z-index: 1;
}

._2Z_Jr0gSRbjakVt0MbpUuR {
  display: flex;
  justify-content: flex-end;
}

.BX-6jmJtbxzXGBFJfTlBP {
  margin-top: 20px;
  float: right;
}

._3D75_Br81c6ha_OQzgDH6 {
  font-size: 13px;
  color: red;
}

.StACQdN8gl0j_Pn572ZEA {
  margin: 0;
  padding: 0;
}

@media (max-device-width: 768px) {
  .nVSSJNTtOOuqLb62QDKmU {
    margin: 2px 0 20px;
  }
  ._75C29XJFHXmM6pnfjY8jO {
    margin: 0 0 20px 0;
  }
  ._1qPFCPy47kG3AlX5axrjiR {
    margin-right: 15px;
  }
}

@media (max-device-width: 480px) {
  ._3tml41r1X0ZF67yLQw6R43 > div {
    width: 100%;
  }
  .ATc8HhrMTgybykoK5xRyv {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  ._1mvb80sQJjIER53DLuJMsM {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  ._1qPFCPy47kG3AlX5axrjiR {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  ._3tml41r1X0ZF67yLQw6R43 > div {
    width: 100%;
  }
}

/* import colors */

._2Dl9gfHsM_bNCBWnRmup9b {
  /* background-color: grey-light; */
  min-height: 250px;
}

._31A6G5xegVxys7dQS7oMEH {
  margin: 0;
  padding: 0;
}

._2S47KUJQfPK-xeqUmVwh6W {
  width: 100%;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

._3CMUzQWNOLH5kWemn4BqVr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

._3CMUzQWNOLH5kWemn4BqVr a {
  line-height: 22px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9wbHVzLXdoaXRlPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjIwIiBoZWlnaHQ9IjIyIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJRQUFBQVdDQVlBQUFEQVFid0dBQUFBQ1hCSVdYTUFBQXNTQUFBTEVnSFMzWDc4QUFBQVlVbEVRVlE0VCsyUW9RNkFNQXdGSzRxZlIrRDQvNy9hMUF3ZlVFSm9KZHhDNXVoTHpsMHVhY1hNWklEZElVOVFjQTVuSVpkQ1FheVFTNkVNWnZBaDJHemUydXhndllKcTl5bHZ4RGJ3bEg3MzZZY2paUEFQd2U0b3VSUUtWb2M4T1FITlMzRFRGQnA2dkFBQUFBQkpSVTVFcmtKZ2dnPT0iLz48cGF0aCBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 14px;
  padding-left: 37px;
}

.AmXajwv3SdDHfNEV3Smjh {
  font-size: 14px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 25px;
  width: 80%;
}

/* import colors */

._29rs4GXvSkTkg8DOk5VEv9 {
  margin: 5px 0px 5px 0px;
  background-color: #fcfcfc;
  height: auto;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: transparent 1px solid;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 25px 12px 16px;
  cursor: pointer;
  flex-flow: row wrap;
}

._29rs4GXvSkTkg8DOk5VEv9:hover {
  box-shadow: 1px 1px 2px 0.02px rgba(0, 0, 0, 0.08);
  border: var(--main-color) 1px solid;
  transition: border-color 0.25s ease;
}

._3owBLkPbilrpZyddNeUFz7 {
  height: 100px;
  width: 100px;
}

._2AWaAvgum3BYPGJFkHrl9v {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

.wN7xi34QHvGFttlDiZeIB {
  min-width: 500px;
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
}

._3Z6khec_0MbgCdMg1EDmlK {
  font-weight: 200;
  color: #000000;
  font-size: 12px;
}

._1NNDh7tmdXuPN3TKSqZnPL {
  background-color: #f44335;
}

._1LUuYzwXU0H6IzX88oXqhk {
  background-color: #00afef;
}

.Sqt7wfrEFIL9qQgilKAMZ {
  background-color: #c9c9c9;
}

._1LUuYzwXU0H6IzX88oXqhk,
._1NNDh7tmdXuPN3TKSqZnPL,
.Sqt7wfrEFIL9qQgilKAMZ {
  display: inline-block;
  padding: 0px;
  margin-right: 10px;
  border-radius: 20px;
  text-align: center;
  line-height: 26px;
  width: 94px;
  vertical-align: middle;
  color: white;
  font-weight: normal;
}

._2JO5fnDZt0Q-DyX11UGcGB {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==) no-repeat center center;
  margin: -5px 0 -10px 15px;
  animation: Zek0DA1N3FjePX1Evw9fm 0.8s infinite linear;
}

@keyframes Zek0DA1N3FjePX1Evw9fm {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

._2hID0ZlgaMPy0d9OlU8CSS {
  display: inline-block;
}

._2jDD0VVbZZ1Dtn6zcDpgV9 {
  display: inline-block;
}

._1Ozv8Y-7pQwGTPMBfubtvf {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 20px;
  top: 10px;
  z-index: 99999;
  right: 10px;
  transform: translateY(20%);
}

._1Ozv8Y-7pQwGTPMBfubtvf ul {
  padding: 10px 0px;
  margin-left: -150px;
  width: 180px;
  display: block;
  z-index: 99999;
  background: white;
  position: absolute;
  box-shadow: 1px 1px 4.85px 0.15px rgba(0, 0, 0, 0.24);
}

._1Ozv8Y-7pQwGTPMBfubtvf a {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  padding: 5px 20px;
  width: 180px;
  display: block;
  transition: transition-default;
  background: white;
}

.iYlNVYl0jbUUjqx_lCspN a {
  display: none;
}

.iYlNVYl0jbUUjqx_lCspN ul {
  display: none;
}
._1Ozv8Y-7pQwGTPMBfubtvf a:hover {
  background: var(--main-color);
  color: white;
}

.XMzwmafYuKM1E7E0wcocx {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.4px;
}

._315zXRv6uxNePxpjt-W38E {
  margin-top: 12px;
}

@keyframes Zek0DA1N3FjePX1Evw9fm {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.huahjNzSduaKUiepgRp2k {
  width: 100%;
  margin-top: 1em;
}

._11Lyh4TUFzeOhK6fsmcBNI {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 5px;
  background: dimgrey;
  border-radius: 100%;
  transform: translateY(20%);
  transition: all ease-in-out 100ms;
}

.T154cu0-cCTIGRrT0pV5H {
  background-color: var(--main-color);
}

._11Lyh4TUFzeOhK6fsmcBNI:hover {
  background-color: var(--main-color);
}

._2dxMOIhgYgZv015jcjT3d5 {
  opacity: 0.5;
}

._2dxMOIhgYgZv015jcjT3d5:hover {
  background: dimgrey;
}

._1P3IKUqcSdwT6_WjcUfAOd {
  font-size: 12px;
  padding: 1em 2em;
  display: flex;
  justify-content: space-between;
  transition: all ease-in-out 100ms;
}

._1P3IKUqcSdwT6_WjcUfAOd:hover {
  background-color: var(--main-color);
  color: white;
}

@media only screen and (max-width: 1024px) {
  ._1Ozv8Y-7pQwGTPMBfubtvf {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  ._29rs4GXvSkTkg8DOk5VEv9 {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  ._2AWaAvgum3BYPGJFkHrl9v {
    margin-left: 0;
    width: 100%;
    display: block;
  }
  .XMzwmafYuKM1E7E0wcocx {
    width: 100%;
    font-size: 26px !important;
  }
  .wN7xi34QHvGFttlDiZeIB {
    min-width: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .XMzwmafYuKM1E7E0wcocx {
    font-size: 20px !important;
  }
  ._1NNDh7tmdXuPN3TKSqZnPL,
  ._1LUuYzwXU0H6IzX88oXqhk,
  .Sqt7wfrEFIL9qQgilKAMZ {
    width: 100%;
    margin-right: 0;
  }
  ._3Z6khec_0MbgCdMg1EDmlK {
    padding: 0;
    margin-top: 10px;
    display: block;
  }
}

/* import colors */

/* Layout */

._1loBJB3EEwAJ2O6QS92MC {
  padding: 5px 5px;
}

._3Snl9Y1kU-LmHs8NH280Y0 {
  font-size: 24px !important;
  width: 550px !important;
}

._3PtUA0Btr01DDnBx3pwCiX {
  padding-top: 25px;
  border-bottom: solid 1px #c9c9c9;
}

._2DAJR3VJWPifVqfXuQx-01 {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: solid 1px #c9c9c9;
}

._3PtUA0Btr01DDnBx3pwCiX > h3 {
  font-size: 14px;
  font-weight: 400;
}

._3PtUA0Btr01DDnBx3pwCiX:first {
  padding-top: 0px;
}

._3PtUA0Btr01DDnBx3pwCiX:last-of-type {
  border-bottom: none;
}

._14kTJ21Qx9-u61jogN-5cz {
  padding: 20px 0 0;
}

.tuGVGcaEhuk6mezoL2yCS {
  margin-top: 20px;
}

.tuGVGcaEhuk6mezoL2yCS button {
  margin: 0px 10px;
}

._3D70WbVxl5iu-ANvcXVZ6I {
  color: var(--main-color);
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
}

.EPV7JLQuQybilPH5Ck09D {
  color: var(--main-color);
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
  display: inline-block;
}

._1Z7zYPh8PTvYKg15eEPdRA {
  color: orangered;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
}

._3CwjHv_lRVZu97Ij7PlMc {
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
  margin-top: 10px;
  opacity: 1;
  color: orangered;
  border: 2px solid orangered;
  text-align: center;
}

.Mg-9Re7B9WkHAen-sxfw9 {
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
  margin-top: 10px;
  opacity: 1;
  color: orangered;
  border: 2px solid orangered;
  text-align: center;
}

._3189Yfp4oNk2wI_iFFf9Kc {
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
  margin-top: 10px;
  opacity: 1;
  color: #00afef;
  border: 2px solid #00afef;
  text-align: center;
}

.WI_t7Erb8DqPRX9qN7xNH {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 20px;
}

._1cCw0Aso7Vm-imrrSce8TP {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #c9c9c9;
}

._1mdB-Y84wFF_6koW27y0Lj {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==) no-repeat center center;
  margin: -5px 0 -10px 15px;
  animation: _2V8vt4_m_EYwpbMkpSNX1n 0.8s infinite linear;
}

._2et8fvdsZ7zlrGY1eCccWu {
  /* opacity: 0.5; */
}

._161zga8rtjPpdfHEUpjSvH {
  padding: 20px;
  margin-bottom: 10px;
}

.aHuusF-Pecej0XwVijvtG {
  padding: 20px;
  padding-bottom: 10px;
  margin-top: 10px;
}

._1VuP-6ksligkfg6Hpuu2So {
  text-align: center;
  margin-bottom: 25px;
}

._2WG_s0V03GVQAyAnbWoZgF {
  margin: 0px 15px;
  font-size: 28px;
  font-weight: 700;
}

._324SSDqfCprZEBLrYnu-uu {
  font-size: 24px;
  margin-right: 10px;
}

._2oTwV333dfa9o2xRhbbtNP {
  width: 100%;
  height: 21px;
}

@keyframes _2V8vt4_m_EYwpbMkpSNX1n {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@media only screen and (max-width: 500px) {
  ._3Snl9Y1kU-LmHs8NH280Y0 {
    margin-top: 10px !important;
    font-size: 20px !important;
    width: 100% !important;
  }
  ._161zga8rtjPpdfHEUpjSvH {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .gN7yR_9QAsSsz5dzZoCUY {
    width: 100%;
    margin-top: 40px;
  }
  ._2WG_s0V03GVQAyAnbWoZgF {
    display: block;
  }
  ._324SSDqfCprZEBLrYnu-uu {
    font-size: 20px;
  }
}

.hAk4QeJifUzAQsQ9OsKEh {
  font-size: 20px !important;
  text-align: center;
}

.NuPXjoX_sFcDtOByJNDZR {
  width: 180px;
}

/* import colors */

/* Layout */

._19XCIMm72MkB74bqp1hR8X {
  padding: 20px;
  max-width: 750px;
  margin: 0 auto;
}

.h8dHw-1vFkptMNa39zPur {
  text-align: center;
  font-size: 40px;
  padding: 30px;
}

._2K93I-aT7I5yayCPnwkpf7 {
  text-align: center;
  font-size: 40px;
  /* padding: 30px; */
  margin-left: 30px;
  display: inline-block;
}

._37AgCI546HVv2VdqxBFkXA {
  font-size: 20px;
  display: inline;
}

._2Czymjaqz0EABVxqgiVC9f {
  display: inline;
}


/* import colors */

/* Layout */

._33Y8CCSCZIDReyKcLOKNUP {
}

.toEaIpXeIhm0vzW6x9pb0 {
  margin: 20px 0;
}

._2M0BFzxvs7W0GuZvy4yWSY {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  font-size: 16px;
  line-height: 17px;
  height: 24px;
  cursor: pointer;
  color: var(--main-color);
}

._2M0BFzxvs7W0GuZvy4yWSY:hover,
._2M0BFzxvs7W0GuZvy4yWSY:focus {
  text-decoration: none;
}

._2M0BFzxvs7W0GuZvy4yWSY svg {
  margin-top: -3px;
  margin-right: 10px;
}

._2M0BFzxvs7W0GuZvy4yWSY:hover svg,
._2M0BFzxvs7W0GuZvy4yWSY:focus svg {
  transition: transition-default;
  transform: translateX(-3px);
}

._1QunmU-iTfm4XdGqwY0opl {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
}

._134QC7jPVyp5jfJdJ80lVB {
  padding: 0 0 10px;
  margin-bottom: 9px;
  border-bottom: 1px solid #c9c9c9;
}

._134QC7jPVyp5jfJdJ80lVB::after {
  clear: both;
  display: table;
  content: " ";
  box-sizing: border-box;
}

._3YbrZW3ljbjgdvHR8SySS5 {
  display: inline-block;
  height: 31px;
  line-height: 29px;
  padding: 2px 15px 0;
  border-radius: 15px;
  color: var(--main-color);
  font-weight: 400;
  font-size: 14px;
  float: left;
  margin-right: 17px;
  transition: transition-default;
}

@media (max-width: 991px) {
  ._3YbrZW3ljbjgdvHR8SySS5 {
    margin-right: 5px;
  }
}

._3cPksWRePNXF_7kzMxaHNK {
  background: var(--main-color);
  color: var(--main-font-color);
  /*font-weight: bold;*/ /* Removed the bold to stop the bold text shuffle */
}

._3cPksWRePNXF_7kzMxaHNK ._2YU6Nz5MmfSo2elybqE18N {
  color: var(--main-font-color);
}

._3eloE1iGkwWWpSWk7GxyYs {
}

._1WEJfMaCwUXGtKvCn7vClV {
  font-size: 12px;
  padding: 30px 36px;
  background-color: #fcfcfc;
}

._2xiVvFKEXDkT-6os5VFCMp {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  margin-bottom: 15px;
  padding: 15px 0;
}

.Vx7-9Hd0n5hZCzQdfuMQP {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

._U58U31rP13C60sc6dE3x {
  display: flex;
  flex-wrap: wrap;
}

._U58U31rP13C60sc6dE3x ._3_0_FZ-5iBRxS-xEaSWLsI:not(:last-child) {
  margin-right: 20px;
}

._3_0_FZ-5iBRxS-xEaSWLsI {
  border: 1px solid #c9c9c9;
  display: flex;
  flex-direction: column;
  height: 220px;
  margin-bottom: 20px;
  width: 300px;
}

.TcJCwphn9rLiVLS72d3ke {
  border: 1px solid #c9c9c9;
  width: 300px;
  margin-bottom: 5px;
}

._9U62PBzofgbuRRRODR9JI {
  cursor: pointer;
}

._1WIxVIzWIfj03iJGtFwf2l {
  color: var(--main-font-color);
  height: 35px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  cursor: pointer;
}

._2XoEqg7AqNr_ctYL3BHora {
  background-color: var(--main-color);
}

._3vWmHHcI5lqF1HjoXlj5a0 {
  background-color: #a5a5a5;
}

._3PzIOw_d3x14Q8F-2DDQhK {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.U8XgP5y3p_Gh2DqP0ONJT {
  margin-top: 15px;
  margin-bottom: 30px;
  flex: 1;
}

._1IefdeydEY1afr-VJA-Xcs {
  margin-top: 15px;
  margin-bottom: 0px;
  flex: 1;
}

._2Kig8HScrpVyg38ypr3FuA {
  display: flex;
  margin-top: 10px;
}

._2Kig8HScrpVyg38ypr3FuA div:not(:last-child) {
  margin-right: 10px;
}

._3hH2RQaSqAXi5fSgXt_OUt {
  cursor: pointer;
}

._1-XnUYUXxk_IQ3f9W-3eSb {
  color: var(--main-color);
}

._3j5h-4reOGkChRNLTkSePH {
  color: #00afef;
}

._2htTnVcVgip3SqtsR7casQ {
  color: #f44335;
}

._1f4LMjaKAgQGHUkw5UJKgH {
  padding-top: 15px;
  font-size: 12px;
}

._3obVEhx4WCg3r9x4VocbYH:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  line-height: 1.75;
}

._2LtviekiIcXarOYmUlAjvE {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 20px;
}

.oW8nYS1TyTANRb7VEmxwk {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 10px;
}

._2IPtLwqy9dKhkDz_lNOcRS {
  margin-bottom: 10px;
}

.gUUX1KLkUJCJ3UuqVI2RE {
  display: grid;
  grid-template-columns: repeat(2, 150px);
}

._2LeApGAwoSBBmK4PAvldYS {
  display: grid;
  grid-template-columns: 250px auto;
}

._2XRPfbZJNB0Ut_CFRBiGTR {
  line-height: 1.5;
  width: 90%;
}

._3IL0qTmTuJa5fkWm8jOl5b {
  width: 80%;
  margin: 0 auto;
}

._1MCcWfr7oGtKTlQwK26Eg9 {
  padding-top: 15px;
  font-size: 12px;
}

._3Nwn24S3VAgw51O67Zn6j0:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  line-height: 1.75;
}

._1A-5o7LKdz1TdNECYBsl5S {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 20px;
}

._3WMaIeww9jpYg-vRaRkosd {
  width: 80%;
}

._2saKbB8QM0XUwFPtJlDJal {
  width: 100%;
}

._1wO1NbvHrhgPmniPyImyP9 {
  font-weight: 200;
  font-size: 12px;
  color: red;
}

.Obpmj5jGPQgPyyefpi7pC {
  font-size: 12px;
  padding: 30px 36px;
  background-color: #fcfcfc;
}

._3yO0HJ_6BZ3wTEXl-XosNr {
  font-size: 12px;
  padding: 12px 36px;
  background-color: #fcfcfc;
}

._22_49Y4rBUewFt8FFh47GB {
  border: none;
  border-top: 1px solid #a5a5a5;
  margin: 0;
  margin-bottom: 20px;
  margin-top: -42px;
  height: 1px;
}

._35QR3bIt9R9U78ZfO_pqSD {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 20px; */
}

._1-NI3Zk01Ynm0mpfdo622l {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 20px; */
  width: 600px;
  /* background-color: white; */
}

._3jQlwek_rRv5oq5rH4rS6I {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 20px; */
  width: 600px;
  /* background-color: white; */
}
._1q2RV9gwudWS8vtpB6n6cD {
  background-color: var(--main-color) !important;
}

._1PY82PItet1evDwAB7Ea0i {
  margin-top: 18px;
  margin-left: 3px;
}

._2_LXmyd-8Inp3QAD4lLO7Y {
  width: 85px;
}

._1C59r8s5pYcttRl9xibQVY {
  margin-top: 20px;
}

.rst__rowTitle {
  font-weight: 200 !important;
  font-size: 1rem; /* 12px */
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
}

.rst__moveHandle_another {
  background: var(--main-color)
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIuOSIgPjxwYXRoIGQ9Ik0xNCAxNS43aDE0LjQiLz48cGF0aCBkPSJNMTQgMjEuNGgxNC40Ii8+PHBhdGggZD0iTTE0IDI3LjFoMTQuNCIvPjwvZz4KPC9zdmc+)
    no-repeat center !important;
  border: solid var(--main-color) 1px !important;
  box-shadow: 0 2px 2px -2px;
  cursor: move;
  border-radius: 1px;
  z-index: 1;
  height: 100%;
  width: 44px;
}

.rst__rowTitleWithSubtitle {
  font-size: 1rem !important;
  display: block !important;
  height: 1.2rem !important;
}

.pointer {
  cursor: pointer;
}

.is_white {
  color: white;
}

.grey {
  color: grey;
}

/* import colors */
._2Y29BXRWlGWmS_5rzceH7H {
  margin-left: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #f44335;
}

._1vjdbjOdaz3n6uWKpJbh9S {
  padding: 0 0 10px;
  margin-bottom: 9px;
  border-bottom: 1px solid #c9c9c9;
}

._1vjdbjOdaz3n6uWKpJbh9S::after {
  clear: both;
  display: table;
  content: " ";
  box-sizing: border-box;
}

._2wqirEE8XUS2_XgamPhUYn {
  display: inline-block;
  height: 31px;
  line-height: 29px;
  padding: 2px 15px 0;
  border-radius: 15px;
  color: #00afef;
  font-weight: 400;
  font-size: 16px;
  float: left;
  margin-right: 17px;
  transition: 0.2s;
}

._3k7_Tx-YDMviergla8rbvD {
  background: #00afef;
  color: white;
  /*font-weight: bold;*/
  /* Removed the bold to stop the bold text shuffle */
}

._3k7_Tx-YDMviergla8rbvD .X9ctVuTd6qGTBEa-Hk8eC {
  color: white;
}

._1wPwa6JTpiZQwYuHxSOUjn {
}

.X9ctVuTd6qGTBEa-Hk8eC {
  display: inline-block;
  padding-left: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.P1IV-Tu4ysqbZLx80erx3 {
  padding: 0 0 50px 0;
  width: 100%;
}

._3yuKkHOD_izhTdkNySnGng {
  border-bottom: 1px solid #c9c9c9;
  clear: both;
  overflow: hidden;
}

._3HXiR4LL82Mb4uEhMonJmi {
  display: inline-block;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 36px;
  color: #a5a5a5;
}

._3A0RCPZbbfDV95yRAZsNZ9 {
  padding: 0;
  display: inline-block;
  width: 100%;
}

._1KyZVpRymKs-JWLOodN3MQ {
  list-style: none;
  padding: 10px 0;
  width: 100%;
}

._1SSiA7IBjzpja9SeKV-Vod {
  padding: 0;
  margin: 0;
  font-weight: 200;
}
.u8rfIjPRgW21dGcASz8t_ {
  padding: 0;
  margin: 0;
  font-weight: 200;
}

._2pPRQJOFz_byEyG_2-2Wje {
  padding: 0;
}

.eD94ob6kP4AYDy4TCPP5D {
  text-transform: capitalize;
  padding: 0;
}

._2gGyP5F207tctPws6T6l9x {
  text-transform: capitalize;
  padding: 0;
}

/* .item {
  padding: 21px 0;
  break-inside: avoid;
} */

.KfeZGxSLRRZ6YdRy2NwnS {
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  float: left;
  margin-right: 20px;
}

.KfeZGxSLRRZ6YdRy2NwnS.UserAvatar {
  display: inline-block;
  color: white;
}

.KfeZGxSLRRZ6YdRy2NwnS.UserAvatar--inner {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

._3gRInFaXcBwd9RE4uuj085 {
  box-shadow: 0 0 0 3px #f44335;
}

._2HtOjYlf7Ef1jfwcAnzIwZ {
  overflow: hidden;
}

._3tAYWFUGaCLiWGBLUF5dVo {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5e5e5e;
  margin: 6px 0 0;
}

.Zj9_rloSkoqIlCc-cych4 {
  margin: 0;
}

._2prU4Ln_qNojkemx2e_vEV {
}

._3ovbPwLBJzOalR5DPKxxz1 {
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}

.iSLKJe7G59b-53hKXrhEV {
  min-height: 600px;
}

.r84pSHs2rZlQVo3x6Hy-N {
  padding: 0 10px 0 0;
}

.NS7nF5gUxfn0jTVyOV-hQ {
  display: block;
  font-size: 13px;
  color: #00afef;
  cursor: text;
}

._3PxzjWrngHWrSW6AedQ1TG {
  padding-bottom: 6px;
}

.r84pSHs2rZlQVo3x6Hy-N input:focus {
  border: none !important;
}

._3NwNk6_PFBBjO7SvQs8Eu {
  padding: 0 10px 0 0;
  height: 87px;
}

.eCpOcpdHUk84fBHIOVmLp {
  padding-bottom: 5px;
}

._3NwNk6_PFBBjO7SvQs8Eu ._2IbbP9pnLMN7v2s8jZz17N {
  border: 0;
}

._3NwNk6_PFBBjO7SvQs8Eu .JUOOxshgHSYs9eCuzxMc9 {
  background: #ffffff;
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 2px 20px 0 10px;
  font-size: 20px;
  line-height: 42px;
  color: #000000;
  border: none;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  backface-visibility: hidden;
  transition: transform 0.4s ease-in-out;
  transform: rotateX(0deg);
  transform-style: preserve-3d;
}

._38jffFE2OJYFFfHNiavTbr {
  margin: 30px 0;
  text-align: right;
}

._9E27BhothAD9kh4Iqo5Qs {
  padding: 0 10px 0 0;
}

._4kDM8HI2POA_ycsg2CaZT {
}

@media (max-device-width: 480px) {
  .r84pSHs2rZlQVo3x6Hy-N {
    padding: 0 0 10px 0;
  }
  ._9E27BhothAD9kh4Iqo5Qs {
    padding: 0;
  }
}

@media (max-width: 767px) {
  ._38jffFE2OJYFFfHNiavTbr {
    margin-top: 0;
    text-align: left;
  }
}

._10AggBZW1YgKQpvfPJSMny {
  height: 87px;
}

._1wjSDUvPv3wVQ8tmUChWDp {
}

.QSGZDXRvTvacKgguKAe77 {
}

._24cSQhFKSJAunLlQe3a0P8 {
}

/* Controls */
.KRwXWEvDAF6Ssiy2NCs0A > * {
  margin-left: 15px;
}

.KRwXWEvDAF6Ssiy2NCs0A > *:first-child {
  margin-left: 0;
}

._2lLpPN-jRJeGJwkwAKKJKt {
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
  color: #00afef;
  flex-grow: 1;
  padding-left: 60px;
}

/* Responsive */

@media (min-width: 768px) and (max-width: 991px) {
  ._2lLpPN-jRJeGJwkwAKKJKt {
    display: inline-block;
  }
}

/* import colors */

._1dQFtkd_2c59-pOg21sWzX {
}

.-EA95dJys5EVgBl8z16_y {
  animation: fcB-ACdND-vgu5pJ_o032 0.2s linear;
}

._2dy7tGPvvNU5Ws_VjLsbzg {
}

@keyframes fcB-ACdND-vgu5pJ_o032 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._9qzfFmZ5OyI0b0Bx1t9BC {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin: 0 0 6px;
}

._3kAeT6cPPe7uAbpzcAAJ8S {
  font-size: 16px;
  /*font-weight: 400;*/
  line-height: 20px;
  color: #000000;
  margin: 0 0 33px;
  text-transform: capitalize;
}

.NVXkTc_UqZ52Su1mw2YE5 {
  font-size: 20px;
  /*font-weight: 400;*/
  line-height: 20px;
  color: #000000;
  margin: 0 0 33px;
  text-transform: capitalize;
}

.JZPbc4gOXunyyGkjNoBAL {
  position: relative;
  background: white;
  width: 100%;
  padding: 20px;
  margin: 20px 0;
  font-size: 13px;
  line-height: 20px;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}

.lby-IFawlRBE_vU2qxljt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 10px;
}

._1ZkEPjGgtuza4HgGh_scuT {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin: 0;
}

._1t1VZCJOi8pOKwwWCtKRFh {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

._1t1VZCJOi8pOKwwWCtKRFh + button {
  margin-top: 20px;
}

._2cab0To6F2mE1v3nSLSYnX,
.FG8uqnsx9vNHsnu61mwyy {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

._2ASq5JzvaAmuh8reS4rRs2 {
  width: 30px;
  height: 30px;
}

._29npKNvUQh_IVHRWb5YIod {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 30px;
  height: 30px;
  /*background: grey-lighter;*/
  border-radius: 25px;
  /*border: 2px solid red;*/
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all transition-default;
}

._Us5RcfpIKRvM-w2gFV1x {
  background-color: #f6f6f6;
  border-radius: 20px;
  border: #00afef 2px solid;
  color: #00afef;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 200;
  line-height: 1;
  outline: none;
  padding: 10px 19px 10px 45px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  transition: all transition-default;
  white-space: nowrap;
  width: 100%;
  z-index: 1000;
}

._236ZLlEjVIWCb73ytOwPXu {
  position: relative;
  background: #ffffff;
  width: 100%;
  padding-top: 100%;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}

._236ZLlEjVIWCb73ytOwPXu .UserAvatar {
  display: inline-block;
  color: #ffffff;
}

._236ZLlEjVIWCb73ytOwPXu .UserAvatar--inner {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
}

._2U9gOazJGRUkf3MvHr16J {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 156px;
  height: 156px;
  margin-top: -78px;
  margin-left: -78px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #e9e9e9;
}

/* import colors */

._11se48Js-wDQB8ev7nox3Y {
  animation: M_Ay7u5UrRujUaKEQIbM3 0.2s linear;
}

@keyframes M_Ay7u5UrRujUaKEQIbM3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._2T6E8AIXgGPNBw6WAYdz3u {
}

.dCXDg64b8JvGtRq7MzKQm {
}

._27sc8YTDzUKARsnNNxcOfC {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin: 0 0 6px;
}

._2UhxxYC2T7lsF8ygovQCxS {
  font-size: 20px;
  /*font-weight: 400;*/
  line-height: 20px;
  color: #000000;
  margin: 0 0 33px;
}

/* import colors */

._3lM368LXg1tVZ_zfuBojhN {
  transform: translateY(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 8px;
}

.tP5ohEiHo-BI8G80usO-0 {
  /*transform: translateY(-30px);*/
  margin-top: 17px;
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: flex-end;
}

._1eM8UsB8NYRRdggkSR94CG {
  padding-right: 15px;
  padding-bottom: 7px;
  /*left: -140px;
  top: 19px;*/
  color: #f44335;
  font-weight: 300;
  font-size: 20px;
}

._3ylEcCARu9fA8UB-2KjkKd {
  position: relative;
  display: inline-block;
  padding: 10px 19px 10px 45px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  border-color: #c9c9c9;
  background-color: #c9c9c9;
  color: white;
  font-size: 18px;
  font-weight: 200;
  text-transform: lowercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 1000;
  outline: none;
}

._3ylEcCARu9fA8UB-2KjkKd:hover,
._3ylEcCARu9fA8UB-2KjkKd:focus {
  border-color: var(--main-color);
  background-color: white;
  cursor: pointer;
  color: var(--main-color);
}

._3ylEcCARu9fA8UB-2KjkKd:active {
  border-color: var(--main-color);
  background-color: white;
  cursor: pointer;
  color: var(--main-color);
}

._1_LajneeaHHRxHSAptOuOb {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 30px;
  height: 30px;
  /*background: grey-lighter;*/
  border-radius: 25px;
  /*border: 2px solid red;*/
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}

._3ylEcCARu9fA8UB-2KjkKd:hover ._1_LajneeaHHRxHSAptOuOb,
._3ylEcCARu9fA8UB-2KjkKd:focus ._1_LajneeaHHRxHSAptOuOb {
  /*border-color: blue;
  background: blue;*/
}

._3ylEcCARu9fA8UB-2KjkKd:hover ._1_LajneeaHHRxHSAptOuOb svg,
._3ylEcCARu9fA8UB-2KjkKd:focus ._1_LajneeaHHRxHSAptOuOb svg {
  fill: #f44335 !important;
}

._1P2YayQpsIE2S63NbPZYqR {
  border-color: #00afef;
  background-color: white;
  cursor: pointer;
  color: #00afef;
}

._1P2YayQpsIE2S63NbPZYqR:hover,
._1P2YayQpsIE2S63NbPZYqR:focus {
  border-color: #00afef;
  background-color: #00bbff;
  color: white;
}

._1P2YayQpsIE2S63NbPZYqR ._1_LajneeaHHRxHSAptOuOb {
  border-color: #00afef;
  background: white;
}

._1P2YayQpsIE2S63NbPZYqR:hover ._1_LajneeaHHRxHSAptOuOb,
._1P2YayQpsIE2S63NbPZYqR:focus ._1_LajneeaHHRxHSAptOuOb {
  background: #00bbff;
}

._1P2YayQpsIE2S63NbPZYqR ._1_LajneeaHHRxHSAptOuOb svg {
  fill: #f44335 !important;
}

/* import colors */

._26AQnlRP7SfHZ6WcGTB-gg {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.U5VdaHBuY5a6nDuAa8FPn {
  animation: U5VdaHBuY5a6nDuAa8FPn 0.2s linear;
}

@keyframes U5VdaHBuY5a6nDuAa8FPn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._0caFK6VSggcy9FbHpTKB {
  margin-bottom: 50px;
}

._1NqYH0o0kG56PLaDecbLff {
  text-align: center;
}

._1NqYH0o0kG56PLaDecbLff button + button {
  margin-left: 15px;
}

/*
  Home button
*/

/* import colors */

._3MRkPgkP16zdAUdib955zE {
  clear: both;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 2px solid #00afef;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  padding-top: 6px;
  transition: all 0.2s;
}

._3MRkPgkP16zdAUdib955zE:hover,
._3MRkPgkP16zdAUdib955zE:focus,
._3MRkPgkP16zdAUdib955zE:active {
  outline: none;
  background-color: #00bbff;
  border: 2px solid #00bbff;
}

._3MRkPgkP16zdAUdib955zE:hover svg,
._3MRkPgkP16zdAUdib955zE:focus svg,
._3MRkPgkP16zdAUdib955zE:active svg {
  fill: #ffffff;
}

._3MRkPgkP16zdAUdib955zE:active {
  background-color: #00a5e1;
}

._2mN7oe1V8JbhAVcvFARLu9 {
  width: 100%;
  margin-bottom: 40px;
}

._2mN7oe1V8JbhAVcvFARLu9 th,
._2mN7oe1V8JbhAVcvFARLu9 td {
  text-align: left;
}

._2mN7oe1V8JbhAVcvFARLu9 th {
  padding: 10px 6px 6px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
}

._2mN7oe1V8JbhAVcvFARLu9 th:first-child {
  padding-left: 0;
}

._2mN7oe1V8JbhAVcvFARLu9 th:last-child {
  padding-right: 0;
}

._2mN7oe1V8JbhAVcvFARLu9 > tbody > tr > td {
  padding: 12px 6px 11px;
  color: var(--main-color);
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  width: 15%;
}

._2mN7oe1V8JbhAVcvFARLu9 > tbody > tr > td:first-child {
  padding-left: 0;
  width: 30%;
}

._2mN7oe1V8JbhAVcvFARLu9 > tbody > tr > td:last-child {
  padding-right: 0;
}

._2mN7oe1V8JbhAVcvFARLu9 > tbody > tr > td button {
  margin-top: -10px;
  margin-bottom: -10px;
}

._2mN7oe1V8JbhAVcvFARLu9 > tbody > tr:first-child > td {
  padding-top: 34px;
}

._37pHCSD8uw2-Lf6NYs8N3c,
.Zw4RHkLwzMvmGMlaaQVzK {
  cursor: pointer;
}

._3CxXQ6SoHEskK0DcklB3go {
  display: inline-block;
  width: 17px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 9px;
  transition: 0.2s;
}

._327ZQWmg-4Cf4zoumfZPc7 {
  transform: rotate(0);
  background-color: var(--main-color);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTcgOSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7aXNvbGF0aW9uOmlzb2xhdGU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3NvcnRfY2hldnJvbl9kb3duPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE3IiBoZWlnaHQ9IjkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkVBQUFBSkNBWUFBQURVNk1jTUFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFBbFVsRVFWUW9VMlA0Ly84L1ExeGNIQjhRczRQWXhHS2dlaVlnRmdheFlRYThCK0piUUN4RFNEUFVBQzRnM2dQRWY0RFlDQ1RBRGpYZ1B4RGZJV1FRMUlCOVVQVWZnVmdaSmlFRE5RQWs4UUNJVllnMHdCenNIU1FGWWtCOEdhcmdDYnBCdUF4QU1RU3FVQlNiUWZnTXdEQUVoMEcyK0F6QWFnaVNRV2VnR3Yvak13Q25JVkNEK0lGNEF4RC9BK0xyUUd5Q1N5MEFlQnhvc1BkdXVWSUFBQUFBU1VWT1JLNUNZSUk9Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+) no-repeat center;
  mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTcgOSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7aXNvbGF0aW9uOmlzb2xhdGU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3NvcnRfY2hldnJvbl9kb3duPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE3IiBoZWlnaHQ9IjkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkVBQUFBSkNBWUFBQURVNk1jTUFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFBbFVsRVFWUW9VMlA0Ly84L1ExeGNIQjhRczRQWXhHS2dlaVlnRmdheFlRYThCK0piUUN4RFNEUFVBQzRnM2dQRWY0RFlDQ1RBRGpYZ1B4RGZJV1FRMUlCOVVQVWZnVmdaSmlFRE5RQWs4UUNJVllnMHdCenNIU1FGWWtCOEdhcmdDYnBCdUF4QU1RU3FVQlNiUWZnTXdEQUVoMEcyK0F6QWFnaVNRV2VnR3Yvak13Q25JVkNEK0lGNEF4RC9BK0xyUUd5Q1N5MEFlQnhvc1BkdXVWSUFBQUFBU1VWT1JLNUNZSUk9Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+) no-repeat center;
}

._3AYWBWbNLdubXUsEpt3h3S {
  transform: rotate(180deg);
  background-color: var(--main-color);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTcgOSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7aXNvbGF0aW9uOmlzb2xhdGU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3NvcnRfY2hldnJvbl9kb3duPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE3IiBoZWlnaHQ9IjkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkVBQUFBSkNBWUFBQURVNk1jTUFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFBbFVsRVFWUW9VMlA0Ly84L1ExeGNIQjhRczRQWXhHS2dlaVlnRmdheFlRYThCK0piUUN4RFNEUFVBQzRnM2dQRWY0RFlDQ1RBRGpYZ1B4RGZJV1FRMUlCOVVQVWZnVmdaSmlFRE5RQWs4UUNJVllnMHdCenNIU1FGWWtCOEdhcmdDYnBCdUF4QU1RU3FVQlNiUWZnTXdEQUVoMEcyK0F6QWFnaVNRV2VnR3Yvak13Q25JVkNEK0lGNEF4RC9BK0xyUUd5Q1N5MEFlQnhvc1BkdXVWSUFBQUFBU1VWT1JLNUNZSUk9Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+) no-repeat center;
  mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTcgOSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7aXNvbGF0aW9uOmlzb2xhdGU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX3NvcnRfY2hldnJvbl9kb3duPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE3IiBoZWlnaHQ9IjkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkVBQUFBSkNBWUFBQURVNk1jTUFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFBbFVsRVFWUW9VMlA0Ly84L1ExeGNIQjhRczRQWXhHS2dlaVlnRmdheFlRYThCK0piUUN4RFNEUFVBQzRnM2dQRWY0RFlDQ1RBRGpYZ1B4RGZJV1FRMUlCOVVQVWZnVmdaSmlFRE5RQWs4UUNJVllnMHdCenNIU1FGWWtCOEdhcmdDYnBCdUF4QU1RU3FVQlNiUWZnTXdEQUVoMEcyK0F6QWFnaVNRV2VnR3Yvak13Q25JVkNEK0lGNEF4RC9BK0xyUUd5Q1N5MEFlQnhvc1BkdXVWSUFBQUFBU1VWT1JLNUNZSUk9Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+) no-repeat center;
}

._2mN7oe1V8JbhAVcvFARLu9 > tbody > tr._2UF-GscZJKLL8dfeXO7HN3 > td:first-child {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

._2UF-GscZJKLL8dfeXO7HN3 td:first-child:before {
  position: absolute;
  top: 21px;
  left: 5px;
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  margin-top: -11px;
  background-color: var(--main-color);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjE1IDE1LjQ2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzJiYWNlMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xNSw3LjU3YTIuNDYsMi40NiwwLDAsMS0uNzYsMS43NEwxLjgyLDE1QTEsMSwwLDEsMSwuNDEsMTMuNjVMNiw3LjkyYS40MS40MSwwLDAsMCwwLS42N0wuNDIsMS42NUExLDEsMCwwLDEsMS44My4yNEw3LjQxLDUuODJBMi40NiwyLjQ2LDAsMCwxLDguMTUsNy41N1oiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat center;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjE1IDE1LjQ2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzJiYWNlMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xNSw3LjU3YTIuNDYsMi40NiwwLDAsMS0uNzYsMS43NEwxLjgyLDE1QTEsMSwwLDEsMSwuNDEsMTMuNjVMNiw3LjkyYS40MS40MSwwLDAsMCwwLS42N0wuNDIsMS42NUExLDEsMCwwLDEsMS44My4yNEw3LjQxLDUuODJBMi40NiwyLjQ2LDAsMCwxLDguMTUsNy41N1oiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat center;
  -webkit-mask-size: 12px 22px;
  mask-size: 12px 22px;
  transition: transform 0.2s;
}

._2mN7oe1V8JbhAVcvFARLu9 > tbody > tr._2UF-GscZJKLL8dfeXO7HN3:first-child > td:first-child:before {
  top: 33px;
}

._2UF-GscZJKLL8dfeXO7HN3:first-child td:first-child:before {
  margin-top: 0;
}

._3Cp3z857plDQhvHByvg2E_ td:first-child:before {
  transform: rotate(90deg);
  transform-origin: 50%;
}

._2mN7oe1V8JbhAVcvFARLu9 ._2yK1G87P41Sz93CbEse97Y {
  position: relative;
}

._2mN7oe1V8JbhAVcvFARLu9 ._2yK1G87P41Sz93CbEse97Y::before,
._2mN7oe1V8JbhAVcvFARLu9 ._2yK1G87P41Sz93CbEse97Y::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f6f6f6;
  z-index: 2;
}

._2mN7oe1V8JbhAVcvFARLu9 ._2yK1G87P41Sz93CbEse97Y::before {
  left: 100%;
}

._2mN7oe1V8JbhAVcvFARLu9 ._2yK1G87P41Sz93CbEse97Y::after {
  right: 100%;
}

.FKrIBpFVr_thX3pwJcg55 {
  letter-spacing: 0.025em;
}

._3DPQt91bTWaqJ_7b-svIb {
  width: 100%;
}

._3DPQt91bTWaqJ_7b-svIb td {
  color: #a5a5a5;
  font-size: 16px;
  padding: 9px;
  width: 15%;
}

._3DPQt91bTWaqJ_7b-svIb td:first-child {
  padding-left: 70px;
  color: #a5a5a5;
  width: 30%;
}

._3DPQt91bTWaqJ_7b-svIb td._1GAKZF1gxMl3xPBjHVs81w {
  padding-top: 15px;
  padding-bottom: 25px;
}

.K2p0Xct77co5KuL99HxLO td:first-child:before {
  position: absolute;
  left: 23px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -3px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjE1IDE1LjQ2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2M5YzljOTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xNSw3LjU3YTIuNDYsMi40NiwwLDAsMS0uNzYsMS43NEwxLjgyLDE1QTEsMSwwLDEsMSwuNDEsMTMuNjVMNiw3LjkyYS40MS40MSwwLDAsMCwwLS42N0wuNDIsMS42NUExLDEsMCwwLDEsMS44My4yNEw3LjQxLDUuODJBMi40NiwyLjQ2LDAsMCwxLDguMTUsNy41N1oiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  transition: transform 0.2s;
}

._2mN7oe1V8JbhAVcvFARLu9 td._1cct8FL_M-xi7Dab5XhTJ9,
._3DPQt91bTWaqJ_7b-svIb td._1cct8FL_M-xi7Dab5XhTJ9 {
  width: 5%;
}

.P5CDJ0n0gtL41G3afh8dr {
  text-decoration: none;
  color: var(--main-color);
  font-size: 26px;
}

.P5CDJ0n0gtL41G3afh8dr:hover,
.P5CDJ0n0gtL41G3afh8dr:focus {
  color: var(--main-color-active);
  text-decoration: none;
  outline: none;
}

.IQxSfo6Y-DKIWUJFZ-Osh {
  white-space: pre-wrap;
}

@media (max-device-width: 480px) {
  ._2mN7oe1V8JbhAVcvFARLu9 th:first-child {
    width: auto;
  }
}

._3CxXQ6SoHEskK0DcklB3go {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

/* import colors */

.TtAgDbFPbVj5NG4QQ-tsn {
}

._1T_diJzKrhg3gvR_sUXWBf {
  margin: 0 6px;
}

._1AUzoYHzq4_YbER7Yz7TMl {
  padding: 0;
}

._2d-eCdzv0FyKgwXWblky4O,
._1MDA_jTYUKw0-EWizdb4qW {
  display: inline-block;
  font-size: 13px;
  color: var(--main-color);
  cursor: text;
  padding: 5px 0;
  width: 150px;
}

._3cq8KYdbUKQSBB2RwvQxg- {
  float: right;
}

._3_VkLgr15hNRBbAD4NJ8BS {
  padding-bottom: 100px;
  margin-top: 90px;
  padding-top: 30px;
  min-height: 600px;
  position: relative;
  background-color: #fff;
}

._3_VkLgr15hNRBbAD4NJ8BS::before {
  display: block;
  position: fixed;
  content: "";
  top: 400px;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: -1;
}

._3_VkLgr15hNRBbAD4NJ8BS::before,
._3_VkLgr15hNRBbAD4NJ8BS::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10000px;
  background-color: #fff;
}

._3_VkLgr15hNRBbAD4NJ8BS::before {
  left: 100%;
}

._3_VkLgr15hNRBbAD4NJ8BS::after {
  right: 100%;
}

._3BUheIIMUgLKDzfWvXEtz4 {
  background-color: transparent;
}

@media (max-device-width: 480px) {
  ._3cq8KYdbUKQSBB2RwvQxg- {
    margin-right: 6px;
  }
}

/* import colors */

/* Layout */

.zfvZuCL0vzTdWJ74NLTSF {
  margin-top: 25px;
}

.cY556zJTdTGNFglK91-D {
}

._1l1BkHGZ1EEX5Stwiv4wc8 {
}

._3G4mLntm0pnAMKjdApDoEW {
}

._3K_T_5grPzodjVHrorWEYt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  font-size: 16px;
  line-height: 17px;
  height: 24px;
  color: var(--main-color);
  width: 140px;
}

._3K_T_5grPzodjVHrorWEYt:hover,
._3K_T_5grPzodjVHrorWEYt:focus {
  text-decoration: none;
}

._3K_T_5grPzodjVHrorWEYt svg {
  margin-top: -3px;
  margin-right: 10px;
}

._3K_T_5grPzodjVHrorWEYt:hover svg,
._3K_T_5grPzodjVHrorWEYt:focus svg {
  transition: 0.2s;
  transform: translateX(-3px);
}

._2q5rgihGrsuB4fa9vOZHgW {
  float: right;
}

@media (max-width: 991px) {
  ._2q5rgihGrsuB4fa9vOZHgW {
    float: none;
  }
}

._3PVhVK9kMGBwwdNLjsOdRZ {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  padding-right: 20px;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

._2uazzICRjVByOiTms-pZ1y {
  padding: 0 0 10px;
  margin-bottom: 34px;
  border-bottom: 1px solid #c9c9c9;
}

._2uazzICRjVByOiTms-pZ1y::after {
  clear: both;
  display: table;
  content: " ";
  box-sizing: border-box;
}

.eJOrpUj481tmZG5souFVP {
  display: inline-block;
  height: 31px;
  line-height: 29px;
  padding: 2px 15px 0;
  border-radius: 15px;
  color: var(--main-color);
  font-weight: 400;
  font-size: 16px;
  float: left;
  margin-right: 2px;
  transition: 0.2s;
}

._1iWJyAjr91dYubQLCjTqqJ {
  background: var(--main-color);
  color: var(--main-font-color);
  /*font-weight: bold;*/ /* Removed the bold to stop the bold text shuffle */
}

._1iWJyAjr91dYubQLCjTqqJ ._2j60ayInQ8LfoZDLQNWzLv {
  color: var(--main-font-color);
}

._1r8OFOO_jxHrqgwO1DwsPH {
}

@media (max-device-width: 480px) {
  ._2q5rgihGrsuB4fa9vOZHgW > span {
    align-items: flex-start;
  }
}

/* Layout */

/* import colors */

._2hZuGoE_edmHqnkkg_m8Gp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 10000;
}

._3IzEe-33I17VRxhF0niGf5 {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

._2jAaIyU2_KJgIF8qm7omYS {
  text-align: center;
}

._1lDM5n3kptOyMvqCi_reRF,
._2U559MrlAcR8LiGSfGh4X5 {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  padding: 8px 0 7px 38px;
  color: #000000;
  transition: all 0.2s;
}

._2U559MrlAcR8LiGSfGh4X5 {
  color: #00afef;
}

._1lDM5n3kptOyMvqCi_reRF::before,
._2U559MrlAcR8LiGSfGh4X5::before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #c9c9c9;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 12px;
}

._1lDM5n3kptOyMvqCi_reRF:hover,
._1lDM5n3kptOyMvqCi_reRF:focus,
._2U559MrlAcR8LiGSfGh4X5:hover,
._2U559MrlAcR8LiGSfGh4X5:focus {
  transition: all 0.2s;
  color: #00afef;
}

._1lDM5n3kptOyMvqCi_reRF:hover::before,
._1lDM5n3kptOyMvqCi_reRF:focus::before {
  border-color: #00afef;
}

._2U559MrlAcR8LiGSfGh4X5::before {
  border-color: #00afef;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjE5IDguODEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDBhZmVmO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uLXRpY2stYmx1ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMi4zLDUuMDksNS4xLDcuNzIsMTAsMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNjIgLTAuNDEpIi8+PC9zdmc+);
}

/* import colors */

._2Qc90XEYuW5jGP1EejeS-Q {
  margin-top: 36px;
  margin-bottom: 20px;
}

._3h4-0nWBcdDkAMMywcRNsF {
  padding: 15px;
}

.dCXe7x403eCWrMleBaw2X {
  position: relative;
  background-color: #ffffff;
  overflow: auto;
  padding: 35px 30px;
  border: 1px solid #e9e9e9;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}

._22_P6zPo5cemp9BhP_oOt7 {
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  margin: 2px 0 25px;
}

._1hztxn-W3TO1SCCT2UplYL {
  padding-bottom: 16px;
  margin-right: 25px;
}

._1hztxn-W3TO1SCCT2UplYL:last-child {
  padding-bottom: 0;
}

._2d_MwkMzCXDWgu8C_npo85 {
  color: #000000;
}

._36FKoFmgnWMQqBCuQiykt8 {
  color: #00afef;
  animation-name: _2lQedZikolZ1hQXP-MEQ-O;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
}

._36FKoFmgnWMQqBCuQiykt8 {
  animation-delay: 800ms;
}

._36FKoFmgnWMQqBCuQiykt8:nth-of-type(2) {
  animation-delay: 850ms;
}

._36FKoFmgnWMQqBCuQiykt8:nth-of-type(3) {
  animation-delay: 900ms;
}

._36FKoFmgnWMQqBCuQiykt8:nth-of-type(4) {
  animation-delay: 950ms;
}

._36FKoFmgnWMQqBCuQiykt8:nth-of-type(5) {
  animation-delay: 1s;
}

@keyframes _2lQedZikolZ1hQXP-MEQ-O {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}

._324LVINAQj4hHU3tcvUELW {
  padding-top: 5px;
}

.QA67LjOob-EY6UfxV8c8h {
  font-size: 18px;
  padding-bottom: 10px;
}

.QA67LjOob-EY6UfxV8c8h * {
  display: initial;
  margin-right: 20px;
  vertical-align: text-bottom;
}

._1ZZ10Jot7RpexdAzEsJDfK {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

._1zLHYxsapwZlq6sJ42IY35 {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding-right: 16px;
}

._19euDi9vt9Hv5d7x2--2tO {
  animation: dp05RovP9UAoHqvkCvWGW 0.8s ease-out;
}

@keyframes dp05RovP9UAoHqvkCvWGW {
  0% {
    box-shadow: 0 0 10px #00afef;
  }
  20% {
    box-shadow: 0 0 12px #00afef;
  }
  100% {
    box-shadow: 0 0 0 #00afef;
  }
}

._1scmS5SfOxo9TY1w5SqY0d {
  flex-grow: 1;
  border-radius: 4px;
  border: 2px solid transparent;
  overflow: hidden;
  align-self: flex-start;
  margin-bottom: 12px;
}

._3QB_ChmP8tGl-pPKtDsLsA {
  background-color: #00afef;
  padding: 10px;
  color: white;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 991px) {
  ._3QB_ChmP8tGl-pPKtDsLsA {
    padding: 10px 2px;
    font-size: 14px;
  }
}

._1DMsklF-USkEpTxGtKjMlk {
  padding: 18px 10px 10px;
  background-color: white;
  font-size: 20px;
  line-height: 20px;
}

._2YN3Po15Q2F-rZgw12iYla {
  border-color: #5e5e5e;
  color: #000000;
}

._3jvqevzupeEAXf5TblEai5 {
  background-color: #5e5e5e;
  border-bottom-color: #5e5e5e;
}

._27PM6jT4OMSgV6-aw_bZvW {
  border-color: #00afef;
  color: #00afef;
}

._32Cy4hJ8IZWynYzTA5gxYr {
  background-color: #00afef;
  border-bottom-color: #00afef;
}

._1LxcyjQgBqJcD78YZsi5Km {
  border-color: #f44335;
  color: #f44335;
}

._3yRwCeko6dXpJNaSCzIffL {
  background-color: #f44335;
  border-bottom-color: #f44335;
}

._4tBdwqfsYq21i41aLa_l9 {
  border-color: #e9e9e9;
  color: #000000;
}

._1FPOXflQyGouB6mlRDYSlD {
  color: #000000;
  background-color: #e9e9e9;
  border-bottom-color: #e9e9e9;
}

._16wISqMJBOinhAWom6uMwM {
  border-color: #5e5e5e;
  color: #000000;
}

._16wISqMJBOinhAWom6uMwM ._1DMsklF-USkEpTxGtKjMlk {
  font-size: 16px;
}

._1gdeNfJbQuNJ1LKHomkyqm {
  background-color: white;
  border-bottom-color: #5e5e5e;
  color: #000000;
}

.XIAygblVlxcMTtMTFCpWM {
  border-color: #7fcef3;
  color: #7fcef3;
}

._2x2YACjxy9GHmEzZOlHmDp {
  background-color: #7fcef3;
  border-bottom-color: #7fcef3;
}

.VI0XaBr0qYbCrnZc0PSyW {
}

._1EnNGY9CxQ87GjEg1t_CT3 {
}

/* import colors */
._2WyZKVLG3Dh9bWxzIRKnnS {
}

._1OiLOAN35SvRB1YbQw_tXS {
}

.fLXg8rskJw76QqlU2wy2e {
  padding-top: 10px;
}

._20Gy2GG70WU6rydkSomv4T {
}

._24ObketaHFviDDNYqb985f,
.wP2inV90oIOQB7HPSiSjp {
  text-align: right;
}

.wP2inV90oIOQB7HPSiSjp {
}

._24ObketaHFviDDNYqb985f,
._25QKV-Q76sEytyoTK9xg2J {
  transition: 0.2s;
}

._24ObketaHFviDDNYqb985f:hover,
._24ObketaHFviDDNYqb985f:focus {
  transition: 0.2s;
  transform: translateX(3px);
  outline: none;
}

._25QKV-Q76sEytyoTK9xg2J:hover,
._25QKV-Q76sEytyoTK9xg2J:focus {
  transform: translateX(-3px);
  outline: none;
}

._2Qzz7z4PXPeFbEbHN5faAm {
  color: var(--main-color);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding-top: 3px;
}

._3wzEkArYLBeHrbSnHpfPRG {
  width: 100%;
}

._3wzEkArYLBeHrbSnHpfPRG th,
._3wzEkArYLBeHrbSnHpfPRG td {
  text-align: left;
}

._1lj_6UTVyR3MfvuIC5Yh11 {
  color: #00afef;
  cursor: pointer;
}

._1hCrJBc8dDOHLTPFrexnEb {
  color: #000000;
}

._3wzEkArYLBeHrbSnHpfPRG th {
  padding: 0px 6px 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

._3wzEkArYLBeHrbSnHpfPRG th:first-child {
  padding-left: 0;
}

._3wzEkArYLBeHrbSnHpfPRG th:last-child {
  padding-right: 0;
}

._3wzEkArYLBeHrbSnHpfPRG tr {
  margin-top: 10px;
  margin-bottom: 10px;
}

._3wzEkArYLBeHrbSnHpfPRG > tbody > tr > td {
  padding: 4px 6px 4px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  vertical-align: top;
}

._3wzEkArYLBeHrbSnHpfPRG > tbody > tr > td:first-child {
  padding-left: 0;
  text-align: left;
  color: #000000;
}

._3wzEkArYLBeHrbSnHpfPRG > tbody > tr > td:last-child {
  padding-right: 0;
  text-align: right;
}

._3wzEkArYLBeHrbSnHpfPRG > tbody > tr > td button {
  margin-top: -10px;
  margin-bottom: -10px;
}

._3wzEkArYLBeHrbSnHpfPRG > tbody > tr:first-child > td {
  padding-top: 8px;
}

._352P7ugvfd_eAMRSzsa29N {
  display: inline-block;
  width: 17px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 9px;
  transition: 0.2s;
}

._3wzEkArYLBeHrbSnHpfPRG ._2bA55NPM-6TM5-RCC84-8e {
  position: relative;
  background: #f6f6f6;
}

._3wzEkArYLBeHrbSnHpfPRG ._2bA55NPM-6TM5-RCC84-8e::before,
._3wzEkArYLBeHrbSnHpfPRG ._2bA55NPM-6TM5-RCC84-8e::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10000px;
  background-color: #f6f6f6;
}

._3wzEkArYLBeHrbSnHpfPRG ._2bA55NPM-6TM5-RCC84-8e::before {
  left: 100%;
}

._3wzEkArYLBeHrbSnHpfPRG ._2bA55NPM-6TM5-RCC84-8e::after {
  right: 100%;
}

._1XfqSOxGu76axdnpvBJPC4 {
  letter-spacing: 0.025em;
}

._27zWt9_Orol0YdXluMTI2G hr {
  border: none;
  border-top: 2px solid #e9e9e9;
  margin: 0;
}

._2O9gsCr8GTDGdfzueFrFwO {
  margin: 10px 0 2px;
}

._393-vh7D9g3ovFYa21hv9u {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
}

.hDoRpwF7YdYp-bGgZI6-i {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
}

._15j-z82BVoUCYmOdOwwbOh {
  background-color: #f6f6f6;
  border-radius: 4px;
  overflow: hidden;
}

._23HcRRdpo-Wvf9JjmbzEwg {
  padding-bottom: 5rem;
}

._23HcRRdpo-Wvf9JjmbzEwg:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fcfcfc;
  z-index: -1;
}

._2Hkpm1zpiIWb5e9eQJQRw8 {
}

.UIaLbLN9_rx-rUhnvpVjQ {
}

._2IDEG792GQ7ZyNvrh1Aq4a {
  display: inline-block;
}

.B4oZ1UaYQcFFVmJfFXWsX {
  display: flex;
  flex-wrap: wrap;
}

._1fLGJrKRep415MdC0HtUda {
}

._2oSNk-RAmp5FMMAkxLuDkN {
  margin: 30px 0;
  text-align: right;
}

/* Controls */

/* .controls {
    margin-top: 30px;
} */

._13XonufOjJQa8fRRt2VB4D > * {
  margin: 0;
  float: right;
}

._34ls40eFK1AjvO1P9zOgud {
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
  color: #00afef;
  flex-grow: 1;
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._13XonufOjJQa8fRRt2VB4D {
    padding-bottom: 20px;
  }
  ._34ls40eFK1AjvO1P9zOgud {
    display: inline-block;
  }
  ._2IDEG792GQ7ZyNvrh1Aq4a {
    position: absolute;
    top: 115px;
    right: 0;
  }
}

@media (max-width: 768px) {
  ._2oSNk-RAmp5FMMAkxLuDkN {
    margin-top: 0;
    text-align: left;
  }
}

@media (max-device-width: 480px) {
  .B4oZ1UaYQcFFVmJfFXWsX {
    display: block;
    padding: 0 6px;
  }
  ._13XonufOjJQa8fRRt2VB4D > * {
    margin: 0 0 20px;
    float: none;
  }
}

._16SjLDVySbvdVByBw1of6m {
  display: inline-flex;
  flex-direction: row;
  gap: 28px;
  margin-bottom: 10px;
}

.V9nJofskHFjt9TevqXu94 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.XBk74-Y5mzQAom59GKJD3 {
  border-radius: 50%;
  height: 5px;
  position: 'absolute';
  width: 5px;
}

._1ss6w3baRcqinqlwo8WW7V {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-right: 5px;
}

/* import colors */

._2-ltlZLc1g5J1M6XvyiWEL {
  position: fixed;
  top: 0;
  left: -5px;
  right: -5px;
  z-index: 20000;
  background: #ffffff;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

._23U8MOgEl17J5snz1cOul5 {
  top: 66px;
}

._1oOt1BWmdKadhvpFPa2_Gx {
  position: relative;
  padding: 23px 100px 23px 20px;
  cursor: pointer;
  border-bottom: 1px solid #e9e9e9;
}

._1oOt1BWmdKadhvpFPa2_Gx:last-child {
  border-bottom: none;
}

._2G_qov9jkaB-l2GyCefuUd::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9jbG9zZS13aGl0ZTwvdGl0bGU+PGltYWdlIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCQUFBQUFRQ0FZQUFBQWY4LzloQUFBQUNYQklXWE1BQUFzU0FBQUxFZ0hTM1g3OEFBQUF6a2xFUVZRNFQ0MlVJUTZEUUJCRjBVMUlWUldLQkZHREpOeW9yaGRDY1JKY0JScUhybXBUMFJOTTU0ZFptR3gydXRQa2lTNzdYc2d5VUJCUnpkeVpFMU00d2Q0YlUrSFBTTnR2WWtxblBJa3pZS0ZqdnJJd00yZW5ES2NMRjNybW5ZbkVNcHhDYjJoVlpHRXVPVGtPaE1ncmlwaHlLZ0FhNWluQ3lqd3MyUXJFRVZQK0YranBlRElrc2NZYjBESnVmMVdSYXk2Z1pSd2NEaEFIdWNnYW5sSnJCVkp5dUdaR1BISUF3elhMbmcrcFFkS2piTW1weUQ3S2cxTU9sSFFNMW9pRmlyWlgweU1Ic0JlZmdQb0hNd1JNWVRyN1ZnZ0FBQUFBU1VWT1JLNUNZSUk9Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  border-radius: 50%;
  margin: 0 10px -5px 0;
}

._2F8HG-hf66pGjvTtl3Nltz {
  color: #f44335;
}

._2F8HG-hf66pGjvTtl3Nltz::before {
  background-color: #f44335;
}

.a3jKkG02eFTeWypw-jwaE {
  color: #000000;
}

.a3jKkG02eFTeWypw-jwaE::before {
  background-color: #5e5e5e;
}

.EbBOEnpj3OseJHn4UsWJ4 {
  color: #00afef;
}

.EbBOEnpj3OseJHn4UsWJ4::before {
  background-color: #00afef;
}

.GUj-KqBX3JNvtOaOkfx1D {
}

._1y1BDF5t7mUvMMtFfr0vzn {
}

.n8tLL9yXtOnJQwqrJYGfN {
}

._2kRQiUyUkhUuYMX-q0FJ7a {
  clear: both;
  position: relative;
  width: 100%;
}

._24fRyPPYU5_ck7rVvNVQQT {
  margin: 20px 0;
}

.t9CxFFP5m_tzgAPbULSxa {
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 10.75em;
  position: relative;
  width: 100%;
}

._1AL0lKkKq9JFUkP4HpG9YM {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-order: 0;
  position: relative;
  transition: opacity 0.5s ease-in-out, width 0.5s ease-in-out;
  margin-bottom: 20px;
}

._2oar_wQw6EGU6R8eEN9gdS {
  height: 100%;
  background-color: #c9c9c9;
  box-shadow: 4px 4px 4px 0.04px rgba(0, 0, 0, 0.4);
  position: relative;
}

.iPDZLgGeLQD_p2YHrqF_t {
  background-color: #00a0da;
  display: inline-block;
  padding: 20px 20px 30px;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 200px;
  z-index: 1;
}

.Kt1Q_684Kd2SNkf_L8QJA {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}

._35KanDdRkpkxX9bYUjYUST {
  color: #000;
  font-size: 14px;
}

._2UVle8M1N9dizlcz2S0Zk0 {
  background: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  box-shadow: inset 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  backface-visibility: hidden;
  transition: transform 0.4s ease-in-out;
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  height: 50px;
  align-items: center;
}
._3YD5yabOQzcin4udWlzlc7 {
  font-size: 20px;
  color: #00afef;
  margin: 0;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}

._3LXr5_6zHU6AEMZhOc--DJ {
  font-size: 12px;
  text-align: right;
  display: inline-block;
  padding: 0;
  margin: 0;
}

._3LXr5_6zHU6AEMZhOc--DJ div:first-child {
  color: #00afef;
}

._22Cn5OtGuWLPX0nKYDcmqF {
  padding: 30px 20px 20px;
  font-size: 14px;
}
._3x-s_PpQ9eAyrM_WWHqn4p {
  font-weight: normal;
}

ul.Fz02whB5pkqcJEoZ9J8K {
  padding: 0;
}

ul.Fz02whB5pkqcJEoZ9J8K li {
  list-style-type: none;
  font-size: 12px;
}

.DHD7tbYbv9kmE51Kei7Hf {
  color: white;
  background-color: #355c99;
  font-weight: normal;
  border-radius: 30px;
  padding: 5px 20px;
  display: inline-block;
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
  position: absolute;
  margin-top: -43px;
  z-index: 1;
}

.NvhY_KLBDj8nguE_1JY1i {
  background-color: #00afef;
}

._1t1gjIoHRrJZ05cjAsKsBm {
  background-color: #e9e9e9;
  box-shadow: none;
  cursor: pointer;
}

/* Layout */

/* Dropdown */
._2UsqOOUskBy0kKLJvYokfU, ._1dYwKRzRZK244BC8cqxYk2 {
  background-color: #ffffff;
  text-align: left;
  position: absolute;
  min-width: fit-content;
  width: fit-content;
  top: 66px;
  left: -20px;
  padding: 10px 0;
  z-index: 100;
  box-shadow: 1px 1px 4.85px 0.15px rgba(0, 0, 0, 0.24); /* opacity increased from 0.12 to increase visibity on the /dashboard/users/ edit screen */
}

._2UsqOOUskBy0kKLJvYokfU div, ._1dYwKRzRZK244BC8cqxYk2 div {
  white-space: nowrap;
}

._25k9NW88wWoniFsEsjX3jZ {
  background-color: #ffffff;
  box-shadow: 1px 1px 4.85px 0.15px rgba(0, 0, 0, 0.24); /* opacity increased from 0.12 to increase visibity on the /dashboard/users/ edit screen */
  padding: 10px 0;
  position: absolute;
  text-align: left;
  top: 66px;
  white-space: nowrap;
  width: 100%;
  z-index: 100;
  min-width: fit-content;
}

._3LXrVDkc2A490MVTYvYGye {
  background-color: #ffffff;
  text-align: left;
  position: absolute;
  width: max-content;
  min-width: 180px;
  top: 66px;
  padding: 10px 0;
  z-index: 100;
  box-shadow: 1px 1px 4.85px 0.15px rgba(0, 0, 0, 0.24); /* opacity increased from 0.12 to increase visibity on the /dashboard/users/ edit screen */
  overflow-y: scroll;
  max-height: 310px;
}

._3LXrVDkc2A490MVTYvYGye::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

._3LXrVDkc2A490MVTYvYGye::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
}

._3j46VgfXAP-YYeck6OV1sU {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 5px 20px;
  transition: 0.2s;
}

._3j46VgfXAP-YYeck6OV1sU:hover {
  background: #00afef;
  color: #ffffff;
}

.A-mVG9tgpFdYBLBRe3GMg {
  left: auto;
  right: -20px;
}

@media (max-width: 991px) {
  ._2UsqOOUskBy0kKLJvYokfU,
  ._25k9NW88wWoniFsEsjX3jZ {
    background-color: #ffffff;
    text-align: left;
    position: absolute;
    top: 66px;
    color: black;
    box-shadow: none;
    padding: 10px 0;
    margin-right: 35px;
    width: 120px;
    border-top: 1px solid #ffffff;
    box-shadow: 1px 1px 4.85px 0.15px rgba(0, 0, 0, 0.24);
  }

  ._1dYwKRzRZK244BC8cqxYk2 {
    background-color: #ffffff;
    text-align: left;
    position: absolute;
    top: 50px;
    color: black;
    box-shadow: none;
    padding: 10px 0;
    margin-right: 35px;
    width: 120px;
    border-top: 1px solid #ffffff;
    box-shadow: 1px 1px 4.85px 0.15px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
  }
}

._2gebTVMEqkvfd_NIGT6bjN {
  text-align: left;
  padding: 50px 0;
}

._1M-h5msUBJ9jLFfSsRUbaE a + a,
._1M-h5msUBJ9jLFfSsRUbaE button + button {
  margin-left: 20px;
}

/* Layout */

._1_VmOG1X9t_0pFPOcCKc5K {
  height: 66px;
}

.DUDwZ_KWuxeOKK6HdJElT {
}

._1OJT4kXExSUmgzQ6w8hqox {
  padding: 0;
  background-color: var(--main-color);
  position: fixed;
  top: 0;
  z-index: 20000;
  width: 100%;
  height: 66px;
  display: flex;
  justify-content: space-between;
}

._2FDX2wI1iWdiUFK7Hj-J4Z {
  line-height: 66px;
  float: right;
  position: relative;
}

._1rZXdxHqlFK-_4tMV2EvMA {
  position: relative;
  padding: 0 40px;
  line-height: 66px;
}

._1pyHDdbsYarjuXZOVqP_ZQ {
  display: flex;
  flex: 1 2 auto;
}

._2tbDDA_zIEWLtHVkeUWPd3 {
  position: relative;
  display: inline-block;
  padding: 9px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 200;
  text-transform: capitalize;
  line-height: 1;
  white-space: normal;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 1000;
  outline: none;
  margin: 0;
  vertical-align: middle;
  overflow: hidden;
  align-self: center;
}

._3Agn9CVkzYDHAs2nOk9NdA {
  color: var(--main-font-color);
}

.Boe3SD_s1AZYw1M0Gu-xA {
  color: #ffffff;
}

._3kbWwZuJ4Rw_svkZMTSSQ8 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

._3Agn9CVkzYDHAs2nOk9NdA::after {
  position: absolute;
  top: 13px;
  right: 0;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 9px;
  width: 16px;
  height: 9px;
  background-color: var(--main-font-color);
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgOSI+PHRpdGxlPmljb25fY2hldnJvbl9kb3duLXdoaXRlPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE2IiBoZWlnaHQ9IjkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkFBQUFBSkNBWUFBQUE3S3F3eUFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFBcVVsRVFWUW9VMlA0Ly8vL0tpQStEc1NpUU14QUpCYUY2bGtGNHJ6NER3R1hpVFJFQUtvV0JGNkFCTXlCK0ROVTRCd1E4K1BSekFmRUo2RnF2d0d4SlV6Q0NTcndINm9BbXlGY1FMd1BxdVluVkE4RHNnS1F3QytvZ29OUURUQTVOaURlQ3BVRHFmR0R5YUhiNG9ka3lENm9JY3hBdkFZcTloZUlvNUQxWVBObklGUWhDT3dDNG5YL0VTQUZYVDJ1d0lwR01nUUc4ckdweFdVQUNBY0I4UzBnZmdERXlialVBUUJTZXR5SEpPODFvQUFBQUFCSlJVNUVya0pnZ2c9PSIvPjwvc3ZnPgo=) no-repeat center;
  mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgOSI+PHRpdGxlPmljb25fY2hldnJvbl9kb3duLXdoaXRlPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjE2IiBoZWlnaHQ9IjkiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkFBQUFBSkNBWUFBQUE3S3F3eUFBQUFDWEJJV1hNQUFBc1NBQUFMRWdIUzNYNzhBQUFBcVVsRVFWUW9VMlA0Ly8vL0tpQStEc1NpUU14QUpCYUY2bGtGNHJ6NER3R1hpVFJFQUtvV0JGNkFCTXlCK0ROVTRCd1E4K1BSekFmRUo2RnF2d0d4SlV6Q0NTcndINm9BbXlGY1FMd1BxdVluVkE4RHNnS1F3QytvZ29OUURUQTVOaURlQ3BVRHFmR0R5YUhiNG9ka3lENm9JY3hBdkFZcTloZUlvNUQxWVBObklGUWhDT3dDNG5YL0VTQUZYVDJ1d0lwR01nUUc4ckdweFdVQUNBY0I4UzBnZmdERXlialVBUUJTZXR5SEpPODFvQUFBQUFCSlJVNUVya0pnZ2c9PSIvPjwvc3ZnPgo=) no-repeat center;
}

._3lzHeYo2qIv1Su5ULq3nwW {
  position: relative;
  line-height: 66px;
}

._1Bbox6LTE_Pl4FQ20kAgbB {
  position: relative;
  height: 66px;
  display: flex;
}

._1Bbox6LTE_Pl4FQ20kAgbB a {
  text-transform: capitalize;
  border: 0;
  background-color: var(--main-color) !important;
}

._2FDX2wI1iWdiUFK7Hj-J4Z {
  line-height: 66px;
  float: right;
  position: relative;
}

.ZAtpiqs6hd2xYzUzOcwpF {
  padding: 0 40px 0 0;
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
}

._3tqMo7NMaV2iIADnS2S3xE {
  text-align: right;
  padding-right: 20px;
  color: var(--main-font-color);
  list-style: none;
  padding: 0;
  margin: 0;
}

._3tqMo7NMaV2iIADnS2S3xE li {
  position: relative;
  float: left;
}

.H-XuaIubHJM0B-1QlnPTs {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 5px 20px;
  transition: 0.2s;
}

.H-XuaIubHJM0B-1QlnPTs:hover {
  background: var(--main-color);
  color: #ffffff;
}

._3Rp74EC05pN5nVFtgJp31M {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 5px 20px;
  transition: 0.2s;
  cursor: pointer;
}

._3Rp74EC05pN5nVFtgJp31M:hover {
  background: var(--main-color);
  color: #ffffff;
}

._2yn32jNFSUVkqIiGltb5TU {
  display: none;
}

._17-xD2_hTPoBW1f_sRvSMp:hover ._2yn32jNFSUVkqIiGltb5TU {
  display: block;
  padding-bottom: 10px;
}

._3bwYj3UHoEQ0Vq0NpScrmI {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--main-font-color);
}

._3bwYj3UHoEQ0Vq0NpScrmI + a {
  margin-right: 20px;
}

._362-s9JyGV7EhHwaMeniwX {
  display: inline-block;
  padding-right: 20px;
}

._3w0wmp9_W1vfeZ75SHB7SL {
  color: #ffffff;
  height: 66px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

._1sAaPZRZWCh_PwIP9vOqY7 {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9wbHVzLXdoaXRlPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjIwIiBoZWlnaHQ9IjIyIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJRQUFBQVdDQVlBQUFEQVFid0dBQUFBQ1hCSVdYTUFBQXNTQUFBTEVnSFMzWDc4QUFBQVlVbEVRVlE0VCsyUW9RNkFNQXdGSzRxZlIrRDQvNy9hMUF3ZlVFSm9KZHhDNXVoTHpsMHVhY1hNWklEZElVOVFjQTVuSVpkQ1FheVFTNkVNWnZBaDJHemUydXhndllKcTl5bHZ4RGJ3bEg3MzZZY2paUEFQd2U0b3VSUUtWb2M4T1FITlMzRFRGQnA2dkFBQUFBQkpSVTVFcmtKZ2dnPT0iLz48cGF0aCBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  border-radius: 50%;
  text-indent: -9000px;
  transition: background-color 0.2s;
}

._11A7Sgy-TF0rj6ed30fiKx {
  width: 80px;
  height: 66px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  flex-direction: column;
}

._1An_zOWGzn9Sd1ZId4Fw6q {
  width: 80px;
  height: 66px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  flex-direction: column;
}

._11A7Sgy-TF0rj6ed30fiKx::after {
  content: "";
  width: 8px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 4px 4px 0 0;
  transition: 0.2s;
}

._11A7Sgy-TF0rj6ed30fiKx svg {
  transition: 0.2s;
}

._11A7Sgy-TF0rj6ed30fiKx:hover svg,
._11A7Sgy-TF0rj6ed30fiKx:hover span,
._11A7Sgy-TF0rj6ed30fiKx:focus svg,
._11A7Sgy-TF0rj6ed30fiKx:focus span {
  transform: translateY(5px);
}

._11A7Sgy-TF0rj6ed30fiKx:hover,
._11A7Sgy-TF0rj6ed30fiKx:focus {
  background-color: var(--main-color-active);
  box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
}

._3skREQQBIKzWmeXSscqUf_ {
  background-color: var(--main-color-active);
  box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
}

._3skREQQBIKzWmeXSscqUf_::after {
  transform: translateY(0);
}

._11A7Sgy-TF0rj6ed30fiKx:active {
  box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
  background-color: var(--main-color-active);
}

._1omB3C_4PERmPp1_mD0mH6 {
  position: absolute;
  bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  transition: 0.2s;
  left: 0;
  right: 0;
}

._19kPFnckRPxB9Il9678bdR svg {
  margin-bottom: 8px;
}

._3IndQhkSffIkymS_oFyW6H {
}

._2ZIJLsQFo3VC0Pr1YNdnFB {
  background-color: var(--main-color-active);
  box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
}

._2ZIJLsQFo3VC0Pr1YNdnFB::after {
  transform: translateY(0);
  background: #ffffff;
}

.U5b7AIqI7Ug-BlL1a5zOl {
  display: none;
}

._19kPFnckRPxB9Il9678bdR:hover .U5b7AIqI7Ug-BlL1a5zOl,
._3lzHeYo2qIv1Su5ULq3nwW:hover .U5b7AIqI7Ug-BlL1a5zOl,
._1rZXdxHqlFK-_4tMV2EvMA:hover .U5b7AIqI7Ug-BlL1a5zOl {
  display: block;
}

._19kPFnckRPxB9Il9678bdR:hover {
  background-color: var(--main-color-active);
  box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
}

._19kPFnckRPxB9Il9678bdR:hover ._11A7Sgy-TF0rj6ed30fiKx svg,
._19kPFnckRPxB9Il9678bdR:hover ._11A7Sgy-TF0rj6ed30fiKx span {
  transform: translateY(5px);
}

._3YycCYirg6V2YnqsvX9RIl {
  text-align: center;
  color: brown;
  height: 100%;
  padding: 100px;
}

._2vApMw0RlpOVUZNRMijUJI {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 66px;
}

.HYJq0pTnjgWJOEJ_amVkJ {
  color: #ffffff;
  padding: 0 10px;
}

._2_iqnnteKVa4CX7QaajxgC {
  color: #ffffff;
  padding: 0 10px;
}

.l18X-_tr-4Ch0Pex_g26v {
  display: none;
}

._2xOcogsbZhIe3Gc2oIDj0R {
}

.gDG5c_pNCsLdv_enhDbUg {
}

._1RiqTU7QdcGoQ_O2xyQrmw {
}

._2T1HoWnZnLUYZX5JGrh8sU {
}

._2F2SmI5cADXW6n_0tzY_d1 {
}

._2ZEw4i8pag58WxHe5OhbaT {
  display: block;
}

._1hPpoFJ2aNhI6oDhkrr0-L {
  margin-top: -1000px;
}

._2NOxkJsTUGZ016_4bF513- {
  max-width: 120px;
  display: inline-block;
  vertical-align: middle;
}

._1SPDCH-vyuge5GYuDMz1dV {
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 55px;
  background-color: #ffffff;
}

._1SPDCH-vyuge5GYuDMz1dV img {
  max-width: 100%;
  max-height: 100%;
}

._4VRJoOisTXntbe3HeA2xm {
  white-space: nowrap;
}

._4VRJoOisTXntbe3HeA2xm > span {
  color: #f44335;
}

@media (max-width: 1200px) {
  ._1rZXdxHqlFK-_4tMV2EvMA {
    padding: 0 6px;
  }

  ._3Agn9CVkzYDHAs2nOk9NdA {
    padding: 9px 20px 9px 6px;
  }

  .ZAtpiqs6hd2xYzUzOcwpF {
    padding: 0 6px 0 0;
  }

  ._362-s9JyGV7EhHwaMeniwX {
    padding-right: 3px;
  }
}

@media (max-width: 991px) {
  ._2ZEw4i8pag58WxHe5OhbaT {
    display: none;
  }

  ._2vApMw0RlpOVUZNRMijUJI {
    display: block;
  }

  ._1rZXdxHqlFK-_4tMV2EvMA {
    padding: 0 6px;
  }
  ._3Agn9CVkzYDHAs2nOk9NdA {
    white-space: normal;
    max-width: 150px;
  }
  ._6Ckm_ykxKC6b99P9rS_-,
  ._3EOC0gVyOVExpHUF4bQH3p {
    padding: 20px 9px;
  }
  ._1xOyo3khPutKCLQhG98t8E {
    display: inline-block;
    width: 33px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  ._1xOyo3khPutKCLQhG98t8E::before {
    display: inline-block;
    width: 33px;
    height: 2px;
    top: -7.5px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-origin: 2.14286px center;
    transform-origin: 2.14286px center;
  }
  ._1xOyo3khPutKCLQhG98t8E::after {
    display: inline-block;
    width: 33px;
    height: 2px;
    top: 7.5px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-origin: 2.14286px center;
    transform-origin: 2.14286px center;
  }
  ._3EOC0gVyOVExpHUF4bQH3p ._1xOyo3khPutKCLQhG98t8E {
    background: transparent;
  }
  ._3EOC0gVyOVExpHUF4bQH3p ._1xOyo3khPutKCLQhG98t8E:before,
  ._3EOC0gVyOVExpHUF4bQH3p ._1xOyo3khPutKCLQhG98t8E:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
  }
  ._3EOC0gVyOVExpHUF4bQH3p ._1xOyo3khPutKCLQhG98t8E:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  ._3EOC0gVyOVExpHUF4bQH3p ._1xOyo3khPutKCLQhG98t8E:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }

  ._2FDX2wI1iWdiUFK7Hj-J4Z {
    position: absolute;
    right: 60px;
  }
  .ZAtpiqs6hd2xYzUzOcwpF {
    padding: 5.5rem 0 15px 0;
  }

  ._3tqMo7NMaV2iIADnS2S3xE {
    text-align: left;
  }

  ._3tqMo7NMaV2iIADnS2S3xE li {
    float: none;
    background-color: var(--main-color);
    border-bottom: 1px solid #ffffff;
  }
  ._11A7Sgy-TF0rj6ed30fiKx {
    justify-content: left;
    flex-direction: row;
    padding-left: 20px;
    width: 150px;
    height: 55px;
  }
  .H-XuaIubHJM0B-1QlnPTs {
    color: black;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
  }
  ._1H7A9QSpUeQhp19G_kh99q {
    background-color: var(--main-color-active) !important;
    box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
  }
  ._19kPFnckRPxB9Il9678bdR svg {
    margin-bottom: 0;
    width: 30px;
    height: 30px;
  }
  ._2QrXXB15CEHxtRBM52flBg svg {
    width: 20px;
    height: 20px;
    margin-bottom: 0 !important;
  }
  ._1omB3C_4PERmPp1_mD0mH6 {
    position: relative;
    left: 20px;
    left: 0.75rem;
    font-size: 14px;
    top: 0;
    bottom: 0;
  }
  ._3tqMo7NMaV2iIADnS2S3xE {
    display: block;
  }

  ._11A7Sgy-TF0rj6ed30fiKx,
  ._3w0wmp9_W1vfeZ75SHB7SL {
    text-align: left;
  }
  .HYJq0pTnjgWJOEJ_amVkJ,
  ._2_iqnnteKVa4CX7QaajxgC {
    display: inline;
  }
  ._11A7Sgy-TF0rj6ed30fiKx:hover svg,
  ._11A7Sgy-TF0rj6ed30fiKx:hover span,
  ._11A7Sgy-TF0rj6ed30fiKx:focus svg,
  ._11A7Sgy-TF0rj6ed30fiKx:focus span {
    transform: none;
  }
  ._14WlsV1kX-fQ958WMz3YLk {
    display: block !important;
  }
  .qzz5nfel2hUCieLfUxF5l {
    display: none !important;
  }
}

@media (max-width: 991px) {
  ._2FDX2wI1iWdiUFK7Hj-J4Z {
    display: none;
  }
}

@media (max-device-width: 320px) {
  ._3Agn9CVkzYDHAs2nOk9NdA {
    max-width: 135px;
    padding: 9px 18px 9px 10px;
  }
}

/*
  Buttons
*/

/* import colors */

.VfhRvjGyeo1hoQErMEsuf {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 18px;
  padding: 3px 0 0;
  background-color: var(--main-color);
  border: none;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  line-height: 14px;
  color: #ffffff;
  white-space: nowrap;
  transition: all 0.2s;
  cursor: pointer;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  margin-left: 15px;
  margin-bottom: 25px;
}

.VfhRvjGyeo1hoQErMEsuf:hover,
.VfhRvjGyeo1hoQErMEsuf:focus,
.VfhRvjGyeo1hoQErMEsuf:active,
.VfhRvjGyeo1hoQErMEsuf:visited {
  text-decoration: none;
  outline: none;
}

.VfhRvjGyeo1hoQErMEsuf:hover,
.VfhRvjGyeo1hoQErMEsuf:focus {
  background-color: #00bbff;
  cursor: pointer;
  color: #ffffff;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.14);
}

.VfhRvjGyeo1hoQErMEsuf:active {
  background-color: #00a5e1;
  cursor: pointer;
  color: #ffffff;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.14);
}

/* Badge options styles */

/* default */
._1sYRHqHf4V_AiAA2ppanbY {
}

._2zX3vYxxpezVGZWWMEUUPY {
  background-color: #f44335;
  color: #ffffff;
}

/* .badge_white:hover,
.badge_white:focus,
.badge_white:active {
  background-color: white;
  cursor: pointer;
  color: main-color;
} */

/* import colors */

/* Layout */
.SqA2k7XsIuUYDu8scmCoT {
  position: relative;
}

.SqA2k7XsIuUYDu8scmCoT::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 36px;
  left: 8px;
  border-radius: 50%;
  transform: translateY(5px);
  transition: 0.2s;
}

._2Z18ohOhS0J3MDOHOeUXkw {
}

._2Z18ohOhS0J3MDOHOeUXkw::after {
  transform: translateY(0);
  background: #ffffff;
}

/* import colors */

.oUGle83DGpPbT2t6OBLpC {
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 0;
  color: #000000;
}

/* Layout */
._2iE1wy5lpTB4MO47h1VejR {
  position: fixed;
  top: 66px;
  right: 0;
  bottom: 0;
  background: #fcfcfc;
  width: 540px;
  z-index: 100;
  text-align: left;
  color: #000000;
  box-shadow: 1px 1px 4.85px 0.15px rgba(0, 0, 0, 0.12);
  animation: _3lVQopw06ajVxannoRAkP0;
}

@keyframes _26ICnkqrggYlAq4FM8cRQw {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._1XwxP9tXCOXRfKnoqCBXJt {
  line-height: 22px;
}

._2X-vdUzZpSfwqjyAOw-Hdk {
  position: absolute;
  top: 0;
  bottom: 120px;
  left: 0;
  right: 0;
  overflow-y: scroll;
  z-index: 110;
}

._2ixQcit1EHn5WSd-jdZD0s {
  list-style: none;
  margin: 0;
  padding: 0;
}

._3zznSDd_osc9iiOUcENKH4 {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  text-align: center;
  z-index: 110;
  padding: 0 40px;
}

.ElfuAo12wcYqA0F_goKGi {
  cursor: pointer;
}

._14o4PPltpV2glde_WTxIR {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 510px;
}

@media (max-device-width: 480px) {
  ._2iE1wy5lpTB4MO47h1VejR {
    width: 320px;
  }
}

@media (max-device-width: 320px) {
  ._2iE1wy5lpTB4MO47h1VejR {
    width: 260px;
  }
}

/*
  Transitions
*/

/* VARIABLES */

/* Layout */
.dashboard-header {
  height: 66px;
}
.dashboard-header_nav-container {
  padding: 0;
  background-color: var(--main-color);
  position: fixed;
  top: 0;
  z-index: 20000;
  width: 100%;
  height: 66px;
  display: flex;
}
.dashboard-header_logo-container {
  max-width: 120px;
  display: inline-block;
  vertical-align: middle;
}
.dashboard-header_logo {
  height: 55px;
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
.dashboard-header_logo img {
  max-height: 55px;
}
.dashboard-header_branding {
  position: relative;
  margin-left: 40px;
  line-height: calc(66px - 2px);
  display: flex;
  justify-content: center;
}
.dashboard-header_company-dropdown {
  position: relative;
  height: 66px;
}
.dashboard-header_company-dropdown a {
  text-transform: capitalize;
  border: 0;
  background-color: var(--main-color) !important;
}
.dashboard-header_company, .dashboard-header_company--single {
  position: relative;
  display: inline-block;
  padding: 9px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 200;
  text-transform: capitalize;
  line-height: 1;
  white-space: normal;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 1000;
  outline: none !important;
  margin: 0;
  vertical-align: middle;
  overflow: hidden;
  align-self: center;
  color: var(--main-font-color);
}
.dashboard-header_company svg, .dashboard-header_company--single svg {
  margin: 0px 5px -5px 5px;
}
.dashboard-header_company--single svg, .dashboard-header_company--single--single svg {
  display: none;
}
.dashboard-header_application-start {
  position: relative;
  line-height: 66px;
}
.dashboard-header_application-start_btn {
  border: 1.5px solid var(--main-font-color) !important;
  border-radius: 2px !important;
}
.dashboard-header_application-start_btn svg {
  margin: 0px -5px -5px 0px;
}
.dashboard-header .dropdown-list {
  display: none;
}
.dashboard-header_menu-item:hover .dropdown-list, .dashboard-header_application-start:hover .dropdown-list, .dashboard-header_branding:hover .dropdown-list {
  display: block;
}
.dashboard-header_nav-list-container {
  margin: 0 20px;
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
}
.dashboard-header_nav-list--right {
  display: flex;
  flex: 2 1;
  justify-content: flex-end;
}
.dashboard-header_nav-list--right .dashboard-header_nav-list {
  display: flex;
  align-content: center;
}
.dashboard-header_nav-list--right .dashboard-header_nav-list li > div, .dashboard-header_nav-list--right .dashboard-header_nav-list li > div > div {
  width: 50px;
}
.dashboard-header_nav-list--right .dashboard-header_nav-list li:last-child > div > div {
  right: 0;
}
.dashboard-header_nav-list--right .dashboard-header_nav-list svg {
  margin-top: 10px;
}
.dashboard-header_nav-list {
  text-align: right;
  padding-right: 20px;
  color: var(--main-font-color);
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard-header_nav-list li {
  position: relative;
  float: left;
}
.dashboard-header_nav-list-dropdown-title {
  margin-right: -15px;
}
/* import colors */

._13xfeaffcE62w-h8xIQQWN {
  animation: _24mTC4eAvPk-gs-QiOniFI 0.2s linear;
  position: relative;
  width: 100%;
  height: 100vh;
}

@keyframes _24mTC4eAvPk-gs-QiOniFI {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._39BaavjHxlaf5W0JkurvCt {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 1200 !important;
  display: block;
  height: auto;
  overflow-y: scroll;
}

.PsLOtSEEfRG3XaX051TfN {
  top: 40px;
  left: 0;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: inherit;
}

._2N6R94vkmcUcR9e4U-cI0- {
  margin-top: 55px;
  padding-bottom: 150px;
}

._3icKdlyhpuyLnt0_lForL8 {
  padding-top: 25px;
}

._3icKdlyhpuyLnt0_lForL8:first {
  padding-top: 0px;
}

._3icKdlyhpuyLnt0_lForL8:last-of-type {
  border-bottom: none;
}

._2nwQacZynE7E5aPCOqr9FX {
  color: #00afef;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
}

._1fRy8QSUqCSTEhm73NeaOi,
._1FwA77HUT8KONPfaysM3GY {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
._1fRy8QSUqCSTEhm73NeaOi svg,
._1FwA77HUT8KONPfaysM3GY svg {
  max-width: 40px;
}

._2Ng_-hRyu-0FWDM4Ipb2Wn {
  height: 78px;
}

._3rkMiRsVmuE6NwymDVyUp5 {
  height: 78px;
}

._3TkvnOv2UFnKIcy55GA1Mo {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

._3TkvnOv2UFnKIcy55GA1Mo button:not(:last-child) {
  margin-right: 20px;
}

._3WJel3p4l8eplYswkl8QZx {
  font-weight: normal;
  font-size: 14px;
}

@media screen and (max-width: 1280px) {
  ._39BaavjHxlaf5W0JkurvCt {
    display: block;
    height: auto;
    margin: 0;
    top: 0;
  }
  .PsLOtSEEfRG3XaX051TfN {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 50px;
    z-index: 1;
  }
  ._1fRy8QSUqCSTEhm73NeaOi,
  ._1FwA77HUT8KONPfaysM3GY {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
  }
  ._1fRy8QSUqCSTEhm73NeaOi svg,
  ._1FwA77HUT8KONPfaysM3GY svg {
    height: 20px;
  }
}

@media only screen and (max-width: 800px) {
  ._1fRy8QSUqCSTEhm73NeaOi,
  ._1FwA77HUT8KONPfaysM3GY {
    display: block;
  }
}

@media (max-device-width: 1280px) {
  ._1FwA77HUT8KONPfaysM3GY > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  ._2aHSZQn5pASO4DJj6iJe0C {
    position: relative;
    top: 66px;
  }
}

/* import colors */

/* Layout */
._2dl1q4DgB4TocLySnmQz_x {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  perspective: 1200px;
  z-index: 99999;
}

.vuD9fxsWd2Dsb-J4MoxXi {
  position: relative;
  width: 100%;
  height: 100vh;
}

.na5DRa4AwXt1QMSwzblSD {
  background: black;
  position: relative;
  width: 100%;
  height: 100%;
}

._3JWsIvelHZ3SEN-ZiHMQc9 {
  background: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
}

._1Me3-HiuOfKFlF-w9P7-Zv {
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  backface-visibility: hidden;
  display: block;
}

._3Lz2E1QdOFgdIdQpPHDsGO {
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: scroll;
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

._15sAnet-7PfMM6Q6U0RaVf {
  margin-bottom: 50px;
}

._2mWCL-mrnodxBTqnIJlWF6 {
}

.kF_DfntLqR_UHrWt2X4_q {
}

.IZpBuIXDm9tFR4J5GA-Uq {
}

.IZpBuIXDm9tFR4J5GA-Uq::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00afef;
}

._22tWb-F2zkKceE1mVkJNPA {
}

.SfsQRAbaAZARCoLrZVArs {
  text-align: center;
}

._2_cIe5vcPQuTyaiJX0pxXI {
  margin-top: 33px;
}

._3NQHIOQtJDz7OCr6DjDEPu {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

._3NQHIOQtJDz7OCr6DjDEPu p {
  width: 40%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
}

._2Kc0B2k6lq3DSSK-cC7SuY {
  padding-top: 20px;
}

._2Kc0B2k6lq3DSSK-cC7SuY button + button {
  margin-left: 20px;
}

@media (max-device-width: 768px) {
  ._3NQHIOQtJDz7OCr6DjDEPu p {
    width: 50%;
  }
}

@media (max-device-width: 480px) {
  .IZpBuIXDm9tFR4J5GA-Uq {
    height: 100%;
    padding: 15px 15px 0 15px;
  }
  ._2_cIe5vcPQuTyaiJX0pxXI {
    margin-top: 10px;
  }
  ._3NQHIOQtJDz7OCr6DjDEPu p {
    width: 80%;
  }
}

.LNgcbbvWgLiQ9riQ1CAGW {
  display: grid;
  grid-template-rows: 220px minmax(calc(100vh - 286px), 100%); /* 286px = 220px (top row) + 66px (navbar) */
  font-size: 12px;
}

._3TiLwey5CBTqovDgzGF2bz {
  grid-template-rows: 140px minmax(calc(100vh - 286px), 100%);
}

._3al85TJ8rB_YMJgHWuseH7 {
}

.cXcPAzycwrQV0maEnMvCU {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: -20px;
}

._3ZY4-qQH0XSGJWVzhC37fQ {
  background: #f6f6f6;
  position: sticky;
  top: 66px;
  z-index: 1;
}

._1SxHhGf3ZYgGtAs5Wm6tqS {
  margin: 20px 0;
  display: flex;
}

._3yP9uuEo8b56pWjVwVymsH {
  position: absolute;
  right: 0;
  top: 32px;
}

._3WVV7EhXOuBvZuL4KHE6x {
  display: flex;
  gap: 17px;
}

.eQz4bceGcCpGvOoXBjqtQ {
  background-color: #ffffff;
  padding-bottom: 50px;
  min-height: 500px;
}

._2kpbUdb_MTZRI-BDkruT4r {
  margin-bottom: 30px;
  min-height: 366px;
}

._21eUKFqDwi14YdSO1pBC9C {
  display: grid;
  grid-template-columns: 2fr repeat(5, 1fr);
  grid-column-gap: 5px;
}

._1QNefabEFrF57GWgqOsbWL {
  min-width: 20%;
  display: inherit;
}

._1UXnsF1RaM9zZBb4kK6c_K {
  display: grid;
  grid-template-columns: 2fr 2fr repeat(3, 1fr);
  grid-column-gap: 5px;
  margin-bottom: 10px;
}

._3NbE70F5QgMIpCvSdI1lnf {
  background-color: #f8a4a4;
  margin-bottom: 0;
}

._1UXnsF1RaM9zZBb4kK6c_K > div {
  overflow: hidden;
}

._1SxmVLANMgq_Z1rUpckB6F {
  padding-left: 24px;
}

.IuoLOWn0IdOfBZPSZo8XH {
  padding-left: 24px;
  color: red;
  padding-top: 3px;
  padding-bottom: 10px;
}

.H4sR9CSrcjwBtTL5ZTzd_ {
  font-weight: 400;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 5px;
}

._38U79XjjI_Pnm46HhYS-tx {
  margin-left: 24px;
}

._15auM3it_k6Fhy1uWRXUub {
  cursor: pointer;
}

._15auM3it_k6Fhy1uWRXUub:hover {
  color: var(--main-color);
}

._2eKgM0TluyiEp_fKgqDSza {
  margin: auto 0 auto 0;
}

.sxzcuevLnW21IjvC-TCMz {
  width: 80%;
  margin-top: 20px;
  display: flex;
}

._1Elw89GAJF0W2s9diH4l4H {
  display: flex;
  gap: 48px;
}

._1k1BRsGWrah-DJaid_yA3F {
  width: 55%;
}

._3SYROx4twbAL0kxwEmjE0a {
  flex: 1;
}

.l0yOzbD--oi4RtgHPNp4X {
  min-width: 55%;
}

._1k1BRsGWrah-DJaid_yA3F > div {
  margin-bottom: 0px !important;
}

.ljMMK1xHc_EUvU64hCD4L {
  width: 45%;
  display: flex;
  margin-top: 8px;
}

._21tHyD9v2aZ4TNh0uTX494 {
  display: flex;
  gap: 20px;
  position: relative;
  top: 10px;
  flex: 1 !important;
}

._21tHyD9v2aZ4TNh0uTX494 u {
  color: var(--main-color);
}

._2lOv4IGnrQ_rtrWcb8w1Jz {
  padding-top: 10px;
  text-align: right;
}

.Ii-2mSJeM63YMsvgTen8t {
  cursor: pointer;
}

._36bVTpTXtQCPpKovLSDWY_,
._36bVTpTXtQCPpKovLSDWY_ u,
._36bVTpTXtQCPpKovLSDWY_ b {
  cursor: default !important;
  color: #c9c9c9 !important;
}

._3DJBaSWuD5t7CQznLlg8zi {
  display: flex;
  cursor: pointer;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

._3DJBaSWuD5t7CQznLlg8zi:hover {
  background-color: #f6f6f6;
}

._1ILnSOGYvN5qdF1jwoUbng {
  position: relative;
  top: 4.5px;
}

._1ILnSOGYvN5qdF1jwoUbng > svg {
  color: var(--main-color);
}

._2IbfQXzOdNSrcYRgzMwZV4 {
  white-space: nowrap;
  height: 24px;
  padding-top: 6px;
}

._1ofcmR1eKhpmVmIcKjHVhs {
  background-color: #f6f6f6;
  padding: 10px 0px;
}

.xknBqVvMJlFjj0uadu5pt {
  display: none;
}

._12XbOB-_LUX_X4KpfVhNIf {
  display: none;
}

/* Mobile view */

@media (max-width: 991px) {
  .LNgcbbvWgLiQ9riQ1CAGW {
    grid-template-rows: auto minmax(calc(100vh - 200px), 100%) auto;
  }

  ._1DCATE5byCM2eMe_zC_Eyg {
    display: none;
  }

  ._3yP9uuEo8b56pWjVwVymsH {
    display: none;
  }

  ._3WVV7EhXOuBvZuL4KHE6x {
    display: none;
  }

  .sxzcuevLnW21IjvC-TCMz {
    grid-template-columns: 1fr;
  }

  ._21eUKFqDwi14YdSO1pBC9C {
    grid-template-columns: 7fr 3fr;
  }

  ._1UXnsF1RaM9zZBb4kK6c_K {
    grid-template-columns: 7fr 3fr;
  }

  ._3ZY4-qQH0XSGJWVzhC37fQ {
    height: 120px;
  }

  .xknBqVvMJlFjj0uadu5pt {
    background-color: #f6f6f6;
    display: block;
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
  }

  ._1IDd2TSBy4vZ6kBnt0pcJ2 {
    display: flex;
    width: 100%;
    height: 100%;
  }

  ._3rtyI-sbI67PunFf8comC5 {
    width: 25%;
    height: 100%;
    display: grid;
    background-color: #f6f6f6;
    color: var(--main-color);
    border-right: #ffffff solid 2px;
  }

  ._3rtyI-sbI67PunFf8comC5:last-child {
    border-right: none;
  }

  ._2YrWd0rA2Nw16SW0sondjh {
    background-color: var(--main-color);
    color: #ffffff;
  }

  .t9wBxEg5T90uO9_WewSxo {
    margin: auto;
    text-align: center;
  }

  ._12XbOB-_LUX_X4KpfVhNIf {
    display: block;
  }

  ._1PsPkkIcAbPsZXX8_RLrH8 {
    text-align: center;
    height: 40px;
    display: grid;
  }

  ._1PsPkkIcAbPsZXX8_RLrH8 > span {
    margin: auto;
  }

  ._1PsPkkIcAbPsZXX8_RLrH8 > div {
    position: sticky;
  }

  .sxzcuevLnW21IjvC-TCMz {
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  ._1k1BRsGWrah-DJaid_yA3F {
    width: 100%;
  }

  .ljMMK1xHc_EUvU64hCD4L {
    width: 0%;
    display: flex;
  }
}

.FeFGfcZmq_CgFz8i7lP-V {
  font-size: 12px;
}

._2X_0HdPr6p_0qeIxBaRdhf {
}

.WeEuogRswDUI5gUyiP_Lx {
}

.DQUzsgBiUQAF2p_V9aklO {
  font-size: 20px !important;
  letter-spacing: -0.4px !important;
  color: #000000 !important;
}

._3FeBeV9rXyHZ5jP357dqsT {
  background-color: white;
  padding-bottom: 100px;
  margin-top: -2px;
  padding-top: 30px;
  min-height: 300px;
}
._3I2Ntn3DlZJa7Z7Nh0_QQh {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 17px;
  margin-top: -13px;
}
._3EamPb5aquGnCKwi7RaOiT {
  display: flex;
  align-items: center;
}
._3I2Ntn3DlZJa7Z7Nh0_QQh ._1VaZrUXdLC5MruqAv5N1Q {
  margin-left: 20px;
}
._1rU4rygF60htoqAVpY9UPy {
  display: inline-block;
  min-width: 100%;
  margin-right: 10px;
  float: left;
}
._3WuVp4STOIPRrXVx0-O-r {
  display: inline-block;
  min-width: 150px;
  margin-right: 10px;
}
._2vCZjOQOr7nTYMfBCWhKRP {
  display: inline-block;
  width: 100%;
  margin-right: 10px;
  float: left;
}
._3OtEOUttvIKhQyBq0ZM-y1 {
  display: inline-block;
  width: 100%;
  margin-right: 10px;
  float: left;
}
.WYd815vSBbRIutQX61EKk {
  margin-left: 20px;
  display: flex;
}
.WYd815vSBbRIutQX61EKk > * {
  margin-left: 20px;
}
._3hlbvbw3tMgzX3zSIS3P1c {
  margin-left: 20px;
}
._3hlbvbw3tMgzX3zSIS3P1c > * {
  margin-left: 15px;
}

._3hlbvbw3tMgzX3zSIS3P1c > *:first-child {
  margin-left: 0;
}

._25jz4AKJm75XyeevlGipxT {
  margin-bottom: 30px;
  padding: 0;
}

._3lAwO0LS_m2vRf-emPLFYB {
  position: relative;
  background-color: white;
  padding: 25px 20px;
  border: 1px solid grey-lighter;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  min-height: 200px;
}

._2SUd3Ufv7RXYMi7ZyPf5HE {
  display: flex;
  margin-bottom: 20px;
  gap: 17px;
}

._2SUd3Ufv7RXYMi7ZyPf5HE > * {
  vertical-align: top;
}

._1VFgVnFmCDDAd5Ol_YeMmA {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  gap: 48px;
}

._2JmguHRaT3xjde5LdBjBoQ {
  flex: 1;
}

._2JmguHRaT3xjde5LdBjBoQ > div {
  margin-bottom: 0px !important;
}

._1gUUvgvNSnq0ch1tpaOJto {
  flex: 1;
  position: relative;
  top: 10px;
}

._1RI_E1NNvSzJ9jTrg8PzOS {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 5px;
}
._1Df6F2TW9pmYn6CNz8Xird {
  display: flex;
  justify-content: space-around;
}
.A3Cz53fOs53gpeHOjVWvX {
  color: #00afef;
  width: 12px;
  height: 22px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjEgMTUuNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyYmFjZTI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5Bc3NldCAxPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsNy43QTIuNDYsMi40NiwwLDAsMSwuOCw2TDYuNC4zQTEsMSwwLDAsMSw3LjguM2ExLDEsMCwwLDEsMCwxLjRMMi4yLDcuNGMtLjIuMi0uMi40LDAsLjdsNS42LDUuNmExLDEsMCwwLDEtMS40LDEuNEwuOCw5LjVBMi40NCwyLjQ0LDAsMCwxLDAsNy43WiIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 12px 22px;
  transition: transform transition-default;
  cursor: pointer;
}
._2a-a69ky51OsF5oImUMaYe {
  color: #00afef;
  width: 12px;
  height: 22px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjE1IDE1LjQ2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzJiYWNlMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOC4xNSw3LjU3YTIuNDYsMi40NiwwLDAsMS0uNzYsMS43NEwxLjgyLDE1QTEsMSwwLDEsMSwuNDEsMTMuNjVMNiw3LjkyYS40MS40MSwwLDAsMCwwLS42N0wuNDIsMS42NUExLDEsMCwwLDEsMS44My4yNEw3LjQxLDUuODJBMi40NiwyLjQ2LDAsMCwxLDguMTUsNy41N1oiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 12px 22px;
  transition: transform transition-default;
  cursor: pointer;
}

._3glCwz2JhnHAToiTYmS6p {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

._2luyRaQBo5tDldHcD2aN-O {
  display: block;
  font-size: 12px;
  color: #00afef;
  cursor: text;
  height: 22px;
}

._2Lambv_gyS2_Q6jnKO_mDY {
  padding: 0;
}

.WtITUaMmIiWKv2WR2c6nj .P-0m1smW7IMh6KlQzP_lg {
  border: 0;
}

.WtITUaMmIiWKv2WR2c6nj .muRSfgJNZbpjOE-oHGTGk {
  background: #ffffff;
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 2px 20px 0 10px;
  font-size: 20px;
  line-height: 42px;
  color: #000000;
  border: none;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  backface-visibility: hidden;
  transition: transform 0.4s ease-in-out;
  transform: rotateX(0deg);
  transform-style: preserve-3d;
}

._3837fUDRSi6-V886xdzOiq > div,
._3837fUDRSi6-V886xdzOiq > div > div {
  width: 100%;
}

.dpjx6yKmqtR9LVo6nYpa5 {
  z-index: 10000;
  top: -32px !important;
  left: -10px !important;
}

._10g6PiZltCrYAAY8OgnXQn {
  display: grid;
  grid-template-columns: repeat(2, 2fr) repeat(2, 1fr) 2fr;
  grid-column-gap: 5px;
  margin-bottom: 10px;
}

._26-tv9-82gtFEmAWsNZm8M {
  font-weight: 400;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
}

._11K_bQ9lR4Dp_Rway4ayQm {
  color: var(--main-color);
  cursor: pointer;
}

._11K_bQ9lR4Dp_Rway4ayQm:hover {
  text-decoration: underline;
}

._27O64UT_hnkUaZTgPsboBa a:hover {
  color: var(--main-color);
}

._2Y90rIIfXjm1qChfigQ7Dg {
  color: var(--main-color);
  cursor: pointer;
  margin-bottom: 20px;
}

._1Jtb2Wm24Onv6oxslcutTj {
  display: none;
}

.react-datepicker__month-container {
  width: 100%;
}

.react-datepicker__day--selected {
  background-color: #00afef;
}

@media (max-device-width: 480px) {
  ._3hlbvbw3tMgzX3zSIS3P1c {
    margin: 0 0 20px;
  }
  ._3hlbvbw3tMgzX3zSIS3P1c > * {
    margin-right: 0;
  }

  /* .search_input, */
  ._1rU4rygF60htoqAVpY9UPy,
  ._3WuVp4STOIPRrXVx0-O-r,
  ._2vCZjOQOr7nTYMfBCWhKRP {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ._3hlbvbw3tMgzX3zSIS3P1c {
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  ._3ISkgxXhsl9X3u-Ef7vOyk {
    display: none;
  }

  ._1Jtb2Wm24Onv6oxslcutTj {
    display: block;
  }

  ._3EamPb5aquGnCKwi7RaOiT {
    width: 100%;
    justify-content: space-between;
  }

  ._1VFgVnFmCDDAd5Ol_YeMmA {
    width: 100%;
  }

  .DQUzsgBiUQAF2p_V9aklO,
  ._2JmguHRaT3xjde5LdBjBoQ {
    width: 215px;
  }

  ._10g6PiZltCrYAAY8OgnXQn {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  ._27O64UT_hnkUaZTgPsboBa {
    margin-left: 5px;
  }

  .L5zSO_02LAaJmnkCQYbvz {
    display: grid;
    grid-template-rows: auto minmax(calc(100vh - 200px), 100%) auto;
  }

  ._3FeBeV9rXyHZ5jP357dqsT {
    padding-bottom: unset;
  }

  .SRIuAS8eVuzAkSHmpFFVb {
    position: sticky;
    top: 66px;
    width: 100%;
    background-color: #f6f6f6;
    z-index: 1;
  }

  ._3SxSJWjj4D8a_nOPjvUoKW {
    background-color: #f6f6f6;
    display: block;
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
  }

  ._1_qV_cNTk7PC_GslBLp6zW {
    display: flex;
    width: 100%;
    height: 100%;
  }

  ._34l3tykqjSOJMPn5vDdU9_ {
    height: 40px;
    display: flex;
    justify-content: center;
  }
}

/* import colors */

/* Layout */
._2gb06CjpEMKfHgTQZNaAH8 {
  padding-bottom: 200px;
}

._3gZO4L0lDhbojIM-CL3zxm {
}

._18ixvcqHUadjLuQCtOJj0m {
}

._1qk-GPgzmKq-y34wTsJnHI {
}
._2t-VoX0DF9Tj2frp2b7QwR {
}

._1xEN-zBopBF2RK9LtXkiQd {
}
._3GkZ1poEy6_HrA96nxp1Eq {
}

._3sBeoxVHcLcC2m-pQmxPA2 > * {
  margin-left: 15px;
}

._3sBeoxVHcLcC2m-pQmxPA2 > *:first-child {
  margin-left: 15px;
}

._2XkHMJ3xj57FrdDTJ_-qSv {
}

._3rslQRVJcM_QgXeB8cpkVx,
._3rc1xCE10clTXrr3MaN8nZ {
  width: 25%;
  float: left;
}

._3rslQRVJcM_QgXeB8cpkVx {
  margin-right: 60px;
}
._1aCsIuKTr22PJTualR7XG_ {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 45px;
  z-index: 99;
  background-color: #c9c9c9;
}

._1YS_-WGPTJqnSzOgmgrdKb {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==) no-repeat center center;
  margin: -5px 0 -10px 15px;
  animation: _3-Wp8BfOG9oHdFEqiN_OFN 0.8s infinite linear;
}

@keyframes _3-Wp8BfOG9oHdFEqiN_OFN {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@media (max-device-width: 480px) {
  ._18ixvcqHUadjLuQCtOJj0m h1 {
    margin: 0 0 20px 0;
  }
  ._3sBeoxVHcLcC2m-pQmxPA2 {
    display: block;
    margin: 0 0 20px 0;
  }
  ._3rslQRVJcM_QgXeB8cpkVx,
  ._3rc1xCE10clTXrr3MaN8nZ {
    width: 100%;
    float: none;
    position: relative;
    display: block;
    clear: both;
  }

  ._3rslQRVJcM_QgXeB8cpkVx {
    margin-right: 0;
  }

  .gXSyWKGnHOnoYNXSNKz8k {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 45px;
    z-index: 99;
    background-color: #c9c9c9;
  }
}


/* new styles */
.cyJjqW7885WtRRlxRLw6x {
  margin-bottom: 2em;
}

._2IeUt5-9dyRFBzKzL0D6w_ {
  margin-top: 1.25em;
}

._1CcxeozVgQNiTfSgf_w3_F > h1 {
  margin: 0;
  margin-bottom: .5em;
}

._7JAE0XprYvhamDgU5XvKy {
  padding-bottom: 2em;
  display: grid;
  column-gap: 4em;
  row-gap: .5em;
  grid-template-columns: 60%;
}

._2yiOu20EqCZcvaYTLmb1Ir {
  display: grid;
  column-gap: 4em;
  row-gap: .5em;
  grid-template-columns: repeat(2, calc(50% - 2em));
}

._1TW5pLEa5l2fYlwhr_eYZ9 {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #c9c9c9;
}

._37pfhC3YgHYc_Ha4lGQPwE {
  border-top: 1px solid #c9c9c9 !important;
}

.YDwhY_o_c8ocvnQbdAxrJ {
  padding: 1em 0;
}

._3EVGSsD24M79rWXcTFY0Ub {
  padding-bottom: 1em;
}

._16WfrVdXisoMF-IXGDxqQ5 {
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  display: grid;
  grid-template-columns: 25px 1fr;
  background-color: #E6F8E5 !important;
}

._26L5jETuoHHtjlSFBPIfYo {
  color: #0b8a00;
}


/* import colors */

.QmYfta236dO3uLWPh6BS2 {
  display: inline;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  float: left;
  margin-right: 20px;
}

._1iqEC_Ptect3QPgs6h3lTL,
._1E4jLjFGQBh9zMBXb5y6az {
  width: 45%;
  float: left;
}

._3xdlg1Oy2jFiikcSNwtOCm {
}

._3e3XwDiQabaLe-H5TYTL4B {
}

._2R_79SCs412u-PB8RT2stK {
  width: 45%;
  padding-bottom: 15px;
}

._3eco7-OCG4emrLcwkG6_vE {
  display: block;
  font-size: 13px;
  color: main-color;
  cursor: text;
  padding-bottom: 6px;
}

._2R_79SCs412u-PB8RT2stK input {
  background: #ffffff;
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  font-size: 20px;
  line-height: 44px;
  color: #000000;
  border: none;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  backface-visibility: hidden;
  transition: transform 0.4s ease-in-out;
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  padding: 10px;
}

._2R_79SCs412u-PB8RT2stK input:focus {
  border: none !important;
}

._1iqEC_Ptect3QPgs6h3lTL {
  margin-right: 60px;
}
._23-aMJ24ViBuFHppF8aRp8 {
  display: block;
  margin-bottom: .5rem;
}

._2MIZyek2NTHRoUaLi6iXQZ {
  font-size: 14px;
  font-weight: 200;
  padding: 15px 0;
}

._1lNESkh9rTSpJxyKcSsCUf {
  padding-top: 15px;
}

._2vr8tXKyuJJtzYjuqLi1m6 {
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
  position: relative;
  display: block;
}

._1o4XTqth3ATVTdh4Q6H9Wo {
}

._3fmD3JXPWKsq5tQEdoEgW1 > * {

}

._3fmD3JXPWKsq5tQEdoEgW1 > *:first-child {

}

.e_VenJBCOriPjdBGylx56 {
}
._1yYoM_9JWKyqTAFSLbqnsq {
}

@media (max-device-width: 480px) {
  ._2R_79SCs412u-PB8RT2stK {
    width: 100%;
    padding: 0 8px;
  }

  ._1iqEC_Ptect3QPgs6h3lTL,
  ._1E4jLjFGQBh9zMBXb5y6az {
    width: 45%;
    padding-left: 8px;
    margin: 0;
  }
  ._1E4jLjFGQBh9zMBXb5y6az {
    width: 55%;
    padding-right: 8px;
  }
}

._1KJ_T6cIaI_MvsPV1yUuVl {
  padding: 0;
  margin-bottom: 1em;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

._2R_79SCs412u-PB8RT2stK {
  padding: 0 10px 0 0;
}

._3lyvcHk4fyYRdm53nHAJGZ {
  display: block;
  font-size: 13px;
  color: main-color;
  cursor: text;
}

._3eco7-OCG4emrLcwkG6_vE {
  padding-bottom: 6px;
}

._2R_79SCs412u-PB8RT2stK input {
  background: #ffffff;
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  font-size: 20px;
  line-height: 44px;
  color: #000000;
  border: none;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  backface-visibility: hidden;
  transition: transform 0.4s ease-in-out;
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  padding: 10px;
}

._2R_79SCs412u-PB8RT2stK input:focus {
  border: none !important;
}

._19ZkXXpwcv6tS4oqtbxzi3 {
  top: 66px !important;
}
._2lAMi6qagFY609wUJV88Uk {
  min-height: 100px;
}
._55RDDyywqImL2Eaigj2Op {
  min-width: 300px;
  width: 25%;
}

._3D42cNc2sc76ZmZCXXvQay {
  margin-top: 20px;
}

.JLdTRbz8AO-bgsX46sS9o {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 30px 36px;
  position: relative;
}

.JLdTRbz8AO-bgsX46sS9o p {
  margin: 4px 0;
  color: #000000;
  font-size: 0.85rem;
}
.JLdTRbz8AO-bgsX46sS9o h3 {
  margin-bottom: 8px;
}
.JLdTRbz8AO-bgsX46sS9o h4 {
  font-weight: 400;
  margin: 8px 0;
}

._2Q2UW6-xa5r86DmRCVV3z1 {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #00afef;
  margin: 2px 0 45px;
}

._2QKmFTTgvPqhl8tnf88okn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

._2MPiriQZMxXJhTLj8xWyIO {
  color: #00afef;
}

._2tskN1h8iJiPErS6x4SJdm {
  margin-top: 20px;
}

/* import colors */

._2p2hs_oTMUgULfBmQOuxjW {
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
}
._2p2hs_oTMUgULfBmQOuxjW:hover {
  background-color: rgba(100, 100, 100, 0.1);
}
.bWVIlhpuCXyGf83NHIsGC {
  height: 2em;
  width: 2em;
  background: red;
  border-radius: 50%;
  color: white;
  line-height: 2em;
  padding-top: 1px;
  text-align: center;
}
._1BLvlKPAdyEa3uKz12wFpR {
  cursor: pointer;
}
._2hFTto4YeKkU3IhCTFr4Yw {
  background: #fdfbfd;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px #888;
  height: 100%;
}
.slnp7y4a1XqZN4t3e2nIl {
  margin-top: 40px;
  padding: 0 2em;
}
._3lI1ZWv7ppFL5cPNx3_hYn {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 2em;
}
._11tFBza8E5vQs10fZ-KqDe {
  margin-left: 10px;
  align-self: center;
  max-width: calc(100% - 42px);
}
._3MWgDwuLjIV2U-ydw1KFgo {
  flex-grow: 1;
  background-color: #f7f5f7;
  overflow: auto;
  box-shadow: inset 0 0 10px #aaa;
}
._2gZMGjM2SGrDK61Kahd_sG {
  flex-grow: 1;
  background-color: #f7f5f7;
  overflow: auto;
  box-shadow: inset 0 0 10px #aaa;
}
._3MWgDwuLjIV2U-ydw1KFgo > * {
  border-top: 1px solid #ddd;
}
._3MWgDwuLjIV2U-ydw1KFgo > *:first-child {
  border-top: none;
}
._2zQ6l3O7cnnz5Rt2uXWO_l {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  font-size: 16px;
  line-height: 17px;
  height: 24px;
  cursor: pointer;
  color: #00afef;
  margin-left: 30px;
  margin-top: 30px;
}
._2zQ6l3O7cnnz5Rt2uXWO_l:hover,
._2zQ6l3O7cnnz5Rt2uXWO_l:focus {
  text-decoration: none;
}

._2zQ6l3O7cnnz5Rt2uXWO_l svg {
  margin-top: -3px;
  margin-right: 10px;
}

._2zQ6l3O7cnnz5Rt2uXWO_l:hover svg,
._2zQ6l3O7cnnz5Rt2uXWO_l:focus svg {
  transition: transition-default;
  transform: translateX(-3px);
}
._1NTCPp7sMo1VAaogB2FgO_ {
  font-weight: 300;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 0;
  margin-top: 30px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 25px;
  color: #000000;
}

._3Tyifs2hfgogIfucYIWp8D {
  position: fixed;
  top: 105px;
  right: 30px;
  background-color: var(--main-color);
  padding: 0.5em 1em;
  border-radius: 1.5em;
  color: white;
  cursor: pointer;
}
._3Tyifs2hfgogIfucYIWp8D:hover {
  background-color: var(--main-color-active);
}
._3Tyifs2hfgogIfucYIWp8D:active {
  background-color: var(--main-color-active);
}

._2qpRQj0EQ5VihqUsbqYXP2 {
  height: 2em;
  width: 2em;
  background: red;
  border-radius: 50%;
  color: white;
  line-height: 2em;
  padding-top: 1px;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.X_BY32Ox6JwU20gADFsa0:hover {
  height: 3em;
  width: 3em;
  line-height: 3em;
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
  z-index: 1;
}
.X_BY32Ox6JwU20gADFsa0 {
  cursor: pointer;
}

.LsDAD5oSuDgrGu7ZVVOfO {
  height: 8em;
  width: 8em;
  line-height: 8em;
  z-index: 1;
}
.LsDAD5oSuDgrGu7ZVVOfO:hover {
  height: 8em;
  width: 8em;
  line-height: 8em;
}

/* Layout */

/* import colors */

._39udUvF_P9ve-_ZI_v481u {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 10000;
}

.yR-QuKwchA4e-bSeZEkLo {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

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

.JscKdsDV_F35G7d4DhIL4,
._2mB97hS4S4-vqoKuA_RDrB {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  padding: 8px 0 7px 38px;
  color: #000000;
  transition: all 0.2s;
}

._2mB97hS4S4-vqoKuA_RDrB {
  color: #00afef;
}

.JscKdsDV_F35G7d4DhIL4::before,
._2mB97hS4S4-vqoKuA_RDrB::before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #c9c9c9;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 12px;
}

.JscKdsDV_F35G7d4DhIL4:hover,
.JscKdsDV_F35G7d4DhIL4:focus,
._2mB97hS4S4-vqoKuA_RDrB:hover,
._2mB97hS4S4-vqoKuA_RDrB:focus {
  transition: all 0.2s;
  color: #00afef;
}

.JscKdsDV_F35G7d4DhIL4:hover::before,
.JscKdsDV_F35G7d4DhIL4:focus::before {
  border-color: #00afef;
}

._2mB97hS4S4-vqoKuA_RDrB::before {
  border-color: #00afef;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjE5IDguODEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDBhZmVmO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uLXRpY2stYmx1ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMi4zLDUuMDksNS4xLDcuNzIsMTAsMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNjIgLTAuNDEpIi8+PC9zdmc+);
}

/* import colors */

/* Layout */

._3mhMUL0dfSfQIxg2c6rxbD {
  min-height: 100vh;
}

._3mhMUL0dfSfQIxg2c6rxbD:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background: #fcfcfc;
  z-index: -1;
}

._23LKcAXw-eaGTb9ryTACkp {
}

._25mxJGJQpXgy06cph8kR8O {
}

/* dropdown */
._1r6_ZED_Ulk-ys1OizLS-R {
  width: 307px;
  /* margin-top: -16px; */
  z-index: 1;
}

/* count */
._2mIqCSTKDobq6wvwk_4BOD {
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
  color: #00afef;
  flex-grow: 1;
  padding-left: 60px;
}

/* notifications */
._2PhXpWLn5utvUprp_OKXlu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
  box-shadow: 1px 1px 4.85px 0.15px rgba(0, 0, 0, 0.12);
  animation: _2c7Qk0UpaX8qpdyDRjx1Yx;
}

._3LX5X5v9HBP6Fsq1tx5m4S {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  grid-column-gap: 10px;
  margin-top: -20px;
  margin-bottom: 10px;
}

@keyframes dW8a5llRJpfQ9TZb5eGbr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* import colors */

/* Layout */

.V9N7druDMpDG7G1UlXb_O {
  padding: 0 11px;
}

.V9N7druDMpDG7G1UlXb_O:hover,
._3bsLlVp1-6G254FfVeyArO:hover {
  background: #ffffff;
  transition: 0.2s;
}

._1lzyZETFakfxuGOXjnnaoD,
._3GxgZLBqWlf8VL49gG05o- {
  background: #ffffff;
}

._1lzyZETFakfxuGOXjnnaoD {
}

._2XDW2ibPuM7pG3ibRwsmTj {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  color: #000000;
  font-size: 13px;
  font-weight: 200;
  padding: 20px 20px 20px 52px;
}

._3bsLlVp1-6G254FfVeyArO ._2XDW2ibPuM7pG3ibRwsmTj,
._3GxgZLBqWlf8VL49gG05o- ._2XDW2ibPuM7pG3ibRwsmTj {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 192px 0 64px;
  min-height: 50px;
}

._2XDW2ibPuM7pG3ibRwsmTj p {
  margin: 0;
}

._8cCUjmowpiSq05CNtaQ-A {
  color: #00afef;
}

.V9N7druDMpDG7G1UlXb_O:hover ._8cCUjmowpiSq05CNtaQ-A,
._3bsLlVp1-6G254FfVeyArO:hover ._8cCUjmowpiSq05CNtaQ-A,
._3GxgZLBqWlf8VL49gG05o-:hover ._8cCUjmowpiSq05CNtaQ-A {
  text-decoration: underline;
}

._87pxDHJ1lGvyRZE150mfF {
  position: absolute;
  top: 20px;
  left: 0;
  width: 52px;
  text-align: center;
}

._3bsLlVp1-6G254FfVeyArO ._87pxDHJ1lGvyRZE150mfF,
._3GxgZLBqWlf8VL49gG05o- ._87pxDHJ1lGvyRZE150mfF {
  top: 50%;
  left: 32px;
  transform: translateY(-50%) translateX(-50%);
}

._87pxDHJ1lGvyRZE150mfF svg {
  fill: #a5a5a5;
}

._1lzyZETFakfxuGOXjnnaoD ._87pxDHJ1lGvyRZE150mfF svg,
._3GxgZLBqWlf8VL49gG05o- ._87pxDHJ1lGvyRZE150mfF svg {
  fill: #00afef;
}

._3bsLlVp1-6G254FfVeyArO ._8cCUjmowpiSq05CNtaQ-A,
._3GxgZLBqWlf8VL49gG05o- ._8cCUjmowpiSq05CNtaQ-A {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 180px;
  text-align: left;
}

@media (max-device-width: 480px) {
  ._3bsLlVp1-6G254FfVeyArO ._2XDW2ibPuM7pG3ibRwsmTj,
  ._3GxgZLBqWlf8VL49gG05o- ._2XDW2ibPuM7pG3ibRwsmTj {
    padding: 0 110px 0 64px;
  }
  ._3bsLlVp1-6G254FfVeyArO ._8cCUjmowpiSq05CNtaQ-A,
  ._3GxgZLBqWlf8VL49gG05o- ._8cCUjmowpiSq05CNtaQ-A {
    width: 100px;
  }
}

@media (max-device-width: 320px) {
}

/* import colors */

/* Flow w/animations */

._1p6kTb2g1ndvaYKgDeHSGw {
  position: relative;
  width: 100%;
  overflow: hidden;
  perspective: 1200px;
}

._1MtBUWy80K_9iWd7kB4EYo {
  position: relative;
  width: 100%;
}

._2vnffjgahpqCCpaWYbBhah {
  background: #f6f6f6;
  position: relative;
  width: 100%;
  height: 100%;
}

.jm_jP31GvADBHuFsgsXPi {
  background: white;
  position: relative;
  width: 100%;
  height: 100%;
}

._3j_mrc-BcR9Cqe9WeEUSsX {
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  display: block;
}

._1asNIhjxDZPYPMGKoSMFIg {
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
}

._3gOvvqgoIvkZshAG6NpkaW {
  height: 100vh;
}

.UDpKm6eGtkxfrJPKB-DQw {
  margin-top: 130px;
}

.namly-cQmbbCo9at2xZGJ {
}

._2NI0kbxobXc6zpNaHkYaSP {
}

._2OgmCgLMPDNRJdBdX6tf8y {
  padding: 0 15px;
}

._2OgmCgLMPDNRJdBdX6tf8y > div {
  float: right;
  margin-left: 1em;
}

._23dqRyP8__GeW7Suv96p7g {
  float: right;
}

._3cDLGIzGE3CUyEEDzOmV2y {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

/*
  #### CUBE ROTATIONS ####
*/

.F8_cUI-aTkTgUVdWctifI,
._1TLdu4-Ly9AcrsbVZb1MWA,
._1v6ysl2_eWFsWCL-vWCr7w,
._1Hd5wRptykoz2Qy2yVd49N {
  transform-style: preserve-3d;
}

._1rq7BPC-IGt3uRsnQHV4ld,
._2ncnkCDzX8Svq63J-cP-hw,
._3KGe-VROkLX1L7FrTW3Nmc,
._24Cop4QuXxY-CLX7UKyWe_ {
  z-index: 999;
  transform-style: preserve-3d;
}

/* cube */

._3EQdHxndRd5ofp5s0bEXDK {
  transform-origin: 100% 50%;
  animation: _3RZGlqH4gf-cxUyn43a64u 0.6s both ease-in;
}

._38LK8OJIB4UG15ATKyvENV {
  transform-origin: 0% 50%;
  animation: _1sSNb7zw0HEFHe7tKr_G41 0.6s both ease-in;
}

.FkVsh7xnPIowd9upzHhb4 {
  transform-origin: 0% 50%;
  animation: HdNXA_VB4oiOxofyjkfp- 0.6s both ease-in;
}

._2avQ-sqQ9R-OHGlciD0JG8 {
  transform-origin: 100% 50%;
  animation: _48Z25PCVKm8chWu_WrsVq 0.6s both ease-in;
}

._1W1SmVAoCetbpn3a1NaDZR {
  transform-origin: 50% 100%;
  animation: _3DTldFs0fkRKPFSw5MovJZ 0.6s both ease-in;
}

._3n2wFNpjbEsekqMDmjxDDK {
  transform-origin: 50% 0%;
  animation: _3z4-xM1mMd3gEoseyH9LO_ 0.6s both ease-in;
}

.YE2lB_QGWskD7UjVH-zK_ {
  transform-origin: 50% 0%;
  animation: Yf5sFPXZ03T71GDRsD0Tf 0.6s both ease-in;
}

._2lXq4kX2P6bZtGr0f2rtmQ {
  transform-origin: 50% 100%;
  animation: _1lISHCZP0TLaDLn8lFGjVk 0.6s both ease-in;
}

/* cube animations */

@keyframes _3RZGlqH4gf-cxUyn43a64u {
  0% {
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) rotateY(-45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}

@keyframes _1sSNb7zw0HEFHe7tKr_G41 {
  0% {
    transform: translateX(100%) rotateY(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) rotateY(45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
}

@keyframes HdNXA_VB4oiOxofyjkfp- {
  0% {
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) rotateY(45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}

@keyframes _48Z25PCVKm8chWu_WrsVq {
  0% {
    transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) rotateY(-45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
}

@keyframes _3DTldFs0fkRKPFSw5MovJZ {
  0% {
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) rotateX(45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
  100% {
    opacity: 0;
    transform: translateY(-100%) rotateX(90deg);
  }
}

@keyframes _3z4-xM1mMd3gEoseyH9LO_ {
  0% {
    transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) rotateX(-45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
}

@keyframes Yf5sFPXZ03T71GDRsD0Tf {
  0% {
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) rotateX(-45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
  100% {
    opacity: 0;
    transform: translateY(100%) rotateX(-90deg);
  }
}

@keyframes _1lISHCZP0TLaDLn8lFGjVk {
  0% {
    transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) rotateX(45deg);
    /* translateZ was set to "transform: translateX(-50%) translateZ(200px) rotateY(-45deg);" */
  }
}

/*
  #### PAGE SCROLLING ####
*/

._2okYY0p3M-jGecfu0FxlpV,
._1cxBj7Hdud6m_Fvx2sOOpT,
._3fBWqgLe-2bUTfVotuq8P8,
._3lxX7W9D2m9Dr2SCwdIFxP {
  z-index: 1;
}

/* move from / to  */

._2zD47Fm-qE93y2-A4-xNO1 {
  transform: translateY(-100%);
  animation: _2okYY0p3M-jGecfu0FxlpV 0.6s ease both;
}

@keyframes _2okYY0p3M-jGecfu0FxlpV {
  0 {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

._3U0lAuY3rM-shr5IW774Gd {
  transform: translateY(0%);
  animation: _3fBWqgLe-2bUTfVotuq8P8 0.6s ease both;
}

@keyframes _3fBWqgLe-2bUTfVotuq8P8 {
  0 {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}

._1ib2FzOrCiSYjx6wBUt4MX {
  transform: translateY(100%);
  animation: _1cxBj7Hdud6m_Fvx2sOOpT 0.6s ease both;
}

@keyframes _1cxBj7Hdud6m_Fvx2sOOpT {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

._24PQBl2FHn2gSFRVGOUkrW {
  transform: translateY(0%);
  animation: _3lxX7W9D2m9Dr2SCwdIFxP 0.6s ease both;
}

@keyframes _3lxX7W9D2m9Dr2SCwdIFxP {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/*
  #### Review ####
*/

._1hIjbxPB7nh4gXtB8dihGK {
  overflow-x: hidden;
}

@media screen and (max-width: 1280px) {
  ._2OgmCgLMPDNRJdBdX6tf8y {
    bottom: 2%;
  }
  .UDpKm6eGtkxfrJPKB-DQw {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  /* .application_content {
    margin-top:70px;
  }  */
}
@media (max-device-width: 768px) {
  ._3j_mrc-BcR9Cqe9WeEUSsX {
    display: block;
    position: relative;
    overflow-y: auto;
  }
  /* .application_content {
    margin-top:22%;
  } */
  ._2OgmCgLMPDNRJdBdX6tf8y {
    position: relative;
    bottom: 0;
    clear: both;
    padding: 20px 0px;
  }
  ._23dqRyP8__GeW7Suv96p7g {
    padding-right: 10px;
    padding-bottom: 20px;
  }
}

@media (max-device-width: 480px) {
  ._3j_mrc-BcR9Cqe9WeEUSsX {
    display: block;
    position: relative;
    overflow-y: auto;
  }
  ._1asNIhjxDZPYPMGKoSMFIg {
    display: block;
    position: relative;
    overflow-y: auto;
  }
  .namly-cQmbbCo9at2xZGJ {
    padding: 20px 0;
  }
  .UDpKm6eGtkxfrJPKB-DQw {
    margin-top: 105px;
  }
  ._2OgmCgLMPDNRJdBdX6tf8y {
    position: relative;
    bottom: 0;
    clear: both;
    padding: 20px 5px;
  }
  ._23dqRyP8__GeW7Suv96p7g {
    padding: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ._2vnffjgahpqCCpaWYbBhah {
    background: none;
  }
}

._3Eb7xDdqwFtRza1W-mkY0y {
  padding: 18px 0;
}

._1XcOwu40zg5TlivfOaSY2c {
  padding: 2em 4em 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}

.oxYTtfXb2r2ig9aw-e5V {
  width: 100%;
  height: 315px;
  padding-right: 20px;
}

.oxYTtfXb2r2ig9aw-e5V * {
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  margin-top: 0;
}

._1w3jMXdw3aV3U8yxjuD4aV {
  padding-left: 30px;
}

._3pHhT52qC3W74bzwIKVsvZ {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 1em;
}

._31nAVCwdFQ_Fa1ZbnR4kJ9 {
  position: absolute;
  left: -30px;
  color: #00afef;
  font-weight: 200;
}

._1vdC94MUuU4hqNzDoBnboI,
._2aGdBzzw_AtUsGtQx-YF7e,
._3EJETaOcqNTqMShi17o7XB {
  position: relative;
}

._2aGdBzzw_AtUsGtQx-YF7e {
  margin-left: 30px;
}
._3EJETaOcqNTqMShi17o7XB {
  margin-left: 60px;
}

@media (max-device-width: 480px) {
  ._1XcOwu40zg5TlivfOaSY2c {
    padding: 1em 1em 0;
  }
}

/* import colors */

._8N0tKboFJ6P2PNGY0NPnT {
  animation: _1AUbMDePTDb7oBjtqXharC 0.2s linear;
}

@keyframes _1AUbMDePTDb7oBjtqXharC {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._1i9rgiJnVwp7NH7ys0CXpu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(246, 246, 246, 0.95);
  z-index: 15000 !important;
}

._1Bhqim-DBuHD52uZgz7ney {
  display: table;
  position: absolute;
  top: 0%;
  left: 50%;
  background: #fbfbfb;
  width: 560px;
  margin-top: 60px;
  margin-left: -280px;
  padding: 0px;
  box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
}

._1Bhqim-DBuHD52uZgz7ney:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(201, 201, 201, 1) 0%,
    rgba(242, 242, 242, 0) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(45deg) translate(50%, 0);
  opacity: 0.3;
  z-index: -1;
}

._349h-awcamUfHp_Jp8LkvR {
  width: 640px;
  height: 640px;
  margin-top: -320px;
  margin-left: -320px;
}

._2CNkZaN7OU9v-0KINmgJoy {
  font-size: 32px;
  line-height: 36px;
  font-weight: 200;
  color: #000000;
  margin-top: 0;
}

.VEeNUVg3FvHVF-Zm3xub9 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  color: #000000;
  margin: 0 auto;
  width: 224px;
}

._1mwX8WKpKCUu8ml1YMXsYj {
  display: table-cell;
  vertical-align: middle;
}

._1mwX8WKpKCUu8ml1YMXsYj p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin: 0 0 10px;
}

._1mwX8WKpKCUu8ml1YMXsYj a,
._1mwX8WKpKCUu8ml1YMXsYj button {
  margin-top: 25px;
}

._23H8uOdTCaft6WiiyZsqIN ._1mwX8WKpKCUu8ml1YMXsYj a {
  font-size: 16px;
}

._349h-awcamUfHp_Jp8LkvR ._1mwX8WKpKCUu8ml1YMXsYj a,
._349h-awcamUfHp_Jp8LkvR ._1mwX8WKpKCUu8ml1YMXsYj button {
  margin-top: 5px;
}

.KN1Wch7QYDKkvtunQRs_w {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding-bottom: 2px;
}

.KN1Wch7QYDKkvtunQRs_w iframe {
  width: 100%;
}

._29-h00oB-hTevGh9fORgyb {
  font-size: 16px;
  line-height: 40px;
  color: white;
  background-color: #00afef;
  padding: 10px 6px;
}

.KNBMfxpLJEnPeg0R8ByvX {
  width: 40px;
  height: 40px;
  background-size: 25px 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9jbG9zZS13aGl0ZTwvdGl0bGU+PGltYWdlIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCQUFBQUFRQ0FZQUFBQWY4LzloQUFBQUNYQklXWE1BQUFzU0FBQUxFZ0hTM1g3OEFBQUF6a2xFUVZRNFQ0MlVJUTZEUUJCRjBVMUlWUldLQkZHREpOeW9yaGRDY1JKY0JScUhybXBUMFJOTTU0ZFptR3gydXRQa2lTNzdYc2d5VUJCUnpkeVpFMU00d2Q0YlUrSFBTTnR2WWtxblBJa3pZS0ZqdnJJd00yZW5ES2NMRjNybW5ZbkVNcHhDYjJoVlpHRXVPVGtPaE1ncmlwaHlLZ0FhNWluQ3lqd3MyUXJFRVZQK0YranBlRElrc2NZYjBESnVmMVdSYXk2Z1pSd2NEaEFIdWNnYW5sSnJCVkp5dUdaR1BISUF3elhMbmcrcFFkS2piTW1weUQ3S2cxTU9sSFFNMW9pRmlyWlgweU1Ic0JlZmdQb0hNd1JNWVRyN1ZnZ0FBQUFBU1VWT1JLNUNZSUk9Ii8+PHBhdGggY2xhc3M9ImNscy0xIi8+PC9zdmc+);
  margin-right: 10px;
  float: left;
}

@media (max-device-width: 480px) {
  ._1Bhqim-DBuHD52uZgz7ney {
    display: table;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #fbfbfb;
    width: 100%;
    margin-top: 60px;
    margin-left: 0px;
    padding: 0;
    box-shadow: 4px 4px 5.7px 0.3px rgba(0, 0, 0, 0.14);
  }

  ._1Bhqim-DBuHD52uZgz7ney:after {
    display: none;
  }
}


/* import colors */

/* Layout */
._3xAvi3xP4xWQ6oc_sko_iA {
  text-align: center;
  /*padding-top: 130px;*/
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00afef;
  z-index: 16000;
}

._1vG6c62zQEGDM8HN7tITdi {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}

._3FKILs2OXZUCwLVEbZXSAK {
}

._39tkqBGAQ1jnOTfKP38Ilo {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

._1nuCMWM-b0Wurvw71FLZnK {
}

._3nC-ADKa285y_5EmfJ4W7 {
  padding-top: 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  margin: 0 auto;
}

._3nC-ADKa285y_5EmfJ4W7 p {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

._2UuZU_o_2FytJDwUUCk5ng {
  padding-top: 20px;
}

._1cdPSWMSFICFLyjG-D9kIz {
}

._1Dg3A5qu9pe0X-arfFQ_T2 {
  padding-top: 55px;
}

.QF3NR4RR6VtpqAUMFPCFT {
}

.zrdZM9hXh7fIk56yIAtNA {
  margin-bottom: 40px;
}

.hAzylto6h-JGFTuXxKldS {
  background: #fcfcfc;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  padding: 30px 36px;
  position: relative;
}

._8ggaoXyJ5ckvWPstf-L3t {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #000000;
  margin: 2px 0 45px;
}
._19dHB0e3qSZyZtgjOIUHbf {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
}

._1fndXxTQB4VUCGPjpK9_dZ {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

._2FsX4RuLhkR3eC1ulGK_mN {
}
._1Uz9OfOyj8My5YoDkOvWR {
  font-size: 13px;
  margin: 30px 0 0 20px;
}

._3T1wxK8Q2iwqxXCIQOTQT4 {
  color: #00afef;
}

._3gSGM9PFQx-pkpdqSRP2XZ {
  display: block;
}

._3Z9gvkCNTt3gIPAeM3CC_d {
  height: 10rem;
  background-color: #e9e9e9;
  position: relative;
  user-select: none;
}
._3Z9gvkCNTt3gIPAeM3CC_d * {
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._2j_EjCOxcH4MKOpDGA0HEA {
  margin-top: 40px;
}
._2g0AiL1wrPMt1nE01LdDyF {
  margin-top: 50px;
}
._3SfTWNcK9Gif_kO3Bw2HhA {
  min-width: 100px;
  margin-top: 20px;
}

._2zaf8381k8BzMd9sxbOpn9 {
  font-size: 20px;
  margin: 20px 0 20px;
}

._2QoP9w-B6Zv45OtFf9Y-tK {
  margin: 20px 0 20px;
}

._3GiywBZ_Kju9p1AAuh_lAH {
  white-space: pre-line;
  font-size: 12px;
  margin: 20px 0 20px;
}

._3FPyJNwe3MPRqgFc6UVWcf {
}

.dfIpn6Kn5WZU2-B0SQ712 {
  padding-top: 10px;
}

.dfIpn6Kn5WZU2-B0SQ712::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  z-index: -2;
}

._2D1jR0DR5TnfPJAV2XCvy0 {
}

.RdCKYK39eV0bSajooAZjs {
  margin-bottom: 20px;
}

._14VVwtrVRxHC8Jeqjrfgk- {
}

._2v3e2s6aL0TDOztS-FExUN {
}

._3YDCGthizcXq7GmE-pmv27 {
}

._2Dt9PK5LjHKzgKAEZFTj0j {
  float: right;
  margin-bottom: 40px;
}

._2Dt9PK5LjHKzgKAEZFTj0j > a {
  margin-right: 15px;
}

.q4LuMWp_Di855imfzExAu {
  color: red;
  font-size: 12px;
}

/* import colors */

/* Layout */
._1jTN3Wgxa_Sg-jLqdYKuRM {
}

._1OuYOvRBbo4CbFsAn1-YdS {
}

._1OuYOvRBbo4CbFsAn1-YdS::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--main-color);
}

._3aSwAwt2tk4rQnfV4oKlI_ {
}

._1D2jrWi7DBQjq2klChcz3j {
  text-align: center;
}

.yN1fwQsjY5FBwlcNrPN_F {
  margin-top: 33px;
}

.m7Dh9jMnqvWjr323vkuDD {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.m7Dh9jMnqvWjr323vkuDD p {
  width: 40%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
}

._1tQlyTDcV-GdcSDMvjgn9O {
  padding-top: 20px;
}

._1tQlyTDcV-GdcSDMvjgn9O button + button {
  margin-left: 20px;
}

@media (max-device-width: 768px) {
  .m7Dh9jMnqvWjr323vkuDD p {
    width: 50%;
  }
}

@media (max-device-width: 480px) {
  ._1OuYOvRBbo4CbFsAn1-YdS {
    height: 100%;
    padding: 15px 15px 0 15px;
  }
  .yN1fwQsjY5FBwlcNrPN_F {
    margin-top: 10px;
  }
  .m7Dh9jMnqvWjr323vkuDD p {
    width: 80%;
  }
}

._10Zkuc1hDbQ3-lJ95QB8a {
  white-space: pre-line;
  font-size: 12px;
}

._1ZbNyrgXtzVNDVE7WWFeeh {
  background: white;
  display: block;
  height: 150px;
  overflow: auto;
  margin-bottom: 20px;
}

.dlBREskp1QtfIWMjZPOFj {
  margin: 20px 0 20px;
}

._1pLsDAlagAn7Vk9jTC4NX_ {
  margin: 20px 0 20px;
}

._2LwJJcHAkqkLyTn_GgtRLp > a {
  margin-left: 10px;
}

@media (max-device-width: 480px) {
  ._1ZbNyrgXtzVNDVE7WWFeeh {
    height: auto;
  }
}

._6kj4K_DhtsIB8o5fGWXtX {
  height: 100vh;
}

._3tgNMCLXYMnA0_ND4pnBMV {
  margin-top: 130px;
}

._3gFSd-W1SeA_Jg-ZXMQiqM {
  z-index: 100;
  background-color: #fcfcfc;
  position: fixed;
  height: 128px;
  top: 0;
  right: 0;
  left: 0;
}

.pp5DVyCvlL-I_2-f750I0 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._3k3rQgbp1UzH1uohvaJ_Yx {
  padding: 35px;
  background-color: #fff;
}

.YCTkcg95k4jIkpzQD3O11 {
}

._3FP4a1hGD6_WDgD36MQa3j {
  white-space: pre-line;
  font-size: 12px;
}

._2d4agdyNRfxwdXpXamtIaN {
  display: block;
  margin-bottom: 20px;
}

.F2heOlbCaJLJALsxw1oBD {
}

._13Zt2fenshXlkc3GsiSwd2 {
  padding-top: 10px;
}

._13Zt2fenshXlkc3GsiSwd2::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  z-index: -2;
}

._2asAFAIA8YaF1lh8AqmbEr {
}

._20P6b7BSZ4BAzEh8xKr-NJ {
  margin-bottom: 20px;
}

._3vBYWI_8HfV33_rq9uuftw {
  float: right;
  margin-bottom: 40px;
}

._3vBYWI_8HfV33_rq9uuftw > a {
  margin-right: 15px;
}

._1y-xSFHW_jO2cWmcFA3MvM {
  color: red;
  font-size: 12px;
}

._3mBzoP_KykxgOb1b5bI4FU {
  height: 100vh;
}

._3tbAcOa1NDMb6BsF8b0SFK {
  margin-top: 130px;
}

._1wm0rgUcLcWdrZ6PRhoG_Y {
  z-index: 100;
  background-color: #fcfcfc;
  position: fixed;
  height: 128px;
  top: 0;
  right: 0;
  left: 0;
}

/* Layout */

._23AqU-YfnfMCRl9LMMClPK {
}

._2E8c7OcHqF_-bnevdtAeW7 {
  padding-bottom: 50px;
}

._1e31pWReIWgeQKidDDStw3 {
}

._2MKmi2p_KHqRnSBfjuohcr {
}

.eiblWCssu3G0vMssjpAQM {
  margin-bottom: 20px;
}

._38MAsgU8Td5oWK0N-olZVf {
  margin-bottom: 20px;
}

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

._2s44sPIrzVZ8UhPnk-4Bk2 {
  margin-top: 33px;
}

._3brrROd5uMqVNuk_nAFMnx {
  text-align: center;
}

._3JI428Q4LtS7hhAKKjOndq {
  margin: 2em 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

@media screen and (max-width: 1280px) {
}

@media (max-device-width: 480px) {
  ._2E8c7OcHqF_-bnevdtAeW7 {
    height: 100%;
    padding: 15px 15px 0 15px;
    margin-top: 0px;
  }
  .eiblWCssu3G0vMssjpAQM {
    margin-bottom: 20px;
  }
  .TlUP5ieRb2JSSo4ehsGI_ {
    display: none;
  }
  ._3nqA1oQ0d6ER6O4q274mrw {
    margin-top: 40%;
  }
}

@media (max-device-width: 320px) {
  ._3nqA1oQ0d6ER6O4q274mrw {
    margin-top: 30%;
  }
  .eiblWCssu3G0vMssjpAQM {
    margin-bottom: 5px;
  }
}

/* Layout */

._2zB-wdNhpN_-TAL99CGM6o {
}

._2QspUWg-uCb1s0IwUYp4yL {
  padding-bottom: 50px;
}

._16tEZJ_BTmlng3L8IwhoNh {
}

._3oLHMQLbWcoR5HsnnbknLR {
}

.olhzd2-AgbHg51IQBGu1D {
}

._2ScAQUuSsSqxWLKYOtuDP5 {
}

._3u85ZEPiKEZVg3YzrFJzEm {
  text-align: center;
}

._3MDa1k5shKuPfQjjNA1366 {
  margin-top: 33px;
}

._3ysI6TS0BshO2tDzxgVgQ {
  text-align: center;
}

._1DscPYIe_gOJSquB5c_5FH {
  font-size: 13px;
  line-height: 16px;
}
._3KnJlzyS4eSI4ubVKCHuSo {
  text-align: center;
  margin-top: 60px;
}

._3TPND6rtG-hXR7d5hYpDYP {
  margin: 2em 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

._1_txFzhTkw1VNeucc-LfYM > div:not(:last-child) {
  margin-bottom: 3.5rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}

._2AS3Xg4kx331PrpZSPAtRM {
  display: flex;
}

._1zgSXTA3n5OHi-TuutE5T4 {
  display: flex;
}

._1zgSXTA3n5OHi-TuutE5T4 > div:not:first-child {
  margin-left: 1em;
}

._1zgSXTA3n5OHi-TuutE5T4 [class^="MuiSvgIcon-root"] {
  width: 0.8em;
}

._1zgSXTA3n5OHi-TuutE5T4 [class^="MuiRadio-root"] {
  padding: 0 2px 0 8px;
}

._1zgSXTA3n5OHi-TuutE5T4 [class^="MuiFormControlLabel-root"] {
  margin-left: -8px;
}

._1zgSXTA3n5OHi-TuutE5T4 [class^="MuiFormLabel-root"] {
  padding-left: 6px !important;
  font-family: "Atlas Grotesk Web", sans-serif;
}

._1zgSXTA3n5OHi-TuutE5T4 [class^="MuiTypography-root"] {
  font-family: "Atlas Grotesk Web", sans-serif;
}

._3QfjmL6dudKugZHM8M1DLW {
  color: red;
}

@media (max-device-width: 480px) {
  ._2QspUWg-uCb1s0IwUYp4yL {
    height: 100%;
    padding: 15px 15px 0 15px;
  }
  .olhzd2-AgbHg51IQBGu1D {
    margin-bottom: 20px;
  }
  ._3Lr0uOa0fCw4H8T7te4ADg {
    display: none;
  }
  .kEQMJvMR30AN3CwmQ8FEM {
    margin-top: 40%;
  }
  ._2ScAQUuSsSqxWLKYOtuDP5 {
  }
  ._1zgSXTA3n5OHi-TuutE5T4 {
    margin: -24px 0 -18px;
  }
}

@media (max-device-width: 320px) {
  .kEQMJvMR30AN3CwmQ8FEM {
    margin-top: 30%;
  }
  .olhzd2-AgbHg51IQBGu1D {
    margin-bottom: 5px;
  }
}

._5OQnQZo1OWVC4SxdsUlCH {
  padding-bottom: 50px;
}

._1aqHwIjFLQ8u7BKCYi9BIA {
}

._5VTWe-XFibdKbNL2_FvPF {
  float: left;
  width: 10%;
  height: 100%;
}

._17bj8waO2TzEtQPd-VBVkL {
  float: left;
  width: 90%;
  height: 100%;
}

._3kb58R8BElgNASyctLldI3 {
  min-height: 48px;
}

._2tCSsfmhki3D60VhJXuqn6 {
  color: var(--main-color);
  font-size: 32px !important;
  width: 100% !important;
  cursor: pointer;
}

.cb-gKf3JIYPBKOL5dXkvk {
  font-size: 10px;
  text-align: center;
}

._39eH3UxbnhpoUk7KRuAB_w {
  color: var(--main-color);
  padding-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}

._5Geren4pV9LAteePgGeJY {
  cursor: pointer;
}

.gSxKTo_rE1nx4U2YkOk3f {
  color: var(--main-color);
}

.zYp4HjEbZMa065HRkChzH {
}

._20HpvWHKfsVgQYmE8ovaJe {
}

._3gg-xAqzXcvFFe95mct-DD {
}

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

.ZOyuEtKHu-cN2DrJO9Ud1 {
  font-size: 12px;
  color: red;
  padding-left: 20px;
}

/* import colors */

/* Layout */

._1JGHBJkW2R8SrnwnDkLsD- {
}

._1sJGSJGPA-624BzkzpfKXL {
  padding-bottom: 50px;
}
._168J2oYwX_tiDXAqzmI2FY {
}

._20HUmbHbIDMxaIHIUaZaSY {
}

._3uzUbnLvLuI-Ruo9F4-9vh {
}

._3fVObtSffwrCsmANQK3ZvI {
}

.WTWFrNANYvNTk8n2sidTq {
  text-align: center;
}

._336vgTiNAysJW1R6ni97bV {
  margin-top: 33px;
}

._3DAl3plmJ_SBTYzMJPjdJj {
  text-align: center;
}

._1qCmwgOVvABN8MlnBz02MA {
}

.OUbvI5vuxCKfBOWVQHJ_ {
}

._vUuqwpFvjbUN2MAbGVwu {
  padding: 0;
}

._2fPeFld2qhq7ogb1a2nnbU {
  padding: 0;
}

.UAA_mR-oNYnm5qsSbuBeC {
  margin-bottom: 10px;
}

._3Fr9G1hBjdxd9F_pPbChmm {
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin: 10px 0;
}

.WGnPm5x8UdjXNy8uz2Ca- {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  color: #c9c9c9;
  padding: 0 5px;
}

.WGnPm5x8UdjXNy8uz2Ca-:before {
  display: inline-block;
  content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDkiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojN2ZjZWYzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aW5hY3RpdmU8L3RpdGxlPjxjaXJjbGUgaWQ9ImluYWN0aXZlIiBjbGFzcz0iY2xzLTEiIGN4PSI0LjUiIGN5PSI0LjUiIHI9IjQuNSIvPjwvc3ZnPg==);
  width: 9px;
  height: 9px;
  margin-right: 6px;
}

/*Business Type*/

._3Z0WEZc9UdAFkjl47WuLdD {
  padding-top: 60px;
  /* padding-bottom: 120px; */
  text-align: center;
}

/*Business Company Search*/

._3RA4xdLlun97zbbnJqVKDE {
  min-height: 348px;
}

._3lUsVqmJA1nis9kK7DR9MF {
  display: block;
  clear: both;
  margin-top: 22px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  position: relative;
}

.p-cd9qjJ91pqym2sBBBgA {
  position: absolute;
  z-index: 2;
  padding: 0 5px;
}

/*Business Director Details*/

._0WiStv7C6ikB9QMhPODh {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin: 10px 0;
}

.ur35mxt6hCfZEqcgBLjDG {
  margin-bottom: 20px;
}

._1GzyaTfif_RJ6GYuP2Gu7_ {
  margin-bottom: 20px;
}

._1PbcCuOcqhuNEr_K3uJdSw {
  overflow: hidden;
  padding-left: 35px;
}

._2tpgipgvB2NKVrQjWgAfYs {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #00afef;
  margin-top: 0;
  margin-bottom: 12px;
}

._19iS2qmRr7a2iHGV4knS3k {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 30px;
}

._1PF2yvtSJctPAZjwOH35Fj {
  margin-bottom: 12px;
}

._1PF2yvtSJctPAZjwOH35Fj:last-child {
  margin-bottom: 20px;
}

._3eKNQFr-WDt2_I7c-OWOFh {
  margin-bottom: 0;
}

._22tiwWp1FcsNUKKyjJr-u3 {
}

._22tiwWp1FcsNUKKyjJr-u3 a {
  text-decoration: none;
}

._22tiwWp1FcsNUKKyjJr-u3 a:hover,
._22tiwWp1FcsNUKKyjJr-u3 a:focus {
  text-decoration: underline;
}

._1wFOl6QAjTwbSxqV8fMPDT {
  padding-left: 6px;
}

/* TO DELETE */

._1_6V5pNmbbcWQC6sD2w69y {
  position: fixed;
  bottom: 0;
  left: 0;
  background: yellow;
  font-size: 12px;
  padding: 5px;
}

/*Business Parties */
._1pccO18V3ZtS2eTsUXCKO {
}

/*Business Parties Details*/
.o0y3tMxb-VN2FCASOXS7j {
}

/*Business Parties Share*/
._3_yJIw3Bz2jPrFatZ2oet4 {
}

._2p8hQyt4skSy1N_UbMkzi7 {
  display: inline-block;
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 48px;
}

._1Nf-qJSTkTr6KZMzdljSgp {
  color: #00afef;
}

.PaaLsnuexFSAJWlRH0tT- {
  margin-bottom: 18px;
}

@keyframes _2N5-0f7jJpRJj2zLkQNYM7 {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

._1Nf-qJSTkTr6KZMzdljSgp ._1SGs08nqBWvfEHoeXUqdEa {
  animation: _2N5-0f7jJpRJj2zLkQNYM7 2s ease-in-out;
}

._3EJDyX8EsEW-ZG1QDzqXCT {
  color: #7fcef3;
}

._26MXbOzCKipOVM0pw3m0GG {
  color: red;
}

._7g95e-hP9KNfiqfAMBM8P {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: red;
}

._1Nh0KKjk_jt2QA_k4j_RvZ {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: red;
  height: 26px;
  margin: 15px 0;
}

._1vvS1Zbn_xOBb9OhXdjxu6 {
  background-color: white;
  padding: 20px 0;
}

.gc7a6I2BuO1y8dMTayUei {
  margin-top: 1em;
  text-align: center;
}

._3LLO_UlLuET3M923Wf3ffR {
}

.qYxstSX6XNEEZq--TZ41Y {
}

._1rd24ZN-piM7reoO1gSZbt {
  padding-left: 6px;
}

@media screen and (max-width: 1280px) {
}

@media (max-device-width: 768px) {
  ._3fVObtSffwrCsmANQK3ZvI {
    margin: 0;
  }

  ._1pccO18V3ZtS2eTsUXCKO {
    width: 90vw;
    padding-top: 0px;
    padding-left: 78px;
  }
  ._3Z0WEZc9UdAFkjl47WuLdD {
    padding-top: 0;
  }

  .gc7a6I2BuO1y8dMTayUei {
    margin-bottom: 1em;
    text-align: left;
  }
}

@media (max-device-width: 480px) {
  ._1sJGSJGPA-624BzkzpfKXL {
    height: 100%;
    padding: 15px 15px 0 15px;
  }
  ._3fVObtSffwrCsmANQK3ZvI {
    width: 90%;
  }
  ._336vgTiNAysJW1R6ni97bV {
    margin-top: 10px;
  }
  ._1qCmwgOVvABN8MlnBz02MA {
    display: none;
  }
  ._2rhjHaqbOfJDbNI5ZR46GR {
    margin-top: 40%;
  }
  ._3RA4xdLlun97zbbnJqVKDE {
    margin-top: 20px;
  }
  .p-cd9qjJ91pqym2sBBBgA {
    top: 30px;
    left: 0;
    padding: 0;
  }
  ._19iS2qmRr7a2iHGV4knS3k {
    margin-bottom: 10px;
  }

  ._1pccO18V3ZtS2eTsUXCKO {
    padding-left: 0;
  }
  ._3_yJIw3Bz2jPrFatZ2oet4 {
    padding-top: 0px;
  }
}

@media (max-device-width: 320px) {
  ._2rhjHaqbOfJDbNI5ZR46GR {
    margin-top: 30%;
  }
  ._3uzUbnLvLuI-Ruo9F4-9vh {
    margin-bottom: 5px;
  }
  ._3fVObtSffwrCsmANQK3ZvI {
    width: 70%;
  }
}

/* Layout */

/* Door illustration */
._28xEjadaeTe629vqa7CYoK {
  position: relative;
  width: 230px;
  height: 238px;
  z-index: 2;
}

._11KsWGSkluNtJCJVTyGJ-X {
  position: relative;
}

._11KsWGSkluNtJCJVTyGJ-X::after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 333px;
  height: 392px;
  z-index: 1;
  background: url(/76c4d6e2ace3361c9ac99539d6c236ce.png) no-repeat 0 0;
  background-size: 333px 392px;
}

._2c4jpxMUCpOcUQXVQGihSn {
  stop-color: #ffffff;
}

._1T4JxjVWHU5IvlNupcUO0M {
  stop-color: #00afef;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._28xEjadaeTe629vqa7CYoK,
  ._11KsWGSkluNtJCJVTyGJ-X::after {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}

/* import colors */

.f4f09IHCPL_u52fEtyqB4 {
}

._2gO2fbUR3ROylXWVUG9GTi {
}

._21sdcV4ceh8OPLpTkyvQVv,
._2W-o9wp5s1X6bswFbxJdFU {
  display: block;
  font-size: 13px;
  line-height: 13px;
  height: 13px;
  color: #00afef;
  margin-bottom: 10px;
  cursor: text;
  border-right: 10px solid transparent;
}

._21sdcV4ceh8OPLpTkyvQVv::after,
._2W-o9wp5s1X6bswFbxJdFU::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 44px;
  margin: 0;
  background: #eaeaea;
  padding: 2px 20px 0 10px;
  font-size: 20px;
  line-height: 42px;
  color: #000000;
  border: none;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  backface-visibility: hidden;
  transition: transform 0.4s ease-in-out;
  transform-style: preserve-3d;
  z-index: -2;
  transform: rotateX(90deg);
}

.-uq1mxMNzdqwqhEkvFBKJ {
  color: #f44335;
  transform: translateY(-17px);
  display: block;
  font-size: 13px;
  line-height: 48px;
  height: 48px;
  margin-bottom: -26px;
  cursor: text;
}

.YCjAk3KsoUJNAedm2DPoc {
  display: none;
}

/* import colors */

.sXgK9FU5akDhcw6dh1gYi {
  padding-bottom: 20px;
}

._1FZqQtHXAojo_vNaerUOKW {
  color: #000000;
  font-size: 22px;
  line-height: 51px;
}

._38BgaYSK_ej9CHXSBgY26k {
}

._38BgaYSK_ej9CHXSBgY26k input {
  margin: 23px 0 0;
}

._18yAST4tBFpCzfXev2Z4Vf {
  color: #00afef;
  font-size: 13px;
  line-height: 10px;
}

/* import colors */

._2wmQj616qbqeSlq9yNuT4P {
  -webkit-appearance: none;
  width: 100%;
  margin: 50px 0 10px;
}
._2wmQj616qbqeSlq9yNuT4P:focus {
  outline: none;
}
._2wmQj616qbqeSlq9yNuT4P::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #c9c9c9;
  border-radius: 3px;
  border: none;
}
._2wmQj616qbqeSlq9yNuT4P::-webkit-slider-thumb {
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #ffffff;
  background-image: linear-gradient(
      to top,
      #ffffff 0px,
      #ffffff 12px,
      transparent 13px,
      transparent 27px,
      #ffffff 28px,
      #ffffff 40px
    ),
    linear-gradient(
      to right,
      #ffffff 0px,
      #ffffff 15px,
      #c9c9c9 16px,
      #c9c9c9 17px,
      #ffffff 18px,
      #ffffff 19px,
      #c9c9c9 20px,
      #c9c9c9 21px,
      #ffffff 22px,
      #ffffff 23px,
      #c9c9c9 24px,
      #c9c9c9 25px,
      #ffffff 26px,
      #ffffff 40px
    );
  cursor: pointer;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
  margin-top: -17px;
}
/*.default:focus::-webkit-slider-runnable-track {
  background: grey-light;
}*/
._2wmQj616qbqeSlq9yNuT4P::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #c9c9c9;
  border-radius: 3px;
  border: none;
}
._2wmQj616qbqeSlq9yNuT4P::-moz-range-thumb {
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}
._2wmQj616qbqeSlq9yNuT4P::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
._2wmQj616qbqeSlq9yNuT4P::-ms-fill-lower {
  background: #00afef;
  border: none;
  border-radius: 3px;
}
._2wmQj616qbqeSlq9yNuT4P::-ms-fill-upper {
  background: #c9c9c9;
  border: none;
  border-radius: 3px;
}
._2wmQj616qbqeSlq9yNuT4P::-ms-thumb {
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  height: 6px;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}
._2wmQj616qbqeSlq9yNuT4P:focus::-ms-fill-lower {
  background: #00afef;
}
._2wmQj616qbqeSlq9yNuT4P:focus::-ms-fill-upper {
  background: #c9c9c9;
}

/* import colors */

/* Layout */
._3m5ItLX1__ltfYjNe1cM71 {
  fill: transparent;
  stroke: #c9c9c9;
  stroke-width: 26;
}

._2_cdpasbs-mu3Iip-CGf-V {
  fill: transparent;
  stroke: #00afef;
  stroke-width: 26;
  stroke-dasharray: 0 10000;
  transition: stroke-dasharray 0.3s ease;
}

.SQ15E91Yz4-Ug69f6cn_ {
  margin: 0 auto;
  border-radius: 50%;
  display: block;
}

.uw00KDnD3hXZ5BiUXU_F- {
  font-family: "Roboto";
  fill: #5e5e5e;
}

@keyframes _1C9B7VTH18251WMAJVvMvz {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

._2c_t1McUJqPMaLilO5Q_ta {
  animation: _1C9B7VTH18251WMAJVvMvz 2s ease-in-out;
  font-size: 54px;
  fill: #00afef;
}

._3Va0vI16ikPof4QzMurpD7 {
  font-size: 40px;
  fill: #00afef;
}

._3IgrlWvIMuEdEvukZnI10P {
  margin-top: 10px;
  font-size: 13px;
}

.f8Hd_9UVa_AMTo1m8jBOW {
  fill: #7fcef3;
}

._2pD_9XlrffM1YVsXvvGyuG {
  fill: red;
}

/* import colors */

.MjPOornlxCzN3cnbXCNnx,
._3DRnrMdfgJ33g_xu0G6zAb,
._3_76yajFrjw2Y9slpupVlQ {
  text-align: center;
}

._15XB97iXTBxynJ5MG8dWkE {
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
  float: left;
  transition: all 0.2s;
}

._3DRnrMdfgJ33g_xu0G6zAb ._15XB97iXTBxynJ5MG8dWkE {
  background-color: #5e5e5e;
}

.tEWPdIthrTW1LmI8ZwqJT {
  position: relative;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border: 3px dotted #e9e9e9;
  padding: 2em 1em;
}

._3DRnrMdfgJ33g_xu0G6zAb .tEWPdIthrTW1LmI8ZwqJT {
  border-color: #ffffff;
}

._2xeXGnc-B-gOxNBmnLF2Sm {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 30px;
  transition: all 0.2s;
}

._3DRnrMdfgJ33g_xu0G6zAb ._2xeXGnc-B-gOxNBmnLF2Sm {
  color: #ffffff;
}

._3DRnrMdfgJ33g_xu0G6zAb ._15XB97iXTBxynJ5MG8dWkE {
  pointer-events: none;
}

.jWOu5QGdiNf1ZiZ1KLUx {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.jWOu5QGdiNf1ZiZ1KLUx + ._3Rp3KwdLB1BD2lOFzeHVZI {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  border-color: var(--main-color);
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  transition: background-color color 0.2s;
  cursor: pointer;
  pointer-events: all;
  z-index: 1000;
  color: var(--main-color);
}

.MjPOornlxCzN3cnbXCNnx .jWOu5QGdiNf1ZiZ1KLUx + ._3Rp3KwdLB1BD2lOFzeHVZI {
  position: relative;
}

@keyframes _3PzrugSlO1SHFRBvnUBw1m {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._3_76yajFrjw2Y9slpupVlQ .jWOu5QGdiNf1ZiZ1KLUx + ._3Rp3KwdLB1BD2lOFzeHVZI/*,
.dots > div + .file + .label*/ {
  margin-top: 1em;
}

.jWOu5QGdiNf1ZiZ1KLUx:focus + label,
.jWOu5QGdiNf1ZiZ1KLUx + label:hover {
  background-color: var(--main-color);
  color: #ffffff;
}

@media (max-width: 767px) {
  ._15XB97iXTBxynJ5MG8dWkE {
    width: 100%;
  }
}

._3fDTKROla5gtTpQmfUzESR {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  pointer-events: all;
}

._3fDTKROla5gtTpQmfUzESR:hover {
  opacity: 0.7;
}

._2ka4ScU7z6T_d2RZoyFJqe ._3fDTKROla5gtTpQmfUzESR {
  cursor: pointer;
}

/* import colors */

/* Layout */
._1Ibqy5aWLlOEIDoPonlsxO {
  padding: 10px 0;
  position: relative;
}

._46qErelyYQl0OLsk3d8Tj {
}

._1fF9uHHWc6CJYh8-d7F-2J {
}

._3lguxslt-Wmb-MoGUtWoHr {
  width: 50%;
}
._9_6E9AR31lVXqRYytDYii {
  display: none;
}

._22xmi1nbOgqYoofHeIftn_ {
  font-size: 13px;
  font-weight: 200;
  line-height: 24px;
  color: var(--main-color);
  margin: 20px 0 0;
}

.DMw7UXAegwVLHVZIcgq5m {
  margin-top: 20px;
}

.vv_6O4ClyoLupQafjr_E6 {
  width: 160px;
  height: auto;
  cursor: pointer;
}

.vv_6O4ClyoLupQafjr_E6:hover {
  opacity: 0.7;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._3lguxslt-Wmb-MoGUtWoHr {
    width: 300px;
  }
}

@media (max-device-width: 480px) {
  ._3lguxslt-Wmb-MoGUtWoHr {
    width: 100%;
  }
}

/* import colors */

/* Layout */

._2YECeVCro82SAZjsnWpVOP {
}

._3FbR743JnayyAHzYbVvdpA {
  padding: 0 15px 50px;
}

.ARoWQdO5i_BJYntE7c7-y {
}

._1dHFWTbgsjLTZE3I7hNlvi {
}

._1exzEoifcf1qrmM6wc3SM0 {
  margin-bottom: 20px;
}

._1vPbMqeVsQDkVGlZAzvYKC {
  margin-bottom: 20px;
}

._1iAD0OJUKU0pY51_bNX01n {
  text-align: center;
}

._9xFPDNeVJSKHXONrN4dtP {
  margin-top: 33px;
}

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

._1-cKN3PVZIDYwQfEHKGOmf {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin: 15px 0 25px;
}

/*Referees*/

._3dvrIZN6kr9Gfw6HtimZp_ {
  margin-bottom: 20px;
}

._1xinIAdYf35maBWPMxDkLT {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  padding: 110px 192px 0;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
}

._20cpbQRR7w51-gU0vor75e > div {
  display: inline-block;
  width: 100%;
}

._1ELqFuGcwpMgIG3kcIxVqX > div {
  display: inline-block;
  width: 49%;
}

._1ELqFuGcwpMgIG3kcIxVqX > div + div {
  margin-left: 2%;
}

._14mA0CzgbthJuOMS8vQKJP {
}

._3D7Q5CzEsv0ak0PqNgeQNQ {
}

._2xBX9YPM-wOV4qSdmfYmOY {
}

._34-hETU72oLveiUgwJo5ia {
  margin: 0;
  font-size: 13px;
}

.ajscObBz0W4vPmMK157a6 {
  display: flex;
  justify-content: center;
}

.ajscObBz0W4vPmMK157a6 ._2XKJEUOi8_BvnfeKrU19YG:first-child {
  margin-right: 1em;
}

._2XKJEUOi8_BvnfeKrU19YG {
  text-align: center;
  margin-top: 60px;
}

._2Ys3pAxOnhtijdV2EFqlEw {
  font-weight: 600;
}

._1VU5c7MahWTd0eBs5PV-lb {
  color: #f44335;
}

@media screen and (max-width: 1024px) {
  ._3FbR743JnayyAHzYbVvdpA {
    margin-top: 0px;
  }
}

@media (max-device-width: 480px) {
  ._3FbR743JnayyAHzYbVvdpA {
    height: 100%;
    padding: 15px 15px 0 15px;
  }

  ._1exzEoifcf1qrmM6wc3SM0 {
    margin-bottom: 20px;
  }

  .hMbtjBySW1QmkQZ5dXN7_ {
    display: none;
  }

  ._3p8B-2YjA7cMI8YQ4_5htr {
    margin-top: 40%;
  }

  ._1ELqFuGcwpMgIG3kcIxVqX > div {
    width: 100%;
  }

  ._1ELqFuGcwpMgIG3kcIxVqX > div + div {
    margin-left: 0;
  }
}

@media (max-device-width: 320px) {
  ._3p8B-2YjA7cMI8YQ4_5htr {
    margin-top: 30%;
  }

  ._1exzEoifcf1qrmM6wc3SM0 {
    margin-bottom: 5px;
  }

  ._1vPbMqeVsQDkVGlZAzvYKC {
    width: 70%;
  }
}

/* import colors */

/* Layout */
._3oInaNNk7jGnH8aFp3TGl0 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zpcBEzIw1tRt0Ny6nS26b {
  padding: 35px;
  background-color: #fff;
}

._2Ql193mIm9I5BFJWUEJEZx {
}

.mx4t2MGIyiQJdufJultAF {
}

._2sM8XnpBSK9_o9SwloAdoo {
  display: flex;
}

._2OZLplpQmp8gEnAEOXm28A {
  margin-top: 40px;
  /* width: 140px; */
  height: 80px;
  background-color: #fff;
  /* background: transparent; */
  /* z-index: 200; */
  /* height: 40px; */
  /* flex-grow: 1; */
}

._7Cw124g2t7PN1iX6tp4WI {
  margin-top: 10px;
  /* width: 140px; */
  /* height: 100px; */
  height: 60px;
  background-color: #fff;
  /* background: transparent; */
  /* z-index: 200; */
  /* height: 40px; */
  /* flex-grow: 1; */
  min-height: 60px;
}

._1Q_xSTbr-ugZnLpzx7GvI1 {
  height: 80px;
}

._8T3lXtxrl0xnVhhliFPJL {
  margin-top: 55px;
}

._1bC7mwgnyxtsVtbLYC21P3 {
  margin-top: 30px;
  font-size: 14px;
}

._2SZC7MR_es1gkA4tgvlxgN {
  margin-top: 40px;
  margin-left: 66px;
}

._2cJRp0ZSd7oECD_hksgcOw {
  width: 100%;
}

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

._2sM8XnpBSK9_o9SwloAdoo h2 {
  margin-top: 0px;
  text-align: left;
}

._1If-d58MaxNXQzUrjR-_OQ {
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  background-color: white;
}

._2XnVtXlyuF6kMm9k9TonH8 {
  float: right;
  margin-top: 2em;
}

._2XnVtXlyuF6kMm9k9TonH8 button + button {
  margin-left: 20px;
}

.YPxt6PyhsT8erMgWbNgPl {
  margin-top: 2em;
}

.YPxt6PyhsT8erMgWbNgPl > button {
  display: block;
  margin: auto;
}

._2ddkX5xpqyxpuek_akMGeZ {
  font-size: 10px;
  line-height: 20px;
  color: #000000;
  margin-top: -2.5em;
  margin-left: 14px;
}

._3W-ANlxYIknGKcjl5ajkXO {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 7px;
  border-radius: 50%;
}

._2-oTnTQXA3-mFfHNQfuwOa {
  background-color: #c9c9c9;
}

._10rMXHP1GBpgXtagex6q5p {
  background-color: #f12a07;
}

._2f3QYqDSiMcyaifrEzBfss > div._10rMXHP1GBpgXtagex6q5p:nth-of-type(2) {
  background-color: #ffcd1c;
}

._2f3QYqDSiMcyaifrEzBfss > div._10rMXHP1GBpgXtagex6q5p:nth-of-type(3) {
  background-color: #4ac825;
}

._147_yb_GeFsRCZaQ7HAtoT {
  padding: 0 0 40px 0;
}

.HnnAPQ5CHOP0vuT4Wexfu {
  margin-top: 90px;
}

._3Mca2NldywjFtgljvQL_QR {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.KlHsk6b-P2opit_ccHC9q {
  max-width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 60px;
}

._1fL_W1sHDr725ET3uPTpDb {
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 65px;
  /* background-color: white; */
}

._3gjBOkgSo3pDAyvLDcCxkD {
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 65px;
  max-width: 140px;
  /* background-color: white; */
}

._1fL_W1sHDr725ET3uPTpDb img {
  max-width: 100%;
  max-height: 100%;
}

._142O2LWloJDdmj9uS3h2oo {
  text-decoration: underline;
}

._2ofpPoTkskA0nf-sLjlzf2 {
  margin-bottom: 2em;
}

@media screen and (max-device-width: 1024px) {
  ._3oInaNNk7jGnH8aFp3TGl0 {
    padding: 0 1em;
  }

  ._3oInaNNk7jGnH8aFp3TGl0 ._3q1rDsSB4BXhn5PfjGgh-A {
    margin-bottom: 1em;
  }
}

@media (max-device-width: 480px) {
  .zpcBEzIw1tRt0Ny6nS26b {
    padding: 20px 15px;
  }
}

.suy1Pyy-gzEo9SQ0VIlZy {
  display: flex;
}

._3o8fS_j4B3GdyirbKz-9xt {
  width: 40%;
}

.OTncmr2eFTapEURXtqLzD {
  width: 60%;
}

._24Ve6weMXJBnT22sgTwa-g {
  font-size: 10px;
  margin-left: 14px;
}

._3aH6vDi83PxgRYBPep36Nl {
  background-color: var(--main-color);
}

._13fSj0t7Fxv3vgNHGZYUsI {
  height: 100%;
}

._1jCdDPmbzsKTMSmAi5T_VV {
  float: none;
}

@media (max-device-width: 320px) {
  .suy1Pyy-gzEo9SQ0VIlZy {
    display: block;
  }

  ._3o8fS_j4B3GdyirbKz-9xt,
  .OTncmr2eFTapEURXtqLzD {
    width: 100%;
  }
}

._2h3C815R1H3-7TfcA5eidJ {
  margin-bottom: 10px !important;
}

._2KK7Pz_MIanlcTumxGdq5g {
  margin-top: 100px !important;
}

._3O_Z6KW9DG1HSxsibnBEIA {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

._2-wgOAUaVo3YYVZNNflPsQ {
  margin-top: 120px;
}

._3a1EYb07Fd0S5_oEw5zkd1 {
  margin-top: 60px;
}

._1JLMoXtisiL2Az-higZbTR {
  height: 90vh !important;
}

._3WQ5IPTlGrFDIlmDcBcxsF {
  background-color: white;
}

/* import colors */

/* Layout */

._15l7hi0zNX1HRl8-CzwKL8 {
  flex: 1;
}

._1VrwSx49UC0MfkQRcp4p2H {
  display: flex;
  margin-bottom: 1rem;
}

._1VrwSx49UC0MfkQRcp4p2H h1 {
  margin-top: 0;
}

._15l7hi0zNX1HRl8-CzwKL8::before {
  content: "";
  position: fixed;
  background: #f6f6f6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

._3-CzLvxM0FjzqsAViE_y4_ {
  margin: auto;
  width: 50px;
  margin-top: 20px;
}

.pEgJisbOImlkjvHcuukH_ {
  margin: 0 auto;
  padding: 3rem 7rem 3rem;
  position: relative;
  max-width: 1440px;
}

._2kdCRsgRrBhc8CNgTzNHND {
  margin-left: auto;
}

._2kdCRsgRrBhc8CNgTzNHND > div {
  margin-top: -0.5rem;
}

/* Layout */
.dSFWupiYj-SVSCZd5gbKp {
  background: #ffffff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 66px);
  left: 0;
  max-width: 50vw;
  padding: 10px;
  position: sticky;
  top: 66px;
  z-index: 100;
  width: 346px;
}

.dSFWupiYj-SVSCZd5gbKp::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 7px;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(201, 201, 201, 0.2) 0%,
    rgba(201, 201, 201, 0) 100%
  );
}

._1ktWCLfdIkTB2HEuT5mSPD {
  overflow-y: auto;
}

._3kIL4HSvGMlGoVRamb0cnL {
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  color: #000000;
  margin: 0;
  padding: 25px 30px 30px;
}

.GNLtYLewYQ4k7jBVOESKE {
  padding: 20px 30px;
}

.GNLtYLewYQ4k7jBVOESKE:first-child {
  border: none;
}

.C_FI3mA7kuT01lV4Bwb0t {
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  margin: 0;
}

._3ojB-xolYk9EUAN_Ujfqyv {
  font-size: 14px;
  color: #00afef;
  margin: 0;
}

.dSFWupiYj-SVSCZd5gbKp p {
  margin: 0;
}

._2OxUK4-tnBizXvIyudyzuO {
  padding: 40px 0 20px;
}

._3E1_-qSKx5nKmkAkMucEpe {
  margin: -0.5rem;
}

._3E1_-qSKx5nKmkAkMucEpe button,
._3E1_-qSKx5nKmkAkMucEpe a {
  margin: 0.5rem;
}

.J2PrB79QS0G5Fw4i59n-j {
  position: relitive;
  z-index: 10;
  float: right;
  font-size: 13px;
  line-height: 16px;
  color: grey-light;
}

.J2PrB79QS0G5Fw4i59n-j:before {
  display: inline-block;
  content: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDkiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojN2ZjZWYzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aW5hY3RpdmU8L3RpdGxlPjxjaXJjbGUgaWQ9ImluYWN0aXZlIiBjbGFzcz0iY2xzLTEiIGN4PSI0LjUiIGN5PSI0LjUiIHI9IjQuNSIvPjwvc3ZnPg==);
  width: 9px;
  height: 9px;
  margin-right: 6px;
}

@media (max-width: 991px) {
  .pEgJisbOImlkjvHcuukH_ {
    padding: 3.325rem 3rem;
    max-width: 50vw;
  }
}

@media (max-width: 767px) {
  .dSFWupiYj-SVSCZd5gbKp {
    flex: 1;
  }

  .pEgJisbOImlkjvHcuukH_ {
    padding: 3.325rem 1.5rem;
  }
}

@media (max-width: 480px) {
  ._1ktWCLfdIkTB2HEuT5mSPD {
    top: 150px;
  }
}

/*
  Home button
*/

/* import colors */

._3qRyiDndNXnsOEBU8TKfkO {
  margin-top: 10px;
}

._1oj0ZG71qXs8QfSGLljzw9 {
  clear: both;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #ffffff;
  fill: #ffffff;
  background-color: #7fcef3;
  border: 2px solid #7fcef3;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  padding-top: 8px;
  transition: all 0.2s;
}

._1oj0ZG71qXs8QfSGLljzw9:hover,
._1oj0ZG71qXs8QfSGLljzw9:focus,
._1oj0ZG71qXs8QfSGLljzw9:active {
  outline: none;
  background-color: #00bbff;
  border: 2px solid #00bbff;
}

._1oj0ZG71qXs8QfSGLljzw9:active {
  background-color: #00a5e1;
}

/* import colors */

.kSiAL62nnAQ0ck9HO3zRL {
  display: inline-block;
  margin-bottom: 0.5rem;
}

._3TfeX63ok26rs7Yx8t0Q8n {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}

._1btnskoObwTreOo5-zXzh3 {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

._1btnskoObwTreOo5-zXzh3::before {
  position: absolute;
  top: 0;
  left: -32px;
  content: counter(li) ".";
  counter-increment: li;
  color: #00afef;
}

._1YatfPhU9WSDtKt3OObAwT {
  padding-top: 10px;
}

._2o6NMPdg1ehtXQgKVW2BTE {
}

._2o6NMPdg1ehtXQgKVW2BTE::before {
  top: 14px;
}

/* import colors */

._1dHxmHGTBC5B-5RLM15TPG {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

._2hOXZk81jxViPCUo8bHlNK {
  animation: _2hOXZk81jxViPCUo8bHlNK 0.2s linear;
}

@keyframes _2hOXZk81jxViPCUo8bHlNK {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._3SFGnfLrhx0Mg5FDFHFz0E {
  margin-bottom: 50px;
}

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

._1OeL99Uga1suIIsbHQCt-6 button + button {
  margin-left: 15px;
}

._1YHDJITATtsjiq2hVomRNi {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

._2ETS0Ig-OKRocUb72jkQbT {
  max-width: 100%;
  overflow-x: auto;
}

._2ETS0Ig-OKRocUb72jkQbT table tr:not(:last-child) {
  border-bottom: 1px solid #c9c9c9;
}

._2ETS0Ig-OKRocUb72jkQbT table tr td {
  vertical-align: middle;
}

._1zhhA8wjv9nAz2RpXUzkSO {
  width: 100%;
}

._1zhhA8wjv9nAz2RpXUzkSO::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  height: 7px;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(201, 201, 201, 0.2) 0%,
    rgba(201, 201, 201, 0) 100%
  );
}

._1zhhA8wjv9nAz2RpXUzkSO td {
  color: #5e5e5e;
  padding: 3px 6px;
}

._1zhhA8wjv9nAz2RpXUzkSO td:first-child {
  padding-left: 40px;
  color: #000000;
}

._1zhhA8wjv9nAz2RpXUzkSO td._3ANNutvAyukDVA3tdGP8wr {
  padding-top: 15px;
  padding-bottom: 25px;
}

._1zhhA8wjv9nAz2RpXUzkSO td._3ANNutvAyukDVA3tdGP8wr button {
  float: left;
}

._3O05d6DrfbNIGW7OiY-XSY {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==) no-repeat center center;
  margin: -5px 0 -10px 15px;
  animation: _1hz9o_BflA1GQlbb0N5mDK 0.8s infinite linear;
}

@keyframes _1hz9o_BflA1GQlbb0N5mDK {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

._2TztGXSHnkZfg4MQClAvyW {
  letter-spacing: 0.025em;
}

._3MmXdM2JCKjjkN61BBNVHr {
}

._3MmXdM2JCKjjkN61BBNVHr:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background: #fcfcfc;
  z-index: -1;
}

._1W2Gc6lEOWHWby7KCcJPrX {
}

.I5usEd7Ecwp2FEnwIrYCu {
}

._2uqeVBZ-PTJjFoUCaY0sZn {
  display: inline-block;
}

._2uUwXHzu5P-xqAuOdci2KR {
  align-items: center;
  border: 1px solid #00afef;
  border-radius: 2rem;
  color: #00afef;
  display: inline-flex;
  font-size: 28px;
  font-weight: 400;
  justify-content: center;
  line-height: 48px;
  margin: 2rem 2rem 2rem;
  padding: 0 2rem;
}

/* Controls */
.eFutJ9B2Kxo5dOnpb6sW9 > * {
  margin-left: 15px;
}

.eFutJ9B2Kxo5dOnpb6sW9 > *:first-child {
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .eFutJ9B2Kxo5dOnpb6sW9 {
    padding-bottom: 20px;
  }

  ._2uUwXHzu5P-xqAuOdci2KR {
    display: inline-block;
  }

  ._2uqeVBZ-PTJjFoUCaY0sZn {
    position: absolute;
    top: 115px;
    right: 0;
  }
}

/* Layout */
._2ecAK3GW5cOKWQLaBNpPVJ {
  display: flex;
  flex-wrap: wrap;
}

._1TWi7cSpzDEAODrHVEhwUD {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}

._3ui-VVontbldQM0pn2ygwi {
  height: 66px;
}

._1Jxd0t86JWRL8XX8hZ4_ps {
}

.rR5lOtKp08AXRr-cHj29U {
  padding: 0;
  background-color: #00afef;
  top: 0;
  z-index: 20000;
  width: 100%;
  height: 66px;
}

.LfmJS-f7smJ92s48CtFRn {
  position: relative;
  float: left;
  padding: 0 40px;
  line-height: 66px;
}

._2ybR5LRBYghXlZXu8Uy9-8 {
  position: relative;
  display: inline-block;
  padding: 9px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 200;
  text-transform: capitalize;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 1000;
  outline: none;
  color: #ffffff;
  margin: 0;
  vertical-align: middle;
}

.qu8Tv-MavsY8Jda9Q9x1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

._2WAyunnGF9UaouSteqafhj {
  float: left;
  position: relative;
  line-height: 66px;
}

._2fdVE5w2MQw1nTZA0v5Z-- {
  float: left;
  position: relative;
  line-height: 66px;
}

._2fdVE5w2MQw1nTZA0v5Z-- a {
  text-transform: capitalize;
  border: 0;
  background-color: #00afef !important;
}

._2H6Iz5RvyTk8SaV4JPA8lv {
  line-height: 66px;
  float: right;
  position: relative;
}

._1F1EZZqdLIt_CbxPCxy9r- {
  display: block;
  float: right;
  padding: 0 40px 0 0;
}

._2vgvtVXmCl_2HlJ-_QoLbe {
  text-align: right;
  padding-right: 20px;
  color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
}

._2vgvtVXmCl_2HlJ-_QoLbe li {
  position: relative;
  float: left;
}

._1yekKs-0ZTFBiELNjjz7JX {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 5px 20px;
  transition: 0.2s;
}

._1yekKs-0ZTFBiELNjjz7JX:hover {
  background: #00afef;
  color: #ffffff;
}

._2yzXv00w55ROQVEH5zjzw_ {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 5px 20px;
  transition: 0.2s;
}

._2yzXv00w55ROQVEH5zjzw_:hover {
  background: #00afef;
  color: #ffffff;
}

._3PK0aYXYH9wNKdxPNEgkqV {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

._3PK0aYXYH9wNKdxPNEgkqV + a {
  margin-right: 20px;
}

._11P84JubObof0db6a_679u {
  display: inline-block;
  padding-right: 20px;
}

._1mHAJkSKyciCYlkIg4J0zl {
  color: #ffffff;
  height: 66px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.PHblebePOgqkSAVTF1XJJ {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9wbHVzLXdoaXRlPC90aXRsZT48aW1hZ2Ugd2lkdGg9IjIwIiBoZWlnaHQ9IjIyIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJRQUFBQVdDQVlBQUFEQVFid0dBQUFBQ1hCSVdYTUFBQXNTQUFBTEVnSFMzWDc4QUFBQVlVbEVRVlE0VCsyUW9RNkFNQXdGSzRxZlIrRDQvNy9hMUF3ZlVFSm9KZHhDNXVoTHpsMHVhY1hNWklEZElVOVFjQTVuSVpkQ1FheVFTNkVNWnZBaDJHemUydXhndllKcTl5bHZ4RGJ3bEg3MzZZY2paUEFQd2U0b3VSUUtWb2M4T1FITlMzRFRGQnA2dkFBQUFBQkpSVTVFcmtKZ2dnPT0iLz48cGF0aCBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  border-radius: 50%;
  text-indent: -9000px;
  transition: background-color 0.2s;
}

.tY9J7SVYML--eIaCfmPxs {
  color: #ffffff;
  width: 66px;
  height: 66px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  flex-direction: column;
}

.tY9J7SVYML--eIaCfmPxs::after {
  content: "";
  width: 8px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 4px 4px 0 0;
  /*transform: translateY(5px);*/
  transition: 0.2s;
}

.tY9J7SVYML--eIaCfmPxs:hover svg,
.tY9J7SVYML--eIaCfmPxs:hover span,
.tY9J7SVYML--eIaCfmPxs:focus svg,
.tY9J7SVYML--eIaCfmPxs:focus span {
  transform: translateY(5px);
}

.tY9J7SVYML--eIaCfmPxs:hover,
.tY9J7SVYML--eIaCfmPxs:focus {
  background-color: #00a5e1;
  box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
}

._1qq-hHr5A9VG_8HWFwUXhU {
  background-color: #00a5e1;
  box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
}

._1qq-hHr5A9VG_8HWFwUXhU::after {
  transform: translateY(0);
}

.tY9J7SVYML--eIaCfmPxs:active {
  box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
  background-color: #00a5e1;
}

._2ZJ1FzR0Qj45F2p4svUEGm {
  position: absolute;
  bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  transition: 0.2s;
  left: 0;
  right: 0;
}

._3RJYoCMM8BC7avJlvMCxl0 svg {
  margin-bottom: 8px;
}

._17MTVncicu2f3wdqWYTMCn {
}

._1n_7aCVUNbqelNoNZf0MtZ {
  background-color: #00a5e1;
  box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
}

._1n_7aCVUNbqelNoNZf0MtZ::after {
  transform: translateY(0);
  background: #ffffff;
}

._3-AI7AfmbIkJ-Y5Cn346gV {
  display: none;
}

._3RJYoCMM8BC7avJlvMCxl0:hover ._3-AI7AfmbIkJ-Y5Cn346gV,
._2WAyunnGF9UaouSteqafhj:hover ._3-AI7AfmbIkJ-Y5Cn346gV,
._2fdVE5w2MQw1nTZA0v5Z--:hover ._3-AI7AfmbIkJ-Y5Cn346gV {
  display: block;
}

._3RJYoCMM8BC7avJlvMCxl0:hover {
  background-color: #00a5e1;
  box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
}

._3RJYoCMM8BC7avJlvMCxl0:hover .tY9J7SVYML--eIaCfmPxs svg,
._3RJYoCMM8BC7avJlvMCxl0:hover .tY9J7SVYML--eIaCfmPxs span {
  transform: translateY(5px);
}

._37wTDNmGXjmghd8F-5uWD8 {
  text-align: center;
  color: brown;
  height: 100%;
  padding: 100px;
}

._2QSWUIClHkz6-_O8S90Nzj {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 66px;
}

/* .nav_toggle {
  composes: fa fa-bars fa-3x from "css/typography/font-awesome.css";
  color: white;
  cursor: pointer;
  padding: 9px 20px 9px 9px;
}

.nav_toggle_close {
  composes: fa fa-times fa-3x from "css/typography/font-awesome.css";
  color: white;
  cursor: pointer;
  padding: 9px 20px 9px 9px;
} */

._1BQySzvHo91LSmRa5D0sAF {
  color: #ffffff;
  padding: 0 10px;
}

._3WFWOlZI05FlY9HtZdCVTQ {
  color: #ffffff;
  padding: 0 10px;
}

._3_5dYtikDQ7B8xkfETdMwq {
  display: none;
}

._1cTV7hAgB9cHylpjT8uO1H {
}

.FTfjBI8ADZbBPbJdpbtRm {
}

@media (max-width: 991px) {
  ._2H6Iz5RvyTk8SaV4JPA8lv {
    position: absolute;
    right: 60px;
  }
}

@media (max-device-width: 768px) {
  .LfmJS-f7smJ92s48CtFRn {
    padding: 0 10px;
  }
  ._11P84JubObof0db6a_679u {
    padding-right: 10px;
  }
  ._1F1EZZqdLIt_CbxPCxy9r- {
    padding-right: 10px;
  }
}

@media (max-device-width: 480px) {
  .LfmJS-f7smJ92s48CtFRn {
    padding: 0 6px;
  }
  ._2ybR5LRBYghXlZXu8Uy9-8 {
    white-space: normal;
    max-width: 150px;
  }
  ._740X_6lIp0b5GLTvmhKj0,
  .WdKwbCGPLZPgGwQsW5jZ1 {
    padding: 20px 9px;
  }
  ._35uvwYZ-2yE5O8RuA0Ddp0 {
    display: inline-block;
    width: 33px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  ._35uvwYZ-2yE5O8RuA0Ddp0::before {
    display: inline-block;
    width: 33px;
    height: 2px;
    top: -7.5px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-origin: 2.14286px center;
    transform-origin: 2.14286px center;
  }
  ._35uvwYZ-2yE5O8RuA0Ddp0::after {
    display: inline-block;
    width: 33px;
    height: 2px;
    top: 7.5px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-origin: 2.14286px center;
    transform-origin: 2.14286px center;
  }
  .WdKwbCGPLZPgGwQsW5jZ1 ._35uvwYZ-2yE5O8RuA0Ddp0 {
    background: transparent;
  }
  .WdKwbCGPLZPgGwQsW5jZ1 ._35uvwYZ-2yE5O8RuA0Ddp0:before,
  .WdKwbCGPLZPgGwQsW5jZ1 ._35uvwYZ-2yE5O8RuA0Ddp0:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
  }
  .WdKwbCGPLZPgGwQsW5jZ1 ._35uvwYZ-2yE5O8RuA0Ddp0:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .WdKwbCGPLZPgGwQsW5jZ1 ._35uvwYZ-2yE5O8RuA0Ddp0:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }

  ._2H6Iz5RvyTk8SaV4JPA8lv {
    position: absolute;
    right: 60px;
  }
  ._1F1EZZqdLIt_CbxPCxy9r- {
    width: 100%;
    padding: 5px 0 15px 0;
  }
  ._2vgvtVXmCl_2HlJ-_QoLbe li {
    float: none;
    background-color: #00afef;
    border-bottom: 1px solid #ffffff;
  }
  .tY9J7SVYML--eIaCfmPxs {
    justify-content: left;
    flex-direction: row;
    padding-left: 20px;
    width: 100%;
  }
  ._1yekKs-0ZTFBiELNjjz7JX {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
  }
  ._3ZQscnq5l-IFfTkjQwUEPr {
    background-color: #00a5e1 !important;
    box-shadow: inset 7px 0 10px -10px rgba(0, 0, 0, 0.4);
  }
  ._3RJYoCMM8BC7avJlvMCxl0 svg {
    margin-bottom: 0;
    width: 30px;
    height: 30px;
  }
  ._2ZJ1FzR0Qj45F2p4svUEGm {
    position: relative;
    left: 20px;
    font-size: 16px;
    top: 0;
    bottom: 0;
  }
  ._2QSWUIClHkz6-_O8S90Nzj {
    display: block;
  }
  ._2vgvtVXmCl_2HlJ-_QoLbe {
    display: block;
  }
  ._1BQySzvHo91LSmRa5D0sAF,
  ._3WFWOlZI05FlY9HtZdCVTQ {
    display: inline;
  }
  .tY9J7SVYML--eIaCfmPxs:hover svg,
  .tY9J7SVYML--eIaCfmPxs:hover span,
  .tY9J7SVYML--eIaCfmPxs:focus svg,
  .tY9J7SVYML--eIaCfmPxs:focus span {
    transform: none;
  }
  .FZrdRF9Q20XzhgmlouesV {
    display: block !important;
  }
  ._3YCi1oMW1QTZoV0hFdhE9d {
    display: none !important;
  }
}

@media (max-width: 480px) {
  ._2H6Iz5RvyTk8SaV4JPA8lv {
    display: none;
  }
}

/* import colors */

/* Layout */
._3pEkgjqgT3h7_fs1JwbTXA {
}

.nLrVIq3b-Gks5tLxSyVw7 {
}

.KM9BBrhyvRPEZi-ZXPtAC {
}

._2xzK_-XqNfLlF3oTMNtsz4 {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

._13SlTtEg5SKX1bW2TXj14o {
  padding: 60px 0 75px;
}

._2JHT46io2DP4qNQGT3ZI1j {
  color: #00afef;
  text-decoration: underline;
  cursor: pointer;
}

._2JHT46io2DP4qNQGT3ZI1j:hover,
._2JHT46io2DP4qNQGT3ZI1j:focus {
  text-decoration: none;
}

/* import colors */
._15zZtWM5bLBd5CgJMjeGf {
  position: absolute;
  top: 180px;
  left: 128px;
  right: 128px;
  height: 300px;
}

.N1yhShTfP7v_zRcPV1eCf {
  border: none;
  padding: 0;
  margin: 0;
}

.i05fhgU1inMkvcTPxfGsS {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  text-decoration: underline;
}

.i05fhgU1inMkvcTPxfGsS:hover,
.i05fhgU1inMkvcTPxfGsS:focus {
  color: #000000;
  text-decoration: none;
}

.K9473-mbrYInp4fPtBXVS {
  position: absolute;
  display: flex;
  justify-content: space-around;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -42px;
  text-align: center;
}

@media all and (max-width: 1280px) {
  /* .form{
    top:125px;
  } */
}

@media (max-device-width: 480px) {
  ._15zZtWM5bLBd5CgJMjeGf {
    position: relative;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    left: 0;
  }
  .K9473-mbrYInp4fPtBXVS {
    position: relative;
    display: block;
    margin-top: 20px;
  }
}

._2JYBCACY6w0mYHEs00nVE_ {
  position: relative;
  background: #00afef;
  border-radius: 1.6em;
  color: white;
}

._2JYBCACY6w0mYHEs00nVE_:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 1.25em solid transparent;
  border-top-color: #00afef;
  border-bottom: 0;
  border-left: 0;
  margin-left: -0.625em;
  margin-bottom: -1.25em;
}

div * {
  font-family: "Atlas Grotesk Web", sans-serif !important;
  font-weight: 400 !important;
}

._1YZqJHUlPWU8NUF012jp0Z {
  background-color: #f6f6f6;
}

._1Hq5IexrC94xjIy41Cch6i {
  background-color: #f6f6f6;
  bottom: 0;
  padding: 0;
  position: fixed;
  right: 110px;
}

.Gai7vPis2Ytz3fgB1bnJr {
  color: #00afef;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
}

._3VLxkgCfAyI2MaGUimhNO6 {
  font-size: 20px;
  font-weight: normal;
}

._1Up9NX-kZmID4ruj81aI3U {
  color: white;
}

._2s4_kWjaVeSBaUfeh1YlA5 {
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
  width: 200px;
}

._1EPz66JbWfAo-Ed4TOcG3A {
  font-weight: 400;
}

._31gq2Y1vKoeNbfgFE01sZS {
  height: 150px;
  margin-top: 10px;
  width: 200px;
}

._1bPhpPiWDeEBFPXkAHklAc {
  font-size: 20px;
  font-weight: 400;
}

._1WjzxwLrvV_Dt4XE7MFeiH {
  font-size: 12px;
  font-weight: 400;
}

._3R8WXn2-nKmMHBEoufmXhi {
  color: #f44335;
  font-size: 10px;
  font-weight: 400;
  margin-left: 20px;
}

._2LO5-qb8vDOjbF4P6SqSBX {
  color: #00afef;
  font-size: 10px;
  font-weight: 400;
}

._2JIdbf09x2-ckSVySSfjR- {
  color: #00afef;
  font-size: 12px;
  font-weight: 400;
}

._3nmV1lcuLVZlzMx-H2OzwB {
  font-size: 12px;
}

._1vcerqcS_Q_SOzPfFVQYr3 {
  height: 100px;
  width: 120px;
}

._1W-p0MpRi1u74AmymOdDBi {
  font-size: 12px;
  font-weight: 400;
  color: #00afef;
}

.h7W33WE3jlzo2UFwB_d0R {
  margin-top: -144px;
}

._28z_hYnPEIya7c5eAjZBPG {
  margin-top: 80px;
  margin-left: 80px;
}

._1J4w1elNB1LXX-lvsom-oS {
  margin-top: 10px;
  margin-left: 10px;
}

._12XnkEtOKfPqwn5B8JXCfh {
  opacity: 0;
}

._1ZMBjoZRJDqRUZr3_FRpr5 {
  animation: Z7IDVjevCPY1o2ngJXHpo 0.2s both;
}

@keyframes Z7IDVjevCPY1o2ngJXHpo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._2eINE45e6ngh4dVsOWI7kC {
  opacity: 0;
}

._36a2j-zbu4vhKduMF30wii {
  animation: _11sUio9AMX5GuM6-yEFtU 0.2s both;
}

@keyframes _11sUio9AMX5GuM6-yEFtU {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* import colors */

/* Layout */
._2KOasXdAiKIhmuCLam83B2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  margin: 0 auto;
}

._1DG3ihmvD3WKib_jMxlUXa {
  width: 100%;
  text-align: left;
}

._2KOasXdAiKIhmuCLam83B2::before {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/e8183eb92e747c35d25f74a0b38954c5.jpg) 0 0 no-repeat;
  background-size: cover;
  z-index: -2;
}

._25szIndfAfzc5veJrIqd4v {
}

._2uXJsEfCbXmJsE88Hb771w {
  padding-left: 21px;
  padding-right: 21px;
}

._2I0k64__XsLmFded9JX9HY {
  padding: 15px 0 30px;
}

._2_xyQdPZIk7B9hs7Qf1A_8 {
  position: relative;
  padding-left: 37px;
}

._2_xyQdPZIk7B9hs7Qf1A_8::before {
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -15px;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAACn0lEQVRIicXWP4gVVxQG8N+OxiIqkrCIqQQ1IIEw24Swam2xlfgHt7IQs+0gSWOWkEmi2U6YdpXUYtCk2sLWXZ9gs4PFExRSGkRQMUmRIJvi3GHHx7w/ATUfPN7Mu+d+3z33nfudO+WXZ0ZgCrM4jiM4iF1p7AUeYBU30SvramM40XChOVzCzKiVtLCOxbKuViYV2ollzKf3v3ADK6jxOP3+EfK0oBN4P/1+DQtlXb1sk2YDInuwlkRe4TL24kwi6ON5+vRxrayrMynmcpozj7UyL/YMy2hnEvkUT3AMva5taKOsq83nvJjFr9iN+zjcZNbOaLklcngSkQ7RXpr7JHEtN2ON0JzN7TqGR/9VpCX2KHG8wnyZF3ON0JSoLqh0Z/I1LuLDCcV6iQsulXkxlYlzMiOqa6lj3va0kEWR6Xlsm0BvKXHOYDYTh5Eo4acdE95rPX8gqquPk2I3hmX1NHHC8UyceOKcjMMX+B378DNWU6UNQ8N5JBO2QhzGcbiKj/G92JZDuFPmxfUyL/Z1xDecBzOb3vW4I7ALf+DbJPgTNnAK/TIvPhuIbTh3DTrDW0MmXJjwrkmwA9/hIc6KgriBT8q6ujcQ23C+2Cqs/nNhkP0xIufwg/BEuIuvyrpaGxKfp+8HmegnhDuMw5Uk8htO49AIkTbnaiaaFmH10x3B/7Sen+FLUanXRSF0osyL6cQJNzNhOeuin1zomPOncIWL2C8O7N8jsmhwIXGuo5elVS2mwUJY0iB+xDcpo7FIh7hIr4tlXW005b0iGtsW0U8OTEI4RORA4tgiGuMKr/ejBdGsdosGOMpahonMprlN41toxra24l7iKG6JpnVbWP2SbrNtC0yL/6RImdzH0fa94Z1dTv7X69br42/oAvkvYHDULAGk1WEAAAAASUVORK5CYII=);
}

@media (max-device-width: 480px) {
  ._2I0k64__XsLmFded9JX9HY {
    display: none;
  }
}

/* import colors */
._1JWbJzzgzup-ekRshdpNHk {
  position: absolute;
  top: 180px;
  left: 128px;
  right: 128px;
  height: 300px;
}

._1JWbJzzgzup-ekRshdpNHk ._2QKHg-wD7alFTsxf8muuQf {
  text-align: center;
}

._1fJseotMcpGuHmHo6xjWJ8 {
  border: none;
  padding: 0;
  margin: 0;
}

._1JWbJzzgzup-ekRshdpNHk ._39KO2YmsuWbDM-UEFyHtX1 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -42px;
  text-align: center;
}

._1JWbJzzgzup-ekRshdpNHk ._235208qqtkLMzIs0vkSkw0 {
  font-size: 13px;
  line-height: 20px;
  color: #000000;
}

._1JWbJzzgzup-ekRshdpNHk ._26fQIr789Ckweuuf9PessJ {
  display: inline-block;
  float: right;
}

._3n3Ni0qeyD9eJ0jerkjkqD {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 14px;
  border-radius: 50%;
}

._1JsQ5uwQwTDiVu_AsnM01K {
  background-color: #c9c9c9;
}

.qNXC1tiDLOnyoDp15Akki {
  background-color: #f44335;
}

._3Qyd9LGsAL1CX7mfpHaCwB {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}

._3Qyd9LGsAL1CX7mfpHaCwB ._235208qqtkLMzIs0vkSkw0 {
  margin: 20px 0;
}

._3Qyd9LGsAL1CX7mfpHaCwB ._26fQIr789Ckweuuf9PessJ {
  display: inline-block;
  float: none;
}

._3Qyd9LGsAL1CX7mfpHaCwB ._39KO2YmsuWbDM-UEFyHtX1 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  text-align: left;
}

@media all and (max-width: 1280px) {
  /* .form {
    top: 125px;
  }
  .form .button {
    margin-top: -76px;
  } */
}

@media (max-device-width: 480px) {
  ._1JWbJzzgzup-ekRshdpNHk {
    position: relative;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    left: 0;
  }
  ._1JWbJzzgzup-ekRshdpNHk ._39KO2YmsuWbDM-UEFyHtX1 {
    position: relative;
    display: block;
    margin-top: 20px;
  }
}

/* import colors */
._30Nd9yENK8QivOgTXJnUv {
}

._2iZ9_LToJt9SJks4F_8xTN {
  border: none;
  padding: 0 0;
  margin: 0;
}

._28LbW_M42IDeb8sDP_BOSz ._1ZjvJkuPRyEvi-pQX1lFqd {
  position: relative;
  top: -44px;
  right: -300px;
}

.MqXQVHceLsXdLY6gk7clh {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

._1ZjvJkuPRyEvi-pQX1lFqd {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  margin-left: -48px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACqklEQVRIibXWvY8VVRjH8c/MHWB32eAuL4VGIbBYGQkkamJItKMwagGxMjQUWFHSwh9AJDQaEgorbP0DoIDGaGJCYjTRhGZ9ITbuuoIK7J17Lc5zmNm7s3sX2H2Sybk5c+58z+95znOep/DVojFW4Djei/Ew9mACZWvdMJ51rVrnXYmPcT4gZTxFCzRszee5Gv2nBR7AFwzfoChGFBQja4vWWMQ3t+MhBl0qRu04buAYxSAgi7iKk5jDZGsTdXw4q83QXV2CRifexXUpPgMs4zI+wz8dm2tD6/idY1tiBn/jcRdwDtdirsbvOI0f1wB12eP477Qm1jNYEHHNLu3hCqZC2T28/5SwbDXuWxnT2fwyA0/h9YD9izMBfVYbYEkT0wlJ9ZOJT2JRLbn1zviMGmvL0uZ7Gtcq8SZeCdgCPsfqw99pY3eVXVthByZLvKNRdzMWbdBGdrWan0NUSkqnSxzR5NKNjcPG88P+C1iF6QovG6pj8Q/PBey2RwErMFFhp0I/Jv7cAmBfk++9nOQ5PbZJp2uzLQOHJf7S3PB7twC2LYC9DJzX3IUHtwA4HcAKyyW+l9TVeHsLgHs1Ch+U+Frj0rewcxNhFV7SpMViVvhrQKfw0SYCD0u1s5LSY6mU7ocvNSo/wKubAJsNYFY3Lw4N6Yb5KaA9qY/Z8xywKalz2B6w+1J9fZJ/A3wqVfUaL+Ai9j8DbBYnpNPZkzx4J8YVPc1vuCT5eoDduCDVyqkNgHZIh+7D2HBlqMC3WgWh6OhLj+KcptWopb7kG6kDuBcfGIaKfVKXNxeK8ll4iNtGCnkHcIjiRZzV1Mn+yLO8xpjz+Q/ckqr+CutS2LxLgT8hubcNq60G9aXL/zv8bI3qvB6wDT6E10LxjHQ/9vEgIL/gruS+dduA/wGIUb8WIiqg3gAAAABJRU5ErkJggg==) no-repeat center center;
  margin: -5px 0 -10px 15px;
  animation: _1dD_JgAgArQq4QYXMdNjQq 0.8s infinite linear;
}

@keyframes _1dD_JgAgArQq4QYXMdNjQq {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
._30Nd9yENK8QivOgTXJnUv .hWXmS7I1JmgQvf5uy9hwc {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

._30Nd9yENK8QivOgTXJnUv ._1YoYqVuxL4HUc8rXV4gcw7 {
  display: inline-block;
  float: right;
}

._1SwcXobZR_gMYl3yFxfx20 {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 14px;
  border-radius: 50%;
}

.CysY7u4QDNoCDJaTE97cU {
  background-color: #c9c9c9;
}

._2vA_hrnxkQ1ivhXj889e21 {
  background-color: #f44335;
}
._2rp0Gbt8EADkCtWQIDkHBV {
  color: #000000;
  text-decoration: underline;
}

._2rp0Gbt8EADkCtWQIDkHBV:hover,
._2rp0Gbt8EADkCtWQIDkHBV:focus {
  color: #000000;
  text-decoration: none;
}

._11H4_P_GtHExRrkq-FQNh- {
  margin-top: 35px;
}

@media only screen and (max-device-width: 1024px) {
  ._11H4_P_GtHExRrkq-FQNh- {
    margin-bottom: 35px;
  }
}

.gwiGvDP31kE-WKm6fpaDN {
  font-size: 12px;
  text-align: left;
}

._3qkhtFofb2uFW05DEU4Sne {
  display: flex;
}

._2zC0XLWYhbo6L16ICig5-3 {
  width: 40%;
}

._11naSZEqcpVzqottSQorxz {
  width: 60%;
  margin-left: 5px;
}

/* import colors */

._1tLsqdNnyJH67YhBTI78La {
  border: none;
  padding: 60px 0 40px;
  margin: 0;
  text-align: left;
}

._2poHNpBJxsIMoDijm-XgV2 {
  animation: _2poHNpBJxsIMoDijm-XgV2 0.2s linear;
}

@keyframes _2poHNpBJxsIMoDijm-XgV2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._2BG0FhRLl15bMEdZCygt_s {
  margin-bottom: 50px;
}

._19dt5RtqxpRGATPne3y4ZR {
  text-align: center;
}

._19dt5RtqxpRGATPne3y4ZR button + button {
  margin-left: 15px;
}

/* import colors */

/* Layout */

._30zXDaPkMvBuGqbh2dlsy9 {
  padding-top: 100px;
}

._33-Oh4oLL3nBeT-HfMec8b {
}

._jC2s879eF92549TClJkO {
}

._262KFbXIlp9RQLi3Dm7Hqw {
}

._3udyMKEhHjEp292qfq0JjZ {
  color: #f44335;
}

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

._225czGbFtkdWx52Bq3-PEH button {
  margin-bottom: 15px;
}

._225czGbFtkdWx52Bq3-PEH button + button {
  margin-left: 20px;
}

._2mfZwPkHXyHHn__Z8N9p1q {
  position: relative;
  cursor: pointer;
  padding: 8px 0 7px 40px;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  transition: all 0.2s;
}

._3yMVqgjwA169uA8LtqP-Vx {
  color: #00afef;
}

._2mfZwPkHXyHHn__Z8N9p1q::before,
._3yMVqgjwA169uA8LtqP-Vx::before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #c9c9c9;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 9px;
}

._3yMVqgjwA169uA8LtqP-Vx:hover {
  color: #00afef;
}

._3yMVqgjwA169uA8LtqP-Vx::before {
  border-color: #00afef;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjE5IDguODEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDBhZmVmO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uLXRpY2stYmx1ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMi4zLDUuMDksNS4xLDcuNzIsMTAsMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNjIgLTAuNDEpIi8+PC9zdmc+);
}

@media (min-width: 768px) and (max-width: 991px) {
  ._225czGbFtkdWx52Bq3-PEH {
    text-align: left;
    margin-top: 20px;
  }
}

@media (max-device-width: 768px) {
  ._30zXDaPkMvBuGqbh2dlsy9 {
    padding: 33px 15px 0;
  }
}

/* import colors */

._3lE9f7jeTIuQFl6TjPyZCv {
  height: 100vh;
}

._3Z9znhdtiqd_-71dcUQoiP {
  display: table;
  height: 100%;
}

._3WeiOF7PwCQKAskDHqh1Xo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

._3YAsLqd1ZYondUXqHBcrBO {
  width: 70%;
  object-fit: cover;
  height: 330px;
}

._2jFKVXRSqj_aChvQsfjAKa {
  font-size: 12px;
}

._2gUTWRi92Nkk0gLHfll1ew {
}

._3rHfwgbYJJw5KQns0Hs6Vh {
  padding-right: 10%;
}

._3_d6addoJZQs4N69qv4Ic8 {
}

.kx5DLGLsQD9fXI9lzPxbP {
  background-color: #7fcef3;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

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

._1yQxuTJKwKb5sRCfbZfZdl {
  background: white;
  padding: 34px 34px;
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  text-align: left;
  height: auto;
  margin: 6% auto;
  border-radius: 10px;
}

._3qqsrz-fqgWy5EZvDMUV2F {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}
._12GSAI-yHTSVMsdSuAsPoa {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 4vh 7vh 7vh;
}

._3syVAcEw_Yqnsmj8OAHPeE {
  text-align: center;
  background-color: #fff;
  width: 100%;
}
._3syVAcEw_Yqnsmj8OAHPeE h1 {
  color: #00afef;
  font-size: 20px;
}
._33GSE6mQeEpk6iSrt806tO {
  background-color: #00afef;
  width: 100%;
  text-align: center;
}
._33GSE6mQeEpk6iSrt806tO h1 {
  color: white;
  font-size: 20px;
}

@media only screen and (max-device-width: 1024px) {
  ._1yQxuTJKwKb5sRCfbZfZdl {
    background: inherit;
    box-shadow: none;
    height: 100%;
  }
}

._2rR1vTldZ8uUFEUAS6Y-nq {
  color: #000000;
  font-size: 20px;
  line-height: 31px;
  margin: 0;
  margin-bottom: 34px;
}

._1bCBCWNIpQz1ALjgtfzVL3 {
  opacity: 0;
}

._3rqs9g3KIvlF91f71pRSvc {
  animation: _2_MdzQluu3dgSnhL5UuqQ8 0.2s both;
}

@keyframes _2_MdzQluu3dgSnhL5UuqQ8 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-device-width: 480px) {
  ._1yQxuTJKwKb5sRCfbZfZdl {
    width: 100%;
    padding: 20px;
  }
}

._39qsQQc1QTtTMRoqS0xlSm {
}

._1IdIP1wNsQhTjT-ToUjdlL {
}

._2GUY_PBhxF43TpoLZqmzAu {
}

._1zIMiZXkr8Mkc0ms8fUnh6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
}

.iQwiViIUPOzodfsraZo_h {
  height: 66px;
  background-color: #00afef;
  display: flex;
}

._21rqkU2ORnuU3DqHSsL0o0 {
  height: 66px;
  margin-left: 26px;
}

._1cWq6uhonNw6JyPYtcUEW9 {
  margin-top: 20px;
  margin-left: 66px;
}

._13_Fhi3oGE2Hglg-Gg4fE2 {
  font-size: 14px;
  margin-right: 20px;
}

.U_M_5zkjHSpAVX98CP254 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.KAEkc2KFh-Dhc7lYTrap8 {
  display: flex;
  margin-left: -105px;
}

._2xAPyKmXIuK03rea58F90O {
  font-size: 20px;
  font-weight: normal;
  align-self: center;
}

._3pvo8B-ruOX5QCU_o55QH5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.75;
}

.ITCQQzUlA5YAIgxofZ7Uk {
  padding-inline-start: 20px;
}

/* import colors */

._3YLNHML4vA9ddghZTVRphi {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 372px;
  transform: translate(-50%, -50%);
  padding-bottom: 230px;
}

._3b1_nf_IGQb15ggCeyIgve {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 0 0 70px;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-direction: foward;
  animation-timing-function: ease-out;
  animation-name: _3b1_nf_IGQb15ggCeyIgve;
}

._2XMYlDqVwSS0qp7nJL4we {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 230px;
}

._1oFIyWGIttjg9Hj1om5nPT {
}

._2XMYlDqVwSS0qp7nJL4we ._3JS3wiiGsPSVxEPH6YWvLa {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  font-size: 44px;
  color: #ffffff;
  display: none;
  justify-content: center;
  align-items: center;
  animation-name: _3JS3wiiGsPSVxEPH6YWvLa;
  animation-iteration-count: 1;
  animation-duration: 1.75s;
  animation-direction: foward;
  animation-timing-function: ease-out;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ny4zMyA0Mi4xOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tdGljay13aGl0ZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMiwyNC44NGwxNSwxMywyOC0zNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58px 51px;
}

._1oFIyWGIttjg9Hj1om5nPT ._3JS3wiiGsPSVxEPH6YWvLa {
  display: flex;
}

._2XMYlDqVwSS0qp7nJL4we .xYP3Hj-T16wRYe2oSAhVT,
._2XMYlDqVwSS0qp7nJL4we ._8ZQYH9G7yR72E7vebKmJM {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 230px;
  margin-top: -115px;
  margin-left: -115px;
  opacity: 1;
  animation-iteration-count: infinite;
  animation-duration: 1.75s;
  animation-direction: foward;
  animation-timing-function: ease-out;
}

._2XMYlDqVwSS0qp7nJL4we .xYP3Hj-T16wRYe2oSAhVT:after,
._2XMYlDqVwSS0qp7nJL4we .xYP3Hj-T16wRYe2oSAhVT:before,
._2XMYlDqVwSS0qp7nJL4we ._8ZQYH9G7yR72E7vebKmJM:after,
._2XMYlDqVwSS0qp7nJL4we ._8ZQYH9G7yR72E7vebKmJM:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

._2XMYlDqVwSS0qp7nJL4we .xYP3Hj-T16wRYe2oSAhVT:after,
._2XMYlDqVwSS0qp7nJL4we ._8ZQYH9G7yR72E7vebKmJM:after {
  box-shadow: 2px 2px 3.96px 0.04px rgba(0, 0, 0, 0.08);
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
}

._1oFIyWGIttjg9Hj1om5nPT ._8ZQYH9G7yR72E7vebKmJM:after {
  background-color: #ffffff;
}

/* Shadow */
.xYP3Hj-T16wRYe2oSAhVT:before,
._8ZQYH9G7yR72E7vebKmJM:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(201, 201, 201, 1) 0%,
    rgba(242, 242, 242, 0) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(45deg) translate(50%, 0);
  opacity: 0.3;
  z-index: -1;
}

._2XMYlDqVwSS0qp7nJL4we .xYP3Hj-T16wRYe2oSAhVT {
  z-index: 2;
  animation-name: DmOZDwjxsITd8_hzu0dfL;
}

._2XMYlDqVwSS0qp7nJL4we ._8ZQYH9G7yR72E7vebKmJM {
  z-index: 3;
  animation-name: N1Jfq6rCzS4w8-zixNkKU;
  animation-delay: 0.15s;
}

._1oFIyWGIttjg9Hj1om5nPT .xYP3Hj-T16wRYe2oSAhVT,
._1oFIyWGIttjg9Hj1om5nPT ._8ZQYH9G7yR72E7vebKmJM {
  animation-name: _2FsOqepw9x4OwwpvSlgteI;
  animation-iteration-count: 1;
}

@keyframes _3b1_nf_IGQb15ggCeyIgve {
  0%,
  20% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes DmOZDwjxsITd8_hzu0dfL {
  0% {
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    width: 0;
    height: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    margin-top: -115px;
    margin-left: -115px;
    opacity: 0;
    height: 230px;
    width: 230px;
  }
}

@keyframes N1Jfq6rCzS4w8-zixNkKU {
  0%,
  25% {
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    width: 0;
    height: 0;
  }
  35%,
  80% {
    opacity: 1;
  }
  100% {
    margin-top: -115px;
    margin-left: -115px;
    opacity: 0;
    height: 230px;
    width: 230px;
  }
}

@keyframes _2FsOqepw9x4OwwpvSlgteI {
  0%,
  25% {
    opacity: 0;
    margin-top: 0;
    margin-left: 0;
    width: 0;
    height: 0;
  }
  100% {
    margin-top: -115px;
    margin-left: -115px;
    opacity: 1;
    height: 230px;
    width: 230px;
  }
}

@keyframes _3JS3wiiGsPSVxEPH6YWvLa {
  0%,
  70% {
    opacity: 0;
  }
  95%,
  100% {
    opacity: 1;
  }
}

/* Layout */

._3Qz0Zua-GsF6XHGLMhlhi {
  display: inline;
  width: 100%;
  height: 100%;
}


/*# sourceMappingURL=3e5bc7e332b6ba627958.js.map*/