@charset "UTF-8";
/* base */
/* breakpoints */
/* colors */
/* fonts */
/* typography */
::-moz-selection {
  background-color: #226792;
  color: #fff;
}

::-moz-selection {
  background-color: #226792;
  color: #fff;
}

::selection {
  background-color: #226792;
  color: #fff;
}

::-moz-selection {
  background-color: #226792;
  color: #fff;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

*:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p, blockquote, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
}

picture, picture img {
  display: block;
}

/* forms */
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input, textarea, select, button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  line-height: inherit;
  font: inherit;
  color: inherit;
}

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]), textarea {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input[type="button"], input[type="submit"] {
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

::placeholder {
  opacity: 1;
  color: inherit;
}

/* blockquotes */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* clearfix */
/* hidden text */
/* hidden link */
/* click area expand */
/* absolute center */
/* flex center */
/* flex center column */
/* absolute stretch */
/* hidden */
/* visible */
/* headings */
/* placeholder */
/* image */
/* retina image */
/* bg image */
/* retina bg image */
/* ie */
/* retina */
/* media queries */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.no-scroll {
  height: 100% !important;
  overflow-y: hidden !important;
}

.breakline {
  position: relative;
  width: 100%;
  height: 130px;
}

@media (max-width: 992px) {
  .breakline {
    height: 64px;
  }
}

.breakline.large {
  height: 180px;
}

@media (max-width: 992px) {
  .breakline.large {
    height: 64px;
  }
}

/* container */
.container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .container {
    padding: 0 25px;
  }
}

section {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
}

p {
  font-size: 16px;
  line-height: 19px;
}

.slick-dots {
  margin: 0 auto;
  text-align: center;
  margin: 0 -3px;
  margin-top: 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.slick-next,
.slick-prev {
  cursor: pointer;
}

img.lazy {
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

img.lazy.loaded {
  opacity: 1;
}

.grecaptcha-badge {
  visibility: hidden;
}

figure {
  max-width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

iframe {
  max-width: 100% !important;
}

@media (max-width: 480px) {
  iframe {
    width: auto !important;
    height: auto !important;
  }
}

/* plugins */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}

/* 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;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.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 {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-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;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-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);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-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: 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 {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          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 {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          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;
  -webkit-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 {
  -webkit-box-shadow: none;
          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);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          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 {
  -ms-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;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          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;
}

/* modules */
body.admin-bar .m-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .m-header {
    top: 46px;
  }
}

.m-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 130px;
  background: #fff;
  z-index: 20;
}

.m-header.is-sticky {
  position: fixed;
  min-height: 64px;
}

@media (max-width: 992px) {
  .m-header {
    position: fixed !important;
    min-height: 64px;
  }
  .m-header.is-sticky {
    min-height: 64px;
  }
}

.m-header .btn-mobile {
  display: none;
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
  z-index: 40;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (max-width: 768px) {
  .m-header .btn-mobile {
    right: 22px;
  }
}

@media (max-width: 992px) {
  .m-header .btn-mobile {
    display: block;
  }
}

.m-header .btn-mobile span {
  margin: 0;
  padding: 0;
  display: block;
  width: 23px;
  height: 2px;
  background: #fff;
  margin-bottom: 4px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-header .btn-mobile span.x {
  background: #EF2D56;
}

.m-header .btn-mobile span:nth-child(3) {
  margin-bottom: 0;
}

.m-header .btn-mobile span.x:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 4px);
          transform: rotate(-45deg) translate(-5px, 4px);
}

.m-header .btn-mobile span.x:nth-child(2) {
  opacity: 0;
}

.m-header .btn-mobile span.x:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
          transform: rotate(45deg) translate(-4px, -4px);
}

.m-header .header-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.m-header .header-info.is-inactive {
  display: none;
}

@media (max-width: 992px) {
  .m-header .header-info {
    display: none;
  }
}

.m-header .header-info .social a {
  display: inline-block;
  position: relative;
}

.m-header .header-info .social a .social-icon {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-header .header-info .social a:hover .social-icon {
  fill: #EF2D56;
}

.m-header .header-info .social a:not(:last-child) {
  margin-right: 26px;
}

.m-header .header-info .info ul li {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 7px;
  font-weight: 700;
}

.m-header .header-info .info ul li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  right: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #C8C8C8;
  font-weight: 700;
}

.m-header .header-info .info ul li.wpml-ls-current-language a {
  color: #EF2D56;
}

.m-header .header-info .info ul li a {
  color: #C8C8C8;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  font-weight: 700;
}

.m-header .header-info .info ul li a:hover {
  color: #EF2D56;
}

.m-header .header-info .info .phone {
  font-weight: 700;
}

.m-header .header-info .info .phone a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.m-header .header-info .info .phone a:hover {
  color: #EF2D56;
}

.m-header .header-navigation {
  position: relative;
  min-height: 64px;
}

.m-header .header-navigation.is-sticky {
  border-top: none !important;
}

@media (max-width: 992px) {
  .m-header .header-navigation {
    border-top: none;
  }
}

.m-header .header-navigation .logo {
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

@media (max-width: 992px) {
  .m-header .header-navigation .logo {
    top: 17px;
  }
}

.m-header .header-navigation .logo:hover {
  opacity: .7;
}

.m-header .header-navigation .logo img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 211px;
  height: auto;
}

@media (max-width: 992px) {
  .m-header .header-navigation .logo img {
    max-width: 180px;
  }
}

.m-header .header-navigation .btn-search-mobile {
  position: absolute;
  top: 24px;
  right: 40px;
  display: none;
  cursor: pointer;
}

@media (max-width: 992px) {
  .m-header .header-navigation .btn-search-mobile {
    display: block;
  }
}

.m-header .header-navigation nav.main-menu {
  position: absolute;
  top: 20px;
  right: 0;
}

@media (max-width: 992px) {
  .m-header .header-navigation nav.main-menu {
    display: none;
  }
}

.m-header .header-navigation nav.main-menu ul li {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.m-header .header-navigation nav.main-menu ul li:not(:last-child) {
  margin-right: 47px;
}

.m-header .header-navigation nav.main-menu ul li.current-menu-item:first-child a {
  color: #EF2D56;
}

.m-header .header-navigation nav.main-menu ul li.current-menu-item:first-child a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #EF2D56;
}

.m-header .header-navigation nav.main-menu ul li.menu-item-type-post_type.current-menu-item a {
  color: #EF2D56;
}

.m-header .header-navigation nav.main-menu ul li.menu-item-type-post_type.current-menu-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #EF2D56;
}

.m-header .header-navigation nav.main-menu ul li a {
  position: relative;
  padding: 20px 0;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.m-header .header-navigation nav.main-menu ul li a.is-active a {
  color: #EF2D56 !important;
}

.m-header .header-navigation nav.main-menu ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #EF2D56;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-header .header-navigation nav.main-menu ul li a:hover {
  color: #EF2D56;
}

.m-header .header-navigation nav.main-menu ul li a:hover:before {
  width: 100%;
}

.m-header .header-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 15px rgba(19, 14, 14, 0.05);
          box-shadow: 0 0 15px rgba(19, 14, 14, 0.05);
  -webkit-animation: anim 300ms ease-in-out forwards;
          animation: anim 300ms ease-in-out forwards;
  z-index: 10;
}

@-webkit-keyframes anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .m-header .header-mobile.is-active {
    display: block;
  }
}

.m-header .header-mobile .logo {
  position: absolute;
  top: 17px;
  left: 25px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.m-header .header-mobile .logo:hover {
  opacity: .7;
}

.m-header .header-mobile .logo img {
  display: block;
  margin: 0;
  padding: 0ex;
  max-width: 180px;
  height: auto;
}

.m-header .header-mobile .content {
  position: relative;
  padding: 80px 0 40px 0;
}

.m-header .header-mobile .menu-mobile {
  text-align: center;
}

.m-header .header-mobile .menu-mobile ul li {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.m-header .header-mobile .menu-mobile ul li:not(:last-child) {
  margin-bottom: 13px;
}

.m-header .header-mobile .menu-mobile ul li.current-menu-item:first-child a {
  color: #EF2D56;
}

.m-header .header-mobile .menu-mobile ul li.menu-item-type-post_type.current-menu-item a {
  color: #EF2D56;
}

.m-header .header-mobile .menu-mobile ul li a {
  display: inline-block;
  position: relative;
  padding: 10px;
  color: #226792;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.m-header .header-mobile .menu-mobile ul li a:hover {
  color: #EF2D56;
}

.m-header .header-mobile .info-mobile {
  margin-top: 40px;
  text-align: center;
}

.m-header .header-mobile .info-mobile .info {
  display: block;
}

.m-header .header-mobile .info-mobile .info ul {
  display: inline-block;
}

.m-header .header-mobile .info-mobile .info ul li {
  position: relative;
  font-size: 22px;
  line-height: 27px;
  display: inline-block;
  text-transform: uppercase;
}

.m-header .header-mobile .info-mobile .info ul li.wpml-ls-current-language a {
  color: #EF2D56;
}

.m-header .header-mobile .info-mobile .info ul li:not(:last-child) {
  margin-right: 15px;
}

.m-header .header-mobile .info-mobile .info ul li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #C8C8C8;
}

.m-header .header-mobile .info-mobile .info ul li a {
  color: #C8C8C8;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.m-header .header-mobile .info-mobile .info ul li a:hover {
  color: #EF2D56;
}

.m-header .header-mobile .info-mobile .info ul li a.is-active {
  color: #EF2D56;
  font-weight: 700;
}

.m-header .header-mobile .info-mobile .info .phone {
  margin-top: 40px;
  display: block;
  font-weight: 700;
  color: #226792;
  font-size: 16px;
  line-height: 19px;
}

.m-header .header-mobile .info-mobile .info .phone a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.m-header .header-mobile .info-mobile .info .phone a:hover {
  color: #EF2D56;
}

.m-header .header-mobile .info-mobile .social {
  margin-top: 40px;
}

.m-header .header-mobile .info-mobile .social a {
  display: inline-block;
  position: relative;
}

.m-header .header-mobile .info-mobile .social a .social-icon {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-header .header-mobile .info-mobile .social a:hover .social-icon {
  fill: #EF2D56;
}

.m-header .header-mobile .info-mobile .social a:not(:last-child) {
  margin-right: 26px;
}

.m-header .blog-navigation {
  position: relative;
  padding-bottom: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.m-header .blog-navigation.is-inactive {
  display: none;
}

@media (max-width: 992px) {
  .m-header .blog-navigation {
    display: none;
  }
}

.m-header .blog-navigation .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-header .blog-navigation .categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}

.m-header .blog-navigation .categories ul li {
  position: relative;
  display: block;
  margin: 8px;
}

.m-header .blog-navigation .categories ul li a {
  display: inline-block;
  padding: 7px 21px;
  font-size: 16px;
  line-height: 19px;
  color: #8B8B8B;
  border: 1px solid #8B8B8B;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-header .blog-navigation .categories ul li a:hover {
  color: #226792;
  border: 1px solid #226792;
}

.m-header .blog-navigation .search-bar {
  position: relative;
  margin-top: -5px;
}

.m-header .blog-navigation .search-bar.is-sticky {
  display: none;
}

.m-header .blog-navigation .search-bar input[type='text'] {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #C8C8C8;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px 10px 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #C8C8C8;
  font-weight: 300;
}

.m-header .blog-navigation .search-bar input[type='text']:hover {
  padding-right: 200px;
}

.m-header .blog-navigation .search-bar input[type='text']:focus {
  outline: none !important;
  border-bottom: 1px solid #226792;
  color: #000;
  padding-right: 200px;
}

.m-header .blog-navigation .search-bar ::-webkit-input-placeholder {
  color: #C8C8C8;
  opacity: 1;
  font-weight: 300;
}

.m-header .blog-navigation .search-bar :-ms-input-placeholder {
  color: #C8C8C8;
  opacity: 1;
  font-weight: 300;
}

.m-header .blog-navigation .search-bar ::-ms-input-placeholder {
  color: #C8C8C8;
  opacity: 1;
  font-weight: 300;
}

.m-header .blog-navigation .search-bar ::placeholder {
  color: #C8C8C8;
  opacity: 1;
  font-weight: 300;
}

.m-header .blog-navigation .search-bar :-moz-input-placeholder {
  color: #C8C8C8;
  font-weight: 300;
}

.m-header .blog-navigation .search-bar ::-ms-input-placeholder {
  color: #C8C8C8;
  font-weight: 300;
}

.m-header .blog-navigation .search-bar .btn-search {
  position: absolute;
  top: 10px;
  right: 10px;
}

.m-header.transparent {
  position: absolute;
  background: transparent;
}

.m-header.transparent.is-sticky {
  position: fixed;
  background: #226792;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.m-header.transparent .btn-mobile span {
  background: #fff;
}

.m-header.transparent .btn-mobile span.x {
  background: #EF2D56;
}

.m-header.transparent .header-info {
  color: #fff;
}

.m-header.transparent .header-navigation {
  border-top: 1px solid rgba(250, 250, 250, 0.25);
}

@media (max-width: 992px) {
  .m-header.transparent .header-navigation {
    border-top: none;
  }
}

.m-header.transparent .header-navigation nav.main-menu ul li a {
  color: #fff;
}

.m-header.transparent .header-navigation nav.main-menu ul li a.is-active {
  color: #EF2D56 !important;
}

.m-header.transparent .header-navigation nav.main-menu ul li a:hover {
  color: #EF2D56;
}

.m-header.default {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.m-header.default .btn-mobile span {
  background: #EF2D56;
}

.m-header.default .btn-mobile span.x {
  background: #EF2D56;
}

.m-header.default .header-info {
  color: #226792;
}

.m-header.default .header-navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
  .m-header.default .header-navigation {
    border-top: none;
  }
}

.m-header.default .header-navigation nav.main-menu ul li a {
  color: #226792;
}

.m-header.default .header-navigation nav.main-menu ul li a:hover {
  color: #EF2D56;
}

.m-header.default .header-navigation nav.main-menu ul li.current-menu-item a {
  color: #EF2D56;
}

#progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #fff;
}

@media (max-width: 992px) {
  #progress-bar {
    display: none;
  }
}

