html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html {
  box-sizing: border-box !important; }

*, *:before, *:after {
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0;
  text-align: left; }

*:focus {
  outline: none !important; }

a {
  text-decoration: none; }

body {
  min-width: 320px;
  width: 100%;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  color: #000;
  background: #fff; }

input {
  font-family: "Rubik", sans-serif; }

a {
  color: #cd281b;
  transition: all 0.3s; }
  a:hover {
    color: #e52b1e; }
  a:active {
    opacity: 0.8; }

.logo:hover {
  color: #fff !important; }

p {
  font-size: 1rem;
  line-height: 30px; }

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
.content-text img {
  display: block;
  margin-bottom: 40px; }

.content-text {
  line-height: 1.6; }

.content-text a {
  text-decoration: none; }

.content-text a:hover {
  border-bottom: 1px solid; }

.content-text abbr {
  border-bottom: 1px dotted;
  cursor: help; }

.content-text cite {
  font-style: italic; }

.content-text hr {
  background: #e6e6e6;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 1.4em;
  margin-top: 1.4em; }

.content-text img {
  vertical-align: text-bottom; }

.content-text ins {
  background-color: lime;
  text-decoration: none; }

.content-text mark {
  background-color: #ff0; }

.content-text small {
  font-size: 0.8em; }

.content-text strong {
  font-weight: 700; }

.content-text sub,
.content-text sup {
  font-size: 0.8em; }

.content-text sub {
  vertical-align: sub; }

.content-text sup {
  vertical-align: super; }

.content-text p {
  font-size: 15px;
  text-align: justify; }

.content-text p,
.content-text dl,
.content-text ol,
.content-text ul,
.content-text blockquote,
.content-text pre,
.content-text table {
  margin-bottom: 1.4em; }

.content-text p:last-child,
.content-text dl:last-child,
.content-text ol:last-child,
.content-text ul:last-child,
.content-text blockquote:last-child,
.content-text pre:last-child,
.content-text table:last-child {
  margin-bottom: 0; }

.content-text p:empty {
  display: none; }

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
  font-weight: 700;
  line-height: 1.2; }

.content-text h1:first-child,
.content-text h2:first-child,
.content-text h3:first-child,
.content-text h4:first-child,
.content-text h5:first-child,
.content-text h6:first-child {
  margin-top: 0; }

.content-text h1 {
  font-weight: 500;
  font-size: 2.4em;
  margin-bottom: .58333em;
  margin-top: .58333em;
  line-height: 1; }

.content-text h2 {
  font-weight: 500;
  font-size: 1.6em;
  margin-bottom: .875em;
  margin-top: 1.75em;
  line-height: 1.1; }

.content-text h3 {
  font-weight: 500;
  font-size: 1.3em;
  margin-bottom: 1.07692em;
  margin-top: 1.07692em; }

.content-text h4 {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 1.16667em;
  margin-top: 1.16667em; }

.content-text h5 {
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 1.27273em;
  margin-top: 1.27273em; }

.content-text h6 {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 1.4em;
  margin-top: 1.4em; }

.content-text dd {
  margin-left: 1.4em; }

.content-text ol,
.content-text ul {
  list-style-position: outside;
  margin-left: 1.4em; }

.content-text ol {
  list-style-type: decimal; }

.content-text ol ol {
  list-style-type: lower-alpha; }

.content-text ol ol ol {
  list-style-type: lower-roman; }

.content-text ol ol ol ol {
  list-style-type: lower-greek; }

.content-text ol ol ol ol ol {
  list-style-type: decimal; }

.content-text ol ol ol ol ol ol {
  list-style-type: lower-alpha; }

.content-text ul {
  list-style-type: disc; }

.content-text ul ul {
  list-style-type: circle; }

.content-text ul ul ul {
  list-style-type: square; }

.content-text ul ul ul ul {
  list-style-type: circle; }

.content-text ul ul ul ul ul {
  list-style-type: disc; }

.content-text ul ul ul ul ul ul {
  list-style-type: circle; }

.content-text blockquote:before {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  content: "\201E";
  line-height: 0;
  font-size: 100px;
  color: #cd281b;
  font-weight: 500;
  font-family: 'Poor Richard'; }

.content-text blockquote {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  max-width: 640px;
  font-weight: 500;
  margin: 40px auto;
  margin-top: 80px; }

.content-text blockquote small {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #aaaaaa;
  max-width: 640px;
  font-weight: 400;
  margin-top: 10px; }

.content-text blockquote p {
  margin-bottom: 0;
  font-size: 18px; }

.content-text code,
.content-text kbd,
.content-text samp,
.content-text pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  background-color: #f2f2f2;
  color: #333;
  font-size: 0.9em;
  max-width: 100%;
  overflow: hidden;
  white-space: pre-wrap; }

.content-text code,
.content-text kbd,
.content-text samp {
  border-radius: 3px;
  line-height: 1.77778;
  padding: 0.1em 0.4em 0.2em;
  vertical-align: baseline; }

.content-text pre {
  overflow: auto;
  padding: 1em 1.2em; }

.content-text pre code {
  background: none;
  font-size: 1em;
  line-height: 1em; }

.content-text figure {
  margin-bottom: 2.8em;
  text-align: center; }

.content-text figure:first-child {
  margin-top: 0; }

.content-text figure:last-child {
  margin-bottom: 0; }

.content-text figcaption {
  font-size: 0.8em;
  margin-top: .875em; }

.content-text table {
  width: 100%; }

.content-text table pre {
  white-space: pre-wrap; }

.content-text th,
.content-text td {
  font-size: 1em;
  padding: .7em;
  border: 1px solid #e6e6e6;
  line-height: 1.4; }

.content-text thead tr,
.content-text tfoot tr {
  background-color: #f5f5f5; }

.content-text thead th,
.content-text thead td,
.content-text tfoot th,
.content-text tfoot td {
  font-size: .9em;
  padding: .77778em; }

.content-text thead th code,
.content-text thead td code,
.content-text tfoot th code,
.content-text tfoot td code {
  background-color: #fff; }

.content-text tbody tr {
  background-color: #fff; }

.content-text .full-img {
  width: 100%;
  height: auto; }

.center {
  text-align: center; }

.wrap {
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
  padding: 0 20px; }
  @media screen and (max-width: 750px) {
    .wrap {
      padding: 0 14px; } }

.more-wrap {
  max-width: 1300px;
  padding: 0px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mt110 {
  margin-top: 110px; }

.mt120 {
  margin-top: 120px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.mb110 {
  margin-bottom: 110px; }

.mb120 {
  margin-bottom: 120px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt70 {
  padding-top: 70px; }

.pt80 {
  padding-top: 80px; }

.pt90 {
  padding-top: 90px; }

.pt100 {
  padding-top: 100px; }

.pt110 {
  padding-top: 110px; }

.pt120 {
  padding-top: 120px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.pb60 {
  padding-bottom: 60px; }

.pb70 {
  padding-bottom: 70px; }

.pb80 {
  padding-bottom: 80px; }

.pb90 {
  padding-bottom: 90px; }

.pb100 {
  padding-bottom: 100px; }

.pb110 {
  padding-bottom: 110px; }

.pb120 {
  padding-bottom: 120px; }

.sh {
  margin-top: 60px;
  margin-bottom: 60px; }
  .sh .title {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Encode Sans', sans-serif; }
  .sh .subtitle {
    color: #444;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Encode Sans', sans-serif; }

@media screen and (max-width: 700px) {
  .sh .title {
    font-size: 30px; } }
.sh.sh-left {
  text-align: left; }
  .sh.sh-left .title {
    font-weight: 900; }

.sh.sh-center {
  text-align: center; }

.sh.sh-center-bold {
  text-align: center; }
  .sh.sh-center-bold .title {
    font-weight: 900; }

.sh.sh-middle .title {
  font-size: 36px;
  font-weight: 900; }

@media screen and (max-width: 700px) {
  .sh.sh-middle .title {
    font-size: 30px; } }
.ph {
  margin: 60px 0; }
  .ph .subtitle {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Encode Sans', sans-serif;
    position: relative;
    padding-left: 10px;
    margin-right: 20px; }
    .ph .subtitle:before {
      content: '|';
      color: #cd281b;
      margin-right: 6px;
      font-weight: 700;
      position: absolute;
      left: 0;
      top: -2px; }
  .ph .posted-on {
    color: #888888;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    padding-left: 10px;
    white-space: nowrap;
    margin-right: 10px; }
    .ph .posted-on:before {
      content: '\25A0';
      color: #cd281b;
      margin-right: 6px;
      font-size: 8px;
      position: absolute;
      left: 0;
      bottom: 1px; }
  .ph .read-time {
    color: #888888;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    padding-left: 10px;
    white-space: nowrap; }
    .ph .read-time:before {
      content: '\25A0';
      color: #cd281b;
      margin-right: 6px;
      font-size: 8px;
      position: absolute;
      left: 0;
      bottom: 1px; }
  .ph .title {
    margin-top: 10px;
    font-size: 36px;
    font-weight: 900;
    font-family: 'Encode Sans', sans-serif; }
  .ph .text {
    margin-top: 20px;
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    max-width: 780px; }
  @media screen and (max-width: 900px) {
    .ph .subtitle {
      display: block; } }

@media screen and (max-width: 700px) {
  .ph .title {
    font-size: 30px; } }
.sh-mini {
  margin-bottom: 40px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Encode Sans', sans-serif;
  position: relative;
  padding-left: 10px;
  margin-right: 20px; }
  .sh-mini:before {
    content: '|';
    color: #cd281b;
    margin-right: 6px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -2px; }

.form-header {
  font-size: 24px;
  margin-bottom: 40px; }

.owl-item.active .title {
  animation: 1s .2s fadeIn both; }

.owl-item.active .paragraph {
  animation: 1s .2s fadeIn both; }

.owl-item.active .btn {
  animation: 1s .2s fadeInUp both; }

section#insurers .wrap.is-hidden {
  animation: 1s .2s fadeOut both; }

section#insurers .wrap.is-showing {
  animation: 1s .2s fadeIn both; }

section#offer.is-hidden {
  opacity: 0;
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }

section#offer.is-showing {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.cta.is-hidden {
  opacity: 0;
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.cta.is-showing {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

section#short-articles .box.is-hidden {
  opacity: 0;
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }

section#short-articles .box.is-showing {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

section.opinions.is-hidden {
  opacity: 0;
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }

section.opinions.is-showing {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

section#fast-contact.is-hidden {
  opacity: 0;
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }

section#fast-contact.is-showing {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.hidden-animation-one.is-hidden {
  opacity: 0;
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.hidden-animation-one.is-showing {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.txt {
  max-width: 1100px;
  margin: 0 auto;
  /* #DDD at .5 strength*/ }
  .txt p, .txt ul, .txt ol, .txt dl, .txt blockquote, .txt pre, .txt dialog {
    font-size: 1em;
    /* 13px */
    line-height: 1.8em;
    /* 18px */
    margin: 0 0 1.3846em 0; }
  .txt h1 {
    font-size: 2.4615em;
    /* 32px */
    line-height: 1.125em;
    /* 36px */
    margin-top: 0.5625em;
    margin-bottom: 20px; }
  .txt h2 {
    font-size: 1.5385em;
    /* 20px */
    font-weight: 700;
    line-height: 1.8em;
    /* 36px */
    margin-top: 0.9em;
    margin-bottom: 0em; }
  .txt h3 {
    font-size: 1.2308em;
    /* 16px */
    line-height: 1.125em;
    /* 18px */
    margin-top: 1.125em;
    margin-bottom: 0em; }
  .txt h4 {
    font-size: 1.0769em;
    /* 14px */
    line-height: 1.2857em;
    /* 18px */
    margin-top: 1.2857em;
    margin-bottom: 0em; }
  .txt h5 {
    font-size: 1em;
    /* 13px */
    line-height: 1.3846em;
    /* 18px */
    margin: 0; }
  .txt h6 {
    font-size: 1em;
    /* 13px */
    font-weight: normal;
    font-variant: small-caps;
    letter-spacing: 2px;
    line-height: 1.3846em;
    /* 18px */ }
  .txt blockquote {
    border-left: 3px solid rgba(221, 221, 221, 0.5);
    font-style: italic;
    padding-left: 17px; }
  .txt pre, .txt code {
    font-family: monaco,"Courier New",Courier,monospace;
    font-size: 1em; }
  .txt sup, .txt sub {
    font-size: 0.7em;
    line-height: 1em;
    vertical-align: baseline; }
  .txt sup {
    position: relative;
    top: -0.4em; }
  .txt sub {
    position: relative;
    top: 0.4em; }
  .txt ol, .txt ul, .txt dd {
    margin-left: 1.5em; }
  .txt ul {
    list-style: disc; }
  .txt li ul, .txt li ol {
    margin-bottom: 0; }
  .txt ol {
    list-style: decimal; }
  .txt dt {
    font-weight: bold; }
  .txt a:link, .txt a:visited {
    color: #395a8d;
    text-decoration: none; }
  .txt a:hover, .txt a:focus, .txt a:active {
    color: #2f2f65;
    text-decoration: underline; }
  .txt hr {
    margin: 1.3846em 0 1.308em 0;
    height: 0;
    border: 1px solid #888;
    border-width: 1px 0 0 0; }
  .txt .author-container {
    text-align: right; }
    .txt .author-container .author {
      font-style: normal;
      font-size: 12px; }
    .txt .author-container span {
      margin-bottom: 10px;
      display: block;
      font-size: 12px;
      font-weight: 700; }
  .txt .title-blue {
    color: #2473ff;
    font-size: 24px;
    font-weight: 700; }
  .txt img.alignright {
    float: right;
    margin: 20px 0;
    margin-left: 20px; }
  .txt img.alignleft {
    float: left;
    margin: 20px 0;
    margin-right: 20px; }
  .txt img.aligncenter {
    margin: 20px auto;
    display: block; }
  .txt .first-image {
    margin-top: 0 !important; }
  @media screen and (max-width: 950px) {
    .txt img.alignleft,
    .txt img.alignright {
      float: none;
      margin: 20px 0 !important; } }

.btn.bnt-medium {
  display: inline-block;
  background: #cd281b;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Rubik';
  color: #fff;
  padding: 14px 24px;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.12); }
  .btn.bnt-medium:hover {
    background: #e52b1e; }
  .btn.bnt-medium:active {
    opacity: 0.8; }

.btn.btn-whide {
  padding: 16px 50px; }

.btn.btn-small {
  display: inline-block;
  background: #cd281b;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Rubik';
  font-size: 10px;
  color: #fff;
  padding: 6px 20px;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.12); }
  .btn.btn-small:hover {
    background: #e52b1e; }
  .btn.btn-small:active {
    opacity: 0.8; }

.btn.btn-middle {
  display: inline-block;
  background: #cd281b;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Rubik';
  font-size: 12px;
  color: #fff;
  padding: 8px 30px;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.12); }
  .btn.btn-middle:hover {
    background: #e52b1e; }
  .btn.btn-middle:active {
    opacity: 0.8; }

.mt-form form,
.mt-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* custom checkbox styling for contact form 7 checkbox */ }
  .mt-form form textarea,
  .mt-form form input.mt-text,
  .mt-form form select.mt-select,
  .mt-form textarea,
  .mt-form input.mt-text,
  .mt-form select.mt-select {
    width: 100%;
    display: block;
    height: 46px;
    border: 1px #8194a9 solid;
    padding: 0 10px;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    font-family: "Rubik"; }
  .mt-form form .checkmark:hover,
  .mt-form form textarea:hover,
  .mt-form form input.mt-text:hover,
  .mt-form form select.mt-select:hover,
  .mt-form .checkmark:hover,
  .mt-form textarea:hover,
  .mt-form input.mt-text:hover,
  .mt-form select.mt-select:hover {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.2);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none; }
  .mt-form form textarea:focus,
  .mt-form form input.mt-text:focus,
  .mt-form form select.mt-select:focus,
  .mt-form textarea:focus,
  .mt-form input.mt-text:focus,
  .mt-form select.mt-select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.4);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none; }
  .mt-form form ::-webkit-input-placeholder,
  .mt-form ::-webkit-input-placeholder {
    color: #888888;
    font-size: 13px;
    font-family: "Rubik" sans-serif;
    font-weight: 500; }
  .mt-form form ::-moz-placeholder,
  .mt-form ::-moz-placeholder {
    color: #888888;
    font-size: 13px;
    font-family: "Rubik" sans-serif;
    font-weight: 500; }
  .mt-form form :-ms-input-placeholder,
  .mt-form :-ms-input-placeholder {
    color: #888888;
    font-size: 13px;
    font-family: "Rubik" sans-serif;
    font-weight: 500; }
  .mt-form form :-moz-placeholder,
  .mt-form :-moz-placeholder {
    color: #888888;
    font-size: 13px;
    font-family: "Rubik" sans-serif;
    font-weight: 500; }
  .mt-form form .mt-w25,
  .mt-form .mt-w25 {
    width: 25%; }
  .mt-form form .mt-w50,
  .mt-form .mt-w50 {
    width: calc(50% - 10px); }
  .mt-form form .mt-w75,
  .mt-form .mt-w75 {
    width: 75%; }
  .mt-form form .mt-w100,
  .mt-form .mt-w100 {
    width: 100%; }
  .mt-form form .mt-lm,
  .mt-form .mt-lm {
    margin-left: 10px; }
  .mt-form form .mt-rm,
  .mt-form .mt-rm {
    margin-right: 10px; }
  @media screen and (max-width: 600px) {
    .mt-form form .mt-w50,
    .mt-form .mt-w50 {
      width: calc(100%); }
    .mt-form form .mt-lm,
    .mt-form .mt-lm {
      margin-left: 0px; }
    .mt-form form .mt-rm,
    .mt-form .mt-rm {
      margin-right: 0px; } }
  .mt-form form .mt-row,
  .mt-form .mt-row {
    position: relative; }
  .mt-form form .mt-row:not(:last-child),
  .mt-form .mt-row:not(:last-child) {
    margin-bottom: 20px; }
  .mt-form form .mt-label,
  .mt-form .mt-label {
    position: absolute;
    pointer-events: none;
    top: 15px;
    left: 11px;
    transition: 0.3s ease all;
    opacity: 0;
    color: #888888;
    font-size: 13px;
    font-family: "Rubik" sans-serif;
    font-weight: 500; }
  .mt-form form input:not(:placeholder-shown) + label,
  .mt-form input:not(:placeholder-shown) + label {
    top: -15px;
    left: 0px;
    font-size: 10px;
    opacity: 1; }
  .mt-form form select.mt-select,
  .mt-form select.mt-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%; }
  .mt-form form select.mt-select::-ms-expand,
  .mt-form select.mt-select::-ms-expand {
    display: none; }
  .mt-form form select.mt-select,
  .mt-form select.mt-select {
    -moz-appearance: none;
    -webkit-appearance: none; }
  .mt-form form select.mt-select option,
  .mt-form select.mt-select option {
    font-weight: normal; }
  .mt-form form textarea,
  .mt-form textarea {
    padding: 10px;
    min-height: 150px;
    width: 100%;
    resize: vertical; }
  .mt-form form .mt-button,
  .mt-form .mt-button {
    cursor: pointer;
    width: 100%;
    display: block;
    height: 46px;
    border: none;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: "Rubik";
    background: #cd281b;
    text-transform: uppercase; }
    .mt-form form .mt-button:hover,
    .mt-form .mt-button:hover {
      background: #e52b1e; }
    .mt-form form .mt-button:active,
    .mt-form .mt-button:active {
      opacity: 0.8; }
  .mt-form form .checkbox,
  .mt-form .checkbox {
    position: relative;
    padding-left: 30px; }
    .mt-form form .checkbox input,
    .mt-form .checkbox input {
      display: none; }
    .mt-form form .checkbox .checkmark,
    .mt-form .checkbox .checkmark {
      position: absolute;
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px #8194a9 solid;
      display: block;
      cursor: pointer;
      transition: all 0.3s;
      background: #fff; }
    .mt-form form .checkbox.check-all,
    .mt-form .checkbox.check-all {
      font-weight: 700; }
    .mt-form form .checkbox.check-all .checkmark,
    .mt-form .checkbox.check-all .checkmark {
      top: 0px; }
    .mt-form form .checkbox input:checked ~ .checkmark,
    .mt-form .checkbox input:checked ~ .checkmark {
      border: 1px #8194a9 solid; }
    .mt-form form .checkbox input:checked ~ .checkmark:after,
    .mt-form .checkbox input:checked ~ .checkmark:after {
      content: '';
      width: 20px;
      height: 20px;
      display: block;
      background: no-repeat 35% 45% url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
      background-size: 14px; }
  .mt-form form label.checkbox,
  .mt-form label.checkbox {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #444; }
  .mt-form form .info p,
  .mt-form .info p {
    font-size: 11px;
    line-height: 18px;
    text-align: justify; }
  .mt-form form span.wpcf7-list-item,
  .mt-form span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    cursor: pointer; }
  .mt-form form .wpcf7 .wpcf7-list-item,
  .mt-form .wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px; }
  .mt-form form .wpcf7-checkbox label,
  .mt-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer; }
  .mt-form form .wpcf7-checkbox input[type=checkbox],
  .mt-form .wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0; }
  .mt-form form .wpcf7-checkbox input[type=checkbox] + span,
  .mt-form .wpcf7-checkbox input[type=checkbox] + span {
    /* border: 3px solid red; */ }
  .mt-form form .wpcf7-checkbox input[type=checkbox] + span:before,
  .mt-form .wpcf7-checkbox input[type=checkbox] + span:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px #8194a9 solid;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    background: #fff; }
  .mt-form form .wpcf7-checkbox input[type=checkbox] + span:after,
  .mt-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    top: -4px;
    left: -2px;
    visibility: hidden;
    background: no-repeat 35% 45% url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
    background-size: 14px; }
  .mt-form form .wpcf7-checkbox input[type=checkbox]:checked + span:before,
  .mt-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent; }
  .mt-form form .wpcf7-checkbox input[type=checkbox]:checked + span:after,
  .mt-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible; }
  .mt-form form .wpcf7-list-item-label,
  .mt-form .wpcf7-list-item-label {
    margin-left: 30px;
    display: inline-block; }
  .mt-form form .wpcf7-not-valid-tip,
  .mt-form .wpcf7-not-valid-tip {
    font-size: 12px;
    padding-top: 4px; }
  .mt-form form .wpcf7-response-output,
  .mt-form .wpcf7-response-output {
    margin: 0;
    padding: 10px !important;
    border-color: #cd281b !important; }
  .mt-form form .more-info-tip,
  .mt-form .more-info-tip {
    display: block;
    width: 22px;
    height: 22px;
    font-weight: 700;
    background: #ddd;
    color: #000;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer; }
    .mt-form form .more-info-tip:hover,
    .mt-form .more-info-tip:hover {
      background: #cd281b;
      color: #fff; }
  .mt-form form .more-info,
  .mt-form .more-info {
    background: #ecf3f7;
    border: 1px #d0e4f2 solid;
    padding: 10px;
    margin-top: 10px;
    display: none; }
    .mt-form form .more-info p,
    .mt-form .more-info p {
      font-size: 12px;
      line-height: 18px; }
    .mt-form form .more-info ul,
    .mt-form .more-info ul {
      list-style: circle;
      margin-left: 20px;
      margin-top: 10px; }
    .mt-form form .more-info li,
    .mt-form .more-info li {
      font-size: 12px;
      margin-bottom: 6px; }

header#header {
  background: #ffffff; }
  header#header .wrap {
    max-width: 2000px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  header#header .logo img {
    max-width: 140px;
    width: 100%; }
  header#header .info {
    display: flex;
    align-items: center;
    margin-left: 20px; }
    header#header .info address {
      display: flex;
      align-items: center;
      margin-right: 14px;
      padding-right: 14px;
      border-right: #dddddd 1px solid; }
    header#header .info .icon {
      font-size: 26px;
      margin-right: 6px; }
    header#header .info a {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase; }
    @media screen and (max-width: 700px) {
      header#header .info address {
        border-right: none; }
      header#header .info > a {
        display: none !important; } }
    @media screen and (max-width: 450px) {
      header#header .info {
        display: none; } }
  header#header .menu {
    margin-left: auto; }
    header#header .menu ul {
      display: flex; }
    header#header .menu li:not(:last-child) {
      margin-right: 50px; }
    header#header .menu a {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      position: relative;
      color: #000000; }
    header#header .menu a:before {
      position: absolute;
      content: '';
      bottom: -10px;
      left: 0;
      height: 2px;
      background: #000000;
      width: 0%;
      transition: all 0.3s; }
    header#header .menu .current-menu-parent > a:before, header#header .menu .current_page_parent > a:before, header#header .menu .current_page_ancestor > a:before, header#header .menu .current_page_ancestor > a:before,
    header#header .menu a:hover:before {
      width: 100% !important;
      z-index: 1; }
    header#header .menu .c-blue > a:after, header#header .menu a.c-blue:after {
      position: absolute;
      content: '';
      top: -6px;
      right: -6px;
      height: 6px;
      width: 6px;
      border-radius: 100%;
      background: #1b6fcd; }
    header#header .menu .c-red > a:after, header#header .menu a.c-red:after {
      position: absolute;
      content: '';
      top: -6px;
      right: -6px;
      height: 6px;
      width: 6px;
      border-radius: 100%;
      background: #cd281b; }
    header#header .menu .current_page_item > a:before {
      width: 100%; }
  @media screen and (max-width: 1400px) {
    header#header li:not(:last-child) {
      margin-right: 30px !important; } }
  @media screen and (max-width: 1050px) {
    header#header .menu li:not(:last-child) {
      margin-right: 30px; } }
  @media screen and (max-width: 1300px) {
    header#header .menu {
      display: none; } }
  header#header .menu {
    position: relative;
    z-index: 10; }
    header#header .menu ul li {
      position: relative; }
    header#header .menu ul li:hover > ul {
      display: block;
      animation: .5s .0s fadeIn both; }
    header#header .menu li > ul {
      position: absolute;
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 34px 9px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 34px 9px rgba(0, 0, 0, 0.1);
      flex-direction: column;
      padding: 20px 0;
      display: none;
      animation: .5s .0s fadeOut both;
      z-index: 10; }
      header#header .menu li > ul li {
        display: block;
        width: 100%; }
      header#header .menu li > ul li:not(:last-child) {
        margin-bottom: 16px; }
      header#header .menu li > ul a {
        display: block;
        padding: 0 20px;
        font-size: 12px;
        white-space: nowrap; }
      header#header .menu li > ul a:before {
        bottom: -5px;
        left: 0;
        height: 1px;
        background: #000000; }
  header#header .hamburger {
    margin-left: auto;
    padding: 10px;
    cursor: pointer;
    display: none; }
    header#header .hamburger img {
      height: 15px;
      display: block; }
  @media screen and (max-width: 1300px) {
    header#header .hamburger {
      display: block; } }

