@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:400,400i,500,500i");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.4; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

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

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

/*Colors*/
/*Break Points*/
/*mixin flexbox*/
/*Example
.wrapper {
  @include flexbox();
}

.item {
  @include flex(1 200px);
  @include order(2);
}
 */
/*@include flexbox()*/
/*Colors*/
/*Break Points*/
.btn {
  cursor: pointer; }
  .btn:focus {
    outline: none; }
  .btn.transparent {
    background: transparent;
    color: #24272A;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid;
    font-family: "Fira Sans Condensed", sans-serif;
    border: transparent;
    background-color: transparent;
    font-size: 1em;
    padding: 0 12px 0 0;
    font-weight: 500;
    line-height: 1;
    font-style: italic;
    position: relative; }
    .btn.transparent:hover {
      background: transparent;
      color: #000000;
      cursor: pointer;
      transition: all .3s linear; }
    .btn.transparent:before, .btn.transparent:after {
      content: '';
      position: absolute; }
    .btn.transparent:before {
      bottom: 1px;
      height: 1px;
      width: 100%;
      background-color: #24272A; }
    .btn.transparent:after {
      content: '>';
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .btn.red {
    background: transparent;
    color: #ce0e2d;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid;
    font-family: "Fira Sans Condensed", sans-serif;
    border: transparent;
    background-color: transparent;
    font-size: 1em;
    padding: 0 12px 0 0;
    font-weight: 500;
    line-height: 1;
    font-style: italic;
    position: relative; }
    .btn.red:hover {
      background: transparent;
      color: #b91d29;
      cursor: pointer;
      transition: all .3s linear; }
    .btn.red:before, .btn.red:after {
      content: '';
      position: absolute; }
    .btn.red:before {
      bottom: 1px;
      height: 1px;
      width: 100%;
      background-color: #ce0e2d; }
    .btn.red:after {
      content: '>';
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .btn.full-red {
    background: #ce0e2d;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid;
    font-style: italic;
    font-size: 1em;
    padding: 8px;
    min-width: 135px; }
    .btn.full-red:hover {
      background: #b91d29;
      color: #ffffff;
      cursor: pointer;
      transition: all .3s linear; }

a.btn {
  text-decoration: none; }

/*Colors*/
/*Break Points*/
html {
  font-size: 16px; }

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-style: normal;
  text-rendering: optimizeLegibility; }

h1,
h2,
h4 {
  font-style: italic; }

h2 {
  font-weight: 500; }

p {
  margin-bottom: 15px;
  text-align: justify; }

ul:not(.unlabeled) {
  padding-left: 19px;
  list-style: disc;
  text-align: left; }
  ul:not(.unlabeled) li {
    margin-bottom: 0.5em; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  text-align: left; }

strong,
b {
  font-weight: 500; }

i,
em {
  font-style: italic; }

blockquote {
  padding-left: 20px;
  border-left: 2px solid #e5e5e5; }
  blockquote p {
    margin-top: 15px;
    font-style: italic; }

/* Fix for mobile chrome text translating after click on it */
[data-text]:after {
  content: attr(data-text); }

@media screen and (min-width: 768px) {
  body {
    font-size: 1.25rem; }
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 1.6875rem; }
  h3 {
    font-size: 1.5rem; }
  h4,
  h5,
  h6,
  p {
    font-size: 1.25rem; } }

@media screen and (max-width: 767px) {
  body {
    font-size: .9375rem; }
  h1 {
    font-size: 1.5rem; }
  h2 {
    font-size: 1.1875rem; }
  h3 {
    font-size: 1rem; } }

/*Colors*/
/*Break Points*/
*,
*:before,
*:after {
  box-sizing: border-box; }

/*Safari quick blinking fix*/
* {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

html {
  height: 100%;
  min-height: 100%; }

body {
  height: 100%; }
  body.overflow {
    overflow: hidden; }

.page-wrapper,
.page-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%; }

.page-holder {
  -webkit-flex-direction: column;
  /* Safari 6.1+ */
  flex-direction: column;
  width: 100%; }

.main-page-heder {
  flex-shrink: 0; }

.main-page-contant {
  overflow: auto;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%; }

.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-start {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.flex-space-between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-stretch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* Safari 6.1+ */
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  /* Safari 7.0+ */
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }

.al-c {
  align-items: center; }

.j-spb {
  justify-content: space-between; }

.overflow-none {
  overflow: hidden; }
  .overflow-none main {
    overflow: hidden; }

.backdrop {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10; }

.container {
  margin: 0 auto;
  width: 100%; }

.hidden {
  display: none; }

a {
  cursor: pointer;
  color: #ce0e2d; }
  a.active {
    color: #ce0e2d !important; }

img {
  width: 100%;
  max-width: 100%;
  display: block; }

.bruc-bond {
  display: inline-block;
  color: #ce0e2d;
  white-space: nowrap; }

.banner {
  position: relative; }
  .banner .title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center; }
  .banner img {
    display: block; }

.card {
  max-width: 870px;
  margin: 0 auto;
  background-color: #ffffff; }
  .card .notice-hr {
    margin-top: 50px;
    margin-bottom: 50px; }
  .card .title {
    text-align: center;
    margin-bottom: 25px; }
  .card .sub-title {
    color: #ce0e2d;
    font-size: 1.11111111em;
    margin-top: 5px;
    margin-bottom: 0.5em; }
  .card .content {
    font-size: 1em;
    text-align: justify; }
  .card .btn-box {
    text-align: center;
    margin-top: 25px; }

.decoration {
  z-index: 1;
  position: absolute;
  background-color: #ffffff;
  height: 3px; }

.navigation {
  text-align: center;
  padding: 20px 0;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 500; }
  .navigation a {
    color: #24272A;
    text-decoration: none; }
    .navigation a:not(:last-child) {
      margin-right: 20px; }
    .navigation a:hover {
      color: #ce0e2d; }

.seo {
  visibility: hidden;
  height: 0;
  width: 0;
  position: relative;
  z-index: -10; }

#cookieConsent {
  background-color: #ce0e2d;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px 0;
  font-size: 16px; }
  #cookieConsent .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    -ms-flex-align: center;
    align-items: center; }
    #cookieConsent .container a {
      color: inherit; }
  #cookieConsent .cookie-content {
    padding-right: 15px; }
  #cookieConsent .action button {
    padding: 8px 37px;
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap; }

.link-imitation .link {
  color: #ce0e2d;
  text-decoration: underline;
  vertical-align: middle;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  font-style: italic;
  margin-top: 30px;
  border: none;
  background-color: transparent; }

.more-toggler {
  cursor: pointer;
  color: #ce0e2d;
  text-decoration: underline; }

.error {
  color: #ce0e2d;
  font-size: 0.875rem; }

.disabled {
  opacity: 0.3; }

.w-1 {
  width: 1%; }

.w-2 {
  width: 2%; }

.w-3 {
  width: 3%; }

.w-4 {
  width: 4%; }

.w-5 {
  width: 5%; }

.w-6 {
  width: 6%; }

.w-7 {
  width: 7%; }

.w-8 {
  width: 8%; }

.w-9 {
  width: 9%; }

.w-10 {
  width: 10%; }

.w-11 {
  width: 11%; }

.w-12 {
  width: 12%; }

.w-13 {
  width: 13%; }

.w-14 {
  width: 14%; }

.w-15 {
  width: 15%; }

.w-16 {
  width: 16%; }

.w-17 {
  width: 17%; }

.w-18 {
  width: 18%; }

.w-19 {
  width: 19%; }

.w-20 {
  width: 20%; }

.w-21 {
  width: 21%; }

.w-22 {
  width: 22%; }

.w-23 {
  width: 23%; }

.w-24 {
  width: 24%; }

.w-25 {
  width: 25%; }

.w-26 {
  width: 26%; }

.w-27 {
  width: 27%; }

.w-28 {
  width: 28%; }

.w-29 {
  width: 29%; }

.w-30 {
  width: 30%; }

.w-31 {
  width: 31%; }

.w-32 {
  width: 32%; }

.w-33 {
  width: 33%; }

.w-34 {
  width: 34%; }

.w-35 {
  width: 35%; }

.w-36 {
  width: 36%; }

.w-37 {
  width: 37%; }

.w-38 {
  width: 38%; }

.w-39 {
  width: 39%; }

.w-40 {
  width: 40%; }

.w-41 {
  width: 41%; }

.w-42 {
  width: 42%; }

.w-43 {
  width: 43%; }

.w-44 {
  width: 44%; }

.w-45 {
  width: 45%; }

.w-46 {
  width: 46%; }

.w-47 {
  width: 47%; }

.w-48 {
  width: 48%; }

.w-49 {
  width: 49%; }

.w-50 {
  width: 50%; }

.w-51 {
  width: 51%; }

.w-52 {
  width: 52%; }

.w-53 {
  width: 53%; }

.w-54 {
  width: 54%; }

.w-55 {
  width: 55%; }

.w-56 {
  width: 56%; }

.w-57 {
  width: 57%; }

.w-58 {
  width: 58%; }

.w-59 {
  width: 59%; }

.w-60 {
  width: 60%; }

.w-61 {
  width: 61%; }

.w-62 {
  width: 62%; }

.w-63 {
  width: 63%; }

.w-64 {
  width: 64%; }

.w-65 {
  width: 65%; }

.w-66 {
  width: 66%; }

.w-67 {
  width: 67%; }

.w-68 {
  width: 68%; }

.w-69 {
  width: 69%; }

.w-70 {
  width: 70%; }

.w-71 {
  width: 71%; }

.w-72 {
  width: 72%; }

.w-73 {
  width: 73%; }

.w-74 {
  width: 74%; }

.w-75 {
  width: 75%; }

.w-76 {
  width: 76%; }

.w-77 {
  width: 77%; }

.w-78 {
  width: 78%; }

.w-79 {
  width: 79%; }

.w-80 {
  width: 80%; }

.w-81 {
  width: 81%; }

.w-82 {
  width: 82%; }

.w-83 {
  width: 83%; }

.w-84 {
  width: 84%; }

.w-85 {
  width: 85%; }

.w-86 {
  width: 86%; }

.w-87 {
  width: 87%; }

.w-88 {
  width: 88%; }

.w-89 {
  width: 89%; }

.w-90 {
  width: 90%; }

.w-91 {
  width: 91%; }

.w-92 {
  width: 92%; }

.w-93 {
  width: 93%; }

.w-94 {
  width: 94%; }

.w-95 {
  width: 95%; }

.w-96 {
  width: 96%; }

.w-97 {
  width: 97%; }

.w-98 {
  width: 98%; }

.w-99 {
  width: 99%; }

.w-100 {
  width: 100%; }

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1260px; }
  .w-lg-1 {
    width: 1%; }
  .w-lg-2 {
    width: 2%; }
  .w-lg-3 {
    width: 3%; }
  .w-lg-4 {
    width: 4%; }
  .w-lg-5 {
    width: 5%; }
  .w-lg-6 {
    width: 6%; }
  .w-lg-7 {
    width: 7%; }
  .w-lg-8 {
    width: 8%; }
  .w-lg-9 {
    width: 9%; }
  .w-lg-10 {
    width: 10%; }
  .w-lg-11 {
    width: 11%; }
  .w-lg-12 {
    width: 12%; }
  .w-lg-13 {
    width: 13%; }
  .w-lg-14 {
    width: 14%; }
  .w-lg-15 {
    width: 15%; }
  .w-lg-16 {
    width: 16%; }
  .w-lg-17 {
    width: 17%; }
  .w-lg-18 {
    width: 18%; }
  .w-lg-19 {
    width: 19%; }
  .w-lg-20 {
    width: 20%; }
  .w-lg-21 {
    width: 21%; }
  .w-lg-22 {
    width: 22%; }
  .w-lg-23 {
    width: 23%; }
  .w-lg-24 {
    width: 24%; }
  .w-lg-25 {
    width: 25%; }
  .w-lg-26 {
    width: 26%; }
  .w-lg-27 {
    width: 27%; }
  .w-lg-28 {
    width: 28%; }
  .w-lg-29 {
    width: 29%; }
  .w-lg-30 {
    width: 30%; }
  .w-lg-31 {
    width: 31%; }
  .w-lg-32 {
    width: 32%; }
  .w-lg-33 {
    width: 33%; }
  .w-lg-34 {
    width: 34%; }
  .w-lg-35 {
    width: 35%; }
  .w-lg-36 {
    width: 36%; }
  .w-lg-37 {
    width: 37%; }
  .w-lg-38 {
    width: 38%; }
  .w-lg-39 {
    width: 39%; }
  .w-lg-40 {
    width: 40%; }
  .w-lg-41 {
    width: 41%; }
  .w-lg-42 {
    width: 42%; }
  .w-lg-43 {
    width: 43%; }
  .w-lg-44 {
    width: 44%; }
  .w-lg-45 {
    width: 45%; }
  .w-lg-46 {
    width: 46%; }
  .w-lg-47 {
    width: 47%; }
  .w-lg-48 {
    width: 48%; }
  .w-lg-49 {
    width: 49%; }
  .w-lg-50 {
    width: 50%; }
  .w-lg-51 {
    width: 51%; }
  .w-lg-52 {
    width: 52%; }
  .w-lg-53 {
    width: 53%; }
  .w-lg-54 {
    width: 54%; }
  .w-lg-55 {
    width: 55%; }
  .w-lg-56 {
    width: 56%; }
  .w-lg-57 {
    width: 57%; }
  .w-lg-58 {
    width: 58%; }
  .w-lg-59 {
    width: 59%; }
  .w-lg-60 {
    width: 60%; }
  .w-lg-61 {
    width: 61%; }
  .w-lg-62 {
    width: 62%; }
  .w-lg-63 {
    width: 63%; }
  .w-lg-64 {
    width: 64%; }
  .w-lg-65 {
    width: 65%; }
  .w-lg-66 {
    width: 66%; }
  .w-lg-67 {
    width: 67%; }
  .w-lg-68 {
    width: 68%; }
  .w-lg-69 {
    width: 69%; }
  .w-lg-70 {
    width: 70%; }
  .w-lg-71 {
    width: 71%; }
  .w-lg-72 {
    width: 72%; }
  .w-lg-73 {
    width: 73%; }
  .w-lg-74 {
    width: 74%; }
  .w-lg-75 {
    width: 75%; }
  .w-lg-76 {
    width: 76%; }
  .w-lg-77 {
    width: 77%; }
  .w-lg-78 {
    width: 78%; }
  .w-lg-79 {
    width: 79%; }
  .w-lg-80 {
    width: 80%; }
  .w-lg-81 {
    width: 81%; }
  .w-lg-82 {
    width: 82%; }
  .w-lg-83 {
    width: 83%; }
  .w-lg-84 {
    width: 84%; }
  .w-lg-85 {
    width: 85%; }
  .w-lg-86 {
    width: 86%; }
  .w-lg-87 {
    width: 87%; }
  .w-lg-88 {
    width: 88%; }
  .w-lg-89 {
    width: 89%; }
  .w-lg-90 {
    width: 90%; }
  .w-lg-91 {
    width: 91%; }
  .w-lg-92 {
    width: 92%; }
  .w-lg-93 {
    width: 93%; }
  .w-lg-94 {
    width: 94%; }
  .w-lg-95 {
    width: 95%; }
  .w-lg-96 {
    width: 96%; }
  .w-lg-97 {
    width: 97%; }
  .w-lg-98 {
    width: 98%; }
  .w-lg-99 {
    width: 99%; }
  .w-lg-100 {
    width: 100%; }
  #cookieConsent .container {
    left: 3px; } }