#progress-bar .progress {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 0;
  max-width: 1200px;
  background: #226792;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

#progress-bar-mobile {
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #fff;
}

@media (max-width: 992px) {
  #progress-bar-mobile {
    display: block;
  }
}

#progress-bar-mobile .progress {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 0;
  background: #EF2D56;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

.archive .menu-item-type-post_type:not(.menu-item-home) a,
.single-post .menu-item-type-post_type:not(.menu-item-home) a {
  color: #EF2D56 !important;
}

.archive .menu-item-type-post_type:not(.menu-item-home) a:before,
.single-post .menu-item-type-post_type:not(.menu-item-home) a:before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 4px !important;
  background: #EF2D56 !important;
}

@media (max-width: 992px) {
  .archive .menu-item-type-post_type:not(.menu-item-home) a:before,
  .single-post .menu-item-type-post_type:not(.menu-item-home) a:before {
    display: none !important;
  }
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  z-index: 999;
}

.search-overlay .search-close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-overlay .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.search-overlay .content-box {
  position: relative;
  margin: 0 auto;
  max-width: 690px;
  width: 100%;
  overflow: auto;
  max-height: calc(100vh - 40px);
}

.search-overlay .btn-close {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 10;
  font-size: 40px;
  font-weight: 700;
  color: #EF2D56;
  cursor: pointer;
}

.search-overlay .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 0;
  padding: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.search-overlay .content .searchform {
  display: block;
  margin: 0 auto;
}

.search-overlay .content input[type='text'] {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #C8C8C8;
  max-width: 100%;
  min-width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  vertical-align: super;
  color: #C8C8C8;
  font-weight: 300;
}

@media (max-width: 480px) {
  .search-overlay .content input[type='text'] {
    min-width: 0;
  }
}

.search-overlay .content input[type='text']:focus {
  outline: none !important;
  border-bottom: 1px solid #226792;
  color: #000;
}

.search-overlay .content ::-webkit-input-placeholder {
  color: #C8C8C8;
  opacity: 1;
  font-weight: 300;
}

.search-overlay .content :-ms-input-placeholder {
  color: #C8C8C8;
  opacity: 1;
  font-weight: 300;
}

.search-overlay .content ::-ms-input-placeholder {
  color: #C8C8C8;
  opacity: 1;
  font-weight: 300;
}

.search-overlay .content ::placeholder {
  color: #C8C8C8;
  opacity: 1;
  font-weight: 300;
}

.search-overlay .content :-moz-input-placeholder {
  color: #C8C8C8;
  font-weight: 300;
}

.search-overlay .content ::-ms-input-placeholder {
  color: #C8C8C8;
  font-weight: 300;
}

.search-overlay .content .btn-search {
  padding: 5px;
  display: inline-block;
}

.header-info .wpml-ls-statics-shortcode_actions {
  display: inline-block;
  margin-right: 23px;
}

.wpml-ls-current-language {
  color: #EF2D56 !important;
  font-weight: 700;
}

.wpml-ls-legacy-list-horizontal {
  border: none !important;
  padding: 0;
  clear: both;
}

.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 0;
  line-height: 1;
}

.m-footer {
  background: #226792;
}

.m-footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .m-footer .container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.m-footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  margin: -20px;
}

@media (max-width: 768px) {
  .m-footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.m-footer .wrapper .col {
  margin: 20px;
}

@media (max-width: 768px) {
  .m-footer .wrapper .col {
    margin: 20px 0;
    text-align: center;
  }
  .m-footer .wrapper .col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.m-footer .wrapper .text {
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 768px) {
  .m-footer .wrapper .text span {
    display: none;
  }
}

.m-footer .wrapper .text br {
  display: none;
}

@media (max-width: 768px) {
  .m-footer .wrapper .text br {
    display: block;
  }
}

.m-footer .wrapper .text a {
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.m-footer .wrapper .text a:hover {
  opacity: .7;
}

.m-hero {
  background-color: #226792;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  min-height: 700px;
}

@media (max-width: 768px) {
  .m-hero {
    background-attachment: scroll;
  }
}

.m-hero .container {
  padding-top: 244px;
}

.m-hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.m-hero .bg img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-hero .intro {
  color: #fff;
  padding-left: 103px;
}

@media (max-width: 768px) {
  .m-hero .intro {
    padding-left: 0;
    text-align: center;
  }
}

.m-hero .title {
  font-size: 54px;
  line-height: 65px;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.m-hero .title.is-animate {
  opacity: 1;
}

@media (max-width: 768px) {
  .m-hero .title {
    font-size: 36px;
    line-height: 43px;
  }
}

.m-hero .text {
  font-size: 24px;
  line-height: 29px;
  margin-top: 26px;
  opacity: 0;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.m-hero .text.is-animate {
  opacity: 1;
}

@media (max-width: 768px) {
  .m-hero .text {
    margin-top: 20px;
  }
}

.m-hero .u-button {
  margin-top: 60px;
  opacity: 0;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}

.m-hero .u-button.is-animate {
  opacity: 1;
}

@media (max-width: 768px) {
  .m-hero .u-button {
    margin-top: 115px;
  }
}

.m-benefits {
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 10;
}

@media (max-width: 768px) {
  .m-benefits {
    padding-top: 60px;
  }
}

.m-benefits .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
  margin-top: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .m-benefits .wrapper {
    margin: 0;
    margin-top: 50px;
    margin-left: -25px;
    margin-right: -25px;
    display: block;
  }
}

.m-benefits .wrapper .col {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 30px);
          flex: 0 0 calc(30% - 30px);
  margin: 20px;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .m-benefits .wrapper .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.m-benefits .wrapper .col .box {
  max-width: 330px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media (max-width: 768px) {
  .m-benefits .wrapper .col .box {
    margin: 0 auto;
    padding: 40px 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
}

.m-benefits .wrapper .col .box > div {
  width: 100%;
}

.m-benefits .wrapper .content .icon {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: auto;
}

.m-benefits .wrapper .content .icon img {
  display: block;
  margin: 0 auto;
  max-height: 50px;
  width: auto;
}

.m-benefits .wrapper .content .title {
  text-align: center;
  color: #226792;
  font-size: 22px;
  line-height: 27px;
  margin-top: 37px;
}

.m-benefits .wrapper .content .text {
  margin-top: 13px;
  text-align: center;
}

.m-benefits .wrapper .get {
  position: relative;
  margin-top: 33px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.m-benefits .wrapper .get:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 3px;
  background: #EF2D56;
}

.m-benefits .wrapper .get .title {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #226792;
  text-transform: uppercase;
}

.m-benefits .wrapper .get ul {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .m-benefits .wrapper .get ul {
    padding-left: 8px;
  }
}

.m-benefits .wrapper .get ul li {
  position: relative;
  color: #EF2D56;
  padding-left: 15px;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .m-benefits .wrapper .get ul li {
    padding-left: 30px;
  }
}

.m-benefits .wrapper .get ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background: #EF2D56;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.m-benefits .slick-prev,
.m-benefits .slick-next {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 10;
}

.m-benefits .slick-prev {
  left: 0px;
  background: url("../img/slick-left.svg");
}

.m-benefits .slick-next {
  right: 0px;
  background: url("../img/slick-right.svg");
}

.m-testimonials {
  background: #F8F8F8;
}

.m-testimonials .container {
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .m-testimonials .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.m-testimonials .testimonial-slider {
  display: block;
}

@media (max-width: 992px) {
  .m-testimonials .testimonial-slider {
    display: none;
  }
}

.m-testimonials .testimonial-slider .grid {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1000px;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}

.m-testimonials .testimonial-slider .grid.grid-2-1 {
  -ms-grid-columns: 230px 230px 500px;
      grid-template-columns: 230px 230px 500px;
  -ms-grid-rows: minmax(110px, auto) minmax(110px, auto) minmax(177px, auto);
      grid-template-rows: minmax(110px, auto) minmax(110px, auto) minmax(177px, auto);
      grid-template-areas: "col1 col1 col3" "col1 col1 col3" "col2 col2 col3";
}

@media (max-width: 1280px) {
  .m-testimonials .testimonial-slider .grid.grid-2-1 {
    -ms-grid-columns: 260px 260px 1fr;
        grid-template-columns: 260px 260px 1fr;
  }
}

.m-testimonials .testimonial-slider .grid.grid-2-1 .col-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: col1;
}

.m-testimonials .testimonial-slider .grid.grid-2-1 .col-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  grid-area: col2;
}

.m-testimonials .testimonial-slider .grid.grid-2-1 .col-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: col3;
}

.m-testimonials .testimonial-slider .grid.grid-1-2 {
  -ms-grid-columns: 500px 230px 230px;
      grid-template-columns: 500px 230px 230px;
  -ms-grid-rows: minmax(110px, auto) minmax(110px, auto) minmax(177px, auto);
      grid-template-rows: minmax(110px, auto) minmax(110px, auto) minmax(177px, auto);
      grid-template-areas: "col1 col2 col2" "col1 col2 col2" "col1 col3 col3";
}

@media (max-width: 1280px) {
  .m-testimonials .testimonial-slider .grid.grid-1-2 {
    -ms-grid-columns: 1fr 260px 260px;
        grid-template-columns: 1fr 260px 260px;
  }
}

.m-testimonials .testimonial-slider .grid.grid-1-2 .col-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: col1;
}

.m-testimonials .testimonial-slider .grid.grid-1-2 .col-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  grid-area: col2;
}

.m-testimonials .testimonial-slider .grid.grid-1-2 .col-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: col3;
}

.m-testimonials .testimonial-slider .grid.grid-1-1 {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(110px, auto) minmax(110px, auto) minmax(177px, auto);
      grid-template-rows: minmax(110px, auto) minmax(110px, auto) minmax(177px, auto);
      grid-template-areas: "col1 col2" "col1 col2" "col1 col2";
}

.m-testimonials .testimonial-slider .grid.grid-1-1 .col-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: col1;
}

