/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
@charset "UTF-8";
/*!
Theme Name: Sporting Clube de Braga - Portal
Author: Skillmind S.A.
Author URI: http://skillmind.pt/
Description: Tema para portal do Sporting Clube de Braga
Version: 2.0
Tags:
Text Domain: scbraga
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

details, main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

@media print, screen and (min-width: 40em) {
  .reveal, .reveal.large, .reveal.small, .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

h1 {
  font-size: 2em;
  margin: .67em 0; }

figcaption, figure {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: 0 0;
  line-height: 1;
  cursor: auto; }

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

pre {
  overflow: auto; }

button, input, optgroup, select, textarea {
  font-family: inherit; }

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

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

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em, i {
  font-style: italic;
  line-height: inherit; }

b, strong {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility; }

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  line-height: 0;
  color: #cacaca; }

.h1, h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem; }

.h2, h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem; }

.h3, h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem; }

.h4, h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem; }

.h5, h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem; }

.h6, h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem; }

@media print, screen and (min-width: 40em) {
  .h1, h1 {
    font-size: 3rem; }
  .h2, h2 {
    font-size: 2.5rem; }
  .h3, h3 {
    font-size: 1.9375rem; }
  .h4, h4 {
    font-size: 1.5625rem; }
  .h5, h5 {
    font-size: 1.25rem; }
  .h6, h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
  cursor: pointer; }

a:focus, a:hover {
  color: #258faf; }

a img {
  border: 0; }

hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

dl, ol, ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: .3rem;
  font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: .8125rem;
  color: #8a8a8a; }

cite:before {
  content: "\2014   "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: .125rem .3125rem .0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: 400;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: .125rem .25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  color: #0a0a0a;
  border-radius: 3px; }

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat {
  margin-top: -1rem; }

ol.no-bullet, ul.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after, a[href^='#']:after, a[href^='javascript:']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  blockquote, pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

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

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  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=button], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px; }

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

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

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

[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: 400;
  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: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch; }

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

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

.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center; }

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

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

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
  height: auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem; }

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  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-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow .5s,border-color .25s ease-in-out; }

@media screen and (min-width: 0\0) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==); } }

select:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s,border-color .25s ease-in-out; }

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) {
  border-color: #c60f13;
  background-color: #f8e6e7; }

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus)::placeholder {
  color: #c60f13; }

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

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

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

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

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

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

.clearfix::after, .clearfix::before {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    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; } }

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

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

@media screen and (orientation: landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .hide-for-portrait, .show-for-landscape {
    display: none !important; } }

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

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important; } }

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

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

.button:focus, .button:hover {
  background-color: #258dad;
  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-right: 0;
  margin-left: 0; }

.button.primary {
  background-color: #2ba6cb;
  color: #0a0a0a; }

.button.primary:focus, .button.primary:hover {
  background-color: #2285a2;
  color: #0a0a0a; }

.button.secondary {
  background-color: #e9e9e9;
  color: #0a0a0a; }

.button.secondary:focus, .button.secondary:hover {
  background-color: #bababa;
  color: #0a0a0a; }

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

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

.button.success {
  background-color: #5da423;
  color: #0a0a0a; }

.button.success:focus, .button.success:hover {
  background-color: #4a831c;
  color: #0a0a0a; }

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

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

.button.body-font {
  background-color: #222;
  color: #fefefe; }

.button.body-font:focus, .button.body-font:hover {
  background-color: #1b1b1b;
  color: #fefefe; }

.button.header {
  background-color: #222;
  color: #fefefe; }

.button.header:focus, .button.header:hover {
  background-color: #1b1b1b;
  color: #fefefe; }

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

.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
  background-color: #2ba6cb;
  color: #fefefe; }

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

.button.disabled.primary, .button.disabled.primary:focus, .button.disabled.primary:hover, .button[disabled].primary, .button[disabled].primary:focus, .button[disabled].primary:hover {
  background-color: #2ba6cb;
  color: #0a0a0a; }

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

.button.disabled.secondary, .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary, .button[disabled].secondary:focus, .button[disabled].secondary:hover {
  background-color: #e9e9e9;
  color: #0a0a0a; }

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

.button.disabled.alert, .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert, .button[disabled].alert:focus, .button[disabled].alert:hover {
  background-color: #c60f13;
  color: #fefefe; }

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

.button.disabled.success, .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success, .button[disabled].success:focus, .button[disabled].success:hover {
  background-color: #5da423;
  color: #0a0a0a; }

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

.button.disabled.warning, .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning, .button[disabled].warning:focus, .button[disabled].warning:hover {
  background-color: #ffae00;
  color: #0a0a0a; }

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

.button.disabled.body-font, .button.disabled.body-font:focus, .button.disabled.body-font:hover, .button[disabled].body-font, .button[disabled].body-font:focus, .button[disabled].body-font:hover {
  background-color: #222;
  color: #fefefe; }

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

.button.disabled.header, .button.disabled.header:focus, .button.disabled.header:hover, .button[disabled].header, .button[disabled].header:focus, .button[disabled].header:hover {
  background-color: #222;
  color: #fefefe; }

.button.hollow {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

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

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

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

.button.hollow:focus.disabled, .button.hollow:focus[disabled], .button.hollow:hover.disabled, .button.hollow:hover[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.hollow.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

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

.button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled], .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

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

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

.button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled], .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled] {
  border: 1px solid #e9e9e9;
  color: #e9e9e9; }

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

.button.hollow.alert:focus, .button.hollow.alert:hover {
  border-color: #63080a;
  color: #63080a; }

.button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled], .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled] {
  border: 1px solid #c60f13;
  color: #c60f13; }

.button.hollow.success {
  border: 1px solid #5da423;
  color: #5da423; }

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

.button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled], .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled] {
  border: 1px solid #5da423;
  color: #5da423; }

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

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

.button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled], .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00; }

.button.hollow.body-font {
  border: 1px solid #222;
  color: #222; }

.button.hollow.body-font:focus, .button.hollow.body-font:hover {
  border-color: #111;
  color: #111; }

.button.hollow.body-font:focus.disabled, .button.hollow.body-font:focus[disabled], .button.hollow.body-font:hover.disabled, .button.hollow.body-font:hover[disabled] {
  border: 1px solid #222;
  color: #222; }

.button.hollow.header {
  border: 1px solid #222;
  color: #222; }

.button.hollow.header:focus, .button.hollow.header:hover {
  border-color: #111;
  color: #111; }

.button.hollow.header:focus.disabled, .button.hollow.header:focus[disabled], .button.hollow.header:hover.disabled, .button.hollow.header:hover[disabled] {
  border: 1px solid #222;
  color: #222; }

.button.clear {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

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

.button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
  background-color: transparent; }

.button.clear:focus, .button.clear:hover {
  border-color: #165366;
  color: #165366; }

.button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover.disabled, .button.clear:hover[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.clear, .button.clear.disabled, .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear[disabled] {
  border-color: transparent; }

.button.clear.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.clear.primary:focus, .button.clear.primary:hover {
  border-color: #165366;
  color: #165366; }

.button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary[disabled] {
  border-color: transparent; }

.button.clear.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9; }

.button.clear.secondary:focus, .button.clear.secondary:hover {
  border-color: #757575;
  color: #757575; }

.button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled] {
  border: 1px solid #e9e9e9;
  color: #e9e9e9; }

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary[disabled] {
  border-color: transparent; }

.button.clear.alert {
  border: 1px solid #c60f13;
  color: #c60f13; }

.button.clear.alert:focus, .button.clear.alert:hover {
  border-color: #63080a;
  color: #63080a; }

.button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled] {
  border: 1px solid #c60f13;
  color: #c60f13; }

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert[disabled] {
  border-color: transparent; }

.button.clear.success {
  border: 1px solid #5da423;
  color: #5da423; }

.button.clear.success:focus, .button.clear.success:hover {
  border-color: #2f5212;
  color: #2f5212; }

.button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover.disabled, .button.clear.success:hover[disabled] {
  border: 1px solid #5da423;
  color: #5da423; }

.button.clear.success, .button.clear.success.disabled, .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success[disabled] {
  border-color: transparent; }

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

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

.button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00; }

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning[disabled] {
  border-color: transparent; }

.button.clear.body-font {
  border: 1px solid #222;
  color: #222; }

.button.clear.body-font:focus, .button.clear.body-font:hover {
  border-color: #111;
  color: #111; }

.button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled], .button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled] {
  border: 1px solid #222;
  color: #222; }

.button.clear.body-font, .button.clear.body-font.disabled, .button.clear.body-font:focus, .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled], .button.clear.body-font:hover, .button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font[disabled] {
  border-color: transparent; }

.button.clear.header {
  border: 1px solid #222;
  color: #222; }

.button.clear.header:focus, .button.clear.header:hover {
  border-color: #111;
  color: #111; }

.button.clear.header:focus.disabled, .button.clear.header:focus[disabled], .button.clear.header:hover.disabled, .button.clear.header:hover[disabled] {
  border: 1px solid #222;
  color: #222; }

.button.clear.header, .button.clear.header.disabled, .button.clear.header:focus, .button.clear.header:focus.disabled, .button.clear.header:focus[disabled], .button.clear.header:hover, .button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header[disabled] {
  border-color: transparent; }

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

.button.dropdown.hollow::after {
  border-top-color: #2ba6cb; }

.button.dropdown.hollow.primary::after {
  border-top-color: #2ba6cb; }

.button.dropdown.hollow.secondary::after {
  border-top-color: #e9e9e9; }

.button.dropdown.hollow.alert::after {
  border-top-color: #c60f13; }

.button.dropdown.hollow.success::after {
  border-top-color: #5da423; }

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00; }

.button.dropdown.hollow.body-font::after {
  border-top-color: #222; }

.button.dropdown.hollow.header::after {
  border-top-color: #222; }

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

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

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }

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

.close-button:focus, .close-button:hover {
  color: #0a0a0a; }

.close-button.small {
  right: .66rem;
  top: .33em;
  font-size: 1.5em;
  line-height: 1; }

.close-button, .close-button.medium {
  right: 1rem;
  top: .5rem;
  font-size: 2em;
  line-height: 1; }

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch; }

.button-group::after, .button-group::before {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

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

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: .9rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.button-group .button:last-child {
  margin-right: 0; }

.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 .button {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.button-group.primary .button {
  background-color: #2ba6cb;
  color: #0a0a0a; }

.button-group.primary .button:focus, .button-group.primary .button:hover {
  background-color: #2285a2;
  color: #0a0a0a; }

.button-group.secondary .button {
  background-color: #e9e9e9;
  color: #0a0a0a; }

.button-group.secondary .button:focus, .button-group.secondary .button:hover {
  background-color: #bababa;
  color: #0a0a0a; }

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

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

.button-group.success .button {
  background-color: #5da423;
  color: #0a0a0a; }

.button-group.success .button:focus, .button-group.success .button:hover {
  background-color: #4a831c;
  color: #0a0a0a; }

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

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

.button-group.body-font .button {
  background-color: #222;
  color: #fefefe; }

.button-group.body-font .button:focus, .button-group.body-font .button:hover {
  background-color: #1b1b1b;
  color: #fefefe; }

.button-group.header .button {
  background-color: #222;
  color: #fefefe; }

.button-group.header .button:focus, .button-group.header .button:hover {
  background-color: #1b1b1b;
  color: #fefefe; }

.button-group.stacked, .button-group.stacked-for-medium, .button-group.stacked-for-small {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.button-group.stacked .button, .button-group.stacked-for-medium .button, .button-group.stacked-for-small .button {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.button-group.stacked .button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-small .button:last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0; } }

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0; } }

@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; } }

.slider {
  position: relative;
  height: .5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: .5rem;
  background-color: #cacaca;
  transition: all .2s ease-in-out; }

.slider-fill.is-dragging {
  transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #2ba6cb;
  transition: all .2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

[data-whatinput=mouse] .slider-handle {
  outline: 0; }

.slider-handle:hover {
  background-color: #258dad; }

.slider-handle.is-dragging {
  transition: all 0s linear; }

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

.slider.vertical {
  display: inline-block;
  width: .5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.slider.vertical .slider-fill {
  top: 0;
  width: .5rem;
  max-height: 100%; }

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: .875rem;
  font-weight: 700;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  transition: all .25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }

input + .switch-paddle {
  margin: 0; }

.switch-paddle::after {
  position: absolute;
  top: .25rem;
  left: .25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fefefe;
  transition: all .25s ease-out;
  content: ''; }

input:checked ~ .switch-paddle {
  background: #2ba6cb; }

input:checked ~ .switch-paddle::after {
  left: 2.25rem; }

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }

input:checked + label > .switch-active {
  display: block; }

.switch-inactive {
  right: 15%; }

input:checked + label > .switch-inactive {
  display: none; }

.switch.tiny {
  height: 1.5rem; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: .625rem; }

.switch.tiny .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small {
  height: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: .75rem; }

.switch.small .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large {
  height: 2.5rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[data-whatinput=mouse] .menu li {
  outline: 0; }

.menu .button, .menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: .7rem 1rem; }

.menu a, .menu button, .menu input, .menu select {
  margin-bottom: 0; }

.menu input {
  display: inline-block; }

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row; }

.menu.vertical {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column; }

.menu.expanded li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.menu.simple {
  -ms-flex-align: center;
  align-items: center; }

.menu.simple li + li {
  margin-left: 1rem; }

.menu.simple a {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.medium-expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.medium-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.large-expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.large-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.menu.nested {
  margin-right: 0;
  margin-left: 1rem; }

.menu.icons a {
  display: -ms-flexbox;
  display: flex; }

.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a {
  display: -ms-flexbox;
  display: flex; }

.menu.icon-left li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg {
  margin-right: .25rem; }

.menu.icon-right li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg {
  margin-left: .25rem; }

.menu.icon-top li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center; }

.menu.icon-bottom li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center; }

.menu .is-active > a {
  background: #2ba6cb;
  color: #fefefe; }

.menu .active > a {
  background: #2ba6cb;
  color: #fefefe; }

.menu.align-left {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu.align-right li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.menu.align-right li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu.align-right.vertical li {
  display: block;
  text-align: right; }

.menu.align-right.vertical li .submenu li {
  text-align: right; }

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0; }

.menu.align-center li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.menu.align-center li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu .menu-text {
  padding: .7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit; }

.menu-centered > .menu {
  -ms-flex-pack: center;
  justify-content: center; }

.menu-centered > .menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.menu-centered > .menu li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown li {
  display: block; }

.is-drilldown.animate-height {
  transition: height .5s; }

.drilldown a {
  padding: .7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform .15s linear; }

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.drilldown .is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.drilldown .is-drilldown-submenu a {
  padding: .7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }

.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem;
  border-left-width: 0; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: .7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: .7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto; }

.submenu-toggle[aria-expanded=true]::after {
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: .7rem 1rem; }

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0; }

.dropdown.menu .is-active > a {
  background: 0 0;
  color: #2ba6cb; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }

.is-dropdown-menu.vertical.align-right {
  float: right; }

.is-dropdown-submenu-parent {
  position: relative; }

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px; }

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto; }

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }

.dropdown .is-dropdown-submenu a {
  padding: .7rem 1rem; }

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb; }

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px; }

.is-dropdown-submenu > li {
  width: 100%; }

.is-dropdown-submenu.js-dropdown-active {
  display: block; }

.title-bar {
  padding: .5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center; }

.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: .25rem; }

.title-bar-left, .title-bar-right {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700; }

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.top-bar, .top-bar ul {
  background-color: #e6e6e6; }

.top-bar input {
  max-width: 200px;
  margin-right: 1rem; }

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0; }

.top-bar input.button {
  width: auto; }

.top-bar .top-bar-left, .top-bar .top-bar-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto; }
  .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto; } }

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.top-bar-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: .5rem 1rem .5rem 0; }

.top-bar-left, .top-bar-right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

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

.breadcrumbs::after, .breadcrumbs::before {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.breadcrumbs::after {
  clear: both; }

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

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

.breadcrumbs a {
  color: #2ba6cb; }

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

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

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

.pagination::after, .pagination::before {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.pagination::after {
  clear: both; }

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

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

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block; } }

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

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

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

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

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

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

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

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

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion[disabled] .accordion-title {
  cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: .75rem;
  line-height: 1;
  color: #2ba6cb; }

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px; }

.accordion-title:focus, .accordion-title:hover {
  background-color: #e6e6e6; }

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -.5rem;
  content: '+'; }

.is-active > .accordion-title::before {
  content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem; }

.dropdown-pane.is-opening {
  display: block; }

.dropdown-pane.is-open {
  visibility: visible;
  display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease,visibility .5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible; }

.js-off-canvas-overlay.is-closable {
  cursor: pointer; }

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute; }

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }

[data-whatinput=mouse] .off-canvas {
  outline: 0; }

.off-canvas.is-transition-push {
  z-index: 12; }

.off-canvas.is-closed {
  visibility: hidden; }

.off-canvas.is-transition-overlap {
  z-index: 13; }

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }

.off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0; }

.off-canvas-absolute.is-transition-push {
  z-index: 12; }

.off-canvas-absolute.is-closed {
  visibility: hidden; }

.off-canvas-absolute.is-transition-overlap {
  z-index: 13; }

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }

.off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }

.off-canvas-content .off-canvas.position-left {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-left.has-transition-push {
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.off-canvas-content .off-canvas.position-right {
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-right.has-transition-push {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }

.off-canvas-content .off-canvas.position-top {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-top.has-transition-push {
  -ms-transform: translateY(250px);
  transform: translateY(250px); }

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -ms-transform: translateY(250px);
  transform: translateY(250px); }

.off-canvas-content .off-canvas.position-bottom {
  -ms-transform: translateY(250px);
  transform: translateY(250px); }

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content.is-open-bottom.has-transition-push {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -ms-transform: none;
  transform: none;
  transition: transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.off-canvas-content.has-transition-push {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-content .off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
  .position-left.reveal-for-medium .close-button {
    display: none; }
  .off-canvas-content .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px; }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
  .position-right.reveal-for-medium .close-button {
    display: none; }
  .off-canvas-content .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px; }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px; }
  .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
  .position-top.reveal-for-medium .close-button {
    display: none; }
  .off-canvas-content .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px; }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
  .position-bottom.reveal-for-medium .close-button {
    display: none; }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px; }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
  .position-left.reveal-for-large .close-button {
    display: none; }
  .off-canvas-content .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px; }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
  .position-right.reveal-for-large .close-button {
    display: none; }
  .off-canvas-content .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px; }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px; }
  .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
  .position-top.reveal-for-large .close-button {
    display: none; }
  .off-canvas-content .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px; }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
  .position-bottom.reveal-for-large .close-button {
    display: none; }
  .off-canvas-content .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none; }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px; }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
  .off-canvas.in-canvas-for-medium.position-bottom, .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top {
    box-shadow: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
  .off-canvas.in-canvas-for-large.position-bottom, .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top {
    box-shadow: none;
    -ms-transform: none;
    transform: none; }
  .off-canvas.in-canvas-for-large .close-button {
    display: none; } }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }

.tabs::after, .tabs::before {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.tabs::after {
  clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }

.tabs.simple > li > a:hover {
  background: 0 0; }

.tabs.primary {
  background: #2ba6cb; }

.tabs.primary > li > a {
  color: #0a0a0a; }

.tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
  background: #299ec1; }

.tabs-title {
  float: left; }

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: .75rem;
  line-height: 1;
  color: #2ba6cb; }

.tabs-title > a:hover {
  background: #fefefe;
  color: #258faf; }

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #2ba6cb; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all .5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }

.tabs-panel.is-active {
  display: block; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  background-color: #fff;
  color: #0a0a0a; }

.callout > :first-child {
  margin-top: 0; }

.callout > :last-child {
  margin-bottom: 0; }

.callout.primary {
  background-color: #def2f8;
  color: #0a0a0a; }

.callout.secondary {
  background-color: #fcfcfc;
  color: #0a0a0a; }

.callout.alert {
  background-color: #fcd6d6;
  color: #0a0a0a; }

.callout.success {
  background-color: #e6f7d9;
  color: #0a0a0a; }

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a; }

.callout.body-font {
  background-color: #dedede;
  color: #0a0a0a; }

.callout.header {
  background-color: #dedede;
  color: #0a0a0a; }

.callout.small {
  padding-top: .5rem;
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem; }

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem; }

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }

.card > :last-child {
  margin-bottom: 0; }

.card-divider {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #e6e6e6; }

.card-divider > :last-child {
  margin-bottom: 0; }

.card-section {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem; }

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

.card-image {
  min-height: 1px; }

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

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

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .media-object.stack-for-small .media-object-section img {
    width: 100%; } }

.media-object-section {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.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.main-section {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open, html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }

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

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0; } }

.reveal .column, .reveal .columns {
  min-width: 0; }

.reveal > :last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 62.5rem; } }

.reveal.collapse {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 62.5rem; } }

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 62.5rem; } }

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 62.5rem; } }

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0; }

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; } }

.reveal.without-overlay {
  position: fixed; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }

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

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

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

table tfoot {
  background: #f1f1f1;
  color: #0a0a0a; }

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

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

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

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

table.unstriped tbody {
  background-color: #fefefe; }

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack td, table.stack th, table.stack tr {
    display: block; }
  table.stack td {
    border-top: 0; } }

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

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

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

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

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

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

.table-scroll table {
  width: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: .3em;
  border-radius: 50%;
  font-size: .6rem;
  text-align: center;
  background: #2ba6cb;
  color: #fefefe; }

.badge.primary {
  background: #2ba6cb;
  color: #0a0a0a; }

.badge.secondary {
  background: #e9e9e9;
  color: #0a0a0a; }

.badge.alert {
  background: #c60f13;
  color: #fefefe; }

.badge.success {
  background: #5da423;
  color: #0a0a0a; }

.badge.warning {
  background: #ffae00;
  color: #0a0a0a; }

.badge.body-font {
  background: #222;
  color: #fefefe; }

.badge.header {
  background: #222;
  color: #fefefe; }

.label {
  display: inline-block;
  padding: .33333rem .5rem;
  border-radius: 3px;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2ba6cb;
  color: #fefefe; }

.label.primary {
  background: #2ba6cb;
  color: #0a0a0a; }

.label.secondary {
  background: #e9e9e9;
  color: #0a0a0a; }

.label.alert {
  background: #c60f13;
  color: #fefefe; }

.label.success {
  background: #5da423;
  color: #0a0a0a; }

.label.warning {
  background: #ffae00;
  color: #0a0a0a; }

.label.body-font {
  background: #222;
  color: #fefefe; }

.label.header {
  background: #222;
  color: #fefefe; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #cacaca; }

.progress.primary .progress-meter {
  background-color: #2ba6cb; }

.progress.secondary .progress-meter {
  background-color: #e9e9e9; }

.progress.alert .progress-meter {
  background-color: #c60f13; }

.progress.success .progress-meter {
  background-color: #5da423; }

.progress.warning .progress-meter {
  background-color: #ffae00; }

.progress.body-font .progress-meter {
  background-color: #222; }

.progress.header .progress-meter {
  background-color: #222; }

.progress-meter {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  background-color: #2ba6cb;
  border-radius: 3px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 3px; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + .6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: .75rem;
  border-radius: 3px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }

.tooltip::before {
  position: absolute; }

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%; }

.tooltip.bottom.align-center::before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto; }

.tooltip.top.align-center::before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%; }

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto; }

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.tooltip.align-top::before {
  bottom: auto;
  top: 10%; }

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto; }

.tooltip.align-left::before {
  left: 10%;
  right: auto; }

.tooltip.align-right::before {
  left: auto;
  right: 10%; }

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

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

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

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0; }

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: .8rem;
  margin-bottom: .8rem;
  text-align: center; }

[data-whatinput=mouse] .orbit-bullets {
  outline: 0; }

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: .1rem;
  border-radius: 50%;
  background-color: #cacaca; }

.orbit-bullets button:hover {
  background-color: #8a8a8a; }

.orbit-bullets button.is-active {
  background-color: #8a8a8a; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow .2s ease-out; }

a.thumbnail:focus, a.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }

a.thumbnail image {
  box-shadow: none; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }

.sticky.is-stuck.is-at-top {
  top: 0; }

.sticky.is-stuck.is-at-bottom {
  bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }

.sticky.is-anchored.is-at-bottom {
  bottom: 0; }

.row {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto; }

.row::after, .row::before {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.row::after {
  clear: both; }

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

.row .row {
  margin-right: -.9375rem;
  margin-left: -.9375rem; }

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem; } }

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem; } }

.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }

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

.row.expanded .row {
  margin-right: auto;
  margin-left: auto; }

.row:not(.expanded) .row {
  max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: .9375rem;
  padding-left: .9375rem; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

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

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

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

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

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both; }

.small-pull-0, .small-push-0, .small-uncentered {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .medium-pull-0, .medium-push-0, .medium-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: .9375rem;
    padding-left: .9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .large-pull-0, .large-push-0, .large-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.875rem; }

.column-block > :last-child {
  margin-bottom: 0; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
  content: ''; }

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
  content: ''; }

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a; }

.slide-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform,opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform,opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform,opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform,opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform,opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform,opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform,opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform,opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 0.3s !important; }

.long-delay {
  transition-delay: 0.7s !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 100%, 30%, 70% {
    transform: rotate(0); } }

.shake, .spin-ccw, .spin-cw, .wiggle {
  animation-duration: .5s; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 0.3s !important; }

.long-delay {
  animation-delay: 0.7s !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
Placeholder
*/
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fadeInFromNoneAndBottom {
  0% {
    display: none;
    opacity: 0;
    margin-top: 20px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 20px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 0; } }

@-moz-keyframes fadeInFromNoneAndBottom {
  0% {
    display: none;
    opacity: 0;
    margin-top: 20px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 20px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 0; } }

@-o-keyframes fadeInFromNoneAndBottom {
  0% {
    display: none;
    opacity: 0;
    margin-top: 20px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 20px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 0; } }

@keyframes fadeInFromNoneAndBottom {
  0% {
    display: none;
    opacity: 0;
    margin-top: 20px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 20px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 0; } }

@-webkit-keyframes fadeOutFromBottom {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
    margin-top: -10px; } }

@-moz-keyframes fadeOutFromBottom {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
    margin-top: -10px; } }

@-o-keyframes fadeOutFromBottom {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
    margin-top: -10px; } }

@keyframes fadeOutFromBottom {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
    margin-top: -10px; } }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@-moz-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes fadeInFromNoneAndBottomGridSmall {
  0% {
    display: none;
    opacity: 0;
    margin-top: 30px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 30px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 10px; } }

@-moz-keyframes fadeInFromNoneAndBottomGridSmall {
  0% {
    display: none;
    opacity: 0;
    margin-top: 30px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 30px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 10px; } }

@-o-keyframes fadeInFromNoneAndBottomGridSmall {
  0% {
    display: none;
    opacity: 0;
    margin-top: 30px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 30px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 10px; } }

@keyframes fadeInFromNoneAndBottomGridSmall {
  0% {
    display: none;
    opacity: 0;
    margin-top: 30px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 30px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 10px; } }

@-webkit-keyframes fadeInFromNoneAndBottomGridLarge {
  0% {
    display: none;
    opacity: 0;
    margin-top: 34px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 34px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 14px; } }

@-moz-keyframes fadeInFromNoneAndBottomGridLarge {
  0% {
    display: none;
    opacity: 0;
    margin-top: 34px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 34px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 14px; } }

@-o-keyframes fadeInFromNoneAndBottomGridLarge {
  0% {
    display: none;
    opacity: 0;
    margin-top: 34px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 34px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 14px; } }

@keyframes fadeInFromNoneAndBottomGridLarge {
  0% {
    display: none;
    opacity: 0;
    margin-top: 34px; }
  1% {
    display: block;
    opacity: 0;
    margin-top: 34px; }
  100% {
    display: block;
    opacity: 1;
    margin-top: 14px; } }

@font-face {
  font-family: "LeagueGothic-Regular";
  src: url("public/fonts/LeagueGothic/woff/LeagueGothic-Regular.woff") format("woff"), url("public/fonts/LeagueGothic/ttf/LeagueGothic-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "FoundryGridnik-Regular";
  src: url("public/fonts/FoundryGridnik/woff/FoundryGridnik-Regular.woff") format("woff"), url("public/fonts/FoundryGridnik/ttf/FoundryGridnik-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "FoundryGridnik-Bold";
  src: url("public/fonts/FoundryGridnik/woff/FoundryGridnik-Bold.woff") format("woff"), url("public/fonts/FoundryGridnik/ttf/FoundryGridnik-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "FoundryGridnik-ExtraBold";
  src: url("public/fonts/FoundryGridnik/woff/FoundryGridnik-ExtraBold.woff") format("woff"), url("public/fonts/FoundryGridnik/ttf/FoundryGridnik-ExtraBold.ttf") format("truetype"); }

@font-face {
  font-family: "FoundryGridnik-Italic";
  src: url("public/fonts/FoundryGridnik/woff/FoundryGridnik-Italic.woff") format("woff"), url("public/fonts/FoundryGridnik/ttf/FoundryGridnik-Italic.ttf") format("truetype"); }

@font-face {
  font-family: "FoundryGridnik-Medium";
  src: url("public/fonts/FoundryGridnik/woff/FoundryGridnik-Medium.woff") format("woff"), url("public/fonts/FoundryGridnik/ttf/FoundryGridnik-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "AsapCondensed-Regular";
  src: url("public/fonts/AsapCondensed/woff/AsapCondensed-Regular.woff") format("woff"), url("public/fonts/AsapCondensed/ttf/AsapCondensed-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "AsapCondensed-Medium";
  src: url("public/fonts/AsapCondensed/woff/AsapCondensed-Medium.woff") format("woff"), url("public/fonts/AsapCondensed/ttf/AsapCondensed-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "AsapCondensed-Bold";
  src: url("public/fonts/AsapCondensed/woff/AsapCondensed-Bold.woff") format("woff"), url("public/fonts/AsapCondensed/ttf/AsapCondensed-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "AsapCondensed-SemiBold";
  src: url("public/fonts/AsapCondensed/woff/AsapCondensed-SemiBold.woff") format("woff"), url("public/fonts/AsapCondensed/ttf/AsapCondensed-SemiBold.ttf") format("truetype"); }

*:focus,
*:hover,
*:active {
  outline: 0 !important; }

input::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0 !important;
  border: 0 !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

input:-webkit-autofill {
  -webkit-text-fill-color: #1d1d1d !important; }

.column,
.columns {
  padding-right: .25rem;
  padding-left: .25rem; }

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

.as-column {
  padding-right: .25rem;
  padding-left: .25rem; }

html {
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none; }

body {
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  -webkit-font-smoothing: antialiased; }
  body.is-loading {
    width: 100vw;
    height: 100vh;
    overflow: hidden; }

#website-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #B22020;
  z-index: 9999; }
  #website-loader svg {
    width: 100px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    #website-loader svg path {
      fill: none;
      stroke: white;
      stroke-width: 14;
      stroke-linecap: butt;
      stroke-linejoin: miter;
      stroke-opacity: 1;
      stroke-dasharray: 5000;
      stroke-dashoffset: -10000;
      animation: dash 4s linear forwards infinite; }

main {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }

.display-table {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }

.display-table-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%; }

#main {
  position: relative;
  margin-top: 60px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0; }
  #main.app {
    margin-top: 0; }
    #main.app.bg-grey main {
      background-color: #f5f5f5; }
    #main.app #cookie-notice {
      display: none !important; }

.fallback-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("public/img/common/default_img.svg");
  background-size: 88px 66px;
  background-position: center center;
  background-repeat: no-repeat; }

.global-content {
  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 24px;
  word-break: break-word; }
  .global-content p {
    position: relative;
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 16px; }
  .global-content b,
  .global-content strong {
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px; }
  .global-content i,
  .global-content em {
    font-family: "FoundryGridnik-Italic", Arial, Helvetica;
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px; }
  .global-content img,
  .global-content twitter-widget,
  .global-content .wp-video {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 14px auto; }
  .global-content iframe {
    display: block;
    max-width: 100%;
    margin: 14px auto; }
  .global-content h1 {
    font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
    font-size: 24px;
    color: #d6001c;
    letter-spacing: 0;
    line-height: 30px; }
  .global-content h2 {
    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
    font-size: 24px;
    color: #d6001c;
    letter-spacing: 0;
    line-height: 30px; }
  .global-content h3 {
    font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 26px; }
  .global-content h4 {
    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 26px; }
  .global-content h5 {
    font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
    font-size: 18px;
    color: #75787b;
    letter-spacing: 0;
    line-height: 24px; }
  .global-content h6 {
    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
    font-size: 18px;
    color: #75787b;
    letter-spacing: 0;
    line-height: 24px; }
  .global-content pre {
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 14px;
    color: #bbbcbc;
    letter-spacing: 0;
    line-height: 20px; }
  .global-content a,
  .global-content a:focus,
  .global-content a:visited {
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 16px;
    color: #c00d1e;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: underline; }
  .global-content blockquote,
  .global-content blockquote p {
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 16px;
    color: #75787b;
    letter-spacing: 0;
    line-height: 24px; }
  .global-content > *:last-child {
    margin-bottom: 0 !important; }

.mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  color: transparent;
  opacity: 1; }
  .mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 20px;
    background-image: url("public/img/menu/layout1/close.svg");
    background-size: 16px 16px;
    background-position: right center;
    background-repeat: no-repeat; }
  .mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:active {
    top: 0; }

.mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
  font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
  font-size: 14px;
  color: white;
  letter-spacing: 0;
  line-height: 18px; }

.mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-counter {
  font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
  font-size: 10px;
  color: white;
  letter-spacing: 0;
  line-height: 14px; }

.mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-preloader {
  font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
  font-size: 14px;
  color: white;
  letter-spacing: 0;
  line-height: 18px; }

.mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow:before {
  content: unset; }

.mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow:after {
  content: "";
  border: none; }

.mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow:after {
  width: 36px;
  height: 36px;
  background-image: url("public/img/gallery/arrow-slide.svg");
  background-size: 12px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0; }

.mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
  border-right: 0px;
  margin-left: 20px;
  opacity: 1; }
  .mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:active {
    margin-top: -55px; }

.mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
  border-left: 0px;
  margin-right: 20px;
  opacity: 1; }
  .mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
    left: unset;
    right: 0; }
  .mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:active {
    margin-top: -55px; }

.tabs-menu {
  position: relative; }
  .tabs-menu .tabs-menu__wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: whitesmoke; }
    .tabs-menu .tabs-menu__wrapper .scroll-wrapper {
      position: relative;
      display: inline-block;
      z-index: 1;
      cursor: move;
      max-width: 100%;
      height: 100%;
      touch-action: none;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-touch-callout: none;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-text-size-adjust: none;
      -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
      -o-text-size-adjust: none;
      text-size-adjust: none; }
    .tabs-menu .tabs-menu__wrapper .tabs {
      border: none;
      background: none;
      height: 100%;
      position: relative;
      float: left;
      list-style: none;
      margin: 0;
      max-width: none;
      white-space: nowrap; }
      .tabs-menu .tabs-menu__wrapper .tabs li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        float: none; }
        .tabs-menu .tabs-menu__wrapper .tabs li a {
          position: relative;
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 16px;
          color: #bbbcbc;
          letter-spacing: 0;
          line-height: 20px;
          padding: 1.25rem 0;
          margin: 0 10px;
          height: 100%;
          text-transform: uppercase;
          background: none;
          -webkit-transition: color 250ms ease-in-out;
          -moz-transition: color 250ms ease-in-out;
          -ms-transition: color 250ms ease-in-out;
          -o-transition: color 250ms ease-in-out;
          transition: color 250ms ease-in-out; }
          .tabs-menu .tabs-menu__wrapper .tabs li a:after {
            content: "";
            position: absolute;
            height: 4px;
            background-color: #d6001c;
            top: calc(50% + 10px);
            left: 51%;
            right: 51%;
            -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
            -moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
            -ms-transition: left 250ms ease-in-out, right 250ms ease-in-out;
            -o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
            transition: left 250ms ease-in-out, right 250ms ease-in-out; }
        .tabs-menu .tabs-menu__wrapper .tabs li.tabs-title > a:focus {
          background: none; }
        .tabs-menu .tabs-menu__wrapper .tabs li.tabs-title > a[aria-selected=true] {
          color: black; }
          .tabs-menu .tabs-menu__wrapper .tabs li.tabs-title > a[aria-selected=true]:after {
            left: 0;
            right: 0; }
        .tabs-menu .tabs-menu__wrapper .tabs li:first-of-type a {
          margin-left: calc(100vw * 0.08333); }
        .tabs-menu .tabs-menu__wrapper .tabs li:last-of-type a {
          margin-right: calc(100vw * 0.08333); }

.tabs-content {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px; }
  .tabs-content .tabs-panel {
    font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0; }
    .tabs-content .tabs-panel.is-active {
      -webkit-animation: fadeInFromNoneAndBottom 400ms ease-in-out;
      -moz-animation: fadeInFromNoneAndBottom 400ms ease-in-out;
      -o-animation: fadeInFromNoneAndBottom 400ms ease-in-out;
      animation: fadeInFromNoneAndBottom 400ms ease-in-out; }
    .tabs-content .tabs-panel.regular {
      font-family: "FoundryGridnik-Regular", Arial, Helvetica; }
    .tabs-content .tabs-panel.nopadding {
      padding: 0 0; }
  .tabs-content.tabs-content {
    border: none;
    background: none;
    color: none; }

.nf-form-cont, .scb-form-cont {
  margin-top: 30px; }
  .nf-form-cont .nf-before-form-content .nf-form-fields-required span, .nf-form-cont .nf-before-form-content .scb-form-fields-required span, .nf-form-cont .scb-before-form-content .nf-form-fields-required span, .nf-form-cont .scb-before-form-content .scb-form-fields-required span, .scb-form-cont .nf-before-form-content .nf-form-fields-required span, .scb-form-cont .nf-before-form-content .scb-form-fields-required span, .scb-form-cont .scb-before-form-content .nf-form-fields-required span, .scb-form-cont .scb-before-form-content .scb-form-fields-required span {
    color: #e80000; }
  .nf-form-cont .nf-form-content .nf-field-container, .nf-form-cont .nf-form-content .scb-field-container, .nf-form-cont .scb-form-content .nf-field-container, .nf-form-cont .scb-form-content .scb-field-container, .scb-form-cont .nf-form-content .nf-field-container, .scb-form-cont .nf-form-content .scb-field-container, .scb-form-cont .scb-form-content .nf-field-container, .scb-form-cont .scb-form-content .scb-field-container {
    border: 1px solid #BBBCBC;
    padding: 6px 10px;
    margin-top: 10px; }
    .nf-form-cont .nf-form-content .nf-field-container .nf-field-label, .nf-form-cont .nf-form-content .nf-field-container .scb-field-label, .nf-form-cont .nf-form-content .scb-field-container .nf-field-label, .nf-form-cont .nf-form-content .scb-field-container .scb-field-label, .nf-form-cont .scb-form-content .nf-field-container .nf-field-label, .nf-form-cont .scb-form-content .nf-field-container .scb-field-label, .nf-form-cont .scb-form-content .scb-field-container .nf-field-label, .nf-form-cont .scb-form-content .scb-field-container .scb-field-label, .scb-form-cont .nf-form-content .nf-field-container .nf-field-label, .scb-form-cont .nf-form-content .nf-field-container .scb-field-label, .scb-form-cont .nf-form-content .scb-field-container .nf-field-label, .scb-form-cont .nf-form-content .scb-field-container .scb-field-label, .scb-form-cont .scb-form-content .nf-field-container .nf-field-label, .scb-form-cont .scb-form-content .nf-field-container .scb-field-label, .scb-form-cont .scb-form-content .scb-field-container .nf-field-label, .scb-form-cont .scb-form-content .scb-field-container .scb-field-label {
      margin-bottom: 4px; }
      .nf-form-cont .nf-form-content .nf-field-container .nf-field-label label, .nf-form-cont .nf-form-content .nf-field-container .scb-field-label label, .nf-form-cont .nf-form-content .scb-field-container .nf-field-label label, .nf-form-cont .nf-form-content .scb-field-container .scb-field-label label, .nf-form-cont .scb-form-content .nf-field-container .nf-field-label label, .nf-form-cont .scb-form-content .nf-field-container .scb-field-label label, .nf-form-cont .scb-form-content .scb-field-container .nf-field-label label, .nf-form-cont .scb-form-content .scb-field-container .scb-field-label label, .scb-form-cont .nf-form-content .nf-field-container .nf-field-label label, .scb-form-cont .nf-form-content .nf-field-container .scb-field-label label, .scb-form-cont .nf-form-content .scb-field-container .nf-field-label label, .scb-form-cont .nf-form-content .scb-field-container .scb-field-label label, .scb-form-cont .scb-form-content .nf-field-container .nf-field-label label, .scb-form-cont .scb-form-content .nf-field-container .scb-field-label label, .scb-form-cont .scb-form-content .scb-field-container .nf-field-label label, .scb-form-cont .scb-form-content .scb-field-container .scb-field-label label {
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 12px;
        color: black;
        letter-spacing: 0;
        line-height: 18px;
        text-transform: uppercase; }
        .nf-form-cont .nf-form-content .nf-field-container .nf-field-label label span, .nf-form-cont .nf-form-content .nf-field-container .scb-field-label label span, .nf-form-cont .nf-form-content .scb-field-container .nf-field-label label span, .nf-form-cont .nf-form-content .scb-field-container .scb-field-label label span, .nf-form-cont .scb-form-content .nf-field-container .nf-field-label label span, .nf-form-cont .scb-form-content .nf-field-container .scb-field-label label span, .nf-form-cont .scb-form-content .scb-field-container .nf-field-label label span, .nf-form-cont .scb-form-content .scb-field-container .scb-field-label label span, .scb-form-cont .nf-form-content .nf-field-container .nf-field-label label span, .scb-form-cont .nf-form-content .nf-field-container .scb-field-label label span, .scb-form-cont .nf-form-content .scb-field-container .nf-field-label label span, .scb-form-cont .nf-form-content .scb-field-container .scb-field-label label span, .scb-form-cont .scb-form-content .nf-field-container .nf-field-label label span, .scb-form-cont .scb-form-content .nf-field-container .scb-field-label label span, .scb-form-cont .scb-form-content .scb-field-container .nf-field-label label span, .scb-form-cont .scb-form-content .scb-field-container .scb-field-label label span {
          color: #e80000; }
    .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input, .nf-form-cont .nf-form-content .nf-field-container .scb-field-element input, .nf-form-cont .nf-form-content .scb-field-container .nf-field-element input, .nf-form-cont .nf-form-content .scb-field-container .scb-field-element input, .nf-form-cont .scb-form-content .nf-field-container .nf-field-element input, .nf-form-cont .scb-form-content .nf-field-container .scb-field-element input, .nf-form-cont .scb-form-content .scb-field-container .nf-field-element input, .nf-form-cont .scb-form-content .scb-field-container .scb-field-element input, .scb-form-cont .nf-form-content .nf-field-container .nf-field-element input, .scb-form-cont .nf-form-content .nf-field-container .scb-field-element input, .scb-form-cont .nf-form-content .scb-field-container .nf-field-element input, .scb-form-cont .nf-form-content .scb-field-container .scb-field-element input, .scb-form-cont .scb-form-content .nf-field-container .nf-field-element input, .scb-form-cont .scb-form-content .nf-field-container .scb-field-element input, .scb-form-cont .scb-form-content .scb-field-container .nf-field-element input, .scb-form-cont .scb-form-content .scb-field-container .scb-field-element input {
      border: none;
      border-radius: 0;
      padding: 0;
      font-family: "FoundryGridnik-Regular", Arial, Helvetica;
      font-size: 22px;
      color: #75787b;
      letter-spacing: 0;
      line-height: 24px;
      box-shadow: none;
      margin: 0;
      height: auto; }
      .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type=file], .nf-form-cont .nf-form-content .nf-field-container .scb-field-element input[type=file], .nf-form-cont .nf-form-content .scb-field-container .nf-field-element input[type=file], .nf-form-cont .nf-form-content .scb-field-container .scb-field-element input[type=file], .nf-form-cont .scb-form-content .nf-field-container .nf-field-element input[type=file], .nf-form-cont .scb-form-content .nf-field-container .scb-field-element input[type=file], .nf-form-cont .scb-form-content .scb-field-container .nf-field-element input[type=file], .nf-form-cont .scb-form-content .scb-field-container .scb-field-element input[type=file], .scb-form-cont .nf-form-content .nf-field-container .nf-field-element input[type=file], .scb-form-cont .nf-form-content .nf-field-container .scb-field-element input[type=file], .scb-form-cont .nf-form-content .scb-field-container .nf-field-element input[type=file], .scb-form-cont .nf-form-content .scb-field-container .scb-field-element input[type=file], .scb-form-cont .scb-form-content .nf-field-container .nf-field-element input[type=file], .scb-form-cont .scb-form-content .nf-field-container .scb-field-element input[type=file], .scb-form-cont .scb-form-content .scb-field-container .nf-field-element input[type=file], .scb-form-cont .scb-form-content .scb-field-container .scb-field-element input[type=file] {
        background: none;
        width: 100%;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1; }
        .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type=file] + label, .nf-form-cont .nf-form-content .nf-field-container .scb-field-element input[type=file] + label, .nf-form-cont .nf-form-content .scb-field-container .nf-field-element input[type=file] + label, .nf-form-cont .nf-form-content .scb-field-container .scb-field-element input[type=file] + label, .nf-form-cont .scb-form-content .nf-field-container .nf-field-element input[type=file] + label, .nf-form-cont .scb-form-content .nf-field-container .scb-field-element input[type=file] + label, .nf-form-cont .scb-form-content .scb-field-container .nf-field-element input[type=file] + label, .nf-form-cont .scb-form-content .scb-field-container .scb-field-element input[type=file] + label, .scb-form-cont .nf-form-content .nf-field-container .nf-field-element input[type=file] + label, .scb-form-cont .nf-form-content .nf-field-container .scb-field-element input[type=file] + label, .scb-form-cont .nf-form-content .scb-field-container .nf-field-element input[type=file] + label, .scb-form-cont .nf-form-content .scb-field-container .scb-field-element input[type=file] + label, .scb-form-cont .scb-form-content .nf-field-container .nf-field-element input[type=file] + label, .scb-form-cont .scb-form-content .nf-field-container .scb-field-element input[type=file] + label, .scb-form-cont .scb-form-content .scb-field-container .nf-field-element input[type=file] + label, .scb-form-cont .scb-form-content .scb-field-container .scb-field-element input[type=file] + label {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 8px 10px;
          cursor: pointer;
          width: auto;
          display: inline-block;
          border: 1px solid #75787b;
          margin-top: 8px; }
    .nf-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview, .nf-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview, .nf-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview, .nf-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview, .nf-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview, .nf-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview, .nf-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview, .nf-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview, .scb-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview, .scb-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview, .scb-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview, .scb-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview, .scb-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview, .scb-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview, .scb-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview, .scb-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview {
      position: relative;
      float: left;
      width: 100%; }
      .nf-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview .img, .nf-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview .img, .nf-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview .img, .nf-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview .img, .nf-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview .img, .nf-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview .img, .nf-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview .img, .nf-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview .img, .scb-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview .img, .scb-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview .img, .scb-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview .img, .scb-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview .img, .scb-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview .img, .scb-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview .img, .scb-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview .img, .scb-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview .img {
        position: relative;
        float: left;
        width: 200px;
        height: auto;
        max-height: 240px;
        overflow: hidden; }
        .nf-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview .img img, .nf-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview .img img, .nf-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview .img img, .nf-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview .img img, .nf-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview .img img, .nf-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview .img img, .nf-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview .img img, .nf-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview .img img, .scb-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview .img img, .scb-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview .img img, .scb-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview .img img, .scb-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview .img img, .scb-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview .img img, .scb-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview .img img, .scb-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview .img img, .scb-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview .img img {
          position: relative;
          width: 100%;
          height: auto;
          margin: 0; }
        .nf-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img, .nf-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img, .nf-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img, .nf-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img, .nf-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img, .nf-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img, .nf-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img, .nf-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img, .scb-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img, .scb-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img, .scb-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img, .scb-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img, .scb-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img, .scb-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img, .scb-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img, .scb-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img {
          position: absolute;
          top: 0px;
          right: 0px;
          width: auto;
          height: auto;
          color: white;
          background-color: black;
          padding: 0 6px;
          cursor: pointer; }
    .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label, .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-label, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-label, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-label, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-label, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-label, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-label, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-label, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-label {
      margin-bottom: 0;
      padding-left: 0; }
      .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label label, .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-label label, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label label, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-label label, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label label, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-label label, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label label, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-label label, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label label, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-label label, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label label, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-label label, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label label, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-label label, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label label, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-label label {
        position: relative;
        padding-left: 24px; }
        .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label label:before, .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-label label:before, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label label:before, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-label label:before, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label label:before, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-label label:before, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label label:before, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-label label:before, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label label:before, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-label label:before, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label label:before, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-label label:before, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label label:before, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-label label:before, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label label:before, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-label label:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 16px;
          height: 16px;
          border: 1px solid #000000;
          background: transparent;
          border-radius: 0;
          box-shadow: none;
          -webkit-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
          -moz-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
          -ms-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
          -o-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
          transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out; }
        .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label label.nf-checked-label:before, .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label label.scb-checked-label:before, .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-label label.nf-checked-label:before, .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-label label.scb-checked-label:before, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label label.nf-checked-label:before, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label label.scb-checked-label:before, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-label label.nf-checked-label:before, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-label label.scb-checked-label:before, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label label.nf-checked-label:before, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label label.scb-checked-label:before, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-label label.nf-checked-label:before, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-label label.scb-checked-label:before, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label label.nf-checked-label:before, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label label.scb-checked-label:before, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-label label.nf-checked-label:before, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-label label.scb-checked-label:before, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label label.nf-checked-label:before, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label label.scb-checked-label:before, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-label label.nf-checked-label:before, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-label label.scb-checked-label:before, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label label.nf-checked-label:before, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label label.scb-checked-label:before, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-label label.nf-checked-label:before, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-label label.scb-checked-label:before, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label label.nf-checked-label:before, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label label.scb-checked-label:before, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-label label.nf-checked-label:before, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-label label.scb-checked-label:before, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label label.nf-checked-label:before, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label label.scb-checked-label:before, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-label label.nf-checked-label:before, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-label label.scb-checked-label:before {
          border-color: #d6001c;
          background: #d6001c; }
    .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-element, .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-element, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-element, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-element, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-element, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-element, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-element, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-element, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-element, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .scb-field-element, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-element, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .scb-field-element, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-element, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .scb-field-element, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-element, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .scb-field-element {
      width: 0; }
    .nf-form-cont .nf-form-content .nf-field-container.recaptcha-container, .nf-form-cont .nf-form-content .scb-field-container.recaptcha-container, .nf-form-cont .scb-form-content .nf-field-container.recaptcha-container, .nf-form-cont .scb-form-content .scb-field-container.recaptcha-container, .scb-form-cont .nf-form-content .nf-field-container.recaptcha-container, .scb-form-cont .nf-form-content .scb-field-container.recaptcha-container, .scb-form-cont .scb-form-content .nf-field-container.recaptcha-container, .scb-form-cont .scb-form-content .scb-field-container.recaptcha-container {
      border: none;
      padding: 0; }
    .nf-form-cont .nf-form-content .nf-field-container.listcheckbox-container ul, .nf-form-cont .nf-form-content .nf-field-container.listradio-container ul, .nf-form-cont .nf-form-content .scb-field-container.listcheckbox-container ul, .nf-form-cont .nf-form-content .scb-field-container.listradio-container ul, .nf-form-cont .scb-form-content .nf-field-container.listcheckbox-container ul, .nf-form-cont .scb-form-content .nf-field-container.listradio-container ul, .nf-form-cont .scb-form-content .scb-field-container.listcheckbox-container ul, .nf-form-cont .scb-form-content .scb-field-container.listradio-container ul, .scb-form-cont .nf-form-content .nf-field-container.listcheckbox-container ul, .scb-form-cont .nf-form-content .nf-field-container.listradio-container ul, .scb-form-cont .nf-form-content .scb-field-container.listcheckbox-container ul, .scb-form-cont .nf-form-content .scb-field-container.listradio-container ul, .scb-form-cont .scb-form-content .nf-field-container.listcheckbox-container ul, .scb-form-cont .scb-form-content .nf-field-container.listradio-container ul, .scb-form-cont .scb-form-content .scb-field-container.listcheckbox-container ul, .scb-form-cont .scb-form-content .scb-field-container.listradio-container ul {
      list-style: none !important;
      margin: 0 !important;
      padding: 0 !important; }
    .nf-form-cont .nf-form-content .nf-field-container.listcheckbox-container li input, .nf-form-cont .nf-form-content .nf-field-container.listradio-container li input, .nf-form-cont .nf-form-content .scb-field-container.listcheckbox-container li input, .nf-form-cont .nf-form-content .scb-field-container.listradio-container li input, .nf-form-cont .scb-form-content .nf-field-container.listcheckbox-container li input, .nf-form-cont .scb-form-content .nf-field-container.listradio-container li input, .nf-form-cont .scb-form-content .scb-field-container.listcheckbox-container li input, .nf-form-cont .scb-form-content .scb-field-container.listradio-container li input, .scb-form-cont .nf-form-content .nf-field-container.listcheckbox-container li input, .scb-form-cont .nf-form-content .nf-field-container.listradio-container li input, .scb-form-cont .nf-form-content .scb-field-container.listcheckbox-container li input, .scb-form-cont .nf-form-content .scb-field-container.listradio-container li input, .scb-form-cont .scb-form-content .nf-field-container.listcheckbox-container li input, .scb-form-cont .scb-form-content .nf-field-container.listradio-container li input, .scb-form-cont .scb-form-content .scb-field-container.listcheckbox-container li input, .scb-form-cont .scb-form-content .scb-field-container.listradio-container li input {
      margin-top: 0; }
    .nf-form-cont .nf-form-content .nf-field-container.listcheckbox-container li label, .nf-form-cont .nf-form-content .nf-field-container.listradio-container li label, .nf-form-cont .nf-form-content .scb-field-container.listcheckbox-container li label, .nf-form-cont .nf-form-content .scb-field-container.listradio-container li label, .nf-form-cont .scb-form-content .nf-field-container.listcheckbox-container li label, .nf-form-cont .scb-form-content .nf-field-container.listradio-container li label, .nf-form-cont .scb-form-content .scb-field-container.listcheckbox-container li label, .nf-form-cont .scb-form-content .scb-field-container.listradio-container li label, .scb-form-cont .nf-form-content .nf-field-container.listcheckbox-container li label, .scb-form-cont .nf-form-content .nf-field-container.listradio-container li label, .scb-form-cont .nf-form-content .scb-field-container.listcheckbox-container li label, .scb-form-cont .nf-form-content .scb-field-container.listradio-container li label, .scb-form-cont .scb-form-content .nf-field-container.listcheckbox-container li label, .scb-form-cont .scb-form-content .nf-field-container.listradio-container li label, .scb-form-cont .scb-form-content .scb-field-container.listcheckbox-container li label, .scb-form-cont .scb-form-content .scb-field-container.listradio-container li label {
      font-family: "FoundryGridnik-Regular", Arial, Helvetica;
      font-size: 22px;
      color: #75787b;
      letter-spacing: 0;
      line-height: 24px;
      margin: 0; }
    .nf-form-cont .nf-form-content .nf-field-container.listmultiselect-container select[multiple]:focus option:checked, .nf-form-cont .nf-form-content .scb-field-container.listmultiselect-container select[multiple]:focus option:checked, .nf-form-cont .scb-form-content .nf-field-container.listmultiselect-container select[multiple]:focus option:checked, .nf-form-cont .scb-form-content .scb-field-container.listmultiselect-container select[multiple]:focus option:checked, .scb-form-cont .nf-form-content .nf-field-container.listmultiselect-container select[multiple]:focus option:checked, .scb-form-cont .nf-form-content .scb-field-container.listmultiselect-container select[multiple]:focus option:checked, .scb-form-cont .scb-form-content .nf-field-container.listmultiselect-container select[multiple]:focus option:checked, .scb-form-cont .scb-form-content .scb-field-container.listmultiselect-container select[multiple]:focus option:checked {
      background: #D9D9D6;
      color: white; }
    .nf-form-cont .nf-form-content .nf-field-container.submit-container, .nf-form-cont .nf-form-content .scb-field-container.submit-container, .nf-form-cont .scb-form-content .nf-field-container.submit-container, .nf-form-cont .scb-form-content .scb-field-container.submit-container, .scb-form-cont .nf-form-content .nf-field-container.submit-container, .scb-form-cont .nf-form-content .scb-field-container.submit-container, .scb-form-cont .scb-form-content .nf-field-container.submit-container, .scb-form-cont .scb-form-content .scb-field-container.submit-container {
      border: none;
      padding: 0;
      width: 100%;
      margin-top: 20px; }
      .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element, .nf-form-cont .nf-form-content .nf-field-container.submit-container .scb-field-element, .nf-form-cont .nf-form-content .scb-field-container.submit-container .nf-field-element, .nf-form-cont .nf-form-content .scb-field-container.submit-container .scb-field-element, .nf-form-cont .scb-form-content .nf-field-container.submit-container .nf-field-element, .nf-form-cont .scb-form-content .nf-field-container.submit-container .scb-field-element, .nf-form-cont .scb-form-content .scb-field-container.submit-container .nf-field-element, .nf-form-cont .scb-form-content .scb-field-container.submit-container .scb-field-element, .scb-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element, .scb-form-cont .nf-form-content .nf-field-container.submit-container .scb-field-element, .scb-form-cont .nf-form-content .scb-field-container.submit-container .nf-field-element, .scb-form-cont .nf-form-content .scb-field-container.submit-container .scb-field-element, .scb-form-cont .scb-form-content .nf-field-container.submit-container .nf-field-element, .scb-form-cont .scb-form-content .nf-field-container.submit-container .scb-field-element, .scb-form-cont .scb-form-content .scb-field-container.submit-container .nf-field-element, .scb-form-cont .scb-form-content .scb-field-container.submit-container .scb-field-element {
        height: 100%; }
        .nf-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input, .nf-form-cont .nf-form-content .nf-field-container.submit-container .scb-field-element input, .nf-form-cont .nf-form-content .scb-field-container.submit-container .nf-field-element input, .nf-form-cont .nf-form-content .scb-field-container.submit-container .scb-field-element input, .nf-form-cont .scb-form-content .nf-field-container.submit-container .nf-field-element input, .nf-form-cont .scb-form-content .nf-field-container.submit-container .scb-field-element input, .nf-form-cont .scb-form-content .scb-field-container.submit-container .nf-field-element input, .nf-form-cont .scb-form-content .scb-field-container.submit-container .scb-field-element input, .scb-form-cont .nf-form-content .nf-field-container.submit-container .nf-field-element input, .scb-form-cont .nf-form-content .nf-field-container.submit-container .scb-field-element input, .scb-form-cont .nf-form-content .scb-field-container.submit-container .nf-field-element input, .scb-form-cont .nf-form-content .scb-field-container.submit-container .scb-field-element input, .scb-form-cont .scb-form-content .nf-field-container.submit-container .nf-field-element input, .scb-form-cont .scb-form-content .nf-field-container.submit-container .scb-field-element input, .scb-form-cont .scb-form-content .scb-field-container.submit-container .nf-field-element input, .scb-form-cont .scb-form-content .scb-field-container.submit-container .scb-field-element input {
          position: relative;
          float: right;
          width: 33.3333%;
          height: 38px;
          text-align: center;
          background-color: #d6001c;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 16px;
          color: white;
          letter-spacing: 0;
          text-align: center;
          line-height: 22px;
          text-transform: uppercase;
          cursor: pointer; }
    .nf-form-cont .nf-form-content .nf-field-container [type=color],
    .nf-form-cont .nf-form-content .nf-field-container [type=date],
    .nf-form-cont .nf-form-content .nf-field-container [type=datetime-local],
    .nf-form-cont .nf-form-content .nf-field-container [type=datetime],
    .nf-form-cont .nf-form-content .nf-field-container [type=email],
    .nf-form-cont .nf-form-content .nf-field-container [type=month],
    .nf-form-cont .nf-form-content .nf-field-container [type=number],
    .nf-form-cont .nf-form-content .nf-field-container [type=password],
    .nf-form-cont .nf-form-content .nf-field-container [type=search],
    .nf-form-cont .nf-form-content .nf-field-container [type=tel],
    .nf-form-cont .nf-form-content .nf-field-container [type=text],
    .nf-form-cont .nf-form-content .nf-field-container [type=time],
    .nf-form-cont .nf-form-content .nf-field-container [type=url],
    .nf-form-cont .nf-form-content .nf-field-container [type=week],
    .nf-form-cont .nf-form-content .nf-field-container textarea,
    .nf-form-cont .nf-form-content .nf-field-container select, .nf-form-cont .nf-form-content .scb-field-container [type=color],
    .nf-form-cont .nf-form-content .scb-field-container [type=date],
    .nf-form-cont .nf-form-content .scb-field-container [type=datetime-local],
    .nf-form-cont .nf-form-content .scb-field-container [type=datetime],
    .nf-form-cont .nf-form-content .scb-field-container [type=email],
    .nf-form-cont .nf-form-content .scb-field-container [type=month],
    .nf-form-cont .nf-form-content .scb-field-container [type=number],
    .nf-form-cont .nf-form-content .scb-field-container [type=password],
    .nf-form-cont .nf-form-content .scb-field-container [type=search],
    .nf-form-cont .nf-form-content .scb-field-container [type=tel],
    .nf-form-cont .nf-form-content .scb-field-container [type=text],
    .nf-form-cont .nf-form-content .scb-field-container [type=time],
    .nf-form-cont .nf-form-content .scb-field-container [type=url],
    .nf-form-cont .nf-form-content .scb-field-container [type=week],
    .nf-form-cont .nf-form-content .scb-field-container textarea,
    .nf-form-cont .nf-form-content .scb-field-container select, .nf-form-cont .scb-form-content .nf-field-container [type=color],
    .nf-form-cont .scb-form-content .nf-field-container [type=date],
    .nf-form-cont .scb-form-content .nf-field-container [type=datetime-local],
    .nf-form-cont .scb-form-content .nf-field-container [type=datetime],
    .nf-form-cont .scb-form-content .nf-field-container [type=email],
    .nf-form-cont .scb-form-content .nf-field-container [type=month],
    .nf-form-cont .scb-form-content .nf-field-container [type=number],
    .nf-form-cont .scb-form-content .nf-field-container [type=password],
    .nf-form-cont .scb-form-content .nf-field-container [type=search],
    .nf-form-cont .scb-form-content .nf-field-container [type=tel],
    .nf-form-cont .scb-form-content .nf-field-container [type=text],
    .nf-form-cont .scb-form-content .nf-field-container [type=time],
    .nf-form-cont .scb-form-content .nf-field-container [type=url],
    .nf-form-cont .scb-form-content .nf-field-container [type=week],
    .nf-form-cont .scb-form-content .nf-field-container textarea,
    .nf-form-cont .scb-form-content .nf-field-container select, .nf-form-cont .scb-form-content .scb-field-container [type=color],
    .nf-form-cont .scb-form-content .scb-field-container [type=date],
    .nf-form-cont .scb-form-content .scb-field-container [type=datetime-local],
    .nf-form-cont .scb-form-content .scb-field-container [type=datetime],
    .nf-form-cont .scb-form-content .scb-field-container [type=email],
    .nf-form-cont .scb-form-content .scb-field-container [type=month],
    .nf-form-cont .scb-form-content .scb-field-container [type=number],
    .nf-form-cont .scb-form-content .scb-field-container [type=password],
    .nf-form-cont .scb-form-content .scb-field-container [type=search],
    .nf-form-cont .scb-form-content .scb-field-container [type=tel],
    .nf-form-cont .scb-form-content .scb-field-container [type=text],
    .nf-form-cont .scb-form-content .scb-field-container [type=time],
    .nf-form-cont .scb-form-content .scb-field-container [type=url],
    .nf-form-cont .scb-form-content .scb-field-container [type=week],
    .nf-form-cont .scb-form-content .scb-field-container textarea,
    .nf-form-cont .scb-form-content .scb-field-container select, .scb-form-cont .nf-form-content .nf-field-container [type=color],
    .scb-form-cont .nf-form-content .nf-field-container [type=date],
    .scb-form-cont .nf-form-content .nf-field-container [type=datetime-local],
    .scb-form-cont .nf-form-content .nf-field-container [type=datetime],
    .scb-form-cont .nf-form-content .nf-field-container [type=email],
    .scb-form-cont .nf-form-content .nf-field-container [type=month],
    .scb-form-cont .nf-form-content .nf-field-container [type=number],
    .scb-form-cont .nf-form-content .nf-field-container [type=password],
    .scb-form-cont .nf-form-content .nf-field-container [type=search],
    .scb-form-cont .nf-form-content .nf-field-container [type=tel],
    .scb-form-cont .nf-form-content .nf-field-container [type=text],
    .scb-form-cont .nf-form-content .nf-field-container [type=time],
    .scb-form-cont .nf-form-content .nf-field-container [type=url],
    .scb-form-cont .nf-form-content .nf-field-container [type=week],
    .scb-form-cont .nf-form-content .nf-field-container textarea,
    .scb-form-cont .nf-form-content .nf-field-container select, .scb-form-cont .nf-form-content .scb-field-container [type=color],
    .scb-form-cont .nf-form-content .scb-field-container [type=date],
    .scb-form-cont .nf-form-content .scb-field-container [type=datetime-local],
    .scb-form-cont .nf-form-content .scb-field-container [type=datetime],
    .scb-form-cont .nf-form-content .scb-field-container [type=email],
    .scb-form-cont .nf-form-content .scb-field-container [type=month],
    .scb-form-cont .nf-form-content .scb-field-container [type=number],
    .scb-form-cont .nf-form-content .scb-field-container [type=password],
    .scb-form-cont .nf-form-content .scb-field-container [type=search],
    .scb-form-cont .nf-form-content .scb-field-container [type=tel],
    .scb-form-cont .nf-form-content .scb-field-container [type=text],
    .scb-form-cont .nf-form-content .scb-field-container [type=time],
    .scb-form-cont .nf-form-content .scb-field-container [type=url],
    .scb-form-cont .nf-form-content .scb-field-container [type=week],
    .scb-form-cont .nf-form-content .scb-field-container textarea,
    .scb-form-cont .nf-form-content .scb-field-container select, .scb-form-cont .scb-form-content .nf-field-container [type=color],
    .scb-form-cont .scb-form-content .nf-field-container [type=date],
    .scb-form-cont .scb-form-content .nf-field-container [type=datetime-local],
    .scb-form-cont .scb-form-content .nf-field-container [type=datetime],
    .scb-form-cont .scb-form-content .nf-field-container [type=email],
    .scb-form-cont .scb-form-content .nf-field-container [type=month],
    .scb-form-cont .scb-form-content .nf-field-container [type=number],
    .scb-form-cont .scb-form-content .nf-field-container [type=password],
    .scb-form-cont .scb-form-content .nf-field-container [type=search],
    .scb-form-cont .scb-form-content .nf-field-container [type=tel],
    .scb-form-cont .scb-form-content .nf-field-container [type=text],
    .scb-form-cont .scb-form-content .nf-field-container [type=time],
    .scb-form-cont .scb-form-content .nf-field-container [type=url],
    .scb-form-cont .scb-form-content .nf-field-container [type=week],
    .scb-form-cont .scb-form-content .nf-field-container textarea,
    .scb-form-cont .scb-form-content .nf-field-container select, .scb-form-cont .scb-form-content .scb-field-container [type=color],
    .scb-form-cont .scb-form-content .scb-field-container [type=date],
    .scb-form-cont .scb-form-content .scb-field-container [type=datetime-local],
    .scb-form-cont .scb-form-content .scb-field-container [type=datetime],
    .scb-form-cont .scb-form-content .scb-field-container [type=email],
    .scb-form-cont .scb-form-content .scb-field-container [type=month],
    .scb-form-cont .scb-form-content .scb-field-container [type=number],
    .scb-form-cont .scb-form-content .scb-field-container [type=password],
    .scb-form-cont .scb-form-content .scb-field-container [type=search],
    .scb-form-cont .scb-form-content .scb-field-container [type=tel],
    .scb-form-cont .scb-form-content .scb-field-container [type=text],
    .scb-form-cont .scb-form-content .scb-field-container [type=time],
    .scb-form-cont .scb-form-content .scb-field-container [type=url],
    .scb-form-cont .scb-form-content .scb-field-container [type=week],
    .scb-form-cont .scb-form-content .scb-field-container textarea,
    .scb-form-cont .scb-form-content .scb-field-container select {
      border: none;
      border-radius: 0;
      box-shadow: none;
      padding: 0;
      font-family: "FoundryGridnik-Regular", Arial, Helvetica;
      font-size: 22px;
      color: #75787b;
      letter-spacing: 0;
      line-height: 24px;
      margin-bottom: 0; }
    .nf-form-cont .nf-form-content .nf-field-container textarea, .nf-form-cont .nf-form-content .scb-field-container textarea, .nf-form-cont .scb-form-content .nf-field-container textarea, .nf-form-cont .scb-form-content .scb-field-container textarea, .scb-form-cont .nf-form-content .nf-field-container textarea, .scb-form-cont .nf-form-content .scb-field-container textarea, .scb-form-cont .scb-form-content .nf-field-container textarea, .scb-form-cont .scb-form-content .scb-field-container textarea {
      resize: none; }
  .nf-form-cont .nf-form-content .nf-after-field .nf-error-msg, .nf-form-cont .nf-form-content .nf-after-field .scb-error-msg, .nf-form-cont .nf-form-content .scb-after-field .nf-error-msg, .nf-form-cont .nf-form-content .scb-after-field .scb-error-msg, .nf-form-cont .scb-form-content .nf-after-field .nf-error-msg, .nf-form-cont .scb-form-content .nf-after-field .scb-error-msg, .nf-form-cont .scb-form-content .scb-after-field .nf-error-msg, .nf-form-cont .scb-form-content .scb-after-field .scb-error-msg, .scb-form-cont .nf-form-content .nf-after-field .nf-error-msg, .scb-form-cont .nf-form-content .nf-after-field .scb-error-msg, .scb-form-cont .nf-form-content .scb-after-field .nf-error-msg, .scb-form-cont .nf-form-content .scb-after-field .scb-error-msg, .scb-form-cont .scb-form-content .nf-after-field .nf-error-msg, .scb-form-cont .scb-form-content .nf-after-field .scb-error-msg, .scb-form-cont .scb-form-content .scb-after-field .nf-error-msg, .scb-form-cont .scb-form-content .scb-after-field .scb-error-msg {
    color: #e80000; }
  .nf-form-cont .nf-after-form-content, .nf-form-cont .scb-after-form-content, .scb-form-cont .nf-after-form-content, .scb-form-cont .scb-after-form-content {
    margin-top: 20px; }

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 24px;
  margin: 0;
  cursor: pointer; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 1px solid #000000;
  background: transparent;
  border-radius: 50%;
  box-shadow: none;
  -webkit-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out; }

[type="radio"]:checked + label:before {
  border-color: #d6001c;
  background: #d6001c; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 24px;
  margin: 0;
  cursor: pointer; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 1px solid #000000;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out; }

[type="checkbox"]:checked + label:before {
  border-color: #d6001c;
  background: #d6001c; }

.password-protected p {
  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
  font-size: 14px;
  color: #75787b;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  margin-bottom: 12px;
  width: 100%; }

.password-protected label {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 14px;
  color: #75787b;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 6px; }

.password-protected input {
  background: white;
  border: 1px solid whitesmoke;
  box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 12px;
  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
  font-size: 16px;
  color: black;
  letter-spacing: 0;
  line-height: 22px; }

.password-protected input[type="submit"] {
  background: #d6001c;
  font-family: "FoundryGridnik-Medium", Arial, Helvetica;
  font-size: 16px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  height: 40px;
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out; }

.require-permission {
  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
  font-size: 14px;
  color: #75787b;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 30px; }

@media only screen and (min-width: 640px) {
  .tabs-content {
    margin-bottom: 40px; } }

@media only screen and (min-width: 1024px) {
  #main {
    margin-top: 0px; }
    #main.app {
      margin-top: 0; }
    #main main {
      width: calc(100% - 70px);
      float: right; }
  .password-protected input[type="submit"]:hover {
    background: #c00d1e; }
  .mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow {
    -webkit-transition: transform 350ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
    -moz-transition: transform 350ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
    -ms-transition: transform 350ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
    -o-transition: transform 350ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
    transition: transform 350ms cubic-bezier(0.03, 0.5, 0.03, 0.9); }
    .mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:hover {
      -webkit-transform: translateX(-2px);
      -moz-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
      -o-transform: translateX(-2px);
      transform: translateX(-2px); }
    .mfp-zoom-out-cur .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:hover {
      -webkit-transform: translateX(2px);
      -moz-transform: translateX(2px);
      -ms-transform: translateX(2px);
      -o-transform: translateX(2px);
      transform: translateX(2px); }
  .tabs-menu .tabs-menu__wrapper .tabs li.tabs-title > a:hover {
    background: none;
    color: black; }
    .tabs-menu .tabs-menu__wrapper .tabs li.tabs-title > a:hover:after {
      left: 0;
      right: 0; }
  .tabs-content {
    margin-bottom: 55px; }
  [type="checkbox"]:not(:checked):hover + label:before,
  [type="radio"]:not(:checked):hover + label:before {
    border-color: #75787b;
    background: #75787b; }
  .nf-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img, .nf-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img, .nf-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img, .nf-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img, .nf-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img, .nf-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img, .nf-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img, .nf-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img, .scb-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img, .scb-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img, .scb-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img, .scb-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img, .scb-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img, .scb-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img, .scb-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img, .scb-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img {
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out; }
    .nf-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img:hover, .nf-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img:hover, .nf-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img:hover, .nf-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img:hover, .nf-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img:hover, .nf-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img:hover, .nf-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img:hover, .nf-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img:hover, .scb-form-cont .nf-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img:hover, .scb-form-cont .nf-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img:hover, .scb-form-cont .nf-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img:hover, .scb-form-cont .nf-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img:hover, .scb-form-cont .scb-form-content .nf-field-container .nf-field-element .images-preview .img .remove-img:hover, .scb-form-cont .scb-form-content .nf-field-container .scb-field-element .images-preview .img .remove-img:hover, .scb-form-cont .scb-form-content .scb-field-container .nf-field-element .images-preview .img .remove-img:hover, .scb-form-cont .scb-form-content .scb-field-container .scb-field-element .images-preview .img .remove-img:hover {
      background-color: #d6001c; }
  .nf-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label label:not(.nf-checked-label):hover:before, .nf-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label label:not(.nf-checked-label):hover:before, .nf-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label label:not(.nf-checked-label):hover:before, .nf-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label label:not(.nf-checked-label):hover:before, .scb-form-cont .nf-form-content .nf-field-container.checkbox-container .nf-field-label label:not(.nf-checked-label):hover:before, .scb-form-cont .nf-form-content .scb-field-container.checkbox-container .nf-field-label label:not(.nf-checked-label):hover:before, .scb-form-cont .scb-form-content .nf-field-container.checkbox-container .nf-field-label label:not(.nf-checked-label):hover:before, .scb-form-cont .scb-form-content .scb-field-container.checkbox-container .nf-field-label label:not(.nf-checked-label):hover:before {
    border-color: #75787b;
    background: #75787b; }
  .nf-form-cont .nf-form-content .nf-field-container.submit-container, .nf-form-cont .nf-form-content .scb-field-container.submit-container, .nf-form-cont .scb-form-content .nf-field-container.submit-container, .nf-form-cont .scb-form-content .scb-field-container.submit-container, .scb-form-cont .nf-form-content .nf-field-container.submit-container, .scb-form-cont .nf-form-content .scb-field-container.submit-container, .scb-form-cont .scb-form-content .nf-field-container.submit-container, .scb-form-cont .scb-form-content .scb-field-container.submit-container {
    border: none;
    padding: 0;
    margin-top: 30px; }
  .nf-form-cont .nf-form-content .nf-field-container.recaptcha-container, .nf-form-cont .nf-form-content .scb-field-container.recaptcha-container, .nf-form-cont .scb-form-content .nf-field-container.recaptcha-container, .nf-form-cont .scb-form-content .scb-field-container.recaptcha-container, .scb-form-cont .nf-form-content .nf-field-container.recaptcha-container, .scb-form-cont .nf-form-content .scb-field-container.recaptcha-container, .scb-form-cont .scb-form-content .nf-field-container.recaptcha-container, .scb-form-cont .scb-form-content .scb-field-container.recaptcha-container {
    width: 50%;
    display: inline-block; } }

@media only screen and (min-width: 2240px) {
  #main {
    margin: unset; }
    #main main {
      width: 100%; } }

#cookie-notice .cookie-notice-container span {
  max-width: 80%;
  display: inline-block;
  vertical-align: middle;
  font-family: "FoundryGridnik-Medium", Arial, Helvetica;
  font-size: 15px;
  color: white;
  letter-spacing: 0;
  line-height: 16px;
  margin: 0; }

#cookie-notice .cookie-notice-container a {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url("public/img/menu/layout1/close.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  margin-left: 20px;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -ms-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out; }

#cookie-notice .cookie-notice-container #cn-close-notice {
  display: none; }

@media only screen and (min-width: 1024px) {
  #cookie-notice .cookie-notice-container a:hover {
    opacity: 0.7; } }

footer {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  background-color: black; }
  footer .social-networks {
    position: relative;
    float: left;
    width: 100%;
    height: 70px;
    text-align: center;
    background-color: #212322; }
    footer .social-networks a {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      margin: 0 16px; }
      footer .social-networks a .social-network {
        position: relative;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        width: auto;
        height: auto;
        overflow: hidden; }
        footer .social-networks a .social-network svg {
          height: 70px; }
        footer .social-networks a .social-network.social-network--facebook svg {
          width: 10px; }
        footer .social-networks a .social-network.social-network--twitter svg {
          width: 26px; }
        footer .social-networks a .social-network.social-network--youtube svg {
          width: 30px; }
        footer .social-networks a .social-network.social-network--instagram svg {
          width: 22px; }
        footer .social-networks a .social-network.social-network--linkedin svg {
          width: 18px; }
      footer .social-networks a:first-of-type {
        margin-left: 0; }
      footer .social-networks a:last-of-type {
        margin-right: 0; }
  footer .banner {
    position: relative;
    float: left;
    width: 100%;
    height: 70px;
    text-align: center;
    background-color: #c00d1e;
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    line-height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    footer .banner.banner--with-image {
      background-color: transparent; }
  footer > div:nth-child(2) {
    padding: 30px 0 20px 0; }
  footer > div:nth-child(3) > div:nth-child(1) .inline-elements-layout1 {
    margin-top: 20px;
    margin-bottom: 10px; }
  footer > div:nth-child(3) > div:nth-child(2) .button-layout1 {
    margin-top: 10px;
    margin-bottom: 34px; }
  footer > div:nth-child(4) .inline-elements-layout2 {
    margin-top: 22px;
    margin-bottom: 10px; }
  footer > div:nth-child(5) .copyrights {
    position: relative;
    width: 100%;
    text-align: left;
    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
    font-size: 14px;
    color: #75787b;
    letter-spacing: 0;
    line-height: 20px;
    margin: 10px 0 22px 0; }

@media only screen and (min-width: 640px) {
  footer {
    margin-top: 40px; }
    footer > div:nth-child(2) {
      padding: 30px 0 25px 0; }
    footer > div:nth-child(4) .inline-elements-layout2 {
      margin-top: 12px;
      margin-bottom: 18px; }
    footer > div:nth-child(5) .copyrights {
      text-align: center;
      margin: 18px 0 12px 0; } }

@media only screen and (min-width: 1024px) {
  footer {
    margin-top: 55px; }
    footer .social-networks a {
      margin: 0 20px; }
      footer .social-networks a .social-network svg path {
        -webkit-transition: fill 350ms ease-in-out;
        -moz-transition: fill 350ms ease-in-out;
        -ms-transition: fill 350ms ease-in-out;
        -o-transition: fill 350ms ease-in-out;
        transition: fill 350ms ease-in-out; }
      footer .social-networks a:hover .social-network svg path {
        fill: #75787b; }
    footer .banner {
      text-indent: -30px;
      -webkit-transition: background-color 350ms ease-in-out;
      -moz-transition: background-color 350ms ease-in-out;
      -ms-transition: background-color 350ms ease-in-out;
      -o-transition: background-color 350ms ease-in-out;
      transition: background-color 350ms ease-in-out; }
      footer .banner:hover {
        background-color: #d6001c; }
    footer > div:nth-child(2) {
      padding: 40px 0 25px 0; }
    footer > div:nth-child(3) .button-layout1 .button-layout1__wrapper button:before {
      background-color: #d6001c; }
    footer > div:nth-child(4) .inline-elements-layout2 {
      margin-bottom: 7px; }
    footer > div:nth-child(5) .copyrights {
      margin: 7px 0 30px 0; } }

@media only screen and (min-width: 1440px) {
  footer > div:nth-child(2) > div,
  footer > div:nth-child(3) > div {
    width: 66.66667%; }
  footer > div:nth-child(3) > div:nth-child(2) {
    width: 186px; }
  footer > div:nth-child(5) .copyrights {
    margin: 7px 0 20px 0; } }

.quick-access-bar-layout1 {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  max-height: 30px;
  z-index: 1002;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .quick-access-bar-layout1.quick-access-bar-layout1--full {
    height: 100vh !important;
    transition: none !important; }
    .quick-access-bar-layout1.quick-access-bar-layout1--full * {
      transition: none !important; }
  .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      max-height: 30px;
      overflow: hidden;
      background-color: #1b1b1b; }
      .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: table; }
        .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-button {
          position: absolute;
          top: 7px;
          right: 19px;
          margin-right: 0;
          width: 20px;
          height: 20px;
          background-image: url("public/img/quick-access-bar/layout1/search-icon.svg");
          background-size: 20px 20px;
          background-repeat: no-repeat;
          background-position: center center;
          border: none;
          overflow: hidden;
          z-index: 1;
          -webkit-transition: background-image 200ms ease-in-out, background-size 200ms ease-in-out, margin-right 500ms ease-in-out, opacity 500ms ease-in-out;
          -moz-transition: background-image 200ms ease-in-out, background-size 200ms ease-in-out, margin-right 500ms ease-in-out, opacity 500ms ease-in-out;
          -ms-transition: background-image 200ms ease-in-out, background-size 200ms ease-in-out, margin-right 500ms ease-in-out, opacity 500ms ease-in-out;
          -o-transition: background-image 200ms ease-in-out, background-size 200ms ease-in-out, margin-right 500ms ease-in-out, opacity 500ms ease-in-out;
          transition: background-image 200ms ease-in-out, background-size 200ms ease-in-out, margin-right 500ms ease-in-out, opacity 500ms ease-in-out; }
        .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input {
          position: relative;
          width: 100%;
          height: 100vh;
          visibility: hidden;
          display: table-cell;
          vertical-align: middle; }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper {
            position: relative;
            max-width: 0;
            height: auto;
            overflow: hidden;
            padding-bottom: 2px;
            border-bottom: 2px solid #959595;
            -webkit-transition: max-width 350ms ease-in-out 500ms;
            -moz-transition: max-width 350ms ease-in-out 500ms;
            -ms-transition: max-width 350ms ease-in-out 500ms;
            -o-transition: max-width 350ms ease-in-out 500ms;
            transition: max-width 350ms ease-in-out 500ms; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper form {
              height: 34px; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper input[type="text"] {
              position: relative;
              display: inline-block;
              vertical-align: middle;
              width: 80%;
              max-width: 0;
              height: 34px;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 24px;
              color: white;
              letter-spacing: 0;
              line-height: 24px;
              background: transparent;
              border: none;
              box-shadow: none;
              outline: none;
              margin: 0;
              padding: 0;
              text-transform: uppercase;
              opacity: 0.5;
              -webkit-transition: opacity 250ms ease-out, max-width 250ms ease-in-out 600ms;
              -moz-transition: opacity 250ms ease-out, max-width 250ms ease-in-out 600ms;
              -ms-transition: opacity 250ms ease-out, max-width 250ms ease-in-out 600ms;
              -o-transition: opacity 250ms ease-out, max-width 250ms ease-in-out 600ms;
              transition: opacity 250ms ease-out, max-width 250ms ease-in-out 600ms; }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper input[type="text"]::-webkit-input-placeholder {
                color: #959595; }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper input[type="text"]:-moz-placeholder {
                opacity: 1;
                color: #959595; }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper input[type="text"]::-moz-placeholder {
                opacity: 1;
                color: #959595; }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper input[type="text"]:-ms-input-placeholder {
                color: #959595; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper input.quick-search-submit {
              position: relative;
              display: inline-block;
              vertical-align: middle;
              width: 20%;
              height: 34px;
              margin-left: -6px;
              opacity: 0.5;
              background-image: url("public/img/quick-access-bar/layout1/arrow.svg");
              background-size: 32px 16px;
              background-repeat: no-repeat;
              background-position: right center;
              font-size: 0;
              box-shadow: none;
              border-radius: 0;
              border: none;
              background-color: transparent;
              cursor: pointer;
              -webkit-transition: opacity 450ms ease-in-out 950ms;
              -moz-transition: opacity 450ms ease-in-out 950ms;
              -ms-transition: opacity 450ms ease-in-out 950ms;
              -o-transition: opacity 450ms ease-in-out 950ms;
              transition: opacity 450ms ease-in-out 950ms; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper.with-content input[type="text"] {
              opacity: 1; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper.with-content input.quick-search-submit {
              opacity: 1; }
      .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links {
        position: absolute;
        top: 0;
        left: 0;
        height: auto; }
        .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          max-width: 115px;
          height: 30px;
          margin-left: 20px;
          overflow: hidden; }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links .links-wrapper {
            position: relative;
            float: left;
            margin: 0;
            max-width: none;
            white-space: nowrap; }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            text-decoration: none;
            color: transparent;
            padding: 0 8px; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link {
              position: relative;
              display: block;
              background-repeat: no-repeat;
              background-position: center center;
              overflow: hidden; }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-user {
                width: 20px;
                height: 20px;
                background-size: 20px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/perfil.svg"); }
                .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-user.on {
                  background-image: url("public/img/quick-access-bar/layout1/icons/perfil_on.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-next {
                width: 22px;
                height: 20px;
                background-size: 22px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/scbnext.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-cart {
                width: 24px;
                height: 20px;
                background-size: 24px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/carrinho.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-ticket {
                width: 22px;
                height: 20px;
                background-size: 22px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/bilheteira.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-search {
                width: 16px;
                height: 16px;
                background-size: 16px 16px;
                background-image: url("public/img/quick-access-bar-layout1/icons/search-icon.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-agenda {
                width: 14px;
                height: 20px;
                background-size: 14px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/agenda.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-club {
                width: 12px;
                height: 18px;
                background-size: 12px 18px;
                background-image: url("public/img/quick-access-bar/layout1/icons/clube.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-football {
                width: 28px;
                height: 20px;
                background-size: 28px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/futebol.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-glass {
                width: 20px;
                height: 20px;
                background-size: 20px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/lupa.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-modalities {
                width: 18px;
                height: 20px;
                background-size: 18px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/modalidades.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-news {
                width: 24px;
                height: 20px;
                background-size: 24px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/noticias.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-insurance {
                width: 18px;
                height: 20px;
                background-size: 18px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/seguros.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-associate {
                width: 28px;
                height: 20px;
                background-size: 28px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/socio.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-sports-city {
                width: 28px;
                height: 20px;
                background-size: 28px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/cidade_desportiva.svg"); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link.link-lawn {
                width: 18px;
                height: 20px;
                background-size: 18px 20px;
                background-image: url("public/img/quick-access-bar/layout1/icons/relvado.svg"); }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a:nth-child(1) {
              -webkit-transition: margin-top 500ms cubic-bezier(0.34, 0.15, 0.65, 1);
              -moz-transition: margin-top 500ms cubic-bezier(0.34, 0.15, 0.65, 1);
              -ms-transition: margin-top 500ms cubic-bezier(0.34, 0.15, 0.65, 1);
              -o-transition: margin-top 500ms cubic-bezier(0.34, 0.15, 0.65, 1);
              transition: margin-top 500ms cubic-bezier(0.34, 0.15, 0.65, 1); }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a:nth-child(2) {
              -webkit-transition: margin-top 500ms cubic-bezier(0.28, 0.3, 0.6, 1);
              -moz-transition: margin-top 500ms cubic-bezier(0.28, 0.3, 0.6, 1);
              -ms-transition: margin-top 500ms cubic-bezier(0.28, 0.3, 0.6, 1);
              -o-transition: margin-top 500ms cubic-bezier(0.28, 0.3, 0.6, 1);
              transition: margin-top 500ms cubic-bezier(0.28, 0.3, 0.6, 1); }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a:nth-child(3) {
              -webkit-transition: margin-top 500ms cubic-bezier(0.22, 0.45, 0.55, 1);
              -moz-transition: margin-top 500ms cubic-bezier(0.22, 0.45, 0.55, 1);
              -ms-transition: margin-top 500ms cubic-bezier(0.22, 0.45, 0.55, 1);
              -o-transition: margin-top 500ms cubic-bezier(0.22, 0.45, 0.55, 1);
              transition: margin-top 500ms cubic-bezier(0.22, 0.45, 0.55, 1); }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a:nth-child(4) {
              -webkit-transition: margin-top 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
              -moz-transition: margin-top 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
              -ms-transition: margin-top 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
              -o-transition: margin-top 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
              transition: margin-top 500ms cubic-bezier(0.16, 0.6, 0.5, 1); }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a:nth-child(5) {
              -webkit-transition: margin-top 500ms cubic-bezier(0.1, 0.75, 0.45, 1);
              -moz-transition: margin-top 500ms cubic-bezier(0.1, 0.75, 0.45, 1);
              -ms-transition: margin-top 500ms cubic-bezier(0.1, 0.75, 0.45, 1);
              -o-transition: margin-top 500ms cubic-bezier(0.1, 0.75, 0.45, 1);
              transition: margin-top 500ms cubic-bezier(0.1, 0.75, 0.45, 1); }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links.links--expand {
            max-width: 206px; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links.links--expand + .toggle {
              -webkit-transition: margin-top 500ms cubic-bezier(0.04, 0.9, 0.4, 1);
              -moz-transition: margin-top 500ms cubic-bezier(0.04, 0.9, 0.4, 1);
              -ms-transition: margin-top 500ms cubic-bezier(0.04, 0.9, 0.4, 1);
              -o-transition: margin-top 500ms cubic-bezier(0.04, 0.9, 0.4, 1);
              transition: margin-top 500ms cubic-bezier(0.04, 0.9, 0.4, 1); }
        .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .toggle {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          margin-left: 15px;
          -webkit-transition: margin-top 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
          -moz-transition: margin-top 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
          -ms-transition: margin-top 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
          -o-transition: margin-top 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
          transition: margin-top 500ms cubic-bezier(0.16, 0.6, 0.5, 1); }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .toggle .toggle-btn {
            position: relative;
            width: 20px;
            height: 21px;
            background-image: url("public/img/quick-access-bar/layout1/plus-btn.svg");
            background-size: 20px 21px;
            background-repeat: no-repeat;
            background-position: center center;
            overflow: hidden;
            -webkit-transition: transform 250ms ease-out;
            -moz-transition: transform 250ms ease-out;
            -ms-transition: transform 250ms ease-out;
            -o-transition: transform 250ms ease-out;
            transition: transform 250ms ease-out; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .toggle .toggle-btn.toggle-less {
              background-image: url("public/img/quick-access-bar/layout1/less-btn.svg");
              -webkit-transform: rotate(720deg);
              -moz-transform: rotate(720deg);
              -ms-transform: rotate(720deg);
              -o-transform: rotate(720deg);
              transform: rotate(720deg); }
      .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size {
        max-height: 100vh; }
        .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size .box__search .search-button {
          background-image: url("public/img/quick-access-bar/layout1/close.svg");
          background-size: 16px 16px;
          margin-right: calc(50% - 16px - 10px); }
        .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size .box__search .search-input {
          visibility: visible; }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size .box__search .search-input .search-input__wrapper {
            max-width: 100%; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size .box__search .search-input .search-input__wrapper input[type="text"] {
              max-width: 100%; }
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .expand {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      text-align: center;
      opacity: 0;
      -webkit-transition: opacity 250ms ease-out;
      -moz-transition: opacity 250ms ease-out;
      -ms-transition: opacity 250ms ease-out;
      -o-transition: opacity 250ms ease-out;
      transition: opacity 250ms ease-out; }
      .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .expand span {
        position: absolute;
        top: 6px;
        border: solid rgba(255, 255, 255, 0.5);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .expand.expand--visible {
        opacity: 1;
        height: 20px; }

@media only screen and (max-width: 1023px) {
  .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links {
    -webkit-transition: max-width 250ms ease-out, opacity 250ms ease-out;
    -moz-transition: max-width 250ms ease-out, opacity 250ms ease-out;
    -ms-transition: max-width 250ms ease-out, opacity 250ms ease-out;
    -o-transition: max-width 250ms ease-out, opacity 250ms ease-out;
    transition: max-width 250ms ease-out, opacity 250ms ease-out; }
  .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--collapse {
    max-height: 20px; }
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--collapse .box__search .search-button {
      opacity: 0; }
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--collapse .box__links .links,
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--collapse .box__links .toggle {
      opacity: 0; }
  .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size .box__links .links a {
    margin-top: -120px; }
  .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size .box__links .toggle {
    margin-top: -120px; }
  .quick-access-bar-layout1.quick-access-bar-layout1--visible {
    max-height: 100vh; }
    .quick-access-bar-layout1.quick-access-bar-layout1--visible .quick-access-bar-layout1__wrapper .box {
      -webkit-transition: max-height 100ms linear;
      -moz-transition: max-height 100ms linear;
      -ms-transition: max-height 100ms linear;
      -o-transition: max-height 100ms linear;
      transition: max-height 100ms linear; } }

@media only screen and (min-width: 640px) {
  .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-button {
    right: 45px;
    margin-right: 0; }
  .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper {
    padding-bottom: 6px; }
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper form {
      height: 44px; }
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper input[type="text"] {
      font-size: 40px;
      line-height: 40px;
      height: 44px; }
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper input.quick-search-submit {
      height: 44px;
      margin-left: -6px;
      background-size: 40px 20px; }
  .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links {
    margin-left: 48px; }
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a {
      padding: 0 10px; }
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links.links--expand {
      max-width: 222px; }
  .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .toggle {
    margin-left: 25px; }
  .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size {
    max-height: 100vh; }
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size .box__search .search-button {
      margin-right: calc(50% - 42px - 10px); } }

@media only screen and (min-width: 1024px) {
  .quick-access-bar-layout1 {
    right: 0;
    width: auto;
    max-height: 100vh;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(70px, 0, 0);
    -moz-transform: translate3d(70px, 0, 0);
    -ms-transform: translate3d(70px, 0, 0);
    -o-transform: translate3d(70px, 0, 0);
    transform: translate3d(70px, 0, 0);
    -webkit-transition: transform 500ms ease-in-out;
    -moz-transition: transform 500ms ease-in-out;
    -ms-transition: transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out; }
    .quick-access-bar-layout1.quick-access-bar-layout1--visible {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .quick-access-bar-layout1.quick-access-bar-layout1--hidden {
      -webkit-transform: translate3d(70px, 0, 0);
      -moz-transform: translate3d(70px, 0, 0);
      -ms-transform: translate3d(70px, 0, 0);
      -o-transform: translate3d(70px, 0, 0);
      transform: translate3d(70px, 0, 0); }
    .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper {
      height: auto; }
      .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box {
        width: 60px;
        height: 100vh;
        max-height: 100vh;
        background-color: black;
        -webkit-transition: width 500ms ease-in-out;
        -moz-transition: width 500ms ease-in-out;
        -ms-transition: width 500ms ease-in-out;
        -o-transition: width 500ms ease-in-out;
        transition: width 500ms ease-in-out; }
        .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search {
          height: 100%; }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-button {
            top: 30px;
            right: 20px;
            cursor: pointer; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-button:hover {
              opacity: 0.6; }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper {
            padding-bottom: 30px; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper form {
              height: 74px; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper input[type="text"] {
              font-size: 70px;
              line-height: 70px;
              height: 74px; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper input.quick-search-submit {
              height: 74px; }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper input.quick-search-submit:hover {
                opacity: 0.5; }
        .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links {
          width: 60px;
          right: 0;
          left: unset; }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links {
            display: block;
            width: 100%;
            max-height: 122px;
            height: auto;
            margin: 120px 0 14px 0;
            -webkit-transition: max-height 250ms ease-out;
            -moz-transition: max-height 250ms ease-out;
            -ms-transition: max-height 250ms ease-out;
            -o-transition: max-height 250ms ease-out;
            transition: max-height 250ms ease-out; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links .links-wrapper {
              width: 100%;
              max-width: 100%;
              max-height: none;
              white-space: normal; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a {
              display: block;
              padding: 0;
              margin-bottom: 20px; }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a .link {
                margin: auto;
                -webkit-transition: opacity 350ms ease-in-out;
                -moz-transition: opacity 350ms ease-in-out;
                -ms-transition: opacity 350ms ease-in-out;
                -o-transition: opacity 350ms ease-in-out;
                transition: opacity 350ms ease-in-out; }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a:nth-child(1) {
                -webkit-transition: margin-right 500ms cubic-bezier(0.34, 0.15, 0.65, 1);
                -moz-transition: margin-right 500ms cubic-bezier(0.34, 0.15, 0.65, 1);
                -ms-transition: margin-right 500ms cubic-bezier(0.34, 0.15, 0.65, 1);
                -o-transition: margin-right 500ms cubic-bezier(0.34, 0.15, 0.65, 1);
                transition: margin-right 500ms cubic-bezier(0.34, 0.15, 0.65, 1); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a:nth-child(2) {
                -webkit-transition: margin-right 500ms cubic-bezier(0.28, 0.3, 0.6, 1);
                -moz-transition: margin-right 500ms cubic-bezier(0.28, 0.3, 0.6, 1);
                -ms-transition: margin-right 500ms cubic-bezier(0.28, 0.3, 0.6, 1);
                -o-transition: margin-right 500ms cubic-bezier(0.28, 0.3, 0.6, 1);
                transition: margin-right 500ms cubic-bezier(0.28, 0.3, 0.6, 1); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a:nth-child(3) {
                -webkit-transition: margin-right 500ms cubic-bezier(0.22, 0.45, 0.55, 1);
                -moz-transition: margin-right 500ms cubic-bezier(0.22, 0.45, 0.55, 1);
                -ms-transition: margin-right 500ms cubic-bezier(0.22, 0.45, 0.55, 1);
                -o-transition: margin-right 500ms cubic-bezier(0.22, 0.45, 0.55, 1);
                transition: margin-right 500ms cubic-bezier(0.22, 0.45, 0.55, 1); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a:nth-child(4) {
                -webkit-transition: margin-right 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
                -moz-transition: margin-right 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
                -ms-transition: margin-right 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
                -o-transition: margin-right 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
                transition: margin-right 500ms cubic-bezier(0.16, 0.6, 0.5, 1); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a:nth-child(5) {
                -webkit-transition: margin-right 500ms cubic-bezier(0.1, 0.75, 0.45, 1);
                -moz-transition: margin-right 500ms cubic-bezier(0.1, 0.75, 0.45, 1);
                -ms-transition: margin-right 500ms cubic-bezier(0.1, 0.75, 0.45, 1);
                -o-transition: margin-right 500ms cubic-bezier(0.1, 0.75, 0.45, 1);
                transition: margin-right 500ms cubic-bezier(0.1, 0.75, 0.45, 1); }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links a:hover .link {
                opacity: 0.6; }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links.links--expand {
              max-width: 100%;
              max-height: 210px; }
              .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .links.links--expand + .toggle {
                -webkit-transition: margin-right 500ms cubic-bezier(0.04, 0.9, 0.4, 1);
                -moz-transition: margin-right 500ms cubic-bezier(0.04, 0.9, 0.4, 1);
                -ms-transition: margin-right 500ms cubic-bezier(0.04, 0.9, 0.4, 1);
                -o-transition: margin-right 500ms cubic-bezier(0.04, 0.9, 0.4, 1);
                transition: margin-right 500ms cubic-bezier(0.04, 0.9, 0.4, 1); }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .toggle {
            display: block;
            margin: 0;
            -webkit-transition: margin-right 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
            -moz-transition: margin-right 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
            -ms-transition: margin-right 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
            -o-transition: margin-right 500ms cubic-bezier(0.16, 0.6, 0.5, 1);
            transition: margin-right 500ms cubic-bezier(0.16, 0.6, 0.5, 1); }
            .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__links .toggle .toggle-btn {
              margin: auto; }
        .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size {
          width: 100vw; }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size .box__search .search-button {
            margin-right: calc(50% - 10px - 20px); }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size .box__links .links a {
            margin-right: -120px; }
          .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box.box--full-size .box__links .toggle {
            margin-right: -120px; }
      .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .expand {
        display: none; } }

@media only screen and (min-width: 1200px) {
  .quick-access-bar-layout1 .quick-access-bar-layout1__wrapper .box .box__search .search-input .search-input__wrapper {
    padding-bottom: 30px; } }

.menu-layout1 {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1001;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: top 100ms linear;
  -moz-transition: top 100ms linear;
  -ms-transition: top 100ms linear;
  -o-transition: top 100ms linear;
  transition: top 100ms linear; }
  .menu-layout1 > a {
    position: absolute;
    display: block;
    top: 10px;
    left: 28px;
    text-decoration: none;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 500ms ease-in-out;
    -moz-transition: transform 500ms ease-in-out;
    -ms-transition: transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out; }
    .menu-layout1 > a img,
    .menu-layout1 > a svg {
      position: relative;
      display: block;
      width: auto;
      height: 40px;
      max-width: none;
      -webkit-transition: width 500ms ease-in-out, height 500ms ease-in-out;
      -moz-transition: width 500ms ease-in-out, height 500ms ease-in-out;
      -ms-transition: width 500ms ease-in-out, height 500ms ease-in-out;
      -o-transition: width 500ms ease-in-out, height 500ms ease-in-out;
      transition: width 500ms ease-in-out, height 500ms ease-in-out; }
  .menu-layout1 .container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 60px;
    background-color: black;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-transition: max-height 500ms ease-in-out, background-color 500ms ease-in-out;
    -moz-transition: max-height 500ms ease-in-out, background-color 500ms ease-in-out;
    -ms-transition: max-height 500ms ease-in-out, background-color 500ms ease-in-out;
    -o-transition: max-height 500ms ease-in-out, background-color 500ms ease-in-out;
    transition: max-height 500ms ease-in-out, background-color 500ms ease-in-out; }
    .menu-layout1 .container button.toggle {
      position: absolute;
      top: 14px;
      right: 14px;
      border: none;
      box-shadow: none;
      outline: none;
      padding: 6px;
      cursor: pointer;
      z-index: 1; }
      .menu-layout1 .container button.toggle span.toggle__icon {
        position: relative;
        display: block;
        width: 24px;
        height: 20px;
        background-image: url("public/img/menu/layout1/hamburguer_menu.svg");
        background-size: 24px 20px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
        -moz-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
        -ms-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
        -o-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
        transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out; }
    .menu-layout1 .container button.toggle-large {
      position: absolute;
      top: 24px;
      right: 16px;
      border: none;
      box-shadow: none;
      outline: none;
      padding: 6px;
      cursor: pointer;
      z-index: 1;
      display: none; }
      .menu-layout1 .container button.toggle-large span.toggle__icon {
        position: relative;
        display: block;
        width: 24px;
        height: 20px;
        background-image: url("public/img/menu/layout1/close.svg");
        background-size: 16px 16px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
        -moz-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
        -ms-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
        -o-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
        transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out; }
    .menu-layout1 .container .grid {
      position: absolute;
      top: 0;
      width: 100%;
      min-height: 100%; }
      .menu-layout1 .container .grid .grid__vertical-line {
        display: none; }
      .menu-layout1 .container .grid .grid__horizontal-lines {
        position: relative;
        width: 100%; }
        .menu-layout1 .container .grid .grid__horizontal-lines .line {
          position: relative;
          margin-top: 79px;
          height: 1px;
          background-color: #979797;
          -webkit-transition: width 500ms ease-in-out 200ms;
          -moz-transition: width 500ms ease-in-out 200ms;
          -ms-transition: width 500ms ease-in-out 200ms;
          -o-transition: width 500ms ease-in-out 200ms;
          transition: width 500ms ease-in-out 200ms; }
          .menu-layout1 .container .grid .grid__horizontal-lines .line:first-of-type {
            margin-top: 0; }
    .menu-layout1 .container nav {
      position: relative;
      height: 60px;
      text-align: right; }
      .menu-layout1 .container nav ul {
        position: relative;
        display: block;
        list-style: none;
        margin: 0; }
        .menu-layout1 .container nav ul a, .menu-layout1 .container nav ul li {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 14px;
          color: white;
          letter-spacing: 0;
          line-height: 22px;
          margin: 0 15px;
          text-transform: uppercase;
          cursor: pointer;
          -webkit-transition: color 250ms ease-in-out;
          -moz-transition: color 250ms ease-in-out;
          -ms-transition: color 250ms ease-in-out;
          -o-transition: color 250ms ease-in-out;
          transition: color 250ms ease-in-out; }
          .menu-layout1 .container nav ul a.menu-item--selected, .menu-layout1 .container nav ul li.menu-item--selected {
            color: #d6001c; }
    .menu-layout1 .container div.nav-grid {
      position: relative;
      margin-top: 60px;
      width: 100%;
      height: calc(100vh - 90px);
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
      .menu-layout1 .container div.nav-grid a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        text-decoration: none;
        text-indent: 20px;
        -webkit-transition: text-indent 500ms ease-in-out;
        -moz-transition: text-indent 500ms ease-in-out;
        -ms-transition: text-indent 500ms ease-in-out;
        -o-transition: text-indent 500ms ease-in-out;
        transition: text-indent 500ms ease-in-out; }
        .menu-layout1 .container div.nav-grid a > .display-table {
          table-layout: fixed; }
        .menu-layout1 .container div.nav-grid a div.menu-item__text {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 24px;
          color: white;
          letter-spacing: 0;
          line-height: 24px;
          width: calc(100% - 60px);
          text-indent: 0;
          margin-top: 2px; }
        .menu-layout1 .container div.nav-grid a div.menu-item__arrow {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          background-image: url("public/img/menu/layout1/arrow.svg");
          background-size: 20px 20px;
          background-position: center center;
          background-repeat: no-repeat; }
        .menu-layout1 .container div.nav-grid a div.menu-item__new {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 60px);
          text-indent: 0;
          margin-top: 2px; }
          .menu-layout1 .container div.nav-grid a div.menu-item__new .title {
            position: relative;
            float: left;
            width: 100%;
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 20px;
            color: white;
            letter-spacing: 0;
            max-height: 24px;
            line-height: 26px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .menu-layout1 .container div.nav-grid a div.menu-item__new .meta {
            position: relative;
            float: left;
            width: 100%;
            margin-top: 3px;
            line-height: 0; }
            .menu-layout1 .container div.nav-grid a div.menu-item__new .meta span:first-child {
              position: relative;
              display: inline-block;
              vertical-align: middle;
              font-family: "AsapCondensed-SemiBold", Arial, Helvetica;
              font-size: 11px;
              color: #d6001c;
              letter-spacing: 1px;
              line-height: 16px;
              text-transform: uppercase; }
            .menu-layout1 .container div.nav-grid a div.menu-item__new .meta time {
              font-family: "AsapCondensed-Regular", Arial, Helvetica;
              font-size: 11px;
              color: #505050;
              letter-spacing: 1px;
              line-height: 16px;
              margin-left: 6px;
              text-transform: uppercase; }
        .menu-layout1 .container div.nav-grid a div.menu-item__event {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 60px);
          text-indent: 0;
          margin-top: 2px; }
          .menu-layout1 .container div.nav-grid a div.menu-item__event .title {
            position: relative;
            float: left;
            width: 100%;
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 20px;
            color: white;
            letter-spacing: 0;
            max-height: 24px;
            line-height: 24px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .menu-layout1 .container div.nav-grid a div.menu-item__event .meta {
            position: relative;
            float: left;
            width: 100%;
            margin-top: 3px;
            line-height: 0; }
            .menu-layout1 .container div.nav-grid a div.menu-item__event .meta span:first-child {
              position: relative;
              display: inline-block;
              vertical-align: middle;
              font-family: "AsapCondensed-SemiBold", Arial, Helvetica;
              font-size: 11px;
              color: #d6001c;
              letter-spacing: 1px;
              line-height: 16px;
              text-transform: uppercase; }
            .menu-layout1 .container div.nav-grid a div.menu-item__event .meta time {
              font-family: "AsapCondensed-Regular", Arial, Helvetica;
              font-size: 11px;
              color: #bbbcbc;
              letter-spacing: 1px;
              line-height: 16px;
              margin-left: 6px;
              text-transform: none; }
            .menu-layout1 .container div.nav-grid a div.menu-item__event .meta competition {
              font-family: "AsapCondensed-Regular", Arial, Helvetica;
              font-size: 11px;
              color: #75787b;
              letter-spacing: 1px;
              line-height: 16px;
              margin-left: 6px; }
      .menu-layout1 .container div.nav-grid ul {
        list-style: none;
        margin: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        max-width: none; }
        .menu-layout1 .container div.nav-grid ul li {
          position: relative;
          overflow: hidden;
          height: 80px;
          margin: 0;
          padding: 0; }
          .menu-layout1 .container div.nav-grid ul li.hidden a {
            text-indent: -100%; }
          .menu-layout1 .container div.nav-grid ul li.back a div.menu-item__arrow {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg); }
          .menu-layout1 .container div.nav-grid ul li.menu-item-all a div.menu-item__text {
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 22px;
            color: white;
            letter-spacing: 0;
            line-height: 22px; }
  .menu-layout1.menu-layout1--opened .container {
    max-height: calc(100vh - 30px);
    background-color: black; }
    .menu-layout1.menu-layout1--opened .container .grid .grid__vertical-line {
      height: 100%; }

@media only screen and (max-width: 1023px) {
  .menu-layout1.menu-layout1--opened .container button.toggle span.toggle__icon {
    background-image: url("public/img/menu/layout1/close.svg");
    background-size: 16px 16px; }
  .quick-access-bar-layout1--collapse + .menu-layout1 {
    top: 20px; }
    .quick-access-bar-layout1--collapse + .menu-layout1.menu-layout1--opened .container {
      max-height: calc(100vh - 20px); }
      .quick-access-bar-layout1--collapse + .menu-layout1.menu-layout1--opened .container div.nav-grid {
        height: calc(100vh - 70px); } }

@media only screen and (min-width: 640px) {
  .menu-layout1 > a {
    left: 56px; }
  .menu-layout1 .container button.toggle {
    right: 40px; }
  .menu-layout1 .container .grid .grid__vertical-line {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 1px;
    background-color: #979797;
    height: 0;
    -webkit-transition: height 500ms ease-in-out 200ms;
    -moz-transition: height 500ms ease-in-out 200ms;
    -ms-transition: height 500ms ease-in-out 200ms;
    -o-transition: height 500ms ease-in-out 200ms;
    transition: height 500ms ease-in-out 200ms; }
  .menu-layout1 .container .grid .grid__horizontal-lines .line {
    margin-top: 95px; }
  .menu-layout1 .container div.nav-grid {
    height: calc(100vh - 110px); }
    .menu-layout1 .container div.nav-grid ul li {
      height: 96px; }
      .menu-layout1 .container div.nav-grid ul li.menu-item-all a div.menu-item__text {
        font-size: 28px;
        line-height: 28px; }
  .menu-layout1.menu-layout1--opened .container {
    max-height: calc(100vh - 30px); } }

@media only screen and (min-width: 1024px) {
  .menu-layout1 {
    top: 0; }
    .menu-layout1 > a {
      top: 20px;
      left: 90px;
      transform-origin: 0 0; }
      .menu-layout1 > a img,
      .menu-layout1 > a svg {
        height: 90px; }
    .menu-layout1 .container {
      min-height: 60px;
      max-height: 60px;
      background-color: rgba(0, 0, 0, 0.9); }
      .menu-layout1 .container button.toggle-large {
        top: 14px;
        right: 16px; }
      .menu-layout1 .container .grid .grid__horizontal-lines .line {
        margin-top: 131px; }
      .menu-layout1 .container nav {
        height: 60px; }
        .menu-layout1 .container nav ul a:hover, .menu-layout1 .container nav ul li:hover {
          color: #d6001c; }
      .menu-layout1 .container div.nav-grid {
        height: calc(100vh - 60px);
        margin-top: 60px; }
        .menu-layout1 .container div.nav-grid ul li {
          height: 132px; }
          .menu-layout1 .container div.nav-grid ul li a {
            text-indent: 40px; }
            .menu-layout1 .container div.nav-grid ul li a div.menu-item__text {
              width: calc(100% - 80px);
              font-size: 34px;
              line-height: 34px;
              -webkit-transition: color 250ms ease-in-out;
              -moz-transition: color 250ms ease-in-out;
              -ms-transition: color 250ms ease-in-out;
              -o-transition: color 250ms ease-in-out;
              transition: color 250ms ease-in-out; }
            .menu-layout1 .container div.nav-grid ul li a div.menu-item__new .title {
              -webkit-transition: color 250ms ease-in-out;
              -moz-transition: color 250ms ease-in-out;
              -ms-transition: color 250ms ease-in-out;
              -o-transition: color 250ms ease-in-out;
              transition: color 250ms ease-in-out; }
            .menu-layout1 .container div.nav-grid ul li a:hover div.menu-item__text {
              color: #d6001c; }
            .menu-layout1 .container div.nav-grid ul li a:hover div.menu-item__new .title {
              color: #d6001c; }
          .menu-layout1 .container div.nav-grid ul li.menu-item-all a:hover div.menu-item__text {
            color: #d6001c; }
    .menu-layout1.menu-layout1--opened > a {
      -webkit-transform: translate3d(0, -10px, 0);
      -moz-transform: translate3d(0, -10px, 0);
      -ms-transform: translate3d(0, -10px, 0);
      -o-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0); }
      .menu-layout1.menu-layout1--opened > a img,
      .menu-layout1.menu-layout1--opened > a svg {
        height: 40px; }
    .menu-layout1.menu-layout1--opened .container {
      max-height: 100vh; }
      .menu-layout1.menu-layout1--opened .container button.toggle-large {
        display: block; } }

@media only screen and (min-width: 1200px) {
  .menu-layout1 .container div.nav-grid a div.menu-item__text {
    font-size: 40px;
    line-height: 54px; } }

@media only screen and (min-width: 1440px) {
  .menu-layout1 .container div.nav-grid a div.menu-item__text {
    font-size: 46px;
    line-height: 54px; }
  .menu-layout1 .container div.nav-grid a div.menu-item__new .title {
    font-size: 24px;
    line-height: 30px;
    max-height: 32px; }
  .menu-layout1 .container div.nav-grid a div.menu-item__new .meta {
    margin-top: 5px; }
    .menu-layout1 .container div.nav-grid a div.menu-item__new .meta span:first-child {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 18px; }
    .menu-layout1 .container div.nav-grid a div.menu-item__new .meta span:last-child {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 18px;
      margin-left: 8px; }
  .menu-layout1 .container div.nav-grid a div.menu-item__event .title {
    font-size: 24px;
    line-height: 30px; }
  .menu-layout1 .container div.nav-grid a div.menu-item__event .meta {
    margin-top: 5px; }
    .menu-layout1 .container div.nav-grid a div.menu-item__event .meta span:first-child {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 18px; }
    .menu-layout1 .container div.nav-grid a div.menu-item__event .meta time {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 18px;
      margin-left: 8px; }
    .menu-layout1 .container div.nav-grid a div.menu-item__event .meta competition {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 18px;
      margin-left: 8px; }
  .menu-layout1 .container div.nav-grid ul li.menu-item-all a div.menu-item__text {
    font-size: 40px;
    line-height: 40px; } }

.slider-layout1 {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }
  .slider-layout1 .slider-layout1__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0; }
    .slider-layout1 .slider-layout1__wrapper .slider {
      position: relative;
      width: 100%;
      height: 248px;
      background-color: transparent;
      margin: 0;
      overflow: hidden;
      font-size: 0;
      backface-visibility: hidden; }
      .slider-layout1 .slider-layout1__wrapper .slider .slider__item {
        position: relative;
        height: 248px;
        overflow: hidden; }
        .slider-layout1 .slider-layout1__wrapper .slider .slider__item img {
          position: absolute;
          top: 0;
          left: 50%;
          width: auto;
          height: 100%;
          max-width: none;
          backface-visibility: hidden;
          -webkit-transform: translateX(-50%) scale(1.01);
          -moz-transform: translateX(-50%) scale(1.01);
          -ms-transform: translateX(-50%) scale(1.01);
          -o-transform: translateX(-50%) scale(1.01);
          transform: translateX(-50%) scale(1.01);
          -webkit-transition: all 100ms ease-in-out;
          -moz-transition: all 100ms ease-in-out;
          -ms-transition: all 100ms ease-in-out;
          -o-transition: all 100ms ease-in-out;
          transition: all 100ms ease-in-out; }
        .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0);
          background: -moz-linear-gradient(-24deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 93%);
          background: -webkit-gradient(linear, -24deg, color-stop(0%, rgba(0, 0, 0, 0.54)), color-stop(93%, rgba(0, 0, 0, 0)));
          background: -webkit-linear-gradient(-24deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 93%);
          background: -o-linear-gradient(-24deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 93%);
          background: linear-gradient(-24deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 93%);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0.54), endColorstr=rgba(0, 0, 0, 0)); }
        .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-title-category {
          position: absolute;
          bottom: 80px;
          -webkit-transform: translateX(-120%);
          -moz-transform: translateX(-120%);
          -ms-transform: translateX(-120%);
          -o-transform: translateX(-120%);
          transform: translateX(-120%);
          -webkit-transition: transform 500ms ease-in-out 100ms;
          -moz-transition: transform 500ms ease-in-out 100ms;
          -ms-transition: transform 500ms ease-in-out 100ms;
          -o-transition: transform 500ms ease-in-out 100ms;
          transition: transform 500ms ease-in-out 100ms; }
          .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-title-category .category {
            position: relative;
            display: block;
            width: 100%;
            font-family: "FoundryGridnik-Medium", Arial, Helvetica;
            font-size: 16px;
            color: white;
            letter-spacing: 0;
            line-height: 22px;
            text-transform: uppercase;
            word-break: break-word;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
            margin-bottom: 8px; }
          .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-title-category .title {
            position: relative;
            display: block;
            width: 100%;
            font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
            font-size: 24px;
            color: white;
            letter-spacing: 0;
            line-height: 28px;
            text-transform: uppercase;
            word-break: break-word;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); }
        .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-link {
          position: absolute;
          bottom: 20px;
          -webkit-transform: translateX(-120%);
          -moz-transform: translateX(-120%);
          -ms-transform: translateX(-120%);
          -o-transform: translateX(-120%);
          transform: translateX(-120%);
          -webkit-transition: transform 500ms ease-in-out 150ms;
          -moz-transition: transform 500ms ease-in-out 150ms;
          -ms-transition: transform 500ms ease-in-out 150ms;
          -o-transition: transform 500ms ease-in-out 150ms;
          transition: transform 500ms ease-in-out 150ms; }
          .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-link button {
            position: relative;
            width: 100%;
            height: 40px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            font-family: "FoundryGridnik-Medium", Arial, Helvetica;
            font-size: 16px;
            color: white;
            letter-spacing: 0;
            line-height: 16px;
            text-transform: uppercase;
            border-radius: 0;
            text-align: center;
            cursor: pointer; }
        .slider-layout1 .slider-layout1__wrapper .slider .slider__item.slider__item--animated .item-title-category,
        .slider-layout1 .slider-layout1__wrapper .slider .slider__item.slider__item--animated .item-link {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
      .slider-layout1 .slider-layout1__wrapper .slider .slick-dots {
        position: absolute;
        bottom: 20px;
        right: 8.3333%;
        margin: 0; }
        .slider-layout1 .slider-layout1__wrapper .slider .slick-dots li {
          position: relative;
          display: inline-block;
          margin: 0 6px; }
          .slider-layout1 .slider-layout1__wrapper .slider .slick-dots li button {
            width: 8px;
            height: 8px;
            border: 1px solid #bbbcbc;
            border-radius: 50%;
            -webkit-transition: border 350ms ease-in-out, background-color 350ms ease-in-out;
            -moz-transition: border 350ms ease-in-out, background-color 350ms ease-in-out;
            -ms-transition: border 350ms ease-in-out, background-color 350ms ease-in-out;
            -o-transition: border 350ms ease-in-out, background-color 350ms ease-in-out;
            transition: border 350ms ease-in-out, background-color 350ms ease-in-out; }
          .slider-layout1 .slider-layout1__wrapper .slider .slick-dots li.slick-active button {
            background-color: #bbbcbc; }

@media only screen and (min-width: 440px) {
  .slider-layout1 .slider-layout1__wrapper .slider .slider__item img {
    width: 100%;
    height: auto; } }

@media only screen and (min-width: 640px) {
  .slider-layout1 .slider-layout1__wrapper .slider {
    height: 496px; }
    .slider-layout1 .slider-layout1__wrapper .slider .slider__item {
      height: 496px; }
      .slider-layout1 .slider-layout1__wrapper .slider .slider__item img {
        width: auto;
        height: 100%; }
      .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-title-category .title {
        font-size: 32px;
        line-height: 38px; } }

@media only screen and (min-width: 880px) {
  .slider-layout1 .slider-layout1__wrapper .slider .slider__item img {
    width: 100%;
    height: auto; } }

@media only screen and (min-width: 1024px) {
  .slider-layout1 .slider-layout1__wrapper .slider {
    height: 740px; }
    .slider-layout1 .slider-layout1__wrapper .slider .slider__item {
      height: 740px; }
      .slider-layout1 .slider-layout1__wrapper .slider .slider__item img {
        width: auto;
        height: 100%; }
      .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-title-category {
        bottom: 120px;
        -webkit-transform: translateX(-160%);
        -moz-transform: translateX(-160%);
        -ms-transform: translateX(-160%);
        -o-transform: translateX(-160%);
        transform: translateX(-160%); }
        .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-title-category .category {
          margin-bottom: 6px; }
        .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-title-category .title {
          font-size: 50px;
          line-height: 56px; }
      .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-link {
        bottom: 40px;
        -webkit-transform: translateX(-160%);
        -moz-transform: translateX(-160%);
        -ms-transform: translateX(-160%);
        -o-transform: translateX(-160%);
        transform: translateX(-160%); }
        .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-link button {
          height: 50px;
          -webkit-transform: perspective(1px) translateZ(0);
          -moz-transform: perspective(1px) translateZ(0);
          -ms-transform: perspective(1px) translateZ(0);
          -o-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0); }
          .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-link button:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-color: rgba(255, 255, 255, 0.6);
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
            -webkit-transition: transform 350ms ease-in-out;
            -moz-transition: transform 350ms ease-in-out;
            -ms-transition: transform 350ms ease-in-out;
            -o-transition: transform 350ms ease-in-out;
            transition: transform 350ms ease-in-out; }
          .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-link button:hover:before {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
    .slider-layout1 .slider-layout1__wrapper .slider .slick-dots {
      bottom: 40px; }
      .slider-layout1 .slider-layout1__wrapper .slider .slick-dots li button:hover {
        border-color: white;
        background-color: white; } }

@media only screen and (min-width: 1440px) {
  .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-title-category {
    width: 58.33333%;
    bottom: 130px; }
  .slider-layout1 .slider-layout1__wrapper .slider .slider__item .item-link {
    bottom: 50px; }
  .slider-layout1 .slider-layout1__wrapper .slider .slick-dots {
    bottom: 50px; } }

@media only screen and (min-width: 1690px) {
  .slider-layout1 .slider-layout1__wrapper .slider .slider__item img {
    width: 100%;
    height: auto; } }

.dynamic-slider-layout1 {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }
  .dynamic-slider-layout1 .dynamic-slider-layout1__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0; }
    .dynamic-slider-layout1 .dynamic-slider-layout1__wrapper .slider {
      position: relative;
      width: 100%;
      height: 100%;
      background-color: transparent;
      margin: 0;
      overflow: hidden; }

.dynamic-slider-layout2 {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }
  .dynamic-slider-layout2 .dynamic-slider-layout2__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0; }
    .dynamic-slider-layout2 .dynamic-slider-layout2__wrapper .slider {
      position: relative;
      width: 100%;
      height: 100%;
      background-color: transparent;
      margin: 0;
      overflow: hidden; }
      .dynamic-slider-layout2 .dynamic-slider-layout2__wrapper .slider .slider__item {
        margin: 10px 0 0 0; }

.dynamic-slider-layout3 {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }
  .dynamic-slider-layout3 .dynamic-slider-layout3__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0; }
    .dynamic-slider-layout3 .dynamic-slider-layout3__wrapper .slider {
      position: relative;
      width: 100%;
      height: 100%;
      background-color: transparent;
      margin: 0; }
      .dynamic-slider-layout3 .dynamic-slider-layout3__wrapper .slider .slick-dots {
        position: absolute;
        left: 50%;
        bottom: -18px;
        margin: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        .dynamic-slider-layout3 .dynamic-slider-layout3__wrapper .slider .slick-dots li {
          position: relative;
          display: inline-block;
          margin: 0 6px; }
          .dynamic-slider-layout3 .dynamic-slider-layout3__wrapper .slider .slick-dots li button {
            width: 8px;
            height: 8px;
            border: 1px solid #212322;
            border-radius: 50%; }
          .dynamic-slider-layout3 .dynamic-slider-layout3__wrapper .slider .slick-dots li.slick-active button {
            background-color: #212322; }

@media only screen and (min-width: 640px) {
  .dynamic-slider-layout3 .dynamic-slider-layout3__wrapper .slider .slick-dots {
    display: none; } }

.dynamic-slider-layout4 {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }
  .dynamic-slider-layout4 .dynamic-slider-layout4__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0; }
    .dynamic-slider-layout4 .dynamic-slider-layout4__wrapper .slider {
      position: relative;
      width: 100%;
      height: 100%;
      background-color: transparent;
      margin: 0;
      overflow: hidden; }
      .dynamic-slider-layout4 .dynamic-slider-layout4__wrapper .slider .slick-slide .slider__item {
        padding: 0 10px; }
      .dynamic-slider-layout4 .dynamic-slider-layout4__wrapper .slider .slick-slide:first-of-type .slider__item {
        padding-left: 0; }
      .dynamic-slider-layout4 .dynamic-slider-layout4__wrapper .slider .slick-slide:last-of-type .slider__item {
        padding-right: 0; }

.grid-layout1 {
  position: relative;
  float: left;
  width: 100%; }
  .grid-layout1 .grid-layout1__wrapper {
    position: relative;
    float: left;
    width: 100%;
    font-size: 0; }
    .grid-layout1 .grid-layout1__wrapper ul {
      list-style: none;
      margin: 0; }
      .grid-layout1 .grid-layout1__wrapper ul li {
        margin-top: 10px; }

.grid-layout2 .grid-layout2__wrapper .grid-layout2__line {
  margin-top: 20px; }
  .grid-layout2 .grid-layout2__wrapper .grid-layout2__line:first-of-type {
    margin-top: 0; }
  .grid-layout2 .grid-layout2__wrapper .grid-layout2__line .grid-layout2__item .title {
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: white;
    text-transform: uppercase; }
  .grid-layout2 .grid-layout2__wrapper .grid-layout2__line .grid-layout2__item .content {
    margin-top: 4px;
    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: white; }
  .grid-layout2 .grid-layout2__wrapper .grid-layout2__line .grid-layout2__item.uppercase .content {
    text-transform: uppercase; }
  .grid-layout2 .grid-layout2__wrapper .grid-layout2__line .grid-layout2__item:first-of-type {
    margin-top: 0; }

@media only screen and (max-width: 639px) {
  .grid-layout2__item.small-12 {
    margin-top: 20px; } }

@media only screen and (max-width: 1023px) {
  .grid-layout2__item.medium-12 {
    margin-top: 20px; } }

.grid-layout3 {
  position: relative;
  float: left;
  width: 100%; }
  .grid-layout3 .grid-layout3__wrapper {
    position: relative;
    float: left;
    width: 100%;
    font-size: 0; }
    .grid-layout3 .grid-layout3__wrapper .title {
      position: relative;
      margin-top: 30px;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .grid-layout3 .grid-layout3__wrapper .items {
      position: relative; }

@media only screen and (min-width: 640px) {
  .grid-layout3 .grid-layout3__wrapper .title {
    margin-top: 40px;
    margin-bottom: 0; } }

@media only screen and (min-width: 1200px) {
  .grid-layout3 .grid-layout3__wrapper .title {
    margin-top: 50px; } }

@media only screen and (min-width: 1440px) {
  .grid-layout3 .grid-layout3__wrapper .title {
    margin-top: 60px;
    margin-bottom: 6px; }
  .grid-layout3 .grid-layout3__wrapper .items > div.columns {
    width: 16.66667%; } }

.grid-layout4 {
  position: relative;
  float: left;
  width: 100%;
  -webkit-transition: filter 250ms ease-in-out;
  -moz-transition: filter 250ms ease-in-out;
  -ms-transition: filter 250ms ease-in-out;
  -o-transition: filter 250ms ease-in-out;
  transition: filter 250ms ease-in-out; }
  .grid-layout4 .grid-layout4__wrapper {
    position: relative;
    float: left;
    width: 100%;
    font-size: 0; }
    .grid-layout4 .grid-layout4__wrapper ul {
      list-style: none;
      margin: 0; }
      .grid-layout4 .grid-layout4__wrapper ul li {
        margin-top: 10px;
        -webkit-animation: fadeInFromNoneAndBottomGridSmall 400ms ease-in-out;
        -moz-animation: fadeInFromNoneAndBottomGridSmall 400ms ease-in-out;
        -o-animation: fadeInFromNoneAndBottomGridSmall 400ms ease-in-out;
        animation: fadeInFromNoneAndBottomGridSmall 400ms ease-in-out; }
    .grid-layout4 .grid-layout4__wrapper .load-more-items > div {
      margin-top: 30px; }
    .grid-layout4 .grid-layout4__wrapper .no-content {
      position: relative;
      display: none;
      margin-top: 20px; }
      .grid-layout4 .grid-layout4__wrapper .no-content.is-visible {
        display: block; }
  .grid-layout4.blurred {
    filter: blur(4px);
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="4" /></filter></svg>#blur');
    /* Firefox, Safari, Chrome*/
    filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
    /* IE9 */
    -webkit-filter: blur(4px);
    /* Chrome, Safari */
    -ms-filter: blur(4px);
    /* IE */
    -o-filter: blur(4px);
    /* Opera */
    -moz-filter: blur(4px);
    /* Mozilla */ }

.grid-layout4-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .grid-layout4-loading .loading-layout1 {
    position: absolute;
    top: 82px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .grid-layout4-loading.is-visible {
    -webkit-animation: fadeInFromNone 250ms ease-in-out;
    -moz-animation: fadeInFromNone 250ms ease-in-out;
    -o-animation: fadeInFromNone 250ms ease-in-out;
    animation: fadeInFromNone 250ms ease-in-out; }

@media only screen and (min-width: 640px) {
  .grid-layout4-loading .loading-layout1 {
    top: 114px; } }

@media only screen and (min-width: 1024px) {
  .grid-layout4 .grid-layout4__wrapper ul li {
    margin-top: 14px;
    -webkit-animation: fadeInFromNoneAndBottomGridLarge 400ms ease-in-out;
    -moz-animation: fadeInFromNoneAndBottomGridLarge 400ms ease-in-out;
    -o-animation: fadeInFromNoneAndBottomGridLarge 400ms ease-in-out;
    animation: fadeInFromNoneAndBottomGridLarge 400ms ease-in-out; }
  .grid-layout4-loading .loading-layout1 {
    top: 84px; } }

.match-placard-layout1 {
  position: relative;
  display: block;
  background-color: #eeeeee;
  height: 388px;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .match-placard-layout1 .match-placard-layout1__wrapper {
    position: relative;
    float: left;
    padding-top: 30px; }
    .match-placard-layout1 .match-placard-layout1__wrapper .match-header {
      position: relative;
      float: left;
      width: 100%;
      padding-bottom: 10px;
      border-bottom: 2px solid #d6001c; }
      .match-placard-layout1 .match-placard-layout1__wrapper .match-header .match-header__status {
        position: relative;
        float: left;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 16px;
        color: black;
        letter-spacing: 0;
        line-height: 18px;
        text-transform: uppercase; }
      .match-placard-layout1 .match-placard-layout1__wrapper .match-header .match-header__details {
        position: relative;
        float: right;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 12px;
        color: black;
        letter-spacing: 0;
        text-align: right;
        line-height: 18px;
        text-transform: uppercase; }
    .match-placard-layout1 .match-placard-layout1__wrapper .match-body {
      position: relative;
      float: left;
      width: 100%;
      margin-top: 20px; }
      .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__datetime {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 4px;
        text-align: center; }
        .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__datetime .date {
          position: relative;
          display: inline-block;
          vertical-align: baseline;
          font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
          font-size: 14px;
          color: #d6001c;
          letter-spacing: 0;
          line-height: 20px;
          margin-right: 10px;
          text-transform: uppercase; }
        .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__datetime .hour {
          position: relative;
          display: inline-block;
          vertical-align: baseline;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 14px;
          color: #212322;
          letter-spacing: 0;
          line-height: 20px;
          text-transform: uppercase; }
      .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__competition {
        position: relative;
        float: left;
        width: 100%;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 18px;
        color: black;
        letter-spacing: 0;
        text-align: center;
        line-height: 20px; }
        .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__competition span {
          position: relative;
          margin-left: 6px;
          font-family: "FoundryGridnik-Regular", Arial, Helvetica;
          font-size: 18px;
          color: black;
          letter-spacing: 0;
          text-align: center;
          line-height: 20px; }
      .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__part {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 14px;
        color: #75787b;
        letter-spacing: 0;
        text-align: center;
        line-height: 20px;
        margin-top: 4px; }
      .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        margin: 30px 0; }
        .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-home,
        .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-away {
          position: relative;
          display: inline-block;
          vertical-align: middle; }
          .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-home .emblem,
          .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-away .emblem {
            position: relative;
            width: 52px;
            height: 90px; }
            .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-home .emblem img,
            .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-away .emblem img {
              max-width: 90px;
              max-height: 90px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate3d(-50%, -50%, 0); }
        .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-result {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 110px;
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 24px;
          color: black;
          letter-spacing: 0;
          text-align: center;
          line-height: 20px;
          margin: 0 14px; }
          .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-result .teams-result__first-hand {
            margin-top: 6px;
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 14px;
            color: #75787b;
            letter-spacing: 0;
            text-align: center;
            line-height: 14px; }
      .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams-text {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-family: "FoundryGridnik-Regular", Arial, Helvetica;
        font-size: 20px;
        color: #212322;
        letter-spacing: 0;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 10px; }
        .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams-text span {
          font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica; }
          .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams-text span.braga {
            color: #d6001c; }
      .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__local {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-family: "FoundryGridnik-Regular", Arial, Helvetica;
        font-size: 14px;
        color: black;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
        text-transform: uppercase; }

@media only screen and (min-width: 1024px) {
  .match-placard-layout1 .match-placard-layout1__wrapper .match-header .match-header__details {
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    -ms-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out; }
    .match-placard-layout1 .match-placard-layout1__wrapper .match-header .match-header__details:hover {
      color: #75787b; }
  .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-home .emblem,
  .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-away .emblem {
    width: 60px; }
  .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-result {
    margin: 0 10px; }
    .match-placard-layout1 .match-placard-layout1__wrapper .match-body .match-body__teams .teams-result .teams-result__first-hand {
      font-size: 18px;
      line-height: 18px; } }

.match-placard-layout2 {
  position: relative;
  display: block;
  background-color: #212322;
  height: 214px;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .match-placard-layout2 .match-placard-layout2__wrapper {
    position: relative;
    padding-top: 20px; }
    .match-placard-layout2 .match-placard-layout2__wrapper .match-body {
      position: relative;
      float: left;
      width: 100%; }
      .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__datetime {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 4px;
        text-align: center; }
        .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__datetime .date {
          position: relative;
          display: inline-block;
          vertical-align: baseline;
          font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
          font-size: 14px;
          color: #d6001c;
          letter-spacing: 0;
          line-height: 20px;
          margin-right: 10px;
          text-transform: uppercase; }
        .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__datetime .hour {
          position: relative;
          display: inline-block;
          vertical-align: baseline;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 14px;
          color: #75787b;
          letter-spacing: 0;
          line-height: 20px;
          text-transform: uppercase; }
      .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__competition {
        position: relative;
        float: left;
        width: 100%;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 18px;
        color: white;
        letter-spacing: 0;
        text-align: center;
        line-height: 20px;
        margin-bottom: 4px; }
        .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__competition span {
          position: relative;
          margin-left: 6px;
          font-family: "FoundryGridnik-Regular", Arial, Helvetica;
          font-size: 18px;
          color: #d9d9d6;
          letter-spacing: 0;
          text-align: center;
          line-height: 20px; }
      .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__part {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 14px;
        color: #75787b;
        letter-spacing: 0;
        text-align: center;
        line-height: 20px; }
      .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        margin: 20px 0; }
        .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-home,
        .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-away {
          position: relative;
          display: inline-block;
          vertical-align: middle; }
          .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-home .emblem,
          .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-away .emblem {
            position: relative;
            width: 52px;
            height: 60px; }
            .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-home .emblem img,
            .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-away .emblem img {
              max-width: 80px;
              max-height: 60px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate3d(-50%, -50%, 0); }
        .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-result {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 110px;
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 24px;
          color: white;
          letter-spacing: 0;
          text-align: center;
          line-height: 20px;
          margin: 0 14px; }
          .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-result .teams-result__first-hand {
            margin-top: 6px;
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 14px;
            color: #75787b;
            letter-spacing: 0;
            text-align: center;
            line-height: 14px; }
      .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams-text {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-family: "FoundryGridnik-Regular", Arial, Helvetica;
        font-size: 20px;
        color: #75787b;
        letter-spacing: 0;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 10px; }
        .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams-text span {
          font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica; }
          .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams-text span.braga {
            color: #d6001c; }

@media only screen and (min-width: 640px) {
  .match-placard-layout2 {
    height: 204px; }
    .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-result {
      margin: 0 78px; } }

@media only screen and (min-width: 1024px) {
  .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams {
    margin: 10px 0; }
    .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-home .emblem,
    .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-away .emblem {
      width: 70px;
      height: 80px; }
      .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-home .emblem img,
      .match-placard-layout2 .match-placard-layout2__wrapper .match-body .match-body__teams .teams-away .emblem img {
        max-height: 80px;
        max-width: 100px; } }

.table-layout1 {
  position: relative;
  display: block;
  background-color: white;
  height: 352px;
  overflow: hidden; }
  .table-layout1 .table-layout1__wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 20px; }
    .table-layout1 .table-layout1__wrapper .table-layout1-header {
      position: relative; }
      .table-layout1 .table-layout1__wrapper .table-layout1-header .table-layout1-header__wrapper {
        position: relative;
        display: table;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 2px solid black; }
        .table-layout1 .table-layout1__wrapper .table-layout1-header .table-layout1-header__wrapper .title {
          position: relative;
          float: left;
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 16px;
          color: black;
          letter-spacing: 0;
          line-height: 18px;
          text-transform: uppercase; }
        .table-layout1 .table-layout1__wrapper .table-layout1-header .table-layout1-header__wrapper .details {
          position: relative;
          float: right;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 12px;
          color: black;
          letter-spacing: 0;
          text-align: right;
          line-height: 18px;
          text-transform: uppercase; }
    .table-layout1 .table-layout1__wrapper .table-layout1-body {
      position: relative;
      float: left;
      width: 100%;
      margin-top: 6px;
      overflow: hidden; }
      .table-layout1 .table-layout1__wrapper .table-layout1-body .table-layout1-body__head,
      .table-layout1 .table-layout1__wrapper .table-layout1-body .table-layout1-body__body {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden; }
      .table-layout1 .table-layout1__wrapper .table-layout1-body .table-layout1-body__body {
        height: 262px; }
        .table-layout1 .table-layout1__wrapper .table-layout1-body .table-layout1-body__body .scroll-wrapper {
          position: relative;
          float: left;
          width: 100%;
          height: 100%;
          cursor: ns-resize;
          touch-action: none;
          -webkit-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -ms-transform: translateZ(0);
          -o-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-touch-callout: none;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -webkit-text-size-adjust: none;
          -moz-text-size-adjust: none;
          -ms-text-size-adjust: none;
          -o-text-size-adjust: none;
          text-size-adjust: none; }
      .table-layout1 .table-layout1__wrapper .table-layout1-body table {
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .table-layout1 .table-layout1__wrapper .table-layout1-body table * {
          background: none;
          border: none;
          margin: 0; }
        .table-layout1 .table-layout1__wrapper .table-layout1-body table thead tr th {
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 12px;
          color: #75787b;
          letter-spacing: 0;
          text-align: center;
          line-height: 20px;
          text-transform: uppercase;
          height: 34px;
          padding: 0; }
          .table-layout1 .table-layout1__wrapper .table-layout1-body table thead tr th:last-child {
            font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica; }
          .table-layout1 .table-layout1__wrapper .table-layout1-body table thead tr th:nth-child(1) {
            width: 12%; }
          .table-layout1 .table-layout1__wrapper .table-layout1-body table thead tr th:nth-child(2) {
            width: 14%; }
          .table-layout1 .table-layout1__wrapper .table-layout1-body table thead tr th:nth-child(3) {
            width: 48%; }
          .table-layout1 .table-layout1__wrapper .table-layout1-body table thead tr th:nth-child(4) {
            width: 13%; }
          .table-layout1 .table-layout1__wrapper .table-layout1-body table thead tr th:nth-child(5) {
            width: 13%; }
        .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr {
          height: 50px; }
          .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr:nth-child(odd) {
            background-color: #eeeeee; }
          .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr:nth-child(even) {
            background-color: white; }
          .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr td {
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 16px;
            color: black;
            letter-spacing: 0;
            text-align: center;
            line-height: 20px;
            text-transform: uppercase;
            padding: 0; }
            .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr td img {
              max-width: 26px;
              max-height: 26px;
              max-width: 30px;
              max-height: 30px;
              font-size: 0; }
            .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr td:nth-child(1) {
              width: 12%; }
            .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr td:nth-child(2) {
              width: 14%; }
            .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr td:nth-child(3) {
              width: 48%;
              text-align: left;
              font-family: "FoundryGridnik-Regular", Arial, Helvetica; }
            .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr td:nth-child(4) {
              width: 13%;
              font-family: "FoundryGridnik-Medium", Arial, Helvetica; }
            .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr td:nth-child(5) {
              width: 13%;
              font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
              color: #c00d1e; }
          .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr.focus {
            background-color: #c00d1e; }
            .table-layout1 .table-layout1__wrapper .table-layout1-body table tbody tr.focus td {
              color: white; }

@media only screen and (min-width: 640px) {
  .table-layout1 {
    height: 388px; }
    .table-layout1 .table-layout1__wrapper .table-layout1-body .table-layout1-body__body {
      height: 298px; } }

@media only screen and (min-width: 1024px) {
  .table-layout1 {
    height: 352px; }
    .table-layout1 .table-layout1__wrapper .table-layout1-header {
      position: relative; }
      .table-layout1 .table-layout1__wrapper .table-layout1-header .table-layout1-header__wrapper .details {
        -webkit-transition: color 350ms ease-in-out;
        -moz-transition: color 350ms ease-in-out;
        -ms-transition: color 350ms ease-in-out;
        -o-transition: color 350ms ease-in-out;
        transition: color 350ms ease-in-out; }
        .table-layout1 .table-layout1__wrapper .table-layout1-header .table-layout1-header__wrapper .details:hover {
          color: #75787b; }
    .table-layout1 .table-layout1__wrapper .table-layout1-body .table-layout1-body__body {
      height: 262px; } }

.banner-layout1 {
  position: relative;
  height: 150px; }
  .banner-layout1 a {
    text-decoration: none; }
    .banner-layout1 a .banner-layout1__wrapper {
      position: relative;
      display: table;
      width: 100%;
      height: 100%;
      padding: 0 30px;
      text-align: center; }
      .banner-layout1 a .banner-layout1__wrapper .text {
        position: relative;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 36px;
        letter-spacing: 0;
        text-align: center;
        line-height: 36px; }
  .banner-layout1.banner-layout1--bg-image {
    height: auto;
    background-color: white !important; }
    .banner-layout1.banner-layout1--bg-image .banner-layout1__wrapper {
      padding: 0; }
      .banner-layout1.banner-layout1--bg-image .banner-layout1__wrapper img {
        position: relative;
        width: 100%;
        height: auto;
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01); }

@media only screen and (min-width: 1024px) {
  .banner-layout1 {
    height: 130px;
    -webkit-transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
    -ms-transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
    transition: color 350ms ease-in-out, background-color 350ms ease-in-out; } }

.banner-layout2 {
  position: relative;
  height: 150px; }
  .banner-layout2 a {
    text-decoration: none; }
    .banner-layout2 a .banner-layout2__wrapper {
      position: relative;
      display: table;
      width: 100%;
      height: 100%;
      padding: 0 30px;
      text-align: center; }
      .banner-layout2 a .banner-layout2__wrapper .text {
        position: relative;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 36px;
        letter-spacing: 0;
        text-align: center;
        line-height: 36px; }
  .banner-layout2.banner-layout2--bg-image {
    height: auto;
    background-color: white !important; }
    .banner-layout2.banner-layout2--bg-image .banner-layout2__wrapper {
      padding: 0; }
      .banner-layout2.banner-layout2--bg-image .banner-layout2__wrapper img {
        position: relative;
        width: 100%;
        height: auto;
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01); }

@media only screen and (min-width: 1024px) {
  .banner-layout2 {
    height: 130px;
    -webkit-transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
    -ms-transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
    transition: color 350ms ease-in-out, background-color 350ms ease-in-out; } }

.banner-layout3 {
  position: relative; }
  .banner-layout3 a {
    text-decoration: none; }
  .banner-layout3 .banner-layout3__wrapper {
    position: relative;
    width: 100%; }
    .banner-layout3 .banner-layout3__wrapper img {
      position: relative;
      width: 100%;
      height: auto;
      border: 1px solid #d9d9d6; }

.banner-layout4 {
  position: relative; }
  .banner-layout4 a {
    text-decoration: none; }
  .banner-layout4 .banner-layout4__wrapper {
    position: relative;
    width: 100%; }
    .banner-layout4 .banner-layout4__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.banner-layout5 {
  position: relative;
  float: left;
  width: 100%; }
  .banner-layout5 .banner-layout5__wrapper {
    float: left;
    width: 100%; }
    .banner-layout5 .banner-layout5__wrapper .banner-layout5__info {
      background-color: #c00d1e;
      padding: 30px; }
      .banner-layout5 .banner-layout5__wrapper .banner-layout5__info .info-title {
        float: left;
        width: 100%;
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 32px;
        line-height: 1.13em;
        letter-spacing: normal;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .banner-layout5 .banner-layout5__wrapper .banner-layout5__info .info-excerpt {
        float: left;
        width: 100%;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 22px;
        line-height: 1.27em;
        letter-spacing: normal;
        color: #ffffff;
        margin-bottom: 30px; }
      .banner-layout5 .banner-layout5__wrapper .banner-layout5__info .info-button {
        float: left;
        width: 100%; }
        .banner-layout5 .banner-layout5__wrapper .banner-layout5__info .info-button .button-layout4 .button-layout4__wrapper {
          background-color: #ffffff;
          padding: 0 29px; }
          .banner-layout5 .banner-layout5__wrapper .banner-layout5__info .info-button .button-layout4 .button-layout4__wrapper button {
            color: #212322; }
    .banner-layout5 .banner-layout5__wrapper .banner-layout5__image {
      position: relative;
      height: 170px;
      overflow: hidden; }
      .banner-layout5 .banner-layout5__wrapper .banner-layout5__image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: 100%;
        max-width: unset;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }

@media only screen and (min-width: 640px) {
  .banner-layout5 .banner-layout5__wrapper .banner-layout5__info .info-title {
    font-size: 42px;
    line-height: 1.14em; }
  .banner-layout5 .banner-layout5__wrapper .banner-layout5__info .info-excerpt {
    font-size: 30px;
    line-height: 1.2em; }
  .banner-layout5 .banner-layout5__wrapper .banner-layout5__image {
    height: 340px; } }

@media only screen and (min-width: 1024px) {
  .banner-layout5 .banner-layout5__wrapper {
    height: 280px; }
    .banner-layout5 .banner-layout5__wrapper .banner-layout5__info {
      height: 100%; }
      .banner-layout5 .banner-layout5__wrapper .banner-layout5__info .info-title {
        font-size: 30px;
        line-height: 1.14em;
        max-height: 2.48em; }
      .banner-layout5 .banner-layout5__wrapper .banner-layout5__info .info-excerpt {
        font-size: 26px;
        max-height: 2.6em; }
      .banner-layout5 .banner-layout5__wrapper .banner-layout5__info .info-button {
        position: absolute;
        left: 30px;
        bottom: 30px; }
    .banner-layout5 .banner-layout5__wrapper .banner-layout5__image {
      height: 100%; } }

@media only screen and (min-width: 3200px) {
  .banner-layout5 .banner-layout5__wrapper .banner-layout5__image img {
    width: 100%;
    height: auto; } }

.single-item-layout1 {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden; }
  .single-item-layout1 .single-item-layout1__wrapper {
    position: relative;
    float: left;
    width: 100%; }
    .single-item-layout1 .single-item-layout1__wrapper a {
      position: relative;
      float: left;
      width: 100%;
      text-decoration: none; }
    .single-item-layout1 .single-item-layout1__wrapper .item {
      position: relative;
      width: 100%;
      height: 100%; }
      .single-item-layout1 .single-item-layout1__wrapper .item .image {
        position: relative;
        padding-top: 79.37%;
        overflow: hidden; }
        .single-item-layout1 .single-item-layout1__wrapper .item .image img {
          position: absolute;
          top: 0;
          left: 50%;
          bottom: 0;
          right: 0;
          width: auto;
          height: 100%;
          max-width: none;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        .single-item-layout1 .single-item-layout1__wrapper .item .image:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0);
          background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 64%);
          background: -webkit-gradient(linear, 0deg, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(64%, rgba(0, 0, 0, 0)));
          background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 64%);
          background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 64%);
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 64%);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0.4), endColorstr=rgba(0, 0, 0, 0)); }
      .single-item-layout1 .single-item-layout1__wrapper .item .info {
        position: relative;
        float: left;
        width: 100%;
        padding-top: 10px; }
        .single-item-layout1 .single-item-layout1__wrapper .item .info .info__date-category {
          position: relative;
          float: left;
          width: 100%;
          margin-bottom: 12px; }
          .single-item-layout1 .single-item-layout1__wrapper .item .info .info__date-category .date {
            position: relative;
            display: inline-block;
            vertical-align: baseline;
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 16px;
            color: #d6001c;
            letter-spacing: 0;
            line-height: 16px;
            text-transform: uppercase;
            margin-right: 6px; }
          .single-item-layout1 .single-item-layout1__wrapper .item .info .info__date-category .category {
            position: relative;
            display: inline-block;
            vertical-align: baseline;
            font-family: "FoundryGridnik-Regular", Arial, Helvetica;
            font-size: 16px;
            color: #75787b;
            letter-spacing: 0;
            text-align: right;
            line-height: 16px;
            text-transform: uppercase; }
        .single-item-layout1 .single-item-layout1__wrapper .item .info .info__title {
          position: relative;
          display: inline-block;
          width: 100%;
          font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
          font-size: 20px;
          color: black;
          letter-spacing: 0;
          line-height: 1.3em;
          max-height: 2.6em;
          text-transform: uppercase;
          margin-bottom: 8px; }
        .single-item-layout1 .single-item-layout1__wrapper .item .info .info__excerpt {
          position: relative;
          display: inline-block;
          width: 100%;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 14px;
          color: black;
          letter-spacing: 0;
          line-height: 1.3em;
          height: 2.6em; }

@media only screen and (min-width: 1024px) {
  .single-item-layout1 .single-item-layout1__wrapper .item .image {
    position: relative;
    float: left;
    width: 100%;
    height: 234px;
    padding-top: unset; }
    .single-item-layout1 .single-item-layout1__wrapper .item .image img {
      width: auto;
      height: 100%;
      -webkit-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -moz-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -ms-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -o-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9); }
  .single-item-layout1 .single-item-layout1__wrapper .item:hover .image img {
    -webkit-transform: translateX(-50%) scale(1.05);
    -moz-transform: translateX(-50%) scale(1.05);
    -ms-transform: translateX(-50%) scale(1.05);
    -o-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05); } }

.single-item-layout2 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .single-item-layout2 .single-item-layout2__wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: auto; }
    .single-item-layout2 .single-item-layout2__wrapper a {
      position: relative;
      float: left;
      width: 100%;
      text-decoration: none; }
    .single-item-layout2 .single-item-layout2__wrapper .item {
      position: relative; }
      .single-item-layout2 .single-item-layout2__wrapper .item .image {
        position: relative;
        float: left;
        width: 100%;
        height: 290px;
        overflow: hidden; }
        .single-item-layout2 .single-item-layout2__wrapper .item .image img {
          position: absolute;
          top: 0;
          left: 50%;
          width: auto;
          height: 100%;
          max-width: none;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        .single-item-layout2 .single-item-layout2__wrapper .item .image.content-type--gallery:before, .single-item-layout2 .single-item-layout2__wrapper .item .image.content-type--video:before {
          content: "";
          position: absolute;
          top: 10px;
          left: 10px;
          width: 28px;
          height: 28px;
          background-size: 28px 28px;
          background-repeat: no-repeat;
          z-index: 1; }
        .single-item-layout2 .single-item-layout2__wrapper .item .image.content-type--gallery:before {
          background-image: url("public/img/single-item-layout2/galeria_fotos.svg"); }
        .single-item-layout2 .single-item-layout2__wrapper .item .image.content-type--video:before {
          background-image: url("public/img/single-item-layout2/galeria_videos.svg"); }
        .single-item-layout2 .single-item-layout2__wrapper .item .image:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0);
          background: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%);
          background: -webkit-gradient(linear, -90deg, color-stop(0%, rgba(0, 0, 0, 0.45)), color-stop(50%, rgba(0, 0, 0, 0)));
          background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%);
          background: -o-linear-gradient(-90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%);
          background: linear-gradient(-90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0.45), endColorstr=rgba(0, 0, 0, 0)); }
      .single-item-layout2 .single-item-layout2__wrapper .item .info {
        position: relative;
        float: left;
        width: 100%;
        padding-top: 20px; }
        .single-item-layout2 .single-item-layout2__wrapper .item .info .info__date-category {
          position: relative;
          float: left;
          width: 100%;
          margin-bottom: 14px; }
          .single-item-layout2 .single-item-layout2__wrapper .item .info .info__date-category .date {
            position: relative;
            display: inline-block;
            vertical-align: baseline;
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 16px;
            color: #d6001c;
            letter-spacing: 0;
            line-height: 16px;
            text-transform: uppercase; }
          .single-item-layout2 .single-item-layout2__wrapper .item .info .info__date-category .category {
            position: relative;
            display: inline-block;
            vertical-align: baseline;
            font-family: "FoundryGridnik-Regular", Arial, Helvetica;
            font-size: 16px;
            color: black;
            letter-spacing: 0;
            text-align: right;
            line-height: 16px;
            margin-left: 6px;
            text-transform: uppercase; }
        .single-item-layout2 .single-item-layout2__wrapper .item .info .info__title {
          position: relative;
          display: inline-block;
          width: 100%;
          font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
          font-size: 18px;
          color: black;
          letter-spacing: 0;
          line-height: 1.3em;
          max-height: 3.9em;
          text-transform: uppercase;
          margin-bottom: 8px; }

@media only screen and (min-width: 1024px) {
  .single-item-layout2 .single-item-layout2__wrapper .item .image {
    height: 252px; }
    .single-item-layout2 .single-item-layout2__wrapper .item .image img {
      -webkit-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -moz-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -ms-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -o-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9); }
  .single-item-layout2 .single-item-layout2__wrapper .item .info {
    padding-top: 10px; }
    .single-item-layout2 .single-item-layout2__wrapper .item .info .info__title {
      font-size: 20px;
      -webkit-transition: color 350ms ease-in-out;
      -moz-transition: color 350ms ease-in-out;
      -ms-transition: color 350ms ease-in-out;
      -o-transition: color 350ms ease-in-out;
      transition: color 350ms ease-in-out; }
  .single-item-layout2 .single-item-layout2__wrapper .item:hover .image img {
    -webkit-transform: translateX(-50%) scale(1.05);
    -moz-transform: translateX(-50%) scale(1.05);
    -ms-transform: translateX(-50%) scale(1.05);
    -o-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05); }
  .single-item-layout2 .single-item-layout2__wrapper .item:hover .info .info__title {
    color: #d6001c; } }

@media only screen and (min-width: 1200px) {
  .single-item-layout2 .single-item-layout2__wrapper .item .image {
    height: 410px; } }

@media only screen and (min-width: 1440px) {
  .single-item-layout2 .single-item-layout2__wrapper .item .image {
    height: 304px; } }

@media only screen and (min-width: 1660px) {
  .single-item-layout2 .single-item-layout2__wrapper .item .image.crop img {
    width: 100%;
    height: auto; } }

.single-item-layout3 {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  overflow: hidden; }
  .single-item-layout3 .single-item-layout3__wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 100%; }
    .single-item-layout3 .single-item-layout3__wrapper a {
      position: relative;
      float: left;
      width: 100%;
      height: 100%;
      text-decoration: none; }
    .single-item-layout3 .single-item-layout3__wrapper .item {
      position: relative;
      float: left;
      width: 100%;
      height: 100%; }
      .single-item-layout3 .single-item-layout3__wrapper .item .image {
        position: relative;
        float: left;
        width: 100%;
        height: 200px;
        overflow: hidden; }
        .single-item-layout3 .single-item-layout3__wrapper .item .image img {
          position: absolute;
          top: 0;
          left: 50%;
          width: auto;
          height: 100%;
          max-width: none;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
      .single-item-layout3 .single-item-layout3__wrapper .item .info {
        position: relative;
        float: left;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 20px; }
        .single-item-layout3 .single-item-layout3__wrapper .item .info .info__title {
          position: relative;
          float: left;
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 18px;
          color: #c00d1e;
          letter-spacing: 0;
          line-height: 1.3em;
          max-height: 2.6em;
          text-transform: uppercase; }
        .single-item-layout3 .single-item-layout3__wrapper .item .info .info__meta-1 {
          position: relative;
          float: left;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 18px;
          color: #212322;
          letter-spacing: 0;
          text-align: left;
          line-height: 24px; }

@media only screen and (min-width: 640px) {
  .single-item-layout3 {
    height: 332px; }
    .single-item-layout3 .single-item-layout3__wrapper .item .image {
      height: 230px; }
    .single-item-layout3 .single-item-layout3__wrapper .item .info .info__meta-1 {
      margin-top: 4px; } }

@media only screen and (min-width: 1024px) {
  .single-item-layout3 .single-item-layout3__wrapper .item {
    /*@include transition(background-color 350ms ease-in-out);

                &:hover {
                    background-color: $single-item-layout3-item-hover-background-color;
                }*/ }
    .single-item-layout3 .single-item-layout3__wrapper .item .image img {
      -webkit-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -moz-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -ms-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -o-transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      transition: transform 1800ms cubic-bezier(0.03, 0.5, 0.03, 0.9); }
    .single-item-layout3 .single-item-layout3__wrapper .item:hover .image img {
      -webkit-transform: translateX(-50%) scale(1.05);
      -moz-transform: translateX(-50%) scale(1.05);
      -ms-transform: translateX(-50%) scale(1.05);
      -o-transform: translateX(-50%) scale(1.05);
      transform: translateX(-50%) scale(1.05); } }

@media only screen and (min-width: 1200px) {
  .single-item-layout3 {
    height: 352px; }
    .single-item-layout3 .single-item-layout3__wrapper .item .image {
      height: 250px; } }

@media only screen and (min-width: 1440px) {
  .single-item-layout3 {
    height: 412px; }
    .single-item-layout3 .single-item-layout3__wrapper .item .image {
      height: 310px; }
    .single-item-layout3 .single-item-layout3__wrapper .item .info .info__meta-1 {
      margin-top: 6px; } }

.single-item-layout4 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .single-item-layout4 .single-item-layout4__wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: auto; }
    .single-item-layout4 .single-item-layout4__wrapper a {
      position: relative;
      float: left;
      width: 100%;
      height: auto;
      text-decoration: none; }
    .single-item-layout4 .single-item-layout4__wrapper .item {
      position: relative;
      float: left;
      width: 100%;
      height: auto; }
      .single-item-layout4 .single-item-layout4__wrapper .item .image {
        position: relative;
        float: left;
        width: 100%;
        height: 116px;
        overflow: hidden;
        margin-bottom: 10px; }
        .single-item-layout4 .single-item-layout4__wrapper .item .image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto; }
      .single-item-layout4 .single-item-layout4__wrapper .item .info {
        position: relative;
        float: left;
        width: 100%; }
        .single-item-layout4 .single-item-layout4__wrapper .item .info .info__meta {
          position: relative;
          float: left;
          width: 100%;
          margin-bottom: 14px; }
          .single-item-layout4 .single-item-layout4__wrapper .item .info .info__meta .meta-source {
            position: relative;
            display: inline-block;
            vertical-align: middle; }
            .single-item-layout4 .single-item-layout4__wrapper .item .info .info__meta .meta-source svg {
              width: 24px;
              height: auto; }
              .single-item-layout4 .single-item-layout4__wrapper .item .info .info__meta .meta-source svg path {
                fill: #d6001c; }
          .single-item-layout4 .single-item-layout4__wrapper .item .info .info__meta .meta-1 {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            font-family: "FoundryGridnik-Regular", Arial, Helvetica;
            font-size: 18px;
            color: #a4a4a4;
            letter-spacing: 0;
            line-height: 20px;
            text-transform: uppercase;
            margin-left: 10px; }
        .single-item-layout4 .single-item-layout4__wrapper .item .info .info__content {
          position: relative;
          float: left;
          width: 100%;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 15px;
          color: black;
          letter-spacing: 0;
          line-height: 1.4em;
          max-height: 5.6em; }

@media only screen and (min-width: 1024px) {
  .single-item-layout4 .single-item-layout4__wrapper .item .image {
    height: 100px; }
    .single-item-layout4 .single-item-layout4__wrapper .item .image img {
      backface-visibility: hidden;
      -webkit-transition: filter 250ms ease-in-out;
      -moz-transition: filter 250ms ease-in-out;
      -ms-transition: filter 250ms ease-in-out;
      -o-transition: filter 250ms ease-in-out;
      transition: filter 250ms ease-in-out; }
    .single-item-layout4 .single-item-layout4__wrapper .item .image .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: rgba(178, 6, 6, 0.7);
      -webkit-transition: opacity 350ms ease-in-out;
      -moz-transition: opacity 350ms ease-in-out;
      -ms-transition: opacity 350ms ease-in-out;
      -o-transition: opacity 350ms ease-in-out;
      transition: opacity 350ms ease-in-out; }
  .single-item-layout4 .single-item-layout4__wrapper .item .info .info__content {
    max-height: 4.2em; }
  .single-item-layout4 .single-item-layout4__wrapper .item:hover .image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .single-item-layout4 .single-item-layout4__wrapper .item:hover .image .overlay {
    opacity: 1; } }

@media only screen and (min-width: 1200px) {
  .single-item-layout4 .single-item-layout4__wrapper .item .image {
    height: 116px; } }

@media only screen and (min-width: 1440px) {
  .single-item-layout4 .single-item-layout4__wrapper .item .image {
    height: 140px;
    margin-bottom: 26px; }
  .single-item-layout4 .single-item-layout4__wrapper .item .info .info__content {
    max-height: 2.8em; } }

.single-item-layout5 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .single-item-layout5 .single-item-layout5__wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: auto; }
    .single-item-layout5 .single-item-layout5__wrapper a {
      position: relative;
      float: left;
      width: 100%;
      text-decoration: none; }
    .single-item-layout5 .single-item-layout5__wrapper .item {
      position: relative;
      float: left;
      width: 100%;
      margin-top: 4px; }
      .single-item-layout5 .single-item-layout5__wrapper .item .thumbnail {
        position: relative;
        float: left;
        width: 100%;
        height: 180px;
        overflow: hidden;
        border: none;
        box-shadow: none;
        margin: 0;
        max-width: none;
        border-radius: 0; }
        .single-item-layout5 .single-item-layout5__wrapper .item .thumbnail img {
          position: absolute;
          top: 0;
          left: 50%;
          width: auto;
          height: 100%;
          max-width: none;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        .single-item-layout5 .single-item-layout5__wrapper .item .thumbnail:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.1);
          background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.32) 15%, rgba(0, 0, 0, 0.1) 56%);
          background: -webkit-gradient(linear, 0deg, color-stop(15%, rgba(0, 0, 0, 0.32)), color-stop(56%, rgba(0, 0, 0, 0.1)));
          background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.32) 15%, rgba(0, 0, 0, 0.1) 56%);
          background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.32) 15%, rgba(0, 0, 0, 0.1) 56%);
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 15%, rgba(0, 0, 0, 0.1) 56%);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0.32), endColorstr=rgba(0, 0, 0, 0.1)); }
      .single-item-layout5 .single-item-layout5__wrapper .item .info {
        position: absolute;
        bottom: 12px;
        left: 0;
        width: 100%;
        padding: 0 10px; }
        .single-item-layout5 .single-item-layout5__wrapper .item .info .info__meta-1 {
          position: relative;
          float: left;
          width: 100%;
          font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
          font-size: 40px;
          color: #d6001c;
          letter-spacing: 0;
          line-height: 34px;
          text-transform: uppercase; }
        .single-item-layout5 .single-item-layout5__wrapper .item .info .info__title {
          position: relative;
          float: left;
          width: 100%;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 20px;
          color: white;
          letter-spacing: 0;
          line-height: 20px;
          margin-top: 8px;
          text-transform: uppercase; }
        .single-item-layout5 .single-item-layout5__wrapper .item .info .info__meta-2 {
          position: relative;
          float: left;
          width: 100%;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 14px;
          color: white;
          letter-spacing: 0;
          line-height: 16px;
          margin-top: 6px;
          text-transform: uppercase; }

@media only screen and (min-width: 640px) {
  .single-item-layout5 .single-item-layout5__wrapper .item {
    margin-top: 10px; }
    .single-item-layout5 .single-item-layout5__wrapper .item .thumbnail {
      height: 200px; } }

@media only screen and (min-width: 1024px) {
  .single-item-layout5 .single-item-layout5__wrapper .item .thumbnail {
    height: 240px; }
    .single-item-layout5 .single-item-layout5__wrapper .item .thumbnail img {
      -webkit-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -moz-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -ms-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -o-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9); }
  .single-item-layout5 .single-item-layout5__wrapper .item .info .info__meta-1 {
    -webkit-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
    -moz-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
    -ms-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
    -o-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
    transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9); }
  .single-item-layout5 .single-item-layout5__wrapper .item .info .info__title {
    -webkit-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9) 25ms;
    -moz-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9) 25ms;
    -ms-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9) 25ms;
    -o-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9) 25ms;
    transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9) 25ms; }
  .single-item-layout5 .single-item-layout5__wrapper .item .info .info__meta-2 {
    margin-top: 26px;
    -webkit-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9) 50ms;
    -moz-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9) 50ms;
    -ms-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9) 50ms;
    -o-transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9) 50ms;
    transition: transform 1200ms cubic-bezier(0.03, 0.5, 0.03, 0.9) 50ms; }
  .single-item-layout5 .single-item-layout5__wrapper .item:hover .thumbnail img {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%); }
  .single-item-layout5 .single-item-layout5__wrapper .item:hover .info .info__meta-1,
  .single-item-layout5 .single-item-layout5__wrapper .item:hover .info .info__title,
  .single-item-layout5 .single-item-layout5__wrapper .item:hover .info .info__meta-2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }

@media only screen and (min-width: 1200px) {
  .single-item-layout5 .single-item-layout5__wrapper .item {
    margin-top: 12px; }
    .single-item-layout5 .single-item-layout5__wrapper .item .thumbnail {
      height: 270px; }
    .single-item-layout5 .single-item-layout5__wrapper .item .info {
      padding: 0 12px; } }

@media only screen and (min-width: 1440px) {
  .single-item-layout5 .single-item-layout5__wrapper .item {
    margin-top: 14px; }
    .single-item-layout5 .single-item-layout5__wrapper .item .info .info__meta-2 {
      margin-top: 6px; } }

.single-item-layout6 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .single-item-layout6 .single-item-layout6__wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: auto; }
    .single-item-layout6 .single-item-layout6__wrapper a {
      position: relative;
      float: left;
      width: 100%;
      text-decoration: none; }
    .single-item-layout6 .single-item-layout6__wrapper .item {
      position: relative;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 14px;
      border-bottom: 2px solid #d9d9d6; }
      .single-item-layout6 .single-item-layout6__wrapper .item .item__title {
        position: relative;
        width: 100%;
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 20px;
        color: black;
        letter-spacing: 0;
        line-height: 30px;
        text-transform: uppercase; }
      .single-item-layout6 .single-item-layout6__wrapper .item .item__meta {
        position: relative;
        width: 100%;
        margin-top: 14px; }
        .single-item-layout6 .single-item-layout6__wrapper .item .item__meta .meta-1,
        .single-item-layout6 .single-item-layout6__wrapper .item .item__meta .meta-2 {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 16px;
          color: #d6001c;
          letter-spacing: 0;
          line-height: 16px;
          text-transform: uppercase; }
        .single-item-layout6 .single-item-layout6__wrapper .item .item__meta span {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 16px;
          color: black;
          letter-spacing: 0;
          line-height: 16px;
          margin: 0 10px; }

@media only screen and (min-width: 1024px) {
  .single-item-layout6 .single-item-layout6__wrapper .item .item__title {
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out; }
    .single-item-layout6 .single-item-layout6__wrapper .item .item__title:hover {
      color: #75787b; } }

.single-item-layout7 {
  position: relative;
  float: left;
  height: auto;
  overflow: hidden; }
  .single-item-layout7 .single-item-layout7__wrapper {
    position: relative;
    float: left;
    width: 220px;
    height: 457px; }
    .single-item-layout7 .single-item-layout7__wrapper a {
      position: relative;
      float: left;
      width: 100%;
      height: 100%;
      text-decoration: none; }
    .single-item-layout7 .single-item-layout7__wrapper .item {
      position: relative;
      height: 100%;
      padding-top: 20px; }
      .single-item-layout7 .single-item-layout7__wrapper .item .image {
        position: absolute;
        width: 192px;
        top: 0;
        left: 50%;
        z-index: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        .single-item-layout7 .single-item-layout7__wrapper .item .image .image__wrapper {
          position: relative;
          width: 100%;
          height: 190px;
          border: solid 2px #eeeeee;
          background-color: white; }
          .single-item-layout7 .single-item-layout7__wrapper .item .image .image__wrapper img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: auto;
            max-width: 132px;
            max-height: 110px;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
      .single-item-layout7 .single-item-layout7__wrapper .item .info {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        background-color: rgba(238, 238, 238, 0.4);
        padding: 178px 14px 18px; }
        .single-item-layout7 .single-item-layout7__wrapper .item .info .info__title {
          position: relative;
          width: 100%; }
          .single-item-layout7 .single-item-layout7__wrapper .item .info .info__title .text {
            font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
            font-size: 28px;
            color: #c00d1e;
            letter-spacing: 0;
            line-height: 1.07em;
            max-height: 3.41em;
            text-align: center; }
        .single-item-layout7 .single-item-layout7__wrapper .item .info .info__excerpt {
          width: 100%;
          margin-top: 34px; }
          .single-item-layout7 .single-item-layout7__wrapper .item .info .info__excerpt .text {
            font-family: "FoundryGridnik-Medium", Arial, Helvetica;
            font-size: 16px;
            color: black;
            letter-spacing: 0;
            letter-spacing: normal;
            line-height: 1.25em;
            max-height: 7.7em;
            text-align: center; }

.title-layout1 {
  position: relative; }
  .title-layout1 .title-layout1__wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #d9d9d6; }
    .title-layout1 .title-layout1__wrapper > .text {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      font-family: "FoundryGridnik-Bold", Arial, Helvetica;
      font-size: 20px;
      color: black;
      letter-spacing: 0;
      line-height: 20px;
      width: calc(100% - 110px);
      padding-right: 10px; }
    .title-layout1 .title-layout1__wrapper .link {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 110px;
      height: 40px;
      background-color: #bbbcbc; }
      .title-layout1 .title-layout1__wrapper .link .link__wrapper {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        text-align: center; }
        .title-layout1 .title-layout1__wrapper .link .link__wrapper .text {
          position: relative;
          width: 100%;
          display: table-cell;
          vertical-align: middle;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 16px;
          text-transform: uppercase;
          color: white; }

@media only screen and (min-width: 640px) {
  .title-layout1 .title-layout1__wrapper > .text {
    width: calc(100% - 136px); }
  .title-layout1 .title-layout1__wrapper .link {
    width: 136px; } }

@media only screen and (min-width: 1024px) {
  .title-layout1 .title-layout1__wrapper > .text {
    width: calc(100% - 128px); }
  .title-layout1 .title-layout1__wrapper .link {
    width: 128px; }
    .title-layout1 .title-layout1__wrapper .link .link__wrapper {
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      -ms-transform: perspective(1px) translateZ(0);
      -o-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0); }
      .title-layout1 .title-layout1__wrapper .link .link__wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #d6001c;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: transform 350ms ease-in-out;
        -moz-transition: transform 350ms ease-in-out;
        -ms-transition: transform 350ms ease-in-out;
        -o-transition: transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out; }
    .title-layout1 .title-layout1__wrapper .link:hover .link__wrapper:before {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); } }

@media only screen and (min-width: 1200px) {
  .title-layout1 .title-layout1__wrapper > .text {
    width: calc(100% - 150px); }
  .title-layout1 .title-layout1__wrapper .link {
    width: 150px; } }

@media only screen and (min-width: 1440px) {
  .title-layout1 .title-layout1__wrapper > .text {
    width: calc(100% - 180px); }
  .title-layout1 .title-layout1__wrapper .link {
    width: 180px; } }

.title-layout2 {
  position: relative; }
  .title-layout2 .title-layout2__wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #d9d9d6; }
    .title-layout2 .title-layout2__wrapper > .text {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      font-family: "FoundryGridnik-Bold", Arial, Helvetica;
      font-size: 20px;
      color: black;
      letter-spacing: 0;
      line-height: 20px;
      width: calc(100% - 150px);
      padding-right: 10px; }
    .title-layout2 .title-layout2__wrapper select {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 150px;
      height: 40px;
      border: 2px solid #bbbcbc;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 14px;
      color: #75787b;
      letter-spacing: 0;
      line-height: 1.4em;
      text-transform: uppercase;
      margin: 0;
      box-shadow: none !important;
      cursor: pointer;
      -webkit-transition: border 350ms ease-in-out, color 350ms ease-in-out;
      -moz-transition: border 350ms ease-in-out, color 350ms ease-in-out;
      -ms-transition: border 350ms ease-in-out, color 350ms ease-in-out;
      -o-transition: border 350ms ease-in-out, color 350ms ease-in-out;
      transition: border 350ms ease-in-out, color 350ms ease-in-out;
      text-indent: 1px;
      text-overflow: '';
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("public/img/select/arrow_select_down.svg");
      background-size: 12px 6px;
      background-repeat: no-repeat;
      background-position: calc(100% - .5rem) 50%; }
      .title-layout2 .title-layout2__wrapper select option {
        padding: 0;
        margin: 0; }
      .title-layout2 .title-layout2__wrapper select::-ms-expand {
        display: none; }
      .title-layout2 .title-layout2__wrapper select::-moz-focus-inner {
        outline: 0 !important;
        border: 0 !important; }

@media only screen and (min-width: 640px) {
  .title-layout2 .title-layout2__wrapper > .text {
    width: calc(100% - 184px); }
  .title-layout2 .title-layout2__wrapper select {
    width: 184px; } }

@media only screen and (min-width: 1024px) {
  .title-layout2 .title-layout2__wrapper > .text {
    width: calc(100% - 200px); }
  .title-layout2 .title-layout2__wrapper select {
    width: 200px; }
    .title-layout2 .title-layout2__wrapper select:hover {
      border: 2px solid #75787b;
      color: #212322; } }

@media only screen and (min-width: 1200px) {
  .title-layout2 .title-layout2__wrapper > .text {
    width: calc(100% - 232px); }
  .title-layout2 .title-layout2__wrapper select {
    width: 232px; } }

@media only screen and (min-width: 1440px) {
  .title-layout2 .title-layout2__wrapper > .text {
    width: calc(100% - 280px); }
  .title-layout2 .title-layout2__wrapper select {
    width: 280px; } }

.title-layout3 {
  position: relative; }
  .title-layout3 .title-layout3__wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #d9d9d6; }
    .title-layout3 .title-layout3__wrapper > .text {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      font-family: "FoundryGridnik-Bold", Arial, Helvetica;
      font-size: 20px;
      color: black;
      letter-spacing: 0;
      line-height: 20px;
      width: 100%; }

.title-layout4 {
  position: relative; }
  .title-layout4 .title-layout4__wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px; }
    .title-layout4 .title-layout4__wrapper > .text {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      font-family: "FoundryGridnik-Bold", Arial, Helvetica;
      font-size: 20px;
      color: black;
      letter-spacing: 0;
      line-height: 20px;
      width: 100%; }

.calendar-layout1 {
  position: relative;
  float: left;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .calendar-layout1 .wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%; }
    .calendar-layout1 .wrapper .vertical-align {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      height: 100%; }
  .calendar-layout1 .calendar-layout1__wrapper {
    position: relative;
    padding: 0; }
    .calendar-layout1 .calendar-layout1__wrapper .events {
      position: relative; }
      .calendar-layout1 .calendar-layout1__wrapper .events .events__header {
        position: relative;
        width: 100%;
        height: 66px;
        background-color: #f6f6f6; }
        .calendar-layout1 .calendar-layout1__wrapper .events .events__header .month-year {
          position: relative;
          height: 100%; }
          .calendar-layout1 .calendar-layout1__wrapper .events .events__header .month-year .month {
            position: relative;
            font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
            font-size: 20px;
            color: #d6001c;
            letter-spacing: 0;
            text-align: center;
            line-height: 24px;
            text-transform: capitalize; }
          .calendar-layout1 .calendar-layout1__wrapper .events .events__header .month-year .year {
            position: relative;
            margin-top: 4px;
            font-family: "FoundryGridnik-Medium", Arial, Helvetica;
            font-size: 14px;
            color: #212322;
            letter-spacing: 0;
            text-align: center;
            line-height: 16px; }
        .calendar-layout1 .calendar-layout1__wrapper .events .events__header .nav {
          position: relative;
          height: 100%; }
          .calendar-layout1 .calendar-layout1__wrapper .events .events__header .nav .arrow {
            position: relative;
            float: left;
            width: 40px;
            height: 40px;
            text-align: center;
            cursor: pointer;
            -webkit-transition: opacity 250ms ease-in-out;
            -moz-transition: opacity 250ms ease-in-out;
            -ms-transition: opacity 250ms ease-in-out;
            -o-transition: opacity 250ms ease-in-out;
            transition: opacity 250ms ease-in-out; }
            .calendar-layout1 .calendar-layout1__wrapper .events .events__header .nav .arrow:before {
              content: "";
              position: absolute;
              top: 9px;
              left: 6px;
              width: 12px;
              height: 22px;
              background-image: url("public/img/clndr-layout1/arrow_calendar_month.svg");
              background-size: 12px 22px;
              background-repeat: no-repeat;
              transform-origin: 50% 50%; }
            .calendar-layout1 .calendar-layout1__wrapper .events .events__header .nav .arrow.arrow--prev:before {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            .calendar-layout1 .calendar-layout1__wrapper .events .events__header .nav .arrow.arrow--next {
              float: right; }
              .calendar-layout1 .calendar-layout1__wrapper .events .events__header .nav .arrow.arrow--next:before {
                left: unset;
                right: 6px; }
            .calendar-layout1 .calendar-layout1__wrapper .events .events__header .nav .arrow.arrow--disabled {
              opacity: 0.2; }
      .calendar-layout1 .calendar-layout1__wrapper .events .events__body {
        position: relative;
        width: 100%;
        height: auto;
        height: 552px;
        overflow: hidden; }
        .calendar-layout1 .calendar-layout1__wrapper .events .events__body .scroll-wrapper {
          position: relative;
          float: left;
          width: 100%;
          height: 100%;
          cursor: ns-resize;
          touch-action: none;
          -webkit-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -ms-transform: translateZ(0);
          -o-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-touch-callout: none;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -webkit-text-size-adjust: none;
          -moz-text-size-adjust: none;
          -ms-text-size-adjust: none;
          -o-text-size-adjust: none;
          text-size-adjust: none; }
        .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul {
          position: relative;
          float: left;
          width: 100%;
          height: auto;
          list-style: none;
          margin: 0; }
          .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li {
            position: relative; }
            .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details {
              position: relative;
              padding: 16px 0 14px 0;
              border-bottom: 2px solid #d8d8d8; }
              .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details > div > div > div:nth-child(2) {
                margin-top: 10px; }
              .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .date {
                position: relative;
                display: inline-block;
                vertical-align: baseline;
                font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
                font-size: 14px;
                color: #212322;
                letter-spacing: 0;
                line-height: 20px;
                text-transform: uppercase; }
              .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .hour {
                position: relative;
                display: inline-block;
                vertical-align: baseline;
                font-family: "FoundryGridnik-Medium", Arial, Helvetica;
                font-size: 14px;
                color: #212322;
                letter-spacing: 0;
                line-height: 20px;
                text-transform: uppercase;
                margin-left: 10px; }
              .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .competition {
                position: relative;
                float: left;
                width: 100%;
                font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
                font-size: 14px;
                color: #212322;
                letter-spacing: 0;
                line-height: 20px;
                text-transform: uppercase; }
              .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .journey {
                position: relative;
                float: left;
                width: 100%;
                font-family: "FoundryGridnik-Medium", Arial, Helvetica;
                font-size: 14px;
                color: #212322;
                letter-spacing: 0;
                line-height: 20px;
                text-transform: uppercase;
                margin-top: 6px; }
              .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .title {
                position: relative;
                float: left;
                width: 100%;
                font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
                font-size: 20px;
                color: #212322;
                letter-spacing: 0;
                line-height: 20px;
                text-transform: uppercase;
                margin-top: 24px; }
                .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .title span {
                  color: #c00d1e; }
                  .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .title span.vs {
                    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
                    color: #212322; }
              .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .local {
                position: relative;
                float: left;
                width: 100%;
                font-family: "FoundryGridnik-Regular", Arial, Helvetica;
                font-size: 14px;
                color: #75787b;
                letter-spacing: 0;
                line-height: 16px;
                text-transform: uppercase;
                margin-top: 10px; }
        .calendar-layout1 .calendar-layout1__wrapper .events .events__body .iScrollVerticalScrollbar {
          width: 8px !important;
          right: 6px !important; }
          .calendar-layout1 .calendar-layout1__wrapper .events .events__body .iScrollVerticalScrollbar .iScrollIndicator {
            border: none !important;
            border-radius: 4px;
            background-color: #d9d9d6 !important; }
        .calendar-layout1 .calendar-layout1__wrapper .events .events__body.events__body--empty {
          background-color: #eeeeee; }
          .calendar-layout1 .calendar-layout1__wrapper .events .events__body.events__body--empty span {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            padding: 0 10px;
            font-family: "FoundryGridnik-Medium", Arial, Helvetica;
            font-size: 16px;
            color: black;
            letter-spacing: 0;
            text-align: center;
            -webkit-transform: translate3d(-50%, -50%, 0);
            -moz-transform: translate3d(-50%, -50%, 0);
            -ms-transform: translate3d(-50%, -50%, 0);
            -o-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
    .calendar-layout1 .calendar-layout1__wrapper .calendar {
      position: relative;
      height: 452px; }
      .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        background-color: #f6f6f6; }
        .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls {
          position: relative;
          float: left;
          width: 100%;
          height: 102px; }
          .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .clndr-control-button {
            position: absolute;
            top: 31px;
            left: 16px;
            z-index: 1; }
            .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .clndr-control-button .clndr-previous-button,
            .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .clndr-control-button .clndr-next-button {
              position: relative;
              display: inline-block;
              width: 40px;
              height: 40px;
              margin: 0;
              text-align: center;
              cursor: pointer;
              -webkit-transition: opacity 250ms ease-in-out;
              -moz-transition: opacity 250ms ease-in-out;
              -ms-transition: opacity 250ms ease-in-out;
              -o-transition: opacity 250ms ease-in-out;
              transition: opacity 250ms ease-in-out; }
              .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .clndr-control-button .clndr-previous-button:before,
              .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .clndr-control-button .clndr-next-button:before {
                content: "";
                position: absolute;
                top: 9px;
                left: 6px;
                width: 12px;
                height: 22px;
                background-image: url("public/img/clndr-layout1/arrow_calendar_month.svg");
                background-size: 12px 22px;
                background-repeat: no-repeat;
                transform-origin: 50% 50%; }
              .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .clndr-control-button .clndr-previous-button.arrow--disabled,
              .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .clndr-control-button .clndr-next-button.arrow--disabled {
                opacity: 0.2; }
            .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .clndr-control-button .clndr-previous-button:before {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .clndr-control-button.rightalign {
              left: unset;
              right: 16px; }
              .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .clndr-control-button.rightalign .clndr-next-button:before {
                left: unset;
                right: 6px; }
          .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .month {
            position: relative;
            display: inline-block;
            width: 100%;
            font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
            font-size: 24px;
            color: #d6001c;
            letter-spacing: 0;
            text-align: center;
            line-height: 30px;
            text-transform: capitalize;
            margin-top: 20px; }
            .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-controls .month span {
              position: relative;
              display: inline-block;
              width: 100%;
              margin-top: 4px;
              font-family: "FoundryGridnik-Medium", Arial, Helvetica;
              font-size: 20px;
              color: #212322;
              letter-spacing: 0;
              text-align: center;
              line-height: 20px;
              margin-top: 2px; }
        .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table {
          position: relative;
          float: left;
          width: 90%;
          height: calc(100% - 102px);
          margin: 0 0 0 5%;
          border-radius: 0;
          table-layout: fixed; }
          .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table * {
            border: none;
            background: none; }
          .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table .header-days .header-day {
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 18px;
            color: black;
            letter-spacing: 0;
            text-align: center;
            line-height: 16px;
            text-transform: uppercase;
            font-weight: unset; }
          .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table .day {
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 18px;
            color: #adadad;
            letter-spacing: 0;
            text-align: center;
            line-height: 14px;
            cursor: pointer;
            -webkit-transition: color 350ms ease-in-out;
            -moz-transition: color 350ms ease-in-out;
            -ms-transition: color 350ms ease-in-out;
            -o-transition: color 350ms ease-in-out;
            transition: color 350ms ease-in-out; }
            .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table .day .day-contents {
              position: relative;
              -webkit-transform: perspective(1px) translateZ(0);
              -moz-transform: perspective(1px) translateZ(0);
              -ms-transform: perspective(1px) translateZ(0);
              -o-transform: perspective(1px) translateZ(0);
              transform: perspective(1px) translateZ(0); }
              .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table .day .day-contents:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                z-index: -1;
                -webkit-transform: translate3d(-50%, -50%, 0);
                -moz-transform: translate3d(-50%, -50%, 0);
                -ms-transform: translate3d(-50%, -50%, 0);
                -o-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
                -webkit-transition: background-color 350ms ease-in-out;
                -moz-transition: background-color 350ms ease-in-out;
                -ms-transition: background-color 350ms ease-in-out;
                -o-transition: background-color 350ms ease-in-out;
                transition: background-color 350ms ease-in-out; }
            .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table .day.today {
              color: #d6001c; }
              .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table .day.today .day-contents:before {
                border: 1px solid #d6001c; }
            .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table .day.event {
              color: #d6001c; }
            .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table .day.selected {
              color: #212322; }
              .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table .day.selected .day-contents:before {
                background-color: #d8d8d8;
                border: none; }
            .calendar-layout1 .calendar-layout1__wrapper .calendar .clndr .clndr-table .day:hover {
              color: #212322; }

@media only screen and (min-width: 640px) {
  .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details {
    padding: 14px 0; }
    .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details > div > div > div:nth-child(2) {
      margin-top: 0; }
    .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .date,
    .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .hour {
      width: 100%;
      margin: 0; }
    .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .competition,
    .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .journey {
      text-align: right; }
    .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .hour,
    .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .journey {
      margin-top: 4px; }
    .calendar-layout1 .calendar-layout1__wrapper .events .events__body ul li .event-details .title {
      margin-top: 16px; } }

@media only screen and (min-width: 1024px) {
  .calendar-layout1 .calendar-layout1__wrapper .events {
    padding-left: .25rem; }
    .calendar-layout1 .calendar-layout1__wrapper .events .events__body {
      height: 452px;
      border: solid 1px #bbbcbc; }
      .calendar-layout1 .calendar-layout1__wrapper .events .events__body .scroll-wrapper {
        padding: 0 36px 0 20px; }
        .calendar-layout1 .calendar-layout1__wrapper .events .events__body .scroll-wrapper ul li .event-details {
          padding-top: 30px; }
          .calendar-layout1 .calendar-layout1__wrapper .events .events__body .scroll-wrapper ul li .event-details .title {
            margin-top: 20px; }
        .calendar-layout1 .calendar-layout1__wrapper .events .events__body .scroll-wrapper ul li:first-child .event-details {
          padding: 14px 0; }
  .calendar-layout1 .calendar-layout1__wrapper .calendar {
    padding-right: .25rem; } }

.button-layout1 {
  position: relative;
  width: 100%;
  height: auto;
  display: block; }
  .button-layout1 .button-layout1__wrapper {
    position: relative;
    width: 100%; }
    .button-layout1 .button-layout1__wrapper a {
      text-decoration: none; }
    .button-layout1 .button-layout1__wrapper button {
      position: relative;
      width: 100%;
      height: 40px;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 14px;
      color: white;
      letter-spacing: 0;
      text-align: center;
      line-height: 16px;
      text-transform: uppercase;
      border-radius: 0;
      cursor: pointer; }

@media only screen and (min-width: 1024px) {
  .button-layout1 {
    position: relative;
    width: 100%;
    height: auto;
    display: block; }
    .button-layout1 .button-layout1__wrapper button {
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      -ms-transform: perspective(1px) translateZ(0);
      -o-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0); }
      .button-layout1 .button-layout1__wrapper button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: transform 350ms ease-in-out;
        -moz-transition: transform 350ms ease-in-out;
        -ms-transition: transform 350ms ease-in-out;
        -o-transition: transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out; }
      .button-layout1 .button-layout1__wrapper button:hover:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); } }

.button-layout2 {
  position: relative;
  width: 100%;
  height: auto;
  display: block; }
  .button-layout2 .button-layout2__wrapper {
    position: relative;
    width: 100%; }
    .button-layout2 .button-layout2__wrapper a {
      text-decoration: none; }
    .button-layout2 .button-layout2__wrapper button {
      position: relative;
      width: 100%;
      height: 60px;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 16px;
      color: black;
      letter-spacing: 0;
      text-align: center;
      line-height: 22px;
      text-transform: uppercase;
      border-radius: 0;
      border: 2px solid black;
      cursor: pointer; }

@media only screen and (min-width: 1024px) {
  .button-layout2 {
    position: relative;
    width: 100%;
    height: auto;
    display: block; }
    .button-layout2 .button-layout2__wrapper button {
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      -ms-transform: perspective(1px) translateZ(0);
      -o-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
      -moz-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
      -ms-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
      -o-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
      transition: color 250ms ease-in-out, border-color 250ms ease-in-out; }
      .button-layout2 .button-layout2__wrapper button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: transform 350ms ease-in-out;
        -moz-transition: transform 350ms ease-in-out;
        -ms-transition: transform 350ms ease-in-out;
        -o-transition: transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out; }
      .button-layout2 .button-layout2__wrapper button:hover:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
    .button-layout2:hover .button-layout2__wrapper button {
      color: #212322;
      border-color: #75787b; } }

.button-layout3 {
  float: left;
  height: 60px;
  background: #D6001C;
  margin-top: 10px; }
  .button-layout3 a, .button-layout3 button {
    height: 100%;
    width: 100%;
    display: table;
    margin: unset;
    padding: unset;
    border: unset;
    border-radius: unset;
    transition: unset;
    background-color: transparent;
    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase; }
    .button-layout3 a:hover, .button-layout3 a:focus, .button-layout3 button:hover, .button-layout3 button:focus {
      background-color: #D6001C;
      color: #FFFFFF; }
    .button-layout3 a .button-layout3__label, .button-layout3 button .button-layout3__label {
      display: table-cell;
      vertical-align: middle; }

@media only screen and (min-width: 640px) {
  .button-layout3 {
    height: 40px;
    margin-top: 6px; } }

@media only screen and (min-width: 1024px) {
  .button-layout3 {
    height: 60px;
    margin-top: 10px; }
    .button-layout3 a, .button-layout3 button {
      -webkit-transition: background-color 250ms ease-in-out;
      -moz-transition: background-color 250ms ease-in-out;
      -ms-transition: background-color 250ms ease-in-out;
      -o-transition: background-color 250ms ease-in-out;
      transition: background-color 250ms ease-in-out; }
      .button-layout3 a:hover, .button-layout3 button:hover {
        background-color: #C00D1E; } }

@media only screen and (min-width: 1200px) {
  .button-layout3 {
    height: 40px;
    margin-top: 16px; } }

@media only screen and (min-width: 1440px) {
  .button-layout3 {
    margin-top: 10px; } }

.button-layout4 {
  position: relative;
  float: left;
  height: auto;
  display: block; }
  .button-layout4 .button-layout4__wrapper {
    position: relative;
    width: 100%;
    padding: 0 10px;
    background-color: #c00d1e; }
    .button-layout4 .button-layout4__wrapper a {
      text-decoration: none; }
    .button-layout4 .button-layout4__wrapper button {
      position: relative;
      width: 100%;
      height: 30px;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 10px;
      color: white;
      letter-spacing: 0;
      text-align: center;
      line-height: 14px;
      text-transform: uppercase;
      border-radius: 0;
      cursor: pointer; }

.form-subscription-layout1 {
  position: relative; }
  .form-subscription-layout1 .form-subscription-layout1__wrapper {
    position: relative;
    float: left;
    width: 100%; }
    .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs {
      padding: 16px 0;
      border: 1px solid #d6001c; }
      .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs label {
        position: relative;
        float: left;
        width: 100%;
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 10px;
        color: #d6001c;
        letter-spacing: 0;
        line-height: 12px;
        text-transform: uppercase; }
      .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs input {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        font-family: "FoundryGridnik-Regular", Arial, Helvetica;
        font-size: 14px;
        color: white;
        letter-spacing: 0;
        line-height: 18px;
        margin: 2px 0 0 0;
        background: none;
        border: none;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        text-transform: uppercase; }
        .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs input:-webkit-autofill, .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs input:-webkit-autofill:hover, .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs input:-webkit-autofill:focus, .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs input:-webkit-autofill:active {
          -webkit-box-shadow: 0 0 0 30px black inset !important; }
        .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs input:-webkit-autofill {
          -webkit-text-fill-color: white !important; }
      .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs > div:nth-child(1) input {
        margin-bottom: 22px; }
    .form-subscription-layout1 .form-subscription-layout1__wrapper > div .submit button {
      position: relative;
      width: 100%;
      height: 50px;
      background-color: #d6001c;
      font-family: "FoundryGridnik-Bold", Arial, Helvetica;
      font-size: 18px;
      color: white;
      letter-spacing: 0;
      line-height: 20px;
      text-transform: uppercase;
      border-radius: 0;
      border: none;
      cursor: pointer; }
    .form-subscription-layout1 .form-subscription-layout1__wrapper .terms-conditions {
      position: relative;
      float: left;
      margin: 12px 0 0 0;
      font-family: "FoundryGridnik-Regular", Arial, Helvetica;
      font-size: 15px;
      color: #75787b;
      letter-spacing: 0;
      text-align: left;
      line-height: 18px; }
      .form-subscription-layout1 .form-subscription-layout1__wrapper .terms-conditions span a {
        text-decoration: underline;
        color: #75787b; }

@media only screen and (min-width: 640px) {
  .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs {
    padding: 10px; }
    .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs > div:nth-child(1) input {
      margin-bottom: 0; } }

@media only screen and (min-width: 1024px) {
  .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs {
    padding: 10px 20px; }
    .form-subscription-layout1 .form-subscription-layout1__wrapper > div .inputs > div:nth-child(1) input {
      margin-bottom: 0; }
  .form-subscription-layout1 .form-subscription-layout1__wrapper > div .submit button {
    height: 54px;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    -ms-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out; }
    .form-subscription-layout1 .form-subscription-layout1__wrapper > div .submit button:hover {
      color: rgba(255, 255, 255, 0.7); }
  .form-subscription-layout1 .form-subscription-layout1__wrapper .terms-conditions span a {
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    -ms-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out; }
    .form-subscription-layout1 .form-subscription-layout1__wrapper .terms-conditions span a:hover {
      color: #d9d9d6; } }

.inline-elements-layout1 {
  position: relative;
  float: left;
  width: 100%; }
  .inline-elements-layout1 .inline-elements-layout1__wrapper {
    position: relative; }
    .inline-elements-layout1 .inline-elements-layout1__wrapper .content {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }
      .inline-elements-layout1 .inline-elements-layout1__wrapper .content .content__wrapper {
        position: relative;
        width: auto; }
        .inline-elements-layout1 .inline-elements-layout1__wrapper .content .content__wrapper img {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          margin: 8px 5px;
          max-width: 80px;
          max-height: 50px; }

@media only screen and (min-width: 1024px) {
  .inline-elements-layout1 .inline-elements-layout1__wrapper .content {
    margin-bottom: 20px; }
    .inline-elements-layout1 .inline-elements-layout1__wrapper .content .content__wrapper img {
      margin: 8px;
      max-width: 96px;
      max-height: 60px;
      -webkit-transition: opacity 350ms ease-in-out;
      -moz-transition: opacity 350ms ease-in-out;
      -ms-transition: opacity 350ms ease-in-out;
      -o-transition: opacity 350ms ease-in-out;
      transition: opacity 350ms ease-in-out; }
    .inline-elements-layout1 .inline-elements-layout1__wrapper .content .content__wrapper a:hover img {
      opacity: 0.6; } }

.inline-elements-layout2 {
  position: relative;
  width: 100%; }
  .inline-elements-layout2 .inline-elements-layout2__wrapper {
    position: relative;
    width: 100%; }
    .inline-elements-layout2 .inline-elements-layout2__wrapper .item {
      position: relative;
      display: inline-block;
      vertical-align: baseline;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 14px;
      color: white;
      letter-spacing: 0;
      line-height: 20px;
      text-transform: uppercase;
      margin-right: 20px;
      margin-top: 12px; }
    .inline-elements-layout2 .inline-elements-layout2__wrapper a {
      text-decoration: none; }
      .inline-elements-layout2 .inline-elements-layout2__wrapper a:last-child .item {
        margin-right: 0; }

@media only screen and (min-width: 640px) {
  .inline-elements-layout2 {
    text-align: center; } }

@media only screen and (min-width: 1024px) {
  .inline-elements-layout2 .inline-elements-layout2__wrapper .item {
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    -ms-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out; }
    .inline-elements-layout2 .inline-elements-layout2__wrapper .item:hover {
      color: #75787b; } }

.content-layout1 .content .inner {
  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
  font-size: 16px;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 24px;
  color: #1a1a1a; }

.gallery-layout1 {
  height: 190px; }
  .gallery-layout1 amp-carousel {
    height: 100%; }
    .gallery-layout1 amp-carousel amp-img {
      height: 100%;
      position: relative; }
      .gallery-layout1 amp-carousel amp-img img {
        display: block;
        width: 100%;
        height: auto;
        max-height: unset;
        position: absolute;
        left: 50% !important;
        bottom: 0 !important;
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0); }

@media only screen and (min-width: 640px) {
  .gallery-layout1 {
    height: 300px; } }

@media only screen and (min-width: 1024px) {
  .gallery-layout1 {
    height: 480px; } }

@media only screen and (min-width: 1200px) {
  .gallery-layout1 {
    height: 564px; } }

@media only screen and (min-width: 1440px) {
  .gallery-layout1 {
    height: 676px; } }

.gallery-layout2 {
  position: relative;
  height: 200px;
  overflow: hidden; }
  .gallery-layout2 .gallery-layout2__wrapper {
    position: relative;
    height: 100%; }
    .gallery-layout2 .gallery-layout2__wrapper .slider {
      position: relative;
      margin: 0;
      height: 100%;
      background-color: transparent; }
      .gallery-layout2 .gallery-layout2__wrapper .slider .item {
        position: relative;
        height: 200px;
        overflow: hidden; }
        .gallery-layout2 .gallery-layout2__wrapper .slider .item a {
          text-decoration: none; }
        .gallery-layout2 .gallery-layout2__wrapper .slider .item .image {
          position: relative;
          width: 100%;
          height: 200px; }
          .gallery-layout2 .gallery-layout2__wrapper .slider .item .image img {
            position: absolute;
            top: 0;
            left: 50%;
            width: auto;
            height: 100%;
            max-width: none;
            backface-visibility: hidden;
            -webkit-transform: translateX(-50%) scale(1.001);
            -moz-transform: translateX(-50%) scale(1.001);
            -ms-transform: translateX(-50%) scale(1.001);
            -o-transform: translateX(-50%) scale(1.001);
            transform: translateX(-50%) scale(1.001); }
          .gallery-layout2 .gallery-layout2__wrapper .slider .item .image:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            background: rgba(0, 0, 0, 0.8);
            background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
            background: -webkit-gradient(linear, 180deg, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
            background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
            background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.8)); }
      .gallery-layout2 .gallery-layout2__wrapper .slider .slick-arrow {
        position: absolute;
        top: 50%;
        border: none;
        border-radius: 0;
        width: 36px;
        height: 36px;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
        font-size: 0;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .gallery-layout2 .gallery-layout2__wrapper .slider .slick-arrow:after {
          content: "";
          position: relative;
          display: inline-block;
          width: 100%;
          height: 100%;
          background-image: url("public/img/gallery/arrow-slide.svg");
          background-size: 12px 24px;
          background-repeat: no-repeat;
          background-position: center center; }
        .gallery-layout2 .gallery-layout2__wrapper .slider .slick-arrow.slick-prev {
          left: 10px; }
          .gallery-layout2 .gallery-layout2__wrapper .slider .slick-arrow.slick-prev:after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
        .gallery-layout2 .gallery-layout2__wrapper .slider .slick-arrow.slick-next {
          right: 10px; }
    .gallery-layout2 .gallery-layout2__wrapper .counter {
      position: absolute;
      bottom: 18px;
      right: 10px;
      width: auto;
      height: 24px;
      padding: 0 8px;
      background-color: #d6001c; }
      .gallery-layout2 .gallery-layout2__wrapper .counter:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 24px;
        left: -6px;
        bottom: -6px;
        border: 2px solid #d6001c; }
      .gallery-layout2 .gallery-layout2__wrapper .counter .wrapper {
        position: relative;
        display: table;
        height: 100%; }
        .gallery-layout2 .gallery-layout2__wrapper .counter .wrapper .wrapper__inner {
          position: relative;
          display: table-cell;
          vertical-align: middle;
          height: 100%; }
      .gallery-layout2 .gallery-layout2__wrapper .counter span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 10px;
        color: white;
        letter-spacing: 0;
        line-height: 14px; }
        .gallery-layout2 .gallery-layout2__wrapper .counter span.separator {
          margin: 0 2px; }
    .gallery-layout2 .gallery-layout2__wrapper .date-caption {
      position: absolute;
      bottom: 20px;
      width: 80%;
      left: 10%;
      text-align: center;
      -webkit-transition: opacity 250ms ease-in-out;
      -moz-transition: opacity 250ms ease-in-out;
      -ms-transition: opacity 250ms ease-in-out;
      -o-transition: opacity 250ms ease-in-out;
      transition: opacity 250ms ease-in-out; }
      .gallery-layout2 .gallery-layout2__wrapper .date-caption .date {
        position: relative;
        width: 100%;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 10px;
        color: #d6001c;
        letter-spacing: 0;
        text-align: center;
        line-height: 14px;
        text-transform: uppercase; }
      .gallery-layout2 .gallery-layout2__wrapper .date-caption .caption {
        position: relative;
        width: 100%;
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 14px;
        color: white;
        letter-spacing: 0;
        text-align: center;
        line-height: 18px;
        margin-top: 2px;
        text-transform: uppercase; }

@media only screen and (min-width: 348px) {
  .gallery-layout2 .gallery-layout2__wrapper .slider .item .image img {
    width: 100%;
    height: auto; } }

@media only screen and (min-width: 640px) {
  .gallery-layout2 {
    height: 300px; }
    .gallery-layout2 .gallery-layout2__wrapper .slider .item {
      height: 300px; }
      .gallery-layout2 .gallery-layout2__wrapper .slider .item .image {
        height: 300px; }
    .gallery-layout2 .gallery-layout2__wrapper .counter {
      bottom: 28px;
      right: 20px; } }

@media only screen and (min-width: 1024px) {
  .gallery-layout2 {
    height: 384px; }
    .gallery-layout2 .gallery-layout2__wrapper .slider .item {
      height: 384px; }
      .gallery-layout2 .gallery-layout2__wrapper .slider .item .image {
        height: 384px; }
    .gallery-layout2 .gallery-layout2__wrapper .slider .slick-arrow:after {
      -webkit-transition: transform 350ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -moz-transition: transform 350ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -ms-transition: transform 350ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      -o-transition: transform 350ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
      transition: transform 350ms cubic-bezier(0.03, 0.5, 0.03, 0.9); }
    .gallery-layout2 .gallery-layout2__wrapper .slider .slick-arrow.slick-prev {
      left: 16px; }
      .gallery-layout2 .gallery-layout2__wrapper .slider .slick-arrow.slick-prev:hover:after {
        -webkit-transform: translateX(-2px) rotate(180deg);
        -moz-transform: translateX(-2px) rotate(180deg);
        -ms-transform: translateX(-2px) rotate(180deg);
        -o-transform: translateX(-2px) rotate(180deg);
        transform: translateX(-2px) rotate(180deg); }
    .gallery-layout2 .gallery-layout2__wrapper .slider .slick-arrow.slick-next {
      right: 16px; }
      .gallery-layout2 .gallery-layout2__wrapper .slider .slick-arrow.slick-next:hover:after {
        -webkit-transform: translateX(2px);
        -moz-transform: translateX(2px);
        -ms-transform: translateX(2px);
        -o-transform: translateX(2px);
        transform: translateX(2px); } }

@media only screen and (min-width: 1200px) {
  .gallery-layout2 {
    height: 448px; }
    .gallery-layout2 .gallery-layout2__wrapper .slider .item {
      height: 448px; }
      .gallery-layout2 .gallery-layout2__wrapper .slider .item .image {
        height: 448px; } }

@media only screen and (min-width: 1440px) {
  .gallery-layout2 {
    height: 564px; }
    .gallery-layout2 .gallery-layout2__wrapper .slider .item {
      height: 564px; }
      .gallery-layout2 .gallery-layout2__wrapper .slider .item .image {
        height: 564px; } }

.select-layout1 {
  position: relative; }
  .select-layout1 .select-layout1__wrapper {
    position: relative;
    width: 100%; }
    .select-layout1 .select-layout1__wrapper select {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      height: 40px;
      border: 2px solid #bbbcbc;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 14px;
      color: #75787b;
      letter-spacing: 0;
      line-height: 1.4em;
      text-transform: uppercase;
      margin: 0;
      box-shadow: none !important;
      cursor: pointer;
      -webkit-transition: border 350ms ease-in-out, color 350ms ease-in-out;
      -moz-transition: border 350ms ease-in-out, color 350ms ease-in-out;
      -ms-transition: border 350ms ease-in-out, color 350ms ease-in-out;
      -o-transition: border 350ms ease-in-out, color 350ms ease-in-out;
      transition: border 350ms ease-in-out, color 350ms ease-in-out;
      text-indent: 1px;
      text-overflow: '';
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("public/img/select/arrow_select_down.svg");
      background-size: 12px 6px;
      background-repeat: no-repeat;
      background-position: calc(100% - .5rem) 50%; }
      .select-layout1 .select-layout1__wrapper select option {
        padding: 0;
        margin: 0; }
      .select-layout1 .select-layout1__wrapper select::-ms-expand {
        display: none; }
      .select-layout1 .select-layout1__wrapper select::-moz-focus-inner {
        outline: 0 !important;
        border: 0 !important; }

@media only screen and (min-width: 1024px) {
  .select-layout1 .select-layout1__wrapper select:hover {
    border: 2px solid #75787b;
    color: #212322; } }

.list-layout1 {
  position: relative;
  -webkit-transition: filter 250ms ease-in-out;
  -moz-transition: filter 250ms ease-in-out;
  -ms-transition: filter 250ms ease-in-out;
  -o-transition: filter 250ms ease-in-out;
  transition: filter 250ms ease-in-out; }
  .list-layout1 .list-layout1__wrapper {
    position: relative; }
    .list-layout1 .list-layout1__wrapper .filter {
      position: relative; }
    .list-layout1 .list-layout1__wrapper .items {
      position: relative; }
      .list-layout1 .list-layout1__wrapper .items .item {
        position: relative;
        -webkit-animation: fadeInFromNoneAndBottom 400ms ease-in-out;
        -moz-animation: fadeInFromNoneAndBottom 400ms ease-in-out;
        -o-animation: fadeInFromNoneAndBottom 400ms ease-in-out;
        animation: fadeInFromNoneAndBottom 400ms ease-in-out; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(1) {
          animation-delay: "20ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(2) {
          animation-delay: "40ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(3) {
          animation-delay: "60ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(4) {
          animation-delay: "80ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(5) {
          animation-delay: "100ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(6) {
          animation-delay: "120ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(7) {
          animation-delay: "140ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(8) {
          animation-delay: "160ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(9) {
          animation-delay: "180ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(10) {
          animation-delay: "200ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(11) {
          animation-delay: "220ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(12) {
          animation-delay: "240ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(13) {
          animation-delay: "260ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(14) {
          animation-delay: "280ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(15) {
          animation-delay: "300ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(16) {
          animation-delay: "320ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(17) {
          animation-delay: "340ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(18) {
          animation-delay: "360ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(19) {
          animation-delay: "380ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(20) {
          animation-delay: "400ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(21) {
          animation-delay: "420ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(22) {
          animation-delay: "440ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(23) {
          animation-delay: "460ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(24) {
          animation-delay: "480ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(25) {
          animation-delay: "500ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(26) {
          animation-delay: "520ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(27) {
          animation-delay: "540ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(28) {
          animation-delay: "560ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(29) {
          animation-delay: "580ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(30) {
          animation-delay: "600ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(31) {
          animation-delay: "620ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(32) {
          animation-delay: "640ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(33) {
          animation-delay: "660ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(34) {
          animation-delay: "680ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(35) {
          animation-delay: "700ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(36) {
          animation-delay: "720ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(37) {
          animation-delay: "740ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(38) {
          animation-delay: "760ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(39) {
          animation-delay: "780ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(40) {
          animation-delay: "800ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(41) {
          animation-delay: "820ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(42) {
          animation-delay: "840ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(43) {
          animation-delay: "860ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(44) {
          animation-delay: "880ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(45) {
          animation-delay: "900ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(46) {
          animation-delay: "920ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(47) {
          animation-delay: "940ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(48) {
          animation-delay: "960ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(49) {
          animation-delay: "980ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(50) {
          animation-delay: "1000ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(51) {
          animation-delay: "1020ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(52) {
          animation-delay: "1040ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(53) {
          animation-delay: "1060ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(54) {
          animation-delay: "1080ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(55) {
          animation-delay: "1100ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(56) {
          animation-delay: "1120ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(57) {
          animation-delay: "1140ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(58) {
          animation-delay: "1160ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(59) {
          animation-delay: "1180ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(60) {
          animation-delay: "1200ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(61) {
          animation-delay: "1220ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(62) {
          animation-delay: "1240ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(63) {
          animation-delay: "1260ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(64) {
          animation-delay: "1280ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(65) {
          animation-delay: "1300ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(66) {
          animation-delay: "1320ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(67) {
          animation-delay: "1340ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(68) {
          animation-delay: "1360ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(69) {
          animation-delay: "1380ms"; }
        .list-layout1 .list-layout1__wrapper .items .item:nth-child(70) {
          animation-delay: "1400ms"; }
    .list-layout1 .list-layout1__wrapper .load-more-items > div {
      margin-top: 20px; }
    .list-layout1 .list-layout1__wrapper .no-content {
      position: relative;
      display: none;
      margin-top: 20px; }
      .list-layout1 .list-layout1__wrapper .no-content.is-visible {
        display: block; }
  .list-layout1.blurred {
    filter: blur(4px);
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="4" /></filter></svg>#blur');
    /* Firefox, Safari, Chrome*/
    filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
    /* IE9 */
    -webkit-filter: blur(4px);
    /* Chrome, Safari */
    -ms-filter: blur(4px);
    /* IE */
    -o-filter: blur(4px);
    /* Opera */
    -moz-filter: blur(4px);
    /* Mozilla */ }

.list-layout1-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .list-layout1-loading .loading-layout1 {
    position: absolute;
    top: 82px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .list-layout1-loading.is-visible {
    -webkit-animation: fadeInFromNone 250ms ease-in-out;
    -moz-animation: fadeInFromNone 250ms ease-in-out;
    -o-animation: fadeInFromNone 250ms ease-in-out;
    animation: fadeInFromNone 250ms ease-in-out; }

@media only screen and (min-width: 640px) {
  .list-layout1-loading .loading-layout1 {
    top: 114px; } }

@media only screen and (min-width: 1024px) {
  .list-layout1 .list-layout1__wrapper .filter {
    float: right; }
  .list-layout1-loading .loading-layout1 {
    top: 84px; } }

.match-inline-layout1 {
  position: relative; }
  .match-inline-layout1 .match-inline-layout1__wrapper {
    position: relative; }
    .match-inline-layout1 .match-inline-layout1__wrapper .datetime {
      position: relative; }
      .match-inline-layout1 .match-inline-layout1__wrapper .datetime .date {
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 15px;
        color: #212322;
        letter-spacing: 0;
        text-align: right;
        line-height: 16px;
        text-transform: uppercase; }
      .match-inline-layout1 .match-inline-layout1__wrapper .datetime .time {
        font-family: "FoundryGridnik-Regular", Arial, Helvetica;
        font-size: 15px;
        color: #75787b;
        letter-spacing: 0;
        text-align: left;
        line-height: 16px;
        text-transform: uppercase; }
    .match-inline-layout1 .match-inline-layout1__wrapper .teams-local {
      position: relative;
      margin-top: 20px; }
      .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams {
        position: relative; }
        .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team {
          position: relative; }
          .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .emblem {
            position: relative;
            text-align: center;
            height: 90px; }
            .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .emblem .wrapper {
              position: relative;
              display: table;
              width: 100%;
              height: 100%; }
              .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .emblem .wrapper .wrapper__inner {
                position: relative;
                display: table-cell;
                vertical-align: middle;
                width: 100%;
                height: 100%; }
            .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .emblem img {
              position: relative;
              max-width: 86px;
              max-height: 90px; }
          .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .name {
            position: relative;
            font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
            font-size: 10px;
            color: #c00d1e;
            letter-spacing: 0;
            text-align: center;
            line-height: 12px;
            text-transform: uppercase;
            margin-top: 4px; }
        .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__vs,
        .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__result {
          position: relative;
          text-align: center;
          height: 90px; }
          .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__vs .wrapper,
          .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__result .wrapper {
            position: relative;
            display: table;
            width: 100%;
            height: 100%; }
            .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__vs .wrapper .value,
            .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__result .wrapper .value {
              position: relative;
              display: table-cell;
              vertical-align: middle;
              width: 100%;
              height: 100%;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 18px;
              color: black;
              letter-spacing: 0;
              text-align: center;
              line-height: 20px;
              text-transform: uppercase; }
              .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__vs .wrapper .value span,
              .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__result .wrapper .value span {
                color: #d6001c; }
      .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .local {
        font-family: "FoundryGridnik-Regular", Arial, Helvetica;
        font-size: 13px;
        color: #bbbcbc;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
        text-transform: uppercase;
        margin-top: 12px; }
    .match-inline-layout1 .match-inline-layout1__wrapper .competition-journey {
      position: relative;
      margin-top: 8px; }
      .match-inline-layout1 .match-inline-layout1__wrapper .competition-journey .competition {
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 15px;
        color: #212322;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
        text-transform: uppercase; }
      .match-inline-layout1 .match-inline-layout1__wrapper .competition-journey .journey {
        font-family: "FoundryGridnik-Regular", Arial, Helvetica;
        font-size: 15px;
        color: #75787b;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
        text-transform: uppercase;
        margin-top: 2px; }
    .match-inline-layout1 .match-inline-layout1__wrapper .action {
      position: relative;
      margin-top: 24px; }
      .match-inline-layout1 .match-inline-layout1__wrapper .action button {
        position: relative;
        width: 100%;
        height: 30px;
        background-color: whitesmoke;
        border: none;
        border-radius: 0;
        outline: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 12px;
        color: #75787b;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
        text-transform: uppercase;
        cursor: pointer; }
        .match-inline-layout1 .match-inline-layout1__wrapper .action button:after {
          content: "";
          position: relative;
          display: inline-block;
          vertical-align: middle;
          margin-left: 10px;
          opacity: 0.4;
          background-repeat: no-repeat;
          background-position: center center; }
      .match-inline-layout1 .match-inline-layout1__wrapper .action.action--ticket button:after {
        width: 18px;
        height: 16px;
        background-image: url("public/img/match/ticket.svg");
        background-size: 18px 16px; }
      .match-inline-layout1 .match-inline-layout1__wrapper .action.action--historic button:after {
        width: 19px;
        height: 16px;
        background-image: url("public/img/match/historico.svg");
        background-size: 19px 16px; }

@media only screen and (min-width: 640px) {
  .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .name {
    margin-top: 6px; }
  .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .local {
    margin-top: 8px; }
  .match-inline-layout1 .match-inline-layout1__wrapper .competition-journey {
    margin-top: 10px; } }

@media only screen and (min-width: 1024px) {
  .match-inline-layout1 .match-inline-layout1__wrapper .datetime .date {
    font-size: 13px;
    text-align: left;
    line-height: 24px; }
  .match-inline-layout1 .match-inline-layout1__wrapper .datetime .time {
    font-size: 13px;
    line-height: 24px;
    margin-top: 2px; }
  .match-inline-layout1 .match-inline-layout1__wrapper .teams-local {
    margin-top: 0; }
    .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .emblem {
      position: relative;
      text-align: center;
      height: 50px; }
      .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .emblem img {
        position: relative;
        max-width: 45px;
        max-height: 50px; }
    .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .name {
      margin-top: 0;
      height: 50px; }
      .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .name .wrapper {
        position: relative;
        display: table;
        width: 100%;
        height: 100%; }
        .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .name .wrapper .wrapper__inner {
          position: relative;
          display: table-cell;
          width: 100%;
          height: 100%;
          vertical-align: middle; }
    .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team.home .name {
      text-align: right;
      padding-right: 20px; }
    .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team.away .name {
      text-align: left;
      padding-left: 20px; }
    .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__vs,
    .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__result {
      height: 50px; }
    .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .local {
      margin-top: 6px;
      font-size: 12px; }
  .match-inline-layout1 .match-inline-layout1__wrapper .competition-journey {
    margin-top: 0; }
    .match-inline-layout1 .match-inline-layout1__wrapper .competition-journey .competition {
      font-size: 13px;
      text-align: right;
      line-height: 24px; }
    .match-inline-layout1 .match-inline-layout1__wrapper .competition-journey .journey {
      font-size: 13px;
      text-align: right;
      line-height: 24px;
      margin-top: 2px; }
  .match-inline-layout1 .match-inline-layout1__wrapper .action {
    margin: 4px 0 0 0;
    padding: 0 .25rem; }
    .match-inline-layout1 .match-inline-layout1__wrapper .action button {
      background: none;
      font-size: 0;
      text-align: right; }
      .match-inline-layout1 .match-inline-layout1__wrapper .action button:after {
        margin: 0;
        -webkit-transition: opacity 250ms ease-in-out;
        -moz-transition: opacity 250ms ease-in-out;
        -ms-transition: opacity 250ms ease-in-out;
        -o-transition: opacity 250ms ease-in-out;
        transition: opacity 250ms ease-in-out; }
    .match-inline-layout1 .match-inline-layout1__wrapper .action:hover button:after {
      opacity: 1; }
    .match-inline-layout1 .match-inline-layout1__wrapper .action.action--ticket {
      height: 40px; }
      .match-inline-layout1 .match-inline-layout1__wrapper .action.action--ticket button:after {
        width: 44px;
        height: 40px;
        background-size: 44px 40px; }
    .match-inline-layout1 .match-inline-layout1__wrapper .action.action--historic {
      height: 32px; }
      .match-inline-layout1 .match-inline-layout1__wrapper .action.action--historic button:after {
        width: 38px;
        height: 32px;
        background-size: 38px 32px; } }

@media only screen and (min-width: 1200px) {
  .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .emblem {
    height: 56px; }
    .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .emblem img {
      max-width: 48px;
      max-height: 56px; }
  .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .name {
    height: 56px; }
  .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__vs,
  .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__result {
    height: 56px; } }

@media only screen and (min-width: 1440px) {
  .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .emblem {
    height: 64px; }
    .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .emblem img {
      max-width: 55px;
      max-height: 64px; }
  .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__team .name {
    height: 64px; }
  .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__vs,
  .match-inline-layout1 .match-inline-layout1__wrapper .teams-local .teams .teams__result {
    height: 64px; } }

.classifications-layout1 {
  position: relative; }
  .classifications-layout1 .classifications-layout1__wrapper {
    position: relative; }
    .classifications-layout1 .classifications-layout1__wrapper .filter {
      position: relative; }
    .classifications-layout1 .classifications-layout1__wrapper .content {
      position: relative;
      margin-top: 20px; }
    .classifications-layout1 .classifications-layout1__wrapper .no-content {
      position: relative;
      display: none;
      margin-top: 20px; }
      .classifications-layout1 .classifications-layout1__wrapper .no-content.is-visible {
        display: block; }
  .classifications-layout1.blurred {
    filter: blur(4px);
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="4" /></filter></svg>#blur');
    /* Firefox, Safari, Chrome*/
    filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
    /* IE9 */
    -webkit-filter: blur(4px);
    /* Chrome, Safari */
    -ms-filter: blur(4px);
    /* IE */
    -o-filter: blur(4px);
    /* Opera */
    -moz-filter: blur(4px);
    /* Mozilla */ }

.classifications-layout1-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .classifications-layout1-loading .loading-layout1 {
    position: absolute;
    top: 82px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .classifications-layout1-loading.is-visible {
    -webkit-animation: fadeInFromNone 250ms ease-in-out;
    -moz-animation: fadeInFromNone 250ms ease-in-out;
    -o-animation: fadeInFromNone 250ms ease-in-out;
    animation: fadeInFromNone 250ms ease-in-out; }

@media only screen and (min-width: 640px) {
  .classifications-layout1 .classifications-layout1__wrapper .content {
    margin-top: 40px; }
  .classifications-layout1-loading .loading-layout1 {
    top: 114px; } }

@media only screen and (min-width: 1024px) {
  .classifications-layout1 .classifications-layout1__wrapper {
    padding-right: .25rem; }
    .classifications-layout1 .classifications-layout1__wrapper .filter {
      float: right;
      padding: 0; }
    .classifications-layout1 .classifications-layout1__wrapper .content {
      margin-top: 20px; }
  .classifications-layout1-loading .loading-layout1 {
    top: 84px; } }

@media only screen and (min-width: 1440px) {
  .classifications-layout1 .classifications-layout1__wrapper .content {
    margin-top: 60px; } }

.classification {
  position: relative; }
  .classification .classification__header {
    position: relative;
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 12px;
    color: #75787b;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .classification .classification__body {
    position: relative; }
    .classification .classification__body .body-row {
      height: 42px;
      text-align: center; }
      .classification .classification__body .body-row .body-row__inner {
        height: 100%; }
        .classification .classification__body .body-row .body-row__inner .wrapper {
          position: relative;
          display: table;
          width: 100%;
          height: 100%; }
          .classification .classification__body .body-row .body-row__inner .wrapper .text,
          .classification .classification__body .body-row .body-row__inner .wrapper .image {
            position: relative;
            display: table-cell;
            vertical-align: middle;
            height: 100%; }
        .classification .classification__body .body-row .body-row__inner > div:first-of-type {
          height: 100%; }
          .classification .classification__body .body-row .body-row__inner > div:first-of-type > div {
            position: relative;
            height: 100%; }
          .classification .classification__body .body-row .body-row__inner > div:first-of-type > div:nth-child(1) .text {
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 16px;
            color: black;
            letter-spacing: 0;
            text-align: center;
            line-height: 20px; }
          .classification .classification__body .body-row .body-row__inner > div:first-of-type > div:nth-child(2) .image img {
            height: 30px; }
          .classification .classification__body .body-row .body-row__inner > div:first-of-type > div:nth-child(3) .text {
            font-family: "FoundryGridnik-Regular", Arial, Helvetica;
            font-size: 16px;
            color: black;
            letter-spacing: 0;
            line-height: 20px;
            text-transform: uppercase;
            text-align: left; }
        .classification .classification__body .body-row .body-row__inner > div:last-of-type {
          height: 100%; }
          .classification .classification__body .body-row .body-row__inner > div:last-of-type > div {
            position: relative;
            height: 100%; }
            .classification .classification__body .body-row .body-row__inner > div:last-of-type > div .text {
              font-family: "FoundryGridnik-Medium", Arial, Helvetica;
              font-size: 16px;
              color: black;
              letter-spacing: 0;
              text-align: center;
              line-height: 20px; }
          .classification .classification__body .body-row .body-row__inner > div:last-of-type > div:nth-child(8) .text {
            font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
            font-size: 16px;
            color: #d6001c;
            letter-spacing: 0;
            text-align: center;
            line-height: 20px; }
    .classification .classification__body .body-row:nth-child(odd) {
      background-color: whitesmoke; }
    .classification .classification__body .body-row:nth-child(even) {
      background-color: white; }
    .classification .classification__body .body-row.focus {
      background-color: #c00d1e; }
      .classification .classification__body .body-row.focus .body-row__inner > div:first-of-type > div:nth-child(1) .text {
        color: white; }
      .classification .classification__body .body-row.focus .body-row__inner > div:first-of-type > div:nth-child(3) .text {
        color: white; }
      .classification .classification__body .body-row.focus .body-row__inner > div:last-of-type > div .text {
        color: white; }
      .classification .classification__body .body-row.focus .body-row__inner > div:last-of-type > div:nth-child(8) .text {
        color: white; }

@media only screen and (min-width: 1024px) {
  .classification .classification__header {
    margin-bottom: 8px; }
  .classification .classification__body .body-row {
    height: 60px; }
    .classification .classification__body .body-row .body-row__inner > div:first-of-type > div:nth-child(1) .text {
      font-size: 18px;
      color: #212322; }
    .classification .classification__body .body-row .body-row__inner > div:first-of-type > div:nth-child(2) .image img {
      height: 40px; }
    .classification .classification__body .body-row .body-row__inner > div:first-of-type > div:nth-child(3) .text {
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 18px;
      color: #212322; }
    .classification .classification__body .body-row .body-row__inner > div:last-of-type > div .text {
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 18px;
      color: #212322; }
    .classification .classification__body .body-row .body-row__inner > div:last-of-type > div:nth-child(8) .text {
      font-size: 18px; } }

.loading-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.loading-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d6001c;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.loading-ellipsis div:nth-child(1) {
  left: 6px;
  animation: loading-ellipsis1 0.6s infinite; }

.loading-ellipsis div:nth-child(2) {
  left: 6px;
  animation: loading-ellipsis2 0.6s infinite; }

.loading-ellipsis div:nth-child(3) {
  left: 26px;
  animation: loading-ellipsis2 0.6s infinite; }

.loading-ellipsis div:nth-child(4) {
  left: 45px;
  animation: loading-ellipsis3 0.6s infinite; }

@keyframes loading-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes loading-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes loading-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.loading-layout2 {
  position: relative;
  height: 100%;
  width: 100%; }
  .loading-layout2 .loading-layout2__wrapper {
    width: 120px;
    height: 142px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .loading-layout2 .loading-layout2__wrapper .logo {
      width: 100%;
      height: 100%;
      position: absolute;
      transform: perspective(500px) translateZ(100px);
      background-image: url("public/img/menu/layout1/logo_original_5x.png");
      background-size: 120px 142px;
      background-repeat: no-repeat;
      background-position: center center; }
    .loading-layout2 .loading-layout2__wrapper .logo.back {
      transform: perspective(500px) translateZ(0px); }
    .loading-layout2 .loading-layout2__wrapper .spin-circle {
      animation: spin 1.5s linear infinite; }

@keyframes spin {
  from {
    transform: rotateY(0); }
  to {
    transform: rotateY(360deg); } }

.message-layout1 {
  position: relative; }
  .message-layout1 .message-layout1__wrapper {
    position: relative; }
    .message-layout1 .message-layout1__wrapper .content-wrapper {
      position: relative;
      width: 264px;
      height: 100px;
      display: table;
      border: 1px solid #75787b;
      text-align: center;
      margin: auto; }
      .message-layout1 .message-layout1__wrapper .content-wrapper .content {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 16px;
        color: #212322;
        letter-spacing: 0;
        text-align: center;
        line-height: 22px;
        text-transform: uppercase; }

.intro-layout1 {
  float: left;
  padding-top: 30px;
  padding-bottom: 30px; }
  .intro-layout1 .intro-layout1__wrapper .title {
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 28px;
    color: #C40003;
    letter-spacing: 0;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .intro-layout1 .intro-layout1__wrapper .content {
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 16px;
    color: #1A1A1A;
    letter-spacing: 0;
    line-height: 24px; }

@media only screen and (min-width: 1024px) {
  .intro-layout1 {
    padding-top: 34px;
    padding-bottom: 42px; }
    .intro-layout1 .intro-layout1__wrapper .title {
      margin-bottom: 20px;
      text-align: center; } }

@media only screen and (min-width: 1440px) {
  .intro-layout1 {
    padding-top: 30px;
    padding-bottom: 30px; } }

.title-list-layout1 {
  position: relative; }
  .title-list-layout1 .title-list-layout1__wrapper {
    position: relative; }
    .title-list-layout1 .title-list-layout1__wrapper .title {
      position: relative;
      font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
      font-size: 20px;
      color: black;
      letter-spacing: 0;
      line-height: 30px; }
    .title-list-layout1 .title-list-layout1__wrapper .list .item {
      position: relative;
      margin-top: 20px; }
      .title-list-layout1 .title-list-layout1__wrapper .list .item:first-child {
        margin-top: 8px; }
      .title-list-layout1 .title-list-layout1__wrapper .list .item .item__title {
        position: relative;
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 20px;
        color: #d6001c;
        letter-spacing: 0;
        text-align: left;
        line-height: 30px;
        text-transform: uppercase; }
      .title-list-layout1 .title-list-layout1__wrapper .list .item .item__description {
        position: relative;
        margin-top: 6px;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 16px;
        color: #1a1a1a;
        letter-spacing: 0;
        text-align: left;
        line-height: 24px;
        text-transform: uppercase; }

@media only screen and (min-width: 1024px) {
  .title-list-layout1 .title-list-layout1__wrapper .list .item:first-child {
    margin-top: 0; } }

.info-map-layout1 {
  position: relative; }
  .info-map-layout1 .info-map-layout1__wrapper {
    position: relative; }
    .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__info {
      position: relative; }
      .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__info .info-wrapper {
        padding: 20px;
        background-color: whitesmoke;
        overflow-y: auto; }
        .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__info .info-wrapper .address {
          position: relative;
          width: 100%;
          font-family: "FoundryGridnik-Regular", Arial, Helvetica;
          font-size: 16px;
          color: #1a1a1a;
          letter-spacing: 0;
          line-height: 24px; }
        .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__info .info-wrapper .info {
          position: relative;
          width: 100%;
          margin-top: 14px; }
          .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__info .info-wrapper .info ul {
            list-style: none;
            width: 100%;
            margin: 0; }
            .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__info .info-wrapper .info ul li {
              position: relative;
              width: 100%;
              margin-top: 10px; }
              .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__info .info-wrapper .info ul li span {
                position: relative;
                width: 100%;
                font-family: "FoundryGridnik-Bold", Arial, Helvetica;
                font-size: 12px;
                color: #1a1a1a;
                letter-spacing: 0;
                line-height: 18px; }
              .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__info .info-wrapper .info ul li div {
                position: relative;
                width: 100%;
                font-family: "FoundryGridnik-Regular", Arial, Helvetica;
                font-size: 14px;
                color: #1a1a1a;
                letter-spacing: 0;
                line-height: 18px; }
    .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__map {
      position: relative;
      margin-top: 10px; }
      .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__map .map-wrapper {
        position: relative;
        height: 348px;
        background-color: whitesmoke;
        overflow: hidden; }
        .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__map .map-wrapper .map {
          position: relative;
          width: 100%;
          height: 100%; }

@media only screen and (min-width: 640px) {
  .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__info .info-wrapper {
    padding: 20px 16px;
    height: 198px; }
  .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__map {
    margin-top: 0; }
    .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__map .map-wrapper {
      height: 198px; } }

@media only screen and (min-width: 1440px) {
  .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__info {
    width: 33.33333%; }
    .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__info .info-wrapper {
      padding: 30px 20px;
      height: 230px; }
  .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__map {
    width: 66.66667%; }
    .info-map-layout1 .info-map-layout1__wrapper .info-map-layout1__map .map-wrapper {
      height: 230px; } }

.full-image-content-layout1 {
  position: relative; }
  .full-image-content-layout1 img {
    max-width: unset;
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.001);
    -moz-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
    transform: scale(1.001); }
  .full-image-content-layout1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 8%, rgba(0, 0, 0, 0) 73%);
    background: -webkit-gradient(linear, 0deg, color-stop(8%, rgba(0, 0, 0, 0.9)), color-stop(73%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 8%, rgba(0, 0, 0, 0) 73%);
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 8%, rgba(0, 0, 0, 0) 73%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 8%, rgba(0, 0, 0, 0) 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0.9), endColorstr=rgba(0, 0, 0, 0)); }
  .full-image-content-layout1 .full-image-content-layout1__intro {
    position: absolute;
    bottom: 30px;
    z-index: 1; }
    .full-image-content-layout1 .full-image-content-layout1__intro .intro {
      position: relative;
      font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
      font-size: 22px;
      color: white;
      letter-spacing: 0;
      text-align: center;
      line-height: 32px;
      text-transform: uppercase; }

@media only screen and (min-width: 640px) {
  .full-image-content-layout1 {
    height: 320px;
    overflow: hidden; }
    .full-image-content-layout1 img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(1.001);
      -moz-transform: translateX(-50%) scale(1.001);
      -ms-transform: translateX(-50%) scale(1.001);
      -o-transform: translateX(-50%) scale(1.001);
      transform: translateX(-50%) scale(1.001); } }

@media only screen and (min-width: 1024px) {
  .full-image-content-layout1 {
    /*img {
            position: absolute;
            top: 0;
            left: 50%;
            width: auto;
            height: 100%;
            max-width: none;
            backface-visibility: hidden;
            @include transform(translateX(-50%) scale(1.001));
        }*/ }
    .full-image-content-layout1 .full-image-content-layout1__intro {
      bottom: 80px; }
      .full-image-content-layout1 .full-image-content-layout1__intro .intro {
        font-size: 40px;
        line-height: 46px; } }

.full-image-content-layout2 {
  position: relative;
  height: 180px;
  overflow: hidden; }
  .full-image-content-layout2 .full-image-content-layout2__image {
    float: left;
    width: 100%;
    height: 100%; }
    .full-image-content-layout2 .full-image-content-layout2__image img {
      position: absolute;
      top: 0;
      left: 50%;
      width: auto;
      height: 100%;
      max-width: none;
      backface-visibility: hidden;
      -webkit-transform: translateX(-50%) scale(1.001);
      -moz-transform: translateX(-50%) scale(1.001);
      -ms-transform: translateX(-50%) scale(1.001);
      -o-transform: translateX(-50%) scale(1.001);
      transform: translateX(-50%) scale(1.001); }
    .full-image-content-layout2 .full-image-content-layout2__image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 64%);
      background: -webkit-gradient(linear, 0deg, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(64%, rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 64%);
      background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 64%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 64%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0.4), endColorstr=rgba(0, 0, 0, 0)); }
  .full-image-content-layout2 .full-image-content-layout2__content {
    position: absolute;
    bottom: 20px; }
    .full-image-content-layout2 .full-image-content-layout2__content .category {
      position: relative;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 16px;
      color: white;
      letter-spacing: 0;
      line-height: 22px;
      text-transform: uppercase;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
      margin-bottom: 6px; }
    .full-image-content-layout2 .full-image-content-layout2__content .title {
      position: relative;
      font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
      font-size: 24px;
      color: white;
      letter-spacing: 0;
      line-height: 28px;
      text-transform: uppercase;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); }

@media only screen and (min-width: 490px) {
  .full-image-content-layout2 .full-image-content-layout2__image img {
    width: 100%;
    height: auto;
    max-width: unset; } }

@media only screen and (min-width: 640px) {
  .full-image-content-layout2 {
    height: 360px; }
    .full-image-content-layout2 .full-image-content-layout2__image img {
      width: auto;
      height: 100%; }
    .full-image-content-layout2 .full-image-content-layout2__content {
      bottom: 30px; }
      .full-image-content-layout2 .full-image-content-layout2__content .title {
        font-size: 32px;
        line-height: 38px; } }

@media only screen and (min-width: 1024px) {
  .full-image-content-layout2 {
    height: 404px; }
    .full-image-content-layout2 .full-image-content-layout2__content {
      bottom: 40px; }
      .full-image-content-layout2 .full-image-content-layout2__content .category {
        font-size: 20px;
        line-height: 26px; }
      .full-image-content-layout2 .full-image-content-layout2__content .title {
        font-size: 50px;
        line-height: 56px; } }

@media only screen and (min-width: 1165px) {
  .full-image-content-layout2 .full-image-content-layout2__image img {
    width: 100%;
    height: auto; } }

@media only screen and (min-width: 1200px) {
  .full-image-content-layout2 {
    height: 478px; }
    .full-image-content-layout2 .full-image-content-layout2__image img {
      width: auto;
      height: 100%; }
    .full-image-content-layout2 .full-image-content-layout2__content {
      width: 66.66667%;
      margin-left: 16.66667%;
      bottom: 60px; } }

@media only screen and (min-width: 1370px) {
  .full-image-content-layout2 .full-image-content-layout2__image img {
    width: 100%;
    height: auto; } }

@media only screen and (min-width: 1440px) {
  .full-image-content-layout2 {
    height: 580px; }
    .full-image-content-layout2 .full-image-content-layout2__image img {
      width: auto;
      height: 100%; } }

@media only screen and (min-width: 1645px) {
  .full-image-content-layout2 .full-image-content-layout2__image img {
    width: 100%;
    height: auto; } }

.menu-layout2 ul {
  list-style: none;
  margin: unset; }
  .menu-layout2 ul li {
    min-height: 50px;
    background: white;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    display: table;
    width: 100%; }
    .menu-layout2 ul li a, .menu-layout2 ul li span {
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 18px;
      color: #bbbcbc;
      letter-spacing: 0;
      line-height: 24px;
      display: table-cell;
      vertical-align: middle;
      padding: 8px 14px; }
    .menu-layout2 ul li.is-active {
      background: black; }
      .menu-layout2 ul li.is-active a, .menu-layout2 ul li.is-active span {
        color: white; }
    .menu-layout2 ul li.navigation-link--customer-logout {
      background: #d6001c; }
      .menu-layout2 ul li.navigation-link--customer-logout a, .menu-layout2 ul li.navigation-link--customer-logout span {
        color: white; }

@media only screen and (min-width: 1024px) {
  .menu-layout2 ul li {
    min-height: 40px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-transition: background, 250ms ease-out;
    -moz-transition: background, 250ms ease-out;
    -ms-transition: background, 250ms ease-out;
    -o-transition: background, 250ms ease-out;
    transition: background, 250ms ease-out; }
    .menu-layout2 ul li a, .menu-layout2 ul li span {
      line-height: 20px;
      -webkit-transition: color, 250ms ease-out;
      -moz-transition: color, 250ms ease-out;
      -ms-transition: color, 250ms ease-out;
      -o-transition: color, 250ms ease-out;
      transition: color, 250ms ease-out; }
    .menu-layout2 ul li:hover a, .menu-layout2 ul li:hover span {
      color: #212322; }
    .menu-layout2 ul li.is-active:hover {
      background: #212322; }
      .menu-layout2 ul li.is-active:hover a, .menu-layout2 ul li.is-active:hover span {
        color: white; }
    .menu-layout2 ul li.navigation-link--customer-logout:hover {
      background: #c00d1e; }
      .menu-layout2 ul li.navigation-link--customer-logout:hover a, .menu-layout2 ul li.navigation-link--customer-logout:hover span {
        color: white; } }

.accordion-component-layout1 {
  position: relative; }
  .accordion-component-layout1 .accordion {
    position: relative;
    margin: 0; }
    .accordion-component-layout1 .accordion .accordion-item {
      position: relative;
      margin-top: 14px; }
      .accordion-component-layout1 .accordion .accordion-item .accordion-title {
        position: relative;
        border-radius: 0;
        height: auto;
        background-color: #d9d9d6;
        border: 1px solid #d9d9d6;
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 20px;
        color: black;
        letter-spacing: 0;
        line-height: 30px;
        text-transform: uppercase;
        padding: 10px;
        cursor: pointer;
        -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
        -moz-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
        -ms-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
        -o-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
        transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out; }
        .accordion-component-layout1 .accordion .accordion-item .accordion-title .accordion-title__wrapper {
          position: relative;
          width: calc(100% - 36px);
          height: 100%;
          overflow: hidden; }
          .accordion-component-layout1 .accordion .accordion-item .accordion-title .accordion-title__wrapper .inner {
            position: relative;
            display: table;
            height: 100%; }
            .accordion-component-layout1 .accordion .accordion-item .accordion-title .accordion-title__wrapper .inner .inner-cell {
              display: table-cell;
              vertical-align: middle;
              height: 100%; }
        .accordion-component-layout1 .accordion .accordion-item .accordion-title:before {
          content: "";
          margin: 0;
          right: 10px;
          width: 16px;
          height: 8px;
          background-image: url("public/img/accordion-files/arrow.svg");
          background-size: 16px 8px;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
          -moz-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
          -ms-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
          -o-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
          transition: transform 250ms ease-in-out, background-image 250ms ease-in-out; }
      .accordion-component-layout1 .accordion .accordion-item .accordion-content {
        border: none;
        border-radius: 0;
        padding: 20px 0 26px 0; }
      .accordion-component-layout1 .accordion .accordion-item:first-child {
        margin-top: 0; }
      .accordion-component-layout1 .accordion .accordion-item:last-child .accordion-content {
        padding-bottom: 0; }
      .accordion-component-layout1 .accordion .accordion-item.is-active .accordion-title {
        background-color: #d9d9d6;
        border-color: #d9d9d6;
        color: black; }
        .accordion-component-layout1 .accordion .accordion-item.is-active .accordion-title:before {
          background-image: url("public/img/accordion-files/arrow.svg");
          -webkit-transform: translateY(-50%) rotate(-180deg);
          -moz-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
          -o-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg); }

@media only screen and (min-width: 1024px) {
  .accordion-component-layout1 .accordion .accordion-item .accordion-title:hover {
    color: #d6001c; }
    .accordion-component-layout1 .accordion .accordion-item .accordion-title:hover:before {
      background-image: url("public/img/accordion-files/arrow_hover.svg"); } }

.marquee-layout1 {
  position: relative;
  width: 100%;
  height: 42px;
  overflow: hidden; }
  .marquee-layout1 .marquee-layout1__wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
    .marquee-layout1 .marquee-layout1__wrapper .slider {
      position: relative;
      width: 100%;
      height: 100%;
      margin: 0; }
      .marquee-layout1 .marquee-layout1__wrapper .slider .slick-list,
      .marquee-layout1 .marquee-layout1__wrapper .slider .slick-track,
      .marquee-layout1 .marquee-layout1__wrapper .slider .slick-slide,
      .marquee-layout1 .marquee-layout1__wrapper .slider .slick-slide > div {
        height: 100%; }
      .marquee-layout1 .marquee-layout1__wrapper .slider .slider__item {
        position: relative;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 16px;
        color: white;
        letter-spacing: 0;
        line-height: 22px;
        padding: 0 20px;
        height: 100%; }
        .marquee-layout1 .marquee-layout1__wrapper .slider .slider__item .table {
          position: relative;
          height: 100%;
          display: table; }
          .marquee-layout1 .marquee-layout1__wrapper .slider .slider__item .table .table-cell {
            position: relative;
            height: 100%;
            display: table-cell;
            vertical-align: middle; }

@media only screen and (min-width: 1024px) {
  .marquee-layout1 .marquee-layout1__wrapper .slider .slick-list {
    margin-left: 130px; } }

.box-layout1 {
  background: white;
  box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 20px 0 4px; }
  .box-layout1 .box-layout1-item {
    margin-bottom: 16px; }
    .box-layout1 .box-layout1-item .item-title {
      font-family: "FoundryGridnik-Bold", Arial, Helvetica;
      font-size: 12px;
      color: #bbbcbc;
      margin-bottom: 2px;
      text-transform: uppercase; }
    .box-layout1 .box-layout1-item .item-text {
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 16px;
      color: black;
      letter-spacing: 0;
      line-height: 22px; }
      .box-layout1 .box-layout1-item .item-text a, .box-layout1 .box-layout1-item .item-text button {
        color: black;
        text-transform: lowercase; }
    .box-layout1 .box-layout1-item.item-text-right .item-text {
      text-align: right; }
    .box-layout1 .box-layout1-item.buttons-red .item-text a, .box-layout1 .box-layout1-item.buttons-red .item-text button {
      color: #d6001c; }

@media only screen and (min-width: 1024px) {
  .box-layout1 .box-layout1-item .item-text a:hover, .box-layout1 .box-layout1-item .item-text button:hover {
    color: #d6001c;
    cursor: pointer; }
  .box-layout1 .box-layout1-item.buttons-red .item-text a:hover, .box-layout1 .box-layout1-item.buttons-red .item-text button:hover {
    color: #212322;
    cursor: pointer; } }

.box-layout2 {
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .box-layout2 .box-layout2__wrapper .box-layout2__content .box-layout2__title {
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 12px;
    color: #bbbcbc;
    text-transform: uppercase;
    margin-bottom: 2px; }
  .box-layout2 .box-layout2__wrapper .box-layout2__content .box-layout2__value {
    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
    font-size: 16px;
    color: black;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 16px; }
    .box-layout2 .box-layout2__wrapper .box-layout2__content .box-layout2__value:last-of-type {
      margin-bottom: 20px; }
  .box-layout2 .box-layout2__wrapper .box-layout2__buttons a {
    height: 100%;
    width: 100%;
    margin: unset;
    padding: unset;
    border: unset;
    border-radius: unset;
    transition: unset;
    background-color: transparent; }
  .box-layout2 .box-layout2__wrapper .box-layout2__buttons .default-button {
    height: 60px;
    background-color: #75787b;
    margin-bottom: 8px; }
    .box-layout2 .box-layout2__wrapper .box-layout2__buttons .default-button a {
      padding: 0 15px;
      display: table; }
      .box-layout2 .box-layout2__wrapper .box-layout2__buttons .default-button a .text {
        display: table-cell;
        vertical-align: middle;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 20px;
        text-transform: uppercase; }
    .box-layout2 .box-layout2__wrapper .box-layout2__buttons .default-button button {
      width: 100%;
      height: 100%;
      display: table-cell;
      vertical-align: middle;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center;
      line-height: 20px;
      text-transform: uppercase; }
  .box-layout2 .box-layout2__wrapper .box-layout2__buttons .delete-button {
    height: 40px;
    background: whitesmoke; }
    .box-layout2 .box-layout2__wrapper .box-layout2__buttons .delete-button a, .box-layout2 .box-layout2__wrapper .box-layout2__buttons .delete-button button {
      width: 100%;
      height: 100%;
      background: url("public/img/cart/delete.svg") no-repeat;
      background-size: 22px 25px;
      background-position: center center; }

@media only screen and (min-width: 640px) {
  .box-layout2 {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 14px; }
    .box-layout2 .box-layout2__wrapper .box-layout2__content .box-layout2__value {
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 16px;
      color: black;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 18px; }
      .box-layout2 .box-layout2__wrapper .box-layout2__content .box-layout2__value:last-of-type {
        margin-bottom: unset; }
    .box-layout2 .box-layout2__wrapper .box-layout2__buttons .default-button {
      height: 56px; }
      .box-layout2 .box-layout2__wrapper .box-layout2__buttons .default-button a, .box-layout2 .box-layout2__wrapper .box-layout2__buttons .default-button button {
        padding: 0 20px; }
    .box-layout2 .box-layout2__wrapper .box-layout2__buttons .delete-button.full {
      height: 104px; } }

@media only screen and (min-width: 1024px) {
  .box-layout2 {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .box-layout2 .box-layout2__wrapper .box-layout2__content .box-layout2__value {
      margin-bottom: 12px; }
      .box-layout2 .box-layout2__wrapper .box-layout2__content .box-layout2__value:last-of-type {
        margin-bottom: 18px; }
    .box-layout2 .box-layout2__wrapper .box-layout2__buttons .default-button {
      -webkit-transition: background-color 250ms ease-in-out;
      -moz-transition: background-color 250ms ease-in-out;
      -ms-transition: background-color 250ms ease-in-out;
      -o-transition: background-color 250ms ease-in-out;
      transition: background-color 250ms ease-in-out; }
      .box-layout2 .box-layout2__wrapper .box-layout2__buttons .default-button:hover {
        background-color: #212322; }
    .box-layout2 .box-layout2__wrapper .box-layout2__buttons .delete-button {
      -webkit-transition: background-color 250ms ease-in-out;
      -moz-transition: background-color 250ms ease-in-out;
      -ms-transition: background-color 250ms ease-in-out;
      -o-transition: background-color 250ms ease-in-out;
      transition: background-color 250ms ease-in-out; }
      .box-layout2 .box-layout2__wrapper .box-layout2__buttons .delete-button.full {
        height: 40px; }
      .box-layout2 .box-layout2__wrapper .box-layout2__buttons .delete-button a, .box-layout2 .box-layout2__wrapper .box-layout2__buttons .delete-button button {
        -webkit-transition: background-image 250ms ease-in;
        -moz-transition: background-image 250ms ease-in;
        -ms-transition: background-image 250ms ease-in;
        -o-transition: background-image 250ms ease-in;
        transition: background-image 250ms ease-in; }
      .box-layout2 .box-layout2__wrapper .box-layout2__buttons .delete-button:hover {
        background-color: #bbbcbc; }
        .box-layout2 .box-layout2__wrapper .box-layout2__buttons .delete-button:hover a, .box-layout2 .box-layout2__wrapper .box-layout2__buttons .delete-button:hover button {
          background: url("public/img/cart/deleteHover.svg") no-repeat;
          background-size: 22px 25px;
          background-position: center center; } }

@media only screen and (min-width: 1200px) {
  .box-layout2 .box-layout2__wrapper .box-layout2__buttons .default-button {
    height: 40px; } }

p {
  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
  font-size: 16px;
  color: #212322;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: unset; }
  p a, p button {
    color: #212322;
    text-decoration: underline; }
    p a:hover, p button:hover {
      color: #212322; }
  p.dashboard-intro {
    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
    margin-bottom: 20px; }

@media only screen and (min-width: 1024px) {
  a, button {
    cursor: pointer; } }

.account-addresses h3 {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 14px;
  color: #75787b;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  float: left; }

.associate-EditAssociateForm h3 {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 14px;
  color: #75787b;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.associate-EditAssociateForm .associate_number {
  font-family: #bbbcbc;
  font-size: 14px;
  color: #75787b;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.associate-EditAssociateForm .pending_changes-wrapper {
  overflow: hidden;
  min-height: 40px;
  width: 100%;
  margin-bottom: 20px;
  vertical-align: middle;
  text-align: left;
  background: #bbbcbc;
  display: table; }
  .associate-EditAssociateForm .pending_changes-wrapper .pending_changes {
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 12px;
    color: whitesmoke;
    letter-spacing: 0;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.associate-EditAssociateForm .associate-form-row label {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 12px;
  color: #bbbcbc;
  text-transform: uppercase;
  margin-bottom: 4px; }

.associate-EditAssociateForm .associate-form-row input, .associate-EditAssociateForm .associate-form-row select {
  border-radius: 0;
  height: 46px;
  padding: 0 12px;
  background: white;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
  font-size: 16px;
  color: black;
  letter-spacing: 0;
  line-height: 22px;
  -webkit-transition: border, 250ms ease-out;
  -moz-transition: border, 250ms ease-out;
  -ms-transition: border, 250ms ease-out;
  -o-transition: border, 250ms ease-out;
  transition: border, 250ms ease-out; }
  .associate-EditAssociateForm .associate-form-row input.readonly, .associate-EditAssociateForm .associate-form-row select.readonly {
    cursor: default;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.4); }
  .associate-EditAssociateForm .associate-form-row input.required, .associate-EditAssociateForm .associate-form-row select.required {
    border: 2px solid #d6001c; }

.associate-EditAssociateForm .associate-form-row select {
  background: url("public/img/account/arrow.svg") no-repeat;
  background-position: right 10px center;
  background-size: 14px 8px; }

.associate-EditAssociateForm .associate-form-row.message_wrapper {
  margin-bottom: 15px;
  text-align: center; }
  .associate-EditAssociateForm .associate-form-row.message_wrapper .message {
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    color: #75787b; }
    .associate-EditAssociateForm .associate-form-row.message_wrapper .message.error {
      color: #d6001c; }

.associate-EditAssociateForm .associate-data {
  position: relative; }
  .associate-EditAssociateForm .associate-data .content-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .associate-EditAssociateForm .associate-data .associate-data__wrapper.blur {
    filter: blur(4px);
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="4" /></filter></svg>#blur');
    /* Firefox, Safari, Chrome*/
    filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
    /* IE9 */
    -webkit-filter: blur(4px);
    /* Chrome, Safari */
    -ms-filter: blur(4px);
    /* IE */
    -o-filter: blur(4px);
    /* Opera */
    -moz-filter: blur(4px);
    /* Mozilla */ }
  .associate-EditAssociateForm .associate-data .associate-data__wrapper button[type=submit] {
    height: 40px;
    background: #bbbcbc;
    border-radius: 0;
    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
    font-size: 16px;
    color: white;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px 15px;
    float: right;
    margin-bottom: 10px; }
    .associate-EditAssociateForm .associate-data .associate-data__wrapper button[type=submit].active {
      background: #d6001c; }
  .associate-EditAssociateForm .associate-data .associate-data__wrapper .disassociate {
    float: right;
    clear: both; }
    .associate-EditAssociateForm .associate-data .associate-data__wrapper .disassociate p {
      clear: both;
      text-align: right; }
      .associate-EditAssociateForm .associate-data .associate-data__wrapper .disassociate p.submit {
        float: right;
        text-decoration: underline;
        cursor: pointer; }

.modal-disassociate.reveal {
  width: 300px;
  height: 160px;
  min-height: unset;
  margin-left: auto;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 30px;
  padding-bottom: 20px;
  border: unset;
  border-radius: unset; }
  .modal-disassociate.reveal .modal-disassociate__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    float: left; }
    .modal-disassociate.reveal .modal-disassociate__wrapper .modal-message {
      text-align: center; }
      .modal-disassociate.reveal .modal-disassociate__wrapper .modal-message .modal-text {
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 16px;
        color: #212322;
        letter-spacing: 0;
        line-height: 22px; }
    .modal-disassociate.reveal .modal-disassociate__wrapper .modal-buttons {
      position: absolute;
      bottom: 0; }
      .modal-disassociate.reveal .modal-disassociate__wrapper .modal-buttons .modal-button {
        height: 40px; }
        .modal-disassociate.reveal .modal-disassociate__wrapper .modal-buttons .modal-button input {
          width: 100%;
          height: 100%;
          float: left;
          background-color: #000000;
          border-radius: 0px;
          text-transform: uppercase;
          margin: unset;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 14px;
          line-height: 14px;
          color: #FFFFFF;
          letter-spacing: 0;
          text-align: center; }
          .modal-disassociate.reveal .modal-disassociate__wrapper .modal-buttons .modal-button input#confirm {
            background-color: #d6001c; }
            .modal-disassociate.reveal .modal-disassociate__wrapper .modal-buttons .modal-button input#confirm:hover {
              background-color: #c00d1e; }

.modal-disassociate .modal-loader {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0; }
  .modal-disassociate .modal-loader .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none; }
    .modal-disassociate .modal-loader .loader .loading-layout1 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  .modal-disassociate .modal-loader.active {
    height: 100%; }
    .modal-disassociate .modal-loader.active .loader {
      -webkit-animation: fadeInFromNone 250ms ease-in-out;
      -moz-animation: fadeInFromNone 250ms ease-in-out;
      -o-animation: fadeInFromNone 250ms ease-in-out;
      animation: fadeInFromNone 250ms ease-in-out;
      display: block;
      height: 100%; }

.associate-ValidateAssociateForm h3 {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 14px;
  color: #75787b;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.associate-ValidateAssociateForm .associate_number {
  font-family: #bbbcbc;
  font-size: 14px;
  color: #75787b;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.associate-ValidateAssociateForm .pending_changes-wrapper {
  overflow: hidden;
  min-height: 40px;
  width: 100%;
  margin-bottom: 20px;
  vertical-align: middle;
  text-align: left;
  background: #bbbcbc;
  display: table; }
  .associate-ValidateAssociateForm .pending_changes-wrapper .pending_changes {
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 12px;
    color: whitesmoke;
    letter-spacing: 0;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.associate-ValidateAssociateForm .associate-form-row label {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 12px;
  color: #bbbcbc;
  text-transform: uppercase;
  margin-bottom: 4px; }

.associate-ValidateAssociateForm .associate-form-row input, .associate-ValidateAssociateForm .associate-form-row select {
  border-radius: 0;
  height: 46px;
  padding: 0 12px;
  background: white;
  border: 1px solid whitesmoke;
  box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
  font-size: 16px;
  color: black;
  letter-spacing: 0;
  line-height: 22px;
  -webkit-transition: border, 250ms ease-out;
  -moz-transition: border, 250ms ease-out;
  -ms-transition: border, 250ms ease-out;
  -o-transition: border, 250ms ease-out;
  transition: border, 250ms ease-out; }
  .associate-ValidateAssociateForm .associate-form-row input.readonly, .associate-ValidateAssociateForm .associate-form-row select.readonly {
    cursor: default;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.4); }
  .associate-ValidateAssociateForm .associate-form-row input.required, .associate-ValidateAssociateForm .associate-form-row select.required {
    border: 2px solid #d6001c; }
  .associate-ValidateAssociateForm .associate-form-row input[type=date]::-webkit-inner-spin-button, .associate-ValidateAssociateForm .associate-form-row select[type=date]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none; }

.associate-ValidateAssociateForm .associate-form-row.message_wrapper {
  margin-bottom: 15px;
  text-align: center; }
  .associate-ValidateAssociateForm .associate-form-row.message_wrapper .message {
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    color: #75787b; }
    .associate-ValidateAssociateForm .associate-form-row.message_wrapper .message.error {
      color: #d6001c; }

.associate-ValidateAssociateForm .not-registered {
  float: right;
  clear: both; }

.associate-ValidateAssociateForm button[type=submit] {
  height: 40px;
  background: #bbbcbc;
  border-radius: 0;
  font-family: "FoundryGridnik-Medium", Arial, Helvetica;
  font-size: 16px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  padding: 8px 15px;
  float: right; }
  .associate-ValidateAssociateForm button[type=submit].active {
    background: #d6001c; }

.title-list-layout2 {
  width: 100%;
  position: relative;
  float: left; }
  .title-list-layout2 .title-list-layout2__wrapper .quote span {
    font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
    font-size: 30px;
    color: rgba(117, 120, 123, 0.5);
    letter-spacing: 0;
    line-height: 28px;
    text-transform: uppercase; }
  .title-list-layout2 .title-list-layout2__wrapper .lines .line {
    position: relative;
    width: 100%;
    text-transform: uppercase; }
    .title-list-layout2 .title-list-layout2__wrapper .lines .line:nth-child(1) {
      color: #d6001c;
      font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
      font-size: 70px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.86;
      letter-spacing: normal; }
    .title-list-layout2 .title-list-layout2__wrapper .lines .line:nth-child(2) {
      margin-top: 10px;
      color: black;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 30px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal; }
    .title-list-layout2 .title-list-layout2__wrapper .lines .line:nth-child(3) {
      margin-top: 10px;
      color: #75787b;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      letter-spacing: normal; }
    .title-list-layout2 .title-list-layout2__wrapper .lines .line:nth-child(4) {
      margin-top: 18px;
      color: #d6001c;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      letter-spacing: normal; }

@media only screen and (min-width: 640px) {
  .title-list-layout2 .title-list-layout2__wrapper .quote {
    margin-bottom: 12px; }
    .title-list-layout2 .title-list-layout2__wrapper .quote span {
      line-height: 32px; } }

@media only screen and (min-width: 1024px) {
  .title-list-layout2 .title-list-layout2__wrapper .quote {
    margin-bottom: 26px; }
    .title-list-layout2 .title-list-layout2__wrapper .quote span {
      font-family: "FoundryGridnik-Bold", Arial, Helvetica;
      font-size: 24px;
      line-height: 30px;
      color: #c00d1e; }
  .title-list-layout2 .title-list-layout2__wrapper .lines .line:nth-child(1) {
    font-size: 70px; }
  .title-list-layout2 .title-list-layout2__wrapper .lines .line:nth-child(2) {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px; }
  .title-list-layout2 .title-list-layout2__wrapper .lines .line:nth-child(3) {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px; } }

.account-EditAccountForm h3 {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 14px;
  color: #75787b;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.account-EditAccountForm .account-form-row label {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 12px;
  color: #bbbcbc;
  text-transform: uppercase;
  margin-bottom: 4px; }

.account-EditAccountForm .account-form-row input {
  border-radius: 0;
  height: 46px;
  padding: 0 12px;
  background: white;
  border: 1px solid whitesmoke;
  box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
  font-size: 16px;
  color: black;
  letter-spacing: 0;
  line-height: 22px;
  -webkit-transition: border, 250ms ease-out;
  -moz-transition: border, 250ms ease-out;
  -ms-transition: border, 250ms ease-out;
  -o-transition: border, 250ms ease-out;
  transition: border, 250ms ease-out; }
  .account-EditAccountForm .account-form-row input.required {
    border: 2px solid #d6001c; }

.account-EditAccountForm .account-form-row.message_wrapper {
  margin-bottom: 15px;
  text-align: center; }
  .account-EditAccountForm .account-form-row.message_wrapper .message {
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    color: #d6001c; }

.account-EditAccountForm button[type=submit] {
  height: 40px;
  background: #bbbcbc;
  border-radius: 0;
  font-family: "FoundryGridnik-Medium", Arial, Helvetica;
  font-size: 16px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  padding: 8px 15px;
  float: right; }
  .account-EditAccountForm button[type=submit].active {
    background: #d6001c; }

.address-EditAddressForm h3 {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 14px;
  color: #75787b;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.address-EditAddressForm .form-row label {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 12px;
  color: #bbbcbc;
  text-transform: uppercase;
  margin-bottom: 4px; }

.address-EditAddressForm .form-row input, .address-EditAddressForm .form-row select {
  border-radius: 0;
  height: 46px;
  padding: 0 12px;
  background: white;
  border: 1px solid whitesmoke;
  box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
  font-size: 16px;
  color: black;
  letter-spacing: 0;
  line-height: 22px;
  -webkit-transition: border, 250ms ease-out;
  -moz-transition: border, 250ms ease-out;
  -ms-transition: border, 250ms ease-out;
  -o-transition: border, 250ms ease-out;
  transition: border, 250ms ease-out; }
  .address-EditAddressForm .form-row input.required, .address-EditAddressForm .form-row select.required {
    border: 2px solid #d6001c; }

.address-EditAddressForm .form-row.message_wrapper {
  margin-bottom: 15px;
  text-align: center; }
  .address-EditAddressForm .form-row.message_wrapper .message {
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    color: #d6001c; }

.address-EditAddressForm button[type=submit] {
  height: 40px;
  background: #bbbcbc;
  border-radius: 0;
  font-family: "FoundryGridnik-Medium", Arial, Helvetica;
  font-size: 16px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  padding: 8px 15px;
  float: right; }
  .address-EditAddressForm button[type=submit].active {
    background: #d6001c; }

.box-layout3 {
  background: white;
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 20px 0; }
  .box-layout3 .box-layout3-item span {
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 16px;
    color: black;
    letter-spacing: 0;
    line-height: 18px; }
  .box-layout3 .box-layout3-item:not(:nth-of-type(1)) {
    margin-top: 14px;
    padding: 14px 0 0;
    border-top: solid 2px #d9d9d6; }

.box-layout4 {
  background: white;
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 10px 0;
  display: inline-block; }
  .box-layout4 .box-layout4-image {
    height: 56px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: white;
    box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.1); }
    .box-layout4 .box-layout4-image img {
      position: absolute;
      top: 0;
      left: 50%;
      width: auto;
      height: 100%;
      max-width: unset;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  .box-layout4 .box-layout4-content {
    display: inline-block; }
    .box-layout4 .box-layout4-content .box-layout4-content-item {
      display: block; }
      .box-layout4 .box-layout4-content .box-layout4-content-item .item-title {
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 12px;
        color: #bbbcbc;
        margin-bottom: 2px;
        text-transform: uppercase; }
      .box-layout4 .box-layout4-content .box-layout4-content-item .item-text {
        font-family: "FoundryGridnik-Regular", Arial, Helvetica;
        font-size: 16px;
        color: black;
        letter-spacing: 0;
        line-height: 18px;
        margin-bottom: 10px; }
      .box-layout4 .box-layout4-content .box-layout4-content-item.inline .item-title {
        display: inline;
        font-size: 13px;
        color: #75787b;
        letter-spacing: 0;
        line-height: 16px; }
      .box-layout4 .box-layout4-content .box-layout4-content-item.inline .item-text {
        float: right;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 13px;
        color: #343434;
        line-height: 16px; }
      .box-layout4 .box-layout4-content .box-layout4-content-item:not(:first-of-type) {
        margin-top: 16px; }
      .box-layout4 .box-layout4-content .box-layout4-content-item.nopadding {
        padding-left: 0 !important;
        padding-right: 0 !important; }

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .box-layout4 .box-layout4-image {
    height: 100px;
    margin-top: 10px;
    padding: 0 14px 0 5px; }
  .box-layout4 .box-layout4-content {
    margin-top: 10px; } }

.box-layout5 {
  background: white;
  box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 20px 0 4px; }
  .box-layout5 .box-layout5-item {
    margin-bottom: 16px; }
    .box-layout5 .box-layout5-item .item-title {
      font-family: "FoundryGridnik-Bold", Arial, Helvetica;
      font-size: 12px;
      color: #bbbcbc;
      margin-bottom: 2px;
      text-transform: uppercase; }
    .box-layout5 .box-layout5-item .item-text {
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 16px;
      color: black;
      letter-spacing: 0;
      line-height: 22px; }
      .box-layout5 .box-layout5-item .item-text a {
        color: black;
        text-transform: lowercase; }
    .box-layout5 .box-layout5-item.item-text-right .item-text {
      text-align: right; }
    .box-layout5 .box-layout5-item.buttons-red .item-text a {
      color: #d6001c; }

@media only screen and (min-width: 1024px) {
  .box-layout5 .box-layout5-item .item-text a:hover {
    color: #d6001c; }
  .box-layout5 .box-layout5-item.buttons-red .item-text a:hover {
    color: #212322; } }

.woocommerce-view-order h2 {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 16px;
  color: black;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.woocommerce-view-order h3 {
  font-family: "FoundryGridnik-Bold", Arial, Helvetica;
  font-size: 14px;
  color: #c00d1e;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  float: left; }

.woocommerce-view-order .order-summary {
  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
  font-size: 16px;
  color: #212322;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px; }
  .woocommerce-view-order .order-summary mark {
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    background: unset; }

.woocommerce-view-order .woocommerce-OrderUpdates {
  margin-bottom: 10px; }

.error-404 {
  overflow: hidden;
  margin-top: 147px;
  margin-bottom: 147px; }
  .error-404 h1 {
    font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
    font-size: 30px;
    color: black;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center; }
  .error-404 .error-404_box p {
    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
    font-size: 14px;
    color: #75787b;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
  .error-404 .not-found_button .button-layout2 {
    margin-top: 20px; }

@media only screen and (min-width: 640px) {
  .error-404 .not-found_button {
    margin-top: 50px; } }

.menu-layout3 {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  z-index: 22; }
  .menu-layout3 .menu-layout3__wrapper {
    position: relative;
    height: 100%; }
    .menu-layout3 .menu-layout3__wrapper .top-bar {
      width: 100%;
      height: 100%;
      padding: 0;
      background-color: #c00d1e;
      overflow: hidden; }
      .menu-layout3 .menu-layout3__wrapper .top-bar button.toggle {
        position: absolute;
        top: 14px;
        left: 17px;
        border: none;
        box-shadow: none;
        outline: none;
        padding: 6px;
        cursor: pointer;
        z-index: 1; }
        .menu-layout3 .menu-layout3__wrapper .top-bar button.toggle span.toggle__icon {
          position: relative;
          display: block;
          width: 24px;
          height: 20px;
          background-image: url("public/img/menu/layout1/hamburguer_menu.svg");
          background-size: 24px 20px;
          background-position: center center;
          background-repeat: no-repeat;
          -webkit-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
          -moz-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
          -ms-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
          -o-transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out;
          transition: background-image 250ms ease-in-out, background-size 250ms ease-in-out; }
      .menu-layout3 .menu-layout3__wrapper .top-bar .top-bar__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
        .menu-layout3 .menu-layout3__wrapper .top-bar .top-bar__logo img {
          height: 60px; }
      .menu-layout3 .menu-layout3__wrapper .top-bar > a {
        position: absolute;
        display: block;
        top: 12px;
        left: 50%;
        text-decoration: none;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(-50%) translateZ(100px) scale(1) perspective(1px);
        -moz-transform: translateX(-50%) translateZ(100px) scale(1) perspective(1px);
        -ms-transform: translateX(-50%) translateZ(100px) scale(1) perspective(1px);
        -o-transform: translateX(-50%) translateZ(100px) scale(1) perspective(1px);
        transform: translateX(-50%) translateZ(100px) scale(1) perspective(1px);
        -webkit-transition: transform 500ms ease-in-out;
        -moz-transition: transform 500ms ease-in-out;
        -ms-transition: transform 500ms ease-in-out;
        -o-transition: transform 500ms ease-in-out;
        transition: transform 500ms ease-in-out; }
        .menu-layout3 .menu-layout3__wrapper .top-bar > a img,
        .menu-layout3 .menu-layout3__wrapper .top-bar > a svg {
          position: relative;
          display: block;
          width: auto;
          height: 68px;
          max-width: none;
          -webkit-transition: width 500ms ease-in-out, height 500ms ease-in-out;
          -moz-transition: width 500ms ease-in-out, height 500ms ease-in-out;
          -ms-transition: width 500ms ease-in-out, height 500ms ease-in-out;
          -o-transition: width 500ms ease-in-out, height 500ms ease-in-out;
          transition: width 500ms ease-in-out, height 500ms ease-in-out; }
    .menu-layout3 .menu-layout3__wrapper .menu {
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      height: auto;
      background-color: #c00d1e;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: transform 500ms ease-in-out;
      -moz-transition: transform 500ms ease-in-out;
      -ms-transition: transform 500ms ease-in-out;
      -o-transition: transform 500ms ease-in-out;
      transition: transform 500ms ease-in-out;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .menu-layout3 .menu-layout3__wrapper .menu .menu-logo {
        display: table;
        margin-top: 20px; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-logo > a {
          margin: 0;
          padding: 0; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-logo .menu-logo_left {
          display: table-cell;
          width: 70px;
          height: 100%; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-logo .menu-logo_left .menu-logo_left__wrapper {
            width: 100%;
            height: 60px;
            padding: 0 10px; }
            .menu-layout3 .menu-layout3__wrapper .menu .menu-logo .menu-logo_left .menu-logo_left__wrapper img,
            .menu-layout3 .menu-layout3__wrapper .menu .menu-logo .menu-logo_left .menu-logo_left__wrapper svg {
              position: relative;
              display: block;
              width: auto;
              height: 100%;
              max-height: 100%;
              max-width: none;
              -webkit-transition: width 500ms ease-in-out, height 500ms ease-in-out;
              -moz-transition: width 500ms ease-in-out, height 500ms ease-in-out;
              -ms-transition: width 500ms ease-in-out, height 500ms ease-in-out;
              -o-transition: width 500ms ease-in-out, height 500ms ease-in-out;
              transition: width 500ms ease-in-out, height 500ms ease-in-out; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-logo .menu-logo_right {
          display: table-cell;
          vertical-align: middle;
          width: calc(100% - 70px); }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-logo .menu-logo_right .menu-logo_right__wrapper {
            padding: 0 10px;
            height: 60px; }
            .menu-layout3 .menu-layout3__wrapper .menu .menu-logo .menu-logo_right .menu-logo_right__wrapper img,
            .menu-layout3 .menu-layout3__wrapper .menu .menu-logo .menu-logo_right .menu-logo_right__wrapper svg {
              position: relative;
              display: block;
              width: auto;
              height: 100%;
              max-height: 100%;
              max-width: none;
              -webkit-transition: width 500ms ease-in-out, height 500ms ease-in-out;
              -moz-transition: width 500ms ease-in-out, height 500ms ease-in-out;
              -ms-transition: width 500ms ease-in-out, height 500ms ease-in-out;
              -o-transition: width 500ms ease-in-out, height 500ms ease-in-out;
              transition: width 500ms ease-in-out, height 500ms ease-in-out; }
      .menu-layout3 .menu-layout3__wrapper .menu .menu-search {
        position: relative;
        display: table;
        width: 100%;
        margin-top: 40px; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-search .search__icon {
          display: table-cell;
          vertical-align: middle;
          width: 70px; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-search .search__icon .icon {
            position: relative;
            vertical-align: middle;
            width: 70px;
            height: 21px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 21px 21px;
            background-image: url("public/img/quick-access-bar/layout1/search-icon.svg"); }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-search .search__form {
          display: table-cell;
          padding: 0 16px; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-search .search__form form {
            height: 20px; }
      .menu-layout3 .menu-layout3__wrapper .menu .menu-items {
        width: 100%;
        min-height: 100%;
        margin-top: 40px;
        height: auto; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-items > .menu-items__left {
          height: 100vh;
          scrollbar-width: none;
          -ms-overflow-style: -ms-autohiding-scrollbar; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items > .menu-items__left::-webkit-scrollbar {
            display: none; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items > .menu-items__left > nav {
            position: relative;
            max-width: unset !important; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu {
          text-align: left;
          margin: 0; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu ul {
            list-style: none;
            margin: 0; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu li {
            list-style-type: none; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu a {
            background: transparent; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .is-drilldown-submenu {
            overflow: hidden; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item {
            display: inline-block;
            width: 100%;
            margin-bottom: 32px; }
            .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item > a {
              width: 100%;
              padding: 0;
              -webkit-transition: transform 500ms ease-in-out;
              -moz-transition: transform 500ms ease-in-out;
              -ms-transition: transform 500ms ease-in-out;
              -o-transition: transform 500ms ease-in-out;
              transition: transform 500ms ease-in-out; }
              .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item > a .menu-item__icon {
                display: table-cell;
                vertical-align: middle;
                width: 70px; }
              .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item > a .menu-item__text {
                position: relative;
                display: table-cell;
                vertical-align: middle;
                padding: 0 16px;
                width: calc(100% - 70px);
                text-transform: uppercase;
                font-family: "FoundryGridnik-Bold", Arial, Helvetica;
                font-size: 15px;
                font-weight: 800;
                color: white;
                letter-spacing: 0;
                line-height: 1.33;
                text-indent: 0; }
              .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item > a.hide-item {
                -webkit-transform: translateX(-100%);
                -moz-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                -o-transform: translateX(-100%);
                transform: translateX(-100%); }
            .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children > a::after {
              display: none; }
            .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children > a .menu-item__text::after {
              content: "";
              position: absolute;
              top: 50%;
              right: 16px;
              width: 24px;
              height: 24px;
              background-image: url("public/img/menu/layout3/chevron-right.svg");
              background-repeat: no-repeat;
              background-size: 24px 24px;
              background-position: center center;
              border: none;
              margin-top: -12px;
              margin-right: 0; }
            .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children ul.submenu {
              opacity: 0;
              -webkit-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
              -moz-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
              -ms-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
              -o-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
              transition: transform 500ms ease-in-out, opacity 500ms ease-in-out; }
              .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children ul.submenu .back-button {
                margin-bottom: 32px;
                -webkit-transition: transform 500ms ease-in-out;
                -moz-transition: transform 500ms ease-in-out;
                -ms-transition: transform 500ms ease-in-out;
                -o-transition: transform 500ms ease-in-out;
                transition: transform 500ms ease-in-out;
                cursor: pointer; }
                .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children ul.submenu .back-button .back-button__icon {
                  display: table-cell;
                  width: 70px; }
                  .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children ul.submenu .back-button .back-button__icon .icon {
                    position: relative;
                    vertical-align: middle;
                    width: 100%;
                    height: 20px;
                    background-image: url("public/img/menu/layout3/chevron-right.svg");
                    background-size: 20px 20px;
                    background-position: center center;
                    background-repeat: no-repeat;
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    transform: rotate(180deg);
                    border: none; }
                .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children ul.submenu .back-button .back-button__title {
                  display: table-cell;
                  vertical-align: middle;
                  padding: 0 16px;
                  text-transform: uppercase;
                  font-family: "FoundryGridnik-Medium", Arial, Helvetica;
                  font-size: 15px;
                  font-weight: 500;
                  color: white;
                  letter-spacing: 0;
                  line-height: 1.33;
                  text-indent: 0;
                  opacity: 0;
                  -webkit-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out, color 250ms ease-in-out;
                  -moz-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out, color 250ms ease-in-out;
                  -ms-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out, color 250ms ease-in-out;
                  -o-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out, color 250ms ease-in-out;
                  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out, color 250ms ease-in-out; }
                .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children ul.submenu .back-button.hide-item {
                  -webkit-transform: translateX(-100%);
                  -moz-transform: translateX(-100%);
                  -ms-transform: translateX(-100%);
                  -o-transform: translateX(-100%);
                  transform: translateX(-100%); }
              .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children ul.submenu .parent-menu-name {
                position: relative;
                display: inline-block;
                width: 83.333%;
                padding: 8px 0 0 0;
                margin: 32px 8.333% 20px 8.333%; }
                .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children ul.submenu .parent-menu-name a {
                  padding: 0; }
              .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children ul.submenu.is-active {
                opacity: 1; }
                .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children ul.submenu.is-active .back-button .back-button__title {
                  opacity: 1; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu > .menu-item > a {
            display: table; }
            .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu > .menu-item > a .menu-item__icon .icon {
              position: relative;
              vertical-align: middle;
              width: 70px;
              background-position: center center;
              background-repeat: no-repeat; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu > .menu-item .sub-menu {
            background-color: transparent; }
            .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu > .menu-item .sub-menu .menu-item > a {
              display: table; }
              .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu > .menu-item .sub-menu .menu-item > a .menu-item__icon {
                width: 0; }
                .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu > .menu-item .sub-menu .menu-item > a .menu-item__icon .icon {
                  background-image: none; }
              .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu > .menu-item .sub-menu .menu-item > a .menu-item__text {
                padding-left: 86px; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu > .menu-item:last-of-type {
            margin-bottom: 0; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links {
          position: relative;
          width: 100%;
          vertical-align: middle;
          overflow: hidden;
          margin-top: 70px; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul {
            width: 320px;
            text-align: left;
            margin: 0; }
            .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li {
              display: inline-block;
              width: 100%;
              margin-bottom: 24px; }
              .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li a {
                display: table;
                width: 100%;
                padding: 0;
                -webkit-transition: transform 500ms ease-in-out;
                -moz-transition: transform 500ms ease-in-out;
                -ms-transition: transform 500ms ease-in-out;
                -o-transition: transform 500ms ease-in-out;
                transition: transform 500ms ease-in-out; }
                .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li a .item__icon {
                  display: table-cell;
                  width: 70px; }
                  .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li a .item__icon .icon {
                    position: relative;
                    vertical-align: middle;
                    width: 70px;
                    background-position: center center;
                    background-repeat: no-repeat; }
                .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li a .item__text {
                  position: relative;
                  display: table-cell;
                  vertical-align: middle;
                  padding: 0 16px;
                  width: calc(100% - 70px);
                  text-transform: uppercase;
                  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
                  font-size: 12px;
                  font-weight: 500;
                  color: white;
                  letter-spacing: normal;
                  line-height: 1.67;
                  font-stretch: normal;
                  font-style: normal; }
                .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li a.hide-item {
                  -webkit-transform: translateX(-100%);
                  -moz-transform: translateX(-100%);
                  -ms-transform: translateX(-100%);
                  -o-transform: translateX(-100%);
                  transform: translateX(-100%); }
      .menu-layout3 .menu-layout3__wrapper .menu::-webkit-scrollbar {
        display: none; }
  .menu-layout3.menu--open .menu-layout3__wrapper .top-bar > a {
    -webkit-transform: translateX(-50%) translateZ(0px) scale(0) perspective(1px);
    -moz-transform: translateX(-50%) translateZ(0px) scale(0) perspective(1px);
    -ms-transform: translateX(-50%) translateZ(0px) scale(0) perspective(1px);
    -o-transform: translateX(-50%) translateZ(0px) scale(0) perspective(1px);
    transform: translateX(-50%) translateZ(0px) scale(0) perspective(1px); }
  .menu-layout3 .icon.link-user {
    height: 28px;
    background-size: 28px 28px;
    background-image: url("public/img/quick-access-bar/layout1/icons/perfil.svg");
    /*&.on {
                background-image: url("public/img/quick-access-bar/layout1/icons/perfil_on.svg");
            }*/ }
  .menu-layout3 .icon.link-next {
    height: 26px;
    background-size: 28px 26px;
    background-image: url("public/img/quick-access-bar/layout1/icons/scbnext.svg"); }
  .menu-layout3 .icon.link-cart {
    height: 28px;
    background-size: 24px 20px;
    background-image: url("public/img/quick-access-bar/layout1/icons/carrinho.svg"); }
  .menu-layout3 .icon.link-cart-page {
    width: 24px;
    height: 20px;
    background-size: 24px 20px;
    background-image: url("public/img/quick-access-bar/layout1/icons/carrinho_page.svg"); }
  .menu-layout3 .icon.link-ticket {
    height: 26px;
    background-size: 22px 20px;
    background-image: url("public/img/quick-access-bar/layout1/icons/bilheteira.svg"); }
  .menu-layout3 .icon.link-search {
    height: 21px;
    background-size: 21px 21px;
    background-image: url("public/img/quick-access-bar/layout1/search-icon.svg"); }
  .menu-layout3 .icon.link-agenda {
    height: 28px;
    background-size: 18px 28px;
    background-image: url("public/img/quick-access-bar/layout1/icons/agenda.svg"); }
  .menu-layout3 .icon.link-club {
    height: 28px;
    background-size: 20px 28px;
    background-image: url("public/img/quick-access-bar/layout1/icons/clube.svg"); }
  .menu-layout3 .icon.link-football {
    height: 20px;
    background-size: 28px 20px;
    background-image: url("public/img/quick-access-bar/layout1/icons/futebol.svg"); }
  .menu-layout3 .icon.link-glass {
    height: 20px;
    background-size: 20px 20px;
    background-image: url("public/img/quick-access-bar/layout1/icons/lupa.svg"); }
  .menu-layout3 .icon.link-modalities {
    height: 28px;
    background-size: 24px 28px;
    background-image: url("public/img/quick-access-bar/layout1/icons/modalidades.svg"); }
  .menu-layout3 .icon.link-news {
    height: 22px;
    background-size: 28px 22px;
    background-image: url("public/img/quick-access-bar/layout1/icons/noticias.svg"); }
  .menu-layout3 .icon.link-insurance {
    height: 20px;
    background-size: 18px 20px;
    background-image: url("public/img/quick-access-bar/layout1/icons/seguros.svg"); }
  .menu-layout3 .icon.link-associate {
    height: 20px;
    background-size: 28px 20px;
    background-image: url("public/img/quick-access-bar/layout1/icons/socio.svg"); }
  .menu-layout3 .icon.link-sports-city {
    height: 20px;
    background-size: 28px 20px;
    background-image: url("public/img/quick-access-bar/layout1/icons/cidade_desportiva.svg"); }
  .menu-layout3 .icon.link-lawn {
    height: 20px;
    background-size: 18px 20px;
    background-image: url("public/img/quick-access-bar/layout1/icons/relvado.svg"); }
  .menu-layout3 .icon.link-wishlist-page {
    width: 24px;
    height: 20px;
    background-size: 24px 20px;
    background-image: url("public/img/quick-access-bar/layout1/icons/wishlist.svg"); }

@media only screen and (max-width: 1023px) {
  .menu-layout3 {
    width: 100%; }
    .menu-layout3 .menu-layout3__wrapper {
      background-color: #c00d1e; }
      .menu-layout3 .menu-layout3__wrapper .menu {
        height: calc(100vh - 60px);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%); }
    .menu-layout3.menu--open {
      height: 100vh; }
      .menu-layout3.menu--open .top-bar button.toggle span.toggle__icon {
        background-image: url("public/img/menu/layout1/close.svg");
        background-size: 16px 16px; }
      .menu-layout3.menu--open .menu {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); } }

@media only screen and (min-width: 1024px) {
  .menu-layout3 {
    height: 100vh;
    overflow-x: hidden; }
    .menu-layout3 .menu-layout3__wrapper {
      width: 70px;
      background-color: #c00d1e; }
      .menu-layout3 .menu-layout3__wrapper .top-bar {
        display: none; }
      .menu-layout3 .menu-layout3__wrapper .menu {
        top: 0;
        width: 70px;
        height: 100vh;
        background-color: transparent;
        -webkit-transition: width 500ms ease-in-out;
        -moz-transition: width 500ms ease-in-out;
        -ms-transition: width 500ms ease-in-out;
        -o-transition: width 500ms ease-in-out;
        transition: width 500ms ease-in-out; }
        .menu-layout3 .menu-layout3__wrapper .menu::before {
          position: fixed;
          display: block;
          content: '';
          background-color: #c00d1e;
          opacity: 0.9;
          height: 100%;
          width: 0px;
          margin-left: 70px;
          -webkit-transition: width 500ms ease-in-out;
          -moz-transition: width 500ms ease-in-out;
          -ms-transition: width 500ms ease-in-out;
          -o-transition: width 500ms ease-in-out;
          transition: width 500ms ease-in-out; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-logo .menu-logo_right {
          opacity: 0;
          -webkit-transition: opacity 500ms ease-in-out 250ms;
          -moz-transition: opacity 500ms ease-in-out 250ms;
          -ms-transition: opacity 500ms ease-in-out 250ms;
          -o-transition: opacity 500ms ease-in-out 250ms;
          transition: opacity 500ms ease-in-out 250ms; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-search .search__form {
          opacity: 0;
          -webkit-transition: opacity 500ms ease-in-out 250ms;
          -moz-transition: opacity 500ms ease-in-out 250ms;
          -ms-transition: opacity 500ms ease-in-out 250ms;
          -o-transition: opacity 500ms ease-in-out 250ms;
          transition: opacity 500ms ease-in-out 250ms; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-search .search__icon {
          -webkit-transition: opacity 250ms ease-in-out;
          -moz-transition: opacity 250ms ease-in-out;
          -ms-transition: opacity 250ms ease-in-out;
          -o-transition: opacity 250ms ease-in-out;
          transition: opacity 250ms ease-in-out; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-search:hover .search__icon {
          opacity: 0.6; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item {
          width: 320px; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item > a .menu-item__icon {
            -webkit-transition: opacity 250ms ease-in-out;
            -moz-transition: opacity 250ms ease-in-out;
            -ms-transition: opacity 250ms ease-in-out;
            -o-transition: opacity 250ms ease-in-out;
            transition: opacity 250ms ease-in-out; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item > a .menu-item__text {
            opacity: 0;
            -webkit-transition: width 500ms ease-in-out, opacity 250ms ease-in-out 300ms, color 250ms ease-in-out;
            -moz-transition: width 500ms ease-in-out, opacity 250ms ease-in-out 300ms, color 250ms ease-in-out;
            -ms-transition: width 500ms ease-in-out, opacity 250ms ease-in-out 300ms, color 250ms ease-in-out;
            -o-transition: width 500ms ease-in-out, opacity 250ms ease-in-out 300ms, color 250ms ease-in-out;
            transition: width 500ms ease-in-out, opacity 250ms ease-in-out 300ms, color 250ms ease-in-out; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children > a .menu-item__text::after {
            display: none; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children ul.submenu .back-button:hover .back-button__title {
            color: #ff7b7b; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item:hover > a .menu-item__icon {
            opacity: 0.6; }
          .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item:hover > a .menu-item__text {
            color: #ff7b7b; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li a .item__icon {
          -webkit-transition: opacity 250ms ease-in-out;
          -moz-transition: opacity 250ms ease-in-out;
          -ms-transition: opacity 250ms ease-in-out;
          -o-transition: opacity 250ms ease-in-out;
          transition: opacity 250ms ease-in-out; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li a .item__text {
          opacity: 0;
          -webkit-transition: width 500ms ease-in-out, opacity 250ms ease-in-out 300ms, color 250ms ease-in-out;
          -moz-transition: width 500ms ease-in-out, opacity 250ms ease-in-out 300ms, color 250ms ease-in-out;
          -ms-transition: width 500ms ease-in-out, opacity 250ms ease-in-out 300ms, color 250ms ease-in-out;
          -o-transition: width 500ms ease-in-out, opacity 250ms ease-in-out 300ms, color 250ms ease-in-out;
          transition: width 500ms ease-in-out, opacity 250ms ease-in-out 300ms, color 250ms ease-in-out; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li:hover a .item__icon {
          opacity: 0.6; }
        .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li:hover a .item__text {
          color: #ff7b7b; }
    .menu-layout3.menu--open .menu-layout3__wrapper .menu {
      width: 320px; }
      .menu-layout3.menu--open .menu-layout3__wrapper .menu::before {
        width: 250px; }
      .menu-layout3.menu--open .menu-layout3__wrapper .menu .menu-logo .menu-logo_right {
        opacity: 1; }
      .menu-layout3.menu--open .menu-layout3__wrapper .menu .menu-search .search__form {
        opacity: 1; }
      .menu-layout3.menu--open .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item > a .menu-item__text {
        opacity: 1;
        width: calc(100% - 70px); }
      .menu-layout3.menu--open .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children > a .menu-item__text::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        width: 24px;
        height: 24px;
        background-image: url("public/img/menu/layout3/chevron-right.svg");
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-position: center center;
        border: none;
        margin-top: -12px;
        margin-right: 0; }
      .menu-layout3.menu--open .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li a .item__text {
        opacity: 1;
        width: calc(100% - 70px); } }

@media only screen and (min-width: 2240px) {
  .menu-layout3 .menu-layout3__wrapper {
    width: 320px; }
    .menu-layout3 .menu-layout3__wrapper .menu {
      width: 320px; }
      .menu-layout3 .menu-layout3__wrapper .menu::before {
        opacity: 1; }
      .menu-layout3 .menu-layout3__wrapper .menu .menu-logo .menu-logo_right {
        opacity: 1; }
      .menu-layout3 .menu-layout3__wrapper .menu .menu-search .search__form {
        opacity: 1; }
      .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item > a .menu-item__text {
        opacity: 1;
        width: calc(100% - 70px); }
      .menu-layout3 .menu-layout3__wrapper .menu .menu-items .main-menu .menu-item.menu-item-has-children > a .menu-item__text::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        width: 24px;
        height: 24px;
        background-image: url("public/img/menu/layout3/chevron-right.svg");
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-position: center center;
        border: none;
        margin-top: -12px;
        margin-right: 0; }
      .menu-layout3 .menu-layout3__wrapper .menu .menu-items .quick-access-links ul li a .item__text {
        opacity: 1;
        width: calc(100% - 70px); } }

.search-filter-layout1 {
  position: relative;
  float: left;
  height: 100%;
  width: 100%; }
  .search-filter-layout1 .search-filter-layout1__wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    border-bottom: solid 2px transparent;
    -webkit-transition: border-color 250ms ease-in-out;
    -moz-transition: border-color 250ms ease-in-out;
    -ms-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out; }
    .search-filter-layout1 .search-filter-layout1__wrapper:focus-within {
      border-bottom: solid 2px white; }
    .search-filter-layout1 .search-filter-layout1__wrapper input {
      height: 20px;
      padding: unset;
      border: unset;
      border-radius: unset;
      box-shadow: unset;
      background-color: unset;
      margin: unset;
      font-family: "FoundryGridnik-Regular", Arial, Helvetica;
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      color: white;
      text-transform: uppercase;
      -webkit-transition: color 250ms ease-in-out;
      -moz-transition: color 250ms ease-in-out;
      -ms-transition: color 250ms ease-in-out;
      -o-transition: color 250ms ease-in-out;
      transition: color 250ms ease-in-out;
      /*@include placeholder {
                color:  #ff7b7b;
            }*/ }
      .search-filter-layout1 .search-filter-layout1__wrapper input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .search-filter-layout1 .search-filter-layout1__wrapper input:-moz-placeholder {
        opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
      .search-filter-layout1 .search-filter-layout1__wrapper input::-moz-placeholder {
        opacity: 1;
        color: rgba(255, 255, 255, 0.5); }
      .search-filter-layout1 .search-filter-layout1__wrapper input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }

@media only screen and (min-width: 1024px) {
  .search-filter-layout1:hover .search-filter-layout1__wrapper {
    border-bottom: solid 2px #ff7b7b; }
    .search-filter-layout1:hover .search-filter-layout1__wrapper input::-webkit-input-placeholder {
      color: #ff7b7b; }
    .search-filter-layout1:hover .search-filter-layout1__wrapper input:-moz-placeholder {
      opacity: 1;
      color: #ff7b7b; }
    .search-filter-layout1:hover .search-filter-layout1__wrapper input::-moz-placeholder {
      opacity: 1;
      color: #ff7b7b; }
    .search-filter-layout1:hover .search-filter-layout1__wrapper input:-ms-input-placeholder {
      color: #ff7b7b; }
    .search-filter-layout1:hover .search-filter-layout1__wrapper:focus-within {
      border-bottom: solid 2px white; } }

body.home main > .banner-layout1 {
  margin-bottom: 25px; }

body.home main .banner-layout2#homepage-banner-2 {
  background-color: #c00d1e; }
  body.home main .banner-layout2#homepage-banner-2 a {
    color: whitesmoke; }

body.home main .banner-layout2#homepage-banner-3 {
  background-color: black; }
  body.home main .banner-layout2#homepage-banner-3 a {
    color: #d6001c; }

#home-body-matches-classification {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }
  #home-body-matches-classification #matches-slider {
    background-color: #eeeeee; }
    #home-body-matches-classification #matches-slider .slick-dots {
      position: absolute;
      left: 50%;
      bottom: 20px;
      margin: 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      #home-body-matches-classification #matches-slider .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 6px; }
        #home-body-matches-classification #matches-slider .slick-dots li button {
          width: 8px;
          height: 8px;
          border: 1px solid #bbbcbc;
          border-radius: 50%;
          -webkit-transition: border 350ms ease-in-out, background-color 350ms ease-in-out;
          -moz-transition: border 350ms ease-in-out, background-color 350ms ease-in-out;
          -ms-transition: border 350ms ease-in-out, background-color 350ms ease-in-out;
          -o-transition: border 350ms ease-in-out, background-color 350ms ease-in-out;
          transition: border 350ms ease-in-out, background-color 350ms ease-in-out; }
        #home-body-matches-classification #matches-slider .slick-dots li.slick-active button {
          border: 1px solid #75787b;
          background-color: #75787b; }

#home-highlights-multimedia,
#home-last-news {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 25px 0; }

#home-highlights-multimedia .dynamic-slider-layout2 .slick-slide .slider__item {
  padding: 0 2px; }
  #home-highlights-multimedia .dynamic-slider-layout2 .slick-slide .slider__item .single-item-layout2 .single-item-layout2__wrapper .item {
    width: 236px; }

#home-highlights-multimedia .dynamic-slider-layout2 .slick-slide:first-of-type a {
  margin-left: calc(100vw * 0.083333 + .25rem / 2 - 1px); }

#home-highlights-multimedia .dynamic-slider-layout2 .slick-slide:last-of-type a {
  margin-right: calc(100vw * 0.083333 + .25rem / 2); }

#home-last-news .title-layout1 {
  padding-right: .25rem;
  padding-left: .25rem; }

#home-last-news .grid-layout1 li {
  margin-top: 40px; }
  #home-last-news .grid-layout1 li:first-of-type {
    margin-top: 30px; }

#home-calendar {
  position: relative;
  float: left;
  width: 100%;
  padding: 25px 0 60px 0; }
  #home-calendar .calendar-layout1 {
    margin-top: 10px; }
  #home-calendar .title-layout2 .title-layout2__wrapper > .text {
    font-size: 16px;
    line-height: 16px; }
    #home-calendar .title-layout2 .title-layout2__wrapper > .text span {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      background-image: url("public/img/social/icon-share.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center center;
      margin-left: 10px;
      cursor: pointer;
      opacity: 0.3; }

#home-store {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0 34px 0; }
  #home-store .banner-layout3, #home-store .banner-layout4 {
    margin-top: 10px; }
  #home-store > div:nth-child(2) {
    padding: 0; }
  #home-store .dynamic-slider-layout3 {
    margin-top: 10px; }

#home-gverreiros-social {
  position: relative;
  float: left;
  width: 100%;
  padding: 34px 0 30px 0; }
  #home-gverreiros-social .dynamic-slider-layout2 .slick-slide .slider__item {
    padding: 0 2px; }
    #home-gverreiros-social .dynamic-slider-layout2 .slick-slide .slider__item .single-item-layout4 .single-item-layout4__wrapper .item {
      width: 236px; }
  #home-gverreiros-social .dynamic-slider-layout2 .slick-slide:first-of-type a {
    margin-left: calc(100vw * 0.083333 + .25rem / 2 - 1px); }
  #home-gverreiros-social .dynamic-slider-layout2 .slick-slide:last-of-type a {
    margin-right: calc(100vw * 0.083333 + .25rem / 2); }

@media only screen and (min-width: 640px) {
  body.home main > .banner-layout1 {
    margin-bottom: 30px; }
  #home-highlights-multimedia,
  #home-last-news {
    padding: 30px 0; }
  #home-last-news .grid-layout1 ul li {
    margin-top: 30px; }
    #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item .info .info__title {
      max-height: 2.6em; }
  #home-store .dynamic-slider-layout3 .slick-slide {
    margin: 0 .25rem; }
  #home-store .dynamic-slider-layout3 .slick-list {
    margin: 0 -.25rem; }
  #home-gverreiros-social {
    padding: 30px 0 40px 0; } }

@media only screen and (min-width: 1024px) {
  body.home main > .banner-layout1 {
    margin-bottom: 35px; }
    body.home main > .banner-layout1:hover {
      background-color: #d6001c !important; }
  body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 {
    height: 444px; }
    body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 .single-item-layout1__wrapper {
      height: 100%; }
      body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper a, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 .single-item-layout1__wrapper a {
        height: 100%; }
      body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 .single-item-layout1__wrapper .item {
        position: relative;
        width: 100%;
        height: 100%; }
        body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item .image, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 .single-item-layout1__wrapper .item .image {
          height: 100%; }
          body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item .image img, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 .single-item-layout1__wrapper .item .image img {
            height: 100% !important;
            width: auto !important;
            max-width: unset; }
        body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item .info, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 .single-item-layout1__wrapper .item .info {
          position: absolute;
          left: 0;
          bottom: 20px;
          padding: 0 20px;
          width: 75%; }
          body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item .info .info__date-category .category, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 .single-item-layout1__wrapper .item .info .info__date-category .category {
            color: white; }
          body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item .info .info__title, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 .single-item-layout1__wrapper .item .info .info__title {
            font-size: 18px;
            color: white;
            line-height: 1.33em;
            max-height: 2.66em; }
          body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item .info .info__excerpt, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 .single-item-layout1__wrapper .item .info .info__excerpt {
            color: white; }
  body.home #home-last-news .grid-layout1 ul li:not(:first-child):not(:nth-child(2)) {
    margin-top: 20px; }
  body.home main .banner-layout2#homepage-banner-2:hover {
    background-color: #d6001c; }
  body.home main .banner-layout2#homepage-banner-3:hover {
    background-color: rgba(0, 0, 0, 0.9); }
  .slider-topo_matches-classification .slider-topo {
    width: calc(100% - 312px); }
  .slider-topo_matches-classification .matches-classification {
    width: 312px; }
    .slider-topo_matches-classification .matches-classification #home-body-matches-classification #matches-slider .slick-dots {
      bottom: 16px; }
      .slider-topo_matches-classification .matches-classification #home-body-matches-classification #matches-slider .slick-dots li button:hover {
        border-color: white;
        background-color: white; }
  #home-highlights-multimedia,
  #home-last-news {
    padding: 35px 0; }
  #home-highlights-multimedia .dynamic-slider-layout2 {
    width: 91.66667%;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto; }
    #home-highlights-multimedia .dynamic-slider-layout2 .slick-track {
      width: 100% !important; }
    #home-highlights-multimedia .dynamic-slider-layout2 .slick-slide {
      width: 25% !important; }
      #home-highlights-multimedia .dynamic-slider-layout2 .slick-slide:first-of-type a {
        margin-left: 0; }
      #home-highlights-multimedia .dynamic-slider-layout2 .slick-slide:last-of-type a {
        margin-right: 0; }
    #home-highlights-multimedia .dynamic-slider-layout2 .slider__item {
      float: left;
      width: 25%;
      padding: 0 .25rem !important; }
      #home-highlights-multimedia .dynamic-slider-layout2 .slider__item .single-item-layout2 .single-item-layout2__wrapper .item {
        width: 100% !important; }
  /*#home-last-news {
    
        .grid-layout1 {

            ul {

                li {

                    &:first-child {

                        .single-item-layout1 {
            
                            .single-item-layout1__wrapper {
                        
                                .item {

                                    .image {
                            
                                        img {
                                            width: auto;
                                            height: 100%;
                                            max-width: none;
                                            max-height: 100%;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }*/
  #home-store > div:nth-child(2) {
    padding: 0 .25rem; }
  #home-gverreiros-social {
    padding: 35px 0 55px 0; }
    #home-gverreiros-social .dynamic-slider-layout2 {
      width: 91.66667%;
      float: none;
      clear: both;
      margin-right: auto;
      margin-left: auto; }
      #home-gverreiros-social .dynamic-slider-layout2 .slick-track {
        width: 100% !important; }
      #home-gverreiros-social .dynamic-slider-layout2 .slick-slide {
        width: 25% !important; }
        #home-gverreiros-social .dynamic-slider-layout2 .slick-slide:first-of-type a {
          margin-left: 0; }
        #home-gverreiros-social .dynamic-slider-layout2 .slick-slide:last-of-type a {
          margin-right: 0; }
      #home-gverreiros-social .dynamic-slider-layout2 .slider__item {
        float: left;
        width: 25%;
        padding: 0 .25rem !important; }
        #home-gverreiros-social .dynamic-slider-layout2 .slider__item .single-item-layout4 .single-item-layout4__wrapper .item {
          width: 100% !important; }
  #home-calendar .title-layout2 .title-layout2__wrapper > .text {
    font-size: 20px;
    line-height: 20px; }
    #home-calendar .title-layout2 .title-layout2__wrapper > .text span {
      margin-left: 20px;
      -webkit-transition: opacity 250ms ease-in-out;
      -moz-transition: opacity 250ms ease-in-out;
      -ms-transition: opacity 250ms ease-in-out;
      -o-transition: opacity 250ms ease-in-out;
      transition: opacity 250ms ease-in-out; }
      #home-calendar .title-layout2 .title-layout2__wrapper > .text span:hover {
        opacity: 1; } }

@media only screen and (min-width: 1200px) {
  body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item .info, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 .single-item-layout1__wrapper .item .info {
    width: 66.66667%; }
  body.home #home-store .dynamic-slider-layout3 {
    margin-top: 6px; } }

@media only screen and (min-width: 1230px) {
  body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item .image img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    max-height: none; } }

@media only screen and (min-width: 1440px) {
  body.home main > .banner-layout1 {
    margin-bottom: 55px; }
  body.home #home-last-news .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item .info, body.home #home-last-news .grid-layout1 ul li:nth-child(2) .single-item-layout1 .single-item-layout1__wrapper .item .info {
    width: 58.33333%; }
  body.home #home-highlights-multimedia,
  body.home #home-last-news {
    padding: 55px 0; }
  body.home #home-store .dynamic-slider-layout3 {
    margin-top: 10px; }
  body.home #home-gverreiros-social {
    padding: 40px 0 55px 0; } }

@media only screen and (min-width: 1490px) {
  body.home #home-last-news .single-item-layout1 .single-item-layout1__wrapper .item .image img {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%; } }

@media only screen and (min-width: 2800px) {
  body.home #home-last-news .single-item-layout1 .single-item-layout1__wrapper .item .image img {
    width: auto !important;
    height: auto !important;
    min-width: 100%;
    min-height: 100%; } }

#content-full .content-full-inner .content-full-inner-inner__content .content-full-inner-inner__content-inner .content-available-soon > .message-layout1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: table; }
  #content-full .content-full-inner .content-full-inner-inner__content .content-full-inner-inner__content-inner .content-available-soon > .message-layout1 .message-layout1__wrapper {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%; }

.timeline-cover-image {
  position: relative; }
  .timeline-cover-image img {
    max-width: unset;
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.001);
    -moz-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
    transform: scale(1.001); }
  .timeline-cover-image .fog {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 21%, rgba(0, 0, 0, 0) 73%); }

.timeline-presentation {
  background: #F5F5F5; }

.timeline-records {
  float: left; }
  .timeline-records .records-list {
    margin-top: 20px;
    margin-bottom: 30px; }
    .timeline-records .records-list .record-item {
      float: left;
      padding-top: 30px;
      padding-bottom: 20px;
      border-bottom: 2px solid #D9D9D6; }
      .timeline-records .records-list .record-item .record-year {
        font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
        font-size: 20px;
        color: #000000;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 8px;
        padding: unset; }
      .timeline-records .records-list .record-item .record-content {
        margin-bottom: 30px;
        padding: unset; }
        .timeline-records .records-list .record-item .record-content .record-title {
          font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
          font-size: 20px;
          color: #D8000D;
          letter-spacing: 0;
          line-height: 30px;
          text-transform: uppercase;
          margin-bottom: 6px; }
        .timeline-records .records-list .record-item .record-content .record-description {
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 16px;
          color: #1A1A1A;
          letter-spacing: 0;
          line-height: 24px; }
      .timeline-records .records-list .record-item .record-image {
        height: 120px;
        padding: unset; }
        .timeline-records .records-list .record-item .record-image img {
          height: 100%;
          margin-left: auto;
          margin-right: auto;
          display: block; }

@media only screen and (min-width: 640px) {
  .timeline-cover-image {
    height: 320px;
    overflow: hidden; }
    .timeline-cover-image img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(1.001);
      -moz-transform: translateX(-50%) scale(1.001);
      -ms-transform: translateX(-50%) scale(1.001);
      -o-transform: translateX(-50%) scale(1.001);
      transform: translateX(-50%) scale(1.001); }
  .timeline-records .records-list {
    margin-top: 10px;
    margin-bottom: 40px; } }

@media only screen and (min-width: 1024px) {
  .timeline-records .records-list {
    margin-bottom: 55px; }
    .timeline-records .records-list .record-item {
      position: relative; }
      .timeline-records .records-list .record-item .record-year {
        margin-bottom: unset;
        padding-right: .25rem;
        padding-left: .25rem; }
      .timeline-records .records-list .record-item .record-content {
        margin-bottom: unset;
        padding-right: .25rem;
        padding-left: .25rem; }
      .timeline-records .records-list .record-item .record-image {
        padding-right: .25rem;
        padding-left: .25rem;
        text-align: center;
        height: 100%; }
        .timeline-records .records-list .record-item .record-image img {
          position: relative;
          height: 160px; } }

@media only screen and (min-width: 1440px) {
  .timeline-presentation .timeline-content {
    width: 66.66667%;
    margin-left: 16.66667%; }
  .timeline-records .records-list {
    width: 66.66667%;
    margin-left: 16.66667%;
    margin-top: 20px; }
    .timeline-records .records-list .record-item {
      padding-top: 20px;
      padding-bottom: 30px; }
      .timeline-records .records-list .record-item .record-image {
        height: 160px;
        bottom: 30px; } }

.awards {
  position: relative; }
  .awards .awards__wrapper {
    position: relative; }
    .awards .awards__wrapper .awards-presentation {
      background: whitesmoke; }
    .awards .awards__wrapper .awards-content {
      padding: 20px 0 30px 0; }
      .awards .awards__wrapper .awards-content .list-layout1 .items > .item {
        margin-top: 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #d9d9d6; }
        .awards .awards__wrapper .awards-content .list-layout1 .items > .item:nth-child(even) .title {
          text-align: right; }
        .awards .awards__wrapper .awards-content .list-layout1 .items > .item:nth-child(even) .list .item__title {
          text-align: right; }
        .awards .awards__wrapper .awards-content .list-layout1 .items > .item:nth-child(even) .list .item__description {
          text-align: right; }
    .awards .awards__wrapper .awards-no-content {
      margin-top: 30px; }

@media only screen and (min-width: 640px) {
  .awards .awards__wrapper .awards-content {
    padding: 10px 0 40px 0; }
  .awards .awards__wrapper .awards-no-content {
    margin-top: 40px; } }

@media only screen and (min-width: 1024px) {
  .awards .awards__wrapper .awards-content {
    padding: 10px 0 35px 0; }
    .awards .awards__wrapper .awards-content .list-layout1 .items > .item:nth-child(even) .title {
      left: 83.33333%; }
    .awards .awards__wrapper .awards-content .list-layout1 .items > .item:nth-child(even) .list {
      position: relative;
      left: -16.66667%; }
    .awards .awards__wrapper .awards-content .list-layout1 .items > .item:last-child {
      border: none; }
  .awards .awards__wrapper .awards-no-content {
    margin-top: 55px; } }

@media only screen and (min-width: 1440px) {
  .awards .awards__wrapper .awards-presentation .awards-presentation__inner {
    width: 66.66667%;
    margin-left: 16.66667%; }
  .awards .awards__wrapper .awards-content .list-layout1 .items > .item {
    padding-bottom: 40px; }
    .awards .awards__wrapper .awards-content .list-layout1 .items > .item:last-child {
      padding-bottom: 20px; } }

.newspaper-layout1 {
  padding-top: 30px;
  padding-bottom: 30px; }
  .newspaper-layout1 .newspaper-layout1-highlights {
    position: relative; }
    .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__title {
      padding-right: .25rem;
      padding-left: .25rem; }
    .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(7), .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(8) {
      display: none; }
  .newspaper-layout1 .newspaper-layout1-grid-news {
    position: relative;
    margin-top: 50px; }
    .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__title {
      padding-right: .25rem;
      padding-left: .25rem; }
  .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li, .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li {
    margin-top: 50px; }
    .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:first-of-type, .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li:first-of-type, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:first-of-type, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li:first-of-type {
      margin-top: 10px; }

@media only screen and (min-width: 640px) {
  .newspaper-layout1 {
    padding-top: 40px;
    padding-bottom: 40px; }
    .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(2), .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(2), .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(2), .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(2) {
      margin-top: 10px; } }

@media only screen and (min-width: 1024px) {
  .newspaper-layout1 {
    padding-top: 110px;
    padding-bottom: 55px; }
    .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li, .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li {
      height: 352px;
      margin-top: 60px;
      overflow: hidden; }
      .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(3), .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(3), .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(3), .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(3) {
        margin-top: 10px; }
      .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image, .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image {
        height: 218px; } }

@media only screen and (min-width: 1165px) {
  .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img, .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img {
    width: 100%;
    height: auto; } }

@media only screen and (min-width: 1330px) {
  .newspaper-layout1 .grid-layout1 ul li:first-child .single-item-layout1 .single-item-layout1__wrapper .item .image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none; }
  .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li.large-6 .single-item-layout1 .single-item-layout1__wrapper .item .image img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%; } }

@media only screen and (min-width: 1440px) {
  .newspaper-layout1 {
    padding-bottom: 20px; }
    .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(7), .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(8) {
      display: block; }
    .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li, .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li {
      width: 25%; }
      .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(4), .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(4), .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(4), .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li:nth-of-type(4) {
        margin-top: 10px; }
      .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img, .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img {
        width: auto;
        height: 100%; } }

@media only screen and (min-width: 1530px) {
  .newspaper-layout1 {
    padding-bottom: 20px; }
    .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img, .newspaper-layout1 .newspaper-layout1-highlights .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-highlights__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img, .newspaper-layout1 .newspaper-layout1-grid-news .newspaper-layout1-grid-news__grid .grid-layout4 .grid-layout4__wrapper li .single-item-layout1 .item .image img {
      width: 100%;
      height: auto; } }

.text-layout1 {
  position: relative; }
  .text-layout1 .text-layout1__wrapper {
    position: relative;
    padding-bottom: 30px; }
    .text-layout1 .text-layout1__wrapper .text-layout1-top {
      position: relative; }
    .text-layout1 .text-layout1__wrapper .text-layout1-body {
      position: relative;
      margin-top: 30px; }
      .text-layout1 .text-layout1__wrapper .text-layout1-body .text-layout1-body__title {
        position: relative;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 28px;
        color: #c40003;
        letter-spacing: 0;
        line-height: 34px;
        text-transform: uppercase; }
      .text-layout1 .text-layout1__wrapper .text-layout1-body .text-layout1-body__content {
        position: relative;
        margin-top: 20px; }
      .text-layout1 .text-layout1__wrapper .text-layout1-body .tabs-panel {
        float: left; }
    .text-layout1 .text-layout1__wrapper .text-layout1-gallery {
      margin-top: 40px; }
    .text-layout1 .text-layout1__wrapper .text-layout1-contacts {
      position: relative;
      margin-top: 40px; }
      .text-layout1 .text-layout1__wrapper .text-layout1-contacts .title-layout4 {
        padding-left: .25rem;
        padding-right: .25rem; }
    .text-layout1 .text-layout1__wrapper .text-layout1-related {
      position: relative;
      margin-top: 40px; }
      .text-layout1 .text-layout1__wrapper .text-layout1-related .title-layout3 {
        padding-left: .25rem;
        padding-right: .25rem; }
      .text-layout1 .text-layout1__wrapper .text-layout1-related .items > div {
        margin-top: 10px; }

@media only screen and (min-width: 640px) {
  .text-layout1 .text-layout1__wrapper {
    padding-bottom: 40px; }
    .text-layout1 .text-layout1__wrapper .text-layout1-gallery > div:nth-child(2) {
      padding-left: .25rem;
      padding-right: .25rem; }
    .text-layout1 .text-layout1__wrapper .text-layout1-related {
      margin-top: 50px; } }

@media only screen and (min-width: 1024px) {
  .text-layout1 .text-layout1__wrapper {
    padding-bottom: 55px; }
    .text-layout1 .text-layout1__wrapper .text-layout1-body .text-layout1-body__title {
      text-align: center; }
    .text-layout1 .text-layout1__wrapper .text-layout1-gallery {
      margin-top: 46px; }
    .text-layout1 .text-layout1__wrapper .text-layout1-related {
      margin-top: 60px; } }

@media only screen and (min-width: 1200px) {
  .text-layout1 .text-layout1__wrapper .text-layout1-gallery {
    margin-top: 40px; }
  .text-layout1 .text-layout1__wrapper .text-layout1-related {
    margin-top: 50px; } }

@media only screen and (min-width: 1440px) {
  .text-layout1 .text-layout1__wrapper .text-layout1-body .text-layout1-body__content {
    margin-top: 30px; }
  .text-layout1 .text-layout1__wrapper .text-layout1-gallery {
    margin-top: 50px; } }

.text-list-layout1 {
  position: relative; }
  .text-list-layout1 .text-list-layout1__wrapper {
    position: relative;
    padding-bottom: 30px; }
    .text-list-layout1 .text-list-layout1__wrapper .text-list-layout1-top {
      position: relative; }
    .text-list-layout1 .text-list-layout1__wrapper .tabs-content {
      margin-top: 30px; }
      .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text {
        position: relative;
        float: left;
        margin-top: 40px; }
        .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-title {
          position: relative;
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 28px;
          color: #c40003;
          letter-spacing: 0;
          line-height: 34px;
          border-bottom: 2px solid rgba(214, 0, 28, 0.2);
          margin-bottom: 8px; }
        .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-content {
          --size: 38px; }
          .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-content ol {
            list-style: none;
            counter-reset: the-counter;
            margin: 30px 0;
            padding-left: var(--size); }
            .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-content ol li {
              counter-increment: the-counter;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 14px;
              color: #1a1a1a;
              letter-spacing: 0;
              line-height: 20px;
              margin: 0 0 10px 0;
              padding: 10px 10px 10px 0;
              position: relative;
              text-transform: uppercase;
              -webkit-transform: perspective(1px) translateZ(0);
              -moz-transform: perspective(1px) translateZ(0);
              -ms-transform: perspective(1px) translateZ(0);
              -o-transform: perspective(1px) translateZ(0);
              transform: perspective(1px) translateZ(0); }
              .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-content ol li:last-child {
                margin-bottom: 0; }
              .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-content ol li::before {
                content: "";
                position: absolute;
                top: 0;
                left: calc(-1 * var(--size));
                width: calc(100% + var(--size));
                height: 100%;
                background-color: whitesmoke;
                z-index: -1; }
              .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-content ol li::after {
                content: counter(the-counter);
                font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
                font-size: 24px;
                color: #d6001c;
                letter-spacing: 0;
                line-height: 24px;
                position: absolute;
                left: calc(-1 * var(--size));
                width: var(--size);
                height: var(--size);
                top: 10px;
                text-align: center; }
        .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-gallery {
          margin-top: 40px; }
        .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-links {
          position: relative;
          padding-top: 14px; }
          .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-links .column-block {
            text-align: center;
            margin: 6px 0 0 0; }
          .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-links .link {
            position: relative;
            height: 90px; }
            .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-links .link .link__wrapper {
              display: table;
              width: 100%;
              height: 100%; }
              .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-links .link .link__wrapper .inner {
                position: relative;
                display: table-cell;
                vertical-align: middle;
                height: 100%; }
          .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-links a {
            position: relative;
            text-decoration: none;
            display: inline-block;
            width: 100%; }
            .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-links a img {
              max-width: 80%;
              max-height: calc(90px * 0.8); }
        .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text:first-child {
          margin-top: 0; }

@media only screen and (min-width: 640px) {
  .text-list-layout1 .text-list-layout1__wrapper {
    padding-bottom: 40px; }
    .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-gallery > div:nth-child(2) {
      padding-left: .25rem;
      padding-right: .25rem; } }

@media only screen and (min-width: 1024px) {
  .text-list-layout1 .text-list-layout1__wrapper {
    padding-bottom: 55px; }
    .text-list-layout1 .text-list-layout1__wrapper .tabs-content {
      margin-top: 40px; }
      .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-gallery {
        margin-top: 46px; }
      .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-links a img {
        -webkit-transition: transform 1000ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
        -moz-transition: transform 1000ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
        -ms-transition: transform 1000ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
        -o-transition: transform 1000ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
        transition: transform 1000ms cubic-bezier(0.03, 0.5, 0.03, 0.9); }
      .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-links a:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05); } }

@media only screen and (min-width: 1200px) {
  .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-gallery {
    margin-top: 40px; }
  .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-links {
    padding-top: 38px; } }

@media only screen and (min-width: 1440px) {
  .text-list-layout1 .text-list-layout1__wrapper .tabs-content .tabs-panel .text .text-list-layout1-gallery {
    margin-top: 50px; } }

.lists-in-accordion-layout1 {
  position: relative; }
  .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper {
    position: relative; }
    .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-top {
      position: relative; }
    .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content {
      position: relative;
      margin-top: 30px;
      margin-bottom: 30px; }
      .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__title {
        position: relative;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 28px;
        color: #c40003;
        letter-spacing: 0;
        line-height: 34px;
        text-transform: uppercase;
        margin-bottom: 0; }
      .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion {
        position: relative;
        margin: 30px 0 0 0; }
        .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item {
          position: relative;
          margin-top: 14px; }
          .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-title {
            position: relative;
            border-radius: 0;
            height: auto;
            background-color: transparent;
            border: 1px solid #d6001c;
            font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
            font-size: 20px;
            color: #d6001c;
            letter-spacing: 0;
            line-height: 30px;
            text-transform: uppercase;
            padding: 10px;
            cursor: pointer;
            -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
            -moz-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
            -ms-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
            -o-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
            transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out; }
            .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-title .accordion-title__wrapper {
              position: relative;
              width: calc(100% - 36px);
              height: 100%;
              overflow: hidden; }
              .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-title .accordion-title__wrapper .inner {
                position: relative;
                display: table;
                height: 100%; }
                .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-title .accordion-title__wrapper .inner .inner-cell {
                  display: table-cell;
                  vertical-align: middle;
                  height: 100%; }
            .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-title:before {
              content: "";
              margin: 0;
              right: 10px;
              width: 16px;
              height: 8px;
              background-image: url("public/img/accordion/arrow.svg");
              background-size: 16px 8px;
              background-repeat: no-repeat;
              background-position: center center;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              -webkit-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
              -moz-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
              -ms-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
              -o-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
              transition: transform 250ms ease-in-out, background-image 250ms ease-in-out; }
          .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content {
            border: none;
            border-radius: 0;
            padding: 10px 0 36px 0; }
            .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section {
              position: relative;
              margin: 0 0 30px 0;
              border-bottom: 2px solid #d9d9d6;
              padding-bottom: 20px; }
              .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__title {
                position: relative;
                font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
                font-size: 20px;
                color: #d6001c;
                letter-spacing: 0;
                line-height: 30px;
                text-transform: uppercase; }
              .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__items {
                position: relative;
                list-style: none;
                margin: 0; }
                .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__items li {
                  position: relative;
                  width: 100%;
                  margin-top: 20px; }
                  .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__items li .item-title {
                    position: relative;
                    font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
                    font-size: 20px;
                    color: #212322;
                    letter-spacing: 0;
                    line-height: 30px;
                    text-transform: uppercase; }
                  .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__items li .item-content {
                    position: relative;
                    font-family: "FoundryGridnik-Medium", Arial, Helvetica;
                    font-size: 16px;
                    color: #1a1a1a;
                    letter-spacing: 0;
                    line-height: 24px; }
                  .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__items li:first-child {
                    margin-top: 8px; }
              .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section:last-child {
                border: none;
                margin: 0;
                padding-bottom: 0; }
          .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item:first-child {
            margin-top: 0; }
          .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item:last-child .accordion-content {
            padding-bottom: 0; }
          .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item.is-active .accordion-title {
            background-color: #d6001c;
            border-color: #d6001c;
            color: white; }
            .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item.is-active .accordion-title:before {
              background-image: url("public/img/accordion/arrow_active.svg");
              -webkit-transform: translateY(-50%) rotate(-180deg);
              -moz-transform: translateY(-50%) rotate(-180deg);
              -ms-transform: translateY(-50%) rotate(-180deg);
              -o-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
    .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1__no-content {
      padding: 40px 20px; }

@media only screen and (min-width: 640px) {
  .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content {
    margin-bottom: 40px; }
    .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content {
      padding: 20px 0 36px 0; } }

@media only screen and (min-width: 1024px) {
  .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content {
    margin-bottom: 55px; }
    .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__title {
      text-align: center; }
    .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion {
      margin-top: 44px; }
      .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-title:hover {
        background-color: #d9d9d6;
        border-color: #d9d9d6; }
      .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content {
        padding: 30px 0 36px 0; }
        .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__items li:first-child {
          margin-top: 0; }
      .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item.is-active .accordion-title:hover {
        background-color: #c00d1e;
        border-color: #c00d1e; } }

@media only screen and (min-width: 1200px) {
  .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content {
    padding: 30px 0 26px 0; }
    .lists-in-accordion-layout1 .lists-in-accordion-layout1__wrapper .lists-in-accordion-layout1-content .lists-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__items li:first-child {
      margin-top: 0; } }

.files-in-accordion-layout1 {
  position: relative; }
  .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper {
    position: relative; }
    .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-top {
      position: relative; }
    .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content {
      position: relative;
      margin-top: 30px;
      margin-bottom: 30px; }
      .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__title {
        position: relative;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 28px;
        color: #c40003;
        letter-spacing: 0;
        line-height: 34px;
        text-transform: uppercase;
        margin-bottom: 0; }
      .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion {
        position: relative;
        margin: 30px 0 0 0; }
        .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item {
          position: relative;
          margin-top: 14px; }
          .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-title {
            position: relative;
            border-radius: 0;
            height: auto;
            background-color: #d9d9d6;
            border: 1px solid #d9d9d6;
            font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
            font-size: 20px;
            color: black;
            letter-spacing: 0;
            line-height: 30px;
            text-transform: uppercase;
            padding: 10px;
            cursor: pointer;
            -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
            -moz-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
            -ms-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
            -o-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
            transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out; }
            .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-title .accordion-title__wrapper {
              position: relative;
              width: calc(100% - 36px);
              height: 100%;
              overflow: hidden; }
              .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-title .accordion-title__wrapper .inner {
                position: relative;
                display: table;
                height: 100%; }
                .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-title .accordion-title__wrapper .inner .inner-cell {
                  display: table-cell;
                  vertical-align: middle;
                  height: 100%; }
            .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-title:before {
              content: "";
              margin: 0;
              right: 10px;
              width: 16px;
              height: 8px;
              background-image: url("public/img/accordion-files/arrow.svg");
              background-size: 16px 8px;
              background-repeat: no-repeat;
              background-position: center center;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              -webkit-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
              -moz-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
              -ms-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
              -o-transition: transform 250ms ease-in-out, background-image 250ms ease-in-out;
              transition: transform 250ms ease-in-out, background-image 250ms ease-in-out; }
          .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-content {
            border: none;
            border-radius: 0;
            padding: 20px 0 26px 0; }
            .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section {
              position: relative;
              margin: 0 0 30px 0; }
              .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__title {
                position: relative;
                font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
                font-size: 20px;
                color: #d6001c;
                letter-spacing: 0;
                line-height: 30px;
                text-transform: uppercase; }
              .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__files {
                position: relative;
                list-style: none;
                margin: 0; }
                .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__files li {
                  position: relative;
                  float: left;
                  width: 100%;
                  margin-top: 14px;
                  padding-bottom: 14px;
                  border-bottom: 2px solid #d9d9d6; }
                  .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__files li:first-child {
                    margin-top: 20px; }
                  .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__files li a {
                    position: relative;
                    float: left;
                    width: 100%;
                    text-decoration: none;
                    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
                    font-size: 18px;
                    color: #1a1a1a;
                    letter-spacing: 0;
                    line-height: 26px;
                    -webkit-transition: color 250ms ease-in-out;
                    -moz-transition: color 250ms ease-in-out;
                    -ms-transition: color 250ms ease-in-out;
                    -o-transition: color 250ms ease-in-out;
                    transition: color 250ms ease-in-out; }
                  .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__files li .file-description {
                    position: relative;
                    float: left;
                    width: 100%;
                    text-decoration: none;
                    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
                    font-size: 14px;
                    color: #1a1a1a;
                    letter-spacing: 0;
                    line-height: 20px; }
                    .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__files li .file-description a {
                      font-family: "FoundryGridnik-Regular", Arial, Helvetica;
                      font-size: 14px;
                      line-height: 20px; }
              .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section:last-child {
                border: none;
                margin: 0;
                padding-bottom: 0; }
          .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item:first-child {
            margin-top: 0; }
          .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item:last-child .accordion-content {
            padding-bottom: 0; }
          .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item.is-active .accordion-title {
            background-color: #d9d9d6;
            border-color: #d9d9d6;
            color: black; }
            .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item.is-active .accordion-title:before {
              background-image: url("public/img/accordion-files/arrow.svg");
              -webkit-transform: translateY(-50%) rotate(-180deg);
              -moz-transform: translateY(-50%) rotate(-180deg);
              -ms-transform: translateY(-50%) rotate(-180deg);
              -o-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
    .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1__no-content {
      padding: 40px 20px; }

@media only screen and (min-width: 1024px) {
  .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content {
    margin-bottom: 55px; }
    .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__title {
      text-align: center; }
    .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion {
      margin-top: 44px; }
      .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-title:hover {
        color: #d6001c; }
        .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-title:hover:before {
          background-image: url("public/img/accordion-files/arrow_hover.svg"); }
      .files-in-accordion-layout1 .files-in-accordion-layout1__wrapper .files-in-accordion-layout1-content .files-in-accordion-layout1-content__accordion .accordion-item .accordion-content .section .section__files a:hover {
        color: #d6001c; } }

.partners-layout1 {
  position: relative;
  float: left;
  width: 100%; }
  .partners-layout1 .partners-layout1__wrapper {
    position: relative;
    width: 100%; }
    .partners-layout1 .partners-layout1__wrapper .partners-layout1-top .full-image-content-layout2 .full-image-content-layout2__image img {
      width: auto;
      height: 100%; }
    .partners-layout1 .partners-layout1__wrapper .partners-layout1-content {
      padding-top: 50px; }
      .partners-layout1 .partners-layout1__wrapper .partners-layout1-content .partners-layout1__title {
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 34px;
        letter-spacing: normal;
        text-align: center;
        color: #c40003; }
      .partners-layout1 .partners-layout1__wrapper .partners-layout1-content .partners-layout1__slider {
        margin-top: 40px; }
        .partners-layout1 .partners-layout1__wrapper .partners-layout1-content .partners-layout1__slider .slider-button {
          float: left;
          width: 100%;
          margin-top: 30px; }
          .partners-layout1 .partners-layout1__wrapper .partners-layout1-content .partners-layout1__slider .slider-button > div {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%); }
      .partners-layout1 .partners-layout1__wrapper .partners-layout1-content .partners-layout1__banner {
        float: left;
        margin-top: 60px; }

@media only screen and (min-width: 1024px) {
  .partners-layout1 .partners-layout1__wrapper .partners-layout1-top .full-image-content-layout2 {
    height: 320px; }
  .partners-layout1 .partners-layout1__wrapper .partners-layout1-content .partners-layout1__banner {
    margin-top: 70px; } }

@media only screen and (min-width: 1200px) {
  .partners-layout1 .partners-layout1__wrapper .partners-layout1-content .partners-layout1__title, .partners-layout1 .partners-layout1__wrapper .partners-layout1-content .partners-layout1__banner {
    width: 66.66667%;
    margin-left: 16.66667%; } }

@media only screen and (min-width: 1525px) {
  .partners-layout1 .partners-layout1__wrapper .partners-layout1-top .full-image-content-layout2 .full-image-content-layout2__image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

.accordion-layout1 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .accordion-layout1 .accordion-layout1__wrapper {
    position: relative; }
    .accordion-layout1 .accordion-layout1__wrapper .accordion-layout1--no-content {
      margin-top: 30px; }

@media only screen and (min-width: 640px) {
  .accordion-layout1 {
    margin-bottom: 40px; }
    .accordion-layout1 .accordion-layout1__wrapper .accordion-layout1--no-content {
      margin-top: 40px; } }

@media only screen and (min-width: 1024px) {
  .accordion-layout1 {
    margin-top: 100px;
    margin-bottom: 55px; }
    .accordion-layout1 .accordion-layout1__wrapper .accordion-layout1--no-content {
      margin-top: 55px; } }

.newsletter-layout1 {
  position: relative; }
  .newsletter-layout1 .newsletter-layout1__wrapper {
    position: relative; }
    .newsletter-layout1 .newsletter-layout1__wrapper .newsletter-layout1-top {
      position: relative;
      float: left; }
      .newsletter-layout1 .newsletter-layout1__wrapper .newsletter-layout1-top .newsletter-layout1-top__image {
        position: relative; }
        .newsletter-layout1 .newsletter-layout1__wrapper .newsletter-layout1-top .newsletter-layout1-top__image img {
          position: relative;
          width: 100%;
          height: auto;
          -webkit-transform: scale(1.001);
          -moz-transform: scale(1.001);
          -ms-transform: scale(1.001);
          -o-transform: scale(1.001);
          transform: scale(1.001); }
        .newsletter-layout1 .newsletter-layout1__wrapper .newsletter-layout1-top .newsletter-layout1-top__image:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0);
          background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 21%, rgba(0, 0, 0, 0) 73%);
          background: -webkit-gradient(linear, 0deg, color-stop(21%, rgba(0, 0, 0, 0.9)), color-stop(73%, rgba(0, 0, 0, 0)));
          background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 21%, rgba(0, 0, 0, 0) 73%);
          background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 21%, rgba(0, 0, 0, 0) 73%);
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 21%, rgba(0, 0, 0, 0) 73%);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0.9), endColorstr=rgba(0, 0, 0, 0)); }
    .newsletter-layout1 .newsletter-layout1__wrapper .newsletter-layout1-grid-newsletters .newsletter-layout1-no-content {
      position: relative;
      text-align: center;
      font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
      font-size: 16px;
      padding: 40px 20px; }

@media only screen and (min-width: 640px) {
  .newsletter-layout1 .newsletter-layout1__wrapper .newsletter-layout1-top .newsletter-layout1-top__image {
    height: 320px;
    overflow: hidden; }
    .newsletter-layout1 .newsletter-layout1__wrapper .newsletter-layout1-top .newsletter-layout1-top__image img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(1.001);
      -moz-transform: translateX(-50%) scale(1.001);
      -ms-transform: translateX(-50%) scale(1.001);
      -o-transform: translateX(-50%) scale(1.001);
      transform: translateX(-50%) scale(1.001); } }

@media only screen and (min-width: 1200px) {
  .newsletter-layout1 .newsletter-layout1__wrapper .newsletter-layout1-top .newsletter-layout1-top__image img {
    top: 40%;
    -webkit-transform: translate(-50%, -30%) scale(1.001);
    -moz-transform: translate(-50%, -30%) scale(1.001);
    -ms-transform: translate(-50%, -30%) scale(1.001);
    -o-transform: translate(-50%, -30%) scale(1.001);
    transform: translate(-50%, -30%) scale(1.001); }
  .newsletter-layout1 .newsletter-layout1__wrapper #newsletters-grid .single-item-layout1 .single-item-layout1__wrapper .item .image img {
    width: auto !important;
    height: 100% !important; } }

.partners-list-layout1 {
  position: relative;
  float: left;
  width: 100%; }
  .partners-list-layout1 .partners-list-layout1__wrapper {
    position: relative;
    float: left;
    width: 100%; }
    .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-top .full-image-content-layout2 .full-image-content-layout2__image img {
      width: auto;
      height: 100%; }
    .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid {
      position: relative;
      float: left;
      padding-top: 30px; }
      .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__filter select {
        position: relative;
        float: right;
        vertical-align: middle;
        width: 230px;
        height: 40px;
        border: 2px solid #bbbcbc;
        border-radius: 0;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 14px;
        color: #75787b;
        letter-spacing: 0;
        line-height: 1.4em;
        text-transform: uppercase;
        margin: 0;
        box-shadow: none !important;
        cursor: pointer;
        -webkit-transition: border 350ms ease-in-out, color 350ms ease-in-out;
        -moz-transition: border 350ms ease-in-out, color 350ms ease-in-out;
        -ms-transition: border 350ms ease-in-out, color 350ms ease-in-out;
        -o-transition: border 350ms ease-in-out, color 350ms ease-in-out;
        transition: border 350ms ease-in-out, color 350ms ease-in-out;
        text-indent: 1px;
        text-overflow: '';
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("public/img/select/arrow_select_down.svg");
        background-size: 12px 6px;
        background-repeat: no-repeat;
        background-position: calc(100% - .5rem) 50%; }
        .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__filter select option {
          padding: 0;
          margin: 0; }
        .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__filter select::-ms-expand {
          display: none; }
        .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__filter select::-moz-focus-inner {
          outline: 0 !important;
          border: 0 !important; }
      .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__grid {
        padding-top: 10px; }
        .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__grid .grid-layout4 .grid-layout4__wrapper ul li {
          margin-top: 20px; }
          .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__grid .grid-layout4 .grid-layout4__wrapper ul li .single-item-layout7 {
            width: 100%; }
            .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__grid .grid-layout4 .grid-layout4__wrapper ul li .single-item-layout7 .single-item-layout7__wrapper {
              width: 100%; }
              .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__grid .grid-layout4 .grid-layout4__wrapper ul li .single-item-layout7 .single-item-layout7__wrapper .item {
                padding-top: 60px; }
                .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__grid .grid-layout4 .grid-layout4__wrapper ul li .single-item-layout7 .single-item-layout7__wrapper .item .image {
                  width: calc(100% - 34px); }
                  .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__grid .grid-layout4 .grid-layout4__wrapper ul li .single-item-layout7 .single-item-layout7__wrapper .item .image .image__wrapper img {
                    max-width: calc(100% - 40px);
                    max-height: 130px; }
                .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__grid .grid-layout4 .grid-layout4__wrapper ul li .single-item-layout7 .single-item-layout7__wrapper .item .info {
                  padding: 138px 17px 38px; }

@media only screen and (min-width: 1024px) {
  .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-top .full-image-content-layout2 {
    height: 320px; }
  .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__filter select:hover {
    border: 2px solid #75787b;
    color: #212322; } }

@media only screen and (min-width: 1200px) {
  .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid {
    width: 66.66667%;
    margin-left: 16.66667%; }
    .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__grid .grid-layout4 .grid-layout4__wrapper ul li .single-item-layout7 .single-item-layout7__wrapper .item .image {
      width: calc(100% - 30px); }
    .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__grid .grid-layout4 .grid-layout4__wrapper ul li .single-item-layout7 .single-item-layout7__wrapper .item .info {
      padding: 142px 15px 18px; } }

@media only screen and (min-width: 1440px) {
  .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-grid .partners-list-layout1-grid__grid .grid-layout4 .grid-layout4__wrapper ul li {
    width: 25%; } }

@media only screen and (min-width: 1525px) {
  .partners-list-layout1 .partners-list-layout1__wrapper .partners-list-layout1-top .full-image-content-layout2 .full-image-content-layout2__image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

.sponsorships-layout1 {
  position: relative; }
  .sponsorships-layout1 .sponsorships-layout1__wrapper {
    position: relative; }
    .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-top {
      position: relative; }
    .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content {
      position: relative;
      margin-top: 30px;
      margin-bottom: 30px; }
      .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__title {
        position: relative;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 28px;
        color: #c40003;
        letter-spacing: 0;
        line-height: 34px;
        text-transform: uppercase;
        margin-bottom: 0; }
      .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections {
        position: relative; }
        .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section {
          position: relative;
          margin-top: 30px; }
          .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__title {
            position: relative;
            font-family: "FoundryGridnik-Bold", Arial, Helvetica;
            font-size: 20px;
            color: black;
            letter-spacing: 0;
            line-height: 20px;
            text-transform: uppercase;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 2px solid #d9d9d6; }
          .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items {
            position: relative; }
            .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div {
              position: relative; }
              .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div a {
                position: relative;
                text-decoration: none;
                display: inline-block;
                width: auto;
                font-family: "FoundryGridnik-Regular", Arial, Helvetica;
                font-size: 16px;
                color: #1a1a1a;
                letter-spacing: 0;
                line-height: 20px; }
              .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image {
                text-align: center;
                height: 90px;
                margin-top: 6px; }
                .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image a {
                  width: 100%;
                  height: 100%; }
                .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image .item-image__wrapper {
                  position: relative;
                  display: table;
                  width: 100%;
                  height: 100%; }
                  .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image .item-image__wrapper .inner {
                    position: relative;
                    display: table-cell;
                    vertical-align: middle;
                    height: 100%; }
                .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image img {
                  position: relative;
                  max-width: 80%;
                  max-height: calc(90px * 0.8); }
                .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image:nth-child(1) {
                  margin-top: 0; }
                .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image:nth-child(2) {
                  margin-top: 0; }
              .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-text {
                margin-top: 18px; }
                .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-text:nth-child(1) {
                  margin-top: 0; }
    .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1__no-content {
      padding: 40px 0px; }

@media only screen and (min-width: 640px) {
  .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content {
    margin-bottom: 40px; }
    .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image:nth-child(3) {
      margin-top: 0; }
    .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image:nth-child(4) {
      margin-top: 0; }
    .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-text:nth-child(2) {
      margin-top: 0; } }

@media only screen and (min-width: 1024px) {
  .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content {
    margin-bottom: 55px; }
    .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__title {
      text-align: center; }
    .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section {
      margin-top: 40px; }
      .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image {
        margin-top: 10px; }
        .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image img {
          -webkit-transition: transform 1000ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
          -moz-transition: transform 1000ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
          -ms-transition: transform 1000ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
          -o-transition: transform 1000ms cubic-bezier(0.03, 0.5, 0.03, 0.9);
          transition: transform 1000ms cubic-bezier(0.03, 0.5, 0.03, 0.9); }
        .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-image a:hover img {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
      .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-text {
        margin-top: 14px; }
        .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-text a {
          -webkit-transition: color 250ms ease-in-out;
          -moz-transition: color 250ms ease-in-out;
          -ms-transition: color 250ms ease-in-out;
          -o-transition: color 250ms ease-in-out;
          transition: color 250ms ease-in-out; }
        .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-text:nth-child(3) {
          margin-top: 0; }
        .sponsorships-layout1 .sponsorships-layout1__wrapper .sponsorships-layout1-content .sponsorships-layout1-content__sections .section .section__items > div.item-text a:hover {
          color: #d6001c; } }

.athlete {
  position: relative;
  float: left; }
  .athlete .athlete__wrapper {
    position: relative;
    float: left; }
    .athlete .athlete__wrapper .athlete-header {
      position: relative;
      float: left;
      margin-top: 40px;
      height: auto; }
      .athlete .athlete__wrapper .athlete-header .header-info {
        padding-bottom: 30px; }
        .athlete .athlete__wrapper .athlete-header .header-info .highlights {
          margin-top: 8px; }
      .athlete .athlete__wrapper .athlete-header .header-photo {
        height: 270px; }
        .athlete .athlete__wrapper .athlete-header .header-photo > .inner {
          height: 100%;
          overflow: hidden;
          position: relative; }
          .athlete .athlete__wrapper .athlete-header .header-photo > .inner img {
            display: block;
            width: auto;
            height: 100%;
            position: absolute;
            left: 50%;
            bottom: 0;
            max-width: none;
            -webkit-transform: translate3d(-50%, 0, 0);
            -moz-transform: translate3d(-50%, 0, 0);
            -ms-transform: translate3d(-50%, 0, 0);
            -o-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
    .athlete .athlete__wrapper .athlete-body {
      padding: 40px 0;
      margin-bottom: 40px;
      background: #b10012;
      position: relative; }
      .athlete .athlete__wrapper .athlete-body .athlete-body__content-biography {
        float: left; }
    .athlete .athlete__wrapper .athlete-footer .athlete-footer__gallery .gallery-button {
      height: 40px;
      background: #bbbcbc;
      text-transform: uppercase;
      display: table;
      margin-bottom: 10px; }
      .athlete .athlete__wrapper .athlete-footer .athlete-footer__gallery .gallery-button a {
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
        display: table-cell;
        vertical-align: middle; }

@media only screen and (min-width: 640px) {
  .athlete .athlete__wrapper .athlete-header {
    margin-top: 24px; }
    .athlete .athlete__wrapper .athlete-header .header-info {
      padding-bottom: 40px; }
    .athlete .athlete__wrapper .athlete-header .header-photo {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 390px; } }

@media only screen and (min-width: 1024px) {
  .athlete .athlete__wrapper .athlete-header {
    min-height: 440px;
    padding-top: 96px;
    margin-top: 0;
    padding-bottom: 30px; }
    .athlete .athlete__wrapper .athlete-header .header-info .highlights {
      margin-top: 30px; }
    .athlete .athlete__wrapper .athlete-header .header-photo {
      height: 608px;
      bottom: 0;
      z-index: 1; }
  .athlete .athlete__wrapper .athlete-body {
    margin-bottom: 50px; } }

@media only screen and (min-width: 1200px) {
  .athlete .athlete__wrapper .athlete-header .header-photo {
    width: 50%; }
  .athlete .athlete__wrapper .athlete-body .athlete-body__content-biography .content {
    width: 50%; } }

@media only screen and (min-width: 1440px) {
  .athlete .athlete__wrapper .athlete-header {
    width: 66.66667%;
    margin-left: 16.66667%; }
  .athlete .athlete__wrapper .athlete-body .athlete-body__content-biography {
    width: 66.66667%;
    margin-left: 16.66667%; }
  .athlete .athlete__wrapper .athlete-footer .athlete-footer__gallery .title {
    width: 66.66667%;
    margin-left: 16.66667%; }
  .athlete .athlete__wrapper .athlete-footer .athlete-footer__gallery .content {
    width: 66.66667%;
    margin-left: 16.66667%; } }

article {
  position: relative; }
  article .article__wrapper {
    position: relative;
    padding-bottom: 30px; }
    article .article__wrapper .article-top {
      position: relative;
      overflow: hidden; }
    article .article__wrapper .article-body {
      position: relative;
      margin-top: 16px; }
      article .article__wrapper .article-body .article-body__time {
        position: relative;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 14px;
        color: #75787b;
        letter-spacing: 0;
        line-height: 16px;
        text-transform: uppercase; }
      article .article__wrapper .article-body .article-body__social {
        position: relative;
        margin-top: 14px; }
        article .article__wrapper .article-body .article-body__social ul {
          list-style: none;
          margin: 0; }
          article .article__wrapper .article-body .article-body__social ul li {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-right: 30px;
            cursor: pointer; }
            article .article__wrapper .article-body .article-body__social ul li:last-child {
              margin-right: 0; }
            article .article__wrapper .article-body .article-body__social ul li svg {
              width: 100%;
              height: 100%; }
              article .article__wrapper .article-body .article-body__social ul li svg path {
                fill: #75787b; }
            article .article__wrapper .article-body .article-body__social ul li.facebook-share {
              width: 10px;
              height: 22px; }
            article .article__wrapper .article-body .article-body__social ul li.twitter-share {
              width: 26px;
              height: 21px; }
            article .article__wrapper .article-body .article-body__social ul li.linkedin-share {
              width: 20px;
              height: 20px; }
      article .article__wrapper .article-body .article-body__content {
        position: relative;
        margin-top: 20px; }
    article .article__wrapper .article-gallery {
      margin-top: 40px; }
    article .article__wrapper .article-related {
      position: relative;
      margin-top: 40px; }
      article .article__wrapper .article-related .title-layout3 {
        padding-left: .25rem;
        padding-right: .25rem; }
      article .article__wrapper .article-related .items > div {
        margin-top: 10px; }

@media only screen and (min-width: 640px) {
  article .article__wrapper {
    padding-bottom: 40px; }
    article .article__wrapper .article-body .article-body__time {
      margin-top: 6px; }
    article .article__wrapper .article-body .article-body__social {
      margin-top: 0;
      text-align: right; }
    article .article__wrapper .article-gallery > div:nth-child(2) {
      padding-left: .25rem;
      padding-right: .25rem; }
    article .article__wrapper .article-related {
      margin-top: 50px; } }

@media only screen and (min-width: 1024px) {
  article .article__wrapper {
    padding-bottom: 55px; }
    article .article__wrapper .article-body .article-body__content {
      margin-top: 30px; }
    article .article__wrapper .article-body .article-body__social ul li svg path {
      -webkit-transition: fill 250ms ease-in-out;
      -moz-transition: fill 250ms ease-in-out;
      -ms-transition: fill 250ms ease-in-out;
      -o-transition: fill 250ms ease-in-out;
      transition: fill 250ms ease-in-out; }
    article .article__wrapper .article-body .article-body__social ul li:hover svg path {
      fill: #d6001c; }
    article .article__wrapper .article-gallery {
      margin-top: 46px; }
    article .article__wrapper .article-related {
      margin-top: 60px; } }

@media only screen and (min-width: 1200px) {
  article .article__wrapper .article-body, article .article__wrapper .article-gallery, article .article__wrapper .article-related {
    width: 66.66667%;
    margin-left: 16.66667%; }
  article .article__wrapper .article-gallery {
    margin-top: 40px; }
  article .article__wrapper .article-related {
    margin-top: 50px; } }

@media only screen and (min-width: 1440px) {
  article .article__wrapper .article-gallery {
    margin-top: 50px; } }

@media only screen and (min-width: 1530px) {
  article .article__wrapper .article-related .items .single-item-layout1 .item .image img {
    width: 100%;
    height: auto; } }

body.single-jogo #main {
  margin-top: 396px; }

.match {
  position: relative; }
  .match .match__wrapper {
    position: relative; }
    .match .match__wrapper .match-last-comments {
      position: fixed;
      top: 90px;
      z-index: 1; }
    .match .match__wrapper .match-meta {
      width: 100%;
      height: 50px;
      overflow: hidden;
      text-align: center;
      background-color: black;
      position: fixed;
      top: 132px;
      z-index: 1; }
      .match .match__wrapper .match-meta .table {
        position: relative;
        display: table;
        width: 100%;
        height: 100%; }
        .match .match__wrapper .match-meta .table .table-cell {
          position: relative;
          display: table-cell;
          vertical-align: middle;
          width: 100%;
          height: 100%; }
      .match .match__wrapper .match-meta .match-meta__item {
        position: relative;
        display: inline-block;
        font-family: "FoundryGridnik-Regular", Arial, Helvetica;
        font-size: 14px;
        color: white;
        letter-spacing: 0;
        text-align: center;
        line-height: 20px; }
        .match .match__wrapper .match-meta .match-meta__item.date, .match .match__wrapper .match-meta .match-meta__item.hour {
          color: #d6001c; }
        .match .match__wrapper .match-meta .match-meta__item:after {
          content: "|";
          position: relative;
          display: inline-block;
          padding: 0 6px;
          color: white; }
        .match .match__wrapper .match-meta .match-meta__item:last-child:after {
          content: ""; }
    .match .match__wrapper .match-placard {
      position: relative;
      width: 100%;
      height: auto;
      max-height: 214px;
      overflow: hidden;
      position: fixed;
      top: 182px;
      z-index: 1; }
    .match .match__wrapper .match-comments {
      position: relative;
      margin-top: 30px; }
      .match .match__wrapper .match-comments > ul {
        list-style: none;
        margin: 0; }
        .match .match__wrapper .match-comments > ul > li .comment {
          position: relative;
          padding: 20px 0; }
          .match .match__wrapper .match-comments > ul > li .comment:before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 50%;
            height: 2px;
            background-color: #d9d9d6; }
          .match .match__wrapper .match-comments > ul > li .comment .minute {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            float: none;
            font-family: "FoundryGridnik-Regular", Arial, Helvetica;
            font-size: 20px;
            color: #75787b;
            letter-spacing: 0;
            line-height: 22px; }
          .match .match__wrapper .match-comments > ul > li .comment > .text {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            float: none;
            font-family: "FoundryGridnik-Regular", Arial, Helvetica;
            font-size: 18px;
            color: #d6001c;
            letter-spacing: 0;
            text-align: center;
            line-height: 22px;
            padding: 0 calc(.5rem + 20px) 0 calc(.25rem + 20px); }
          .match .match__wrapper .match-comments > ul > li .comment .data {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            float: none; }
            .match .match__wrapper .match-comments > ul > li .comment .data .icon {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
            .match .match__wrapper .match-comments > ul > li .comment .data .details {
              position: relative;
              margin-left: 20px; }
              .match .match__wrapper .match-comments > ul > li .comment .data .details .details__player,
              .match .match__wrapper .match-comments > ul > li .comment .data .details .details__player-in {
                position: relative;
                display: block;
                font-family: "FoundryGridnik-Bold", Arial, Helvetica;
                font-size: 18px;
                color: black;
                letter-spacing: 0;
                line-height: 18px; }
              .match .match__wrapper .match-comments > ul > li .comment .data .details .details__action,
              .match .match__wrapper .match-comments > ul > li .comment .data .details .details__player-out {
                position: relative;
                display: block;
                font-family: "FoundryGridnik-Regular", Arial, Helvetica;
                font-size: 16px;
                color: #75787b;
                letter-spacing: 0;
                line-height: 16px;
                margin-top: 10px;
                text-transform: lowercase; }
                .match .match__wrapper .match-comments > ul > li .comment .data .details .details__action span,
                .match .match__wrapper .match-comments > ul > li .comment .data .details .details__player-out span {
                  display: block;
                  width: 100%;
                  margin-top: 6px;
                  text-transform: initial;
                  font-family: "FoundryGridnik-Regular", Arial, Helvetica;
                  font-size: 18px;
                  color: #d6001c;
                  letter-spacing: 0;
                  line-height: 22px; }
              .match .match__wrapper .match-comments > ul > li .comment .data .details .details__player-out {
                text-transform: initial; }
            .match .match__wrapper .match-comments > ul > li .comment .data .data__emblem {
              position: relative;
              text-align: center; }
              .match .match__wrapper .match-comments > ul > li .comment .data .data__emblem img {
                position: relative;
                width: auto;
                height: 40px; }
            .match .match__wrapper .match-comments > ul > li .comment .data .data__player {
              position: relative;
              margin-top: 6px;
              font-family: "FoundryGridnik-Regular", Arial, Helvetica;
              font-size: 15px;
              color: #75787b;
              letter-spacing: 0;
              text-align: center;
              line-height: 16px; }
            .match .match__wrapper .match-comments > ul > li .comment .data .data__goal-label {
              position: relative;
              font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
              font-size: 30px;
              color: #75787b;
              letter-spacing: 0;
              text-align: center;
              line-height: 26px;
              text-transform: uppercase;
              margin-top: 6px; }
            .match .match__wrapper .match-comments > ul > li .comment .data .data__result {
              position: relative;
              margin-top: 6px;
              font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
              font-size: 28px;
              color: black;
              letter-spacing: 0;
              text-align: center;
              line-height: 22px; }
          .match .match__wrapper .match-comments > ul > li .comment.main .data .data__goal-label {
            font-size: 44px;
            line-height: 36px;
            color: #d6001c;
            margin-top: 12px; }
          .match .match__wrapper .match-comments > ul > li .comment.goal {
            padding: 30px 0; }
          .match .match__wrapper .match-comments > ul > li .comment.home > .text {
            text-align: left; }
          .match .match__wrapper .match-comments > ul > li .comment.kick-off, .match .match__wrapper .match-comments > ul > li .comment.full-time {
            text-align: center;
            padding: 30px 0; }
            .match .match__wrapper .match-comments > ul > li .comment.kick-off .kick-off__label,
            .match .match__wrapper .match-comments > ul > li .comment.kick-off .full-time__label, .match .match__wrapper .match-comments > ul > li .comment.full-time .kick-off__label,
            .match .match__wrapper .match-comments > ul > li .comment.full-time .full-time__label {
              position: relative;
              width: 100%;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 16px;
              color: #d6001c;
              letter-spacing: 0;
              text-align: center;
              line-height: 16px;
              text-transform: uppercase;
              margin-bottom: 8px; }
              .match .match__wrapper .match-comments > ul > li .comment.kick-off .kick-off__label:before,
              .match .match__wrapper .match-comments > ul > li .comment.kick-off .full-time__label:before, .match .match__wrapper .match-comments > ul > li .comment.full-time .kick-off__label:before,
              .match .match__wrapper .match-comments > ul > li .comment.full-time .full-time__label:before {
                content: "";
                position: relative;
                width: 100%;
                display: inline-block;
                width: 35px;
                height: 26px;
                background-image: url("public/img/live/apito.svg");
                background-position: center center;
                background-size: 35px 26px;
                background-repeat: no-repeat;
                margin-bottom: 14px; }
              .match .match__wrapper .match-comments > ul > li .comment.kick-off .kick-off__label span,
              .match .match__wrapper .match-comments > ul > li .comment.kick-off .full-time__label span, .match .match__wrapper .match-comments > ul > li .comment.full-time .kick-off__label span,
              .match .match__wrapper .match-comments > ul > li .comment.full-time .full-time__label span {
                position: relative;
                display: block; }
            .match .match__wrapper .match-comments > ul > li .comment.kick-off time, .match .match__wrapper .match-comments > ul > li .comment.full-time time {
              position: relative;
              width: 100%;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 16px;
              color: #75787b;
              letter-spacing: 0;
              text-align: center;
              line-height: 16px;
              text-transform: uppercase; }
            .match .match__wrapper .match-comments > ul > li .comment.kick-off .full-time__result, .match .match__wrapper .match-comments > ul > li .comment.full-time .full-time__result {
              position: relative;
              width: 66.66667%;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 16px;
              color: black;
              letter-spacing: 0;
              text-align: center;
              line-height: 20px;
              margin: auto; }
            .match .match__wrapper .match-comments > ul > li .comment.kick-off .kick-off__text,
            .match .match__wrapper .match-comments > ul > li .comment.kick-off .full-time__text, .match .match__wrapper .match-comments > ul > li .comment.full-time .kick-off__text,
            .match .match__wrapper .match-comments > ul > li .comment.full-time .full-time__text {
              position: relative;
              width: 66.66667%;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 16px;
              color: black;
              letter-spacing: 0;
              text-align: center;
              line-height: 20px;
              margin: 6px auto 0 auto; }
          .match .match__wrapper .match-comments > ul > li .comment.half-time {
            text-align: center;
            padding: 30px 0; }
            .match .match__wrapper .match-comments > ul > li .comment.half-time .half-time__label {
              position: relative;
              width: 100%;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 16px;
              color: #d6001c;
              letter-spacing: 0;
              text-align: center;
              line-height: 16px;
              text-transform: uppercase; }
              .match .match__wrapper .match-comments > ul > li .comment.half-time .half-time__label:before {
                content: "";
                position: relative;
                width: 100%;
                display: inline-block;
                width: 35px;
                height: 26px;
                background-image: url("public/img/live/apito.svg");
                background-position: center center;
                background-size: 35px 26px;
                background-repeat: no-repeat;
                margin-bottom: 14px; }
              .match .match__wrapper .match-comments > ul > li .comment.half-time .half-time__label span {
                position: relative;
                display: block; }
            .match .match__wrapper .match-comments > ul > li .comment.half-time .half-time__result {
              position: relative;
              width: 66.66667%;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 16px;
              color: black;
              letter-spacing: 0;
              text-align: center;
              line-height: 20px;
              margin: 8px auto 0 auto; }
            .match .match__wrapper .match-comments > ul > li .comment.half-time .half-time__text {
              position: relative;
              width: 66.66667%;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 16px;
              color: black;
              letter-spacing: 0;
              text-align: center;
              line-height: 20px;
              margin: 6px auto 0 auto; }
          .match .match__wrapper .match-comments > ul > li .comment.red-card .data .icon {
            width: 10px;
            height: 16px;
            background-color: #c00d1e; }
          .match .match__wrapper .match-comments > ul > li .comment.yellow-card .data .icon {
            width: 10px;
            height: 16px;
            background-color: #efd000; }
          .match .match__wrapper .match-comments > ul > li .comment.yellow-double-card .data .icon {
            width: 10px;
            height: 16px;
            background-color: #efd000; }
            .match .match__wrapper .match-comments > ul > li .comment.yellow-double-card .data .icon:after {
              content: "";
              position: absolute;
              width: 10px;
              height: 16px;
              top: -2px;
              left: 2px;
              background-color: #c00d1e; }
          .match .match__wrapper .match-comments > ul > li .comment.substitution .data .icon {
            width: 12px;
            height: 12px;
            background-image: url("public/img/live/switch.svg");
            background-size: 100% 100%;
            background-position: center center;
            background-repeat: no-repeat;
            margin-left: -2px; }
          .match .match__wrapper .match-comments > ul > li .comment.penalty .data .icon {
            width: 20px;
            height: 10px;
            background-image: url("public/img/live/penalti_falhado.svg");
            background-size: 100% 100%;
            background-position: center center;
            background-repeat: no-repeat;
            margin-left: -10px; }
          .match .match__wrapper .match-comments > ul > li .comment.penalties-intro {
            position: relative;
            display: block;
            padding: 30px 0; }
            .match .match__wrapper .match-comments > ul > li .comment.penalties-intro .penalties-intro__icon {
              position: relative;
              display: block;
              width: 50px;
              height: 26px;
              background-image: url("public/img/live/penalties.svg");
              background-size: 100% 100%;
              background-repeat: no-repeat;
              background-position: center center;
              margin: auto; }
            .match .match__wrapper .match-comments > ul > li .comment.penalties-intro .penalties-intro__label {
              position: relative;
              display: block;
              text-transform: uppercase;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 16px;
              color: #d6001c;
              letter-spacing: 0;
              text-align: center;
              line-height: 16px;
              margin-top: 12px; }
            .match .match__wrapper .match-comments > ul > li .comment.penalties-intro .penalties-intro__result {
              position: relative;
              width: 66.66667%;
              font-family: "FoundryGridnik-Bold", Arial, Helvetica;
              font-size: 16px;
              color: black;
              letter-spacing: 0;
              text-align: center;
              line-height: 20px;
              margin: 8px auto 0 auto; }
          .match .match__wrapper .match-comments > ul > li .comment.penalties ul {
            margin: 0;
            list-style: none; }
            .match .match__wrapper .match-comments > ul > li .comment.penalties ul li {
              position: relative;
              width: 100%;
              text-align: left;
              height: 40px; }
              .match .match__wrapper .match-comments > ul > li .comment.penalties ul li .player {
                position: absolute;
                top: 50%;
                left: 24px;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: "FoundryGridnik-Regular", Arial, Helvetica;
                font-size: 12px;
                color: #75787B;
                letter-spacing: 0;
                line-height: 12px;
                max-width: calc(50% - 24px - 44px); }
              .match .match__wrapper .match-comments > ul > li .comment.penalties ul li .result {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%);
                -moz-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                -o-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
                font-size: 16px;
                color: #000000;
                letter-spacing: 0;
                text-align: center;
                line-height: 18px; }
              .match .match__wrapper .match-comments > ul > li .comment.penalties ul li:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 14px;
                height: 14px;
                border-radius: 50%;
                background-color: #D6001C; }
              .match .match__wrapper .match-comments > ul > li .comment.penalties ul li.is-goal:before {
                background-color: #00AD26; }
              .match .match__wrapper .match-comments > ul > li .comment.penalties ul li.away .player {
                left: unset;
                right: 24px; }
              .match .match__wrapper .match-comments > ul > li .comment.penalties ul li.away:before {
                right: 0;
                left: unset; }
              .match .match__wrapper .match-comments > ul > li .comment.penalties ul li:last-child {
                margin-bottom: 0; }
          .match .match__wrapper .match-comments > ul > li .comment.away > .text {
            text-align: right; }
          .match .match__wrapper .match-comments > ul > li .comment.away .data {
            text-align: right; }
            .match .match__wrapper .match-comments > ul > li .comment.away .data .icon {
              left: calc(100% - 10px - .25rem); }
            .match .match__wrapper .match-comments > ul > li .comment.away .data .details {
              left: calc(-20px - .25rem);
              margin-left: 0; }
          .match .match__wrapper .match-comments > ul > li .comment.away.substitution .data .icon {
            margin-left: 0; }
          .match .match__wrapper .match-comments > ul > li .comment.away.penalty .data .icon {
            margin-left: 0; }
          .match .match__wrapper .match-comments > ul > li .comment iframe {
            position: relative;
            display: block;
            width: 280px;
            height: calc(280px / 1.7777);
            margin: auto; }
          .match .match__wrapper .match-comments > ul > li .comment time ~ iframe,
          .match .match__wrapper .match-comments > ul > li .comment .half-time__result ~ iframe,
          .match .match__wrapper .match-comments > ul > li .comment .full-time__result ~ iframe,
          .match .match__wrapper .match-comments > ul > li .comment > .text ~ iframe,
          .match .match__wrapper .match-comments > ul > li .comment .data ~ iframe {
            margin: 20px auto 0  auto; }
        .match .match__wrapper .match-comments > ul > li:first-child .comment {
          padding-top: 0; }
          .match .match__wrapper .match-comments > ul > li:first-child .comment:before {
            display: none; }

@media only screen and (min-width: 640px) {
  .match .match__wrapper .match-placard {
    max-height: 204px; }
  .match .match__wrapper .match-comments > ul {
    list-style: none;
    margin: 0; }
    .match .match__wrapper .match-comments > ul > li .comment .minute {
      text-align: right; }
    .match .match__wrapper .match-comments > ul > li .comment .data {
      padding-left: 36px;
      padding-right: 36px; }
    .match .match__wrapper .match-comments > ul > li .comment iframe {
      width: 520px;
      height: calc(520px / 1.7777); }
    .match .match__wrapper .match-comments > ul > li .comment.penalties ul {
      margin: 0 20px 0 20px; }
    .match .match__wrapper .match-comments > ul > li .comment.away .data .icon {
      left: calc(100% - 40px - .25rem); }
  .match .match__wrapper .match-comments .message-layout1 {
    margin-top: 10px; } }

@media only screen and (min-width: 1024px) {
  body.single-jogo #main {
    margin-top: 356px; }
  .match .match__wrapper .match-last-comments {
    top: 60px; }
  .match .match__wrapper .match-meta {
    top: 102px; }
  .match .match__wrapper .match-placard {
    top: 152px; }
    .match .match__wrapper .match-placard .match-placard-layout2__wrapper .match-body .match-body__teams .teams-result {
      width: 160px; }
  .match .match__wrapper .match-comments > ul {
    list-style: none;
    margin: 0; }
    .match .match__wrapper .match-comments > ul > li .comment .minute {
      text-align: left; }
    .match .match__wrapper .match-comments > ul > li .comment .data {
      padding-left: .25rem;
      padding-right: .25rem; }
    .match .match__wrapper .match-comments > ul > li .comment iframe {
      width: 640px;
      height: calc(640px / 1.7777); }
    .match .match__wrapper .match-comments > ul > li .comment.penalties ul {
      margin: 0 .25rem 0 .25rem; }
      .match .match__wrapper .match-comments > ul > li .comment.penalties ul li .player {
        font-size: 18px;
        line-height: 22px;
        left: 84px;
        max-width: calc(50% - 84px - 44px); }
      .match .match__wrapper .match-comments > ul > li .comment.penalties ul li.away .player {
        right: 84px; }
    .match .match__wrapper .match-comments > ul > li .comment.away .data .icon {
      left: calc(100% - 10px - .25rem); }
  .match .match__wrapper .match-comments .message-layout1 {
    margin-top: 25px; } }

@media only screen and (min-width: 1200px) {
  .match .match__wrapper .match-placard .match-placard-layout2__wrapper .match-body .match-body__teams .teams-result {
    width: 300px; } }

@media only screen and (min-width: 1440px) {
  .match .match__wrapper .match-comments > ul > li .comment:before {
    width: 66.66667%; } }

.modality {
  position: relative; }
  .modality .modality__wrapper {
    position: relative; }
    .modality .modality__wrapper .modality-top {
      position: relative;
      float: left; }
      .modality .modality__wrapper .modality-top .modality-top__image {
        position: relative; }
        .modality .modality__wrapper .modality-top .modality-top__image img {
          position: relative;
          width: 100%;
          height: auto;
          -webkit-transform: scale(1.001);
          -moz-transform: scale(1.001);
          -ms-transform: scale(1.001);
          -o-transform: scale(1.001);
          transform: scale(1.001); }
        .modality .modality__wrapper .modality-top .modality-top__image:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0);
          background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 21%, rgba(0, 0, 0, 0) 73%);
          background: -webkit-gradient(linear, 0deg, color-stop(21%, rgba(0, 0, 0, 0.9)), color-stop(73%, rgba(0, 0, 0, 0)));
          background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 21%, rgba(0, 0, 0, 0) 73%);
          background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 21%, rgba(0, 0, 0, 0) 73%);
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 21%, rgba(0, 0, 0, 0) 73%);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0.9), endColorstr=rgba(0, 0, 0, 0)); }
      .modality .modality__wrapper .modality-top .modality-top__select {
        position: absolute;
        bottom: 20px;
        left: 8.3333%;
        width: auto; }
        .modality .modality__wrapper .modality-top .modality-top__select label {
          position: relative;
          float: left;
          width: 100%;
          font-family: "FoundryGridnik-Medium", Arial, Helvetica;
          font-size: 20px;
          color: #d6001c;
          letter-spacing: 0;
          line-height: 26px;
          text-transform: uppercase;
          margin-bottom: 6px; }
        .modality .modality__wrapper .modality-top .modality-top__select select {
          position: relative;
          float: left;
          background: none;
          border: none;
          border-radius: 0;
          font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
          font-size: 30px;
          color: white;
          letter-spacing: 0;
          line-height: 36px;
          height: auto;
          padding: 0;
          margin: 0;
          box-shadow: none;
          text-indent: 1px;
          text-overflow: '';
          text-transform: uppercase;
          cursor: pointer;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .modality .modality__wrapper .modality-top .modality-top__select select option {
            padding: 0;
            margin: 0; }
          .modality .modality__wrapper .modality-top .modality-top__select select::-ms-expand {
            display: none; }
          .modality .modality__wrapper .modality-top .modality-top__select select::-moz-focus-inner {
            outline: 0 !important;
            border: 0 !important; }
        .modality .modality__wrapper .modality-top .modality-top__select .select-wrapper {
          position: relative;
          float: left;
          width: 100%; }
          .modality .modality__wrapper .modality-top .modality-top__select .select-wrapper:after {
            content: "";
            position: absolute;
            top: 50%;
            right: .5rem;
            width: 24px;
            height: 12px;
            pointer-events: none;
            background: url("public/img/modality/sprite_arrow_modalidade.svg");
            background-size: 24px 34px;
            background-repeat: no-repeat;
            background-position: 0 -22px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: background-position 150ms ease-in-out;
            -moz-transition: background-position 150ms ease-in-out;
            -ms-transition: background-position 150ms ease-in-out;
            -o-transition: background-position 150ms ease-in-out;
            transition: background-position 150ms ease-in-out; }
          .modality .modality__wrapper .modality-top .modality-top__select .select-wrapper:hover:after {
            background-position: 0 0; }
    .modality .modality__wrapper .modality-content .list-layout1 .items {
      position: relative; }
      .modality .modality__wrapper .modality-content .list-layout1 .items .item {
        position: relative;
        float: left;
        padding-top: 20px;
        padding-bottom: 10px;
        border-top: 2px solid #d9d9d6; }
        .modality .modality__wrapper .modality-content .list-layout1 .items .item:first-of-type {
          border-top: none;
          padding-top: 13px; }
    .modality .modality__wrapper .modality-no-content {
      position: relative;
      text-align: center;
      font-family: "FoundryGridnik-ExtraBold", Arial, Helvetica;
      font-size: 16px;
      padding: 40px 20px; }

@media only screen and (min-width: 500px) and (max-width: 639px) {
  .modality .modality__wrapper .modality-content .single-item-layout1 .single-item-layout1__wrapper .item .image img {
    width: 100%;
    height: auto; } }

@media only screen and (min-width: 640px) {
  .modality .modality__wrapper .modality-top .modality-top__image {
    height: 320px;
    overflow: hidden; }
    .modality .modality__wrapper .modality-top .modality-top__image img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(1.001);
      -moz-transform: translateX(-50%) scale(1.001);
      -ms-transform: translateX(-50%) scale(1.001);
      -o-transform: translateX(-50%) scale(1.001);
      transform: translateX(-50%) scale(1.001); }
  .modality .modality__wrapper .modality-content {
    margin-bottom: 40px; } }

@media only screen and (min-width: 1024px) {
  .modality .modality__wrapper .modality-content .list-layout1 .items .item {
    padding-bottom: 20px; } }

@media only screen and (min-width: 1440px) {
  .modality .modality__wrapper .modality-content .list-layout1 .items .item {
    padding-bottom: 16px; } }

@media only screen and (min-width: 1630px) {
  .modality .modality__wrapper .modality-content .single-item-layout1 .single-item-layout1__wrapper .item .image img {
    width: 100%;
    height: auto; } }

.search-layout1 {
  position: relative;
  margin-bottom: 30px; }
  .search-layout1 .search-layout1__wrapper {
    position: relative; }
    .search-layout1 .search-layout1__wrapper > div:first-child {
      padding-top: 30px;
      padding-bottom: 14px;
      background-color: whitesmoke; }
    .search-layout1 .search-layout1__wrapper .search-box {
      position: relative; }
      .search-layout1 .search-layout1__wrapper .search-box form {
        position: relative;
        border-bottom: 2px solid black;
        padding: 0; }
        .search-layout1 .search-layout1__wrapper .search-box form input[type="text"] {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 46px);
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 22px;
          color: black;
          letter-spacing: 0;
          line-height: 22px;
          padding: 0;
          margin: 0;
          border: none;
          box-shadow: none;
          border-radius: 0;
          text-transform: uppercase;
          opacity: 0.5;
          background: transparent;
          -webkit-transition: opacity 250ms ease-out;
          -moz-transition: opacity 250ms ease-out;
          -ms-transition: opacity 250ms ease-out;
          -o-transition: opacity 250ms ease-out;
          transition: opacity 250ms ease-out; }
        .search-layout1 .search-layout1__wrapper .search-box form input[type="submit"] {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 46px;
          height: 22px;
          background-image: url("public/img/search/arrow.svg");
          background-size: 32px 16px;
          background-position: right center;
          background-repeat: no-repeat;
          background-color: transparent;
          border: none;
          box-shadow: none;
          border-radius: 0;
          opacity: 0.5;
          cursor: pointer;
          -webkit-transition: opacity 250ms ease-out;
          -moz-transition: opacity 250ms ease-out;
          -ms-transition: opacity 250ms ease-out;
          -o-transition: opacity 250ms ease-out;
          transition: opacity 250ms ease-out; }
      .search-layout1 .search-layout1__wrapper .search-box.with-content form input[type="text"] {
        opacity: 1; }
      .search-layout1 .search-layout1__wrapper .search-box.with-content form input[type="submit"] {
        opacity: 1; }
    .search-layout1 .search-layout1__wrapper .search-filters {
      position: relative;
      margin-top: 28px; }
      .search-layout1 .search-layout1__wrapper .search-filters .search-filters__label {
        position: relative;
        width: 100%;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 18px;
        color: #bbbcbc;
        letter-spacing: 0;
        line-height: 24px; }
      .search-layout1 .search-layout1__wrapper .search-filters .search-filters__items {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 10px; }
        .search-layout1 .search-layout1__wrapper .search-filters .search-filters__items ul {
          list-style: none;
          margin: 0; }
          .search-layout1 .search-layout1__wrapper .search-filters .search-filters__items ul li {
            font-family: "FoundryGridnik-Medium", Arial, Helvetica;
            font-size: 20px;
            color: #1a1a1a;
            letter-spacing: 0;
            line-height: 26px; }
      .search-layout1 .search-layout1__wrapper .search-filters #search-filters__submit {
        position: relative;
        height: 38px;
        margin-top: 20px;
        background-color: #d6001c;
        color: white;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
        line-height: 22px;
        text-transform: uppercase;
        box-shadow: none;
        border: none;
        border-radius: 0;
        cursor: pointer; }
    .search-layout1 .search-layout1__wrapper > div:nth-child(2) {
      padding-top: 30px; }
    .search-layout1 .search-layout1__wrapper .search-details {
      position: relative; }
      .search-layout1 .search-layout1__wrapper .search-details .search-details__results-number {
        position: relative;
        width: 100%;
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 18px;
        color: #bbbcbc;
        letter-spacing: 0;
        line-height: 24px; }
    .search-layout1 .search-layout1__wrapper .search-results {
      margin-top: 4px; }
      .search-layout1 .search-layout1__wrapper .search-results ul {
        position: relative;
        list-style: none;
        margin: 0; }
        .search-layout1 .search-layout1__wrapper .search-results ul li {
          position: relative; }
    .search-layout1 .search-layout1__wrapper .search-load-more .button-layout2 {
      margin-top: 30px; }

@media only screen and (min-width: 640px) {
  .search-layout1 {
    margin-bottom: 40px; } }

@media only screen and (min-width: 1024px) {
  .search-layout1 {
    margin-bottom: 55px; }
    .search-layout1 .search-layout1__wrapper > div:first-child {
      padding-top: 100px; }
    .search-layout1 .search-layout1__wrapper .search-box form input[type="submit"] {
      -webkit-transition: background-image 250ms ease-in-out;
      -moz-transition: background-image 250ms ease-in-out;
      -ms-transition: background-image 250ms ease-in-out;
      -o-transition: background-image 250ms ease-in-out;
      transition: background-image 250ms ease-in-out; }
      .search-layout1 .search-layout1__wrapper .search-box form input[type="submit"]:hover {
        background-image: url("public/img/search/arrow_hover.svg"); }
    .search-layout1 .search-layout1__wrapper .search-filters #search-filters__submit {
      -webkit-transition: background-color 250ms ease-in-out;
      -moz-transition: background-color 250ms ease-in-out;
      -ms-transition: background-color 250ms ease-in-out;
      -o-transition: background-color 250ms ease-in-out;
      transition: background-color 250ms ease-in-out; }
      .search-layout1 .search-layout1__wrapper .search-filters #search-filters__submit:hover {
        background-color: #c00d1e; }
    .search-layout1 .search-layout1__wrapper .search-load-more .button-layout2 {
      margin-top: 40px; } }

@media only screen and (min-width: 1440px) {
  .search-layout1 .search-layout1__wrapper .search-filters #search-filters__submit {
    width: 25%; } }

.manager {
  position: relative;
  float: left; }
  .manager .manager__wrapper {
    position: relative;
    float: left; }
    .manager .manager__wrapper .manager-header {
      position: relative;
      float: left;
      min-height: 380px;
      height: auto;
      background-color: #212322;
      padding-bottom: 20px; }
    .manager .manager__wrapper .manager-body {
      padding-top: 30px;
      margin-bottom: 40px;
      background: whitesmoke;
      position: relative; }
      .manager .manager__wrapper .manager-body .header-photo {
        position: absolute;
        bottom: 100%;
        right: 0;
        height: 360px; }
        .manager .manager__wrapper .manager-body .header-photo > .inner {
          height: 100%;
          overflow: hidden;
          position: relative; }
          .manager .manager__wrapper .manager-body .header-photo > .inner img {
            display: block;
            width: auto;
            height: 100%;
            position: absolute;
            left: 50%;
            bottom: 0;
            max-width: none;
            -webkit-transform: translate3d(-50%, 0, 0);
            -moz-transform: translate3d(-50%, 0, 0);
            -ms-transform: translate3d(-50%, 0, 0);
            -o-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
    .manager .manager__wrapper .manager-footer .manager-footer__gallery .gallery-button {
      height: 40px;
      background: #bbbcbc;
      text-transform: uppercase;
      display: table;
      margin-bottom: 10px; }
      .manager .manager__wrapper .manager-footer .manager-footer__gallery .gallery-button a {
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
        display: table-cell;
        vertical-align: middle; }

@media only screen and (min-width: 640px) {
  .manager .manager__wrapper .manager-header {
    padding-top: 10px; } }

@media only screen and (min-width: 1024px) {
  .manager .manager__wrapper .manager-header {
    min-height: 440px;
    padding-top: 86px;
    padding-bottom: 30px; }
  .manager .manager__wrapper .manager-body {
    margin-bottom: 50px; }
    .manager .manager__wrapper .manager-body .header-photo {
      right: 8.333333%;
      height: 630px;
      bottom: 0;
      z-index: 1; } }

@media only screen and (min-width: 1200px) {
  .manager .manager__wrapper .manager-header {
    min-height: 420px;
    padding-top: 66px; }
  .manager .manager__wrapper .manager-body {
    margin-bottom: 70px; }
    .manager .manager__wrapper .manager-body .manager-body__content-biography {
      margin-left: 16.66667%;
      width: 41.66667%; } }

@media only screen and (min-width: 1440px) {
  .manager .manager__wrapper .manager-header {
    min-height: 400px;
    padding-top: 56px;
    padding-bottom: 20px; }
  .manager .manager__wrapper .manager-body .manager-body__content-biography {
    width: 33.33333%; }
  .manager .manager__wrapper .manager-body .header-photo {
    right: 16.66667%;
    height: 600px; } }

.login-form {
  padding-top: 30px; }
  .login-form .login-form__errors ul {
    margin-left: 0;
    list-style: none; }
    .login-form .login-form__errors ul li {
      background-color: #d6001c;
      margin-bottom: 10px;
      padding: 12px; }
      .login-form .login-form__errors ul li p {
        font-family: "FoundryGridnik-Regular", Arial, Helvetica;
        font-size: 16px;
        color: white;
        letter-spacing: 0;
        line-height: 22px; }
  .login-form h2 {
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 16px;
    color: black;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .login-form form .form-row label {
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 14px;
    color: #75787b;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 6px; }
  .login-form form .form-row input[type=text], .login-form form .form-row input[type=password] {
    background: white;
    border: 1px solid whitesmoke;
    box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 12px;
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 16px;
    color: black;
    letter-spacing: 0;
    line-height: 22px; }
  .login-form form .submit {
    margin-bottom: 8px; }
    .login-form form .submit button[type=submit] {
      background: #bbbcbc;
      font-family: "FoundryGridnik-Medium", Arial, Helvetica;
      font-size: 16px;
      color: white;
      letter-spacing: 0;
      text-align: center;
      line-height: 20px;
      height: 40px;
      text-transform: uppercase;
      padding: 0;
      margin-bottom: 0;
      border-radius: 0; }
      .login-form form .submit button[type=submit].active {
        background: #d6001c; }
  .login-form form .options p {
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 14px;
    color: #75787b;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    text-align: left;
    margin-bottom: 12px;
    width: 100%; }
    .login-form form .options p a {
      color: #75787b; }
    .login-form form .options p.not-registered {
      font-size: 18px; }
  .login-form form .options label {
    font-family: "FoundryGridnik-Regular", Arial, Helvetica;
    font-size: 18px;
    color: black;
    letter-spacing: 0;
    line-height: 20px; }

@media only screen and (min-width: 640px) {
  .login-form {
    padding-top: 40px; }
    .login-form form .options p.lost-password {
      text-align: right; } }

@media only screen and (min-width: 1024px) {
  .login-form {
    padding-top: 100px; }
    .login-form form .submit button[type=submit] {
      -webkit-transition: background-color 250ms ease-in-out;
      -moz-transition: background-color 250ms ease-in-out;
      -ms-transition: background-color 250ms ease-in-out;
      -o-transition: background-color 250ms ease-in-out;
      transition: background-color 250ms ease-in-out; }
      .login-form form .submit button[type=submit].active:hover {
        background: #c00d1e; } }

@media only screen and (min-width: 1200px) {
  .login-form .login-form__errors ul {
    width: 50%;
    margin-right: 50%; }
  .login-form form .form-row {
    width: 50%;
    margin-right: 50%; } }

@media only screen and (min-width: 1440px) {
  .login-form .login-form__errors ul {
    width: 41.66667%; }
  .login-form form .form-row {
    width: 41.66667%; } }

.register-form {
  padding-top: 30px; }
  .register-form .register-form__errors ul {
    margin-left: 0;
    list-style: none; }
    .register-form .register-form__errors ul li {
      background-color: #d6001c;
      margin-bottom: 10px;
      padding: 12px; }
      .register-form .register-form__errors ul li p {
        font-family: "FoundryGridnik-Regular", Arial, Helvetica;
        font-size: 16px;
        color: white;
        letter-spacing: 0;
        line-height: 22px; }
  .register-form h2 {
    font-family: "FoundryGridnik-Bold", Arial, Helvetica;
    font-size: 16px;
    color: black;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .register-form form {
    overflow: hidden; }
    .register-form form .form-row label {
      font-family: "FoundryGridnik-Bold", Arial, Helvetica;
      font-size: 14px;
      color: #75787b;
      letter-spacing: 0;
      line-height: 20px;
      text-transform: uppercase;
      margin-bottom: 6px; }
    .register-form form .form-row input[type=text], .register-form form .form-row input[type=email], .register-form form .form-row input[type=password] {
      background: white;
      border: 1px solid whitesmoke;
      box-shadow: 0 20px 18px -20px rgba(0, 0, 0, 0.2);
      border-radius: 0;
      padding: 12px;
      font-family: "FoundryGridnik-Regular", Arial, Helvetica;
      font-size: 16px;
      color: black;
      letter-spacing: 0;
      line-height: 22px; }
    .register-form form .submit {
      margin-bottom: 8px; }
      .register-form form .submit button[type=submit] {
        background: #bbbcbc;
        font-family: "FoundryGridnik-Medium", Arial, Helvetica;
        font-size: 16px;
        color: white;
        letter-spacing: 0;
        text-align: center;
        line-height: 20px;
        height: 40px;
        text-transform: uppercase;
        padding: 0;
        margin-bottom: 0;
        border-radius: 0; }
    .register-form form .options p {
      font-family: "FoundryGridnik-Regular", Arial, Helvetica;
      font-size: 14px;
      color: #75787b;
      letter-spacing: 0;
      text-align: center;
      line-height: 20px;
      text-align: left;
      margin-bottom: 12px;
      width: 100%; }
      .register-form form .options p a {
        color: #75787b; }
    .register-form form .options label {
      font-family: "FoundryGridnik-Regular", Arial, Helvetica;
      font-size: 18px;
      color: black;
      letter-spacing: 0;
      line-height: 20px; }

@media only screen and (min-width: 640px) {
  .register-form {
    padding-top: 40px; }
    .register-form form .options p.lost-password {
      text-align: right; } }

@media only screen and (min-width: 1024px) {
  .register-form {
    padding-top: 100px; } }

@media only screen and (min-width: 1200px) {
  .register-form .register-form__errors ul {
    width: 50%;
    margin-right: 50%; }
  .register-form form .form-row {
    width: 50%;
    margin-right: 50%; } }

@media only screen and (min-width: 1440px) {
  .register-form .register-form__errors ul {
    width: 41.66667%; }
  .register-form form .form-row {
    width: 41.66667%; } }

.my-account {
  margin-top: 30px; }
  .my-account .my-account__wrapper .account-navigation {
    margin-bottom: 20px;
    padding: unset; }
    .my-account .my-account__wrapper .account-navigation .account-title {
      font-family: "FoundryGridnik-Bold", Arial, Helvetica;
      font-size: 16px;
      color: black;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 20px;
      text-transform: uppercase; }
  .my-account .my-account__wrapper .account-content {
    position: relative; }
    .my-account .my-account__wrapper .account-content .content-loader .loader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none; }
      .my-account .my-account__wrapper .account-content .content-loader .loader .loading-layout1 {
        position: absolute;
        top: 82px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
    .my-account .my-account__wrapper .account-content .content-loader.active {
      height: 200px; }
      .my-account .my-account__wrapper .account-content .content-loader.active .loader {
        -webkit-animation: fadeInFromNone 250ms ease-in-out;
        -moz-animation: fadeInFromNone 250ms ease-in-out;
        -o-animation: fadeInFromNone 250ms ease-in-out;
        animation: fadeInFromNone 250ms ease-in-out;
        display: block; }
    .my-account .my-account__wrapper .account-content .content-notices .content-notices-success {
      margin: 20px 0;
      overflow: hidden;
      min-height: 40px;
      width: 100%;
      vertical-align: middle;
      text-align: left;
      background: #00ad26;
      display: table; }
      .my-account .my-account__wrapper .account-content .content-notices .content-notices-success .message-text {
        font-family: "FoundryGridnik-Bold", Arial, Helvetica;
        font-size: 12px;
        color: whitesmoke;
        letter-spacing: 0;
        line-height: 18px;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .my-account .my-account__wrapper .account-content .content-notices .content-notices-success .message-text a {
          color: black; }
    .my-account .my-account__wrapper .account-content .content-notices ul.content-notices-error {
      margin: 20px 0;
      overflow: hidden;
      width: 100%;
      vertical-align: middle;
      text-align: left;
      margin-left: unset; }
      .my-account .my-account__wrapper .account-content .content-notices ul.content-notices-error li {
        width: 100%;
        min-height: 40px;
        background: #d6001c;
        display: table;
        margin-top: 10px; }
        .my-account .my-account__wrapper .account-content .content-notices ul.content-notices-error li:first-of-type {
          margin-top: unset; }
        .my-account .my-account__wrapper .account-content .content-notices ul.content-notices-error li .message-text {
          font-family: "FoundryGridnik-Bold", Arial, Helvetica;
          font-size: 12px;
          color: whitesmoke;
          letter-spacing: 0;
          line-height: 18px;
          display: table-cell;
          vertical-align: middle;
          text-align: center; }

@media only screen and (min-width: 640px) {
  .my-account {
    margin-top: 40px; }
    .my-account .my-account__wrapper .account-content .content-loader .loader .loading-layout1 {
      top: 114px; } }

@media only screen and (min-width: 1024px) {
  .my-account {
    margin-top: 100px; }
    .my-account .my-account__wrapper .account-content .content-loader .loader .loading-layout1 {
      top: 84px; } }
