/* @font-face {
  font-family: 'CarnacRegular';
  src: url("webfonts/CarnacRegular.eot");
  src: url("webfonts/CarnacRegular.eot") format("embedded-opentype"), url("webfonts/CarnacRegular.woff") format("woff"), url("webfonts/CarnacRegular.ttf") format("truetype"), url("webfonts/CarnacRegular.svg#HoftypeCarnacRegular") format("svg"); }

@font-face {
  font-family: 'CarnacBold';
  src: url("webfonts/CarnacBold.eot");
  src: url("webfonts/CarnacBold.eot") format("embedded-opentype"), url("webfonts/CarnacBold.woff") format("woff"), url("webfonts/CarnacBold.ttf") format("truetype"), url("webfonts/CarnacBold.svg#HoftypeCarnacBold") format("svg"); }

@font-face {
  font-family: 'CarnacLight';
  src: url("webfonts/CarnacLight.eot");
  src: url("webfonts/CarnacLight.eot") format("embedded-opentype"), url("webfonts/CarnacLight.woff") format("woff"), url("webfonts/CarnacLight.ttf") format("truetype"), url("webfonts/CarnacLight.svg#HoftypeCarnacLight") format("svg"); }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left:before {
  content: "\e900"; }

.icon-curve:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-globe:before {
  content: "\e903"; }

.icon-instagram:before {
  content: "\e904"; }

.icon-language:before {
  content: "\e905"; }

.icon-linkedin:before {
  content: "\e906"; }

.icon-search:before {
  content: "\e907"; }

.icon-star:before {
  content: "\e908"; }

.icon-twitter:before {
  content: "\e909"; }

.icon-youtube:before {
  content: "\e90a"; }

.icon-rss {
  width: 21px;
  height: 17px;
}
  

.open-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 13px;
          border-radius: 13px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 10px;
  line-height: 0.625rem;
  text-align: center;
  border: 1px solid #8e908c;
  display: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  text-align: center; }
  .open-icon:after {
    content: "+";
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 10px;
    line-height: 0.625rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center; }
    .open-item .open-icon:after,
    .expanded .open-icon:after {
      content: "-";
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 9px;
      line-height: 0.5625rem; }
  .open-icon:before {
    content: "Expand";
    position: absolute;
    top: -1px;
    right: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 13px;
    line-height: 0.8125rem;
    font-weight: 300;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0 13px 0 0; }
    .nav-item .open-icon:before {
      display: none; }
    .expanded .open-icon:before {
      content: "Collapse"; }
  @media only screen and (max-width: 1023px) {
    .open-icon {
      display: block; } }

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

html {
  background: #fff;
  height: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 2rem; }

body {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 32px;
  line-height: 2rem;
  color: #000;
  background: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  width: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  position: relative; }
  @media only screen and (max-width: 600px) {
    body {
      font-size: 16px;
      font-size: 1rem;
      line-height: 27px;
      line-height: 1.6875rem; } }

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

table th {
  font-weight: normal; }

blockquote, q {
  quotes: none; }

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

blockquote {
  border: none; }

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

q {
  quotes: none; }

q:before,
q:after {
  content: ''; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

p {
  margin: 0 0 20px; 
  color: #2B303A;
}

address {
  margin-bottom: 12px;
  font-style: normal; }

img {
  border-style: none;
  vertical-align: top;
  outline: none;
  height: auto;
  max-width: 100%; }

h1 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 64px;
  line-height: 4rem;
  margin: 0 0 30px;
  color: #2B303A;
  font-family: "CarnacBold", Arial, Helvetica, sans-serif;
  font-weight: normal; }
  @media only screen and (max-width: 900px) {
    h1 {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 46px;
      line-height: 2.875rem; } }
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      line-height: 2.25rem; } }

h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  margin: 0 0 30px;
  color: #2B303A;
  font-family: "CarnacLight", Arial, Helvetica, sans-serif;
  font-weight: normal; }
  @media only screen and (max-width: 900px) {
    h2 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  @media only screen and (max-width: 600px) {
    h2 {
      font-size: 27px;
      font-size: 1.6875rem;
      line-height: 30px;
      line-height: 1.875rem;
      margin: 0 0 22px; } }

h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
  margin: 0 0 30px;
  color: #2B303A;
  font-family: "CarnacLight", Arial, Helvetica, sans-serif;
  font-weight: normal; }
  @media only screen and (max-width: 900px) {
    h3 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media only screen and (max-width: 600px) {
    h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem; } }

h4 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 37px;
  line-height: 2.3125rem;
  color: #2B303A;
  font-family: "CarnacLight", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0 0 20px;
  font-weight: normal; }
  @media only screen and (max-width: 600px) {
    h4 {
      font-size: 23px;
      font-size: 1.4375rem;
      line-height: 30px;
      line-height: 1.875rem; } }

h5 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31px;
  line-height: 1.9375rem;
  color: #7f7f7f;
  font-family: "CarnacLight", Arial, Helvetica, sans-serif;
  margin: 0 0 18px;
  font-weight: normal; }

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 10px;
  color: #000;
  font-family: "CarnacBold", Arial, Helvetica, sans-serif;
  font-weight: normal; }

a {
  color: #2eb199;
  text-decoration: underline;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  a:hover {
    color: #2c9145;
    text-decoration: none; }
  a:focus {
    outline: none;
    outline-offset: 0;
    color: #2c9145;
    text-decoration: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

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

ul {
  padding: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 32px;
  line-height: 2rem;
  color: #000;
  font-weight: 300;
  margin: 0 0 20px; }
  @media only screen and (max-width: 600px) {
    ul {
      font-size: 16px;
      font-size: 1rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  ul.bold-list {
    margin: 0 0 34px; }
    ul.bold-list li {
      padding: 0;
      line-height: 42px; }
      ul.bold-list li:after {
        display: none;
        font-weight: bold; }
  ul li {
    position: relative;
    padding: 0 0 0 28px; }
    ul li:after {
      position: absolute;
      top: 10px;
      left: 0;
      content: "";
      width: 10px;
      height: 10px;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      background: #caee17; }

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border: none; }

/* form style */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

form {
  margin: 0 auto; }

textarea {
  min-height: 150px;
  height: 150px;
  max-width: 400px;
  min-width: 300px;
  display: block; }

select {
  border: 1px solid #307fe2;
  padding: 5px;
  outline: none;
  width: 100%; }

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