.m-testimonials .testimonial-slider .grid.grid-1-1 .col-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  grid-area: col2;
}

.m-testimonials .testimonial-slider .grid.grid-1-1 .col-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: col3;
}

.m-testimonials .testimonial-slider .grid .col {
  position: relative;
  background: #fff;
}

.m-testimonials .testimonial-slider .grid .content {
  position: relative;
  padding: 40px 40px 40px 60px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-testimonials .testimonial-slider .grid .content:before {
  position: absolute;
  content: '\201D';
  font-size: 120px;
  color: #226792;
  top: 30px;
  left: 15px;
}

.m-testimonials .testimonial-slider .grid .content .text {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

.m-testimonials .testimonial-slider .grid .headshot {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-testimonials .testimonial-slider .grid .headshot img {
  display: block;
  margin: 0;
  padding: 0;
  width: 69px;
  height: 69px;
  max-width: 100%;
  border-radius: 50%;
  margin-left: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-testimonials .testimonial-slider .grid .headshot .name {
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  color: #226792;
  font-weight: 700;
  display: block;
  text-align: right;
  margin-bottom: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 10px;
}

.m-testimonials .testimonial-slider .slick-prev,
.m-testimonials .testimonial-slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 10;
}

.m-testimonials .testimonial-slider .slick-prev {
  left: 0;
  background: url("../img/slick-left.svg");
}

.m-testimonials .testimonial-slider .slick-next {
  right: 0;
  background: url("../img/slick-right.svg");
}

.m-testimonials .testimonial-slider-mobile {
  position: relative;
  display: none;
  margin: 0 auto;
  margin-top: 50px;
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 992px) {
  .m-testimonials .testimonial-slider-mobile {
    display: block;
  }
}

.m-testimonials .testimonial-slider-mobile .col {
  position: relative;
  margin: 0 25px;
  background: #fff;
}

.m-testimonials .testimonial-slider-mobile .col .box {
  margin: 0 auto;
  max-width: 680px;
}

.m-testimonials .testimonial-slider-mobile .content {
  position: relative;
  padding: 40px 40px 40px 60px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-testimonials .testimonial-slider-mobile .content:before {
  position: absolute;
  content: '\201D';
  font-size: 120px;
  color: #226792;
  top: 30px;
  left: 15px;
}

.m-testimonials .testimonial-slider-mobile .content .text {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

.m-testimonials .testimonial-slider-mobile .headshot {
  position: relative;
  bottom: 25px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.m-testimonials .testimonial-slider-mobile .headshot img {
  display: block;
  margin: 0;
  padding: 0;
  width: 69px;
  height: 69px;
  max-width: 100%;
  border-radius: 50%;
  margin-left: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-testimonials .testimonial-slider-mobile .headshot .name {
  font-size: 15px;
  line-height: 1.2;
  color: #226792;
  font-weight: 700;
  display: block;
  text-align: right;
  margin-bottom: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .m-testimonials .testimonial-slider-mobile .headshot .name {
    font-size: 12px;
    line-height: 14px;
    max-width: 160px;
  }
}

.m-testimonials .testimonial-slider-mobile .slick-prev,
.m-testimonials .testimonial-slider-mobile .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 10;
}

.m-testimonials .testimonial-slider-mobile .slick-prev {
  left: 0px;
  background: url("../img/slick-left.svg");
}

.m-testimonials .testimonial-slider-mobile .slick-next {
  right: 0px;
  background: url("../img/slick-right.svg");
}

.m-testimonials .trusted {
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
  max-width: 998px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 992px) {
  .m-testimonials .trusted {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 65px;
  }
}

.m-testimonials .trusted .title {
  margin-right: 50px;
  font-size: 22px;
  line-height: 27px;
  color: #226792;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .m-testimonials .trusted .title {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.m-testimonials .trusted .trusted-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 992px) {
  .m-testimonials .trusted .trusted-wrapper {
    margin: 0 auto;
    min-width: 100%;
    width: 0;
  }
}

.m-testimonials .trusted .trusted-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

@media (max-width: 992px) {
  .m-testimonials .trusted .trusted-slider {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

.m-testimonials .trusted .trusted-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-testimonials .trusted .trusted-slider .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 25px;
  padding: 0;
  text-align: center;
}

.m-testimonials .trusted .trusted-slider .box .logotype {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 200px;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.m-testimonials .trusted .trusted-slider .box .logotype:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.m-testimonials .trusted .trusted-slider .slick-dots {
  position: relative;
  margin-top: 25px;
  bottom: 0;
}

.m-testimonials .trusted .trusted-slider .slick-dots li {
  height: 12px;
  width: 12px;
}

.m-testimonials .trusted .trusted-slider .slick-active .slider-dot {
  background: #EF2D56;
}

.m-testimonials .trusted .trusted-slider .slider-dot {
  width: 8px;
  height: 8px;
  background: #C8C8C8;
  display: inline-block;
  margin: 0 2px;
  border-radius: 50%;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}

.m-testimonials .trusted .trusted-slider .slider-dot:hover {
  background: #EF2D56;
}

.m-testimonials .button {
  margin-top: 90px;
  text-align: center;
}

@media (max-width: 992px) {
  .m-testimonials .button {
    margin-top: 45px;
  }
}

.m-benefits + .m-testimonials {
  margin-top: -200px;
}

@media (max-width: 992px) {
  .m-benefits + .m-testimonials {
    margin-top: -80px;
  }
}

.m-benefits + .m-testimonials .container {
  padding-top: 170px;
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .m-benefits + .m-testimonials .container {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

.m-services {
  background-color: #226792;
  background-image: url("../img/tmp/services-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

@media (max-width: 768px) {
  .m-services {
    background-attachment: scroll;
  }
}

.m-services .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .m-services .container {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.m-services .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
  margin-top: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .m-services .wrapper {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .m-services .wrapper {
    margin: 0;
  }
}

.m-services .wrapper .col {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 20px);
          flex: 0 0 calc(30% - 20px);
  margin: 40px 20px;
  height: 100%;
}

@media (max-width: 992px) {
  .m-services .wrapper .col {
    margin: 20px;
  }
}

@media (max-width: 768px) {
  .m-services .wrapper .col {
    width: 100%;
    margin: 0 20px;
  }
}

.m-services .wrapper .col .box {
  padding: 20px;
  color: #fff;
  text-align: center;
}

.m-services .icon {
  display: block;
  margin: 0 auto;
  height: 50px;
  margin-bottom: 40px;
  width: auto;
}

.m-services .icon img {
  display: block;
  margin: 0 auto;
  max-height: 50px;
  width: auto;
}

.m-services .title {
  font-size: 22px;
  line-height: 27px;
}

.m-services .text {
  margin-top: 20px;
}

.m-services .button {
  margin-top: 60px;
  text-align: center;
}

.m-services .slick-dots {
  bottom: -23px;
}

.m-services .slick-dots li {
  height: 12px;
  width: 12px;
}

.m-services .slick-active .slider-dot {
  background: #EF2D56;
  border: 1px solid #fff;
}

.m-services .slider-dot {
  width: 11px;
  height: 11px;
  background: #fff;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 2px;
  border-radius: 50%;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}

.m-services .slider-dot:hover {
  background: #EF2D56;
  border: 1px solid #fff;
}

.m-about {
  background: #F8F8F8;
}

.m-about .container {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .m-about .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.m-about .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 992px) {
  .m-about .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-about .wrapper .col {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

@media (max-width: 992px) {
  .m-about .wrapper .col {
    width: 100%;
  }
}

.m-about .wrapper .col.col-left {
  width: 475px;
  max-width: 100%;
  padding-left: 100px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .m-about .wrapper .col.col-left {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
  }
}

.m-about .wrapper .col.col-right {
  max-width: 100%;
  padding-left: 60px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 992px) {
  .m-about .wrapper .col.col-right {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}

.m-about .title {
  font-size: 22px;
  line-height: 27px;
  color: #EF2D56;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .m-about .title {
    margin-bottom: 40px;
  }
}

.m-about .u-button {
  margin-top: 55px;
}

.m-about .about-img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .m-about .about-img {
    margin: 0 auto;
  }
}

.m-about-more {
  margin-bottom: 110px;
}

@media (max-width: 992px) {
  .m-about-more {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .m-about-more .container {
    padding: 0;
  }
}

.m-about-more .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  margin-top: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -110px;
}

@media (max-width: 992px) {
  .m-about-more .wrapper {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-about-more .wrapper .col {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (max-width: 992px) {
  .m-about-more .wrapper .col {
    width: 100%;
  }
}

.m-about-more .wrapper .col .box {
  padding: 40px 100px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(19, 14, 14, 0.05);
          box-shadow: 0 0 15px rgba(19, 14, 14, 0.05);
}

@media (max-width: 992px) {
  .m-about-more .wrapper .col .box {
    padding: 25px 25px;
  }
}

.m-about-more .content .name {
  color: #226792;
  font-size: 22px;
  line-height: 27px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-about-more .headshot {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.m-about-more .headshot:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 3px;
  background: #EF2D56;
}

.m-about-more .headshot .text {
  color: #226792;
  font-size: 14px;
  line-height: 17px;
}

.m-about-more .headshot .social {
  display: inline-block;
  margin-top: 30px;
  max-height: 20px;
}

.m-about-more .headshot .social .social-icon {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-about-more .headshot .social:hover .social-icon {
  fill: #EF2D56;
}

.m-faq {
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .m-faq {
    margin-top: 55px;
    margin-bottom: 35px;
  }
}

.m-faq .u-accordion {
  margin-top: 100px;
}

@media (max-width: 992px) {
  .m-faq .u-accordion {
    margin-top: 40px;
  }
}

.m-cta-form {
  background: #F8F8F8;
}

.m-cta-form .container {
  padding-top: 140px;
  padding-bottom: 120px;
  max-width: 995px;
}

@media (max-width: 992px) {
  .m-cta-form .container {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}

.m-cta-form .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -20px;
}

@media (max-width: 992px) {
  .m-cta-form .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.m-cta-form .wrapper .col {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  margin: 20px;
}

@media (max-width: 992px) {
  .m-cta-form .wrapper .col {
    width: 100%;
    margin: 0;
  }
}

.m-cta-form .wrapper .col.col-data {
  margin-left: 0;
}

.m-cta-form .wrapper .col.col-form {
  max-width: 390px;
}

@media (max-width: 992px) {
  .m-cta-form .wrapper .col.col-form {
    margin-top: 65px;
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .m-cta-form .wrapper .col.col-form {
    max-width: 100%;
  }
}

.m-cta-form .box {
  max-width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-cta-form .box .subtitle {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: #226792;
}

.m-cta-form .box .title {
  font-size: 36px;
  line-height: 43px;
  color: #EF2D56;
}

.m-cta-form .box .text {
  margin-top: 35px;
}

@media (max-width: 992px) {
  .m-cta-form .box .text {
    margin-top: 30px;
  }
}

.m-cta-form .box ul.data {
  margin-top: 100px;
}

@media (max-width: 992px) {
  .m-cta-form .box ul.data {
    margin-top: 45px;
  }
}

.m-cta-form .box ul.data li {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  padding-left: 55px;
  color: #226792;
}

@media (max-width: 992px) {
  .m-cta-form .box ul.data li {
    padding-left: 30px;
  }
}

.m-cta-form .box ul.data li:not(:last-child) {
  margin-bottom: 40px;
}

.m-cta-form .box ul.data li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/icon-phone.svg");
  width: 14px;
  height: 22px;
  background-repeat: no-repeat;
}

.m-cta-form .box ul.data li a {
  display: inline-block;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.m-cta-form .box ul.data li a:hover {
  color: #EF2D56;
}

@media (max-width: 992px) {
  .m-cta-map {
    margin-bottom: 30px;
  }
}

.m-cta-map .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .m-cta-map .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-cta-map .wrapper .col {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (max-width: 992px) {
  .m-cta-map .wrapper .col {
    width: 100%;
  }
}

.m-cta-map .col-data {
  padding-left: 140px;
}

@media (max-width: 992px) {
  .m-cta-map .col-data {
    padding-left: 0;
  }
}

.m-cta-map .col-data .box {
  max-width: 390px;
  color: #226792;
}

@media (max-width: 992px) {
  .m-cta-map .col-data .box {
    max-width: 100%;
    padding: 40px 25px;
  }
}

.m-cta-map .col-data .address {
  position: relative;
  margin-bottom: 100px;
  padding-left: 70px;
}

@media (max-width: 992px) {
  .m-cta-map .col-data .address {
    padding-left: 35px;
    margin-bottom: 50px;
  }
}

.m-cta-map .col-data .address:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../img/icon-pin.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.m-cta-map .col-data .address h3 {
  font-size: 22px;
  line-height: 27px;
}

.m-cta-map .col-data .data {
  position: relative;
  padding-left: 70px;
}

@media (max-width: 992px) {
  .m-cta-map .col-data .data {
    padding-left: 35px;
  }
}

.m-cta-map .col-data .data:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url("../img/icon-email.svg");
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
}

.m-cta-map .col-data .data p {
  font-size: 22px;
  line-height: 27px;
}

.m-cta-map .col-data .data a {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.m-cta-map .col-data .data a:hover {
  color: #EF2D56;
}

.m-cta-map .col-map {
  z-index: 10;
}

@media (max-width: 992px) {
  .m-cta-map .col-map {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.m-cta-map .col-map #map {
  height: 520px;
  background-color: #F8F8F8;
}

@media (max-width: 992px) {
  .m-cta-map .col-map #map {
    height: 288px;
  }
}

.m-partners.shadow {
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}

.m-partners .container {
  padding-top: 45px;
  padding-bottom: 55px;
}

.m-partners .text {
  text-align: center;
  color: #8B8B8B;
  font-weight: 400 !important;
}

.m-partners .partner-slider {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 880px;
  min-width: 100%;
  width: 0;
}

.m-partners .partner-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.m-partners .partner-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-partners .partner-slider .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 25px;
  padding: 0;
  text-align: center;
}

.m-partners .partner-slider .box .logotype {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 200px;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media (max-width: 992px) {
  .m-partners .partner-slider .box .logotype {
    margin: 0 auto;
  }
}

.m-partners .partner-slider .box .logotype:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.m-partners .partner-slider .slick-dots {
  position: relative;
  margin-top: 20px;
}

.m-partners .partner-slider .slick-dots li {
  height: 12px;
  width: 12px;
}

.m-partners .partner-slider .slick-active .slider-dot {
  background: #EF2D56;
}

.m-partners .partner-slider .slider-dot {
  width: 8px;
  height: 8px;
  background: #C8C8C8;
  display: inline-block;
  margin: 0 2px;
  border-radius: 50%;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}

.m-partners .partner-slider .slider-dot:hover {
  background: #EF2D56;
}

.m-featured-post {
  margin-bottom: 40px;
}

.m-featured-post .wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 489px 1fr 1fr;
      grid-template-columns: 489px 1fr 1fr;
  -ms-grid-rows: minmax(212px, auto) minmax(212px, auto);
      grid-template-rows: minmax(212px, auto) minmax(212px, auto);
      grid-template-areas: "col1 col2 col2" "col1 col3 col4";
}

@media (max-width: 1280px) {
  .m-featured-post .wrapper {
    -ms-grid-columns: 2fr 1fr 1fr;
        grid-template-columns: 2fr 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .m-featured-post .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-columns: none;
        grid-template-columns: none;
    grid-gap: unset;
  }
}

.m-featured-post .wrapper .col {
  position: relative;
  background: #fff;
  border: 1px solid #C8C8C8;
}

@media (max-width: 992px) {
  .m-featured-post .wrapper .col:not(first-child) {
    margin-top: 15px;
  }
}

.m-featured-post .wrapper .col.col-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: col1;
}

@media (max-width: 992px) {
  .m-featured-post .wrapper .col.col-1 {
    display: block;
  }
}

.m-featured-post .wrapper .col.col-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  grid-area: col2;
}

@media (max-width: 992px) {
  .m-featured-post .wrapper .col.col-2 {
    display: block;
  }
}

.m-featured-post .wrapper .col.col-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: col3;
}

@media (max-width: 992px) {
  .m-featured-post .wrapper .col.col-3 {
    display: block;
  }
}

.m-featured-post .wrapper .col.col-4 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: col4;
}

@media (max-width: 992px) {
  .m-featured-post .wrapper .col.col-4 {
    display: none;
  }
}

.m-blog-listing {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-blog-listing img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-blog-listing .title-noresult {
  font-size: 32px;
  line-height: 38px;
  margin: 105px auto;
  color: #EF2D56;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.m-blog-listing .title-noresult:hover {
  opacity: .7;
}

@media (max-width: 992px) {
  .m-blog-listing .title-noresult {
    font-size: 28px;
    line-height: 34px;
  }
}

.m-blog-listing .wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .m-blog-listing .wrapper {
    display: block;
    margin: 0;
    margin-top: 15px;
  }
}

.m-blog-listing .wrapper .col {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(32% - 5px);
          flex: 0 0 calc(32% - 5px);
  margin: 10px;
  background: #fff;
  border: 1px solid #C8C8C8;
}

.m-blog-listing .wrapper .col.col-form {
  background: #226792;
}

.m-blog-listing .wrapper .col.col-wide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 792px;
          flex: 0 0 792px;
}

@media (max-width: 1280px) {
  .m-blog-listing .wrapper .col.col-wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(32% - 5px);
            flex: 0 0 calc(32% - 5px);
  }
}

@media (max-width: 992px) {
  .m-blog-listing .wrapper .col.col-wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 5px);
            flex: 0 0 calc(40% - 5px);
  }
}

@media (max-width: 768px) {
  .m-blog-listing .wrapper .col.col-wide {
    width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 992px) {
  .m-blog-listing .wrapper .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 5px);
            flex: 0 0 calc(40% - 5px);
  }
}

@media (max-width: 768px) {
  .m-blog-listing .wrapper .col {
    width: 100%;
    margin: 20px 0;
  }
}

.m-blog-listing .pagination {
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-blog-listing .pagination .arrow {
  display: block;
  margin: 0;
  padding: 10px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.m-blog-listing .pagination .arrow:hover {
  opacity: .7;
}

.m-blog-listing .pagination ul {
  display: inline-block;
  margin: 0 20px;
}

.m-blog-listing .pagination ul li {
  display: inline-block;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  margin: 0 5px;
  color: #C8C8C8;
}

.m-blog-listing .pagination ul li .current {
  color: #226792;
}

.m-blog-listing .pagination ul li.is-active a {
  color: #226792;
}

.m-blog-listing .pagination ul li a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.m-blog-listing .pagination ul li a:hover {
  color: #226792;
}

.m-blog-single {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-blog-single .share-mobile {
  display: none;
  margin-top: 40px;
  position: relative;
}

@media (max-width: 992px) {
  .m-blog-single .share-mobile {
    display: block;
  }
}

.m-blog-single .share-mobile .text {
  color: #8B8B8B;
}

.m-blog-single .share-mobile ul {
  margin-top: 25px;
}

.m-blog-single .share-mobile ul li {
  position: relative;
  display: inline-block;
}

.m-blog-single .share-mobile ul li:not(:last-child) {
  margin-right: 22px;
}

.m-blog-single .share-mobile ul li a {
  display: inline-block;
}

.m-blog-single .share-mobile ul li a .social-icon {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-blog-single .share-mobile ul li a:hover .social-icon {
  fill: #EF2D56;
}

.m-blog-single .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -20px;
}

.m-blog-single .wrapper .sidebar {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px;
  padding: 20px 20px 20px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 195px;
          flex: 0 0 195px;
}

@media (max-width: 992px) {
  .m-blog-single .wrapper .sidebar {
    display: none;
  }
}

.m-blog-single .wrapper .sidebar .share {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 0;
}

.m-blog-single .wrapper .sidebar .share .text {
  color: #8B8B8B;
}

.m-blog-single .wrapper .sidebar .share ul {
  margin-top: 25px;
}

.m-blog-single .wrapper .sidebar .share ul li {
  position: relative;
  display: inline-block;
}

.m-blog-single .wrapper .sidebar .share ul li:not(:last-child) {
  margin-right: 22px;
}

.m-blog-single .wrapper .sidebar .share ul li a {
  display: inline-block;
}

.m-blog-single .wrapper .sidebar .share ul li a .social-icon {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-blog-single .wrapper .sidebar .share ul li a:hover .social-icon {
  fill: #EF2D56;
}

.m-blog-single .wrapper .main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 992px) {
  .m-blog-single .wrapper .main {
    padding: 0;
  }
}

.m-blog-single .wrapper .article {
  max-width: 690px;
}

@media (max-width: 992px) {
  .m-blog-single .wrapper .article {
    max-width: 100%;
  }
}

.m-blog-single .wrapper .article .article-header {
  margin-bottom: 30px;
}

.m-blog-single .wrapper .article .article-header .categories {
  margin-bottom: 25px;
}

.m-blog-single .wrapper .article .article-header .categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}

.m-blog-single .wrapper .article .article-header .categories ul li {
  position: relative;
  display: block;
  margin: 8px;
}

.m-blog-single .wrapper .article .article-header .categories ul li a {
  display: inline-block;
  padding: 7px 21px;
  font-size: 16px;
  line-height: 19px;
  color: #8B8B8B;
  border: 1px solid #8B8B8B;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-blog-single .wrapper .article .article-header .categories ul li a:hover {
  color: #226792;
  border: 1px solid #226792;
}

.m-blog-single .wrapper .article .article-header .label {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #8B8B8B;
  margin-bottom: 20px;
}

.m-blog-single .wrapper .article .article-header .title {
  font-size: 36px;
  line-height: 43px;
  color: #EF2D56;
  margin-bottom: 18px;
}

.m-blog-single .wrapper .article .article-header .info ul li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #226792;
}

.m-blog-single .wrapper .article .article-header .info ul li:not(:last-child) {
  margin-right: 15px;
}

.m-blog-single .wrapper .article .article-header .info ul li:not(:last-child):after {
  content: '\007c';
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8B8B8B;
  height: 100%;
}

.m-blog-single .wrapper .article .article-header .info ul li a {
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.m-blog-single .wrapper .article .article-header .info ul li a:hover {
  color: #EF2D56;
}

.m-blog-single .wrapper .article .article-footer {
  position: relative;
}

.m-blog-single .wrapper .article .article-footer .rating-star {
  margin-top: 40px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 19px;
  color: #C8C8C8;
}

.m-blog-single .wrapper .article .article-footer .rating-star .post-ratings-text {
  display: none !important;
}

.m-blog-single .wrapper .article .article-footer .rating-star .post-ratings img {
  display: inline-block;
  vertical-align: bottom;
}

.m-blog-single .wrapper .article .article-footer .tags {
  margin-bottom: 45px;
}

.m-blog-single .wrapper .article .article-footer .tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
}

.m-blog-single .wrapper .article .article-footer .tags ul li {
  position: relative;
  display: block;
  margin: 4px;
}

.m-blog-single .wrapper .article .article-footer .tags ul li a {
  display: inline-block;
  padding: 4px 21px;
  font-size: 12px;
  line-height: 14px;
  color: #8B8B8B;
  border: 1px solid #8B8B8B;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-blog-single .wrapper .article .article-footer .tags ul li a:hover {
  color: #226792;
  border: 1px solid #226792;
}

.m-blog-single .wrapper .article .article-footer .cooperation {
  position: relative;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .m-blog-single .wrapper .article .article-footer .cooperation {
    display: block;
    padding-bottom: 15px;
  }
}

.m-blog-single .wrapper .article .article-footer .cooperation .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 16px;
  line-height: 19px;
  color: #C8C8C8;
  font-weight: 400 !important;
}

@media (max-width: 992px) {
  .m-blog-single .wrapper .article .article-footer .cooperation .title {
    text-align: center;
    width: 100%;
  }
}

.m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 992px) {
  .m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper {
    margin: 0 auto;
    margin-top: 30px;
    min-width: 100%;
    width: 0;
    padding-bottom: 20px;
  }
}

.m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper .cooperation-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  margin-left: 25px;
}

.m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper .cooperation-slider.slick-initialized {
  margin-left: 50px;
}

@media (max-width: 992px) {
  .m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper .cooperation-slider {
    display: block;
    margin: 0 auto !important;
    width: 100%;
  }
}

.m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin: 0 25px;
  padding: 0;
  text-align: center;
}

.m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper .box .logotype {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 200px;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper .box .logotype:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper .slick-dots {
  position: relative;
  margin-top: 15px;
}

.m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper .slick-dots li {
  height: 12px;
  width: 12px;
}

.m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper .slick-active .slider-dot {
  background: #EF2D56;
}

.m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper .slider-dot {
  width: 8px;
  height: 8px;
  background: #C8C8C8;
  display: inline-block;
  margin: 0 2px;
  border-radius: 50%;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}

.m-blog-single .wrapper .article .article-footer .cooperation .cooperation-wrapper .slider-dot:hover {
  background: #EF2D56;
}

.m-blog-single .wrapper .article .article-footer .author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -10px;
  margin-top: 35px;
}

@media (max-width: 992px) {
  .m-blog-single .wrapper .article .article-footer .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    text-align: center;
  }
}

.m-blog-single .wrapper .article .article-footer .author img {
  display: block;
  margin: 10px;
  padding: 0;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .m-blog-single .wrapper .article .article-footer .author img {
    margin: 0 auto;
  }
}

.m-blog-single .wrapper .article .article-footer .author .info {
  margin: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m-blog-single .wrapper .article .article-footer .author .info .name {
  font-size: 22px;
  line-height: 27px;
  color: #226792;
}

.m-blog-single .wrapper .article .article-footer .author .info .position {
  margin-top: 10px;
  display: inline-block;
  color: #C8C8C8;
}

@media (max-width: 992px) {
  .m-blog-single .wrapper .article .article-footer .author .info .position {
    margin-top: 5px;
  }
}

.m-blog-single .wrapper .article .article-footer .author .info .description {
  margin-top: 15px;
  line-height: 1.3;
  font-size: 15px;
}

.m-related {
  margin-top: 80px;
  margin-bottom: 75px;
}

.m-related .wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .m-related .wrapper {
    display: block;
    margin: 0;
    margin-top: 15px;
  }
}

.m-related .wrapper .col {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(32% - 5px);
          flex: 0 0 calc(32% - 5px);
  margin: 10px;
  background: #fff;
  border: 1px solid #C8C8C8;
}

.m-related .wrapper .col.col-form {
  background: #226792;
}

@media (max-width: 992px) {
  .m-related .wrapper .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 5px);
            flex: 0 0 calc(40% - 5px);
  }
}

@media (max-width: 768px) {
  .m-related .wrapper .col {
    width: 100%;
    margin: 20px 0;
  }
}

.m-author {
  margin-top: 25px;
}

.m-author .author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -20px;
  margin-top: 40px;
  padding-left: 100px;
}

@media (max-width: 992px) {
  .m-author .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    text-align: center;
  }
}

.m-author .author img {
  display: block;
  margin: 20px;
  padding: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .m-author .author img {
    margin: 0 auto;
  }
}

.m-author .author .info {
  margin: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 992px) {
  .m-author .author .info {
    max-width: 100%;
  }
}

.m-author .author .info .title {
  font-size: 22px;
  line-height: 27px;
  color: #226792;
}

.m-author .author .info .position {
  margin-top: 5px;
  display: inline-block;
  color: #C8C8C8;
}

.m-author .author .info .description {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
}

.m-default {
  margin: 40px auto;
  max-width: 800px;
}

@media (max-width: 992px) {
  .m-default {
    max-width: 100%;
  }
}

.m-regulations {
  margin: 40px auto;
  max-width: 690px;
}

@media (max-width: 992px) {
  .m-regulations {
    max-width: 100%;
  }
}

.m-regulations .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-regulations .wrapper .value {
  display: block;
  margin: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
}

.m-regulations .wrapper .description {
  margin: 20px;
}

.m-regulations hr {
  position: relative;
  margin: 40px 0;
  width: 100%;
  border: 0;
  height: 0;
  border-top: 1px solid #C8C8C8;
}

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

.m-regulations > *:first-child {
  margin-top: 0 !important;
}

.m-regulations > *:last-child {
  margin-bottom: 0 !important;
}

.m-regulations img {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-regulations h1 {
  font-size: 36px;
  line-height: 43px;
  color: #EF2D56;
  margin: 20px 0;
}

.m-regulations h2, .m-regulations h3, .m-regulations h4, .m-regulations h5, .m-regulations h6 {
  color: #226792;
  margin: 20px 0;
}

.m-regulations h2 a, .m-regulations h3 a, .m-regulations h4 a, .m-regulations h5 a, .m-regulations h6 a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.m-regulations h2 a:hover, .m-regulations h3 a:hover, .m-regulations h4 a:hover, .m-regulations h5 a:hover, .m-regulations h6 a:hover {
  color: #EF2D56;
}

.m-regulations h2 {
  font-size: 32px;
  line-height: 38px;
}

.m-regulations h3 {
  font-size: 28px;
  line-height: 34px;
}

.m-regulations h4 {
  font-size: 24px;
  line-height: 29px;
}

.m-regulations h5 {
  font-size: 22px;
  line-height: 27px;
}

.m-regulations h6 {
  font-size: 16px;
  line-height: 19px;
}

.m-regulations p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.m-regulations p a:not(.u-button) {
  color: #226792;
  font-weight: 700;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: underline;
}

.m-regulations p a:not(.u-button):hover {
  color: #EF2D56;
}

.m-regulations ul {
  margin: 40px 0;
}

.m-regulations ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  padding-left: 40px;
}

.m-regulations ul li:not(:last-child) {
  margin-bottom: 30px;
}

.m-regulations ul li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.m-regulations ol {
  margin: 40px 0;
  list-style: none;
  counter-reset: list-counter;
}

.m-regulations ol li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  padding-left: 40px;
  counter-increment: list-counter;
}

.m-regulations ol li:not(:last-child) {
  margin-bottom: 30px;
}

.m-regulations ol li:before {
  content: counters(list-counter, ".") ".";
  color: #000;
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.m-heros {
  margin: 40px auto;
  margin-bottom: 0;
}

.m-heros .wrapper {
  position: relative;
  overflow-x: hidden;
}

.m-heros .wrapper .title {
  text-align: center;
  color: #226792;
}

.m-heros .wrapper .heros-slider .slick-prev,
.m-heros .wrapper .heros-slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 10;
}

.m-heros .wrapper .heros-slider .slick-prev {
  left: 0px;
  background: url("../img/slick-left.svg");
}

.m-heros .wrapper .heros-slider .slick-next {
  right: 0px;
  background: url("../img/slick-right.svg");
}

.m-heros .wrapper .box {
  margin-top: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  min-height: 500px;
}

@media (max-width: 1080px) {
  .m-heros .wrapper .box {
    margin-top: 0;
    min-height: auto;
  }
}

.m-heros .wrapper .box.slick-current {
  margin-top: 0 !important;
}

.m-heros .wrapper .box.slick-current img {
  margin: 10px auto;
  max-width: 315px;
  height: auto;
  opacity: 1;
  -webkit-box-shadow: 0 10px 15px rgba(19, 14, 14, 0.3);
          box-shadow: 0 10px 15px rgba(19, 14, 14, 0.3);
}

@media (max-width: 1080px) {
  .m-heros .wrapper .box.slick-current img {
    max-width: 240px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.m-heros .wrapper .box img {
  margin: 10px auto;
  max-width: 240px;
  height: auto;
  opacity: .5;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-heros .wrapper .box .caption {
  display: block;
  text-align: center;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 19px;
}

.m-heros .wrapper .button {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 1080px) {
  .m-heros .wrapper .button {
    margin-top: 40px;
  }
}

.m-report {
  background-color: #226792;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .m-report {
    background-attachment: scroll;
  }
}

.m-report .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 992px) {
  .m-report .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.m-report .wrapper .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(45% - 20px);
          flex: 0 0 calc(45% - 20px);
  margin: 20px;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

@media (max-width: 992px) {
  .m-report .wrapper .col {
    margin: 20px 0;
    padding: 0;
  }
}

.m-report .wrapper .col img {
  display: block;
  margin: 0 auto;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .m-report .wrapper .col img {
    max-height: 320px;
  }
}

.m-report .wrapper .col > *:first-child {
  margin-top: 0;
}

.m-report .wrapper .col h1 {
  margin-top: 20px;
  font-size: 36px;
  line-height: 43px;
}

@media (max-width: 768px) {
  .m-report .wrapper .col h1 {
    line-height: 40px;
  }
}

.m-report .wrapper .col h2, .m-report .wrapper .col h3, .m-report .wrapper .col h4, .m-report .wrapper .col h5, .m-report .wrapper .col h6 {
  margin-top: 20px;
  font-size: 23px;
  line-height: 30px;
}

.m-report .wrapper .col p {
  margin-top: 40px;
}

.m-report .wrapper .col ul {
  margin-top: 40px;
}

.m-report .wrapper .col ul li {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding-left: 30px;
}

.m-report .wrapper .col ul li:not(:last-child) {
  margin-bottom: 20px;
}

.m-report .wrapper .col ul li:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.m-report .wrapper .col .button {
  margin-top: 40px;
  text-align: center;
}

.m-newsletter {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F8F8F8;
}

.m-newsletter .col {
  max-width: 590px;
  margin: 0 auto;
  background: #fff;
}

.m-players {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1280px) {
  .m-players {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .m-players .container {
    padding: 0;
  }
}

.m-players .wrapper {
  position: relative;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 285px 1fr 1fr 1fr 285px;
      grid-template-columns: 285px 1fr 1fr 1fr 285px;
      grid-template-areas: "col1 form form form col2" "col3 form form form col2" "col3 form form form col4" "col5 map map map col6" "col7 map map map col6" "col7 map map map col6" "col8 col8 col9 col9 col9";
}

@media (max-width: 1280px) {
  .m-players .wrapper {
    grid-auto-rows: auto 193px 209px 244px 353px;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "form form map map" "col1 col1 col3 col3" "col9 col9 col9 col9" "col5 col5 col2 col2" "col7 col7 col7 col7";
  }
}

@media (max-width: 768px) {
  .m-players .wrapper {
    grid-auto-rows: auto auto 193px 209px 244px 353px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "form form form" "map map map" "col1 col1 col3" "col9 col9 col9" "col5 col2 col2" "col7 col7 col7";
  }
}

.m-players .wrapper .grid-img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-players .wrapper .col-form {
  border: 1px solid #C8C8C8;
}

@media (max-width: 768px) {
  .m-players .wrapper .col-form {
    margin: 0 20px;
  }
}

.m-players .wrapper .col-map {
  border: 1px solid #fff;
}

.m-players .wrapper .col-map #map {
  width: 100%;
  height: 320px;
  background: #F8F8F8;
}

.m-players .wrapper .col-map .player-data {
  padding: 30px;
  padding-left: 20px;
  color: #226792;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col-map .player-data {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .m-players .wrapper .col-map .player-data {
    margin-top: 0;
    padding: 20px;
  }
}

.m-players .wrapper .col-map .player-data .box {
  max-width: 390px;
  color: #226792;
}

@media (max-width: 992px) {
  .m-players .wrapper .col-map .player-data .box {
    max-width: 100%;
    padding: 25px 25px;
  }
}

@media (max-width: 768px) {
  .m-players .wrapper .col-map .player-data .box {
    padding: 25px 10px;
  }
}

.m-players .wrapper .col-map .player-data .address {
  position: relative;
  margin-bottom: 50px;
  padding-left: 70px;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col-map .player-data .address {
    padding-left: 35px;
  }
}

.m-players .wrapper .col-map .player-data .address:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../img/icon-pin.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.m-players .wrapper .col-map .player-data .address h3 {
  font-size: 22px;
  line-height: 27px;
}

.m-players .wrapper .col-map .player-data .data {
  position: relative;
  padding-left: 70px;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col-map .player-data .data {
    padding-left: 35px;
  }
}

.m-players .wrapper .col-map .player-data .data:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url("../img/icon-email.svg");
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
}

.m-players .wrapper .col-map .player-data .data p {
  font-size: 22px;
  line-height: 27px;
}

.m-players .wrapper .col-map .player-data .data a {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.m-players .wrapper .col-map .player-data .data a:hover {
  color: #EF2D56;
}

.m-players .wrapper .col {
  position: relative;
}

.m-players .wrapper .col.col-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: col1;
}

.m-players .wrapper .col.col-1 .grid-img {
  height: 221px;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col.col-1 .grid-img {
    height: 193px;
  }
}

.m-players .wrapper .col.col-form {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: form;
}

.m-players .wrapper .col.col-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  grid-area: col2;
}

.m-players .wrapper .col.col-2 .grid-img {
  height: 357px;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col.col-2 .grid-img {
    height: 244px;
  }
}

.m-players .wrapper .col.col-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: col3;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col.col-3 .grid-img {
    height: 193px;
  }
}

.m-players .wrapper .col.col-4 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: col4;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col.col-4 {
    display: none;
  }
}

.m-players .wrapper .col.col-4 .grid-img {
  height: 221px;
}

.m-players .wrapper .col.col-5 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: col5;
}

.m-players .wrapper .col.col-5 .grid-img {
  height: 241px;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col.col-5 .grid-img {
    height: 244px;
  }
}

.m-players .wrapper .col.col-map {
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: map;
}

.m-players .wrapper .col.col-6 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: col6;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col.col-6 {
    display: none;
  }
}

.m-players .wrapper .col.col-7 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: col7;
}

.m-players .wrapper .col.col-7 .grid-img {
  height: 353px;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col.col-7 .grid-img {
    height: 353px;
  }
}

.m-players .wrapper .col.col-8 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: col8;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col.col-8 {
    display: none;
  }
}

.m-players .wrapper .col.col-8 .grid-img {
  height: 317px;
}

.m-players .wrapper .col.col-9 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: col9;
}

.m-players .wrapper .col.col-9 .grid-img {
  height: 317px;
}

@media (max-width: 1280px) {
  .m-players .wrapper .col.col-9 .grid-img {
    height: 209px;
  }
}

.am-confirmation-booking-header h2 {
  font-size: 0 !important;
}

.am-confirmation-booking-header h2:after {
  font-size: 26px !important;
  content: 'Szczegółowe informacje o badaniu';
}

