@charset "UTF-8";

/*
 * Copyright artegence.com
 * @author - Adrian Kepa
 *
 */

/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! jQuery UI - v1.12.0 - 2016-08-08
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("../../../images/datepicker/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../../../images/datepicker/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999;
  background: #dadada url("../../../images/datepicker/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaa;
  background: #fff url("../../../images/datepicker/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaa;
  background-color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../../../images/datepicker/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../../../images/datepicker/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../../images/datepicker/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../../../images/datepicker/ui-icons_222222_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../../../images/datepicker/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("../../../images/datepicker/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../../images/datepicker/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../../images/datepicker/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../../images/datepicker/ui-icons_cd0a0a_256x240.png");
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: -8px -8px 8px #aaa;
}

/* VARIABLES
--------------------------------------------------------------------------
========================================================================*/

/* Actions types
------------------------------------------------------------------------*/

/* Inputs types
------------------------------------------------------------------------*/

/* Sizes
------------------------------------------------------------------------*/

/* Other
------------------------------------------------------------------------*/

/* Fonts
------------------------------------------------------------------------*/

/* Fonts
------------------------------------------------------------------------*/

@font-face {
  font-family: "Roboto Thin";
  src: url("../fonts/roboto-thin.eot");
  src: url("../fonts/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-thin.woff") format("woff"), url("../fonts/roboto-thin.ttf") format("truetype"), url("../fonts/roboto-thin.svg#Roboto Thin") format("svg");
}

@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/roboto-light.eot");
  src: url("../fonts/roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light.woff") format("woff"), url("../fonts/roboto-light.ttf") format("truetype"), url("../fonts/roboto-light.svg#Roboto Light") format("svg");
}

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/roboto-regular.eot");
  src: url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"), url("../fonts/roboto-regular.svg#Roboto Regular") format("svg");
}

@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/roboto-medium.eot");
  src: url("../fonts/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium.ttf") format("truetype"), url("../fonts/roboto-medium.svg#Roboto Medium") format("svg");
}

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/roboto-bold.eot");
  src: url("../fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold.ttf") format("truetype"), url("../fonts/roboto-bold.svg#Roboto Bold") format("svg");
}

/* COLORS
--------------------------------------------------------------------------
========================================================================*/

/* Base
------------------------------------------------------------------------*/

/* Play colors
------------------------------------------------------------------------*/

/* Messages
------------------------------------------------------------------------*/

/* Map sales points
------------------------------------------------------------------------*/

/* Social
------------------------------------------------------------------------*/

#datepicker-container .button,
#datepicker-contract .button,
#datepicker-container-business .button {
  right: 0;
  left: inherit;
}

#datepicker-container .icon-one-year-account,
#datepicker-contract .icon-one-year-account,
#datepicker-container-business .icon-one-year-account {
  color: #583787;
}

#datepicker-container .form-input:before,
#datepicker-contract .form-input:before,
#datepicker-container-business .form-input:before {
  right: 48px;
}

#datepicker-container input[type="text"],
#datepicker-contract input[type="text"],
#datepicker-container-business input[type="text"] {
  padding: 0 10px;
}

#id-expire-date,
#contract-expire-date,
#datepicker-container-business,
#business-start-date {
  cursor: text;
}

#ui-datepicker-div * {
  font-family: "Roboto Regular";
}

#ui-datepicker-div thead {
  background: #d0d6d8;
  color: #000;
}

#ui-datepicker-div tr {
  background: #fff;
}

#ui-datepicker-div th {
  font-weight: normal;
}

#ui-datepicker-div a {
  background: transparent;
  border: 0;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-unselectable span {
  background: transparent;
  border: 0;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-header,
#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-state-active {
  background: #583787;
}

#ui-datepicker-div .ui-datepicker-title {
  padding-left: 8.5%;
  color: #fff;
  font-weight: normal;
}

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-state-active {
  color: #fff;
}

#ui-datepicker-div .ui-state-default:hover {
  color: #fff;
  background: #583787;
}

#ui-datepicker-div .ui-datepicker-today>.ui-state-default {
  background: #e6eaeb;
  color: #000;
}

#ui-datepicker-div .ui-datepicker-next {
  background: url("../images/datepicker/chevron-right-w.png") no-repeat center;
  background-size: 75%;
  top: 12px;
}

#ui-datepicker-div .ui-datepicker-next:hover {
  opacity: .7;
  cursor: pointer;
  top: 12px;
  right: 2px;
}

#ui-datepicker-div .ui-datepicker-prev {
  background: url("../images/datepicker/chevron-left-w.png") no-repeat center;
  background-size: 75%;
  top: 12px;
}

#ui-datepicker-div .ui-datepicker-prev:hover {
  opacity: .7;
  cursor: pointer;
  top: 12px;
  left: 2px;
}

#ui-datepicker-div .ui-icon {
  background: 0;
}

#ui-datepicker-div .ui-datepicker-year {
  border: 0;
  background-color: #583787;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: #ffffff\"></polygon></svg>");
  color: #fff;
  cursor: pointer;
}

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.row .row {
  max-width: none;
  margin-left: -.625rem;
  margin-right: -.625rem;
}

