@font-face {
  font-family: 'Ubuntu Bold';
  src: url('/css/font/ubuntu-bold.woff2') format('woff2'), url('/css/font/ubuntu-bold.woff') format('woff'), url('/css/font/ubuntu-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu Regular';
  src: url('/css/font/ubuntu-regular.woff2') format('woff2'), url('/css/font/ubuntu-regular.woff') format('woff'), url('/css/font/ubuntu-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
select,
textarea {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 16px;
}
body {
  line-height: 1;
  font-family: 'Arial', Helvetica, sans-serif;
  color: #4e4e4e;
  background: #fff;
  font-size: 16px;
}
ol,
ul {
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cleaner {
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  overflow: hidden;
  clear: both;
  display: block;
}
.hidden {
  display: none;
}
a,
input[type="submit"] {
  cursor: pointer;
  color: #269df0;
}
a {
  text-decoration: underline;
  transition: all 0.1s linear;
  color: #269df0;
}
a:hover {
  text-decoration: none;
  color: #00498e;
}
textarea {
  resize: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.cf-8 {
  height: 8px;
}
::-webkit-input-placeholder {
  color: #666;
  font-style: italic;
}
:-moz-placeholder {
  color: #666;
  font-style: italic;
}
::-moz-placeholder {
  color: #666;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #666;
  font-style: italic;
}
.flexible {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 991px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.noMar {
  margin: 0 !important;
}
.noPad {
  padding: 0 !important;
}
.noMarPad {
  padding: 0 !important;
  margin: 0 !important;
}
.fullHeight {
  position: relative;
  height: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.noMar {
  margin: 0;
}
.row.noPad {
  padding: 0;
}
.row.centered-columns {
  text-align: center;
  font-size: 0;
}
.row.centered-columns .col-xs-1,
.row.centered-columns .col-sm-1,
.row.centered-columns .col-md-1,
.row.centered-columns .col-lg-1,
.row.centered-columns .col-xs-2,
.row.centered-columns .col-sm-2,
.row.centered-columns .col-md-2,
.row.centered-columns .col-lg-2,
.row.centered-columns .col-xs-3,
.row.centered-columns .col-sm-3,
.row.centered-columns .col-md-3,
.row.centered-columns .col-lg-3,
.row.centered-columns .col-xs-4,
.row.centered-columns .col-sm-4,
.row.centered-columns .col-md-4,
.row.centered-columns .col-lg-4,
.row.centered-columns .col-xs-5,
.row.centered-columns .col-sm-5,
.row.centered-columns .col-md-5,
.row.centered-columns .col-lg-5,
.row.centered-columns .col-xs-6,
.row.centered-columns .col-sm-6,
.row.centered-columns .col-md-6,
.row.centered-columns .col-lg-6,
.row.centered-columns .col-xs-7,
.row.centered-columns .col-sm-7,
.row.centered-columns .col-md-7,
.row.centered-columns .col-lg-7,
.row.centered-columns .col-xs-8,
.row.centered-columns .col-sm-8,
.row.centered-columns .col-md-8,
.row.centered-columns .col-lg-8,
.row.centered-columns .col-xs-9,
.row.centered-columns .col-sm-9,
.row.centered-columns .col-md-9,
.row.centered-columns .col-lg-9,
.row.centered-columns .col-xs-10,
.row.centered-columns .col-sm-10,
.row.centered-columns .col-md-10,
.row.centered-columns .col-lg-10,
.row.centered-columns .col-xs-11,
.row.centered-columns .col-sm-11,
.row.centered-columns .col-md-11,
.row.centered-columns .col-lg-11,
.row.centered-columns .col-xs-12,
.row.centered-columns .col-sm-12,
.row.centered-columns .col-md-12,
.row.centered-columns .col-lg-12 {
  display: inline-block;
  float: none;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
.row.dTable {
  margin-left: 0;
  margin-right: 0;
}
.dTable,
table {
  display: table;
  width: 100%;
}
.dTable.defPad .dTd-t,
table.defPad .dTd-t,
.dTable.defPad .dTd-m,
table.defPad .dTd-m,
.dTable.defPad .dTd-b,
table.defPad .dTd-b,
.dTable.defPad th,
table.defPad th,
.dTable.defPad td,
table.defPad td {
  padding: 6px;
}
.dTable.tbpad .dTd-t:first-child,
table.tbpad .dTd-t:first-child,
.dTable.tbpad .dTd-m:first-child,
table.tbpad .dTd-m:first-child,
.dTable.tbpad .dTd-b:first-child,
table.tbpad .dTd-b:first-child,
.dTable.tbpad th:first-child,
table.tbpad th:first-child,
.dTable.tbpad td:first-child,
table.tbpad td:first-child {
  padding-top: 0 !important;
}
.dTable.tbpad .dTd-t:last-child,
table.tbpad .dTd-t:last-child,
.dTable.tbpad .dTd-m:last-child,
table.tbpad .dTd-m:last-child,
.dTable.tbpad .dTd-b:last-child,
table.tbpad .dTd-b:last-child,
.dTable.tbpad th:last-child,
table.tbpad th:last-child,
.dTable.tbpad td:last-child,
table.tbpad td:last-child {
  padding-bottom: 0 !important;
}
.dTable.flPad .dTd-t:first-child,
table.flPad .dTd-t:first-child,
.dTable.flPad .dTd-m:first-child,
table.flPad .dTd-m:first-child,
.dTable.flPad .dTd-b:first-child,
table.flPad .dTd-b:first-child,
.dTable.flPad th:first-child,
table.flPad th:first-child,
.dTable.flPad td:first-child,
table.flPad td:first-child {
  padding-left: 0 !important;
}
.dTable.flPad .dTd-t:last-child,
table.flPad .dTd-t:last-child,
.dTable.flPad .dTd-m:last-child,
table.flPad .dTd-m:last-child,
.dTable.flPad .dTd-b:last-child,
table.flPad .dTd-b:last-child,
.dTable.flPad th:last-child,
table.flPad th:last-child,
.dTable.flPad td:last-child,
table.flPad td:last-child {
  padding-right: 0 !important;
}
.dTable.autoWidth,
table.autoWidth {
  width: auto;
}
.dTable .dTr,
table .dTr {
  display: table-row;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.dTable .dTd-t,
table .dTd-t,
.dTable .dTd-m,
table .dTd-m,
.dTable .dTd-b,
table .dTd-b,
.dTable td,
table td,
.dTable th,
table th {
  display: table-cell;
  float: none;
}
.dTable .dTd-t.w-1,
table .dTd-t.w-1,
.dTable .dTd-m.w-1,
table .dTd-m.w-1,
.dTable .dTd-b.w-1,
table .dTd-b.w-1,
.dTable td.w-1,
table td.w-1,
.dTable th.w-1,
table th.w-1 {
  width: 1px;
  white-space: nowrap;
}
.dTable .dTd-t,
table .dTd-t {
  vertical-align: top;
}
.dTable .dTd-m,
table .dTd-m {
  vertical-align: middle;
}
.dTable .dTd-b,
table .dTd-b {
  vertical-align: bottom;
}
.dTable.whyUsTable,
table.whyUsTable {
  margin: 0 auto;
  max-width: 80%;
}
.dTable.whyUsTable tr td,
table.whyUsTable tr td {
  width: 16.67%;
  vertical-align: top;
  background: #fff !important;
  font-size: 12px !important;
  line-height: normal !important;
}
.dTable.whyUsTable tr td img,
table.whyUsTable tr td img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
.dTable.whyUsTable tr td p,
table.whyUsTable tr td p {
  margin-bottom: 0.5em;
}
.txtLeft {
  text-align: left;
}
.txtRight {
  text-align: right;
}
.txtCenter {
  text-align: center !important;
}
.txtSmall {
  font-size: 0.85em;
  font-weight: 400;
  color: #949494;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.upper {
  text-transform: uppercase;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.7em;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
label.sel {
  float: left;
  white-space: nowrap;
  position: relative;
}
label.sel span {
  display: inline-block;
  padding-right: 6px;
}
label.sel select {
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  padding-left: 12px;
  padding-right: 44px;
  border: 1px solid #f8f8f8;
  border-radius: 2px;
  color: #4e4e4e;
}
label.sel select option {
  font-size: 14px;
  padding: 10px;
}
label.sel:before {
  content: '';
  position: absolute;
  border: 1px solid #f8f8f8;
  width: 28px;
  height: 36px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 2px;
  right: 2px;
  background: #fafafa;
  pointer-events: none;
  border-radius: 2px;
}
label.sel:after {
  content: '';
  position: absolute;
  background: url('/images/select-bg.svg') no-repeat center center;
  width: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  background-size: 10px;
  height: 10px;
  pointer-events: none;
}
.bookBtnArea {
  margin: 0 auto;
  text-align: center;
  clear: both;
}
.bookBtnArea span {
  font-size: 0.825em;
  display: block;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  z-index: 9999;
}
.loader img {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 9999;
}
#popupWrap {
  width: 100%;
  height: 100%;
}
#popupWrap .window {
  padding: 15px;
}
.alert {
  margin-bottom: 2em;
  border: 1px solid #f8f8f8;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  background: #f0faff;
  border: 1px solid #adc1cf;
  border-radius: 2px;
  border-left-width: 5px;
}
.alert.false {
  background: #ffd5d6;
  border-color: #f05a5c;
  color: #f05a5c;
}
.alert.true {
  border-color: #8aab14;
  color: #8aab14;
  background: #f1ffc7;
}
.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.7);
  z-index: 1000;
  padding: 12px;
}
.cookies * {
  color: #fff;
  line-height: normal;
  font-size: 12px;
}
.cookies a {
  white-space: nowrap;
  text-align: center;
}
.cookies a.button {
  background: #269df0 !important;
  color: #fff !important;
}
.cookies a.button:hover {
  background: #00498e !important;
}
.p_box {
  margin-bottom: 2rem;
}
.p_box:last-child {
  margin-bottom: 0;
}
.p_box.border {
  border: 1px solid #d0d6e2;
  padding: 1rem;
}
.p_box a {
  text-decoration: none;
}
.breadcrumbsWrap {
  margin-top: 1em;
  margin-bottom: 2.5em;
}
.breadcrumbsWrap ul {
  display: block;
  margin: 0 !important;
}
.breadcrumbsWrap ul li {
  display: inline-block;
  position: relative;
  margin: 0 !important;
  margin-right: 0.7em !important;
  padding: 0 !important;
}
.breadcrumbsWrap ul li:last-child {
  margin-right: 0 !important;
}
.breadcrumbsWrap ul li:last-child:after {
  display: none !important;
}
.breadcrumbsWrap ul li:before {
  display: none !important;
}
.breadcrumbsWrap ul li:after {
  content: '/';
  margin-left: 1em;
  color: #aa7f63;
}
.breadcrumbsWrap ul li a {
  text-decoration: none;
}
table tr td {
  background: #fff;
  padding: 0.2rem 0.5rem;
}
table tr:nth-child(odd) td {
  background: #f8f8f8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-family: 'Ubuntu Regular';
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1,
.h1 {
  color: #00498e;
  font-size: 2.5em;
  line-height: normal;
  margin-bottom: 1em;
}
h2,
.h2 {
  color: #269df0;
  font-size: 1.875em;
  margin-bottom: 1em;
  position: relative;
}
h2:before,
.h2:before {
  content: '►';
  margin-right: 0.4em;
  color: #aa7f63;
  font-size: 0.6666em;
  position: relative;
  top: -0.2em;
}
h2.clear:before,
.h2.clear:before {
  display: none;
}
h3,
.h3 {
  color: #269df0;
  font-size: 1.5em;
  margin-bottom: 1em;
}
h4,
.h4 {
  color: #aa7f63;
  font-size: 1.25em;
  margin-bottom: 1em;
}
h5,
.h5 {
  font-size: 1.125em;
  color: #269df0;
  margin-bottom: 1em;
}
h6,
.h6 {
  font-size: 1em;
  margin-bottom: 1em;
  color: #269df0;
}
hr,
.hr {
  height: 0px;
  border: none;
  border-bottom: 1px solid #d0d6e2;
  background: none;
}
.btnCircle,
.wsEd a.btnCircle {
  border-radius: 1000px;
  background: #269df0;
  color: #fff;
  text-decoration: none;
  width: 6.875em;
  height: 6.875em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btnCircle.rows,
.wsEd a.btnCircle.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.btnCircle.rows.rowsWrap,
.wsEd a.btnCircle.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btnCircle.cols,
.wsEd a.btnCircle.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.btnCircle.vertical-middle,
.wsEd a.btnCircle.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btnCircle.vertical-middle-center,
.wsEd a.btnCircle.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btnCircle.vertical-middle-left,
.wsEd a.btnCircle.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btnCircle.vertical-middle-right,
.wsEd a.btnCircle.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btnCircle span,
.wsEd a.btnCircle span {
  display: block;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  text-transform: none;
}
.btnCircle:hover,
.wsEd a.btnCircle:hover {
  background: #00498e;
  color: #fff;
}
.btnCircle.blueLight,
.wsEd a.btnCircle.blueLight {
  background: #269df0;
}
.btnCircle.blueLight:hover,
.wsEd a.btnCircle.blueLight:hover {
  background: #00498e;
}
.btnCircle.tyrkys,
.wsEd a.btnCircle.tyrkys {
  background: #08bad1;
}
.btnCircle.tyrkys:hover,
.wsEd a.btnCircle.tyrkys:hover {
  background: #00498e;
}
#pageLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000;
}
#pageLoader img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
}
#headerWrap {
  position: relative;
  z-index: 10;
}
#headerWrap .menuShower {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  z-index: 10;
}
#headerWrap .menuShower svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #269df0;
}
#headerWrap .header {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}
#headerWrap h1 {
  margin-bottom: 0;
}
#headerWrap .logo {
  display: block;
  float: left;
}
#headerWrap .logo img {
  display: block;
  width: 100%;
  max-width: 270px;
  height: auto;
}
.infoBox {
  float: right;
}
.infoBox a {
  text-decoration: none;
}
.infoBox .r1,
.infoBox .r2,
.infoBox .r3 {
  text-align: right;
  display: block;
  margin: 7px 0;
}
.infoBox .r1 {
  font-size: 14px;
  color: #ca9877;
}
.infoBox .r2 a {
  color: #00498e;
  font-size: 2.14em;
}
.infoBox .r3 {
  font-size: 0.875em;
}
.infoBox .r3 a {
  display: inline-block;
  padding: 6px 15px;
  background: #c6e3fb;
  color: #00498e;
  margin-left: 4px;
}
.infoBox .r3 a:hover {
  background: #00498e;
  color: #fff;
}
.infoBox .r3 a:last-child {
  background: #00498e;
  color: #fff;
}
.infoBox .r3 a:last-child:hover {
  background: #c6e3fb;
  color: #00498e;
}
.infoBox svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
#content {
  margin-top: 3.57em;
  margin-bottom: 3.57em;
}
.marginPart {
  margin-top: 3.57em;
  margin-bottom: 3.57em;
}
img {
  max-width: 100%;
  height: auto !important;
}
.pager ul,
.pager li {
  margin: 0 !important;
  padding: 0 !important;
}
.pager ul {
  display: block;
  text-align: right;
}
.pager ul li {
  display: inline-block;
}
.pager ul li:before {
  display: none;
}
.pager ul li a {
  display: block;
  padding: 0.2rem 0.5rem;
  font-size: 0.875em;
  background: #269df0;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
}
.pager ul li a:hover {
  background: #c6e3fb;
  color: #269df0;
}
.pager ul li.active a {
  background: #00498e;
  color: #fff;
}
@media (max-width: 1199px) {
  #headerWrap {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  #headerWrap .menuShower {
    display: block;
  }
  #headerWrap .rightPart {
    padding-right: 54px;
  }
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 15px;
  }
  table.whyUsTable {
    display: block;
  }
  table.whyUsTable tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  table.whyUsTable tr.rows {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  table.whyUsTable tr.rows.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  table.whyUsTable tr.cols {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  table.whyUsTable tr.vertical-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  table.whyUsTable tr.vertical-middle-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  table.whyUsTable tr.vertical-middle-left {
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  table.whyUsTable tr.vertical-middle-right {
    -webkit-box-align: right;
    -webkit-align-items: right;
    -ms-flex-align: right;
    align-items: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  table.whyUsTable tr.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  table.whyUsTable tr td {
    width: 33.3333%;
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
  #headerWrap .logo img {
    max-width: 180px;
  }
  h1 {
    font-size: 2em;
  }
}
@media (max-width: 600px) {
  body {
    padding-top: 78px;
  }
  #headerWrap {
    position: fixed;
    height: 78px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 90;
    background: #fff;
  }
  #headerWrap .leftPart {
    width: 100%;
  }
  #headerWrap .rightPart {
    display: none;
  }
  #headerWrap .headerInner {
    display: block;
  }
  table.whyUsTable tr td {
    width: 100%;
    margin-bottom: 1em;
  }
}
.wsEd {
  line-height: 1.5em;
  font-family: 'Arial', Helvetica, sans-serif;
}
.wsEd .perex {
  font-size: 1.375em;
  color: #00498e;
  margin-bottom: 3.75rem;
  line-height: 1.4em;
}
.wsEd .perex:last-child {
  margin-bottom: 3.75rem;
}
.wsEd .preformat {
  font-family: 'Courier', Arial, serif;
}
.wsEd cite {
  font-style: italic;
}
.wsEd acronym {
  border-bottom: 1px dotted #949494;
  cursor: help;
}
.wsEd p {
  margin-bottom: 1.5em;
}
.wsEd p:last-child {
  margin-bottom: 0;
}
.wsEd ol {
  margin-bottom: 1.5em;
  list-style-type: decimal;
  padding-left: 16px;
}
.wsEd ul {
  margin-bottom: 1.5em;
  list-style-type: none;
  margin-left: 1em;
}
.wsEd ul li {
  position: relative;
  margin: 0.4em 0;
  padding-left: 1em;
}
.wsEd ul li:before {
  position: absolute;
  color: #269df0;
  content: '\2022';
  font-size: 1.5em;
  left: 0;
  top: -0.03em;
}
.wsEd ul.triangle,
.wsEd ul.check {
  list-style-type: none;
}
.wsEd ul.triangle {
  margin-left: 0;
  padding-left: 0;
}
.wsEd ul.triangle li {
  padding-left: 1.3em;
}
.wsEd ul.triangle li:before {
  content: '►';
  color: #aa7f63;
  font-size: 1em;
}
.wsEd ul.check li:before {
  font-size: 1em;
  content: '';
  width: 0.75em;
  height: 0.75em;
  top: 0.3em;
  background-size: 0.75em 0.75em;
}
.wsEd ul.check.brown li:before {
  background-image: url('/images/li-check-ico-brown.svg');
}
.wsEd ul.check.blue li:before {
  background-image: url('/images/li-check-ico.svg');
}
.wsEd .ref {
  background: url('/images/ref-bg.png') #c6e3fb no-repeat 1em 1em;
  padding: 3em;
  font-family: 'Georgia', sans-serif;
}
.wsEd .ref * {
  color: #00498e;
}
.wsEd .ref span {
  display: block;
}
.wsEd .ref .text {
  font-size: 1.2em;
  line-height: 1.5em;
}
.wsEd .ref .bottomContent {
  margin-top: 1em;
  padding-top: 1em;
  position: relative;
}
.wsEd .ref .bottomContent:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3.125em;
  content: '';
  height: 2px;
  background: #00498e;
  font-style: italic;
}
.wsEd .ref .r1 {
  font-size: 2.75em;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.2em;
}
.wsEd .ref .r1:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.1em;
  content: '';
  height: 2px;
  background: #00498e;
  font-style: italic;
}
.wsEd .ref .r2 {
  text-transform: uppercase;
  font-family: 'Arial', Helvetica, sans-serif;
  font-weight: bold;
  line-height: normal;
}
.wsEd .ref .r3 {
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 0.9375em;
  line-height: normal;
}
.wsEd a {
  color: #269df0;
}
.wsEd a:hover {
  color: #00498e;
}
.wsEd .button,
.wsEd .buttonDark,
.wsEd .buttonTyrkys {
  background: #c6e3fb;
  color: #00498e;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5em 1em;
  line-height: normal;
  display: inline-block;
  text-align: center;
}
.wsEd .button:hover,
.wsEd .buttonDark:hover,
.wsEd .buttonTyrkys:hover {
  background: #00498e;
  color: #fff;
}
.wsEd .buttonDark {
  background: #00498e;
  color: #fff;
}
.wsEd .buttonDark:hover {
  background: #c6e3fb;
  color: #00498e;
}
.wsEd .buttonTyrkys {
  background: #08bad1;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0.8em 1.3em;
  border-radius: 2px;
}
.wsEd .buttonTyrkys:hover {
  background: #00498e;
}
.wsEd .size1 {
  font-size: 2.5em;
  margin-bottom: 1em;
}
.wsEd .size2 {
  font-size: 1.875em;
  margin-bottom: 1em;
}
.wsEd .size3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.wsEd .size4 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
.wsEd .size5 {
  font-size: 1.125em;
  margin-bottom: 1em;
}
.wsEd h1 .h1 {
  font-size: 1em;
}
.wsEd h1 .h2 {
  font-size: 0.75em;
}
.wsEd h1 .h3 {
  font-size: 0.6em;
}
.wsEd h1 .h4 {
  font-size: 0.5em;
}
.wsEd h1 .h5 {
  font-size: 0.45em;
}
.wsEd h1 .h6 {
  font-size: 0.4em;
}
.wsEd h2 .h1 {
  font-size: 1.3em;
}
.wsEd h2 .h2 {
  font-size: 1em;
}
.wsEd h2 .h3 {
  font-size: 0.8em;
}
.wsEd h2 .h4 {
  font-size: 0.67em;
}
.wsEd h2 .h5 {
  font-size: 0.6em;
}
.wsEd h2 .h6 {
  font-size: 0.53em;
}
.wsEd h3 .h1 {
  font-size: 1.67em;
}
.wsEd h3 .h2 {
  font-size: 1.125em;
}
.wsEd h3 .h3 {
  font-size: 1em;
}
.wsEd h3 .h4 {
  font-size: 0.83em;
}
.wsEd h3 .h5 {
  font-size: 0.75em;
}
.wsEd h3 .h6 {
  font-size: 0.67em;
}
.wsEd h4 .h1 {
  font-size: 2em;
}
.wsEd h4 .h2 {
  font-size: 1.5em;
}
.wsEd h4 .h3 {
  font-size: 1.2em;
}
.wsEd h4 .h4 {
  font-size: 1em;
}
.wsEd h4 .h5 {
  font-size: 0.9em;
}
.wsEd h4 .h6 {
  font-size: 0.8em;
}
.wsEd h5 .h1 {
  font-size: 2.2em;
}
.wsEd h5 .h2 {
  font-size: 1.67em;
}
.wsEd h5 .h3 {
  font-size: 1.33em;
}
.wsEd h5 .h4 {
  font-size: 1.11em;
}
.wsEd h5 .h5 {
  font-size: 1em;
}
.wsEd h5 .h6 {
  font-size: 0.89em;
}
.wsEd h6 .h1 {
  font-size: 2.5em;
}
.wsEd h6 .h2 {
  font-size: 1.875em;
}
.wsEd h6 .h3 {
  font-size: 1.5em;
}
.wsEd h6 .h4 {
  font-size: 1.25em;
}
.wsEd h6 .h5 {
  font-size: 1.125em;
}
.wsEd h6 .h6 {
  font-size: 1em;
}
.wsEd h1,
.wsEd .h1 {
  color: #00498e;
  font-size: 2.5em;
  line-height: normal;
  margin-bottom: 1em;
}
.wsEd h2,
.wsEd .h2 {
  color: #269df0;
  font-size: 1.875em;
  margin-bottom: 1em;
  position: relative;
}
.wsEd h2:before,
.wsEd .h2:before {
  content: '►';
  margin-right: 0.4em;
  color: #aa7f63;
  font-size: 0.6666em;
  position: relative;
  top: -0.2em;
}
.wsEd h2.clear:before,
.wsEd .h2.clear:before {
  display: none;
}
.wsEd h3,
.wsEd .h3 {
  color: #269df0;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.wsEd h4,
.wsEd .h4 {
  color: #aa7f63;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.wsEd h5,
.wsEd .h5 {
  font-size: 1.125em;
  color: #269df0;
  margin-bottom: 1em;
}
.wsEd h6,
.wsEd .h6 {
  font-size: 1em;
  margin-bottom: 1em;
  color: #269df0;
}
.wsEd .color1 {
  color: #c12028;
}
.wsEd .color2 {
  color: #62aa1c;
}
.wsEd .color3 {
  color: #269df0;
}
.wsEd .color4 {
  color: #00498e;
}
.wsEd .color5 {
  color: #aa7f63;
}
.wsEd .color6 {
  color: #08bad1;
}
.wsEd .redBg {
  background: #c12028;
  color: #fff;
}
.wsEd .table {
  line-height: normal;
}
.wsEd .table tbody tr {
  border-bottom: 5px solid #ffffff;
}
.wsEd .table tbody tr th,
.wsEd .table tbody tr td {
  padding: 0.7em;
  color: #aa7f63;
}
.wsEd .table tbody tr th + th {
  text-align: center;
}
.wsEd .table tbody tr:first-child th,
.wsEd .table tbody tr:first-child td {
  background: #dfc1ad;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.wsEd .table.pricing a {
  color: #aa7f63;
  text-decoration: underline;
}
.wsEd .table.pricing a:hover {
  text-decoration: none;
}
.wsEd .table.pricing tr:nth-child(odd) td {
  background: #f6eee8;
}
.wsEd .table.pricing tr:nth-child(even) td {
  background: #fbf8f5;
}
.wsEd .table.pricing tr th {
  text-align: left;
}
.wsEd .table.pricing tr th + th {
  text-align: center;
}
.wsEd .table.pricing tr td + td {
  width: 1px;
  white-space: nowrap;
  font-weight: bold;
  text-align: right;
  font-family: 'Barlow Condensed', sans-serif;
}
.wsEd .table.pricing .price {
  font-size: 1.5em;
  padding: 0.05em 0.8em;
}
.wsEd .table.pricing span,
.wsEd .table.pricing strike {
  display: block;
}
.wsEd .table.pricing span.bottom {
  font-size: 12px;
  color: #4e4e4e;
}
@media (max-width: 767px) {
  .wsEd h1 {
    font-size: 2em;
  }
}
@media (max-width: 500px) {
  .wsEd .table.pricing .price {
    font-size: 1.2em;
  }
}
#mainMenu {
  z-index: 100;
  position: relative;
}
#mainMenu .mainMenuContainer {
  background: #f5fafe;
  border-bottom: 2px solid #00498e;
  position: relative;
  font-size: 16px;
}
#mainMenu h5 {
  text-transform: uppercase;
  font-size: 1.125em;
  padding: 1rem 2rem;
  font-weight: bold;
  margin: 0;
  color: #00498e;
}
#mainMenu a {
  text-decoration: none;
}
#mainMenu .level-1 {
  text-align: left;
}
#mainMenu .level-1 .l1-item {
  display: inline-block;
}
#mainMenu .level-1 .l1-item span {
  position: relative;
  padding: 0 2px 0 1px;
  display: block;
}
#mainMenu .level-1 .l1-item span:before {
  content: '';
  position: absolute;
  background: #d0d6e2;
  height: 14px;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#mainMenu .level-1 .l1-item .showMenu {
  position: absolute;
  width: 2.2em;
  height: 2.2em;
  top: 0.3em;
  right: 0.3em;
  display: none;
  z-index: 20;
  transition: transition;
  cursor: pointer;
  border-radius: 2px;
}
#mainMenu .level-1 .l1-item .showMenu:hover {
  background: #00498e;
}
#mainMenu .level-1 .l1-item .showMenu:hover svg {
  fill: #fff;
}
#mainMenu .level-1 .l1-item svg {
  display: block;
  fill: #00498e;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.1s linear;
}
#mainMenu .level-1 .l1-item .l1-link {
  display: block;
  font-size: 1em;
  padding: 15px;
  position: relative;
  color: #00498e;
  text-decoration: none;
}
#mainMenu .level-1 .l1-item .l1-link:hover,
#mainMenu .level-1 .l1-item .l1-link.active {
  background: #00498e;
  color: #fff;
}
#mainMenu .level-1 .l1-item .l1-link:hover svg,
#mainMenu .level-1 .l1-item .l1-link.active svg {
  fill: #fff;
}
#mainMenu .level-1 .l1-item:hover .level-2-menu {
  display: block;
}
#mainMenu .level-1 .l1-item:hover svg {
  fill: #fff;
}
#mainMenu .level-2-menu {
  position: absolute;
  max-width: 1170px;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  width: 100%;
  display: none;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