.amelia-app-booking #am-step-booking .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-details > div p, .amelia-app-booking .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-details > div p {
  margin: 0 !important;
}

.am-confirmation-booking-details {
  display: block !important;
}

.am-confirmation-booking-details > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.am-confirmation-booking-details > div > p:first-child:not(:last-child) {
  padding-right: 5px;
}

.am-confirmation-booking-details > div:not(:first-child) {
  margin-top: 5px;
}

.am-confirmation-booking-details .am-employee-photo {
  display: none !important;
}

.am-confirmation-booking-details div:last-child p.am-semi-strong:after {
  font-weight: 400;
  content: 'Czekamy w siedzibie firmy Try Evidence we Wrocławiu przy pl. Powstańców Śląskich 1 - biurowiec Thespian, 2 piętro, lokal 2';
}

.am-custom-fields > .el-row > .el-col:nth-last-child(-n+2) {
  width: 100%;
}

.am-custom-fields > .el-row > .el-col:nth-last-child(-n+2) label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}

.am-custom-fields > .el-row > .el-col:nth-last-child(-n+2) label .el-radio__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.am-custom-fields > .el-row > .el-col:nth-last-child(-n+2) label .el-checkbox__inner {
  margin-top: 2px;
}

.am-custom-fields > .el-row > .el-col:nth-last-child(-n+2) label .el-checkbox__label {
  font-size: 12px;
}