.row.expanded {
  max-width: none;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.column,
.columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: .625rem;
  padding-right: .625rem;
  min-width: 0;
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.small-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.small-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.small-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-1>.column,
.small-up-1>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-2>.column,
.small-up-2>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-3>.column,
.small-up-3>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-4>.column,
.small-up-4>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-5>.column,
.small-up-5>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-6>.column,
.small-up-6>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-7>.column,
.small-up-7>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-8>.column,
.small-up-8>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-left: .625rem;
  padding-right: .625rem;
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top,
.align-top.columns {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column.align-bottom,
.align-bottom.columns {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.align-middle,
.align-middle.columns {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.align-stretch,
.align-stretch.columns {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  border-radius: 0;
  -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
          transition: box-shadow .5s, border-color .25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
          transition: box-shadow .5s, border-color .25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type="submit"],
[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
}

input[type="search"] {
  box-sizing: border-box;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1rem;
}

[type="checkbox"]+label,
[type="radio"]+label {
  display: inline-block;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type="checkbox"]+label[for],
[type="radio"]+label[for] {
  cursor: pointer;
}

label>[type="checkbox"],
label>[type="radio"] {
  margin-right: .5rem;
}

[type="file"] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0;
}

.help-text {
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group>:first-child {
  border-radius: 0 0 0 0;
}

.input-group>:last-child>* {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: .5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 .1875rem;
  margin: 0;
  margin-left: -.1875rem;
}

select {
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, .1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
          transition: background-color .25s ease-out, color .25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: .85em 1em;
  margin: 0 0 1rem 0;
  font-size: .9rem;
  background-color: #2199e8;
  color: #fefefe;
}

[data-whatinput="mouse"] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #1583cc;
  color: #fefefe;
}

.button.tiny {
  font-size: .6rem;
}

.button.small {
  font-size: .75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button.secondary {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled,
.button[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset .4em;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: .4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -.1em;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before,
.button-group::after {
  content: " ";
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  font-size: .9rem;
}

.button-group .button:not(:last-child) {
  margin-right: 1px;
}

.button-group.tiny .button {
  font-size: .6rem;
}

.button-group.small .button {
  font-size: .75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before,
.button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
  display: inline-block;
  width: 50%;
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
  display: inline-block;
  width: 33.33333%;
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
  display: inline-block;
  width: 25%;
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
  display: inline-block;
  width: 20%;
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
  display: inline-block;
  width: 16.66667%;
  margin-right: 1px;
}

.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  width: 100%;
  border-right: 1px solid transparent;
}

.button-group.stacked .button:not(:last-child),
.button-group.stacked-for-small .button:not(:last-child),
.button-group.stacked-for-medium .button:not(:last-child) {
  border-bottom: 1px solid #fefefe;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section>:last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  font-weight: bold;
  padding: .5rem .625rem .625rem;
}

table thead,
table tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: .5rem .625rem .625rem;
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

table tbody th,
table tbody td {
  padding: .5rem .625rem .625rem;
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before,
.breadcrumbs::after {
  content: " ";
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: .6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 .75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #2199e8;
}

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

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  content: " ";
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: .875rem;
  margin-right: .0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: .1875rem .625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: .1875rem .625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: .1875rem .625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: "\2026";
  padding: .1875rem .625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "\00ab";
  display: inline-block;
  margin-right: .5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "\00bb";
  display: inline-block;
  margin-left: .5rem;
}

/* VARIABLES
--------------------------------------------------------------------------
========================================================================*/

/* Actions types
------------------------------------------------------------------------*/

/* Inputs types
------------------------------------------------------------------------*/

/* Sizes
------------------------------------------------------------------------*/

/* Other
------------------------------------------------------------------------*/

/* Fonts
------------------------------------------------------------------------*/

/* COLORS
--------------------------------------------------------------------------
========================================================================*/

/* Base
------------------------------------------------------------------------*/

/* Play colors
------------------------------------------------------------------------*/

/* Messages
------------------------------------------------------------------------*/

/* Map sales points
------------------------------------------------------------------------*/

/* Social
------------------------------------------------------------------------*/

/* KEYFRAMES
--------------------------------------------------------------------------
========================================================================*/

/* Base
------------------------------------------------------------------------*/

/* Animate height
------------------------------------------------------------------------*/

@-webkit-keyframes height {
  0% {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    max-height: 1000px;
    visibility: visible;
  }
}

@keyframes height {
  0% {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    max-height: 1000px;
    visibility: visible;
  }
}

/* Animate fade-in/out
------------------------------------------------------------------------*/

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* Animate width-in
------------------------------------------------------------------------*/

@-webkit-keyframes width-in {
  0% {
    max-width: 0;
    opacity: 0;
    visibility: hidden;
  }

  100% {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes width-in {
  0% {
    max-width: 0;
    opacity: 0;
    visibility: hidden;
  }

  100% {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
}

/* Animate width out
------------------------------------------------------------------------*/

@-webkit-keyframes width-out {
  0% {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }

  100% {
    max-width: 0;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes width-out {
  0% {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }

  100% {
    max-width: 0;
    opacity: 0;
    visibility: hidden;
  }
}

/* Slide top
------------------------------------------------------------------------*/

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

/* Slide top
------------------------------------------------------------------------*/

@keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
  }
}

/* Slide
------------------------------------------------------------------------*/

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

/* Slide right
------------------------------------------------------------------------*/

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

/* Slide right-out
------------------------------------------------------------------------*/

@keyframes slide-right-out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes slide-right-out {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
  }
}

/* bounceInDown
------------------------------------------------------------------------*/

@-webkit-keyframes slide-up {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
  }

  60% {
    -webkit-transform: translate3d(0, -25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}

@keyframes slide-up {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
            transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
            transform: translate3d(0, 1000px, 0);
  }

  60% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* Bounce
------------------------------------------------------------------------*/

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-25px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }

  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

/* bounceInDown
------------------------------------------------------------------------*/

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300%, 0);
  }

  60% {
    -webkit-transform: translate3d(0, 25%, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10%, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
            transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300%, 0);
            transform: translate3d(0, -300%, 0);
  }

  60% {
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* Spin
------------------------------------------------------------------------*/

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateX(-91deg);
            transform: rotateX(-91deg);
  }

  to {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotateX(-91deg);
            transform: rotateX(-91deg);
  }

  to {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

/* TRANSFORMATIONS
--------------------------------------------------------------------------
========================================================================*/

/* TRANSITIONS
--------------------------------------------------------------------------
========================================================================*/

/* Transitions */

/* UTILITIES
--------------------------------------------------------------------------
========================================================================*/

/* Flex
------------------------------------------------------------------------*/

/* Inputs types
------------------------------------------------------------------------*/

/* Arrows */

/*RWG background*/

/* ANIMATIONS
--------------------------------------------------------------------------
========================================================================*/

/* ICONS
--------------------------------------------------------------------------
========================================================================*/

/* Icomoon
------------------------------------------------------------------------*/

@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon.eot?sdfdsfsdx");
  src: url("../icons/icomoon.eot?sdfdsfsdx#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?sdfdsfsdx") format("truetype"), url("../icons/icomoon.woff?sdfdsfsdx") format("woff"), url("../icons/icomoon.svg?sdfdsfsdx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Triangle arrows
------------------------------------------------------------------------*/

.arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #fff;
}

.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}

.arrow-left {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
}

/* Static kubik
------------------------------------------------------------------------*/

.static-kubik {
  overflow: hidden;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding-top: 25px;
  color: #583787;
  text-align: center;
  background: #e6eaeb;
  border-radius: 10px;
}

.static-kubik .character {
  display: block;
  font-size: 55px;
}

/* Custom styles
------------------------------------------------------------------------*/

[class^="icon-"],
[class*=" icon-"] {
  /* Icons additional sizes */
}

[class^="icon-"].square,
[class^="icon-"].circle,
[class*=" icon-"].square,
[class*=" icon-"].circle {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  text-align: center;
  background: #e6eaeb;
  vertical-align: middle;
}

[class^="icon-"].square.violet,
[class^="icon-"].circle.violet,
[class*=" icon-"].square.violet,
[class*=" icon-"].circle.violet {
  color: #fff;
  background: #583787;
}

[class^="icon-"].square.success,
[class^="icon-"].circle.success,
[class*=" icon-"].square.success,
[class*=" icon-"].circle.success {
  color: #fff;
  background: #83d037;
}

[class^="icon-"].square.error,
[class^="icon-"].circle.error,
[class*=" icon-"].square.error,
[class*=" icon-"].circle.error {
  color: #fff;
  background: #d03737;
}

[class^="icon-"].square.white,
[class^="icon-"].circle.white,
[class*=" icon-"].square.white,
[class*=" icon-"].circle.white {
  color: #583787;
  background: #fff;
}

[class^="icon-"].circle,
[class*=" icon-"].circle {
  border-radius: 50%;
}

[class^="icon-"].mini,
[class*=" icon-"].mini {
  font-size: 30px;
}

[class^="icon-"].small,
[class*=" icon-"].small {
  margin-bottom: 10px;
  font-size: 30px;
}

[class^="icon-"].medium,
[class*=" icon-"].medium {
  margin-bottom: 10px;
  font-size: 40px;
}

[class^="icon-"].medium.mixed,
[class*=" icon-"].medium.mixed {
  font-size: 60px;
}

[class^="icon-"].big-opinion,
[class*=" icon-"].big-opinion {
  font-size: 50px;
}

[class^="icon-"].large,
[class*=" icon-"].large {
  margin-bottom: 10px;
  font-size: 60px;
}

[class^="icon-"].large.square,
[class^="icon-"].large.circle,
[class*=" icon-"].large.square,
[class*=" icon-"].large.circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

[class^="icon-"].xlarge,
[class*=" icon-"].xlarge {
  font-size: 60px;
}

[class^="icon-"].xlarge.square,
[class^="icon-"].xlarge.circle,
[class*=" icon-"].xlarge.square,
[class*=" icon-"].xlarge.circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

[class^="icon-"].xxlarge,
[class*=" icon-"].xxlarge {
  font-size: 80px;
}

/* Base styles
------------------------------------------------------------------------*/

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons classes
------------------------------------------------------------------------*/

.icon-watch-allround-right:before {
  content: "";
}

.icon-rotate-screen:before {
  content: "";
}

.icon-timer3:before {
  content: "";
}

.icon-zegarek_monety:before {
  content: "";
}

.icon-phone-lock:before {
  content: "";
}

.icon-sms-in-phone:before {
  content: "";
}

.icon-wifi-in-phone:before {
  content: "";
}

.icon-wifi-with-phone:before {
  content: "";
}

.icon-logo:before {
  content: "";
}

.icon-logo-b2b:before {
  content: "";
}

.icon-empik:before {
  content: "";
}

.icon-wimp-text:before {
  content: "";
}

.icon-tidal:before {
  content: "";
}

.icon-lte:before {
  content: "";
}

.icon-ten-gb:before {
  content: "";
}

.icon-three-in-one:before {
  content: "";
}

.icon-four-in-one:before {
  content: "";
}

.icon-lte-4g:before {
  content: "";
}

.icon-4g-lte:before {
  content: "";
}

.icon-4glte-ultra:before {
  content: "";
}

.icon-mix:before {
  content: "";
}

.icon-twentyfour-hours:before {
  content: "";
}

.icon-wimp-logo:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.icon-fb:before {
  content: "";
}

.icon-gplus:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-ios:before {
  content: "";
}

.icon-nineteen:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-plus-stroke:before {
  content: "";
}

.icon-question-empty:before {
  content: "";
}

.icon-boxes-view:before {
  content: "";
}

.icon-transfer-to-play:before {
  content: "";
}

.icon-link-external:before {
  content: "";
}

.icon-squares:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-percent:before {
  content: "";
}

.icon-wifi10:before {
  content: "";
}

.icon-padlock:before {
  content: "";
}

.icon-tools:before {
  content: "";
}

.icon-gear:before {
  content: "";
}

.icon-telemetry:before {
  content: "";
}

.icon-first-choose:before {
  content: "";
}

.icon-trash-alt:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-point-newsstand:before {
  content: "";
}

.icon-point-play:before {
  content: "";
}

.icon-point-eshop:before {
  content: "";
}

.icon-point-fuelstation:before {
  content: "";
}

.icon-newsstand:before {
  content: "";
}

.icon-petrol:before {
  content: "";
}

.icon-first-aid:before {
  content: "";
}

.icon-areoplane:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-truck-big:before {
  content: "";
}

.icon-car-localize:before {
  content: "";
}

.icon-itaxi:before {
  content: "";
}

.icon-marker-full:before {
  content: "";
}

.icon-marker:before {
  content: "";
}

.icon-marker-black:before {
  content: "";
}

.icon-map-tick:before {
  content: "";
}

.icon-marker-map:before {
  content: "";
}

.icon-range-locations:before {
  content: "";
}

.icon-paperplane:before {
  content: "";
}

.icon-localize:before {
  content: "";
}

.icon-bulls-eye:before {
  content: "";
}

.icon-4g-poland:before {
  content: "";
}

.icon-dart:before {
  content: "";
}

.icon-all-over-poland:before {
  content: "";
}

.icon-salons:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-magnifying-bold:before {
  content: "";
}

.icon-filters:before {
  content: "";
}

.icon-three-men:before {
  content: "";
}

.icon-two-men:before {
  content: "";
}

.icon-one-man:before {
  content: "";
}

.icon-your-friends:before {
  content: "";
}

.icon-children:before {
  content: "";
}

.icon-single-user:before {
  content: "";
}

.icon-contact-advicer:before {
  content: "";
}

.icon-user-question:before {
  content: "";
}

.icon-family-globe:before {
  content: "";
}

.icon-family:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-user-join:before {
  content: "";
}

.icon-help-consultant:before {
  content: "";
}

.icon-happy:before {
  content: "";
}

.icon-sad:before {
  content: "";
}

.icon-mouth:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-hand:before {
  content: "";
}

.icon-touch-hand:before {
  content: "";
}

.icon-touch-interface:before {
  content: "";
}

.icon-document-hand:before {
  content: "";
}

.icon-touch-sos:before {
  content: "";
}

.icon-solutions:before {
  content: "";
}

.icon-active-people:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-sale:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-services-packages:before {
  content: "";
}

.icon-unlimited:before {
  content: "";
}

.icon-teddy-bear:before {
  content: "";
}

.icon-piggybank:before {
  content: "";
}

.icon-piggycoin:before {
  content: "";
}

.icon-light-bulb:before {
  content: "";
}

.icon-atm:before {
  content: "";
}

.icon-cradit-card:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-lower-price:before {
  content: "";
}

.icon-wifi-lock:before {
  content: "";
}

.icon-4glte-offer:before {
  content: "";
}

.icon-4g-document:before {
  content: "";
}

.icon-free-contract:before {
  content: "";
}

.icon-doc-download:before {
  content: "";
}

.icon-folder-check:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-document-sign:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-e-books:before {
  content: "";
}

.icon-valid-period:before {
  content: "";
}

.icon-internet-site:before {
  content: "";
}

.icon-browser-detect:before {
  content: "";
}

.icon-multimedia:before {
  content: "";
}

.icon-folder-opened:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-envelope-phone:before {
  content: "";
}

.icon-envelope-rounded:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-envelope-open:before {
  content: "";
}

.icon-envelope-doc:before {
  content: "";
}

.icon-cube:before {
  content: "";
}

.icon-night-transfer:before {
  content: "";
}

.icon-star-stroke:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-circle:before {
  content: "";
}

.icon-car-navi:before {
  content: "";
}

.icon-player:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-alert-circle:before {
  content: "";
}

.icon-question-mark-circle:before {
  content: "";
}

.icon-alert-stroke:before {
  content: "";
}

.icon-info-stroke:before {
  content: "";
}

.icon-question-stroke:before {
  content: "";
}

.icon-free:before {
  content: "";
}

.icon-new-item:before {
  content: "";
}

.icon-smartphone-flap:before {
  content: "";
}

.icon-display:before {
  content: "";
}

.icon-phone-keyboard:before {
  content: "";
}

.icon-autoconfiguration:before {
  content: "";
}

.icon-router-wifi:before {
  content: "";
}

.icon-router:before {
  content: "";
}

.icon-smartphone-bordered:before {
  content: "";
}

.icon-smartphone:before {
  content: "";
}

.icon-no-phone:before {
  content: "";
}

.icon-two-phones:before {
  content: "";
}

.icon-design:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-laptop-tablet:before {
  content: "";
}

.icon-pc-display:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-notebook:before {
  content: "";
}

.icon-laptop-bordered:before {
  content: "";
}

.icon-4g-devices:before {
  content: "";
}

.icon-laptop-big:before {
  content: "";
}

.icon-router-wifi-big:before {
  content: "";
}

.icon-router-big:before {
  content: "";
}

.icon-home-router-big:before {
  content: "";
}

.icon-router-wifi22:before {
  content: "";
}

.icon-movable-router:before {
  content: "";
}

.icon-movable-router-wifi:before {
  content: "";
}

.icon-processor:before {
  content: "";
}

.icon-headphone:before {
  content: "";
}

.icon-audiobook:before {
  content: "";
}

.icon-pad:before {
  content: "";
}

.icon-bow-box:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-gift-rounded:before {
  content: "";
}

.icon-voucher:before {
  content: "";
}

.icon-medal:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-presale:before {
  content: "";
}

.icon-cotillion:before {
  content: "";
}

.icon-cotillion-best:before {
  content: "";
}

.icon-bestseller:before {
  content: "";
}

.icon-high-rated:before {
  content: "";
}

.icon-award:before {
  content: "";
}

.icon-nagrywanie_duze:before {
  content: "";
}

.icon-film-recording:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-measure:before {
  content: "";
}

.icon-playback-arrows:before {
  content: "";
}

.icon-watch-allround:before {
  content: "";
}

.icon-vjs-play-control:before {
  content: "";
}

.icon-logout:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-vjs-vol-0:before {
  content: "";
}

.icon-vjs-vol:before {
  content: "";
}

.icon-vol1:before {
  content: "";
}

.icon-vjs-vol-1:before {
  content: "";
}

.icon-vjs-vol-2:before {
  content: "";
}

.icon-vjs-volume-menu-button:before {
  content: "";
}

.icon-vjs-fullscreen-control:before {
  content: "";
}

.icon-sound:before {
  content: "";
}

.icon-loudness:before {
  content: "";
}

.icon-no-wires:before {
  content: "";
}

.icon-powerbank:before {
  content: "";
}

.icon-charger:before {
  content: "";
}

.icon-battery-charging:before {
  content: "";
}

.icon-battery:before {
  content: "";
}

.icon-atypical-phone:before {
  content: "";
}

.icon-dashboard:before {
  content: "";
}

.icon-time-limit-circled:before {
  content: "";
}

.icon-last-items:before {
  content: "";
}

.icon-timer:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-clock-stroke-premiere:before {
  content: "";
}

.icon-clock-stroke:before {
  content: "";
}

.icon-timer2:before {
  content: "";
}

.icon-month-circled:before {
  content: "";
}

.icon-calendar-1:before {
  content: "";
}

.icon-calendar-30:before {
  content: "";
}

.icon-calendar-weekend:before {
  content: "";
}

.icon-one-year-account:before {
  content: "";
}

.icon-voucher-offer:before {
  content: "";
}

.icon-microsd:before {
  content: "";
}

.icon-sim-horizontal:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-safe-transfer:before {
  content: "";
}

.icon-home-wifi-router:before {
  content: "";
}

.icon-router-circled:before {
  content: "";
}

.icon-router-signal:before {
  content: "";
}

.icon-movable-wifi-router:before {
  content: "";
}

.icon-router-wifi-usb:before {
  content: "";
}

.icon-modem:before {
  content: "";
}

.icon-usb:before {
  content: "";
}

.icon-phone-sim:before {
  content: "";
}

.icon-phone-globe-sms:before {
  content: "";
}

.icon-phone-globe:before {
  content: "";
}

.icon-globe-sim:before {
  content: "";
}

.icon-sim-big:before {
  content: "";
}

.icon-one-sim:before {
  content: "";
}

.icon-two-sim:before {
  content: "";
}

.icon-three-sim:before {
  content: "";
}

.icon-phone-star:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-phone-roaming:before {
  content: "";
}

.icon-globe-computer:before {
  content: "";
}

.icon-cyclic-package:before {
  content: "";
}

.icon-globe-round:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-internet-postpaid:before {
  content: "";
}

.icon-internet-all-directions:before {
  content: "";
}

.icon-smartphone-globe:before {
  content: "";
}

.icon-safe-internet:before {
  content: "";
}

.icon-browser-security:before {
  content: "";
}

.icon-internet-lock:before {
  content: "";
}

.icon-installment:before {
  content: "";
}

.icon-great-price:before {
  content: "";
}

.icon-credit:before {
  content: "";
}

.icon-pln-bonus:before {
  content: "";
}

.icon-bonus:before {
  content: "";
}

.icon-prepaid:before {
  content: "";
}

.icon-internet-prepaid:before {
  content: "";
}

.icon-gb:before {
  content: "";
}

.icon-one-gb:before {
  content: "";
}

.icon-one-half-gb:before {
  content: "";
}

.icon-two-gb:before {
  content: "";
}

.icon-five-gb:before {
  content: "";
}

.icon-star-bag:before {
  content: "";
}

.icon-bag-sale:before {
  content: "";
}

.icon-phone-outlet:before {
  content: "";
}

.icon-audiobook2:before {
  content: "";
}

.icon-conversation-circle:before {
  content: "";
}

.icon-question-tooltip:before {
  content: "";
}

.icon-chat-tooltip:before {
  content: "";
}

.icon-conversation:before {
  content: "";
}

.icon-conversation-dash:before {
  content: "";
}

.icon-bubbles-rounded:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

/* FOUNDATION CUSTOM SETTINGS
--------------------------------------------------------------------------
========================================================================*/

.row-equalize>.column,
.row-equalize>.columns,
.row-equalize>.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Columns padding
------------------------------------------------------------------------*/

.row .row {
  margin-left: -10px;
  margin-right: -10px;
}

.column,
.columns,
.columns {
  padding-left: 10px;
  padding-right: 10px;
}

/* Foundation fixes
------------------------------------------------------------------------*/

/* Shrink fix */

/* Breakpoint align
------------------------------------------------------------------------*/

/* More columns ordering
------------------------------------------------------------------------*/

.small-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.small-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.small-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.small-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.small-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.small-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

/* Expand container
------------------------------------------------------------------------*/

.expand {
  width: 100%;
}

/* Fonts
------------------------------------------------------------------------*/

@font-face {
  font-family: "Roboto Thin";
  src: url("../fonts/roboto-thin.eot");
  src: url("../fonts/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-thin.woff") format("woff"), url("../fonts/roboto-thin.ttf") format("truetype"), url("../fonts/roboto-thin.svg#Roboto Thin") format("svg");
}

@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/roboto-light.eot");
  src: url("../fonts/roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light.woff") format("woff"), url("../fonts/roboto-light.ttf") format("truetype"), url("../fonts/roboto-light.svg#Roboto Light") format("svg");
}

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/roboto-regular.eot");
  src: url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"), url("../fonts/roboto-regular.svg#Roboto Regular") format("svg");
}

@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/roboto-medium.eot");
  src: url("../fonts/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium.ttf") format("truetype"), url("../fonts/roboto-medium.svg#Roboto Medium") format("svg");
}

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/roboto-bold.eot");
  src: url("../fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold.ttf") format("truetype"), url("../fonts/roboto-bold.svg#Roboto Bold") format("svg");
}

/*************************************************************************

  Title: Play
  Author: Adrian Kepa | artegence.com

**************************************************************************

/* BASE
--------------------------------------------------------------------------
========================================================================*/

/* Reset
------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* 3. LAYOUT
--------------------------------------------------------------------------
========================================================================*/

/* Default styles
------------------------------------------------------------------------*/

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

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  color: #000;
  font-family: "Roboto Light";
  font-size: 15px;
  text-align: left;
  background-image: -webkit-linear-gradient(top, #f6f7f8 0%, #fff 600px);
  background-image:         linear-gradient(to bottom, #f6f7f8 0%, #fff 600px);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F7F8', endColorstr='#FFFFFFFF', GradientType=0);
}

a {
  color: #583787;
  text-decoration: none;
  -webkit-transition: all .2s;
          transition: all .2s;
}

a:hover,
a:not(:hover):focus {
  color: #352151;
  text-decoration: none;
  outline: 0 none;
}

a.purple {
  color: #a94daa;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  padding: 0;
  list-style: none;
}

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

img.float-center {
  margin-bottom: 20px;
}

p {
  margin-bottom: 15px;
}

p+table {
  margin-top: 25px;
}

/* Abrr */

abbr[title],
abbr[data-original-title] {
  border: 0;
}

/* ACCESSIBILITY & USABILITY
--------------------------------------------------------------------------
========================================================================*/

/* Not loaded images plug
------------------------------------------------------------------------*/

/* Skiplinks
------------------------------------------------------------------------*/

.skiplinks {
  display: inline-block;
  left: -500px;
  position: absolute;
}

.skiplinks a {
  position: absolute;
  display: inline-block;
  top: 0;
  left: -500px;
  width: 250px;
  padding: 15px;
  color: #583787;
  background: #fff;
  border: 2px solid #583787;
  z-index: 1010;
  -webkit-transition: all .3s cubic-bezier(.5, .5, .05, .95);
          transition: all .3s cubic-bezier(.5, .5, .05, .95);
}

.skiplinks a:focus {
  outline: none;
  left: 500px;
}

/* Hover elements
------------------------------------------------------------------------*/

[tabindex="0"] {
  cursor: pointer;
}

/* Disable click
------------------------------------------------------------------------*/

.not-clickable {
  pointer-events: none;
}

/* Screen reader
------------------------------------------------------------------------*/

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* Focus elements
------------------------------------------------------------------------*/

/* Main container */

/* Main content */

.main-article label,
.main-article a:not(.button),
.main-article a:not([href="#"]),
.main-article a:not(.flip-button),
.main-article a:not([tabindex="-1"]) {
  text-decoration: underline;
}

.main-article label:hover,
.main-article a:not(.button):hover,
.main-article a:not([href="#"]):hover,
.main-article a:not(.flip-button):hover,
.main-article a:not([tabindex="-1"]):hover {
  text-decoration: none;
}

/* External link
------------------------------------------------------------------------*/

/* TYPOGRAPHY
--------------------------------------------------------------------------
========================================================================*/

/* Colors
------------------------------------------------------------------------*/

.text-violet {
  color: #583787;
}

.text-purple {
  color: #a94daa !important;
}

.text-error {
  color: #d03737;
}

.text-success {
  color: #83d037;
}

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

.text-black {
  color: #000 !important;
}

.text-gray {
  color: #d0d6d8;
}

.text-gray-dark {
  color: #848484;
}

/* Weight
------------------------------------------------------------------------*/

.text-thin {
  font-family: "Roboto Thin" !important;
}

/* Tags
------------------------------------------------------------------------*/

sup {
  vertical-align: super;
  font-size: 85%;
}

sub {
  vertical-align: sub;
  font-size: 85%;
}

b,
strong,
.bold {
  font-family: "Roboto Medium";
}

i,
em {
  font-style: italic;
}

hr {
  overflow: hidden;
  display: block;
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #e6eaeb;
}

small,
.small {
  font-size: 12px;
}

.enlarged {
  font-size: 120%;
}

.big {
  line-height: 1;
  font-size: 170%;
}

/* Lead
------------------------------------------------------------------------*/

.lead {
  font-size: 17px;
  font-weight: normal;
  font-family: "Roboto Thin";
}

/* Subheaders
------------------------------------------------------------------------*/

.subheader {
  margin: 0;
}

.subheader+h1,
.subheader h2,
.subheader h3,
.subheader h4,
.subheader h5,
.subheader h6,
.subheader .h1,
.subheader .h2,
.subheader .h3,
.subheader .h4,
.subheader .h5,
.subheader .h6,
.subheader .article-suggests-white h1,
.article-suggests-white .subheader h1,
.subheader .article-suggests-white h2,
.article-suggests-white .subheader h2,
.subheader .article-suggests-white h3,
.article-suggests-white .subheader h3,
.subheader .article-suggests-white h4,
.article-suggests-white .subheader h4,
.subheader .article-suggests-white h5,
.article-suggests-white .subheader h5,
.subheader .article-suggests-white h6,
.article-suggests-white .subheader h6,
.subheader .article-suggests-white .h1,
.article-suggests-white .subheader .h1,
.subheader .article-suggests-white .h2,
.article-suggests-white .subheader .h2,
.subheader .article-suggests-white .h3,
.article-suggests-white .subheader .h3,
.subheader .article-suggests-white .h4,
.article-suggests-white .subheader .h4,
.subheader .article-suggests-white .h5,
.article-suggests-white .subheader .h5,
.subheader .article-suggests-white figcaption,
.article-suggests-white .subheader figcaption,
.subheader .article-suggests-white legend,
.article-suggests-white .subheader legend,
.subheader figcaption,
.subheader legend {
  margin-top: 0;
}

/* Headers
------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.article-suggests-white h1,
.article-suggests-white h2,
.article-suggests-white h3,
.article-suggests-white h4,
.article-suggests-white h5,
.article-suggests-white h6,
.article-suggests-white .h1,
.article-suggests-white .h2,
.article-suggests-white .h3,
.article-suggests-white .h4,
.article-suggests-white .h5,
.article-suggests-white .h6,
.article-suggests-white figcaption,
.article-suggests-white legend,
figcaption,
legend {
  line-height: 1.1;
  font-style: normal;
  font-family: "Roboto Thin";
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.article-suggests-white h1 small,
.article-suggests-white h2 small,
.article-suggests-white h3 small,
.article-suggests-white h4 small,
.article-suggests-white h5 small,
.article-suggests-white h6 small,
.article-suggests-white .h1 small,
.article-suggests-white .h2 small,
.article-suggests-white .h3 small,
.article-suggests-white .h4 small,
.article-suggests-white .h5 small,
.article-suggests-white .h6 small,
.article-suggests-white figcaption small,
.article-suggests-white legend small,
figcaption small,
legend small {
  font-size: 70%;
}

/* Header h1 */

h1,
.h1 {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 28px;
}

/* Header h2 */

h2,
.h2 {
  margin: 30px 0 15px;
  font-size: 28px;
}

/* Header h3 */

h3,
.h3 {
  margin: 25px 0 15px;
  font-size: 24px;
}

/* Header h4 */

h4,
.h4 {
  margin: 25px 0 15px;
  font-size: 22px;
}

/* Header h5 */

h5,
.h5 {
  margin: 25px 0 15px;
  font-size: 20px;
}

/* Header h6 */

h6,
.h6,
.article-suggests-white h1,
.article-suggests-white h2,
.article-suggests-white h3,
.article-suggests-white h4,
.article-suggests-white h5,
.article-suggests-white h6,
.article-suggests-white .h1,
.article-suggests-white .h2,
.article-suggests-white .h3,
.article-suggests-white .h4,
.article-suggests-white .h5,
.article-suggests-white .h6,
.article-suggests-white figcaption,
.article-suggests-white legend {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Roboto Light";
}

/* Blockquote
------------------------------------------------------------------------*/

blockquote {
  position: relative;
  margin: 0 0 20px;
  padding: 10px 10px 10px 40px;
}

blockquote::before {
  content: "\000022";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  line-height: 1;
  color: #583787;
  font-size: 100px;
}

blockquote cite {
  color: #d0d6d8;
  display: block;
  font-size: 14px;
}

blockquote cite::before {
  content: "| ";
}

blockquote p:last-child {
  margin: 0;
}

/* Text decorations
------------------------------------------------------------------------*/

.underline {
  text-decoration: underline;
}

.no-decoration {
  text-decoration: none;
}

/* UTILITIES
--------------------------------------------------------------------------
========================================================================*/

.relative {
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

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

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

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

.display-inline {
  display: inline;
}

.block {
  display: block;
}

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

.custom-hide {
  display: none;
}

/* Display
------------------------------------------------------------------------*/

.children-inline-block>* {
  display: inline-block;
}

.children-inline-block.vcentered>* {
  vertical-align: middle;
}

.children-inline-block.bottom-centered>* {
  vertical-align: text-bottom;
}

/* Text align
------------------------------------------------------------------------*/

/* Margin
------------------------------------------------------------------------*/

.clear-both {
  clear: both;
}

/* Margin
------------------------------------------------------------------------*/

.overflow-visible {
  overflow: visible !important;
}

/* Margin
------------------------------------------------------------------------*/

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

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

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

.margin-bottom-small {
  margin-bottom: 30px;
}

.margin-top-small {
  margin-top: 10px;
}

.margin-auto {
  margin: auto;
}

/* Custom utilities
------------------------------------------------------------------------*/

/* Padding
------------------------------------------------------------------------*/

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

.top-padding {
  padding: 20px 0 0 !important;
}

.no-border {
  border: 0 !important;
}

/* Images
------------------------------------------------------------------------*/

img.full-width {
  width: 100%;
}

/* CUSTOM ANIMATIONS
--------------------------------------------------------------------------
========================================================================*/

/* Elements loading animation
------------------------------------------------------------------------*/

[data-animate] {
  position: relative;
  opacity: 0;
  -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
          transition: all .6s cubic-bezier(.215, .61, .355, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}

[data-animate].animated {
  opacity: 1;
}

/* Fade */

[data-preload="fade-in"] {
  -webkit-animation: fadeIn 1.5s;
          animation: fadeIn 1.5s;
}

[data-animate="bounce"] {
  -webkit-animation: bounce 1.5s;
          animation: bounce 1.5s;
}

[data-animate="scale"] {
  -webkit-animation: scale 1.5s;
          animation: scale 1.5s;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
          backface-visibility: hidden;
}

/* Slide right */

[data-animate="slide-right"] {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

[data-animate="slide-right"].animated {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* Slide right */

[data-animate="slide-left"] {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

[data-animate="slide-left"].animated {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* Slide bottom */

[data-animate="slide-bottom"] {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}

[data-animate="slide-bottom"].animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Slide bottom */

[data-animate="slide-top"] {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

[data-animate="slide-top"].animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* LAYOUT
--------------------------------------------------------------------------
========================================================================*/

/* Page wrapper
------------------------------------------------------------------------*/

.page-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page-wrapper.page-cover::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, .7);
  z-index: 3;
  -webkit-transition: .2s;
          transition: .2s;
}

.page-wrapper.page-cover.cover-visible::before {
  opacity: 1;
  visibility: visible;
}

.page-wrapper.page-layer::before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(200, 200, 200, .5);
  z-index: 3;
  -webkit-transition: .2s;
          transition: .2s;
}

.page-wrapper.page-layer.layer-visible {
  height: 100%;
}

.page-wrapper.page-layer.layer-visible::before {
  opacity: 1;
  visibility: visible;
}

.page-wrapper.page-layer.layer-primary::before {
  background: rgba(88, 55, 135, .95);
}

.page-wrapper.page-layer.layer-light::before {
  background: #fff;
}

.page-wrapper.page-layer.layer-white-rgba::before {
  background: rgba(255, 255, 255, .7);
}

/* Page container
------------------------------------------------------------------------*/

.main-container {
  float: left;
  width: 100%;
}

.main-container.background-cover {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-container .main-header {
  margin-bottom: 20px;
}

.main-container .main-header .button {
  margin: 0;
}

.main-container .main-header p,
.main-container .main-header h1,
.main-container .main-header h2,
.main-container .main-header h3,
.main-container .main-header h4,
.main-container .main-header h5,
.main-container .main-header h6,
.main-container .main-header .h1,
.main-container .main-header .h2,
.main-container .main-header .h3,
.main-container .main-header .h4,
.main-container .main-header .h5,
.main-container .main-header .h6,
.main-container .main-header .article-suggests-white h1,
.article-suggests-white .main-container .main-header h1,
.main-container .main-header .article-suggests-white h2,
.article-suggests-white .main-container .main-header h2,
.main-container .main-header .article-suggests-white h3,
.article-suggests-white .main-container .main-header h3,
.main-container .main-header .article-suggests-white h4,
.article-suggests-white .main-container .main-header h4,
.main-container .main-header .article-suggests-white h5,
.article-suggests-white .main-container .main-header h5,
.main-container .main-header .article-suggests-white h6,
.article-suggests-white .main-container .main-header h6,
.main-container .main-header .article-suggests-white .h1,
.article-suggests-white .main-container .main-header .h1,
.main-container .main-header .article-suggests-white .h2,
.article-suggests-white .main-container .main-header .h2,
.main-container .main-header .article-suggests-white .h3,
.article-suggests-white .main-container .main-header .h3,
.main-container .main-header .article-suggests-white .h4,
.article-suggests-white .main-container .main-header .h4,
.main-container .main-header .article-suggests-white .h5,
.article-suggests-white .main-container .main-header .h5,
.main-container .main-header .article-suggests-white figcaption,
.article-suggests-white .main-container .main-header figcaption,
.main-container .main-header .article-suggests-white legend,
.article-suggests-white .main-container .main-header legend,
.main-container .main-header figcaption,
.main-container .main-header legend {
  margin: 0;
}

/* Page content
------------------------------------------------------------------------*/

.main-content {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.fixed-header .main-content {
  padding-top: 80px;
}

/* Sidebar
------------------------------------------------------------------------*/

.sidebar .sidebar-header {
  margin-top: 0;
}

/* Header
--------------------------------------------------------------------------
========================================================================*/

/* Header columns fix
------------------------------------------------------------------------*/

/* Header
------------------------------------------------------------------------*/

.header {
  position: relative;
  float: left;
  width: 100%;
  z-index: 3;
}

.header.subpage {
  padding-bottom: 30px;
  background: #e6eaeb;
}

.header.cart {
  margin: 30px 0;
  z-index: 3;
}

.header.logo-only {
  margin: 20px 0;
}

.header .button {
  margin: 0;
}

.header .column,
.header .columns,
.header .columns {
  padding-left: 5px;
  padding-right: 5px;
}

.header .row .row {
  margin-left: -5px;
  margin-right: -5px;
}

.header .header-container>.row,
.header .header-container .top-menu-wrapper>.row {
  padding-left: 5px;
  padding-right: 5px;
}

/* Logo
------------------------------------------------------------------------*/

.logo-column {
  min-width: 220px;
}

.logo-column h1 {
  margin: 0;
  padding: 0;
}

.logo-play {
  position: relative;
  display: block;
  min-width: 150px;
  height: 44px;
  line-height: 1;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 25px;
  background: #583787;
  z-index: 1003;
  -webkit-transition: .2s cubic-bezier(.5, .5, .05, .95);
          transition: .2s cubic-bezier(.5, .5, .05, .95);
}

.logo-play::before {
  display: block;
}

.logo-play:not(:hover):focus {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.logo-play:hover,
.logo-play:not(:hover):focus {
  color: #fff;
}

/* Header option
------------------------------------------------------------------------*/

.fixed-header .header {
  position: absolute;
}

/* MENU SET
--------------------------------------------------------------------------
========================================================================*/

.menu-responsive {
  display: inline-block;
  overflow-x: auto;
  max-width: 100%;
  text-align: right;
}

/* Top menu
------------------------------------------------------------------------*/

.top-menu-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: right;
  z-index: 1002;
}

.top-menu-wrapper.background-white {
  background: #fff !important;
}

.top-menu-wrapper.background-white .top-menu>li>a {
  color: #583787 !important;
}

.top-menu-wrapper .top-menu {
  display: table;
}

.top-menu-wrapper .top-menu>li {
  display: table-cell;
  vertical-align: top;
}

.top-menu-wrapper .top-menu>li>a {
  display: block;
  padding: 6px 8px;
  font-size: 12px;
  white-space: nowrap;
}

.top-menu-wrapper .top-menu>li:not(.active)>a:hover,
.top-menu-wrapper .top-menu>li:not(.active)>a:not(:hover):focus {
  text-decoration: underline;
}

.top-menu-wrapper .top-menu>li.active>a {
  font-family: "Roboto Medium";
}

.top-menu-wrapper .top-menu>li.active>a:focus {
  color: #000;
}

.top-menu-wrapper .top-menu>li.cart {
  white-space: nowrap;
}

.top-menu-wrapper .top-menu>li.cart>a {
  padding: 5px;
}

.top-menu-wrapper .top-menu>li.cart>a .amount {
  overflow: hidden;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  background: #e6eaeb;
  text-align: center;
  vertical-align: top;
  font-family: "Roboto Bold";
  -webkit-transition: all .2s;
          transition: all .2s;
  border-radius: 50%;
}

.top-menu-wrapper .top-menu>li.cart>a:hover .amount,
.top-menu-wrapper .top-menu>li.cart>a:not(:hover):focus .amount {
  color: #fff;
  background: #583787;
}

.top-menu-wrapper .top-menu>li.cart [class^="icon-"] {
  font-size: 16px;
}

/* Clear white menu
------------------------------------------------------------------------*/

.clear-menu .top-menu-wrapper {
  background: transparent;
}

.clear-menu .top-menu-wrapper .top-menu>li>a {
  color: #fff;
}

/* Main menu
------------------------------------------------------------------------*/

.main-menu-wrapper {
  float: left;
  width: 100%;
}

.main-menu {
  width: 100%;
}

.main-menu>li>a {
  position: relative;
  display: block;
  padding: 3px 6px 25px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #6c4f96;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.main-menu>li>a [class^="icon-chevron-"] {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 18px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all .2s;
          transition: all .2s;
}

.main-menu>li>a.active {
  background: #fff;
  color: #583787;
}

.main-menu>li>a.active [class^="icon-chevron-"] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Menu flip buttons only desktop */

/* Flip button disable  */

.no-smil .main-menu>li>.flip::before,
.is-chrome .main-menu>li>.flip::before,
.is-opera .main-menu>li>.flip::before {
  display: none;
}

.no-smil .main-menu>li>.flip.active,
.no-smil .main-menu>li>.flip:hover,
.no-smil .main-menu>li>.flip:not(:hover):focus,
.is-chrome .main-menu>li>.flip.active,
.is-chrome .main-menu>li>.flip:hover,
.is-chrome .main-menu>li>.flip:not(:hover):focus,
.is-opera .main-menu>li>.flip.active,
.is-opera .main-menu>li>.flip:hover,
.is-opera .main-menu>li>.flip:not(:hover):focus {
  color: #583787;
  background: #fff;
  -webkit-transform: none;
          transform: none;
}

.no-smil .main-menu>li>.flip-icon.active,
.no-smil .main-menu>li>.flip-icon:hover,
.no-smil .main-menu>li>.flip-icon:not(:hover):focus,
.is-chrome .main-menu>li>.flip-icon.active,
.is-chrome .main-menu>li>.flip-icon:hover,
.is-chrome .main-menu>li>.flip-icon:not(:hover):focus,
.is-opera .main-menu>li>.flip-icon.active,
.is-opera .main-menu>li>.flip-icon:hover,
.is-opera .main-menu>li>.flip-icon:not(:hover):focus {
  -webkit-transform: none;
          transform: none;
}

.no-smil .main-menu>li>.flip-icon.active>.front,
.no-smil .main-menu>li>.flip-icon:hover>.front,
.no-smil .main-menu>li>.flip-icon:not(:hover):focus>.front,
.is-chrome .main-menu>li>.flip-icon.active>.front,
.is-chrome .main-menu>li>.flip-icon:hover>.front,
.is-chrome .main-menu>li>.flip-icon:not(:hover):focus>.front,
.is-opera .main-menu>li>.flip-icon.active>.front,
.is-opera .main-menu>li>.flip-icon:hover>.front,
.is-opera .main-menu>li>.flip-icon:not(:hover):focus>.front {
  color: #583787;
  background: #fff;
}

/* Block menu
------------------------------------------------------------------------*/

.block-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.block-menu>li {
  display: table-cell;
  vertical-align: middle;
}

.block-menu>li>a {
  display: block;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
}

.block-menu>li>a [class^="icon-"] {
  display: block;
  margin-bottom: 10px;
  font-size: 38px;
  text-align: center;
}

.block-menu>li>a:hover,
.block-menu>li>a:not(:hover):focus {
  color: #583787;
  background: #fff;
}

/* Sub menu
------------------------------------------------------------------------*/

.sub-menu {
  overflow: hidden;
  display: none;
  width: 100%;
  width: calc(100% - 20px);
}

.sub-menu.expanded {
  display: block;
}

.sub-menu>li {
  position: relative;
  border-bottom: 1px solid #6c4f96;
}

.sub-menu>li>a {
  display: block;
  color: #fff;
  padding: 10px 20px;
}

.sub-menu>li>a:hover,
.sub-menu>li>a:not(:hover):focus {
  color: #583787;
  background: #fff;
}

.sub-menu>li>a [class^="icon-"] {
  font-size: 18px;
}

/* Mobile menu
------------------------------------------------------------------------*/

/* Menu trigger */

.menu-trigger {
  position: relative;
  overflow: hidden;
  display: block;
  right: 0;
  width: 100%;
  height: 44px;
  z-index: 1002;
}

.menu-trigger.button {
  padding: 0;
}

.menu-trigger .menu-title,
.menu-trigger .icon-close {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 44px;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.menu-trigger .icon-close {
  font-size: 22px;
}

.menu-trigger.active .menu-title {
  margin-top: -44px;
}

/* Menu layer */

/* Menu dropdown */

/* SME menu - empty menu on mobile/desktop
------------------------------------------------------------------------*/

.sme-menu {
  background-color: #583787;
  height: 44px;
}

/* SME menu- icon-chart in right column
------------------------------------------------------------------------*/

.sme-2 .main-menu {
  min-width: 0;
}

.sme-2 .main-menu .icon-cart {
  font-size: 30px;
  line-height: 40px;
}

/* Footer
------------------------------------------------------------------------*/

.footer {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  background: #583787;
  z-index: 1;
  -webkit-transform: translateZ(0);
  /* Quick links */
  /* Footer nav */
  /* Footer copyright */
}

.footer.sticky-footer {
  position: fixed;
  right: 0;
  bottom: calc(-100% + 97px);
  left: 0;
  -webkit-transition: .5s cubic-bezier(.5, .5, .05, .95);
          transition: .5s cubic-bezier(.5, .5, .05, .95);
}

.footer a {
  color: #fff;
}

.footer a:hover,
.footer a:not(:hover):focus {
  color: #dac6dd;
}

.footer .section {
  padding: 15px 0;
}

.footer .section:not(:last-child) {
  border-bottom: 1px solid #6c4f96;
}

.footer .quick-links h3 {
  margin: 0;
}

.footer .quick-links .quick-links-nav {
  display: table;
  width: 100%;
}

.footer .quick-links .quick-links-nav>li {
  display: table-cell;
  vertical-align: middle;
}

.footer .quick-links .quick-links-nav>li>a {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  font-size: 16px;
}

.footer .quick-links .quick-links-nav>li>a [class^="icon-"] {
  font-size: 34px;
  vertical-align: middle;
}

.footer .footer-nav {
  /* Social icons */
}

.footer .footer-nav .box {
  margin-bottom: 25px;
}

.footer .footer-nav h3 {
  margin: 0 0 25px;
  color: #fff;
}

.footer .footer-nav ul>li {
  margin: 0;
}

.footer .footer-nav ul>li>a {
  display: block;
  padding: 5px 0;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.footer .footer-nav .social-icons {
  margin: 20px 0 0;
}

.footer .footer-nav .social-icons li {
  display: inline-block;
  vertical-align: top;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.footer .footer-nav .social-icons li+li {
  margin-left: 8px;
}

.footer .footer-nav .social-icons li>.flip-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  background: #6c4f96;
  color: #fff;
  text-align: center;
  -webkit-transition: .3s;
          transition: .3s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.footer .footer-nav .social-icons li>.flip-icon:hover,
.footer .footer-nav .social-icons li>.flip-icon:not(:hover):focus {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.footer .footer-nav .social-icons li>.flip-icon>.front,
.footer .footer-nav .social-icons li>.flip-icon>.back {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 22px;
  text-align: center;
  background: #583787;
}

.footer .footer-nav .social-icons li>.flip-icon>.front [class^="icon-"],
.footer .footer-nav .social-icons li>.flip-icon>.back [class^="icon-"] {
  vertical-align: middle;
}

.footer .footer-nav .social-icons li>.flip-icon>.front {
  -webkit-transform: translateZ(18px);
          transform: translateZ(18px);
}

.footer .footer-nav .social-icons li>.flip-icon>.back {
  background: #fff;
  -webkit-transform: rotateY(-90deg) translateZ(18px);
          transform: rotateY(-90deg) translateZ(18px);
}

.footer .footer-nav .social-icons li>.flip-icon.facebook>.front {
  background-color: #3b5998;
}

.footer .footer-nav .social-icons li>.flip-icon.facebook>.back {
  background-color: #2d4373;
}

.footer .footer-nav .social-icons li>.flip-icon.google>.front {
  background-color: #dd4b39;
}

.footer .footer-nav .social-icons li>.flip-icon.google>.back {
  background-color: #c23321;
}

.footer .copyright {
  -webkit-transform: translateZ(0);
}

.footer .copyright p {
  margin: 0;
}

.footer .copyright .social-icons {
  margin: 0;
}

.footer .copyright .social-icons>li {
  display: inline-block;
}

.footer .copyright .social-icons>li>a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
}

.footer .copyright .social-icons>li>a [class^="icon-"] {
  padding: 0;
  font-size: 22px;
  vertical-align: middle;
}

.footer .copyright .social-icons>li.facebook>a {
  background: #3b5998;
}

.footer .copyright .social-icons>li.google>a {
  background: #dd4b39;
}

.footer .copyright .copyright-menu {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6c4f96;
}

.footer .copyright .copyright-menu>li {
  display: block;
}

.footer .copyright .copyright-menu>li>a {
  display: block;
  padding: 5px 0;
}

/* Transform disable */

.no-smil .footer .footer-nav .social-icons .flip-icon,
.is-chrome .footer .footer-nav .social-icons .flip-icon,
.is-opera .footer .footer-nav .social-icons .flip-icon {
  -webkit-transform-style: inherit;
          transform-style: inherit;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.no-smil .footer .footer-nav .social-icons .flip-icon:hover,
.no-smil .footer .footer-nav .social-icons .flip-icon:not(:hover):focus,
.is-chrome .footer .footer-nav .social-icons .flip-icon:hover,
.is-chrome .footer .footer-nav .social-icons .flip-icon:not(:hover):focus,
.is-opera .footer .footer-nav .social-icons .flip-icon:hover,
.is-opera .footer .footer-nav .social-icons .flip-icon:not(:hover):focus {
  -webkit-transform: none;
          transform: none;
}

.no-smil .footer .footer-nav .social-icons .flip-icon>.front,
.no-smil .footer .footer-nav .social-icons .flip-icon>.back,
.is-chrome .footer .footer-nav .social-icons .flip-icon>.front,
.is-chrome .footer .footer-nav .social-icons .flip-icon>.back,
.is-opera .footer .footer-nav .social-icons .flip-icon>.front,
.is-opera .footer .footer-nav .social-icons .flip-icon>.back {
  -webkit-transform: none;
          transform: none;
}

.no-smil .footer .footer-nav .social-icons .flip-icon>.back,
.is-chrome .footer .footer-nav .social-icons .flip-icon>.back,
.is-opera .footer .footer-nav .social-icons .flip-icon>.back {
  display: none;
}

/* FLEX COMPONENTS
--------------------------------------------------------------------------
========================================================================*/

/* Flex item / Single item
------------------------------------------------------------------------*/

.item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.item-flex .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.item-flex .item-header {
  text-align: center;
}

.item-flex .item-header h1,
.item-flex .item-header h2,
.item-flex .item-header h3,
.item-flex .item-header h4,
.item-flex .item-header h5,
.item-flex .item-header h6,
.item-flex .item-header .h1,
.item-flex .item-header .h2,
.item-flex .item-header .h3,
.item-flex .item-header .h4,
.item-flex .item-header .h5,
.item-flex .item-header .h6,
.item-flex .item-header .article-suggests-white h1,
.article-suggests-white .item-flex .item-header h1,
.item-flex .item-header .article-suggests-white h2,
.article-suggests-white .item-flex .item-header h2,
.item-flex .item-header .article-suggests-white h3,
.article-suggests-white .item-flex .item-header h3,
.item-flex .item-header .article-suggests-white h4,
.article-suggests-white .item-flex .item-header h4,
.item-flex .item-header .article-suggests-white h5,
.article-suggests-white .item-flex .item-header h5,
.item-flex .item-header .article-suggests-white h6,
.article-suggests-white .item-flex .item-header h6,
.item-flex .item-header .article-suggests-white .h1,
.article-suggests-white .item-flex .item-header .h1,
.item-flex .item-header .article-suggests-white .h2,
.article-suggests-white .item-flex .item-header .h2,
.item-flex .item-header .article-suggests-white .h3,
.article-suggests-white .item-flex .item-header .h3,
.item-flex .item-header .article-suggests-white .h4,
.article-suggests-white .item-flex .item-header .h4,
.item-flex .item-header .article-suggests-white .h5,
.article-suggests-white .item-flex .item-header .h5,
.item-flex .item-header .article-suggests-white figcaption,
.article-suggests-white .item-flex .item-header figcaption,
.item-flex .item-header .article-suggests-white legend,
.article-suggests-white .item-flex .item-header legend,
.item-flex .item-header figcaption,
.item-flex .item-header legend {
  font-size: 18px;
}

.item-flex .item-header-custom {
  padding: 20px 0;
  text-align: center;
}

.item-flex .item-content {
  padding: 20px 0;
}

.item-flex .item-footer {
  padding-top: 20px;
}

.item-flex .item-footer .button {
  margin: 0;
}

/* Tabs
--------------------------------------------------------------------------
========================================================================*/

.tabs {
  background: #fff;
}

/* Tabs controls
------------------------------------------------------------------------*/

.tabs-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  width: 100%;
}

.tabs-controls .tabs-title {
  -ms-flex: 1 1 0px;
  -webkit-box-flex: 1;
      flex: 1 1 0px;
  min-width: 0;
  margin-bottom: 6px;
  position: relative;
}

.tabs-controls .tabs-title.is-active h1,
.tabs-controls .tabs-title.is-active h2,
.tabs-controls .tabs-title.is-active h3,
.tabs-controls .tabs-title.is-active h4,
.tabs-controls .tabs-title.is-active h5,
.tabs-controls .tabs-title.is-active h6,
.tabs-controls .tabs-title.is-active .h1,
.tabs-controls .tabs-title.is-active .h2,
.tabs-controls .tabs-title.is-active .h3,
.tabs-controls .tabs-title.is-active .h4,
.tabs-controls .tabs-title.is-active .h5,
.tabs-controls .tabs-title.is-active .h6,
.tabs-controls .tabs-title.is-active .article-suggests-white h1,
.article-suggests-white .tabs-controls .tabs-title.is-active h1,
.tabs-controls .tabs-title.is-active .article-suggests-white h2,
.article-suggests-white .tabs-controls .tabs-title.is-active h2,
.tabs-controls .tabs-title.is-active .article-suggests-white h3,
.article-suggests-white .tabs-controls .tabs-title.is-active h3,
.tabs-controls .tabs-title.is-active .article-suggests-white h4,
.article-suggests-white .tabs-controls .tabs-title.is-active h4,
.tabs-controls .tabs-title.is-active .article-suggests-white h5,
.article-suggests-white .tabs-controls .tabs-title.is-active h5,
.tabs-controls .tabs-title.is-active .article-suggests-white h6,
.article-suggests-white .tabs-controls .tabs-title.is-active h6,
.tabs-controls .tabs-title.is-active .article-suggests-white .h1,
.article-suggests-white .tabs-controls .tabs-title.is-active .h1,
.tabs-controls .tabs-title.is-active .article-suggests-white .h2,
.article-suggests-white .tabs-controls .tabs-title.is-active .h2,
.tabs-controls .tabs-title.is-active .article-suggests-white .h3,
.article-suggests-white .tabs-controls .tabs-title.is-active .h3,
.tabs-controls .tabs-title.is-active .article-suggests-white .h4,
.article-suggests-white .tabs-controls .tabs-title.is-active .h4,
.tabs-controls .tabs-title.is-active .article-suggests-white .h5,
.article-suggests-white .tabs-controls .tabs-title.is-active .h5,
.tabs-controls .tabs-title.is-active .article-suggests-white figcaption,
.article-suggests-white .tabs-controls .tabs-title.is-active figcaption,
.tabs-controls .tabs-title.is-active .article-suggests-white legend,
.article-suggests-white .tabs-controls .tabs-title.is-active legend,
.tabs-controls .tabs-title.is-active figcaption,
.tabs-controls .tabs-title.is-active legend {
  font-family: "Roboto Medium";
}

.tabs-controls .tabs-title .tab-trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-top: 22px;
  font-size: 18px;
  text-align: center;
  font-family: "Roboto Light";
  border-bottom: 1px solid #e6eaeb;
}

.tabs-controls .tabs-title .tab-trigger h1,
.tabs-controls .tabs-title .tab-trigger h2,
.tabs-controls .tabs-title .tab-trigger h3,
.tabs-controls .tabs-title .tab-trigger h4,
.tabs-controls .tabs-title .tab-trigger h5,
.tabs-controls .tabs-title .tab-trigger h6,
.tabs-controls .tabs-title .tab-trigger .h1,
.tabs-controls .tabs-title .tab-trigger .h2,
.tabs-controls .tabs-title .tab-trigger .h3,
.tabs-controls .tabs-title .tab-trigger .h4,
.tabs-controls .tabs-title .tab-trigger .h5,
.tabs-controls .tabs-title .tab-trigger .h6,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white h1,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger h1,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white h2,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger h2,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white h3,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger h3,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white h4,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger h4,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white h5,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger h5,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white h6,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger h6,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white .h1,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger .h1,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white .h2,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger .h2,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white .h3,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger .h3,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white .h4,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger .h4,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white .h5,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger .h5,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white figcaption,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger figcaption,
.tabs-controls .tabs-title .tab-trigger .article-suggests-white legend,
.article-suggests-white .tabs-controls .tabs-title .tab-trigger legend,
.tabs-controls .tabs-title .tab-trigger figcaption,
.tabs-controls .tabs-title .tab-trigger legend {
  font-family: "Roboto Light";
}

.tabs-controls .tabs-title .tab-trigger>*:not([class^="icon-"]) {
  font-size: 18px;
}

.tabs-controls .tabs-title .tab-trigger .tab-image {
  max-width: 80px;
  height: auto;
}

.tabs-controls .tabs-title .tab-trigger .tab-image.small {
  max-width: 60px;
}

.tabs-controls .tabs-title .tab-trigger::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #583787;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.5, .5, .05, .95);
          transition: all .3s cubic-bezier(.5, .5, .05, .95);
}

.tabs-controls .tabs-title.is-active .tab-trigger::before,
.tabs-controls .tabs-title:hover .tab-trigger::before,
.tabs-controls .tabs-title:not(:hover):focus .tab-trigger::before {
  bottom: -3px;
  visibility: visible;
  opacity: 1;
}

.tabs-controls .tabs-title.movie-active.is-active {
  background: #583787;
}

.tabs-controls .tabs-title.movie-active.is-active .text-purple {
  color: white !important;
}

.tabs-controls .tabs-title.movie-active.is-active a {
  color: white;
}

.tabs-controls .tabs-title.movie-active.is-active::after {
  content: none;
}

.tabs-controls .tabs-title.disabled {
  color: #e6eaeb;
  cursor: default;
  pointer-events: none;
}

.tabs-controls .tabs-title.disabled>* {
  color: #d0d6d8;
}

.tabs-controls .tabs-title.disabled::after {
  background: #e6eaeb;
}

/* Tab trigger on mobile
------------------------------------------------------------------------*/

/* Tab content wrapper
------------------------------------------------------------------------*/

.tab-content-wrapper.padded {
  padding-top: 22px;
}

/* Tab content
------------------------------------------------------------------------*/

.tab-content {
  position: relative;
  display: none;
  border: 0;
}

.tab-content.is-active {
  display: block;
}

/* Tab extra content, related with current tabs
------------------------------------------------------------------------*/

[data-tabs-extra] [data-tabs-extra-content] {
  display: none;
  position: relative;
}

[data-tabs-extra] [data-tabs-extra-content].is-active {
  display: block;
}

/* Tab period content
------------------------------------------------------------------------*/

[data-select-period-content] {
  position: relative;
}

[data-select-period-content] [data-select-period-option] {
  display: none;
  position: relative;
}

[data-select-period-content] [data-select-period-option].selected {
  display: block;
}

/* General styles for select tabs with contract length
------------------------------------------------------------------------*/

.select-length .custom-tooltip,
.input-tooltip .custom-tooltip {
  padding-top: 6px;
}

/* USEFUL MARGINS BASED on BASIC HEIGHT
--------------------------------------------------------------------------
========================================================================*/

.base-margin {
  margin: 44px;
}

.base-margin-bottom {
  margin-bottom: 44px;
}

.base-margin-top {
  margin-top: 44px;
}

.base-margin-left {
  margin-left: 44px;
}

.base-margin-right {
  margin-right: 44px;
}

.twice-base-margin {
  margin: 88px;
}

.twice-base-margin-bottom {
  margin-bottom: 88px;
}

.twice-base-margin-top {
  margin-top: 88px;
}

.half-base-margin {
  margin: 22px;
}

.half-base-margin-bottom {
  margin-bottom: 22px;
}

.half-base-margin-top {
  margin-top: 22px;
}

.half-base-margin-left {
  margin-left: 22px;
}

.half-base-margin-right {
  margin-right: 22px;
}

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

/* Small only
------------------------------------------------------------------------*/

/* No margins for different breakpoints
------------------------------------------------------------------------*/

/* BUTTONS
--------------------------------------------------------------------------
========================================================================*/

/* Base
------------------------------------------------------------------------*/

.button {
  position: relative;
  display: inline-block;
  padding: .85em;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto Light";
  font-weight: normal;
  background: #583787;
  border-radius: 0;
  -webkit-transition: all .2s;
          transition: all .2s;
  /* Styles */
  /* Sizes */
  /* Width */
  /* Code content */
}

.button:hover,
.button:not(:hover):focus {
  outline: none;
  color: #fff;
  background: #4c3075;
}

.button [class^="icon-chevron-"] {
  font-size: 80%;
}

.button.no-valign {
  vertical-align: initial;
}

.button.gray {
  color: #000;
  background: #e6eaeb;
}

.button.gray:hover,
.button.gray:not(:hover):focus {
  background: #d0d6d8;
}

.button.white {
  color: #000;
  background: #fff;
}

.button.transparents-white {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.button.transparents-white:hover,
.button.transparents-white:not(:hover):focus {
  opacity: .7;
}

.button.clear {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}

.button.clear:hover,
.button.clear:not(:hover):focus {
  color: #000;
  background: #fff;
}

.button.clear.gray {
  color: #d0d6d8;
  border-color: #d0d6d8;
}

.button.clear.gray:hover,
.button.clear.gray:not(:hover):focus {
  color: #000;
  background: #d0d6d8;
}

.button.hollow {
  color: #000;
  border: 2px solid #e6eaeb;
  background: #fff;
}

.button.hollow:hover,
.button.hollow:not(:hover):focus {
  color: #fff;
  background: #583787;
  border-color: #583787;
}

.button.bordered {
  color: #000;
  border: 1px solid #d0d6d8;
  background: transparent;
}

.button.bordered.text-violet {
  color: #583787;
}

.button.bordered:hover,
.button.bordered:not(:hover):focus {
  color: #fff;
  background: #583787;
  border-color: #583787;
}

.button.bordered.violet,
.button.bordered.primary {
  color: #583787;
  border-color: #583787;
}

.button.bordered.violet:hover,
.button.bordered.violet:not(:hover):focus,
.button.bordered.primary:hover,
.button.bordered.primary:not(:hover):focus {
  color: #fff;
  background: #583787;
}

.button.bordered.purple {
  color: #a94daa;
  border-color: #a94daa;
}

.button.bordered.purple:hover,
.button.bordered.purple:not(:hover):focus {
  color: #fff;
  background: #a94daa;
}

.button.rounded {
  border-radius: 10px;
}

.button.link {
  padding: 6px 8px;
  margin-bottom: 0;
  color: #583787;
  background: transparent;
}

.button.link.sliced {
  padding-left: 0;
  padding-right: 0;
}

.button.link:hover,
.button.link:not(:hover):focus {
  color: #6c4f96;
  background: transparent;
}

.button.with-icon>* {
  display: inline-block;
  vertical-align: middle;
}

.button.loading {
  position: relative;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.button.loading::before {
  content: url(../images/loader_small.gif);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  z-index: 1;
}

.button.medium {
  padding: .875rem 1.75rem;
}

.button.large {
  padding: .875rem 1.5rem;
  font-size: 18px;
}

.button.large.expanded {
  padding: .875rem .25rem;
}

.button.xlarge {
  padding: .875rem 3rem;
  font-size: 32px;
}

.button.expanded {
  display: block;
  width: 100%;
  text-align: center;
}

.button.slim-margin {
  margin: 0 0 5px;
}

.button.code {
  margin-bottom: 0;
  padding-left: .25em;
  padding-right: .25em;
  border: 1px solid #a94daa;
  color: #000;
  background-color: transparent;
  border-radius: 10px;
}

.button.code.fixed {
  width: 250px;
  max-width: 100%;
}

.button.code .code-line {
  margin-top: 10px;
  display: block;
}

.button.code .content {
  color: #a94daa;
  font-size: 24px;
}

.button.code:hover,
.button.code:not(:hover):focus {
  color: #fff;
  background: #a94daa;
}

.button.code:hover .code-line,
.button.code:not(:hover):focus .code-line {
  color: #fff;
  text-transform: none;
}

.button .code-margin {
  margin-top: 10px;
}

/* Link
------------------------------------------------------------------------*/

.link:not(.button) {
  display: inline-block;
}

.link:not(.button)>* {
  display: inline-block;
  vertical-align: middle;
}

.link:not(.button) [class^="icon-"],
.link:not(.button) [class*=" icon-"] {
  font-size: 80%;
}

.link:not(.button).small {
  font-size: 15px;
}

/* Flip button
------------------------------------------------------------------------*/

/* Transform disable */

.no-smil .flip-button .button,
.is-chrome .flip-button .button,
.is-opera .flip-button .button {
  -webkit-transform-style: inherit;
          transform-style: inherit;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
}

.no-smil .flip-button .button::before,
.is-chrome .flip-button .button::before,
.is-opera .flip-button .button::before {
  display: none;
}

.no-smil .flip-button:hover,
.no-smil .flip-button:not(:hover):focus,
.is-chrome .flip-button:hover,
.is-chrome .flip-button:not(:hover):focus,
.is-opera .flip-button:hover,
.is-opera .flip-button:not(:hover):focus {
  color: #fff;
  background: #4c3075;
}

.no-smil .flip-button:hover .button,
.no-smil .flip-button:not(:hover):focus .button,
.is-chrome .flip-button:hover .button,
.is-chrome .flip-button:not(:hover):focus .button,
.is-opera .flip-button:hover .button,
.is-opera .flip-button:not(:hover):focus .button {
  -webkit-transform: none;
          transform: none;
}

/* Play 24  button
------------------------------------------------------------------------*/

.play-24 {
  font-size: 18px;
  font-family: "Roboto Thin";
}

.play-24>* {
  display: inline-block;
  vertical-align: middle;
}

.play-24 .lead-icon {
  font-size: 30px;
}

/* Layered button e.g. on prepaid list
------------------------------------------------------------------------*/

.button-layered {
  display: block;
  position: relative;
  margin-top: 12px;
}

.button-layered .layer-bottom {
  position: relative;
  left: 20px;
}

.button-layered .layer-bottom [class^="icon-"],
.button-layered .layer-bottom [class*=" icon-"] {
  margin-right: 8px;
}

.button-layered .layer-top {
  position: relative;
  right: 0;
  z-index: 12;
}

.button-layered:hover .layer-bottom,
.button-layered:not(:hover):focus .layer-bottom {
  outline: none;
  color: #fff;
  background: #4c3075;
}

.button-layered:hover .layer-top,
.button-layered:not(:hover):focus .layer-top {
  color: #583787;
  border: 1px solid #d0d6d8;
  background: #fff;
}

/* FORMS
--------------------------------------------------------------------------
========================================================================*/

::-ms-clear {
  display: none;
}

/* Inputs
------------------------------------------------------------------------*/

select,
textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
  width: 100%;
  max-width: 100%;
  height: 44px;
  margin: 0 0 1rem;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  border: 1px solid #d0d6d8;
  font-family: "Roboto Light", sans-serif;
  font-weight: normal;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder {
  color: #d0d6d8;
  opacity: 1;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder {
  color: #d0d6d8;
  opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder {
  color: #d0d6d8;
  opacity: 1;
}

select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder {
  color: #d0d6d8;
  opacity: 1;
}

select:placeholder,
textarea:placeholder,
input[type="email"]:placeholder,
input[type="number"]:placeholder,
input[type="password"]:placeholder,
input[type="search"]:placeholder,
input[type="tel"]:placeholder,
input[type="text"]:placeholder,
input[type="url"]:placeholder,
input[type="color"]:placeholder,
input[type="date"]:placeholder,
input[type="datetime"]:placeholder,
input[type="datetime-local"]:placeholder,
input[type="month"]:placeholder,
input[type="time"]:placeholder,
input[type="week"]:placeholder {
  color: #d0d6d8;
  opacity: 1;
}

/* Reset input search */

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

/* Inputs without style */

select.without-style,
textarea.without-style,
input[type="email"].without-style,
input[type="number"].without-style,
input[type="password"].without-style,
input[type="search"].without-style,
input[type="tel"].without-style,
input[type="text"].without-style,
input[type="url"].without-style,
input[type="color"].without-style,
input[type="date"].without-style,
input[type="datetime"].without-style,
input[type="datetime-local"].without-style,
input[type="month"].without-style,
input[type="time"].without-style,
input[type="week"].without-style {
  height: auto;
  line-height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.without-style:focus,
textarea.without-style:focus,
input[type="email"].without-style:focus,
input[type="number"].without-style:focus,
input[type="password"].without-style:focus,
input[type="search"].without-style:focus,
input[type="tel"].without-style:focus,
input[type="text"].without-style:focus,
input[type="url"].without-style:focus,
input[type="color"].without-style:focus,
input[type="date"].without-style:focus,
input[type="datetime"].without-style:focus,
input[type="datetime-local"].without-style:focus,
input[type="month"].without-style:focus,
input[type="time"].without-style:focus,
input[type="week"].without-style:focus {
  border: 0;
  box-shadow: none;
}

select.without-style:focus::-webkit-input-placeholder,
textarea.without-style:focus::-webkit-input-placeholder,
input[type="email"].without-style:focus::-webkit-input-placeholder,
input[type="number"].without-style:focus::-webkit-input-placeholder,
input[type="password"].without-style:focus::-webkit-input-placeholder,
input[type="search"].without-style:focus::-webkit-input-placeholder,
input[type="tel"].without-style:focus::-webkit-input-placeholder,
input[type="text"].without-style:focus::-webkit-input-placeholder,
input[type="url"].without-style:focus::-webkit-input-placeholder,
input[type="color"].without-style:focus::-webkit-input-placeholder,
input[type="date"].without-style:focus::-webkit-input-placeholder,
input[type="datetime"].without-style:focus::-webkit-input-placeholder,
input[type="datetime-local"].without-style:focus::-webkit-input-placeholder,
input[type="month"].without-style:focus::-webkit-input-placeholder,
input[type="time"].without-style:focus::-webkit-input-placeholder,
input[type="week"].without-style:focus::-webkit-input-placeholder {
  color: #583787;
  opacity: 1;
}

select.without-style:focus::-moz-placeholder,
textarea.without-style:focus::-moz-placeholder,
input[type="email"].without-style:focus::-moz-placeholder,
input[type="number"].without-style:focus::-moz-placeholder,
input[type="password"].without-style:focus::-moz-placeholder,
input[type="search"].without-style:focus::-moz-placeholder,
input[type="tel"].without-style:focus::-moz-placeholder,
input[type="text"].without-style:focus::-moz-placeholder,
input[type="url"].without-style:focus::-moz-placeholder,
input[type="color"].without-style:focus::-moz-placeholder,
input[type="date"].without-style:focus::-moz-placeholder,
input[type="datetime"].without-style:focus::-moz-placeholder,
input[type="datetime-local"].without-style:focus::-moz-placeholder,
input[type="month"].without-style:focus::-moz-placeholder,
input[type="time"].without-style:focus::-moz-placeholder,
input[type="week"].without-style:focus::-moz-placeholder {
  color: #583787;
  opacity: 1;
}

select.without-style:focus:-ms-input-placeholder,
textarea.without-style:focus:-ms-input-placeholder,
input[type="email"].without-style:focus:-ms-input-placeholder,
input[type="number"].without-style:focus:-ms-input-placeholder,
input[type="password"].without-style:focus:-ms-input-placeholder,
input[type="search"].without-style:focus:-ms-input-placeholder,
input[type="tel"].without-style:focus:-ms-input-placeholder,
input[type="text"].without-style:focus:-ms-input-placeholder,
input[type="url"].without-style:focus:-ms-input-placeholder,
input[type="color"].without-style:focus:-ms-input-placeholder,
input[type="date"].without-style:focus:-ms-input-placeholder,
input[type="datetime"].without-style:focus:-ms-input-placeholder,
input[type="datetime-local"].without-style:focus:-ms-input-placeholder,
input[type="month"].without-style:focus:-ms-input-placeholder,
input[type="time"].without-style:focus:-ms-input-placeholder,
input[type="week"].without-style:focus:-ms-input-placeholder {
  color: #583787;
  opacity: 1;
}

select.without-style:focus:-moz-placeholder,
textarea.without-style:focus:-moz-placeholder,
input[type="email"].without-style:focus:-moz-placeholder,
input[type="number"].without-style:focus:-moz-placeholder,
input[type="password"].without-style:focus:-moz-placeholder,
input[type="search"].without-style:focus:-moz-placeholder,
input[type="tel"].without-style:focus:-moz-placeholder,
input[type="text"].without-style:focus:-moz-placeholder,
input[type="url"].without-style:focus:-moz-placeholder,
input[type="color"].without-style:focus:-moz-placeholder,
input[type="date"].without-style:focus:-moz-placeholder,
input[type="datetime"].without-style:focus:-moz-placeholder,
input[type="datetime-local"].without-style:focus:-moz-placeholder,
input[type="month"].without-style:focus:-moz-placeholder,
input[type="time"].without-style:focus:-moz-placeholder,
input[type="week"].without-style:focus:-moz-placeholder {
  color: #583787;
  opacity: 1;
}

select.without-style:focus:placeholder,
textarea.without-style:focus:placeholder,
input[type="email"].without-style:focus:placeholder,
input[type="number"].without-style:focus:placeholder,
input[type="password"].without-style:focus:placeholder,
input[type="search"].without-style:focus:placeholder,
input[type="tel"].without-style:focus:placeholder,
input[type="text"].without-style:focus:placeholder,
input[type="url"].without-style:focus:placeholder,
input[type="color"].without-style:focus:placeholder,
input[type="date"].without-style:focus:placeholder,
input[type="datetime"].without-style:focus:placeholder,
input[type="datetime-local"].without-style:focus:placeholder,
input[type="month"].without-style:focus:placeholder,
input[type="time"].without-style:focus:placeholder,
input[type="week"].without-style:focus:placeholder {
  color: #583787;
  opacity: 1;
}

/* Reset input number */

input[type="number"] {
  padding-right: 5px;
  padding-left: 5px;
  -moz-appearance: textfield;
}

input[type="number"].without-style {
  -moz-appearance: textfield;
}

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

input[type="number"]::-o-outer-spin-button,
input[type="number"]::-o-inner-spin-button {
  -o-appearance: none;
  margin: 0;
}

/* Focus */

select:focus,
textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus {
  border-color: #583787;
  box-shadow: none;
}

select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="color"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder,
input[type="datetime-local"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="time"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder {
  color: #583787;
  opacity: 1;
}

select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="color"]:focus::-moz-placeholder,
input[type="date"]:focus::-moz-placeholder,
input[type="datetime"]:focus::-moz-placeholder,
input[type="datetime-local"]:focus::-moz-placeholder,
input[type="month"]:focus::-moz-placeholder,
input[type="time"]:focus::-moz-placeholder,
input[type="week"]:focus::-moz-placeholder {
  color: #583787;
  opacity: 1;
}

select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="color"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder,
input[type="datetime-local"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="time"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder {
  color: #583787;
  opacity: 1;
}

select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="color"]:focus:-moz-placeholder,
input[type="date"]:focus:-moz-placeholder,
input[type="datetime"]:focus:-moz-placeholder,
input[type="datetime-local"]:focus:-moz-placeholder,
input[type="month"]:focus:-moz-placeholder,
input[type="time"]:focus:-moz-placeholder,
input[type="week"]:focus:-moz-placeholder {
  color: #583787;
  opacity: 1;
}

select:focus:placeholder,
textarea:focus:placeholder,
input[type="email"]:focus:placeholder,
input[type="number"]:focus:placeholder,
input[type="password"]:focus:placeholder,
input[type="search"]:focus:placeholder,
input[type="tel"]:focus:placeholder,
input[type="text"]:focus:placeholder,
input[type="url"]:focus:placeholder,
input[type="color"]:focus:placeholder,
input[type="date"]:focus:placeholder,
input[type="datetime"]:focus:placeholder,
input[type="datetime-local"]:focus:placeholder,
input[type="month"]:focus:placeholder,
input[type="time"]:focus:placeholder,
input[type="week"]:focus:placeholder {
  color: #583787;
  opacity: 1;
}

/* Label */

label {
  display: inline-block;
  margin-bottom: 15px;
}

/* Select */

select {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb%28138, 138, 138%29\"></polygon></svg>");
  background-position: 95% center;
  background-repeat: no-repeat !important;
  background-size: 9px 6px;
}

label {
  margin: 0 0 15px;
}

label.slim-margin {
  margin: 0 0 5px;
}

/* Textarea */

textarea {
  height: auto;
  line-height: inherit;
  padding: .5rem;
  width: 100%;
  max-width: 100%;
  resize: none;
}

/* Form
------------------------------------------------------------------------*/

form,
.form {
  position: relative;
  display: block;
  width: 100%;
}

form .info-block,
.form .info-block {
  display: block;
  margin: 10px 0;
  font-size: 12px;
  color: #d0d6d8;
  text-align: left;
}

/* Form horizontal
------------------------------------------------------------------------*/

.form-horizontal label.text-right {
  padding-top: 11px;
}

/* Inputs
------------------------------------------------------------------------*/

.form-input {
  position: relative;
  display: block;
  width: 100%;
}

.form-input.input-with-button select,
.form-input.input-with-button textarea,
.form-input.input-with-button input[type="email"],
.form-input.input-with-button input[type="number"],
.form-input.input-with-button input[type="password"],
.form-input.input-with-button input[type="search"],
.form-input.input-with-button input[type="tel"],
.form-input.input-with-button input[type="text"],
.form-input.input-with-button input[type="url"],
.form-input.input-with-button input[type="color"],
.form-input.input-with-button input[type="date"],
.form-input.input-with-button input[type="datetime"],
.form-input.input-with-button input[type="datetime-local"],
.form-input.input-with-button input[type="month"],
.form-input.input-with-button input[type="time"],
.form-input.input-with-button input[type="week"] {
  padding-right: 45px;
}

.form-input.input-with-button .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 26px;
  text-align: center;
  background: transparent;
}

.form-input.input-with-buttons select,
.form-input.input-with-buttons textarea,
.form-input.input-with-buttons input[type="email"],
.form-input.input-with-buttons input[type="number"],
.form-input.input-with-buttons input[type="password"],
.form-input.input-with-buttons input[type="search"],
.form-input.input-with-buttons input[type="tel"],
.form-input.input-with-buttons input[type="text"],
.form-input.input-with-buttons input[type="url"],
.form-input.input-with-buttons input[type="color"],
.form-input.input-with-buttons input[type="date"],
.form-input.input-with-buttons input[type="datetime"],
.form-input.input-with-buttons input[type="datetime-local"],
.form-input.input-with-buttons input[type="month"],
.form-input.input-with-buttons input[type="time"],
.form-input.input-with-buttons input[type="week"] {
  padding-left: 45px;
  padding-right: 45px;
}

.form-input.input-with-buttons .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 26px;
  background: transparent;
}

.form-input.input-with-buttons .button:first-of-type {
  right: inherit;
  left: 0;
}

.form-input.input-with-tooltip select,
.form-input.input-with-tooltip textarea,
.form-input.input-with-tooltip input[type="email"],
.form-input.input-with-tooltip input[type="number"],
.form-input.input-with-tooltip input[type="password"],
.form-input.input-with-tooltip input[type="search"],
.form-input.input-with-tooltip input[type="tel"],
.form-input.input-with-tooltip input[type="text"],
.form-input.input-with-tooltip input[type="url"],
.form-input.input-with-tooltip input[type="color"],
.form-input.input-with-tooltip input[type="date"],
.form-input.input-with-tooltip input[type="datetime"],
.form-input.input-with-tooltip input[type="datetime-local"],
.form-input.input-with-tooltip input[type="month"],
.form-input.input-with-tooltip input[type="time"],
.form-input.input-with-tooltip input[type="week"] {
  padding-right: 45px;
}

.form-input.input-with-tooltip .custom-tooltip-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 26px;
  text-align: center;
  background: transparent;
}

/* Form row
------------------------------------------------------------------------*/

/* Form - status
------------------------------------------------------------------------*/

/* Error */

.error select,
.error textarea,
.error input[type="email"],
.error input[type="number"],
.error input[type="password"],
.error input[type="search"],
.error input[type="tel"],
.error input[type="text"],
.error input[type="url"],
.error input[type="color"],
.error input[type="date"],
.error input[type="datetime"],
.error input[type="datetime-local"],
.error input[type="month"],
.error input[type="time"],
.error input[type="week"] {
  border-color: #d03737;
}

.error select::-webkit-input-placeholder,
.error textarea::-webkit-input-placeholder,
.error input[type="email"]::-webkit-input-placeholder,
.error input[type="number"]::-webkit-input-placeholder,
.error input[type="password"]::-webkit-input-placeholder,
.error input[type="search"]::-webkit-input-placeholder,
.error input[type="tel"]::-webkit-input-placeholder,
.error input[type="text"]::-webkit-input-placeholder,
.error input[type="url"]::-webkit-input-placeholder,
.error input[type="color"]::-webkit-input-placeholder,
.error input[type="date"]::-webkit-input-placeholder,
.error input[type="datetime"]::-webkit-input-placeholder,
.error input[type="datetime-local"]::-webkit-input-placeholder,
.error input[type="month"]::-webkit-input-placeholder,
.error input[type="time"]::-webkit-input-placeholder,
.error input[type="week"]::-webkit-input-placeholder {
  color: #d03737;
  opacity: 1;
}

.error select::-moz-placeholder,
.error textarea::-moz-placeholder,
.error input[type="email"]::-moz-placeholder,
.error input[type="number"]::-moz-placeholder,
.error input[type="password"]::-moz-placeholder,
.error input[type="search"]::-moz-placeholder,
.error input[type="tel"]::-moz-placeholder,
.error input[type="text"]::-moz-placeholder,
.error input[type="url"]::-moz-placeholder,
.error input[type="color"]::-moz-placeholder,
.error input[type="date"]::-moz-placeholder,
.error input[type="datetime"]::-moz-placeholder,
.error input[type="datetime-local"]::-moz-placeholder,
.error input[type="month"]::-moz-placeholder,
.error input[type="time"]::-moz-placeholder,
.error input[type="week"]::-moz-placeholder {
  color: #d03737;
  opacity: 1;
}

.error select:-ms-input-placeholder,
.error textarea:-ms-input-placeholder,
.error input[type="email"]:-ms-input-placeholder,
.error input[type="number"]:-ms-input-placeholder,
.error input[type="password"]:-ms-input-placeholder,
.error input[type="search"]:-ms-input-placeholder,
.error input[type="tel"]:-ms-input-placeholder,
.error input[type="text"]:-ms-input-placeholder,
.error input[type="url"]:-ms-input-placeholder,
.error input[type="color"]:-ms-input-placeholder,
.error input[type="date"]:-ms-input-placeholder,
.error input[type="datetime"]:-ms-input-placeholder,
.error input[type="datetime-local"]:-ms-input-placeholder,
.error input[type="month"]:-ms-input-placeholder,
.error input[type="time"]:-ms-input-placeholder,
.error input[type="week"]:-ms-input-placeholder {
  color: #d03737;
  opacity: 1;
}

.error select:-moz-placeholder,
.error textarea:-moz-placeholder,
.error input[type="email"]:-moz-placeholder,
.error input[type="number"]:-moz-placeholder,
.error input[type="password"]:-moz-placeholder,
.error input[type="search"]:-moz-placeholder,
.error input[type="tel"]:-moz-placeholder,
.error input[type="text"]:-moz-placeholder,
.error input[type="url"]:-moz-placeholder,
.error input[type="color"]:-moz-placeholder,
.error input[type="date"]:-moz-placeholder,
.error input[type="datetime"]:-moz-placeholder,
.error input[type="datetime-local"]:-moz-placeholder,
.error input[type="month"]:-moz-placeholder,
.error input[type="time"]:-moz-placeholder,
.error input[type="week"]:-moz-placeholder {
  color: #d03737;
  opacity: 1;
}

.error select:placeholder,
.error textarea:placeholder,
.error input[type="email"]:placeholder,
.error input[type="number"]:placeholder,
.error input[type="password"]:placeholder,
.error input[type="search"]:placeholder,
.error input[type="tel"]:placeholder,
.error input[type="text"]:placeholder,
.error input[type="url"]:placeholder,
.error input[type="color"]:placeholder,
.error input[type="date"]:placeholder,
.error input[type="datetime"]:placeholder,
.error input[type="datetime-local"]:placeholder,
.error input[type="month"]:placeholder,
.error input[type="time"]:placeholder,
.error input[type="week"]:placeholder {
  color: #d03737;
  opacity: 1;
}

/* Success */

.success select,
.success textarea,
.success input[type="email"],
.success input[type="number"],
.success input[type="password"],
.success input[type="search"],
.success input[type="tel"],
.success input[type="text"],
.success input[type="url"],
.success input[type="color"],
.success input[type="date"],
.success input[type="datetime"],
.success input[type="datetime-local"],
.success input[type="month"],
.success input[type="time"],
.success input[type="week"] {
  border-color: #83d037;
}

.success select::-webkit-input-placeholder,
.success textarea::-webkit-input-placeholder,
.success input[type="email"]::-webkit-input-placeholder,
.success input[type="number"]::-webkit-input-placeholder,
.success input[type="password"]::-webkit-input-placeholder,
.success input[type="search"]::-webkit-input-placeholder,
.success input[type="tel"]::-webkit-input-placeholder,
.success input[type="text"]::-webkit-input-placeholder,
.success input[type="url"]::-webkit-input-placeholder,
.success input[type="color"]::-webkit-input-placeholder,
.success input[type="date"]::-webkit-input-placeholder,
.success input[type="datetime"]::-webkit-input-placeholder,
.success input[type="datetime-local"]::-webkit-input-placeholder,
.success input[type="month"]::-webkit-input-placeholder,
.success input[type="time"]::-webkit-input-placeholder,
.success input[type="week"]::-webkit-input-placeholder {
  color: #83d037;
  opacity: 1;
}

.success select::-moz-placeholder,
.success textarea::-moz-placeholder,
.success input[type="email"]::-moz-placeholder,
.success input[type="number"]::-moz-placeholder,
.success input[type="password"]::-moz-placeholder,
.success input[type="search"]::-moz-placeholder,
.success input[type="tel"]::-moz-placeholder,
.success input[type="text"]::-moz-placeholder,
.success input[type="url"]::-moz-placeholder,
.success input[type="color"]::-moz-placeholder,
.success input[type="date"]::-moz-placeholder,
.success input[type="datetime"]::-moz-placeholder,
.success input[type="datetime-local"]::-moz-placeholder,
.success input[type="month"]::-moz-placeholder,
.success input[type="time"]::-moz-placeholder,
.success input[type="week"]::-moz-placeholder {
  color: #83d037;
  opacity: 1;
}

.success select:-ms-input-placeholder,
.success textarea:-ms-input-placeholder,
.success input[type="email"]:-ms-input-placeholder,
.success input[type="number"]:-ms-input-placeholder,
.success input[type="password"]:-ms-input-placeholder,
.success input[type="search"]:-ms-input-placeholder,
.success input[type="tel"]:-ms-input-placeholder,
.success input[type="text"]:-ms-input-placeholder,
.success input[type="url"]:-ms-input-placeholder,
.success input[type="color"]:-ms-input-placeholder,
.success input[type="date"]:-ms-input-placeholder,
.success input[type="datetime"]:-ms-input-placeholder,
.success input[type="datetime-local"]:-ms-input-placeholder,
.success input[type="month"]:-ms-input-placeholder,
.success input[type="time"]:-ms-input-placeholder,
.success input[type="week"]:-ms-input-placeholder {
  color: #83d037;
  opacity: 1;
}

.success select:-moz-placeholder,
.success textarea:-moz-placeholder,
.success input[type="email"]:-moz-placeholder,
.success input[type="number"]:-moz-placeholder,
.success input[type="password"]:-moz-placeholder,
.success input[type="search"]:-moz-placeholder,
.success input[type="tel"]:-moz-placeholder,
.success input[type="text"]:-moz-placeholder,
.success input[type="url"]:-moz-placeholder,
.success input[type="color"]:-moz-placeholder,
.success input[type="date"]:-moz-placeholder,
.success input[type="datetime"]:-moz-placeholder,
.success input[type="datetime-local"]:-moz-placeholder,
.success input[type="month"]:-moz-placeholder,
.success input[type="time"]:-moz-placeholder,
.success input[type="week"]:-moz-placeholder {
  color: #83d037;
  opacity: 1;
}

.success select:placeholder,
.success textarea:placeholder,
.success input[type="email"]:placeholder,
.success input[type="number"]:placeholder,
.success input[type="password"]:placeholder,
.success input[type="search"]:placeholder,
.success input[type="tel"]:placeholder,
.success input[type="text"]:placeholder,
.success input[type="url"]:placeholder,
.success input[type="color"]:placeholder,
.success input[type="date"]:placeholder,
.success input[type="datetime"]:placeholder,
.success input[type="datetime-local"]:placeholder,
.success input[type="month"]:placeholder,
.success input[type="time"]:placeholder,
.success input[type="week"]:placeholder {
  color: #83d037;
  opacity: 1;
}

/* Form alert
------------------------------------------------------------------------*/

.form-submited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #000;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: .2s;
          transition: .2s;
}

.form-submited.submited {
  opacity: 1;
  visibility: visible;
}

.form-submited [class^="icon-check-circle"] {
  display: block;
  color: #83d037;
  font-size: 40px;
}

.form-submited h4,
.form-submited p {
  margin: 0;
  font-size: 18px;
}

/* Form alert
------------------------------------------------------------------------*/

.form-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #000;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: .2s;
          transition: .2s;
}

.form-layer.submited {
  opacity: 1;
  visibility: visible;
}

/* Form messages
------------------------------------------------------------------------*/

.form-input::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  content: "";
  position: absolute;
  right: 8px;
  top: 9px;
  font-size: 26px;
  color: #6c4f96;
  border-radius: 50%;
}

.form-input .form-message {
  position: relative;
  display: block;
  line-height: 1.2;
  margin: -5px 0 10px;
  padding: 8px 6px;
  color: #fff;
  font-size: 12px;
  background: #6c4f96;
}

.form-input .form-message::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 15px;
  bottom: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #6c4f96;
}

.form-input.error::before {
  content: "";
  display: inline-block;
  color: #d03737;
}

.form-input.error .form-message {
  background: #d03737;
}

.form-input.error .form-message::before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #d03737;
}

.form-input.error.no-icon::before {
  content: "";
}

.form-input.success::before {
  content: "";
  display: inline-block;
  color: #83d037;
}

.form-input.success .form-message {
  background: #83d037;
}

.form-input.success .form-message::before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #83d037;
}

.custom-radio .form-message,
.custom-checkbox .form-message {
  position: relative;
  display: block;
  line-height: 1.2;
  margin: 5px 0;
  padding: 8px 6px 8px 35px;
  color: #fff;
  font-size: 12px;
  background: #6c4f96;
}

.custom-radio .form-message::after,
.custom-checkbox .form-message::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  margin: -10px 0 0;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
}

.custom-radio .form-message::before,
.custom-checkbox .form-message::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 15px;
  bottom: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #6c4f96;
}

.custom-radio.error label,
.custom-checkbox.error label {
  color: #d03737;
}

.custom-radio.error .form-message,
.custom-checkbox.error .form-message {
  background: #d03737;
}

.custom-radio.error .form-message::after,
.custom-checkbox.error .form-message::after {
  content: "";
}

.custom-radio.error .form-message::before,
.custom-checkbox.error .form-message::before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #d03737;
}

.custom-radio.success label,
.custom-checkbox.success label {
  color: #83d037;
}

.custom-radio.success .form-message,
.custom-checkbox.success .form-message {
  background: #83d037;
}

.custom-radio.success .form-message::after,
.custom-checkbox.success .form-message::after {
  content: "";
}

.custom-radio.success .form-message::before,
.custom-checkbox.success .form-message::before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #83d037;
}