footer#footer {
  background: #292e37;
  color: #ffffff;
  padding-top: 50px; }
  footer#footer strong {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    margin-top: 12px; }
  footer#footer strong:first-child {
    margin-top: 0px; }
  footer#footer p {
    font-size: 12px;
    line-height: 24px; }
  footer#footer li {
    margin-bottom: 4px; }
  footer#footer a {
    color: #c2c2c2;
    font-size: 12px;
    transition: all 0.3s; }
    footer#footer a:hover {
      color: #cd281b; }
    footer#footer a:active {
      opacity: 0.8; }
  footer#footer .top {
    border-top: 1px #6a6d73 solid;
    padding-top: 50px;
    padding-bottom: 10px;
    position: relative; }
    footer#footer .top:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
      height: 2px;
      width: 160px;
      display: block;
      background: #cd281b; }
    footer#footer .top strong, footer#footer .top ul, footer#footer .top li {
      display: inline; }
    footer#footer .top strong, footer#footer .top a {
      font-size: 14px;
      line-height: 30px;
      margin-right: 20px; }
  footer#footer .social-media ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateY(29px); }
  footer#footer .social-media li {
    padding: 0 4px; }
  footer#footer .social-media a {
    width: 50px;
    height: 50px;
    border: 4px #292e37 solid;
    border-radius: 100%;
    background: #ffffff;
    display: block;
    text-align: center;
    line-height: 56px; }
    footer#footer .social-media a:hover {
      border: 4px #ffffff solid; }
  footer#footer .bottom {
    padding-top: 90px;
    padding-bottom: 50px;
    border-top: 1px #6a6d73 solid; }
    footer#footer .bottom .logo img {
      max-width: 140px;
      display: inline-block; }
    footer#footer .bottom .wrap {
      display: flex;
      flex-wrap: wrap; }
    footer#footer .bottom .wrap div:nth-child(1) {
      width: 140px; }
    footer#footer .bottom .wrap div:not(:nth-child(1)) {
      margin-left: 80px; }
    @media screen and (max-width: 1200px) {
      footer#footer .bottom .wrap div:not(:nth-child(1)) {
        margin-left: 40px; } }
    @media screen and (max-width: 1100px) {
      footer#footer .bottom .wrap div:nth-child(1) {
        width: 100%;
        margin-bottom: 40px; }
      footer#footer .bottom .wrap div:not(:nth-child(1)) {
        margin-left: 80px; }
      footer#footer .bottom .wrap div:nth-child(2) {
        margin-left: 0px; } }
    @media screen and (max-width: 1000px) {
      footer#footer .bottom .wrap div:not(:nth-child(1)) {
        margin-left: 40px; }
      footer#footer .bottom .wrap div:nth-child(2) {
        margin-left: 0px; } }
    @media screen and (max-width: 900px) {
      footer#footer .bottom .wrap div:nth-child(2) {
        margin-bottom: 40px; }
      footer#footer .bottom .wrap div {
        margin-left: 0px !important;
        width: 260px; } }
    @media screen and (max-width: 600px) {
      footer#footer .bottom .wrap div:not(:last-child) {
        margin-bottom: 40px;
        width: 100%; } }
  footer#footer .copywrite {
    text-align: right;
    border-top: 1px #6a6d73 solid;
    padding: 10px; }