.am-custom-fields > .el-row > .el-col:not(:first-child) .el-form-item__label,
.am-custom-fields > .el-row > .el-col:not(:first-child) .el-checkbox__label {
  color: #666;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #0592c0 !important;
  background: #0592c0 !important;
}

.el-radio__input.is-checked + .el-radio__label {
  color: #0592c0 !important;
}

.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #0592c0 !important;
}

.am-success-payment h4 {
  color: #666 !important;
}

.am-success-payment div p {
  color: #666 !important;
}

.am-success-payment div p:after {
  display: block;
  margin-top: 15px;
  color: #ef2d56 !important;
  content: 'Jeśli nie otrzymasz e-maila z potwierdzeniem rezerwacji terminu, sprawdź proszę folder "Spam" lub "Wiadomości-śmieci" w swojej skrzynce e-mail. Jeśli w Twoim systemie pocztowym ustawienia sortowania wiadomości śmieci/spamu ustawione są na wysokie (możesz o tym nawet nie wiedzieć), to e-maile od Try Evidence mogą nie dotrzeć nawet do folderów ze spamem. Jeśli tak się zdarzy, to skontaktuj się bezpośrednio z kierownikiem badania pod adresem michal@tryevidence.com lub numerem telefonu 607 086 466.';
}

.amelia-app-booking #am-step-booking .am-select-date .am-appointment-times, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-appointment-times {
  overflow-y: unset !important;
}

.amelia-footer {
  margin-top: 10px;
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
  color: #16425b;
}

.amelia-footer a {
  color: #ef2d56;
}

.amelia-footer a:hover {
  color: #ef2d56;
}

.amelia-app-booking #am-step-booking .am-select-date .am-appointment-times, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-appointment-times {
  max-height: none !important;
}