@media screen and (min-width: 1199px) and (max-width: 1400px) {
  .container {
    max-width: 1000px; } }

@media screen and (min-width: 1023px) and (max-width: 1200px) {
  .container {
    max-width: 900px; } }

@media screen and (max-width: 1023px) {
  .container {
    max-width: 100%;
    padding: 0 25px; } }

@media screen and (min-width: 1200px) {
  .w-lg-1 {
    width: 1%; }
  .w-lg-2 {
    width: 2%; }
  .w-lg-3 {
    width: 3%; }
  .w-lg-4 {
    width: 4%; }
  .w-lg-5 {
    width: 5%; }
  .w-lg-6 {
    width: 6%; }
  .w-lg-7 {
    width: 7%; }
  .w-lg-8 {
    width: 8%; }
  .w-lg-9 {
    width: 9%; }
  .w-lg-10 {
    width: 10%; }
  .w-lg-11 {
    width: 11%; }
  .w-lg-12 {
    width: 12%; }
  .w-lg-13 {
    width: 13%; }
  .w-lg-14 {
    width: 14%; }
  .w-lg-15 {
    width: 15%; }
  .w-lg-16 {
    width: 16%; }
  .w-lg-17 {
    width: 17%; }
  .w-lg-18 {
    width: 18%; }
  .w-lg-19 {
    width: 19%; }
  .w-lg-20 {
    width: 20%; }
  .w-lg-21 {
    width: 21%; }
  .w-lg-22 {
    width: 22%; }
  .w-lg-23 {
    width: 23%; }
  .w-lg-24 {
    width: 24%; }
  .w-lg-25 {
    width: 25%; }
  .w-lg-26 {
    width: 26%; }
  .w-lg-27 {
    width: 27%; }
  .w-lg-28 {
    width: 28%; }
  .w-lg-29 {
    width: 29%; }
  .w-lg-30 {
    width: 30%; }
  .w-lg-31 {
    width: 31%; }
  .w-lg-32 {
    width: 32%; }
  .w-lg-33 {
    width: 33%; }
  .w-lg-34 {
    width: 34%; }
  .w-lg-35 {
    width: 35%; }
  .w-lg-36 {
    width: 36%; }
  .w-lg-37 {
    width: 37%; }
  .w-lg-38 {
    width: 38%; }
  .w-lg-39 {
    width: 39%; }
  .w-lg-40 {
    width: 40%; }
  .w-lg-41 {
    width: 41%; }
  .w-lg-42 {
    width: 42%; }
  .w-lg-43 {
    width: 43%; }
  .w-lg-44 {
    width: 44%; }
  .w-lg-45 {
    width: 45%; }
  .w-lg-46 {
    width: 46%; }
  .w-lg-47 {
    width: 47%; }
  .w-lg-48 {
    width: 48%; }
  .w-lg-49 {
    width: 49%; }
  .w-lg-50 {
    width: 50%; }
  .w-lg-51 {
    width: 51%; }
  .w-lg-52 {
    width: 52%; }
  .w-lg-53 {
    width: 53%; }
  .w-lg-54 {
    width: 54%; }
  .w-lg-55 {
    width: 55%; }
  .w-lg-56 {
    width: 56%; }
  .w-lg-57 {
    width: 57%; }
  .w-lg-58 {
    width: 58%; }
  .w-lg-59 {
    width: 59%; }
  .w-lg-60 {
    width: 60%; }
  .w-lg-61 {
    width: 61%; }
  .w-lg-62 {
    width: 62%; }
  .w-lg-63 {
    width: 63%; }
  .w-lg-64 {
    width: 64%; }
  .w-lg-65 {
    width: 65%; }
  .w-lg-66 {
    width: 66%; }
  .w-lg-67 {
    width: 67%; }
  .w-lg-68 {
    width: 68%; }
  .w-lg-69 {
    width: 69%; }
  .w-lg-70 {
    width: 70%; }
  .w-lg-71 {
    width: 71%; }
  .w-lg-72 {
    width: 72%; }
  .w-lg-73 {
    width: 73%; }
  .w-lg-74 {
    width: 74%; }
  .w-lg-75 {
    width: 75%; }
  .w-lg-76 {
    width: 76%; }
  .w-lg-77 {
    width: 77%; }
  .w-lg-78 {
    width: 78%; }
  .w-lg-79 {
    width: 79%; }
  .w-lg-80 {
    width: 80%; }
  .w-lg-81 {
    width: 81%; }
  .w-lg-82 {
    width: 82%; }
  .w-lg-83 {
    width: 83%; }
  .w-lg-84 {
    width: 84%; }
  .w-lg-85 {
    width: 85%; }
  .w-lg-86 {
    width: 86%; }
  .w-lg-87 {
    width: 87%; }
  .w-lg-88 {
    width: 88%; }
  .w-lg-89 {
    width: 89%; }
  .w-lg-90 {
    width: 90%; }
  .w-lg-91 {
    width: 91%; }
  .w-lg-92 {
    width: 92%; }
  .w-lg-93 {
    width: 93%; }
  .w-lg-94 {
    width: 94%; }
  .w-lg-95 {
    width: 95%; }
  .w-lg-96 {
    width: 96%; }
  .w-lg-97 {
    width: 97%; }
  .w-lg-98 {
    width: 98%; }
  .w-lg-99 {
    width: 99%; }
  .w-lg-100 {
    width: 100%; } }

@media screen and (max-width: 940px) {
  .card {
    margin: 0 25px; } }

@media screen and (max-width: 767px) {
  .card {
    padding: 20px 0;
    box-shadow: none; }
  .navigation {
    text-align: left;
    font-size: 1.33333em; }
    .navigation a {
      display: inline-block; } }

@media screen and (min-width: 768px) {
  .card {
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
    padding: 3% 5%; } }

@media screen and (max-width: 320px) {
  .card .small-img {
    max-width: 125px;
    margin: 15px auto 35px; } }

@media screen and (min-width: 321px) {
  .card .small-img {
    max-width: 170px;
    margin: 25px auto 55px; } }

