﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Antenna';
  font-weight: 700;
  src: url("../fonts/Antenna-Bold.eot");
  src: url("../fonts/Antenna-Bold.woff2") format("woff2"), url("../fonts/Antenna-Bold.woff") format("woff"), url("../fonts/Antenna-Bold.ttf") format("truetype"), url("../fonts/Antenna-Bold.svg#Antenna-Bold") format("svg"), url("../fonts/Antenna-Bold.eot?#iefix") format("embedded-opentype"); }

@font-face {
  font-family: 'Antenna';
  font-weight: 400;
  src: url("../fonts/Antenna-Regular.eot");
  src: url("../fonts/Antenna-Regular.woff2") format("woff2"), url("../fonts/Antenna-Regular.woff") format("woff"), url("../fonts/Antenna-Regular.ttf") format("truetype"), url("../fonts/Antenna-Regular.svg#Antenna-Regular") format("svg"), url("../fonts/Antenna-Regular.eot?#iefix") format("embedded-opentype"); }

@font-face {
  font-family: 'Antenna';
  font-weight: 200;
  src: url("../fonts/Antenna-ExtraLight.eot");
  src: url("../fonts/Antenna-ExtraLight.woff2") format("woff2"), url("../fonts/Antenna-ExtraLight.woff") format("woff"), url("../fonts/Antenna-ExtraLight.ttf") format("truetype"), url("../fonts/Antenna-ExtraLight.svg#Antenna-ExtraLight") format("svg"), url("../fonts/Antenna-ExtraLight.eot?#iefix") format("embedded-opentype"); }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

:root, html, body {
  font-size: 16px !important; }

* {
  box-sizing: border-box; }

html, body {
  font-family: 'Open Sans', sans-serif; }

.slick-slide:focus {
  outline: none; }