.m-confirmation {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .m-confirmation {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.m-confirmation .container {
  max-width: 1360px;
}

.m-confirmation img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-confirmation .u-headline-title-post {
  margin-top: 60px;
  padding-left: 50px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .m-confirmation .u-headline-title-post {
    padding-left: 10px;
  }
}

.m-confirmation .post-slider {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .m-confirmation .post-slider {
    padding: 0;
  }
}

.m-confirmation .post-slider .col {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px;
  background: #fff;
  border: 1px solid #C8C8C8;
}

.m-confirmation .post-slider .content-box {
  padding-bottom: 40px;
}

.m-confirmation .slick-prev,
.m-confirmation .slick-next {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 10;
}

.m-confirmation .slick-prev {
  left: 0px;
  background: url("../img/slick-left.svg");
}

@media (max-width: 768px) {
  .m-confirmation .slick-prev {
    left: -40px;
  }
}

.m-confirmation .slick-next {
  right: 0px;
  background: url("../img/slick-right.svg");
}

@media (max-width: 768px) {
  .m-confirmation .slick-next {
    right: -40px;
  }
}

.m-confirmation .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 768px) {
  .m-confirmation .slick-track {
    display: block !important;
  }
}

.m-confirmation .slick-slide {
  height: inherit !important;
}

@media (max-width: 768px) {
  .m-confirmation .slick-slide {
    height: 100% !important;
  }
}

.m-confirmation .u-button {
  position: absolute;
  bottom: 20px;
}

@media (max-width: 768px) {
  .m-confirmation .u-button {
    position: relative;
    bottom: 0;
  }
}

.m-confirmation .social-wrapper {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .m-confirmation .social-wrapper {
    margin-top: 20px;
  }
}

.m-confirmation .social-wrapper h3 {
  color: #226792;
  text-align: center;
}

.m-confirmation .social-wrapper .social {
  margin-top: 20px;
  text-align: center;
}

.m-confirmation .social-wrapper .social a {
  display: inline-block;
  position: relative;
}

.m-confirmation .social-wrapper .social a .social-icon {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.m-confirmation .social-wrapper .social a:hover .social-icon {
  fill: #EF2D56;
}

.m-confirmation .social-wrapper .social a:not(:last-child) {
  margin-right: 26px;
}

/* utilities */
.u-button {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.u-button.red {
  background: #EF2D56;
}

.u-button.red.superlarge {
  font-size: 16px;
  line-height: 19px;
  padding: 20px 63px;
  text-transform: uppercase;
}

.u-button.red.superlarge:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -30%;
  height: 180%;
  width: 20%;
  background: rgba(250, 250, 250, 0.3);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.u-button.red.superlarge:hover:before {
  left: 120%;
}

.u-button.red.large {
  font-size: 16px;
  line-height: 19px;
  padding: 20px 63px;
  text-transform: uppercase;
}

.u-button.red.large:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -30%;
  height: 180%;
  width: 20%;
  background: rgba(250, 250, 250, 0.3);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.u-button.red.large:hover:before {
  left: 120%;
}

.u-button.red.medium {
  font-size: 16px;
  line-height: 19px;
  padding: 20px 50px;
  text-transform: uppercase;
}

.u-button.red.medium:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -30%;
  height: 180%;
  width: 20%;
  background: rgba(250, 250, 250, 0.3);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.u-button.red.medium:hover:before {
  left: 120%;
}

.u-button.red.small {
  font-size: 12px;
  line-height: 14px;
  padding: 12px 26px;
}

.u-button.red.small:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -30%;
  height: 180%;
  width: 20%;
  background: rgba(250, 250, 250, 0.3);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.u-button.red.small:hover:before {
  left: 120%;
}

.u-button.blue {
  background: #226792;
}

.u-button.blue.small {
  font-size: 12px;
  line-height: 14px;
  padding: 12px 26px;
}

.u-button.blue.small:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -30%;
  height: 180%;
  width: 20%;
  background: rgba(250, 250, 250, 0.3);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.u-button.blue.small:hover:before {
  left: 120%;
}

.u-headline-title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.u-headline-title.reverse h1, .u-headline-title.reverse h2, .u-headline-title.reverse h3, .u-headline-title.reverse h4, .u-headline-title.reverse h5, .u-headline-title.reverse h6, .u-headline-title.reverse p, .u-headline-title.reverse li {
  color: #fff;
}

.u-headline-title.offset {
  padding-top: 60px;
}

.u-headline-title h1 {
  font-size: 36px;
  line-height: 43px;
  color: #EF2D56;
  margin: 20px 0;
}

@media (max-width: 992px) {
  .u-headline-title h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

.u-headline-title h2, .u-headline-title h3, .u-headline-title h4, .u-headline-title h5, .u-headline-title h6 {
  color: #226792;
  margin: 20px 0;
}

.u-headline-title h2 a, .u-headline-title h3 a, .u-headline-title h4 a, .u-headline-title h5 a, .u-headline-title h6 a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.u-headline-title h2 a:hover, .u-headline-title h3 a:hover, .u-headline-title h4 a:hover, .u-headline-title h5 a:hover, .u-headline-title h6 a:hover {
  color: #EF2D56;
}

.u-headline-title h2 {
  font-size: 32px;
  line-height: 38px;
  color: #EF2D56;
}

@media (max-width: 992px) {
  .u-headline-title h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.u-headline-title h3 {
  font-size: 28px;
  line-height: 34px;
}

@media (max-width: 992px) {
  .u-headline-title h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

.u-headline-title h4 {
  font-size: 24px;
  line-height: 29px;
}

@media (max-width: 992px) {
  .u-headline-title h4 {
    font-size: 22px;
    line-height: 27px;
  }
}

.u-headline-title h5 {
  font-size: 22px;
  line-height: 27px;
}

@media (max-width: 992px) {
  .u-headline-title h5 {
    font-size: 16px;
    line-height: 19px;
  }
}

.u-headline-title h6 {
  font-size: 16px;
  line-height: 19px;
}

.u-headline-title p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.u-headline-title p a {
  color: #226792;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: underline;
}

.u-headline-title p a:hover {
  color: #EF2D56;
}

.u-headline-title .u-button,
.u-headline-title .u-button:hover {
  cursor: pointer !important;
  text-decoration: none !important;
  color: #fff !important;
}

.u-headline-title ul {
  margin: 40px 0;
}

.u-headline-title ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  padding-left: 40px;
}

.u-headline-title ul li:not(:last-child) {
  margin-bottom: 30px;
}

.u-headline-title ul li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.u-headline-title ol {
  margin: 40px 0;
  list-style: none;
  counter-reset: list-counter;
}

.u-headline-title ol li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  padding-left: 40px;
  counter-increment: list-counter;
}

.u-headline-title ol li:not(:last-child) {
  margin-bottom: 30px;
}

.u-headline-title ol li:before {
  content: counters(list-counter, ".") ".";
  color: #000;
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.u-headline-title-post {
  color: #226792;
}

@media (max-width: 1280px) {
  .u-headline-title-post.author {
    display: none;
  }
}

@media (max-width: 1280px) {
  .u-headline-title-post {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .u-headline-title-post {
    text-align: left;
  }
}

.u-accordion {
  position: relative;
  max-width: 995px;
  margin: 0 auto;
}

.u-accordion .box {
  position: relative;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.u-accordion .box:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .u-accordion .box:last-child {
    border-bottom: none;
  }
}

.u-accordion .box.is-active {
  z-index: 10;
}

.u-accordion .box .title {
  position: relative;
  padding: 30px 30px 25px 0;
  background-color: #fff;
  color: #8B8B8B;
  font-size: 22px;
  line-height: 27px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.u-accordion .box .title:hover {
  color: #EF2D56;
}

@media (max-width: 992px) {
  .u-accordion .box .title:hover {
    color: #8B8B8B;
  }
}

.u-accordion .box .title:after {
  content: '';
  position: absolute;
  top: 55%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  border-top: 8px solid #8B8B8B;
  border-bottom: 8px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-origin: top;
}

@media (max-width: 992px) {
  .u-accordion .box .title:after {
    right: 10px;
  }
}

.u-accordion .box .title.is-active {
  color: #EF2D56;
}

.u-accordion .box .title.is-active:after {
  border-top: 8px solid #EF2D56;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.u-accordion .box .title h3 {
  position: relative;
  display: block;
  cursor: pointer;
  padding-right: 60px;
}

@media (max-width: 992px) {
  .u-accordion .box .title h3 {
    padding-right: 20px;
  }
}

.u-accordion .box .content {
  position: relative;
  padding: 0 50px 50px 0;
  display: none;
}

@media (max-width: 992px) {
  .u-accordion .box .content {
    padding: 0 30px 60px 0;
  }
}

.u-accordion .box .content p {
  position: relative;
}

.u-accordion .box .content p:not(:last-child) {
  margin-bottom: 20px;
}

.u-form input[type="number"]::-webkit-outer-spin-button, .u-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.u-form input[type="number"] {
  -moz-appearance: textfield !important;
}

.u-form div.wpforms-container-full .wpforms-form input[type="date"], .u-form div.wpforms-container-full .wpforms-form input[type="datetime"], .u-form div.wpforms-container-full .wpforms-form input[type="datetime-local"], .u-form div.wpforms-container-full .wpforms-form input[type="email"], .u-form div.wpforms-container-full .wpforms-form input[type="month"], .u-form div.wpforms-container-full .wpforms-form input[type="number"], .u-form div.wpforms-container-full .wpforms-form input[type="password"], .u-form div.wpforms-container-full .wpforms-form input[type="range"], .u-form div.wpforms-container-full .wpforms-form input[type="search"], .u-form div.wpforms-container-full .wpforms-form input[type="tel"], .u-form div.wpforms-container-full .wpforms-form input[type="text"], .u-form div.wpforms-container-full .wpforms-form input[type="time"], .u-form div.wpforms-container-full .wpforms-form input[type="url"], .u-form div.wpforms-container-full .wpforms-form input[type="week"], .u-form div.wpforms-container-full .wpforms-form select, .u-form div.wpforms-container-full .wpforms-form textarea {
  position: relative;
  display: block;
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #8B8B8B;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  height: 100%;
  max-width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: none !important;
}

.u-form div.wpforms-container-full .wpforms-form input:focus, .u-form div.wpforms-container-full .wpforms-form textarea:focus, .u-form div.wpforms-container-full .wpforms-form select:focus, .u-form div.wpforms-container-full .wpforms-form .is-focused .choices__inner, .u-form div.wpforms-container-full .wpforms-form .is-open .choices__inner, .u-form div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
  border-radius: none !important;
  border: none;
  outline: none !important;
  border-bottom: 1px solid #226792;
}

.u-form div.wpforms-container-full .wpforms-form input[type="submit"], .u-form div.wpforms-container-full .wpforms-form button[type="submit"], .u-form div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #EF2D56;
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 19px;
  padding: 20px 63px;
  text-decoration: none !important;
  font-weight: 700 !important;
  display: inline-block !important;
  position: relative !important;
  overflow: hidden !important;
}

.u-form div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .u-form div.wpforms-container-full .wpforms-form input[type="submit"]:focus, .u-form div.wpforms-container-full .wpforms-form input[type="submit"]:active, .u-form div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .u-form div.wpforms-container-full .wpforms-form button[type="submit"]:focus, .u-form div.wpforms-container-full .wpforms-form button[type="submit"]:active, .u-form div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, .u-form div.wpforms-container-full .wpforms-form .wpforms-page-button:active, .u-form div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  background-color: #EF2D56;
  border: none;
  cursor: pointer;
}

.u-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, .u-form div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid, .u-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, .u-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid, .u-form div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error, .u-form div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid, .u-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
  border: none;
  border-bottom: 1px solid #EF2D56;
}

.u-form div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #EF2D56;
}

.u-form .wpforms-confirmation-container-full p:not(:last-child) {
  margin-bottom: 15px;
}

.u-form .wpforms-confirmation-container-full, .u-form div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #226792;
  border: none;
  color: #fff;
}

.u-form .wpforms-confirmation-container-full, .u-form div[submit-success] > .wpforms-confirmation-container-full {
  color: #fff;
  border: none;
}

.u-form .wpforms-container-full .wpforms-form input.wpforms-field-medium, .u-form div.wpforms-container-full .wpforms-form select.wpforms-field-medium, .u-form div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.u-form .wpforms-field-checkbox ul, .u-form .wpforms-field-gdpr-checkbox ul {
  margin-bottom: 5px !important;
}

.u-form .wpforms-field-checkbox ul li, .u-form .wpforms-field-gdpr-checkbox ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-form .wpforms-field-checkbox a, .u-form .wpforms-field-gdpr-checkbox a {
  color: #226792 !important;
  -webkit-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
  text-decoration: underline;
}

.u-form .wpforms-field-checkbox a:hover, .u-form .wpforms-field-gdpr-checkbox a:hover {
  opacity: .7;
}

.u-form .wpforms-field-checkbox label, .u-form .wpforms-field-gdpr-checkbox label {
  font-size: 12px !important;
  line-height: 16px !important;
  cursor: pointer !important;
}

.u-form .wpforms-field-checkbox input[type='checkbox'], .u-form .wpforms-field-gdpr-checkbox input[type='checkbox'] {
  -webkit-appearance: none !important;
  background-color: #fff !important;
  border: 1px solid #8B8B8B !important;
  height: 12px !important;
  width: 12px !important;
  padding: 6px !important;
  display: inline-block !important;
  position: relative !important;
  margin-top: 2px !important;
  cursor: pointer !important;
}

.u-form .wpforms-field-checkbox input[type='checkbox']:checked, .u-form .wpforms-field-gdpr-checkbox input[type='checkbox']:checked {
  border-color: #226792 !important;
}

.u-form .wpforms-field-checkbox input[type='checkbox']:checked:after, .u-form .wpforms-field-gdpr-checkbox input[type='checkbox']:checked:after {
  content: "✔" !important;
  position: absolute !important;
  left: 6px !important;
  font-size: 10px !important;
  top: 55% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  color: #226792 !important;
}

.u-form .wpforms-field-checkbox label, .u-form .wpforms-field-gdpr-checkbox label {
  position: relative;
  display: inline-block;
  text-align: justify;
  cursor: pointer;
  margin-bottom: 10px;
}

.u-form .wpforms-field-checkbox .wpforms-error, .u-form .wpforms-field-gdpr-checkbox .wpforms-error {
  margin: 5px 0 0 27px;
}

.u-form form input[type='text'],
.u-form form input[type='email'],
.u-form form input[type='tel'] {
  position: relative;
  border-bottom: 1px solid #8B8B8B;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 35px;
}

.u-form form input[type='text']:focus,
.u-form form input[type='email']:focus,
.u-form form input[type='tel']:focus {
  outline: none !important;
  border-bottom: 1px solid #226792;
}

.u-form form textarea {
  position: relative;
  border-bottom: 1px solid #8B8B8B;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 35px;
  height: 120px;
  min-height: 120px;
  border-radius: none !important;
  resize: none !important;
}

.u-form form textarea:focus {
  outline: none !important;
  border-bottom: 1px solid #226792;
}

.u-form form input[type='submit'] {
  margin-top: 60px;
  min-width: 250px;
  position: relative;
}

@media (max-width: 992px) {
  .u-form form input[type='submit'] {
    min-width: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
  }
}

.u-form form .u-button {
  margin-top: 60px;
  position: relative;
}

@media (max-width: 992px) {
  .u-form form .u-button {
    min-width: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
  }
}

.u-form form ::-webkit-input-placeholder {
  color: #8B8B8B;
  opacity: 1;
  font-weight: 300;
}

.u-form form :-ms-input-placeholder {
  color: #8B8B8B;
  opacity: 1;
  font-weight: 300;
}

.u-form form ::-ms-input-placeholder {
  color: #8B8B8B;
  opacity: 1;
  font-weight: 300;
}

.u-form form ::placeholder {
  color: #8B8B8B;
  opacity: 1;
  font-weight: 300;
}

.u-form form :-moz-input-placeholder {
  color: #8B8B8B;
  font-weight: 300;
}

.u-form form ::-ms-input-placeholder {
  color: #8B8B8B;
  font-weight: 300;
}

.u-form-box {
  padding: 25px 25px 20px 25px;
  height: 100%;
}

.u-form-box .message {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #226792;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-form-box .message.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-form-box .message p {
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 40px;
  text-align: center;
}

.u-form-box .title {
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  text-align: center;
}

.u-form-box .text {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.u-form-box .button {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.u-form-box form {
  margin-top: 15px !important;
  padding: 0 10px !important;
}

.u-form-box form input[type='text'],
.u-form-box form input[type='email'],
.u-form-box form input[type='tel'] {
  position: relative !important;
  border-bottom: 1px solid #fff !important;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: 10px 0 !important;
  margin-bottom: 20px !important;
  color: #fff !important;
}

.u-form-box form input[type='text']:focus,
.u-form-box form input[type='email']:focus,
.u-form-box form input[type='tel']:focus {
  outline: none !important;
  border-bottom: 1px solid #fff !important;
}

.u-form-box form input[type='submit'] {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 12px 36px;
  text-transform: uppercase;
}

.u-form-box form input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.u-form-box form label {
  position: relative;
  display: inline-block;
  text-align: justify;
  cursor: pointer;
  margin-bottom: 10px;
}

.u-form-box form label span {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.u-form-box form label span:before {
  content: '';
  position: absolute;
  font-size: 10px;
  top: 1px;
  left: 0;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
}

.u-form-box form label span a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.u-form-box form label span a:hover {
  opacity: .7;
}

.u-form-box form label input[type="checkbox"]:checked + span::before {
  content: '\2714';
}

.u-form-box form .u-button {
  margin: 0 auto;
}

.u-form-box form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}

.u-form-box form :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}

.u-form-box form ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}

.u-form-box form ::placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}