#sidebar {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0; }
  #sidebar .wrap {
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: centert;
    justify-content: flex-start;
    padding: 50px; }
  @media screen and (max-height: 600px) {
    #sidebar .wrap {
      padding: 30px; } }
  #sidebar button {
    margin-bottom: 40px;
    cursor: pointer;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 16px; }
  @media screen and (max-height: 600px) {
    #sidebar button {
      margin-bottom: 20px; } }
  #sidebar .logo {
    margin-bottom: 80px; }
    #sidebar .logo img {
      max-width: 160px;
      width: 100%; }
  @media screen and (max-width: 600px) {
    #sidebar .logo {
      margin-bottom: 20px; }
    #sidebar .logo img {
      max-width: 140px; } }
  @media screen and (max-height: 600px) {
    #sidebar .logo {
      margin-bottom: 20px; }
    #sidebar .logo img {
      max-width: 140px; } }
  #sidebar .menu li:not(:last-child) {
    margin-bottom: 14px; }
  #sidebar .menu li > ul {
    display: none; }
  #sidebar .menu a {
    position: relative;
    font-size: 16px;
    color: #000; }
  #sidebar .menu a:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    height: 2px;
    background: #000;
    width: 0%;
    transition: all 0.3s; }
  #sidebar .menu a:hover:before {
    width: 100%; }
  @media screen and (max-width: 600px) {
    #sidebar .menu a {
      font-size: 14px; } }
  @media screen and (max-height: 600px) {
    #sidebar .menu li:not(:last-child) {
      margin-bottom: 12px; }
    #sidebar .menu a {
      font-size: 14px; }
    #sidebar .menu a:before {
      bottom: -6px; } }
  #sidebar .socialmedia {
    position: absolute;
    bottom: 50px;
    left: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    #sidebar .socialmedia strong {
      margin-right: 20px;
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 12px; }
    #sidebar .socialmedia ul {
      display: flex; }
    #sidebar .socialmedia li:not(:last-child) {
      margin-right: 14px; }
    #sidebar .socialmedia img {
      height: 18px; }
  @media screen and (max-height: 600px) {
    #sidebar .socialmedia {
      left: 30px;
      bottom: 30px; }
    #sidebar .socialmedia strong {
      margin-bottom: 10px; } }
  @media screen and (max-height: 400px) {
    #sidebar .socialmedia {
      display: none; } }