/* Custom checkbox
------------------------------------------------------------------------*/

.custom-checkbox {
  position: relative;
  display: block;
  width: 100%;
  /* Color - Purple */
  /* Color - Light violet */
  /* Color - green for maps */
  /* Color - blue for maps */
  /* Color - red for maps */
  /* Color - yellow for maps */
  /* Color - gray for maps */
  /* Size - Large */
}

.custom-checkbox label {
  margin: 0 0 15px;
}

.custom-checkbox.single label {
  margin: 0;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox input[type="checkbox"]+label {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.2;
  padding-left: 20px;
  font-size: 15px;
  text-align: left;
}

.custom-checkbox input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #d0d6d8;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.custom-checkbox input[type="checkbox"]:disabled+label {
  cursor: not-allowed;
  color: #d0d6d8;
}

.custom-checkbox input[type="checkbox"]:hover:not(:disabled)+label::before {
  border-color: #583787;
}

.custom-checkbox input[type="checkbox"]:checked+label::before {
  color: #fff;
  background: #583787;
  border-color: #583787;
}

.custom-checkbox.purple input[type="checkbox"]:hover:not(:disabled)+label::before {
  border-color: #a94daa;
}

.custom-checkbox.purple input[type="checkbox"]:checked+label::before {
  background: #a94daa;
  border-color: #a94daa;
}

.custom-checkbox.light-violet input[type="checkbox"]:hover:not(:disabled)+label::before {
  border-color: #e9e5f2;
}

.custom-checkbox.light-violet input[type="checkbox"]:checked+label::before {
  background: #e9e5f2;
  border-color: #e9e5f2;
}

.custom-checkbox.green input[type="checkbox"]:hover:not(:disabled)+label::before {
  border-color: #197b30;
}

.custom-checkbox.green input[type="checkbox"]:checked+label::before {
  background: #197b30;
  border-color: #197b30;
}

.custom-checkbox.blue input[type="checkbox"]:hover:not(:disabled)+label::before {
  border-color: #003471;
}

.custom-checkbox.blue input[type="checkbox"]:checked+label::before {
  background: #003471;
  border-color: #003471;
}

.custom-checkbox.red input[type="checkbox"]:hover:not(:disabled)+label::before {
  border-color: #d03737;
}

.custom-checkbox.red input[type="checkbox"]:checked+label::before {
  background: #d03737;
  border-color: #d03737;
}

.custom-checkbox.yellow input[type="checkbox"]:hover:not(:disabled)+label::before {
  border-color: #e8d10d;
}

.custom-checkbox.yellow input[type="checkbox"]:checked+label::before {
  background: #e8d10d;
  border-color: #e8d10d;
}

.custom-checkbox.gray input[type="checkbox"]:hover:not(:disabled)+label::before {
  border-color: #707070;
}

.custom-checkbox.gray input[type="checkbox"]:checked+label::before {
  background: #707070;
  border-color: #707070;
}

.custom-checkbox.large {
  display: inline-block;
  width: auto;
}

.custom-checkbox.large.single input[type="checkbox"]+label {
  padding-left: 30px;
}

.custom-checkbox.large input[type="checkbox"]+label {
  padding-top: 7px;
  padding-left: 40px;
  min-width: 30px;
  min-height: 30px;
}

.custom-checkbox.large input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: 0;
  padding-top: 5px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.custom-checkbox.large input[type="checkbox"]:hover:not(:disabled)+label::before {
  color: #583787;
}

.custom-checkbox.large input[type="checkbox"]:checked+label {
  font-family: "Roboto Light";
}

.custom-checkbox.large input[type="checkbox"]:checked+label::before,
.custom-checkbox.large input[type="checkbox"]:hover:checked+label::before {
  color: #fff;
}

/* Custom radiobutton
------------------------------------------------------------------------*/

.custom-radio {
  position: relative;
  display: block;
  width: 100%;
}

.custom-radio label {
  margin: 0 0 15px;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio input[type="radio"]+label {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.2;
  padding-left: 20px;
  font-size: 15px;
  text-align: left;
}

.custom-radio input[type="radio"]+label::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #583787;
  border-radius: 50%;
  -webkit-transition: all .2s;
          transition: all .2s;
  box-shadow: inset 0 0 0 3px #fff;
}

.custom-radio input[type="radio"]:disabled+label {
  cursor: not-allowed;
  color: #d0d6d8;
}

.custom-radio input[type="radio"]:hover:not(:disabled)+label::before {
  background: #583787;
}

.custom-radio input[type="radio"]:checked+label {
  font-family: "Roboto Medium";
}

.custom-radio input[type="radio"]:checked+label::before {
  background: #583787;
}

/* Custom radiobutton
------------------------------------------------------------------------*/

.custom-radio-block {
  position: relative;
  display: block;
  width: 100%;
}

.custom-radio-block label {
  display: block;
  margin: 0 0 15px;
}

.custom-radio-block input[type="radio"] {
  display: none;
}

.custom-radio-block input[type="radio"]+label {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
  padding: 20px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #e6eaeb;
  -webkit-transition: .2s;
          transition: .2s;
}

.custom-radio-block input[type="radio"]:disabled+label {
  cursor: not-allowed;
  color: #d0d6d8;
  background: #e6eaeb;
}

.custom-radio-block input[type="radio"]:disabled+label * {
  color: #d0d6d8;
}

.custom-radio-block input[type="radio"]:checked+label {
  cursor: default;
  color: #fff;
  border-color: #583787;
  background: #583787;
}

.custom-radio-block input[type="radio"]:checked+label * {
  color: #fff !important;
}

.custom-radio-block input[type="radio"]:checked+label .label.yellow {
  color: black !important;
}

.custom-radio-block input[type="radio"]:checked+label .label.yellow * {
  color: black !important;
}

/* Custom radiobutton and checkbox visibility toggle
------------------------------------------------------------------------*/

[data-show-element] {
  display: none;
}

/* LISTS
--------------------------------------------------------------------------
========================================================================*/

/* User opinion
------------------------------------------------------------------------*/

.user-opinion {
  text-align: center;
}

.user-opinion>li {
  display: inline-block;
  margin: 0 20px;
}

.user-opinion>li [class^="icon-"] {
  font-size: 50px;
  color: #583787;
  -webkit-transition: .2s;
          transition: .2s;
}

.user-opinion>li>a {
  display: block;
}

.user-opinion>li>a:hover .icon-happy,
.user-opinion>li>a:not(:hover):focus .icon-happy {
  color: #83d037;
}

.user-opinion>li>a:hover .icon-sad,
.user-opinion>li>a:not(:hover):focus .icon-sad {
  color: #d03737;
}

/* List inline
------------------------------------------------------------------------*/

.list-inline>li {
  display: inline-block;
}

/* List with each items margin bottom
------------------------------------------------------------------------*/

.list-items-margin {
  margin: 0 0 10px;
}

.list-items-margin>li {
  margin: 0 0 10px;
}

/* List multiple state
------------------------------------------------------------------------*/

/* List styled
------------------------------------------------------------------------*/

.list-styled {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  /* Numbered */
}

.list-styled ol,
.list-styled ul {
  margin: 0;
}

.list-styled.separated>li {
  margin-bottom: 18px;
}

.list-styled>li {
  position: relative;
  display: block;
  padding-left: 15px;
}

.list-styled>li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: #91a3a7;
}

.list-styled.list-disc>li::before,
.list-styled.list-circle>li::before {
  border-radius: 50%;
}

.list-styled.list-disc>li::before,
.list-styled.list-square>li::before {
  background: #91a3a7;
}

.list-styled.list-disc>li::before,
.list-styled.list-circle>li::before,
.list-styled.list-square>li::before {
  top: 10px;
  width: 5px;
  height: 5px;
  border: 1px solid #91a3a7;
}

.list-styled.list-decimal,
.list-styled.list-lower-roman,
.list-styled.list-lower-alpha {
  counter-reset: list-counter;
}

.list-styled.list-decimal>li,
.list-styled.list-lower-roman>li,
.list-styled.list-lower-alpha>li {
  counter-increment: list-counter;
}

.list-styled.list-decimal>li::before {
  content: counter(list-counter, decimal);
}

.list-styled.list-lower-roman>li {
  padding-left: 20px;
}

.list-styled.list-lower-roman>li::before {
  content: counter(list-counter, lower-roman);
}

.list-styled.list-lower-alpha>li::before {
  content: counter(list-counter, lower-alpha);
}

/* List horizontal
------------------------------------------------------------------------*/

.list-horizontal {
  overflow: hidden;
  margin-bottom: 20px;
  border-top: 1px solid #e6eaeb;
}

.list-horizontal>li {
  padding: 20px;
  border-bottom: 1px solid #e6eaeb;
}

.list-horizontal>li h4 {
  margin: 15px 0;
}

.list-horizontal>li p:last-of-type {
  margin: 0;
}

/* List definition
------------------------------------------------------------------------*/

.list-definition {
  margin-bottom: 20px;
}

.list-definition>dt,
.list-definition>dd {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 5px;
}

.list-definition>dt {
  width: 29%;
}

.list-definition>dd {
  width: 69%;
  padding-left: 10px;
}

.list-definition.mix>dt {
  width: 49%;
}

.list-definition.mix>dd {
  width: 49%;
  padding-left: 10px;
}

/* List steps
------------------------------------------------------------------------*/

.list-steps {
  float: left;
  width: 100%;
  margin: 20px 0;
  /* List steps without content but with linking
------------------------------------------------------------------------*/
  /* List steps without linking block
------------------------------------------------------------------------*/
}

.list-steps>li {
  position: relative;
  display: block;
  min-height: 50px;
  padding: 10px 0 0 80px;
  counter-increment: step-counter;
}

.list-steps>li h1,
.list-steps>li h2,
.list-steps>li h3,
.list-steps>li h4,
.list-steps>li h5,
.list-steps>li h6,
.list-steps>li .h1,
.list-steps>li .h2,
.list-steps>li .h3,
.list-steps>li .h4,
.list-steps>li .h5,
.list-steps>li .h6,
.list-steps>li .article-suggests-white h1,
.article-suggests-white .list-steps>li h1,
.list-steps>li .article-suggests-white h2,
.article-suggests-white .list-steps>li h2,
.list-steps>li .article-suggests-white h3,
.article-suggests-white .list-steps>li h3,
.list-steps>li .article-suggests-white h4,
.article-suggests-white .list-steps>li h4,
.list-steps>li .article-suggests-white h5,
.article-suggests-white .list-steps>li h5,
.list-steps>li .article-suggests-white h6,
.article-suggests-white .list-steps>li h6,
.list-steps>li .article-suggests-white .h1,
.article-suggests-white .list-steps>li .h1,
.list-steps>li .article-suggests-white .h2,
.article-suggests-white .list-steps>li .h2,
.list-steps>li .article-suggests-white .h3,
.article-suggests-white .list-steps>li .h3,
.list-steps>li .article-suggests-white .h4,
.article-suggests-white .list-steps>li .h4,
.list-steps>li .article-suggests-white .h5,
.article-suggests-white .list-steps>li .h5,
.article-suggests-white .list-steps>li .h6,
.list-steps>li .article-suggests-white figcaption,
.article-suggests-white .list-steps>li figcaption,
.list-steps>li .article-suggests-white legend,
.article-suggests-white .list-steps>li legend,
.list-steps>li figcaption,
.list-steps>li legend {
  margin-top: 0;
}

.list-steps>li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background-color: #583787;
  border-radius: 50%;
}

.list-steps>li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 65px;
  bottom: 0;
  left: 22px;
  width: 4px;
  background-color: #583787;
  border-radius: 3px;
}

.list-steps.no-float {
  float: none;
}

.list-steps.linking-padding>li h1,
.list-steps.linking-padding>li h2,
.list-steps.linking-padding>li h3,
.list-steps.linking-padding>li h4,
.list-steps.linking-padding>li h5,
.list-steps.linking-padding>li h6,
.list-steps.linking-padding>li .h1,
.list-steps.linking-padding>li .h2,
.list-steps.linking-padding>li .h3,
.list-steps.linking-padding>li .h4,
.list-steps.linking-padding>li .h5,
.list-steps.linking-padding>li .h6,
.list-steps.linking-padding>li .article-suggests-white h1,
.article-suggests-white .list-steps.linking-padding>li h1,
.list-steps.linking-padding>li .article-suggests-white h2,
.article-suggests-white .list-steps.linking-padding>li h2,
.list-steps.linking-padding>li .article-suggests-white h3,
.article-suggests-white .list-steps.linking-padding>li h3,
.list-steps.linking-padding>li .article-suggests-white h4,
.article-suggests-white .list-steps.linking-padding>li h4,
.list-steps.linking-padding>li .article-suggests-white h5,
.article-suggests-white .list-steps.linking-padding>li h5,
.list-steps.linking-padding>li .article-suggests-white h6,
.article-suggests-white .list-steps.linking-padding>li h6,
.list-steps.linking-padding>li .article-suggests-white .h1,
.article-suggests-white .list-steps.linking-padding>li .h1,
.list-steps.linking-padding>li .article-suggests-white .h2,
.article-suggests-white .list-steps.linking-padding>li .h2,
.list-steps.linking-padding>li .article-suggests-white .h3,
.article-suggests-white .list-steps.linking-padding>li .h3,
.list-steps.linking-padding>li .article-suggests-white .h4,
.article-suggests-white .list-steps.linking-padding>li .h4,
.list-steps.linking-padding>li .article-suggests-white .h5,
.article-suggests-white .list-steps.linking-padding>li .h5,
.article-suggests-white .list-steps.linking-padding>li .h6,
.list-steps.linking-padding>li .article-suggests-white figcaption,
.article-suggests-white .list-steps.linking-padding>li figcaption,
.list-steps.linking-padding>li .article-suggests-white legend,
.article-suggests-white .list-steps.linking-padding>li legend,
.list-steps.linking-padding>li figcaption,
.list-steps.linking-padding>li legend {
  padding-bottom: 60px;
}

.list-steps.linking-padding>li:last-child h1,
.list-steps.linking-padding>li:last-child h2,
.list-steps.linking-padding>li:last-child h3,
.list-steps.linking-padding>li:last-child h4,
.list-steps.linking-padding>li:last-child h5,
.list-steps.linking-padding>li:last-child h6,
.list-steps.linking-padding>li:last-child .h1,
.list-steps.linking-padding>li:last-child .h2,
.list-steps.linking-padding>li:last-child .h3,
.list-steps.linking-padding>li:last-child .h4,
.list-steps.linking-padding>li:last-child .h5,
.list-steps.linking-padding>li:last-child .h6,
.list-steps.linking-padding>li:last-child .article-suggests-white h1,
.article-suggests-white .list-steps.linking-padding>li:last-child h1,
.list-steps.linking-padding>li:last-child .article-suggests-white h2,
.article-suggests-white .list-steps.linking-padding>li:last-child h2,
.list-steps.linking-padding>li:last-child .article-suggests-white h3,
.article-suggests-white .list-steps.linking-padding>li:last-child h3,
.list-steps.linking-padding>li:last-child .article-suggests-white h4,
.article-suggests-white .list-steps.linking-padding>li:last-child h4,
.list-steps.linking-padding>li:last-child .article-suggests-white h5,
.article-suggests-white .list-steps.linking-padding>li:last-child h5,
.list-steps.linking-padding>li:last-child .article-suggests-white h6,
.article-suggests-white .list-steps.linking-padding>li:last-child h6,
.list-steps.linking-padding>li:last-child .article-suggests-white .h1,
.article-suggests-white .list-steps.linking-padding>li:last-child .h1,
.list-steps.linking-padding>li:last-child .article-suggests-white .h2,
.article-suggests-white .list-steps.linking-padding>li:last-child .h2,
.list-steps.linking-padding>li:last-child .article-suggests-white .h3,
.article-suggests-white .list-steps.linking-padding>li:last-child .h3,
.list-steps.linking-padding>li:last-child .article-suggests-white .h4,
.article-suggests-white .list-steps.linking-padding>li:last-child .h4,
.list-steps.linking-padding>li:last-child .article-suggests-white .h5,
.article-suggests-white .list-steps.linking-padding>li:last-child .h5,
.article-suggests-white .list-steps.linking-padding>li:last-child .h6,
.list-steps.linking-padding>li:last-child .article-suggests-white figcaption,
.article-suggests-white .list-steps.linking-padding>li:last-child figcaption,
.list-steps.linking-padding>li:last-child .article-suggests-white legend,
.article-suggests-white .list-steps.linking-padding>li:last-child legend,
.list-steps.linking-padding>li:last-child figcaption,
.list-steps.linking-padding>li:last-child legend {
  padding-bottom: 0;
}

.list-steps.unlinked {
  float: none;
}

.list-steps.unlinked>li {
  padding: 0 0 0 0;
  margin: 44px 0;
}

.list-steps.unlinked>li .list-item-header {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 26px;
  text-align: center;
}

.list-steps.unlinked>li .list-item-header.h5 {
  padding-top: 12px;
}

.list-steps.unlinked>li .list-item-subheader {
  margin: 20px 0;
  text-align: center;
}

.list-steps.unlinked>li .list-item-subheader>* {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.list-steps.unlinked>li .list-item-subheader h4 {
  margin-right: 24px;
  font-size: 18px;
  font-family: "Roboto Light";
}

.list-steps.unlinked>li::before {
  position: static;
  display: block;
  margin: 10px auto;
}

.list-steps.unlinked>li::after {
  display: none;
}

/* List table
------------------------------------------------------------------------*/

.list-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}

.list-table>li {
  display: table-cell;
  vertical-align: middle;
}

.list-table>li [class^="icon-"] {
  font-size: 36px;
  margin-right: 10px;
}

/* List with grid
------------------------------------------------------------------------*/