.hd-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0; }
  .hd-nav .navbar-collapse {
    font-size: .8em; }
  .hd-nav .logo-wrap {
    width: 100%;
    max-width: 300px; }
  .hd-nav .home-page-link {
    display: inline-block;
    width: 100%;
    max-width: 200px; }
    .hd-nav .home-page-link .bb-mag-link {
      margin-left: -15px;
      width: 235px; }
  .hd-nav .lg-navigation {
    -webkit-align-items: center;
    /* Safari 7.0+ */
    -ms-flex-align: center;
    align-items: center; }
  .hd-nav .main-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    -ms-flex-align: center;
    align-items: center; }
    .hd-nav .main-navigation ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .hd-nav .main-navigation ul li:hover > a {
        color: #ce0e2d; }
      .hd-nav .main-navigation ul a {
        text-decoration: none;
        font-style: italic;
        color: #24272A; }
    .hd-nav .main-navigation > .menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .hd-nav .main-navigation > .menu > li {
        display: inline-block;
        position: relative;
        margin: 0 10px; }
        .hd-nav .main-navigation > .menu > li:hover > .sub-menu-wrapp {
          display: block; }
          .hd-nav .main-navigation > .menu > li:hover > .sub-menu-wrapp li a {
            cursor: pointer; }
    .hd-nav .main-navigation .login {
      position: relative; }
      .hd-nav .main-navigation .login:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        height: 1px;
        width: 100%;
        background-color: #24272A; }
  .hd-nav .separated-header {
    min-width: 110px;
    margin-left: 10px; }
  .hd-nav .sub-menu-wrapp {
    display: none;
    margin: 0;
    padding-top: 15px;
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%); }
    .hd-nav .sub-menu-wrapp .sub-menu {
      position: relative;
      padding: 15px 0;
      -webkit-align-items: center;
      /* Safari 7.0+ */
      -ms-flex-align: center;
      align-items: center;
      background-color: #ffffff;
      z-index: 2;
      box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3); }
      .hd-nav .sub-menu-wrapp .sub-menu:before, .hd-nav .sub-menu-wrapp .sub-menu:after {
        content: '';
        position: absolute; }
      .hd-nav .sub-menu-wrapp .sub-menu:before {
        top: -3px;
        left: 50%;
        width: 15px;
        height: 15px;
        background-color: #ffffff;
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
        transform: rotate(45deg) translateX(-50%); }
      .hd-nav .sub-menu-wrapp .sub-menu:after {
        width: 35px;
        height: 15px;
        background-color: #ffffff;
        left: 50%;
        top: 0px;
        transform: translateX(-50%); }
      .hd-nav .sub-menu-wrapp .sub-menu > li {
        padding: 5px 20px;
        white-space: nowrap;
        text-align: left; }
        .hd-nav .sub-menu-wrapp .sub-menu > li .sub-menu-nested > li {
          padding: 0 15px;
          white-space: nowrap;
          text-align: left; }
  .hd-nav .apply-for-account-wrapper {
    margin-left: 10px;
    width: 175px; }
    .hd-nav .apply-for-account-wrapper > a {
      font-style: italic;
      display: inline-block;
      color: #ffffff;
      text-decoration: none;
      padding: 7px 30px;
      background-color: #ce0e2d;
      box-sizing: border-box;
      max-height: 36px; }
    .hd-nav .apply-for-account-wrapper:hover > a {
      background-color: #f1f1f1;
      color: #ce0e2d; }

.bb-magazine-header {
  margin-bottom: 60px;
  background-color: #24272A; }
  .bb-magazine-header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 60px; }
    .bb-magazine-header .container .home-page-link {
      color: #ffffff;
      text-decoration: none;
      position: relative;
      z-index: 2; }
      .bb-magazine-header .container .home-page-link > span {
        font-style: italic; }
  .bb-magazine-header .bb-mag-link {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 180px; }
  .bb-magazine-header .news-and-media-link {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 350px; }
  .bb-magazine-header .home-page-link > span {
    display: inline-block;
    position: relative; }
    .bb-magazine-header .home-page-link > span:before {
      content: '<';
      display: inline-block;
      padding-right: 5px; }

@media screen and (min-width: 1200px) {
  .hd-nav .navbar-toggler,
  .hd-nav .nav-hd-sm,
  .hd-nav .login-sm {
    display: none; }
  .hd-nav .navbar-collapse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .hd-nav .nav-wrapper {
    padding: 10px 0;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    -ms-flex-align: center;
    align-items: center; }
  .hd-nav .sub-menu li {
    text-align: center; } }

@media screen and (max-width: 1199px) {
  .hd-nav {
    padding-bottom: 15px; }
    .hd-nav .navbar-collapse {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 3;
      width: 100vw;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4);
      transition: right .3s linear;
      font-size: 1em; }
      .hd-nav .navbar-collapse.collapse {
        right: -100%;
        transition: .3s linear; }
      .hd-nav .navbar-collapse .main-navigation > .menu > li {
        margin: 0 10px; }
      .hd-nav .navbar-collapse .separated-header {
        margin-left: 0;
        padding: 0 10px 15px; }
    .hd-nav .navbar-toggler {
      display: inline-block;
      padding: 5px;
      width: 40px;
      cursor: pointer; }
      .hd-nav .navbar-toggler > span {
        display: block;
        margin-bottom: 5px;
        width: 30px;
        height: 4px;
        background-color: #24272A; }
        .hd-nav .navbar-toggler > span:last-child {
          margin-bottom: 0; }
    .hd-nav .nav-wrapper {
      width: 100%;
      height: 100%;
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column;
      background-color: #ffffff; }
    .hd-nav .nav-hd-sm,
    .hd-nav .separated-header,
    .hd-nav .apply-for-account-wrapper {
      flex-shrink: 0; }
    .hd-nav .nav-hd-sm {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      order: 1; }
    .hd-nav .separated-header {
      order: 2; }
    .hd-nav .apply-for-account-wrapper {
      order: 3; }
    .hd-nav .main-navigation {
      order: 4;
      height: 100%;
      overflow: hidden; }
    .hd-nav .menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      overflow: auto; }
      .hd-nav .menu > li > a {
        font-weight: 500;
        font-size: 1.125em;
        display: block;
        padding: 5px 0 7px;
        border-bottom: 1px solid #f1f1f1; }
      .hd-nav .menu > li.login {
        display: none; }
    .hd-nav .logo-box {
      padding: 15px 10px;
      flex-grow: 1; }
      .hd-nav .logo-box a {
        max-width: 200px;
        display: inline-block; }
      .hd-nav .logo-box .bb-mag-link {
        width: 165px; }
    .hd-nav .close {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      /* Safari 7.0+ */
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 25px;
      height: 25px;
      margin: 14px 10px 0 0;
      cursor: pointer;
      color: #ce0e2d;
      font-size: 1.25em; }
    .hd-nav .sub-menu-wrapp {
      position: static;
      transform: none;
      display: block;
      padding: 0; }
      .hd-nav .sub-menu-wrapp .sub-menu {
        text-align: left;
        box-shadow: none;
        padding: 5px 0;
        font-size: 1em; }
        .hd-nav .sub-menu-wrapp .sub-menu > li {
          padding: 5px 0;
          margin: 0; }
        .hd-nav .sub-menu-wrapp .sub-menu:before, .hd-nav .sub-menu-wrapp .sub-menu:after {
          display: none; }
  .bb-magazine-header .bb-mag-link, .bb-magazine-header .news-and-media-link {
    left: 19px; } }

@media screen and (max-width: 1400px) {
  .hd-nav .main-navigation > .menu > li {
    margin: 0 5px; }
  .hd-nav .logo-wrap {
    width: auto; }
  .hd-nav .home-page-link {
    max-width: 165px; }
  .hd-nav .separated-header {
    margin-left: 5px; }
  .hd-nav .change-language-wrapper, .hd-nav .oskar-login-wrapper {
    padding: 0 5px; }
  .hd-nav .apply-for-account-wrapper {
    width: auto; }
    .hd-nav .apply-for-account-wrapper > a {
      padding: 7px 10px; } }

@media screen and (max-width: 768px) {
  .bb-magazine-header .container {
    min-height: 45px; }
    .bb-magazine-header .container .bb-mag-link {
      max-width: 129px; }
    .bb-magazine-header .container .news-and-media-link {
      max-width: 220px; }
    .bb-magazine-header .container .home-page-link > span {
      font-size: .9333333em; }
      .bb-magazine-header .container .home-page-link > span:before {
        font-size: 1.285714em;
        vertical-align: -1px; } }

footer {
  background-color: #f1f1f1; }
  footer .links-block .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #24272A;
    border: 1px solid transparent;
    border-radius: 100%;
    margin-right: 2px;
    width: 34px;
    height: 34px;
    transition: .3s linear;
    text-decoration: none; }
    footer .links-block .link:hover {
      background-color: #ffffff;
      border: 1px solid #24272A; }
      footer .links-block .link:hover .fab {
        color: #24272A; }
  footer .links-block .fab {
    color: #ffffff;
    font-size: .83333333em; }
  footer .rights {
    padding: 15px 0 45px;
    border-top: 1px solid #e5e5e5; }

.footer-wrapp {
  padding-top: 89px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .footer-wrapp ul {
    font-size: 1em; }

.footer-column {
  padding-right: 10px; }
  .footer-column.sign-up {
    padding-right: 0;
    max-width: 300px; }
  .footer-column .menu-title {
    font-weight: 500;
    margin-bottom: 10px; }
    .footer-column .menu-title > span {
      color: #ce0e2d; }
  .footer-column .menu-item {
    padding: 4px 0; }
    .footer-column .menu-item h3 {
      font-size: 1em; }
    .footer-column .menu-item a {
      text-decoration: none;
      color: #24272A;
      transition: .2s linear; }
      .footer-column .menu-item a:hover {
        text-decoration: underline;
        color: #ce0e2d; }
  .footer-column .second-block .menu-title {
    margin-top: 25px; }

@media screen and (max-width: 1366px) {
  .footer-wrapp {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
    padding-bottom: 0; }
    .footer-wrapp .footer-column {
      margin-bottom: 25px; } }

@media screen and (max-width: 1023px) {
  .footer-wrapp {
    padding-top: 35px; } }

@media screen and (max-width: 767px) {
  .footer-wrapp .footer-column {
    width: 50%; }
    .footer-wrapp .footer-column:not(:last-child) .menu-title {
      font-style: italic; } }

@media screen and (min-width: 768px) {
  footer .rights {
    font-size: .8em; } }

@media screen and (max-width: 599px) {
  .footer-wrapp .footer-column {
    width: 100%; }
  .footer-wrapp .follow-us-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    -ms-flex-align: center;
    align-items: center; }
    .footer-wrapp .follow-us-block .menu-title {
      margin-bottom: 0;
      margin-right: 10px; } }

.one-sided-border {
  margin-top: 70px;
  border-top: 3px solid #ce0e2d;
  border-left: 3px solid #ce0e2d; }
  .one-sided-border .banner-header {
    top: -70px;
    margin-bottom: -70px; }
    .one-sided-border .banner-header .decoration {
      width: 100%;
      top: calc(70px + -3px);
      left: 0; }

.outlined {
  margin-bottom: -39vh; }
  .outlined .banner-color {
    height: 47vh;
    background-color: #ce0e2d; }
    .outlined .banner-color .decoration {
      width: 100%;
      top: 8vh;
      left: 0; }
  .outlined .adornment {
    margin: 0 5% 5%;
    padding: 39vh 0 0 0;
    border: 3px solid #ce0e2d;
    position: relative;
    top: -39vh; }

.one-sided-not-full {
  margin-top: 70px;
  border-top: 3px solid #ce0e2d;
  border-left: 3px solid #ce0e2d; }
  .one-sided-not-full .banner-header {
    top: -70px;
    margin-bottom: -70px; }
    .one-sided-not-full .banner-header .decoration {
      width: 100%;
      top: calc(70px + -3px);
      left: 0; }

.straight-line {
  margin-top: 70px;
  border-top: 3px solid #ce0e2d; }
  .straight-line .banner-header {
    top: -70px;
    margin-bottom: -70px; }
    .straight-line .banner-header .decoration {
      width: 100%;
      top: 67px; }

.left-corner {
  box-sizing: border-box; }
  .left-corner .img-box {
    position: relative; }
    .left-corner .img-box .decoration {
      width: 3px;
      height: 100%;
      left: 20px; }
    .left-corner .img-box img {
      display: block; }
  .left-corner .content {
    margin-left: 20px;
    border-left: 3px solid #ce0e2d;
    border-bottom: 3px solid #ce0e2d;
    padding: 15px 15px 20px;
    height: 100%; }

.top-left-corner .img-box {
  position: relative; }

.top-left-corner .content {
  position: relative; }
  .top-left-corner .content:before {
    content: '';
    display: block;
    position: absolute; }

@media screen and (min-width: 1601px) {
  .one-sided-border {
    margin-left: 7%; }
    .one-sided-border .adornment {
      margin-left: -8%; }
  .one-sided-not-full {
    margin-left: 10%; }
    .one-sided-not-full .adornment {
      margin-left: -11%; } }

@media screen and (max-width: 1600px) and (min-width: 1366px) {
  .one-sided-border {
    margin-left: 5%; }
    .one-sided-border .adornment {
      margin-left: -5%; }
  .one-sided-not-full {
    margin-left: 5%; }
    .one-sided-not-full .adornment {
      margin-left: -5%; } }

@media screen and (max-width: 1365px) and (min-width: 1024px) {
  .one-sided-border {
    margin-left: 3%; }
    .one-sided-border .adornment {
      margin-left: -3%; }
  .one-sided-not-full {
    margin-left: 3%; }
    .one-sided-not-full .adornment {
      margin-left: -3%; } }

@media screen and (max-width: 1365px) {
  .outlined .adornment {
    margin: 0 2% 2%; } }

@media screen and (max-width: 1023px) {
  .one-sided-border {
    margin-top: 0;
    margin-left: 0;
    border: none; }
    .one-sided-border .adornment {
      margin-left: 0; }
    .one-sided-border .banner.banner-header {
      top: 0;
      margin-bottom: 0;
      padding: 0; }
      .one-sided-border .banner.banner-header .decoration {
        top: auto;
        bottom: 0;
        left: 50%;
        background-color: transparent;
        border: 3px solid #ffffff;
        border-bottom: none;
        max-width: calc(100% - 50px);
        min-height: calc(100% - 25px);
        transform: translateX(-50%); }
    .one-sided-border .adornment-sm {
      border-left: 3px solid #ce0e2d;
      border-right: 3px solid #ce0e2d;
      margin: 0 25px;
      padding-bottom: 50px; }
  .outlined .banner-color .decoration {
    top: auto;
    bottom: 0;
    left: 50%;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-bottom: none;
    max-width: 96%;
    height: calc(100% - 20px);
    transform: translateX(-50%); }
  .one-sided-not-full {
    margin-top: 0;
    border: none; }
    .one-sided-not-full .banner {
      top: 0;
      margin-bottom: 0; }
      .one-sided-not-full .banner .decoration {
        top: auto;
        bottom: 0;
        left: 50px;
        background-color: transparent;
        border: 3px solid #ffffff;
        border-bottom: none;
        border-right: none;
        max-width: calc(100% - 75px);
        min-height: calc(100% - 25px); }
    .one-sided-not-full .adornment-sm {
      padding: 0 25px 0 0;
      margin-left: 50px;
      border-left: 3px solid #ce0e2d; } }

@media screen and (min-width: 768px) {
  .top-left-corner .img-box .decoration {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background-color: transparent;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    left: 15px;
    top: 15px; }
  .top-left-corner .content:before {
    top: 15px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ce0e2d; } }

@media screen and (max-width: 768px) {
  .outlined .banner-color {
    min-height: 350px; }
    .outlined .banner-color .decoration {
      max-width: calc(100% - 20px); }
    .outlined .banner-color .title {
      width: calc(100% - 50px); }
  .outlined .adornment {
    margin: 0 10px 30px; }
  .one-sided-not-full .banner .decoration {
    max-width: calc(100% - 50px); }
  .straight-line .banner {
    padding: 0; }
    .straight-line .banner.banner-header .decoration {
      top: 20px; }
    .straight-line .banner img {
      min-height: 260px;
      -o-object-fit: cover;
      object-fit: cover; }
  .one-sided-border .banner .title {
    width: calc(100% - 100px); } }

@media screen and (max-width: 599px) {
  .one-sided-not-full .banner .decoration {
    left: 20px;
    max-width: calc(100% - 20px); }
  .one-sided-not-full .banner img {
    min-height: 265px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover; }
  .one-sided-not-full .banner .title {
    width: calc(100% - 65px); }
  .one-sided-not-full .adornment-sm {
    margin-left: 20px; }
  .outlined {
    margin-bottom: -27vh; }
    .outlined .banner-color {
      min-height: auto;
      height: 27vh; }
    .outlined .adornment {
      top: -27vh;
      padding: 27vh 0 0 0; } }

.modal {
  padding: 0;
  border-radius: 0; }
  .modal a.close-modal {
    border-radius: 100%;
    border: 1px solid #eee; }

@media screen and (min-width: 1367px) {
  .modal {
    max-width: 50vw; } }

@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .modal {
    max-width: 65vw; } }

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .modal {
    max-width: 75vw; } }

@media screen and (max-width: 768px) and (min-width: 475px) {
  .modal {
    max-width: 85vw; } }

@media screen and (max-width: 474px) {
  .modal {
    width: 100%;
    max-height: 95vh; } }

/*Colors*/
/*Break Points*/
input,
select,
textarea {
  box-sizing: border-box;
  font-family: inherit;
  width: 100%; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important; }

textarea {
  resize: vertical; }

button {
  outline: none;
  cursor: pointer; }

.floating-label {
  position: relative; }
  .floating-label input,
  .floating-label textarea,
  .floating-label select {
    border: none;
    border-bottom: 1px solid #bbbbbb;
    min-height: 20px;
    margin-top: 20px;
    font-size: 1.25rem;
    outline: none;
    position: relative;
    z-index: 1;
    background-color: transparent; }
  .floating-label input,
  .floating-label textarea {
    padding: 0 4px; }
  .floating-label .input-label {
    transition: 0.2s ease all;
    position: absolute;
    left: 4px;
    top: 17px;
    z-index: 0;
    font-size: 1rem;
    cursor: text;
    font-style: italic;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%; }
  .floating-label input:focus + .input-label,
  .floating-label select:focus + .input-label,
  .floating-label textarea:focus + .input-label {
    position: absolute;
    z-index: 1;
    color: #ce0e2d;
    top: 0px; }
  .floating-label.filled .input-label {
    position: absolute;
    z-index: 1;
    color: #ce0e2d;
    top: 0px; }
  .floating-label.error input {
    color: #ce0e2d; }

.home-page .banner-header {
  margin: 0 auto; }
  .home-page .banner-header .title {
    max-width: 595px;
    width: 100%;
    text-align: center; }
  .home-page .banner-header .decoration {
    width: 100%;
    top: 91px; }

.home-page video {
  width: 100%; }

.home-page .banner-footer .title {
  font-size: 2.5625em;
  font-style: italic; }

.home-page .card {
  position: relative;
  top: -58px; }

.home-page .services-block {
  margin-top: 20px; }
  .home-page .services-block > h2 {
    text-align: center; }
  .home-page .services-block > h3 {
    max-width: 745px;
    text-align: center;
    margin: 30px auto 0; }

.home-page .services-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .home-page .services-wrapper .services-item {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .home-page .services-wrapper .services-item h3 {
      max-width: 155px;
      margin: 0 auto 10px;
      font-style: italic; }
  .home-page .services-wrapper .amazing-picture {
    max-width: 170px;
    margin: 0 auto; }

.home-page .testimonials-block {
  margin-top: 20px; }
  .home-page .testimonials-block > h2 {
    text-align: center;
    margin-bottom: 30px; }

.home-page .testimonials-top-block {
  padding-bottom: 30px; }

.home-page .testimonials-wrapper {
  padding-top: 50px;
  margin: 0 -40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .home-page .testimonials-wrapper .slick-list {
    width: 100%; }
  .home-page .testimonials-wrapper .testimonials-item {
    padding: 0 40px; }
  .home-page .testimonials-wrapper .img-box {
    height: 100px;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .home-page .testimonials-wrapper .img-box img {
      display: block;
      width: auto;
      max-height: 100%; }
  .home-page .testimonials-wrapper .text {
    margin-bottom: 20px; }
    .home-page .testimonials-wrapper .text p {
      font-style: italic;
      text-align: left;
      font-size: 1.5rem; }
  .home-page .testimonials-wrapper .author {
    font-size: 1.25rem;
    font-weight: 500;
    display: block;
    font-style: italic; }
  .home-page .testimonials-wrapper .testimonial-arrow {
    color: #24272A;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 40%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .home-page .testimonials-wrapper .testimonial-arrow:after {
      content: '';
      display: inline-block;
      width: 18px;
      height: 18px;
      border: 2px solid transparent;
      border-bottom-color: #24272A;
      border-right-color: #24272A; }
    .home-page .testimonials-wrapper .testimonial-arrow:hover::after {
      border-bottom-color: #ce0e2d;
      border-right-color: #ce0e2d; }
  .home-page .testimonials-wrapper .testimonial-arrow-left {
    left: -15px; }
    .home-page .testimonials-wrapper .testimonial-arrow-left:after {
      transform: rotate(135deg); }
  .home-page .testimonials-wrapper .testimonial-arrow-right {
    right: -15px; }
    .home-page .testimonials-wrapper .testimonial-arrow-right:after {
      transform: rotate(-45deg); }

.home-page .relationships-with-image-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 5%; }
  .home-page .relationships-with-image-wrapper .relationships-part {
    width: 50%; }
  .home-page .relationships-with-image-wrapper .content {
    padding-top: 5%; }
    .home-page .relationships-with-image-wrapper .content > h2 {
      margin-bottom: 25px; }
    .home-page .relationships-with-image-wrapper .content .text {
      padding-right: 10%;
      margin-bottom: 30px; }
  .home-page .relationships-with-image-wrapper .img-box {
    position: relative; }
    .home-page .relationships-with-image-wrapper .img-box img {
      position: relative;
      top: -55px; }
    .home-page .relationships-with-image-wrapper .img-box .decoration {
      width: 100%;
      top: -3px; }

.home-page .homepage-bb-magazine-box {
  background-color: #e5e5e5; }
  .home-page .homepage-bb-magazine-box .logo-box img {
    max-width: 180px;
    position: relative; }
  .home-page .homepage-bb-magazine-box .home-articles-wrapper {
    margin-top: 130px; }
  .home-page .homepage-bb-magazine-box .link-block {
    padding: 115px 0;
    text-align: center; }

.home-page .quote-box {
  margin-top: 100px;
  margin-bottom: 100px; }
  .home-page .quote-box blockquote {
    border: none; }

.home-page .home-quote-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 50px 90px;
  border: 3px solid #ce0e2d; }
  .home-page .home-quote-wrapper .img-box {
    min-width: 370px; }
    .home-page .home-quote-wrapper .img-box img {
      position: absolute;
      top: 50%;
      left: 90px;
      width: 370px;
      transform: translateY(-50%); }
  .home-page .home-quote-wrapper .quote-content {
    padding-left: 55px; }
    .home-page .home-quote-wrapper .quote-content img {
      width: 45px; }
    .home-page .home-quote-wrapper .quote-content .quote-text {
      max-height: 135px;
      overflow: hidden;
      text-align: justify; }
    .home-page .home-quote-wrapper .quote-content .author {
      font-size: .9em;
      margin-top: 20px;
      font-weight: 500; }
  .home-page .home-quote-wrapper .decoration {
    left: 90px;
    bottom: -3px;
    width: 370px; }

.home-page .meet-team {
  text-align: center; }

.homepage-single-article-preview time {
  display: inline-block;
  color: #bbbbbb;
  margin-bottom: 3px;
  position: absolute;
  top: -25px;
  font-size: .8em; }

.homepage-single-article-preview .article-preview-wrapper .article-img .decoration {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.homepage-article-preview-image-left .article-text,
.article-preview-image-left .article-text {
  padding-right: 3%; }
  .homepage-article-preview-image-left .article-text time,
  .article-preview-image-left .article-text time {
    left: 0; }

.homepage-article-preview-image-right .article-img,
.article-preview-image-right .article-img {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.homepage-article-preview-image-right .article-text,
.article-preview-image-right .article-text {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding-left: 35px; }
  .homepage-article-preview-image-right .article-text time,
  .article-preview-image-right .article-text time {
    left: 35px; }

@media screen and (min-width: 1550px) {
  .home-page .adornment {
    margin-left: 5%; }
  .home-page .adornment-wrapper {
    margin-right: 5%; } }

@media screen and (min-width: 1400px) {
  .home-page .banner-header {
    max-width: 1260px; } }

@media screen and (min-width: 1199px) and (max-width: 1400px) {
  .home-page .banner-header {
    max-width: 1000px; } }

@media screen and (min-width: 1280px) {
  .home-page .adornment {
    border: 3px solid #ce0e2d;
    border-right: none;
    margin-top: 90px;
    margin-left: 2%; }
  .home-page .adornment-wrapper {
    margin-right: 2%; }
  .home-page .banner-header {
    top: -93px; }
  .home-page .adornment-small {
    margin-top: -94px;
    padding-bottom: 125px; }
  .home-page .services-wrapper {
    padding-top: 50px;
    padding-bottom: 80px; }
  .home-page .services-item.sm-md {
    display: none; }
  .home-page .meet-team {
    padding: 15px 0 115px; } }

@media screen and (max-width: 1279px) {
  .home-page .adornment {
    box-shadow: none; }
  .home-page .banner-header .decoration {
    top: auto;
    bottom: 0;
    left: 50%;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-bottom: none;
    max-width: 1050px;
    min-height: 102px;
    transform: translateX(-50%); }
  .home-page .adornment-small {
    max-width: 1050px;
    margin: 0 auto;
    border: 3px solid #ce0e2d;
    border-top: none;
    padding-bottom: 80px; }
  .home-page .services-wrapper {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
    padding-top: 35px; }
    .home-page .services-wrapper .services-item {
      width: 50%;
      margin-bottom: 35px; }
      .home-page .services-wrapper .services-item img {
        max-width: 280px; }
  .home-page .testimonials-wrapper {
    margin: 0;
    padding: 50px 25px 0; }
    .home-page .testimonials-wrapper .testimonial-arrow-right {
      right: 0; }
    .home-page .testimonials-wrapper .testimonial-arrow-left {
      left: 0; }
    .home-page .testimonials-wrapper .testimonials-item {
      padding: 0 25px; }
  .home-page .relationships-with-image-wrapper {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap; }
    .home-page .relationships-with-image-wrapper .img-box,
    .home-page .relationships-with-image-wrapper .content {
      width: 100%; }
    .home-page .relationships-with-image-wrapper .img-box {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    .home-page .relationships-with-image-wrapper .content {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      padding-top: 0; }
      .home-page .relationships-with-image-wrapper .content > h2,
      .home-page .relationships-with-image-wrapper .content > h4 {
        text-align: center; }
      .home-page .relationships-with-image-wrapper .content .text {
        padding: 0; }
  .home-page .quote-box .home-quote-wrapper {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
    position: static;
    padding: 0 4% 5%; }
  .home-page .quote-box .img-box,
  .home-page .quote-box .quote-content {
    width: 100%; }
  .home-page .quote-box .img-box {
    position: relative;
    width: 100%;
    max-width: 370px;
    min-width: auto;
    margin: 0 auto;
    top: -40px; }
    .home-page .quote-box .img-box img {
      position: static;
      transform: none;
      width: 100%; }
    .home-page .quote-box .img-box .decoration {
      width: 100%;
      left: 0;
      top: 37px;
      bottom: auto; }
  .home-page .quote-box .quote-sign, .home-page .quote-box .author {
    text-align: center; }
  .home-page .quote-box .quote-content {
    padding: 0; }
  .home-page .quote-box .quote-text {
    max-height: 100%; }
  .home-page .meet-team {
    padding: 60px 0; }
  .home-page .services-item.lg {
    display: none; } }

@media screen and (max-width: 1200px) {
  .home-page .banner-header .decoration {
    max-width: 930px; }
  .home-page .adornment-small {
    max-width: 930px; }
  .home-page .relationships-with-image-wrapper .img-box {
    max-width: 860px;
    margin: 0 auto; } }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .home-page .banner-header {
    max-width: 900px; } }

@media screen and (max-width: 1024px) {
  .homepage-single-article-preview {
    padding-bottom: 0;
    margin-bottom: 10%;
    background-color: #f1f1f1; }
    .homepage-single-article-preview .article-preview-wrapper .article-img .decoration {
      width: 3px;
      height: 100%; }
    .homepage-single-article-preview.homepage-article-preview-image-left .article-img .decoration {
      top: 0;
      right: 20px;
      left: auto; }
    .homepage-single-article-preview.homepage-article-preview-image-right .article-img .decoration {
      left: 20px; }
  .home-page .article-preview-wrapper {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
    padding: 45px 0 0 0; }
    .home-page .article-preview-wrapper .article-block {
      width: 100%; }
    .home-page .article-preview-wrapper .article-text {
      margin: 0px 20px;
      padding-bottom: 20px; }
    .home-page .article-preview-wrapper .article-img img {
      top: 0;
      width: 100%;
      max-height: 100%; }
  .home-page .quote-sign img {
    margin: 0 auto; }
  .home-page .banner-footer .title {
    text-align: center;
    max-width: calc(100% - 20px);
    width: 100%; }
  .homepage-article-preview-image-left .article-text {
    border-right: 3px solid #ce0e2d; }
  .homepage-article-preview-image-right .article-text {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border-left: 3px solid #ce0e2d; }
  .homepage-article-preview-image-right .article-img {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; } }

@media screen and (max-width: 940px) {
  .home-page .banner-header .decoration {
    max-width: 700px; }
  .home-page .adornment-small {
    max-width: 700px; }
  .home-page .testimonials-wrapper .img-box {
    min-height: auto; }
  .home-page .relationships-with-image-wrapper .img-box {
    max-width: 635px;
    margin: 0 auto; }
  .home-page .banner-footer img {
    min-height: 455px;
    -o-object-fit: cover;
    object-fit: cover; } }

@media screen and (max-width: 767px) {
  .home-page .adornment {
    padding: 0 10px; }
  .home-page .banner-header {
    margin: 0 -10px; }
    .home-page .banner-header .title {
      max-width: 310px; }
    .home-page .banner-header .decoration {
      max-width: calc(100% - 20px);
      min-height: 85px; }
    .home-page .banner-header img {
      min-height: 350px;
      width: auto;
      -o-object-fit: cover;
      object-fit: cover; }
  .home-page .card {
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1); }
  .home-page .services-item .amazing-picture {
    max-width: 100px; }
  .home-page .services-item h3 {
    font-size: 1em; }
  .home-page .relationships-with-image-wrapper {
    padding-bottom: 50px; }
    .home-page .relationships-with-image-wrapper .img-box {
      max-width: calc(100% - 25px);
      margin-bottom: -25px; }
    .home-page .relationships-with-image-wrapper .content {
      padding: 0 15px; }
  .home-page .quote-box {
    margin-bottom: 0; }
    .home-page .quote-box .img-box {
      max-width: 215px; }
  .home-page .homepage-bb-magazine-box .container {
    padding: 0; }
  .home-page .homepage-bb-magazine-box .logo-box {
    padding: 0 25px; }
    .home-page .homepage-bb-magazine-box .logo-box img {
      max-width: 115px; }
  .home-page .homepage-bb-magazine-box .home-articles-wrapper {
    margin-top: 35px; }
  .home-page .homepage-bb-magazine-box .link-block {
    padding: 10px 0 30px; }
  .home-page .meet-team {
    padding: 35px 0; }
  .home-page .banner-footer .title {
    font-size: 1.266666em; }
  .home-page .banner-footer img {
    min-height: 280px; } }

@media screen and (max-width: 320px) {
  .home-page .services-wrapper .services-item {
    width: 100%; }
    .home-page .services-wrapper .services-item:not(:last-child) {
      margin-bottom: 30px; }
  .home-page .quote-box .home-quote-wrapper {
    padding-left: 20px;
    padding-right: 20px; } }

.legal-wrapper .legal-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.legal-wrapper .legal-content {
  padding-top: 25px; }

.legal-wrapper .legal-menu {
  min-width: 250px;
  font-size: 1.5em;
  padding-bottom: 30px;
  font-style: italic; }
  .legal-wrapper .legal-menu li {
    padding: 20px 0;
    border-top: 1px solid #f1f1f1; }
    .legal-wrapper .legal-menu li:last-child {
      border-bottom: 1px solid #f1f1f1; }
  .legal-wrapper .legal-menu a {
    color: #24272A;
    text-decoration: none; }
    .legal-wrapper .legal-menu a:hover {
      color: #ce0e2d; }

.legal-wrapper .legal-content-wrapper {
  padding-left: 50px;
  word-break: break-word; }

@media screen and (max-width: 768px) {
  .legal-wrapper .legal-content {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap; }
  .legal-wrapper .legal-menu {
    width: 100%; }
  .legal-wrapper .legal-content-wrapper {
    padding-left: 0; } }

.legal-region-wrapper {
  position: relative;
  margin-bottom: 15px; }
  .legal-region-wrapper img {
    width: 40px;
    border-radius: 100%; }
  .legal-region-wrapper .legal-region-label {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-style: italic;
    align-items: center;
    font-size: 1.2em; }
    .legal-region-wrapper .legal-region-label:after {
      content: '';
      display: inline-block;
      margin-left: 5px;
      width: 8px;
      height: 8px;
      border: 1px solid transparent;
      border-bottom: 1px solid #000000;
      border-right: 1px solid #000000;
      transform: rotate(45deg) translateY(-4px); }
  .legal-region-wrapper .legal-region-wrepp {
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 3;
    margin: 0;
    padding: 0;
    transform: translate(0%, 100%);
    width: auto; }
  .legal-region-wrapper .legal-region-list {
    list-style: none;
    position: relative;
    padding: 10px 15px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #ffffff; }
    .legal-region-wrapper .legal-region-list:before, .legal-region-wrapper .legal-region-list:after {
      content: '';
      position: absolute; }
    .legal-region-wrapper .legal-region-list:before {
      top: -2px;
      left: 15px;
      width: 15px;
      height: 15px;
      background-color: #ffffff;
      box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
      transform: rotate(45deg) translateX(-50%); }
    .legal-region-wrapper .legal-region-list:after {
      width: 35px;
      height: 15px;
      background-color: #ffffff;
      left: 0;
      top: 0px; }
    .legal-region-wrapper .legal-region-list li:last-child {
      margin-bottom: 0; }

.change-language-wrapper {
  position: relative;
  border-left: 2px solid #ce0e2d;
  padding: 0 10px; }
  .change-language-wrapper img {
    width: 40px;
    border-radius: 100%; }
  .change-language-wrapper .current-language {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    -ms-flex-align: center;
    align-items: center;
    font-style: italic; }
    .change-language-wrapper .current-language:after {
      content: '';
      display: inline-block;
      margin-left: 5px;
      width: 8px;
      height: 8px;
      border: 1px solid transparent;
      border-bottom: 1px solid #000000;
      border-right: 1px solid #000000;
      transform: rotate(45deg) translateY(-4px); }
  .change-language-wrapper .languages-list-wrepp {
    position: absolute;
    left: 50%;
    bottom: -5px;
    z-index: 3;
    margin: 0;
    padding: 0;
    transform: translate(-50%, 100%); }
  .change-language-wrapper .languages-list {
    list-style: none;
    position: relative;
    padding: 10px 5px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    min-width: 110px;
    text-align: center; }
    .change-language-wrapper .languages-list:before, .change-language-wrapper .languages-list:after {
      content: '';
      position: absolute; }
    .change-language-wrapper .languages-list:before {
      top: -2px;
      left: 50%;
      width: 15px;
      height: 15px;
      background-color: #ffffff;
      box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
      transform: rotate(45deg) translateX(-50%); }
    .change-language-wrapper .languages-list:after {
      width: 35px;
      height: 15px;
      background-color: #ffffff;
      left: 50%;
      top: 0px;
      transform: translateX(-50%); }
    .change-language-wrapper .languages-list li:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 1199px) {
  .change-language-wrapper {
    display: inline-block; } }

@media screen and (min-width: 1200px) {
  .change-language-wrapper {
    width: 100%; }
    .change-language-wrapper .current-language {
      -webkit-justify-content: center;
      justify-content: center; } }

.oskar-login-wrapper {
  position: relative;
  border-left: 2px solid #ce0e2d;
  padding: 0 10px; }
  .oskar-login-wrapper img {
    width: 40px;
    border-radius: 100%; }
  .oskar-login-wrapper .oskar-login-label {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    -ms-flex-align: center;
    align-items: center;
    font-style: italic; }
    .oskar-login-wrapper .oskar-login-label:after {
      content: '';
      display: inline-block;
      margin-left: 5px;
      width: 8px;
      height: 8px;
      border: 1px solid transparent;
      border-bottom: 1px solid #000000;
      border-right: 1px solid #000000;
      transform: rotate(45deg) translateY(-4px); }
  .oskar-login-wrapper .oskar-login-list-wrepp {
    position: absolute;
    left: 50%;
    bottom: -8px;
    z-index: 3;
    margin: 0;
    padding: 0;
    transform: translate(-50%, 100%); }
  .oskar-login-wrapper .oskar-login-list {
    list-style: none;
    position: relative;
    padding: 15px 5px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    min-width: 130px;
    text-align: center; }
    .oskar-login-wrapper .oskar-login-list:before, .oskar-login-wrapper .oskar-login-list:after {
      content: '';
      position: absolute; }
    .oskar-login-wrapper .oskar-login-list:before {
      top: -2px;
      left: 50%;
      width: 15px;
      height: 15px;
      background-color: #ffffff;
      box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
      transform: rotate(45deg) translateX(-50%); }
    .oskar-login-wrapper .oskar-login-list:after {
      width: 35px;
      height: 17px;
      background-color: #ffffff;
      left: 50%;
      top: 0px;
      transform: translateX(-50%); }
    .oskar-login-wrapper .oskar-login-list li:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 1199px) {
  .oskar-login-wrapper {
    display: inline-block; }
    .oskar-login-wrapper .oskar-login-list-wrepp {
      left: -5px;
      transform: translate(0, 100%); } }

@media screen and (min-width: 1200px) {
  .oskar-login-wrapper {
    width: 100%; }
    .oskar-login-wrapper .oskar-login-label {
      -webkit-justify-content: center;
      justify-content: center; } }

@media screen and (max-width: 768px) {
  .oskar-login-wrapper .oskar-login-list:before {
    top: -8px;
    left: 48px;
    transform: rotate(45deg); }
  .oskar-login-wrapper .oskar-login-list:after {
    left: 40px;
    transform: none; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .oskar-login-wrapper .oskar-login-list {
    min-width: 155px; }
    .oskar-login-wrapper .oskar-login-list:before {
      top: -8px;
      left: 59px;
      transform: rotate(45deg); }
    .oskar-login-wrapper .oskar-login-list:after {
      left: 45px;
      transform: none; } }

.bb-magazine-wrapper .single-article-preview .article-preview-wrapper {
  padding: 35px 0; }

.bb-magazine-wrapper .double-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 25px; }
  .bb-magazine-wrapper .double-block .double-block-item {
    text-decoration: none;
    color: inherit; }
    .bb-magazine-wrapper .double-block .double-block-item .double-block-img {
      position: relative;
      background-color: #ffffff; }
      .bb-magazine-wrapper .double-block .double-block-item .double-block-img img {
        opacity: 1;
        -webkit-transition: .3s filter linear;
        transition: .3s filter linear; }
    .bb-magazine-wrapper .double-block .double-block-item .double-block-content {
      padding: 20px 20px 20px 0; }
      .bb-magazine-wrapper .double-block .double-block-item .double-block-content .title {
        margin-bottom: 20px; }
    .bb-magazine-wrapper .double-block .double-block-item:hover .double-block-img img {
      opacity: .9;
      -webkit-filter: brightness(110%) contrast(110%);
      filter: brightness(110%) contrast(110%); }

.bb-magazine-wrapper .load-more-box {
  text-align: center;
  padding: 40px 0; }

.bb-magazine-wrapper .tags-row {
  padding-top: 20px;
  padding-bottom: 10px; }

@media screen and (max-width: 767px) {
  .bb-magazine-wrapper {
    padding: 0; }
    .bb-magazine-wrapper .article-preview-wrapper {
      -webkit-flex-wrap: wrap;
      /* Safari 6.1+ */
      flex-wrap: wrap;
      padding: 20px 0; }
      .bb-magazine-wrapper .article-preview-wrapper .article-block {
        width: 100%; }
      .bb-magazine-wrapper .article-preview-wrapper .article-text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin: 0 25px;
        padding: 25px 0 25px 25px;
        border-top: none;
        border-left: 3px solid #ce0e2d;
        border-bottom: 3px solid #ce0e2d; }
      .bb-magazine-wrapper .article-preview-wrapper .article-img {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; }
        .bb-magazine-wrapper .article-preview-wrapper .article-img .decoration {
          width: 3px;
          height: 100%;
          left: 25px; }
        .bb-magazine-wrapper .article-preview-wrapper .article-img img {
          top: 0;
          width: 100%;
          max-height: 100%; }
    .bb-magazine-wrapper .double-block {
      -webkit-flex-wrap: wrap;
      /* Safari 6.1+ */
      flex-wrap: wrap; }
      .bb-magazine-wrapper .double-block .double-block-item {
        width: 100%;
        padding: 35px 0; }
        .bb-magazine-wrapper .double-block .double-block-item .double-block-img .decoration {
          width: 3px;
          height: 100%;
          left: 25px; }
        .bb-magazine-wrapper .double-block .double-block-item .double-block-content {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2;
          margin: 0 25px;
          padding: 25px 0 25px 25px;
          border-top: none;
          border-left: 3px solid #ce0e2d;
          border-bottom: 3px solid #ce0e2d; } }

@media screen and (min-width: 768px) {
  .bb-magazine-wrapper .single-article-preview.article-preview-image-left .decoration {
    top: 0;
    left: 0;
    width: calc(100% - 25px);
    height: 100%;
    background-color: transparent;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff; }
  .bb-magazine-wrapper .single-article-preview.article-preview-image-left .article-img {
    text-align: right; }
    .bb-magazine-wrapper .single-article-preview.article-preview-image-left .article-img img {
      display: inline-block; }
  .bb-magazine-wrapper .single-article-preview.article-preview-image-right .decoration {
    top: 0;
    right: 0;
    width: calc(100% - 25px);
    height: 100%;
    background-color: transparent;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff; }
  .bb-magazine-wrapper .double-block .double-block-item {
    width: 50%;
    border-right: 3px solid #ce0e2d;
    border-bottom: 3px solid #ce0e2d; }
    .bb-magazine-wrapper .double-block .double-block-item:first-child {
      margin: 0 35px 25px 0; }
    .bb-magazine-wrapper .double-block .double-block-item:last-child {
      margin: 0 25px 25px 10px; }
    .bb-magazine-wrapper .double-block .double-block-item .double-block-img {
      margin-right: -28px; }
      .bb-magazine-wrapper .double-block .double-block-item .double-block-img .decoration {
        top: 25px;
        left: 0;
        width: calc(100% - 25px);
        height: calc(100% - 25px);
        background-color: transparent;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff; } }

.page-404 {
  box-shadow: inset 0px 65px 0px 0px #ffffff, inset 0px 69px 0px 0px #ce0e2d; }
  .page-404 .wrapper {
    background-color: #ce0e2d;
    color: #ffffff;
    height: 70vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .page-404 .wrapper .decoration {
      width: 100%;
      top: 65px;
      left: 0; }
  .page-404 .content {
    text-align: center; }
  .page-404 h1 {
    margin-bottom: 15px; }
  .page-404 .text a {
    color: #ffffff; }
  .page-404 .attention {
    font-weight: 500;
    font-style: italic;
    margin-bottom: 10px; }
  .page-404 .subtext p {
    text-align: center !important; }

@media screen and (max-width: 599px) {
  .page-404 {
    padding-bottom: 0; }
    .page-404 h1 {
      font-size: 6.8125em; }
    .page-404 .attention {
      font-size: 1.25em; }
    .page-404 .text {
      font-size: .9375em; } }

@media screen and (min-width: 600px) {
  .page-404 {
    padding-bottom: 10vh; }
    .page-404 h1 {
      font-size: 10.625em; }
    .page-404 .attention {
      font-size: 1.25em; }
    .page-404 .text {
      font-size: 1.5em; } }

.banking-expertise .card {
  position: relative; }

@media screen and (min-width: 768px) {
  .banking-expertise .card {
    top: -75px; } }

@media screen and (max-width: 767px) {
  .banking-expertise .card {
    top: 0; } }

.become-a-partner .sub-title {
  color: #ce0e2d;
  font-size: 1.11111111em;
  margin-top: 5px;
  margin-bottom: .5em; }

.become-a-partner .content {
  padding: 0 10% 50px; }

.become-a-partner .contact-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 45px; }
  .become-a-partner .contact-box .contact-img {
    position: relative;
    max-width: 325px; }
  .become-a-partner .contact-box .decoration {
    top: 25px;
    left: 25px;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    background-color: transparent;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff; }
  .become-a-partner .contact-box .contact-data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    flex-grow: 1;
    padding-left: 40px;
    margin-top: 25px;
    border-top: 3px solid #ce0e2d; }
    .become-a-partner .contact-box .contact-data .name,
    .become-a-partner .contact-box .contact-data .title {
      font-size: 1.3125em;
      font-weight: 500; }
    .become-a-partner .contact-box .contact-data .title {
      margin-bottom: 10px; }
    .become-a-partner .contact-box .contact-data a {
      color: #24272A;
      text-decoration: none;
      font-style: italic;
      margin-bottom: 1px; }

@media screen and (max-width: 767px) {
  .become-a-partner .contact-box {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap; }
    .become-a-partner .contact-box .contact-img {
      max-width: 100%; }
      .become-a-partner .contact-box .contact-img .decoration {
        display: none; }
    .become-a-partner .contact-box .contact-data {
      width: 100%;
      border: none;
      padding-left: 0; } }

.mission-statement {
  padding-bottom: 9%; }
  .mission-statement .card {
    position: relative; }

@media screen and (max-width: 767px) {
  .mission-statement {
    padding-bottom: 0; }
    .mission-statement .banner {
      padding: 0; }
    .mission-statement .card {
      top: 0;
      margin-bottom: 0;
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .mission-statement .card {
    position: relative;
    top: -75px;
    margin-bottom: -75px; } }

.management .text {
  text-align: center;
  padding: 0 15px 30px;
  font-style: italic;
  max-width: 768px;
  margin: 0 auto; }

.management .management-content {
  padding-bottom: 150px; }

.management .management-card {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  margin-left: -15px; }

.management .team-member-wrapper {
  max-width: 300px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* Safari 6.1+ */
  flex-direction: column; }

.management .team-member {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px; }
  .management .team-member .img-box img {
    max-height: 291px;
    filter: grayscale(100%);
    -webkit-transition: .2s filter linear;
    transition: .2s filter linear;
    cursor: pointer; }
  .management .team-member .content .name,
  .management .team-member .content .position {
    font-size: 1.125em;
    cursor: pointer; }
  .management .team-member .content .mail {
    min-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative; }
    .management .team-member .content .mail > a {
      color: #24272A;
      font-style: italic;
      display: inline-block;
      text-decoration: none; }
    .management .team-member .content .mail:hover {
      overflow: visible; }
      .management .team-member .content .mail:hover > a {
        position: absolute;
        left: 0;
        background-color: #ffffff;
        z-index: 2;
        padding: 0 10px 0 0; }
  .management .team-member:hover .img-box img, .management .team-member:focus .img-box img {
    filter: grayscale(0%); }

.member-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .member-card .about-box {
    background-color: #f5f5f5; }
  .member-card .img-box {
    position: relative; }
    .member-card .img-box .popup-decor {
      position: absolute;
      top: 25px;
      left: 25px;
      height: calc(100% - 25px);
      border-top: 3px solid #ffffff;
      border-left: 3px solid #ffffff;
      background-color: transparent; }
  .member-card .member-info .member-name {
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 3px; }
  .member-card .member-info a {
    text-decoration: none;
    color: inherit;
    font-size: .9em; }
    .member-card .member-info a > i {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      /* Safari 7.0+ */
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      background-color: #24272A;
      border: 1px solid transparent;
      border-radius: 100%;
      margin-left: 5px;
      transition: .3s linear;
      color: #ffffff; }
  .member-card .member-info .mail {
    margin-bottom: 15px; }
    .member-card .member-info .mail a:hover {
      color: #ce0e2d; }
  .member-card .member-info .linked-in-wrapp {
    padding-bottom: 15px; }
    .member-card .member-info .linked-in-wrapp a:hover > i {
      color: #24272A;
      background-color: #ffffff;
      border: 1px solid #24272A; }
  .member-card .description-box {
    position: relative; }
    .member-card .description-box .description {
      overflow: auto; }

@media screen and (max-width: 768px) {
  .management .management-card {
    width: 100%;
    margin-left: 0; }
  .management .navigation {
    text-align: center; }
  .management .team-member {
    width: 50%; }
    .management .team-member .img-box img {
      max-height: 100%; }
    .management .team-member:nth-child(odd) {
      padding-left: 0; }
    .management .team-member:nth-child(even) {
      padding-right: 0; } }

@media screen and (max-width: 768px) and (min-width: 599px) {
  .member-card .description-box {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (min-width: 600px) {
  .member-card .about-box {
    width: 45%;
    padding-bottom: 30px; }
  .member-card .img-box .popup-decor {
    width: calc(100% - 25px); }
  .member-card .member-info {
    padding: 15px 20px 0 40px; }
    .member-card .member-info a > i {
      width: 34px;
      height: 34px; }
  .member-card .description-box {
    width: 55%;
    padding: 45px 0 30px 30px; }
    .member-card .description-box:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 25px;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #ce0e2d; }
    .member-card .description-box .description {
      height: 100%;
      max-height: 57vh; }
    .member-card .description-box .sm-wrapper {
      padding-right: 30px; } }

@media screen and (max-width: 599px) {
  .management .management-content {
    padding-bottom: 35px; }
  .management .team-member {
    width: 100%;
    padding: 0; }
  .member-card {
    flex-direction: column; }
    .member-card .about-box,
    .member-card .description-box {
      width: 100%; }
    .member-card .description-box {
      padding: 0; }
    .member-card .img-box .popup-decor {
      width: calc(100% - 50px);
      border-right: 3px solid #ffffff; }
    .member-card .member-info {
      border-left: 3px solid #ce0e2d;
      border-right: 3px solid #ce0e2d;
      margin: 0 25px;
      padding: 15px; }
      .member-card .member-info a > i {
        width: 25px;
        height: 25px; }
      .member-card .member-info .member-position {
        margin: 0; }
      .member-card .member-info .mail {
        margin-bottom: 0; }
    .member-card .description-box .description {
      margin: 0 25px 25px;
      padding: 15px;
      border: 3px solid #ce0e2d;
      border-top: none; }
      .member-card .description-box .description .sm-wrapper {
        max-height: calc(100vh - 595px);
        overflow: auto; } }

@media screen and (max-width: 374px) {
  .member-card .member-info .member-name {
    font-size: 23px; }
  .member-card .member-info .link-block > a > img {
    height: 16px; }
  .member-card .description-box .description .sm-wrapper {
    max-height: calc(100vh - 515px); } }

.advisory-board .content > .text {
  max-width: 70%;
  margin: 60px auto;
  font-style: italic;
  text-align: center;
  font-size: 1.125em; }

.advisory-board .advice:not(:last-child) {
  margin-bottom: 50px; }

.advisory-board .advice:last-child {
  margin-bottom: 10%; }

.advisory-board .advice .img-box {
  min-width: 300px;
  overflow: hidden; }

.advisory-board .advice .content {
  padding: 30px 0 30px 25px; }
  .advisory-board .advice .content .name {
    font-size: 1.125em; }
  .advisory-board .advice .content .position {
    font-size: 1em;
    color: #757575; }

.advisory-board .advice .advice-text > p {
  margin-bottom: 2px; }

@media screen and (min-width: 1366px) {
  .advisory-board .advice .content .position {
    margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .advisory-board .content > .text {
    max-width: 100%;
    margin: 30px auto 0; }
  .advisory-board .advice {
    flex-wrap: wrap; }
    .advisory-board .advice:not(:last-child) {
      margin-bottom: 0; }
    .advisory-board .advice .img-box {
      bottom: -35px;
      margin: 0 auto;
      width: calc(100% - 40px);
      min-width: 200px; }
      .advisory-board .advice .img-box .decoration {
        width: 100%;
        bottom: 32px;
        z-index: 2; }
    .advisory-board .advice .content {
      width: 100%;
      padding: 0; }
      .advisory-board .advice .content .about-person {
        width: 100%;
        text-align: center;
        border: 3px solid #ce0e2d;
        padding: 50px 20px 15px;
        margin: 0 auto 20px; }
      .advisory-board .advice .content .advice-text {
        max-height: 100%; } }

.features-and-benefits .banner {
  background-color: #ce0e2d; }
  .features-and-benefits .banner .title {
    white-space: nowrap; }

.features-and-benefits .adornment {
  margin: 0 90px;
  padding: 80px 5%;
  border-left: 3px solid #ce0e2d;
  border-right: 3px solid #ce0e2d; }

.features-and-benefits .b-indent {
  margin-bottom: 100px; }

.features-and-benefits h3 {
  margin-bottom: 15px;
  font-weight: 500;
  font-style: italic; }

.features-and-benefits p {
  text-align: left; }

.features-and-benefits .features-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto; }
  .features-and-benefits .features-card .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 370px;
    flex-shrink: 0; }
  .features-and-benefits .features-card.odd .content {
    padding-left: 15px; }
  .features-and-benefits .features-card.even .content {
    padding-right: 15px; }

.features-and-benefits .img-big {
  max-width: 421px; }

.features-and-benefits .img-medium {
  max-width: 350px; }

.features-and-benefits .img-small {
  max-width: 235px;
  margin-left: 45px; }

.features-and-benefits .triple-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  padding: 0 15px; }
  .features-and-benefits .triple-block .unit {
    width: 33.33%;
    padding: 0 20px;
    border-right: 3px solid #f1f1f1; }
    .features-and-benefits .triple-block .unit:last-child {
      border: none; }
    .features-and-benefits .triple-block .unit p:last-of-type {
      margin-bottom: 0; }

@media screen and (min-width: 769px) {
  .features-and-benefits .banner {
    height: 47vh; } }

@media screen and (max-width: 1400px) {
  .features-and-benefits .b-indent {
    margin-bottom: 50px; }
  .features-and-benefits .adornment {
    margin: 0 65px; }
  .features-and-benefits .triple-block {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0; }
    .features-and-benefits .triple-block .unit {
      padding: 0 15px; } }

@media screen and (max-width: 940px) {
  .features-and-benefits .triple-block {
    margin-right: 0;
    margin-left: 0; }
    .features-and-benefits .triple-block .unit {
      border: none;
      width: 100%;
      padding: 0 0 20px;
      margin-bottom: 20px;
      border-bottom: 3px solid #f1f1f1; }
      .features-and-benefits .triple-block .unit:last-child {
        margin-bottom: 0; }
  .features-and-benefits .features-card {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap; }
    .features-and-benefits .features-card .content {
      width: 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    .features-and-benefits .features-card.odd .content, .features-and-benefits .features-card.even .content {
      padding: 0; }
    .features-and-benefits .features-card .img-box {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      margin: 0 auto 20px; }
      .features-and-benefits .features-card .img-box:not(.img-small) {
        max-width: 421px; } }

@media screen and (max-width: 767px) {
  .features-and-benefits .banner {
    height: 32vh; }
  .features-and-benefits .adornment {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px; } }

.locations-and-contact .adornment-sm {
  min-height: 35vh;
  overflow-x: hidden; }

.locations-and-contact .location-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  margin-top: 30px;
  width: calc(100% + 15px); }
  .locations-and-contact .location-box .location {
    background-color: #f1f1f1;
    border-right: 25px solid #ffffff;
    border-bottom: 25px solid #ffffff; }
    .locations-and-contact .location-box .location .wrapper {
      padding: 20px;
      font-style: italic; }
  .locations-and-contact .location-box .country,
  .locations-and-contact .location-box .address {
    margin-bottom: 10px; }
  .locations-and-contact .location-box .country {
    font-weight: 500; }
  .locations-and-contact .location-box a {
    color: #24272A;
    text-decoration: none; }

@media screen and (min-width: 769px) {
  .locations-and-contact .location-box .location {
    width: 25%; } }

@media screen and (max-width: 1400px) {
  .locations-and-contact .location-box .location {
    border-right-width: 15px;
    border-bottom-width: 15px; }
  .locations-and-contact .email-box {
    font-size: .9em; } }

@media screen and (max-width: 1200px) {
  .locations-and-contact .location-box .location {
    width: 50%;
    border-right-width: 25px;
    border-bottom-width: 25px; } }

@media screen and (max-width: 1024px) and (min-width: 550px) {
  .locations-and-contact .location-box .location a {
    word-break: break-all; } }

@media screen and (max-width: 549px) {
  .locations-and-contact .banner-header img {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover; }
  .locations-and-contact .location-box .location {
    width: 100%; }
    .locations-and-contact .location-box .location a {
      word-break: break-all; } }

.faq {
  margin-left: 7%;
  margin-top: 70px;
  border-top: 3px solid #ce0e2d;
  border-left: 3px solid #ce0e2d; }
  .faq .adornment {
    margin-left: -8%; }
  .faq .banner-header {
    top: -70px;
    margin-bottom: -70px; }
    .faq .banner-header .decoration {
      width: 100%;
      top: calc(70px + -3px);
      left: 0; }
  .faq .accordion {
    background-color: #f1f1f1;
    padding: 30px 30px 20px 30px;
    cursor: pointer; }
    .faq .accordion .header {
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-bottom: 10px; }
      .faq .accordion .header h4 {
        margin-right: 15px;
        font-size: 1.5em;
        font-weight: 500; }
      .faq .accordion .header .close {
        width: 30px;
        min-width: 23px;
        height: 30px;
        position: relative; }
        .faq .accordion .header .close span {
          display: inline-block;
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #24272A;
          transition: .3s linear; }
          .faq .accordion .header .close span:first-child {
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
          .faq .accordion .header .close span:last-child {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(90deg); }
    .faq .accordion .content {
      overflow: hidden;
      max-height: 0px;
      transition: max-height 1.5s ease-out; }
      .faq .accordion .content .contant-wrapper {
        padding: 30px 0; }
      .faq .accordion .content p:last-child {
        margin-bottom: 0; }
    .faq .accordion:not(:last-child) {
      margin-bottom: 20px; }
    .faq .accordion.open .header .close span {
      background-color: #ce0e2d; }
      .faq .accordion.open .header .close span:first-child {
        transform: translateY(-50%) rotate(45deg); }
      .faq .accordion.open .header .close span:last-child {
        transform: translate(-50%, -50%) rotate(-45deg); }
    .faq .accordion.open .content {
      max-height: 1000px;
      transition: max-height 5s ease-out; }
  .faq .adornment-sm {
    padding-bottom: 70px; }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .faq {
    margin-left: 2%; }
    .faq .adornment {
      margin-left: -2%; } }

@media screen and (min-width: 768px) {
  .faq .accordion .header h4 {
    font-size: 1.5em; } }

@media screen and (max-width: 767px) {
  .faq {
    border: none; }
    .faq .banner-header {
      padding: 0; }
      .faq .banner-header .decoration {
        top: 25px;
        left: 25px;
        width: calc(100% - 25px);
        height: calc(100% - 25px);
        border-top: 3px solid #ffffff;
        border-left: 3px solid #ffffff;
        background-color: transparent; }
      .faq .banner-header img {
        min-height: 350px;
        -o-object-fit: cover;
        object-fit: cover; }
    .faq .adornment-sm {
      padding: 0;
      margin-left: 25px;
      border-left: 3px solid #ce0e2d;
      padding-left: 25px;
      padding-bottom: 70px; }
    .faq .accordion {
      padding: 20px 20px 10px 20px; }
      .faq .accordion .header h4 {
        font-size: 1.33333em; } }

.fintechpedia .banner-header .decoration {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 140px);
  height: calc(100% - 70px);
  background-color: transparent;
  border: 3px solid #ffffff;
  border-bottom: none; }

.fintechpedia .content-wrapper {
  margin: 0 70px;
  border-left: 3px solid #ce0e2d;
  border-right: 3px solid #ce0e2d;
  padding: 0 70px 5%; }

.fintechpedia .term {
  padding: 35px 0 15px; }
  .fintechpedia .term h4 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 10px; }
  .fintechpedia .term:first-child {
    padding-top: 0; }
  .fintechpedia .term:not(:last-child) {
    border-bottom: 3px solid #f1f1f1; }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .fintechpedia .banner {
    padding: 0; }
  .fintechpedia .content-wrapper {
    margin: 0 45px;
    padding: 0 35px 5%; } }

@media screen and (max-width: 767px) {
  .fintechpedia .banner-header {
    padding: 0; }
    .fintechpedia .banner-header .decoration {
      top: 25px;
      width: calc(100% - 50px);
      height: calc(100% - 25px); }
    .fintechpedia .banner-header img {
      min-height: 350px;
      -o-object-fit: cover;
      object-fit: cover; }
  .fintechpedia .content-wrapper {
    margin: 0;
    padding: 0 25px; } }

.article-preview-wrapper {
  background-color: #ffffff;
  padding: 5% 7%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  color: inherit;
  font-size: 1em; }
  .article-preview-wrapper .article-block {
    width: 50%; }
  .article-preview-wrapper .article-text {
    padding-top: 35px;
    position: relative;
    border-top: 3px solid #ce0e2d; }
    .article-preview-wrapper .article-text .title {
      margin-bottom: 25px; }
  .article-preview-wrapper .article-img {
    position: relative; }
    .article-preview-wrapper .article-img img {
      width: auto;
      max-height: 400px;
      position: relative;
      top: -25px;
      opacity: 1;
      -webkit-transition: .3s filter linear;
      transition: .3s filter linear; }
  .article-preview-wrapper:hover .article-img img {
    opacity: .9;
    -webkit-filter: brightness(110%) contrast(110%);
    filter: brightness(110%) contrast(110%); }

.article {
  padding-bottom: 7%; }
  .article h1 {
    padding-right: 30%;
    font-weight: 500;
    margin: 70px 0 20px; }
  .article time {
    display: inline-block;
    color: #bbbbbb;
    margin: 0 0 10px;
    font-size: .8em; }
  .article .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .article .article-content {
    width: 70%; }
    .article .article-content .img-box {
      margin-bottom: 30px; }
    .article .article-content .article-tags {
      color: #ce0e2d;
      margin-top: 80px; }
  .article aside {
    margin-left: 40px;
    width: 30%; }
    .article aside .single-article-preview {
      margin-bottom: 40px; }
    .article aside .single-article-wrapper {
      text-decoration: none;
      color: inherit; }
    .article aside .article-img {
      position: relative; }
      .article aside .article-img .decoration {
        top: 0;
        left: 25px;
        height: 100%;
        width: 3px; }
    .article aside .article-text {
      margin: 0 0 20px 25px;
      padding: 20px 0 20px 20px;
      border-left: 3px solid #ce0e2d;
      border-bottom: 3px solid #ce0e2d; }
      .article aside .article-text .content {
        margin-top: 20px; }

@media screen and (max-width: 1023px) {
  .article {
    padding: 0; }
    .article h1 {
      padding: 0 25px; }
    .article time {
      margin-left: 25px; }
    .article .content-wrapper {
      -webkit-flex-wrap: wrap;
      /* Safari 6.1+ */
      flex-wrap: wrap; }
      .article .content-wrapper .article-content,
      .article .content-wrapper .article-preview {
        width: 100%; }
      .article .content-wrapper .article-preview {
        margin-left: 0; }
      .article .content-wrapper .article-body,
      .article .content-wrapper .article-tags {
        padding: 0 25px; }
      .article .content-wrapper .article-tags {
        margin: 30px 0 30px 0; }
    .article aside .article-text {
      margin: 0 25px 25px 25px; } }

/*Colors*/
/*Break Points*/
.apply-for-account-page header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  min-height: 88px; }

.apply-for-account-page .logo-wrap {
  max-width: 179px;
  display: inline-block; }

.apply-for-account-page .card {
  min-height: 75vh; }

.apply-for-account-page .success-sub-title {
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 40px; }

.apply-for-account-page .form-title {
  color: #ce0e2d; }

.apply-for-account-page #form {
  margin-top: 30px; }

.apply-for-account-page .form-wrapper {
  width: 70%; }
  @media screen and (max-width: 640px) {
    .apply-for-account-page .form-wrapper {
      width: 100%; } }

.apply-for-account-page .floating-label {
  margin-bottom: 5px; }

.apply-for-account-page .phone-container .row {
  margin: 0 -15px; }

.apply-for-account-page .phone-container .col {
  padding: 0 15px; }

.apply-for-account-page .recaptcha {
  margin-top: 50px;
  margin-bottom: 10px; }

.apply-for-account-page .link-imitation {
  text-align: right; }

.apply-for-account-page .success-message .link-imitation {
  text-align: center; }

@media screen and (min-width: 1601px) {
  .apply-for-account-page .one-sided-not-full {
    margin-left: 5%; }
    .apply-for-account-page .one-sided-not-full .adornment {
      margin-left: -5%; } }

@media screen and (min-width: 1024px) {
  .apply-for-account-page .one-sided-not-full {
    margin-top: 90px; }
    .apply-for-account-page .one-sided-not-full .banner-header {
      top: -93px;
      margin-bottom: -93px; }
      .apply-for-account-page .one-sided-not-full .banner-header .decoration {
        top: calc(94px + -3px); } }

@media screen and (min-width: 768px) {
  .apply-for-account-page .card {
    position: relative;
    top: -58px; } }

@media screen and (max-width: 767px) {
  .apply-for-account-page .banner-header {
    padding: 0; } }

/*Colors*/
/*Break Points*/
.saas-page .form-title {
  color: #ce0e2d; }

.saas-page #form {
  margin-top: 30px; }

.saas-page table td {
  vertical-align: top; }

.saas-page input.largerCheckbox {
  width: 15px;
  height: 15px;
  margin: 5px 3px 0px 3px; }

.saas-page .floating-label {
  margin-bottom: 10px; }

.saas-page .phone-container .row {
  margin: 0 -15px; }

.saas-page .phone-container .col {
  padding: 0 15px; }

.saas-page .recaptcha {
  margin-top: 50px;
  margin-bottom: 10px; }

.saas-page .link-imitation {
  text-align: right; }

@media screen and (min-width: 1601px) {
  .saas-page .one-sided-not-full {
    margin-left: 5%; }
    .saas-page .one-sided-not-full .adornment {
      margin-left: -5%; } }

@media screen and (min-width: 1024px) {
  .saas-page .one-sided-not-full {
    margin-top: 90px; }
    .saas-page .one-sided-not-full .banner-header {
      top: -93px;
      margin-bottom: -93px; }
      .saas-page .one-sided-not-full .banner-header .decoration {
        top: calc(94px + -3px); } }

@media screen and (min-width: 768px) {
  .saas-page .card {
    position: relative;
    top: -58px; }
  .saas-page p {
    font-size: 1.05rem !important; }
  .saas-page .floating-label input, .saas-page .floating-label textarea, .saas-page .floating-label select {
    font-size: 1rem; } }

@media screen and (max-width: 767px) {
  .saas-page .banner-header {
    padding: 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
