.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@charset "UTF-8";
/**
 * Base setup for variables and breakpoints
 * These should be loaded before anything else
 */
/**
 * Mixins and functions for breakpoints. Any screen break point is a mobile first so {direction} by default is "top"
 * ex: @include breakpoint({screen} {direction}){}
 * ex: @include breakpoint(small){}
 * ex: @include breakpoint(small top){}
 * ex: @include breakpoint(medium down){}
 */
/**
 * Some general resets and global styles
 */
*, *:before, *:after {
  box-sizing: border-box;
  font-family: inherit;
}

html {
  height: 100%;
  font-size: 100%;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  background-color: #F2F4F5;
}
@media screen and (max-width: 39.9375em) {
  .body {
    font-size: 16px;
  }
}
.body--power {
  background-color: #F2F4F5;
}
.body--fiber .homepage, .body--fiberCorporate .homepage, .body--fiberHousing .homepage {
  background-color: #F2F4F5;
  padding-bottom: 50px;
}
.body--housingFair .page-nav, .body--housingFair .page-nav--home {
  color: white;
}
.body--housingFair .page-nav--home:after {
  background-image: url("/resources/images/arrow-right-white.png");
}
.body--campaign {
  background-color: #002042;
}

h1, h2, h3 {
  line-height: 1.2;
}

p a {
  color: #00c38a;
}
p a:hover {
  color: #009066;
}

header {
  margin-bottom: auto;
}

main {
  flex-grow: 1;
}

footer {
  margin-top: auto;
}