.list-grid {
  width: 100%;
  margin-bottom: 20px;
}

.list-grid>li [class^="icon-"] {
  font-size: 36px;
}

.list-grid.small-icons>li [class^="icon-"] {
  font-size: 30px;
}

/* List with icons
------------------------------------------------------------------------*/

.list-with-icons {
  margin-bottom: 20px;
}

.list-with-icons>li {
  margin: 5px;
}

.list-with-icons>li [class^="icon-"] {
  font-size: 36px;
  margin-right: 10px;
}

.list-with-icons.aligned-middle li {
  margin-bottom: 10px;
}

.list-with-icons.aligned-middle li>* {
  display: inline-block;
  vertical-align: middle;
}

/* Spacing between list items
------------------------------------------------------------------------*/

.spaced li {
  margin-bottom: 6px;
}

.spaced-wide li {
  margin-bottom: 12px;
}

.spaced-wider li {
  margin-bottom: 18px;
}

.list-padded {
  padding-left: 22px;
}

/* TABLES
--------------------------------------------------------------------------
========================================================================*/

/* Default table
------------------------------------------------------------------------*/

table,
.table {
  width: 100%;
  margin-bottom: 20px;
}

table thead,
.table thead {
  background: transparent;
}

table thead,
table tbody,
table tfoot,
.table thead,
.table tbody,
.table tfoot {
  border: 0;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td,
.table thead th,
.table thead td,
.table tfoot th,
.table tfoot td {
  text-align: inherit;
}

table thead th,
table thead td,
.table thead th,
.table thead td {
  line-height: 1.2;
  padding-left: 0 !important;
  font-family: "Roboto Medium";
}

table thead th,
table thead td,
table tbody td,
table tfoot th,
table tfoot td,
.table thead th,
.table thead td,
.table tbody td,
.table tfoot th,
.table tfoot td {
  font-weight: normal;
}

table tbody tr:nth-child(2n),
.table tbody tr:nth-child(2n) {
  background: #e6eaeb;
}

table.primary thead,
.table.primary thead {
  color: #fff;
  background: #583787;
}

/* Table transparent
------------------------------------------------------------------------*/

.table-transparent tbody,
.table-transparent tfoot {
  background: transparent;
}

.table-transparent.table-striped tbody tr:nth-child(2n) {
  background: rgba(255, 255, 255, .3);
}

/* Table responsive
------------------------------------------------------------------------*/

.table-scroll {
  overflow-x: auto;
}

.table-scroll>table,
.table-scroll>.table {
  width: 100%;
}

/* Badges
--------------------------------------------------------------------------
========================================================================*/

.badge {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 85px;
  line-height: 1;
  padding: 10px 1px 0;
  color: #000;
  font-size: 10px;
  text-align: center;
  -webkit-animation: bounceInDown 1.5s forwards;
          animation: bounceInDown 1.5s forwards;
  z-index: 1;
}

.badge [class^="icon-"] {
  display: block;
  margin-bottom: 2px;
  font-size: 28px;
  text-align: center;
}

.badge::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  background: #e6eaeb;
  border-radius: 50% 50% 0 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.badge.violet::before {
  background: #583787;
}

.badge.yellow::before {
  background: #ffed53;
}

.badge.giant {
  padding: 36px 8px 0;
  font-size: 22px;
}

.badge.giant,
.badge.giant::before {
  width: 120px;
  height: 145px;
}

.badge.giant::before {
  height: 120px;
}

.badge.giant.with-icon {
  padding-top: 18px;
}

.badge.giant.with-icon [class^="icon-"] {
  font-size: 36px;
}

/* Labels
--------------------------------------------------------------------------
========================================================================*/

.label {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  color: #000;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  background: #e6eaeb;
  z-index: 1;
  border-radius: 10px;
}

.label.violet {
  color: #fff;
  background: #583787;
}

.label.yellow {
  background: #ffed53;
}

.label.purple {
  color: #fff;
  background: #a94daa;
}

.label.inline {
  padding: 4px 10px;
}

.label.large {
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 15px;
}

.label.space-bottom {
  margin-bottom: 12px;
}

/* LOADERS
--------------------------------------------------------------------------
========================================================================*/

/* Layer with loader
------------------------------------------------------------------------*/

.loader {
  position: relative;
}

.loader::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .7);
  z-index: 15;
}

.loader::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  background: url(../images/loader.gif) no-repeat;
  z-index: 15;
}

/* Loading button
------------------------------------------------------------------------*/

.devices-loader {
  display: block;
  width: 120px;
  margin: 10px auto 20px;
  padding: 10px;
  color: #fff;
  background: #583787;
  visibility: hidden;
  border-radius: 10px;
}

.devices-loader::after {
  content: url(../images/loader_small.gif);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
}

.devices-loader.loading {
  visibility: visible;
}

/* CALLOUT
--------------------------------------------------------------------------
========================================================================*/

/* Callout group
------------------------------------------------------------------------*/

.callout-group>.callout {
  margin-bottom: 0;
}

.callout-group>.callout+.callout:not(.gray) {
  padding-top: 20px;
  border-top: 1px solid #d0d6d8;
}

/* Single callout
------------------------------------------------------------------------*/

.callout {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  background: transparent;
  /* Callout with background */
  /* Callout bordered */
  /* Callout without padding */
  /* Callout header */
  /* Callout subheader */
}

.callout.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  height: auto;
  max-height: 100%;
}

.callout.padding {
  padding: 20px;
}

.callout.gray {
  padding: 10px;
  background: #e6eaeb;
}

.callout.white {
  padding: 10px;
  background: #fff;
}

.callout.primary {
  color: #fff;
  background: #583787;
}

.callout.yellow {
  background: #ffed53;
}

.callout.bordered {
  padding: 20px;
  border: 1px solid #d0d6d8;
}

.callout.small-bordered {
  padding: 10px;
  border: 1px solid #d0d6d8;
}

.callout.large-bordered {
  padding: 23px;
  border: 1px solid #d0d6d8;
}

.callout.large-bordered-without-left-border {
  padding: 23px;
  border-top: 1px solid #d0d6d8;
  border-right: 1px solid #d0d6d8;
  border-bottom: 1px solid #d0d6d8;
  border-left: 0px solid #d0d6d8;
}

.callout.bordered-right {
  border-bottom: 1px solid #d0d6d8;
}

.callout.no-padding {
  padding: 0;
}

.callout .callout-header {
  margin: 0 0 20px;
}

.callout .callout-header.gray-blocked {
  padding: 12px;
  background-color: #e6eaeb;
  color: #000;
}

.callout .callout-header.violet-blocked {
  padding: 12px;
  background-color: #583787;
  color: #fff;
}

.callout .callout-header h1,
.callout .callout-header h2,
.callout .callout-header h3,
.callout .callout-header h4,
.callout .callout-header h5,
.callout .callout-header h6,
.callout .callout-header .h1,
.callout .callout-header .h2,
.callout .callout-header .h3,
.callout .callout-header .h4,
.callout .callout-header .h5,
.callout .callout-header .h6,
.callout .callout-header .article-suggests-white h1,
.article-suggests-white .callout .callout-header h1,
.callout .callout-header .article-suggests-white h2,
.article-suggests-white .callout .callout-header h2,
.callout .callout-header .article-suggests-white h3,
.article-suggests-white .callout .callout-header h3,
.callout .callout-header .article-suggests-white h4,
.article-suggests-white .callout .callout-header h4,
.callout .callout-header .article-suggests-white h5,
.article-suggests-white .callout .callout-header h5,
.callout .callout-header .article-suggests-white h6,
.article-suggests-white .callout .callout-header h6,
.callout .callout-header .article-suggests-white .h1,
.article-suggests-white .callout .callout-header .h1,
.callout .callout-header .article-suggests-white .h2,
.article-suggests-white .callout .callout-header .h2,
.callout .callout-header .article-suggests-white .h3,
.article-suggests-white .callout .callout-header .h3,
.callout .callout-header .article-suggests-white .h4,
.article-suggests-white .callout .callout-header .h4,
.callout .callout-header .article-suggests-white .h5,
.article-suggests-white .callout .callout-header .h5,
.callout .callout-header .article-suggests-white figcaption,
.article-suggests-white .callout .callout-header figcaption,
.callout .callout-header .article-suggests-white legend,
.article-suggests-white .callout .callout-header legend,
.callout .callout-header figcaption,
.callout .callout-header legend {
  margin: 0;
}

.callout .callout-subheader {
  margin: 10px 0 20px 0;
}

.callout .callout-content.padded {
  padding: 0 20px;
}

.callout [class^="icon-"].padded-top,
.callout [class*=" icon-"].padded-top {
  padding-top: 20px;
}

.callout-list.padded {
  padding: 10px 0 30px 0;
}

.callout-list [class^="icon-"].big,
.callout-list [class*=" icon-"].big {
  font-size: 50px;
  margin-bottom: 20px;
}

.callout-list [class^="icon-"].medium,
.callout-list [class*=" icon-"].medium {
  font-size: 28px;
}

.callout-list [class^="icon-"].circled::before,
.callout-list [class*=" icon-"].circled::before {
  border: 1px solid #583787;
  border-radius: 50%;
  padding: 10px;
}

.callout-list .custom-space {
  margin-bottom: 50px;
}

.callout-list .custom-space .dots-container {
  position: relative;
  width: 100%;
}

.callout-list .custom-space .dots-container .dot {
  position: absolute;
  left: calc(50% - 4px / 2);
  display: block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #d0d6d8;
}

.callout-list .custom-space .dots-container .dot:first-child {
  top: 10px;
}

.callout-list .custom-space .dots-container .dot:nth-last-child(2) {
  top: 20px;
}

.callout-list .custom-space .dots-container .dot:last-child {
  top: 30px;
}

/* PANEL
--------------------------------------------------------------------------
========================================================================*/

/* Panel group
------------------------------------------------------------------------*/

.panel-group {
  display: block;
  width: 100%;
}

.panel-group>.panel {
  margin-bottom: 0;
}

/* Panel
------------------------------------------------------------------------*/

.panel {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid #e6eaeb;
  background: #fff;
}

.panel.gray {
  background: #f1f4f6;
  border-color: #f1f4f6;
}

.panel .panel-header {
  display: block;
  width: 100%;
  padding: 15px 10px;
  background: #e6eaeb;
}

.panel .panel-header .panel-title {
  margin: 0;
}

.panel .panel-content {
  width: 100%;
  padding: 20px 10px;
}

.panel .panel-content .list-with-icons a {
  text-decoration: underline;
}

.panel .panel-content .list-with-icons a:hover {
  text-decoration: none;
}

.panel .panel-footer {
  padding: 20px 10px;
}

/* MEDIA OBJECT
--------------------------------------------------------------------------
========================================================================*/

.media-object {
  margin: 20px 0;
  padding: 20px;
  border: 0;
  background: #e6eaeb;
}

.media-object.primary {
  background: #583787;
}

.media-object.success {
  color: #83d037;
}

.media-object.error {
  color: #d03737;
}

.media-object img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 10px;
}

/* Accordion
--------------------------------------------------------------------------
========================================================================*/

/* Accordion default
------------------------------------------------------------------------*/

.accordion+.table,
.table+.accordion {
  margin-top: 60px;
}

.accordion {
  display: block;
  width: 100%;
  margin: 40px 0;
  border: 0;
  background: transparent;
}

.accordion.accordion-default .accordion-title label[for^="consent-"],
.accordion.accordion-primary .accordion-title label[for^="consent-"] {
  font-size: 15px;
}

.accordion .accordion {
  margin: 0;
}

.accordion .accordion-item:first-child .accordion-title {
  border-top: 1px solid #d0d6d8;
}

.accordion .accordion-item:first-child .accordion-title [class^="icon-chevron-"] {
  -webkit-transition: .2s;
          transition: .2s;
}

.accordion .accordion-item.expanded>.accordion-title [class^="icon-chevron-"] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion .accordion-item>.accordion-title {
  position: relative;
  display: block;
  padding: 10px 40px 10px 20px;
  color: #000;
  font-size: 16px;
  border: 0;
  text-decoration: none;
  background: #fff;
  border-bottom: 1px solid #d0d6d8;
  -webkit-transition: .2s;
          transition: .2s;
}

.accordion .accordion-item>.accordion-title [class^="icon-chevron-"] {
  position: absolute;
  top: 13px;
  right: 10px;
  color: #583787;
  -webkit-transition: .2s;
          transition: .2s;
}

.accordion .accordion-item>.accordion-title .accordion-trigger {
  height: 33px;
  top: 2px;
  position: absolute;
  width: 33px;
  right: -35px;
}

.accordion .accordion-item>.accordion-title .accordion-trigger [class^="icon-chevron-"] {
  position: absolute;
  text-align: center;
  top: 8px;
  right: 10px;
}

.accordion .accordion-item>.accordion-title h1,
.accordion .accordion-item>.accordion-title h2,
.accordion .accordion-item>.accordion-title h3,
.accordion .accordion-item>.accordion-title h4,
.accordion .accordion-item>.accordion-title h5,
.accordion .accordion-item>.accordion-title h6,
.accordion .accordion-item>.accordion-title .h1,
.accordion .accordion-item>.accordion-title .h2,
.accordion .accordion-item>.accordion-title .h3,
.accordion .accordion-item>.accordion-title .h4,
.accordion .accordion-item>.accordion-title .h5,
.accordion .accordion-item>.accordion-title .h6,
.accordion .accordion-item>.accordion-title .article-suggests-white h1,
.article-suggests-white .accordion .accordion-item>.accordion-title h1,
.accordion .accordion-item>.accordion-title .article-suggests-white h2,
.article-suggests-white .accordion .accordion-item>.accordion-title h2,
.accordion .accordion-item>.accordion-title .article-suggests-white h3,
.article-suggests-white .accordion .accordion-item>.accordion-title h3,
.accordion .accordion-item>.accordion-title .article-suggests-white h4,
.article-suggests-white .accordion .accordion-item>.accordion-title h4,
.accordion .accordion-item>.accordion-title .article-suggests-white h5,
.article-suggests-white .accordion .accordion-item>.accordion-title h5,
.accordion .accordion-item>.accordion-title .article-suggests-white h6,
.article-suggests-white .accordion .accordion-item>.accordion-title h6,
.accordion .accordion-item>.accordion-title .article-suggests-white .h1,
.article-suggests-white .accordion .accordion-item>.accordion-title .h1,
.accordion .accordion-item>.accordion-title .article-suggests-white .h2,
.article-suggests-white .accordion .accordion-item>.accordion-title .h2,
.accordion .accordion-item>.accordion-title .article-suggests-white .h3,
.article-suggests-white .accordion .accordion-item>.accordion-title .h3,
.accordion .accordion-item>.accordion-title .article-suggests-white .h4,
.article-suggests-white .accordion .accordion-item>.accordion-title .h4,
.accordion .accordion-item>.accordion-title .article-suggests-white .h5,
.article-suggests-white .accordion .accordion-item>.accordion-title .h5,
.accordion .accordion-item>.accordion-title .article-suggests-white figcaption,
.article-suggests-white .accordion .accordion-item>.accordion-title figcaption,
.accordion .accordion-item>.accordion-title .article-suggests-white legend,
.article-suggests-white .accordion .accordion-item>.accordion-title legend,
.accordion .accordion-item>.accordion-title figcaption,
.accordion .accordion-item>.accordion-title legend {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-family: "Roboto Light";
  line-height: 1.5;
}

.accordion .accordion-item>.accordion-title:hover,
.accordion .accordion-item>.accordion-title:not(:hover):focus {
  background: #e6eaeb;
  outline: 0 !important;
}

.accordion .accordion-item.expanded>.accordion-title {
  background: #e6eaeb;
  border-color: transparent;
}

.accordion .accordion-item.expanded>.accordion-title [class^="icon-chevron-"] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion .accordion-item .accordion-content {
  display: none;
  padding: 20px;
  border: 0;
  background: #e6eaeb;
}

.accordion .accordion-item .accordion-content.accordion-subcontent {
  padding: 0 40px;
}

.accordion .accordion-item .accordion-content.accordion-subcontent .custom-checkbox label {
  font-size: 13px;
}

.accordion .accordion-item .accordion-content.accordion-subcontent .custom-checkbox input[type="checkbox"]:checked+label {
  font-family: "Roboto Light";
}

.accordion .accordion-item .accordion-content.accordion-subcontent .custom-checkbox input[type="checkbox"]+label::before {
  top: 10px;
  border-color: #583787;
}

.accordion .accordion-item .accordion-content a:not(.button) {
  text-decoration: underline;
}

.accordion .accordion-item .accordion-content a:not(.button):hover {
  text-decoration: none;
}

.accordion .accordion-item .accordion-content .bg-block {
  padding: 20px;
  background-color: #fff;
}

.accordion.accordion-default>.accordion-item>.accordion-title,
.accordion.accordion-default>.accordion-item>.accordion-content {
  background: #fff;
  border: 0;
  padding-right: 20px;
}

.accordion.accordion-default>.accordion-item>.accordion-title.custom-checkbox input[type="checkbox"]+label:before {
  border-color: #583787;
}

.accordion.accordion-default>.accordion-item>.accordion-title.custom-checkbox.success .form-message:after {
  content: "";
}

.accordion.accordion-default>.accordion-item>.accordion-title.custom-checkbox.error label {
  font-family: "Roboto Medium";
}

.accordion.accordion-primary>.accordion-item>.accordion-title {
  color: #fff;
  border: 0;
  background: #583787;
}

.accordion.accordion-primary>.accordion-item>.accordion-title * {
  color: #fff;
}

.accordion.accordion-primary>.accordion-item>.accordion-title input[type="checkbox"]:checked+label:before {
  border-color: #a94daa;
  background-color: #a94daa;
}

.accordion.accordion-primary>.accordion-item>.accordion-content {
  background: #fff;
  border: 0;
}

/* Accordion transparent
------------------------------------------------------------------------*/

.accordion.accordion-transparent .accordion-item .accordion-title {
  border-color: rgba(255, 255, 255, .4);
  background: transparent;
}

.accordion.accordion-transparent .accordion-item .accordion-title:hover,
.accordion.accordion-transparent .accordion-item .accordion-title:not(:hover):focus {
  background: rgba(255, 255, 255, .4);
}

.accordion.accordion-transparent .accordion-item .accordion-content {
  background: transparent;
}

/* BEADCRUMBS
--------------------------------------------------------------------------
========================================================================*/

.breadcrumbs {
  margin: 0;
  padding: 20px 0;
}

.breadcrumbs>li {
  font-size: 12px;
  text-transform: none;
}

.breadcrumbs>li [class^="icon-"] {
  font-size: 14px;
}

.breadcrumbs>li>a {
  display: inline-block;
  color: #583787;
  font-size: 12px;
}

.breadcrumbs>li:not(:last-child)::after {
  content: ">";
  position: static;
  display: inline-block;
  top: inherit;
  margin: 0 4px;
  color: #d0d6d8;
  font-family: "Roboto Medium";
}

/* Clear white breadcrumbs
------------------------------------------------------------------------*/

.clear-menu .breadcrumbs>li>a {
  color: #fff;
}

/* CUSTOM POPUP
--------------------------------------------------------------------------
========================================================================*/

/* Modal - modal outer
------------------------------------------------------------------------*/

.modal-open {
  overflow: hidden;
}

.modal-open .custom-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-modal {
  position: fixed;
  overflow: hidden;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 10px;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
}

.custom-modal.small-size .modal-inner {
  max-width: 40rem;
}

.custom-modal.medium-size .modal-inner {
  max-width: 55rem;
}

/* Modal - modal inner
------------------------------------------------------------------------*/

.modal-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: inherit;
  margin: 90px auto;
  padding: 20px;
  background: #fff;
}

.modal-inner .modal-header {
  padding: 28px 0;
}

.modal-inner .modal-header h1,
.modal-inner .modal-header h2,
.modal-inner .modal-header h3,
.modal-inner .modal-header h4,
.modal-inner .modal-header h5,
.modal-inner .modal-header h6,
.modal-inner .modal-header .h1,
.modal-inner .modal-header .h2,
.modal-inner .modal-header .h3,
.modal-inner .modal-header .h4,
.modal-inner .modal-header .h5,
.modal-inner .modal-header .h6,
.modal-inner .modal-header .article-suggests-white h1,
.article-suggests-white .modal-inner .modal-header h1,
.modal-inner .modal-header .article-suggests-white h2,
.article-suggests-white .modal-inner .modal-header h2,
.modal-inner .modal-header .article-suggests-white h3,
.article-suggests-white .modal-inner .modal-header h3,
.modal-inner .modal-header .article-suggests-white h4,
.article-suggests-white .modal-inner .modal-header h4,
.modal-inner .modal-header .article-suggests-white h5,
.article-suggests-white .modal-inner .modal-header h5,
.modal-inner .modal-header .article-suggests-white h6,
.article-suggests-white .modal-inner .modal-header h6,
.modal-inner .modal-header .article-suggests-white .h1,
.article-suggests-white .modal-inner .modal-header .h1,
.modal-inner .modal-header .article-suggests-white .h2,
.article-suggests-white .modal-inner .modal-header .h2,
.modal-inner .modal-header .article-suggests-white .h3,
.article-suggests-white .modal-inner .modal-header .h3,
.modal-inner .modal-header .article-suggests-white .h4,
.article-suggests-white .modal-inner .modal-header .h4,
.modal-inner .modal-header .article-suggests-white .h5,
.article-suggests-white .modal-inner .modal-header .h5,
.modal-inner .modal-header .article-suggests-white figcaption,
.article-suggests-white .modal-inner .modal-header figcaption,
.modal-inner .modal-header .article-suggests-white legend,
.article-suggests-white .modal-inner .modal-header legend,
.modal-inner .modal-header figcaption,
.modal-inner .modal-header legend {
  font-size: 26px;
}

.modal-inner h2 {
  margin-bottom: 40px;
  font-size: 20px;
}

.modal-inner h3 {
  font-size: 18px;
}

.modal-inner .close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #583787;
  font-size: 22px;
}

@font-face {
  font-family: "lg";
  src: url("../icons/lg.eot?n1z373");
  src: url("../icons/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../icons/lg.woff?n1z373") format("woff"), url("../icons/lg.ttf?n1z373") format("truetype"), url("../icons/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  color: #583787;
  cursor: pointer;
  display: block;
  font-size: 28px;
  margin-top: -15px;
  padding: 10px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next screen and,
.lg-actions .lg-prev screen and {
  font-size: 50px;
  margin-top: -25px;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  color: #e6eaeb;
}

.lg-actions .lg-prev {
  left: 0;
}

.lg-actions .lg-prev screen and {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "";
}

.lg-actions .lg-next {
  right: 0;
}

.lg-actions .lg-next screen and {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
          animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
          animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #583787;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}

.lg-toolbar .lg-close:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, .45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(.5, .5, .5);
          transform: scale3d(.5, .5, .5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
          transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
          transition:         transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
          transition:         transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
          transition: opacity .15s ease 0s;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
          transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
          transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor:      -o-grab;
  cursor:     -ms-grab;
  cursor:         grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:      -o-grabbing;
  cursor:     -ms-grabbing;
  cursor:         grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../images/loader.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 80%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
          transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(255, 255, 255, .7);
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
          transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
          transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity .1s ease 0s;
          transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
          transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
          transition:         transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
          transition:         transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
          transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
}

/* PAGINATION
--------------------------------------------------------------------------
========================================================================*/

.pagination {
  margin: 20px 0;
}

.pagination>li a,
.pagination>li button {
  padding: 6px 8px;
  color: #583787;
  text-decoration: none !important;
}

.pagination>li a:hover,
.pagination>li a:not(:hover):focus,
.pagination>li button:hover,
.pagination>li button:not(:hover):focus {
  background: #e6eaeb;
}

.pagination>li.pagination-previous a::before,
.pagination>li.pagination-previous.disabled::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.pagination>li.pagination-next a::after,
.pagination>li.pagination-next.disabled::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.pagination>li.current {
  padding: 6px 8px;
  color: #fff;
  background: #583787;
}

/* CUSTOM TOOLTIP
--------------------------------------------------------------------------
========================================================================*/

.tooltip-wrapper {
  position: relative;
}

/* Standard
------------------------------------------------------------------------*/

.custom-tooltip {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin: 2px;
}

.custom-tooltip .tooltip-trigger {
  overflow: hidden;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  color: #000;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  background: #e6eaeb;
  border: 1px solid #fff;
  -webkit-transition: all .2s;
          transition: all .2s;
  border-radius: 50%;
}

.custom-tooltip .tooltip-content {
  position: absolute;
  display: block;
  left: -7px;
  bottom: 100%;
  bottom: calc(100% + 10px);
  width: 200px;
  line-height: 1.2;
  padding: 8px;
  color: #fff;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  background: #583787;
  z-index: 3;
  -webkit-transition: all .2s;
          transition: all .2s;
  border-radius: 6px;
}

.custom-tooltip .tooltip-content.wide {
  width: 400px;
}

.custom-tooltip .tooltip-content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #583787;
}

.custom-tooltip .tooltip-content p:last-of-type {
  margin: 0;
}

.custom-tooltip.gray .tooltip-content {
  color: #000;
  background: #e6eaeb;
}

.custom-tooltip.gray .tooltip-content::before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #e6eaeb;
}

.custom-tooltip.white .tooltip-content {
  color: #000;
  background: #fff;
  border: 1px solid #583787;
}

.custom-tooltip.white .tooltip-content::before {
  top: calc(100% - 1px);
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
  z-index: 2;
}

.custom-tooltip.white .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #583787;
  z-index: 1;
}

.custom-tooltip .tooltip-trigger.hover+.tooltip-content {
  opacity: 1;
  visibility: visible;
}

.custom-tooltip .tooltip-trigger:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #583787;
}

.custom-tooltip.floated-left .tooltip-content {
  left: inherit;
  right: -7px;
}

.custom-tooltip.floated-left .tooltip-content::before,
.custom-tooltip.floated-left .tooltip-content::after {
  left: inherit;
  right: 10px;
}

.custom-tooltip.yellow .tooltip-trigger {
  background: #ffed53;
}

.custom-tooltip.yellow .tooltip-content {
  background: #ffed53;
  color: #000;
}

.custom-tooltip.yellow .tooltip-content::before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #ffed53;
}

/* Block
------------------------------------------------------------------------*/

.static-tooltip {
  position: absolute;
  display: inline-block;
  left: calc(100% + 10px);
  top: -12px;
  margin: 2px;
  width: 280px;
  line-height: 1.2;
  padding: 12px 30px 12px 40px;
  color: #fff;
  font-size: 13px;
  background: #583787;
  z-index: 3;
  -webkit-transition: all .2s;
          transition: all .2s;
  border-radius: 6px;
}

.static-tooltip::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 12px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #583787;
}

.static-tooltip [class^="icon-"] {
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -11px 0 0 0;
  font-size: 24px;
}

.static-tooltip .close-tooltip {
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: 24px;
}

.static-tooltip p:last-of-type {
  margin: 0;
}

.static-tooltip.error {
  color: #fff;
  background: #d03737;
}

.static-tooltip.error.static-tooltip-error-large {
  width: 200px;
}

.static-tooltip.error::before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #d03737;
}

/* Custom select
------------------------------------------------------------------------*/

.custom-select {
  text-align: left;
  position: relative;
  width: 100%;
  margin: 0 0 1rem;
  font-family: "Roboto Light";
}

.custom-select select {
  display: none !important;
}

.custom-select .select-label {
  overflow: hidden;
  position: relative;
  display: block;
  height: 44px;
  line-height: 44px;
  padding-left: 10px;
  padding-right: 35px;
  font-family: "Roboto Light";
  color: #000;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #d0d6d8;
  background: #fff;
}

.custom-select .select-label:focus {
  outline: 0 !important;
}

.custom-select .select-label:not(:focus) .label-value.selected {
  color: #000;
}

.custom-select .select-label [class^="icon-"] {
  display: inline-block;
  position: absolute;
  line-height: 1;
  margin-top: -10px;
  top: 50%;
  right: 6px;
  font-size: 20px;
  color: #583787;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.custom-select .options-list {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  margin: 0;
  max-height: 220px;
  border: 1px solid #d0d6d8;
  border-top: 0;
  z-index: 3;
}

.custom-select .options-list.expand-top {
  top: inherit;
  bottom: 100%;
  border: 1px solid #d0d6d8;
  border-bottom: 0;
}

.custom-select .options-list>li {
  display: block;
  padding: 7px 10px;
  color: #583787;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.custom-select .options-list>li:hover,
.custom-select .options-list>li:focus,
.custom-select .options-list>li.selected {
  color: #fff;
  background: #583787;
}

.custom-select.expanded .select-label {
  color: #fff;
  background: #583787;
  border: 1px solid #583787;
  cursor: default;
}

.custom-select.expanded .select-label [class^="icon-"] {
  color: #fff;
  cursor: default;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-select.expanded .options-list {
  display: block;
  border-color: #583787;
}

/* Select validation */

.form-input.error .custom-select {
  color: #d03737;
}

.form-input.error .custom-select .select-label:not(:focus) {
  color: #d03737;
  border-color: #d03737;
}

.form-input.error .custom-select .select-label:not(:focus) [class^="icon-"] {
  color: #d03737;
}

.form-input.success .custom-select {
  color: #83d037;
}

.form-input.success .custom-select .select-label:not(:focus) {
  color: #83d037;
  border-color: #83d037;
}

.form-input.success .custom-select .select-label:not(:focus) [class^="icon-"] {
  color: #83d037;
}

.search-input.error {
  right: 52px;
}

.search-input.success {
  right: 52px;
}

/* SCROLLBAR
--------------------------------------------------------------------------
========================================================================*/

/* FLEXSLIDER
--------------------------------------------------------------------------
========================================================================*/

/* Flexslider base
------------------------------------------------------------------------*/

.flexslider {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
}

.flexslider .slides::after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.flexslider .slides>li {
  display: none;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

/* Flexslider viewport */

.flex-viewport {
  max-height: 2000px;
}

.loading .flex-viewport {
  max-height: 300px;
}

/* Flexslider control nav
------------------------------------------------------------------------*/

.flex-control-nav {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.flex-control-nav>li {
  margin: 0 4px;
  display: inline-block;
}

.flex-control-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #583787;
  -webkit-transition: all .3s;
          transition: all .3s;
}

.flex-control-nav .flex-disabled {
  color: #f1f4f6;
  cursor: default;
  z-index: -1;
}

/* Flexslider deirection nav
------------------------------------------------------------------------*/

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all .3s;
          transition: all .3s;
}

.flex-direction-nav .flex-prev::before,
.flex-direction-nav .flex-next::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 30px;
  line-height: 1;
}

.flex-direction-nav .flex-next {
  text-align: right;
}

.flex-direction-nav .flex-next::before {
  content: "";
}

.flex-direction-nav .flex-disabled {
  opacity: 0;
  color: #f1f4f6;
  cursor: default;
}

/* Flexslider control paging
------------------------------------------------------------------------*/

.flex-control-paging>li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #d0d6d8;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

.flex-control-paging>li a:hover {
  background: #a94daa;
}

.flex-control-paging>li a.flex-active {
  background: #583787;
  cursor: default;
}

/* Flexslider control thumbs
------------------------------------------------------------------------*/

.flex-control-thumbs {
  overflow: hidden;
  margin: 10px 0;
}

.flex-control-thumbs>li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  -webkit-transition: all .2;
          transition: all .2;
}

.flex-control-thumbs .flex-active {
  cursor: default;
}

.flex-viewport .image-anchor:focus,
.flex-viewport .image-anchor:active,
.flex-viewport .image-wrapper:focus,
.flex-viewport .image-wrapper:active,
.flex-viewport .main-image:focus,
.flex-viewport .main-image:active {
  outline: 0 !important;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */

.items-carousel {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -35px;
  padding: 4px 70px;
  z-index: 1;
}

.items-carousel.full-width {
  margin: 0;
  padding: 0;
}

.items-carousel .swiper-container-horizontal {
  overflow: hidden;
  padding: 4px;
}

.swiper-container-no-flexbox .item-slide {
  float: left;
}

.items-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform;
}

.swiper-container-vertical>.items-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
}

.swiper-container-android .item-slide,
.items-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.items-wrapper {
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-free-mode>.items-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.item-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .item-slide {
  height: auto;
}

.swiper-container-autoheight .items-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
          transition-property: height, -webkit-transform;
          transition-property:         transform, height;
          transition-property:         transform, height, -webkit-transform;
}

/* a11y */

.items-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

/* Arrows */

.item-prev,
.item-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  color: #583787;
  font-size: 45px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  z-index: 10;
}

.item-prev.swiper-button-disabled,
.item-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.item-prev,
.swiper-container-rtl .item-next {
  left: 0;
  right: auto;
}

.item-next,
.swiper-container-rtl .item-prev {
  right: 0;
  left: auto;
}

/* Pagination Styles */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
          transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
     -moz-appearance: none;
      -ms-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */

.swiper-container-3d {
  -webkit-perspective: 1200px;
       -o-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .items-wrapper,
.swiper-container-3d .item-slide,
.swiper-container-3d .item-slide-shadow-left,
.swiper-container-3d .item-slide-shadow-right,
.swiper-container-3d .item-slide-shadow-top,
.swiper-container-3d .item-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .item-slide-shadow-left,
.swiper-container-3d .item-slide-shadow-right,
.swiper-container-3d .item-slide-shadow-top,
.swiper-container-3d .item-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .item-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to left, rgba(0, 0, 0, .5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .item-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .item-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .item-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .items-wrapper,
.swiper-container-flip .items-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .item-slide,
.swiper-container-flip .item-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .item-slide .item-slide,
.swiper-container-flip .item-slide .item-slide {
  pointer-events: none;
}

.swiper-container-cube .item-slide-active,
.swiper-container-flip .item-slide-active,
.swiper-container-cube .item-slide-active .item-slide-active,
.swiper-container-flip .item-slide-active .item-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .item-slide-shadow-top,
.swiper-container-flip .item-slide-shadow-top,
.swiper-container-cube .item-slide-shadow-bottom,
.swiper-container-flip .item-slide-shadow-bottom,
.swiper-container-cube .item-slide-shadow-left,
.swiper-container-flip .item-slide-shadow-left,
.swiper-container-cube .item-slide-shadow-right,
.swiper-container-flip .item-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .item-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .item-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .item-slide-active,
.swiper-container-cube .item-slide-next,
.swiper-container-cube .item-slide-prev,
.swiper-container-cube .item-slide-next+.item-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .item-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .item-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}

.swiper-container-fade .item-slide .item-slide {
  pointer-events: none;
}

.swiper-container-fade .item-slide-active,
.swiper-container-fade .item-slide-active .item-slide-active {
  pointer-events: auto;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

/* COOKIES
--------------------------------------------------------------------------
========================================================================*/

.cookies-info {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, .8);
  line-height: 1.2;
  z-index: 1001;
  -webkit-transition: .5s cubic-bezier(.5, .5, .05, .95);
          transition: .5s cubic-bezier(.5, .5, .05, .95);
}

.cookies-info a {
  color: #fff;
  text-decoration: underline;
}

.cookies-info a:hover,
.cookies-info a:not(:hover):focus {
  text-decoration: none;
}

.cookies-info .button,
.cookies-info p:last-child {
  margin: 0;
}

/* ALERTS
--------------------------------------------------------------------------
========================================================================*/

/* Alert block
------------------------------------------------------------------------*/

.alert-block {
  margin: 0 0 20px;
  padding: 20px;
  border: 0;
  background: #e6eaeb;
}

.alert-block.primary {
  color: #fff;
  background: #583787;
}

.alert-block.success {
  color: #83d037;
}

.alert-block.error {
  color: #d03737;
}

.alert-block p:last-child {
  margin: 0;
}

/* Alert strip
------------------------------------------------------------------------*/

.alert-strip {
  overflow: hidden;
  position: relative;
  padding: 10px;
  color: #000;
  font-size: 13px;
  background: #e6eaeb;
  z-index: 5;
}

.alert-strip.yellow {
  background: #ffed53;
}

.alert-strip .button,
.alert-strip p:last-child {
  margin: 0;
}

/* SECTIONS
--------------------------------------------------------------------------
========================================================================*/

/* Section
------------------------------------------------------------------------*/

.section {
  display: block;
  width: 100%;
  position: relative;
  padding: 30px 0;
  clear: both;
}

.section.backgrounded {
  margin-bottom: 20px;
  padding: 20px 0 0;
  background-size: cover;
}

.section.background-cover {
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover;
}

.section.background-full {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.section .section-header {
  margin: 0 0 20px;
}

.section.no-padding {
  padding: 0;
}

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

.section.custom-padding {
  padding: 30px 20px;
}

.section.bordered {
  border-bottom: 1px solid #e6eaeb;
}

.section.bordered.fully {
  border: 1px solid #e6eaeb;
}

.section.border-bottom {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #e6eaeb;
}

.section.separated {
  margin-bottom: 20px;
  border-top: 1px solid #e6eaeb;
  border-bottom: 1px solid #e6eaeb;
}

.section.gray {
  background: #e6eaeb;
  padding: 30px 20px;
}

.section.gray.slim-padding {
  padding: 30px 0;
}

.section.beige {
  background: #f0f2e7;
}

.section.violet-matte {
  background: #e9e5f2;
}

.section.yellow {
  background: #ffed53;
}

.section.contact-advicer .form {
  margin: 20px 0;
}

.section.violet-radial-gradient {
  background-color: #9876c7;
  background: -webkit-radial-gradient(#9876c7, #583787);
  background:         radial-gradient(#9876c7, #583787);
}

.section.lte h1,
.section.lte h2,
.section.lte h3,
.section.lte h4,
.section.lte h5,
.section.lte h6,
.section.lte .h1,
.section.lte .h2,
.section.lte .h3,
.section.lte .h4,
.section.lte .h5,
.section.lte .h6,
.section.lte .article-suggests-white h1,
.article-suggests-white .section.lte h1,
.section.lte .article-suggests-white h2,
.article-suggests-white .section.lte h2,
.section.lte .article-suggests-white h3,
.article-suggests-white .section.lte h3,
.section.lte .article-suggests-white h4,
.article-suggests-white .section.lte h4,
.section.lte .article-suggests-white h5,
.article-suggests-white .section.lte h5,
.section.lte .article-suggests-white h6,
.article-suggests-white .section.lte h6,
.section.lte .article-suggests-white .h1,
.article-suggests-white .section.lte .h1,
.section.lte .article-suggests-white .h2,
.article-suggests-white .section.lte .h2,
.section.lte .article-suggests-white .h3,
.article-suggests-white .section.lte .h3,
.section.lte .article-suggests-white .h4,
.article-suggests-white .section.lte .h4,
.section.lte .article-suggests-white .h5,
.article-suggests-white .section.lte .h5,
.section.lte .article-suggests-white figcaption,
.article-suggests-white .section.lte figcaption,
.section.lte .article-suggests-white legend,
.article-suggests-white .section.lte legend,
.section.lte figcaption,
.section.lte legend {
  margin-bottom: 16px;
  margin-top: 8px;
}

.section .section-pseudoheader {
  font-size: 16px;
}

/* Sub section
------------------------------------------------------------------------*/

.sub-section {
  position: relative;
  padding: 10px 0;
}

/* Arrow at the bottom of section
------------------------------------------------------------------------*/

.section-arrow:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-arrow.arrow-violet:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #583787;
}

.section-arrow.arrow-violet-light:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #6b499a;
}

.section-arrow.arrow-white:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #fff;
}

.section-arrow.arrow-gray:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #f1f4f6;
}