.slicknav_menu {
  width: 100%;
  font-family: 'Antenna';
  background: #003f56;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30; }
  @media only screen and (min-width: 1280px) {
    .slicknav_menu {
      display: none; } }
  .slicknav_menu .slicknav_nav {
    padding: 0 0 10px 0; }
    .slicknav_menu .slicknav_nav a {
      padding: 10px; }
  .slicknav_menu .nav__fixed {
    width: 80%;
    display: inline-block;
    text-align: right;
    margin-left: -4px;
    float: right; }
    .slicknav_menu .nav__fixed li {
      display: inline-block;
      margin-right: 20px;
      padding: 10px 0; }

.slicknav_btn {
  background: #00a2c6; }

@media only screen and (min-width: 1280px) {
  .only-mobile {
    display: none !important; } }

@media only screen and (max-width: 1279px) {
  .only-desktop {
    display: none !important; } }

.nav {
  width: 100%;
  background: #003f56;
  font-family: 'Antenna';
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 30; }
  .nav ul {
    padding: 0 !important;
    margin: 0 !important; }
  @media only screen and (min-width: 1280px) {
    .nav {
      display: block; } }
  .nav .nav__wrapper {
    width: 100%;
    padding: 30px 30px; }
  .nav .nav__map {
    height: 70vh;
    max-height: 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out; }
    .nav .nav__map.active {
      max-height: 70vh; }
    .nav .nav__map .map__title {
      width: 70%;
      font-size: 1.125rem;
      text-align: center;
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-transform: uppercase; }
    .nav .nav__map .map__content {
      padding: 60px; }
    .nav .nav__map .map__close {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 1.5rem;
      color: #000000;
      display: block; }
    .nav .nav__map .map__map {
      width: 100%;
      height: calc(70vh - 120px); }
  .nav .nav__menu {
    width: 80%;
    display: inline-block;
    text-align: left; }
    .nav .nav__menu li {
      display: inline-block;
      text-transform: uppercase;
      color: #ffffff;
      font-size: .6rem;
      line-height: 30px;
      vertical-align: middle; }
      @media only screen and (min-width: 1440px) {
        .nav .nav__menu li {
          font-size: .78rem; } }
      @media only screen and (min-width: 1680px) {
        .nav .nav__menu li {
          font-size: .95rem; } }
      @media only screen and (min-width: 1920px) {
        .nav .nav__menu li {
          font-size: .95rem; } }
      .nav .nav__menu li:after {
        content: '/';
        padding: 0 4px; }
      .nav .nav__menu li a {
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out; }
        .nav .nav__menu li a:hover {
          color: #be9a3e; }
      .nav .nav__menu li:last-child:after {
        content: '';
        display: none; }
      .nav .nav__menu li.no-divisor:after {
        content: '';
        padding: 0; }
  .nav .nav__fixed {
    width: 19%;
    display: inline-block;
    text-align: right;
    margin-left: -4px; }
    .nav .nav__fixed li {
      display: inline-block;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 1.125rem;
      line-height: 30px;
      vertical-align: middle;
      padding: 0 8px; }
      .nav .nav__fixed li img {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
      .nav .nav__fixed li.fixed__location {
        margin-left: 20px; }
        .nav .nav__fixed li.fixed__location:hover img {
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          -webkit-transform: rotate(-30deg);
                  transform: rotate(-30deg); }

.group__content {
  margin: 49px 0 0 0;
  clear: both; }
  @media only screen and (min-width: 1280px) {
    .group__content {
      margin: 100px 0 0 0; } }
  .group__content.no-margin {
    margin: 0 !important; }
  .group__content .content__content {
    width: 100%;
    overflow: hidden; }
    .group__content .content__content .content__wrapper {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto; }

.banner {
  width: 100%;
  background: url(../img/banner_background.png) center center no-repeat;
  background-size: cover; }
  .banner .banner__wrapper {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 1280px) {
      .banner .banner__wrapper {
        height: 530px; } }
  .banner .banner__content {
    width: 100%;
    text-align: left; }
    @media only screen and (min-width: 1280px) {
      .banner .banner__content {
        width: calc(100% - 40px);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 20px; } }
    .banner .banner__content .content__item {
      width: 100%;
      margin: 0 0 40px 0;
      display: inline-block;
      vertical-align: top; }
      .banner .banner__content .content__item:last-child {
        margin: 0; }
      @media only screen and (min-width: 1280px) {
        .banner .banner__content .content__item {
          width: 50%;
          margin: 0; }
          .banner .banner__content .content__item:last-child {
            width: auto;
            float: right; } }
      .banner .banner__content .content__item .item__title {
        font-family: 'Antenna';
        font-size: 1.75rem;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0; }
        @media only screen and (min-width: 1280px) {
          .banner .banner__content .content__item .item__title {
            font-size: 2.75rem; } }
      .banner .banner__content .content__item .item__info {
        margin: 10px 0 0 0; }
        .banner .banner__content .content__item .item__info .info__item {
          max-width: 300px;
          display: inline-block;
          vertical-align: middle;
          color: #ffffff;
          text-transform: uppercase;
          line-height: 1.3rem; }
          .banner .banner__content .content__item .item__info .info__item:first-child {
            display: none; }
          @media only screen and (min-width: 1280px) {
            .banner .banner__content .content__item .item__info .info__item {
              font-size: 1.125rem;
              line-height: 1.5rem; }
              .banner .banner__content .content__item .item__info .info__item:first-child {
                display: inline-block; }
              .banner .banner__content .content__item .item__info .info__item:last-child {
                margin: 0 0 0 10px; } }
    .banner .banner__content img {
      max-width: 100%; }
  .banner .banner__stroke {
    width: calc(100% - 40px);
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 160px; }
  @media only screen and (min-width: 1280px) {
    .banner--internal .banner__wrapper {
      height: 250px; } }
  .banner--internal .banner__content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .banner--internal .banner__content .content__item {
      font-weight: 200; }
      @media only screen and (min-width: 1280px) {
        .banner--internal .banner__content .content__item:last-child {
          float: left; } }
      .banner--internal .banner__content .content__item .item__title {
        width: 100%;
        font-size: 1.25rem;
        font-weight: 200;
        padding: 15px 0; }
        @media only screen and (min-width: 1280px) {
          .banner--internal .banner__content .content__item .item__title {
            font-size: 1.75rem; } }
  .banner--internal .banner__stroke {
    display: none; }

.footer {
  width: 100%;
  padding: 30px 10px;
  background: #003f56; }
  .footer ul {
    padding: 0 !important;
    margin: 0  !important; }
  @media only screen and (min-width: 1280px) {
    .footer {
      padding: 100px 10px; } }
  .footer .footer__wrapper {
    max-width: 1280px;
    margin: 0 auto; }
    .footer .footer__wrapper ul {
      text-align: center; }
      .footer .footer__wrapper ul li {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 0 0 30px 0; }
        .footer .footer__wrapper ul li a {
          display: inline-block; }
        @media only screen and (min-width: 1280px) {
          .footer .footer__wrapper ul li {
            width: auto;
            margin: 0 0 0 15px; }
            .footer .footer__wrapper ul li:nth-child(odd) {
                margin: 10px;
            }

.media {
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto;
  position: relative;
  background: #f4f4f4; }
  .media .slick-arrow:before {
    content: ''; }
  .media .slick-prev {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_prev_half.png);
    z-index: 20;
    left: 15px; }
    @media only screen and (min-width: 1280px) {
      .media .slick-prev {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_prev.png);
        left: 20px; } }
  .media .slick-next {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_next_half.png);
    z-index: 20;
    right: 15px; }
    @media only screen and (min-width: 1280px) {
      .media .slick-next {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_next.png);
        right: 20px; } }
  .media .media__slider {
    padding: 50px 50px; }
    @media only screen and (min-width: 1280px) {
      .media .media__slider {
        padding: 75px 100px; } }
  .media .media__video {
    width: 100%;
    height: 250px;
    padding: 0 10px; }
    @media only screen and (min-width: 1280px) {
      .media .media__video {
        width: 33%; } }
    .media .media__video iframe {
      width: 100%;
      height: 100%; }

.summary {
  width: 100%;
  background: #f4f4f4;
  padding: 80px 0; }
  .summary .summary__title {
    min-height: 170px;
    background: url(../img/title_background.png) center center no-repeat;
    padding: 40px 0 0 0;
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    text-transform: uppercase; }
  .summary .summary__content {
    padding: 20px 40px 0 40px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: justify; }
    @media only screen and (min-width: 1280px) {
      .summary .summary__content {
        padding: 20px 130px 0 130px; } }


    .publications {
  width: 100%;
  background: #fff;
  padding: 80px 0; }
  .publications .summary__title {
    min-height: 170px;
    background: url(../img/speaker_background.jpg) center center no-repeat;
    padding: 40px 0 0 0;
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    text-transform: uppercase; }
  .publications .summary__content {
    padding: 20px 40px 0 40px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: justify; }
    @media only screen and (min-width: 1280px) {
      .publications .summary__content {
        padding: 20px 130px 0 130px; } }




.easybrasil {
  width: 100%;
  background: #f4f4f4;
  padding: 80px 0; }
  .easybrasil .summary__title {
    min-height: 170px;
    background: url(../img/title_background.png) center center no-repeat;
    padding: 40px 0 0 0;
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    text-transform: uppercase; }
  .easybrasil .summary__content {
    padding: 20px 40px 0 40px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: justify; }
    @media only screen and (min-width: 1280px) {
      .easybrasil .summary__content {
        padding: 20px 130px 0 130px; } }





    .easybrasil 
    __action {
    width: 100%;
    height: 80px;
    border: 2px solid #ffffff;
    display: inline-block;
    background-color: #003f56;
    font-family: "Antenna";
    font-weight: 200;
    font-size: 1.75rem;
    line-height: 80px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out, -webkit-transform .2s ease-in-out; }
    @media only screen and (min-width: 1280px) {
      .easybrasil .register__action {
            width: 450px;
            height: 99px;
            line-height: 99px;
            font-size: 1.75rem;
            

      } }

    .easybrasil .register__action:hover {
      background-color: #ffffff;
      color: #003f56;
      -webkit-transform: scale(1);
              transform: scale(1); }



.invest {
  width: 100%;
  background: url(../img/invest_background.jpg) top center no-repeat #f4f4f4; }
  .invest .invest__container {
    background: url(../img/invest_bottom_background.png) bottom center no-repeat #ffffff;
    padding: 40px 0 250px 0; }
    @media only screen and (min-width: 1280px) {
      .invest .invest__container {
        padding: 140px 0 475px 0; } }
  .invest .invest__title {
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 3rem;
    text-transform: uppercase; }
  .invest .invest__content {
    padding: 40px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: justify; }
    @media only screen and (min-width: 1280px) {
      .invest .invest__content {
        padding: 80px 130px 80px 130px; } }
  .invest table {
    width: 100%;
    border: 0;
    margin: 0 auto; }
    @media only screen and (min-width: 1280px) {
      .invest table {
        width: 80%; } }
    .invest table tr {
      margin: 0;
      padding: 0; }
      .invest table tr td {
        width: 100%;
        margin: 0;
        padding: 0 10px;
        text-align: left;
        display: block; }
        @media only screen and (min-width: 1280px) {
          .invest table tr td {
            width: 50%;
            padding: 15px 35px;
            display: table-cell;
            padding: 0 35px; }
            .invest table tr td:first-child {
              border-right: 1px solid #ccc; } }

.complete {
  width: 100%;
  background: #f4f4f4;
  padding: 80px 0; }
  .complete .complete__title {
    min-height: 170px;
    background: url(../img/title_background.png) center center no-repeat;
    padding: 40px 0 0 0;
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    text-transform: uppercase; }
  .complete .complete__content {
    padding: 20px 40px 0 40px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: justify; }
    @media only screen and (min-width: 1280px) {
      .complete .complete__content {
        padding: 20px 130px 0 130px; } }

.schedule {
  width: 100%;
  background: #003f56;
  color: #ffffff;
  padding: 80px 0; }
  .schedule .slick-arrow:before {
    content: ''; }
  .schedule .slick-prev {
    width: 19px;
    height: 35px;
    background: url(../img/arrow_white_prev_half.png) center center no-repeat;
    z-index: 20;
    left: 15px; }
    @media only screen and (min-width: 1280px) {
      .schedule .slick-prev {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_white_prev.png) center center no-repeat;
        left: 20px; } }
  .schedule .slick-next {
    width: 19px;
    height: 35px;
    background: url(../img/arrow_white_next_half.png) center center no-repeat;
    z-index: 20;
    right: 15px; }
    @media only screen and (min-width: 1280px) {
      .schedule .slick-next {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_white_next.png) center center no-repeat;
        right: 20px; } }
  .schedule .schedule__title {
    min-height: 170px;
    background: url(../img/schedule_background.jpg) center center no-repeat;
    padding: 60px 0 0 0;
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    text-transform: uppercase; }
  .schedule .schedule__container {
    padding: 0 10px; }
    @media only screen and (min-width: 1280px) {
      .schedule .schedule__container {
        padding: 0 130px; } }
  .schedule .schedule__buttons {
    width: 100%;
    text-align: center; }
    .schedule .schedule__buttons .schedule__button {
      display: inline-block;
      background-color: #011b25;
      padding: 15px 20px;
      font-weight: 700;
      font-size: 1rem;
      color: #ffffff;
      text-decoration: none;
      border-radius: 8px;
      -webkit-transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
      transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out, background-color .2s ease-in-out;
      transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out; }
      @media only screen and (min-width: 1280px) {
        .schedule .schedule__buttons .schedule__button {
          padding: 20px 40px;
          border-radius: 12px;
          font-size: 1.125rem; } }
      .schedule .schedule__buttons .schedule__button:first-child {
        margin-right: 20px; }
      .schedule .schedule__buttons .schedule__button:hover {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
      .schedule .schedule__buttons .schedule__button.active {
        background-color: #009d3d; }
        .schedule .schedule__buttons .schedule__button.active:hover {
          -webkit-transform: scale(1);
                  transform: scale(1); }
  .schedule .schedule__content {
    padding: 20px 0 0 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: justify; }
    .schedule .schedule__content .content__title {
      font-weight: 700;
      text-transform: uppercase; }
    .schedule .schedule__content .content__info table {
      width: 100%;
      border: 0;
      margin: 30px auto;
      font-size: 1rem;
      table-layout: fixed; }
      @media only screen and (min-width: 1280px) {
        .schedule .schedule__content .content__info table {
          font-size: 1.125rem; } }
      .schedule .schedule__content .content__info table tr {
        margin: 0;
        padding: 0; }
        .schedule .schedule__content .content__info table tr td {
          width: 100%;
          display: block;
          margin: 0;
          padding: 0 15px; }
          @media only screen and (min-width: 1280px) {
            .schedule .schedule__content .content__info table tr td {
              width: auto;
              display: table-cell;
              border-right: solid 1px #ffffff; } }
          .schedule .schedule__content .content__info table tr td > table {
            margin: 15px 0 0 0; }
            @media only screen and (min-width: 1280px) {
              .schedule .schedule__content .content__info table tr td > table {
                margin: 0; } }
          .schedule .schedule__content .content__info table tr td.time {
            font-weight: 700;
            text-align: center; }
            @media only screen and (min-width: 1280px) {
              .schedule .schedule__content .content__info table tr td.time {
                width: 150px; } }
            .schedule .schedule__content .content__info table tr td.time.green {
              color: #05d957; }
            .schedule .schedule__content .content__info table tr td.time.yellow {
              color: #cdd905; }
          .schedule .schedule__content .content__info table tr td.title {
            font-weight: 700;
            text-align: center; }
          .schedule .schedule__content .content__info table tr td.description {
            font-weight: 400;
            text-align: center; }
          .schedule .schedule__content .content__info table tr td:last-child {
            border-right: 0; }

.speaker {
  width: 100%;
  background: #ffffff;
  padding: 80px 0; }
  .speaker .slick-arrow:before {
    content: ''; }
  .speaker .slick-prev {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_prev_half.png);
    z-index: 20;
    left: 15px; }
    @media only screen and (min-width: 1280px) {
      .speaker .slick-prev {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_prev.png);
        left: 20px; } }
  .speaker .slick-next {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_next_half.png);
    z-index: 20;
    right: 15px; }
    @media only screen and (min-width: 1280px) {
      .speaker .slick-next {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_next.png);
        right: 20px; } }
  .speaker .speaker__title {
    min-height: 170px;
    background: url(../img/speaker_background.jpg) center center no-repeat;
    padding: 50px 0 0 0;
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    text-transform: uppercase; }
  .speaker .speaker__container {
    padding: 0 40px; }
    @media only screen and (min-width: 1280px) {
      .speaker .speaker__container {
        padding: 0 110px; } }
  .speaker .speaker__content {
    padding: 20px 20px 0 20px;
    font-size: 1rem;
    font-family: "Antenna";
    font-weight: 200;
    line-height: 1.75rem;
    text-align: justify; }
    .speaker .speaker__content .content__image {
      width: 100%;
      overflow: hidden; }
      .speaker .speaker__content .content__image img {
        display: block;
        margin: 0 auto; }
    .speaker .speaker__content .content__info {
      background: url(../img/speaker_item_background.jpg) top center no-repeat; }
      .speaker .speaker__content .content__info .info__item {
        padding: 20px 0;
        border-top: solid 1px #ccc;
        text-align: center; }
        .speaker .speaker__content .content__info .info__item img {
          display: block;
          margin: 0 auto; }
        .speaker .speaker__content .content__info .info__item:first-child {
          border: 0;
          font-weight: 700;
          text-transform: uppercase; }
        .speaker .speaker__content .content__info .info__item:nth-child(2) {
          height: 100px; }
        .speaker .speaker__content .content__info .info__item:last-child {
          border: 0; }
      .speaker .speaker__content .content__info .info__description {
        font-weight: 400;
        line-height: 1.5rem; }

.testimonial {
  width: 100%;
  background: #ffffff;
  border-top: solid 45px #f4f4f4;
  border-bottom: solid 45px #f4f4f4;
  padding: 80px 0; }
  .testimonial .testimonial__title {
    min-height: 170px;
    background: url(../img/testimonial_background.jpg) center center no-repeat;
    padding: 40px 0 0 0;
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    text-transform: uppercase; }
  .testimonial .testimonial__content {
    padding: 20px 40px 0 40px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: justify; }
    @media only screen and (min-width: 1280px) {
      .testimonial .testimonial__content {
        padding: 20px 130px 0 130px; } }
  .testimonial .testimonial__container {
    width: 100%;
    padding: 40px 0; }
  .testimonial .testimonial__item {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px; }
    @media only screen and (min-width: 1280px) {
      .testimonial .testimonial__item {
        width: 49%; }
        .testimonial .testimonial__item:last-child {
          margin-left: 15px; } }
    .testimonial .testimonial__item iframe {
      width: 100%;
      height: 250px; }
    .testimonial .testimonial__item .item__description {
      font-family: "Antenna";
      font-weight: 700;
      text-align: left;
      margin: 10px 0; }
  .testimonial .testimonials__more {
    font-family: "Antenna";
    font-weight: 700;
    font-size: 1.875rem;
    text-transform: uppercase;
    text-align: center; }
    .testimonial .testimonials__more a {
      color: #003f56;
      text-decoration: none;
      -webkit-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out; }
      .testimonial .testimonials__more a .fa-plus-circle {
        color: #003f56;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out; }
      .testimonial .testimonials__more a:hover {
        color: #be9a3e; }
        .testimonial .testimonials__more a:hover .fa-plus-circle {
          color: #be9a3e; }

.plan {
  width: 100%;
  background: #f4f4f4;
  padding: 0 0 80px 0; }
  .plan .plan__title {
    min-height: 230px;
    background: url(../img/plan_background.jpg) center center no-repeat;
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    color: #ffffff;
    text-transform: uppercase;
    padding: 80px 0; }
    @media only screen and (min-width: 1280px) {
      .plan .plan__title {
        line-height: 230px;
        padding: 0; } }
  .plan .plan__content {
    background: #ffffff;
    padding: 0 20px; }
    @media only screen and (min-width: 1280px) {
      .plan .plan__content {
        padding: 0 50px; } }
  .plan .plan__item {
    padding: 40px 0;
    border-top: 1px solid #ccc; }
    @media only screen and (min-width: 1280px) {
      .plan .plan__item {
        padding: 80px 0; } }
    .plan .plan__item:first-child {
      border: 0; }
    .plan .plan__item .item__title {
      min-height: 170px;
      padding: 70px 0 0 0;
      text-align: center;
      font-family: "Antenna";
      font-weight: 700;
      font-size: 1.25rem;
      text-transform: uppercase; }
      .plan .plan__item .item__title.item__title--visto {
        background: url(../img/visa_background.jpg) center center no-repeat; }
      .plan .plan__item .item__title.item__title--hospegadem {
        background: url(../img/accommodation_background.jpg) center center no-repeat; }
      .plan .plan__item .item__title.item__title--transporte {
        background: url(../img/transport_background.jpg) center center no-repeat; }
      .plan .plan__item .item__title.item__title--clima {
        background: url(../img/weather_background.jpg) center center no-repeat; }
      .plan .plan__item .item__title.item__title--traje {
        background: url(../img/suit_background.jpg) center center no-repeat; }
      .plan .plan__item .item__title.item__title--interpretacao {
        background: url(../img/interpretation_background.jpg) center center no-repeat; }
    .plan .plan__item .item__content {
      padding: 20px 40px 0 40px;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.75rem;
      text-align: justify; }
      @media only screen and (min-width: 1280px) {
        .plan .plan__item .item__content {
          padding: 20px 80px 0 80px; } }
    .plan .plan__item table {
      width: 100%;
      border: 0;
      margin: 0 auto; }
      @media only screen and (min-width: 1280px) {
        .plan .plan__item table {
          width: 80%; } }
      .plan .plan__item table tr {
        margin: 0;
        padding: 0; }
        .plan .plan__item table tr td {
          width: 100%;
          margin: 0;
          padding: 0 10px;
          text-align: left;
          display: block; }
          @media only screen and (min-width: 1280px) {
            .plan .plan__item table tr td {
              width: 50%;
              padding: 15px 35px;
              display: table-cell;
              padding: 0 35px; }
              .plan .plan__item table tr td:first-child {
                border-right: 1px solid #ccc; } }

.register {
  background: #003f56;
  text-align: center; }
  .register .register__wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 30px; }
    @media only screen and (min-width: 1280px) {
      .register .register__wrapper {
        padding: 90px 0; } }
  .register .register__title {
    background: url(../img/register_title.jpg) center center no-repeat;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 90px 0 50px 0;
    margin: 0 0 100px; }
  .register .register__action {
    width: 100%;
    height: 80px;
    border: 2px solid #ffffff;
    display: inline-block;
    background-color: #003f56;
    font-family: "Antenna";
    font-weight: 200;
    font-size: 1.75rem;
    line-height: 80px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out, -webkit-transform .2s ease-in-out; }
    @media only screen and (min-width: 1280px) {
      .register .register__action {
        width: 450px;
        height: 130px;
        line-height: 130px;
        font-size: 2.75rem; } }
    .register .register__action:hover {
      background-color: #ffffff;
      color: #003f56;
      -webkit-transform: scale(1);
              transform: scale(1); }

.linkedin {
  height: 240px;
  background: #ffffff;
  position: relative; }
  @media only screen and (min-width: 1280px) {
    .linkedin {
      height: 340px; } }
  .linkedin .linkedin__action {
    width: 114px;
    height: 114px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto; }
    .linkedin .linkedin__action img {
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
    .linkedin .linkedin__action:hover img {
      -webkit-transform: scale(1);
              transform: scale(1); }

.testimonials {
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto;
  position: relative;
  background: #f4f4f4; }
  .testimonials .slick-arrow:before {
    content: ''; }
  .testimonials .slick-prev {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_prev_half.png);
    z-index: 20;
    left: 15px; }
    @media only screen and (min-width: 1280px) {
      .testimonials .slick-prev {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_prev.png);
        left: 20px; } }
  .testimonials .slick-next {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_next_half.png);
    z-index: 20;
    right: 15px; }
    @media only screen and (min-width: 1280px) {
      .testimonials .slick-next {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_next.png);
        right: 20px; } }
  .testimonials .testimonials__slider {
    padding: 50px 50px; }
    @media only screen and (min-width: 1280px) {
      .testimonials .testimonials__slider {
        padding: 75px 100px; } }
  .testimonials .testimonials__video {
    width: 100%;
    padding: 0 10px; }
    @media only screen and (min-width: 1280px) {
      .testimonials .testimonials__video {
        width: 33%; } }
    .testimonials .testimonials__video iframe {
      width: 100%;
      height: 250px; }
    .testimonials .testimonials__video .video__description {
      font-family: "Antenna";
      font-weight: 400;
      text-align: left;
      margin: 10px 0; }

.pictures {
  position: relative;
  background: #ffffff; }
  .pictures .slick-arrow:before {
    content: ''; }
  .pictures .slick-prev {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_prev_half.png);
    z-index: 20;
    left: 15px; }
    @media only screen and (min-width: 1280px) {
      .pictures .slick-prev {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_prev.png);
        left: 20px; } }
  .pictures .slick-next {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_next_half.png);
    z-index: 20;
    right: 15px; }
    @media only screen and (min-width: 1280px) {
      .pictures .slick-next {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_next.png);
        right: 20px; } }
  .pictures .pictures__slider {
    padding: 50px 50px; }
    @media only screen and (min-width: 1280px) {
      .pictures .pictures__slider {
        padding: 75px 100px; } }
  .pictures .pictures__picture {
    width: 100%;
    padding: 0 10px; }
    @media only screen and (min-width: 1280px) {
      .pictures .pictures__picture {
        width: 33%; } }
    .pictures .pictures__picture a {
      width: 100%;
      position: relative;
      display: block; }
      .pictures .pictures__picture a:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: url(../img/pictures_more.png) center center no-repeat rgba(0, 0, 0, 0.6);
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out; }
      .pictures .pictures__picture a img {
        width: 100%; }
      .pictures .pictures__picture a:hover:before {
        opacity: 1; }
    .pictures .pictures__picture .picture__description {
      font-family: "Antenna";
      font-weight: 400;
      text-align: left;
      margin: 10px 0; }
  .pictures .pictures__full {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility 0s linear .3s;
    transition: opacity .3s ease-in-out, visibility 0s linear .3s; }
    .pictures .pictures__full.active {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .3s ease-in-out, visibility 0s linear 0s;
      transition: opacity .3s ease-in-out, visibility 0s linear 0s; }
    .pictures .pictures__full .slick-prev {
      background: url(../img/arrow_white_prev_half.png); }
      @media only screen and (min-width: 1280px) {
        .pictures .pictures__full .slick-prev {
          background: url(../img/arrow_white_prev.png);
          left: -60px; } }
    .pictures .pictures__full .slick-next {
      background: url(../img/arrow_white_next_half.png); }
      @media only screen and (min-width: 1280px) {
        .pictures .pictures__full .slick-next {
          background: url(../img/arrow_white_next.png);
          right: -60px; } }
    .pictures .pictures__full .full__slider {
      width: 1000px;
      max-width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto; }
      .pictures .pictures__full .full__slider .full__picture {
        position: relative; }
      .pictures .pictures__full .full__slider .picture__description {
        width: 100%;
        padding: 100px 30px 30px 30px;
        position: absolute;
        bottom: 0;
        font-family: "Antenna";
        font-weight: 400;
        color: #ffffff;
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */ }
      .pictures .pictures__full .full__slider img {
        width: 100%; }
    .pictures .pictures__full .full__close {
      position: absolute;
      top: 25px;
      right: 25px;
      display: block;
      font-size: 2rem;
      color: #ffffff;
      text-decoration: none; }

.press {
  position: relative;
  background: #ffffff; }
  .press .slick-arrow:before {
    content: ''; }
  .press .slick-prev {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_prev_half.png);
    z-index: 20;
    left: 15px; }
    @media only screen and (min-width: 1280px) {
      .press .slick-prev {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_prev.png);
        left: 20px; } }
  .press .slick-next {
    content: '';
    width: 19px;
    height: 35px;
    background: url(../img/arrow_black_next_half.png);
    z-index: 20;
    right: 15px; }
    @media only screen and (min-width: 1280px) {
      .press .slick-next {
        width: 38px;
        height: 71px;
        background: url(../img/arrow_black_next.png);
        right: 20px; } }
  .press .press__slider {
    padding: 50px 50px; }
    @media only screen and (min-width: 1280px) {
      .press .press__slider {
        padding: 75px 100px; } }
  .press .press__item {
    width: 100%;
    padding: 0 10px;
    text-align: center; }
    @media only screen and (min-width: 1280px) {
      .press .press__item {
        width: 33%; } }
    .press .press__item a {
      display: inline-block; }
      .press .press__item a img {
        display: inline-block;
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
    .press .press__item a:hover img {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .press .press__item .item__description {
      width: 100%;
      font-family: "Antenna";
      font-weight: 400;
      margin: 20px 0; }
    .press .press__item .item__download {
      display: inline-block;
      font-size: 1.375rem;
      font-weight: 700;
      color: #003f56;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out; }
      .press .press__item .item__download:hover {
        color: #be9a3e; }

.registration {
  position: relative;
  background: #ffffff; }
  .registration .content__wrapper {
    text-align: center;
    padding: 80px 0; }
  .registration .registration__action {
    width: 100%;
    height: 80px;
    border: 2px solid #003f56;
    display: inline-block;
    background-color: #ffffff;
    font-family: "Antenna";
    font-weight: 200;
    font-size: 1.75rem;
    line-height: 80px;
    color: #003f56;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out, -webkit-transform .2s ease-in-out; }
    @media only screen and (min-width: 1280px) {
      .registration .registration__action {
        width: 450px;
        height: 130px;
        line-height: 130px;
        font-size: 2.75rem; } }
    .registration .registration__action:hover {
      background-color: #003f56;
      color: #ffffff;
      -webkit-transform: scale(1);
              transform: scale(1); }

.pressroom__title {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0; }
  .pressroom__title .title__title {
    text-align: center;
    font-family: "Antenna";
    font-weight: 400;
    font-size: 1.875rem;
    text-transform: uppercase; }

/*# sourceMappingURL=main.css.map */