figure {
  margin: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

iframe {
  display: block;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.content-width {
  max-width: 1952px;
  margin: 0 auto;
  padding: 0 16px;
}
.content-width--medium {
  max-width: 1092px;
  margin: 0 auto;
  padding: 0 16px;
}
.content-width--medium-updated {
  max-width: 842px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 47.9375em) {
  .content-width--medium {
    padding: 0 16px;
  }
}
.content-width--large, .content-width--no-padding {
  max-width: 1316px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 47.9375em) {
  .content-width--large, .content-width--no-padding {
    padding: 0 16px;
  }
}
.content-width--no-padding {
  max-width: 1284px;
  padding: 0;
}
.content-width--small {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 702px;
}
@media screen and (max-width: 47.9375em) {
  .content-width--small {
    padding: 0 16px;
  }
}

.section {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 40em) {
  .section {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
.section--large {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media screen and (max-width: 47.9375em) {
  .section--large {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.section--mini {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 47.9375em) {
  .section--mini {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section__heading {
  margin-left: 14px;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

.heading--medium {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (min-width: 40em) {
  .heading--medium {
    font-size: 30px;
  }
}
.heading--small, .relocationFormie__options .fui-fieldset legend {
  font-size: 22px;
}
@media screen and (min-width: 40em) {
  .heading--small, .relocationFormie__options .fui-fieldset legend {
    font-size: 26px;
  }
}

.box-radius {
  border-radius: 4px;
}

.box-shadow {
  box-shadow: 0 2px 30px lightgrey;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}

.header--medium {
  font-weight: 500;
}
.header--semi {
  font-weight: 600;
  font-size: 30px !important;
  line-height: 1.2333333333;
}
@media screen and (max-width: 47.9375em) {
  .header--semi {
    font-size: 22px !important;
  }
}
.header--secondary {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 50px;
}
.header--accent {
  color: #00c38a;
}

button:focus, input:focus {
  outline-color: #00c38a;
}

input[type=checkbox i] {
  background-color: #00c38a;
}

.error {
  color: red;
}

.color--accent {
  color: #00c38a;
}

.istad__map {
  width: 100%;
  height: 500px;
}
.istad__map .google-map {
  height: 100%;
  width: 100%;
}

.waiting {
  opacity: 0;
  transform: translateY(30px);
}

.visible {
  opacity: 1;
  transform: none;
  transition: 500ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

.flash--notice {
  color: red;
}

#launcher {
  /* bottom: 46px !important;
  transition-duration: 1ms !important; */
}
#launcher .wrapper-AtBcr:focus {
  outline-color: #00c38a !important;
}

.pointer {
  cursor: pointer;
}

.line-through {
  text-decoration: line-through;
  cursor: pointer;
}

.pos__relative {
  position: relative;
}

/**
 * Components
 * ex: @import 'components/header';
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #00c38a;
}

.hamburger-box {
  width: 30px;
  height: 23px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #00c38a;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: black;
  position: absolute;
  width: 15.625em;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid gray;
  border-radius: 0.263921875em;
  overflow: hidden;
  background: white;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
}
.qs-datepicker-container * {
  box-sizing: border-box;
}

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qs-hidden {
  display: none;
}

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
}
.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}
.qs-overlay .qs-overlay-year {
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.qs-overlay .qs-submit {
  border: 1px solid white;
  border-radius: 0.263921875em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}
.qs-overlay .qs-submit.qs-disabled {
  color: gray;
  border-color: gray;
  cursor: not-allowed;
}
.qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: lightgray;
  filter: blur(0px);
  transition: filter 0.3s;
}
.qs-controls.qs-blur {
  filter: blur(5px);
}

.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.263921875em;
  transition: background 0.15s;
}
.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}
.qs-arrow:hover.qs-left:after {
  border-right-color: black;
}
.qs-arrow:hover.qs-right:after {
  border-left-color: black;
}
.qs-arrow:after {
  content: "";
  border: 0.390625em solid transparent;
  position: absolute;
  top: 50%;
  transition: border 0.2s;
}
.qs-arrow.qs-left:after {
  border-right-color: gray;
  right: 50%;
  transform: translate(25%, -50%);
}
.qs-arrow.qs-right:after {
  border-left-color: gray;
  left: 50%;
  transform: translate(-25%, -50%);
}

.qs-month-year {
  font-weight: bold;
  transition: border 0.2s;
  border-bottom: 1px solid transparent;
}
.qs-month-year:not(.qs-disabled-year-overlay) {
  cursor: pointer;
}
.qs-month-year:not(.qs-disabled-year-overlay):hover {
  border-bottom: 1px solid gray;
}
.qs-month-year:focus, .qs-month-year:active:focus {
  outline: none;
}

.qs-month {
  padding-right: 0.5ex;
}

.qs-year {
  padding-left: 0.5ex;
}

.qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3125em;
  filter: blur(0px);
  transition: filter 0.3s;
}
.qs-squares.qs-blur {
  filter: blur(5px);
}

.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.1s;
  border-radius: 0.263921875em;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-current {
  font-weight: bold;
  text-decoration: underline;
}

/*
  3 possibilities:
    1. Single, active date.
    2. Daterange start selection.
    3. Daterange end selection.
*/
.qs-active,
.qs-range-start,
.qs-range-end {
  background: lightblue;
}

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-middle {
  background: #d4ebf2;
}
.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}
.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-disabled,
.qs-outside-current-month {
  opacity: 0.2;
}

.qs-disabled {
  cursor: not-allowed;
}

.qs-empty {
  cursor: default;
}

.qs-day {
  cursor: default;
  font-weight: bold;
  color: gray;
}

.qs-event {
  position: relative;
}
.qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.snippet {
  position: relative;
  background: #fff;
  padding: 2rem 5%;
  margin: 1.5rem 0;
  border-radius: 0.25rem;
}

.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0;
  margin: 0 -5%;
  overflow: hidden;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00c38a;
  color: #00c38a;
  box-shadow: 9999px 0 0 -5px #00c38a;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #00c38a;
  color: #00c38a;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #00c38a;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
  margin-left: -10px;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #00c38a;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: 0.5s;
  margin-left: 10px;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #00c38a;
  }
  30% {
    box-shadow: 9984px 0 0 2px #00c38a;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px transparent;
  }
}
@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #00c38a;
  }
  30% {
    box-shadow: 9999px 0 0 2px #00c38a;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px transparent;
  }
}
@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #00c38a;
  }
  30% {
    box-shadow: 10014px 0 0 2px #00c38a;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px transparent;
  }
}
.button {
  border: 1px solid rgb(141, 141, 141);
  padding: 10px 35px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
}
@media screen and (max-width: 47.9375em) {
  .button {
    background-color: #00c38a;
    color: white;
    border: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .button {
    padding: 10px 20px;
  }
}
.button--contra {
  border-color: #004a83;
  background-color: #004a83;
  color: white;
}
.button--contra:hover {
  background-color: white;
  color: #004a83;
  transition: all 0.3s ease-in;
}
.button--accent {
  border-color: #00c38a;
  background-color: #00c38a;
  color: white;
  white-space: break-spaces;
}
.button--accent:hover {
  color: #00c38a;
  border-color: #00c38a;
  background-color: transparent;
  transition: all 0.3s ease-in;
}
.button__size {
  width: 190px;
  text-align: center;
}
.button--download {
  transition: padding 0.3s ease;
}
.button--download:hover {
  background-color: #00c38a;
  color: white;
  border: none;
  padding: 10px 30px;
  transition: padding 0.3s ease;
}
.button--download:hover:after {
  background-image: url("/resources/images/icon-download.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-flex;
  margin-left: 17px;
}
@media screen and (max-width: 47.9375em) {
  .button--download {
    background-color: #00c38a;
    color: white;
    border: none;
    font-size: 13px;
  }
  .button--download:after {
    content: "";
    width: 10px;
    height: 13px;
    background-image: url("/resources/images/icon-download.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    display: inline-flex;
    margin-left: 17px;
  }
}
.button--link {
  border: none;
  background-color: #00c38a;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.button--fiber {
  background-color: black;
}
.button--small {
  padding: 5px 15px;
  font-size: 16px;
}

.breadcrumb {
  padding: 1rem 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .breadcrumb {
    justify-content: center;
  }
}
.breadcrumb__seperator {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.breadcrumb__item {
  background-color: transparent;
  color: #343434;
  font-weight: 600;
  margin: 0.5rem 0.5rem;
  font-size: 1rem;
}
.breadcrumb__item.active {
  text-decoration: none;
}
.body--power:not(.body--kraft) .breadcrumb__item {
  color: white;
}
.body--power:not(.body--kraft) .breadcrumb__seperator {
  height: 22px;
}
.body--power:not(.body--kraft) .breadcrumb__seperator svg {
  height: inherit;
}
.body--power:not(.body--kraft) .breadcrumb__seperator svg path {
  fill: white;
}

.campaign__image {
  height: 500px;
  width: 100%;
  display: block;
}
.campaign__picture {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.campaign__picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 500px;
}
.campaign__wrapper {
  color: #FAFAFA;
  width: 100%;
  margin: 4rem auto 1rem auto;
}
.campaign__banner {
  position: relative;
  margin-bottom: 0px;
}
.campaign__banner:empty {
  display: none;
}
.campaign__linkblocks {
  position: relative;
  top: 0;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  right: 0;
  left: 0;
  margin-bottom: 50px;
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .campaign__linkblocks {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.has-image .campaign__linkblocks {
  margin-top: 1rem;
}
@media screen and (min-width: 64em) {
  .has-image .campaign__linkblocks {
    top: -100px;
  }
}

@media screen and (min-width: 64em) {
  .no-image .campaign__linkblocks {
    margin-top: 2rem;
  }
}

.campaign__linkblock {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 35px 50px;
  margin: 0;
  border-top: 8px solid #00c38a;
  width: 100%;
  background-color: #002C53;
  cursor: pointer;
  height: 330px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 64em) {
  .campaign__linkblock {
    width: 30%;
    padding: 0px 40px;
    box-shadow: 0 1px 5px -2px gray;
  }
}
@media screen and (min-width: 40em) {
  .campaign__linkblock--centered {
    margin: 20px;
  }
}
.campaign__linkblock--header {
  color: #00c38a;
  font-size: 30px;
  line-height: 1.2333333333;
  font-weight: medium;
  margin-top: 30px;
  margin-bottom: 20px;
}
.campaign__linkblock--text {
  font-size: 22px;
  line-height: 1.7272727273;
  margin-bottom: 30px;
  transition: all 0.5s ease;
  backface-visibility: hidden;
  color: white;
}
@media screen and (max-width: 47.9375em) {
  .campaign__linkblock--text {
    font-size: 20px;
    line-height: 1.25;
  }
}
.campaign__linkblock--text p {
  margin: 0;
}
.campaign__linkblock--text h1, .campaign__linkblock--text h2 {
  font-size: 68px;
  font-weight: 300;
  margin: 0;
  line-height: 1;
}
.campaign__linkblock--url {
  font-size: 16px;
  border-radius: 4px;
  line-height: 1.1875;
  padding: 12px 16px;
  border: 1px solid black;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  transition: all 0.5s;
}
@media screen and (max-width: 39.9375em) {
  .campaign__linkblock--url {
    background-color: #004a83;
    color: white;
    border-color: #004a83;
  }
}
.campaign__linkblock--fiber, .campaign__linkblock--fiberCorporate, .campaign__linkblock--fiberHousing {
  background-color: black !important;
  color: white;
}
.campaign__linkblock--fiber a, .campaign__linkblock--fiberCorporate a, .campaign__linkblock--fiberHousing a {
  background-color: transparent;
  border-color: white;
}
.campaign__linkblock--altibox {
  background-image: url("/resources/images/icon-altibox.svg");
  background-size: 150px 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.campaign__linkblock--altibox:hover {
  background-image: url("/resources/images/icon-altibox--red.svg");
}
@media screen and (min-width: 40em) {
  .campaign__linkblock:hover {
    margin-top: -70px;
    transition: margin 0.5s ease;
    transition: all 0.5s;
    height: 400px;
  }
  .campaign__linkblock:hover .campaign__linkblock--text {
    transform: scale(1.2);
    transition: all 0.1s;
    line-height: 1.5;
  }
}
@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .campaign__linkblock:hover .campaign__linkblock--text {
    font-size: 28px;
  }
}
@media screen and (min-width: 40em) {
  .campaign__linkblock:hover .campaign__linkblock--url {
    border: none;
    bottom: 100px;
  }
  .campaign__linkblock:hover .campaign__linkblock--url::after {
    content: none;
  }
}

.campaignImage {
  max-width: 1026px;
  width: 100%;
  margin: 0 auto;
}

.campaignInfoBoxes {
  width: 100%;
  margin: 2rem auto 2rem auto;
  background: linear-gradient(#0C2C50, #1E538B);
}
.campaignInfoBoxes__wrapper {
  max-width: 1280px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  flex-direction: row;
  padding: 1rem 0rem;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .campaignInfoBoxes__wrapper {
    padding: 4rem 0rem;
    flex-direction: row;
    justify-content: center;
  }
}
.campaignInfoBoxes__box {
  width: 100%;
  text-align: center;
  padding: 1.5rem 0rem;
}
@media screen and (min-width: 40em) {
  .campaignInfoBoxes__box {
    width: 46%;
  }
}
@media screen and (min-width: 64em) {
  .campaignInfoBoxes__box {
    width: 23%;
  }
}
.campaignInfoBoxes__box h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 0rem;
}
.campaignInfoBoxes__box p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0px;
}
.campaignInfoBoxes__box img {
  height: 80px;
  width: auto;
}
.campaignInfoBoxes__icon {
  height: 100px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.campaignProduct {
  width: 100%;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
}
.campaignProduct--verticalImageTop {
  flex-direction: column;
  align-items: center;
}
.campaignProduct--verticalImageBottom {
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (max-width: 89.9375em) {
  .campaignProduct--verticalImageBottom {
    flex-direction: column;
  }
}
.campaignProduct--horizontalImageLeft {
  flex-direction: row;
  justify-content: center;
}
.campaignProduct--horizontalImageRight {
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 89.9375em) {
  .campaignProduct--horizontalImageRight {
    flex-direction: row;
  }
}
.campaignProduct__imageWrapper {
  width: 100%;
  max-width: 640px;
}
.campaignProduct__textWrapper {
  width: 100%;
  max-width: 640px;
  padding: 1rem 1rem;
  margin: 0;
  text-align: center;
}
.campaignProduct__textWrapper--dark {
  background-color: #002C53;
}
@media screen and (min-width: 40em) {
  .campaignProduct__textWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 3rem;
  }
}
.campaignProduct__textWrapper h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  margin: 20px 0;
}
@media screen and (max-width: 47.9375em) {
  .campaignProduct__textWrapper h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.campaignProduct__textWrapper p {
  font-size: 19px;
  line-height: 29px;
  margin: 0;
}
.campaignProduct__textWrapper a {
  background-color: #00c38a;
  color: white;
  padding: 11px 46px;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
  margin: 42px auto 0 auto;
  display: block;
  font-size: 16px;
  line-height: 19px;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #00c38a;
}
.campaignProduct__textWrapper a:hover {
  background-color: white;
  color: black;
}
.campaignProduct__subtitle {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #00c38a;
  font-weight: 600;
}

.campaignText {
  max-width: 800px;
  width: 100%;
  margin: 2rem auto 0 auto;
  padding: 0 16px;
}
.campaignText h2 {
  color: #00c38a;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}
.campaignText p {
  font-size: 19px;
  line-height: 29px;
}

.homepage__banner {
  text-align: center;
  padding: 0 !important;
}
.homepage__banner video {
  max-height: 85vh;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.homepage__banner--wrapp {
  margin: auto;
  position: relative;
  margin-bottom: 240px;
}
@media screen and (max-width: 47.9375em) {
  .homepage__banner--wrapp {
    margin-bottom: 0;
    overflow: hidden;
  }
}
.homepage__banner img {
  width: 100%;
}
.homepage__banner--bg {
  background-color: #F2F4F5;
  height: 790px;
  max-height: 790px;
}
@media screen and (max-width: 47.9375em) {
  .homepage__banner--bg {
    height: auto;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.homepage__banner--text {
  position: absolute;
  color: white;
  font-size: 58px;
  line-height: 1.2;
  right: 0;
  left: 0;
  top: 40%;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 47.9375em) {
  .homepage__banner--text {
    font-size: 28px;
    top: 10%;
    max-width: 280px;
  }
}
@media screen and (max-width: 39.9375em) {
  .homepage__banner--text {
    top: 10%;
  }
}
.homepage__banner--text-istadfiber span {
  background-color: #00c38a;
  line-height: 1.3;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 12px;
}
.homepage__banner--text-box {
  max-width: 580px;
  font-size: 1.5rem;
}
@media screen and (min-width: 40em) {
  .homepage__banner--text-box {
    font-size: 3rem;
  }
}
.homepage__banner--text-inner {
  display: flex;
}
.homepage__banner--text-inner.center {
  justify-content: center;
}
.homepage__banner--text-inner.center .banner-text-box {
  text-align: center;
}
.homepage__banner--text-inner.left {
  justify-content: flex-start;
}
.homepage__banner--text-inner.left .banner-text-box {
  text-align: left;
}
.homepage__banner--text-inner.right {
  justify-content: flex-end;
}
.homepage__banner--text-inner.right .banner-text-box {
  text-align: right;
}
.homepage__banner--text-video {
  margin-left: 0;
  left: calc(50% - 656px);
  text-align: left;
}
@media screen and (max-width: 47.9375em) {
  .homepage__banner--text-video {
    left: 0;
    max-width: 380px;
  }
}
.homepage__banner--container {
  overflow: hidden;
  max-height: 85vh;
  position: relative;
}
.homepage__banner--container img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 40em) {
  .homepage__banner--container img {
    height: auto;
  }
}
.homepage__banner--container-overlay:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.homepage__video {
  height: 300px;
}
@media screen and (min-width: 40em) {
  .homepage__video {
    height: auto;
    width: 100% !important;
  }
}
.homepage__linkblocks {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(69%);
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 50px;
}
.homepage__linkblocks--centered {
  justify-content: center;
}
@media screen and (max-width: 47.9375em) {
  .homepage__linkblocks {
    flex-direction: column;
    transform: none;
    margin-top: -10%;
    position: relative;
    padding: 0 50px;
  }
}
@media screen and (max-width: 39.9375em) {
  .homepage__linkblocks {
    padding: 0 16px;
  }
}
.homepage__linkblock {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 35px 50px;
  margin: 0;
  border-top: 8px solid #00c38a;
  width: 32%;
  max-height: 280;
  background-color: white;
  cursor: pointer;
  height: 400px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 40em) {
  .homepage__linkblock--centered {
    margin: 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .homepage__linkblock {
    width: 100%;
    margin-bottom: 25px;
    padding: 0px 40px;
    box-shadow: 0 1px 5px -2px gray;
    height: 240px;
  }
}
.homepage__linkblock--header {
  color: #00c38a;
  font-size: 30px;
  line-height: 1.2333333333;
  font-weight: medium;
  margin-top: 30px;
  margin-bottom: 20px;
}
.homepage__linkblock--text {
  font-size: 22px;
  line-height: 1.7272727273;
  margin-bottom: 30px;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 47.9375em) {
  .homepage__linkblock--text {
    font-size: 20px;
    line-height: 1.25;
  }
}
.homepage__linkblock--text p {
  margin: 0;
}
.homepage__linkblock--text h1, .homepage__linkblock--text h2 {
  font-size: 68px;
  font-weight: 300;
  margin: 0;
  line-height: 1;
}
.homepage__linkblock--url {
  font-size: 16px;
  border-radius: 4px;
  line-height: 1.1875;
  padding: 12px 16px;
  border: 1px solid black;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  transition: all 0.5s;
}
@media screen and (max-width: 39.9375em) {
  .homepage__linkblock--url {
    background-color: #00c38a;
    color: white;
    border-color: #00c38a;
  }
}
.homepage__linkblock--fiber, .homepage__linkblock--fiberCorporate, .homepage__linkblock--fiberHousing {
  background-color: black;
  color: white;
}
.homepage__linkblock--fiber a, .homepage__linkblock--fiberCorporate a, .homepage__linkblock--fiberHousing a {
  background-color: transparent;
  border-color: white;
}
.homepage__linkblock--altibox {
  background-image: url("/resources/images/icon-altibox.svg");
  background-size: 150px 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.homepage__linkblock--altibox:hover {
  background-image: url("/resources/images/icon-altibox--red.svg");
}
@media screen and (max-width: 39.9375em) {
  .homepage__linkblock {
    height: 295px;
  }
}
@media screen and (min-width: 40em) {
  .homepage__linkblock:hover {
    margin-top: -70px;
    transition: margin 0.5s ease;
    transition: all 0.5s;
    height: 310px;
  }
  .homepage__linkblock:hover .homepage__linkblock--text {
    transform: scale(1.2);
    transition: all 0.1s;
    line-height: 1.5;
  }
}
@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .homepage__linkblock:hover .homepage__linkblock--text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 40em) {
  .homepage__linkblock:hover .homepage__linkblock--url {
    border: none;
    background-color: #00c38a;
    color: white;
    bottom: 100px;
  }
  .homepage__linkblock:hover .homepage__linkblock--url::after {
    content: none;
  }
}
@media screen and (min-width: 48em) {
  .homepage__linkblock:hover {
    height: 470px;
  }
}

.footer {
  background-color: white;
}
.footer__text {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00c38a;
  padding-bottom: 50px;
  font-weight: medium;
  margin-top: 50px;
}
@media screen and (max-width: 39.9375em) {
  .footer__text {
    flex-direction: column;
    padding-left: 30px;
    margin-top: 30px;
  }
}
.footer__item p {
  margin: 0;
}
.footer__item a {
  text-decoration: none;
  color: black;
}
.footer__item a:hover {
  border-bottom: 3px solid #00c38a;
  color: inherit;
}
.footer__left {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 40em) {
  .footer__left {
    font-size: 26px;
    font-weight: normal;
  }
}
.footer__right {
  font-size: 22px;
  align-self: center;
  text-align: right;
}
@media screen and (max-width: 39.9375em) {
  .footer__right {
    align-self: flex-start;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 80px;
  }
  .footer__right p {
    margin-top: 5px;
  }
}
.footer__logo {
  margin-top: 30px;
  background-size: 1237px 27px;
  height: 27px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .footer__logo {
    position: absolute;
    bottom: 50px;
    width: 234px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer__icons {
  display: flex;
  gap: 1rem;
  padding: 2rem 0 3.5rem 0;
}
.footer__icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  font-size: 0.5rem;
  text-align: center;
  font-weight: 600;
}
.footer__icon > svg {
  width: 100%;
  height: 100%;
}
.footer__address {
  margin: 30px auto;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  display: block;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .footer__address {
    margin: 50px auto;
    flex-direction: row;
    display: flex;
    align-items: center;
  }
}
.footer__privacy {
  color: #00c38a;
  margin-left: 15px;
}
.footer__links {
  display: flex;
  margin-left: auto;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 40em) {
  .footer__links {
    margin-top: 0;
    justify-content: end;
  }
}
.footer__link {
  background-image: url("/resources/images/applink-googleplay.svg");
  width: 130px;
  height: 45px;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.footer__link--apple {
  background-image: url("/resources/images/applink-apple.svg");
}
@media screen and (max-width: 47.9375em) {
  .footer__img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 425px;
    max-width: unset;
  }
}

.body .x-axis .tick:nth-child(2n) {
  color: #cc0000 !important;
}

.delivery-code-selector {
  margin-bottom: 2rem;
}
.delivery-code-selector__form {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.delivery-code-selector label, .delivery-code-selector select, .delivery-code-selector button {
  margin: 0;
}

.spotprice-table {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
  background-color: #f7f8fc;
  padding: 1rem;
}
.spotprice-table__row--head {
  font-weight: 500;
}
.spotprice-table__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
}
.spotprice-table__row--body:nth-child(even) .spotprice-table__cell {
  background-color: rgba(165, 250, 205, 0.3098039216);
}
.spotprice-table__cell {
  padding: 0.5rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #ecf3fb;
}
.spotprice-table__footer {
  display: flex;
  justify-content: space-between;
}
.spotprice-table .bold {
  font-weight: 500;
}

.spotprice-legend {
  display: flex;
  align-items: center;
}
.spotprice-legend__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 0.25rem;
}
.spotprice-legend__icon--high {
  background-color: #cdc5fe;
}
.spotprice-legend__icon--low {
  background-color: #209656;
}

.header {
  background-color: white;
  position: relative;
}
.header--fiber, .header--fiberCorporate, .header--fiberHousing {
  background-color: #575d64;
  color: white;
}
@media screen and (min-width: 75em) {
  .header--fiber a, .header--fiberCorporate a, .header--fiberHousing a {
    color: white;
  }
}
.header--istad {
  color: black;
}
.header--istad a {
  color: black;
}
.header--istad .main-menu svg ellipse,
.header--istad .main-menu svg path {
  fill: black !important;
}
.header--istad.toggled .header__toggle-menu .close-icon rect,
.header--istad.toggled .main-menu__toggle .close-icon rect {
  fill: black !important;
}
.header--istad.toggled .main-menu__item.active, .header--istad.toggled .main-menu__item:hover, .header--istad.toggled .main-menu__item:focus {
  border-color: black !important;
}
.header.toggled {
  background-color: #00c38a;
  color: white;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
@media screen and (min-width: 75em) {
  .header.toggled {
    height: auto;
  }
}
@media screen and (min-width: 75em) {
  .header.toggled .main-menu__item {
    color: white;
  }
}
.header.toggled .main-menu__item.active, .header.toggled .main-menu__item:hover, .header.toggled .main-menu__item:focus {
  border-color: white;
}
.header.toggled .main-menu__toggle .show-icon {
  display: none;
}
.header.toggled .main-menu__toggle .close-icon {
  display: inline-block;
}
.header.toggled .main-menu__toggle .close-icon rect {
  fill: white;
}
.header.toggled .header__logo-link--default {
  display: none;
}
.header.toggled .header__logo-link--toggled {
  display: block;
}
.header.toggled .header__toggle-menu .show-icon {
  display: none;
}
.header.toggled .header__toggle-menu .close-icon {
  display: inline-block;
}
.header.toggled .header__toggle-menu .close-icon rect {
  fill: white;
}
@media screen and (min-width: 64em) {
  .header.toggled .header__toggle-menu .close-icon rect {
    fill: white;
  }
}
.header__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (min-width: 64em) {
  .header__content {
    padding: 0;
    justify-content: space-between;
  }
}
.header__col {
  display: flex;
}
.header__col--mobile {
  order: 1;
  padding: 0 1rem;
  width: 20%;
}
@media screen and (min-width: 75em) {
  .header__col--mobile {
    display: none;
  }
}
.header__col--first, .header__col--first-istadfiber {
  order: 4;
  width: 100%;
  background-color: #00c38a;
  display: none;
}
.header__col--first.toggled, .toggled.header__col--first-istadfiber {
  display: block;
}
@media screen and (min-width: 75em) {
  .header__col--first, .header__col--first-istadfiber {
    display: block;
    background-color: transparent;
    order: 1;
    width: 30%;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .header__col--first-istadfiber {
    width: 30%;
    padding-left: 0;
  }
}
.header__col--center {
  order: 2;
  width: 50%;
  justify-content: center;
}
@media screen and (min-width: 75em) {
  .header__col--center {
    order: 2;
    width: 33%;
  }
}
.header__col--last, .header__col--last-istadfiber {
  order: 3;
  width: 20%;
}
@media screen and (min-width: 75em) {
  .header__col--last, .header__col--last-istadfiber {
    order: 3;
    width: 30%;
    justify-content: flex-end;
    padding-right: 1rem;
  }
}
.header__col--last-istadfiber {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (min-width: 64em) {
  .header__col--last-istadfiber {
    width: 20%;
    flex-direction: row;
    padding-right: 0;
    justify-content: flex-end;
    margin-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .header__col--last-istadfiber {
    width: 30%;
  }
}
.header__logo-link {
  width: 130px;
  display: none;
}
@media screen and (min-width: 40em) {
  .header__logo-link {
    width: 180px;
  }
}
.header__logo-link--default {
  display: block;
}
.header__logo-img {
  max-width: inherit;
}
.header__col-inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__my-account, .header__my-account--istadfiber {
  min-width: 180px;
  background-color: #00c38a;
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: none;
}
@media screen and (min-width: 75em) {
  .header__my-account, .header__my-account--istadfiber {
    display: flex;
  }
}
.header__my-account:hover, .header__my-account--istadfiber:hover, .header__my-account:focus, .header__my-account--istadfiber:focus {
  background-color: #00aa78;
}
.header__my-account .icon, .header__my-account--istadfiber .icon {
  margin-right: 0.8rem;
}
.header__my-account--istadfiber {
  min-width: 160px;
}
.header__kundeservice {
  color: white;
  text-decoration: none;
  font-weight: medium;
  margin-right: 0.5rem;
}
.header__kundeservice svg {
  display: flex;
  height: 19px;
  width: 19px;
}
.header__kundeservice svg path {
  fill: white;
}
@media screen and (min-width: 64em) {
  .header__kundeservice {
    min-width: 180px;
    display: flex;
  }
  .header__kundeservice svg {
    display: none;
  }
}
.header__kundeservice:hover, .header__kundeservice:focus {
  font-weight: bold;
}
.header__kundeservice--title {
  display: none;
}
@media screen and (min-width: 64em) {
  .header__kundeservice--title {
    display: flex;
    margin-right: 2rem;
  }
}
.header__kundeservice--icon {
  padding: 1rem;
}
.header__search, .header__search--istadfiber {
  padding: 0 1.5rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  .header__search, .header__search--istadfiber {
    min-width: 140px;
  }
}
.header__search svg path, .header__search--istadfiber svg path {
  stroke: #00c38a;
}
.header__search--istadfiber {
  padding: 1rem;
}
@media screen and (min-width: 64em) {
  .header__search--istadfiber {
    min-width: 140px;
  }
}
.header__search-form, .header__search-form--istadfiber {
  position: absolute;
  width: 60px;
  transition: width 2s ease-out;
  justify-content: center;
  right: 0;
}
@media screen and (min-width: 48em) {
  .header__search-form, .header__search-form--istadfiber {
    right: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .header__search-form, .header__search-form--istadfiber {
    right: 2rem;
    width: 120px;
  }
}
.header__search-form.active, .active.header__search-form--istadfiber {
  width: 300px;
}
.header__search-form--istadfiber {
  height: 45px;
  width: 45px;
  margin-right: 0.5rem;
}
.header__search-form--istadfiber svg path {
  stroke: white;
}
@media screen and (min-width: 64em) {
  .header__search-form--istadfiber svg path {
    stroke: #00c38a;
  }
}
@media screen and (min-width: 64em) {
  .header__search-form--istadfiber {
    right: 1rem;
    height: 50px;
    width: 120px;
    margin-right: 0;
  }
}
.header__search-form--istadfiber.active {
  width: 300px;
  background-color: #F2F4F5;
  border-color: #F2F4F5;
  border-radius: 4px;
}
.header__search-form--istadfiber.active svg path {
  stroke: #00c38a;
}
@media screen and (min-width: 64em) {
  .header__search-form--istadfiber.active {
    background-color: unset;
    border-radius: unset;
  }
}
.header__toggle-menu {
  width: 30px;
  height: 30px;
  border: 0;
  background-color: transparent;
}
.header__toggle-menu rect {
  fill: #00c38a;
}
.header__toggle-menu .close-icon {
  display: none;
}

.main-menu {
  list-style: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 1rem 1rem;
  margin: 0rem 0rem;
}
.main-menu:empty {
  display: none;
}
.main-menu--istad .main-menu__link {
  display: none;
}
@media screen and (min-width: 64em) {
  .main-menu--istad .main-menu__link {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .main-menu--istad .main-menu__item {
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
  }
}
@media screen and (min-width: 75em) {
  .main-menu {
    padding: 0rem 0rem;
    justify-content: space-between;
  }
}
.main-menu__toggle {
  display: none;
}
@media screen and (min-width: 75em) {
  .main-menu__toggle {
    display: block;
  }
}
.main-menu__toggle-btn {
  border: 0;
  height: 32px;
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.main-menu__toggle-btn rect {
  fill: #00c38a;
}
.main-menu__toggle-btn .close-icon {
  display: none;
}
.main-menu__item {
  display: flex;
  align-items: center;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
  height: 46px;
  margin: 0px 0.5rem;
  padding: 0rem 1.5rem;
}
.main-menu__item:hover, .main-menu__item:focus, .main-menu__item.active {
  font-weight: bold;
  border-color: #00c38a;
}
.main-menu__item.active {
  background-color: white;
  color: #00c38a;
}
@media screen and (min-width: 75em) {
  .main-menu__item.active {
    background-color: transparent;
    color: black;
  }
}
@media screen and (min-width: 75em) {
  .main-menu__item {
    margin: 0px 0rem;
    padding: 0rem 0rem;
    height: 90px;
    color: black;
    border-bottom: 3px solid white;
    border-radius: 0px;
    border: 0;
  }
}
.main-menu__dropdown {
  margin-right: 10px;
}
.main-menu__link {
  color: inherit;
  text-decoration: none;
}
.main-menu__link .close {
  display: none;
}
.header.toggled .main-menu__link .open {
  display: none;
}
.header.toggled .main-menu__link .close {
  display: inline-block;
}

.main-menu__col-title {
  font-weight: normal;
  font-size: 0.9rem;
  margin: 0px;
}
.main-menu__nav {
  position: absolute;
  background-color: #00c38a;
  overflow: auto;
  max-height: 640px;
  left: 0px;
  top: 180px;
  z-index: 1000;
  width: 100%;
  color: white;
  padding: 0rem 0rem 2rem 0rem;
}
@media screen and (min-width: 75em) {
  .main-menu__nav {
    max-height: unset;
    padding: 2rem 0rem 0rem 0rem;
    display: none;
    top: 90px;
  }
}
.main-menu__nav.active {
  display: block;
}
.main-menu__nav:after {
  content: " ";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0p;
  left: 0px;
  height: 100%;
  width: 100%;
}
.main-menu__nav li:before {
  content: "" !important;
  display: none !important;
}
.main-menu__nav-inner {
  display: flex;
  max-width: 1316px;
  margin: 0 auto;
  padding: 0 0rem 2rem 0rem;
  min-height: 240px;
  flex-direction: column;
}
@media screen and (min-width: 75em) {
  .main-menu__nav-inner {
    flex-direction: row;
  }
}
.main-menu__nav-items {
  list-style: 0;
  padding: 0px;
  margin: 0px;
}
.main-menu__nav-item {
  padding: 0px 1.25rem;
  margin: 0px 0px 0.5rem 0rem;
}
@media screen and (min-width: 75em) {
  .main-menu__nav-item {
    padding: 0px 0rem;
  }
}
.main-menu__nav-item.active .main-menu__nav-submenu {
  display: block;
}
.main-menu__nav-col {
  position: relative;
  padding: 2rem 0rem;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .main-menu__nav-col {
    width: 50%;
  }
}
.main-menu__nav-col--shortcuts {
  padding-top: 1rem;
  padding-left: 3rem;
}
@media screen and (min-width: 75em) {
  .main-menu__nav-col--shortcuts {
    padding-left: 3.5rem;
    border-left: 1px solid white;
  }
}
.main-menu__nav-link {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  text-decoration: none;
  font-size: 1.5rem;
}
@media screen and (min-width: 75em) {
  .main-menu__nav-link {
    width: 300px;
  }
}
.main-menu__nav-link--sub {
  font-size: 1rem;
}
.main-menu__nav-link span {
  display: inline-block;
}
.main-menu__nav-link.is-my-account {
  border: 2px solid white;
}
.main-menu__nav-link-start {
  display: flex;
  align-items: center;
}
.main-menu__nav-arrow {
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 75em) {
  .main-menu__nav-arrow {
    transition: unset;
    transform: rotate(-90deg) !important;
  }
}
.main-menu__nav-item.active .main-menu__nav-arrow {
  transform: rotate(180deg);
}

.main-menu__nav-icon {
  margin-right: 10px;
  height: 2rem;
}
.main-menu__nav-icon svg {
  min-height: 24px;
  min-width: 24px;
}
.main-menu__nav-icon svg path:not(.no-fill) {
  fill: white;
}
.main-menu__nav-submenu {
  list-style: none;
  margin: 0px;
  display: none;
  padding-left: 2rem;
}
@media screen and (min-width: 75em) {
  .main-menu__nav-submenu {
    padding: 0px;
    position: absolute;
    top: 2rem;
    left: 320px;
  }
}
.main-menu__nav-submenu-item {
  margin: 0px;
  padding: 0px;
}
.main-menu__shortcuts {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.main-menu__shortcuts-item {
  margin: 0px;
}
.main-menu__shortcuts-link {
  font-size: 1rem;
  text-decoration: none;
}
.main-menu__shortcuts-link:hover, .main-menu__shortcuts-link:focus {
  text-decoration: underline;
}

.page-nav {
  padding: 1rem 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .page-nav {
    justify-content: center;
  }
}
.page-nav__item {
  background-color: white;
  color: #343434;
  border: 1px solid #D5D5D5;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  margin: 0.5rem 0.5rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.2s all ease;
}
.page-nav__item:hover, .page-nav__item:focus {
  border-color: #000;
}
.page-nav__item.active {
  background-color: #343434;
  color: white;
}

.page {
  position: relative;
}
.page__heading {
  color: #00c38a;
  font-size: 44px;
  line-height: 1.2222222222;
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  .page__heading {
    font-size: 24px;
    margin-top: 16px;
  }
}
.page__heading--power--corporate {
  color: white;
}
.page__heading--marketReport {
  margin-bottom: 70px;
}
.page__intro {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3888888889;
  margin: auto;
}
.page__intro p {
  margin-top: 10px;
}
.page__intro strong {
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  .page__intro {
    font-size: 22px;
  }
}
.page__text {
  font-size: 26px;
  font-weight: 500;
}
.page__preamble {
  font-size: 26px;
  line-height: 1.5384615385;
  font-weight: 500;
}
.page__preamble p {
  padding: 25px;
}
@media screen and (max-width: 47.9375em) {
  .page__preamble {
    font-size: 16px;
    line-height: 2;
  }
}
.page__devider {
  width: 100px;
  height: 3px;
  background-color: #00c38a;
  width: 25%;
}
.page__download {
  margin-top: 60px;
  margin-bottom: 60px;
}
.page__download--head {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 39.9375em) {
  .page__download--head {
    font-size: 22px;
  }
}
.page__download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 25px 25px;
  border-bottom: 1px solid rgba(141, 141, 141, 0.5);
}
@media screen and (max-width: 39.9375em) {
  .page__download-item {
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.page__download-item a {
  text-decoration: none;
}

.page-content {
  display: none;
}
.page-content--active {
  display: block;
}

.image {
  background-repeat: no-repeat;
  background-position: center;
}

.press {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 47.9375em) {
  .press {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .press {
    flex-direction: column;
  }
}
.press__item {
  margin: 10px;
  border: 1px solid transparent;
  border-bottom: 4px solid #00c38a;
  width: 25%;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .press__item {
    width: 40%;
  }
}
@media screen and (max-width: 39.9375em) {
  .press__item {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.press__item a {
  cursor: pointer;
  text-decoration: none;
}
.press__item:hover {
  transition: all 0.3s ease;
  /*   .press__firm{
        font-size: 24px;
    }
    .press__text{
        padding-left : 0;
    } */
}
.press__item:hover .press__mail {
  color: #00c38a;
  font-size: 24px;
  text-decoration: underline;
}
.press__text {
  padding: 30px 35px;
  height: 230px;
}
@media screen and (max-width: 39.9375em) {
  .press__text {
    padding-left: 40px;
  }
}
.press__firm {
  color: #00c38a;
  font-size: 28px;
  line-height: 1.2333333333;
  font-weight: 600;
}
.press__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3846153846;
}
.press__subhead {
  font-size: 42px;
}
@media screen and (max-width: 47.9375em) {
  .press__subhead {
    font-size: 26px;
  }
}
.press__mail, .press__tel {
  line-height: 1.7272727273;
  transition: all 0.3s ease;
}
.press__text {
  position: relative;
}
.press__mail--dummy {
  font-size: 28px;
  visibility: hidden;
  position: absolute;
  top: 30px;
}
.press__img {
  background-image: url(/assets/images/kontakt_istad.png);
  width: 100%;
  margin: auto;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.accordion {
  background-color: white;
  margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375em) {
  .accordion table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 39.9375em) {
  .accordion table th {
    font-size: 10px;
  }
}
.accordion--last {
  margin-bottom: 70px;
}
.accordion-wrapper--istadfiber {
  background-color: white;
}
.accordion-wrapper:first-child {
  margin-top: 70px;
}
.accordion-wrapper:last-child {
  margin-bottom: 70px;
}
.accordion__form {
  background-color: white;
  padding: 80px;
}
@media screen and (max-width: 47.9375em) {
  .accordion__form {
    padding: 40px;
  }
}
@media screen and (max-width: 39.9375em) {
  .accordion__form {
    padding: 20px;
  }
}
.accordion__form h4 {
  color: #00c38a;
  margin-bottom: 0;
}
.accordion__form--success {
  background-color: #00c38a;
  color: white;
  padding: 50px 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (min-width: 40em) {
  .accordion__form--success {
    padding: 100px 200px;
  }
}
.accordion__form--success h2 {
  font-size: 50px;
}
.accordion__form--text h3, .accordion__form--text h2, .accordion__form--text h4 {
  font-size: 20px;
  color: #00c38a;
  margin-bottom: 0;
}
.accordion__form--text p {
  margin-top: 0;
}
.accordion__head {
  font-size: 1.2rem;
  line-height: auto;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  border: 1px solid white;
  flex-direction: column;
}
.accordion__head:hover {
  color: #00c38a;
}
@media screen and (min-width: 48em) {
  .accordion__head {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 1.5rem 1rem;
    line-height: 1.4rem;
  }
}
.accordion__head--small {
  font-size: 1.5rem;
  font-weight: normal;
}
.accordion__head-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .accordion__head-title {
    margin-bottom: 0rem;
    text-align: left;
  }
}
.accordion__head-btn {
  border: 1px solid #00c38a;
  display: flex;
  padding: 0.4rem 0.25rem;
  width: 80px;
  font-size: 1rem;
  border-radius: 0.3rem;
  font-weight: 600;
  justify-content: center;
}
.accordion__head-btn.open {
  background-color: #00c38a;
  color: white;
}
.accordion__head-btn.close {
  display: none;
  background-color: white;
  color: #00c38a;
}
.accordion[open] .accordion__head .open {
  display: none;
}
.accordion[open] .accordion__head .close {
  display: flex;
}
.accordion__content-button {
  border: 1px solid black;
  padding: 10px 35px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.accordion__content-button:hover {
  background-color: #00c38a;
  color: white;
  border: none;
  padding: 10px 30px;
  transition: padding 0.3s ease;
}
.accordion__content-button:hover:after {
  background-image: url("/resources/images/icon-download.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-flex;
  margin-left: 17px;
}
.accordion__content {
  line-height: 1.7272727273;
  max-width: 840px;
  padding: 0 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 47.9375em) {
  .accordion__content {
    padding: 0 15px;
  }
}
.accordion__content--full {
  max-width: 100%;
}
.accordion__content figure {
  max-height: 450px;
  overflow: hidden;
  max-width: 340px;
  display: block;
  margin: 20px auto;
}
@media screen and (min-width: 40em) {
  .accordion__content figure {
    display: inline-block;
    margin: 20px;
  }
}
.accordion__content ul,
.accordion__content ol {
  list-style: none;
  padding-left: 0;
}
.accordion__content li {
  display: flex;
}
.accordion__content li:before {
  content: "✓";
  display: inline-flex;
  color: #00c38a;
  padding: 0 10px 0 0;
}
.accordion__content td p {
  margin: 0;
}
.accordion .page__download--head {
  font-size: 22px;
  font-weight: normal;
  transition: all 0.3s ease;
}
@media screen and (max-width: 47.9375em) {
  .accordion .page__download--head {
    font-size: 14px;
  }
}
.accordion .page__download-item {
  transition: all 0.3s ease;
}
.accordion .page__download-item a {
  border: 1px solid black;
  padding: 10px 35px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}
@media screen and (max-width: 47.9375em) {
  .accordion .page__download-item a {
    padding: 5px 10px;
    background-color: #00c38a;
    color: white;
    border: none;
    font-size: 13px;
  }
  .accordion .page__download-item a:after {
    content: "";
    width: 10px;
    height: 13px;
    background-image: url("/resources/images/icon-download.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    display: inline-flex;
    margin-left: 17px;
  }
}
.accordion .page__download-item:hover .page__download--head {
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: bold;
}
.accordion .page__download-item:hover a {
  background-color: #00c38a;
  color: white;
  border: none;
  padding: 10px 30px;
  transition: padding 0.3s ease;
}
.accordion .page__download-item:hover a:after {
  background-image: url("/resources/images/icon-download.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-flex;
  margin-left: 17px;
}
.accordion .button {
  font-size: 20px;
}
.accordion .checkboxes input {
  margin-right: 10px;
}

.vacancies__title {
  font-size: 24px;
  margin: 10px 0;
}
@media screen and (max-width: 47.9375em) {
  .vacancies__title {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
.vacancies__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  border-bottom: 1px solid rgba(141, 141, 141, 0.5);
}
@media screen and (max-width: 47.9375em) {
  .vacancies__item {
    padding-bottom: 5px;
  }
  .vacancies__item a {
    padding: 10px 15px;
    font-size: 13px;
    white-space: nowrap;
  }
}

.vacancy__list {
  margin-top: 50px;
  border-bottom: none;
}
.vacancy__list th {
  font-size: 18px;
  padding: 5px;
}
.vacancy__list td {
  font-size: 18px;
  padding: 5px;
  border-bottom: 1px solid lightgrey;
}
.vacancy__title {
  color: rgb(0, 116, 186);
}
.vacancy__title a {
  text-decoration: none;
}

.alignedList-wrapper {
  display: flex;
}

.alignedList {
  display: flex;
  justify-content: space-between;
}
.alignedList * {
  text-decoration: none;
}
@media screen and (max-width: 74.9375em) {
  .alignedList {
    flex-direction: column;
  }
}
.alignedList--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 74.9375em) {
  .alignedList--reverse {
    flex-direction: column;
  }
}
.alignedList__heading {
  color: #717171;
  text-align: center;
}
.alignedList__item {
  min-height: 500px;
  max-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(25% - 15px);
  text-decoration: none;
  background-position: center;
  cursor: pointer;
  box-shadow: 0 -220px 50px -98px rgba(0, 0, 0, 0.6) inset;
}
@media screen and (max-width: 74.9375em) {
  .alignedList__item {
    background-position: center;
    height: 510px;
  }
}
.alignedList__item:first-child {
  width: 49%;
  background-size: auto;
}
@media screen and (max-width: 74.9375em) {
  .alignedList__item:first-child {
    width: 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 74.9375em) {
  .alignedList__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.alignedList__item--single {
  width: 100% !important;
  background-size: auto;
}
.alignedList__item--double {
  width: calc(50% - 15px);
}
@media screen and (max-width: 74.9375em) {
  .alignedList__item--double {
    width: 100%;
  }
}
.alignedList__item--heading {
  color: white;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2142857143;
}
.alignedList__link {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alignedList__link:after {
  content: "";
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 22px;
  height: 20px;
  margin-left: 20px;
}
.alignedList__link--accent {
  color: #004a83;
}
.alignedList__link--fiber {
  color: white;
}
.alignedList__link--fiber::after {
  background-image: url("/resources/images/arrow-right-white.png");
  background-size: contain;
}

.media__element {
  margin: auto;
  width: 100%;
}

.base__img {
  margin: auto;
  text-align: center;
  max-height: 610px;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .base__img {
    overflow: hidden;
  }
}
@media screen and (max-width: 47.9375em) {
  .base__img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 350px;
    max-width: unset;
  }
}

.image-container {
  overflow: hidden;
  text-align: center;
  padding: 0 !important;
}
.image-container--meta {
  min-height: 450px;
}
@media screen and (max-width: 39.9375em) {
  .image-container--meta {
    min-height: 350px;
  }
}
.image-container img {
  /*  @include breakpoint(medium down){
       position: relative;
       left: 50%;
       transform: translateX(-50%);
       display: block;
       height: 475px;
       max-width: unset;
   } */
}
@media screen and (max-width: 39.9375em) {
  .image-container {
    max-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.viewOut {
  /*  transition: all 2s ease;
        @include breakpoint(large){
  	transform: scale(1.25, 1.25) translatey(10%);
  	transition: all 2s ease;
  } */
}

.viewIn {
  /* transition: all 2s ease;
    @include breakpoint(large){
        transform: scale(1, 1) translatey(-1%);
  transition: all 2s ease;
    } */
}

@keyframes scaleImage {
  to {
    transform: scale(1, 1) translatey(0%);
    transition: all 2s ease;
  }
}
.image {
  /* transition: all 0.5s ease; */
  /* 	&:hover{
  		@include breakpoint(large){
  			transform: scale(1.1);
  			transition: all 0.8s ease;
  		}
  	} */
}
.image--target {
  cursor: pointer;
}

.embed {
  position: relative;
}
.embed__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed--margin .embed__iframe {
  top: 65px;
}
@media screen and (min-width: 40em) {
  .embed--margin .embed__iframe {
    top: 55px;
  }
}
.embed__container {
  max-height: 330px;
  height: 330px;
}
@media screen and (min-width: 40em) {
  .embed__container {
    height: 600px;
    max-height: 600px;
  }
}
.embed--istadfiber {
  max-width: 800px;
  margin: auto;
}
.embed--istadfiber .embed__container {
  max-height: 230px;
  height: 230px;
}
@media screen and (min-width: 40em) {
  .embed--istadfiber .embed__container {
    height: 400px;
    max-height: 400px;
  }
}
.embed--istadfiber iframe {
  max-height: 500px;
  min-height: 210px;
}

.infoblock {
  background-color: #00c38a;
  text-align: center;
  margin: auto;
  color: white;
  padding: 55px;
  text-align: center;
  margin: auto;
  font-size: 30px;
  font-weight: 400;
  transition: all 0.5s ease;
  /*   &--fiberCorporate,&--fiber{
          background-color: black;
      }
  */
}
.infoblock-wrapper {
  overflow: hidden;
}
.infoblock-wrapper--istadfiber {
  max-width: 832px;
  padding: 0 16px;
}
.infoblock--istadfiber {
  background-color: #627988;
}
.infoblock--istadfiber p {
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 39.9375em) {
  .infoblock {
    padding: 50px 22px;
    line-height: 1.3846153846;
    font-size: 26px;
  }
}
.infoblock a {
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid white;
  font-size: 20px;
  text-align: center;
  margin: auto;
  padding: 12px 45px;
  cursor: pointer;
  max-width: 420px;
  display: inline-block;
  margin-top: 30px;
  color: white;
}
@media screen and (max-width: 39.9375em) {
  .infoblock a {
    background-color: white;
    color: black;
    font-size: 16px;
    padding: 10px;
  }
}
.infoblock p {
  transition: all 0.5s;
}
.infoblock__intro {
  display: block;
}
.infoblock:hover {
  transform: none;
}
@media screen and (min-width: 40em) {
  .infoblock:hover p {
    transform: scale(1.1);
    transition: all 0.1s ease;
  }
}
.infoblock:hover a {
  background-color: white;
  color: black;
  transition: all 0.3s;
  /*   @include breakpoint(medium){
        padding: 15px 40px;
    }   */
}
.infoblock p {
  margin: auto;
  max-width: 95%;
}
.infoblock__adv {
  background-color: transparent;
  color: white;
  height: 350px;
}
.infoblock__adv h3 {
  font-weight: normal;
  font-size: 24px;
}
@media screen and (min-width: 40em) {
  .infoblock__adv h3 {
    font-size: 32px;
  }
}
.infoblock__adv a {
  border-width: 1px;
  font-weight: normal;
  margin: 10px;
}
@media screen and (min-width: 40em) {
  .infoblock__adv a {
    margin: 10px 15px;
  }
}
.infoblock__buttons {
  display: flex;
  justify-content: center;
}

.power__archive-link {
  font-size: 0.9rem;
  color: black;
}
.power__products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.power__products--active {
  opacity: 1;
  height: auto;
  visibility: visible;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.power__price-detail {
  margin-bottom: 25px;
}
.power__product {
  background-color: rgba(250, 250, 250, 0.5);
  border-radius: 10px;
  width: calc(50% - 15px);
  padding: 50px;
  margin: 7px;
  text-align: center;
  transition: all 0.5s ease;
  padding-bottom: 80px;
  position: relative;
}
.power__product--bedrift {
  background-color: rgba(250, 250, 250, 0.8);
}
.power__product:hover {
  background-color: rgb(250, 250, 250);
  box-shadow: 0 2px 30px lightgrey;
}
@media screen and (max-width: 47.9375em) {
  .power__product {
    width: 100%;
    padding: 0px 25px;
    padding-bottom: 80px;
  }
}
.power__product--icon {
  text-align: center;
  margin: auto;
  transition: all 1s;
  background-repeat: no-repeat;
  background-position: center;
}
.power__product--icon-large {
  max-width: 100%;
}
.power__product--1402 {
  width: 235px;
  height: 155px;
  background-image: url("/resources/images/icon-fornybar.svg");
}
.power__product--web, .power__product--1404 {
  width: 235px;
  height: 155px;
  background-image: url("/resources/images/icon-web.svg");
}
.power__product--web:hover, .power__product--1404:hover {
  background-image: url("/resources/images/icon-web-hover.svg");
}
.power__product--student, .power__product--1511 {
  width: 235px;
  height: 155px;
  background-image: url("/resources/images/icon-student.svg");
}
.power__product--student:hover, .power__product--1511:hover {
  background-image: url("/resources/images/icon-student-hover.svg");
}
.power__product--3421 {
  width: 235px;
  height: 155px;
  background-image: url("/resources/images/icon-easy.svg");
}
.power__product--circle, .power__product--34227 {
  width: 235px;
  height: 155px;
  background-image: url("/resources/images/icon-easy.svg");
}
.power__product--house, .power__product--1515 {
  width: 235px;
  height: 155px;
  background-image: url("/resources/images/icon-greenHome.svg");
}
.power__product--1394 {
  width: 235px;
  height: 155px;
  background-image: url("/resources/images/icon-fornybar-bedrift.svg");
}
.power__product--1390 {
  width: 235px;
  height: 155px;
  background-image: url("/resources/images/icon-innkjop.svg");
}
.power__product--1828 {
  width: 235px;
  height: 198px;
  background-image: url("/resources/images/icon-forutsigbar.svg");
}
.power__product-title {
  font-size: 30px;
  margin: 5px 0;
}
@media screen and (max-width: 47.9375em) {
  .power__product-title {
    font-size: 22px;
    font-weight: 600px;
  }
}
.power__product .button {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.power__product-intro {
  line-height: 1;
}
.power__product-intro p {
  margin-top: 0;
}
.power__product li {
  justify-content: center;
  font-size: 16px;
}
.power__more {
  margin: auto;
  text-align: center;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 47.9375em) {
  .power__more {
    font-weight: 600;
  }
}
.power__more--kraft {
  color: black;
}

.priceInfo--fast p {
  margin-top: 0;
}

.quick-links__list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
}
@media screen and (min-width: 64em) {
  .quick-links__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.quick-links__item {
  display: block;
}
.quick-links__link {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  border-radius: 0.25rem;
  padding: 0.75rem 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border: 1px solid #00c38a;
}
.quick-links__link:hover, .quick-links__link:focus {
  background: #00c38a;
  color: white;
}
.quick-links__link:hover svg path, .quick-links__link:focus svg path {
  stroke: white;
  fill: white;
}

.benifit__spotlight-item {
  display: flex;
  box-shadow: 0px 0px 6px 0px lightgray;
  text-decoration: none;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .benifit__spotlight-item {
    flex-direction: column;
  }
}
.benifit__spotlight-item--app {
  padding-top: 35px;
}
.benifit__spotlight--text {
  width: calc(50% - 16px);
  padding: 30px 100px;
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  margin: auto;
}
@media screen and (max-width: 47.9375em) {
  .benifit__spotlight--text {
    padding: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  .benifit__spotlight--text {
    width: 100%;
  }
}
.benifit__spotlight--img-wrapp {
  margin: 0;
}
.benifit__spotlight--title {
  font-size: 28px;
  margin: 10px 0;
  line-height: 1.22;
}
@media screen and (min-width: 40em) {
  .benifit__spotlight--title {
    font-size: 50px;
  }
}
.benifit__spotlight--subhead {
  font-weight: 600;
  margin: 0;
}
.benifit__spotlight--intro {
  font-weight: 400;
}
.benifit__spotlight--app {
  margin-bottom: 40px !important;
}
.benifit__spotlight--app .benifit__spotlight-item {
  margin: 25px 0;
  position: relative;
}
.benifit__spotlight--app .benifit__spotlight-item:after {
  content: "Bare i appen";
  display: flex;
  align-items: center;
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2222222222;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #004a83;
  color: white;
  text-align: center;
}
.benifit__spotlight--app .benifit__spotlight--text {
  width: 100%;
}

.benifits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 40em) {
  .benifits {
    justify-content: left;
  }
}
.benifits__more {
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.benifits__more--active {
  display: none;
}
.benifits__head {
  text-align: center;
  font-size: 28px;
  opacity: 0.5;
  font-weight: 600;
}
.benifits__item {
  width: 25%;
  text-decoration: none;
  padding: 4px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .benifits__item {
    width: 33.33%;
  }
}
@media screen and (max-width: 39.9375em) {
  .benifits__item {
    width: 100%;
    margin: auto;
  }
}
.benifits__item:hover {
  transition: all 0.3s ease;
}
.benifits__item:hover img {
  transform: scale(1.1);
}
.benifits__item:hover .benifits__text {
  background-color: white;
  transition-delay: 0.5s;
}
.benifits__item--app {
  box-shadow: 0px 0px 6px 0px lightgray;
  text-decoration: none;
  background-color: white;
  margin-top: 25px;
}
@media screen and (min-width: 40em) {
  .benifits__item--app {
    margin: 15px 3px;
    width: 32%;
  }
}
.benifits__item--app:last-of-type {
  margin-bottom: 25px;
}
.benifits__img {
  overflow: hidden;
  position: relative;
}
.benifits__img img {
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 39.9375em) {
  .benifits__img {
    text-align: center;
  }
  .benifits__img img {
    width: 100%;
  }
}
.benifits__app-only {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  height: 30px;
  background-color: white;
  box-shadow: 0px 0px 3px #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.benifits__app-only svg path {
  fill: #00c38a;
}
.benifits__text {
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  height: 100%;
}
@media screen and (max-width: 47.9375em) {
  .benifits__text {
    font-size: 16px;
    padding: 10px;
  }
}
.benifits__title {
  font-size: 22px;
  margin: 0;
  line-height: 1.1818181818;
}
.benifits__subhead, .benifits__intro {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.3333333333;
}

@media screen and (min-width: 40em) {
  .productEntries {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
.productEntries--items-1 {
  grid-template-columns: 12fr;
}
@media screen and (min-width: 40em) {
  .productEntries--items-1 .productEntries__item {
    max-height: 550px;
    padding: 5rem 1rem;
    flex-direction: row;
  }
}
.productEntries__headline {
  color: #00c38a;
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 150px 0 -30px 0;
}
.productEntries__highlight {
  color: #00c38a;
  font-size: 1.8rem;
}
.productEntries__item {
  position: relative;
  background-color: white;
  display: flex;
  width: 100%;
  padding: 2.5rem 0;
  cursor: pointer;
  flex-direction: column;
  max-height: auto;
}
.productEntries__item img {
  max-height: 300px;
}
@media screen and (min-width: 40em) {
  .productEntries__item img {
    max-height: auto;
  }
}
.productEntries__item span, .productEntries__item h3, .productEntries__item p {
  color: black;
}
.productEntries__item--related {
  display: block;
  padding: 25px;
  width: calc(33% - 10px);
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  .productEntries__item--related {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.productEntries__item--related .button {
  background-color: #004a83;
  font-size: 16px;
  line-height: 19px;
  font-weight: 900;
  padding: 12px 50px;
}
.productEntries__item--related .button:hover {
  border-color: #004a83 !important;
}
.productEntries__img-holder {
  background-size: contain;
  background-position: center;
  height: 220px;
  background-repeat: no-repeat;
}
.productEntries__img-wrapper {
  margin: auto;
  height: 100%;
}
.productEntries__img-wrapper img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productEntries__img-wrapper--campaign {
  position: relative;
}
.productEntries__img-wrapper--campaign:after {
  content: "Kampanje-tilbud";
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2222222222;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #004a83;
  color: white;
  text-align: center;
}
.productEntries__img-wrapper--customerBenefit {
  position: relative;
}
.productEntries__img-wrapper--customerBenefit:after {
  content: "Kunde fordel";
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2222222222;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #00c38a;
  color: white;
  padding: 10px;
}
.productEntries__head {
  margin: 10px auto;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.1666666667;
}
@media screen and (max-width: 47.9375em) {
  .productEntries__head {
    font-size: 24px;
  }
}
.productEntries__intro {
  margin-bottom: 25px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 40em) {
  .productEntries__intro {
    font-size: 20px;
  }
}
.productEntries__text {
  text-align: center;
  padding: 20px;
}
.productEntries__text p {
  margin-top: 0;
}
@media screen and (min-width: 40em) {
  .productEntries__text {
    max-width: 65%;
    padding: 30px 40px;
  }
}
.productEntries__text--multi {
  padding: 0px 40px 30px;
  font-size: 22px;
  max-width: 95%;
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 47.9375em) {
  .productEntries__text--multi {
    padding: 0px 0px 150px;
  }
}
@media screen and (max-width: 39.9375em) {
  .productEntries__text--multi {
    padding-bottom: 50px;
  }
}
.productEntries__text--multi .productEntry__bottom {
  position: static;
}
@media screen and (min-width: 40em) {
  .productEntries__text--multi .productEntry__bottom {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.productEntries__text--multi .productEntry__bottom .button--link {
  width: 45%;
}
.productEntries__text--related {
  padding: 0px 20px;
  font-size: 22px;
  max-width: 95%;
  margin: auto;
  padding-bottom: 150px;
  color: black;
}
@media screen and (max-width: 47.9375em) {
  .productEntries__text--related {
    padding: 0px 0px 150px;
  }
}
@media screen and (max-width: 39.9375em) {
  .productEntries__text--related {
    padding-bottom: 50px;
  }
}
.productEntries__text--related .productEntries__head {
  font-size: 22px;
  line-height: 35px;
}
.productEntries__text--related p {
  font-size: 16px;
  line-height: 29px;
}
.productEntries__text--related .productEntries__price {
  font-weight: 600;
  color: #004a83;
  font-size: 22px;
  line-height: 30px;
}
.productEntries__text--related .productEntries__price--currency {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.productEntries__text--related .productEntry__bottom {
  position: static;
}
@media screen and (min-width: 40em) {
  .productEntries__text--related .productEntry__bottom {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.productEntries__text--related .productEntry__bottom .button--link {
  width: 45%;
}
.productEntries__text--campaign {
  padding-bottom: 100px;
}
@media screen and (min-width: 40em) {
  .productEntries__text--campaign {
    padding-bottom: 140px;
  }
}
.productEntries .button--link:hover {
  color: black;
  background-color: white;
  border: 2px solid #00c38a;
}
.productEntries__price {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  .productEntries__price {
    font-size: 32px;
  }
}
@media screen and (max-width: 39.9375em) {
  .productEntries__price {
    font-size: 24px;
  }
}
.productEntries__price--currency, .productEntries__price--comments {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.productEntries__price--ord {
  font-size: 16px;
  margin: 0;
}

.userinterface {
  display: flex;
  background-color: white;
  justify-content: space-between;
  padding: 50px 100px;
  margin-bottom: 30px;
}
.userinterface .power__product--icon {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .userinterface {
    flex-direction: column;
    padding: 16px;
    margin: 0 16px;
  }
}
.userinterface__text {
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .userinterface__text {
    width: 100%;
  }
}
.userinterface__head {
  margin: 10px 0;
}
.userinterface__head + p {
  margin: 0;
}
.userinterface__login--head {
  color: #00c38a;
  font-size: 16px;
  margin-top: 25px;
}
.userinterface form {
  display: flex;
  flex-direction: column;
}
.userinterface textarea,
.userinterface input {
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-color: #d6d6d6;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
}
@media screen and (max-width: 47.9375em) {
  .userinterface textarea,
  .userinterface input {
    margin-bottom: 5px;
  }
}
.userinterface button {
  width: auto;
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
}
@media screen and (max-width: 47.9375em) {
  .userinterface button {
    background-color: #00c38a;
  }
}
.userinterface button:hover {
  border-color: transparent;
  background-color: #00c38a;
  color: white;
}

form input::-moz-placeholder, .tab input::-moz-placeholder {
  color: transparent;
}

form input::placeholder, .tab input::placeholder {
  color: transparent;
}
form fieldset, .tab fieldset {
  padding-left: 0 !important;
}
form select,
form textarea,
form input, .tab select,
.tab textarea,
.tab input {
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 10px;
  border-color: #d6d6d6;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  font-size: 22px;
}
@media screen and (max-width: 39.9375em) {
  form select,
  form textarea,
  form input, .tab select,
  .tab textarea,
  .tab input {
    padding: 18px 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
form a, .tab a {
  color: #00c38a;
}
form select, .tab select {
  font-size: 16px;
  font-weight: 600;
  color: #717171;
}
form .heading label, form .heading legend, .tab .heading label, .tab .heading legend {
  font-size: 16px;
  font-weight: 600;
  color: #717171;
}
form .form__label--hide .heading, .tab .form__label--hide .heading {
  display: none;
}
form .checkboxes label, .tab .checkboxes label {
  display: block;
}
form .checkboxes input, .tab .checkboxes input {
  width: auto;
  height: 20px;
  width: 25px;
  margin-right: 30px;
  margin-left: 0;
}
@media screen and (max-width: 47.9375em) {
  form .checkboxes input, .tab .checkboxes input {
    width: auto;
    height: auto;
    margin-right: 15px;
  }
}
form button, .tab button {
  border: 1px solid rgb(141, 141, 141);
  padding: 10px 35px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
}
form button:hover, .tab button:hover {
  border-color: #00c38a;
  background-color: #00c38a;
  color: white;
}
form header, .tab header {
  font-size: 26px !important;
  position: relative !important;
  display: inline-block !important;
  margin-bottom: 35px !important;
}
form header p, .tab header p {
  display: none;
}
form header:after, .tab header:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60%;
  border-bottom: 3px solid #00c38a;
}
form header h3, .tab header h3 {
  margin-bottom: 0;
}
form .input__hidden, .tab .input__hidden {
  display: none;
}
form .input__subs, .tab .input__subs {
  text-align: center;
}
form .input__subs--date, .tab .input__subs--date {
  width: 60px !important;
}
form .input__subs--date-year, .tab .input__subs--date-year {
  width: 120px !important;
}
form .label__opaq, .tab .label__opaq {
  opacity: 0.5;
}
form .label__medium, .tab .label__medium {
  font-size: 16px;
}
form .label--large legend, .tab .label--large legend {
  font-size: 20px;
  font-weight: 600;
  color: black;
  margin-bottom: 10px;
}
@media screen and (min-width: 64em) {
  form .label--large legend, .tab .label--large legend {
    font-size: 22px;
  }
}
form .label--large .input label, .tab .label--large .input label {
  font-size: inherit !important;
  font-weight: inherit !important;
}
form .multiplechoice label, .tab .multiplechoice label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
form .multiplechoice input[type=radio], .tab .multiplechoice input[type=radio] {
  min-width: 30px;
  width: 30px;
  height: 20px;
  margin: 0;
  margin-right: 20px;
}
form .multiplechoice input[type=radio]:checked, .tab .multiplechoice input[type=radio]:checked {
  position: relative;
}
form .multiplechoice input[type=radio]:checked:after, .tab .multiplechoice input[type=radio]:checked:after {
  padding: 3px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #00c38a;
  background-clip: content-box;
}

.row {
  display: flex;
  margin-bottom: 10px;
}

.sproutforms-message-success {
  display: none;
}

.checkbox--big {
  width: 30px;
  min-width: 30px;
  height: 25px;
}
.checkbox--small {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.checkbox--pro {
  margin-right: 20px;
}
.checkbox--pro:after {
  content: "";
}

.margin--left {
  margin-left: 40px;
}
.margin--left-2 {
  margin-left: 80px;
}

.errors li {
  color: red;
}

.field {
  border: none;
  margin: 5px 0;
}
@media screen and (max-width: 39.9375em) {
  .field {
    margin: 10px 0;
  }
}
.field--compact {
  margin: 0;
}
.field--compact input {
  margin-bottom: 15px;
}

.grecaptcha-badge {
  z-index: 100;
}

.privacypolicy {
  font-size: 13px;
  line-height: 1.2857142857;
  font-weight: 600;
}
.privacypolicy label {
  display: none;
}
.privacypolicy__wrapper {
  display: flex;
  flex-direction: row-reverse;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
.privacypolicy input {
  width: 30px;
  min-width: 30px;
  height: 20px;
  margin: 0;
  margin-right: 8px;
}

.form__privacy--custom {
  display: flex;
  font-size: 13px;
  line-height: 1.2857142857;
  font-weight: 600;
}
.form__privacy--custom input {
  width: 30px;
  min-width: 30px;
  height: 18px;
  margin-right: 5px;
}

.powerSMB-form .field, .powerContactBedrift-form .field {
  margin: 5px 0;
}
.powerSMB-form input, .powerContactBedrift-form input {
  padding: 10px;
}
.powerSMB-form .heading p, .powerContactBedrift-form .heading p {
  font-size: 14px;
  margin: 0;
}

.productterms {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 600;
}

.form__productTerms {
  padding: 15px 10px;
  width: 30px !important;
  min-width: 30px;
  height: 20px;
  margin-left: 0;
}

.optin label {
  display: flex;
  align-items: baseline;
}
.optin label input {
  width: 26px;
  height: 16px;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}

.contactdetails-row {
  width: 48%;
  display: inline-block;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert > p {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.form__freespace {
  padding-left: 20px;
  margin-bottom: 30px;
}
.form__validation-error {
  display: block;
  color: red;
  padding-left: 40px;
  margin-bottom: 20px;
}
.form__label-pro {
  position: relative;
}
.form__label-pro label {
  position: absolute;
  top: 20%;
  padding-left: 13px;
}
.form__label-pro:focus-within .heading label, .form__label-pro:hover .heading label, .form__label-pro:focus .heading label, .form__label-pro:active .heading label, .form__label-pro--active .heading label {
  display: block;
  position: absolute;
  top: 0;
  font-size: 12px;
  color: #00c38a !important;
  padding-left: 10px;
  font-weight: 600;
}
.form__label-pro:focus-within input, .form__label-pro:hover input, .form__label-pro:focus input, .form__label-pro:active input, .form__label-pro--active input {
  padding-top: 25px;
  padding-bottom: 5px;
}
.form__input {
  display: flex;
  flex-direction: column-reverse;
  width: 60%;
  align-items: start;
  padding: 15px 10px;
  margin: 0;
  position: relative;
}
.form__input input {
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (min-width: 64em) {
  .form__input input {
    font-size: 20px;
  }
}
.form__input input:hover {
  border-color: #F2F4F5;
}
.form__input label {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
  color: #717171;
  /* position: absolute;
  top: 25%; */
}
.form__input--full {
  width: 100%;
}
.form__input--blank {
  border: none;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  outline: none;
}
.form__inline {
  display: inline-block;
  width: 50%;
}
.form__checkbox {
  display: grid;
}
.form__success {
  background-color: #00c38a;
  color: white;
  text-align: center;
  padding: 100px;
  margin-bottom: 100px;
  white-space: pre-line;
}
.form__success h2 {
  margin-bottom: 10px;
}
.form__success a {
  padding: 25px 30px;
  border: 3px solid white;
  display: inline-block;
  margin: 30px auto;
  font-weight: 700;
}
.form__error {
  text-align: left;
  color: red;
  font-size: 20px;
}
.form__error-msg {
  color: red;
  font-size: 24px;
  font-weight: 500;
}
.form--search {
  display: flex;
  margin-left: auto;
  text-align: center;
  transition: width 0.3s ease;
}
.form--search--active {
  width: 90%;
  transition: width 0.3s ease;
  z-index: 100;
}
.form--search--active.form--search-istad {
  width: 80%;
}
.form--search--active .form--search__icon {
  display: none;
}
.form--search--active .form--search__close {
  visibility: visible;
  width: 19px;
  height: 20px;
}
.form--search--active .form--search__input, .form--search--active .form--search__input-istadfiber {
  padding-right: 60px;
}
@media screen and (min-width: 40em) {
  .form--search input::-webkit-input-placeholder, .form--search input:-moz-placeholder, .form--search input::placeholder {
    color: black;
  }
}
.form--search__input, .form--search__input-istadfiber {
  background-color: #F2F4F5;
  border-color: #F2F4F5;
  font-weight: 500;
  font-size: 16px;
  padding: 13px 20px;
  margin-bottom: 0;
}
.form--search__input-istadfiber {
  background-color: transparent;
  border-color: transparent;
  margin-right: 1.1rem;
}
@media screen and (min-width: 64em) {
  .form--search__input-istadfiber {
    background-color: #F2F4F5;
    border-color: #F2F4F5;
    margin-right: 0;
  }
}
.form--search__close, .form--search__icon {
  width: 19px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -40px;
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
}
.form--search__icon {
  display: block;
  transform: translateY(60%);
}
@media screen and (min-width: 40em) {
  .form--search__icon {
    transform: translateY(50%);
  }
}
.form--search__close {
  visibility: hidden;
  width: 0;
  height: 0;
  transform: translateY(60%);
}
@media screen and (min-width: 40em) {
  .form--search__close {
    transform: translateY(40%);
  }
}
@media screen and (min-width: 75em) {
  .form--search-istad {
    right: 1rem;
  }
}

#fields-checkboxes1,
#fields-checkboxes2 {
  display: grid;
}

.relocationForm {
  background-color: white;
  padding: 30px 200px;
  margin-bottom: 100px;
  border-radius: 4px;
}
@media screen and (max-width: 47.9375em) {
  .relocationForm {
    padding: 20px;
  }
}
.relocationForm .relocation-form input[type=tel], .relocationForm .relocation-form input[type=text], .relocationForm .relocation-form input[type=email], .relocationForm .relocation-form input[type=date] {
  width: 100%;
  height: 44px;
  border-color: #d6d6d6;
  border-style: solid;
  border-radius: 4px;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 600;
}
.relocationForm .relocation-form input[type=tel] {
  width: auto;
}
.relocationForm .relocation-form label {
  color: rgb(117, 117, 117);
  font-size: 16px;
  font-weight: 600;
}
.relocationForm button[type=submit] {
  padding: 10px 35px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  background-color: #00c38a;
  color: white;
  border-style: solid;
  border-color: #00c38a;
  border-radius: 4px;
}

.phone select {
  display: none !important;
}

[class^=sectionHeading] {
  font-size: 26px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}
[class^=sectionHeading] h3 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
}
[class^=sectionHeading]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60%;
  border-bottom: 2px solid #00c38a;
}

.tibeform-fieldset .form--row__3-columns {
  display: flex;
}

.required label::after {
  content: " *";
  display: inline-flex;
  margin-left: 10px;
  color: red;
  transform: translateY(15%);
}

.productContact-form .field {
  margin: 0 auto;
}
.productContact-form input {
  margin-bottom: 0;
  padding: 10px;
}
.productContact-form .submit button {
  margin-top: 5px;
}
.productContact-form .submit button:hover {
  color: white;
  background-color: #00c38a;
}

.uploadBtn {
  border-radius: 4px;
  background-color: lightgray;
  padding: 5px;
  border: 1px solid lightgray;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.uploadBtn-wrapper {
  position: relative;
  margin-bottom: 30px;
  padding: 8px;
  border: 1px solid lightgray;
  border-radius: 4px;
  background-color: white;
}

.fileupload {
  visibility: hidden;
}

.fieldContainer {
  padding-top: 20px;
}
@media screen and (min-width: 40em) {
  .fieldContainer {
    padding-top: 60px;
  }
}

.formContent {
  display: none;
}
.formContent--active {
  display: block;
}

#customerNr::-webkit-outer-spin-button,
#customerNr::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fui-legend {
  color: black !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 47.9375em) {
  .fui-legend {
    font-size: 22px;
  }
}
.fui-submit {
  padding: 7px 15px !important;
  font-size: 16px !important;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  background-color: #00c38a !important;
  color: white;
  border-style: solid;
  border-radius: 4px;
  border-color: transparent !important;
}
.fui-submit:hover {
  border-color: #00c38a !important;
  background-color: white !important;
  color: #00c38a !important;
}
@media screen and (min-width: 40em) {
  .fui-submit {
    padding: 10px 35px !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
}
.fui-label {
  margin-bottom: 3px !important;
}
.fui-field {
  margin-bottom: 15px !important;
}
.fui-limit {
  display: none !important;
}
.fui-top {
  background-color: #004a83 !important;
  border-color: #004a83 !important;
  margin-bottom: 20px !important;
  margin-top: -20px !important;
}
.fui-top::before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-right: 25px;
  background-image: url("/resources/images/arrow-right-white.png");
  background-repeat: no-repeat;
  transform: rotateY(180deg);
}
.fui-top:hover {
  background-color: white !important;
  color: black !important;
}
.fui-top:hover::before {
  background-image: url("/resources/images/arrow-right.png");
  height: 15px;
}

.fui-type-agree label {
  font-size: 14px !important;
  line-height: 1.2857142857;
  font-weight: bold !important;
  color: black !important;
}

.fui-i, .fui-i * {
  font-family: "Montserrat", sans-serif !important;
}

.relocationFormie__options .fui-fieldset legend {
  padding-bottom: 20px;
}
.relocationFormie__options .fui-fieldset label {
  font-weight: 400;
  margin-bottom: 10px;
  color: black;
  font-size: 18px;
}
@media screen and (min-width: 40em) {
  .relocationFormie__options .fui-fieldset label {
    font-size: 22px;
  }
}
.relocationFormie__ordernew .fui-input-container {
  font-size: 16px;
  color: black;
  position: relative;
}
@media screen and (min-width: 40em) {
  .relocationFormie__ordernew .fui-input-container {
    font-size: 22px;
  }
}
.relocationFormie__ordernew .fui-input-container a {
  padding: 5px 8px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  background-color: #004a83;
  color: white;
  border-radius: 4px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: #004a83 1px solid;
  font-size: 16px;
  position: absolute;
  bottom: -26px;
  left: 110px;
  bottom: -66px;
}
@media screen and (min-width: 40em) {
  .relocationFormie__ordernew .fui-input-container a {
    left: 160px;
    bottom: -77px;
    padding: 7px 10px;
    font-size: 20px;
  }
}
.relocationFormie__ordernew .fui-input-container a:hover {
  background-color: white;
  color: #004a83;
}
@media screen and (max-width: 47.9375em) {
  .relocationFormie__ordernew-btn button[type=submit] {
    padding: 8px 25px !important;
    font-size: 16px !important;
  }
}

.fui-alert-success {
  background-color: #00c38a !important;
  font-size: 16px !important;
  color: white !important;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 40em) {
  .fui-alert-success {
    padding: 50px !important;
    font-size: 20px !important;
  }
}

.text--big {
  font-weight: 600;
  line-height: 1.4615384615;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .text--big {
    font-size: 26px;
  }
}
.text--medium {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7272727273;
}
.text--small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
.text--last {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 40em) {
  .text--last {
    margin-bottom: 80px !important;
  }
}
.text__p-head {
  margin-bottom: 20px;
}
.text__opacity {
  opacity: 0.5;
}
.text--accent {
  color: #00c38a;
}
.text--privacy {
  word-wrap: break-word;
}
.text strong {
  font-weight: 600;
}
.text table {
  width: 100%;
  font-size: 1rem;
  border: 0;
  border-collapse: collapse;
}
.text table th, .text table td {
  padding: 0.25rem 0.5rem;
  border-width: 0;
}
.text table tr:nth-of-type(odd) {
  background-color: #e4e4e4;
}
.text table tr:hover td {
  background-color: #212529;
  color: white;
}
.text ul {
  list-style: disc;
  padding: 0rem 2rem;
}

.textImg {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}
.textImg--reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 40em) {
  .textImg {
    flex-direction: row;
  }
  .textImg--reverse {
    flex-direction: row-reverse;
  }
}
.textImg__item {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .textImg__item {
    width: 48%;
    height: auto;
  }
}
.textImg__img {
  /*   -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-size: contain; */
  background-repeat: no-repeat;
  margin-top: 1em;
  height: 300px;
}
@media screen and (min-width: 40em) {
  .textImg__img {
    height: auto;
  }
}
.textImg__img--real {
  position: absolute;
  left: 51%;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: auto;
}

.registrationForm-btn {
  padding: 15px 60px;
  font-size: 20px;
  border-style: solid;
  background-color: white;
  border-color: black;
}
.registrationForm-btn:hover {
  background-color: #00c38a;
  border-color: #00c38a;
  color: white;
}
.registrationForm-btn--active {
  display: none;
}

.registrationForm {
  display: none;
  background-color: white;
  position: relative;
  border-radius: 24px;
}
.registrationForm--active {
  display: block;
  padding: 200px 80px;
  padding-top: 35px;
}
.registrationForm--active .field {
  margin: 0;
}
.registrationForm--active .field input {
  padding: 10px;
}
@media screen and (max-width: 47.9375em) {
  .registrationForm--active {
    padding: 50px 20px 0px 20px;
  }
}
.registrationForm--active .multiplechoice label {
  margin-bottom: 3px;
}
.registrationForm h3 {
  color: #00c38a;
  margin: 0;
}
.registrationForm__conf {
  color: white;
  background-color: #00c38a;
  font-size: 12px;
  padding: 10px 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 500;
  text-align: center;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
@media screen and (max-width: 47.9375em) {
  .registrationForm__conf {
    padding: 10px;
    margin: 20px -20px;
    position: relative;
  }
}
.registrationForm--success {
  background-color: #00c38a;
  color: white;
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 30px 80px;
}
@media screen and (min-width: 40em) {
  .registrationForm--success {
    padding: 30px 150px;
  }
}
.registrationForm--success h2, .registrationForm--success h3, .registrationForm--success h4, .registrationForm--success h1 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 50px;
}
.registrationForm--success a {
  border-color: white;
  display: inline-block;
  margin: 30px;
}
.registrationForm--success a:hover {
  background-color: white;
  color: #00c38a;
}

.contactForm input, .contactForm textarea {
  font-size: 18px;
}
.contactForm .field {
  margin: 2px 0;
}
.contactForm .submit {
  margin-left: auto;
}
@media screen and (max-width: 47.9375em) {
  .contactForm .submit {
    margin: auto;
  }
}
.contactForm button {
  border: 1px solid rgb(141, 141, 141);
  padding: 10px 35px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  margin-top: 0;
  border-radius: 4px;
}
@media screen and (max-width: 47.9375em) {
  .contactForm button {
    color: white;
    background-color: #004a83;
    border: 1px solid #004a83;
  }
}

.contactForm-success {
  height: 550px;
  background-color: #00c38a;
  color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 270px;
  text-align: center;
}
.contactForm-success--corporate {
  background-color: #F2F4F5;
}
@media screen and (max-width: 47.9375em) {
  .contactForm-success {
    padding: 0 50px;
  }
}
.contactForm-success__button {
  border-color: white;
  margin-top: 30px;
  display: inline-block;
}
.contactForm-success h2 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 50px;
}
@media screen and (max-width: 47.9375em) {
  .contactForm-success h2 {
    font-size: 36px;
  }
}

.paragraph label {
  font-size: 16px;
  font-weight: 600;
}

.order-power {
  margin-bottom: 50px;
  padding: 30px 80px;
  padding-bottom: 100px;
  background-color: white;
  border-radius: 28px;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .order-power {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 39.9375em) {
  .order-power {
    padding: 20px;
    padding-bottom: 150px;
  }
}
.order-powerinput[type=date]:in-range::-webkit-datetime-edit-year-field, .order-powerinput[type=date]:in-range::-webkit-datetime-edit-month-field, .order-powerinput[type=date]:in-range::-webkit-datetime-edit-day-field, .order-powerinput[type=date]:in-range::-webkit-datetime-edit-text {
  color: transparent;
}
.order-power .text-hidden {
  display: none;
}
.order-power__info--inactive {
  visibility: hidden;
  height: 0;
}
.order-power__info--alt-addr {
  visibility: hidden;
  height: 0;
  width: 100%;
}
.order-power__info--alt-addr--active {
  visibility: visible;
  height: auto;
}
.order-power__info--alt-addr input {
  padding: 7px;
  margin: 0;
}
.order-power__submit {
  margin-left: 30px;
  padding: 26px;
  margin-top: 30px;
}
.order-power__grp {
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 0;
}
.order-power__grp fieldset {
  border: none;
}
.order-power__grp fieldset label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  max-width: 100px;
}
.order-power__grp fieldset label input {
  margin-bottom: 2px;
  margin-left: 0;
  height: 25px;
  width: 55%;
  min-width: 55%;
}
.order-power__grp:last-child {
  border-bottom: none;
}
.order-power__info-item {
  padding: 0 10px;
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 20px;
}
.order-power__info-item--head {
  margin: 0;
  font-size: 13px;
  color: #00c38a;
  font-weight: 400;
}
.order-power__info-item label {
  margin: 0;
  font-size: 13px;
  color: #00c38a;
  font-weight: 500;
}
.order-power__info-item--button {
  padding: 18px 24px;
  display: inline-block;
  border-color: black;
  background-color: transparent;
  cursor: pointer;
  margin-top: 30px;
}
@media screen and (max-width: 47.9375em) {
  .order-power__info-item--button {
    border-color: #00c38a;
    background-color: #00c38a;
    padding: 15px;
  }
}
.order-power__info-item--button:hover {
  border-color: #00c38a;
  background-color: #00c38a;
  color: white;
}
.order-power__info-item--post {
  display: flex;
  justify-content: space-between;
}
.order-power__info-item--post .form__input,
.order-power__info-item--post .user__info-item {
  width: calc(50% - 3px);
}
.order-power__info-item--check {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.order-power__info-item--check * {
  cursor: pointer;
}
.order-power__info-item--check input {
  margin-right: 10px;
  width: 30px;
  height: 25px;
}
.order-power__info-meter {
  visibility: hidden;
  height: 0;
}
.order-power__info-meter--active {
  visibility: visible;
  height: auto;
}
.order-power__dateMoved {
  display: none;
}
.order-power__dateMoved input {
  max-width: 400px;
  display: block;
}
.order-power__dateMoved--active {
  display: block;
}
.order-power__sec-resi {
  display: none;
}
.order-power__sec-resi--active {
  display: block;
}
.order-power__success {
  padding: 60px 30px;
}
@media screen and (min-width: 40em) {
  .order-power__success {
    padding: 60px 160px;
  }
}
.order-power__success a:hover {
  background-color: white;
  color: #00c38a;
}
.order-power__buttons, .order-power__buttons * {
  font-size: 18px;
}
@media screen and (min-width: 40em) {
  .order-power__buttons {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .order-power__buttons, .order-power__buttons * {
    font-size: 20px;
  }
}
.order-power__button--bottom {
  margin-bottom: 30px;
}
.order-power__button-forward {
  display: block;
  margin-top: 20px;
}
.order-power__button-forward:hover {
  background-color: #00c38a;
  color: white;
  border-color: #00c38a;
}
@media screen and (min-width: 40em) {
  .order-power__button-forward {
    margin-top: 0;
  }
}

.customercare {
  /*  &--fiber{

       .customercare__options{
           @include breakpoint(large down){
               flex-wrap: wrap;
           }
       }
       .customercare__option{
           @include breakpoint(large down){
               width: 48%;
           }
       }
   } */
}
.customercare__section {
  max-width: 1100px;
  margin: auto;
  padding: 0 16px;
}
.customercare__head {
  text-align: center;
  font-size: 44px;
  margin: 0;
  line-height: 1.2;
}
.customercare__intro {
  text-align: center;
  font-size: 26px;
  line-height: 1.2142857143;
}
.customercare__service {
  display: none;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
}
.customercare__service--active {
  display: block;
  transition: all 0.3s ease;
}
.customercare__service-close {
  position: absolute;
  background-image: url("/resources/images/icon-close.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .customercare__service-close {
    width: 24px;
    height: 24px;
    right: 75px;
    top: 70px;
  }
}
.customercare__options {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 74.9375em) {
  .customercare__options--fiber {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .customercare__options {
    flex-direction: column;
  }
}
.customercare__options--active {
  display: none;
}
.customercare__option {
  margin: 5px;
  text-align: center;
  background-color: white;
  padding: 25px;
  width: calc(33% - 2px);
  cursor: pointer;
}
@media screen and (max-width: 47.9375em) {
  .customercare__option {
    padding: 0;
    margin: 5px -5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 74.9375em) {
  .customercare__option--fiber {
    width: 48%;
  }
}
@media screen and (max-width: 39.9375em) {
  .customercare__option {
    width: 100%;
  }
}
.customercare__option:before {
  content: "";
  display: block;
  margin: 60px auto 30px auto;
  width: 100px;
  height: 100px;
  background-image: url("/resources/images/icon-contact.png");
  background-repeat: no-repeat;
  background-position: center;
}
.customercare__option--ring:before {
  background-image: url("/resources/images/icon-ring.png");
}
.customercare__option--chat:before {
  background-image: url("/resources/images/icon-chat.png");
}
.customercare__option--link {
  display: inline-block;
  margin: 20px 0;
}
.customercare__option--link:hover {
  background-color: #00c38a;
  color: white;
  border-color: #00c38a;
}
.customercare__option--help:before {
  background-image: url("/resources/images/fiber-help.svg");
}
.customercare__link {
  color: #00c38a;
  font-size: 18px;
}
.customercare__contacts {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 47.9375em) {
  .customercare__contacts {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .customercare__contacts {
    flex-direction: column;
  }
}
.customercare__contacts-head {
  text-align: center;
  margin-top: 45px;
}
.customercare__contact {
  margin: 5px;
  text-align: left;
  background-color: white;
  width: calc(33% - 4px);
  border-bottom: 12px solid #00c38a;
}
@media screen and (max-width: 47.9375em) {
  .customercare__contact {
    width: calc(49% - 4px);
    margin: 2px;
    margin-bottom: 30px;
  }
  .customercare__contact:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 39.9375em) {
  .customercare__contact {
    width: 100%;
    text-align: center;
  }
}
.customercare__contact--info {
  padding: 20px 25px;
}
.customercare__contact--text:hover:nth-child(odd) {
  color: #00c38a;
}
.customercare__contact--position {
  font-size: 18px;
  color: #00c38a;
}
.customercare__contact h3 {
  margin: 0;
}
.customercare__address {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 47.9375em) {
  .customercare__address {
    flex-direction: column;
    justify-content: center;
  }
}
.customercare__opening h2 {
  font-weight: 600;
  font-size: 30px;
  margin: 0;
}
.customercare__opening p {
  margin: 0;
}
.customercare__map {
  height: auto;
  width: 55%;
}
@media screen and (max-width: 47.9375em) {
  .customercare__map {
    width: 100%;
    height: 300px;
  }
}
.customercare__map .google-map {
  height: 100%;
  width: 100%;
}

.callForm, .contactForm {
  max-width: 810px;
}

.contactForm {
  margin: auto;
}

.customercare__option--fiber:before {
  content: "";
  display: block;
  margin: 60px auto 30px auto;
  width: 100px;
  height: 100px;
  background-image: url("/resources/images/icon-contact-red.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.customercare__option--fiber.customercare__option--ring:before {
  background-image: url("/resources/images/icon-ring-red.svg");
}
.customercare__option--fiber.customercare__option--chat:before {
  background-image: url("/resources/images/icon-chat-red.svg");
}
.customercare__option--fiber.customercare__option--link {
  display: inline-block;
  margin: 20px 0;
}
.customercare__option--fiber.customercare__option--link:hover {
  background-color: #00c38a;
  color: white;
  border-color: #00c38a;
}
.customercare__option--fiber.customercare__option--help:before {
  background-image: url("/resources/images/fiber-help.svg");
}

.fibernetInterest {
  margin: auto;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  padding: 25px;
  padding-top: 50px;
  /*     input {
              outline: none;
              border: none;
          } */
}
@media screen and (min-width: 40em) {
  .fibernetInterest {
    padding: 75px;
  }
}
.fibernetInterest__saved {
  background-color: #00c38a;
  color: white;
}
.fibernetInterest__saved h2 {
  font-size: 50px;
}
.fibernetInterest__saved a {
  border-color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}
.fibernetInterest__saved a:hover {
  background-color: white;
  color: #00c38a;
}
.fibernetInterest__message {
  font-size: 20px;
  font-weight: 600;
}
.fibernetInterest__rest {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 40em) {
  .fibernetInterest__rest {
    flex-direction: row;
  }
}
.fibernetInterest__rest button {
  height: 60px;
  background-color: white;
  border-color: #d6d6d6;
}
.fibernetInterest__rest button:hover {
  border: none;
}
@media screen and (max-width: 47.9375em) {
  .fibernetInterest__rest button {
    color: white;
    background-color: #00c38a;
  }
}
.fibernetInterest__input {
  border: 2px solid #d6d6d6;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  align-items: start;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .fibernetInterest__input {
    margin-bottom: 0px;
    width: 60%;
  }
}
.fibernetInterest__input input {
  padding: 0;
  padding-bottom: 15px;
  margin: 0;
}
.fibernetInterest__input label {
  font-size: 16px;
  color: #7F7F7F;
}
.fibernetInterest__input .no-border {
  outline: none;
  border: none;
  margin-top: 5px;
}

.container {
  background-color: white;
  padding: 25px;
  padding-bottom: 0;
}
@media screen and (min-width: 64em) {
  .container {
    padding: 75px;
    padding-bottom: 150px;
  }
}

.faq__head {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 16px;
}
.faq__head, .faq__ans, .faq__category-head, .faq__categories, .faq__question {
  padding: 0 16px;
}
.faq--istadfiber {
  background-color: white;
}
.faq__categories, .faq__question {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 39.9375em) {
  .faq__categories, .faq__question {
    padding-bottom: 10px;
  }
}
.faq__categories {
  margin-top: 40px !important;
  margin-bottom: 0px !important;
}
.faq__catgroup {
  display: none;
  padding-top: 5px;
}
.faq__catgroup--active {
  display: block;
}
.faq__item {
  display: block;
}
.faq__item--active {
  display: block;
}
.faq__button {
  padding: 10px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  background-color: transparent;
  color: black;
  border: 1px solid #717171;
}
@media screen and (min-width: 64em) {
  .faq__button {
    margin-bottom: 0;
  }
}
.faq__button:hover, .faq__button--active {
  border-color: #00c38a;
  background-color: #00c38a;
  color: white;
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.faq__question:after {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 10px;
  background-image: url("/resources/images/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2px;
}
.faq__question--active:after {
  transform: rotate(180deg);
}
.faq__ans {
  opacity: 0;
  max-height: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.faq__ans--active {
  opacity: 1;
  height: auto;
  max-height: 1000px;
}
.faq__feedback {
  position: fixed;
  bottom: 0;
  opacity: 0;
  height: 0;
}
.faq__feedback--active {
  background-color: white;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
  padding: 55px;
  padding-top: 75px;
  border-radius: 8px;
  width: 100%;
  opacity: 1;
  height: auto;
  box-shadow: 0px 0px 4px lightgrey;
  transition: bottom 0.2s linear;
  bottom: 25%;
  z-index: 5555;
}
.faq__submit {
  display: none;
  margin-left: 25px;
  background-color: #00c38a;
  color: white;
  border: none;
  margin-top: 10px;
}
.faq__submit--active {
  display: block;
}
.faq__radio {
  max-width: 15px;
}
.faq__radio input {
  -webkit-appearance: none;
  width: 20px;
  padding: 0;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 2px solid #00c38a;
}
.faq__radio input:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.faq__radio input:checked:before {
  background-color: #00c38a;
}
.faq__radio:checked ~ button {
  display: block !important;
}
.faq__radio--no:checked ~ textarea {
  height: 100px;
  opacity: 1;
}
.faq__radio--no:checked ~ label {
  display: block;
}
.faq__error {
  color: red;
  padding-left: 25px;
}
.faq__success {
  position: fixed;
  z-index: 100;
  top: 30%;
  left: 50%;
  bottom: 40%;
  transform: translateX(-50%);
  background-color: #004a83;
  color: white;
  text-align: center;
  margin-left: 0 !important;
  padding: 25px;
  animation: cssAnimation 0s ease-in 3s forwards;
}
@media screen and (min-width: 64em) {
  .faq__success {
    padding: 100px;
  }
}
@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
}

.formrender {
  display: flex;
  justify-content: end;
  flex-direction: column;
}
@media screen and (min-width: 40em) {
  .formrender {
    flex-direction: row;
  }
}
.formrender__form {
  display: none;
}
.formrender__form--active {
  display: block;
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 100px;
  border-radius: 8px;
  box-shadow: 0 2px 30px lightgrey;
}
.formrender__form--active--normal {
  padding: 1.5rem;
  margin-bottom: 100px;
  box-shadow: 0 2px 3px lightgrey;
}
@media screen and (min-width: 40em) {
  .formrender__form--active {
    padding: 3rem 3rem;
  }
}
.formrender__form--active label {
  color: #757575;
  font-size: 16px;
  font-weight: 600;
}
.formrender__form--active button[type=submit] {
  padding: 7px 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  background-color: #00c38a;
  color: white;
  border-style: solid;
  border-color: #00c38a;
  border-radius: 4px;
}
@media screen and (min-width: 40em) {
  .formrender__form--active button[type=submit] {
    padding: 10px 35px;
    font-size: 20px;
    line-height: 1.2;
  }
}
.formrender--splitversion .formrender__form {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.formrender__close {
  background-image: url("/resources/images/icon-close.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 18px;
  height: 18px;
  display: block;
  float: right;
  cursor: pointer;
}
.formrender__img {
  margin-right: 16px;
  margin-bottom: 25px;
}
@media screen and (min-width: 40em) {
  .formrender__img {
    margin-bottom: 0px;
  }
}
.formrender__success {
  background-color: #00c38a;
  color: white;
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 100px;
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .formrender__success {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 39.9375em) {
  .formrender__success {
    padding: 50px;
  }
}
.formrender__success a {
  border-color: white;
  display: inline-block;
  margin: 30px;
}
@media screen and (max-width: 47.9375em) {
  .formrender__success a {
    border: solid;
    margin: 30px 0;
  }
}
.formrender__success-wrapper {
  width: 100%;
}
.formrender-form {
  padding-right: 0;
  align-self: baseline;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.formrender-form p {
  margin-top: 5px;
}
.formrender-form h2, .formrender-form h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.formrender-form__btn--active {
  display: none;
}
@media screen and (min-width: 64em) {
  .formrender-form {
    max-width: 60%;
    padding-left: 50px;
  }
}

.productform__subhead {
  margin: 0;
  color: #00c38a;
  font-size: 18px;
}

.weather {
  border-top: 2px solid rgba(192, 188, 188, 0.5);
  border-bottom: 2px solid rgba(192, 188, 188, 0.5);
  padding: 55px 0;
}

.weatherinfo {
  display: flex;
}
.weatherinfo__item {
  width: 33%;
  box-shadow: 0px 0px 6px 0px lightgrey;
  margin: 15px;
  border-radius: 4px;
  padding: 55px 30px;
  flex-direction: column;
  color: #00c38a;
  font-size: 18px;
  text-align: center;
  background-color: white;
}
.weatherinfo__item:before {
  content: none;
}
.weatherinfo__instant {
  font-size: 36px;
  line-height: 1.2222222222;
  font-weight: 600;
}
@media screen and (max-width: 74.9375em) {
  .weatherinfo__instant {
    font-size: 28px;
  }
}
.weatherinfo__night {
  font-size: 28px;
  line-height: 1.2142857143;
}
@media screen and (max-width: 74.9375em) {
  .weatherinfo__night {
    font-size: 24px;
  }
}
.weatherinfo__prop {
  color: black;
  padding-top: 10px;
  font-weight: 500;
}

.productTerms__popup {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.productTerms__popup {
  font-size: 18px;
}
.productTerms__popup--active {
  position: relative;
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 12px;
}
@media screen and (min-width: 40em) {
  .productTerms__popup--active {
    padding: 40px;
  }
}
.productTerms__popup-close {
  position: absolute;
  top: 52px;
  right: 52px;
  background-image: url("/resources/images/icon-close.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  float: right;
  cursor: pointer;
}
.productTerms__content {
  padding: 20px;
  padding-top: 40px;
  background-color: white;
}

.graph {
  /*   &__formSection{
        display: none;
        position: relative;

        @include breakpoint(medium){
            visibility: hidden;
            height: 0;
            display: block;
        }

        &--active{
            display: block;
            padding: 0 16px;
            @include breakpoint(medium){
                visibility: visible;
                height: auto;
            }
        }
    } */
}
.graph__canvas {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all;
}
.graph__canvas canvas {
  max-height: 200px;
  height: 200px;
}
@media screen and (min-width: 40em) {
  .graph__canvas canvas {
    max-height: 350px;
    height: 350px;
  }
}
@media screen and (min-width: 64em) {
  .graph__canvas canvas {
    max-height: 550px;
    height: 550px;
  }
}
@media screen and (max-width: 39.9375em) {
  .graph__canvas {
    padding: 0;
  }
}
.graph__canvas--active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.graph__canvas--daily, .graph__canvas--weekly {
  position: relative;
}
.graph__canvas--weekly .graph__city-dayprice {
  display: none;
}
@media screen and (min-width: 40em) {
  .graph__template--daily {
    padding-top: 150px;
  }
}
@media screen and (min-width: 40em) {
  .graph__template--weekly {
    padding-top: 120px;
  }
}
.graph__items {
  padding: 0;
  position: relative;
  background-color: white;
  padding-top: 0;
  box-shadow: 0px 0px 6px 0px lightgray;
}
@media screen and (min-width: 64em) {
  .graph__items {
    padding: 40px 80px;
  }
}
.graph__items input {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: transparent;
  padding-bottom: 0;
}
.graph__items button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #00c38a;
}
.graph__summary {
  position: static;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  max-width: 280px;
  margin-top: 20px;
  padding: 0 16px;
}
@media screen and (min-width: 40em) {
  .graph__summary {
    margin-top: 0px;
    position: absolute;
    right: 16px;
    padding: 0;
  }
}
.graph__summary li:before {
  content: none;
}
.graph__summary caption {
  text-align: left;
}
.graph__summary table {
  border-collapse: collapse;
}
.graph__city {
  text-align: left;
  font-weight: 600;
  padding: 0 16px;
}
@media screen and (min-width: 40em) {
  .graph__city {
    position: absolute;
    top: 100px;
    left: 0;
  }
}
.graph__city p {
  margin: 0;
}
.graph__city span {
  margin-left: 30px;
  font-weight: 300;
  position: relative;
}
.graph__city span:before {
  content: "×";
  position: absolute;
  left: -28px;
  top: -4px;
  width: 10px;
  height: 10px;
  font-size: 32px;
  font-weight: 100;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  .graph__city span:before {
    font-size: 38px;
    top: -8px;
  }
}
.graph__head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (min-width: 40em) {
  .graph__head {
    justify-content: flex-start;
  }
}
.graph__head-item {
  font-weight: normal;
}
.graph__head-item--active {
  font-weight: bold;
  background-color: #F2F4F5;
  border-bottom: 2px solid #00c38a;
}
.graph__head-item--active:before {
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #00c38a;
  transform: translateY(11%);
}
@media screen and (min-width: 40em) {
  .graph__head-item--active:before {
    margin-right: 15px;
    width: 21px;
    height: 21px;
  }
}
.graph__head span {
  text-decoration: none;
  padding: 18px 5px;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (min-width: 40em) {
  .graph__head span {
    font-size: 22px;
    padding: 18px 15px;
    padding: 30px 45px;
  }
}
.graph__text {
  font-size: 12px;
  opacity: 0.6;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
.graph__country ul {
  margin-bottom: 0;
  list-style: none;
}
.graph__country-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
  padding: 0 1rem;
}
@media screen and (min-width: 40em) {
  .graph__country-row {
    padding: 0 2rem;
  }
}
.graph__region {
  font-weight: 400;
  text-align: left;
  position: relative;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 40em) {
  .graph__region {
    font-size: 22px;
  }
}
.graph__region h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  .graph__region h3 {
    font-size: 24px;
  }
}
.graph__region span:before {
  content: none;
}
.graph__region:before {
  position: absolute;
  content: "";
  left: -20px;
  transform: translateY(50%);
  display: inline-flex;
  width: 16px;
  border-radius: 50%;
  height: 16px;
  background-color: #5370a9;
}
@media screen and (min-width: 40em) {
  .graph__region:before {
    left: -30px;
  }
}
.graph__region--NO2:before {
  background-color: #ffdf50;
}
.graph__region--NO3:before {
  background-color: #43c8ee;
}
.graph__region--NO4:before {
  background-color: #acd864;
}
.graph__region--NO5:before {
  background-color: #33b454;
}
.graph__region-text {
  padding: 1rem 1rem;
  width: 100%;
}
.graph__country-spotprices {
  width: 50%;
}
.graph__map {
  background-image: url("/resources/images/map.svg");
  height: 250px;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
  align-self: baseline;
}
@media screen and (min-width: 40em) {
  .graph__map {
    display: block;
    height: 500px;
    background-size: cover;
    margin-bottom: 0;
  }
}

.postNr-form {
  display: flex;
  margin-right: auto;
  max-width: 375px;
  flex-basis: 2 1;
  height: 60px;
  margin-top: 15px;
  padding: 0 16px;
}
@media screen and (min-width: 40em) {
  .postNr-form {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
}
.postNr-form label {
  position: absolute;
  color: #00c38a;
  top: 5px;
  font-size: 12px;
  left: 30px;
}
@media screen and (min-width: 40em) {
  .postNr-form label {
    left: 10px;
  }
}
.postNr-form button:hover {
  border: 1px solid #00c38a;
}

.fiberPopups {
  position: fixed;
  right: 0;
  display: flex;
  align-items: baseline;
  z-index: 999999;
  bottom: 15px;
}
@media screen and (min-width: 64em) {
  .fiberPopups {
    bottom: 6px;
    right: 100px;
  }
}

.fiberPopup {
  position: fixed;
  bottom: 16px;
  right: 10px;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 360px;
  overflow: hidden;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.428571rem 0px;
}
.fiberPopup--active {
  display: block;
  bottom: 86px;
}
@media screen and (max-width: 47.9375em) {
  .fiberPopup--active {
    height: 80vh;
    overflow-y: scroll;
    max-width: 100%;
  }
}
.fiberPopup__desc {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2857142857;
}
.fiberPopup__head {
  background-color: #FF1400;
  color: white;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 12px;
  cursor: pointer;
}
.fiberPopup__head:after {
  content: "";
  display: inline-flex;
  background-image: url("/resources/images/fiber-popup-head.svg");
  background-size: 17px;
  width: 10px;
  height: 2px;
  float: right;
  margin-top: 16px;
}
.fiberPopup__form {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  display: none;
}
.fiberPopup__form--active {
  display: block;
}
.fiberPopup__form input, .fiberPopup__form textarea {
  font-size: 1rem;
  padding: 12px 10px;
}
.fiberPopup__form .submit button {
  width: 100%;
  color: white;
  background-color: #FF1400;
  border-color: transparent;
}
.fiberPopup__form .submit button:hover {
  border: 1px solid #FF1400;
  background-color: white;
  color: #FF1400;
}
.fiberPopup__form .optin {
  margin-bottom: 20px;
}
.fiberPopup__success {
  padding: 25px 35px;
  color: #00c38a;
}
.fiberPopup__success--active {
  display: none;
}
.fiberPopup__trigger {
  border: 0;
  cursor: pointer;
  width: 110px;
  height: 50px;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 10px;
}
.fiberPopup__trigger--chat {
  background-image: url("/resources/images/icon-chat--red.png");
}
.fiberPopup__trigger--tips {
  background-color: #FF1400;
  border-radius: 25px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 47px;
  width: 135px;
  height: 47px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 74.9375em) {
  .fiberPopup__trigger--tips {
    width: 50px;
    height: 50px;
  }
}
.fiberPopup__trigger--tips:before {
  content: " ";
  background-image: url("/resources/images/tip-us.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 24px;
  width: 20px;
  margin-left: 0.5rem;
  margin-right: 10px;
  height: 24px;
}
.fiberPopup__trigger--tips:after {
  content: "Tips oss ";
}
@media screen and (max-width: 74.9375em) {
  .fiberPopup__trigger--tips:after {
    display: none;
  }
}
.fiberPopup .optin label {
  display: flex;
}
.fiberPopup .optin input {
  margin: 0;
  margin-right: 10px;
  width: 65px;
  height: 18px;
}
.fiberPopup .optin .input {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 500;
}

.employees {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .employees {
    justify-content: start;
  }
}
.employees-departments {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 25px auto;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 74.9375em) {
  .employees-departments {
    padding: 0;
  }
}
@media screen and (min-width: 40em) {
  .employees-departments {
    margin: 50px auto;
  }
}
.employees-departments__item {
  border: 1px solid #717171;
  padding: 7px;
  margin: 3px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (min-width: 40em) {
  .employees-departments__item {
    font-size: 16px;
    padding: 7px 20px;
    margin: 10px;
  }
}
.employees-departments__item:before {
  content: none;
}
.employees-departments__item--active {
  background-color: #00c38a;
  border: 1px solid #00c38a;
  color: white;
}

.employee {
  display: none;
  margin: 0.6%;
  margin-bottom: 50px;
  width: 98%;
}
@media screen and (min-width: 40em) {
  .employee {
    width: 48%;
  }
}
@media screen and (min-width: 64em) {
  .employee {
    width: 32%;
  }
}
.employee--active {
  transform: all 0.3s;
  display: block;
  transform-origin: 0% 50%;
}
.employee__img {
  cursor: pointer;
  /* &:hover{
      .employee__img--still{
          opacity: 0;
          height: 0;
      }

      .employee__img--gif{
          opacity: 1;
          height: auto;
      }
  } */
}
.employee__img video {
  display: block;
}
.employee__img--gif {
  opacity: 0;
  height: 0;
}
.employee__info {
  background-color: white;
  padding: 25px;
}
.employee__position {
  color: #00c38a;
  font-weight: 18px;
  font-weight: 600;
}
.employee__text-head {
  margin: 0;
}

@keyframes enter {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes leaves {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    display: none;
  }
}
.formreport__content {
  display: flex;
  flex-basis: 48%;
}
.formreport__input, .formreport__output {
  width: 40%;
  margin-right: 50px;
}
.formreport__inputFld {
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  border-color: #00c38a;
  border-left-style: solid;
  border-top-style: solid;
  border-radius: 7px;
}
.formreport__inputFld:focus, .formreport__inputFld:focus-visible {
  outline: 2px solid #00c38a;
}
.formreport__output {
  width: 50%;
}
.formreport__output span {
  color: olive;
}
.formreport__inlineblocks {
  display: flex;
  align-items: baseline;
}
.formreport__inlineblocks input {
  margin-right: 15px;
}

.text-box {
  background-color: white;
  padding: 32px;
}
@media screen and (min-width: 64em) {
  .text-box {
    padding: 64px;
  }
}
.text-box__text {
  white-space: pre-wrap;
}
.text-box__text p {
  display: inline-block;
  background-color: #00c38a;
  color: white;
  padding: 10px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2222222222;
  margin: 0;
}
.text-box__text p:not(:last-child) {
  margin-bottom: 10px;
}

.login-gateway {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  text-decoration: none;
  gap: 1rem;
}
.login-gateway:hover, .login-gateway:focus {
  border-color: #333;
}
.login-gateway .svg-icon {
  display: block;
  height: 40px;
}
.login-gateway .svg-icon svg {
  height: 40px;
}
.login-gateway__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.login-gateway__text-name {
  font-weight: bold;
}

.linkblock__wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.linkblock__item {
  max-width: 350px;
}
.linkblock__item img {
  width: 100%;
  height: auto;
}

.flowLandingpage__header-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
@media screen and (min-width: 64em) {
  .flowLandingpage__header-wrapper {
    left: 86px;
  }
}
.flowLandingpage__title {
  color: #FFF;
  font-family: Montserrat;
  background: #ff1400;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  font-style: normal;
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  margin-bottom: 4px;
}
.flowLandingpage__title svg {
  height: 20px;
  width: auto;
}
@media screen and (min-width: 64em) {
  .flowLandingpage__title {
    font-size: 43px;
    font-weight: 700;
    line-height: 54px;
    padding: 18px 23px 12px 23px;
  }
  .flowLandingpage__title svg {
    height: 34px;
    width: auto;
  }
}
.flowLandingpage__subtitle {
  color: #FFF;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  background: #ff1400;
  margin: 0;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 18px;
  padding: 9px;
}
@media screen and (min-width: 64em) {
  .flowLandingpage__subtitle {
    font-size: 26px;
    line-height: 36px;
    padding: 23px;
  }
}
.flowLandingpage__intro {
  color: #000;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.11px; /* 138.885% */
}
.flowLandingpage__back-button {
  border-radius: 8px;
  background: #FFF;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding: 8px 23px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem auto;
}
.flowLandingpage__back-button:hover {
  border-color: #575d64;
}