/* ARTICLE SUGGESTS
--------------------------------------------------------------------------
========================================================================*/

.article-suggests {
  overflow: hidden;
  padding: 20px 0;
  background: #e6eaeb;
}

.article-suggests h1,
.article-suggests h2,
.article-suggests h3,
.article-suggests h4,
.article-suggests h5,
.article-suggests h6,
.article-suggests .h1,
.article-suggests .h2,
.article-suggests .h3,
.article-suggests .h4,
.article-suggests .h5,
.article-suggests .h6,
.article-suggests .article-suggests-white h1,
.article-suggests-white .article-suggests h1,
.article-suggests .article-suggests-white h2,
.article-suggests-white .article-suggests h2,
.article-suggests .article-suggests-white h3,
.article-suggests-white .article-suggests h3,
.article-suggests .article-suggests-white h4,
.article-suggests-white .article-suggests h4,
.article-suggests .article-suggests-white h5,
.article-suggests-white .article-suggests h5,
.article-suggests .article-suggests-white h6,
.article-suggests-white .article-suggests h6,
.article-suggests .article-suggests-white .h1,
.article-suggests-white .article-suggests .h1,
.article-suggests .article-suggests-white .h2,
.article-suggests-white .article-suggests .h2,
.article-suggests .article-suggests-white .h3,
.article-suggests-white .article-suggests .h3,
.article-suggests .article-suggests-white .h4,
.article-suggests-white .article-suggests .h4,
.article-suggests .article-suggests-white .h5,
.article-suggests-white .article-suggests .h5,
.article-suggests .article-suggests-white figcaption,
.article-suggests-white .article-suggests figcaption,
.article-suggests .article-suggests-white legend,
.article-suggests-white .article-suggests legend,
.article-suggests figcaption,
.article-suggests legend {
  margin-top: 0;
}

.article-suggests.in-sidebar {
  padding: 20px;
}

.article-suggests.in-sidebar .suggests-list>li {
  display: block;
}

.article-suggests-white {
  overflow: hidden;
  padding: 20px 0;
  background: #fff;
}

.article-suggests-white h1,
.article-suggests-white h2,
.article-suggests-white h3,
.article-suggests-white h4,
.article-suggests-white h5,
.article-suggests-white h6,
.article-suggests-white .h1,
.article-suggests-white .h2,
.article-suggests-white .h3,
.article-suggests-white .h4,
.article-suggests-white .h5,
.article-suggests-white h1,
.article-suggests-white h2,
.article-suggests-white h3,
.article-suggests-white h4,
.article-suggests-white h5,
.article-suggests-white h6,
.article-suggests-white .h1,
.article-suggests-white .h2,
.article-suggests-white .h3,
.article-suggests-white .h4,
.article-suggests-white .h5,
.article-suggests-white .h6,
.article-suggests-white figcaption,
.article-suggests-white legend,
.article-suggests-white figcaption,
.article-suggests-white legend {
  margin-top: 0;
}

.article-suggests-white.in-sidebar {
  padding: 20px;
}

.article-suggests-white.in-sidebar .suggests-list>li {
  display: block;
}

.suggests-list>li {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.suggests-list>li>a {
  display: block;
  padding: 5px 10px;
}

.suggests-list>li>a:hover,
.suggests-list>li>a:not(:hover):focus {
  color: #000;
  background: #fff;
}

/* PRICING TABLE
--------------------------------------------------------------------------
========================================================================*/

/* Pricing table base
------------------------------------------------------------------------*/

.pricing-table {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.pricing-table .pricing-lead,
.pricing-offer .pricing-lead {
  margin-bottom: 2px;
  padding: 28px;
  background-color: #f1f4f6;
}

.pricing-table .pricing-lead.violet,
.pricing-offer .pricing-lead.violet {
  background-color: #583787;
  color: #fff;
}

.pricing-table .pricing-lead.violet>*,
.pricing-offer .pricing-lead.violet>* {
  color: #fff !important;
}

.pricing-table .pricing-block,
.pricing-offer .pricing-block {
  margin: 2px 0;
  padding: 18px;
  border: 1px solid #f1f4f6;
}

.pricing-table .pricing-block p,
.pricing-offer .pricing-block p {
  margin: 0;
}

.pricing-table .pricing-block .pricing-logo,
.pricing-offer .pricing-block .pricing-logo {
  display: block;
  max-height: 20px;
  width: auto;
  max-width: 100%;
  margin: 10px auto;
}

/* Pricing table - accordions on mobile
------------------------------------------------------------------------*/

.pricing-table [data-accordion-item] .opened {
  display: none;
}

.pricing-table [data-accordion-item] .pricing-lead .button.violet {
  margin-top: 18px;
}

.pricing-table [data-accordion-item] .pricing-lead.violet .button.link {
  color: #fff;
}

.pricing-table [data-accordion-item] .pricing-lead.violet .button.violet {
  border: 1px solid #fff;
}

.pricing-table [data-accordion-item].expanded .show-for-small-only .button.violet {
  display: none;
}

.pricing-table [data-accordion-item].expanded .closed {
  display: none;
}

.pricing-table [data-accordion-item].expanded .opened {
  display: block;
}

/* GRID TABLE
--------------------------------------------------------------------------
========================================================================*/

.grid-table {
  display: block;
  width: 100%;
  line-height: 1.3;
  font-size: 15px;
  clear: both;
}

/* Table grid header
------------------------------------------------------------------------*/

.grid-table-header {
  margin-bottom: 20px;
  text-align: center;
}

/* Table grid options
------------------------------------------------------------------------*/

.grid-table-items .row .row {
  margin-left: -5px;
  margin-right: -5px;
}

.grid-table-items .row .column,
.grid-table-items .row .columns,
.grid-table-items .row .columns {
  padding-left: 5px;
  padding-right: 5px;
}

.grid-table-items .items-row>.column,
.grid-table-items .items-row>.columns,
.grid-table-items .items-row>.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-table-items .items-parent-row>.child-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-table-items .item-strip {
  position: relative;
  width: 100%;
  text-align: center;
  word-break: keep-all;
  -webkit-transition: .2s;
          transition: .2s;
}

.grid-table-items .item-strip .thumb {
  max-width: 80px;
}

.grid-table-items .item-strip.hover {
  background: #e9e5f2;
}

.grid-table-items .item-strip .thumb {
  max-height: 80px;
}

/* Table grid toolbar
------------------------------------------------------------------------*/

.grid-table-toolbar .button {
  margin: 0 0 10px;
}

.grid-table-toolbar .filters-switcher {
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}

.grid-table-toolbar .filters-switcher::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #d0d6d8;
}

.grid-table-toolbar .filters-switcher>li:first-child .filter-type::before,
.grid-table-toolbar .filters-switcher>li:last-child .filter-type::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: calc(100% + 1px);
  width: 99999em;
  height: 1px;
  background: #fff;
}

.grid-table-toolbar .filters-switcher>li:last-child .filter-type::before {
  right: inherit;
  left: calc(100% + 1px);
}

.grid-table-toolbar .filters-switcher .filter-type {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 0 auto;
  padding-top: 8px;
  font-size: 22px;
  text-align: center;
  color: #000;
  border: 1px solid #e6eaeb;
  background: #fff;
  -webkit-transition: .2s;
          transition: .2s;
  border-radius: 50%;
}

.grid-table-toolbar .filters-switcher .filter-type.two-line {
  padding-top: 4px;
  font-size: 14px;
}

.grid-table-toolbar .filters-switcher .filter-type b {
  display: block;
  font-family: "Roboto Light";
}

.grid-table-toolbar .filters-switcher .filter-type:hover {
  border-color: #e6eaeb;
  background: #e6eaeb;
}

.grid-table-toolbar .filters-switcher .filter-type.active {
  color: #fff;
  font-family: "Roboto Medium";
  border-color: #583787;
  background: #583787;
}

/* STEPS for instructions
--------------------------------------------------------------------------
========================================================================*/

[data-steps-wrapper] {
  overflow-x: hidden;
}