#slider {
  padding: 1px;
  background: #f0f0f0; }
  #slider .owl-carousel-slider {
    max-width: 2000px;
    margin: 0 auto; }
  #slider .item {
    height: 540px;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    position: relative; }
  #slider .content {
    position: absolute;
    top: 0;
    left: 0%;
    height: 100%;
    width: 800px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    -moz-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all 0.5s; }
    #slider .content * {
      transition: all 0.5s; }
    #slider .content:after {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      width: 200px;
      height: 540px;
      background: rgba(255, 255, 255, 0.5);
      transition: all 0.5s;
      z-index: 1; }
    #slider .content .text {
      position: relative;
      z-index: 2;
      -moz-transform: skewX(25deg);
      -o-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
      -webkit-transform: skewX(25deg);
      transform: skewX(25deg);
      max-width: 580px;
      margin-left: 120px; }
    #slider .content .title {
      font-family: "Encode Sans";
      font-size: 48px;
      font-weight: 700;
      color: #000000;
      margin-bottom: 10px; }
    #slider .content .paragraph {
      font-size: 16px;
      font-weight: 500;
      color: #000000; }
    #slider .content .btn {
      margin-top: 30px; }
    @media screen and (max-width: 1400px) {
      #slider .content {
        width: 700px; }
        #slider .content:after {
          width: 100px; }
        #slider .content .text {
          max-width: 480px; }
        #slider .content .title {
          font-size: 36px;
          margin-bottom: 10px; }
        #slider .content .paragraph {
          font-size: 16px;
          font-weight: 400; } }
    @media screen and (max-width: 1200px) {
      #slider .content {
        width: 550px; }
        #slider .content:after {
          width: 100px; }
        #slider .content .text {
          max-width: 400px;
          margin-left: 60px; }
        #slider .content .title {
          font-size: 36px;
          margin-bottom: 10px; }
        #slider .content .paragraph {
          font-size: 16px;
          font-weight: 400; } }
    @media screen and (max-width: 900px) {
      #slider .content {
        width: 500px; }
        #slider .content:after {
          width: 50px; }
        #slider .content .text {
          max-width: 400px;
          margin-left: 60px; }
        #slider .content .title {
          font-size: 36px;
          margin-bottom: 10px; }
        #slider .content .paragraph {
          font-size: 14px;
          font-weight: 400; }
        #slider .content .btn {
          padding: 14px 20px; } }
    @media screen and (max-width: 800px) {
      #slider .content {
        width: 500px;
        background: rgba(240, 240, 240, 0.9);
        -moz-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg); }
        #slider .content:after {
          width: 50px; }
        #slider .content .text {
          max-width: 400px;
          margin-left: 60px;
          -moz-transform: skewX(0deg);
          -o-transform: skewX(0deg);
          -ms-transform: skewX(0deg);
          -webkit-transform: skewX(0deg);
          transform: skewX(0deg); }
        #slider .content .title {
          font-size: 36px;
          margin-bottom: 10px; }
        #slider .content .paragraph {
          font-size: 14px;
          font-weight: 400; }
        #slider .content .btn {
          padding: 14px 20px; } }
    @media screen and (max-width: 540px) {
      #slider .content .text {
        margin-left: 40px; } }
    @media screen and (max-width: 500px) {
      #slider .content .text {
        margin-left: 20px;
        max-width: 400px; } }
    @media screen and (max-width: 460px) {
      #slider .content .text {
        margin-left: 20px;
        max-width: 350px; } }
    @media screen and (max-width: 400px) {
      #slider .content .text {
        margin-left: 20px;
        max-width: 300px; } }
    @media screen and (max-width: 360px) {
      #slider .content .text {
        margin-left: 20px;
        max-width: 250px; } }
  #slider .image {
    flex: 0 0 65%;
    background: center center/cover no-repeat #252628; }
    @media screen and (max-width: 800px) {
      #slider .image {
        flex: 0 0 100%; } }
  #slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 520px;
    display: flex;
    align-items: center; }
    #slider .owl-dots button {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px; }
    #slider .owl-dots span {
      background: #3c3c3c;
      width: 8px;
      height: 8px;
      margin: 1px; }
    #slider .owl-dots span:hover, #slider .owl-dots button.active span {
      background: #cd281b;
      width: 10px;
      height: 10px;
      margin: 0; }
    @media screen and (max-width: 1400px) {
      #slider .owl-dots {
        left: 420px; } }
    @media screen and (max-width: 1200px) {
      #slider .owl-dots {
        left: 270px; } }
    @media screen and (max-width: 900px) {
      #slider .owl-dots {
        left: 220px; } }
    @media screen and (max-width: 800px) {
      #slider .owl-dots {
        left: 60px; } }
    @media screen and (max-width: 540px) {
      #slider .owl-dots {
        left: 40px; } }
    @media screen and (max-width: 500px) {
      #slider .owl-dots {
        left: 20px; } }
  #slider .owl-nav {
    position: absolute;
    bottom: 12px;
    left: 620px; }
    #slider .owl-nav .owl-next:hover, #slider .owl-nav .owl-prev:hover {
      background: none; }
    #slider .owl-nav .owl-next:hover i, #slider .owl-nav .owl-prev:hover i {
      color: #cd281b; }
    #slider .owl-nav .owl-next i, #slider .owl-nav .owl-prev i {
      display: block;
      width: 36px;
      height: 36px;
      border-radius: 100%;
      line-height: 36px;
      background: #f0f0f0; }
    @media screen and (max-width: 1400px) {
      #slider .owl-nav {
        left: 520px; } }
    @media screen and (max-width: 1200px) {
      #slider .owl-nav {
        left: 370px; } }
    @media screen and (max-width: 900px) {
      #slider .owl-nav {
        left: 320px; } }
    @media screen and (max-width: 800px) {
      #slider .owl-nav {
        display: none; } }
  #slider.slider-small .item {
    height: 340px; }
  #slider.slider-small .owl-dots {
    left: calc(520px + 48px); }
    @media screen and (max-width: 1400px) {
      #slider.slider-small .owl-dots {
        left: calc(420px + 48px); } }
    @media screen and (max-width: 1200px) {
      #slider.slider-small .owl-dots {
        left: calc(270px + 48px); } }
    @media screen and (max-width: 900px) {
      #slider.slider-small .owl-dots {
        left: calc(220px + 48px); } }
    @media screen and (max-width: 800px) {
      #slider.slider-small .owl-dots {
        left: 60px; } }
    @media screen and (max-width: 540px) {
      #slider.slider-small .owl-dots {
        left: 40px; } }
    @media screen and (max-width: 500px) {
      #slider.slider-small .owl-dots {
        left: 20px; } }
  #slider.slider-small .owl-nav {
    left: calc(620px + 48px); }
    @media screen and (max-width: 1400px) {
      #slider.slider-small .owl-nav {
        left: calc(520px + 48px); } }
    @media screen and (max-width: 1200px) {
      #slider.slider-small .owl-nav {
        left: calc(370px + 48px); } }
    @media screen and (max-width: 900px) {
      #slider.slider-small .owl-nav {
        left: calc(320px + 48px); } }
    @media screen and (max-width: 800px) {
      #slider.slider-small .owl-nav {
        display: none; } }

