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

* {
  -webkit-font-smoothing: antialiased; }

.nmh h1,
.nmh h2,
.nmh h3,
.nmh h4,
.nmh h5,
.nmh h6 {
  font-weight: normal;
  margin: 0; }

a {
  text-decoration: none; }

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

audio,
canvas,
video {
  display: inline-block; }

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

[hidden] {
  display: none; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

li {
  list-style-type: none; }

body {
  margin: 0; }

iframe {
  border-style: none;
  border: none;
  /*width: inherit;*/
  display: block;
  position: relative; }

a:focus {
  outline: none; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold;
  -webkit-appearance: none; }

blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

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

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

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

menu,
ol,
ul {
  padding: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

audio,
canvas,
img,
video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

  /*.homepage .top-banner .container {
    width: 1030px;
  }*/

  .container:before, .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .container:after {
    clear: both; }
  .container.not-relative {
    position: static; }

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

.row {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1; }
  .row:after, .row:before {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  @media (max-width: 1100px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  .row:before, .row:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .row:after {
    clear: both; }
  .row > [class*='col_'] {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    float: left; }
    @media (max-width: 1100px) {
      .row > [class*='col_'] {
        padding-left: 10px;
        padding-right: 10px; } }
    .row > [class*='col_'].right {
      float: right; }
  .row.big-gutter {
    margin-left: -30px;
    margin-right: -30px; }
    @media (max-width: 1600px) {
      .row.big-gutter {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (max-width: 1100px) {
      .row.big-gutter {
        margin-left: -15px;
        margin-right: -15px; } }
    .row.big-gutter > [class*='col_'] {
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 1600px) {
        .row.big-gutter > [class*='col_'] {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 1100px) {
        .row.big-gutter > [class*='col_'] {
          padding-left: 15px;
          padding-right: 15px; } }
  .row.small-gutter {
    margin-left: -5px;
    margin-right: -5px; }
    .row.small-gutter > [class*='col_'] {
      padding-left: 5px;
      padding-right: 5px; }
  .row.medium-gutter {
    margin-left: -10px;
    margin-right: -10px; }
    @media (max-width: 1100px) {
      .row.medium-gutter {
        margin-left: -10px;
        margin-right: -10px; } }
    .row.medium-gutter > [class*='col_'] {
      padding-left: 10px;
      padding-right: 10px; }
      @media (max-width: 1100px) {
        .row.medium-gutter > [class*='col_'] {
          padding-left: 10px;
          padding-right: 10px; } }
  .row.no-gutter {
    margin-left: 0;
    margin-right: 0; }
    .row.no-gutter > [class*='col_'] {
      padding-left: 0px;
      padding-right: 0px; }

.col_16 {
  width: 16.66%; }

.col_10 {
  width: 10%; }

.col_15 {
  width: 15%; }

.col_14 {
  width: 14.28%; }

.col_33 {
  width: 33.33%; }

.col_20 {
  width: 20%; }

.col_auto {
  width: auto; }

.col_25 {
  width: 25%; }

.col_12 {
  width: 12.5%; }

.col_50 {
  width: 50%; }

.col_100 {
  width: 100%; }

.col_30 {
  width: 30%; }

.col_35 {
  width: 35%; }

.col_70 {
  width: 70%; }

.col_40 {
  width: 40%; }

.col_45 {
  width: 45%; }

.col_55 {
  width: 55%; }

.col_60 {
  width: 60%; }

.col_65 {
  width: 65%; }

.col_66 {
  width: 66.66%; }

.col_75 {
  width: 75%; }

.col_80 {
  width: 80%; }

html {
  font-family: "Open Sans", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: normal;
  font-weight: 400; }

body {
  font-size: 1.4rem;
  line-height: 24px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  color: #303344; }

.nmh h1, .nmh h2, .nmh h3, .nmh h4, .nmh h5, .nmh h6 {
  font-weight: 700;
  color: #44bbbe;
  line-height: 1.1em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: none;
  margin-bottom: 30px;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 1100px) {
    .nmh h1, .nmh h2, .nmh h3, .nmh h4, .nmh h5, .nmh h6 {
      letter-spacing: normal; } }
  .nmh h1.has-line, .nmh h2.has-line, .nmh h3.has-line, .nmh h4.has-line, .nmh h5.has-line, .nmh h6.has-line {
    position: relative;
    margin-bottom: 50px; }
    @media (max-width: 1100px) {
      .nmh h1.has-line, .nmh h2.has-line, .nmh h3.has-line, .nmh h4.has-line, .nmh h5.has-line, .nmh h6.has-line {
        margin-bottom: 35px; } }
    .nmh h1.has-line:before, .nmh h2.has-line:before, .nmh h3.has-line:before, .nmh h4.has-line:before, .nmh h5.has-line:before, .nmh h6.has-line:before {
      content: "";
      position: absolute;
      left: 0;
      width: 80px;
      height: 3px;
      z-index: 10;
      bottom: -13px;
      background: #44bbbe; }
    .nmh h1.has-line:after, .nmh h2.has-line:after, .nmh h3.has-line:after, .nmh h4.has-line:after, .nmh h5.has-line:after, .nmh h6.has-line:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      z-index: 9;
      bottom: -12px;
      background: #d8d8d8; }
  .nmh h1 a, .nmh h2 a, .nmh h3 a, .nmh h4 a, .nmh h5 a, .nmh h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit; }
  .nmh h1.red, .nmh h2.red, .nmh h3.red, .nmh h4.red, .nmh h5.red, .nmh h6.red {
    color: #44bbbe; }
  .nmh h1 b, .nmh h2 b, .nmh h3 b, .nmh h4 b, .nmh h5 b, .nmh h6 b {
    font-weight: 700; }

.nmh h1 {
  font-size: 4rem;
  margin-bottom: 30px;
  font-weight: 700; }
  @media (max-width: 1100px) {
    .nmh h1 {
      font-size: 3rem; } }
  @media (max-width: 767px) {
    .nmh h1 {
      font-size: 2.6rem; } }

.nmh h2 {
  font-size: 3rem; }
  @media (max-width: 767px) {
    .nmh h2 {
      font-size: 2.6rem;
      margin-bottom: 25px;
      line-height: normal; } }

.nmh h3 {
  font-size: 3.2rem;
  margin-bottom: 20px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .nmh h3 {
      font-size: 2.4rem;
      margin-bottom: 15px; } }
  .nmh h3.grey {
    font-size: 3.2rem; }

.nmh h4 {
  font-size: 2.4rem;
  margin-bottom: 25px;
  text-transform: none; }
  @media (max-width: 767px) {
    .nmh h4 {
      font-size: 1.8rem;
      line-height: 20px; } }

.nmh h5 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 20px;
  text-transform: none; }

.nmh h6 {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 25px; }

.nmh p,
.nmh a,
.nmh span,
.nmh label {
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .nmh p p,
  .nmh p a,
  .nmh p span,
  .nmh p label,
  .nmh a p,
  .nmh a a,
  .nmh a span,
  .nmh a label,
  .nmh span p,
  .nmh span a,
  .nmh span span,
  .nmh span label,
  .nmh label p,
  .nmh label a,
  .nmh label span,
  .nmh label label {
    font-size: 100%;
    margin: 0; }

.nmh p {
  margin: 0 0 20px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 400;
  color: #303344;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  @media (max-width: 767px) {
    .nmh p {
      font-size: 1.6rem;
      line-height: 24px; } }
  .nmh p a {
    text-decoration: underline;
    color: #44bbbe; }
    .nmh p a:hover {
      color: #35979a; }
  .nmh p i {
    font-style: italic; }
  .nmh p b, .nmh p strong {
    font-weight: 700; }
  .nmh p u {
    border-bottom: 2px solid #44bbbe;
    text-decoration: none; }
  .nmh p.small {
    font-size: 1rem;
    line-height: 14px;
    margin-bottom: 15px; }
  .nmh p.big {
    font-size: 1.7rem;
    line-height: 30px; }
  @media (max-width: 767px) {
    .nmh p {
      margin-bottom: 30px; } }

.nmh a {
  margin: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: #303344;
  text-decoration: none; }
  a:hover {
    color: #44bbbe; }

.nmh strong {
  font-weight: 700; }

.nmh b {
  font-weight: 700; }

.nmh ul li {
  font-size: 1.4rem;
  color: #303344; }

.nmh input[type="text"],
.nmh input[type="email"],
.nmh input[type="password"],
.nmh input[type="search"],
.nmh input[type="tel"],
.nmh input[type="url"],
.nmh input[type="number"],
.nmh input[type="date"],
.nmh input[type="time"],
.nmh input[type="datetime"],
.nmh input[type="datetime-local"],
.nmh input[type="week"],
.nmh input[type="month"],
.nmh textarea,
.nmh select, .nmh .selectize-input, .nmh #mc_embed_signup input.email {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  text-transform: none;
  border-style: none;
  font-weight: 400;
  border: 1px solid #44bbbe;
  width: 100%;
  height: 32px;
  padding: 0 15px;
  line-height: 32px;
  background: none;
  color: #303344;
  outline: 0;
  -webkit-appearance: none;
  letter-spacing: normal;
  box-shadow: none; }
  .nmh input[type="text"]:active, .nmh input[type="text"]:hover, .nmh input[type="text"]:focus,
  .nmh input[type="email"]:active,
  .nmh input[type="email"]:hover,
  .nmh input[type="email"]:focus,
  .nmh input[type="password"]:active,
  .nmh input[type="password"]:hover,
  .nmh input[type="password"]:focus,
  .nmh input[type="search"]:active,
  .nmh input[type="search"]:hover,
  .nmh input[type="search"]:focus,
  .nmh input[type="tel"]:active,
  .nmh input[type="tel"]:hover,
  .nmh input[type="tel"]:focus,
  .nmh input[type="url"]:active,
  .nmh input[type="url"]:hover,
  .nmh input[type="url"]:focus,
  .nmh input[type="number"]:active,
  .nmh input[type="number"]:hover,
  .nmh input[type="number"]:focus,
  .nmh input[type="date"]:active,
  .nmh input[type="date"]:hover,
  .nmh input[type="date"]:focus,
  .nmh input[type="time"]:active,
  .nmh input[type="time"]:hover,
  .nmh input[type="time"]:focus,
  .nmh input[type="datetime"]:active,
  .nmh input[type="datetime"]:hover,
  .nmh input[type="datetime"]:focus,
  .nmh input[type="datetime-local"]:active,
  .nmh input[type="datetime-local"]:hover,
  .nmh input[type="datetime-local"]:focus,
  .nmh input[type="week"]:active,
  .nmh input[type="week"]:hover,
  .nmh input[type="week"]:focus,
  .nmh input[type="month"]:active,
  .nmh input[type="month"]:hover,
  .nmh input[type="month"]:focus,
  .nmh textarea:active,
  .nmh textarea:hover,
  .nmh textarea:focus,
  .nmh select:active,
  .nmh select:hover,
  .nmh select:focus, .nmh .selectize-input:active, .nmh .selectize-input:hover, .nmh .selectize-input:focus, .nmh #mc_embed_signup input.email:active, .nmh #mc_embed_signup input.email:hover, .nmh #mc_embed_signup input.email:focus {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }
  .nmh input[type="text"]::-webkit-input-placeholder,
  .nmh input[type="email"]::-webkit-input-placeholder,
  .nmh input[type="password"]::-webkit-input-placeholder,
  .nmh input[type="search"]::-webkit-input-placeholder,
  .nmh input[type="tel"]::-webkit-input-placeholder,
  .nmh input[type="url"]::-webkit-input-placeholder,
  .nmh input[type="number"]::-webkit-input-placeholder,
  .nmh input[type="date"]::-webkit-input-placeholder,
  .nmh input[type="time"]::-webkit-input-placeholder,
  .nmh input[type="datetime"]::-webkit-input-placeholder,
  .nmh input[type="datetime-local"]::-webkit-input-placeholder,
  .nmh input[type="week"]::-webkit-input-placeholder,
  .nmh input[type="month"]::-webkit-input-placeholder,
  .nmh textarea::-webkit-input-placeholder,
  .nmh select::-webkit-input-placeholder, .nmh .selectize-input::-webkit-input-placeholder, .nmh #mc_embed_signup input.email::-webkit-input-placeholder {
    color: #303344;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 500;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: none; }
  .nmh input[type="text"]:-moz-placeholder,
  .nmh input[type="email"]:-moz-placeholder,
  .nmh input[type="password"]:-moz-placeholder,
  .nmh input[type="search"]:-moz-placeholder,
  .nmh input[type="tel"]:-moz-placeholder,
  .nmh input[type="url"]:-moz-placeholder,
  .nmh input[type="number"]:-moz-placeholder,
  .nmh input[type="date"]:-moz-placeholder,
  .nmh input[type="time"]:-moz-placeholder,
  .nmh input[type="datetime"]:-moz-placeholder,
  .nmh input[type="datetime-local"]:-moz-placeholder,
  .nmh input[type="week"]:-moz-placeholder,
  .nmh input[type="month"]:-moz-placeholder,
  .nmh textarea:-moz-placeholder,
  .nmh select:-moz-placeholder, .nmh .selectize-input:-moz-placeholder, .nmh #mc_embed_signup input.email:-moz-placeholder {
    color: #303344;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 500;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: none; }
  .nmh input[type="text"]::-moz-placeholder,
  .nmh input[type="email"]::-moz-placeholder,
  .nmh input[type="password"]::-moz-placeholder,
  .nmh input[type="search"]::-moz-placeholder,
  .nmh input[type="tel"]::-moz-placeholder,
  .nmh input[type="url"]::-moz-placeholder,
  .nmh input[type="number"]::-moz-placeholder,
  .nmh input[type="date"]::-moz-placeholder,
  .nmh input[type="time"]::-moz-placeholder,
  .nmh input[type="datetime"]::-moz-placeholder,
  .nmh input[type="datetime-local"]::-moz-placeholder,
  .nmh input[type="week"]::-moz-placeholder,
  .nmh input[type="month"]::-moz-placeholder,
  .nmh textarea::-moz-placeholder,
  .nmh select::-moz-placeholder, .nmh .selectize-input::-moz-placeholder, .nmh #mc_embed_signup input.email::-moz-placeholder {
    color: #303344;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 500;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: none; }
  .nmh input[type="text"]:-ms-input-placeholder,
  .nmh input[type="email"]:-ms-input-placeholder,
  .nmh input[type="password"]:-ms-input-placeholder,
  .nmh input[type="search"]:-ms-input-placeholder,
  .nmh input[type="tel"]:-ms-input-placeholder,
  .nmh input[type="url"]:-ms-input-placeholder,
  .nmh input[type="number"]:-ms-input-placeholder,
  .nmh input[type="date"]:-ms-input-placeholder,
  .nmh input[type="time"]:-ms-input-placeholder,
  .nmh input[type="datetime"]:-ms-input-placeholder,
  .nmh input[type="datetime-local"]:-ms-input-placeholder,
  .nmh input[type="week"]:-ms-input-placeholder,
  .nmh input[type="month"]:-ms-input-placeholder,
  .nmh textarea:-ms-input-placeholder,
  .nmh select:-ms-input-placeholder, .nmh .selectize-input:-ms-input-placeholder, .nmh #mc_embed_signup input.email:-ms-input-placeholder {
    color: #303344;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 500;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: none; }
  .nmh input[type="text"]:disabled,
  .nmh input[type="email"]:disabled,
  .nmh input[type="password"]:disabled,
  .nmh input[type="search"]:disabled,
  .nmh input[type="tel"]:disabled,
  .nmh input[type="url"]:disabled,
  .nmh input[type="number"]:disabled,
  .nmh input[type="date"]:disabled,
  .nmh input[type="time"]:disabled,
  .nmh input[type="datetime"]:disabled,
  .nmh input[type="datetime-local"]:disabled,
  .nmh input[type="week"]:disabled,
  .nmh input[type="month"]:disabled,
  .nmh textarea:disabled,
  .nmh select:disabled, .nmh .selectize-input:disabled, .nmh #mc_embed_signup input.email:disabled {
    background: #d8d8d8; }

.nmh textarea {
  line-height: normal;
  height: auto;
  min-height: 110px;
  padding: 7px 15px; }

.nmh select {
  padding-right: 0; }

.nmh label {
  display: inline-block;
  color: #303344;
  font-size: 1.6rem;
  letter-spacing: normal;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: none; }
  label span {
    color: #44bbbe; }

.input-block {
  margin-bottom: 20px;
  position: relative;
  padding: 0;
  border: 0;
  text-align: left;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }
  @media (max-width: 767px) {
    .input-block {
      margin-bottom: 30px; } }
  .input-block .generate-icon {
    position: absolute;
    bottom: 13px;
    z-index: 10;
    right: 15px;
    font-size: 1.4rem;
    display: inline-block;
    color: #303344; }
  .input-block h6 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    margin-top: -7px; }
  .input-block > label {
    display: inline-block;
    margin-bottom: 5px;
    line-height: normal;
    width: 100%; }
    @media (max-width: 767px) {
      .input-block > label {
        margin-bottom: 0px; } }
    .input-block > label > span {
      float: right;
      font-style: italic;
      font-size: 1.6rem;
      font-weight: 600;
      color: #303344; }
  .input-block > p.small {
    font-size: 1.3rem;
    line-height: normal;
    font-style: italic;
    color: #303344;
    margin-top: 3px;
    margin-bottom: 0; }
  .input-block sup {
    color: #44bbbe; }
  .input-block.focused input[type="text"],
  .input-block.focused input[type="email"],
  .input-block.focused input[type="password"],
  .input-block.focused input[type="search"],
  .input-block.focused input[type="tel"],
  .input-block.focused input[type="url"],
  .input-block.focused input[type="number"],
  .input-block.focused input[type="date"],
  .input-block.focused input[type="time"],
  .input-block.focused input[type="datetime"],
  .input-block.focused input[type="datetime-local"],
  .input-block.focused input[type="week"],
  .input-block.focused input[type="month"],
  .input-block.focused textarea,
  .input-block.focused select, .input-block.focused .selectize-input, .input-block.focused #mc_embed_signup input.email {
    border: 1px solid #303344; }
  .input-block a.passSwitch {
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 10;
    font-size: 1.3rem;
    color: #afadad; }
    .input-block a.passSwitch.visible .fa-eye:before {
      content: "\f070"; }
  .input-block.has-date:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    bottom: 12px;
    right: 15px;
    z-index: 10;
    background-image: url(images/calendar-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    line-height: normal;
    pointer-events: none; }
    @media (max-width: 767px) {
      .input-block.has-date:before {
        bottom: 8px; } }
  .input-block.has-date:after {
    content: ""; }
  .input-block span.subnote {
    display: inline-block;
    font-size: 1.4rem;
    color: #afadad;
    margin-top: 5px; }
    .input-block span.subnote sup {
      color: #44bbbe; }
  .input-block .with-extra:before, .input-block .with-extra:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .input-block .with-extra:after {
    clear: both; }
  .input-block .with-extra input[type="text"], .input-block .with-extra input[type="email"], .input-block .with-extra input[type="password"] {
    width: calc(100% - 70px);
    display: inline-block;
    float: left; }
  .input-block .with-extra span {
    display: inline-block;
    float: left;
    width: 70px;
    padding-left: 10px;
    font-size: 1.4rem;
    color: #44bbbe;
    line-height: 50px; }

.radios-wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 10px; }
  .radios-wrapper .radio-block {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .radios-wrapper .radio-block {
        margin-right: 7px; } }
    .radios-wrapper .radio-block input[type="text"] {
      display: inline-block;
      width: 170px;
      height: 38px;
      line-height: 38px;
      margin-left: 10px; }
      .radios-wrapper .radio-block input[type="text"].small {
        margin-left: 0;
        width: 150px;
        margin-top: 5px; }

.radio-block label {
  margin: 0;
  height: auto;
  background: none;
  line-height: normal;
  padding: 0 0px;
  padding-left: 23px;
  display: block;
  position: relative;
  cursor: pointer;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 600;
  font-size: 1.4rem;
  color: #44bbbe; }
  .radio-block label span {
    font-size: 1.4rem;
    color: #44bbbe;
    margin-top: 5px;
    display: inline-block;
    float: left; }
.radio-block a.read-more {
  width: auto;
  margin-left: 0;
  padding-left: 0; }
  .radio-block a.read-more img {
    margin-top: 4px; }
  @media (max-width: 767px) {
    .radio-block a.read-more {
      float: none; } }
.radio-block input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.radio-block label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 2px;
  background: #e2e7ea;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  vertical-align: -3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
  border: 0px solid #d8d8d8; }
.radio-block label:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: -3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  opacity: 0;
  background: #fff; }
.radio-block input:checked + label:after {
  opacity: 1; }
.radio-block input:checked + label:before {
  opacity: 1;
  background: #656b6f; }
.radio-block.has-input:before, .radio-block.has-input:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table; }
.radio-block.has-input:after {
  clear: both; }
.radio-block.has-input .radio-wrapper {
  display: inline-block;
  float: left; }
.radio-block.has-input > input {
  display: inline-block;
  float: left;
  margin-top: -8px; }

.select-block {
  position: relative; }
  .select-block .selectric-wrapper {
    background: #fff; }
    .select-block .selectric-wrapper .selectric span.label {
      height: 50px;
      line-height: 50px;
      padding: 0 17px;
      padding-right: 30px;
      font-weight: 600;
      font-size: 1.8rem;
      text-transform: normal;
      color: #303344;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      border: 1px solid #d8d8d8;
      letter-spacing: normal;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      @media (max-width: 767px) {
        .select-block .selectric-wrapper .selectric span.label {
          height: 40px;
          line-height: 40px;
          padding: 0 12px;
          padding-right: 30px;
          font-weight: 500;
          font-size: 1.3rem; } }
    .select-block .selectric-wrapper .selectric .select-button {
      position: absolute;
      width: 10px;
      height: 4px;
      top: 50%;
      margin-top: -2px;
      right: 19px;
      z-index: 10;
      background-image: url(images/down-arrow.svg);
      background-size: 100% auto;
      background-repeat: no-repeat;
      line-height: normal;
      pointer-events: none; }
      @media (max-width: 767px) {
        .select-block .selectric-wrapper .selectric .select-button {
          right: 10px; } }
      .select-block .selectric-wrapper .selectric .select-button:before {
        content: ""; }
    .select-block .selectric-wrapper .selectric-items {
      background: #ffffff; }
      .select-block .selectric-wrapper .selectric-items ul li {
        padding: 7px 20px;
        color: #303344;
        font-size: 1.3rem;
        margin: 0;
        font-weight: 400;
        border: 0;
        border-top: 1px solid #e2e7ea; }
        .select-block .selectric-wrapper .selectric-items ul li:before {
          display: none; }
        .select-block .selectric-wrapper .selectric-items ul li.highlighted, .select-block .selectric-wrapper .selectric-items ul li:hover {
          background: #e2e7ea;
          color: #303344; }
    .select-block .selectric-wrapper.white-select {
      border: 0; }
  .select-block.grey .selectric-wrapper {
    background: #e2e7ea; }
  .select-block.auto-width {
    display: inline-block;
    width: auto; }
  .select-block.small .selectric span.label {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    padding-right: 40px;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: normal;
    color: #44bbbe;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    border: 1px solid #d8d8d8;
    letter-spacing: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
    @media (max-width: 480px) {
      .select-block.small .selectric span.label {
        font-size: 1.3rem;
        font-weight: 500; } }
  .select-block.small .selectric .select-button {
    position: absolute;
    width: 10px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    z-index: 10;
    background-image: url(images/down-arrow.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    line-height: normal;
    pointer-events: none; }
    .select-block.small .selectric .select-button:before {
      content: "";
      line-height: normal;
      height: 24px;
      width: 1px;
      background: #d8d8d8;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -12px; }

.checkboxes-wrapper {
  margin-top: 7px; }
  .checkboxes-wrapper:before, .checkboxes-wrapper:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .checkboxes-wrapper:after {
    clear: both; }
  .checkboxes-wrapper .checkbox-item {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }
  .checkboxes-wrapper > div:last-child {
    margin-right: 0; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }
  .styled-checkbox + label {
    width: auto;
    padding: 0;
    text-align: initial;
    font-size: inherit;
    text-transform: none;
    display: block;
    float: none;
    line-height: normal;
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 23px;
    color: #303344;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: normal; }
    .styled-checkbox + label a {
      color: #44bbbe; }
  .styled-checkbox + label:before {
    content: '';
    margin-right: 9px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    border: 0px solid #d8d8d8;
    top: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #e2e7ea;
    position: absolute;
    left: 0px; }
  .styled-checkbox:checked + label:before {
    color: #44bbbe; }
  .styled-checkbox:disabled + label {
    color: #ccc;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 10px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg); }
  .styled-checkbox:checked + label:before {
    border: 0px solid #d8d8d8;
    background: #44bbbe; }

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.custom-file-upload {
  display: block;
  width: auto; }
  .custom-file-upload label {
    display: block;
    margin-bottom: 5px; }

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px; }

.file-upload-input {
  width: 100%;
  color: #303344;
  font-size: 1.7rem;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: none;
  background: none; }
  @media (max-width: 767px) {
    .file-upload-input {
      font-size: 1.5rem; } }

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #9da2a9;
  font-size: 1.7rem;
  text-transform: none;
  padding: 0;
  padding-right: 15px;
  height: auto;
  line-height: normal;
  font-style: normal;
  position: absolute;
  right: 15px;
  top: 8px;
  text-indent: -99999px;
  overflow: hidden;
  z-index: 10;
  border: none;
  background: none;
  box-shadow: none;
  letter-spacing: normal;
  min-width: 0;
  width: 29px;
  height: 29px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #44bbbe;
  box-shadow: none; }
  @media (max-width: 767px) {
    .file-upload-button {
      width: auto; } }
  .file-upload-button:before {
    content: "\f0c6";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    font-weight: 900;
    color: #fff;
    font-size: 1.4rem;
    right: 0;
    top: 0px;
    z-index: 10;
    height: 100%;
    line-height: 29px;
    width: 100%;
    text-align: center;
    text-indent: initial; }
  .file-upload-button:hover {
    background: #35979a;
    color: #fff; }

.checkbox-switch-wrapper {
  margin-top: 20px; }
  .checkbox-switch-wrapper.small-mt {
    margin-top: 13px; }

.checkbox-switch {
  position: absolute;
  opacity: 0; }
  .checkbox-switch + label {
    width: auto;
    padding: 0;
    text-align: initial;
    font-size: inherit;
    text-transform: none;
    display: block;
    float: none;
    line-height: normal;
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 70px;
    color: #44bbbe;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal; }
  .checkbox-switch + label:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 52px;
    height: 22px;
    border: 1px solid #d8d8d8;
    top: -1px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    position: absolute;
    left: 0px; }
  .checkbox-switch:checked + label:before {
    color: #44bbbe; }
  .checkbox-switch:disabled + label {
    color: #ccc;
    cursor: auto; }
  .checkbox-switch:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .checkbox-switch + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 2px;
    background: #d8d8d8;
    width: 26px;
    height: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .checkbox-switch:checked + label:after {
    background: #44bbbe;
    left: 22px; }

table {
  width: 100%; }

table, th, td {
  border-spacing: 0;
  border: 1px solid #999999;
  padding: 1em;
  line-height: 1;
  vertical-align: top; }

th {
  text-align: left;
  font-weight: normal; }

@keyframes fade-in-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.nmh input[type='submit'],
.nmh .button, .nmh #mc_embed_signup .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0 30px;
  height: 32px;
  line-height: 32px;
  position: relative;
  margin: 0px;
  border: 0px solid #44bbbe;
  box-shadow: none;
  min-width: 150px;
  background: #44bbbe;
  z-index: 2;
  -webkit-font-smoothing: auto;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  input[type='submit']:disabled,
  .button:disabled, #mc_embed_signup .button:disabled {
    background: #303344 !important;
    color: #fff !important; }
  @media (max-width: 1300px) {
    input[type='submit'],
    .button, #mc_embed_signup .button {
      min-width: 120px;
      padding: 0 20px; } }
  @media (max-width: 767px) {
    input[type='submit'],
    .button, #mc_embed_signup .button {
      padding: 6px 30px;
      line-height: normal;
      height: auto;
      min-width: 100px; } }
  input[type='submit'] i,
  .button i, #mc_embed_signup .button i {
    margin-right: 10px;
    position: relative;
    top: 1px; }
  input[type='submit'] b,
  .button b, #mc_embed_signup .button b {
    font-weight: 700;
    text-transform: uppercase; }
  input[type='submit'] img,
  .button img, #mc_embed_signup .button img {
    height: 12px;
    float: left;
    display: inline-block;
    margin-top: 9px;
    margin-right: 10px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    input[type='submit'] img.no-float,
    .button img.no-float, #mc_embed_signup .button img.no-float {
      float: none;
      margin-top: 0; }
  input[type='submit'].img-first img,
  .button.img-first img, #mc_embed_signup .button.img-first img {
    margin-right: 10px;
    margin-left: 0;
    float: left; }
  .nmh input[type='submit']:hover,
  .nmh .button:hover, .nmh #mc_embed_signup .button:hover {
    color: #fff;
    background: #35979a; }
  input[type='submit'].full,
  .button.full, #mc_embed_signup .button.full {
    width: 100%; }
  @media (max-width: 767px) {
    input[type='submit'].to-get-full,
    .button.to-get-full, #mc_embed_signup .button.to-get-full {
      width: 100%; } }
  input[type='submit'].white,
  .button.white, #mc_embed_signup .button.white {
    background: #fff;
    color: #44bbbe; }
  input[type='submit'].dark,
  .button.dark, #mc_embed_signup .button.dark {
    background: #2f3344; }
    input[type='submit'].dark:hover,
    .button.dark:hover, #mc_embed_signup .button.dark:hover {
      color: #fff;
      background: #1a1c26; }
  input[type='submit'].small,
  .button.small, #mc_embed_signup .button.small {
    font-size: 1.4rem;
    font-weight: 700;
    height: 36px;
    line-height: 34px;
    min-width: 100px;
    padding: 0 13px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: none; }
    input[type='submit'].small i,
    .button.small i, #mc_embed_signup .button.small i {
      margin-right: 5px; }
  input[type='submit'].big,
  .button.big, #mc_embed_signup .button.big {
    min-width: 220px; }
    @media (max-width: 767px) {
      input[type='submit'].big,
      .button.big, #mc_embed_signup .button.big {
        min-width: 200px; } }
  input[type='submit'].facebook,
  .button.facebook, #mc_embed_signup .button.facebook {
    background: #0084ff; }
  input[type='submit'].facebook-btn,
  .button.facebook-btn, #mc_embed_signup .button.facebook-btn {
    background: #3b5998; }
  input[type='submit'].disabled,
  .button.disabled, #mc_embed_signup .button.disabled {
    background: #e2e7ea;
    color: #afadad; }
    input[type='submit'].disabled:hover,
    .button.disabled:hover, #mc_embed_signup .button.disabled:hover {
      box-shadow: none; }

.round-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0 15px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  border: 2px solid #fff;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.43);
  overflow: hidden;
  z-index: 2;
  min-width: 250px;
  letter-spacing: 0.3em;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  @media (max-width: 767px) {
    .round-button {
      height: 38px;
      line-height: 36px;
      min-width: 190px;
      font-size: 1.6rem;
      letter-spacing: 0.2em; } }
  .round-button:hover {
    background: black;
    color: #fff; }

html, body {
  background-color: #ffffff;
  /* background-image: url(images/pattern_bg.jpg); */
  background-repeat: repeat;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  position: relative; }

::selection {
  background: #44bbbe;
  color: #fff;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #44bbbe;
  color: #fff;
  /* Gecko Browsers */ }

.desktop-only {
  display: block !important; }
  @media (max-width: 1100px) {
    .desktop-only {
      display: none !important; } }
  @media (max-width: 767px) {
    .desktop-only {
      display: none !important; } }

.tablet-only {
  display: none !important; }
  @media (max-width: 1100px) {
    .tablet-only {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .tablet-only {
      display: none !important; } }

.mobile-only {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block !important; } }

.hidden-on-desktop {
  display: none !important; }
  @media (max-width: 1100px) {
    .hidden-on-desktop {
      display: block !important; } }

@media (max-width: 1300px) {
  .hidden-on-small-desktop {
    display: none !important; } }
@media (max-width: 1100px) {
  .hidden-on-small-desktop {
    display: block !important; } }
@media (max-width: 767px) {
  .hidden-on-small-desktop {
    display: block !important; } }

@media (max-width: 1100px) {
  .hidden-on-tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-on-tablet {
    display: block !important; } }

@media (max-width: 767px) {
  .hidden-on-mobile {
    display: none !important; } }

@media (max-width: 1100px) {
  .get-equal {
    height: auto !important; } }

.container {
  padding: 0 4px; }
  .container .inner-container {
    max-width: 1005px;
    margin: 0 auto; }
  .container.static {
    position: static !important; }
  @media (max-width: 1300px) {
    .container {
      width: 1024px; } }
  @media (max-width: 1100px) {
    .container {
      width: 720px; } }
  @media (max-width: 767px) {
    .container {
      width: 90%; } }

.big-container {
  width: 1600px;
  margin: 0 auto;
  position: relative; }
  .big-container:before, .big-container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .big-container:after {
    clear: both; }
  @media (max-width: 1600px) {
    .big-container {
      width: 100%;
      padding: 0 20px; } }
  @media (max-width: 1600px) {
    .big-container .container {
      max-width: 100%; } }

.no-mb {
  margin-bottom: 0 !important; }

.right {
  float: right; }

.left {
  float: left; }

.no-mt {
  margin-top: 0 !important; }

.no-scroll {
  overflow: hidden !important; }

.floating-objects {
  clear: both;
  zoom: 1; }
  .floating-objects:after, .floating-objects:before {
    content: "";
    display: table; }
  .floating-objects:after {
    clear: both; }

.show {
  display: block !important; }

.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px; }

.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px; }

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

.mm-menu {
  background: #fbfbfb; }

a.open-sidemenu {
  display: none;
  width: 26px;
  height: 20px;
  z-index: 9999;
  margin-left: 15px;
  position: relative;
  margin-top: 3px; }
  @media (max-width: 1100px) {
    a.open-sidemenu {
      display: inline-block; } }
  a.open-sidemenu span {
    height: 2px;
    width: 100%;
    display: inline-block;
    background: #44bbbe;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    a.open-sidemenu span:first-child {
      left: 0px;
      top: 0;
      -ms-transform-origin: 100% 100%;
      /* IE 9 */
      -webkit-transform-origin: 100% 100%;
      /* Chrome, Safari, Opera */
      transform-origin: 100% 100%; }
    a.open-sidemenu span:nth-child(2) {
      left: 0;
      top: 9px;
      width: 60%;
      -ms-transform-origin: 100% 100%;
      /* IE 9 */
      -webkit-transform-origin: 100% 100%;
      /* Chrome, Safari, Opera */
      transform-origin: 100% 100%; }
    a.open-sidemenu span:last-child {
      left: 0;
      bottom: 0;
      -ms-transform-origin: 100% 100%;
      /* IE 9 */
      -webkit-transform-origin: 100% 100%;
      /* Chrome, Safari, Opera */
      transform-origin: 100% 100%; }
  a.open-sidemenu.active span:first-child {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    left: 0px;
    top: 0px; }
  a.open-sidemenu.active span:nth-child(2) {
    width: 0; }
  a.open-sidemenu.active span:last-child {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    left: 0;
    bottom: -1px; }

.close-sidemenu {
  position: absolute;
  top: 20px;
  right: 30px; }

.big-menu-wrapper {
  position: fixed;
  top: 75px;
  z-index: 998;
  right: 0;
  width: 100%;
  height: calc(100% - 75px);
  background: rgba(47, 51, 68, 0.9);
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding-top: 110px;
  padding-bottom: 15px;
  overflow: auto;
  text-align: center;
  display: none;
  pointer-events: none;
  visibility: hidden; }
  @media (max-width: 1100px) {
    .big-menu-wrapper {
      display: block; } }
  @media (max-width: 767px) {
    .big-menu-wrapper {
      padding-top: 100px; } }
  .big-menu-wrapper .social-networks {
    margin-top: 35px;
    margin-bottom: 35px; }
    .big-menu-wrapper .social-networks a {
      display: inline-block;
      font-size: 2rem;
      color: #fff;
      margin: 0 20px; }
  .big-menu-wrapper a.logo {
    display: inline-block;
    margin-bottom: 30px; }
    .big-menu-wrapper a.logo img {
      width: 150px; }
  .big-menu-wrapper ul {
    text-align: center; }
    @media (max-width: 767px) {
      .big-menu-wrapper ul {
        text-align: center; } }
    .big-menu-wrapper ul li {
      margin-bottom: 15px; }
      .big-menu-wrapper ul li a {
        display: block;
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        color: #fff;
        font-weight: 500;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased; }
        .big-menu-wrapper ul li a i {
          font-size: 1.2rem;
          margin-left: 10px; }
      .big-menu-wrapper ul li .sub-menu {
        margin-top: 10px;
        display: none; }
        .big-menu-wrapper ul li .sub-menu li a {
          font-weight: 300; }
  .big-menu-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }
  .big-menu-wrapper .buttons-wrapper {
    width: 200px;
    margin: 0 auto;
    text-align: center; }
    .big-menu-wrapper .buttons-wrapper .button {
      width: 100%;
      margin-bottom: 10px; }
    .big-menu-wrapper .buttons-wrapper .profile-item {
      display: inline-block; }
      .big-menu-wrapper .buttons-wrapper .profile-item img {
        width: 30px; }

@media (max-width: 767px) {
  .fullpage-wrapper {
    z-index: auto;
    transform: none !important; } }

.bg-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

blockquote {
  background: #44bbbe;
  padding: 45px 45px;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.1em;
  margin-bottom: 40px;
  font-weight: 600; }
  blockquote:before, blockquote:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  blockquote:after {
    clear: both; }
  @media (max-width: 767px) {
    blockquote {
      font-size: 2rem;
      padding: 30px 30px; } }

.fancybox-slide > div {
  overflow: visible; }

.fancybox-slider-wrap .fancybox-close-small {
  line-height: normal;
  min-width: 0;
  padding: 0; }
  .fancybox-slider-wrap .fancybox-close-small:hover {
    background: none; }

.fancybox-close-small {
  box-shadow: none;
  min-width: 0;
  width: 36px;
  height: 36px;
  background: none;
  right: auto;
  left: auto;
  right: -18px;
  margin-left: 0px;
  top: -18px;
  font-size: 1.4rem;
  color: #fff;
  opacity: 1;
  background-image: url(images/close-popup.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .fancybox-close-small:before {
    content: "\f00d";
    font-family: "FontAwesome";
    display: none; }
  @media (max-width: 1100px) {
    .fancybox-close-small {
      right: 20px; } }
  .fancybox-close-small:hover {
    opacity: 1; }
  .fancybox-close-small:after {
    display: none; }

.fancybox-slide > * {
  background: none;
  padding: 0; }

.no-border {
  border: 0 !important; }

.fancybox-slide > div {
  background: none;
  padding: 0; }
.fancybox-slide .popup-content {
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 47px 50px;
  background-position: left bottom;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .fancybox-slide .popup-content {
      padding: 25px 25px;
      max-width: 90%;
      margin: 0 auto; } }
  .fancybox-slide .popup-content h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .fancybox-slide .popup-content h4 {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px; }
  .fancybox-slide .popup-content p {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 400; }
  .fancybox-slide .popup-content .sep {
    background: #dfe0e3;
    margin: 0px 0 30px; }
  .fancybox-slide .popup-content .description {
    max-height: 420px;
    overflow: auto;
    padding-right: 15px; }
    .fancybox-slide .popup-content .description p {
      color: #44bbbe;
      line-height: 20px;
      margin-bottom: 25px; }
  .fancybox-slide .popup-content input[type="text"],
  .fancybox-slide .popup-content input[type="email"],
  .fancybox-slide .popup-content input[type="password"],
  .fancybox-slide .popup-content input[type="search"],
  .fancybox-slide .popup-content input[type="tel"],
  .fancybox-slide .popup-content input[type="url"],
  .fancybox-slide .popup-content input[type="number"],
  .fancybox-slide .popup-content input[type="date"],
  .fancybox-slide .popup-content input[type="time"],
  .fancybox-slide .popup-content input[type="datetime"],
  .fancybox-slide .popup-content input[type="datetime-local"],
  .fancybox-slide .popup-content input[type="week"],
  .fancybox-slide .popup-content input[type="month"],
  .fancybox-slide .popup-content textarea,
  .fancybox-slide .popup-content select, .fancybox-slide .popup-content .selectize-input, .fancybox-slide .popup-content #mc_embed_signup input.email {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    text-transform: normal;
    border-style: none;
    font-weight: 400;
    border: 1px solid #d8d8d8;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    background: none;
    color: #44bbbe;
    outline: 0;
    -webkit-appearance: none;
    letter-spacing: normal;
    box-shadow: none; }
    .fancybox-slide .popup-content input[type="text"]:active, .fancybox-slide .popup-content input[type="text"]:hover, .fancybox-slide .popup-content input[type="text"]:focus,
    .fancybox-slide .popup-content input[type="email"]:active,
    .fancybox-slide .popup-content input[type="email"]:hover,
    .fancybox-slide .popup-content input[type="email"]:focus,
    .fancybox-slide .popup-content input[type="password"]:active,
    .fancybox-slide .popup-content input[type="password"]:hover,
    .fancybox-slide .popup-content input[type="password"]:focus,
    .fancybox-slide .popup-content input[type="search"]:active,
    .fancybox-slide .popup-content input[type="search"]:hover,
    .fancybox-slide .popup-content input[type="search"]:focus,
    .fancybox-slide .popup-content input[type="tel"]:active,
    .fancybox-slide .popup-content input[type="tel"]:hover,
    .fancybox-slide .popup-content input[type="tel"]:focus,
    .fancybox-slide .popup-content input[type="url"]:active,
    .fancybox-slide .popup-content input[type="url"]:hover,
    .fancybox-slide .popup-content input[type="url"]:focus,
    .fancybox-slide .popup-content input[type="number"]:active,
    .fancybox-slide .popup-content input[type="number"]:hover,
    .fancybox-slide .popup-content input[type="number"]:focus,
    .fancybox-slide .popup-content input[type="date"]:active,
    .fancybox-slide .popup-content input[type="date"]:hover,
    .fancybox-slide .popup-content input[type="date"]:focus,
    .fancybox-slide .popup-content input[type="time"]:active,
    .fancybox-slide .popup-content input[type="time"]:hover,
    .fancybox-slide .popup-content input[type="time"]:focus,
    .fancybox-slide .popup-content input[type="datetime"]:active,
    .fancybox-slide .popup-content input[type="datetime"]:hover,
    .fancybox-slide .popup-content input[type="datetime"]:focus,
    .fancybox-slide .popup-content input[type="datetime-local"]:active,
    .fancybox-slide .popup-content input[type="datetime-local"]:hover,
    .fancybox-slide .popup-content input[type="datetime-local"]:focus,
    .fancybox-slide .popup-content input[type="week"]:active,
    .fancybox-slide .popup-content input[type="week"]:hover,
    .fancybox-slide .popup-content input[type="week"]:focus,
    .fancybox-slide .popup-content input[type="month"]:active,
    .fancybox-slide .popup-content input[type="month"]:hover,
    .fancybox-slide .popup-content input[type="month"]:focus,
    .fancybox-slide .popup-content textarea:active,
    .fancybox-slide .popup-content textarea:hover,
    .fancybox-slide .popup-content textarea:focus,
    .fancybox-slide .popup-content select:active,
    .fancybox-slide .popup-content select:hover,
    .fancybox-slide .popup-content select:focus, .fancybox-slide .popup-content .selectize-input:active, .fancybox-slide .popup-content .selectize-input:hover, .fancybox-slide .popup-content .selectize-input:focus, .fancybox-slide .popup-content #mc_embed_signup input.email:active, .fancybox-slide .popup-content #mc_embed_signup input.email:hover, .fancybox-slide .popup-content #mc_embed_signup input.email:focus {
      transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
    .fancybox-slide .popup-content input[type="text"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="email"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="password"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="search"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="tel"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="url"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="number"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="date"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="time"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="datetime"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="datetime-local"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="week"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content input[type="month"]::-webkit-input-placeholder,
    .fancybox-slide .popup-content textarea::-webkit-input-placeholder,
    .fancybox-slide .popup-content select::-webkit-input-placeholder, .fancybox-slide .popup-content .selectize-input::-webkit-input-placeholder, .fancybox-slide .popup-content #mc_embed_signup input.email::-webkit-input-placeholder {
      color: #afadad;
      font-size: 13px;
      letter-spacing: normal;
      font-weight: 400;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-style: normal;
      text-transform: none; }
    .fancybox-slide .popup-content input[type="text"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="email"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="password"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="search"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="tel"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="url"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="number"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="date"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="time"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="datetime"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="datetime-local"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="week"]:-moz-placeholder,
    .fancybox-slide .popup-content input[type="month"]:-moz-placeholder,
    .fancybox-slide .popup-content textarea:-moz-placeholder,
    .fancybox-slide .popup-content select:-moz-placeholder, .fancybox-slide .popup-content .selectize-input:-moz-placeholder, .fancybox-slide .popup-content #mc_embed_signup input.email:-moz-placeholder {
      color: #afadad;
      font-size: 13px;
      letter-spacing: normal;
      font-weight: 400;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-style: normal;
      text-transform: none; }
    .fancybox-slide .popup-content input[type="text"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="email"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="password"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="search"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="tel"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="url"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="number"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="date"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="time"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="datetime"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="datetime-local"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="week"]::-moz-placeholder,
    .fancybox-slide .popup-content input[type="month"]::-moz-placeholder,
    .fancybox-slide .popup-content textarea::-moz-placeholder,
    .fancybox-slide .popup-content select::-moz-placeholder, .fancybox-slide .popup-content .selectize-input::-moz-placeholder, .fancybox-slide .popup-content #mc_embed_signup input.email::-moz-placeholder {
      color: #afadad;
      font-size: 13px;
      letter-spacing: normal;
      font-weight: 400;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-style: normal;
      text-transform: none; }
    .fancybox-slide .popup-content input[type="text"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="email"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="password"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="search"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="tel"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="url"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="number"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="date"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="time"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="datetime"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="datetime-local"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="week"]:-ms-input-placeholder,
    .fancybox-slide .popup-content input[type="month"]:-ms-input-placeholder,
    .fancybox-slide .popup-content textarea:-ms-input-placeholder,
    .fancybox-slide .popup-content select:-ms-input-placeholder, .fancybox-slide .popup-content .selectize-input:-ms-input-placeholder, .fancybox-slide .popup-content #mc_embed_signup input.email:-ms-input-placeholder {
      color: #afadad;
      font-size: 13px;
      letter-spacing: normal;
      font-weight: 400;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-style: normal;
      text-transform: none; }
    @media (max-width: 767px) {
      .fancybox-slide .popup-content input[type="text"],
      .fancybox-slide .popup-content input[type="email"],
      .fancybox-slide .popup-content input[type="password"],
      .fancybox-slide .popup-content input[type="search"],
      .fancybox-slide .popup-content input[type="tel"],
      .fancybox-slide .popup-content input[type="url"],
      .fancybox-slide .popup-content input[type="number"],
      .fancybox-slide .popup-content input[type="date"],
      .fancybox-slide .popup-content input[type="time"],
      .fancybox-slide .popup-content input[type="datetime"],
      .fancybox-slide .popup-content input[type="datetime-local"],
      .fancybox-slide .popup-content input[type="week"],
      .fancybox-slide .popup-content input[type="month"],
      .fancybox-slide .popup-content textarea,
      .fancybox-slide .popup-content select, .fancybox-slide .popup-content .selectize-input, .fancybox-slide .popup-content #mc_embed_signup input.email {
        height: 43px;
        line-height: 43px; } }
  .fancybox-slide .popup-content .button {
    width: 100%; }
  .fancybox-slide .popup-content textarea {
    line-height: normal;
    height: auto;
    min-height: 80px;
    padding: 10px 15px; }
  .fancybox-slide .popup-content .input-block {
    margin-bottom: 10px; }

.fancybox-bg {
  background: #000;
  opacity: .9; }

.fancybox-container--ready .fancybox-bg {
  opacity: .8;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.picker {
  min-width: 260px; }
  @media (max-width: 480px) {
    .picker {
      min-width: 240px; } }

@media (max-width: 767px) {
  .picker__button--today, .picker__button--clear, .picker__button--close {
    font-size: 1.2rem;
    font-weight: 400; } }

.picker__select--month, .picker__select--year {
  padding: 0 10px; }

.picker__holder {
  min-width: 350px; }
  @media (max-width: 767px) {
    .picker__holder {
      min-width: 0; } }
  .picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
    min-width: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #303344;
    height: auto;
    line-height: normal; }

.picker--opened .picker__holder {
  border: 0;
  outline: 0; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  font-size: 1.4rem; }

.noUi-target {
  box-shadow: none;
  border: 1px solid #d8d8d8;
  background: #fff; }

@media (max-width: 767px) {
  .noUi-pips-horizontal {
    top: 80%; } }

.hamburger {
  padding: 0;
  margin-top: 2px;
  margin-left: 15px;
  margin-right: 0px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }
  .hamburger .hamburger-box {
    width: 30px;
    height: 100%;
    top: 0; }
    .hamburger .hamburger-box .hamburger-inner {
      width: 100%;
      height: 2px;
      background: #fff;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
      .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
        width: 100%;
        height: 2px;
        background: #fff;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px; }
      .hamburger .hamburger-box .hamburger-inner:before {
        top: -8px; }
      .hamburger .hamburger-box .hamburger-inner:after {
        bottom: -8px; }
  .hamburger.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0; }
  .hamburger.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0; }

.hamburger:hover {
  opacity: 1; }

.mobile-menu-buttons {
  display: none; }
  @media (max-width: 767px) {
    .mobile-menu-buttons {
      display: inline-block; } }

.slick-dotted.slick-slider {
  margin-bottom: 50px; }

.slick-slider {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .slick-slider {
      margin-bottom: 30px; } }
  .slick-slider .slick-slide {
    outline: 0;
    border: 0; }
  .slick-slider .slick-dots {
    bottom: -35px; }
    @media (max-width: 767px) {
      .slick-slider .slick-dots {
        bottom: -35px; } }
    .slick-slider .slick-dots li {
      margin: 0 3px;
      width: 6px;
      height: 6px;
      padding: 0;
      display: inline-block; }
      .slick-slider .slick-dots li button {
        min-width: 0;
        padding: 0;
        width: 6px;
        height: 6px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: none;
        box-shadow: none;
        opacity: 1;
        border: 1px solid #afadad; }
        .slick-slider .slick-dots li button:before {
          display: none !important; }
      .slick-slider .slick-dots li:before {
        display: none !important; }
      .slick-slider .slick-dots li.slick-active button {
        opacity: 1;
        background: #afadad;
        border: 1px solid #afadad; }
  .slick-slider .slick-prev, .slick-slider .slick-next {
    width: 40px;
    height: 76px;
    background-image: url(images/default/controls.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-width: 0;
    box-shadow: none;
    border: 0px solid #fff;
    z-index: 90;
    margin-top: -3px;
    opacity: 0.8;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
      display: none; }
    .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
      opacity: 1; }
    @media (max-width: 767px) {
      .slick-slider .slick-prev, .slick-slider .slick-next {
        width: 20px;
        height: 38px; } }
    .slick-slider .slick-prev.slick-disabled, .slick-slider .slick-next.slick-disabled {
      display: none !important; }
  .slick-slider .slick-prev {
    left: -65px; }
    @media (max-width: 767px) {
      .slick-slider .slick-prev {
        left: -30px; } }
  .slick-slider .slick-next {
    right: -65px;
    background-position: -40px 0; }
    @media (max-width: 767px) {
      .slick-slider .slick-next {
        right: -30px;
        background-position: -20px 0; } }

.carousel-controls .slick-prev, .carousel-controls .slick-next {
  width: 15px;
  height: 24px;
  background-image: url(images/default/carousel-controls.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-width: 0;
  box-shadow: none;
  border: 0px solid #fff;
  z-index: 90;
  margin-top: -12px;
  opacity: .5;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .carousel-controls .slick-prev:before, .carousel-controls .slick-next:before {
    display: none; }
  .carousel-controls .slick-prev:hover, .carousel-controls .slick-next:hover {
    opacity: 1; }
.carousel-controls .slick-prev {
  left: -40px; }
  @media (max-width: 767px) {
    .carousel-controls .slick-prev {
      left: -10px; } }
.carousel-controls .slick-next {
  right: -40px;
  background-position: -15px 0; }
  @media (max-width: 767px) {
    .carousel-controls .slick-next {
      right: -10px; } }

.sep {
  margin-bottom: 30px;
  height: 1px;
  background: #d8d8d8;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 20px; }
  .sep:before, .sep:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .sep:after {
    clear: both; }
  @media (max-width: 767px) {
    .sep {
      margin-bottom: 10px;
      margin-top: 0; } }
  .sep.big {
    margin: 160px 0; }

.clear:before, .clear:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table; }
.clear:after {
  clear: both; }

.picker__select--month, .picker__select--year {
  color: #afadad;
  line-height: normal; }

.picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
  color: #afadad;
  background: #e2e7ea; }

.picker__button--today, .picker__button--clear, .picker__button--close {
  background: #e2e7ea; }

.picker__list {
  list-style: none;
  padding: .75em 0 2.2em;
  margin: 0; }

.picker--time .picker__box {
  margin-bottom: 0; }

img {
  max-width: 100%; }

.tabs-wrapper .navigator {
  margin-bottom: 0px;
  text-align: left;
  position: relative;
  z-index: 2; }
  .tabs-wrapper .navigator:before, .tabs-wrapper .navigator:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .tabs-wrapper .navigator:after {
    clear: both; }
  .tabs-wrapper .navigator .tab-selector {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    color: #303344;
    text-transform: none;
    letter-spacing: normal;
    cursor: pointer;
    margin: 0;
    padding: 12px 30px;
    float: left; }
    @media (max-width: 1600px) {
      .tabs-wrapper .navigator .tab-selector {
        padding: 10px 20px; } }
    @media (max-width: 767px) {
      .tabs-wrapper .navigator .tab-selector {
        font-size: 1.3rem;
        padding: 5px 8px; } }
    @media (max-width: 480px) {
      .tabs-wrapper .navigator .tab-selector {
        width: 50%;
        float: left;
        text-align: center;
        padding: 5px 0; } }
    .tabs-wrapper .navigator .tab-selector.active {
      color: #44bbbe;
      border-top: 1px solid #d8d8d8;
      border-left: 1px solid #d8d8d8;
      border-right: 1px solid #d8d8d8;
      background: #fff; }
      @media (max-width: 480px) {
        .tabs-wrapper .navigator .tab-selector.active {
          border: 0; } }
.tabs-wrapper .select-block-styled {
  display: none;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .tabs-wrapper .select-block-styled {
      display: block; } }
.tabs-wrapper .tab-wrapper {
  padding: 40px;
  border: 1px solid #d8d8d8;
  margin-top: -1px; }
  @media (max-width: 767px) {
    .tabs-wrapper .tab-wrapper {
      padding: 20px; } }
  .tabs-wrapper .tab-wrapper .tab {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .tabs-wrapper .tab-wrapper .tab.active {
      opacity: 1;
      visibility: visible;
      height: auto;
      overflow: visible; }
      @media (max-width: 1100px) {
        .tabs-wrapper .tab-wrapper .tab.active {
          padding-bottom: 40px; } }

.hide {
  display: none !important; }

@media (max-width: 767px) {
  .container.visible {
    overflow: visible; } }
@media (max-width: 767px) {
  .container.visible-overflow {
    overflow: visible; } }

.accordion-wrapper .accordion-item {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px; }
  .accordion-wrapper .accordion-item .accordion-header {
    position: relative;
    padding: 0px 0px 20px 80px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .accordion-wrapper .accordion-item .accordion-header {
        padding: 0px 0px 20px 40px; } }
    .accordion-wrapper .accordion-item .accordion-header:before {
      content: "\f078";
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0px;
      top: 0px;
      background: #44bbbe;
      font-family: Font Awesome\ 5 Free;
      font-size: 1.4rem;
      color: #fff;
      font-weight: 900;
      line-height: normal;
      text-align: center;
      line-height: 42px;
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      -ms-transform-origin: 50% 50%;
      /* IE 9 */
      -webkit-transform-origin: 50% 50%;
      /* Chrome, Safari, Opera */
      transform-origin: 50% 50%; }
      @media (max-width: 767px) {
        .accordion-wrapper .accordion-item .accordion-header:before {
          width: 30px;
          height: 30px;
          line-height: 32px;
          font-size: 1.2rem;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; } }
    .accordion-wrapper .accordion-item .accordion-header h6 {
      margin: 0;
      font-size: 2.4rem;
      line-height: 28px;
      font-weight: 700;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      color: #afadad; }
      @media (max-width: 767px) {
        .accordion-wrapper .accordion-item .accordion-header h6 {
          font-size: 1.8rem;
          line-height: normal; } }
  .accordion-wrapper .accordion-item .accordion-hidden-content {
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out; }
    .accordion-wrapper .accordion-item .accordion-hidden-content p {
      margin-left: 0px;
      font-size: 1.8rem;
      line-height: 26px;
      margin-bottom: 20px; }
      .accordion-wrapper .accordion-item .accordion-hidden-content p:last-child {
        /*  margin-bottom: 0; */ }
      @media (max-width: 767px) {
        .accordion-wrapper .accordion-item .accordion-hidden-content p {
          margin-left: 0; } }
  .accordion-wrapper .accordion-item.active .accordion-header h6 {
    color: #303344; }
  .accordion-wrapper .accordion-item.active .accordion-header:before {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  .accordion-wrapper .accordion-item.active .accordion-hidden-content {
    max-height: 700px;
    transition: max-height 0.4s ease-in; }
.accordion-wrapper > div:last-child {
  border: 0; }

.big-mb {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .big-mb {
      margin-bottom: 30px; } }

.mb {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .mb {
      margin-bottom: 25px; } }

.medium-mb {
  margin-bottom: 30px; }

.small-mb {
  margin-bottom: 15px; }

.mt {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .mt {
      margin-top: 20px; } }

.medium-mt {
  margin-top: 50px; }

.small-mt {
  margin-top: 25px; }
  @media (max-width: 767px) {
    .small-mt {
      margin-top: 15px; } }

.no-mb {
  margin-bottom: 0; }

@media (max-width: 1100px) {
  .mobile-mb {
    margin-bottom: 25px; } }

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%); }

.fancybox-controls button {
  min-width: 0; }

.wp-caption-text {
  display: block;
  font-size: 1.3rem;
  font-style: italic;
  color: #44bbbe; }

.video-wrapper {
  position: relative;
  /* padding-bottom: 56.25%; */
  /* padding-bottom: 52.65%;
  padding-top: 30px; height: 0; overflow: hidden; */ }
  .video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #ffffff; }
  .video-wrapper img {
    width: 100%; }
  .video-wrapper a.play-button {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-image: url(images/play-video.svg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 20; }

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.top-banner {
  background: #ffffff; }
  @media (max-width: 767px) {
    .top-banner {
      height: auto;
      padding: 20px 0 40px; } }
  .top-banner .inner-content { 
    
  }
    @media (max-width: 767px) {
      .top-banner .inner-content {
        top: auto;
        transform: none; } }
  .top-banner .container {
    height: 100%;
    padding-top: 125px;
    padding-bottom: 38px; 
  }
    .top-banner .container:before, .top-banner .container:after {
      content: "";
      visibility: hidden;
      height: 0;
      display: table; }
    .top-banner .container:after {
      clear: both; }
    .top-banner .container .text-part {
      display: block;
      padding-top: 15px;
      margin-bottom: 42px;
      float: left;
      /* text-align: center; */
      }
      @media (max-width: 767px) {
        .top-banner .container .text-part {
          width: 100%;
          height: auto;
          text-align: center; } }
      .top-banner .container .text-part h1 {
        color: #1f2028;
        font-size: 33px;
        /* font-style: italic; */
        margin-bottom: 26px;
        font-weight: 600; }
        .top-banner .container .text-part h1 strong {
        font-weight: 800;
        font-style: italic;
        display: inline-block;
        margin-bottom: 1px; }
        .top-banner .container .text-part .button {
          width: 270px;
          height: 54px;
          text-align: center;
          line-height: 51px;
          padding: 0;
          font-size: 25px;
          font-weight: 700;
        }
        /* .top-banner .container .text-part h1 br {
          display: none;
        } */
        @media (max-width: 767px) {
          .top-banner .container .text-part h1 {
            font-size: 3rem; } }
    .top-banner .container .image-part {
      display: block; padding-bottom: 40px; text-align: center;
      float: right;
      position: relative;
    }
      @media (max-width: 767px) {
        .top-banner .container .image-part {
          text-align: center;
          width: 100%;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .top-banner .container .image-part img {
          max-width: 80%; } }

.features-wrapper {
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .features-wrapper {
      margin-bottom: 50px; } }
  @media (max-width: 1100px) {
    .features-wrapper .col_33 {
      width: 100%;
      margin-bottom: 20px; } }
  .features-wrapper .slide-item {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    margin: 0 15px; }
    .features-wrapper .slide-item.slick-current {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
  .features-wrapper .feature-item:before, .features-wrapper .feature-item:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .features-wrapper .feature-item:after {
    clear: both; }
  .features-wrapper .feature-item .image {
    display: inline-block;
    width: 140px;
    float: left; }
  .features-wrapper .feature-item .text-content {
    display: inline-block;
    width: calc(100% - 140px);
    padding-left: 20px;
    float: left; }
    .features-wrapper .feature-item .text-content h3 {
      font-size: 1.8rem;
      margin-bottom: 10px;
      line-height: 20px;
      color: #44bbbe; }
    .features-wrapper .feature-item .text-content p {
      font-size: 1.5rem;
      line-height: 20px; }

.devops-wrapper {
  position: relative;
  padding-right: 150px;
  margin-bottom: 70px; }
  .devops-wrapper:before, .devops-wrapper:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .devops-wrapper:after {
    clear: both; }
  @media (max-width: 767px) {
    .devops-wrapper {
      padding-right: 0;
      margin-bottom: 50px; } }
  .devops-wrapper .floating-gears {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 767px) {
      .devops-wrapper .floating-gears {
        display: none; } }
  .devops-wrapper .dev-item {
    display: inline-block;
    margin-right: 6%;
    margin-bottom: 20px;
    height: 75px;
    float: left; }
    @media (max-width: 767px) {
      .devops-wrapper .dev-item {
        margin-right: 5%;
        margin-bottom: 10px;
        height: 60px; } }
    .devops-wrapper .dev-item img {
      display: block;
      margin: 0 auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      max-height: 100%; }

.webload-section {
  position: relative; }
  .webload-section .webload-icon {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 1; }
    @media (max-width: 1600px) {
      .webload-section .webload-icon {
        left: -100px; } }
    @media (max-width: 1300px) {
      .webload-section .webload-icon {
        display: none; } }
  .webload-section .container {
    position: relative;
    z-index: 2; }
  .webload-section .limited-content {
    max-width: 80%; }
    @media (max-width: 1300px) {
      .webload-section .limited-content {
        max-width: 100%; } }

.webload-wrapper {
  position: relative;
  margin-bottom: 80px; }
  .webload-wrapper:before, .webload-wrapper:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .webload-wrapper:after {
    clear: both; }
  @media (max-width: 767px) {
    .webload-wrapper {
      margin-bottom: 50px; } }
  .webload-wrapper .webload-item {
    display: inline-block;
    margin-right: 6%;
    margin-bottom: 20px;
    height: 75px;
    float: left; }
    .webload-wrapper .webload-item img {
      display: block;
      margin: 0 auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      max-height: 100%; }

.reviews-carousel-wrapper {
  max-width: 650px;
  margin: 0 auto 100px; }
  @media (max-width: 1100px) {
    .reviews-carousel-wrapper {
      max-width: 100%;
      padding: 0 60px;
      margin: 0 0 80px; } }
  @media (max-width: 767px) {
    .reviews-carousel-wrapper {
      padding: 0 30px; } }
  .reviews-carousel-wrapper .slide-item {
    padding: 20px 20px 10px;
    position: relative; }
    .reviews-carousel-wrapper .slide-item:before, .reviews-carousel-wrapper .slide-item:after {
      content: "";
      visibility: hidden;
      height: 0;
      display: table; }
    .reviews-carousel-wrapper .slide-item:after {
      clear: both; }
    .reviews-carousel-wrapper .slide-item .top-left-quote {
      position: absolute;
      top: 0px;
      left: 125px;
      z-index: 1; }
      @media (max-width: 767px) {
        .reviews-carousel-wrapper .slide-item .top-left-quote {
          left: 30px; } }
    .reviews-carousel-wrapper .slide-item .bottom-right-quote {
      position: absolute;
      right: 0px;
      bottom: 0px;
      z-index: 1; }
    @media (max-width: 767px) {
      .reviews-carousel-wrapper .slide-item {
        text-align: center; } }
    .reviews-carousel-wrapper .slide-item .picture {
      display: inline-block;
      float: left;
      width: 129px;
      height: 129px;
      -webkit-border-radius: 65px;
      -moz-border-radius: 65px;
      border-radius: 65px;
      overflow: hidden;
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        .reviews-carousel-wrapper .slide-item .picture {
          float: none;
          margin-bottom: 20px; } }
    .reviews-carousel-wrapper .slide-item .text-content {
      display: inline-block;
      width: calc(100% - 129px);
      padding-left: 30px;
      float: left;
      position: relative;
      z-index: 3; }
      @media (max-width: 767px) {
        .reviews-carousel-wrapper .slide-item .text-content {
          width: 100%;
          padding-left: 0;
          float: none; } }
      .reviews-carousel-wrapper .slide-item .text-content h4 {
        font-size: 3.2rem;
        font-weight: 400;
        color: #303344;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .reviews-carousel-wrapper .slide-item .text-content h4 {
            font-size: 2.4rem; } }
        .reviews-carousel-wrapper .slide-item .text-content h4 b {
          font-weight: 700; }
      .reviews-carousel-wrapper .slide-item .text-content p {
        line-height: 20px;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .reviews-carousel-wrapper .slide-item .text-content p {
            font-size: 1.4rem; } }
      .reviews-carousel-wrapper .slide-item .text-content .stars-wrapper:before, .reviews-carousel-wrapper .slide-item .text-content .stars-wrapper:after {
        content: "";
        visibility: hidden;
        height: 0;
        display: table; }
      .reviews-carousel-wrapper .slide-item .text-content .stars-wrapper:after {
        clear: both; }
      .reviews-carousel-wrapper .slide-item .text-content .stars-wrapper img {
        display: inline-block;
        float: left;
        margin-right: 5px; }
        @media (max-width: 767px) {
          .reviews-carousel-wrapper .slide-item .text-content .stars-wrapper img {
            float: none;
            margin: 0 3px; } }

.pricing-plans-wrapper:before, .pricing-plans-wrapper:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table; }
.pricing-plans-wrapper:after {
  clear: both; }
.pricing-plans-wrapper .left-part {
  width: 30%;
  float: left;
  padding-right: 30px; }
  @media (max-width: 1100px) {
    .pricing-plans-wrapper .left-part {
      width: 100%;
      padding-right: 0;
      margin-bottom: 30px; } }
  .pricing-plans-wrapper .left-part h3 {
    font-size: 2.8rem;
    line-height: 35px;
    margin-bottom: 40px; }
  .pricing-plans-wrapper .left-part .points-wrapper .point-item {
    margin-bottom: 25px; }
    .pricing-plans-wrapper .left-part .points-wrapper .point-item:before, .pricing-plans-wrapper .left-part .points-wrapper .point-item:after {
      content: "";
      visibility: hidden;
      height: 0;
      display: table; }
    .pricing-plans-wrapper .left-part .points-wrapper .point-item:after {
      clear: both; }
    .pricing-plans-wrapper .left-part .points-wrapper .point-item .icon {
      display: inline-block;
      float: left;
      width: 39px; }
    .pricing-plans-wrapper .left-part .points-wrapper .point-item .text-content {
      display: inline-block;
      width: calc(100% - 65px);
      padding-left: 21px;
      float: left;
      padding-top: 5px;
      font-size: 1.5rem; }
.pricing-plans-wrapper .right-part {
  display: inline-block;
  width: 70%;
  float: left;
  position: relative; }
  @media (max-width: 1100px) {
    .pricing-plans-wrapper .right-part {
      width: 100%; } }
  .pricing-plans-wrapper .right-part .plan-box {
    box-shadow: 0px 1px 6.79px 0.21px rgba(0, 0, 0, 0.26);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    width: 35%;
    background-color: #fff; }
    @media (max-width: 767px) {
      .pricing-plans-wrapper .right-part .plan-box {
        width: 100%;
        margin-bottom: 30px; } }
    .pricing-plans-wrapper .right-part .plan-box.middle {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 50%;
      margin-left: -17.5%; }
      @media (max-width: 767px) {
        .pricing-plans-wrapper .right-part .plan-box.middle {
          position: relative;
          left: auto;
          top: auto;
          margin-left: 0; } }
    .pricing-plans-wrapper .right-part .plan-box .box-header {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: auto 100%;
      overflow: hidden;
      height: 166px;
      padding: 30px 30px 15px; }
      @media (max-width: 767px) {
        .pricing-plans-wrapper .right-part .plan-box .box-header {
          background-position: center bottom;
          background-size: 100% auto; } }
      @media (max-width: 480px) {
        .pricing-plans-wrapper .right-part .plan-box .box-header {
          height: 150px;
          padding: 20px 30px 15px; } }
    .pricing-plans-wrapper .right-part .plan-box .icon {
      text-align: center;
      margin-bottom: 10px;
      height: 70px; }
      .pricing-plans-wrapper .right-part .plan-box .icon img {
        display: block;
        margin: 0 auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .pricing-plans-wrapper .right-part .plan-box h5 {
      color: #fff;
      font-weight: 700;
      margin-bottom: 0px;
      font-size: 2rem;
      text-align: center; }
    .pricing-plans-wrapper .right-part .plan-box .button {
      width: 122px;
      min-width: 0;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px;
      position: absolute;
      left: 50%;
      bottom: -16px;
      margin-left: -61px;
      z-index: 10;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .pricing-plans-wrapper .right-part .plan-box .button {
          height: 32px;
          line-height: 32px; } }
    .pricing-plans-wrapper .right-part .plan-box .inner-content {
      padding: 25px 30px 40px; }
    .pricing-plans-wrapper .right-part .plan-box ul {
      min-height: 120px; }
      .pricing-plans-wrapper .right-part .plan-box ul li {
        font-size: 1.5rem;
        line-height: normal;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%; }
        .pricing-plans-wrapper .right-part .plan-box ul li:last-child {
          margin-bottom: 0; }
    .pricing-plans-wrapper .right-part .plan-box a.link {
      display: block;
      font-size: 1.5rem;
      margin-bottom: 10px;
      color: #44bbbe; }
    .pricing-plans-wrapper .right-part .plan-box.green-top {
      border: 1px solid #8ccc5c; }
      .pricing-plans-wrapper .right-part .plan-box.green-top .box-header {
        background-image: url(images/green-top2.svg); }
      .pricing-plans-wrapper .right-part .plan-box.green-top .button {
        background: #8ccc5c;
        color: #303344; }
    .pricing-plans-wrapper .right-part .plan-box.blue-top {
      border: 1px solid #f39209; }
      .pricing-plans-wrapper .right-part .plan-box.blue-top .box-header {
        background-image: url(images/orange-top.svg); }
      .pricing-plans-wrapper .right-part .plan-box.blue-top .button {
        background: #f39209; }
    .pricing-plans-wrapper .right-part .plan-box.dark-top {
      border: 1px solid #36b6bb; }
      .pricing-plans-wrapper .right-part .plan-box.dark-top .box-header {
        background-image: url(images/blue-top.svg); }
      .pricing-plans-wrapper .right-part .plan-box.dark-top .button {
        background: #36b6bb; }

.content-wrapper {
  padding-bottom: 53px; }

body {
  position: relative; }

header {
  padding: 15px 0;
  margin-bottom: 0px;
  position: relative;
  z-index: 100; }
  header a.logo {
    display: inline-block; 
    width: 225px;
    margin-right: auto;
  }
    @media (max-width: 1300px) {
      header a.logo img {
        width: 203px; } }
  header .right-part {
    display: flex;
    align-items: center;
    float: right; }
    @media (max-width: 1100px) {
      header .right-part .navigation-menu {
        display: none !important; } }
    header .right-part .navigation-menu > ul > li {
      display: inline-block;
      float: left;
      position: relative;
      margin-right: 30px; }
      @media (max-width: 1300px) {
        header .right-part .navigation-menu > ul > li {
          margin-right: 20px; } }
      header .right-part .navigation-menu > ul > li.has-submenu {
        position: relative; }
        header .right-part .navigation-menu > ul > li.has-submenu:before {
          width: 11px;
          height: 6px;
          content: "";
          position: absolute;
          right: -15px;
          top: 9px;
          background-image: url(images/dropdown-arrow.png);
          background-size: 100% auto;
          background-repeat: no-repeat; }
      header .right-part .navigation-menu > ul > li .sub-menu {
        background: #fff;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 200px;
        padding: 10px 0;
        box-shadow: 0px 0px 5px 0px rgba(32, 29, 27, 0.26);
        position: absolute;
        z-index: 100; }
        header .right-part .navigation-menu > ul > li .sub-menu:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 3px 4px 3px;
          border-color: transparent transparent #ffffff transparent;
          top: -4px;
          left: 30px;
          position: absolute; }
        header .right-part .navigation-menu > ul > li .sub-menu li {
          display: block; 
          padding: 0 20px;
        }
          header .right-part .navigation-menu > ul > li .sub-menu li a {
            font-size: 1.3rem;
            color: #303344;
            display: block;
            padding: 10px 0; 
            border-bottom: 1px solid #d8d8d8;
          }
          header .right-part .navigation-menu > ul > li .sub-menu li:last-child a {
            border-bottom: 0; }
      header .right-part .navigation-menu ul li:hover>ul {
        opacity: 1;
        pointer-events: initial;
        visibility: visible; }
      header .right-part .navigation-menu > ul > li > a {
        font-size: 1.5rem;
        font-weight: 400;
        color: #303344; }
    header .right-part .search-form {
      margin-right: 20px; }
      @media (max-width: 1300px) {
        header .right-part .search-form {
          margin-right: 15px; } }
      header .right-part .search-form form:before, header .right-part .search-form form:after {
        content: "";
        visibility: hidden;
        height: 0;
        display: table; }
      header .right-part .search-form form:after {
        clear: both; }
      header .right-part .search-form form .input-block {
        width: 0;
        overflow: hidden;
        opacity: 0;
        display: inline-block;
        float: left;
        /* transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; */
        -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
        margin: 0; }
        header .right-part .search-form form .input-block.active {
          opacity: 1;
          position: absolute;
          right: 25px;
          width: 400px;
          border: 1px solid #000;
          background: #fff;
          border-radius: 20px;
          top: -10px;
        }
      header .right-part .search-form form input[type="text"] {
        width: 100%;
        overflow: hidden;
        padding: 0;
        height: 39px;
        line-height: 39px;
        border: 0;
        padding-left: 15px;
        padding-right: 30px;
        border-bottom: none;}

        header .right-part .search-form form input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #fff;
          opacity: 1; /* Firefox */
        }

        header .right-part .search-form form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
          color: #fff;
        }

        header .right-part .search-form form input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
          color: #fff;
        }

      header .right-part .search-form form a.open-search {
        width: auto;
        padding: 0;
        line-height: normal;
        background: none;
        display: inline-block;
        margin-top: 0;
        position: relative;
        top: 8px;
        float: left; 
        -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
        }
        header .right-part .search-form form a.open-search.active {
          margin-top: 0;
          position: relative;
          top: -2px;
        }
        header .right-part .search-form form a.open-search img {
          width: 18px; }
    header .right-part .buttons-wrapper:before, header .right-part .buttons-wrapper:after {
      content: "";
      visibility: hidden;
      height: 0;
      display: table; }
    header .right-part .buttons-wrapper:after {
      clear: both; }
    @media (max-width: 1100px) {
      header .right-part .buttons-wrapper {
        display: none !important; } }
    header .right-part .buttons-wrapper .button {
      float: left;
      margin-right: 15px; }
      @media (max-width: 1300px) {
        header .right-part .buttons-wrapper .button {
          margin-right: 10px; } }
    header .right-part .buttons-wrapper .profile-item {
      display: inline-block;
      float: left; }
      header .right-part .buttons-wrapper .profile-item img {
        width: 30px; }

.nmh footer {
  padding: 70px 0 25px;
  background: #293b4f;
  border-bottom: 10px solid #44bbbe; }
  .nmh footer h5 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px; }
  @media (max-width: 1100px) {
    .nmh footer .col_25 {
      width: 100%; } }
  @media (max-width: 1100px) {
    .nmh footer .col_75 {
      width: 100%; } }
  @media (max-width: 1100px) {
    .nmh footer .col_75 .col_25 {
      width: 25%; } }
  @media (max-width: 767px) {
    .nmh footer .col_75 .col_25 {
      width: 50%; } }
  .nmh footer ul {
    margin-bottom: 30px; }
    .nmh footer ul li {
      margin-bottom: 5px; }
      .nmh footer ul li a {
        color: #fff;
        font-weight: 400;
        font-size: 1.5rem; }
  .nmh footer .newsletter-form {
    margin-bottom: 15px; }
    .nmh footer .newsletter-form form:before, .nmh footer .newsletter-form form:after {
      content: "";
      visibility: hidden;
      height: 0;
      display: table; }
    .nmh footer .newsletter-form form:after {
      clear: both; }
    .nmh footer .newsletter-form form input[type="email"] {
      display: inline-block;
      width: 60%;
      color: #fff;
      font-size: 1.5rem;
      float: left;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .nmh footer .newsletter-form form input[type="email"]::-webkit-input-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: normal;
        font-weight: 500;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-style: normal;
        text-transform: none; }
      .nmh footer .newsletter-form form input[type="email"]:-moz-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: normal;
        font-weight: 500;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-style: normal;
        text-transform: none; }
      .nmh footer .newsletter-form form input[type="email"]::-moz-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: normal;
        font-weight: 500;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-style: normal;
        text-transform: none; }
      .nmh footer .newsletter-form form input[type="email"]:-ms-input-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: normal;
        font-weight: 500;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-style: normal;
        text-transform: none; }
    .nmh footer .newsletter-form form input[type="submit"] {
      width: 38%;
      float: right;
      min-width: 0;
      padding: 0 10px;
      text-transform: uppercase;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background: #fff;
      color: #44bbbe;
      font-size: 1.5rem;
      font-weight: 400;
      border: 0;
      height: 32px;
      line-height: 32px;
      outline: 0; }
      @media (max-width: 767px) {
        .nmh footer .newsletter-form form input[type="submit"] {
          height: 32px;
          line-height: 32px;
          padding: 0 10px; } }
  .nmh footer .social-networks:before, footer .social-networks:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .nmh footer .social-networks:after {
    clear: both; }
  .nmh footer .social-networks a {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
    float: left; }
    .nmh footer .social-networks .footer-youtube {
      position: relative;
      top: 5px;
    }
  .nmh footer p {
    color: #fff; }
  .nmh footer .bottom-footer {
    margin-top: 80px;
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
    text-align: center; }
    .nmh footer .bottom-footer p {
      font-size: 1.5rem;
      padding-bottom: 15px;
      margin: 0;
      margin-bottom: 15px;
      border-bottom: 1px solid #d8d8d8; }
      .nmh footer .bottom-footer p:last-child {
        padding-bottom: 0;
        border: 0;
        margin: 0; }

.default-page .inner-page-banner {
  position: relative; }
  @media (max-width: 767px) {
    .default-page .inner-page-banner {
      height: 106px; } }
  .default-page .inner-page-banner h1 {
    color: #2f3344;
    z-index: 2;
    top: 50%;
    font-size: 3.6rem; }
    @media (max-width: 767px) {
      .default-page .inner-page-banner h1 {
        font-size: 2.6rem; } }
  .default-page .inner-page-banner .desktop-banner {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%; }
.default-page .default-content h4 {
  color: #44bbbe;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 30px;
  margin-bottom: 5px; }
.default-page .default-content h6 {
  color: #303344;
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 1.8rem;
  font-weight: 800; }
.default-page .default-content p {
  font-size: 1.6rem;
  line-height: 28px; }
.default-page .default-content ol {
  margin-bottom: 30px;
  margin-left: 20px; }
  @media (max-width: 767px) {
    .default-page .default-content ol {
      margin-left: 20px; } }
  .default-page .default-content ol li {
    line-height: 36px;
    font-weight: 400;
    list-style-type: decimal;
    font-size: 1.6rem;
    display: list-item;
    color: #303344;
    position: relative;
    padding-left: 35px; }
.default-page .default-content ul {
  margin-bottom: 30px; }
  .default-page .default-content ul li {
    font-size: 1.6rem;
    font-weight: 600;
    color: #303344;
    margin: 14px 0;
    position: relative;
    padding-left: 32px;
    display: block; }
    .default-page .default-content ul li:before {
      content: "";
      width: 24px;
      height: 24px;
      position: absolute;
      left: 0;
      top: -2px;
      background-image: url(images/green-check-icon.svg);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center; }
.default-page .default-content h2 {
  line-height: normal; }
.default-page .default-content h3 {
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px; }
.default-page .default-content h5 {
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #2f3135;
  text-transform: none;
  letter-spacing: 0.01em;
  margin-bottom: 25px; }
@media (max-width: 767px) {
  .default-page .col_50 {
    width: 100%; } }
@media (max-width: 767px) {
  .default-page .col_45 {
    width: 100%; } }
.default-page .contact-form .button {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