button[type="button"],
button[type="submit"],
input[type="button"],
input[type="submit"] {
  display: inline-block;
	vertical-align: top;
	font-family: "CarnacBold", sans-serif;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 32px;
	line-height: 2rem;
	letter-spacing: -0.09px;
	color: #2B303A;
	text-align: center;
	background: #d1ec51;
	padding: 12px 35px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	border-radius: 60px;
	font-weight: normal;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: none;
	min-width: 280px;
	height: unset; }
  @media only screen and (max-width: 600px) {
    button[type="button"],
    button[type="submit"],
    input[type="button"],
    input[type="submit"] {
      font-size: 16px;
      font-size: 1rem;
      line-height: 25px;
      line-height: 1.5625rem;
      padding: 10px;
    }
  }
  button[type="button"]:hover,
  button[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    background: #e8f5a8;
    color: #000; }
  button[type="button"]:focus,
  button[type="submit"]:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus {
    background: #2c9145;
    color: #fff; }

label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative; }

input[type="search"],
input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

textarea {
  resize: none; }

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: -0.06px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  outline: none;
  width: 100%;
  max-width: 100%;
  background: #fff;
  color: #4a4a4a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  padding: 6px 14px;
  margin: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #cacaca; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus {
    border-color: #cacaca;
    outline: none; }
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder {
    color: rgba(46, 27, 70, 0.4); }
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder {
    opacity: 1;
    color: rgba(46, 27, 70, 0.4); }
  textarea:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder {
    color: rgba(46, 27, 70, 0.4); }
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder {
    color: rgba(46, 27, 70, 0.4); }
  textarea.placeholder,
  input[type="text"].placeholder,
  input[type="password"].placeholder,
  input[type="email"].placeholder,
  input[type="number"].placeholder,
  input[type="tel"].placeholder,
  input[type="url"].placeholder,
  input[type="search"].placeholder {
    color: rgba(46, 27, 70, 0.4); }
  textarea.error,
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  input[type="number"].error,
  input[type="tel"].error,
  input[type="url"].error,
  input[type="search"].error {
    border-width: 2px;
    border-color: #ff6c54; }
    textarea.error:focus,
    input[type="text"].error:focus,
    input[type="password"].error:focus,
    input[type="email"].error:focus,
    input[type="number"].error:focus,
    input[type="tel"].error:focus,
    input[type="url"].error:focus,
    input[type="search"].error:focus {
      border-color: #ff6c54;
      outline: 1px solid #ff6c54; }

/* disabled input styles */
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled {
  color: #9b9b9b;
  background: #e3e2e5; }

.scroll-element {
  position: relative; }

.simplebar-scroll-content {
  height: 200px;
  overflow: auto; }

.simplebar, [data-simplebar-direction] {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
  overflow-y: scroll;
  overflow-x: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* hide browser scrollbar on Webkit (Safari & Chrome) */
.simplebar-scroll-content::-webkit-scrollbar {
  display: none; }

[data-simplebar-direction="horizontal"] .simplebar-scroll-content,
.simplebar.horizontal .simplebar-scroll-content {
  overflow-x: scroll;
  overflow-y: auto; }

.simplebar-track {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e3e4e3;
  width: 17px;
  -webkit-border-radius: 100px;
          border-radius: 100px; }
  @media only screen and (max-width: 600px) {
    .simplebar-track {
      width: 26px; } }

.simplebar-track .simplebar-scrollbar {
  position: absolute;
  right: 0;
  -webkit-border-radius: 7px;
  border-radius: 100px;
  min-height: 10px;
  width: 17px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #cada5b;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding; }
  @media only screen and (max-width: 600px) {
    .simplebar-track .simplebar-scrollbar {
      width: 26px; } }

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  transition: opacity 0 linear; }

.simplebar-track .simplebar-scrollbar.visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7; }

[data-simplebar-direction="horizontal"] .simplebar-track,
.simplebar.horizontal .simplebar-track {
  top: auto;
  left: 0;
  width: auto;
  height: 11px; }

[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,
.simplebar.horizontal .simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

.scroll-area {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px); }
  @media only screen and (max-width: 600px) {
    .scroll-area {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background: #fff; }

.chosen-select {
  width: 100%; }

.form-field-required {
  display: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(155, 155, 155, 0.26);
          box-shadow: 0 5px 10px 0 rgba(155, 155, 155, 0.26); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), to(#f4f4f4));
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
  font-size: 0.0625rem; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 44px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0 40px 0 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 0;
  padding: 0 20px 0 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  -webkit-border-radius: 0;
          border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -45px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li:after {
  display: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  -webkit-border-radius: 0;
          border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-background-size: 100% 19px;
          background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
  font-size: 0.0625rem; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

.chosen-container-multi .chosen-choices {
  border: 2px #b3c1ca solid;
  padding: .6em 1em;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #333;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 1em;
  background: #fff; }

.chosen-container-multi .chosen-choices:focus {
  border-color: #51A7E8;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(81, 167, 232, 0.5);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(81, 167, 232, 0.5); }

.chosen-container-multi .chosen-choices li.search-choice {
  border: #D38D27 1px solid;
  background: #ffb74d !important; }

/* chosen single for multiple dropdown */
.chosen-container-single .chosen-single {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 9px 40px 9px 10px;
  width: 100%;
  height: auto !important;
  height: 1%;
  background-color: transparent;
  background-image: none;
  cursor: text;
  line-height: 40px; }

.chosen-container-single .chosen-single span {
  white-space: pre-wrap;
  line-height: 25px; }

.chosen-container .chosen-single {
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px #cacaca solid;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -o-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
  -webkit-transition: border 0.2s ease-in; }

.chosen-container-single .chosen-search {
  background: transparent;
  border-bottom: 1px solid rgba(46, 27, 70, 0.1); }

.chosen-container-single .chosen-search input[type="text"] {
  background: none !important; }

.chosen-container-single .chosen-single div b {
  background: none !important; }

.chosen-container .chosen-single:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  top: 0;
  right: 10px;
  bottom: 0;
  position: absolute;
  margin: auto 0;
  background: #cada5b; }

.chosen-container .chosen-single:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: -4px;
  right: 17px;
  bottom: 0;
  position: absolute;
  margin: auto 0;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  z-index: 1;
  -webkit-transform: rotate(132deg);
      -ms-transform: rotate(132deg);
          transform: rotate(132deg); }

.chosen-container-single .chosen-search:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  top: 0;
  right: 10px;
  bottom: 0;
  position: absolute;
  margin: auto 0;
  background: #cada5b; }

.chosen-container-single .chosen-search:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: -4px;
  right: 17px;
  bottom: 0;
  position: absolute;
  margin: auto 0;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  z-index: 1;
  -webkit-transform: rotate(132deg);
  -ms-transform: rotate(132deg);
  transform: rotate(132deg); }

/* Multi select drop down */
.chosen-container-multi {
  font-size: 1em;
  line-height: 1.5em; }

.chosen-container-multi .chosen-choices {
  border: none;
  padding: 0.1em 0.5em 0.1em 0.1em;
  width: 100%;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: border 0.2s ease-in;
  -o-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in; }

.chosen-container-single .chosen-search input[type="text"] {
  border: none !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 45px;
  line-height: 2.8125rem;
  height: 45px;
  letter-spacing: -0.06px;
  color: #4a4a4a; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  color: #777; }

.multi-select-label {
  left: 0;
  top: 0.5em;
  color: #777;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  margin: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.chosen-container .chosen-choices {
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px #D6DBE5 solid;
  -webkit-border-radius: 0;
          border-radius: 0;
  -o-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
  -webkit-transition: border 0.2s ease-in; }

.chosen-container-active .chosen-choices {
  border-color: #777; }

.chosen-container .chosen-choices:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  display: block;
  width: 0;
  height: 0;
  top: 5px;
  right: 5px;
  bottom: 0;
  position: absolute;
  margin: auto 0; }

.chosen-with-drop .chosen-choices:after {
  border-top: none;
  border-bottom: 5px solid #666; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  background-color: transparent;
  background-image: none;
  cursor: text;
  line-height: 40px; }

.chosen-container .chosen-drop {
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff; }

.chosen-container .chosen-results {
  position: relative;
  /* z-index: 1; */
  top: 100%;
  left: 0;
  min-width: 100%;
  max-width: 300px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  /* display: none; */
  overflow-y: auto;
  background: #fff;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  border: none;
  -webkit-box-shadow: 0 5px 10px 0 rgba(155, 155, 155, 0.26);
          box-shadow: 0 5px 10px 0 rgba(155, 155, 155, 0.26); }

.chosen-container .chosen-results li {
  line-height: 25px;
  list-style: none;
  padding: 7px 20px;
  margin: 0; }

.chosen-container .chosen-results li.highlighted {
  background-color: rgba(155, 155, 155, 0.15);
  background-image: none;
  color: #4a4a4a; }

.chosen-container-multi .chosen-choices li.search-choice {
  border: #D38D27 1px solid;
  background: #eeeeee !important; }

.chosen-container-multi .chosen-choices li.search-choice {
  background: #EEEEEE;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  line-height: 1.5em;
  margin: 3px 10px 3px -5px;
  padding: 3px 35px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-image: none;
  color: #333;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  right: 10px;
  display: block;
  width: 12px;
  height: 12px;
  color: #666;
  background: none !important;
  font-size: 0.8em; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  content: "\e75e";
  font-family: linearicons;
  font-size: 8px;
  font-size: 0.5rem;
  -webkit-text-stroke: 2px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  color: #333;
  text-decoration: none; }

/* @end */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
          background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* @end */
.wrapper {
  overflow: hidden;
  position: relative;
  padding: 151px 0 0; }
  @media only screen and (max-width: 1023px) {
    .wrapper {
      padding: 77px 0 0; } }
  @media only screen and (max-width: 767px) {
    .wrapper {
      padding: 51px 0 0; } }

.twocolumns .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (max-width: 900px) {
    .twocolumns .wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .twocolumns .wrap:after {
    display: none; }

.content {
  padding: 100px 0;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .content {
      padding: 30px 0 0; } }
  .twocolumns .content {
    width: -webkit-calc(100% - 386px);
    width: calc(100% - 386px);
    padding: 116px 82px 106px 0;
    margin: 0 -120px 0 0px; }
    @media only screen and (max-width: 1457px) {
      .twocolumns .content {
        margin: 0 -20px 0 0;
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
        padding: 80px 40px 80px 0; } }
    @media only screen and (max-width: 900px) {
      .twocolumns .content {
        margin: 0;
        width: auto;
        padding: 40px 0 0; } }
  @media only screen and (max-width: 900px) {
    .content > .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .content > .wrap:after {
        display: none; } }

@media only screen and (max-width: 900px) {
  .content-holder {
    padding: 0 0 30px; } }
  @media only screen and (max-width: 900px) and (max-width: 900px) {
    .content-holder > .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .content-holder > .wrap:after {
        display: none; } }

.sidebar {
  background: #FBFBFB;
  width: 35%;
  width: 506px;
  padding: 149px 0 0;
  margin: 0 -120px 0 120px; }
  @media only screen and (max-width: 1457px) {
    .sidebar {
      margin: 0 -20px 0 20px;
      padding: 30px 0 0;
      width: 300px; } }
  @media only screen and (max-width: 900px) {
    .sidebar {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      padding: 0;
      margin: 0 -20px;
      width: -webkit-calc(100% + 40px);
      width: calc(100% + 40px); } }
  @media only screen and (max-width: 600px) {
    .sidebar {
      margin: 0 -16px;
      width: -webkit-calc(100% + 32px);
      width: calc(100% + 32px); } }

.heading-title {
  margin: 0 0 34px; }
  .heading-title h2 {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #000;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
    padding: 4px 15px;
    background: #d1ec51;
    margin: 0; }
    @media only screen and (max-width: 600px) {
      .heading-title h2 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 32px;
        line-height: 2rem; } }

.wrap {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto; }
  .wrap:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  @media only screen and (max-width: 600px) {
    .wrap {
      padding: 0 16px; } }

.btn-centered-row {
  text-align: center; }

.hero-text {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  font-family: "CarnacLight", Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0 0 30px; }
  @media only screen and (max-width: 900px) {
    .hero-text {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  @media only screen and (max-width: 600px) {
    .hero-text {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 36px;
      line-height: 2.25rem; } }

.informative-title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #000;
  display: block;
  margin: 0 0 4px; }

.informative-subtitle {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #7f7f7f;
  display: block;
  margin: 0 0 4px; }

.informative-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #7f7f7f; }

.small-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin: 0 0 84px;
  color: #6c6c6c; }

.label-text {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #000;
  font-family: "CarnacBold", Arial, Helvetica, sans-serif;
  margin: 0 0 10px; }

.blockquote {
  width: 384px;
  padding: 34px 44px;
  color: #7f7f7f;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  font-family: "CarnacLight", Arial, Helvetica, sans-serif; }
  @media only screen and (max-width: 900px) {
    .blockquote {
      width: auto;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 39px;
      line-height: 2.4375rem;
      padding: 23px 35px; } }
  .blockquote q {
    display: block; }
  .blockquote.alt {
    background: #d1ec51;
    color: #000; }
  .blockquote.align-left {
    float: left;
    margin: 0 20px 10px 0; }
    @media only screen and (max-width: 900px) {
      .blockquote.align-left {
        float: none;
        margin: 0 0 20px; } }
  .blockquote.align-right {
    float: right;
    margin: 0 0 0 20px; }
    @media only screen and (max-width: 900px) {
      .blockquote.align-right {
        float: none;
        margin: 0 -20px; } }
    @media only screen and (max-width: 600px) {
      .blockquote.align-right {
        margin: 0 -16px; } }

.text-block {
  font-size: 0;
  line-height: 0;
  margin: 0 -40px 16px; }
  .text-block:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  .text-block-article {
    width: 40%;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 30px; }
  .text-block .label-text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
    margin: 0 0 6px; }
  .text-block h4 {
    margin: 0; }

.subtitle {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0 0 20px;
  display: block;
  font-family: 'CarnacLight'; }
  @media only screen and (max-width: 600px) {
    .subtitle {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 26px;
      line-height: 1.625rem; } }

.desktop-hidden {
  display: none; }
  @media only screen and (max-width: 900px) {
    .desktop-hidden {
      display: block; } }

@media only screen and (max-width: 900px) {
  .tablet-hidden {
    display: none; } }

.date {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: bold;
  color: #000;
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase; }

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 32px;
  line-height: 2rem;
  letter-spacing: -0.09px;
  color: #000;
  text-align: center;
  background: #d1ec51;
  padding: 12px 10px;
  text-decoration: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  min-width: 360px;
  font-weight: normal;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  @media only screen and (max-width: 600px) {
    .btn {
      min-width: 100%;
      font-size: 16px;
      font-size: 1rem;
      line-height: 25px;
      line-height: 1.5625rem;
      padding: 10px; } }
  .btn:hover {
    background: #e8f5a8;
    color: #000; }
  .btn:focus {
    background: #2c9145;
    color: #fff; }
  .btn.style2 {
    color: #fff;
    background: #181818; }
    .btn.style2:hover {
      background: #55a848;
      color: #fff; }
    .btn.style2:focus {
      background: #2c9145;
      color: #fff; }

.filter-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #8e908c;
  border: 1px solid #8e908c;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 8px 20px;
  text-decoration: none; }
  .filter-btn.mini {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    line-height: 0.9375rem;
    padding: 6px 10px;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  @media only screen and (max-width: 600px) {
    .filter-btn {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 15px;
      line-height: 0.9375rem;
      padding: 6px 20px; } }
  .filter-btn:hover {
    background: #c6c7c5;
    color: #fff;
    border-color: #c6c7c5; }
  .filter-btn:focus, .filter-btn.active {
    color: #fff;
    background: #8e908c; }
    @media only screen and (max-width: 600px) {
      .filter-btn:focus, .filter-btn.active {
        color: #8e908c;
        background: none; } }
  .filter-btn.orange {
    color: #ff8c3b;
    border-color: #ff8c3b; }
    .filter-btn.orange:hover {
      color: #fff;
      background: #ffc59d;
      border-color: #ffc59d; }
    .filter-btn.orange:focus, .filter-btn.orange.active {
      color: #fff;
      background: #ff8c3b; }
      @media only screen and (max-width: 600px) {
        .filter-btn.orange:focus, .filter-btn.orange.active {
          color: #8e908c;
          background: none; } }
  .filter-btn.blue {
    color: #307fe2;
    border-color: #307fe2; }
    .filter-btn.blue:hover {
      color: #fff;
      background: #307fe2;
      border-color: #307fe2; }
    .filter-btn.blue:focus, .filter-btn.blue.active {
      color: #fff;
      background: #154b90; }
      @media only screen and (max-width: 600px) {
        .filter-btn.blue:focus, .filter-btn.blue.active {
          color: #8e908c;
          background: none; } }
  .filter-btn.red {
    color: #ff6c54;
    border-color: #ff6c54; }
    .filter-btn.red:hover {
      color: #fff;
      background: #ff6c54;
      border-color: #ff6c54; }
    .filter-btn.red:focus, .filter-btn.red.active {
      color: #fff;
      background: #dc533d; }
      @media only screen and (max-width: 600px) {
        .filter-btn.red:focus, .filter-btn.red.active {
          color: #8e908c;
          background: none; } }
  .filter-btn .mobile-view {
    display: none;
    position: relative;
    padding: 0 0 0 14px; }
    .filter-btn .mobile-view:after {
      position: absolute;
      top: -4px;
      left: 0;
      width: 10px;
      height: 10px;
      content: "x";
      line-height: 1;
      font-size: 20px;
      font-size: 1.25rem; }
    @media only screen and (max-width: 600px) {
      .filter-btn .mobile-view {
        display: block; } }
  @media only screen and (max-width: 600px) {
    .filter-btn .desktop-view {
      display: none; } }

.btn-play {
  width: 122px;
  height: 122px;
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  cursor: pointer; }
  .btn-play:hover {
    background: #000; }
  .btn-play:after {
    position: absolute;
    top: 34px;
    left: 54px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 26px;
    border-color: transparent transparent transparent #d1ec51; }

.pagination-btn {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 22px;
  color: #fff;
  background: #d1ec51;
  -webkit-border-radius: 1.6px;
          border-radius: 1.6px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative; }
  .pagination-btn:after {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 1px 0 0; }
  .pagination-btn.prev:after {
    -webkit-transform: rotate(-140deg);
        -ms-transform: rotate(-140deg);
            transform: rotate(-140deg);
    left: 10px; }
  .pagination-btn.next:after {
    -webkit-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
            transform: rotate(44deg);
    left: 6px; }

.contact-btn {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  font-family: "CarnacBold", Arial, Helvetica, sans-serif;
  padding: 42px 93px 45px;
  text-align: left; }
  @media only screen and (max-width: 1457px) {
    .contact-btn {
      padding: 15px 30px;
      font-size: 18px;
      font-size: 1.125rem;
      min-width: 0; } }
  @media only screen and (max-width: 900px) {
    .contact-btn {
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 62px;
      line-height: 3.875rem;
      padding: 27px 15px 30px; } }

.video-container + .contact-btn {
  display: none; }
  @media only screen and (max-width: 600px) {
    .video-container + .contact-btn {
      margin: 10px -16px 0;
      display: block; } }

.input-row {
  margin: 0 0 20px; }
  .input-row:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }

.form-control,
.umbraco-forms-field-wrapper {
  position: relative;
  padding: 0 0 36px; }
  .form-control.show-pass input,
  .umbraco-forms-field-wrapper.show-pass input {
    padding: 6px 50px 6px 14px; }
  .form-control.error input,
  .umbraco-forms-field-wrapper.error input {
    -webkit-box-shadow: 0 2px 6px 0 #CAED1D;
            box-shadow: 0 2px 6px 0 #CAED1D;
    border: 1px solid #D1EC51; }
  .form-control.error .error-message,
  .umbraco-forms-field-wrapper.error .error-message {
    display: block; }

.error-message {
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #4a4a4a;
  max-width: 140px;
  font-weight: normal;
  display: none; }

.toggle-password {
  position: absolute;
  top: 15px;
  right: 14px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: rgba(46, 27, 70, 0.4);
  font-weight: normal;
  cursor: pointer; }

input[type="radio"],
input[type="checkbox"] {
  outline: none !important;
  padding: 0 !important; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.radio-label {
  padding: 0 0 0 22px;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: rgba(155, 155, 155, 0.53); }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(46, 27, 70, 0.4);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background: #fff; }

[type="radio"]:checked + label:before {
  border-color: #d1ec51; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 15px;
  height: 15px;
  background: #d1ec51;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1); }

.form-group {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  line-height: 20px;
  line-height: 1.25rem; }
  .form-group.blue [type="radio"]:checked + label:before,
  .form-group.blue [type="radio"]:not(:checked) + label:before {
    border: 2px solid #307fe2; }
  .form-group.blue [type="radio"]:checked + label:after {
    background: #307fe2; }
  .form-group.red [type="radio"]:checked + label:before,
  .form-group.red [type="radio"]:not(:checked) + label:before {
    border: 2px solid #ff6c54; }
  .form-group.red [type="radio"]:checked + label:after {
    background: #ff6c54; }
  .form-group.orange [type="radio"]:checked + label:before,
  .form-group.orange [type="radio"]:not(:checked) + label:before {
    border: 2px solid #ff8c3b; }
  .form-group.orange [type="radio"]:checked + label:after {
    background: #ff8c3b; }
  .form-group.check .radio-label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 25px;
    line-height: 1.5625rem;
    color: #000;
    letter-spacing: -0.06px; }
    .subscribe-form .form-group.check .radio-label {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 20px;
      line-height: 1.25rem; }
  .form-group.check [type="checkbox"]:not(:checked) + label:before,
  .form-group.check [type="checkbox"]:checked + label:before {
    border: 1px solid #cacaca; }
  .form-group.check [type="checkbox"]:not(:checked) + label:after,
  .form-group.check [type="checkbox"]:checked + label:after {
    width: 12px;
    height: 8px;
    top: 5px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #fff;
    content: "";
    -webkit-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
            transform: rotate(-50deg); }
    .subscribe-form .form-group.check [type="checkbox"]:not(:checked) + label:after, .subscribe-form
    .form-group.check [type="checkbox"]:checked + label:after {
      width: 9px;
      height: 5px; }
  .form-group.check [type="checkbox"]:checked + label:before {
    background: #307fe2; }

[type="checkbox"]:not(:checked) + label.error:before,
[type="checkbox"]:checked + label.error:before {
  border: 1px solid #ff6c54; }

[type="checkbox"]:checked + label.error:before {
  background: #ff6c54;
  border: 1px solid #ff6c54; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .subscribe-form [type="checkbox"]:not(:checked) + label:before, .subscribe-form
  [type="checkbox"]:checked + label:before {
    width: 16px;
    height: 16px; }

[type="checkbox"]:checked + label:before {
  background: #307fe2;
  border: 1px solid #307fe2; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  font-family: 'icomoon' !important;
  content: '\e915';
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 8px;
  line-height: 0.5rem;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #307fe2; }

.form-area .umbraco-forms-navigation {
  text-align: center; }

.umbraco-forms-form {
  max-width: 588px;
  margin: 0 auto; }

.nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-transform: uppercase; }
  @media only screen and (max-width: 1023px) {
    .nav {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; } }
  .nav .main-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 1023px) {
      .nav .main-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: left;
        margin: 0 auto; } }
  .nav .nav-item {
    margin: 0 15px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px; }
    .nav .nav-item.hover > a {
      color: #000; }
    .nav .nav-item > a {
      position: relative;
      z-index: 1000;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      line-height: 20px; }
    @media only screen and (max-width: 1023px) {
      .nav .nav-item {
        margin: 0;
        display: block;
        height: auto; } }
    .nav .nav-item .open-icon {
      display: none; }
    @media only screen and (max-width: 1023px) {
      .nav .nav-item.has-drop-down .open-icon {
        display: block; } }
    @media only screen and (max-width: 1023px) {
      .nav .nav-item.open-item > a {
        background: rgba(216, 216, 216, 0.6); } }
    .nav .nav-item.open-item .open-icon:before {
      display: none; }
  .nav li {
    padding: 0; }
    .nav li:after {
      display: none; }
    .nav li:hover .drop {
      z-index: 11; }
  .nav a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "CarnacRegular", Arial, Helvetica, sans-serif;
    letter-spacing: -0.21px;
    color: #9b9b9b;
    font-weight: normal;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media only screen and (max-width: 1023px) {
      .nav a {
        color: #000;
        line-height: 31px; } }
    .nav a:focus, .nav a:hover {
      color: #000; }
    @media only screen and (max-width: 1023px) {
      .nav a {
        font-size: 14px;
        font-size: 0.875rem;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 300;
        padding: 4px 15px;
        position: relative; }
        .nav a .open-btn {
          display: block; } }
  .nav .drop {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 0 5px 0;
    width: 213px;
    display: none;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19); }
    @media only screen and (max-width: 1023px) {
      .nav .drop {
        position: static;
        width: auto;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin: 0;
        padding: 7px 0 6px;
        background: rgba(216, 216, 216, 0.3); } }
    .sticky-header .nav .drop {
      top: 54px; }
    .nav .drop:after {
      content: "";
      bottom: 100%;
      left: 0;
      right: 0;
      height: 56px;
      background: rgba(255, 255, 255, 0.95);
      position: absolute; }
      @media only screen and (max-width: 1023px) {
        .nav .drop:after {
          display: none; } }
      .sticky-header .nav .drop:after {
        height: 40px; }
    .nav .drop li {
      margin: 0 0 14px; }
      @media only screen and (max-width: 1023px) {
        .nav .drop li {
          margin: 0; } }
    .nav .drop a {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px;
      line-height: 1.125rem;
      padding: 11px 24px; }
      @media only screen and (max-width: 1023px) {
        .nav .drop a {
          text-transform: none;
          padding: 4px 29px; } }
      .nav .drop a:hover {
        background: rgba(216, 216, 216, 0.3); }
      .nav .drop a:after {
        display: none; }

.search-btn-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19px;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0 18px; 
  color: #2B303A
}
  @media only screen and (max-width: 1023px) {
    .search-btn-container {
      display: none; } }

.search-btn-opener {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .search-btn-opener.mobile {
    display: none; }
    @media only screen and (max-width: 1023px) {
      .search-btn-opener.mobile {
        display: block;
        float: right;
        margin: 14px 0 0 10px; } }
    @media only screen and (max-width: 767px) {
      .search-btn-opener.mobile {
        display: block;
        float: right;
        margin: 4px 0 0 10px;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 27px;
        line-height: 1.6875rem; } }
  @media only screen and (max-width: 1023px) {
    .search-container .search-btn-opener {
      display: none; } }

.search-container {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 15px 8px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .search-open .search-container {
    top: 100%; }
  .search-container .search-btn {
    background: none;
    position: absolute;
    top: 10px;
    right: 15px;
    height: 45px;
    width: 45px;
    min-width: 0;
    z-index: 2;
    font-size: 22px;
    font-size: 1.375rem; }

.language-switcher {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25px;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  margin: 0 0 0 18px;
  position: relative;
  height: 21px; }
  @media only screen and (max-width: 1023px) {
    .language-switcher {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      height: auto;
      margin: 0 auto;
      width: 100%;
      padding: 0 15px;
      text-align: left; } }
  @media only screen and (max-width: 1023px) {
    .language-switcher.open .lang-opener-mobile {
      background: #2c9145; } }
  .language-switcher span.mobile {
    display: none; }
    @media only screen and (max-width: 1023px) {
      .language-switcher span.mobile {
        display: block; } }
  .language-switcher span.desktop {
    display: block; }
    @media only screen and (max-width: 1023px) {
      .language-switcher span.desktop {
        display: none; } }
  .language-switcher .title {
    display: none;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px;
    line-height: 1.5625rem;
    font-weight: 300; }
    @media only screen and (max-width: 1023px) {
      .language-switcher .title {
        display: block; } }
  .language-switcher .lang-opener {
    display: block;
    line-height: 13px;
    line-height: 0.8125rem;
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 1023px) {
      .language-switcher .lang-opener {
        text-align: left;
        padding: 3px 40px 3px 10px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        position: relative;
        min-width: 290px;
        margin: 0 auto;
        border: 1px solid #8e908c; } }
  .language-switcher .icon-language {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
    color: #2B303A;
  }
    @media only screen and (max-width: 1023px) {
      .language-switcher .icon-language {
        display: none; } }
  .language-switcher .lang-selected {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-family: "CarnacBold", Arial, Helvetica, sans-serif; 
    color: #2B303A;
  }
    @media only screen and (max-width: 1023px) {
      .language-switcher .lang-selected {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 27px;
        line-height: 1.6875rem;
        text-transform: none;
        font-family: "Roboto", Arial, Helvetica, sans-serif; } }
  .language-switcher .lang-opener-mobile {
    display: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media only screen and (max-width: 1023px) {
      .language-switcher .lang-opener-mobile {
        display: block;
        width: 22px;
        height: 24px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        position: absolute;
        top: 5px;
        right: 4px;
        background: #d1ec51; } }
    .language-switcher .lang-opener-mobile .icon {
      position: absolute;
      top: 6px;
      left: 7px;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      font-size: 12px;
      font-size: 0.75rem;
      color: #fff; }
  .language-switcher .language-drop {
    position: absolute;
    top: 100%;
    left: -5px;
    display: none;
    margin: 5px 0 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    background: rgba(255, 255, 255, 0.95); }
    @media only screen and (max-width: 1023px) {
      .language-switcher .language-drop {
        left: 15px;
        right: 15px;
        margin: 0;
        position: static; } }
    .language-switcher .language-drop li {
      padding: 10px;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 15px;
      line-height: 0.9375rem;
      cursor: pointer;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .language-switcher .language-drop li:after {
        display: none; }
      .language-switcher .language-drop li:hover {
        background: rgba(216, 216, 216, 0.3); }

.location-switcher {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  height: auto;
  margin: 0 auto 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  padding: 0 15px;
  text-align: left;
  display: none; }
  @media only screen and (max-width: 1023px) {
    .location-switcher {
      display: block; } }
  @media only screen and (max-width: 1023px) {
    .location-switcher.open .location-opener-mobile {
      background: #2c9145; } }
  .location-switcher .title {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px;
    line-height: 1.5625rem;
    font-weight: 300; }
  .location-switcher .location-opener {
    display: block;
    line-height: 13px;
    line-height: 0.8125rem;
    text-align: center;
    cursor: pointer;
    text-align: left;
    padding: 4px 40px 4px 10px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    min-width: 290px;
    margin: 0 auto;
    border: 1px solid #8e908c; }
  .location-switcher .location-selected {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 27px;
    line-height: 1.6875rem;
    z-index: 2;
    text-transform: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .location-switcher .location-opener-mobile {
    display: block;
    width: 22px;
    height: 24px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: absolute;
    top: 5px;
    right: 4px;
    background: #d1ec51;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .location-switcher .location-opener-mobile .icon {
      position: absolute;
      top: 6px;
      left: 7px;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      font-size: 12px;
      font-size: 0.75rem;
      color: #fff; }
  .location-switcher .location-drop {
    margin: 0;
    position: static;
    display: none;
    height: 146px;
    overflow: auto;
    margin: 5px 0 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    background: rgba(255, 255, 255, 0.95); }
    .location-switcher .location-drop li {
      padding: 10px;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 15px;
      line-height: 0.9375rem;
      cursor: pointer;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .location-switcher .location-drop li:after {
        display: none; }
      .location-switcher .location-drop li:hover {
        background: rgba(216, 216, 216, 0.3); }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  letter-spacing: -0.21px;
  font-weight: normal;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 99999; }
  .header .header-container {
    z-index: 5;
    position: relative;
    background: #fff;
    padding: 57px 0 37px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 1023px) {
      .header .header-container {
        padding: 10px 0;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); } }
  .sticky-header .header .header-container {
    padding: 10px 0; }
  .sticky-header .header .logo {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .header .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header .wrap:after {
      display: none; }
    @media only screen and (max-width: 1023px) {
      .header .wrap {
        display: block; }
        .header .wrap:after {
          content: "";
          clear: both;
          display: block; } }
  .header .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 218px;
        -ms-flex: 0 0 218px;
            flex: 0 0 218px;
    width: 218px;
    position: relative;
    -webkit-transform: translate(0, -7px);
        -ms-transform: translate(0, -7px);
            transform: translate(0, -7px);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    @media only screen and (max-width: 1023px) {
      .header .logo {
        float: left;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); } }
    @media only screen and (max-width: 767px) {
      .header .logo {
        width: 118px;
        height: 30px; } }
    .header .logo .skicky-logo {
      display: none; }
    .header .logo .default-logo {
      height: 100%;
      width: auto; }
  .header a {
    text-decoration: none; }
  .header .login-btn {
    display: inline-block;
    vertical-align: top;
    color: #000;
    background: #d1ec51;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
    font-weight: 400;
    padding: 2px 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    min-width: 55px;
    margin: 0 0 0 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55px;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
    letter-spacing: -0.21px; }
    @media only screen and (max-width: 1023px) {
      .header .login-btn {
        max-width: 320px;
        min-width: 290px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem;
        padding: 10px 10px;
        margin: 0 auto 17px; } }
    .header .login-btn:hover {
      background: #e8f5a8;
      color: #000; }
    .header .login-btn:focus {
      background: #2c9145;
      color: #fff; }
  .header .location {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21px;
        -ms-flex: 0 0 21px;
            flex: 0 0 21px;
    color: #2B303A;
    margin: 0 0 0 18px; }
    @media only screen and (max-width: 1023px) {
      .header .location {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        display: none; } }
  .header .menu-burger {
    display: none;
    position: relative;
    margin: 16px 0 0 20px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media only screen and (max-width: 767px) {
      .header .menu-burger {
        margin: 5px 0 0 20px; } }
    .header .menu-burger.open span {
      visibility: hidden;
      opacity: 0; }
    .header .menu-burger.open:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 10px; }
    .header .menu-burger.open:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 10px; }
    .header .menu-burger:after, .header .menu-burger:before,
    .header .menu-burger span {
      content: "";
      height: 4px;
      background: #181818;
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      visibility: visible;
      opacity: 1;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .header .menu-burger:after {
      top: 2px; }
    .header .menu-burger:before {
      top: 18px; }
    @media only screen and (max-width: 1023px) {
      .header .menu-burger {
        display: block;
        float: right; } }
  .header .mobile-drop-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
    @media only screen and (min-width: 1024px) {
      .header .mobile-drop-container {
        height: auto !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
    @media only screen and (max-width: 1023px) {
      .header .mobile-drop-container {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        max-height: -webkit-calc(100vh - 55px);
        max-height: calc(100vh - 55px);
        overflow: auto;
        -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.19);
                box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.19); } }
  .header .mobile-drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      .header .mobile-drop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 5px 0 33px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        text-align: center; } }

.social-section {
  background: #363b44;
  padding: 59px 0 34px; }
  @media only screen and (max-width: 900px) {
    .social-section {
      padding: 30px 0 37px; } }
  .social-section .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .social-section .wrap:after {
      display: none; }
    @media only screen and (max-width: 600px) {
      .social-section .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .social-section .logo {
    position: relative; }
    @media only screen and (max-width: 900px) {
      .social-section .logo {
        width: 199px;
        height: 51px; } }
    @media only screen and (max-width: 600px) {
      .social-section .logo {
        margin: 0 auto 38px; } }
    .social-section .logo svg {
      width: 100%;
      height: auto; }
  .social-section .social_networks {
    margin: 0 4px 0 0;
    overflow: hidden; }
    @media only screen and (max-width: 600px) {
      .social-section .social_networks {
        margin: 0; } }
    .social-section .social_networks li {
      padding: 0;
      float: left;
      margin: 0 0 0 12px; }
      .social-section .social_networks li:after {
        display: none; }
      @media only screen and (max-width: 600px) {
        .social-section .social_networks li {
          margin: 0 5px; } }
    .social-section .social_networks a {
      text-decoration: none;
      color: #000;
      display: block;
      background: #fff;
      padding: 4px;
      -webkit-border-radius: 20px;
              border-radius: 20px;
      width: 33px;
      height: 33px;
      text-align: center;
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 29px;
      line-height: 1.8125rem; }
      @media only screen and (max-width: 600px) {
        .social-section .social_networks a {
          width: 28px;
          height: 28px;
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px;
          line-height: 1.5rem; } }
      .social-section .social_networks a:hover {
        background: #e8f5a8; }
      .social-section .social_networks a .icon {
        margin: 0 0 0 2px;
        display: inline-block; }

.footer {
  background: #2b303a;
  padding: 44px 0; }
  @media only screen and (max-width: 900px) {
    .footer {
      padding: 42px 0; } }
  .footer .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer .wrap:after {
      display: none; }
  .footer .link-container {
    margin: 0;
    padding: 5px 0 0; }
    @media only screen and (max-width: 900px) {
      .footer .link-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding: 0 0 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer .link-container li {
      padding: 0;
      margin: 0 0 23px; }
      .footer .link-container li:after {
        display: none; }
      @media only screen and (max-width: 900px) {
        .footer .link-container li {
          margin: 0 29px 23px; } }
      @media only screen and (max-width: 767px) {
        .footer .link-container li {
          margin: 0 29px 23px 21px; } }
    .footer .link-container a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      line-height: 18px;
      color: #fff; }
      .footer .link-container a:hover {
        color: #d1ec51; }
        .footer .link-container a:hover .icon-holder {
          background: #d1ec51; }
        .footer .link-container a:hover .small-text {
          color: #d1ec51; }
      @media only screen and (max-width: 767px) {
        .footer .link-container a {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
    .footer .link-container .icon-holder {
      display: block;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background: #dedfde;
      text-align: center;
      padding: 4px; }
    .footer .link-container .icon {
      color: #fff; }
    .footer .link-container .text-holder {
      padding: 0 0 0 14px; }
      @media only screen and (max-width: 767px) {
        .footer .link-container .text-holder {
          padding: 0 0 0 20px; } }
    .footer .link-container .title {
      display: block;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; }
    .footer .link-container .smalltext {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      line-height: 1.125rem;
      display: block;
      margin: 0; }
  @media only screen and (max-width: 900px) {
    .footer .footer-menu {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto 19px;
      max-width: 500px;
      padding: 0 40px; } }
  .footer .footer-menu li {
    padding: 0;
    line-height: 18px;
    line-height: 18px;
    line-height: 1.125rem;
    margin: 0 0 16px; }
    @media only screen and (max-width: 900px) {
      .footer .footer-menu li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 0 0 0 5px; } }
    .footer .footer-menu li:after {
      display: none; }
  .footer .footer-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem; }
    .footer .footer-menu a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 900px) {
    .footer .form-holder {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 50px; } }
  .footer .subscribe-form {
    color: #fff;
    max-width: 204px;
    display: none; }
    @media only screen and (max-width: 900px) {
      .footer .subscribe-form {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        max-width: 500px;
        padding: 0 40px; } }
    .footer .subscribe-form .heading {
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 32px;
      line-height: 2rem;
      margin: 0 0 12px; }
      @media only screen and (max-width: 767px) {
        .footer .subscribe-form .heading {
          font-size: 16px;
          font-size: 1rem; } }
    .footer .subscribe-form input[type="email"] {
      min-width: 204px; }
    .footer .subscribe-form input[type="submit"] {
      min-width: 204px;
      width: 100%; }
    .footer .subscribe-form .form-control {
      padding: 0 0 12px; }
    .footer .subscribe-form .form-group.check .radio-label {
      color: #fff; }
    .footer .subscribe-form .icon-holder {
      display: block;
      width: 12px;
      height: 12px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12px;
          -ms-flex: 0 0 12px;
              flex: 0 0 12px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background: #dedfde;
      text-align: center;
      padding: 1px;
      font-size: 7px;
      font-size: 0.4375rem; }
    .footer .subscribe-form .text-holder {
      margin: 0 0 0 8px; }
    .footer .subscribe-form .subscribe-info-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 7px;
      font-size: 0.4375rem;
      line-height: 12px;
      line-height: 0.75rem; }
  .footer .text-widget {
    padding: 137px 0 0; }
    @media only screen and (max-width: 900px) {
      .footer .text-widget {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding: 0;
        text-align: center; } }
    .footer .text-widget h4 {
      color: #fff;
      font-weight: normal; }
      @media only screen and (max-width: 600px) {
        .footer .text-widget h4 {
          font-size: 27px;
          font-size: 1.6875rem; } }

.sidebar ul {
  margin: 0 0 49px; }
  @media only screen and (max-width: 900px) {
    .sidebar ul {
      margin: 0 0 32px; } }
  .sidebar ul li {
    padding: 0; }
    .sidebar ul li:after {
      display: none; }
  .sidebar ul a {
    text-transform: uppercase;
    padding: 14px 92px 9px;
    line-height: 50px;
    line-height: 3.125rem;
    display: block;
    font-family: "CarnacLight", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media only screen and (max-width: 1457px) {
      .sidebar ul a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 37px;
        line-height: 2.3125rem;
        padding: 12px 41px; } }
    .sidebar ul a:hover {
      background: #f0f0f0; }

.sidebar a {
  text-decoration: none;
  color: #000; }

.sidebar .open-btn {
  padding: 21px 30px;
  position: relative;
  cursor: pointer;
  display: none; }
  @media only screen and (max-width: 900px) {
    .sidebar .open-btn {
      display: block; } }
  .sidebar .open-btn .open-icon {
    right: 24px; }

@media only screen and (max-width: 900px) {
  .sidebar .open-close-drop {
    display: none; } }

.location {
  overflow: hidden; }
  .location > .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (max-width: 600px) {
      .location > .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .location > .wrap:after {
      display: none; }
  .location-country {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38px;
    line-height: 2.375rem; }
    @media only screen and (max-width: 600px) {
      .location-country {
        font-size: 16px;
        font-size: 1rem;
        line-height: 27px;
        line-height: 1.6875rem; } }
  .location .country-adr {
    margin: 0 0 20px; }
  .location-content {
    width: -webkit-calc(100% - 386px);
    width: calc(100% - 386px);
    padding: 116px 82px 106px 0;
    margin: 0 -120px 0 0px; }
    @media only screen and (max-width: 1457px) {
      .location-content {
        margin: 0 -20px 0 0;
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
        padding: 80px 40px 80px 0; } }
    @media only screen and (max-width: 600px) {
      .location-content {
        width: 100%;
        padding: 40px 0;
        margin: 0;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1; } }
  .location-sidebar {
    background: #FBFBFB;
    width: 35%;
    width: 506px;
    padding: 106px 0 20px;
    margin: 0 -120px 0 120px;
    overflow: hidden; }
    @media only screen and (max-width: 1457px) {
      .location-sidebar {
        margin: 0 -20px 0 20px;
        padding: 30px 0 0;
        width: 300px; } }
    @media only screen and (max-width: 600px) {
      .location-sidebar {
        width: -webkit-calc(100% + 32px);
        width: calc(100% + 32px);
        margin: 0 -16px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        padding: 40px 0; } }
    .location-sidebar .heading-title {
      padding: 0 10px 0 120px; }
      @media only screen and (max-width: 1457px) {
        .location-sidebar .heading-title {
          padding: 0 10px 0 40px; } }
      @media only screen and (max-width: 600px) {
        .location-sidebar .heading-title {
          padding: 0 16px; } }
    .location-sidebar-list {
      margin: 0; }
      @media only screen and (max-width: 600px) {
        .location-sidebar-list {
          margin: 0 16px; } }
      .location-sidebar-list li {
        padding: 0; }
        @media only screen and (max-width: 600px) {
          .location-sidebar-list li {
            margin: 10px 0 0; } }
        @media only screen and (max-width: 600px) {
          .location-sidebar-list li:first-child {
            margin: 0; } }
        .location-sidebar-list li:after {
          display: none; }
      .location-sidebar-list a {
        text-transform: uppercase;
        color: #000;
        display: block;
        text-decoration: none;
        padding: 19px 10px 19px 120px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        @media only screen and (max-width: 1457px) {
          .location-sidebar-list a {
            padding: 19px 10px 19px 40px; } }
        @media only screen and (max-width: 600px) {
          .location-sidebar-list a {
            text-align: center;
            padding: 7px 10px; } }
        .location-sidebar-list a:hover {
          background: #f0f0f0; }
    @media only screen and (max-width: 600px) {
      .location-sidebar .col-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media only screen and (max-width: 600px) {
      .location-sidebar .col-holder .col {
        width: 50%; } }

.banner {
  min-height: 468px;
  background-color: #d1ec51;
  background-position: center center !important;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  padding: 105px 0 105px; }
  .banner.bg-gray {
    background: #FBFBFB; }
  .banner.half-height {
    min-height: 261px;
    padding: 105px 0 61px; }
    @media only screen and (max-width: 600px) {
      .banner.half-height {
        min-height: auto;
        padding: 32px 0 38px; } }
  @media only screen and (max-width: 767px) {
    .banner {
      padding: 32px 0 96px; } }
  @media only screen and (max-width: 600px) {
    .banner {
      min-height: 220px; } }
  .banner.two-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    min-height: 528px; }
    @media only screen and (max-width: 900px) {
      .banner.two-column {
        display: block;
        min-height: 340px; } }
    .banner.two-column.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .banner.two-column .col {
      padding: 105px 82px;
      width: 50%; }
      @media only screen and (max-width: 900px) {
        .banner.two-column .col {
          width: 100%;
          min-height: 220px;
          padding: 20px; } }
      .banner.two-column .col.img {
        -webkit-background-size: cover !important;
                background-size: cover !important;
        background-position: center center !important; }
        @media only screen and (max-width: 900px) {
          .banner.two-column .col.img {
            min-height: 220px; } }
      @media only screen and (max-width: 900px) {
        .banner.two-column .col h1 {
          max-width: 100%; } }
  .banner h1 {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 64px;
    line-height: 4rem;
    margin: 0 0 37px;
    text-transform: capitalize;
    letter-spacing: 0; }
    @media only screen and (max-width: 767px) {
      .banner h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 36px;
        line-height: 2.25rem;
        margin: 0 0 20px; } }
  .banner p {
    max-width: 900px; }

.hero-banner {
  min-height: 616px;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  @media only screen and (max-width: 600px) {
    .hero-banner {
      min-height: 424px;
      background-position: 66% center !important; } }
  .hero-banner .wrap {
    position: relative;
    max-width: 830px;
    top: 176px; }
    @media only screen and (max-width: 1120px) {
      .hero-banner .wrap {
        max-width: 650px; } }
    @media only screen and (max-width: 600px) {
      .hero-banner .wrap {
        max-width: 100%; } }
  .hero-banner-text {
    width: 400px;
    font-family: 'CarnacBold';
    z-index: 1; }
    .hero-banner-text.hide-curve:after {
      display: none; }
    @media only screen and (max-width: 600px) {
      .hero-banner-text {
        left: 80px;
        width: 200px;
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: 0px; } }
    .hero-banner-text h1 {
      font-size: 44px;
      font-size: 2.75rem;
      line-height: 48px;
      line-height: 3rem;
      font-family: 'CarnacBold'; }
      @media only screen and (max-width: 900px) {
        .hero-banner-text h1 {
          font-size: 36px;
          font-size: 2.25rem;
          line-height: 40px;
          line-height: 2.5rem; } }
      @media only screen and (max-width: 600px) {
        .hero-banner-text h1 {
          font-size: 25px;
          font-size: 1.5625rem;
          line-height: 1; } }
    .hero-banner-text:after {
      position: absolute;
      width: 390px;
      top: -80px;
      right: 84%;
      bottom: -94px;
      content: "";
      background: url(../img/curve.svg);
      background-repeat: no-repeat;
      background-position: 100% 0;
      -webkit-background-size: auto 100%;
              background-size: auto 100%;
      z-index: 0; }
      @media only screen and (max-width: 1120px) {
        .hero-banner-text:after {
          right: 80%; } }
      @media only screen and (max-width: 900px) {
        .hero-banner-text:after {
          display: none; } }
      @media only screen and (max-width: 600px) {
        .hero-banner-text:after {
          width: 140px;
          top: -40px;
          right: 81%;
          bottom: -46px; } }

.visual-banner {
  position: relative;
  min-height: 756px;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  background-position: center center !important; }
  @media only screen and (max-width: 600px) {
    .visual-banner {
      margin: 0 0 80px;
      min-height: 545px;
      background-position: 30% center !important; } }
  .visual-banner.reverse .visual-banner-text {
    float: left; }
    @media only screen and (max-width: 600px) {
      .visual-banner.reverse .visual-banner-text {
        float: none; } }
  .visual-banner .wrap {
    position: relative;
    top: 90px; }
    @media only screen and (max-width: 600px) {
      .visual-banner .wrap {
        position: absolute;
        bottom: -50px;
        top: auto;
        left: 16px;
        right: 16px;
        padding: 0; } }
  .visual-banner-text {
    background: #d1ec51;
    padding: 58px 50px;
    width: 384px;
    float: right; }
    @media only screen and (max-width: 600px) {
      .visual-banner-text {
        -webkit-border-radius: 0 0 4px 4px;
                border-radius: 0 0 4px 4px;
        width: 100%;
        padding: 30px 24px; } }
    .visual-banner-text p {
      margin: 0 0 28px; }
  .visual-banner .btn {
    min-width: 100%; }

.cookies-box {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #000;
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  width: 100%;
  max-width: 600px;
  position: fixed;
  top: 95%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 100;
  -webkit-box-shadow: 0 5px 10px 0 rgba(155, 155, 155, 0.4);
          box-shadow: 0 5px 10px 0 rgba(155, 155, 155, 0.4);
  display: none; }
  @media only screen and (max-width: 900px) {
    .cookies-box {
      max-width: -webkit-calc(100vw - 40px);
      max-width: calc(100vw - 40px);
      -webkit-transform: translate(-webkit-calc(-50% - 20px), -100%);
          -ms-transform: translate(calc(-50% - 20px), -100%);
              transform: translate(calc(-50% - 20px), -100%);
      margin: 0 20px; } }
  .view-cookie .cookies-box {
    display: block; }
  .cookies-box-header {
    background: #F8F9F8;
    padding: 19px 34px 4px;
    text-align: center; }
  .cookies-box-body {
    -webkit-border-radius: 0px 0px 4px 4px;
            border-radius: 0px 0px 4px 4px;
    padding: 28px 33px 30px;
    border: 1px solid rgba(155, 155, 155, 0.45); }
    @media only screen and (max-width: 900px) {
      .cookies-box-body {
        padding: 16px; } }
    .cookies-box-body p {
      margin: 0 0 28px; }
  .cookies-box .btn {
    font-family: "CarnacBold", sans-serif;
    min-width: 252px;
    padding: 12px 35px;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 32px;
    line-height: 2rem;
    letter-spacing: -0.09px;
    font-weight: normal;
    color: #2B303A;
    border-radius: 60px;
   }
    @media only screen and (max-width: 900px) {
      .cookies-box .btn {
        min-width: 200px; } }
  .cookies-box .label-text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
    display: inline-block;
    vertical-align: top;
    margin: 3px 9px 0 0; }
  .cookies-box h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    color: #000;
    font-weight: normal;
    font-family: "CarnacLight", Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top; }

.informative-box:after {
  content: "";
  display: table;
  clear: both;
  width: 100%; }

.informative-box-img {
  float: left;
  margin: 0 18px 0 0;
  -webkit-border-radius: 100%;
          border-radius: 100%; }
  .informative-box-img img {
    vertical-align: top;
    -webkit-border-radius: 100%;
            border-radius: 100%; }

.informative-box-text {
  overflow: hidden; }

.video-container {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 900px) {
    .content .video-container {
      margin: 0 -20px;
      width: auto;
      display: block; } }
  @media only screen and (max-width: 600px) {
    .content .video-container {
      margin: 0 -16px; } }
  .video-container-wrap {
    position: relative;
    padding-top: 57.8%; }
    .video-container-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-container .title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    font-family: "CarnacLight", Arial, Helvetica, sans-serif;
    margin: 0 0 13px; }
    @media only screen and (max-width: 600px) {
      .video-container .title {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 30px;
        line-height: 1.875rem; } }
  .video-container .description {
    padding: 43px 49px 15px;
    background: #d1ec51;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
    line-height: 1.5625rem; }
  .video-container .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.section {
  margin: 0;
  padding: 90px 0;
  position: relative; }
  .section.green-bg {
    background: #d1ec51; }
  .section.gray-bg {
    background: #F8F9F8; }
  .section.gray-bg-light {
    background: #FBFBFB; }
  .section.top-bg-gray {
    z-index: 1; }
    .section.top-bg-gray:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      content: "";
      height: 40%;
      background: #dedfde;
      z-index: -1; }
      @media only screen and (max-width: 900px) {
        .section.top-bg-gray:after {
          height: 20%; } }
  @media only screen and (max-width: 600px) {
    .section {
      padding: 40px 0; } }
  .section-title {
    text-align: center;
    margin: 0 0 58px;
    padding: 0 30px;
    overflow: hidden; }
    @media only screen and (max-width: 600px) {
      .section-title {
        margin: 0 0 30px; } }
    .section-title h3 {
      font-size: 46px;
      font-size: 2.875rem;
      line-height: 48px;
      line-height: 3rem;
      font-family: "CarnacBold", Arial, Helvetica, sans-serif; }
      @media only screen and (max-width: 600px) {
        .section-title h3 {
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 36px;
          line-height: 2.25rem; } }

.info-holder.reverse h3 {
  float: right;
  padding: 0;
  text-align: right; }
  @media only screen and (max-width: 1023px) {
    .info-holder.reverse h3 {
      float: none;
      width: auto;
      text-align: left; } }

.info-holder.reverse .info-holder-text {
  float: left;
  margin: 0;
  padding: 0 10px 0 0; }

.info-holder.reverse .btn {
  float: right; }
  @media only screen and (max-width: 1023px) {
    .info-holder.reverse .btn {
      float: none; } }

.info-holder:after {
  content: "";
  display: table;
  clear: both;
  width: 100%; }

.info-holder h3 {
  width: 50%;
  padding: 0 20px 0 0;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 48px;
  line-height: 3rem; }
  @media only screen and (max-width: 1023px) {
    .info-holder h3 {
      width: auto;
      padding: 0; } }
  @media only screen and (max-width: 600px) {
    .info-holder h3 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px;
      line-height: 2.25rem; } }

.info-holder-text {
  float: right;
  width: 50%;
  margin: -89px 0 0 0;
  padding: 0 0 0 10px; }
  @media only screen and (max-width: 1023px) {
    .info-holder-text {
      width: auto;
      margin: 0;
      padding: 0; } }
  @media only screen and (max-width: 600px) {
    .info-holder-text p {
      margin: 0 0 34px; } }

.info-holder .btn {
  margin: 42px 0 0; }
  @media only screen and (max-width: 1023px) {
    .info-holder .btn {
      margin: 0; } }

.info-list {
  margin: 0 -12px 56px; }
  @media only screen and (max-width: 900px) {
    .info-list {
      margin: 0 -16px 56px; } }
  @media only screen and (max-width: 600px) {
    .info-list {
      margin: 0 -16px 8px; } }
  .info-list li {
    padding: 0;
    margin: 0 0.8% 24px;
    display: inline-block;
    vertical-align: top;
    width: 31.3%; }
    .info-list li:after {
      display: none; }
    @media only screen and (max-width: 900px) {
      .info-list li {
        width: 100%;
        margin: 0 0 24px; } }
  .info-list-img {
    margin: 0 0 26px; }
    @media only screen and (max-width: 600px) {
      .info-list-img {
        margin: 0 0 22px; } }
    .info-list-img img {
      width: 100%; }
  .info-list-text {
    padding: 0 20px; }
    @media only screen and (max-width: 600px) {
      .info-list-text {
        padding: 0 15px 22px; } }
    .info-list-text p {
      margin: 0; }

.graph-area {
  text-align: center; }
  .graph-area-img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 240px; }
  .graph-area-text {
    width: 220px;
    max-height: 220px;
    overflow: hidden;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    letter-spacing: 0.2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .graph-area-text p {
      margin: 0; }
    @media only screen and (max-width: 600px) {
      .graph-area-text {
        width: 142px;
        max-height: 118px;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 14px;
        line-height: 0.875rem; } }
  .graph-area-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
    line-height: 2rem;
    margin: 0 0 28px;
    display: block; }
    @media only screen and (max-width: 600px) {
      .graph-area-title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 20px;
        line-height: 1.25rem;
        margin: 0 0 14px; } }

.personal-info {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .personal-info.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media only screen and (max-width: 900px) {
    .personal-info {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27px;
      line-height: 1.6875rem; } }
  @media only screen and (max-width: 600px) {
    .personal-info {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem; } }
  .personal-info h4 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 700;
    margin: 0 0 52px; }
    @media only screen and (max-width: 600px) {
      .personal-info h4 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem;
        margin: 0 0 25px; } }
  .personal-info-img {
    width: 50%;
    padding: 0 40px;
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .personal-info-img img {
        width: 100%;
        margin: 0 0 34px; } }
    @media only screen and (max-width: 600px) {
      .personal-info-img {
        width: 100%;
        padding: 0; } }
  .personal-info-text {
    width: 50%; }
    @media only screen and (max-width: 600px) {
      .personal-info-text {
        width: 100%; } }
  .personal-info .subtitle {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem; }
    .personal-info .subtitle span {
      display: block;
      margin: 0 0 10px; }
  .personal-info .position {
    line-height: 32px;
    line-height: 2rem;
    margin: 0 0 35px; }
    @media only screen and (max-width: 600px) {
      .personal-info .position {
        line-height: 28px;
        line-height: 1.75rem;
        margin: 0 0 26px; } }
  .personal-info .contact-box {
    line-height: 32px;
    line-height: 2rem;
    margin: 0 0 20px; }
    @media only screen and (max-width: 600px) {
      .personal-info .contact-box {
        line-height: 28px;
        line-height: 1.75rem;
        margin: 0 0 30px; } }
  .personal-info a {
    color: #25BAA7; }

.news-box {
  background: #fff;
  padding: 70px 40px 64px;
  color: #000;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 32px;
  line-height: 2rem; }
  @media only screen and (max-width: 600px) {
    .news-box {
      min-height: auto !important; } }
  .news-box .holder {
    height: 64px;
    margin: 0 0 33px;
    overflow: hidden; }
    @media only screen and (max-width: 900px) {
      .news-box .holder {
        margin: 0 0 15px; } }
    @media only screen and (max-width: 600px) {
      .news-box .holder {
        overflow: vissible; } }
  @media only screen and (max-width: 900px) {
    .news-box {
      -webkit-border-radius: 4px;
              border-radius: 4px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 27px;
      line-height: 1.6875rem;
      padding: 30px 25px; } }

.news {
  position: relative;
  min-height: 790px;
  padding: 168px 0 100px;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  background-position: center center !important; }
  @media only screen and (max-width: 900px) {
    .news {
      min-height: 570px;
      padding: 70px 0; } }
  @media only screen and (max-width: 600px) {
    .news {
      min-height: 200px;
      padding: 33px 0px 40px; } }
  .news-area {
    position: relative; }
  .news-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 47px;
    line-height: 2.9375rem;
    margin: 0 0 145px;
    padding: 0 390px 0 0;
    color: #fff; }
    @media only screen and (max-width: 900px) {
      .news-title {
        padding: 0;
        margin: 0 0 70px; } }
    @media only screen and (max-width: 600px) {
      .news-title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 22px;
        line-height: 1.375rem;
        margin: 0 0 28px; } }
  .news-list {
    margin: 0 -8px 20px; }
    @media only screen and (max-width: 600px) {
      .news-list {
        margin: 0 0 25px; } }
    .news-list li {
      padding: 0;
      margin: 0 0.7% 24px;
      display: inline-block;
      vertical-align: top;
      width: 31.4%; }
      .news-list li:after {
        display: none; }
      @media only screen and (max-width: 900px) {
        .news-list li {
          margin: 0 0.6% 24px; } }
      @media only screen and (max-width: 600px) {
        .news-list li {
          width: 100%;
          margin: 0 0 20px; } }
  .news .btn {
    position: absolute;
    top: 0;
    right: 0; }
    @media only screen and (max-width: 900px) {
      .news .btn {
        position: static; } }

.news-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .news-section a {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 32px;
    line-height: 2rem;
    text-decoration: none; }
    .news-section a:hover {
      text-decoration: underline; }
    @media only screen and (max-width: 600px) {
      .news-section a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem; } }
  .news-section .col-l {
    width: 50%; }
    @media only screen and (max-width: 900px) {
      .news-section .col-l {
        width: 100%;
        margin: 0 0 20px; } }
  .news-section .col-r {
    width: 50%; }
    @media only screen and (max-width: 900px) {
      .news-section .col-r {
        width: 100%; } }
  .news-section .secondary-wrap {
    width: 300px; }
    @media only screen and (max-width: 900px) {
      .news-section .secondary-wrap {
        width: auto; } }
  .news-section-article {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; }
    @media only screen and (max-width: 600px) {
      .news-section-article {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
  .news-section .label-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }

.news-article-list {
  margin: 0 -10px; }
  @media only screen and (max-width: 600px) {
    .news-article-list {
      margin: 0; } }
  .news-article-list .three-col:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  .news-article-list .three-col .news-article {
    width: 31.5%;
    float: left; }
    @media only screen and (max-width: 600px) {
      .news-article-list .three-col .news-article {
        width: 100%; } }
  .news-article-list .two-col:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  .news-article-list .two-col.reverse .news-article.large {
    float: right; }
  .news-article-list .two-col .news-article {
    width: 31.5%;
    float: left; }
    @media only screen and (max-width: 600px) {
      .news-article-list .two-col .news-article {
        width: 100%; } }
  .news-article-list .two-col .news-article.large {
    width: 64.5%;
    float: left; }
    @media only screen and (max-width: 600px) {
      .news-article-list .two-col .news-article.large {
        width: 100%; } }

.news-article {
  background: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  margin: 0 0.88% 22px; }
  @media only screen and (max-width: 600px) {
    .news-article {
      margin: 0 0 20px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 27px;
      line-height: 1.6875rem; } }
  .news-article:hover .overlay {
    display: block;
    background: #d1ec51;
    opacity: 0.8; }
  .news-article a {
    display: block;
    color: #000;
    text-decoration: none; }
  .news-article.large .news-article-img {
    min-height: 494px; }
    @media only screen and (max-width: 600px) {
      .news-article.large .news-article-img {
        min-height: 172px; } }
  .news-article-img {
    position: relative;
    min-height: 175px;
    -webkit-background-size: cover !important;
            background-size: cover !important;
    background-position: center center !important; }
    @media only screen and (max-width: 600px) {
      .news-article-img {
        min-height: 172px; } }
    .news-article-img img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  .news-article-info {
    padding: 36px 40px;
    min-height: 122px; }
    @media only screen and (max-width: 600px) {
      .news-article-info {
        padding: 22px; } }
    .news-article-info .holder {
      height: 50px;
      overflow: hidden; }
  .news-article .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.news-holder {
  float: right;
  margin: -180px 0 20px 50px;
  width: 382px;
  min-height: 200px;
  background: url(../img/news-holder-bg-large.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 34px 22px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  overflow: hidden; }
  @media only screen and (max-width: 900px) {
    .news-holder {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10;
      margin: 0 -20px;
      width: auto;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      line-height: 1.25rem; } }
  @media only screen and (max-width: 600px) {
    .news-holder {
      margin: 0 -16px; } }
  .news-holder.left {
    float: left;
    margin: -220px 20px 50px 0; }
  .news-holder.default-margin {
    margin-top: 0; }
  .news-holder h4 {
    color: #fff;
    padding: 0 16px;
    margin: 0 0 30px; }
  .news-holder-box {
    margin: 0 0 25px; }
    @media only screen and (max-width: 900px) {
      .news-holder-box {
        float: left;
        width: -webkit-calc(33.33334% - 10px);
        width: calc(33.33334% - 10px);
        margin: 0 5px 30px 5px; } }
    @media only screen and (max-width: 600px) {
      .news-holder-box {
        float: none;
        width: 100%;
        margin: 0 0 25px; } }
  .news-holder-img img {
    width: 100%; }
  .news-holder-text {
    background: #fff;
    padding: 20px 24px 18px; }
    .news-holder-text p {
      margin: 0 0 26px; }
  .news-holder .holder {
    margin: 0 0 26px;
    height: 50px;
    overflow: hidden; }
  .news-holder .news-btn-row {
    text-align: center;
    margin: 50px 0 30px;
    clear: both; }
  .news-holder .btn {
    min-width: 270px;
    padding: 5px 10px; }
    @media only screen and (max-width: 900px) {
      .news-holder .btn {
        min-width: 240px; } }

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 20px; }
  @media only screen and (max-width: 900px) {
    .columns {
      display: block; } }
  .columns .col {
    width: 50%;
    padding: 0 0 0 30px; }
    @media only screen and (max-width: 900px) {
      .columns .col {
        width: 100%;
        padding: 0;
        margin: 0 0 10px; } }
    .columns .col:first-child {
      padding: 0 30px 0 0; }
      @media only screen and (max-width: 900px) {
        .columns .col:first-child {
          padding: 0; } }

.filters-area {
  background: #FBFBFB;
  padding: 53px 0; }
  @media only screen and (max-width: 600px) {
    .filters-area {
      padding: 14px 0; } }
  .filters-area .filter-btn {
    margin: 15px; }
    @media only screen and (max-width: 600px) {
      .filters-area .filter-btn {
        margin: 5px; } }
  .filters-area .search-container {
    position: relative;
    padding: 0;
    top: 0;
    width: 56%; }
    @media only screen and (max-width: 1023px) {
      .filters-area .search-container {
        width: 45%; } }
    @media only screen and (max-width: 900px) {
      .filters-area .search-container {
        width: 100%; } }
    .filters-area .search-container input {
      height: 56px;
      border-color: #000;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 22px;
      line-height: 1.375rem; }
      @media only screen and (max-width: 600px) {
        .filters-area .search-container input {
          height: 46px; } }
    .filters-area .search-container .search-btn {
      top: 1px;
      right: 1px;
      height: 54px;
      width: 55px; }
      @media only screen and (max-width: 600px) {
        .filters-area .search-container .search-btn {
          height: 44px;
          width: 44px; } }

.search-result-list {
  overflow: hidden; }
  .search-result-list .search-box {
    margin: 0 0 60px; }
    @media only screen and (max-width: 900px) {
      .search-result-list .search-box {
        margin: 0 0 30px; } }
  @media only screen and (max-width: 900px) {
    .search-result-list .btn-row {
      margin: 0 0 20px; } }
  .search-result-list .btn {
    padding: 6px 10px;
    min-width: 270px; }

.single-post {
  margin: 0; }
  .single-post.reverse .single-post-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .single-post.reverse .single-post-wrap .single-post-text {
      padding: 10px 68px 20px 20px; }
  .single-post-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .single-post-img {
    width: 50%;
    padding: 0 4px; }
    @media only screen and (max-width: 600px) {
      .single-post-img {
        width: 100%;
        padding: 0;
        margin: 0 0 20px; } }
    .single-post-img img {
      width: 100%; }
  .single-post-text {
    width: 50%;
    padding: 10px 20px 20px 68px; }
    @media only screen and (max-width: 900px) {
      .single-post-text {
        padding: 10px 20px; } }
    @media only screen and (max-width: 600px) {
      .single-post-text {
        width: 100%;
        padding: 0; } }

.search-result-holder {
  overflow: hidden;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  padding: 40px 0; }
  @media only screen and (max-width: 600px) {
    .search-result-holder {
      padding: 30px 0 10px; } }
  .search-result-holder:first-child {
    border: none; }

.search-result .search-box {
  margin: 50px 0 0; }
  @media only screen and (max-width: 600px) {
    .search-result .search-box {
      margin: 26px 0 0; } }

.search-box {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 32px;
  line-height: 2rem;
  color: #000; }
  @media only screen and (max-width: 600px) {
    .search-box {
      font-size: 16px;
      font-size: 1rem;
      line-height: 27px;
      line-height: 1.6875rem; } }
  .search-box:hover h4 {
    text-decoration: underline; }
  .search-box > a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: #000; }
  .search-box h4 a {
    color: #000;
    text-decoration: none; }
    .search-box h4 a:hover {
      text-decoration: underline; }
  .search-box p {
    margin: 0 0 28px; }
  .search-box .date {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    line-height: 20px; }
  .search-box .filters-mini-row {
    margin: 0 0 10px; }

.filters-mini-row a {
  margin: 0 6px 10px 0; }

.filters-area-types .radio-filters {
  margin: 0 0 34px;
  line-height: 20px; }
  @media only screen and (max-width: 600px) {
    .filters-area-types .radio-filters {
      text-align: center;
      margin: 0 0 10px; } }
  .filters-area-types .radio-filters .radio-label {
    color: rgba(155, 155, 155, 0.53); }
    @media only screen and (max-width: 600px) {
      .filters-area-types .radio-filters .radio-label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 21px;
        line-height: 1.3125rem;
        color: #4A4A4A; } }
  .filters-area-types .radio-filters .form-group {
    margin: 0 20px 0 0; }

.filters-area-types .filters-row:after {
  content: "";
  display: table;
  clear: both;
  width: 100%; }

.filters-area-types .filters-row .filter-btn {
  float: left;
  margin: 10px; }
  @media only screen and (max-width: 600px) {
    .filters-area-types .filters-row .filter-btn {
      margin: 6px; } }

.map-fluide #map {
  height: 526px; }
  @media only screen and (max-width: 600px) {
    .map-fluide #map {
      height: 220px; } }

.countries-list {
  margin: 0 -10px 20px; }
  @media only screen and (max-width: 600px) {
    .countries-list {
      margin: 0 0 20px; } }
  .countries-list:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  .countries-list .countries-box {
    float: left;
    width: 31.5%;
    margin: 0 0.88% 22px; }
    @media only screen and (max-width: 900px) {
      .countries-list .countries-box {
        width: 48%; } }
    @media only screen and (max-width: 600px) {
      .countries-list .countries-box {
        width: 100%;
        margin: 0 0 20px; } }
  .countries-list.default .countries-box h3 {
    min-height: auto;
    margin: 0; }

.user-info {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem; }
  @media only screen and (max-width: 600px) {
    .user-info {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 16px;
      line-height: 1rem; } }
  .user-info-img {
    margin: 0 0 42px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .user-info-img img {
      width: 100%;
      height: auto;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
  .user-info-name {
    display: block;
    margin: 0 0 16px; }
  .user-info-row {
    margin: 16px 0 0; }
    .user-info-row:first-child {
      margin: 0; }

.pagination {
  text-align: center;
  padding: 20px 0 0; }
  .pagination-result {
    margin: 0 0 16px; }
  @media only screen and (max-width: 600px) {
    .pagination-buttons {
      display: none; } }
  .pagination-buttons a {
    margin: 0 9px; }
  .pagination-link {
    display: none; }
    @media only screen and (max-width: 600px) {
      .pagination-link {
        display: block; } }

.team-section {
  background: #000;
  color: #fff;
  width: 100vw;
  margin-right: -webkit-calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  overflow: hidden; }
  .team-section h2 {
    color: #fff;
    margin: 0 0 62px; }
    @media only screen and (max-width: 600px) {
      .team-section h2 {
        line-height: 48px;
        line-height: 3rem; } }
  .team-section-list {
    margin: 0 -0.9%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    height: 100%; }
    .team-section-list li {
      padding: 0;
      width: 14.8%;
      margin: 0 0.9% 95px; }
      @media only screen and (max-width: 1023px) {
        .team-section-list li {
          width: 31.4%;
          margin: 0 0.9% 50px; } }
      @media only screen and (max-width: 600px) {
        .team-section-list li {
          width: 47.9%; } }
      .team-section-list li:after {
        display: none; }

.countries-box {
  background: #FBFBFB;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 38px;
  line-height: 2.375rem;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  @media only screen and (max-width: 1180px) {
    .countries-box {
      font-size: 16px;
      font-size: 1rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  @media only screen and (max-width: 900px) {
    .countries-box {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 26px;
      line-height: 1.625rem; } }
  .countries-box a {
    display: block;
    text-decoration: none; }
    .countries-box a:hover {
      text-decoration: none; }
  .countries-box-img {
    min-height: 194px;
    background-position: center center !important;
    -webkit-background-size: cover !important;
            background-size: cover !important;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0; }
    @media only screen and (max-width: 600px) {
      .countries-box-img {
        min-height: 148px; } }
  .countries-box-body {
    padding: 34px 30px;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .countries-box-body {
        padding: 34px 18px; } }
    @media only screen and (max-width: 1023px) {
      .countries-box-body {
        padding: 26px 22px 12px; } }
    .countries-box-body h3 {
      font-family: "CarnacBold", Arial, Helvetica, sans-serif;
      min-height: 90px;
      line-height: 40px; }
      @media only screen and (max-width: 900px) {
        .countries-box-body h3 {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 28px;
          line-height: 1.75rem;
          margin: 0 0 20px;
          min-height: 60px; } }
  .countries-box .adr-holder {
    display: inline-block;
    vertical-align: top; }
  .countries-box-adr {
    position: relative;
    display: block;
    padding: 0;
    margin: 0; }
    .countries-box-adr:before {
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      content: ""; }
  .countries-box-arrow {
    width: 38px;
    height: 38px;
    background: #d1ec51;
    position: absolute;
    bottom: 10px;
    right: 0; }
    .countries-box-arrow:after {
      position: absolute;
      top: 12px;
      left: 8px;
      content: "";
      margin: auto 0;
      width: 14px;
      height: 14px;
      border-style: solid;
      border-color: #fff;
      border-width: 2px 2px 0 0;
      -webkit-transform: rotate(44deg);
          -ms-transform: rotate(44deg);
              transform: rotate(44deg); }

.article-banner {
  margin: -100px 0 20px 20px;
  float: right;
  width: 60.2%; }
  @media only screen and (max-width: 1226px) {
    .article-banner {
      margin: -100px -20px 20px 20px; } }
  .article-banner.reverse {
    float: left;
    margin: -100px 20px 20px 0; }
    @media only screen and (max-width: 1226px) {
      .article-banner.reverse {
        margin: -100px 20px 20px -20px; } }

.gallery .swiper-button-prev,
.gallery .swiper-container-rtl .swiper-button-next {
  left: 92px; }
  @media only screen and (max-width: 1250px) {
    .gallery .swiper-button-prev,
    .gallery .swiper-container-rtl .swiper-button-next {
      left: 30px; } }
  @media only screen and (max-width: 600px) {
    .gallery .swiper-button-prev,
    .gallery .swiper-container-rtl .swiper-button-next {
      left: 4px; } }

.gallery .swiper-button-next,
.gallery .swiper-container-rtl .swiper-button-prev {
  right: 92px; }
  @media only screen and (max-width: 1250px) {
    .gallery .swiper-button-next,
    .gallery .swiper-container-rtl .swiper-button-prev {
      right: 30px; } }
  @media only screen and (max-width: 600px) {
    .gallery .swiper-button-next,
    .gallery .swiper-container-rtl .swiper-button-prev {
      right: 4px; } }

.gallery .swiper-pagination {
  left: auto;
  right: 16%;
  bottom: 40px;
  width: auto; }
  @media only screen and (max-width: 1250px) {
    .gallery .swiper-pagination {
      right: 20%; } }
  @media only screen and (max-width: 1023px) {
    .gallery .swiper-pagination {
      display: none; } }

.gallery .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff; }

.gallery .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px; }

@media only screen and (max-width: 1023px) {
  .gallery .swiper-button-prev,
  .gallery .swiper-button-next {
    top: 60%; } }

@media only screen and (max-width: 600px) {
  .gallery .swiper-button-prev,
  .gallery .swiper-button-next {
    top: 280px; } }

.gallery .swiper-button-prev,
.gallery .swiper-container-rtl .swiper-button-next {
  background: none; }

.gallery .swiper-button-next,
.gallery .swiper-container-rtl .swiper-button-prev {
  background: none; }
  .gallery .swiper-button-next .icon-arrow-left,
  .gallery .swiper-container-rtl .swiper-button-prev .icon-arrow-left {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }

.gallery .icon-arrow-left {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1; }
  @media only screen and (max-width: 600px) {
    .gallery .icon-arrow-left {
      font-size: 12px;
      font-size: 0.75rem; } }

.gallery .swiper-container {
  width: 100%;
  height: 100%; }

.gallery .swiper-slide {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 32px;
  line-height: 2rem;
  background: #1A1919; }
  @media only screen and (max-width: 600px) {
    .gallery .swiper-slide {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 27px;
      line-height: 1.6875rem; } }

.gallery .gallery-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .gallery .gallery-area.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .gallery .gallery-area.reverse .gallery-area-text {
      padding: 90px 108px 90px 150px; }
      @media only screen and (max-width: 600px) {
        .gallery .gallery-area.reverse .gallery-area-text {
          padding: 30px 66px 36px; } }
    .gallery .gallery-area.reverse .swiper-pagination {
      right: auto;
      left: 15%; }
  .gallery .gallery-area:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  .gallery .gallery-area .subtitle {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    display: block;
    margin: 0 0 2px; }
  .gallery .gallery-area h4 {
    margin: 0 0 32px;
    color: #fff; }
    @media only screen and (max-width: 600px) {
      .gallery .gallery-area h4 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 30px;
        line-height: 1.875rem;
        margin: 0 0 14px; } }
  .gallery .gallery-area-img {
    min-height: 480px;
    width: 58%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-background-size: cover !important;
            background-size: cover !important;
    background-position: center center !important; }
    @media only screen and (max-width: 1250px) {
      .gallery .gallery-area-img {
        width: 50%; } }
    @media only screen and (max-width: 1023px) {
      .gallery .gallery-area-img {
        width: 100%;
        min-height: 480px; } }
    @media only screen and (max-width: 600px) {
      .gallery .gallery-area-img {
        min-height: 260px; } }
    .gallery .gallery-area-img img {
      width: 100%;
      height: auto; }
  .gallery .gallery-area-text {
    background: #1A1919;
    width: 42%;
    padding: 65px 130px 90px 80px; }
    @media only screen and (max-width: 1250px) {
      .gallery .gallery-area-text {
        width: 50%; } }
    @media only screen and (max-width: 1023px) {
      .gallery .gallery-area-text {
        width: 100%; } }
    @media only screen and (max-width: 600px) {
      .gallery .gallery-area-text {
        padding: 30px 66px 36px; } }
    .gallery .gallery-area-text p {
      margin: 0 0 32px; }

.latest-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .latest-video.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .latest-video .video-container {
    width: 63.4%; }
    @media only screen and (max-width: 900px) {
      .latest-video .video-container {
        width: 100%; } }
  .latest-video-info {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 32px;
    line-height: 2rem;
    padding: 2% 5%;
    width: 36.6%;
    background: #d1ec51;
    white-space: nowrap; }
    @media only screen and (max-width: 1120px) {
      .latest-video-info {
        font-size: 16px;
        font-size: 1rem;
        line-height: 27px;
        line-height: 1.6875rem; } }
    .latest-video-info:after {
      content: "";
      min-height: 100%;
      display: inline-block;
      vertical-align: middle; }
    @media only screen and (max-width: 1120px) {
      .latest-video-info {
        padding: 1% 2%; } }
    @media only screen and (max-width: 900px) {
      .latest-video-info {
        width: 100%; } }
    @media only screen and (max-width: 600px) {
      .latest-video-info {
        width: 100%;
        padding: 44px 24px; } }
    .latest-video-info .holder {
      height: 190px;
      overflow: hidden; }
    .latest-video-info .centered {
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      white-space: normal; }
  .latest-video h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 59px;
    line-height: 3.6875rem;
    letter-spacing: -0.28px; }
    @media only screen and (max-width: 1120px) {
      .latest-video h2 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 40px;
        line-height: 2.5rem;
        margin: 0 0 16px; } }
    @media only screen and (max-width: 600px) {
      .latest-video h2 {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 30px;
        line-height: 1.875rem;
        margin: 0 0 22px; } }

.years-filter {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (max-width: 1145px) {
    .years-filter {
      display: block; } }
  .years-filter-input {
    width: 53%;
    padding: 10px; }
    @media only screen and (max-width: 1145px) {
      .years-filter-input {
        width: 100%; } }
    @media only screen and (max-width: 600px) {
      .years-filter-input {
        padding: 0;
        margin: 0 0 20px; } }
    .years-filter-input input {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 21px;
      line-height: 1.3125rem;
      border-color: #4a4a4a;
      height: 56px; }
      @media only screen and (max-width: 600px) {
        .years-filter-input input {
          height: 45px;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 16px;
          line-height: 1rem; } }
  .years-filter-buttons {
    width: 47%; }
    .years-filter-buttons:after {
      content: "";
      display: table;
      clear: both;
      width: 100%; }
    @media only screen and (max-width: 1145px) {
      .years-filter-buttons {
        width: 100%; } }
    .years-filter-buttons .filter-btn {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 21px;
      line-height: 1.3125rem;
      padding: 16px 20px;
      margin: 10px;
      float: left;
      border-color: #4a4a4a; }
      @media only screen and (max-width: 600px) {
        .years-filter-buttons .filter-btn {
          padding: 0;
          margin: 6px;
          border: none;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 16px;
          line-height: 1rem; } }
      @media only screen and (max-width: 600px) {
        .years-filter-buttons .filter-btn:hover {
          background: none;
          color: #8e908c; } }
  .years-filter .mobile-label {
    float: left;
    padding: 5px 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
    display: none; }
    @media only screen and (max-width: 600px) {
      .years-filter .mobile-label {
        display: block; } }

.pricing-section {
  margin: 0;
  padding: 10px;
  min-height: 810px;
  height: 810px;
  background: url(../img/bg-guides.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .pricing-section-container {
    width: 706px;
    padding: 0 20px;
    margin: 0 auto;
    display: none; }
  .pricing-section.viewTabs .preview-row {
    display: none; }
  .pricing-section.viewTabs .pricing-section-container {
    display: block; }
  @media only screen and (max-width: 767px) {
    .pricing-section {
      min-height: auto;
      height: auto;
      padding: 30px 0; } }

.pricing-guide:after {
  content: "";
  display: table;
  clear: both;
  width: 100%; }

.pricing-guide-list {
  margin: 0 30px 0 0;
  width: 280px;
  float: left;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem; }
  .pricing-guide-list:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .pricing-guide-list {
      float: none;
      width: auto;
      margin: 0 -5px 10px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 16px;
      line-height: 1rem; } }
  .pricing-guide-list li {
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin: 20px 0 0;
    cursor: pointer;
    border: 1px solid rgba(155, 155, 155, 0.45);
    -webkit-box-shadow: 0 5px 10px 0 rgba(155, 155, 155, 0.4);
            box-shadow: 0 5px 10px 0 rgba(155, 155, 155, 0.4);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media only screen and (max-width: 767px) {
      .pricing-guide-list li {
        margin: 0 5px 15px;
        float: left;
        width: 46%;
        min-height: 56px; } }
    .pricing-guide-list li:first-child {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .pricing-guide-list li:first-child {
          margin: 0 5px 15px; } }
    .pricing-guide-list li:hover {
      background: #d1ec51; }
      @media only screen and (max-width: 600px) {
        .pricing-guide-list li:hover {
          background: #fff; } }
    .pricing-guide-list li.added {
      background: #d1ec51; }
    .pricing-guide-list li:after {
      display: none; }
    @media only screen and (max-width: 767px) {
      .pricing-guide-list li span {
        display: block;
        width: 100%;
        text-align: center; } }

.pricing-guide .sidebar {
  overflow: hidden;
  display: none;
  width: auto;
  background: none;
  padding: 0;
  margin: 0; }
  .pricing-guide .sidebar-wrap {
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 20px 0;
    margin: 0 0 20px;
    border: 1px solid rgba(155, 155, 155, 0.45);
    -webkit-box-shadow: 0 5px 10px 0 rgba(155, 155, 155, 0.4);
            box-shadow: 0 5px 10px 0 rgba(155, 155, 155, 0.4); }
    .pricing-guide .sidebar-wrap:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1px;
      content: "";
      background: #fff;
      width: 30px;
      border-left: 1px solid rgba(155, 155, 155, 0.45); }
      @media only screen and (max-width: 767px) {
        .pricing-guide .sidebar-wrap:after {
          display: none; } }
  .pricing-guide .sidebar__head {
    display: none; }
  .pricing-guide .sidebar .simplebar-track {
    right: 6px; }
  .pricing-guide .sidebar .js-country-checkbox,
  .pricing-guide .sidebar .js-country-radio {
    padding: 0 30px 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 35px;
    line-height: 2.1875rem; }
    @media only screen and (max-width: 767px) {
      .pricing-guide .sidebar .js-country-checkbox,
      .pricing-guide .sidebar .js-country-radio {
        padding: 0; } }
  .pricing-guide .sidebar [type="radio"]:checked + label,
  .pricing-guide .sidebar [type="radio"]:not(:checked) + label {
    line-height: 35px;
    line-height: 2.1875rem; }
  .pricing-guide .sidebar label {
    display: block;
    padding: 0 0 0 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media only screen and (max-width: 767px) {
      .pricing-guide .sidebar label {
        padding: 0 20px; } }
    .pricing-guide .sidebar label:after, .pricing-guide .sidebar label:before {
      display: none !important; }
    .pricing-guide .sidebar label:hover {
      background: #f3f3f3; }
  .pricing-guide .sidebar input[type="checkbox"]:checked + label,
  .pricing-guide .sidebar input[type="radio"]:checked + label {
    background: #f3f3f3; }
  .pricing-guide .sidebar.region-enabled {
    display: block; }
  .pricing-guide .sidebar.country-enabled .sidebar__btn {
    background: #d1ec51;
    cursor: pointer;
    color: #000; }
    .pricing-guide .sidebar.country-enabled .sidebar__btn:hover {
      background: #e8f5a8; }
  .pricing-guide .sidebar hr {
    display: none; }
  .pricing-guide .sidebar__btn {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    background: #fff;
    cursor: not-allowed;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 10px 30px;
    color: rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .pricing-guide .sidebar .row {
    padding: 10px 0; }
  .pricing-guide .sidebar #scroll-element,
  .pricing-guide .sidebar #scroll-element2 {
    height: 416px; }
  .pricing-guide .sidebar .simplebar-scroll-content {
    height: 416px;
    overflow: auto;
    width: -webkit-calc(100% + 30px) !important;
    width: calc(100% + 30px) !important; }

.tabs {
  margin: 0; }

.tabs-panels {
  margin: 0; }

.tab-frame {
  width: 706px;
  padding: 0 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .tab-frame {
      width: auto; } }
  .tab-frame.preview-view {
    width: 836px;
    margin: 0 auto; }
    @media only screen and (max-width: 1023px) {
      .tab-frame.preview-view {
        width: auto; } }
    .tab-frame.preview-view .tab-panel .tabs-nav {
      margin: 0; }
      .tab-frame.preview-view .tab-panel .tabs-nav li:before {
        width: 2px; }
        @media only screen and (max-width: 767px) {
          .tab-frame.preview-view .tab-panel .tabs-nav li:before {
            width: 1px;
            left: -9px; } }
      .tab-frame.preview-view .tab-panel .tabs-nav a {
        color: #000;
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 48px;
        line-height: 3rem; }
        @media only screen and (max-width: 1023px) {
          .tab-frame.preview-view .tab-panel .tabs-nav a {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 30px;
            line-height: 1.875rem; } }
        @media only screen and (max-width: 767px) {
          .tab-frame.preview-view .tab-panel .tabs-nav a {
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 16px;
            line-height: 1rem; } }
        .tab-frame.preview-view .tab-panel .tabs-nav a:hover {
          text-decoration: none; }
    .tab-frame.preview-view .tab-content {
      display: none; }

.tab-content {
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.tabs-nav {
  text-align: center;
  margin: 0 0 40px; }
  .tabs-nav li {
    padding: 0;
    margin: 0 0 0 96px;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 1023px) {
      .tabs-nav li {
        margin: 0 0 0 46px; } }
    @media only screen and (max-width: 767px) {
      .tabs-nav li {
        margin: 0 0 0 10px; } }
    .tabs-nav li:first-child {
      margin: 0; }
      .tabs-nav li:first-child:before {
        display: none; }
    .tabs-nav li:after {
      display: none; }
    .tabs-nav li:before {
      position: absolute;
      top: -8px;
      bottom: -8px;
      left: -50px;
      content: "";
      width: 1px;
      background: rgba(155, 155, 155, 0.45); }
      @media only screen and (max-width: 1023px) {
        .tabs-nav li:before {
          left: -28px; } }
      @media only screen and (max-width: 767px) {
        .tabs-nav li:before {
          top: 0;
          bottom: 0;
          left: -7px; } }
    .tabs-nav li a {
      color: rgba(0, 0, 0, 0.36);
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem;
      text-decoration: underline;
      font-weight: bold;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .tabs-nav li a {
          font-size: 13px;
          font-size: 0.8125rem;
          line-height: 16px;
          line-height: 1rem; } }
    .tabs-nav li.active a {
      color: #000; }

.tabs-panel {
  padding: 0;
  display: none; }
  .tabs-panel:after {
    display: none; }

.GITheWall ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  width: 100%; }
  .GITheWall ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 15%;
    padding: 0; }
    @media only screen and (max-width: 1023px) {
      .GITheWall ul li {
        width: 19%; } }
    @media only screen and (max-width: 767px) {
      .GITheWall ul li {
        width: 32%; } }
    @media only screen and (max-width: 600px) {
      .GITheWall ul li {
        width: 49%; } }
    .GITheWall ul li:after {
      display: none; }
    .GITheWall ul li.GI_TW_Current .people-list-holder {
      background: #f7f7f7; }
      .GITheWall ul li.GI_TW_Current .people-list-holder:before {
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        content: "";
        height: 10px;
        background: #f7f7f7; }
    .GITheWall ul li.GI_TW_Selected_Row {
      -webkit-transition: margin-bottom 0.3s ease-in;
      -o-transition: margin-bottom 0.3s ease-in;
      transition: margin-bottom 0.3s ease-in; }

.GITheWall .people-list-holder {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  cursor: pointer;
  width: 100%; }
  .GITheWall .people-list-holder:hover {
    background: #f7f7f7; }
    .GITheWall .people-list-holder:hover:before {
      position: absolute;
      top: -10px;
      left: 0;
      right: 0;
      content: "";
      height: 10px;
      background: #f7f7f7; }

.GITheWall .user-avatar {
  margin: 0 0 20px; }
  .GITheWall .user-avatar img {
    width: 100%;
    height: auto;
    vertical-align: top; }

.GITheWall .user-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: block;
  margin: 0 0 10px; }

.GITheWall .people-position {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem; }
  .GITheWall .people-position span {
    display: block;
    margin: 10px 0 0; }
    .GITheWall .people-position span:first-child {
      margin: 0; }

.GI_TW_expander {
  position: absolute;
  z-index: 1;
  top: 0;
  background: #f7f7f7;
  left: 0;
  width: 100%;
  margin-top: -10px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in; }
  .GI_TW_expander.animating {
    overflow: hidden !important; }
  .GI_TW_expander.opened {
    overflow: visible; }
  .GI_TW_expander .GI_TW_pointer {
    display: none;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f7f7f7;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in; }
  .GI_TW_expander .GI_TW_expander-inner {
    width: 80%;
    height: 610px;
    margin: 0 auto;
    padding: 90px 0;
    overflow: hidden; }
    @media only screen and (max-width: 1023px) {
      .GI_TW_expander .GI_TW_expander-inner {
        padding: 50px 0; } }
    @media only screen and (max-width: 767px) {
      .GI_TW_expander .GI_TW_expander-inner {
        padding: 20px 0; } }
    @media only screen and (max-width: 600px) {
      .GI_TW_expander .GI_TW_expander-inner {
        width: 92%;
        padding: 60px 0 20px; } }
    .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
      position: relative;
      width: 100%;
      height: 580px;
      margin: 10px 0 0;
      text-align: center;
      overflow: hidden; }
      .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
        position: relative; }
  .GI_TW_expander .GI_TW_Controls {
    z-index: 1; }
  .GI_TW_expander .GI_TW_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 96px;
    right: 50px;
    cursor: pointer; }
    @media only screen and (max-width: 1023px) {
      .GI_TW_expander .GI_TW_close {
        top: 52px; } }
    @media only screen and (max-width: 767px) {
      .GI_TW_expander .GI_TW_close {
        right: 26px; } }
    @media only screen and (max-width: 600px) {
      .GI_TW_expander .GI_TW_close {
        top: 16px;
        right: auto;
        left: 14px; } }
    .GI_TW_expander .GI_TW_close:after {
      position: absolute;
      top: 0;
      left: 13px;
      content: "";
      width: 3px;
      -webkit-border-radius: 100px;
              border-radius: 100px;
      height: 30px;
      background: #979797;
      -webkit-transform: rotate(42deg);
          -ms-transform: rotate(42deg);
              transform: rotate(42deg); }
    .GI_TW_expander .GI_TW_close:before {
      position: absolute;
      top: 13px;
      left: 0;
      content: "";
      width: 30px;
      height: 3px;
      -webkit-border-radius: 100px;
              border-radius: 100px;
      background: #979797;
      -webkit-transform: rotate(42deg);
          -ms-transform: rotate(42deg);
              transform: rotate(42deg); }
  .GI_TW_expander .GI_TW_arrow {
    position: absolute;
    top: 50%;
    cursor: pointer; }
    .GI_TW_expander .GI_TW_arrow.GI_TW_hidden {
      display: none; }
    .GI_TW_expander .GI_TW_arrow.GI_TW_next {
      right: 30px; }
    .GI_TW_expander .GI_TW_arrow.GI_TW_prev {
      left: 30px; }
  .GI_TW_expander .GI_TW_loading {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #ddd;
    -webkit-box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
            box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both; }

.GITheWall-holder {
  display: none; }

@-webkit-keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
            box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd; }
  66% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
            box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc; } }

@keyframes loader {
  0% {
    background: #ddd; }
  33% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
            box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd; }
  66% {
    background: #ccc;
    -webkit-box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
            box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc; } }

.guide-container {
  max-width: 720px;
  margin: 0 auto 40px; }
  .guide-container.bg-gray {
    background: #F8F9F8;
    padding: 20px 0; }
  .guide-container.small {
    padding: 0 40px; }

.guide-row {
  margin: 0 0 40px;
  padding: 40px; }
  .guide-row a {
    margin: 0 20px 20px; }
  .guide-row.green {
    background: #d1ec51; }
  .guide-row.black {
    background: #000; }

.banner {
  background: #d1ec51;
  padding: 105px 0 206px; }
  @media only screen and (max-width: 767px) {
    .banner {
      padding: 32px 0 12px; } }
  .banner h1 {
    margin: 0 0 37px;
    text-transform: capitalize; }
    @media only screen and (max-width: 767px) {
      .banner h1 {
        margin: 0 0 14px;
        max-width: 180px; } }
  .banner p {
    max-width: 900px; }

.service-list {
  margin: -130px 0 139px; }
  @media only screen and (max-width: 767px) {
    .service-list {
      margin: 0; } }
  .service-list .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .service-list .wrap:after {
      display: none; }
    @media only screen and (max-width: 767px) {
      .service-list .wrap {
        display: block; } }
  .service-list .open-close-holder {
    padding: 30px 0; }
    @media only screen and (max-width: 1023px) {
      .service-list .open-close-holder {
        padding: 0; } }
  .service-list .img-holder {
    overflow: hidden;
    margin: 0 0 46px; }
    @media only screen and (max-width: 1023px) {
      .service-list .img-holder {
        margin: 0; } }
    .service-list .img-holder .holder {
      margin: 0 -200px; }
      @media only screen and (max-width: 767px) {
        .service-list .img-holder .holder {
          margin: 0; } }
    .service-list .img-holder img {
      height: 194px;
      width: auto;
      margin: 0 auto;
      display: block; }
      @media only screen and (max-width: 767px) {
        .service-list .img-holder img {
          width: 100%;
          height: auto; } }
  .service-list .column {
    background: #FBFBFB;
    max-width: 587px;
    margin: 0 0 0 13px;
    width: -webkit-calc(50% - 13px);
    width: calc(50% - 13px); }
    .service-list .column:first-child {
      margin: 0 13px 0 0; }
      @media only screen and (max-width: 767px) {
        .service-list .column:first-child {
          margin: 0 -20px; } }
      @media only screen and (max-width: 600px) {
        .service-list .column:first-child {
          margin: 0 -16px; } }
    .service-list .column:only-child {
      width: 100%;
      max-width: 100%;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .service-list .column:only-child {
          margin: 0 -20px;
          width: auto;
          max-width: none; } }
      @media only screen and (max-width: 600px) {
        .service-list .column:only-child {
          margin: 0 -16px; } }
    @media only screen and (max-width: 767px) {
      .service-list .column {
        margin: 0 -16px;
        width: auto;
        max-width: 1000px; } }
  .service-list h2 {
    padding: 0 79px;
    margin: 0 0 23px;
    position: relative;
    font-family: "CarnacLight", Arial, Helvetica, sans-serif; }
    @media only screen and (max-width: 1023px) {
      .service-list h2 {
        cursor: pointer;
        padding: 22px 39px 23px;
        margin: 0;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px;
        line-height: 2rem; }
        .service-list h2 .open-icon {
          right: 18px; } }
  .service-list ul {
    margin: 0; }
    @media only screen and (max-width: 1023px) {
      .service-list ul {
        display: none; } }
    @media only screen and (min-width: 1024px) {
      .service-list ul {
        display: block !important; } }
    @media only screen and (max-width: 767px) {
      .service-list ul {
        padding: 0 0 74px; } }
  .service-list li {
    padding: 0; }
    .service-list li:after {
      display: none; }
    .service-list li a {
      padding: 13px 79px 14px;
      color: #000;
      display: block;
      text-decoration: none;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media only screen and (max-width: 1023px) {
        .service-list li a {
          font-size: 16px;
          font-size: 1rem;
          padding: 12px 39px; } }
      .service-list li a:hover {
        background-color: rgba(216, 216, 216, 0.3); }

.related-services {
  overflow: hidden;
  background: #f7f7f7;
  padding: 92px 0; }
  @media only screen and (max-width: 900px) {
    .related-services {
      padding: 35px 0; } }
  .related-services h2 {
    margin: 0 0 55px; }
    @media only screen and (max-width: 900px) {
      .related-services h2 {
        margin: 0 0 35px; } }
  .related-services .services-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -11px; }
    .related-services .services-list li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 -webkit-calc(33% - 22px);
          -ms-flex: 1 1 calc(33% - 22px);
              flex: 1 1 calc(33% - 22px);
      padding: 0;
      margin: 0 11px 22px;
      background: #fff;
      overflow: hidden;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
      max-width: -webkit-calc(33% - 22px);
      max-width: calc(33% - 22px); }
      @media only screen and (max-width: 900px) {
        .related-services .services-list li {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 -webkit-calc(50% - 22px);
              -ms-flex: 1 1 calc(50% - 22px);
                  flex: 1 1 calc(50% - 22px);
          max-width: -webkit-calc(50% - 22px);
          max-width: calc(50% - 22px); } }
      @media only screen and (max-width: 600px) {
        .related-services .services-list li {
          -webkit-box-flex: 1;
          -webkit-flex: auto;
              -ms-flex: auto;
                  flex: auto;
          max-width: 100%;
          width: 100%; } }
      .related-services .services-list li:after {
        display: none; }
    .related-services .services-list a {
      text-decoration: none;
      color: #000;
      display: block;
      width: 100%; }
      .related-services .services-list a:hover {
        color: #d1ec51; }
  .related-services .img-holder {
    overflow: hidden;
    height: 173px; }
    @media only screen and (max-width: 600px) {
      .related-services .img-holder {
        height: auto; } }
    .related-services .img-holder .holder {
      margin: 0 -100px;
      text-align: center; }
      @media only screen and (max-width: 600px) {
        .related-services .img-holder .holder {
          margin: 0; } }
    .related-services .img-holder img {
      margin: 0 auto;
      height: 100%;
      width: auto;
      display: block; }
      @media only screen and (max-width: 600px) {
        .related-services .img-holder img {
          height: auto;
          width: 100%; } }
  .related-services .text-holder {
    padding: 76px 38px 22px;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "CarnacBold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #fff;
    margin: -3px 0 0;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 900px) {
      .related-services .text-holder {
        padding: 20px 28px;
        font-size: 18px;
        font-size: 1.125rem; } }

.map-section {
  background: #e8f5a8; }
  .map-section.reverce .col.map {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .map-section.reverce .col.text {
    padding: 87px 0 40px 80px; }
    @media only screen and (max-width: 1457px) {
      .map-section.reverce .col.text {
        padding: 60px 0 60px 40px; } }
    @media only screen and (max-width: 900px) {
      .map-section.reverce .col.text {
        padding: 30px 20px 0; } }
    @media only screen and (max-width: 600px) {
      .map-section.reverce .col.text {
        padding: 25px 16px 16px; } }
  .map-section.reverce .map #map {
    float: right;
    left: auto;
    right: 0; }
  .map-section .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .map-section .wrap:after {
      display: none; }
    @media only screen and (max-width: 900px) {
      .map-section .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0; } }
  .map-section .col {
    width: 50%;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    min-height: 684px; }
    @media only screen and (max-width: 1457px) {
      .map-section .col {
        min-height: 500px; } }
    @media only screen and (max-width: 900px) {
      .map-section .col {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        width: auto;
        min-height: auto; } }
    .map-section .col.text {
      padding: 87px 80px 40px 0; }
      @media only screen and (max-width: 1457px) {
        .map-section .col.text {
          padding: 60px 40px 60px 0; } }
      @media only screen and (max-width: 900px) {
        .map-section .col.text {
          -webkit-box-ordinal-group: 0;
          -webkit-order: -1;
              -ms-flex-order: -1;
                  order: -1;
          padding: 25px 20px 0; } }
      @media only screen and (max-width: 600px) {
        .map-section .col.text {
          padding: 25px 16px 16px; } }
    @media only screen and (max-width: 900px) {
      .map-section .col.map {
        height: 400px; } }
    @media only screen and (max-width: 600px) {
      .map-section .col.map {
        height: 258px; } }
  .map-section .map #map {
    text-align: right;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    position: relative;
    width: 50vw; }
    @media only screen and (max-width: 900px) {
      .map-section .map #map {
        width: 100%; } }
  .map-section iframe {
    width: 100%;
    height: 100%; }
  .map-section .address-list {
    margin: 0; }
    .map-section .address-list li {
      padding: 0 0 54px;
      overflow: hidden; }
      @media only screen and (max-width: 900px) {
        .map-section .address-list li {
          padding: 0 0 30px; } }
      @media only screen and (max-width: 600px) {
        .map-section .address-list li {
          padding: 0 0 21px;
          line-height: 27px; } }
      .map-section .address-list li:after {
        display: none; }
    .map-section .address-list b {
      width: 204px;
      float: left;
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 32px;
      line-height: 2rem; }
      @media only screen and (max-width: 1457px) {
        .map-section .address-list b {
          width: 120px; } }
      @media only screen and (max-width: 600px) {
        .map-section .address-list b {
          width: auto;
          float: none;
          display: block;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 24px;
          line-height: 1.5rem;
          margin: 0 0 24px; } }
    .map-section .address-list .description {
      overflow: hidden;
      display: block; }
    .map-section .address-list .date {
      text-transform: none;
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 32px;
      line-height: 2rem;
      font-weight: 300;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      margin: 0; }
      @media only screen and (max-width: 600px) {
        .map-section .address-list .date {
          font-size: 16px;
          font-size: 1rem;
          line-height: 27px;
          line-height: 1.6875rem; } }

.top-event-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0 76px; }
  @media only screen and (max-width: 767px) {
    .top-event-holder {
      display: block;
      padding: 20px 0 0; } }

.event-item {
  width: -webkit-calc(33.3334% - 22px);
  width: calc(33.3334% - 22px);
  background: #FBFBFB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  text-decoration: none;
  color: #000;
  margin: 0 22px 18px 0;
  min-height: 388px; }
  @media only screen and (max-width: 900px) {
    .event-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: -webkit-calc(50% - 22px);
      width: calc(50% - 22px); } }
  @media only screen and (max-width: 767px) {
    .event-item {
      width: auto;
      margin: 0 0 22px;
      min-height: auto;
      display: block; } }
  .event-item:hover h3 {
    color: #2c9145; }
  .top-event-holder .event-item {
    background: #fff;
    width: -webkit-calc(50% - 11px);
    width: calc(50% - 11px);
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .top-event-holder .event-item {
        width: auto;
        margin: 0 0 20px; } }
  .event-item .content-holder {
    padding: 36px 30px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      .event-item .content-holder {
        padding: 20px; } }
    @media only screen and (max-width: 900px) {
      .event-item .content-holder {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc(100% - 126px);
            -ms-flex: 1 1 calc(100% - 126px);
                flex: 1 1 calc(100% - 126px); } }
  .event-item h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: "CarnacBold", Arial, Helvetica, sans-serif;
    margin: 0 0 6px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .event-item .event-date {
    display: block;
    color: #2c9145;
    margin: 0 0 6px;
    letter-spacing: 1px; }
  .event-item .event-location {
    display: block;
    margin: 0 0 3px;
    letter-spacing: 0.5px; }
    @media only screen and (max-width: 767px) {
      .event-item .event-location {
        margin: 0 0 40px; } }
  .event-item .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem; }
    .event-item .text p {
      margin: 0; }
  .event-item .img-holder {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 204px;
        -ms-flex: 0 0 204px;
            flex: 0 0 204px;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .event-item .img-holder {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
            -ms-flex: 0 0 150px;
                flex: 0 0 150px; } }
    @media only screen and (max-width: 900px) {
      .event-item .img-holder {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 126px;
            -ms-flex: 0 0 126px;
                flex: 0 0 126px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1; } }
    .top-event-holder .event-item .img-holder {
      display: block; }
    .event-item .img-holder .holder {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 -100px;
      overflow: hidden; }
      @media only screen and (max-width: 900px) {
        .event-item .img-holder .holder {
          position: static;
          margin: 0 -100px;
          height: 126px; } }
      @media only screen and (max-width: 767px) {
        .event-item .img-holder .holder {
          margin: 0;
          height: auto; } }
    .event-item .img-holder .desktop {
      display: block; }
      @media only screen and (max-width: 900px) {
        .event-item .img-holder .desktop {
          display: none; } }
    .event-item .img-holder .mobile {
      display: none; }
      @media only screen and (max-width: 900px) {
        .event-item .img-holder .mobile {
          display: block; } }
    .event-item .img-holder img {
      margin: 0 auto;
      height: 100%;
      width: auto; }
      @media only screen and (max-width: 767px) {
        .event-item .img-holder img {
          width: 100%;
          height: auto; } }

.event-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -22px 78px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .event-container {
      margin: 0 0 30px; } }

.event-list {
  padding: 81px 0 0; }
  .event-list .heading-title {
    margin: 0 0 20px; }
  @media only screen and (max-width: 767px) {
    .event-list {
      padding: 34px 0 15px; } }


.swiper-wrapper2.mySwiper .swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper2.mySwiper {
  width: 100%;
  position: relative;
}

.swiper-wrapper2.mySwiper .swiper-slide {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.swiper-wrapper2.mySwiper .swiper-slide h2 {
  word-wrap: initial;
}

.swiper-wrapper2.mySwiper .swiper-button-prev,
.swiper-wrapper2.mySwiper .swiper-button-next {
  top: 20%;
}

.swiper-wrapper2.mySwiper .swiper-button-prev,
.swiper-wrapper2.mySwiper .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%239b9b9b'%2F%3E%3C%2Fsvg%3E");
}

.swiper-wrapper2.mySwiper .swiper-button-next,
.swiper-wrapper2.mySwiper .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%239b9b9b'%2F%3E%3C%2Fsvg%3E");
}

@media only screen and (min-width: 1400px) {
  .swiper-wrapper2.mySwiper .swiper-button-prev {
    left: -70px;
  }

  .swiper-wrapper2.mySwiper .swiper-button-next {
    right: -70px;
  }
}

@media only screen and (max-width: 1250px) {

  .swiper-wrapper2.mySwiper .swiper-button-prev {
    top: 92px;
    left: -20px;
    width: 18px;
    background-size: contain;
  }

  .swiper-wrapper2.mySwiper .swiper-button-next {
    top: 92px;
    right: -20px;
    width: 18px;
    background-size: contain;
  }
}

@media only screen and (max-width: 768px) {

  .swiper-wrapper2.mySwiper .swiper-button-prev {
    left: 0;
  }

  .swiper-wrapper2.mySwiper .swiper-button-next {
    right: 0;
  }
}

@media only screen and (max-width: 600px) {

  .swiper-wrapper2.mySwiper .swiper-button-prev {
    left: -15px;
    width: 15px;
  }

  .swiper-wrapper2.mySwiper .swiper-button-next {
    right: -15px;
    width: 15px;
  }
}

@media only screen and (max-width: 767px) {
}