[data-steps-wrapper] [data-step] {
  display: none;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

[data-steps-wrapper] [data-step].active {
  display: block;
}

/* IFRAME wrapper styles
--------------------------------------------------------------------------
========================================================================*/

.iframe-sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* Banners
--------------------------------------------------------------------------
========================================================================*/

.custom-banner {
  background-size: cover;
}

.custom-banner.banner-padded {
  padding: 20px;
}

.custom-banner.banner-padded.no-bottom {
  padding-bottom: 0;
}

.rating-widget {
  width: 114px;
  height: 108px;
  position: fixed;
  left: 0;
  top: 20%;
  z-index: 10;
}

.rating-widget .header-wrap {
  background: #583787;
  color: #fff;
  height: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-widget .header-wrap h6 {
  margin: 0;
}

.rating-widget .stars-wrap {
  height: 52%;
  background: #f4f4f4;
  border: 1px solid #f1f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-widget .stars-wrap .icon-star-stroke {
  font-size: 30px;
  color: #583787;
}

/* MAIN SEARCH
--------------------------------------------------------------------------
========================================================================*/

.main-search {
  position: static;
  padding: 10px;
  z-index: 11;
  /* Results dropdown */
}

.main-search.active {
  background: #fff;
}

.main-search .close-search {
  display: none;
}

.main-search .results-dropdown {
  position: absolute;
  top: 44px;
  right: 0;
  left: 0;
  padding: 0;
  background: #fff;
  z-index: 2;
}

.main-search .results-dropdown h1,
.main-search .results-dropdown h2,
.main-search .results-dropdown h3,
.main-search .results-dropdown h4,
.main-search .results-dropdown h5,
.main-search .results-dropdown h6,
.main-search .results-dropdown .h1,
.main-search .results-dropdown .h2,
.main-search .results-dropdown .h3,
.main-search .results-dropdown .h4,
.main-search .results-dropdown .h5,
.main-search .results-dropdown .h6,
.main-search .results-dropdown .article-suggests-white h1,
.article-suggests-white .main-search .results-dropdown h1,
.main-search .results-dropdown .article-suggests-white h2,
.article-suggests-white .main-search .results-dropdown h2,
.main-search .results-dropdown .article-suggests-white h3,
.article-suggests-white .main-search .results-dropdown h3,
.main-search .results-dropdown .article-suggests-white h4,
.article-suggests-white .main-search .results-dropdown h4,
.main-search .results-dropdown .article-suggests-white h5,
.article-suggests-white .main-search .results-dropdown h5,
.main-search .results-dropdown .article-suggests-white h6,
.article-suggests-white .main-search .results-dropdown h6,
.main-search .results-dropdown .article-suggests-white .h1,
.article-suggests-white .main-search .results-dropdown .h1,
.main-search .results-dropdown .article-suggests-white .h2,
.article-suggests-white .main-search .results-dropdown .h2,
.main-search .results-dropdown .article-suggests-white .h3,
.article-suggests-white .main-search .results-dropdown .h3,
.main-search .results-dropdown .article-suggests-white .h4,
.article-suggests-white .main-search .results-dropdown .h4,
.main-search .results-dropdown .article-suggests-white .h5,
.article-suggests-white .main-search .results-dropdown .h5,
.main-search .results-dropdown .article-suggests-white figcaption,
.article-suggests-white .main-search .results-dropdown figcaption,
.main-search .results-dropdown .article-suggests-white legend,
.article-suggests-white .main-search .results-dropdown legend,
.main-search .results-dropdown figcaption,
.main-search .results-dropdown legend {
  margin: 10px;
  font-size: 15px;
}

.main-search .results-dropdown .results-generated {
  position: relative;
}

.main-search .results-dropdown .results-list>li {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.main-search .results-dropdown .results-list>li:nth-of-type(1) {
  -webkit-animation: slide-left 1s .06667s forwards;
          animation: slide-left 1s .06667s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(2) {
  -webkit-animation: slide-left 1s .13333s forwards;
          animation: slide-left 1s .13333s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(3) {
  -webkit-animation: slide-left 1s .2s forwards;
          animation: slide-left 1s .2s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(4) {
  -webkit-animation: slide-left 1s .26667s forwards;
          animation: slide-left 1s .26667s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(5) {
  -webkit-animation: slide-left 1s .33333s forwards;
          animation: slide-left 1s .33333s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(6) {
  -webkit-animation: slide-left 1s .4s forwards;
          animation: slide-left 1s .4s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(7) {
  -webkit-animation: slide-left 1s .46667s forwards;
          animation: slide-left 1s .46667s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(8) {
  -webkit-animation: slide-left 1s .53333s forwards;
          animation: slide-left 1s .53333s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(9) {
  -webkit-animation: slide-left 1s .6s forwards;
          animation: slide-left 1s .6s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(10) {
  -webkit-animation: slide-left 1s .66667s forwards;
          animation: slide-left 1s .66667s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(11) {
  -webkit-animation: slide-left 1s .73333s forwards;
          animation: slide-left 1s .73333s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(12) {
  -webkit-animation: slide-left 1s .8s forwards;
          animation: slide-left 1s .8s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(13) {
  -webkit-animation: slide-left 1s .86667s forwards;
          animation: slide-left 1s .86667s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(14) {
  -webkit-animation: slide-left 1s .93333s forwards;
          animation: slide-left 1s .93333s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(15) {
  -webkit-animation: slide-left 1s 1s forwards;
          animation: slide-left 1s 1s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(16) {
  -webkit-animation: slide-left 1s 1.06667s forwards;
          animation: slide-left 1s 1.06667s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(17) {
  -webkit-animation: slide-left 1s 1.13333s forwards;
          animation: slide-left 1s 1.13333s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(18) {
  -webkit-animation: slide-left 1s 1.2s forwards;
          animation: slide-left 1s 1.2s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(19) {
  -webkit-animation: slide-left 1s 1.26667s forwards;
          animation: slide-left 1s 1.26667s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(20) {
  -webkit-animation: slide-left 1s 1.33333s forwards;
          animation: slide-left 1s 1.33333s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(21) {
  -webkit-animation: slide-left 1s 1.4s forwards;
          animation: slide-left 1s 1.4s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(22) {
  -webkit-animation: slide-left 1s 1.46667s forwards;
          animation: slide-left 1s 1.46667s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(23) {
  -webkit-animation: slide-left 1s 1.53333s forwards;
          animation: slide-left 1s 1.53333s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(24) {
  -webkit-animation: slide-left 1s 1.6s forwards;
          animation: slide-left 1s 1.6s forwards;
}

.main-search .results-dropdown .results-list>li:nth-of-type(25) {
  -webkit-animation: slide-left 1s 1.66667s forwards;
          animation: slide-left 1s 1.66667s forwards;
}

.main-search .results-dropdown .results-list>li.selected {
  background: #e6eaeb;
}

.main-search .results-dropdown .results-list>li>a {
  overflow: hidden;
  display: block;
  padding: 5px 10px;
}

.main-search .results-dropdown .results-list>li>a [class^="icon-"] {
  float: left;
  margin-right: 10px;
}

.main-search .results-dropdown .results-list>li>a:hover,
.main-search .results-dropdown .results-list>li>a:not(:hover):focus {
  color: #000;
  background: #e6eaeb;
}

/* SEARCH RESULTS
--------------------------------------------------------------------------
========================================================================*/

/* Search results
------------------------------------------------------------------------*/

.search-results {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

.search-results>.single-result {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e6eaeb;
}

.search-results>.single-result a {
  display: block;
  padding: 20px 10px;
  text-decoration: none;
}

.search-results>.single-result a:hover,
.search-results>.single-result a:not(:hover):focus {
  background: #e6eaeb;
}

.search-results>.single-result .result-image {
  width: 100px;
  height: 140px;
  text-align: center;
}

.search-results>.single-result .result-image img {
  display: block;
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

.search-results>.single-result .result-header {
  margin-top: 0;
}

.search-results>.single-result.result-promoted .result-header {
  font-size: 28px;
}

.search-results>.single-result.result-promoted .result-image {
  width: 140px;
  height: 180px;
}

/* Search sidebar styles
------------------------------------------------------------------------*/

.search-sidebar-results {
  border: 1px solid #e6eaeb;
  background: #fff;
  border-top: 0;
  margin-top: -1rem;
}

.search-sidebar-results li {
  padding: 5px 10px;
}

.search-sidebar-results li.selected {
  background: #e6eaeb;
}

.search-sidebar-results li:hover {
  background: #e6eaeb;
}

/* Search page - filter mobile button
------------------------------------------------------------------------*/

.search-filter-button {
  margin-top: 10px;
  background: #fff !important;
}

.search-filter-button:hover,
.search-filter-button:not(:hover):focus {
  background: #583787 !important;
}

/* Search page - filter mobile general
------------------------------------------------------------------------*/

.search-page-filters.expanded {
  top: 0;
  bottom: 0;
  position: fixed !important;
}

.search-page-filters.expanded .search-filters {
  border: 0;
}

.search-page-filters.expanded .search-filters li {
  text-align: left;
}

.search-page-filters.expanded .search-filters li a {
  padding-left: 10px;
}

.search-page-filters.expanded .search-filters li:hover {
  background: #583787;
  border: 0;
}

.search-page-filters.expanded .search-filters li:hover a {
  color: #fff !important;
}

.search-page-filters.expanded .close-filters {
  top: 20px;
}

.search-page-filters.expanded .h3 {
  margin: 0;
  margin-bottom: 10px;
}

/* Search input + options
------------------------------------------------------------------------*/

.search-options .form-input input[type="search"] {
  height: 60px;
  margin: 0;
}

.search-options .form-input.input-with-buttons .button {
  top: 10px;
  right: 15px !important;
  left: auto !important;
  color: #583787;
}

.search-options .search-filters {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #d0d6d8;
  border-top: 0;
  background: #fff;
}

.search-options .search-filters li {
  position: relative;
  text-align: center;
  display: block;
}

.search-options .search-filters li a {
  width: 100%;
  padding: 23px 0;
  text-decoration: none;
}

.search-options .search-filters li a.selected {
  background: #583787;
  color: #fff;
}

/* Search sidebar
------------------------------------------------------------------------*/

.search-sidebar {
  margin-bottom: 20px;
  padding: 20px;
  background: #e6eaeb;
}

.search-sidebar .box {
  text-align: center;
}

.search-sidebar .box h3 {
  font-size: 18px;
}

.search-sidebar .box img {
  display: block;
  max-width: 80px;
  margin: 0 auto;
}

/* Banners
--------------------------------------------------------------------------
========================================================================*/

.banner {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 60px;
}

.banner.landing-banner {
  padding: 0;
}

.banner.landing-banner.landing-banner-extra-padded {
  padding: 80px 0;
}

.banner.landing-banner .image-wrapper {
  margin: 20px auto;
}

.banner.main-banner {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

.banner .banner-header {
  margin-bottom: 20px;
}

.banner .image-wrapper {
  position: relative;
  display: block;
}

.banner .image-wrapper img {
  display: block;
  margin: 0 auto;
}

.banner a {
  color: inherit;
}

.banner a:hover,
.banner a:not(:hover):focus {
  color: inherit;
}

.banner .price b {
  color: #a94daa;
  font-size: 36px;
}

.addons-section header .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.addons-section .item-content {
  margin-bottom: 26px;
}

/* Motion special offer section
--------------------------------------------------------------------------
========================================================================*/

.motion-wrapper {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 0;
  -webkit-transition: all .8s cubic-bezier(.5, .5, .05, .95);
          transition: all .8s cubic-bezier(.5, .5, .05, .95);
}

.motion-box {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0;
}

.motion-box .motion-trigger {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background: #583787;
  border-radius: 50%;
}

.motion-box .motion-trigger:not(.active) {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

.motion-box .motion-trigger [class^="icon-"] {
  font-size: 32px;
  color: #fff;
  vertical-align: middle;
}

.motion-box .motion-trigger [class^="icon-"]::before {
  position: relative;
}

.motion-box .motion-trigger::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #6c4f96;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .6s cubic-bezier(.5, .5, .05, .95);
          transition: all .6s cubic-bezier(.5, .5, .05, .95);
  border-radius: 100%;
  cursor: default;
}

.motion-box .motion-trigger.active::before {
  -webkit-transform: scale(100);
          transform: scale(100);
}

.motion-box .motion-trigger.active [class^="icon-"]::before {
  content: "";
}

.motion-box .motion-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.motion-box p:last-child {
  margin: 0;
}

.motion-box .motion-target {
  position: relative;
}

.motion-box .motion-target .first-layer,
.motion-box .motion-target .second-layer {
  position: relative;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.motion-box .motion-target .first-layer .layer-container,
.motion-box .motion-target .second-layer .layer-container {
  overflow: hidden;
}

.motion-box .motion-target .first-layer {
  color: #583787;
  -webkit-transition: all .2s cubic-bezier(.5, .5, .05, .95);
          transition: all .2s cubic-bezier(.5, .5, .05, .95);
}

.motion-box .motion-target .second-layer {
  color: #fff;
  -webkit-transition: all .8s cubic-bezier(.5, .5, .05, .95);
          transition: all .8s cubic-bezier(.5, .5, .05, .95);
}

.motion-box .motion-target .second-layer a {
  display: inline-block;
  color: #fff;
}

.motion-box .motion-target .second-layer a:hover,
.motion-box .motion-target .second-layer a:not(:hover):focus {
  color: #fff;
}

.motion-box .motion-target .second-layer .layer-container {
  padding: 20px 0;
}

.motion-box .motion-target .first-layer.active,
.motion-box .motion-target .second-layer.active {
  opacity: 1;
  visibility: visible;
}

.motion-box .motion-target h2 {
  color: #fff;
}

/* Main carousel
--------------------------------------------------------------------------
========================================================================*/

.main-carousel {
  position: relative;
  float: left;
  width: 100%;
}

.main-carousel .viewport {
  position: relative;
  float: left;
  width: 100%;
  z-index: 3;
}

.main-carousel .carousel-items {
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  min-width: 999999em;
  -webkit-transition: all .5s cubic-bezier(.5, .5, .05, .95);
          transition: all .5s cubic-bezier(.5, .5, .05, .95);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.main-carousel .carousel-items .item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.main-carousel .carousel-items .item .item-inner {
  position: relative;
  display: block;
  float: left;
  top: 0;
  width: 100%;
  padding: 20px 10px;
  color: #000;
  white-space: normal;
  z-index: 4;
  -webkit-transition: all .5s;
          transition: all .5s;
  background: #f7f4fa;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjdmNGZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjZjZmNGZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzElIiBzdG9wLWNvbG9yPSIjZjNmMWY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3ZDlkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f7f4fa), color-stop(17%, #f6f4fa), color-stop(31%, #f3f1f6), color-stop(100%, #d7d9dc));
  background: -webkit-linear-gradient(45deg, #f7f4fa 0%, #f6f4fa 17%, #f3f1f6 31%, #d7d9dc 100%);
  background:         linear-gradient(45deg, #f7f4fa 0%, #f6f4fa 17%, #f3f1f6 31%, #d7d9dc 100%);
}

.main-carousel .carousel-items .item .caption {
  position: relative;
  float: left;
  width: 100%;
  min-height: 50px;
  margin-bottom: 20px;
  color: #000;
}

.main-carousel .carousel-items .item .caption .badge {
  float: left;
  margin: -15px 10px 0 0;
  -webkit-transition: all .4s cubic-bezier(.5, .5, .05, .95);
          transition: all .4s cubic-bezier(.5, .5, .05, .95);
}

.main-carousel .carousel-items .item .caption h3 {
  position: relative;
  margin: 0;
  color: #000;
  font-size: 15px;
  font-family: "Roboto Regular";
  z-index: 10;
}

.main-carousel .carousel-items .item .caption .price {
  margin: 0;
  font-family: "Roboto Regular";
  color: #000;
}

.main-carousel .carousel-items .item .caption .promo-price {
  font-family: "Roboto Bold";
  color: #a94daa;
}

.main-carousel .carousel-items .item .caption small.price {
  vertical-align: text-top;
}

.main-carousel .carousel-items .item .caption p,
.main-carousel .carousel-items .item .caption b {
  line-height: 1;
  margin: 0;
}

.main-carousel .carousel-items .item .caption p:last-child,
.main-carousel .carousel-items .item .caption b:last-child {
  margin: 0;
}

.main-carousel .carousel-items .item .image-wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
  text-align: center;
}

.main-carousel .carousel-items .item .image-wrapper::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.main-carousel .carousel-items .item .image-wrapper .item-image {
  display: inline-block;
  vertical-align: middle;
  max-height: 90%;
  max-width: 90%;
}

.main-carousel .carousel-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}

.main-carousel .carousel-pagination>li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  background: #fff;
  border: 1px solid #583787;
  border-radius: 100%;
}

.main-carousel .carousel-pagination>li.active {
  background-color: #583787;
}

.main-carousel .carousel-nav {
  height: 0;
  display: none;
}

.main-carousel .carousel-nav .next,
.main-carousel .carousel-nav .prev {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 0;
  background: #fff;
  z-index: 4;
}

.main-carousel .carousel-nav .next:not(.active),
.main-carousel .carousel-nav .prev:not(.active) {
  opacity: 0;
}

.main-carousel .carousel-nav .next:not(.active):hover,
.main-carousel .carousel-nav .prev:not(.active):hover {
  cursor: default;
}

.main-carousel .carousel-nav .next [class^="icon-"],
.main-carousel .carousel-nav .prev [class^="icon-"] {
  display: inline-block;
  margin: 15px 0 0 12px;
  font-size: 54px;
}

.main-carousel .carousel-nav .next {
  left: inherit;
  right: 0;
}

.main-carousel .carousel-nav .next [class^="icon-"] {
  margin-left: 18px;
}

.main-carousel:hover .carousel-nav .next,
.main-carousel:hover .carousel-nav .prev {
  opacity: .9;
  visibility: visible;
}

.main-carousel:hover .carousel-nav .next:not(.active),
.main-carousel:hover .carousel-nav .prev:not(.active) {
  opacity: .5;
}

/* For presentation page
--------------------------------------------------------------------------
========================================================================*/

.backgrounded-page {
  background-repeat: no-repeat;
  background-size: auto;
}

.presentation {
  padding-bottom: 60px;
}

.presentation .badge.yellow.giant {
  position: absolute;
  bottom: 0;
  left: 100px;
}

/* B2B Contact widget
--------------------------------------------------------------------------
========================================================================*/

.contact-widget {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.contact-widget .widget-button {
  position: relative;
  display: block;
  padding: 12px;
  width: 290px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #583787;
  color: #fff !important;
  font-family: "Roboto Light";
  text-align: right;
  float: right;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.contact-widget .widget-button .icon-wrapper {
  position: absolute;
  box-sizing: border-box;
  padding: 6px 7px;
  left: 12px;
  bottom: 12px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #583787;
  background-color: #fff;
  color: #583787;
  font-size: 32px;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.contact-widget .widget-button:hover,
.contact-widget .widget-button:not(:hover):focus {
  color: #583787 !important;
  background-color: white;
  border-top: 1px solid #583787;
  border-left: 1px solid #583787;
  border-right: 1px solid #583787;
}

.contact-widget .widget-button:hover .icon-wrapper,
.contact-widget .widget-button:not(:hover):focus .icon-wrapper {
  background-color: #583787;
  color: #fff;
}

/* TOP MAIN CAROUSEL
--------------------------------------------------------------------------
========================================================================*/

.top-carousel-wrapper {
  position: relative;
  width: 100%;
}

/* Top carousel navigation
------------------------------------------------------------------------*/

.top-carousel-controls {
  position: absolute;
  margin: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .7);
  z-index: 1;
}

.top-carousel-controls .flex-viewport {
  overflow: hidden;
  width: 100% !important;
}

.top-carousel-controls .slides {
  position: relative;
  width: 100% !important;
  max-width: 75rem !important;
}

.top-carousel-controls .slides>li {
  float: none !important;
  width: auto !important;
  overflow: hidden;
  position: relative;
  max-height: 60px;
  padding-top: 20px;
  text-align: center;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all .5s;
          transition: all .5s;
}

.top-carousel-controls .slides>li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  visibility: hidden;
  opacity: 0;
  background: #583787;
  -webkit-transition: all .3s cubic-bezier(.5, .5, .05, .95);
          transition: all .3s cubic-bezier(.5, .5, .05, .95);
}

.top-carousel-controls .slides>li:hover::before,
.top-carousel-controls .slides>li:not(:hover):focus::before,
.top-carousel-controls .slides>li.flex-active-slide::before {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.top-carousel-controls .slides>li:hover img,
.top-carousel-controls .slides>li:not(:hover):focus img,
.top-carousel-controls .slides>li.flex-active-slide img {
  opacity: 1;
}

.top-carousel-controls .slides>li.flex-active-slide {
  cursor: default;
  font-family: "Roboto Medium";
}

.top-carousel-controls .flex-direction-nav {
  display: none;
}

/* Top carousel slides
------------------------------------------------------------------------*/

.top-main-carousel {
  /* Replace display: block on display: flex */
  /* END - Replace display: block on display: flex */
}

.top-main-carousel .flex-viewport {
  overflow: hidden;
  width: 100%;
}

.top-main-carousel .slides {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.top-main-carousel .slides>li {
  float: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
}

.top-main-carousel .carousel-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-main-carousel .carousel-banner>.row {
  width: 100%;
}

.top-main-carousel .carousel-banner .image-wrapper {
  display: block;
}

.top-main-carousel .carousel-banner .image-wrapper img {
  display: block;
}

/* BOXES VIEW
--------------------------------------------------------------------------
========================================================================*/

.boxes-view {
  margin-top: 30px;
  margin-bottom: 30px;
}

.boxes-view .single-box {
  -ms-flex: 1;
  -webkit-box-flex: 1;
      flex: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #e6eaeb;
}

.boxes-view .single-box.search-box {
  box-shadow: 0 0 0 4px #e6eaeb;
}

.boxes-view .single-box .box-header {
  margin: 0 0 20px;
  font-size: 20px;
}

.boxes-view .single-box .box-header .header-text {
  position: relative;
  z-index: 2;
}

.boxes-view .single-box .box-list {
  overflow: hidden;
  display: block;
}

.boxes-view .single-box .box-list>li {
  position: relative;
  display: block;
}

.boxes-view .single-box .box-list>li>a {
  position: relative;
  display: block;
  padding: 4px 20px;
  color: #583787;
  font-size: 15px;
}

.boxes-view .single-box .box-list>li>a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 11px;
  left: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #d0d6d8;
  border-radius: 50%;
  -webkit-transition: all .5s;
          transition: all .5s;
}

.boxes-view .single-box .box-list>li>a:hover,
.boxes-view .single-box .box-list>li>a:not(:hover):focus {
  color: #fff;
  background: #583787;
}

.boxes-view .single-box .box-list>li>a:hover::before,
.boxes-view .single-box .box-list>li>a:not(:hover):focus::before {
  border: 1px solid #fff;
}

.boxes-view .single-box [class^="icon-"] {
  color: #583787;
  display: inline-block;
  font-size: 26px;
}

/* TARRIF HELPER TABLE / ACCORDION
--------------------------------------------------------------------------
========================================================================*/

.tariffs-helper {
  overflow: hidden;
}

.tariffs-helper .desktop-header {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.tariffs-helper .desktop-header .header-row {
  display: table-row;
}

.tariffs-helper .desktop-header .header-row>span {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle;
}

.tariffs-helper .desktop-header .header-row>span:first-child {
  width: 50%;
}

.tariffs-helper .desktop-header .header-images img {
  display: block;
  margin: 0 auto;
}

.tariffs-helper .desktop-header .header-text {
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: #583787;
}

.tariffs-helper .tariffs-list {
  overflow: hidden;
  margin-bottom: 20px;
}

.tariffs-helper .tariffs-list .single-tariff {
  padding: 0;
  border-bottom: 1px solid #e6eaeb;
  /* Mobile expanded */
}

.tariffs-helper .tariffs-list .single-tariff .tariff-header {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 35px 15px 10px;
  font-size: 15px;
  font-family: "Roboto Light";
  -webkit-transition: .2s;
          transition: .2s;
}

.tariffs-helper .tariffs-list .single-tariff .tariff-header [class^="icon-"] {
  position: absolute;
  top: 15px;
  right: 10px;
  -webkit-transition: .2s;
          transition: .2s;
}

.tariffs-helper .tariffs-list .single-tariff .tariff-items {
  display: none;
  width: 100%;
}

.tariffs-helper .tariffs-list .single-tariff .tariff-items>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
}

.tariffs-helper .tariffs-list .single-tariff .tariff-items>li>.item-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
      flex: 1 1 0;
  padding: 5px 0;
}

.tariffs-helper .tariffs-list .single-tariff .tariff-items>li>.item-col.item-code {
  cursor: default;
  text-decoration: none;
  outline: 0;
}

.tariffs-helper .tariffs-list .single-tariff .tariff-items>li>.item-col.item-code b {
  color: #a94daa;
  font-family: "Roboto Bold";
}

/* CATEGORY SWITCHER
--------------------------------------------------------------------------
========================================================================*/

.category-switcher {
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e6eaeb;
}

.category-switcher .prev-category {
  font-size: 18px;
}

.category-switcher .prev-category [class^="icon-"] {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  font-size: 24px;
  color: #583787;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e6eaeb;
  border-radius: 50%;
  -webkit-transition: .2s;
          transition: .2s;
}

.category-switcher .prev-category:hover,
.category-switcher .prev-category:not(:hover):focus {
  outline: 0;
}

.category-switcher .prev-category:hover [class^="icon-"],
.category-switcher .prev-category:not(:hover):focus [class^="icon-"] {
  color: #fff;
  background: #583787;
  border: 1px solid #583787;
}

.category-switcher .list-switcher>li {
  display: inline-block;
}

.category-switcher .list-switcher>li>a {
  position: relative;
  display: block;
  margin: 0 10px;
  padding: 10px 0;
}

.category-switcher .list-switcher>li>a::before,
.category-switcher .list-switcher>li>a::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #583787;
  -webkit-transition: .2s cubic-bezier(.5, .5, .05, .95);
          transition: .2s cubic-bezier(.5, .5, .05, .95);
}

.category-switcher .list-switcher>li>a::before {
  left: 50%;
}

.category-switcher .list-switcher>li>a::after {
  right: 50%;
}

.category-switcher .list-switcher>li>a:hover::before,
.category-switcher .list-switcher>li>a:hover::after,
.category-switcher .list-switcher>li>a:not(:hover):focus::before,
.category-switcher .list-switcher>li>a:not(:hover):focus::after {
  width: 100%;
}

.category-switcher .list-switcher>li>a:hover::before,
.category-switcher .list-switcher>li>a:not(:hover):focus::before {
  left: 0;
  width: 100%;
}

.category-switcher .list-switcher>li>a:hover::after,
.category-switcher .list-switcher>li>a:not(:hover):focus::after {
  width: 100%;
  right: 0;
}

.category-switcher .list-switcher>li.active>a {
  color: #000;
  font-family: "Roboto Medium";
}

.category-switcher .list-switcher>li.active>a::before,
.category-switcher .list-switcher>li.active>a::after {
  width: 100%;
}

.category-switcher .list-switcher>li.active>a::before {
  left: 0;
  width: 100%;
}

.category-switcher .list-switcher>li.active>a::after {
  width: 100%;
  right: 0;
}

/* INVOICE HELPER
--------------------------------------------------------------------------
========================================================================*/

.invoice-wrapper {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: 0 0 0 1px #e6eaeb;
}

.invoice-wrapper:not(:last-of-type) {
  margin-bottom: 44px;
}

.invoice-wrapper .invoice {
  position: relative;
}

.invoice-wrapper .invoice-tooltip {
  position: absolute;
  border: 3px solid #ffed53;
  display: block;
}

.invoice-wrapper .invoice-tooltip .custom-tooltip {
  position: absolute;
}

.invoice-wrapper .invoice-tooltip.right .custom-tooltip {
  right: -13px;
  top: calc(50% - 14px);
}

.invoice-wrapper .invoice-tooltip.left .custom-tooltip {
  left: -13px;
  top: calc(50% - 14px);
}

.invoice-wrapper .invoice-tooltip.top .custom-tooltip {
  top: -15px;
  left: calc(50% - 13px);
}

.invoice-wrapper .invoice-tooltip.bottom .custom-tooltip {
  bottom: -15px;
  left: calc(50% - 13px);
}

/* DEVICES LIST
--------------------------------------------------------------------------
========================================================================*/

/* Devices list
------------------------------------------------------------------------*/

.filters-toolbar .filters-count {
  margin-bottom: 10px;
}

.filters-toolbar .filters-count+.selected-filters {
  margin-top: -10px;
}

.filters-toolbar .custom-select {
  margin: 0;
}

/* Devices list components
------------------------------------------------------------------------*/

/* Available colors */

.available-color {
  margin-bottom: 5px;
}

.available-color>li {
  overflow: hidden;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 1px;
  text-indent: -9999em;
  background: #000;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #e6eaeb;
}

.available-color>li.disabled {
  opacity: .2;
}

/* Available capacity */

.available-capacity {
  margin-bottom: 20px;
}

.available-capacity>li {
  display: inline-block;
  margin: 0 2px;
  color: #848484;
  font-size: 12px;
}

.available-capacity>li.disabled {
  opacity: .2;
}

/* Single item
------------------------------------------------------------------------*/

.single-device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
      flex: 1;
  position: relative;
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.single-device.loading,
.single-service.loading,
.single-offer.loading {
  -webkit-animation: slide-up 1s forwards;
          animation: slide-up 1s forwards;
}

.single-device.loading::before,
.single-service.loading::before,
.single-offer.loading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  opacity: .95;
}

.single-device.loading::after,
.single-service.loading::after,
.single-offer.loading::after {
  content: url(../images/loader.gif);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  text-align: center;
  z-index: 3;
}

.single-device .item-inner {
  position: relative;
  -ms-flex: 1;
  -webkit-box-flex: 1;
      flex: 1;
  display: block;
  width: 100%;
  padding: 20px 20px 70px;
  box-shadow: 0 0 0 1px #d0d6d8;
  -webkit-transition: all .5s;
          transition: all .5s;
}

.single-device .item-inner.custom-banner {
  text-align: left;
  background-color: #e6eaeb;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-device .item-inner.custom-banner .device-header {
  text-align: left;
}

.single-device .device-header {
  margin: 0 0 25px;
  text-align: center;
}

.single-device .device-header h1,
.single-device .device-header h2,
.single-device .device-header h3,
.single-device .device-header h4,
.single-device .device-header h5,
.single-device .device-header h6,
.single-device .device-header .h1,
.single-device .device-header .h2,
.single-device .device-header .h3,
.single-device .device-header .h4,
.single-device .device-header .h5,
.single-device .device-header .h6,
.single-device .device-header .article-suggests-white h1,
.article-suggests-white .single-device .device-header h1,
.single-device .device-header .article-suggests-white h2,
.article-suggests-white .single-device .device-header h2,
.single-device .device-header .article-suggests-white h3,
.article-suggests-white .single-device .device-header h3,
.single-device .device-header .article-suggests-white h4,
.article-suggests-white .single-device .device-header h4,
.single-device .device-header .article-suggests-white h5,
.article-suggests-white .single-device .device-header h5,
.single-device .device-header .article-suggests-white h6,
.article-suggests-white .single-device .device-header h6,
.single-device .device-header .article-suggests-white .h1,
.article-suggests-white .single-device .device-header .h1,
.single-device .device-header .article-suggests-white .h2,
.article-suggests-white .single-device .device-header .h2,
.single-device .device-header .article-suggests-white .h3,
.article-suggests-white .single-device .device-header .h3,
.single-device .device-header .article-suggests-white .h4,
.article-suggests-white .single-device .device-header .h4,
.single-device .device-header .article-suggests-white .h5,
.article-suggests-white .single-device .device-header .h5,
.single-device .device-header .article-suggests-white figcaption,
.article-suggests-white .single-device .device-header figcaption,
.single-device .device-header .article-suggests-white legend,
.article-suggests-white .single-device .device-header legend,
.single-device .device-header figcaption,
.single-device .device-header legend {
  display: inline-block;
  width: 100%;
  margin: 0;
  vertical-align: middle;
  color: #000;
  font-size: 18px;
}

.single-device .image-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.single-device .image-wrapper::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}

.single-device .image-wrapper .main-image {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .4s cubic-bezier(.5, .5, .05, .95);
          transition: all .4s cubic-bezier(.5, .5, .05, .95);
}

.single-device .image-wrapper .badge {
  position: absolute;
  right: 0;
  bottom: 0;
}

.single-device .device-actions {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.single-device .device-actions .button {
  margin: 0;
}

.single-device .device-price {
  margin-bottom: 10px;
  color: #000;
  font-family: "Roboto Medium";
}

.single-device .device-price p {
  margin: 0;
}

.single-device .device-price s {
  font-family: "Roboto Light";
}

.single-device .device-price .main-price {
  display: block;
  line-height: 1.2;
  color: #a94daa;
}

/* Single item - horizontal variant
------------------------------------------------------------------------*/

.single-device .item-inner .small-6 .main-image {
  min-height: 160px;
  max-height: 210px;
  width: auto;
  max-width: 100%;
}

.single-device .item-inner .small-12 .main-image {
  min-height: 80px;
  max-height: 140px;
  width: auto;
  max-width: 100%;
}

/* DEVICES FILTERS
--------------------------------------------------------------------------
========================================================================*/

/* Devices filters
------------------------------------------------------------------------*/

.devices-filters,
.services-filters,
.documents-filters {
  /* Filters accordion */
}

.devices-filters .single-filter,
.services-filters .single-filter,
.documents-filters .single-filter {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.devices-filters .filters-header,
.services-filters .filters-header,
.documents-filters .filters-header {
  margin: 0 0 30px;
  font-size: 24px;
}

.devices-filters .close-filters,
.services-filters .close-filters,
.documents-filters .close-filters {
  position: absolute;
  top: 10px;
  right: 10px;
}

.devices-filters .filter-group:not(:last-child),
.services-filters .filter-group:not(:last-child),
.documents-filters .filter-group:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d6d8;
}

.devices-filters .filter-group .filter-header,
.services-filters .filter-group .filter-header,
.documents-filters .filter-group .filter-header {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-family: "Roboto Thin";
}

.devices-filters .filter-group .filter-header a,
.services-filters .filter-group .filter-header a,
.documents-filters .filter-group .filter-header a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: #000;
}

.devices-filters .filter-group .filter-content,
.services-filters .filter-group .filter-content,
.documents-filters .filter-group .filter-content {
  padding: 0 0 20px;
}

.devices-filters .fliters-accordion>li .filter-group,
.services-filters .fliters-accordion>li .filter-group,
.documents-filters .fliters-accordion>li .filter-group {
  border-bottom: 1px solid #d0d6d8;
  padding: 0 10px;
}

.devices-filters .fliters-accordion>li .filter-group .filter-trigger,
.services-filters .fliters-accordion>li .filter-group .filter-trigger,
.documents-filters .fliters-accordion>li .filter-group .filter-trigger {
  position: relative;
  display: block;
  padding-right: 15px;
}

.devices-filters .fliters-accordion>li .filter-group .filter-trigger [class^="icon-chevron-"],
.services-filters .fliters-accordion>li .filter-group .filter-trigger [class^="icon-chevron-"],
.documents-filters .fliters-accordion>li .filter-group .filter-trigger [class^="icon-chevron-"] {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  color: #583787;
  font-size: 12px;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.devices-filters .fliters-accordion>li .filter-group .filter-options,
.services-filters .fliters-accordion>li .filter-group .filter-options,
.documents-filters .fliters-accordion>li .filter-group .filter-options {
  padding-left: 10px;
}

.devices-filters .fliters-accordion>li:first-child .filter-group,
.services-filters .fliters-accordion>li:first-child .filter-group,
.documents-filters .fliters-accordion>li:first-child .filter-group {
  border-top: 1px solid #d0d6d8;
}

.devices-filters .fliters-accordion .expanded .filter-trigger [class^="icon-chevron-"],
.services-filters .fliters-accordion .expanded .filter-trigger [class^="icon-chevron-"],
.documents-filters .fliters-accordion .expanded .filter-trigger [class^="icon-chevron-"] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Devices colors
------------------------------------------------------------------------*/

.device-color {
  padding-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.device-color>li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 10px 2px;
  padding: 2px;
}

.device-color>li .color-sample {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #e6eaeb;
  -webkit-transition: all .3s;
          transition: all .3s;
}

.device-color>li:hover .color-sample {
  box-shadow: 0 0 0 2px #d0d6d8;
}

.device-color>li:focus,
.device-color>li.selected {
  outline: 0;
  cursor: default;
}

.device-color>li:focus .color-sample,
.device-color>li.selected .color-sample {
  box-shadow: 0 0 0 2px #583787;
}

.device-color>li.selected:focus {
  outline: 0;
}

.device-color>li.selected:focus .color-sample {
  box-shadow: 0 0 0 2px #a94daa;
}

.device-color>li.disabled {
  cursor: not-allowed;
}

.device-color>li.disabled .color-sample {
  opacity: .2;
  box-shadow: 0 0 0 2px #e6eaeb;
}

.device-color.horizontal {
  margin: 0;
  padding: 0;
  text-align: left;
}

.device-color.horizontal>li {
  margin: 2px;
}

.device-color.horizontal>li .color-sample,
.device-color.horizontal>li .color-name {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

.device-color.horizontal>li .color-sample {
  margin-right: 3px;
}

.device-color.horizontal>li .color-name {
  overflow: hidden;
  width: 0;
  font-size: 15px;
  color: #000;
  -webkit-transition: all .5s cubic-bezier(.5, .5, .05, .95);
          transition: all .5s cubic-bezier(.5, .5, .05, .95);
}

.device-color.horizontal>li.selected .color-name {
  width: auto;
}

/* Devices capacity
------------------------------------------------------------------------*/

.device-capacity>li {
  display: inline-block;
  margin: 0 2px 5px;
  color: #d0d6d8;
  font-size: 13px;
}

.device-capacity>li>a {
  display: block;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #d0d6d8;
  border-radius: 20px;
  -webkit-transition: all .3s;
          transition: all .3s;
}

.device-capacity>li>a:hover,
.device-capacity>li>a:not(:hover):focus {
  color: #fff;
  background: #583787;
  border-color: #583787;
}

.device-capacity>li.selected>a {
  cursor: default;
  color: #fff;
  background: #583787;
  border-color: #583787;
  font-family: "Roboto Medium";
}

.device-capacity>li.disabled>a {
  color: #fff;
  background: #e6eaeb;
  border-color: #e6eaeb;
  cursor: not-allowed;
}

/* Selected filters
------------------------------------------------------------------------*/

.selected-filters {
  margin: 0 -5px 20px -5px;
}

.selected-filters>li {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 55px;
  line-height: 1;
  padding: 4px 25px 4px 10px;
  margin: 3px 3px 6px;
  color: #583787;
  font-size: 15px;
  background: #fff;
  border: 1px solid #d0d6d8;
  -webkit-transition: .2s;
          transition: .2s;
}

.selected-filters>li::before {
  content: attr(data-text);
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  background: #583787;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: .2s;
          transition: .2s;
}

.selected-filters>li [class^="icon-"] {
  position: absolute;
  top: 7px;
  right: 5px;
  line-height: .9;
  font-size: 12px;
  cursor: pointer;
}

.selected-filters>li.parent {
  color: #fff;
  background: #583787;
  border-color: #583787;
}

/* DEVICES
--------------------------------------------------------------------------
========================================================================*/

/* Device details
------------------------------------------------------------------------*/

.device-details {
  position: relative;
}

.device-details .device-toolbar h1,
.device-details .device-toolbar h2,
.device-details .device-toolbar h3,
.device-details .device-toolbar h4,
.device-details .device-toolbar h5,
.device-details .device-toolbar h6,
.device-details .device-toolbar .h1,
.device-details .device-toolbar .h2,
.device-details .device-toolbar .h3,
.device-details .device-toolbar .h4,
.device-details .device-toolbar .h5,
.device-details .device-toolbar .h6,
.device-details .device-toolbar .article-suggests-white h1,
.article-suggests-white .device-details .device-toolbar h1,
.device-details .device-toolbar .article-suggests-white h2,
.article-suggests-white .device-details .device-toolbar h2,
.device-details .device-toolbar .article-suggests-white h3,
.article-suggests-white .device-details .device-toolbar h3,
.device-details .device-toolbar .article-suggests-white h4,
.article-suggests-white .device-details .device-toolbar h4,
.device-details .device-toolbar .article-suggests-white h5,
.article-suggests-white .device-details .device-toolbar h5,
.device-details .device-toolbar .article-suggests-white h6,
.article-suggests-white .device-details .device-toolbar h6,
.device-details .device-toolbar .article-suggests-white .h1,
.article-suggests-white .device-details .device-toolbar .h1,
.device-details .device-toolbar .article-suggests-white .h2,
.article-suggests-white .device-details .device-toolbar .h2,
.device-details .device-toolbar .article-suggests-white .h3,
.article-suggests-white .device-details .device-toolbar .h3,
.device-details .device-toolbar .article-suggests-white .h4,
.article-suggests-white .device-details .device-toolbar .h4,
.device-details .device-toolbar .article-suggests-white .h5,
.article-suggests-white .device-details .device-toolbar .h5,
.device-details .device-toolbar .article-suggests-white figcaption,
.article-suggests-white .device-details .device-toolbar figcaption,
.device-details .device-toolbar .article-suggests-white legend,
.article-suggests-white .device-details .device-toolbar legend,
.device-details .device-toolbar figcaption,
.device-details .device-toolbar legend {
  margin-top: 0;
}

.device-details .device-toolbar h2 {
  margin-bottom: 0;
  font-size: 28px;
}

.device-details .device-toolbar h2+.list-definition {
  margin-top: 20px;
}

.device-details .device-toolbar h3 {
  font-size: 20px;
}

.device-details .device-toolbar .button.order {
  margin-bottom: 10px;
}

.device-details .price-summary .device-price {
  margin-right: 5px;
}

/* Device carousel thumbs
------------------------------------------------------------------------*/

.device-carousel-thumbs {
  position: absolute;
  top: -30px;
  left: 5px;
  width: 80px;
  height: 390px;
  margin: 0;
  padding: 35px 0;
  z-index: 1;
}

.device-carousel-thumbs .flex-viewport {
  height: 100%;
  overflow: hidden;
}

.device-carousel-thumbs .slides {
  width: 100% !important;
}

.device-carousel-thumbs .slides>li {
  overflow: hidden;
  float: none !important;
  height: 80px;
  width: 80px !important;
  padding: 10px;
  text-align: center;
  border: 4px solid transparent;
  -webkit-transition: all .5s;
          transition: all .5s;
  cursor: pointer;
}

.device-carousel-thumbs .slides>li::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}

.device-carousel-thumbs .slides>li:hover,
.device-carousel-thumbs .slides>li:not(:hover):focus,
.device-carousel-thumbs .slides>li.flex-active-slide {
  border: 4px solid #e6eaeb;
}

.device-carousel-thumbs .slides>li:hover img,
.device-carousel-thumbs .slides>li:not(:hover):focus img,
.device-carousel-thumbs .slides>li.flex-active-slide img {
  opacity: 1;
}

.device-carousel-thumbs .slides>li.flex-active-slide {
  cursor: default;
  border-color: #583787;
}

.device-carousel-thumbs .slides>li .thumb {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  opacity: .5;
  -webkit-transition: all .5s;
          transition: all .5s;
}

.device-carousel-thumbs .slides>li.has-video {
  position: relative;
}

.device-carousel-thumbs .slides>li.has-video::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -14px;
  color: #583787;
  font-size: 28px;
  z-index: 10;
}

.device-carousel-thumbs .flex-direction-nav .flex-prev,
.device-carousel-thumbs .flex-direction-nav .flex-next {
  top: 0;
  left: 50%;
  margin: 0 0 0 -15px;
}

.device-carousel-thumbs .flex-direction-nav .flex-prev::before,
.device-carousel-thumbs .flex-direction-nav .flex-next::before {
  content: "";
}

.device-carousel-thumbs .flex-direction-nav .flex-next {
  top: inherit;
  bottom: 0;
}

.device-carousel-thumbs .flex-direction-nav .flex-next::before {
  content: "";
}

/* Device carousel
------------------------------------------------------------------------*/

.device-carousel .slides>li {
  text-align: center;
}

.device-carousel .image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.device-carousel .image-wrapper .badge {
  position: absolute;
  right: 0;
  bottom: 0;
}

.device-carousel .image-wrapper .image-anchor {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

.device-carousel .image-wrapper .image-anchor .main-image {
  display: block;
  margin: 0 auto;
  max-height: 350px;
}

.device-carousel .image-wrapper .image-anchor.has-video::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  color: #583787;
  font-size: 60px;
  z-index: 10;
}

/* CUSTOM DEVICE DETAILS
--------------------------------------------------------------------------
========================================================================*/

/* Asus Fifa
------------------------------------------------------------------------*/

/* Juniorbox
------------------------------------------------------------------------*/

.juniorbox-wrapper {
  padding: 170px 0 0;
  min-height: 100vh;
  background-position: top;
  background-repeat: no-repeat !important;
  background: url("../images/devices/juniorbox/bg-juniorbox-vertical.png");
  background-size: 100% auto;
}

.juniorbox-wrapper .purple-circle {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #583787;
  padding: 10px;
  margin: 10px;
  opacity: .8;
  margin-left: auto;
  margin-right: auto;
}

.juniorbox-wrapper .purple-circle .image-circle {
  height: 30px;
  width: 30px;
}

.juniorbox-wrapper .purple-circle .image-circle img {
  width: 40px;
  height: auto;
}

.juniorbox-wrapper .purple-circle p {
  font-size: .9em;
  line-height: 1;
}

.juniorbox-wrapper .juniorbox-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 40px 0;
}

.juniorbox-wrapper .juniorbox-column:after {
  content: "+";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #583787;
  color: #fff;
  font-size: 2em;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
}

.juniorbox-wrapper .juniorbox-column.last:after {
  content: "";
  background: transparent;
  width: 0;
  height: 0;
}

/*-----------------------------*/

/* SUGGESTS CAROUSEL
--------------------------------------------------------------------------
========================================================================*/

.boxes-carousel .flex-viewport {
  padding: 4px 0;
}

.boxes-carousel .devices-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.boxes-carousel .devices-list>li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.boxes-carousel .devices-list>li .single-device {
  margin: 0 5px;
}

.boxes-carousel .devices-list>li .single-device screen and {
  margin: 0 10px;
}

/* SERVICES LIST
--------------------------------------------------------------------------
========================================================================*/

/* Services list
------------------------------------------------------------------------*/

/* Single service
------------------------------------------------------------------------*/

.single-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.single-service .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      flex-direction: column;
  width: 100%;
  color: #000;
  box-shadow: 0 0 0 1px #e6eaeb;
  -webkit-transition: .2s;
          transition: .2s;
}

.single-service .item-figure {
  position: relative;
}

.single-service .item-figure .image-wrapper {
  overflow: hidden;
}

.single-service .item-figure .image-wrapper .main-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: all .4s cubic-bezier(.5, .5, .05, .95);
          transition: all .4s cubic-bezier(.5, .5, .05, .95);
}

.single-service .item-figure .image-layer {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  background: rgba(88, 55, 135, .65);
  -webkit-transition: .4s;
          transition: .4s;
}

.single-service .item-figure .image-layer::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}

.single-service .item-figure .image-layer .item-header {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  font-family: "Roboto Thin";
  font-size: 15px;
  color: #fff;
}

.single-service .item-figure .image-layer .item-header .icon {
  display: block;
  margin: 0 auto 10px;
  height: 40px;
}

.single-service .item-figure .image-layer .item-header.fixed {
  font-size: 22px;
}

.single-service .item-figure .image-layer .item-header.fixed .icon {
  height: 56px;
  margin-bottom: 12px;
}

.single-service .item-figure .badge {
  position: absolute;
  top: -10px;
  left: 10px;
  padding-top: 20px;
}

.single-service .item-description {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
      flex: 1 0 auto;
  padding: 20px 20px 0;
}

.single-service .item-price {
  padding: 20px;
  text-align: center;
}

.single-service .item-price p {
  margin: 0;
}

/* SERVICES FILTERS
--------------------------------------------------------------------------
========================================================================*/

.services-filters {
  /* Get all devices filters styles */
}

.services-filters .options-link {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 20px;
  -webkit-transition: all .4s cubic-bezier(.5, .5, .05, .95);
          transition: all .4s cubic-bezier(.5, .5, .05, .95);
}

.services-filters .options-link.active,
.services-filters .options-link:hover,
.services-filters .options-link:not(:hover):focus {
  background-color: #583787;
  color: #fff;
}

.services-filters .options-link.inactive {
  color: #d0d6d8;
}

.services-filters .options-link.inactive:hover,
.services-filters .options-link.inactive:not(:hover):focus {
  background-color: transparent;
  color: #d0d6d8;
  cursor: not-allowed;
}

/* SERVICES
--------------------------------------------------------------------------
========================================================================*/

/* Service details - intro
------------------------------------------------------------------------*/

.service-intro {
  position: relative;
  padding: 0;
}

.service-intro .intro-icon {
  position: relative;
  text-align: center;
}

.service-intro .intro-icon .icon {
  position: relative;
  display: block;
  margin: 40px auto;
  height: 120px;
  z-index: 1;
}

.service-intro .main-header.intro-header {
  margin-bottom: 20px;
}

.service-intro .callout-group {
  position: relative;
  z-index: 1;
}

.service-intro.extra-padded {
  padding: 0 0 30px 0;
}

/* SME overwrites
------------------------------------------------------------------------*/

/* Telemetric
------------------------------------------------------------------------*/

.service-intro.one-bg::after {
  content: none;
}

.service-intro.one-bg .intro-icon::after {
  content: none;
}

/* SERVICES LIVESEARCH RESULTS
--------------------------------------------------------------------------
========================================================================*/

/* Services dropdown for livesearch
------------------------------------------------------------------------*/

.services-search-wrapper {
  position: relative;
}

.services-search-wrapper .results-dropdown {
  display: none;
  position: absolute;
  top: 44px;
  border: 1px solid #e6eaeb;
  padding: 12px 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

.services-search-wrapper a {
  display: block;
  padding: 12px 24px;
  width: 100%;
  color: #848484;
}

.services-search-wrapper a:hover,
.services-search-wrapper a:not(:hover):focus {
  background: #e6eaeb;
}

.services-search-wrapper.expanded .results-dropdown {
  display: block;
}

.services-search-wrapper .searched-text {
  color: #000;
  font-weight: bold;
}

/* OFFERS LIST
--------------------------------------------------------------------------
========================================================================*/

/* Single item
------------------------------------------------------------------------*/

.single-offer {
  position: relative;
  width: 100%;
  height: auto !important;
  max-height: 100%;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
}

.single-offer.item-flex .item-content {
  padding: 0;
}

.single-offer .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  color: #000;
  box-shadow: 0 0 0 1px #e6eaeb;
}

.single-offer .item-inner .item-header {
  text-align: center;
}

.single-offer .item-inner .item-header h1,
.single-offer .item-inner .item-header h2,
.single-offer .item-inner .item-header h3,
.single-offer .item-inner .item-header h4,
.single-offer .item-inner .item-header h5,
.single-offer .item-inner .item-header h6,
.single-offer .item-inner .item-header .h1,
.single-offer .item-inner .item-header .h2,
.single-offer .item-inner .item-header .h3,
.single-offer .item-inner .item-header .h4,
.single-offer .item-inner .item-header .h5,
.single-offer .item-inner .item-header .h6,
.single-offer .item-inner .item-header .article-suggests-white h1,
.article-suggests-white .single-offer .item-inner .item-header h1,
.single-offer .item-inner .item-header .article-suggests-white h2,
.article-suggests-white .single-offer .item-inner .item-header h2,
.single-offer .item-inner .item-header .article-suggests-white h3,
.article-suggests-white .single-offer .item-inner .item-header h3,
.single-offer .item-inner .item-header .article-suggests-white h4,
.article-suggests-white .single-offer .item-inner .item-header h4,
.single-offer .item-inner .item-header .article-suggests-white h5,
.article-suggests-white .single-offer .item-inner .item-header h5,
.single-offer .item-inner .item-header .article-suggests-white h6,
.article-suggests-white .single-offer .item-inner .item-header h6,
.single-offer .item-inner .item-header .article-suggests-white .h1,
.article-suggests-white .single-offer .item-inner .item-header .h1,
.single-offer .item-inner .item-header .article-suggests-white .h2,
.article-suggests-white .single-offer .item-inner .item-header .h2,
.single-offer .item-inner .item-header .article-suggests-white .h3,
.article-suggests-white .single-offer .item-inner .item-header .h3,
.single-offer .item-inner .item-header .article-suggests-white .h4,
.article-suggests-white .single-offer .item-inner .item-header .h4,
.single-offer .item-inner .item-header .article-suggests-white .h5,
.article-suggests-white .single-offer .item-inner .item-header .h5,
.single-offer .item-inner .item-header .article-suggests-white figcaption,
.article-suggests-white .single-offer .item-inner .item-header figcaption,
.single-offer .item-inner .item-header .article-suggests-white legend,
.article-suggests-white .single-offer .item-inner .item-header legend,
.single-offer .item-inner .item-header figcaption,
.single-offer .item-inner .item-header legend {
  display: inline-block;
  width: 100%;
  margin: 0;
  vertical-align: middle;
  color: #000;
  font-size: 22px;
}

.single-offer .item-inner .item-header .label {
  margin-top: 12px;
}

.single-offer .image-wrapper {
  overflow: hidden;
  position: relative;
  padding: 20px;
}

.single-offer .image-wrapper .main-image {
  -webkit-transition: all .4s cubic-bezier(.5, .5, .05, .95);
          transition: all .4s cubic-bezier(.5, .5, .05, .95);
}

.no-smil .items-carousel .item-content {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Fixed header options added to parents
------------------------------------------------------------------------*/

.fixed-header.double .item-header {
  min-height: 62px;
}

.fixed-header.triple .item-header {
  min-height: 72px;
}

/* OFFER DETAILS
--------------------------------------------------------------------------
========================================================================*/

/* Offer top
------------------------------------------------------------------------*/

.offer-top .image-wrapper {
  text-align: center;
}

/* Offer instructions
------------------------------------------------------------------------*/

.offer-details .disclaimer {
  display: block;
  margin-top: 26px;
}

.offer-details .instructions-steps {
  text-align: center;
}

.offer-details .instructions-steps>* {
  display: inline-block;
  margin: 10px auto;
}

.offer-details .instructions-steps p {
  margin-bottom: 0;
}

/* Arrow graphs - new
------------------------------------------------------------------------*/

.arrows-graph .gray {
  background-color: #e6eaeb;
}

.arrows-graph .gray.element {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 6px;
}

.arrows-graph .giant {
  font-size: 80px;
}

.arrows-graph.arrows-mobile .fixed-width {
  width: 260px;
}

.arrows-graph.arrows-mobile .gray.arrow {
  position: relative;
}

.arrows-graph.arrows-mobile .gray.arrow::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 136px;
  border-color: transparent transparent transparent #fff;
}

.arrows-graph.arrows-mobile .gray.arrow::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 136px;
  border-color: transparent transparent #fff transparent;
}

/* Arrow graphs - old
------------------------------------------------------------------------*/

.graphs-wrapper {
  padding: 20px 0;
}

.arrow-graphs .graph-item-wrapper {
  position: relative;
  margin-bottom: 18px;
}

.arrow-graphs .graph-item-wrapper .pastel-violet {
  background-color: #ccc3da;
}

.arrow-graphs .graph-item-wrapper .pastel-pink {
  background-color: #f9b4d7;
}

.arrow-graphs .graph-item-wrapper .pastel-orange {
  background-color: #fbd2b7;
}

.arrow-graphs .graph-item-wrapper .pastel-green {
  background-color: #cde6c5;
}

.arrow-graphs .graph-item-wrapper .arrow {
  display: inline-block;
  position: relative;
  height: 8px;
}

.arrow-graphs .graph-item-wrapper .full-length {
  width: calc(100% - 8px);
}

.arrow-graphs .graph-item-wrapper .pointing::after {
  position: absolute;
  right: -8px;
  top: -4px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
}

.arrow-graphs .graph-item-wrapper .pointing.pastel-violet::after {
  border-color: transparent transparent transparent #ccc3da;
}

.arrow-graphs .graph-item-wrapper .pointing.pastel-green::after {
  border-color: transparent transparent transparent #cde6c5;
}

.arrow-graphs .graph-item-wrapper .arrow-segmented {
  font-size: 0;
  line-height: 20px;
  margin-top: 2px;
}

.arrow-graphs .graph-item-wrapper .arrow-segmented .arrow {
  margin-right: 1%;
  display: inline-block;
  vertical-align: middle;
  width: calc(25% - 1%);
}

.arrow-graphs .graph-item-wrapper .arrow-segmented .arrow.pointing {
  margin-right: 0;
  width: calc(25% - 8px);
}

.arrow-graphs .graph-item-wrapper .description {
  width: calc(100% - 8px);
}

.arrow-graphs .graph-item-wrapper .description>* {
  display: inline-block;
  vertical-align: text-bottom;
}

.arrow-graphs .graph-item-wrapper .description .text {
  width: 74%;
}

.arrow-graphs .graph-item-wrapper .description .text>* {
  display: inline-block;
  vertical-align: middle;
}

.arrow-graphs .graph-item-wrapper .description .text [class^="icon-"],
.arrow-graphs .graph-item-wrapper .description .text [class*=" icon-"] {
  font-size: 30px;
  margin-right: 12px;
}

.arrow-graphs .graph-item-wrapper .description .price {
  width: 24%;
  text-align: right;
}

.arrow-graphs .graph-item-wrapper .description .price .big {
  font-size: 24px;
}

.arrow-graphs .graph-item-wrapper.no-graph .description {
  width: 98%;
}

.arrow-graphs .graph-item-wrapper.no-graph .description .text {
  width: 63%;
}

.arrow-graphs .graph-item-wrapper.no-graph .description .price {
  width: 35%;
}

.arrow-graphs.graphs-small .description,
.arrow-graphs.graphs-small .conditions {
  display: inline-block;
}

.arrow-graphs.graphs-small .text {
  font-size: 12px;
}

.arrow-graphs.graphs-small .description {
  width: 45%;
}

.arrow-graphs.graphs-small .description .text,
.arrow-graphs.graphs-small .description .price {
  display: block;
  width: 100%;
}

.arrow-graphs.graphs-small .description .price {
  padding-left: 42px;
  text-align: left;
}

.arrow-graphs.graphs-small .conditions {
  margin-left: 2%;
  width: 50%;
}

.arrow-graphs.graphs-small .conditions .text,
.arrow-graphs.graphs-small .conditions .price {
  display: inline-block;
  vertical-align: bottom;
}

.arrow-graphs.graphs-small .conditions .text {
  width: 50%;
}

.arrow-graphs.graphs-small .conditions .price {
  margin-left: 2%;
  width: 45%;
  text-align: right;
}

/* OFFERS LIST
--------------------------------------------------------------------------
========================================================================*/

/* Intro section
------------------------------------------------------------------------*/

/* Promo section
------------------------------------------------------------------------*/

.data-promo.geometric {
  background: url(../images/offer/prepaid/geometric-bg.jpg) no-repeat;
  background-size: cover;
}

.data-promo.section.gray {
  padding: 50px 20px 20px 20px;
}

.data-promo .image-wrapper {
  position: relative;
}

.data-promo .image-wrapper .promo-image.initial {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}

/* Topup link
------------------------------------------------------------------------*/

.topup-link {
  text-decoration: none !important;
}

.topup-link:hover,
.topup-link:not(:hover):focus {
  text-decoration: none !important;
}

/* CART
--------------------------------------------------------------------------
========================================================================*/

/* Transfer number section
------------------------------------------------------------------------*/

.transfer-number {
  position: relative;
  z-index: 4;
}

/* Cart modal steps
------------------------------------------------------------------------*/

.modal-steps .step {
  display: none;
  padding: 20px 0;
}

.modal-steps .step.active {
  display: block;
}

/* Cart progress
------------------------------------------------------------------------*/

.cart-progress {
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #583787;
}

/* Cart steps
------------------------------------------------------------------------*/

.cart-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  counter-reset: list-counter;
}

.cart-steps>li {
  -ms-flex: 1 1 0;
  -webkit-box-flex: 1;
      flex: 1 1 0;
  counter-increment: list-counter;
  position: relative;
  height: 44px;
  line-height: 1;
  padding: 11px 30px;
  font-size: 18px;
  font-family: "Roboto Light";
  border-top: 1px solid #d0d6d8;
  border-bottom: 1px solid #d0d6d8;
  background: #fff;
  width: 33.33%;
}

.cart-steps>li:last-child {
  border-right: 1px solid #d0d6d8;
}

.cart-steps>li:not(:last-child) {
  padding-right: 0;
  margin-right: 26px;
}

.cart-steps>li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 100%;
  width: 26px;
  height: 44px;
  background: url(../images/layout/step_unactive.png) no-repeat;
  z-index: 1;
}

.cart-steps>li:not(:last-child).active::before {
  background: url(../images/layout/step_active.png) no-repeat;
}

.cart-steps>li:not(:first-child).active::after,
.cart-steps>li:last-child.active::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -26px;
  width: 26px;
  height: 44px;
  background: url(../images/layout/step_active_back.png) no-repeat;
  z-index: 2;
}

.cart-steps>li.active {
  color: #fff;
  border-color: #583787;
  background: #583787;
}

.cart-steps>li.active .step-inner::before {
  color: #fff;
  border-color: #fff;
}

.cart-steps>li .step-inner {
  display: block;
  margin: 0;
  font-size: 18px;
  font-family: "Roboto Light";
}

.cart-steps>li .step-inner::before {
  content: counter(list-counter, decimal);
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1;
  margin-right: 10px;
  padding-top: 3px;
  text-align: center;
  color: #000;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #d0d6d8;
  border-radius: 50%;
}

/* Summary table - items
------------------------------------------------------------------------*/

.cart-items {
  margin: 0;
}

.cart-items>li {
  padding: 20px 0;
  -webkit-transition: .2s;
          transition: .2s;
}

.cart-items>li:first-child {
  padding-top: 0;
}

.cart-items>li:last-child {
  padding-bottom: 0;
}

.cart-items>li:not(:last-child) {
  border-bottom: 1px solid #e6eaeb;
}

.cart-item-padded {
  padding: 5px 0;
}

.cart-item-padded .item-header h1,
.cart-item-padded .item-header h2,
.cart-item-padded .item-header h3,
.cart-item-padded .item-header h4,
.cart-item-padded .item-header h5,
.cart-item-padded .item-header h6,
.cart-item-padded .item-header .h1,
.cart-item-padded .item-header .h2,
.cart-item-padded .item-header .h3,
.cart-item-padded .item-header .h4,
.cart-item-padded .item-header .h5,
.cart-item-padded .item-header .h6,
.cart-item-padded .item-header .article-suggests-white h1,
.article-suggests-white .cart-item-padded .item-header h1,
.cart-item-padded .item-header .article-suggests-white h2,
.article-suggests-white .cart-item-padded .item-header h2,
.cart-item-padded .item-header .article-suggests-white h3,
.article-suggests-white .cart-item-padded .item-header h3,
.cart-item-padded .item-header .article-suggests-white h4,
.article-suggests-white .cart-item-padded .item-header h4,
.cart-item-padded .item-header .article-suggests-white h5,
.article-suggests-white .cart-item-padded .item-header h5,
.cart-item-padded .item-header .article-suggests-white h6,
.article-suggests-white .cart-item-padded .item-header h6,
.cart-item-padded .item-header .article-suggests-white .h1,
.article-suggests-white .cart-item-padded .item-header .h1,
.cart-item-padded .item-header .article-suggests-white .h2,
.article-suggests-white .cart-item-padded .item-header .h2,
.cart-item-padded .item-header .article-suggests-white .h3,
.article-suggests-white .cart-item-padded .item-header .h3,
.cart-item-padded .item-header .article-suggests-white .h4,
.article-suggests-white .cart-item-padded .item-header .h4,
.cart-item-padded .item-header .article-suggests-white .h5,
.article-suggests-white .cart-item-padded .item-header .h5,
.cart-item-padded .item-header .article-suggests-white figcaption,
.article-suggests-white .cart-item-padded .item-header figcaption,
.cart-item-padded .item-header .article-suggests-white legend,
.article-suggests-white .cart-item-padded .item-header legend,
.cart-item-padded .item-header figcaption,
.cart-item-padded .item-header legend {
  display: inline-block;
  margin: 2px 0 5px;
}

.cart-item {
  padding: 5px 0;
  -webkit-transition: .2s;
          transition: .2s;
}

.cart-item:hover,
.cart-item:not(:hover):focus {
  background: #e9e5f2;
}

.cart-item .row-price-extra {
  margin-top: 15px;
}

.cart-item .item-thumb {
  max-width: 80px;
}

.cart-item .item-thumb img {
  max-width: 80px;
  max-height: 80px;
}

.cart-item .item-subheader {
  margin: 0;
  font-size: 18px;
}

.cart-item .item-header h1,
.cart-item .item-header h2,
.cart-item .item-header h3,
.cart-item .item-header h4,
.cart-item .item-header h5,
.cart-item .item-header h6,
.cart-item .item-header .h1,
.cart-item .item-header .h2,
.cart-item .item-header .h3,
.cart-item .item-header .h4,
.cart-item .item-header .h5,
.cart-item .item-header .h6,
.cart-item .item-header .article-suggests-white h1,
.article-suggests-white .cart-item .item-header h1,
.cart-item .item-header .article-suggests-white h2,
.article-suggests-white .cart-item .item-header h2,
.cart-item .item-header .article-suggests-white h3,
.article-suggests-white .cart-item .item-header h3,
.cart-item .item-header .article-suggests-white h4,
.article-suggests-white .cart-item .item-header h4,
.cart-item .item-header .article-suggests-white h5,
.article-suggests-white .cart-item .item-header h5,
.cart-item .item-header .article-suggests-white h6,
.article-suggests-white .cart-item .item-header h6,
.cart-item .item-header .article-suggests-white .h1,
.article-suggests-white .cart-item .item-header .h1,
.cart-item .item-header .article-suggests-white .h2,
.article-suggests-white .cart-item .item-header .h2,
.cart-item .item-header .article-suggests-white .h3,
.article-suggests-white .cart-item .item-header .h3,
.cart-item .item-header .article-suggests-white .h4,
.article-suggests-white .cart-item .item-header .h4,
.cart-item .item-header .article-suggests-white .h5,
.article-suggests-white .cart-item .item-header .h5,
.cart-item .item-header .article-suggests-white figcaption,
.article-suggests-white .cart-item .item-header figcaption,
.cart-item .item-header .article-suggests-white legend,
.article-suggests-white .cart-item .item-header legend,
.cart-item .item-header figcaption,
.cart-item .item-header legend {
  display: inline-block;
  margin: 2px 0 5px;
}

.cart-item .item-header label {
  margin: 0;
}

.cart-item .big {
  font-size: 200%;
}

/* Summary table - contract data MG
------------------------------------------------------------------------*/

.list-summary li {
  margin-bottom: 15px;
}

.list-summary li .button.link {
  text-decoration: underline;
}

.list-summary li .button.link:hover {
  text-decoration: none;
}

/* Main cart summary section
------------------------------------------------------------------------*/

.summary-list>li {
  margin-bottom: 10px;
}

.summary-list>li p {
  margin: 0;
}

/* Summary table - Map Google MG
------------------------------------------------------------------------*/

.map-widget {
  position: absolute;
  background: #fff;
}

.map-widget__header {
  position: relative;
  padding: 20px 20px 15px;
}

.map-widget__header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #d0d6d8;
}

.map-widget__places {
  top: 30px;
  left: 30px;
  width: 40%;
  height: calc(100% - 60px);
}

.map-widget__content {
  height: 175px;
  overflow-y: overlay;
  overflow-x: hidden;
}

.map-widget__content-item {
  padding-left: 20px;
}

.map-widget__content-item:hover,
.map-widget__content-item:not(:hover):focus {
  background: #d0d6d8;
}

.map-widget__content-item:first-child,
.map-widget__content-item:last-child {
  padding-top: 20px;
  padding-bottom: 20px;
}

.map-widget__content-item:not(:first-child):not(:last-child) {
  padding-bottom: 20px;
  padding-top: 20px;
}

#delivery-map {
  width: 100%;
  height: 400px;
  display: none;
}

#delivery-map .info-window-content {
  padding: 20px 0 20px 20px;
  font-size: 12px;
  width: 300px;
  overflow: hidden;
  font-weight: 400;
}

#delivery-map .info-window-content .row-header {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

#delivery-map .info-window-content .salon-details {
  font-size: 13px;
}

#delivery-map .info-window-content .link {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  text-decoration: underline;
}

.delivery-content {
  margin-bottom: 35px;
}

.delivery-content .map-widget {
  position: relative;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}

.delivery-content .map-widget__header h6 {
  font-size: 17px;
  margin-bottom: 5px;
}

.delivery-content .map-widget__content {
  height: 325px;
}

.delivery-content .map-widget__content .map-widget__content-item {
  padding-left: 20px;
  padding-right: 20px;
}

.delivery-content .map-widget__content .map-widget__content-item:nth-child(2n) {
  background-color: #e6eaeb;
}

.delivery-content .map-widget__content .map-widget__content-item .link-salon {
  margin-top: 15px;
  font-size: 14px;
  padding: 0;
}

.delivery-content .map-widget__content .map-widget__content-item .link-salon small {
  text-align: left;
  font-size: 13px;
  text-decoration: underline;
}

.delivery-content #selected-content .selected-inner {
  background: #e6eaeb;
  padding: 20px;
  font-size: 15px;
}

.delivery-content #selected-content .selected-inner h6 {
  font-size: 18px;
}

.delivery-content #selected-content a {
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
}

.salons-devilery-modal .map-widget__content {
  height: auto;
}

.items-add-remove {
  position: relative;
  font-family: "Roboto Thin";
  text-align: center;
}

.items-add-remove .item-value {
  font-size: 26px;
  width: 30px;
  text-align: center;
}

.items-add-remove .item-add,
.items-add-remove .item-remove {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
}

.items-add-remove .item-add {
  color: #fff;
  background-color: #583787;
}

.items-add-remove .item-quantity {
  padding: 5px;
}

/* Seperate dynamic created address from rest of elements
------------------------------------------------------------------------*/

input[placeholder*="Uwagi dla kuriera"] {
  margin-top: 15px;
}

div[id*="invoice-address"] {
  margin: 15px 0;
}

.space-between {
  padding-left: 10px;
}

/* Seperate map search error/success from search button
------------------------------------------------------------------------*/

.form-map-search::before {
  right: 48px;
}

/* Make element not clickable/disabled
------------------------------------------------------------------------*/

.events-disabled {
  pointer-events: none;
  opacity: .35;
}

/* MIX
--------------------------------------------------------------------------
========================================================================*/

/* Links
------------------------------------------------------------------------*/

.link-bubble {
  display: block;
  padding: 14px 13px;
  width: 50px;
  height: 50px;
  background: #583787;
  border-radius: 50%;
}

.link-bubble [class^="icon-"],
.link-bubble [class*=" icon-"] {
  font-size: 24px;
  color: #fff;
}

/* MIX
--------------------------------------------------------------------------
========================================================================*/

/* Banner contract
------------------------------------------------------------------------*/

.banner-mix {
  position: relative;
  padding: 22px 10px;
  margin: 18px auto;
  background-color: #e6eaeb;
}

.banner-mix.contract .banner-header {
  margin-bottom: 44px;
}

.banner-mix.contract .banner-content {
  margin-bottom: 44px;
}

.banner-mix.phone {
  margin: 30px auto;
}

.banner-mix.phone .image-wrapper {
  position: relative;
}

.banner-wrapper {
  position: relative;
  padding-top: 20px;
}

/* Voice offer styles
--------------------------------------------------------------------------
========================================================================*/

/* Voice video image
------------------------------------------------------------------------*/

.voice-custom-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Voice character actors
------------------------------------------------------------------------*/

/* Voice tabs controls
------------------------------------------------------------------------*/

.voice-tabs-controls .tabs-title .tab-trigger .tab-image {
  height: 80px;
  width: auto;
  max-width: 100%;
}

/* Voice voucher styles
--------------------------------------------------------------------------
========================================================================*/

/* Banner
------------------------------------------------------------------------*/

.banner-voucher img {
  width: 100%;
  height: auto;
}

/* MAP
--------------------------------------------------------------------------
========================================================================*/

.map-wrapper {
  position: relative;
  height: auto;
}

/* Map
------------------------------------------------------------------------*/

#map {
  width: 100%;
  height: 700px;
  position: absolute;
}

#map .info-window-content {
  padding: 20px 0;
  font-size: 12px;
  width: 300px;
}

#map .info-window-content .row-header {
  margin-bottom: 15px;
  font-size: 18px;
}

#map .info-window-content .link {
  display: block;
  margin-top: 15px;
  font-size: 14px;
}

/* Sidebar
------------------------------------------------------------------------*/

.sidebar-wrapper {
  position: relative;
}

.sidebar-wrapper .sidebar {
  background-color: #fff;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
}

.sidebar-wrapper .sidebar .results-dropdown {
  left: 10px;
  right: 10px;
  width: auto;
  padding: 0;
}

.sidebar-wrapper .sidebar .accordion {
  margin: 0;
  float: none;
}

.sidebar-wrapper .sidebar .accordion .accordion-item.expanded .accordion-title {
  background: none;
}

.sidebar-wrapper .sidebar .accordion .accordion-item.expanded .accordion-title:hover,
.sidebar-wrapper .sidebar .accordion .accordion-item.expanded .accordion-title:not(:hover):focus {
  background: none;
}

.sidebar-wrapper .sidebar .accordion .accordion-item .accordion-content {
  background: none;
}

.sidebar-wrapper .sidebar .mobile-only-map {
  margin-bottom: 15px;
}

.sidebar-wrapper .sidebar .sidebar-filter {
  border-bottom: 1px solid #e6eaeb;
}

.sidebar-wrapper .sidebar .mobile-only-salons {
  display: block;
}

.sidebar-wrapper .sidebar .list-wrapper {
  height: 480px;
  overflow-y: scroll;
}

.sidebar-wrapper .sidebar .list-wrapper .list-element-row {
  padding: 20px 30px;
  font-size: 12px;
  font-family: "Roboto Light";
  background-color: #fff;
}

.sidebar-wrapper .sidebar .list-wrapper .list-element-row.even {
  background-color: #e6eaeb;
}

.sidebar-wrapper .sidebar .list-wrapper .list-element-row .row-header {
  font-size: 18px;
  margin-bottom: 15px;
}

.sidebar-wrapper .sidebar .list-wrapper .list-element-row .link {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  text-align: inherit;
  padding: 0;
}

/* Registration maps
------------------------------------------------------------------------*/

.registration-filter .registration-filter-options {
  padding-top: 10px;
}

/* Map salons custom
------------------------------------------------------------------------*/

/* Map coverage custom
------------------------------------------------------------------------*/

/* Other
------------------------------------------------------------------------*/

.switch-to-list {
  display: none;
}

.switch-to-map {
  display: block;
}

.name-with-mobile-link {
  position: relative;
}

.name-with-mobile-link .mobile-link {
  position: absolute;
  top: 0;
  right: 0;
}

.map-info-text {
  font-size: 12px;
  margin-top: 20px;
}

.show-more-salons {
  text-align: center;
  margin-top: 15px;
}

.map-disclaimer {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 50px;
}

/* Custom map controls
------------------------------------------------------------------------*/

.map-custom-controls-wrapper {
  padding: 5px;
}

.map-custom-controls-wrapper .custom-controler {
  padding: 15px;
  border: 1px solid rgba(200, 200, 200, .5);
  background: #fff;
  color: #583787;
  font-size: 20px;
  line-height: 12px;
  cursor: pointer;
  -webkit-transition: all .3s;
          transition: all .3s;
}

.map-custom-controls-wrapper .custom-controler:hover {
  background: #583787;
  color: #fff;
}

.map-custom-controls-wrapper .custom-controler:first-of-type {
  border-bottom: 0;
}

/* SME
--------------------------------------------------------------------------
========================================================================*/

.sme {
  position: relative;
  margin: 70px 0 60px;
  background-position: top center;
  /* Hero
  ------------------------------------------------------------------------*/
}

.sme form {
  float: none;
}

.sme .callout.white.long {
  height: 600px;
}

.sme .hero {
  display: table;
  height: 100%;
  margin: 0 auto;
}

.sme .hero .hero-copy {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: normal;
  font-family: "Roboto Thin";
  color: #fff;
  text-align: center;
}

.sme .hero .hero-copy h1 {
  font-size: 38px;
}

.sme .hero .hero-copy .subtitle {
  margin-top: 40px;
}

.sme .hero .hero-copy ul {
  margin-top: 50px;
  text-align: left;
}

.sme .hero .hero-copy ul li {
  list-style-type: circle;
}

.sme .custom-checkbox input[type="checkbox"]:checked+label {
  font-family: "Roboto Light";
}

/* Custom modal SME
------------------------------------------------------------------------*/

.custom-modal-sme .custom-checkbox {
  line-height: 1.2;
  font-size: 15px;
  text-align: left;
  margin: 0 0 15px;
}

.custom-modal-sme .custom-checkbox input[type="checkbox"]+label::before {
  top: 0;
  margin-top: 4px;
}

.custom-modal-sme .custom-checkbox input[type="checkbox"]:checked+label {
  font-family: "Roboto Light";
}

/* Contact form styles MG
------------------------------------------------------------------------*/

.contact .main-container {
  padding-bottom: 0;
}

.contact .service-intro.top-bg .left-col {
  background: url("../images/pages/sme/bg-gradient_mobile.png") no-repeat bottom;
  background-size: 100%;
}

/* Items distance
  --------------------------------------------------------------------------
  ========================================================================*/

.offer-item {
  padding: 10px 0;
}

.item-wrapper {
  padding-right: 10px;
}

/* Line between icons
--------------------------------------------------------------------------
========================================================================*/

.line-dotted {
  position: relative;
}

.line-dotted::before {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  height: 400%;
  width: 10px;
  margin-left: -7px;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\"><circle cx=\"3\" cy=\"3\" r=\"3\" fill=\"#e6eaeb\" /></svg>") top left;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJQTFRF////5urr7/Ly/v7+5+vs7vDxFAPnBwAAACpJREFUeNpiYKAQMDOxMDIxw7msjEDABOeCeIwsuLhoiplZUYwiEwAEGAAeWgBKAdhw2QAAAABJRU5ErkJggg==") top left;
  background-repeat: repeat-y;
}

.line-dotted-k::before {
  content: "";
  position: absolute;
  top: calc(100% + 0);
  left: 50%;
  height: 300%;
  width: 10px;
  margin-left: -7px;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\"><circle cx=\"3\" cy=\"3\" r=\"3\" fill=\"#e6eaeb\" /></svg>") top left;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJQTFRF////5urr7/Ly/v7+5+vs7vDxFAPnBwAAACpJREFUeNpiYKAQMDOxMDIxw7msjEDABOeCeIwsuLhoiplZUYwiEwAEGAAeWgBKAdhw2QAAAABJRU5ErkJggg==") top left;
  background-repeat: repeat-y;
}

/* FIX PRICING OFFER
--------------------------------------------------------------------------
========================================================================*/

/* Pricing table base
------------------------------------------------------------------------*/

.pricing-offer .pricing-lead,
.pricing-offer .pricing-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      flex-direction: column;
  border: 1px solid #f1f4f6;
  margin: 0 0 2px 0;
  padding: 16px;
  min-height: inherit !important;
  width: 100%;
}

/* DOCUMENTS PAGE
--------------------------------------------------------------------------
========================================================================*/

/* Documents filters
------------------------------------------------------------------------*/

.documents-filters .fliters-accordion>li:first-child .filter-group {
  border-top: none;
}

.documents-filters .filter-group {
  padding-left: 0 !important;
}

.documents-filters .filter-group .filter-header {
  padding-left: 10px;
}

.documents-filters .filter-options {
  padding-left: 0 !important;
}

.documents-filters .filter-options li a {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  color: #000;
  -webkit-transition: all .5s cubic-bezier(.5, .5, .05, .95);
          transition: all .5s cubic-bezier(.5, .5, .05, .95);
}

.documents-filters .filter-options li a:hover {
  background-color: #583787;
  color: #fff;
}

.documents-filters .filter-options li.selected>a {
  background-color: #583787;
  color: #fff;
}

.documents-filters .filter-options li.selected>a [class^="icon-chevron-"] {
  color: #fff;
}

.documents-filters .filter-options [data-accordion-item] [data-item-trigger] [class^="icon-chevron-"] {
  color: #583787;
  -webkit-transition: all .5s cubic-bezier(.5, .5, .05, .95);
          transition: all .5s cubic-bezier(.5, .5, .05, .95);
}

.documents-filters .filter-options [data-accordion-item] [data-item-trigger]:hover [class^="icon-chevron-"] {
  color: #fff;
}

.documents-filters .filter-options [data-accordion-item] [data-item-content] a {
  padding-left: 30px;
}

.documents-filters .filter-options [data-accordion-item].expanded [data-item-trigger] {
  font-weight: bold;
}

.documents-filters .filter-options [data-accordion-item].expanded [class^="icon-chevron-"] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-weight: normal;
}

/* Documents content
------------------------------------------------------------------------*/

.documents-header {
  margin: 10px 0 20px;
}

.documents-list {
  margin: 22px 0;
}

/* Error pages
--------------------------------------------------------------------------
========================================================================*/

.error-backgrounded {
  position: relative;
  padding-bottom: 44px;
  width: 100%;
  min-height: 100vh;
  background: url("../images/errors/404_mobile_bg.png") center 30px no-repeat;
}

.error-content {
  position: relative;
  min-height: calc(100vh - 280px);
}

.error-content .error-header {
  margin: 40px 0;
}

.error-header .giant {
  margin: 0;
  font-size: 100px;
  font-family: "Roboto Bold";
}

/* CUSTOM BANNERS
--------------------------------------------------------------------------
========================================================================*/

/* Asus Fifa - Banner
------------------------------------------------------------------------*/

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

@media screen and (min-width: 45.3125em) {
  .cart-progress.header-custom-show-for-small {
    display: none;
  }
}

@media screen and (min-width: 170rem) {
  .single-service .item-figure .image-wrapper {
    max-height: inherit;
  }
}

@media screen and (min-width: 35em) {
  .accordion .accordion-item>.accordion-title .accordion-trigger {
    top: -8px;
  }
}

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

  .column,
  .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .medium-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .medium-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .medium-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .medium-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .medium-up-1>.column,
  .medium-up-1>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .row.medium-unstack>.column,
  .row.medium-unstack>.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }

  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .button-group.stacked-for-small .button {
    width: auto;
  }

  .button-group.stacked-for-small .button:not(:last-child) {
    margin-right: 1px;
  }

  .hide-for-medium {
    display: none !important;
  }

  .pagination li {
    display: inline-block;
  }

  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotateX(-89.5deg);
              transform: rotateX(-89.5deg);
    }

    to {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
    }
  }

  @keyframes spin {
    from {
      -webkit-transform: rotateX(-89.5deg);
              transform: rotateX(-89.5deg);
    }

    to {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
    }
  }

  [class^="icon-"].xlarge,
  [class*=" icon-"].xlarge {
    font-size: 130px;
  }

  [class^="icon-"].xlarge.square,
  [class^="icon-"].xlarge.circle,
  [class*=" icon-"].xlarge.square,
  [class*=" icon-"].xlarge.circle {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }

  [class^="icon-"].xxlarge,
  [class*=" icon-"].xxlarge {
    font-size: 130px;
  }

  .row .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .column,
  .columns,
  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row.large-collapse>.column:first-child,
  .row.large-collapse>.columns:first-child,
  .row.large-collapse>.columns:first-child {
    padding-left: 10px !important;
    padding-right: 2px !important;
  }

  .row.large-collapse>.column:last-child,
  .row.large-collapse>.columns:last-child,
  .row.large-collapse>.columns:last-child {
    padding-left: 2px !important;
    padding-right: 10px !important;
  }

  .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    max-width: 100%;
  }

  .medium-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .medium-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .medium-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .medium-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .medium-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .medium-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .medium-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .show-for-medium-sr {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .lead {
    font-size: 20px;
  }

  h1,
  .h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 22px;
  }

  h6,
  .h6,
  .article-suggests-white h1,
  .article-suggests-white h2,
  .article-suggests-white h3,
  .article-suggests-white h4,
  .article-suggests-white h5,
  .article-suggests-white h6,
  .article-suggests-white .h1,
  .article-suggests-white .h2,
  .article-suggests-white .h3,
  .article-suggests-white .h4,
  .article-suggests-white .h5,
  .article-suggests-white .h6,
  .article-suggests-white figcaption,
  .article-suggests-white legend {
    font-size: 20px;
  }

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

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

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

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

  .medium-up-no-margin {
    margin: 0 !important;
  }

  .list-mutiple {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .list-mutiple>li {
    display: table-cell;
    vertical-align: top;
  }

  .label.space-bottom {
    margin-bottom: 44px;
  }

  .callout.bordered-right {
    border-bottom: none;
    border-right: 1px solid #d0d6d8;
  }

  .accordion.accordion-default .accordion-title label[for^="consent-"],
  .accordion.accordion-primary .accordion-title label[for^="consent-"] {
    font-size: 17px;
  }

  .static-tooltip.error.static-tooltip-error-large {
    width: 220px;
  }

  .section.separated-columns>.row>.column:not(:last-child),
  .section.separated-columns>.row>.columns:not(:last-child),
  .section.separated-columns>.row>.columns:not(:last-child) {
    border-right: 1px solid #d0d6d8;
  }

  .section .section-pseudoheader {
    font-size: 26px;
    line-height: 1.1;
    font-style: normal;
    font-family: "Roboto Thin";
  }

  .pricing-table {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-table .pricing-block,
  .pricing-offer .pricing-block {
    min-height: 86px;
  }

  .pricing-table .medium-padded,
  .pricing-offer .medium-padded {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .banner.landing-banner.landing-banner-extra-padded {
    padding: 100px 0;
  }

  .main-carousel .carousel-items .item::before {
    content: url(../images/components/main-carousel/single-proportion.png);
  }

  .main-carousel .carousel-items .item img:not(.item-image) {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .main-carousel .carousel-items .item:nth-child(2n) .item-inner {
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjZmRmZGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWZmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fff), color-stop(32%, #fdfdfd), color-stop(100%, #edeff0));
    background: -webkit-linear-gradient(45deg, #fff 0%, #fdfdfd 32%, #edeff0 100%);
    background:         linear-gradient(45deg, #fff 0%, #fdfdfd 32%, #edeff0 100%);
  }

  .main-carousel .carousel-items .item .caption .badge {
    margin-top: -35px;
  }

  .main-carousel .carousel-items .item .item-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .main-carousel .carousel-items .item .item-inner:hover,
  .main-carousel .carousel-items .item .item-inner:not(:hover):focus {
    top: -10px;
    background: #583787;
  }

  .main-carousel .carousel-items .item .item-inner:hover .caption,
  .main-carousel .carousel-items .item .item-inner:not(:hover):focus .caption {
    color: #fff;
  }

  .main-carousel .carousel-items .item .item-inner:hover .caption h3,
  .main-carousel .carousel-items .item .item-inner:hover .caption .price,
  .main-carousel .carousel-items .item .item-inner:hover .caption .promo-price,
  .main-carousel .carousel-items .item .item-inner:not(:hover):focus .caption h3,
  .main-carousel .carousel-items .item .item-inner:not(:hover):focus .caption .price,
  .main-carousel .carousel-items .item .item-inner:not(:hover):focus .caption .promo-price {
    color: #fff;
  }

  .main-carousel .carousel-items .item .item-inner:hover .caption .badge,
  .main-carousel .carousel-items .item .item-inner:not(:hover):focus .caption .badge {
    margin-top: 0;
  }

  .main-carousel .carousel-items .item .image-wrapper {
    height: auto;
    max-height: inherit;
    margin: 0;
  }

  .main-carousel .carousel-items .item .image-wrapper .item-image {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 90%;
    margin: 0 auto;
  }

  .main-carousel .carousel-pagination {
    display: none;
  }

  .main-carousel .carousel-nav {
    display: block;
  }

  .main-carousel .carousel-nav .next,
  .main-carousel .carousel-nav .prev {
    opacity: 0;
    -webkit-transition: all .2s ease-in;
            transition: all .2s ease-in;
  }

  .tariffs-helper .tariffs-list .single-tariff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    -webkit-transition: .2s;
            transition: .2s;
  }

  .tariffs-helper .tariffs-list .single-tariff:hover {
    background: #e6eaeb;
  }

  .tariffs-helper .tariffs-list .single-tariff:hover .tariff-items>.hover {
    background: #d0d6d8;
  }

  .tariffs-helper .tariffs-list .single-tariff .single-tariff-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
        flex: 1 1 0;
  }

  .tariffs-helper .tariffs-list .single-tariff .single-tariff-col:first-child {
    width: 50%;
  }

  .tariffs-helper .tariffs-list .single-tariff .tariff-header [class^="icon-"] {
    display: none;
  }

  .tariffs-helper .tariffs-list .single-tariff .tariff-items>li {
    text-align: center;
    -webkit-transition: .2s;
            transition: .2s;
  }

  .tariffs-helper .tariffs-list .single-tariff .tariff-items>li.hover {
    background: #e6eaeb;
  }

  .tariffs-helper .tariffs-list .single-tariff .tariff-items>li>.item-col.item-code {
    pointer-events: none;
  }

  .tariffs-helper .tariffs-list .single-tariff .tariff-items>li>.item-col.item-head {
    display: none;
  }

  .tariffs-helper .tariffs-list .single-tariff .tariff-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
  }

  .tariffs-helper .tariffs-list .single-tariff .tariff-items>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
        flex: 1 1 0;
  }

  .tariffs-helper .tariffs-list .single-tariff .tariff-items>li>.item-col {
    display: block;
  }

  .devices-list>.column,
  .devices-list>.columns,
  .devices-list>.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .single-device {
    margin-bottom: 20px;
  }

  .devices-filters,
  .services-filters,
  .documents-filters {
    margin-bottom: 20px;
  }

  .device-details .device-toolbar h2 {
    font-size: 32px;
  }

  .services-list>.column,
  .services-list>.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .single-service {
    margin-bottom: 20px;
  }

  .single-service .item-figure .image-layer .item-header {
    font-size: 20px;
  }

  .service-intro {
    padding: 40px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .service-intro::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(88, 55, 135, .5);
  }

  .service-intro.sme::after {
    position: static;
    content: "";
    background-color: transparent;
  }

  .service-intro.top-bg {
    background-position: top center;
  }

  .service-intro .intro-icon {
    background: transparent !important;
  }

  .service-intro.extra-padded {
    padding: 40px 0;
  }

  .service-intro.sme::after {
    position: static;
    content: "";
    background-color: transparent;
  }

  .single-offer {
    margin-bottom: 20px;
  }

  .arrows-graph.arrows-mobile .fixed-width {
    width: 460px;
  }

  .arrows-graph.arrows-mobile .gray.arrow::before {
    border-width: 100px 0 0 236px;
  }

  .arrows-graph.arrows-mobile .gray.arrow::after {
    border-width: 0 0 100px 236px;
  }

  .graphs-wrapper {
    padding: 30px 0;
  }

  .arrow-graphs .graph-item-wrapper.no-graph .description {
    width: 100%;
  }

  .offer-intro {
    padding: 40px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .data-promo.section.gray {
    padding: 30px 20px 20px 20px;
  }

  .modal-steps .step {
    padding: 40px 0;
  }

  .banner-mix {
    padding: 44px;
  }

  .map-wrapper {
    height: 700px;
  }

  .sidebar-wrapper .sidebar .list-wrapper .list-element-row.bottom-bordered {
    padding-bottom: 0;
  }

  .sidebar-wrapper .sidebar .list-wrapper .list-element-row.bottom-bordered .list-element-inner {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6eaeb;
  }

  [data-map-type="rejestracja"] {
    height: 765px;
  }

  .contact .service-intro.top-bg {
    background-image: url("../images/pages/sme/bg-gradient.png");
    background-position: 0 85%;
    margin: 0;
    padding: 0;
  }

  .contact .service-intro.top-bg .left-col {
    background: none;
    padding-top: 0;
    position: absolute;
    bottom: -5px;
  }

  .contact .service-intro.top-bg .left-col .h1 {
    margin-bottom: 0;
  }

  .item-wrapper {
    min-height: 160px;
    padding-right: 0;
  }

  .line-dotted::before {
    top: 50%;
    left: calc(50% + 45px);
    height: 10px;
    width: 190%;
    margin-top: -7px;
    margin-left: 0;
    background-repeat: repeat-x;
  }

  .line-dotted::before {
    left: calc(50% + 80px);
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media all and (min-width: 768px) {
  #delivery-map {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .large-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .large-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .large-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .large-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .large-up-1>.column,
  .large-up-1>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .row.large-unstack>.column,
  .row.large-unstack>.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }

  .large-collapse>.column,
  .large-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .button-group.stacked-for-medium .button {
    width: auto;
  }

  .button-group.stacked-for-medium .button:not(:last-child) {
    margin-right: 1px;
  }

  .hide-for-large {
    display: none !important;
  }

  [class^="icon-"].small,
  [class*=" icon-"].small {
    font-size: 40px;
  }

  [class^="icon-"].medium,
  [class*=" icon-"].medium {
    font-size: 60px;
  }

  [class^="icon-"].large,
  [class*=" icon-"].large {
    font-size: 80px;
  }

  [class^="icon-"].large.square,
  [class^="icon-"].large.circle,
  [class*=" icon-"].large.square,
  [class*=" icon-"].large.circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    max-width: 100%;
  }

  .large-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .large-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .large-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .large-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .large-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .large-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .large-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .large-not-clickable {
    color: #000;
    pointer-events: none;
    text-decoration: none;
  }

  .show-for-large-sr {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  label:focus:not(:active):not(:hover),
  a:not(.button):focus:not(:active):not(:hover),
  a:not(.flip-button):focus:not(:active):not(:hover),
  a:not(.flip-icon):focus:not(:active):not(:hover),
  a:not([tabindex="-1"]):focus:not(:active):not(:hover),
  [tabindex="0"]:focus:not(:active):not(:hover),
  button:focus:not(:active):not(:hover),
  input:focus:not(:active):not(:hover) {
    outline: 1px solid transparent;
  }

  h1,
  .h1 {
    margin-bottom: 25px;
    font-size: 38px;
  }

  h1.landing-header,
  .h1.landing-header {
    font-size: 48px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 26px;
  }

  h5,
  .h5 {
    font-size: 24px;
  }

  h6,
  .h6,
  .article-suggests-white h1,
  .article-suggests-white h2,
  .article-suggests-white h3,
  .article-suggests-white h4,
  .article-suggests-white h5,
  .article-suggests-white h6,
  .article-suggests-white .h1,
  .article-suggests-white .h2,
  .article-suggests-white .h3,
  .article-suggests-white .h4,
  .article-suggests-white .h5,
  .article-suggests-white .h6,
  .article-suggests-white figcaption,
  .article-suggests-white legend {
    font-size: 18px;
  }

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

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

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

  .main-container .main-header {
    margin-bottom: 40px;
  }

  .top-menu-wrapper .top-menu>li>a {
    font-size: 13px;
  }

  .main-menu {
    display: table;
    width: 100%;
    min-width: 140px;
  }

  .main-menu>li {
    display: table-cell;
    vertical-align: top;
    /* Menu with flip icon */
  }

  .main-menu>li.menu-search {
    width: 44px;
  }

  .main-menu>li.menu-search .flip-icon.active .icon-search::before {
    content: "";
  }

  .main-menu>li>.flip {
    position: relative;
    display: block;
    width: 100.3%;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    background: #583787;
    text-align: center;
    border: 0;
    z-index: 2;
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform-origin: 50% 0 0;
            transform-origin: 50% 0 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  .main-menu>li>.flip [class^="icon-chevron-"] {
    display: none;
  }

  .main-menu>li>.flip::before {
    content: attr(data-hover);
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    height: 44px;
    color: #583787;
    background: #fff;
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform-origin: 50% 0 0;
            transform-origin: 50% 0 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }

  .main-menu>li>.flip.active,
  .main-menu>li>.flip:hover,
  .main-menu>li>.flip:not(:hover):focus {
    -webkit-transform: rotateX(90deg) translateY(-22px);
            transform: rotateX(90deg) translateY(-22px);
  }

  .main-menu>li>.flip .icon-cart {
    min-width: 0;
  }

  .main-menu>li>.flip-icon {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    background: #6c4f96;
    color: #fff;
    text-align: center;
    z-index: 2;
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  .main-menu>li>.flip-icon>.front,
  .main-menu>li>.flip-icon>.back {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 26px;
    text-align: center;
    background: #583787;
  }

  .main-menu>li>.flip-icon>.front::before,
  .main-menu>li>.flip-icon>.back::before {
    display: block;
  }

  .main-menu>li>.flip-icon>.front {
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateZ(22px);
            transform: translateZ(22px);
  }

  .main-menu>li>.flip-icon>.back {
    color: #583787;
    background: #fff;
    -webkit-transform: rotateX(-90deg) translateZ(22px);
            transform: rotateX(-90deg) translateZ(22px);
  }

  .main-menu>li>.flip-icon.active,
  .main-menu>li>.flip-icon:hover,
  .main-menu>li>.flip-icon:not(:hover):focus {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }

  .sub-menu {
    position: absolute;
    top: -100%;
    right: 10px;
    left: 10px;
    display: table;
    border-bottom: 1px solid #d0d6d8;
    table-layout: fixed;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: .35s cubic-bezier(.5, .5, .05, .95);
            transition: .35s cubic-bezier(.5, .5, .05, .95);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .sub-menu.expanded {
    display: table;
    top: 44px;
    opacity: 1;
    visibility: visible;
  }

  .sub-menu>li {
    display: table-cell;
    vertical-align: middle;
    border: 0;
  }

  .sub-menu>li>a {
    line-height: 1.1;
    padding: 20px 15px;
    text-align: center;
    color: #583787;
    background: transparent;
  }

  .sub-menu>li>a::before,
  .sub-menu>li>a::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    height: 7px;
    width: 0;
    background: #583787;
    -webkit-transition: .2s cubic-bezier(.5, .5, .05, .95);
            transition: .2s cubic-bezier(.5, .5, .05, .95);
  }

  .sub-menu>li>a::before {
    left: 50%;
  }

  .sub-menu>li>a::after {
    right: 50%;
  }

  .sub-menu>li>a:hover::before,
  .sub-menu>li>a:hover::after,
  .sub-menu>li>a:not(:hover):focus::before,
  .sub-menu>li>a:not(:hover):focus::after {
    width: 100%;
  }

  .sub-menu>li>a:hover::before,
  .sub-menu>li>a:not(:hover):focus::before {
    left: 0;
  }

  .sub-menu>li>a:hover::after,
  .sub-menu>li>a:not(:hover):focus::after {
    right: 0;
  }

  .sub-menu>li>a [class^="icon-"] {
    display: block;
    margin-bottom: 15px;
    color: #6c4f96;
    font-size: 50px;
    text-align: center;
  }

  .footer .section {
    padding: 25px 0;
  }

  .footer .footer-nav ul>li>a:hover,
  .footer .footer-nav ul>li>a:not(:hover):focus {
    padding-left: 3px;
  }

  .footer .copyright .copyright-menu {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: right;
  }

  .footer .copyright .copyright-menu>li {
    display: inline-block;
    margin-left: 8px;
    padding: 0 0 0 8px;
    border: 0;
  }

  .footer .copyright .copyright-menu>li:not(:first-child) {
    border-left: 1px solid #6c4f96;
  }

  .footer .copyright .copyright-menu>li>a {
    padding: 0;
  }

  .item-flex .item-header h1,
  .item-flex .item-header h2,
  .item-flex .item-header h3,
  .item-flex .item-header h4,
  .item-flex .item-header h5,
  .item-flex .item-header h6,
  .item-flex .item-header .h1,
  .item-flex .item-header .h2,
  .item-flex .item-header .h3,
  .item-flex .item-header .h4,
  .item-flex .item-header .h5,
  .item-flex .item-header .h6,
  .item-flex .item-header .article-suggests-white h1,
  .article-suggests-white .item-flex .item-header h1,
  .item-flex .item-header .article-suggests-white h2,
  .article-suggests-white .item-flex .item-header h2,
  .item-flex .item-header .article-suggests-white h3,
  .article-suggests-white .item-flex .item-header h3,
  .item-flex .item-header .article-suggests-white h4,
  .article-suggests-white .item-flex .item-header h4,
  .item-flex .item-header .article-suggests-white h5,
  .article-suggests-white .item-flex .item-header h5,
  .item-flex .item-header .article-suggests-white h6,
  .article-suggests-white .item-flex .item-header h6,
  .item-flex .item-header .article-suggests-white .h1,
  .article-suggests-white .item-flex .item-header .h1,
  .item-flex .item-header .article-suggests-white .h2,
  .article-suggests-white .item-flex .item-header .h2,
  .item-flex .item-header .article-suggests-white .h3,
  .article-suggests-white .item-flex .item-header .h3,
  .item-flex .item-header .article-suggests-white .h4,
  .article-suggests-white .item-flex .item-header .h4,
  .item-flex .item-header .article-suggests-white .h5,
  .article-suggests-white .item-flex .item-header .h5,
  .item-flex .item-header .article-suggests-white figcaption,
  .article-suggests-white .item-flex .item-header figcaption,
  .item-flex .item-header .article-suggests-white legend,
  .article-suggests-white .item-flex .item-header legend,
  .item-flex .item-header figcaption,
  .item-flex .item-header legend {
    font-size: 24px;
  }

  .tab-content-wrapper.padded {
    padding-top: 44px;
  }

  .flip-button {
    position: relative;
    display: inline-block;
    margin: 0 0 1rem;
    z-index: 2;
    -webkit-perspective: 1000;
            perspective: 1000;
  }

  .flip-button .button {
    margin: 0;
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  .flip-button .button::before {
    content: attr(data-hover);
    position: absolute;
    display: block;
    top: 100%;
    left: -1px;
    right: -1px;
    height: 100%;
    background: #6c4f96;
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }

  .flip-button .button.large {
    padding: .875rem 2rem;
  }

  .flip-button .button.large::before {
    padding: .875rem 2rem;
  }

  .flip-button.hollow .button,
  .flip-button.hollow .button::before {
    color: #583787;
    border: 2px solid #583787;
    background: transparent !important;
  }

  .flip-button.hollow .button::before {
    left: -2px;
    right: -2px;
  }

  .flip-button:hover,
  .flip-button:not(:hover):focus {
    outline: none !important;
  }

  .flip-button:hover .button,
  .flip-button:not(:hover):focus .button {
    -webkit-transform: rotateX(90deg) translateY(-22px);
            transform: rotateX(90deg) translateY(-22px);
  }

  .flip-button:hover .button::before,
  .flip-button:not(:hover):focus .button::before {
    background: #583787;
  }

  .custom-radio-block input[type="radio"]:not(:disabled):not(:checked)+label:hover,
  .custom-radio-block input[type="radio"]:not(:disabled):not(:checked)+label:not(:hover):focus {
    border-color: #d0d6d8;
    background: #e6eaeb;
  }

  .list-steps.unlinked>li .list-item-header.long {
    padding-top: 0;
  }

  .list-steps.unlinked>li .list-item-header {
    margin-bottom: 44px;
    padding-left: 80px;
    padding-top: 10px;
    text-align: left;
  }

  .list-steps.unlinked>li .list-item-subheader {
    text-align: left;
  }

  .list-steps.unlinked>li::before {
    position: absolute;
    display: block;
    margin: 0;
  }

  .badge.giant {
    padding-top: 70px;
    font-size: 24px;
  }

  .badge.giant,
  .badge.giant::before {
    width: 180px;
    height: 225px;
  }

  .badge.giant::before {
    height: 180px;
  }

  .badge.giant.with-icon {
    padding-top: 28px;
  }

  .badge.giant.with-icon [class^="icon-"] {
    font-size: 56px;
    padding-bottom: 10px;
  }

  .badge.large {
    padding: 30px 6px 0;
    font-size: 15px;
  }

  .badge.large,
  .badge.large::before {
    width: 120px;
    height: 145px;
  }

  .badge.large::before {
    height: 120px;
  }

  .badge.large [class^="icon-"] {
    margin-bottom: 5px;
    font-size: 40px;
  }

  .callout {
    padding: 0 20px;
  }

  .callout.gray {
    padding: 20px;
  }

  .callout.white {
    padding: 20px;
  }

  .callout.separated-columns>.row>.column:not(:last-child),
  .callout.separated-columns>.row>.columns:not(:last-child),
  .callout.separated-columns>.row>.columns:not(:last-child) {
    border-right: 1px solid #d0d6d8;
  }

  .panel .panel-header {
    padding: 15px 25px;
  }

  .panel .panel-content {
    padding: 20px 25px;
  }

  .panel .panel-footer {
    padding: 20px 25px;
  }

  .modal-inner h2 {
    font-size: 26px;
  }

  .modal-inner h3 {
    font-size: 22px;
  }

  .custom-tooltip .tooltip-trigger:focus+.tooltip-content,
  .custom-tooltip .tooltip-trigger:hover+.tooltip-content {
    opacity: 1;
    visibility: visible;
  }

  .static-tooltip.error.static-tooltip-error-large {
    width: 390px;
  }

  .flex-control-nav {
    /* Hide pagination od desktop */
    display: none;
  }

  .section {
    padding: 40px 0;
  }

  .section .section-header {
    margin-bottom: 40px;
  }

  .section.custom-padding {
    padding: 60px 20px;
  }

  .section.gray {
    padding: 60px 20px;
  }

  .sub-section {
    padding: 20px 0;
  }

  .grid-table-items.with-padding {
    padding-top: 40px;
  }

  .grid-table-items .item-strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .grid-table-items .item-strip {
    padding: 10px 8px;
    border: 1px solid #e6eaeb;
    background: #fff;
  }

  .grid-table-items .item-strip.item-header {
    position: relative;
    color: #000;
    text-align: left;
    border-color: #e6eaeb;
    background: #e6eaeb;
  }

  .grid-table-items .item-strip.item-header.fill-strip::before {
    content: "";
    position: absolute;
    display: block;
    right: -1px;
    bottom: 100%;
    left: -1px;
    height: 11px;
    background: #e6eaeb;
  }

  .grid-table-items .item-strip.item-header .item-logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 20px;
    margin-bottom: 10px;
  }

  .grid-table-items .item-strip.violet {
    color: #fff;
    border-color: #583787;
    background: #583787;
  }

  .grid-table-items .item-strip.yellow {
    border-color: #ffed53;
    background: #ffed53;
  }

  .grid-table-items .item-strip.gray {
    background: #e6eaeb;
  }

  .grid-table-items .item-strip.promo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 3px #583787;
  }

  .grid-table-items .item-strip.promo[data-promo-text]::after {
    content: attr(data-promo-text);
    position: absolute;
    right: -3px;
    bottom: 100%;
    left: -3px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: #583787;
    border-radius: 20px 20px 0 0;
  }

  .grid-table-items .item-strip p:last-child {
    margin: 0;
  }

  .main-search {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 44px;
    bottom: 0;
    width: calc(100% - 44px);
    padding: 0;
    background: #583787;
  }

  .main-search.expand {
    display: block;
    overflow: visible;
    -webkit-animation: width-in .5s backwards;
            animation: width-in .5s backwards;
  }

  .main-search.expand-out {
    display: block;
    -webkit-animation: width-out .2s forwards;
            animation: width-out .2s forwards;
  }

  .main-search .input-with-buttons select,
  .main-search .input-with-buttons textarea,
  .main-search .input-with-buttons input[type="email"],
  .main-search .input-with-buttons input[type="number"],
  .main-search .input-with-buttons input[type="password"],
  .main-search .input-with-buttons input[type="search"],
  .main-search .input-with-buttons input[type="tel"],
  .main-search .input-with-buttons input[type="text"],
  .main-search .input-with-buttons input[type="url"],
  .main-search .input-with-buttons input[type="color"],
  .main-search .input-with-buttons input[type="date"],
  .main-search .input-with-buttons input[type="datetime"],
  .main-search .input-with-buttons input[type="datetime-local"],
  .main-search .input-with-buttons input[type="month"],
  .main-search .input-with-buttons input[type="time"],
  .main-search .input-with-buttons input[type="week"] {
    margin: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .main-search .input-with-buttons .button {
    right: inherit;
    left: 5px;
    line-height: 44px;
    color: #fff;
  }

  .main-search .results-dropdown {
    display: none;
  }

  .main-search .results-dropdown .results-generated {
    padding-bottom: 44px;
  }

  .main-search .results-dropdown .results-generated .more-results {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
  }

  .main-search .results-dropdown .results-list {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 230px;
  }

  .main-search select,
  .main-search textarea,
  .main-search input[type="email"],
  .main-search input[type="number"],
  .main-search input[type="password"],
  .main-search input[type="search"],
  .main-search input[type="tel"],
  .main-search input[type="text"],
  .main-search input[type="url"],
  .main-search input[type="color"],
  .main-search input[type="date"],
  .main-search input[type="datetime"],
  .main-search input[type="datetime-local"],
  .main-search input[type="month"],
  .main-search input[type="time"],
  .main-search input[type="week"] {
    margin: 0;
    border: 0;
    color: #fff;
    background: transparent;
  }

  .main-search select::-webkit-input-placeholder,
  .main-search textarea::-webkit-input-placeholder,
  .main-search input[type="email"]::-webkit-input-placeholder,
  .main-search input[type="number"]::-webkit-input-placeholder,
  .main-search input[type="password"]::-webkit-input-placeholder,
  .main-search input[type="search"]::-webkit-input-placeholder,
  .main-search input[type="tel"]::-webkit-input-placeholder,
  .main-search input[type="text"]::-webkit-input-placeholder,
  .main-search input[type="url"]::-webkit-input-placeholder,
  .main-search input[type="color"]::-webkit-input-placeholder,
  .main-search input[type="date"]::-webkit-input-placeholder,
  .main-search input[type="datetime"]::-webkit-input-placeholder,
  .main-search input[type="datetime-local"]::-webkit-input-placeholder,
  .main-search input[type="month"]::-webkit-input-placeholder,
  .main-search input[type="time"]::-webkit-input-placeholder,
  .main-search input[type="week"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
  }

  .main-search select::-moz-placeholder,
  .main-search textarea::-moz-placeholder,
  .main-search input[type="email"]::-moz-placeholder,
  .main-search input[type="number"]::-moz-placeholder,
  .main-search input[type="password"]::-moz-placeholder,
  .main-search input[type="search"]::-moz-placeholder,
  .main-search input[type="tel"]::-moz-placeholder,
  .main-search input[type="text"]::-moz-placeholder,
  .main-search input[type="url"]::-moz-placeholder,
  .main-search input[type="color"]::-moz-placeholder,
  .main-search input[type="date"]::-moz-placeholder,
  .main-search input[type="datetime"]::-moz-placeholder,
  .main-search input[type="datetime-local"]::-moz-placeholder,
  .main-search input[type="month"]::-moz-placeholder,
  .main-search input[type="time"]::-moz-placeholder,
  .main-search input[type="week"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }

  .main-search select:-ms-input-placeholder,
  .main-search textarea:-ms-input-placeholder,
  .main-search input[type="email"]:-ms-input-placeholder,
  .main-search input[type="number"]:-ms-input-placeholder,
  .main-search input[type="password"]:-ms-input-placeholder,
  .main-search input[type="search"]:-ms-input-placeholder,
  .main-search input[type="tel"]:-ms-input-placeholder,
  .main-search input[type="text"]:-ms-input-placeholder,
  .main-search input[type="url"]:-ms-input-placeholder,
  .main-search input[type="color"]:-ms-input-placeholder,
  .main-search input[type="date"]:-ms-input-placeholder,
  .main-search input[type="datetime"]:-ms-input-placeholder,
  .main-search input[type="datetime-local"]:-ms-input-placeholder,
  .main-search input[type="month"]:-ms-input-placeholder,
  .main-search input[type="time"]:-ms-input-placeholder,
  .main-search input[type="week"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }

  .main-search select:-moz-placeholder,
  .main-search textarea:-moz-placeholder,
  .main-search input[type="email"]:-moz-placeholder,
  .main-search input[type="number"]:-moz-placeholder,
  .main-search input[type="password"]:-moz-placeholder,
  .main-search input[type="search"]:-moz-placeholder,
  .main-search input[type="tel"]:-moz-placeholder,
  .main-search input[type="text"]:-moz-placeholder,
  .main-search input[type="url"]:-moz-placeholder,
  .main-search input[type="color"]:-moz-placeholder,
  .main-search input[type="date"]:-moz-placeholder,
  .main-search input[type="datetime"]:-moz-placeholder,
  .main-search input[type="datetime-local"]:-moz-placeholder,
  .main-search input[type="month"]:-moz-placeholder,
  .main-search input[type="time"]:-moz-placeholder,
  .main-search input[type="week"]:-moz-placeholder {
    color: #fff;
    opacity: 1;
  }

  .main-search select:placeholder,
  .main-search textarea:placeholder,
  .main-search input[type="email"]:placeholder,
  .main-search input[type="number"]:placeholder,
  .main-search input[type="password"]:placeholder,
  .main-search input[type="search"]:placeholder,
  .main-search input[type="tel"]:placeholder,
  .main-search input[type="text"]:placeholder,
  .main-search input[type="url"]:placeholder,
  .main-search input[type="color"]:placeholder,
  .main-search input[type="date"]:placeholder,
  .main-search input[type="datetime"]:placeholder,
  .main-search input[type="datetime-local"]:placeholder,
  .main-search input[type="month"]:placeholder,
  .main-search input[type="time"]:placeholder,
  .main-search input[type="week"]:placeholder {
    color: #fff;
    opacity: 1;
  }

  .main-search select:focus::-webkit-input-placeholder,
  .main-search textarea:focus::-webkit-input-placeholder,
  .main-search input[type="email"]:focus::-webkit-input-placeholder,
  .main-search input[type="number"]:focus::-webkit-input-placeholder,
  .main-search input[type="password"]:focus::-webkit-input-placeholder,
  .main-search input[type="search"]:focus::-webkit-input-placeholder,
  .main-search input[type="tel"]:focus::-webkit-input-placeholder,
  .main-search input[type="text"]:focus::-webkit-input-placeholder,
  .main-search input[type="url"]:focus::-webkit-input-placeholder,
  .main-search input[type="color"]:focus::-webkit-input-placeholder,
  .main-search input[type="date"]:focus::-webkit-input-placeholder,
  .main-search input[type="datetime"]:focus::-webkit-input-placeholder,
  .main-search input[type="datetime-local"]:focus::-webkit-input-placeholder,
  .main-search input[type="month"]:focus::-webkit-input-placeholder,
  .main-search input[type="time"]:focus::-webkit-input-placeholder,
  .main-search input[type="week"]:focus::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
  }

  .main-search select:focus::-moz-placeholder,
  .main-search textarea:focus::-moz-placeholder,
  .main-search input[type="email"]:focus::-moz-placeholder,
  .main-search input[type="number"]:focus::-moz-placeholder,
  .main-search input[type="password"]:focus::-moz-placeholder,
  .main-search input[type="search"]:focus::-moz-placeholder,
  .main-search input[type="tel"]:focus::-moz-placeholder,
  .main-search input[type="text"]:focus::-moz-placeholder,
  .main-search input[type="url"]:focus::-moz-placeholder,
  .main-search input[type="color"]:focus::-moz-placeholder,
  .main-search input[type="date"]:focus::-moz-placeholder,
  .main-search input[type="datetime"]:focus::-moz-placeholder,
  .main-search input[type="datetime-local"]:focus::-moz-placeholder,
  .main-search input[type="month"]:focus::-moz-placeholder,
  .main-search input[type="time"]:focus::-moz-placeholder,
  .main-search input[type="week"]:focus::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }

  .main-search select:focus:-ms-input-placeholder,
  .main-search textarea:focus:-ms-input-placeholder,
  .main-search input[type="email"]:focus:-ms-input-placeholder,
  .main-search input[type="number"]:focus:-ms-input-placeholder,
  .main-search input[type="password"]:focus:-ms-input-placeholder,
  .main-search input[type="search"]:focus:-ms-input-placeholder,
  .main-search input[type="tel"]:focus:-ms-input-placeholder,
  .main-search input[type="text"]:focus:-ms-input-placeholder,
  .main-search input[type="url"]:focus:-ms-input-placeholder,
  .main-search input[type="color"]:focus:-ms-input-placeholder,
  .main-search input[type="date"]:focus:-ms-input-placeholder,
  .main-search input[type="datetime"]:focus:-ms-input-placeholder,
  .main-search input[type="datetime-local"]:focus:-ms-input-placeholder,
  .main-search input[type="month"]:focus:-ms-input-placeholder,
  .main-search input[type="time"]:focus:-ms-input-placeholder,
  .main-search input[type="week"]:focus:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }

  .main-search select:focus:-moz-placeholder,
  .main-search textarea:focus:-moz-placeholder,
  .main-search input[type="email"]:focus:-moz-placeholder,
  .main-search input[type="number"]:focus:-moz-placeholder,
  .main-search input[type="password"]:focus:-moz-placeholder,
  .main-search input[type="search"]:focus:-moz-placeholder,
  .main-search input[type="tel"]:focus:-moz-placeholder,
  .main-search input[type="text"]:focus:-moz-placeholder,
  .main-search input[type="url"]:focus:-moz-placeholder,
  .main-search input[type="color"]:focus:-moz-placeholder,
  .main-search input[type="date"]:focus:-moz-placeholder,
  .main-search input[type="datetime"]:focus:-moz-placeholder,
  .main-search input[type="datetime-local"]:focus:-moz-placeholder,
  .main-search input[type="month"]:focus:-moz-placeholder,
  .main-search input[type="time"]:focus:-moz-placeholder,
  .main-search input[type="week"]:focus:-moz-placeholder {
    color: #fff;
    opacity: 1;
  }

  .main-search select:focus:placeholder,
  .main-search textarea:focus:placeholder,
  .main-search input[type="email"]:focus:placeholder,
  .main-search input[type="number"]:focus:placeholder,
  .main-search input[type="password"]:focus:placeholder,
  .main-search input[type="search"]:focus:placeholder,
  .main-search input[type="tel"]:focus:placeholder,
  .main-search input[type="text"]:focus:placeholder,
  .main-search input[type="url"]:focus:placeholder,
  .main-search input[type="color"]:focus:placeholder,
  .main-search input[type="date"]:focus:placeholder,
  .main-search input[type="datetime"]:focus:placeholder,
  .main-search input[type="datetime-local"]:focus:placeholder,
  .main-search input[type="month"]:focus:placeholder,
  .main-search input[type="time"]:focus:placeholder,
  .main-search input[type="week"]:focus:placeholder {
    color: #fff;
    opacity: 1;
  }

  .search-options .search-filters {
    display: table;
  }

  .search-options .search-filters li {
    display: table-cell;
  }

  .search-options .search-filters li::before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 6px;
    background: #583787;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.5, .5, .05, .95);
            transition: all .3s cubic-bezier(.5, .5, .05, .95);
  }

  .search-options .search-filters li:hover::before,
  .search-options .search-filters li:not(:hover):focus::before {
    bottom: 0;
    visibility: visible;
    opacity: 1;
  }

  .banner.landing-banner {
    padding: 70px 0;
  }

  .banner.landing-banner.landing-banner-extra-padded {
    padding: 200px 0;
  }

  .banner.main-banner {
    text-align: left;
  }

  .top-main-carousel {
    margin-bottom: 0;
  }

  .top-main-carousel .carousel-banner {
    min-height: 550px;
  }

  .boxes-view .single-box {
    border: 0;
    box-shadow: 0 0 0 1px #e6eaeb;
    -webkit-transition: all .5s;
            transition: all .5s;
  }

  .boxes-view .single-box.active,
  .boxes-view .single-box:hover,
  .boxes-view .single-box:not(:hover):focus {
    box-shadow: 0 0 0 4px #583787;
  }

  .boxes-view .single-box .box-list {
    margin: 0 -20px;
  }

  .boxes-view .single-box .box-list>li>a::before {
    display: none;
  }

  .single-device .item-inner:hover,
  .single-device .item-inner:not(:hover):focus {
    outline: 0 !important;
    box-shadow: 0 0 0 4px #d0d6d8;
  }

  .single-device .item-inner:hover .button.hollow,
  .single-device .item-inner:not(:hover):focus .button.hollow {
    color: #fff;
    border-color: #583787;
    background: #583787;
  }

  .single-device .device-header {
    min-height: 55px;
  }

  .single-device .device-header h1,
  .single-device .device-header h2,
  .single-device .device-header h3,
  .single-device .device-header h4,
  .single-device .device-header h5,
  .single-device .device-header h6,
  .single-device .device-header .h1,
  .single-device .device-header .h2,
  .single-device .device-header .h3,
  .single-device .device-header .h4,
  .single-device .device-header .h5,
  .single-device .device-header .h6,
  .single-device .device-header .article-suggests-white h1,
  .article-suggests-white .single-device .device-header h1,
  .single-device .device-header .article-suggests-white h2,
  .article-suggests-white .single-device .device-header h2,
  .single-device .device-header .article-suggests-white h3,
  .article-suggests-white .single-device .device-header h3,
  .single-device .device-header .article-suggests-white h4,
  .article-suggests-white .single-device .device-header h4,
  .single-device .device-header .article-suggests-white h5,
  .article-suggests-white .single-device .device-header h5,
  .single-device .device-header .article-suggests-white h6,
  .article-suggests-white .single-device .device-header h6,
  .single-device .device-header .article-suggests-white .h1,
  .article-suggests-white .single-device .device-header .h1,
  .single-device .device-header .article-suggests-white .h2,
  .article-suggests-white .single-device .device-header .h2,
  .single-device .device-header .article-suggests-white .h3,
  .article-suggests-white .single-device .device-header .h3,
  .single-device .device-header .article-suggests-white .h4,
  .article-suggests-white .single-device .device-header .h4,
  .single-device .device-header .article-suggests-white .h5,
  .article-suggests-white .single-device .device-header .h5,
  .single-device .device-header .article-suggests-white figcaption,
  .article-suggests-white .single-device .device-header figcaption,
  .single-device .device-header .article-suggests-white legend,
  .article-suggests-white .single-device .device-header legend,
  .single-device .device-header figcaption,
  .single-device .device-header legend {
    font-size: 24px;
  }

  .single-device:hover .image-wrapper .main-image {
    -webkit-transform: scale(.9) rotate(15deg);
            transform: scale(.9) rotate(15deg);
  }

  .single-device .device-options {
    min-height: 55px;
  }

  .devices-filters .filter-group .filter-header,
  .services-filters .filter-group .filter-header,
  .documents-filters .filter-group .filter-header {
    font-size: 24px;
  }

  .selected-filters>li:hover,
  .selected-filters>li:not(:hover):focus {
    border-color: #583787;
  }

  .selected-filters>li:hover::before,
  .selected-filters>li:not(:hover):focus::before {
    opacity: 1;
    visibility: visible;
  }

  .device-details .device-toolbar h2 {
    font-size: 38px;
  }

  .device-carousel {
    padding-left: 100px;
  }

  .device-carousel .image-wrapper .image-anchor .main-image {
    max-height: 570px;
  }

  .device-carousel .image-wrapper .image-anchor.has-video::before {
    margin: -40px 0 0 -40px;
    font-size: 80px;
  }

  .juniorbox-wrapper {
    padding: 220px 0 0;
    background: url("../images/devices/juniorbox/bg-juniorbox.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 190px 0 0;
  }

  .juniorbox-wrapper .purple-circle {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    padding: 20px;
  }

  .juniorbox-wrapper .purple-circle p {
    line-height: 1.2;
  }

  .juniorbox-wrapper .juniorbox-column {
    min-height: 400px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .juniorbox-wrapper .juniorbox-column:after {
    content: "+";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #583787;
    color: #fff;
    font-size: 2em;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
  }

  .juniorbox-wrapper .juniorbox-column.last:after {
    content: "";
    background: transparent;
    width: 0;
    height: 0;
  }

  .boxes-carousel .devices-list>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .boxes-carousel .devices-list.items-3>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .single-service .item-inner:hover,
  .single-service .item-inner:not(:hover):focus {
    outline: 0 !important;
    box-shadow: 0 0 0 4px #e6eaeb;
  }

  .single-service .item-inner:hover .image-wrapper .main-image,
  .single-service .item-inner:not(:hover):focus .image-wrapper .main-image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  .single-service .item-inner:hover .image-layer,
  .single-service .item-inner:not(:hover):focus .image-layer {
    background: rgba(112, 70, 171, .65);
  }

  .single-service .item-figure .image-wrapper {
    max-height: 210px;
  }

  .single-service .item-figure .image-layer .item-header {
    font-size: 25px;
  }

  .single-service .item-figure .image-layer .item-header .icon {
    margin: 0 auto 20px;
    height: 50px;
  }

  .double-content-line .item-price {
    min-height: 112px;
  }

  .service-intro .intro-icon .icon {
    height: 240px;
  }

  .service-intro.extra-padded {
    padding: 100px 0;
  }

  .single-offer .item-inner:hover,
  .single-offer .item-inner:not(:hover):focus {
    outline: 0 !important;
    box-shadow: 0 0 0 4px #e6eaeb;
  }

  .single-offer .item-inner:hover .image-wrapper .main-image,
  .single-offer .item-inner:not(:hover):focus .image-wrapper .main-image {
    -webkit-transform: scale(.9) rotate(-15deg);
            transform: scale(.9) rotate(-15deg);
  }

  .single-offer .item-inner:hover .button,
  .single-offer .item-inner:not(:hover):focus .button {
    background: #583787;
    border-color: #583787;
    color: #fff;
  }

  .single-offer .item-text-wrapper {
    height: 72px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .offer-details .instructions-steps {
    text-align: left;
  }

  .offer-details .instructions-steps>* {
    margin: 0;
  }

  .character-actors {
    position: relative;
    /* Solo */
    /* Rodzina */
    /* Duet */
  }

  .character-actors::before,
  .character-actors::after {
    content: "";
    position: absolute;
    display: none;
    top: 50px;
    background-position: no-repeat;
    z-index: -1;
  }

  .character-actors::before {
    right: calc(100% + 5px);
  }

  .character-actors::after {
    right: inherit;
    left: calc(100% + 5px);
  }

  .character-actors.solo::after {
    display: block;
    width: 307px;
    height: 781px;
    background-image: url("../images/offer/voice/kurdej_szatan.png");
  }

  .character-actors.rodzina::before {
    display: block;
    width: 204px;
    height: 813px;
    background-image: url("../images/offer/voice/dygant.png");
  }

  .character-actors.rodzina::after {
    display: block;
    width: 246px;
    height: 838px;
    background-image: url("../images/offer/voice/adamczyk.png");
  }

  .character-actors.duet::before {
    display: block;
    width: 239px;
    height: 754px;
    background-image: url("../images/offer/voice/kuba_duet.png");
  }

  .character-actors.duet::after {
    display: block;
    width: 253px;
    height: 767px;
    background-image: url("../images/offer/voice/renata_kuby_duet.png");
  }

  .contact .main-container {
    height: calc(100vh - 152px);
  }

  .contact .full-height {
    height: calc(100vh - 147px);
  }

  .error-backgrounded {
    background-image: url("../images/errors/404_bg.png");
  }

  .error-content {
    height: calc(100vh - 280px);
  }

  .error-header .giant {
    font-size: 160px;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .backgrounded-page {
    background-size: 100% auto;
  }

  .data-promo.section.gray {
    padding: 50px 20px 20px 20px;
  }

  .data-promo .image-wrapper .promo-image {
    position: absolute;
    top: -50%;
    left: 15%;
    max-width: 80%;
  }

  .banner-mix.phone .image-wrapper .main-image {
    position: absolute;
    bottom: -22px;
    left: 0;
  }

  .contact .service-intro.top-bg {
    height: calc(100vh - 152px);
  }

  .contact .service-intro.top-bg .h1,
  .contact .service-intro.top-bg .right-col {
    position: relative;
    top: -50px;
  }

  .contact .service-intro.top-bg .left-col .h1 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }

  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }

  .sub-menu {
    -webkit-animation: height 1s backwards;
            animation: height 1s backwards;
  }

  .sub-menu.expanded>li {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .sub-menu.expanded>li:nth-of-type(1) {
    -webkit-animation: slide-left .5s .06667s forwards;
            animation: slide-left .5s .06667s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(2) {
    -webkit-animation: slide-left .5s .13333s forwards;
            animation: slide-left .5s .13333s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(3) {
    -webkit-animation: slide-left .5s .2s forwards;
            animation: slide-left .5s .2s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(4) {
    -webkit-animation: slide-left .5s .26667s forwards;
            animation: slide-left .5s .26667s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(5) {
    -webkit-animation: slide-left .5s .33333s forwards;
            animation: slide-left .5s .33333s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(6) {
    -webkit-animation: slide-left .5s .4s forwards;
            animation: slide-left .5s .4s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(7) {
    -webkit-animation: slide-left .5s .46667s forwards;
            animation: slide-left .5s .46667s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(8) {
    -webkit-animation: slide-left .5s .53333s forwards;
            animation: slide-left .5s .53333s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(9) {
    -webkit-animation: slide-left .5s .6s forwards;
            animation: slide-left .5s .6s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(10) {
    -webkit-animation: slide-left .5s .66667s forwards;
            animation: slide-left .5s .66667s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(11) {
    -webkit-animation: slide-left .5s .73333s forwards;
            animation: slide-left .5s .73333s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(12) {
    -webkit-animation: slide-left .5s .8s forwards;
            animation: slide-left .5s .8s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(13) {
    -webkit-animation: slide-left .5s .86667s forwards;
            animation: slide-left .5s .86667s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(14) {
    -webkit-animation: slide-left .5s .93333s forwards;
            animation: slide-left .5s .93333s forwards;
  }

  .sub-menu.expanded>li:nth-of-type(15) {
    -webkit-animation: slide-left .5s 1s forwards;
            animation: slide-left .5s 1s forwards;
  }

  .main-menu>li>a {
    padding: 15px 20px;
    -webkit-transition: all .2s;
            transition: all .2s;
  }

  .main-menu>li>a:hover,
  .main-menu>li>a:not(:hover):focus {
    color: #583787;
    background: #fff;
  }

  .menu-dropdown {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    width: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s;
            transition: all .1s;
  }

  .menu-dropdown .dropdown-container {
    position: relative;
    width: 100%;
    z-index: 2000;
    height: calc(100vh - 74px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all .5s .2s;
            transition: all .5s .2s;
  }

  .menu-dropdown.expanded {
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .mobile-no-margin {
    margin: 0 !important;
  }

  select {
    padding: 0 30px 0 10px;
    -webkit-padding-end: 30px;
    -webkit-padding-start: 10px;
  }

  .custom-checkbox.large input[type="checkbox"]:hover:not(:disabled)+label::before {
    color: #fff;
  }

  .callout.separated-columns>.row>.column:not(:last-child),
  .callout.separated-columns>.row>.columns:not(:last-child),
  .callout.separated-columns>.row>.columns:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d6d8;
  }

  .items-carousel {
    padding: 0;
    margin: 0 -10px;
  }

  .items-carousel .swiper-container-horizontal {
    padding: 4px 20px;
  }

  .cookies-info {
    padding: 20px;
  }

  .cookies-info .button {
    margin: 20px 0 0;
  }

  .grid-table-header .column.active,
  .grid-table-header .active.columns,
  .grid-table-header .columns.active {
    -webkit-animation: slide-left .3s forwards;
            animation: slide-left .3s forwards;
  }

  .grid-table-items .items-row {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #e6eaeb;
    background: #fff;
  }

  .grid-table-items .items-row>.column:not(:first-child).active,
  .grid-table-items .items-row>.columns:not(:first-child).active,
  .grid-table-items .items-row>.columns:not(:first-child).active {
    -webkit-animation: slide-left .3s forwards;
            animation: slide-left .3s forwards;
  }

  .grid-table-items .items-parent-row {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #e6eaeb;
    background: #fff;
  }

  .grid-table-items .items-parent-row .items-row {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .grid-table-toolbar.sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 5px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 10px 20px 0 #000;
  }

  .grid-table-toolbar.sticky .button {
    margin: 0;
  }

  .main-search .input-with-buttons select,
  .main-search .input-with-buttons textarea,
  .main-search .input-with-buttons input[type="email"],
  .main-search .input-with-buttons input[type="number"],
  .main-search .input-with-buttons input[type="password"],
  .main-search .input-with-buttons input[type="search"],
  .main-search .input-with-buttons input[type="tel"],
  .main-search .input-with-buttons input[type="text"],
  .main-search .input-with-buttons input[type="url"],
  .main-search .input-with-buttons input[type="color"],
  .main-search .input-with-buttons input[type="date"],
  .main-search .input-with-buttons input[type="datetime"],
  .main-search .input-with-buttons input[type="datetime-local"],
  .main-search .input-with-buttons input[type="month"],
  .main-search .input-with-buttons input[type="time"],
  .main-search .input-with-buttons input[type="week"] {
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-search .input-with-buttons .button {
    right: inherit;
    left: 5px;
    line-height: 44px;
    color: #583787;
  }

  .main-search .input-with-buttons .close-search {
    display: none;
    left: inherit !important;
    right: 5px !important;
    color: #583787;
  }

  .main-search .results-dropdown {
    top: 54px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
            transition: .2s;
  }

  .main-search .results-dropdown.active {
    opacity: 1;
    visibility: visible;
  }

  .top-main-carousel .carousel-banner .image-wrapper img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  .cart-steps>li .step-inner {
    font-size: 14px;
  }
}

@media screen and (max-width: 45.375em) {
  .cart-progress.header-custom-show-for-small {
    display: block;
  }
}

@media screen and (max-width: 45.25em) {
  .cart-steps.header-custom-hide-for-small {
    display: none;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }

  .hide-for-small-only {
    display: none !important;
  }

  .show-for-medium {
    display: none !important;
  }

  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }

  .small-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    max-width: 100%;
  }

  .small-align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .small-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .show-for-small-sr {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  h4,
  .h4,
  h5,
  .h5 {
    font-family: "Roboto Light";
  }

  .small-inline-block {
    display: inline-block;
  }

  .small-no-margin {
    margin: 0 !important;
  }

  .small-no-margin-top {
    margin-top: 0 !important;
  }

  .custom-hide-for-small {
    display: none;
  }

  .small-only-text-center {
    text-align: center;
  }

  .small-block {
    display: block;
  }

  .top-padding {
    padding: 40px 0 0 !important;
  }

  .small-no-padding {
    padding: 0 !important;
  }

  .tabs-controls .tabs-title .tab-trigger {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section .tabs-controls .tabs-title .tab-trigger {
    padding-top: 0;
  }

  .small-base-margin {
    margin: 44px;
  }

  .small-base-margin-bottom {
    margin-bottom: 44px;
  }

  .small-base-margin-top {
    margin-top: 44px;
  }

  .small-no-margin {
    margin: 0 !important;
  }

  .button.fixed {
    width: 250px;
  }

  .button.small-expanded {
    display: block;
    width: 100%;
    text-align: center;
  }

  label.upper-margin {
    margin: 10px 0 0 0;
  }

  .form-submited [class^="icon-check-circle"] {
    margin-bottom: 15px;
    font-size: 60px;
  }

  .list-mutiple {
    display: block;
    width: 100%;
  }

  .list-mutiple>li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .list-mutiple>li::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #fff;
    border: 1px solid #91a3a7;
    border-radius: 50%;
  }

  .table-scroll {
    margin-bottom: 15px;
    border: 1px solid #d0d6d8;
  }

  .table-scroll>table,
  .table-scroll>.table {
    margin-bottom: 0;
  }

  .label {
    margin: 5px 0;
  }

  .callout-list>li {
    margin-bottom: 18px;
  }

  .accordion .accordion-item .accordion-content.slim-padding {
    padding: 5px;
  }

  .accordion .accordion-item .accordion-content .bg-block {
    padding: 15px;
  }

  .section.small-no-padding {
    padding: 0;
  }

  .section.separated-columns>.row>.column:not(:last-child),
  .section.separated-columns>.row>.columns:not(:last-child),
  .section.separated-columns>.row>.columns:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d6d8;
  }

  .small-bordered>.column:not(:last-child),
  .small-bordered>.columns:not(:last-child),
  .small-bordered>.columns:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d6d8;
  }

  .small-spaced>.column:not(:last-child),
  .small-spaced>.columns:not(:last-child),
  .small-spaced>.columns:not(:last-child) {
    margin-bottom: 40px;
  }

  .banner-with-image .small-12 img.block {
    margin-right: auto;
    margin-left: auto;
  }

  .search-options .form-input input[type="search"] {
    padding-left: 10px;
    padding-right: 40px;
  }

  .search-options .form-input.input-with-buttons .button {
    right: 0 !important;
  }

  .search-options .search-filters li a {
    padding: 10px 0;
  }

  .main-carousel .carousel-items .item .caption {
    min-height: 70px;
  }

  .tariffs-helper .tariffs-list .single-tariff .tariff-header {
    color: #583787;
    cursor: pointer;
  }

  .tariffs-helper .tariffs-list .single-tariff .tariff-items {
    padding: 10px;
    background: #e6eaeb;
  }

  .tariffs-helper .tariffs-list .single-tariff .tariff-items>li>.item-col.item-code {
    width: 35%;
    text-align: right;
  }

  .tariffs-helper .tariffs-list .single-tariff.expanded .tariff-header {
    color: #fff;
    background: #583787;
  }

  .tariffs-helper .tariffs-list .single-tariff.expanded .tariff-header [class^="icon-"] {
    color: #fff;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .single-device .item-inner.custom-banner {
    min-height: 400px;
  }

  .devices-filters,
  .services-filters,
  .documents-filters {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -80%;
    bottom: 0;
    width: 100%;
    max-width: 260px;
    padding: 20px;
    background: #fff;
    z-index: 20;
    -webkit-transition: all .5s cubic-bezier(.5, .5, .05, .95);
            transition: all .5s cubic-bezier(.5, .5, .05, .95);
  }

  .devices-filters.expanded,
  .expanded.services-filters,
  .expanded.documents-filters {
    right: 0;
  }

  .devices-filters .fliters-accordion>li .filter-group .custom-radio label,
  .services-filters .fliters-accordion>li .filter-group .custom-radio label,
  .documents-filters .fliters-accordion>li .filter-group .custom-radio label,
  .devices-filters .fliters-accordion>li .filter-group .custom-checkbox label,
  .services-filters .fliters-accordion>li .filter-group .custom-checkbox label,
  .documents-filters .fliters-accordion>li .filter-group .custom-checkbox label {
    font-size: 12px;
  }

  .service-intro {
    background-size: 0 0 !important;
  }

  .service-intro .intro-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .service-intro .intro-icon::before {
    position: relative;
    z-index: 1;
  }

  .service-intro .intro-icon::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(88, 55, 135, .5);
  }

  .service-intro.sme .intro-icon {
    background-position: top center;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
  }

  .service-intro.sme .intro-icon::after {
    position: static;
    background-color: transparent;
  }

  .service-intro.sme .intro-icon.left {
    background-position: top left;
  }

  .service-intro.one-bg {
    background-size: auto !important;
    background-position: center;
    background-repeat: no-repeat;
  }

  .single-offer .image-wrapper .main-image {
    max-width: 70%;
  }

  .offer-top .image-wrapper .main-image {
    max-width: 70%;
    margin-bottom: 30px;
  }

  .offer-intro {
    background: transparent !important;
  }

  .map-wrapper [data-map-type="salony"],
  .map-wrapper [data-map-type="rejestracja"] {
    display: none;
  }

  .map-wrapper [data-map-type="zasieg"] {
    height: 400px;
  }

  .sidebar-wrapper .sidebar .filter_only_iphones {
    margin-top: 10px;
  }

  .sidebar-wrapper .sidebar .list-wrapper {
    height: auto;
    overflow: visible;
  }

  .sidebar-wrapper .sidebar .list-wrapper .list-element-row {
    background: #fff !important;
    border-bottom: 1px solid #e6eaeb;
  }

  .map-wrapper .devices-filters,
  .map-wrapper .services-filters,
  .map-wrapper .documents-filters {
    position: fixed;
    top: 100px;
    max-width: 300px;
    right: -300px;
  }

  .map-wrapper .devices-filters.expanded,
  .map-wrapper .expanded.services-filters,
  .map-wrapper .expanded.documents-filters {
    right: 0px;
  }

  .map-wrapper .devices-filters.expanded .close-filter,
  .map-wrapper .expanded.services-filters .close-filter,
  .map-wrapper .expanded.documents-filters .close-filter {
    top: 22px;
  }

  .map-wrapper .devices-filters.expanded .callout,
  .map-wrapper .expanded.services-filters .callout,
  .map-wrapper .expanded.documents-filters .callout {
    padding: 0;
  }

  .map-wrapper .devices-filters.expanded .accordion,
  .map-wrapper .expanded.services-filters .accordion,
  .map-wrapper .expanded.documents-filters .accordion {
    margin-top: 20px;
  }

  .map-wrapper .devices-filters.expanded .accordion .accordion-item.expanded .accordion-title,
  .map-wrapper .expanded.services-filters .accordion .accordion-item.expanded .accordion-title,
  .map-wrapper .expanded.documents-filters .accordion .accordion-item.expanded .accordion-title {
    border-color: #d0d6d8;
    border-bottom: 0;
  }

  .map-wrapper .devices-filters.expanded .accordion .accordion-item.expanded .accordion-content,
  .map-wrapper .expanded.services-filters .accordion .accordion-item.expanded .accordion-content,
  .map-wrapper .expanded.documents-filters .accordion .accordion-item.expanded .accordion-content {
    border-bottom: 1px solid #d0d6d8;
  }

  .map-wrapper .devices-filters.expanded .accordion .accordion-item .accordion-title,
  .map-wrapper .expanded.services-filters .accordion .accordion-item .accordion-title,
  .map-wrapper .expanded.documents-filters .accordion .accordion-item .accordion-title {
    padding: 10px 0;
  }

  .map-wrapper .devices-filters.expanded .accordion .accordion-item .accordion-content,
  .map-wrapper .expanded.services-filters .accordion .accordion-item .accordion-content,
  .map-wrapper .expanded.documents-filters .accordion .accordion-item .accordion-content {
    padding: 10px 0;
  }

  .mobile-only-map {
    display: none;
  }

  .mobile-map-list .switch-to-list {
    display: none;
  }

  .mobile-map-list .switch-to-map {
    display: block;
  }

  .mobile-map-map .switch-to-list {
    display: block;
  }

  .mobile-map-map .switch-to-map {
    display: none;
  }

  .mobile-map-map .mobile-only-map {
    display: block;
    margin-bottom: 15px;
  }

  .mobile-map-map .show-more-salons {
    display: none;
  }

  .mobile-map-map .map-wrapper {
    height: 500px;
  }

  .mobile-map-map .map-wrapper #map {
    display: block;
    height: 500px;
  }

  .mobile-map-map .map-wrapper .sidebar-wrapper {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
  }

  .mobile-map-map .map-wrapper .sidebar-wrapper .sidebar {
    position: absolute;
  }

  .mobile-map-map .map-wrapper .sidebar-wrapper .sidebar .mobile-only-salons {
    display: none;
  }

  .mobile-map-map .map-wrapper .sidebar-wrapper .sidebar .list-wrapper {
    display: none;
  }

  .registration-filter {
    font-size: 20px;
  }

  .registration-filter .registration-filter-title {
    border-top: 1px solid #d0d6d8;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 0;
  }

  .registration-filter .registration-filter-options {
    padding-bottom: 10px;
  }

  .map-salons #map {
    display: none;
  }

  .map-salons .sidebar-wrapper .sidebar {
    position: static;
  }

  .map-coverage .map-wrapper {
    background: #fff;
  }

  .map-coverage #map {
    height: 400px;
    margin-top: 100px;
    position: static;
  }

  .map-coverage .sidebar-wrapper {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
  }

  .map-coverage .sidebar-wrapper .side-menu-title {
    font-size: 20px;
  }

  .map-coverage .sidebar-wrapper .sidebar {
    top: 0;
    position: static;
  }

  .sme {
    margin: 30px 0;
  }

  .sme .custom-checkbox label {
    margin-bottom: 0;
  }

  .sme .button-wrapper {
    margin-top: 20px;
  }

  .sme .callout.white.long {
    height: auto;
  }

  .sme .show-all-approvals {
    margin: 20px 0;
    display: block;
  }

  .sme .hero .hero-copy h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .sme .hero .hero-copy .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sme .hero .hero-copy ul {
    width: 100%;
    margin-top: 20px;
    padding-left: 36px;
  }

  .sme .hero .hero-copy ul li {
    float: left;
    width: 90%;
    font-size: 15px;
  }

  .contact .main-container {
    padding-bottom: 30px;
  }

  .pricing-offer .pricing-block .big {
    font-size: 100%;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }

  .medium-inline-block {
    display: inline-block;
  }

  .medium-no-margin {
    margin: 0 !important;
  }

  .button.medium-expanded {
    display: block;
    padding-left: .25em;
    padding-right: .25em;
    width: 100%;
    text-align: center;
  }

  .cart-steps>li {
    padding: 11px 13px;
  }

  .contact .service-intro.top-bg .right-col {
    padding: 45px 0;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .logo-row .column,
  .header .logo-row .columns,
  .header .logo-row .columns {
    -ms-flex-preferred-size: inherit;
  }
}