.u-form-box form :-moz-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.u-form-box form ::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.u-form-box-newsletter {
  padding-top: 30px;
  height: 100%;
}

.u-form-box-newsletter-player {
  padding: 10px 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .u-form-box-newsletter-player {
    padding: 10px 20px;
  }
}

.u-form-box-newsletter-player .box {
  padding: 0 40px !important;
}

@media (max-width: 992px) {
  .u-form-box-newsletter-player .box {
    padding: 0 20px !important;
  }
}

.u-form-box-newsletter-player .message {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-form-box-newsletter-player .message.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-form-box-newsletter-player .message p {
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #226792;
  padding: 20px 40px;
  text-align: center;
}

.u-form-box-newsletter-player .title {
  font-size: 22px;
  line-height: 27px;
  color: #226792;
  text-align: center;
}

.u-form-box-newsletter-player .text {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  text-align: center;
  margin-top: 30px;
}

.u-form-box-newsletter-player .additional {
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #8B8B8B;
  margin-top: 20px;
}

.u-form-box-newsletter-player form {
  margin-top: 15px;
  margin-bottom: 15px;
}

.u-form-box-newsletter-player form input[type='text'],
.u-form-box-newsletter-player form input[type='email'],
.u-form-box-newsletter-player form input[type='tel'] {
  position: relative;
  border-bottom: 1px solid #8B8B8B;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #000;
}

.u-form-box-newsletter-player form input[type='text']:focus,
.u-form-box-newsletter-player form input[type='email']:focus,
.u-form-box-newsletter-player form input[type='tel']:focus {
  outline: none !important;
  border-bottom: 1px solid #226792;
}

.u-form-box-newsletter-player form input[type='submit'] {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 20px 50px;
  text-transform: uppercase;
  white-space: pre-wrap;
}

.u-form-box-newsletter-player form .button {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}

.u-form-box-newsletter-player form input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.u-form-box-newsletter-player form label {
  position: relative;
  display: inline-block;
  text-align: justify;
  cursor: pointer;
  margin-bottom: 10px;
}

.u-form-box-newsletter-player form label span {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 12px;
  line-height: 14px;
  color: #8B8B8B;
}

.u-form-box-newsletter-player form label span:before {
  content: '';
  position: absolute;
  font-size: 10px;
  top: 1px;
  left: 0;
  border: 1px solid #8B8B8B;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  cursor: pointer;
  color: #226792;
}

.u-form-box-newsletter-player form label span a {
  color: #226792;
  text-decoration: underline;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.u-form-box-newsletter-player form label span a:hover {
  opacity: .7;
}

.u-form-box-newsletter-player form label input[type="checkbox"]:checked + span::before {
  content: '\2714';
}

.u-form-box-newsletter-player form ::-webkit-input-placeholder {
  color: #8B8B8B;
  opacity: 1;
  font-weight: 300;
}

.u-form-box-newsletter-player form :-ms-input-placeholder {
  color: #8B8B8B;
  opacity: 1;
  font-weight: 300;
}

.u-form-box-newsletter-player form ::-ms-input-placeholder {
  color: #8B8B8B;
  opacity: 1;
  font-weight: 300;
}

.u-form-box-newsletter-player form ::placeholder {
  color: #8B8B8B;
  opacity: 1;
  font-weight: 300;
}

.u-form-box-newsletter-player form :-moz-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.u-form-box-newsletter-player form ::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 14px;
  color: #EF2D56;
  margin-top: -20px;
  margin-bottom: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
  background-color: #EF2D56;
  color: #fff;
  margin: 10px 0;
  padding: 15px;
  font-size: 12px;
  line-height: 14px;
}

.u-breadcrumbs {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.u-breadcrumbs.double {
  margin: 20px 0;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .u-breadcrumbs.double {
    margin-top: 30px;
  }
}

.u-breadcrumbs.double .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-breadcrumbs.double .wrapper ul {
  line-height: 1.3;
}

@media (max-width: 768px) {
  .u-breadcrumbs.double .wrapper ul.left {
    display: none;
  }
}

.u-breadcrumbs.double .wrapper ul.left li {
  text-transform: uppercase;
}

.u-breadcrumbs.double .wrapper ul li {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #226792;
  display: inline;
}

.u-breadcrumbs.double .wrapper ul li:not(:last-child) {
  margin-right: 12px;
}

.u-breadcrumbs.double .wrapper ul li a {
  color: #8B8B8B;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.u-breadcrumbs.double .wrapper ul li a:hover {
  color: #EF2D56;
}

.u-breadcrumbs.single {
  margin: 20px 0;
  margin-top: 30px;
}

.u-breadcrumbs.single .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-breadcrumbs.single .wrapper ul {
  line-height: 1.3;
}

.u-breadcrumbs.single .wrapper ul li {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #226792;
  display: inline;
}

.u-breadcrumbs.single .wrapper ul li:not(:last-child) {
  margin-right: 12px;
}

.u-breadcrumbs.single .wrapper ul li a {
  color: #8B8B8B;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.u-breadcrumbs.single .wrapper ul li a:hover {
  color: #EF2D56;
}

.u-news.recent-posts .post-img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .u-news.recent-posts .post-img {
    min-height: 230px;
  }
}

.u-news .post-link {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.u-news .post-img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .u-news .post-img {
    min-height: 230px;
  }
}

.u-news .post-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.u-news .content {
  padding: 25px 25px 20px 25px;
}

.u-news .content ul.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
}

.u-news .content ul.post-categories li {
  position: relative;
  display: block;
  margin: 4px;
}

.u-news .content ul.post-categories li a {
  display: inline-block;
  padding: 4px 15px;
  font-size: 12px;
  line-height: 14px;
  color: #8B8B8B;
  border: 1px solid #8B8B8B;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.u-news .content ul.post-categories li a:hover {
  color: #226792;
  border: 1px solid #226792;
}

.u-news .content .title {
  margin-top: 15px;
  font-size: 22px;
  line-height: 27px;
  color: #226792;
}

.u-news .content .title.red {
  color: #EF2D56;
}

.u-news .content .info {
  margin-top: 15px;
  margin-bottom: 18px;
}

.u-news .content .info p {
  color: #8B8B8B;
  font-size: 12px;
  line-height: 14px;
}

.u-content {
  position: relative;
}

.u-content > *:first-child {
  margin-top: 0 !important;
}

.u-content > *:last-child {
  margin-bottom: 0 !important;
}

.u-content figure {
  width: auto !important;
  max-width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.u-content hr {
  position: relative;
  margin: 40px 0;
  width: 100%;
  border: 0;
  height: 0;
  border-top: 1px solid #C8C8C8;
}

.u-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-content img.alignright {
  float: right;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .u-content img.alignright {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.u-content img.alignleft {
  float: left;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .u-content img.alignleft {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.u-content h1 {
  font-size: 36px;
  line-height: 43px;
  color: #EF2D56;
  padding: 20px 0 10px 0;
}

@media (max-width: 992px) {
  .u-content h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

.u-content h2,
.u-content h3,
.u-content h4,
.u-content h5,
.u-content h6 {
  color: #226792;
  padding: 20px 0 10px 0;
}

.u-content h2 a,
.u-content h3 a,
.u-content h4 a,
.u-content h5 a,
.u-content h6 a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.u-content h2 a:hover,
.u-content h3 a:hover,
.u-content h4 a:hover,
.u-content h5 a:hover,
.u-content h6 a:hover {
  color: #EF2D56;
}

.u-content h2 {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 992px) {
  .u-content h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.u-content h3 {
  font-size: 26px;
  line-height: 31px;
}

@media (max-width: 992px) {
  .u-content h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

.u-content h4 {
  font-size: 24px;
  line-height: 29px;
}

@media (max-width: 992px) {
  .u-content h4 {
    font-size: 22px;
    line-height: 27px;
  }
}

.u-content h5 {
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 992px) {
  .u-content h5 {
    font-size: 16px;
    line-height: 19px;
  }
}

.u-content h6 {
  font-size: 16px;
  line-height: 19px;
}

.u-content p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

@media (max-width: 768px) {
  .u-content p {
    font-size: 17px;
    line-height: 26px;
  }
}

.u-content p a {
  color: #226792;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: underline;
}

.u-content p a:hover {
  color: #EF2D56;
}

.u-content .u-button,
.u-content .u-button:hover {
  cursor: pointer !important;
  text-decoration: none !important;
  color: #fff !important;
}

.u-content ul {
  margin: 20px 0;
}

.u-content ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-left: 40px;
}

.u-content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.u-content ul li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.u-content ol {
  margin: 20px 0;
  list-style: none;
  counter-reset: list-counter;
  padding-left: 20px;
}

.u-content ol li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  padding-left: 40px;
  counter-increment: list-counter;
}

.u-content ol li:not(:last-child) {
  margin-bottom: 5px;
}

.u-content ol li:before {
  content: counters(list-counter, ".") ".";
  color: #000;
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.u-content blockquote {
  position: relative;
  padding: 10px 20px 10px 20px;
  color: #226792;
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  padding-left: 60px;
  font-weight: 300;
  font-style: italic;
  max-width: 100%;
}

@media (max-width: 992px) {
  .u-content blockquote {
    padding: 10px;
    font-size: 22px;
    line-height: 27px;
    padding-left: 40px;
  }
}

.u-content blockquote p {
  color: #226792;
  font-size: 28px;
  line-height: 34px;
}

@media (max-width: 992px) {
  .u-content blockquote p {
    font-size: 22px;
    line-height: 27px;
  }
}

.u-content blockquote:before {
  content: '\201D';
  position: absolute;
  font-size: 150px;
  line-height: 0;
  top: 75px;
  left: 0;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 992px) {
  .u-content blockquote:before {
    font-size: 100px;
    top: 60px;
  }
}

.u-content .content-cta {
  position: relative;
  background: #F8F8F8;
  padding: 60px 60px 45px 60px;
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 992px) {
  .u-content .content-cta {
    padding: 45px 30px;
  }
}

.u-content .content-cta .title {
  font-size: 22px;
  line-height: 27px;
  color: #226792;
}

.u-content .content-cta .u-button {
  margin-top: 40px;
}

.u-content .wp-caption-text {
  margin-top: 5px;
  text-align: center;
  line-height: 1.3;
  font-size: 13px;
}

.u-content .post-password-form {
  border-top: 1px solid #EF2D56;
  border-bottom: 1px solid #EF2D56;
}

.u-content .post-password-form p:first-child {
  font-weight: 700;
  color: #EF2D56;
}

@media (max-width: 480px) {
  .u-content .post-password-form p:first-child {
    text-align: center;
  }
}

.u-content .post-password-form p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .u-content .post-password-form p:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.u-content .post-password-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #226792;
}

@media (max-width: 480px) {
  .u-content .post-password-form label {
    width: 100%;
  }
}

.u-content .post-password-form input[type="password"] {
  margin-left: 10px;
  padding: 0 10px;
  width: 200px;
  height: 30px;
  border: 1px solid #226792;
  color: #000;
}

@media (max-width: 480px) {
  .u-content .post-password-form input[type="password"] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}

.u-content .post-password-form input[type="submit"] {
  margin-left: 10px;
  padding: 0 20px;
  height: 30px;
  background-color: #226792;
  color: #fff;
}

@media (max-width: 480px) {
  .u-content .post-password-form input[type="submit"] {
    margin: 10px 0 0 0;
  }
}

.list-contents {
  position: relative;
  margin: 20px 0;
}

.list-contents ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #226792;
  font-weight: 700;
  padding-left: 0;
}

.list-contents ul li:not(:last-child) {
  margin-bottom: 0;
}

.list-contents ul li:after {
  display: none;
}

.list-contents ul li a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=app.css.map */