#breadcrumbs {
  position: relative;
  background: #f7f7f7;
  border-bottom: 1px solid #dfdfdf;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 700;
  color: #666; }
  #breadcrumbs:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    max-width: 380px;
    width: 80%;
    height: 2px;
    background: #cd281b;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s; }
  #breadcrumbs a {
    color: #000000; }
    #breadcrumbs a:hover {
      opacity: 0.6; }
  #breadcrumbs .breadcrumb_last {
    margin-left: 6px;
    color: #000000; }
  #breadcrumbs nav > span > a {
    margin-left: 0px;
    color: #888888; }
  #breadcrumbs span {
    display: inline-block;
    text-align: center;
    width: 20px;
    color: #cd281b; }

#insurers {
  padding: 1px;
  padding-bottom: 60px;
  background: #ededed url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAaCAIAAADjWkEIAAAAg0lEQVQ4jY3TywrFIAxF0XOPiP7/jzoWETposd40D50kgc2a+Wut1Vrhvt47Acw5/a6UwpzzGMPvADCldEISwAlJACck7xGSTxeSXJtPvp1Pcj8c8q9zSIrbImVnkbKzSKVTSaVTSb37knr3Jc1OkGYnSK/bSa/byaBbZNAtkuFPu8kLFOZREKPCdOEAAAAASUVORK5CYII="); }
  #insurers .owl-carousel-insurers .owl-stage {
    display: flex;
    align-items: center; }
  #insurers .owl-carousel-insurers .item {
    text-align: center; }
  #insurers .owl-carousel-insurers img {
    max-height: 54px;
    max-width: 110px;
    display: inline-block;
    width: auto; }
  #insurers .owl-carousel-insurers .owl-dots {
    padding-top: 30px; }
  #insurers.small-insurers {
    background: #f4f6f7; }
    #insurers.small-insurers .title {
      font-size: 24px; }

