@charset "UTF-8";

/*
Theme Name: BreakTheSilence
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: breakthesilence
Tags: one-column, two-columns
Theme URI:
*/

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e900";
}

.icon-location:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e902";
}

.icon-exit-to-app:before {
  content: "\e903";
}

.icon-plus:before {
  content: "\e904";
}

.icon-minus:before {
  content: "\e905";
}

.icon-chevron-down:before {
  content: "\e906";
}

.icon-chevron-up:before {
  content: "\e907";
}

.icon-chevron-left:before {
  content: "\e908";
}

.icon-chevron-right:before {
  content: "\e909";
}

.iconsvg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

.icon-location {
  width: 0.7001953125em;
}

.icon-chevron-down {
  width: 1.619140625em;
}

.icon-chevron-up {
  width: 1.619140625em;
}

.icon-chevron-left {
  width: 0.6171875em;
}

.icon-chevron-right {
  width: 0.6171875em;
}

.df-row {
  margin-left: -20px;
  margin-right: -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 320px) {
  .df-row.df-rr-xs {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 320px) {
  .df-row.df-aic-xs {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 320px) {
  .df-row.df-aie-xs {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 320px) {
  .df-row.df-jcc-xs {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 320px) {
  .df-row.df-jcsb-xs {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 390px) {
  .df-row.df-rr-sm {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 390px) {
  .df-row.df-aic-sm {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 390px) {
  .df-row.df-aie-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 390px) {
  .df-row.df-jcc-sm {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 390px) {
  .df-row.df-jcsb-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 480px) {
  .df-row.df-rr-ph {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 480px) {
  .df-row.df-aic-ph {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 480px) {
  .df-row.df-aie-ph {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 480px) {
  .df-row.df-jcc-ph {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 480px) {
  .df-row.df-jcsb-ph {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .df-row.df-rr-md {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .df-row.df-aic-md {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .df-row.df-aie-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .df-row.df-jcc-md {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .df-row.df-jcsb-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .df-row.df-rr-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .df-row.df-aic-lg {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .df-row.df-aie-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .df-row.df-jcc-lg {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .df-row.df-jcsb-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .df-row.df-rr-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .df-row.df-aic-xl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .df-row.df-aie-xl {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .df-row.df-jcc-xl {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .df-row.df-jcsb-xl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1400px) {
  .df-row.df-rr-xxl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1400px) {
  .df-row.df-aic-xxl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1400px) {
  .df-row.df-aie-xxl {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1400px) {
  .df-row.df-jcc-xxl {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .df-row.df-jcsb-xxl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1920px) {
  .df-row.df-rr-fhd {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1920px) {
  .df-row.df-aic-fhd {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1920px) {
  .df-row.df-aie-fhd {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1920px) {
  .df-row.df-jcc-fhd {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1920px) {
  .df-row.df-jcsb-fhd {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.df-row > [class^="col"],
.df-row > [class*=" col"],
.df-row > [class^="col-"],
.df-row > [class*=" col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 480px) {
  .df-row > [class^="col"],
  .df-row > [class*=" col"],
  .df-row > [class^="col-"],
  .df-row > [class*=" col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.df-row > .col-auto {
  width: auto;
}

.df-row-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media (min-width: 320px) {
  .df-row-small.df-rr-xs {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 320px) {
  .df-row-small.df-aic-xs {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 320px) {
  .df-row-small.df-aie-xs {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 320px) {
  .df-row-small.df-jcc-xs {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 320px) {
  .df-row-small.df-jcsb-xs {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 390px) {
  .df-row-small.df-rr-sm {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 390px) {
  .df-row-small.df-aic-sm {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 390px) {
  .df-row-small.df-aie-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 390px) {
  .df-row-small.df-jcc-sm {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 390px) {
  .df-row-small.df-jcsb-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 480px) {
  .df-row-small.df-rr-ph {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 480px) {
  .df-row-small.df-aic-ph {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 480px) {
  .df-row-small.df-aie-ph {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 480px) {
  .df-row-small.df-jcc-ph {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 480px) {
  .df-row-small.df-jcsb-ph {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .df-row-small.df-rr-md {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .df-row-small.df-aic-md {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .df-row-small.df-aie-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .df-row-small.df-jcc-md {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .df-row-small.df-jcsb-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .df-row-small.df-rr-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .df-row-small.df-aic-lg {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .df-row-small.df-aie-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .df-row-small.df-jcc-lg {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .df-row-small.df-jcsb-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .df-row-small.df-rr-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .df-row-small.df-aic-xl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .df-row-small.df-aie-xl {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .df-row-small.df-jcc-xl {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .df-row-small.df-jcsb-xl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1400px) {
  .df-row-small.df-rr-xxl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1400px) {
  .df-row-small.df-aic-xxl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1400px) {
  .df-row-small.df-aie-xxl {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1400px) {
  .df-row-small.df-jcc-xxl {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .df-row-small.df-jcsb-xxl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1920px) {
  .df-row-small.df-rr-fhd {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1920px) {
  .df-row-small.df-aic-fhd {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1920px) {
  .df-row-small.df-aie-fhd {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1920px) {
  .df-row-small.df-jcc-fhd {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1920px) {
  .df-row-small.df-jcsb-fhd {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 390px) {
  .df-row-small .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1400px) {
  .df-row-small .col-offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-fhd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1920px) {
  .df-row-small .col-offset-fhd-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

.df-row-small > [class^="col"],
.df-row-small > [class*=" col"],
.df-row-small > [class^="col-"],
.df-row-small > [class*=" col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .df-md-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row.df-rr-xs {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row.df-aic-xs {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row.df-aie-xs {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row.df-jcc-xs {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row.df-jcsb-xs {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row.df-rr-sm {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row.df-aic-sm {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row.df-aie-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row.df-jcc-sm {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row.df-jcsb-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row.df-rr-ph {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row.df-aic-ph {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row.df-aie-ph {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row.df-jcc-ph {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row.df-jcsb-ph {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row.df-rr-md {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row.df-aic-md {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row.df-aie-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row.df-jcc-md {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row.df-jcsb-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row.df-rr-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row.df-aic-lg {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row.df-aie-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row.df-jcc-lg {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row.df-jcsb-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row.df-rr-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row.df-aic-xl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row.df-aie-xl {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row.df-jcc-xl {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row.df-jcsb-xl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row.df-rr-xxl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row.df-aic-xxl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row.df-aie-xxl {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row.df-jcc-xxl {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row.df-jcsb-xxl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row.df-rr-fhd {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row.df-aic-fhd {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row.df-aie-fhd {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row.df-jcc-fhd {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row.df-jcsb-fhd {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 390px) {
  .df-md-row .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1400px) {
  .df-md-row .col-offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-fhd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .df-md-row .col-offset-fhd-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-md-row > [class^="col"],
  .df-md-row > [class*=" col"],
  .df-md-row > [class^="col-"],
  .df-md-row > [class*=" col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .row-reverse-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.df-aic {
  -ms-flex-align: center;
  align-items: center;
}

.df-jcsb {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[class^="col-"],
[class*=" col-"] {
  width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 480px) {
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% / 2);
  }
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% / 2);
  }
}

@media (min-width: 768px) {
  .row-cols-md-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% / 3);
  }
}

@media (min-width: 768px) {
  .row-cols-md-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% / 4);
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% / 3);
  }
}

@media (min-width: 992px) {
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% / 4);
  }
}

.row-form {
  margin-left: -10px;
  margin-right: -10px;
}

.row-form > [class^="col"],
.row-form > [class*=" col"],
.row-form > [class^="col-"],
.row-form > [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.tagcloud,
.nav-drop ul,
.accordion,
[id="footer"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after,
[id="nav"]:after,
.container:after,
.g-container:after,
.g_container:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bg-secondary {
  background-color: #EFA294;
}

.bg-light {
  background-color: #F3F0DF;
}

@media (max-width: 389px) {
  .full-width-mobile {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 390px) and (max-width: 767px) {
  .full-width-mobile {
    margin-left: -46px;
    margin-right: -46px;
  }
}

@media (min-width: 1200px) {
  .full-width-mobile {
    margin-bottom: 2.9375rem;
  }
}

@media (min-width: 320px) {
  .df-row.df-rr-xs {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 320px) {
  .df-row.df-aic-xs {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 320px) {
  .df-row.df-aie-xs {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 320px) {
  .df-row.df-jcc-xs {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 320px) {
  .df-row.df-jcsb-xs {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 390px) {
  .df-row.df-rr-sm {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 390px) {
  .df-row.df-aic-sm {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 390px) {
  .df-row.df-aie-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 390px) {
  .df-row.df-jcc-sm {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 390px) {
  .df-row.df-jcsb-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 480px) {
  .df-row.df-rr-ph {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 480px) {
  .df-row.df-aic-ph {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 480px) {
  .df-row.df-aie-ph {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 480px) {
  .df-row.df-jcc-ph {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 480px) {
  .df-row.df-jcsb-ph {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .df-row.df-rr-md {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .df-row.df-aic-md {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .df-row.df-aie-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .df-row.df-jcc-md {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .df-row.df-jcsb-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .df-row.df-rr-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .df-row.df-aic-lg {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .df-row.df-aie-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .df-row.df-jcc-lg {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .df-row.df-jcsb-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .df-row.df-rr-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .df-row.df-aic-xl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .df-row.df-aie-xl {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .df-row.df-jcc-xl {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .df-row.df-jcsb-xl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1400px) {
  .df-row.df-rr-xxl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1400px) {
  .df-row.df-aic-xxl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1400px) {
  .df-row.df-aie-xxl {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1400px) {
  .df-row.df-jcc-xxl {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .df-row.df-jcsb-xxl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1920px) {
  .df-row.df-rr-fhd {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1920px) {
  .df-row.df-aic-fhd {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1920px) {
  .df-row.df-aie-fhd {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1920px) {
  .df-row.df-jcc-fhd {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1920px) {
  .df-row.df-jcsb-fhd {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 390px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 390px) {
  .df-row .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1400px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1400px) {
  .df-row .col-offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1920px) {
  .df-row .col-fhd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1920px) {
  .df-row .col-offset-fhd-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row {
    margin: 0 -15px;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}

.d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .d-none.d-lg-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-none.d-navPoint-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-none.d-xl-inline-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-navPoint-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-block {
  display: block !important;
}

.text-white {
  color: #fff !important;
}

@media (min-width: 992px) {
  .text-align-right-lg {
    text-align: right;
  }
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

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

body {
  color: #0D1C49;
  background: #fff;
  font: 16px/1.5625 Work Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
  letter-spacing: 0.012em;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

body.nav-active {
  overflow: hidden;
}

body.no-space [id="main"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 991px) {
  iframe {
    width: 100%;
  }
}

.resize-active * {
  transition: none !important;
}

mark {
  background-color: #0D1C49;
  color: #fff;
  padding: 6px 20px 5px 26px;
}

@media (min-width: 992px) {
  mark {
    padding: 0 31px;
  }
}

mark[data-markjs],
mark.hilite {
  background-color: transparent;
  color: inherit;
  font-weight: 700;
  padding: 0;
}

h1 mark[data-markjs],
.h1 mark[data-markjs],
h2 mark[data-markjs],
.h2 mark[data-markjs],
h3 mark[data-markjs],
.h3 mark[data-markjs],
h4 mark[data-markjs],
.h4 mark[data-markjs],
h5 mark[data-markjs],
.h5 mark[data-markjs],
h6 mark[data-markjs],
.h6 mark[data-markjs],
h1 mark.hilite,
.h1 mark.hilite,
h2 mark.hilite,
.h2 mark.hilite,
h3 mark.hilite,
.h3 mark.hilite,
h4 mark.hilite,
.h4 mark.hilite,
h5 mark.hilite,
.h5 mark.hilite,
h6 mark.hilite,
.h6 mark.hilite {
  background-color: #fff;
}

.bg-primary mark {
  background-color: #fff;
  color: #0D1C49;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 20px;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

@media (min-width: 390px) {
  ul,
  ol {
    padding-left: 23px;
  }
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style: disc outside;
}

dl.df-row {
  margin-left: -6px;
  margin-right: -6px;
}

dl.df-row dd {
  margin-left: 0;
}

dl.df-row > [class^="col"],
dl.df-row > [class*=" col"],
dl.df-row > [class^="col-"],
dl.df-row > [class*=" col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

form input[type='text'],
form input[type='tel'],
form input[type='email'],
form input[type='search'],
form input[type='password'],
form input[type='url'],
form textarea,
form .jcf-select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #0D1C49;
  border-radius: 0;
  display: block;
  font: 16px/21px "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 11px;
  padding: 16px 33px;
  width: 100%;
}

form input[type='text']:not(textarea),
form input[type='tel']:not(textarea),
form input[type='email']:not(textarea),
form input[type='search']:not(textarea),
form input[type='password']:not(textarea),
form input[type='url']:not(textarea),
form textarea:not(textarea),
form .jcf-select:not(textarea) {
  height: 55px;
}

form input[type='text']:focus,
form input[type='tel']:focus,
form input[type='email']:focus,
form input[type='search']:focus,
form input[type='password']:focus,
form input[type='url']:focus,
form textarea:focus,
form .jcf-select:focus {
  outline: 0;
  border-color: #000;
}

form input[type='text']::-webkit-input-placeholder,
form input[type='tel']::-webkit-input-placeholder,
form input[type='email']::-webkit-input-placeholder,
form input[type='search']::-webkit-input-placeholder,
form input[type='password']::-webkit-input-placeholder,
form input[type='url']::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form .jcf-select::-webkit-input-placeholder {
  color: #6c757d;
}

form input[type='text']::-moz-placeholder,
form input[type='tel']::-moz-placeholder,
form input[type='email']::-moz-placeholder,
form input[type='search']::-moz-placeholder,
form input[type='password']::-moz-placeholder,
form input[type='url']::-moz-placeholder,
form textarea::-moz-placeholder,
form .jcf-select::-moz-placeholder {
  opacity: 1;
  color: #6c757d;
}

form input[type='text']:-moz-placeholder,
form input[type='tel']:-moz-placeholder,
form input[type='email']:-moz-placeholder,
form input[type='search']:-moz-placeholder,
form input[type='password']:-moz-placeholder,
form input[type='url']:-moz-placeholder,
form textarea:-moz-placeholder,
form .jcf-select:-moz-placeholder {
  color: #6c757d;
}

form input[type='text']:-ms-input-placeholder,
form input[type='tel']:-ms-input-placeholder,
form input[type='email']:-ms-input-placeholder,
form input[type='search']:-ms-input-placeholder,
form input[type='password']:-ms-input-placeholder,
form input[type='url']:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form .jcf-select:-ms-input-placeholder {
  color: #6c757d;
}

form input[type='text'].placeholder,
form input[type='tel'].placeholder,
form input[type='email'].placeholder,
form input[type='search'].placeholder,
form input[type='password'].placeholder,
form input[type='url'].placeholder,
form textarea.placeholder,
form .placeholder.jcf-select {
  color: #6c757d;
}

.popup-search form input[type='text'],
.bg-secondary form input[type='text'],
.bg-primary form input[type='text'],
.popup-search
  form input[type='tel'],
.bg-secondary
  form input[type='tel'],
.bg-primary
  form input[type='tel'],
.popup-search
  form input[type='email'],
.bg-secondary
  form input[type='email'],
.bg-primary
  form input[type='email'],
.popup-search
  form input[type='search'],
.bg-secondary
  form input[type='search'],
.bg-primary
  form input[type='search'],
.popup-search
  form input[type='password'],
.bg-secondary
  form input[type='password'],
.bg-primary
  form input[type='password'],
.popup-search
  form input[type='url'],
.bg-secondary
  form input[type='url'],
.bg-primary
  form input[type='url'],
.popup-search
  form textarea,
.bg-secondary
  form textarea,
.bg-primary
  form textarea,
.popup-search form .jcf-select,
.bg-secondary form .jcf-select,
.bg-primary form .jcf-select {
  border-color: transparent;
}

.nav-drop form input[type='text'],
.nav-drop
  form input[type='tel'],
.nav-drop
  form input[type='email'],
.nav-drop
  form input[type='search'],
.nav-drop
  form input[type='password'],
.nav-drop
  form input[type='url'],
.nav-drop
  form textarea,
.nav-drop form .jcf-select {
  height: 43px;
  padding: 10px 20px 10px 50px  !important;
}

label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.nav-drop label,
.popup-search label {
  font-size: 0.875rem;
  font-weight: 400;
}

.nav-drop label {
  margin-bottom: 7px;
}

.form-group {
  padding: 0 0 2.75rem;
}

@media (min-width: 768px) {
  .form-group {
    padding-bottom: 1.5rem;
  }
}

.form-control {
  margin: 0 0 11px;
}

.form-control input[type='text'],
.form-control input[type='tel'],
.form-control input[type='email'],
.form-control input[type='search'],
.form-control input[type='password'],
.form-control input[type='url'],
.form-control textarea {
  margin-bottom: 0;
  width: 100%;
}

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

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
  height: 120px;
  min-height: 120px;
}

form button,
form input[type="button"],
form input[type="reset"],
form input[type="file"],
form input[type="submit"] {
  transition: color 0.5s linear, background 0.5s linear, border 0.5s linear, opacity 0.5s linear, box-shadow 0.5s linear;
  font-family: inherit;
  height: 43px;
  line-height: 17px;
  padding-top: 2px !important;
  padding-bottom: 0 !important;
  cursor: pointer;
}

form button:not(.btn),
form input[type="button"]:not(.btn),
form input[type="reset"]:not(.btn),
form input[type="file"]:not(.btn),
form input[type="submit"]:not(.btn) {
  transition: color 0.5s linear, background 0.5s linear, border 0.5s linear, opacity 0.5s linear, box-shadow 0.5s linear;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 43px;
  line-height: 17px;
  background: #0D1C49;
  font-size: 16px;
  color: #fff;
  outline: 0;
  cursor: pointer;
  padding: 10px 20px;
}

form button:not(.btn):hover,
form input[type="button"]:not(.btn):hover,
form input[type="reset"]:not(.btn):hover,
form input[type="file"]:not(.btn):hover,
form input[type="submit"]:not(.btn):hover {
  background: #1c3da0;
  color: #fff;
}

.form-control-search {
  position: relative;
}

.form-control-search input[type='text'],
.form-control-search input[type='tel'],
.form-control-search input[type='email'],
.form-control-search input[type='search'],
.form-control-search input[type='password'],
.form-control-search input[type='url'] {
  border-color: transparent;
  padding-left: 50px;
}

.form-control-search .iconsvg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.4375rem;
  left: 17px;
}

.search-form-desktop input[type='text'],
.search-form-desktop input[type='tel'],
.search-form-desktop input[type='email'],
.search-form-desktop input[type='search'],
.search-form-desktop input[type='password'],
.search-form-desktop input[type='url'] {
  height: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.search-form-desktop input[type='submit'],
.search-form-desktop button,
.search-form-desktop .btn,
.search-form-desktop form button:not(.btn),
form .search-form-desktop button:not(.btn),
.search-form-desktop form input[type="button"]:not(.btn),
form .search-form-desktop input[type="button"]:not(.btn),
.search-form-desktop form input[type="reset"]:not(.btn),
form .search-form-desktop input[type="reset"]:not(.btn),
.search-form-desktop form input[type="file"]:not(.btn),
form .search-form-desktop input[type="file"]:not(.btn),
.search-form-desktop form input[type="submit"]:not(.btn),
form .search-form-desktop input[type="submit"]:not(.btn) {
  border-radius: 0;
  font-size: 14px;
  height: 35px;
  line-height: 33px;
}

.search-form-desktop .form-control {
  margin-bottom: 0;
}

.search-form-desktop .form-control-search {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.search-form-desktop .iconsvg {
  color: #0D1C49;
  font-size: 1.125rem;
}

.search-form input[type='text'],
.search-form input[type='search'] {
  max-width: 480px;
}

@media (min-width: 480px) {
  .search-form input[type='text'],
  .search-form input[type='search'] {
    margin-right: 10px;
  }
}

.search-form input[type='submit'] {
  margin-top: 6px !important;
}

.js-map-filter-form {
  padding: 0 0 1.75rem;
}

@media (max-width: 991px) {
  .js-map-filter-form {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .js-map-filter-form .form-group {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.js-map-filter-form .button-center {
  margin: -5px 0 0;
}

.js-map-filter-form .btn,
.js-map-filter-form form button:not(.btn),
form .js-map-filter-form button:not(.btn),
.js-map-filter-form form input[type="button"]:not(.btn),
form .js-map-filter-form input[type="button"]:not(.btn),
.js-map-filter-form form input[type="reset"]:not(.btn),
form .js-map-filter-form input[type="reset"]:not(.btn),
.js-map-filter-form form input[type="file"]:not(.btn),
form .js-map-filter-form input[type="file"]:not(.btn),
.js-map-filter-form form input[type="submit"]:not(.btn),
form .js-map-filter-form input[type="submit"]:not(.btn) {
  font-size: 16px;
  letter-spacing: .0175em;
  min-width: 202px;
}

.js-map-filter-form .invalid {
  border-color: #dc3545 !important;
  box-shadow: inset 0 0 0 1px #dc3545;
  color: #dc3545 !important;
}

.nav-links,
.navigation,
.navigation-comments,
.navigation-single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  background: #1c3da0;
  color: #fff;
}

@media (min-width: 768px) {
  [id="twocolumns"] {
    display: -ms-flexbox;
    display: flex;
  }
}

[id="content"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  [id="content"] {
    width: 70%;
  }
}

[id="content"]:only-child {
  width: 100%;
}

[id="sidebar"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  [id="sidebar"] {
    width: 30%;
    padding-left: 30px;
  }
}

.widget {
  margin-bottom: 20px;
}

.widget select,
.widget .jcf-select {
  min-width: 150px;
  width: 100%;
}

.search-form,
.post-password-form {
  margin-bottom: 10px;
}

.search-form label,
.post-password-form label {
  display: block;
}

.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}

@media (min-width: 768px) {
  [id="sidebar"] .search-form input,
  [id="sidebar"]
      .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}

.search-form input[type='submit'],
.post-password-form input[type='submit'] {
  margin: 0;
}

.nav-links,
.navigation,
.navigation-comments {
  width: 100%;
  position: relative;
}

.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px;
}

.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}

.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  transition: background 0.5s ease-in-out;
  max-width: 49%;
}

@media (max-width: 767px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    font-size: 0;
  }

  .nav-links .next:after,
  .nav-links .prev:after,
  .navigation .next:after,
  .navigation .prev:after,
  .navigation-comments .next:after,
  .navigation-comments .prev:after {
    content: '»';
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .nav-links .prev:after,
  .navigation .prev:after,
  .navigation-comments .prev:after {
    content: '«';
  }
}

.navigation-single {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.navigation-single .next,
.navigation-single .prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  max-width: 49%;
  border: 0;
}

.navigation-single .next a,
.navigation-single .prev a {
  transition: background 0.5s ease-in-out;
  display: block;
  padding: 13px 20px;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 0;
  }

  .navigation-single .next a:after,
  .navigation-single .prev a:after {
    content: '»';
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .navigation-single .prev a:after {
    content: '«';
  }
}

.comment-form label {
  display: block;
}

.comment-form input,
.comment-form textarea {
  margin: 0 4px 11px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 320px;
  }
}

.comment-form input[type='submit'],
.comment-form textarea[type='submit'] {
  display: block;
  width: auto;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid transparent;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.wp-caption img {
  margin-bottom: 4px;
}

.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 20px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 20px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}

.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-list .comment-body {
  margin-bottom: 20px;
}

.comment-author img {
  margin-right: 10px;
}

h1,
.h1 {
  font-size: 45px;
  line-height: 1.55556;
  margin-bottom: 0.38947em;
}

h2,
.h2 {
  font-size: 36px;
  margin-bottom: 0.5em;
}

h3,
.h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 0.96em;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
  margin-bottom: 0.875em;
}

h6,
.h6 {
  font-size: 14px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 48px;
  }

  h2,
  .h2 {
    font-size: 38px;
  }

  h3,
  .h3 {
    font-size: 25px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 25px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 52px;
  }

  h2,
  .h2 {
    font-size: 42px;
  }

  h3,
  .h3 {
    font-size: 25px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: 700;
  letter-spacing: 0.012em;
  margin: 0 0 .5em;
}

@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: .75em;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  line-height: 1.25;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4 {
    overflow-wrap: normal;
  }
}

@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 8vw;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 6vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 5vw;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    line-height: 1.2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 4vw;
  }
}

@media (max-width: 479px) {
  .section-hero h1,
  .section-hero
    .h1 {
    font-size: 12.5vw;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .section-hero h1,
  .section-hero
  .h1 {
    font-size: 3.75rem;
  }
}

p {
  margin: 0 0 1.5625em;
}

a {
  transition: color 0.5s linear, background 0.5s linear, border 0.5s linear, opacity 0.5s linear, box-shadow 0.5s linear;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:not(.btn) {
  color: #0D1C49;
}

a:not(.btn):hover,
a:not(.btn):focus {
  color: #D07060;
}

.footer-top ul a {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 26px 0 0;
  position: relative;
}

@media (min-width: 1200px) {
  .footer-top ul a {
    padding-right: 32px;
  }
}

.footer-top ul a:after {
  content: "";
  font: 24px/1 'icomoon';
  text-indent: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  margin: 1px 0 0;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

.lead {
  font-size: 156.25%;
  line-height: 1.4;
  letter-spacing: 0.013em;
  margin-bottom: 0.84em;
}

[id="header"] {
  padding: 12px 10px;
  width: 100%;
  z-index: 999;
}

@media (max-width: 991px) {
  [id="header"] {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 992px) {
  [id="header"] {
    background: #0D1C49;
    color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
  }
}

[id="header"] a {
  text-decoration: none;
}

[id="header"] .wpml-ls-legacy-list-horizontal {
  padding: 0;
}

[id="header"] .wpml-ls-legacy-list-horizontal a {
  line-height: inherit;
  padding: 0;
}

.header-container {
  transition: background-color 0.5s ease-in-out;
  max-width: 1228px;
  margin: 0 auto;
  padding: 7px 10px;
}

@media (max-width: 991px) {
  .header-container {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media (min-width: 390px) and (max-width: 991px) {
  .header-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .header-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1400px) {
  .header-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.header-dark .header-container {
  background-color: transparent;
}

.fixed-position .header-container {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.header-container .drop-block .btn,
.header-container .drop-block form button:not(.btn),
form .header-container .drop-block button:not(.btn),
.header-container .drop-block form input[type="button"]:not(.btn),
form .header-container .drop-block input[type="button"]:not(.btn),
.header-container .drop-block form input[type="reset"]:not(.btn),
form .header-container .drop-block input[type="reset"]:not(.btn),
.header-container .drop-block form input[type="file"]:not(.btn),
form .header-container .drop-block input[type="file"]:not(.btn),
.header-container .drop-block form input[type="submit"]:not(.btn),
form .header-container .drop-block input[type="submit"]:not(.btn) {
  min-width: 211px;
}

@media (min-width: 992px) {
  .header-container .button-block {
    text-align: right;
  }
}

.header-container .button-block .btn,
.header-container .button-block form button:not(.btn),
form .header-container .button-block button:not(.btn),
.header-container .button-block form input[type="button"]:not(.btn),
form .header-container .button-block input[type="button"]:not(.btn),
.header-container .button-block form input[type="reset"]:not(.btn),
form .header-container .button-block input[type="reset"]:not(.btn),
.header-container .button-block form input[type="file"]:not(.btn),
form .header-container .button-block input[type="file"]:not(.btn),
.header-container .button-block form input[type="submit"]:not(.btn),
form .header-container .button-block input[type="submit"]:not(.btn) {
  margin-bottom: 0;
}

.header-holder {
  display: -ms-flexbox;
  display: flex;
  z-index: 9991;
}

@media (max-width: 991px) {
  .header-holder {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .header-holder {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .header-holder {
    padding-bottom: 1.0625rem;
  }
}

.logo {
  width: 100px;
  min-width: 100px;
  margin-right: 20px;
}

@media (min-width: 992px) {
  [id="nav"] {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.nav-drop {
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 389px) {
  .nav-drop {
    padding-top: 8vh;
  }
}

@media (min-width: 390px) and (max-width: 991px) {
  .nav-drop {
    padding-top: 13.6vh;
  }
}

@media (max-width: 991px) {
  .nav-drop {
    background: #0D1C49;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

@media (min-width: 992px) {
  .nav-drop {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 10px;
  }
}

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-drop a {
  color: inherit !important;
}

@media (max-width: 991px) {
  .nav-drop-holder {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media (max-width: 991px) {
  .primary-menu {
    letter-spacing: 0;
  }
}

@media (min-width: 992px) {
  .primary-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .primary-menu > li {
    margin: 0 0 2vh;
  }
}

@media (min-width: 992px) {
  .primary-menu > li {
    padding: 0 10px 13px;
  }
}

@media (min-width: 1200px) {
  .primary-menu > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1400px) {
  .primary-menu > li {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.primary-menu > li > a,
.primary-menu > li > span {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .primary-menu > li > a,
  .primary-menu > li > span {
    border-bottom: 3px solid transparent;
    font-size: 1.25rem;
  }
}

.primary-menu li {
  position: relative;
  list-style: none;
}

.primary-menu li.hover > a,
.primary-menu li.hover > span,
.primary-menu li.active > a,
.primary-menu li.active > span {
  font-weight: 700;
}

@media (max-width: 991px) {
  .primary-menu li.hover > a,
  .primary-menu li.hover > span,
  .primary-menu li.active > a,
  .primary-menu li.active > span {
    border-bottom-color: #E08672;
  }
}

.primary-menu li.hover > .drop-holder,
.primary-menu li:focus > .drop-holder {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .primary-menu li.hover > .drop-holder,
  .primary-menu li:focus > .drop-holder {
    position: relative;
  }
}

.primary-menu a,
.primary-menu span {
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
}

.primary-menu a:after,
.primary-menu span:after {
  content: attr(data-text);
  color: transparent;
  display: block;
  font-weight: 700;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-bottom: -1px;
}

@media speech {
  .primary-menu a:after,
  .primary-menu span:after {
    display: none;
  }
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu a.active,
.primary-menu span:hover,
.primary-menu span:focus,
.primary-menu span.active {
  font-weight: 700;
}

.primary-menu .drop-holder {
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 389px) {
  .primary-menu .drop-holder {
    padding: 12px 0 12px 15px;
  }
}

@media (min-width: 390px) and (max-width: 991px) {
  .primary-menu .drop-holder {
    padding: 19px 0 10px 26px;
  }
}

@media (max-width: 991px) {
  .primary-menu .drop-holder {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .primary-menu .drop-holder {
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    padding-top: 2px;
    position: absolute;
    width: auto;
  }
}

@media (min-width: 992px) {
  .primary-menu .has-drop-down:before {
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    height: 0;
    width: 0;
    border-bottom: 21px solid #F3F0DF;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    content: "";
    bottom: -2px;
    opacity: 0;
    visibility: hidden;
    margin: 0 0 0 -6px;
    z-index: 10;
  }
}

.primary-menu .has-drop-down.hover:before,
.primary-menu .has-drop-down:focus:before {
  opacity: 1;
  visibility: visible;
}

.primary-menu .has-drop-down.hover > a:before,
.primary-menu .has-drop-down.hover > span:before,
.primary-menu .has-drop-down > a:focus:before,
.primary-menu .has-drop-down > span:focus:before {
  transform: translate(0, -50%) scaleY(-1);
}

.primary-menu .has-drop-down > a,
.primary-menu .has-drop-down > span {
  padding: 0 20px 0 0;
  position: relative;
}

@media (min-width: 390px) and (max-width: 991px) {
  .primary-menu .has-drop-down > a,
  .primary-menu .has-drop-down > span {
    padding-right: 32px;
  }
}

.primary-menu .has-drop-down > a:before,
.primary-menu .has-drop-down > span:before {
  transition: transform 0.5s ease-in-out;
  content: "";
  font: 400 7px/1 'icomoon';
  text-indent: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  transform-origin: 50% 50%;
}

@media (min-width: 992px) {
  .primary-menu .has-drop-down > a:before,
  .primary-menu .has-drop-down > span:before {
    margin: -1px 2px 0 0;
  }
}

@media (min-width: 992px) {
  .drop-holder .holder {
    background: #F3F0DF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 1.5rem 1rem;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .drop-holder .holder {
    padding-left: 22px;
    padding-top: 2.75rem;
    padding-bottom: 2.625rem;
  }
}

.drop-holder .holder:before,
.drop-holder .holder:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: #F3F0DF;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 992px) {
  .drop-holder .holder:before,
  .drop-holder .holder:after {
    opacity: 1;
    visibility: visible;
  }
}

.drop-holder .holder:before {
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
  left: -9999px;
  right: 100%;
  margin: 0 -3px 0 0;
}

.drop-holder .holder:after {
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);
  left: 100%;
  right: -9999px;
  margin: 0 0 0 -3px;
}

.drop-holder .holder > ul {
  line-height: 1;
}

@media (min-width: 992px) {
  .drop-holder .holder > ul {
    border-left: 15px solid #DBD2C0;
    color: #0D1C49;
    padding: 2px 10px 1px 20px;
    width: -webkit-max-content;
    width: max-content;
  }
}

@media (min-width: 1200px) {
  .drop-holder .holder > ul {
    border-left-width: 15px;
    padding-left: 39px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .drop-holder .holder > ul ul {
    padding-top: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: max-width;
  }
}

@media (max-width: 991px) {
  .drop-holder .holder > ul li {
    margin: 0 0 2.9vh;
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .drop-holder .holder > ul li {
    margin: 0 0 15px;
  }

  .drop-holder .holder > ul li:last-child {
    margin-bottom: -2px;
  }
}

@media (min-width: 1200px) {
  .drop-holder .holder > ul li {
    margin-bottom: 22px;
  }
}

@media (max-width: 991px) {
  .drop-holder .holder > ul li:last-child {
    margin-bottom: 0;
  }
}

.nav-drop-top,
.nav-drop-bottom {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 390px) and (max-width: 991px) {
  .nav-drop-top,
  .nav-drop-bottom {
    padding-left: calc(46px - 10px);
    padding-right: calc(46px - 10px);
  }
}

.nav-drop-top {
  background: #0D1C49;
  color: #fff;
}

@media (max-width: 389px) {
  .nav-drop-top {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 390px) and (max-width: 991px) {
  .nav-drop-top {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .nav-drop-top {
    padding-right: 2.13vw;
  }
}

@media (max-width: 991px) {
  .nav-drop-bottom {
    background: #EFA294;
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
    position: relative;
  }
}

.nav-opener {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 35px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  z-index: 9999;
  left: 20px;
}

@media (min-width: 390px) and (max-width: 991px) {
  .nav-opener {
    left: 35px;
  }
}

@media (min-width: 992px) {
  .nav-opener {
    display: none;
  }
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  transition: transform 0.5s ease-in-out;
  background: #0D1C49;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
}

.header-dark .nav-opener:before,
.header-dark .nav-opener:after,
.header-dark
    .nav-opener span {
  background-color: #fff;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active
    .nav-opener span {
  background-color: #fff !important;
  height: 3px;
}

.fixed-position .nav-opener:before,
.fixed-position .nav-opener:after,
.fixed-position
    .nav-opener span {
  background-color: #0D1C49;
}

.nav-opener span {
  top: 10px;
}

.nav-opener:before,
.nav-opener:after {
  content: '';
}

.nav-opener:before {
  top: 0;
}

.nav-opener:after {
  bottom: 0;
}

.nav-opener:hover {
  opacity: 0.9;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 10px;
  left: 16%;
  right: 16%;
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.header-frame {
  position: relative;
  z-index: 999;
}

.drop-block {
  padding: 0 0 2vh;
}

.drop-block + .drop-block {
  margin-top: 3.8vh;
}

@media (max-width: 991px) {
  .lang-switcher-link,
  .wpml-ls-link {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
  }
}

.links-header {
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 1.25rem;
}

@media (min-width: 992px) {
  .links-header {
    padding-bottom: 1rem;
  }
}

.links-header a {
  color: inherit;
  text-decoration: none;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.links-header a:focus,
.links-header a:hover {
  color: #fff;
  opacity: 1;
}

.links-header a:hover span,
.links-header a:focus span {
  font-weight: 700;
}

.links-header a + a {
  margin-left: 12px;
}

.links-header a span {
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
}

.links-header a span:after {
  content: attr(data-text);
  color: transparent;
  display: block;
  font-weight: 700;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-bottom: -1px;
}

@media speech {
  .links-header a span:after {
    display: none;
  }
}

.links-header > [class^="col"],
.links-header > [class*=" col"],
.links-header > [class^="col-"],
.links-header > [class*=" col-"] {
  min-height: 30px;
}

.links-header .lang-switcher-link {
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
}

.links-header .lang-switcher-link:after {
  content: attr(data-text);
  color: transparent;
  display: block;
  font-weight: 700;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-bottom: -1px;
}

@media speech {
  .links-header .lang-switcher-link:after {
    display: none;
  }
}

.links-header .lang-switcher-link:hover,
.links-header .lang-switcher-link:focus {
  font-weight: 700;
}

.accordion {
  margin: 0 0 2rem;
}

.accordion ul,
.accordion ol,
.accordion p {
  margin-bottom: 13px;
}

.acc-opener {
  background: #fff;
  border-bottom: 4px solid #EFA294;
  display: block;
  font-weight: 700;
  padding: 9px 54px 6px 16px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .acc-opener {
    padding: 8px 60px 5px 15px;
  }
}

.acc-opener:after {
  content: "";
  font: 400 14px/1 'icomoon';
  text-indent: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #EFA294;
  right: 15px;
  margin: 2px 0 0;
}

@media (min-width: 1200px) {
  .acc-opener:after {
    right: 19px;
  }
}

.acc-active .acc-opener:after {
  content: '\e905';
}

.content-striped .article-acc:nth-child(odd) {
  background: #fff;
}

.content-striped .article-acc:nth-child(even) {
  background: #F0F0F0;
}

.article-acc dl {
  margin-bottom: 0.5625rem;
}

.article-acc dl dt {
  font-weight: 400;
}

.article-acc .article-holder h5,
.article-acc .article-holder .h5 {
  margin-bottom: 0;
}

.article-body {
  padding: 1.125rem 1rem 1rem;
}

.article-body .article-holder {
  padding: 1px 0 0 20px;
}

@media (min-width: 390px) {
  .article-body .article-holder {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .article-body .article-holder {
    padding-left: 47px;
  }
}

.article-search {
  transition: all 1s linear;
}

.article-search .df-row {
  -ms-flex-align: center;
  align-items: center;
}

.article-search .img-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  min-height: 200px;
}

@media (min-width: 992px) {
  .article-search .img-holder {
    margin-bottom: 1rem;
  }
}

.new-item {
  opacity: 0;
  transform: translateY(35px);
}

.article-support {
  padding: 0 0 2.5rem;
}

@media (min-width: 1200px) {
  .article-support {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1400px) {
  .article-support {
    padding-bottom: 3.625rem;
  }
}

.article-support:last-child {
  padding-bottom: 0;
}

.article-support h3,
.article-support .h3 {
  letter-spacing: 0;
}

.article-support h5,
.article-support .h5 {
  margin-bottom: 0.125em;
}

.article-support .accordion-block {
  padding: 0.4375rem 0 0;
}

.article-block {
  padding: 0 0 0.1875rem;
}

.btn,
form button:not(.btn),
form input[type="button"]:not(.btn),
form input[type="reset"]:not(.btn),
form input[type="file"]:not(.btn),
form input[type="submit"]:not(.btn),
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a {
  background: #0D1C49;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.03em;
  padding: 13px 20px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover,
form button:hover:not(.btn),
form input:hover[type="button"]:not(.btn),
form input:hover[type="reset"]:not(.btn),
form input:hover[type="file"]:not(.btn),
form input:hover[type="submit"]:not(.btn),
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  background-color: #1c3da0;
  color: #fff;
  border-color: #1c3da0;
}

@media (max-width: 767px) {
  .btn,
  form button:not(.btn),
  form input[type="button"]:not(.btn),
  form input[type="reset"]:not(.btn),
  form input[type="file"]:not(.btn),
  form input[type="submit"]:not(.btn),
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev,
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .btn,
  form button:not(.btn),
  form input[type="button"]:not(.btn),
  form input[type="reset"]:not(.btn),
  form input[type="file"]:not(.btn),
  form input[type="submit"]:not(.btn),
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev,
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 15px;
  }
}

.btn-default {
  background: #0D1C49;
  color: #fff;
  border: 1px solid transparent;
}

.btn-default:hover {
  background-color: #1c3da0;
  color: #fff;
  border-color: #1c3da0;
}

.btn-primary,
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a {
  background: #0D1C49;
  color: #fff;
  border: #0D1C49;
}

.btn-primary:hover,
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  background-color: #1c3da0;
  color: #fff;
  border-color: #1c3da0;
}

.btn-secondary {
  background: #EFA294;
  color: #0D1C49;
  border: #EFA294;
}

.btn-secondary:hover {
  background-color: #e87b68;
  color: #0D1C49;
  border-color: #e87b68;
}

.btn-light,
.header-container .drop-block .btn,
.header-container .drop-block form button:not(.btn),
form .header-container .drop-block button:not(.btn),
.header-container .drop-block form input[type="button"]:not(.btn),
form .header-container .drop-block input[type="button"]:not(.btn),
.header-container .drop-block form input[type="reset"]:not(.btn),
form .header-container .drop-block input[type="reset"]:not(.btn),
.header-container .drop-block form input[type="file"]:not(.btn),
form .header-container .drop-block input[type="file"]:not(.btn),
.header-container .drop-block form input[type="submit"]:not(.btn),
form .header-container .drop-block input[type="submit"]:not(.btn) {
  background: #F3F0DF;
  color: #0D1C49;
  border: #F3F0DF;
}

.btn-light:hover,
.header-container .drop-block .btn:hover,
.header-container .drop-block form button:hover:not(.btn),
form .header-container .drop-block button:hover:not(.btn),
.header-container .drop-block form input:hover[type="button"]:not(.btn),
form .header-container .drop-block input:hover[type="button"]:not(.btn),
.header-container .drop-block form input:hover[type="reset"]:not(.btn),
form .header-container .drop-block input:hover[type="reset"]:not(.btn),
.header-container .drop-block form input:hover[type="file"]:not(.btn),
form .header-container .drop-block input:hover[type="file"]:not(.btn),
.header-container .drop-block form input:hover[type="submit"]:not(.btn),
form .header-container .drop-block input:hover[type="submit"]:not(.btn) {
  background-color: #e5dfba;
  color: #0D1C49;
  border-color: #e5dfba;
}

.btn-warning {
  background: #ffc107;
  color: #fff;
  border: #ffc107;
}

.btn-warning:hover {
  background-color: #d39e00;
  color: #fff;
  border-color: #d39e00;
}

.btn-danger {
  background: #dc3545;
  color: #fff;
  border: #dc3545;
}

.btn-danger:hover {
  background-color: #bd2130;
  color: #fff;
  border-color: #bd2130;
}

.btn-sm {
  border-radius: 0;
  padding: 4px 10px;
}

.btn-rounded {
  border-radius: 24px;
}

.btn-block {
  display: block;
}

.btn,
form button:not(.btn),
form input[type="button"]:not(.btn),
form input[type="reset"]:not(.btn),
form input[type="file"]:not(.btn),
form input[type="submit"]:not(.btn) {
  margin: 0 0 0.6875rem;
}

.btn-play {
  text-decoration: none !important;
}

.button-center {
  text-align: center;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
}

.btn-group > .btn + .btn,
form .btn-group > button:not(.btn) + .btn,
form .btn-group > input[type="button"]:not(.btn) + .btn,
form .btn-group > input[type="reset"]:not(.btn) + .btn,
form .btn-group > input[type="file"]:not(.btn) + .btn,
form .btn-group > input[type="submit"]:not(.btn) + .btn,
form .btn-group > .btn + button:not(.btn),
form .btn-group > button:not(.btn) + button:not(.btn),
form .btn-group > input[type="button"]:not(.btn) + button:not(.btn),
form .btn-group > input[type="reset"]:not(.btn) + button:not(.btn),
form .btn-group > input[type="file"]:not(.btn) + button:not(.btn),
form .btn-group > input[type="submit"]:not(.btn) + button:not(.btn),
form .btn-group > .btn + input[type="button"]:not(.btn),
form .btn-group > button:not(.btn) + input[type="button"]:not(.btn),
form .btn-group > input[type="button"]:not(.btn) + input[type="button"]:not(.btn),
form .btn-group > input[type="reset"]:not(.btn) + input[type="button"]:not(.btn),
form .btn-group > input[type="file"]:not(.btn) + input[type="button"]:not(.btn),
form .btn-group > input[type="submit"]:not(.btn) + input[type="button"]:not(.btn),
form .btn-group > .btn + input[type="reset"]:not(.btn),
form .btn-group > button:not(.btn) + input[type="reset"]:not(.btn),
form .btn-group > input[type="button"]:not(.btn) + input[type="reset"]:not(.btn),
form .btn-group > input[type="reset"]:not(.btn) + input[type="reset"]:not(.btn),
form .btn-group > input[type="file"]:not(.btn) + input[type="reset"]:not(.btn),
form .btn-group > input[type="submit"]:not(.btn) + input[type="reset"]:not(.btn),
form .btn-group > .btn + input[type="file"]:not(.btn),
form .btn-group > button:not(.btn) + input[type="file"]:not(.btn),
form .btn-group > input[type="button"]:not(.btn) + input[type="file"]:not(.btn),
form .btn-group > input[type="reset"]:not(.btn) + input[type="file"]:not(.btn),
form .btn-group > input[type="file"]:not(.btn) + input[type="file"]:not(.btn),
form .btn-group > input[type="submit"]:not(.btn) + input[type="file"]:not(.btn),
form .btn-group > .btn + input[type="submit"]:not(.btn),
form .btn-group > button:not(.btn) + input[type="submit"]:not(.btn),
form .btn-group > input[type="button"]:not(.btn) + input[type="submit"]:not(.btn),
form .btn-group > input[type="reset"]:not(.btn) + input[type="submit"]:not(.btn),
form .btn-group > input[type="file"]:not(.btn) + input[type="submit"]:not(.btn),
form .btn-group > input[type="submit"]:not(.btn) + input[type="submit"]:not(.btn) {
  border-left: 0;
}

.btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-wrap .btn,
.btn-wrap form button:not(.btn),
form .btn-wrap button:not(.btn),
.btn-wrap form input[type="button"]:not(.btn),
form .btn-wrap input[type="button"]:not(.btn),
.btn-wrap form input[type="reset"]:not(.btn),
form .btn-wrap input[type="reset"]:not(.btn),
.btn-wrap form input[type="file"]:not(.btn),
form .btn-wrap input[type="file"]:not(.btn),
.btn-wrap form input[type="submit"]:not(.btn),
form .btn-wrap input[type="submit"]:not(.btn) {
  margin: 0 0 10px;
  max-width: 50%;
}

.btn-wrap .btn + .btn,
.btn-wrap form button:not(.btn) + .btn,
form .btn-wrap button:not(.btn) + .btn,
.btn-wrap form input[type="button"]:not(.btn) + .btn,
form .btn-wrap input[type="button"]:not(.btn) + .btn,
.btn-wrap form input[type="reset"]:not(.btn) + .btn,
form .btn-wrap input[type="reset"]:not(.btn) + .btn,
.btn-wrap form input[type="file"]:not(.btn) + .btn,
form .btn-wrap input[type="file"]:not(.btn) + .btn,
.btn-wrap form input[type="submit"]:not(.btn) + .btn,
form .btn-wrap input[type="submit"]:not(.btn) + .btn,
.btn-wrap form .btn + button:not(.btn),
form .btn-wrap .btn + button:not(.btn),
.btn-wrap form button:not(.btn) + button:not(.btn),
form .btn-wrap button:not(.btn) + button:not(.btn),
.btn-wrap form input[type="button"]:not(.btn) + button:not(.btn),
form .btn-wrap input[type="button"]:not(.btn) + button:not(.btn),
.btn-wrap form input[type="reset"]:not(.btn) + button:not(.btn),
form .btn-wrap input[type="reset"]:not(.btn) + button:not(.btn),
.btn-wrap form input[type="file"]:not(.btn) + button:not(.btn),
form .btn-wrap input[type="file"]:not(.btn) + button:not(.btn),
.btn-wrap form input[type="submit"]:not(.btn) + button:not(.btn),
form .btn-wrap input[type="submit"]:not(.btn) + button:not(.btn),
.btn-wrap form .btn + input[type="button"]:not(.btn),
form .btn-wrap .btn + input[type="button"]:not(.btn),
.btn-wrap form button:not(.btn) + input[type="button"]:not(.btn),
form .btn-wrap button:not(.btn) + input[type="button"]:not(.btn),
.btn-wrap form input[type="button"]:not(.btn) + input[type="button"]:not(.btn),
form .btn-wrap input[type="button"]:not(.btn) + input[type="button"]:not(.btn),
.btn-wrap form input[type="reset"]:not(.btn) + input[type="button"]:not(.btn),
form .btn-wrap input[type="reset"]:not(.btn) + input[type="button"]:not(.btn),
.btn-wrap form input[type="file"]:not(.btn) + input[type="button"]:not(.btn),
form .btn-wrap input[type="file"]:not(.btn) + input[type="button"]:not(.btn),
.btn-wrap form input[type="submit"]:not(.btn) + input[type="button"]:not(.btn),
form .btn-wrap input[type="submit"]:not(.btn) + input[type="button"]:not(.btn),
.btn-wrap form .btn + input[type="reset"]:not(.btn),
form .btn-wrap .btn + input[type="reset"]:not(.btn),
.btn-wrap form button:not(.btn) + input[type="reset"]:not(.btn),
form .btn-wrap button:not(.btn) + input[type="reset"]:not(.btn),
.btn-wrap form input[type="button"]:not(.btn) + input[type="reset"]:not(.btn),
form .btn-wrap input[type="button"]:not(.btn) + input[type="reset"]:not(.btn),
.btn-wrap form input[type="reset"]:not(.btn) + input[type="reset"]:not(.btn),
form .btn-wrap input[type="reset"]:not(.btn) + input[type="reset"]:not(.btn),
.btn-wrap form input[type="file"]:not(.btn) + input[type="reset"]:not(.btn),
form .btn-wrap input[type="file"]:not(.btn) + input[type="reset"]:not(.btn),
.btn-wrap form input[type="submit"]:not(.btn) + input[type="reset"]:not(.btn),
form .btn-wrap input[type="submit"]:not(.btn) + input[type="reset"]:not(.btn),
.btn-wrap form .btn + input[type="file"]:not(.btn),
form .btn-wrap .btn + input[type="file"]:not(.btn),
.btn-wrap form button:not(.btn) + input[type="file"]:not(.btn),
form .btn-wrap button:not(.btn) + input[type="file"]:not(.btn),
.btn-wrap form input[type="button"]:not(.btn) + input[type="file"]:not(.btn),
form .btn-wrap input[type="button"]:not(.btn) + input[type="file"]:not(.btn),
.btn-wrap form input[type="reset"]:not(.btn) + input[type="file"]:not(.btn),
form .btn-wrap input[type="reset"]:not(.btn) + input[type="file"]:not(.btn),
.btn-wrap form input[type="file"]:not(.btn) + input[type="file"]:not(.btn),
form .btn-wrap input[type="file"]:not(.btn) + input[type="file"]:not(.btn),
.btn-wrap form input[type="submit"]:not(.btn) + input[type="file"]:not(.btn),
form .btn-wrap input[type="submit"]:not(.btn) + input[type="file"]:not(.btn),
.btn-wrap form .btn + input[type="submit"]:not(.btn),
form .btn-wrap .btn + input[type="submit"]:not(.btn),
.btn-wrap form button:not(.btn) + input[type="submit"]:not(.btn),
form .btn-wrap button:not(.btn) + input[type="submit"]:not(.btn),
.btn-wrap form input[type="button"]:not(.btn) + input[type="submit"]:not(.btn),
form .btn-wrap input[type="button"]:not(.btn) + input[type="submit"]:not(.btn),
.btn-wrap form input[type="reset"]:not(.btn) + input[type="submit"]:not(.btn),
form .btn-wrap input[type="reset"]:not(.btn) + input[type="submit"]:not(.btn),
.btn-wrap form input[type="file"]:not(.btn) + input[type="submit"]:not(.btn),
form .btn-wrap input[type="file"]:not(.btn) + input[type="submit"]:not(.btn),
.btn-wrap form input[type="submit"]:not(.btn) + input[type="submit"]:not(.btn),
form .btn-wrap input[type="submit"]:not(.btn) + input[type="submit"]:not(.btn) {
  margin-left: 20px;
}

.link-iconed {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.link-iconed [class^="icon-"],
.link-iconed [class*=" icon-"] {
  font-size: 18px;
  margin: -2px 0 1px;
  position: relative;
  top: 1px;
}

.link-iconed [class^="icon-"] + span,
.link-iconed [class*=" icon-"] + span {
  padding: 0 0 0 5px;
}

.btn-close {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 15px;
  height: 15px;
}

.btn-close:hover:before,
.btn-close:hover:after,
.btn-close:focus:before,
.btn-close:focus:after {
  background-color: #D07060;
}

.btn-close:before,
.btn-close:after {
  content: "";
  width: 17px;
  height: 2px;
  background: #0D1C49;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0 0;
}

.btn-close:before {
  transform: rotate(45deg) translate(-50%, -50%);
}

.btn-close:after {
  transform: rotate(-45deg) translate(-50%, -50%);
}

.download-link {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.load-more {
  min-width: 285px;
}

.popup-search-holder {
  position: relative;
}

.popup-search-holder .btn-close {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
}

.popup-search {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -4px;
  margin: -2px 0 0;
  padding: 0 30px 1px 0;
  width: 400px;
  z-index: 5;
}

@media (min-width: 1200px) {
  .popup-search {
    width: 519px;
  }
}

.popup-search-active .popup-search {
  opacity: 1;
  visibility: visible;
}

.popup-search .btn,
.popup-search form button:not(.btn),
form .popup-search button:not(.btn),
.popup-search form input[type="button"]:not(.btn),
form .popup-search input[type="button"]:not(.btn),
.popup-search form input[type="reset"]:not(.btn),
form .popup-search input[type="reset"]:not(.btn),
.popup-search form input[type="file"]:not(.btn),
form .popup-search input[type="file"]:not(.btn),
.popup-search form input[type="submit"]:not(.btn),
form .popup-search input[type="submit"]:not(.btn) {
  border: none;
  min-width: 113px;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner .bounce {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.title-container {
  text-align: center;
}

@media (min-width: 992px) {
  .title-container {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 .title-container {
    margin-left: -16px;
  }
}

@media (min-width: 992px) {
  .title-container.title-block .title-marked {
    display: block;
  }
}

@media (min-width: 1200px) {
  .title-container.title-block .title-marked {
    padding-bottom: 7.9375rem;
    padding-right: 80px;
  }
}

.title-container.text-left {
  text-align: left;
}

@media (min-width: 992px) {
  .title-container.text-right-lg {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .order-lg-2 .title-container {
    text-align: right;
  }
}

.title-container .title-marked {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.title-marked .d-block {
  padding-left: 25px;
}

@media (min-width: 1200px) {
  .title-marked .d-block {
    padding-left: 39px;
  }

  .section-hero .title-marked .d-block {
    padding-left: 31px;
  }
}

@media (max-width: 479px) {
  h1.title-marked,
  .h1.title-marked,
  h2.title-marked,
  .h2.title-marked {
    margin-right: -15px;
  }
}

@media (max-width: 991px) {
  h1.title-marked,
  .h1.title-marked,
  h2.title-marked,
  .h2.title-marked {
    line-height: 1.45;
  }
}

h1.title-marked,
.h1.title-marked {
  margin-bottom: 1.13333em;
}

@media (min-width: 992px) {
  h1.title-marked,
  .h1.title-marked {
    line-height: 1.2;
  }
}

.section-hero h1.title-marked,
.section-hero .h1.title-marked {
  margin-bottom: 0.4em;
}

@media (min-width: 480px) and (max-width: 991px) {
  .section-hero h1.title-marked,
  .section-hero .h1.title-marked {
    line-height: 1.5835;
  }
}

@media (min-width: 992px) {
  .section-hero h1.title-marked,
  .section-hero .h1.title-marked {
    background: #fff;
    line-height: 1.07143;
    text-align: center;
    margin: 0 0 17px;
    padding: 4px 10px 3px;
  }
}

h1.title-marked mark,
.h1.title-marked mark {
  padding: .32em .49em .33em .56em;
}

@media (min-width: 992px) {
  h1.title-marked mark,
  .h1.title-marked mark {
    padding: 0 22px 0 25px;
  }
}

@media (min-width: 1200px) {
  h1.title-marked mark,
  .h1.title-marked mark {
    padding-left: 39px;
    padding-right: 45px;
  }
}

.section-hero h1.title-marked mark,
.section-hero .h1.title-marked mark {
  padding: .067em .533em .04375em .217em;
}

@media (min-width: 992px) {
  .section-hero h1.title-marked mark,
  .section-hero .h1.title-marked mark {
    background-color: transparent;
    padding: 0;
  }
}

h1.title-marked .d-block,
.h1.title-marked .d-block {
  margin: -2px 0 0;
}

.section-hero h1.title-marked .d-block,
.section-hero .h1.title-marked .d-block {
  margin-top: 0;
}

.title-decorated {
  padding: 80px 15px 35px 0;
  position: relative;
}

@media (min-width: 390px) {
  .title-decorated {
    padding-top: 87px;
  }
}

@media (min-width: 992px) {
  .title-decorated {
    padding: 77px 40px;
  }
}

@media (min-width: 1400px) {
  .title-decorated {
    padding: 87px 139px 113px;
  }
}

.title-decoratedh2,
.title-decorated.h2 {
  line-height: 1.25;
}

.title-decorated.title-decor-single-white {
  padding-left: 0;
  padding-right: 0;
}

.title-decorated.title-decor-single-style-02 {
  margin-right: -11px;
  padding-top: 36px;
}

h2.title-marked,
.h2.title-marked {
  line-height: 1.75;
}

@media (min-width: 992px) {
  h2.title-marked,
  .h2.title-marked {
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  h2.title-marked,
  .h2.title-marked {
    line-height: 1.1;
  }
}

h2.title-marked .d-block,
.h2.title-marked .d-block {
  line-height: 1.375;
}

.title-decor-single.title-decor-single-white:before {
  background-image: url(images/decor-quote-outline-square-open-white.png);
  background-size: contain;
}

.title-decor-single.title-decor-single-style-02:before {
  width: 311px;
  height: 226px;
}

@media (min-width: 1200px) {
  .title-decor-single.title-decor-single-style-02:before {
    width: 400px;
    height: 323px;
    left: 0;
    transform: translateX(0);
  }
}

.title-decor-single:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 290px;
  height: 238px;
  background: url(images/decor-quote-outline-square-open.png) no-repeat 50% 0;
  background-size: contain;
  z-index: -1;
}

@media (min-width: 992px) {
  .title-decor-single:before {
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 7px;
  }
}

@media (min-width: 1200px) {
  .title-decor-single:before {
    width: 464px;
    height: 380px;
  }
}

.title-decor-double-fill {
  margin: 0 0 3.75rem;
  padding: 138px 0 94px;
}

@media (min-width: 390px) {
  .title-decor-double-fill {
    margin-bottom: 5.625rem;
  }
}

@media (min-width: 992px) {
  .title-decor-double-fill {
    margin-bottom: 3.125rem;
    padding: 121px 30px 86px;
  }
}

@media (min-width: 1400px) {
  .title-decor-double-fill {
    padding-left: 58px;
    padding-right: 39px;
    padding-bottom: 98px;
  }
}

@media (min-width: 1200px) {
  .title-block .title-decor-double-fill:after {
    right: 30px;
  }
}

@media (min-width: 1400px) {
  .title-block .title-decor-double-fill:after {
    right: 40px;
  }
}

.title-decor-double-fill:before,
.title-decor-double-fill:after {
  content: "";
  position: absolute;
  background: no-repeat 50% 0;
  z-index: -1;
  width: 224px;
  height: 169px;
}

@media (min-width: 1400px) {
  .title-decor-double-fill:before,
  .title-decor-double-fill:after {
    width: 272px;
    height: 206px;
  }
}

.title-decor-double-fill:before {
  background-image: url(images/decor-quote-white-open.png);
  background-size: contain;
  top: 0;
  left: 18px;
}

@media (min-width: 390px) {
  .title-decor-double-fill:before {
    left: 32px;
  }
}

@media (min-width: 992px) {
  .title-decor-double-fill:before {
    left: 0;
  }
}

.title-decor-double-fill:after {
  background-image: url(images/decor-quote-white-close.png);
  background-size: contain;
  bottom: 0;
  right: 10px;
}

@media (min-width: 390px) {
  .title-decor-double-fill:after {
    right: 32px;
  }
}

@media (min-width: 992px) {
  .title-decor-double-fill:after {
    right: 18px;
  }
}

.title-decor-double-outline {
  margin: 0 0 3.75rem;
  padding: 10px 10px 57px;
}

@media (min-width: 390px) {
  .title-decor-double-outline {
    margin-bottom: 5rem;
    margin-right: -40px;
  }
}

@media (min-width: 992px) {
  .title-decor-double-outline {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .title-decor-double-outline {
    padding: 35px 25px 92px 34px;
  }
}

.title-decor-double-outline:before,
.title-decor-double-outline:after {
  content: "";
  position: absolute;
  background: no-repeat 50% 0;
  z-index: -1;
}

.title-decor-double-outline:before {
  background-image: url(images/decor-quote-outline-bold-open.svg);
  background-size: contain;
  top: 0;
  left: 0;
  width: 40px;
  height: 30px;
}

@media (min-width: 992px) {
  .title-decor-double-outline:before {
    width: 60px;
    height: 45px;
  }
}

@media (min-width: 1200px) {
  .title-decor-double-outline:before {
    width: 80px;
    height: 59px;
  }
}

@media (min-width: 1400px) {
  .title-decor-double-outline:before {
    width: 100px;
    height: 74px;
  }
}

.title-decor-double-outline:after {
  background-image: url(images/decor-quote-outline-bold-close.svg);
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 88px;
}

@media (min-width: 992px) {
  .title-decor-double-outline:after {
    width: 170px;
    height: 124px;
  }
}

@media (min-width: 1200px) {
  .title-decor-double-outline:after {
    width: 190px;
    height: 139px;
  }
}

@media (min-width: 1400px) {
  .title-decor-double-outline:after {
    width: 217px;
    height: 158px;
  }
}

.video-block {
  margin-bottom: 2rem;
  position: relative;
}

@media (min-width: 390px) {
  .video-block {
    margin-bottom: 2.75rem;
  }
}

@media (min-width: 768px) {
  .video-block {
    margin-right: -7px;
  }
}

@media (min-width: 992px) {
  .video-block {
    margin-bottom: 2.1875rem;
  }
}

.video-block.video-playing .poster,
.video-block.video-playing .btn-play {
  opacity: 0;
  visibility: hidden;
}

.video-block .poster {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.video-block .poster img {
  object-fit: cover;
  max-width: 0 !important;
}

.video-block .btn-play {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  font-size: 70px;
}

[id="wrapper"] {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

[id="main"] > .section:nth-child(1) {
  z-index: 49;
}

[id="main"] > .section:nth-child(2) {
  z-index: 48;
}

[id="main"] > .section:nth-child(3) {
  z-index: 47;
}

[id="main"] > .section:nth-child(4) {
  z-index: 46;
}

[id="main"] > .section:nth-child(5) {
  z-index: 45;
}

[id="main"] > .section:nth-child(6) {
  z-index: 44;
}

[id="main"] > .section:nth-child(7) {
  z-index: 43;
}

[id="main"] > .section:nth-child(8) {
  z-index: 42;
}

[id="main"] > .section:nth-child(9) {
  z-index: 41;
}

[id="main"] > .section:nth-child(10) {
  z-index: 40;
}

[id="main"] > .section:nth-child(11) {
  z-index: 39;
}

[id="main"] > .section:nth-child(12) {
  z-index: 38;
}

[id="main"] > .section:nth-child(13) {
  z-index: 37;
}

[id="main"] > .section:nth-child(14) {
  z-index: 36;
}

[id="main"] > .section:nth-child(15) {
  z-index: 35;
}

[id="main"] > .section:nth-child(16) {
  z-index: 34;
}

[id="main"] > .section:nth-child(17) {
  z-index: 33;
}

[id="main"] > .section:nth-child(18) {
  z-index: 32;
}

[id="main"] > .section:nth-child(19) {
  z-index: 31;
}

[id="main"] > .section:nth-child(20) {
  z-index: 30;
}

[id="main"] > .section:nth-child(21) {
  z-index: 29;
}

[id="main"] > .section:nth-child(22) {
  z-index: 28;
}

[id="main"] > .section:nth-child(23) {
  z-index: 27;
}

[id="main"] > .section:nth-child(24) {
  z-index: 26;
}

[id="main"] > .section:nth-child(25) {
  z-index: 25;
}

[id="main"] > .section:nth-child(26) {
  z-index: 24;
}

[id="main"] > .section:nth-child(27) {
  z-index: 23;
}

[id="main"] > .section:nth-child(28) {
  z-index: 22;
}

[id="main"] > .section:nth-child(29) {
  z-index: 21;
}

[id="main"] > .section:nth-child(30) {
  z-index: 20;
}

[id="main"] > .section:nth-child(31) {
  z-index: 19;
}

[id="main"] > .section:nth-child(32) {
  z-index: 18;
}

[id="main"] > .section:nth-child(33) {
  z-index: 17;
}

[id="main"] > .section:nth-child(34) {
  z-index: 16;
}

[id="main"] > .section:nth-child(35) {
  z-index: 15;
}

[id="main"] > .section:nth-child(36) {
  z-index: 14;
}

[id="main"] > .section:nth-child(37) {
  z-index: 13;
}

[id="main"] > .section:nth-child(38) {
  z-index: 12;
}

[id="main"] > .section:nth-child(39) {
  z-index: 11;
}

[id="main"] > .section:nth-child(40) {
  z-index: 10;
}

[id="main"] > .section:nth-child(41) {
  z-index: 9;
}

[id="main"] > .section:nth-child(42) {
  z-index: 8;
}

[id="main"] > .section:nth-child(43) {
  z-index: 7;
}

[id="main"] > .section:nth-child(44) {
  z-index: 6;
}

[id="main"] > .section:nth-child(45) {
  z-index: 5;
}

[id="main"] > .section:nth-child(46) {
  z-index: 4;
}

[id="main"] > .section:nth-child(47) {
  z-index: 3;
}

[id="main"] > .section:nth-child(48) {
  z-index: 2;
}

[id="main"] > .section:nth-child(49) {
  z-index: 1;
}

[id="main"] > .section:nth-child(50) {
  z-index: 0;
}

[id="main"] > .container:last-child,
[id="main"] > .g-container:last-child {
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  [id="main"] > .container:last-child,
  [id="main"] > .g-container:last-child {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  [id="main"] > .container:last-child,
  [id="main"] > .g-container:last-child {
    padding-bottom: 3.125rem;
  }
}

.container,
.g-container,
.g_container {
  max-width: 1228px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 390px) {
  .container,
  .g-container,
  .g_container {
    padding-left: 46px;
    padding-right: 46px;
  }
}

.container .g-container,
.container .g_container,
.container .container,
.g-container .g-container,
.g-container .g_container,
.g-container .container,
.g_container .g-container,
.g_container .g_container,
.g_container .container {
  padding-left: 0;
  padding-right: 0;
}

.left-bordered-block {
  border-left: 10px solid #DBD2C0;
  margin: 17px 0 50px;
  padding-bottom: 1px;
}

@media (min-width: 390px) {
  .left-bordered-block {
    border-left-width: 15px;
  }
}

@media (max-width: 991px) {
  .left-bordered-block {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .left-bordered-block {
    margin-top: 0;
    margin-bottom: 36px;
    padding-left: 20px;
    padding-bottom: 1px;
  }
}

.left-bordered-block.heading-mb-0 .h4 {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .left-bordered-block h3,
  .left-bordered-block .h3 {
    margin-bottom: 1.24em;
  }
}

.left-bordered-block ul:last-child,
.left-bordered-block p:last-child {
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .left-bordered-block ul:last-child,
  .left-bordered-block p:last-child {
    margin-bottom: 8px;
  }
}

.bg-secondary .left-bordered-block {
  border-left-color: #D07060;
}

@media (min-width: 992px) {
  [class^="col"] .left-bordered-block,
  [class*=" col"] .left-bordered-block,
  [class^="col-"] .left-bordered-block,
  [class*=" col-"] .left-bordered-block {
    margin-left: -9px;
  }
}

@media (min-width: 992px) {
  .order-lg-1 .left-bordered-block {
    margin-left: 0;
    margin-right: -5px;
  }
}

@media (min-width: 1200px) {
  .order-lg-1 .left-bordered-block {
    margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .left-padding-block {
    padding-left: 26px;
  }
}

.divider {
  border: 1px solid #EFA294;
  margin: 1.25rem 0;
}

@media (min-width: 390px) {
  .divider {
    margin-top: 1.6875rem;
    margin-bottom: 1.6875rem;
  }
}

.content-holder {
  padding: 0 0 3rem;
}

@media (min-width: 992px) {
  .content-holder {
    padding-bottom: 0.5rem;
  }
}

.visual-holder {
  padding: 1rem 0 2rem;
}

.img-holder {
  margin: 0 0 2rem;
}

@media (min-width: 1200px) {
  .img-holder {
    margin-bottom: 2.8125rem;
  }
}

.list-links {
  padding: 1rem 0 2rem;
}

@media (min-width: 992px) {
  .list-links {
    padding-top: 0.6875rem;
  }
}

.list-links > li {
  margin: 0 0 1.5625rem;
}

@media (min-width: 992px) {
  .list-links > li {
    margin-bottom: 0;
  }
}

.poster-block {
  padding: 0 0 2.5rem;
}

.poster-holder {
  margin: 0 0 1.0625rem;
}

.load-more-holder {
  padding: 1.4375rem 0;
}

.load-more-holder .new-content-target {
  padding: 0 0 2rem;
}

@media (min-width: 1400px) {
  .load-more-holder .new-content-target {
    padding-bottom: 4rem;
  }
}

.load-more-holder .button-block .btn,
.load-more-holder .button-block form button:not(.btn),
form .load-more-holder .button-block button:not(.btn),
.load-more-holder .button-block form input[type="button"]:not(.btn),
form .load-more-holder .button-block input[type="button"]:not(.btn),
.load-more-holder .button-block form input[type="reset"]:not(.btn),
form .load-more-holder .button-block input[type="reset"]:not(.btn),
.load-more-holder .button-block form input[type="file"]:not(.btn),
form .load-more-holder .button-block input[type="file"]:not(.btn),
.load-more-holder .button-block form input[type="submit"]:not(.btn),
form .load-more-holder .button-block input[type="submit"]:not(.btn) {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .load-more-holder .button-block .btn,
  .load-more-holder .button-block form button:not(.btn),
  form .load-more-holder .button-block button:not(.btn),
  .load-more-holder .button-block form input[type="button"]:not(.btn),
  form .load-more-holder .button-block input[type="button"]:not(.btn),
  .load-more-holder .button-block form input[type="reset"]:not(.btn),
  form .load-more-holder .button-block input[type="reset"]:not(.btn),
  .load-more-holder .button-block form input[type="file"]:not(.btn),
  form .load-more-holder .button-block input[type="file"]:not(.btn),
  .load-more-holder .button-block form input[type="submit"]:not(.btn),
  form .load-more-holder .button-block input[type="submit"]:not(.btn) {
    margin-top: 2rem;
  }
}

@media (min-width: 1200px) {
  .load-more-holder .button-block .btn,
  .load-more-holder .button-block form button:not(.btn),
  form .load-more-holder .button-block button:not(.btn),
  .load-more-holder .button-block form input[type="button"]:not(.btn),
  form .load-more-holder .button-block input[type="button"]:not(.btn),
  .load-more-holder .button-block form input[type="reset"]:not(.btn),
  form .load-more-holder .button-block input[type="reset"]:not(.btn),
  .load-more-holder .button-block form input[type="file"]:not(.btn),
  form .load-more-holder .button-block input[type="file"]:not(.btn),
  .load-more-holder .button-block form input[type="submit"]:not(.btn),
  form .load-more-holder .button-block input[type="submit"]:not(.btn) {
    margin-top: 3rem;
  }
}

@media (min-width: 1400px) {
  .load-more-holder .button-block .btn,
  .load-more-holder .button-block form button:not(.btn),
  form .load-more-holder .button-block button:not(.btn),
  .load-more-holder .button-block form input[type="button"]:not(.btn),
  form .load-more-holder .button-block input[type="button"]:not(.btn),
  .load-more-holder .button-block form input[type="reset"]:not(.btn),
  form .load-more-holder .button-block input[type="reset"]:not(.btn),
  .load-more-holder .button-block form input[type="file"]:not(.btn),
  form .load-more-holder .button-block input[type="file"]:not(.btn),
  .load-more-holder .button-block form input[type="submit"]:not(.btn),
  form .load-more-holder .button-block input[type="submit"]:not(.btn) {
    margin-top: 3.5625rem;
  }
}

.load-more-holder .article-search {
  padding: 1rem 0 0.75rem;
}

@media (min-width: 1200px) {
  .load-more-holder .article-search {
    padding-top: 2rem;
    padding-bottom: 1.375rem;
  }
}

.otgs-development-site-front-end {
  padding-left: 30px;
  padding-right: 30px;
}

.section {
  padding: 5rem 0 2.5rem;
}

@media (min-width: 390px) {
  .section {
    padding-top: 5.875rem;
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 768px) {
  .section {
    padding-top: 6.875rem;
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 992px) {
  .section {
    padding-top: 7.8125rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .section {
    padding-top: 8.75rem;
  }
}

@media (min-width: 1400px) {
  .section {
    padding-top: 9.625rem;
    padding-bottom: 7.3125rem;
  }
}

.section.section-under-header {
  padding-top: 8.75rem;
}

@media (min-width: 390px) {
  .section.section-under-header {
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 992px) {
  .section.section-under-header {
    padding-top: 5.875rem;
    padding-bottom: 2rem;
  }
}

.section + .section-small {
  padding-top: 0;
}

.section-small {
  padding: 1.25rem 0;
}

@media (min-width: 992px) {
  .section-small {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .section-small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.section-small:last-child {
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .section-small:last-child {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .section-small:last-child {
    padding-bottom: 3.125rem;
  }
}

.section-small + .section-small {
  padding-top: 0;
}

.section-arrowed {
  position: relative;
}

.section-arrowed.bg-primary:after {
  border-top-color: #0D1C49;
}

.section-arrowed.bg-secondary:after {
  border-top-color: #EFA294;
}

.section-arrowed.bg-light:after {
  border-top-color: #F3F0DF;
}

.section-arrowed.section-arrow-left:after {
  left: 2%;
}

@media (min-width: 768px) {
  .section-arrowed.section-arrow-left:after {
    left: 10%;
  }
}

@media (min-width: 992px) {
  .section-arrowed.section-arrow-left:after {
    left: 15%;
  }
}

@media (min-width: 1200px) {
  .section-arrowed.section-arrow-left:after {
    left: 20.5%;
  }
}

.section-arrowed.section-arrow-right:after {
  right: 4%;
}

@media (min-width: 768px) {
  .section-arrowed.section-arrow-right:after {
    right: 10%;
  }
}

@media (min-width: 992px) {
  .section-arrowed.section-arrow-right:after {
    right: 15%;
  }
}

@media (min-width: 1200px) {
  .section-arrowed.section-arrow-right:after {
    right: 20.5%;
  }
}

.section-arrowed:after {
  height: 0;
  width: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 35px solid transparent;
  content: '';
  position: absolute;
  top: 100%;
  margin: -2px 0 0;
}

@media (min-width: 390px) {
  .section-arrowed:after {
    border-left-width: 42px;
    border-right-width: 42px;
    border-top-width: 45px;
  }
}

@media (min-width: 1200px) {
  .section-arrowed:after {
    border-left-width: 50px;
    border-right-width: 50px;
    border-top-width: 40px;
  }
}

@media (min-width: 1400px) {
  .section-arrowed:after {
    border-left-width: 55px;
    border-right-width: 55px;
    border-top-width: 50px;
  }
}

.section-under-header.section-hero {
  padding-top: 6.125rem !important;
}

@media (min-width: 992px) {
  .section-under-header.section-hero {
    padding-top: 5rem !important;
  }
}

@media (min-width: 992px) {
  .column-holder {
    padding: 0 16px 0 0;
  }
}

@media (min-width: 1200px) {
  .column-holder {
    padding-right: 24px;
  }
}

.section-hero {
  background-color: #0D1C49;
  color: #fff;
}

.section-hero .hero-visual {
  margin-right: -11px;
}

@media (min-width: 390px) {
  .section-hero .lead-block {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .section-hero .lead-block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .section-hero .lead {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .section-hero .lead {
    margin-top: -1px;
    margin-bottom: 1px;
  }
}

.hero-visual {
  margin: 0 0 1.75rem;
  text-align: center;
}

@media (min-width: 480px) {
  .hero-visual {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .hero-visual {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 992px) {
  .hero-visual {
    margin-bottom: 4.0625rem;
  }
}

@media (min-width: 1200px) {
  .hero-visual {
    margin-bottom: 5.5rem;
  }
}

@media (min-width: 992px) {
  .df-row .hero-content-column {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  .hero-content-column {
    padding-bottom: 1.5625rem;
  }
}

@media (min-width: 992px) {
  .hero-content-column .column-text {
    -ms-flex-preferred-size: calc(100% / 12 * 6.5);
    flex-basis: calc(100% / 12 * 6.5);
    max-width: calc(100% / 12 * 6.5);
  }
}

@media (min-width: 992px) {
  .hero-content-column .column-button {
    -ms-flex-preferred-size: calc(100% / 12 * 5.5);
    flex-basis: calc(100% / 12 * 5.5);
    max-width: calc(100% / 12 * 5.5);
  }
}

@media (min-width: 992px) {
  .hero-content-column .column-button .btn,
  .hero-content-column .column-button form button:not(.btn),
  form .hero-content-column .column-button button:not(.btn),
  .hero-content-column .column-button form input[type="button"]:not(.btn),
  form .hero-content-column .column-button input[type="button"]:not(.btn),
  .hero-content-column .column-button form input[type="reset"]:not(.btn),
  form .hero-content-column .column-button input[type="reset"]:not(.btn),
  .hero-content-column .column-button form input[type="file"]:not(.btn),
  form .hero-content-column .column-button input[type="file"]:not(.btn),
  .hero-content-column .column-button form input[type="submit"]:not(.btn),
  form .hero-content-column .column-button input[type="submit"]:not(.btn) {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .section-map {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .section-map.section-arrowed:after {
    border-top-color: #fff;
  }
}

@media (max-width: 991px) {
  .section-map input,
  .section-map .select,
  .section-map .jcf-select {
    border-color: #0D1C49 !important;
  }
}

.section-map .form-block {
  padding: 0 0 1.25rem;
}

@media (min-width: 1400px) {
  .section-map .form-block {
    padding-bottom: 1.75rem;
  }
}

.filter-container {
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 389px) {
  .map-container {
    margin: 0 -20px;
  }
}

@media (min-width: 390px) and (max-width: 991px) {
  .map-container {
    margin-left: -46px;
    margin-right: -46px;
  }
}

@media (min-width: 992px) {
  .map-container {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-order: 2;
    order: 2;
  }
}

.js-map-section.loading .js-map:after,
.js-map-section.loading .spinner {
  opacity: 1;
  visibility: visible;
}

.js-map-section .spinner {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.js-map {
  position: relative;
}

@media (min-width: 992px) {
  .js-map {
    display: -ms-flexbox;
    display: flex;
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .js-map {
    height: 600px;
  }
}

@media (min-width: 1400px) {
  .js-map {
    height: 707px;
  }
}

.js-map:after {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.js-map .js-map-results {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .js-map .js-map-results {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    -ms-flex-order: 1;
    order: 1;
    width: 380px;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .js-map .js-map-results {
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
    width: 480px;
  }
}

.js-map .simplebar-content-wrapper {
  overflow: auto;
}

.js-map .simplebar-track {
  right: 4px;
}

.js-map .js-map-canvas {
  height: 500px;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .js-map .js-map-canvas {
    height: 100%;
  }
}

.results-container {
  background: #fff;
  margin: 0 -20px;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

@media (min-width: 390px) {
  .results-container {
    margin-left: -46px;
    margin-right: -46px;
  }
}

@media (min-width: 992px) {
  .results-container {
    height: 100%;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .results-container {
    padding-top: 29px;
    padding-bottom: 30px;
  }
}

.results-container h2,
.results-container .h2 {
  margin-bottom: 0.5rem;
}

@media (min-width: 390px) {
  .results-container h2,
  .results-container .h2 {
    font-size: 3.125rem;
  }
}

@media (min-width: 992px) {
  .results-container h2,
  .results-container .h2 {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .results-container h2,
  .results-container .h2 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1400px) {
  .results-container h2,
  .results-container .h2 {
    margin-bottom: 1.5rem;
  }
}

.results-container .map-content,
.results-container .location-item {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 390px) {
  .results-container .map-content,
  .results-container .location-item {
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media (min-width: 992px) {
  .results-container .simplebar-content-wrapper {
    height: calc(100% - 80px);
  }
}

@media (min-width: 1200px) {
  .results-container .simplebar-content-wrapper {
    height: calc(100% - 70px);
  }
}

.results-container .simplebar-content-wrapper .simplebar-wrapper {
  margin: 0 0  !important;
}

.results-container .simplebar-content-wrapper .simplebar-content {
  padding: 0 0  !important;
}

.results-container .title-marked mark {
  padding: 0 19px;
}

.results-container .simplebar-mask {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .filter-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .filter-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1200px) {
  .filter-row {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 1400px) {
  .filter-row {
    margin-left: -42px;
    margin-right: -42px;
  }
}

@media (min-width: 992px) {
  .filter-row .form-group {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .filter-row .column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .filter-row .column {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .filter-row .column {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1400px) {
  .filter-row .column {
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media (min-width: 992px) {
  .filter-row .column-input {
    -ms-flex: 1 1 30.2%;
    flex: 1 1 30.2%;
    max-width: 30.2%;
    width: 30.2%;
  }
}

@media (min-width: 992px) {
  .filter-row .column-select {
    -ms-flex: 1 1 42%;
    flex: 1 1 42%;
    max-width: 42%;
    width: 42%;
  }
}

@media (min-width: 992px) {
  .filter-row .column-button {
    -ms-flex: 1 1 27.8%;
    flex: 1 1 27.8%;
    max-width: 27.8%;
    width: 27.8%;
  }
}

.location-item {
  padding: 1.1875rem 0;
  position: relative;
}

@media (min-width: 992px) {
  .location-item {
    padding-top: 0.8125rem;
    padding-bottom: 0.6875rem;
  }
}

.location-item:last-child {
  margin-bottom: 0;
}

.location-item.location-selected,
.location-item:hover {
  background-color: #F3F0DF;
}

.location-item:hover {
  cursor: pointer;
}

.location-item p {
  margin-bottom: 0;
}

.location-item address {
  font-style: normal;
  margin-bottom: 0;
}

.location-item .title {
  margin-bottom: 1.25em;
}

@media (min-width: 992px) {
  .location-item .title {
    margin-bottom: 0.95em;
  }
}

.location-item .tags {
  color: #D07060;
  padding: 1px 0 0;
}

@media (min-width: 768px) {
  .location-item .tags {
    margin-top: -1px;
    padding-top: 0;
  }
}

.js-map-canvas .location-item {
  font-size: 0.875rem;
  line-height: 1.78571;
}

.js-map-canvas .location-item .title {
  font-size: 1rem;
  line-height: 1.5625;
  margin-bottom: 0.25em;
}

.js-map-canvas .gm-style .gm-style-iw {
  max-width: 287px !important;
  min-width: 287px !important;
}

.js-map-canvas .gm-style .gm-style-iw-c {
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  padding: 16px 27px;
}

.js-map-canvas .gm-style .gm-style-iw-t:after {
  transform: translate(-50%, -50%) rotate(-60deg) skewX(-30deg);
}

.js-map-canvas .gm-style .gm-style-iw-d {
  padding-right: 10px !important;
}

.js-map-canvas .gm-style .tags {
  display: none !important;
}

.js-map-canvas .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  padding-top: 100%;
}

.ratio-4x3 {
  padding-top: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  padding-top: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  padding-top: calc(9 / 21 * 100%);
}

/* custom select styles */

.jcf-select {
  display: block;
  position: relative;
  padding: 0 0  !important;
}

.jcf-select:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 4px;
  background: #0D1C49;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  line-height: 55px;
  padding: 0 calc(55px + 10px) 0 33px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #fff;
  width: 55px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-select .jcf-select-opener:after {
  content: "";
  font: 8px/1 'icomoon';
  text-indent: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  margin: 1px 0 0;
}

@media (min-width: 1400px) {
  .jcf-select .jcf-select-opener:after {
    right: 27px;
  }
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #0D1C49;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 14px;
  line-height: 1.28571;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 7px 15px;
  color: #0D1C49;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

[data-simplebar] {
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #707070;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.27);
  border-radius: 5px;
  left: 3px;
  right: 3px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

[id="footer"] {
  background: #0D1C49;
  color: #fff;
  padding: 2rem 0;
}

@media (max-width: 991px) {
  [id="footer"] {
    line-height: 1.1875;
    letter-spacing: 0;
    text-align: center;
  }
}

@media (min-width: 390px) {
  [id="footer"] {
    padding-top: 3.5625rem;
    padding-bottom: 6.125rem;
  }
}

@media (min-width: 992px) {
  [id="footer"] {
    padding-left: 50px;
  }
}

@media (min-width: 1200px) {
  [id="footer"] {
    padding-left: 100px;
    padding-top: 6.6875rem;
    padding-bottom: 5.5rem;
  }
}

@media (min-width: 1400px) {
  [id="footer"] {
    padding-left: 134px;
  }
}

@media (max-width: 991px) {
  [id="footer"] ul {
    padding: 1px 0;
  }
}

[id="footer"] a {
  color: inherit;
  text-decoration: none;
}

[id="footer"] a:focus,
[id="footer"] a:hover {
  color: #EFA294;
  opacity: 1;
}

[id="footer"] a[href*="mailto:"] {
  text-decoration: underline;
}

[id="footer"] a[href*="mailto:"]:hover,
[id="footer"] a[href*="mailto:"]:focus {
  text-decoration: none;
}

[id="footer"] address {
  font-style: normal;
}

[id="footer"] .container {
  max-width: calc(1106px + 2 * 46px);
}

@media (min-width: 992px) {
  [id="footer"] .footer-top,
  [id="footer"] .footer-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  [id="footer"] .footer-top,
  [id="footer"] .footer-bottom {
    padding-left: 62px;
    padding-right: 62px;
  }
}

@media (min-width: 992px) {
  [id="footer"] .h5:after {
    content: ":";
  }
}

@media (min-width: 992px) {
  .footer-top .column:last-child,
  .footer-bottom .column:last-child {
    padding-left: 0;
    margin: 0 0 0 -3px;
  }
}

@media (min-width: 992px) {
  .footer-top ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-top ul > li {
  margin: 0 0 1rem;
}

@media (min-width: 390px) {
  .footer-top ul > li {
    margin-bottom: 1.6875rem;
  }
}

@media (min-width: 992px) {
  .footer-top ul > li {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 992px) {
  .footer-top ul > li + li {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .footer-top ul > li + li {
    margin-left: 60px;
  }
}

@media (min-width: 1400px) {
  .footer-top ul > li + li {
    margin-left: 85px;
  }
}

.footer-top .h5 {
  margin-bottom: 2.4375rem;
}

@media (min-width: 992px) {
  .footer-top .h5 {
    margin-bottom: 0.8125rem;
    text-transform: uppercase;
  }
}

.footer-bottom {
  padding: 2.0625rem 15% 0;
}

@media (min-width: 992px) {
  .footer-bottom {
    padding-top: 1.25rem;
  }
}

.footer-bottom ul > li {
  margin: 0 0 0.625rem;
}

@media (min-width: 390px) {
  .footer-bottom ul > li {
    margin-bottom: 1rem;
  }
}

.footer-bottom .h5 {
  margin-bottom: 0.875rem;
}

.footer-bottom p {
  margin-bottom: 1.1875rem;
}

@media (min-width: 992px) {
  .footer-bottom .column-address:nth-child(2) {
    padding-left: 25px;
  }
}

@media (min-width: 992px) {
  .footer-bottom .column-address:nth-child(3) {
    padding-left: 25px;
  }
}

@media (min-width: 1200px) {
  .footer-bottom .column-address:nth-child(3) {
    padding-left: 75px;
  }
}