#mainMenu .level-2-menu-container {
  background: #fff;
  border-top: 2px solid #00498e;
  max-width: 1170px;
  padding: 5px;
  margin: 0 auto;
}
#mainMenu .level-2-menu-container .bottomMenuContent {
  background: #eff7fe;
  padding: 0 2rem 1rem 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#mainMenu .level-2-menu-container .bottomMenuContent.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#mainMenu .level-2-menu-container .bottomMenuContent.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mainMenu .level-2-menu-container .bottomMenuContent.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#mainMenu .level-2-menu-container .bottomMenuContent.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .level-2-menu-container .bottomMenuContent.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .level-2-menu-container .bottomMenuContent.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .level-2-menu-container .bottomMenuContent.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .level-2-menu-container .bottomMenuContent.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mainMenu .level-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mainMenu .level-2.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#mainMenu .level-2.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mainMenu .level-2.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#mainMenu .level-2.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .level-2.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .level-2.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .level-2.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .level-2.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mainMenu .l2-item {
  display: block;
  margin-top: 1rem;
}
#mainMenu .l2-item + .l2-item + .l2-item + .l2-item {
  margin-top: 2rem;
}
#mainMenu .l2-link {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
#mainMenu .level-3-menu {
  margin-top: 15px;
}
#mainMenu .l3-item {
  display: block;
  border-bottom: 1px dotted #269df0;
  padding: 2px;
}
#mainMenu .l3-link {
  display: block;
  padding: 0.8rem 1rem;
  color: #00498e;
  font-size: 0.875em;
  line-height: normal;
  position: relative;
}
#mainMenu .l3-link:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 8px;
  background: url('/images/ico-li-menu.svg') no-repeat center center;
  background-size: 4px 8px;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#mainMenu .l3-link:hover {
  background: #00498e;
  color: #fff;
}
#mainMenu .closer {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  width: 46px;
  height: 46px;
  z-index: 10;
}
#mainMenu .closer svg {
  width: 15px;
  height: 15px;
  fill: #00498e;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#mainMenu .infoBox {
  display: none;
}
#mainMenu .menuImg {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#mainMenu .menuImg.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
#mainMenu .menuImg.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mainMenu .menuImg.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#mainMenu .menuImg.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .menuImg.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .menuImg.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .menuImg.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainMenu .menuImg img {
  margin-top: auto;
  display: block;
  width: 100%;
  position: relative;
  right: -2rem;
  bottom: -1rem;
}
@media (max-width: 1199px) {
  #mainMenu {
    position: fixed;
    font-size: 14px;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 0.1s linear;
  }
  #mainMenu h5 {
    display: none;
  }
  #mainMenu .mainMenuContainer {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  #mainMenu.active {
    top: 0;
  }
  #mainMenu .level-1 .l1-item {
    display: block;
    border-bottom: 1px dashed #c6e3fb;
    position: relative;
  }
  #mainMenu .level-1 .l1-item:last-child {
    border-bottom: none;
  }
  #mainMenu .level-1 .l1-item span:before {
    display: none;
  }
  #mainMenu .level-1 .l1-item.active svg {
    fill: #fff;
  }
  #mainMenu .level-1 .l1-item.hasMenu .showMenu {
    display: block;
  }
  #mainMenu .level-1 .l1-item:hover .level-2-menu {
    display: none;
  }
  #mainMenu .level-1 .l1-item.hasMenu .l1-link {
    position: relative;
  }
  #mainMenu .level-1 .l1-item.clicked .showMenu {
    background: #00498e;
  }
  #mainMenu .level-1 .l1-item.clicked svg {
    transform: rotate(135deg);
    fill: #fff;
  }
  #mainMenu .level-2-menu-container {
    border-top: none;
    padding: 0;
  }
  #mainMenu .level-2-menu-container .bottomMenuContent {
    background: #d9eeff;
  }
  #mainMenu .level-2-menu {
    position: static;
    box-shadow: none;
    padding: 0;
  }
  #mainMenu .level-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainMenu .level-2.rows {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  #mainMenu .level-2.rows.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainMenu .level-2.cols {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #mainMenu .level-2.vertical-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #mainMenu .level-2.vertical-middle-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #mainMenu .level-2.vertical-middle-left {
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #mainMenu .level-2.vertical-middle-right {
    -webkit-box-align: right;
    -webkit-align-items: right;
    -ms-flex-align: right;
    align-items: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #mainMenu .level-2.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainMenu .l2-item {
    margin-top: 2rem;
    width: 33.3333%;
    padding: 0 15px;
  }
  #mainMenu .l2-item:first-child {
    display: block;
  }
  #mainMenu .closer {
    display: block;
  }
  #mainMenu .infoBox {
    display: block;
    float: none;
    border-top: 1px dashed #c6e3fb;
    padding-top: 1em;
    padding-bottom: 0.5em;
    background: #fff;
  }
  #mainMenu .infoBox a {
    margin: 0.5em;
  }
  #mainMenu .menuContent {
    width: 100%;
  }
  #mainMenu .menuImg {
    display: none;
  }
}
@media (max-width: 991px) {
  #mainMenu .l2-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mainMenu .l2-item {
    width: 100%;
    padding: 0;
  }
  #mainMenu .l3-link {
    padding-left: 1em;
  }
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #1199ff;
}
.flickity-button:active {
  opacity: .6;
}
.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: #333;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.main-carousel,
.main-carousel-mobile {
  font-size: 0;
}
.main-carousel .carousel-cell,
.main-carousel-mobile .carousel-cell {
  width: 100%;
}
.main-carousel .carousel-cell img,
.main-carousel-mobile .carousel-cell img {
  display: block;
  width: 100%;
  height: auto;
}
.main-carousel .flickity-page-dots,
.main-carousel-mobile .flickity-page-dots {
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1140px;
  bottom: 25px;
  text-align: left;
  padding-left: 0;
}
.main-carousel .flickity-page-dots .dot,
.main-carousel-mobile .flickity-page-dots .dot {
  margin: 0 3px;
  width: 22px;
  height: 9px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.main-carousel .flickity-page-dots .dot.is-selected,
.main-carousel-mobile .flickity-page-dots .dot.is-selected {
  background: #00498e;
}
.main-carousel-mobile {
  display: none;
}
.main-carousel-mobile .flickity-prev-next-button {
  display: none;
}
.main-carousel-mobile .flickity-page-dots {
  bottom: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .main-carousel {
    display: none;
  }
  .main-carousel-mobile {
    display: block;
  }
}
.titleBoxWrap .titleBoxRow {
  margin-left: -6px;
  margin-right: -6px;
}
.titleBoxWrap .titleBoxRow .box {
  padding-left: 6px;
  padding-right: 6px;
}
.titleBoxWrap h1 {
  text-align: center;
  text-transform: uppercase;
}
.titleBoxWrap .titleBox {
  padding: 3.75rem;
  background: #f8f8f8;
}
.titleBoxWrap h3 {
  color: #269df0;
}
.titleBoxWrap h4 {
  color: #00498e;
}
.titleBoxWrap ul,
.titleBoxWrap ol {
  list-style: none;
}
.titleBoxWrap ul li,
.titleBoxWrap ol li {
  padding-left: 16px;
  position: relative;
}
.titleBoxWrap ul li:before,
.titleBoxWrap ol li:before {
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0.5625em;
  content: '';
  background: url('/images/li-ico.svg');
  width: 6px;
  height: 6px;
  background-size: 6px 6px;
}
.titleBoxWrap a {
  text-decoration: none;
}
.titleBoxWrap .box img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 12px;
}
.titleBoxWrap .box .boxInner {
  padding: 1rem;
  background: #fff;
  height: 100%;
}
.titleBoxWrap .titleBoxBottom {
  margin-top: 40px;
}
.titleBoxWrap .titleBoxBottom h4 {
  font-weight: normal;
}
.titleBoxWrap .titleBoxBottom ul li:before,
.titleBoxWrap .titleBoxBottom ol li:before {
  background: url('/images/li-check-ico.svg');
  width: 12px;
  height: 12px;
  top: 5px;
  background-size: 12px 12px;
}
@media (max-width: 1199px) {
  .titleBoxWrap .titleBox {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .titleBoxWrap .box {
    width: 100%;
    margin-bottom: 15px;
  }
  .titleBoxWrap .box:last-child {
    margin-bottom: 0;
  }
}
.storiesBannerWrap {
  background: #d0eef2;
  padding: 2rem 0;
  position: relative;
  padding-bottom: 4.5rem;
}
.storiesBannerWrap .storiesRow {
  margin-left: -6px;
  margin-right: -6px;
}
.storiesBannerWrap .storiesRow .box {
  padding-left: 6px;
  padding-right: 6px;
}
.storiesBannerWrap .storiesBanner h3 {
  color: #00498e;
  font-size: 2.25em;
  margin-bottom: 0.6em;
}
.storiesBannerWrap .storiesBanner p {
  color: #00498e;
  margin-bottom: 2em;
}
.storiesBannerWrap .box .boxInner {
  padding: 1rem;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.storiesBannerWrap .box .boxInner.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.storiesBannerWrap .box .boxInner.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.storiesBannerWrap .box .boxInner.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.storiesBannerWrap .box .boxInner.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.storiesBannerWrap .box .boxInner.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.storiesBannerWrap .box .boxInner.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.storiesBannerWrap .box .boxInner.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.storiesBannerWrap .box a {
  display: block;
  text-decoration: none;
}
.storiesBannerWrap .box img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.storiesBannerWrap .box h6 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.storiesBannerWrap .btnCircle {
  position: absolute;
  transform: translateY(-50%);
  top: 100%;
}
@media (max-width: 500px) {
  .storiesBannerWrap .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.surgeonsTitWrap {
  background: #f8f8f8;
  padding: 3.75em 0;
  position: relative;
  padding-bottom: 6rem;
  margin-bottom: 6em;
}
.surgeonsTitWrap .btnCircle {
  position: absolute;
  transform: translateY(-50%);
  top: 100%;
}
.surgeonsTitWrap .headerRow {
  text-align: center;
}
.surgeonsTitWrap .headerRow h3 {
  font-size: 2.25em;
  margin-bottom: 0.6em;
}
.surgeonsTitWrap .headerRow p {
  color: #00498e;
  margin-bottom: 1.875em;
}
.surgeonsTitWrap .flickity-prev-next-button {
  background: none;
  padding: 0;
}
.surgeonsTitWrap .flickity-prev-next-button.next {
  right: -34px;
}
.surgeonsTitWrap .flickity-prev-next-button.previous {
  left: -34px;
}
.surgeonsTitWrap .flickity-button-icon {
  fill: #00498e;
}
.surgeonsTitWrap a {
  color: #269df0;
  text-decoration: none;
}
.surgeonsTitWrap .surgeonsCarouselWrap {
  padding-left: 50px;
  padding-right: 50px;
}
.surgeonsTitWrap .surgeons-carousel .carousel-cell {
  width: 50%;
  padding: 0 15px;
}
.surgeonsTitWrap .surgeons-carousel .cellContent {
  background: #fff;
  padding: 1rem;
  height: 100%;
}
.surgeonsTitWrap .surgeons-carousel .cellContent .cc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.surgeonsTitWrap .surgeons-carousel .cellContent .cc.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.surgeonsTitWrap .surgeons-carousel .cellContent .cc.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.surgeonsTitWrap .surgeons-carousel .cellContent .cc.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.surgeonsTitWrap .surgeons-carousel .cellContent .cc.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.surgeonsTitWrap .surgeons-carousel .cellContent .cc.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.surgeonsTitWrap .surgeons-carousel .cellContent .cc.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.surgeonsTitWrap .surgeons-carousel .cellContent .cc.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.surgeonsTitWrap .surgeons-carousel .cellContent .cc.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.surgeonsTitWrap .surgeons-carousel .img img {
  display: block;
  width: 100%;
  height: auto;
}
.surgeonsTitWrap .surgeons-carousel .text {
  line-height: 1.5em;
  font-style: italic;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.surgeonsTitWrap .surgeons-carousel .text.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.surgeonsTitWrap .surgeons-carousel .text.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.surgeonsTitWrap .surgeons-carousel .text.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.surgeonsTitWrap .surgeons-carousel .text.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.surgeonsTitWrap .surgeons-carousel .text.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.surgeonsTitWrap .surgeons-carousel .text.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.surgeonsTitWrap .surgeons-carousel .text.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.surgeonsTitWrap .surgeons-carousel .text .bottom {
  margin-top: auto;
}
.surgeonsTitWrap .surgeons-carousel .text .bottom a {
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}
@media (max-width: 991px) {
  .surgeonsTitWrap .surgeons-carousel .carousel-cell {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .img,
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .text {
    width: 100%;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .img {
    margin-bottom: 10px;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .text .top {
    margin-bottom: 10px;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cellContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cellContent.rows {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cellContent.rows.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cellContent.cols {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cellContent.vertical-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cellContent.vertical-middle-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cellContent.vertical-middle-left {
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cellContent.vertical-middle-right {
    -webkit-box-align: right;
    -webkit-align-items: right;
    -ms-flex-align: right;
    align-items: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cc.rows {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cc.rows.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cc.cols {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cc.vertical-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cc.vertical-middle-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cc.vertical-middle-left {
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .surgeonsTitWrap .surgeons-carousel .carousel-cell .cc.vertical-middle-right {
    -webkit-box-align: right;
    -webkit-align-items: right;
    -ms-flex-align: right;
    align-items: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.blogWrap {
  background: #f8f8f8;
  padding-bottom: 1.875em;
  padding-top: 3.75em;
}
.blogWrap .blogNav a {
  display: inline-block;
  color: #08bad1;
  padding: 0.2em 0.5em;
  text-decoration: none;
}
.blogWrap .blogNav a.active,
.blogWrap .blogNav a:hover {
  background: #08bad1;
  color: #fff;
}
.blogWrap .headerRow {
  text-align: center;
}
.blogWrap .headerRow h3 {
  color: #269df0;
  font-size: 2.25em;
  margin-bottom: 0.6em;
}
.blogWrap .headerRow p {
  color: #00498e;
  margin-bottom: 1.875em;
}
.blogWrap .item {
  margin-bottom: 30px;
}
.blogWrap .item .itemInner {
  height: 100%;
  display: block;
  background: #fff;
  transition: all 0.1s linear;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.blogWrap .item .itemInner.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.blogWrap .item .itemInner.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blogWrap .item .itemInner.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.blogWrap .item .itemInner.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blogWrap .item .itemInner.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blogWrap .item .itemInner.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blogWrap .item .itemInner.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blogWrap .item .itemInner .content {
  padding: 1rem 2rem 2rem 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blogWrap .item .itemInner .content.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.blogWrap .item .itemInner .content.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blogWrap .item .itemInner .content.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.blogWrap .item .itemInner .content.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blogWrap .item .itemInner .content.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blogWrap .item .itemInner .content.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blogWrap .item .itemInner .content.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blogWrap .item .itemInner a {
  text-decoration: none;
}
.blogWrap .item .itemInner .img img {
  display: block;
  width: 100%;
}
.blogWrap .item .itemInner .date,
.blogWrap .item .itemInner .autor {
  float: right;
  font-size: 0.875em;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.8em;
  color: #aa7f63;
  font-style: italic;
  transition: all 0.1s linear;
}
.blogWrap .item .itemInner .date svg,
.blogWrap .item .itemInner .autor svg {
  display: block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #aa7f63;
  transition: all 0.1s linear;
}
.blogWrap .item .itemInner .autor {
  float: left;
  padding-left: 0;
  font-style: normal;
  color: #269df0;
  text-transform: uppercase;
}
.blogWrap .item .itemInner .catName {
  font-size: 0.625em;
  text-transform: uppercase;
  color: #269df0;
  transition: all 0.1s linear;
  margin-top: auto;
}
.blogWrap .item .itemInner .name {
  color: #269df0;
  font-weight: bold;
}
.blogWrap .item .itemInner .text {
  color: #4e4e4e;
  transition: all 0.1s linear;
  margin-bottom: 1rem;
}
.blogWrap .item .itemInner:hover {
  background: #269df0;
}
.blogWrap .item .itemInner:hover * {
  color: #fff;
}
.blogWrap .item .itemInner:hover .date {
  color: #c6e3fb;
}
.blogWrap .item .itemInner:hover .date svg {
  fill: #c6e3fb;
}
.blogWrap.t2 {
  background: #e1effb;
  position: relative;
  padding-bottom: 6rem;
  margin-bottom: 6em;
}
.blogWrap.t2 .btnCircle {
  position: absolute;
  transform: translateY(-50%);
  top: 100%;
}
.blogWrap.t2 .nRow {
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}
.blogWrap .item.t2 {
  margin-bottom: 0;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  border-right: 1px solid #fff;
}
.blogWrap .item.t2:nth-child(n+3) {
  border-right: none;
}
.blogWrap .item.t2 .itemInner {
  background: none;
}
.blogWrap .item.t2 .itemInner .img {
  margin-bottom: 1em;
}
.blogWrap .item.t2 .itemInner .img a {
  display: block;
}
.blogWrap .item.t2 .itemInner .img img {
  max-width: 80%;
  border: 0.375rem solid #fff;
  margin: 0 auto;
}
.blogWrap .item.t2 .itemInner .content {
  padding: 0;
  text-align: center;
}
.blogWrap .item.t2 .itemInner .content a {
  color: #269df0;
}
.blogWrap .item.t2 .itemInner .name {
  margin-bottom: 0.5em;
}
.blogWrap .item.t2 .itemInner .text {
  font-size: 0.875em;
  margin-bottom: 0;
}
.blogWrap .item.t2:hover {
  color: #4e4e4e;
}
.blogWrap .item.t2:hover * {
  color: #4e4e4e;
}
@media (max-width: 1260px) {
  .blogWrap.t2 .nRow {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blogWrap .item.t2 {
    padding-left: 15px;
    padding-right: 15px;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .blogWrap .item.t2 {
    margin-bottom: 30px;
  }
  .blogWrap .item.t2 .itemInner .text {
    font-size: 12px;
  }
  .blogWrap .item.t2:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .blogWrap .item {
    width: 100%;
  }
}
.frm .frmElement {
  margin-bottom: 0.75rem;
}
.frm .frmElement .frmElementLabel {
  display: block;
  margin-bottom: 0.375rem;
}
.frm .frmElement .frmElementLabel label {
  display: block;
  color: #00498e;
  font-weight: bold;
}
.frm .frmElement input[type="text"],
.frm .frmElement input[type="password"],
.frm .frmElement select,
.frm .frmElement textarea {
  display: block;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #269df0;
  background: #fff;
  height: 40px;
  padding: 0 0.375rem;
}
.frm .frmElement textarea {
  height: 4.375em;
  padding: 0.375rem;
}
.frm .frmElement input[type="submit"] {
  background: #08bad1;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0.8em 1.3em;
  border-radius: 2px;
  border: none;
  transition: all 0.1s linear;
  white-space: normal;
}
.frm .frmElement input[type="submit"]:hover {
  background: #00498e;
}
.frm .frmElement .frmElementError {
  padding: 0.2em;
  color: #c12028;
  font-weigth: 700;
  font-size: 12px;
}
.frm .frmElementInputCheckbox,
.frm .frmElementInputRadio {
  position: relative;
  padding-left: 24px;
}
.frm .frmElementInputCheckbox input,
.frm .frmElementInputRadio input {
  position: absolute;
  top: 0.16em;
  left: 0;
  cursor: pointer;
}
.frm .frmElementInputCheckbox label,
.frm .frmElementInputRadio label {
  cursor: pointer;
  width: 100%;
  display: block;
}
.frm .filesContentWrap {
  background: #fff;
  border: 1px dashed #aeaeae;
  padding: 1em;
  color: #a5b3cf;
  min-height: 8.75em;
}
.frm .filesContentWrap svg {
  float: left;
  display: inline-block;
  width: 3.75em;
  height: auto;
  margin-right: 1em;
}
.frm .filesContentWrap .fileAdd {
  color: #60b6f4;
}
.frm .fileItem {
  margin-bottom: 0.5em;
}
.frm .fileItem:last-child {
  margin-bottom: 3em;
}
.frm .fileItem .fileItemRemove {
  background: #c12028;
  padding: 0.2em 0.5em;
  text-decoration: none;
  line-height: normal;
  font-weight: bold;
  margin-left: 1.5em;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  border-radius: 2px;
}
.frm .fileItem .fileItemRemove:hover {
  background: #8e1c21;
}
.bookFormWrap .mainHeader {
  text-align: center;
}
.bookFormWrap .mainHeader h2 {
  margin-bottom: 0.2em;
}
.bookFormWrap .mainHeader h2,
.bookFormWrap .mainHeader p {
  color: #00498e;
}
.bookFormWrap .mainHeader p {
  margin-bottom: 2.3em;
}
.bookFormWrap .numBox {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.bookFormWrap .numBox.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.bookFormWrap .numBox.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bookFormWrap .numBox.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.bookFormWrap .numBox.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bookFormWrap .numBox:last-child {
  margin-bottom: 0;
}
.bookFormWrap .numBox .num {
  width: 2.4em;
  height: 2.4em;
  color: #fff;
  font-weight: 700;
  background: #269df0;
  border: 4px solid #fff;
  border-radius: 1000px;
  font-size: 1.625em;
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox .num.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.bookFormWrap .numBox .num.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bookFormWrap .numBox .num.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.bookFormWrap .numBox .num.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox .num.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox .num.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox .num.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox .text {
  margin-left: 1rem;
  text-align: center;
  color: #00498e;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox .text.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.bookFormWrap .numBox .text.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bookFormWrap .numBox .text.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.bookFormWrap .numBox .text.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox .text.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox .text.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox .text.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormWrap .numBox .text h4 {
  margin-bottom: 0;
  color: #00498e;
}
.bookFormWrap .numBox .text span {
  font-size: 0.875em;
  font-style: italic;
  line-height: normal;
}
.bookFormContent {
  background: #c6e3fb;
  padding: 3.75rem 2rem 2rem 2rem;
}
.bookFormContent .left {
  padding-right: 4rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.bookFormContent .left.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.bookFormContent .left.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bookFormContent .left.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.bookFormContent .left.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormContent .left.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormContent .left.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormContent .left.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookFormContent .left:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 4px;
  left: calc(12px + 2em);
  height: 100%;
  top: 0;
  z-index: 5;
}
.bookFormContent .left .bottomContent {
  margin-top: auto;
}
.bookFormContent .right .frmElementPopis {
  line-height: 1.5em;
  font-size: 0.75em;
}
.bookFormContent .bottom {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.bookFormContent input[type="submit"] {
  margin: 0 auto;
  display: block;
}
.bookFormContent textarea {
  min-height: 6rem;
}
@media (max-width: 1199px) {
  .bookFormContent .left {
    padding-right: 15px;
  }
  .bookFormContent .right {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .bookFormContent .left {
    margin-bottom: 30px;
  }
  .bookFormContent .left:before {
    display: none;
  }
  .bookFormContent .left .numBox {
    display: block;
  }
  .bookFormContent .left .numBox .num {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .bookFormContent .left .numBox .text {
    display: block;
  }
}
@media (max-width: 767px) {
  .bookFormContent .right .frmElementPopis {
    font-size: 10px;
  }
}
.bookFormSideWrap {
  background: #c6e3fb;
  padding: 1em;
}
.bookFormSideWrap h3 {
  font-weight: bold;
  width: 50%;
  color: #00498e;
}
.bookFormSideWrap form input[type="submit"] {
  white-space: normal;
  display: block;
  margin: 0 auto !important;
  text-transform: uppercase;
}
.bookFormSideWrap form input[type="checkbox"] {
  top: 0;
}
.bookFormSideWrap form .frmElementLabel {
  margin-bottom: 0.15rem;
  display: block;
}
.bookFormSideWrap form .frmElementLabel label {
  font-size: 0.875em;
  line-height: 1;
}
.bookFormSideWrap form .frmElementPopis {
  display: block;
  line-height: 1.2em;
  font-size: 10px;
}
.bookFormSideWrap .img-bef {
  position: relative;
}
.bookFormSideWrap .img-bef input {
  position: relative;
  z-index: 10;
}
.bookFormSideWrap .img-bef:before {
  content: '';
  background: url('/images/book-form-bg.png') no-repeat center center;
  background-size: 104px 170px;
  width: 104px;
  height: 170px;
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
  z-index: 5;
}
.storyBox h3 {
  color: #269df0;
}
.storyBox .item {
  font-family: 'Georgia', Arial, sans-serif;
  font-style: italic;
  font-size: 1.25em;
  line-height: 1.5em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.storyBox .item .itemInner {
  height: 100%;
}
.storyBox .item .itemInner .itemContent {
  position: relative;
  text-indent: 2em;
  margin-bottom: 1em;
}
.storyBox .item .itemInner span.text {
  display: inline;
  text-indent: 0;
  box-sizing: border-box;
}
.storyBox .item .itemInner span.ap {
  font-family: 'Times New Roman', Arial, sans-serif;
  color: #08bad1;
  width: 1px;
  height: 1px;
  font-size: 3.75em;
  font-weight: bold;
  display: block;
  position: absolute;
}
.storyBox .item .itemInner span.ap span {
  display: block;
  position: absolute;
}
.storyBox .item .itemInner span.bottom {
  bottom: 0.2em;
  right: 0;
}
.storyBox .item .itemInner span.bottom span {
  right: 0;
  top: 0;
}
.storyBox .item .itemInner span.top {
  top: 0;
  left: -0.2em;
}
.storyBox .item .itemInner span.top span {
  left: 0;
  top: 0;
}
.storyBox .item a {
  margin-top: auto;
  display: block;
  font-family: 'Arial', Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 991px) {
  .storyBox .item .itemInner span.top {
    left: -0.1em;
    top: 0em;
  }
  .storyBox .item .itemInner span.bottom {
    bottom: 0em;
  }
}
.footerWrap {
  padding: 2em 0;
  background: #eaeae9;
  background: -moz-linear-gradient(top, #eaeae9 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eaeae9 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eaeae9 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeae9', endColorstr='#ffffff', GradientType=0);
}
.footerWrap .footLogo {
  margin: 0 auto;
  width: 60%;
  height: auto;
  display: block;
  max-width: 180px;
}
.footerWrap .box:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.footerWrap .box:last-child.rows {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.footerWrap .box:last-child.rows.rowsWrap {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footerWrap .box:last-child.cols {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.footerWrap .box:last-child.vertical-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footerWrap .box:last-child.vertical-middle-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footerWrap .box:last-child.vertical-middle-left {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footerWrap .box:last-child.vertical-middle-right {
  -webkit-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footerWrap .box .wsEd {
  font-size: 0.875em;
}
.footerWrap .box ul,
.footerWrap .box ol {
  margin-left: -2%;
}
.footerWrap .box ul li,
.footerWrap .box ol li {
  color: #269df0;
  margin-left: 2%;
  width: 48%;
  float: left;
  margin: 0.4em 0;
}
.footerWrap .box ul li a,
.footerWrap .box ol li a {
  color: #4e4e4e;
  text-decoration: none;
}
.footerWrap .box ul li a:hover,
.footerWrap .box ol li a:hover {
  color: #269df0;
}
.footerWrap .box h3 {
  font-size: 1.7em;
  color: #5e5e5e;
}
.footerWrap .box.left em {
  line-height: 2em;
}
.footerWrap .box.left .boxContent {
  padding: 3em 0;
}
.footerWrap .box.right li {
  float: none;
  display: block;
  width: auto;
}
.footerWrap .infoBox {
  float: none;
}
.footerWrap .infoBox a {
  text-decoration: none;
}
.footerWrap .infoBox .r1,
.footerWrap .infoBox .r2 {
  text-align: left;
  display: block;
  margin: 7px 0;
}
.footerWrap .infoBox .r1 {
  font-size: 14px;
  color: #ca9877;
}
.footerWrap .infoBox .r2 a {
  color: #00498e;
  font-size: 2.14em;
}
.footerWrap .infoBox svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.footerWrap .bottom {
  margin-top: auto;
}
.footerWrap .social .icons {
  margin-top: 1em;
}
.footerWrap .social .icons a {
  text-decoration: none;
}
.footerWrap .social .icons img,
.footerWrap .social .icons svg {
  display: inline-block;
}
.footerWrap .copyright {
  margin-top: 2em;
  font-size: 0.8em;
}
@media (max-width: 1199px) {
  .footerWrap .box.left {
    margin-bottom: 30px;
  }
  .footerWrap .box.left .boxContent {
    padding: 1em 0;
  }
}
@media (max-width: 991px) {
  .footerWrap .box ul,
  .footerWrap .box ol {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footerWrap .box {
    margin-bottom: 30px;
  }
  .footerWrap .box .wsEd {
    font-size: 12px;
  }
  .footerWrap .box:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .footerWrap .box:last-child.rows {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .footerWrap .box:last-child.rows.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footerWrap .box:last-child.cols {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .footerWrap .box:last-child.vertical-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footerWrap .box:last-child.vertical-middle-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footerWrap .box:last-child.vertical-middle-left {
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footerWrap .box:last-child.vertical-middle-right {
    -webkit-box-align: right;
    -webkit-align-items: right;
    -ms-flex-align: right;
    align-items: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footerWrap .box:last-child.rowsWrap {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footerWrap .box:last-child .top,
  .footerWrap .box:last-child .bottom {
    width: 50%;
  }
}