#banner {
  background: center center/cover no-repeat #252628; }
  #banner .wrap {
    min-height: 240px;
    display: flex;
    align-items: center; }
  #banner .text {
    padding: 20px 0;
    max-width: 620px;
    width: 100%; }
  #banner .title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 900;
    font-family: 'Encode Sans', sans-serif;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px; }
    #banner .title:before {
      content: '|';
      color: #cd281b;
      margin-right: 6px;
      font-weight: 700;
      position: absolute;
      left: 0;
      top: -2px; }
  #banner .paragraph {
    font-size: 15px;
    line-height: 24px;
    color: #cde2f9; }
  @media screen and (max-width: 700px) {
    #banner .title {
      font-size: 30px; } }

#fast-contact {
  background: repeat-x center 140% url("../img/fast-contact-bg.png") #f1f3f5;
  background-size: cover 500px;
  color: #000000;
  padding: 80px 0;
  position: relative; }
  #fast-contact .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #fast-contact:before, #fast-contact:after {
    content: '';
    position: absolute;
    display: block;
    top: 80px; }
  #fast-contact:before {
    width: 100%;
    height: 1px;
    background: #e2e3e5;
    left: 0; }
  #fast-contact:after {
    max-width: 380px;
    width: 100%;
    height: 2px;
    background: #cd281b;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s; }
  @media screen and (max-width: 800px) {
    #fast-contact:after {
      max-width: 160px; } }
  #fast-contact .contact {
    width: 50%; }
    #fast-contact .contact p {
      max-width: 460px; }
    #fast-contact .contact address {
      max-width: 460px;
      margin-top: 40px;
      font-style: normal; }
    #fast-contact .contact address strong:not(:first-child) {
      margin-top: 14px;
      margin-bottom: 6px;
      display: block; }
    #fast-contact .contact address p {
      line-height: 24px; }
  @media screen and (max-width: 900px) {
    #fast-contact .contact {
      width: 100%; } }
  #fast-contact .form {
    width: 50%;
    padding-top: 210px;
    display: flex;
    justify-content: flex-end; }
    #fast-contact .form .mt-form {
      background: #f5f7fa;
      padding: 20px;
      -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.12); }
    #fast-contact .form .title {
      font-size: 24px;
      display: block;
      margin-bottom: 20px; }
    @media screen and (max-width: 1100px) {
      #fast-contact .form {
        padding-top: 80px;
        width: 100%;
        justify-content: flex-start; } }

#short-articles {
  background: #f1f3f5;
  padding: 100px 0;
  position: relative; }
  #short-articles:before, #short-articles:after {
    content: '';
    position: absolute;
    display: block;
    top: 0; }
  #short-articles:before {
    width: 100%;
    height: 1px;
    background: #e2e3e5;
    left: 0; }
  #short-articles:after {
    max-width: 380px;
    width: 100%;
    height: 2px;
    background: #cd281b;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s; }
  #short-articles .boxes {
    margin: 0 auto;
    max-width: 2000px; }
  #short-articles .box {
    display: flex;
    align-items: center;
    max-width: 2000px; }
  #short-articles .box:not(:last-child) {
    margin-bottom: 60px; }
  #short-articles .box:nth-child(even) {
    flex-direction: row-reverse; }
  @media screen and (max-width: 900px) {
    #short-articles .box {
      flex-direction: column !important; } }
  #short-articles .box .content {
    width: 50%; }
  #short-articles .box .text {
    margin: 0 auto;
    max-width: 580px;
    padding: 0 20px;
    transition: all 0.3s; }
    #short-articles .box .text .subtitle {
      font-family: "Encode Sans";
      font-size: 18px;
      font-weight: 700;
      color: #000000;
      display: block;
      border-left: 3px #cd281b solid;
      padding-left: 10px;
      margin-bottom: 10px; }
    #short-articles .box .text .title {
      font-family: "Encode Sans";
      font-size: 36px;
      font-weight: 900;
      color: #000000;
      display: block;
      margin-bottom: 10px; }
    #short-articles .box .text .paragraph {
      font-size: 15px;
      font-weight: 400;
      color: #000000;
      display: block;
      margin-bottom: 20px; }
  @media screen and (max-width: 1300px) {
    #short-articles .box .text {
      max-width: 400px; }
    #short-articles .box .text .title {
      font-size: 30px; } }
  @media screen and (max-width: 900px) {
    #short-articles .box .content {
      width: 100%; }
    #short-articles .box:not(:last-child) .text {
      margin-bottom: 80px; }
    #short-articles .box .text {
      max-width: 700px !important; } }
  @media screen and (max-width: 700px) {
    #short-articles .box .text .title {
      font-size: 24px; } }
  #short-articles .box .image {
    position: relative;
    height: auto;
    min-height: 500px;
    width: calc(50% - 60px);
    background: center center/cover no-repeat #252628;
    -webkit-box-shadow: 0px 0px 34px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 34px 9px rgba(0, 0, 0, 0.1); }
  #short-articles .box:nth-child(odd) .image {
    margin-right: 60px; }
  #short-articles .box:nth-child(even) .image {
    margin-left: 60px; }
  @media screen and (max-width: 1300px) {
    #short-articles .box .text {
      max-width: 400px; } }
  @media screen and (max-width: 900px) {
    #short-articles .box .image {
      width: calc(100% - 40px);
      min-height: 400px;
      margin-left: 0px !important;
      margin-right: 0px !important;
      margin-bottom: 60px; } }
  #short-articles .box:nth-child(odd) .image:before {
    content: '';
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 16px;
    height: 50%;
    background: #dedfe0; }
  #short-articles .box:nth-child(odd) .image:after {
    content: '';
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 50%;
    height: 16px;
    background: #dedfe0; }
  #short-articles .box:nth-child(even) .image:before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: 16px;
    height: 50%;
    background: #dedfe0; }
  #short-articles .box:nth-child(even) .image:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: 50%;
    height: 16px;
    background: #dedfe0; }

#offer {
  background: repeat-x center 100% url("../img/offer-bg.jpg") #fff;
  background-size: cover 500px;
  position: relative;
  padding-top: 1px; }
  #offer [offer-data="online"] {
    display: none; }
  #offer:before, #offer:after {
    content: '';
    position: absolute;
    display: block;
    top: 0; }
  #offer:before {
    width: 100%;
    height: 1px;
    background: #e2e3e5;
    left: 0; }
  #offer:after {
    max-width: 380px;
    width: 100%;
    height: 2px;
    background: #cd281b;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s; }
  #offer .boxes {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #e2e3e5;
    border-top: 1px solid #e2e3e5; }
  #offer .box {
    flex: 0 0 25%;
    border: 0 solid #e2e3e5;
    border-width: 0px 1px 1px 0;
    height: 400px;
    max-height: 400px;
    position: relative;
    text-align: center;
    padding: 30px;
    transition: 0.3s all;
    cursor: pointer; }
    #offer .box img {
      transition: 0.3s all;
      width: 120px;
      margin-bottom: 10px; }
    #offer .box .title {
      font-size: 18px;
      font-weight: 500;
      line-height: 30px; }
    #offer .box .text {
      font-size: 14px;
      font-weight: 400;
      line-height: 30px; }
    #offer .box a {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 30px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      opacity: 0;
      transition: 0.3s all; }
    #offer .box:hover {
      background: #fff;
      -webkit-box-shadow: 0px 0px 34px 9px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 34px 9px rgba(0, 0, 0, 0.1); }
    #offer .box:hover img {
      width: 80px;
      height: auto; }
    #offer .box:hover a {
      opacity: 1; }
    @media screen and (max-width: 1200px) {
      #offer .box {
        flex: 0 0 33.33%; } }
    @media screen and (max-width: 900px) {
      #offer .box {
        flex: 0 0 50%; } }
    @media screen and (max-width: 600px) {
      #offer .box {
        flex: 0 0 100%; } }
  #offer .cta {
    text-align: center;
    padding: 100px 0; }
    #offer .cta a {
      margin-top: 10px; }
  #offer .choose-nav {
    margin-bottom: 10px;
    text-align: center; }
    #offer .choose-nav span {
      margin-bottom: 10px;
      position: relative;
      cursor: pointer;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      display: inline-block;
      transition: all 0.3s; }
      #offer .choose-nav span:not(:last-child) {
        margin-right: 20px; }
      #offer .choose-nav span:before {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0%;
        height: 1px;
        transition: all 0.3s;
        background: #1b6fcd; }
      #offer .choose-nav span:hover, #offer .choose-nav span.active {
        color: #1b6fcd; }
      #offer .choose-nav span:hover:before {
        width: 100%; }

#download {
  background: repeat-x bottom url(../img/wave-light-bg.png);
  padding-bottom: 20px; }
  #download #boxes {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    -webkit-box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.07); }
  #download .box {
    flex: 0 1 50%;
    min-height: 150px;
    border: 0 solid #e4e4e4;
    border-width: 0px 1px 1px 0;
    background: #fafafa;
    transition: background 0.3s;
    padding: 14px 20px; }
    #download .box:hover {
      background: #ffffff; }
    @media screen and (max-width: 900px) {
      #download .box {
        flex: 0 1 100%; } }
  #download .box ion-icon {
    position: absolute;
    left: -4px;
    top: -4px;
    font-size: 22px;
    color: #cd281b; }
  #download .box .title {
    position: relative;
    padding-left: 24px;
    color: #000000;
    font-size: 18px;
    font-weight: 500; }
  #download .box .desc {
    padding: 6px 0;
    color: #444444;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px; }
  #download .box .btn {
    opacity: 0; }
  #download .box:hover .btn {
    opacity: 1; }

#article-list .boxes {
  margin-bottom: 80px; }
#article-list .box:not(:last-child) {
  margin-bottom: 60px; }
#article-list .photo-by {
  color: #8d8d8d;
  font-size: 10px;
  font-weight: 400;
  text-align: right;
  margin-bottom: 4px; }
#article-list img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px; }
#article-list .title {
  margin-bottom: 10px; }
  #article-list .title a {
    color: #000000;
    font-size: 20px;
    font-weight: 500; }
#article-list .text {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 20px; }

.page-container {
  background: repeat-x bottom url(../img/wave-light-bg.png);
  padding-bottom: 100px; }
  .page-container .wrap {
    display: flex;
    flex-wrap: wrap; }
  .page-container main {
    flex: 0 1 calc(100% - 300px);
    padding-right: 80px; }
  .page-container .page-sidebar {
    margin-top: 100px;
    flex: 0 1 300px; }
  @media screen and (max-width: 1200px) {
    .page-container main {
      flex: 0 1 100%;
      max-width: 800px;
      margin: 0 auto;
      padding-right: 0px; }
    .page-container .page-sidebar {
      flex: 0 1 100%;
      max-width: 800px;
      margin: 0 auto;
      margin-top: 60px; } }

@media screen and (max-width: 1200px) {
  .page-container .page-sidebar {
    background: #fff;
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.12);
    padding: 20px; } }
.page-container .page-sidebar .boxes {
  border-left: 1px solid #e8e8e8;
  padding: 10px; }
.page-container .page-sidebar .boxes:not(:last-child) {
  margin-bottom: 40px; }
@media screen and (max-width: 1200px) {
  .page-container .page-sidebar .boxes {
    border-left: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap; } }
.page-container .page-sidebar .box:not(:last-child) {
  margin-top: 10px;
  margin-bottom: 20px; }
.page-container .page-sidebar .box {
  height: auto; }
@media screen and (max-width: 1200px) {
  .page-container .page-sidebar .header {
    width: 100%; }
  .page-container .page-sidebar .box:nth-child(even) {
    padding-right: 20px; }
  .page-container .page-sidebar .box:nth-child(odd) {
    padding-left: 20px; }
  .page-container .page-sidebar .box {
    flex: 0 1 50%;
    margin-top: 0 !important;
    margin-bottom: 40px !important; } }
@media screen and (max-width: 650px) {
  .page-container .page-sidebar .box:nth-child(even) {
    padding-right: 0px; }
  .page-container .page-sidebar .box:nth-child(odd) {
    padding-left: 0px; }
  .page-container .page-sidebar .box {
    flex: 0 1 100%;
    margin-top: 0 !important;
    margin-bottom: 40px !important; } }
.page-container .page-sidebar .header {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Encode Sans', sans-serif;
  position: relative;
  padding-left: 10px;
  margin-right: 20px;
  margin-bottom: 20px; }
  .page-container .page-sidebar .header:before {
    content: '|';
    color: #cd281b;
    margin-right: 6px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -2px; }
.page-container .page-sidebar .title {
  margin-bottom: 10px; }
  .page-container .page-sidebar .title a {
    color: #000000;
    font-size: 18px;
    font-weight: 500; }
.page-container .page-sidebar .text {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: justify; }

#forms {
  background: repeat-x bottom url(../img/wave-light-bg.png);
  padding-bottom: 20px;
  /*    .box{
          flex: 0 1 50%;
  
          @media screen and (max-width: 900px){
              flex: 0 1 100%;
          }
      }*/ }
  #forms .boxes {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 60px; }
    #forms .boxes.hide {
      display: none; }
  #forms .box {
    flex: 0 1 100%;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      #forms .box {
        flex: 0 1 100%; } }
  #forms .box .mt-form {
    max-width: 600px;
    margin: 0 auto; }
  #forms .choose-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #ecf3f7;
    border: 1px #d0e4f2 solid;
    padding: 20px; }
    #forms .choose-form .title {
      display: block;
      margin-right: 20px;
      margin-bottom: 20px; }
    #forms .choose-form div {
      max-width: 600px;
      width: 100%;
      margin: 0 auto; }
  #forms .box-form {
    padding-right: 0px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px #ddd solid; }
  @media screen and (max-width: 900px) {
    #forms .box-form {
      padding-right: 0;
      margin-bottom: 80px; } }
  #forms .box-content {
    padding-left: 0px;
    max-width: 600px; }
    #forms .box-content img {
      width: 100%; }
  @media screen and (max-width: 900px) {
    #forms .box-content {
      padding-left: 0; } }

#contact {
  overflow: hidden; }
  #contact .boxes {
    display: flex;
    flex-wrap: wrap; }
  #contact .box {
    flex: 0 1 50%; }
    @media screen and (max-width: 900px) {
      #contact .box {
        flex: 0 1 100%; } }
  #contact .box-contact {
    padding: 80px 0; }
  #contact .box-form {
    border-left: 1px #e6e6e6 solid;
    position: relative;
    padding: 80px 0;
    z-index: 1; }
    #contact .box-form:before {
      content: '';
      z-index: -2;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100vh;
      height: 100%;
      background: #f7f7f7; }
    #contact .box-form .title {
      padding-left: 20px;
      font-size: 24px;
      font-weight: 500; }
    #contact .box-form .mt-form {
      border: 1px #e6e6e6 solid;
      border-left: none;
      padding: 20px; }
  @media screen and (max-width: 900px) {
    #contact .box-form {
      padding: 20px;
      margin-bottom: 60px;
      border: 1px #e6e6e6 solid; }
    #contact .box-form {
      -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.12); }
    #contact .box-form:before {
      width: 100%; }
    #contact .box-form .title {
      padding: 0;
      margin-bottom: 20px; }
    #contact .box-form .mt-form {
      border: none;
      padding: 0; } }
  #contact p {
    line-height: 24px !important; }
  #contact a {
    color: #000 !important; }

body.t-blue #breadcrumbs span {
  color: #1b6fcd !important; }
body.t-blue #breadcrumbs:before {
  background: #1b6fcd !important; }
body.t-blue header.ph .subtitle:before {
  color: #1b6fcd !important; }
body.t-blue .btn.btn-middle {
  background: #1b6fcd !important; }
body.t-blue footer#footer .top:before {
  background: #1b6fcd !important; }
body.t-blue .page-container .page-sidebar .header:before {
  color: #1b6fcd !important; }
body.t-blue .btn.btn-small {
  background: #1b6fcd !important; }
body.t-blue .content-text blockquote:before {
  color: #1b6fcd !important; }
body.t-blue .ph .read-time:before {
  color: #1b6fcd !important; }
body.t-blue .ph .posted-on:before {
  color: #1b6fcd !important; }
body.t-blue footer#footer a:hover {
  color: #1b6fcd !important; }

/*# sourceMappingURL=style.css.map */
