@import url("https://fonts.googleapis.com/css?family=Poppins:300i,300,400,400i,700");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

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

body {
  font-size: 1.6rem;
  background-color: #f5f5f5;
  font-weight: 300;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #141414; }

body,
button,
input,
optgroup,
select,
textarea {
  color: #333;
  fill: #333;
  font-family: 'Poppins', verdana, sans-serif; }

::selection,
::-moz-selection {
  background: #8cc63f;
  color: #fff; }

h1 {
  font-size: 3.5rem;
  font-family: 'Ringold';
  line-height: 1.2;
  margin: 1rem 0 0 0; }

h2 {
  font-size: 2.5rem;
  font-family: 'Ringold';
  line-height: 1.2;
  margin: 1rem 0 0 0; }

h3 {
  font-family: 'Ringold'; }

h3,
h4 {
  font-size: 2.3rem; }

h5 {
  font-size: 2rem; }

h4,
h5 {
  font-family: 'Poppins';
  font-weight: 600; }

h3,
h4,
h5 {
  line-height: 1.2;
  margin: 1rem 0 0 0; }

p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 1rem 0 2rem 0; }

a:not(
.Button,
.Navigation-mainItemLink,
.Block,
.Header-logo-link,
.Footer-socialLink,
.Footer-partnersItem,
.Share-link,
.MobileHeader-menu,
.NavigationMobile-mainItemLink,
.PageLink,
.BlockFeatured,
.CategoryList-itemLink,
.Pagination-link,
.Breadcrumb-link
),
a:not(
.Button,
.Navigation-mainItemLink,
.Block,
.Header-logo-link,
.Footer-socialLink,
.Footer-partnersItem,
.Share-link,
.MobileHeader-menu,
.NavigationMobile-mainItemLink,
.PageLink,
.BlockFeatured,
.CategoryList-itemLink,
.Pagination-link,
.Breadcrumb-link
):active,
a:not(
.Button,
.Navigation-mainItemLink,
.Block,
.Header-logo-link,
.Footer-socialLink,
.Footer-partnersItem,
.Share-link,
.MobileHeader-menu,
.NavigationMobile-mainItemLink,
.PageLink,
.BlockFeatured,
.CategoryList-itemLink,
.Pagination-link,
.Breadcrumb-link
):visited {
  color: #000;
  font-weight: 400;
  border-bottom: 2px solid #ffa300;
  text-decoration: none; }

a:not(
.Button,
.Navigation-mainItemLink,
.Block,
.Header-logo-link,
.Footer-socialLink,
.Footer-partnersItem,
.Share-link,
.MobileHeader-menu,
.NavigationMobile-mainItemLink,
.PageLink,
.BlockFeatured,
.CategoryList-itemLink,
.Pagination-link,
.Breadcrumb-link
):hover {
  color: #1a1a1a;
  border-bottom: 2px solid transparent;
  text-decoration: none; }

.Button {
  border: 2px solid #000;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  text-decoration: none !important;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.8rem;
  font-family: 'Poppins';
  border-radius: 0.5rem;
  font-weight: 600;
  padding: 1.5rem 3rem;
  color: #000;
  margin: 0.5rem 0; }
  .Button.Navigation-mainItemLink {
    font-family: 'Poppins', verdana, sans-serif; }
  .Button a {
    color: #fff; }

.Button:hover,
.Button:focus {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  text-decoration: none;
  outline: 0;
  color: #000;
  background-color: #e6e6e6; }

.Button--green {
  background-color: #8cc63f;
  color: #fff; }
  .Button--green:hover {
    background-color: #71a230; }

.Button--black {
  background-color: #000;
  border: 2px solid #000;
  color: #fff !important; }
  .Button--black:hover {
    background-color: #333333; }

.Button.Button--orange {
  background-color: #ffa300;
  color: #000; }

.Button.Button--orange:hover,
.Button.Button--orange:focus {
  background-color: #cc8200; }

.Button.Button--purple,
.Button.Button--magenta {
  background-color: #9a49e2;
  color: #fff; }

.Button.Button--purple:hover,
.Button.Button--purple:focus,
.Button.Button--magenta:hover,
.Button.Button--magenta:focus {
  background-color: #8122d6; }

.Button.Button--white {
  background-color: #fff;
  color: #141414; }

.Button.Button--white:hover,
.Button.Button--white:focus {
  background-color: #cccccc; }

.Button.Button--gray {
  background-color: #666666;
  color: #fff; }

.Button.Button--gray:hover,
.Button.Button--gray:focus {
  background-color: #555555; }

.Button.Button--ghostBlack {
  background-color: transparent;
  color: #000; }

.Button.Button--ghostBlack:hover,
.Button.Button--ghostBlack:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000; }

.Button.Button--ghostGray {
  background-color: transparent;
  color: #141414; }
  .Button.Button--ghostGray.Navigation-mainItemLink {
    color: #666; }

.Button.Button--ghostGray:hover,
.Button.Button--ghostGray:focus {
  background-color: transparent;
  color: #131313; }

.Button.Button--ghostGreen {
  background-color: transparent;
  color: #8cc63f;
  border: 2px solid #8cc63f; }

.Button.Button--ghostGreen:hover,
.Button.Button--ghostGreen:focus {
  background-color: rgba(140, 198, 63, 0.2);
  color: #8cc63f; }

.Button.Button--ghostOrange {
  background-color: transparent;
  color: #ffa300;
  border: 2px solid #ffa300; }

.Button.Button--ghostOrange:hover,
.Button.Button--ghostOrange:focus {
  background-color: rgba(255, 163, 0, 0.2);
  color: #ffa300; }

.Button.Button--ghostWhite {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff; }

.Button.Button--ghostWhite:hover,
.Button.Button--ghostWhite:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff; }

.Button.Button--big {
  padding: 18px 40px;
  padding: 1.8rem 4rem; }

.Button.Button--small {
  padding: 0.3rem 1rem;
  font-size: 1.5rem; }

.Button.Button--icon::before {
  margin-right: 10px;
  margin-right: 1rem; }

.Button.Button--smallFont {
  padding: 12px 20px;
  padding: 1.2rem 2rem;
  font-size: 14px;
  font-size: 1.4rem; }

.Button.Button--fullWidth {
  margin: 20px 0;
  margin: 2rem 0;
  width: 100%; }

.ButtonContainer {
  display: inline-block; }

.ButtonContainer > * {
  margin-right: 10px;
  margin-right: 1rem; }

.ButtonContainer > *:last-child {
  margin-right: 0; }

.ButtonContainer--fullWidth {
  width: 100%; }

.Icon {
  position: relative;
  line-height: 1; }

.Icon::before {
  content: none;
  font-family: 'Icon' !important;
  font-style: normal !important;
  font-weight: normal !important;
  -webkit-font-feature-settings: normal !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  vertical-align: center;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.Icon.Icon--green {
  color: #8cc63f; }

.Icon.Icon--white {
  color: #fff; }

.Icon.Icon--s {
  font-size: 8px;
  font-size: 0.8rem; }

.Icon.Icon--l {
  font-size: 32px;
  font-size: 3.2rem; }

.Icon.Icon--arrow::before {
  content: 'b';
  color: #007bb1;
  font-weight: 900;
  font-size: medium;
  margin-right: 10px; }

.Icon.Icon--arrow-left::before {
  content: 'a'; }

.Icon.Icon--arrow-right::before {
  content: 'b'; }

.Icon.Icon--calendar::before {
  content: 'J'; }

.Icon.Icon--chat::before {
  content: 'd'; }

.Icon.Icon--check::before {
  content: 'e'; }

.Icon.Icon--chevron-left::before {
  content: 'f'; }

.Icon.Icon--chevron-right::before {
  content: 'g'; }

.Icon.Icon--close::before {
  content: 'h'; }

.Icon.Icon--creditcard::before {
  content: 'i'; }

.Icon.Icon--document::before {
  content: 'j'; }

.Icon.Icon--double-chevron-left::before {
  content: 'k'; }

.Icon.Icon--double-chevron-right::before {
  content: 'l'; }

.Icon.Icon--download::before {
  content: 'm'; }

.Icon.Icon--phone::before {
  content: 'n'; }

.Icon.Icon--pencil-edit::before {
  content: 'o'; }

.Icon.Icon--youtube::before {
  content: 'p'; }

.Icon.Icon--wallet::before {
  content: 'q'; }

.Icon.Icon--twitter::before {
  content: 'V'; }

.Icon.Icon--letter::before {
  content: 's'; }

.Icon.Icon--home::before {
  content: 't'; }

.Icon.Icon--search::before {
  content: 'u'; }

.Icon.Icon--scroll::before {
  content: 'v'; }

.Icon.Icon--helpdesk::before {
  content: 'w'; }

.Icon.Icon--facebook::before {
  content: 'x'; }

.Icon.Icon--plus::before {
  content: 'y'; }

.Icon.Icon--linkedin::before {
  content: 'z'; }

.Icon.Icon--mail::before {
  content: 'A'; }

.Icon.Icon--map::before {
  content: 'B'; }

.Icon.Icon--microphone::before {
  content: 'C'; }

.Icon.Icon--notes::before {
  content: 'D'; }

.Icon.Icon--minus::before {
  content: 'E'; }

.Icon.Icon--pencil::before {
  content: 'F'; }

.Icon.Icon--article::before {
  content: 'G'; }

.Icon.Icon--whatsapp::before {
  content: 'H'; }

.Icon.Icon--clock::before {
  content: 'I'; }

.Icon.Icon--angle-right::before {
  content: 'L'; }

.Icon.Icon--angle-left::before {
  content: 'K'; }

.Icon.Icon--angle-down::before {
  content: 'N'; }

.Icon.Icon--angle-up::before {
  content: 'M'; }

.Icon.Icon--menu::before {
  content: 'O'; }

.Icon.Icon--instagram::before {
  content: 'U'; }

.Icon.Icon--signal::before {
  content: 'Q'; }

.Icon.Icon--share::before {
  content: 'R'; }

.plain.error-page-wrapper {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 5%;
  position: relative; }

.plain.error-page-wrapper .content-container {
  -webkit-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  -moz-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  -ms-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  -o-transition: left 0.5s ease-out, opacity 0.5s ease-out;
  transition: left 0.5s ease-out, opacity 0.5s ease-out;
  max-width: 43rem;
  position: relative; }

.plain.error-page-wrapper .content-container.in {
  left: 0;
  opacity: 1; }

.plain.error-page-wrapper .head-line {
  transition: color 0.2s linear;
  margin-bottom: 5px; }

.plain.error-page-wrapper .subheader {
  transition: color 0.2s linear; }

.plain.error-page-wrapper hr {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  width: 250px;
  margin: 35px 0; }

.plain.error-page-wrapper .context {
  transition: color 0.2s linear; }

.plain.error-page-wrapper .context p {
  margin: 0; }

.plain.error-page-wrapper .context p:nth-child(n + 2) {
  margin-top: 12px; }

.plain.error-page-wrapper .buttons-container {
  margin-top: 20px;
  overflow: hidden; }

.plain.error-page-wrapper .buttons-container a {
  transition: color 0.2s linear, border-color 0.2s linear;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 99px;
  padding: 8px 30px 9px;
  display: inline-block;
  /* float: left; */ }

.plain.error-page-wrapper .buttons-container a:hover {
  background-color: rgba(255, 255, 255, 0.05); }

.plain.error-page-wrapper .buttons-container a:first-child {
  margin-right: 25px; }

@media screen and (max-width: 485px) {
  .plain.error-page-wrapper .header {
    font-size: 36px; }
  .plain.error-page-wrapper .subheader {
    font-size: 27px;
    line-height: 38px; }
  .plain.error-page-wrapper hr {
    width: 185px;
    margin: 25px 0; }
  .plain.error-page-wrapper .context {
    font-size: 18px;
    line-height: 24px; }
  .plain.error-page-wrapper .buttons-container {
    margin-top: 20px; }
  .plain.error-page-wrapper .buttons-container a {
    font-size: 13px;
    padding: 8px 0 7px;
    width: 40%;
    text-align: center; }
  .plain.error-page-wrapper .buttons-container a:first-child {
    margin-right: 10%; } }

@font-face {
  font-family: 'Ringold';
  src: url("../fonts/Ringold-Soft.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Icon';
  src: url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body #wrapper {
  max-width: 20rem; }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-30px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

.plain.error-page-wrapper {
  font-family: "Poppins", Verdana;
  padding: 0 1rem;
  position: relative; }
  .plain.error-page-wrapper .content-container {
    animation: 1s ease-out 0s 1 slideInFromLeft;
    max-width: 55rem;
    position: relative;
    margin-bottom: 2rem;
    margin-top: 3rem; }
    .plain.error-page-wrapper .content-container input {
      font-family: "Poppins", Verdana;
      margin: 0.5rem 0;
      display: block;
      width: 100%;
      padding: 5px 12px;
      font-size: 18px;
      line-height: 18px;
      color: #666;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 4px; }
    .plain.error-page-wrapper .content-container .search {
      position: relative;
      margin-top: 1rem;
      max-width: 400px; }
    .plain.error-page-wrapper .content-container .search .fa-search {
      position: absolute;
      top: 1px;
      right: 0;
      font-size: 20px;
      padding: 6px;
      color: #fff;
      border-radius: 0 5px 5px 0; }
  .plain.error-page-wrapper .head-line {
    transition: color 0.2s linear;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 5px; }
  .plain.error-page-wrapper .subheader {
    transition: color 0.2s linear;
    font-size: 36px;
    line-height: 46px; }
  .plain.error-page-wrapper hr {
    height: 1px;
    border: none;
    width: 250px;
    margin: 35px 0; }
  .plain.error-page-wrapper .context {
    transition: color 0.2s linear;
    margin-bottom: 2rem; }
    .plain.error-page-wrapper .context p {
      margin: 0; }
      .plain.error-page-wrapper .context p:nth-child(n + 2) {
        margin-top: 12px; }
  .plain.error-page-wrapper .buttons-container {
    margin: 2rem 0;
    overflow: hidden; }
    .plain.error-page-wrapper .buttons-container a {
      transition: color 0.2s linear, border-color 0.2s linear;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 99px;
      padding: 8px 30px 9px;
      display: inline-block; }
      .plain.error-page-wrapper .buttons-container a:first-child {
        margin-right: 25px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

body {
  min-height: 100%;
  -webkit-font-smoothing: subpixel-antialiased; }

.clearfix {
  clear: both;
  zoom: 1; }

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

.background-color {
  background-color: #f6f5f1 !important; }

.logo {
  vertical-align: middle;
  max-width: 330px;
  width: 100%;
  height: auto;
  border: 0; }

.input-with-icon {
  position: relative; }

.input-with-icon input {
  padding-left: 30px; }

.input-with-icon .Icon--search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }
