.container:after {
  content: "";
  display: table;
  clear: both;
}

.row, .row-reverse {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
}

.gr-0, .gr-1, .gr-2, .gr-3, .gr-4, .gr-5, .gr-6, .gr-7, .gr-8, .gr-9, .gr-10, .gr-11, .gr-12, .gr-13, .gr-14, .gr-15, .gr-16 {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  -moz-flex-direction: column;
  flex-direction: column;
  display: block;
  min-height: 1px;
  line-height: 1;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}

.gr-adapt {
  max-width: 100%;
  line-height: 1;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}

.gr-grow {
  max-width: 100%;
  line-height: 1;
  display: -moz-flex;
  display: flex;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  -moz-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}

.push-0, .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16 {
  position: relative;
}

.pull-0, .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16 {
  position: relative;
}

.nowrap {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.nowrap > * {
  white-space: normal;
}

.wrap {
  flex-wrap: wrap;
  white-space: normal;
}

.gr-centered {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important;
  text-align: right;
}
.gr-right {
  text-align: right !important;
}

@media screen and (min-width: 576px) {
  .container\@landscape:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (min-width: 576px) {
  .row\@landscape, .row-reverse\@landscape {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 576px) {
  .gr-0\@landscape, .gr-1\@landscape, .gr-2\@landscape, .gr-3\@landscape, .gr-4\@landscape, .gr-5\@landscape, .gr-6\@landscape, .gr-7\@landscape, .gr-8\@landscape, .gr-9\@landscape, .gr-10\@landscape, .gr-11\@landscape, .gr-12\@landscape, .gr-13\@landscape, .gr-14\@landscape, .gr-15\@landscape, .gr-16\@landscape {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    min-height: 1px;
    line-height: 1;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 576px) {
  .gr-adapt\@landscape {
    max-width: 100%;
    line-height: 1;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 576px) {
  .gr-grow\@landscape {
    max-width: 100%;
    line-height: 1;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 576px) {
  .push-0\@landscape, .push-1\@landscape, .push-2\@landscape, .push-3\@landscape, .push-4\@landscape, .push-5\@landscape, .push-6\@landscape, .push-7\@landscape, .push-8\@landscape, .push-9\@landscape, .push-10\@landscape, .push-11\@landscape, .push-12\@landscape, .push-13\@landscape, .push-14\@landscape, .push-15\@landscape, .push-16\@landscape {
    position: relative;
  }
}

@media screen and (min-width: 576px) {
  .pull-0\@landscape, .pull-1\@landscape, .pull-2\@landscape, .pull-3\@landscape, .pull-4\@landscape, .pull-5\@landscape, .pull-6\@landscape, .pull-7\@landscape, .pull-8\@landscape, .pull-9\@landscape, .pull-10\@landscape, .pull-11\@landscape, .pull-12\@landscape, .pull-13\@landscape, .pull-14\@landscape, .pull-15\@landscape, .pull-16\@landscape {
    position: relative;
  }
}

@media screen and (min-width: 576px) {
  .nowrap\@landscape {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .nowrap\@landscape > * {
    white-space: normal;
  }
}

@media screen and (min-width: 576px) {
  .wrap\@landscape {
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media screen and (min-width: 576px) {
  .gr-centered\@landscape {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }
}

@media screen and (min-width: 768px) {
  .container\@tablet:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  .row\@tablet, .row-reverse\@tablet {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 768px) {
  .gr-0\@tablet, .gr-1\@tablet, .gr-2\@tablet, .gr-3\@tablet, .gr-4\@tablet, .gr-5\@tablet, .gr-6\@tablet, .gr-7\@tablet, .gr-8\@tablet, .gr-9\@tablet, .gr-10\@tablet, .gr-11\@tablet, .gr-12\@tablet, .gr-13\@tablet, .gr-14\@tablet, .gr-15\@tablet, .gr-16\@tablet {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    min-height: 1px;
    line-height: 1;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .gr-adapt\@tablet {
    max-width: 100%;
    line-height: 1;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .gr-grow\@tablet {
    max-width: 100%;
    line-height: 1;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .push-0\@tablet, .push-1\@tablet, .push-2\@tablet, .push-3\@tablet, .push-4\@tablet, .push-5\@tablet, .push-6\@tablet, .push-7\@tablet, .push-8\@tablet, .push-9\@tablet, .push-10\@tablet, .push-11\@tablet, .push-12\@tablet, .push-13\@tablet, .push-14\@tablet, .push-15\@tablet, .push-16\@tablet {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .pull-0\@tablet, .pull-1\@tablet, .pull-2\@tablet, .pull-3\@tablet, .pull-4\@tablet, .pull-5\@tablet, .pull-6\@tablet, .pull-7\@tablet, .pull-8\@tablet, .pull-9\@tablet, .pull-10\@tablet, .pull-11\@tablet, .pull-12\@tablet, .pull-13\@tablet, .pull-14\@tablet, .pull-15\@tablet, .pull-16\@tablet {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .nowrap\@tablet {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .nowrap\@tablet > * {
    white-space: normal;
  }
}

@media screen and (min-width: 768px) {
  .wrap\@tablet {
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media screen and (min-width: 768px) {
  .gr-centered\@tablet {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }
}

@media screen and (min-width: 992px) {
  .container\@desktop:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (min-width: 992px) {
  .row\@desktop, .row-reverse\@desktop {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 992px) {
  .gr-0\@desktop, .gr-1\@desktop, .gr-2\@desktop, .gr-3\@desktop, .gr-4\@desktop, .gr-5\@desktop, .gr-6\@desktop, .gr-7\@desktop, .gr-8\@desktop, .gr-9\@desktop, .gr-10\@desktop, .gr-11\@desktop, .gr-12\@desktop, .gr-13\@desktop, .gr-14\@desktop, .gr-15\@desktop, .gr-16\@desktop {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    min-height: 1px;
    line-height: 1;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .gr-adapt\@desktop {
    max-width: 100%;
    line-height: 1;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .gr-grow\@desktop {
    max-width: 100%;
    line-height: 1;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .push-0\@desktop, .push-1\@desktop, .push-2\@desktop, .push-3\@desktop, .push-4\@desktop, .push-5\@desktop, .push-6\@desktop, .push-7\@desktop, .push-8\@desktop, .push-9\@desktop, .push-10\@desktop, .push-11\@desktop, .push-12\@desktop, .push-13\@desktop, .push-14\@desktop, .push-15\@desktop, .push-16\@desktop {
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .pull-0\@desktop, .pull-1\@desktop, .pull-2\@desktop, .pull-3\@desktop, .pull-4\@desktop, .pull-5\@desktop, .pull-6\@desktop, .pull-7\@desktop, .pull-8\@desktop, .pull-9\@desktop, .pull-10\@desktop, .pull-11\@desktop, .pull-12\@desktop, .pull-13\@desktop, .pull-14\@desktop, .pull-15\@desktop, .pull-16\@desktop {
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .nowrap\@desktop {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .nowrap\@desktop > * {
    white-space: normal;
  }
}

@media screen and (min-width: 992px) {
  .wrap\@desktop {
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media screen and (min-width: 992px) {
  .gr-centered\@desktop {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }
}

@media screen and (min-width: 1200px) {
  .container\@large:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (min-width: 1200px) {
  .row\@large, .row-reverse\@large {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 1200px) {
  .gr-0\@large, .gr-1\@large, .gr-2\@large, .gr-3\@large, .gr-4\@large, .gr-5\@large, .gr-6\@large, .gr-7\@large, .gr-8\@large, .gr-9\@large, .gr-10\@large, .gr-11\@large, .gr-12\@large, .gr-13\@large, .gr-14\@large, .gr-15\@large, .gr-16\@large {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    min-height: 1px;
    line-height: 1;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .gr-adapt\@large {
    max-width: 100%;
    line-height: 1;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .gr-grow\@large {
    max-width: 100%;
    line-height: 1;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .push-0\@large, .push-1\@large, .push-2\@large, .push-3\@large, .push-4\@large, .push-5\@large, .push-6\@large, .push-7\@large, .push-8\@large, .push-9\@large, .push-10\@large, .push-11\@large, .push-12\@large, .push-13\@large, .push-14\@large, .push-15\@large, .push-16\@large {
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .pull-0\@large, .pull-1\@large, .pull-2\@large, .pull-3\@large, .pull-4\@large, .pull-5\@large, .pull-6\@large, .pull-7\@large, .pull-8\@large, .pull-9\@large, .pull-10\@large, .pull-11\@large, .pull-12\@large, .pull-13\@large, .pull-14\@large, .pull-15\@large, .pull-16\@large {
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .nowrap\@large {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .nowrap\@large > * {
    white-space: normal;
  }
}

@media screen and (min-width: 1200px) {
  .wrap\@large {
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media screen and (min-width: 1200px) {
  .gr-centered\@large {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}

#gridle-settings {
  content: '{ "version" : "3.0.0", "states" : { "default":{ "name" : "default", "min-width" : null, "max-width" : null, "query" : null, "classes" : true, "context" : "16", "column-width" : null, "gutter-width" : "40px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "20px", "gutter-bottom" : "0", "gutter-left" : "20px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "landscape":{ "name" : "landscape", "min-width" : "576px", "max-width" : null, "query" : "screen and (min-width: 576px)", "classes" : true, "context" : "16", "column-width" : null, "gutter-width" : "40px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "20px", "gutter-bottom" : "0", "gutter-left" : "20px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "tablet":{ "name" : "tablet", "min-width" : "768px", "max-width" : null, "query" : "screen and (min-width: 768px)", "classes" : true, "context" : "16", "column-width" : null, "gutter-width" : "40px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "20px", "gutter-bottom" : "0", "gutter-left" : "20px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "desktop":{ "name" : "desktop", "min-width" : "992px", "max-width" : null, "query" : "screen and (min-width: 992px)", "classes" : true, "context" : "16", "column-width" : null, "gutter-width" : "40px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "20px", "gutter-bottom" : "0", "gutter-left" : "20px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "large":{ "name" : "large", "min-width" : "1200px", "max-width" : null, "query" : "screen and (min-width: 1200px)", "classes" : true, "context" : "16", "column-width" : null, "gutter-width" : "40px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "20px", "gutter-bottom" : "0", "gutter-left" : "20px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }} }';
}

/**
	 * @name 	Columns
	 * Grid columns available
	 * @styleguide 	Gridle / Columns
	 * @example 	html
	 * <style>
	 * .row.gridle-styleguide {
	 * 	margin-bottom: 40px;
	 * }
	 * [class*="gr-"].gridle-styleguide {
	 * 	background:#eee;
	 * 	padding:40px;
	 * }
	 * </style>
	 * <div class="gridle-styleguide .container">
	 *   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-1"> .gr-1 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-2"> .gr-2 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-3"> .gr-3 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-4"> .gr-4 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-5"> .gr-5 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-6"> .gr-6 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-7"> .gr-7 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-8"> .gr-8 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-9"> .gr-9 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-10"> .gr-10 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-11"> .gr-11 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-12"> .gr-12 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-13"> .gr-13 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-14"> .gr-14 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-15"> .gr-15 </div> </div>   <div class="gridle-styleguide row row-debug"> <div class="gridle-styleguide gr-16"> .gr-16 </div> </div> 
	 * </div>
	 */
.gr-0 {
  flex-basis: 0%;
  max-width: 0%;
}

.push-0 {
  left: 0%;
  right: auto;
}

.pull-0 {
  right: 0%;
  left: auto;
}

.prefix-0 {
  margin-left: 0%;
}

.suffix-0 {
  margin-right: 0%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-0 {
  -moz-order: 0;
  order: 0;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-1 {
  flex-basis: 6.25%;
  max-width: 6.25%;
}

.push-1 {
  left: 6.25%;
  right: auto;
}

.pull-1 {
  right: 6.25%;
  left: auto;
}

.prefix-1 {
  margin-left: 6.25%;
}

.suffix-1 {
  margin-right: 6.25%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-1 {
  -moz-order: 1;
  order: 1;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-2 {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.push-2 {
  left: 12.5%;
  right: auto;
}

.pull-2 {
  right: 12.5%;
  left: auto;
}

.prefix-2 {
  margin-left: 12.5%;
}

.suffix-2 {
  margin-right: 12.5%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-2 {
  -moz-order: 2;
  order: 2;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-3 {
  flex-basis: 18.75%;
  max-width: 18.75%;
}

.push-3 {
  left: 18.75%;
  right: auto;
}

.pull-3 {
  right: 18.75%;
  left: auto;
}

.prefix-3 {
  margin-left: 18.75%;
}

.suffix-3 {
  margin-right: 18.75%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-3 {
  -moz-order: 3;
  order: 3;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-4 {
  flex-basis: 25%;
  max-width: 25%;
}

.push-4 {
  left: 25%;
  right: auto;
}

.pull-4 {
  right: 25%;
  left: auto;
}

.prefix-4 {
  margin-left: 25%;
}

.suffix-4 {
  margin-right: 25%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-4 {
  -moz-order: 4;
  order: 4;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-5 {
  flex-basis: 31.25%;
  max-width: 31.25%;
}

.push-5 {
  left: 31.25%;
  right: auto;
}

.pull-5 {
  right: 31.25%;
  left: auto;
}

.prefix-5 {
  margin-left: 31.25%;
}

.suffix-5 {
  margin-right: 31.25%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-5 {
  -moz-order: 5;
  order: 5;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-6 {
  flex-basis: 37.5%;
  max-width: 37.5%;
}

.push-6 {
  left: 37.5%;
  right: auto;
}

.pull-6 {
  right: 37.5%;
  left: auto;
}

.prefix-6 {
  margin-left: 37.5%;
}

.suffix-6 {
  margin-right: 37.5%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-6 {
  -moz-order: 6;
  order: 6;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-7 {
  flex-basis: 43.75%;
  max-width: 43.75%;
}

.push-7 {
  left: 43.75%;
  right: auto;
}

.pull-7 {
  right: 43.75%;
  left: auto;
}

.prefix-7 {
  margin-left: 43.75%;
}

.suffix-7 {
  margin-right: 43.75%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-7 {
  -moz-order: 7;
  order: 7;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-8 {
  flex-basis: 50%;
  max-width: 50%;
}

.push-8 {
  left: 50%;
  right: auto;
}

.pull-8 {
  right: 50%;
  left: auto;
}

.prefix-8 {
  margin-left: 50%;
}

.suffix-8 {
  margin-right: 50%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-8 {
  -moz-order: 8;
  order: 8;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-9 {
  flex-basis: 56.25%;
  max-width: 56.25%;
}

.push-9 {
  left: 56.25%;
  right: auto;
}

.pull-9 {
  right: 56.25%;
  left: auto;
}

.prefix-9 {
  margin-left: 56.25%;
}

.suffix-9 {
  margin-right: 56.25%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-9 {
  -moz-order: 9;
  order: 9;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-10 {
  flex-basis: 62.5%;
  max-width: 62.5%;
}

.push-10 {
  left: 62.5%;
  right: auto;
}

.pull-10 {
  right: 62.5%;
  left: auto;
}

.prefix-10 {
  margin-left: 62.5%;
}

.suffix-10 {
  margin-right: 62.5%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-10 {
  -moz-order: 10;
  order: 10;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-11 {
  flex-basis: 68.75%;
  max-width: 68.75%;
}

.push-11 {
  left: 68.75%;
  right: auto;
}

.pull-11 {
  right: 68.75%;
  left: auto;
}

.prefix-11 {
  margin-left: 68.75%;
}

.suffix-11 {
  margin-right: 68.75%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-11 {
  -moz-order: 11;
  order: 11;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-12 {
  flex-basis: 75%;
  max-width: 75%;
}

.push-12 {
  left: 75%;
  right: auto;
}

.pull-12 {
  right: 75%;
  left: auto;
}

.prefix-12 {
  margin-left: 75%;
}

.suffix-12 {
  margin-right: 75%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-12 {
  -moz-order: 12;
  order: 12;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-13 {
  flex-basis: 81.25%;
  max-width: 81.25%;
}

.push-13 {
  left: 81.25%;
  right: auto;
}

.pull-13 {
  right: 81.25%;
  left: auto;
}

.prefix-13 {
  margin-left: 81.25%;
}

.suffix-13 {
  margin-right: 81.25%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-13 {
  -moz-order: 13;
  order: 13;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-14 {
  flex-basis: 87.5%;
  max-width: 87.5%;
}

.push-14 {
  left: 87.5%;
  right: auto;
}

.pull-14 {
  right: 87.5%;
  left: auto;
}

.prefix-14 {
  margin-left: 87.5%;
}

.suffix-14 {
  margin-right: 87.5%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-14 {
  -moz-order: 14;
  order: 14;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-15 {
  flex-basis: 93.75%;
  max-width: 93.75%;
}

.push-15 {
  left: 93.75%;
  right: auto;
}

.pull-15 {
  right: 93.75%;
  left: auto;
}

.prefix-15 {
  margin-left: 93.75%;
}

.suffix-15 {
  margin-right: 93.75%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-15 {
  -moz-order: 15;
  order: 15;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

.gr-16 {
  flex-basis: 100%;
  max-width: 100%;
}

.push-16 {
  left: 100%;
  right: auto;
}

.pull-16 {
  right: 100%;
  left: auto;
}

.prefix-16 {
  margin-left: 100%;
}

.suffix-16 {
  margin-right: 100%;
}

.order-first {
  -moz-order: -1;
  order: -1;
}

.order-16 {
  -moz-order: 16;
  order: 16;
}

.order-last {
  -moz-order: 9999;
  order: 9999;
}

body {
  direction: ltr;
}

@media screen and (min-width: 576px) {
  .gr-0\@landscape {
    flex-basis: 0%;
    max-width: 0%;
  }
  .push-0\@landscape {
    left: 0%;
    right: auto;
  }
  .pull-0\@landscape {
    right: 0%;
    left: auto;
  }
  .prefix-0\@landscape {
    margin-left: 0%;
  }
  .suffix-0\@landscape {
    margin-right: 0%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-0\@landscape {
    -moz-order: 0;
    order: 0;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-1\@landscape {
    flex-basis: 6.25%;
    max-width: 6.25%;
  }
  .push-1\@landscape {
    left: 6.25%;
    right: auto;
  }
  .pull-1\@landscape {
    right: 6.25%;
    left: auto;
  }
  .prefix-1\@landscape {
    margin-left: 6.25%;
  }
  .suffix-1\@landscape {
    margin-right: 6.25%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-1\@landscape {
    -moz-order: 1;
    order: 1;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-2\@landscape {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .push-2\@landscape {
    left: 12.5%;
    right: auto;
  }
  .pull-2\@landscape {
    right: 12.5%;
    left: auto;
  }
  .prefix-2\@landscape {
    margin-left: 12.5%;
  }
  .suffix-2\@landscape {
    margin-right: 12.5%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-2\@landscape {
    -moz-order: 2;
    order: 2;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-3\@landscape {
    flex-basis: 18.75%;
    max-width: 18.75%;
  }
  .push-3\@landscape {
    left: 18.75%;
    right: auto;
  }
  .pull-3\@landscape {
    right: 18.75%;
    left: auto;
  }
  .prefix-3\@landscape {
    margin-left: 18.75%;
  }
  .suffix-3\@landscape {
    margin-right: 18.75%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-3\@landscape {
    -moz-order: 3;
    order: 3;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-4\@landscape {
    flex-basis: 25%;
    max-width: 25%;
  }
  .push-4\@landscape {
    left: 25%;
    right: auto;
  }
  .pull-4\@landscape {
    right: 25%;
    left: auto;
  }
  .prefix-4\@landscape {
    margin-left: 25%;
  }
  .suffix-4\@landscape {
    margin-right: 25%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-4\@landscape {
    -moz-order: 4;
    order: 4;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-5\@landscape {
    flex-basis: 31.25%;
    max-width: 31.25%;
  }
  .push-5\@landscape {
    left: 31.25%;
    right: auto;
  }
  .pull-5\@landscape {
    right: 31.25%;
    left: auto;
  }
  .prefix-5\@landscape {
    margin-left: 31.25%;
  }
  .suffix-5\@landscape {
    margin-right: 31.25%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-5\@landscape {
    -moz-order: 5;
    order: 5;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-6\@landscape {
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .push-6\@landscape {
    left: 37.5%;
    right: auto;
  }
  .pull-6\@landscape {
    right: 37.5%;
    left: auto;
  }
  .prefix-6\@landscape {
    margin-left: 37.5%;
  }
  .suffix-6\@landscape {
    margin-right: 37.5%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-6\@landscape {
    -moz-order: 6;
    order: 6;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-7\@landscape {
    flex-basis: 43.75%;
    max-width: 43.75%;
  }
  .push-7\@landscape {
    left: 43.75%;
    right: auto;
  }
  .pull-7\@landscape {
    right: 43.75%;
    left: auto;
  }
  .prefix-7\@landscape {
    margin-left: 43.75%;
  }
  .suffix-7\@landscape {
    margin-right: 43.75%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-7\@landscape {
    -moz-order: 7;
    order: 7;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-8\@landscape {
    flex-basis: 50%;
    max-width: 50%;
  }
  .push-8\@landscape {
    left: 50%;
    right: auto;
  }
  .pull-8\@landscape {
    right: 50%;
    left: auto;
  }
  .prefix-8\@landscape {
    margin-left: 50%;
  }
  .suffix-8\@landscape {
    margin-right: 50%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-8\@landscape {
    -moz-order: 8;
    order: 8;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-9\@landscape {
    flex-basis: 56.25%;
    max-width: 56.25%;
  }
  .push-9\@landscape {
    left: 56.25%;
    right: auto;
  }
  .pull-9\@landscape {
    right: 56.25%;
    left: auto;
  }
  .prefix-9\@landscape {
    margin-left: 56.25%;
  }
  .suffix-9\@landscape {
    margin-right: 56.25%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-9\@landscape {
    -moz-order: 9;
    order: 9;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-10\@landscape {
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .push-10\@landscape {
    left: 62.5%;
    right: auto;
  }
  .pull-10\@landscape {
    right: 62.5%;
    left: auto;
  }
  .prefix-10\@landscape {
    margin-left: 62.5%;
  }
  .suffix-10\@landscape {
    margin-right: 62.5%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-10\@landscape {
    -moz-order: 10;
    order: 10;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-11\@landscape {
    flex-basis: 68.75%;
    max-width: 68.75%;
  }
  .push-11\@landscape {
    left: 68.75%;
    right: auto;
  }
  .pull-11\@landscape {
    right: 68.75%;
    left: auto;
  }
  .prefix-11\@landscape {
    margin-left: 68.75%;
  }
  .suffix-11\@landscape {
    margin-right: 68.75%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-11\@landscape {
    -moz-order: 11;
    order: 11;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-12\@landscape {
    flex-basis: 75%;
    max-width: 75%;
  }
  .push-12\@landscape {
    left: 75%;
    right: auto;
  }
  .pull-12\@landscape {
    right: 75%;
    left: auto;
  }
  .prefix-12\@landscape {
    margin-left: 75%;
  }
  .suffix-12\@landscape {
    margin-right: 75%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-12\@landscape {
    -moz-order: 12;
    order: 12;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-13\@landscape {
    flex-basis: 81.25%;
    max-width: 81.25%;
  }
  .push-13\@landscape {
    left: 81.25%;
    right: auto;
  }
  .pull-13\@landscape {
    right: 81.25%;
    left: auto;
  }
  .prefix-13\@landscape {
    margin-left: 81.25%;
  }
  .suffix-13\@landscape {
    margin-right: 81.25%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-13\@landscape {
    -moz-order: 13;
    order: 13;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-14\@landscape {
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .push-14\@landscape {
    left: 87.5%;
    right: auto;
  }
  .pull-14\@landscape {
    right: 87.5%;
    left: auto;
  }
  .prefix-14\@landscape {
    margin-left: 87.5%;
  }
  .suffix-14\@landscape {
    margin-right: 87.5%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-14\@landscape {
    -moz-order: 14;
    order: 14;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-15\@landscape {
    flex-basis: 93.75%;
    max-width: 93.75%;
  }
  .push-15\@landscape {
    left: 93.75%;
    right: auto;
  }
  .pull-15\@landscape {
    right: 93.75%;
    left: auto;
  }
  .prefix-15\@landscape {
    margin-left: 93.75%;
  }
  .suffix-15\@landscape {
    margin-right: 93.75%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-15\@landscape {
    -moz-order: 15;
    order: 15;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-16\@landscape {
    flex-basis: 100%;
    max-width: 100%;
  }
  .push-16\@landscape {
    left: 100%;
    right: auto;
  }
  .pull-16\@landscape {
    right: 100%;
    left: auto;
  }
  .prefix-16\@landscape {
    margin-left: 100%;
  }
  .suffix-16\@landscape {
    margin-right: 100%;
  }
  .order-first\@landscape {
    -moz-order: -1;
    order: -1;
  }
  .order-16\@landscape {
    -moz-order: 16;
    order: 16;
  }
  .order-last\@landscape {
    -moz-order: 9999;
    order: 9999;
  }
  body {
    direction: ltr;
  }
}

@media screen and (min-width: 768px) {
  .gr-0\@tablet {
    flex-basis: 0%;
    max-width: 0%;
  }
  .push-0\@tablet {
    left: 0%;
    right: auto;
  }
  .pull-0\@tablet {
    right: 0%;
    left: auto;
  }
  .prefix-0\@tablet {
    margin-left: 0%;
  }
  .suffix-0\@tablet {
    margin-right: 0%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-0\@tablet {
    -moz-order: 0;
    order: 0;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-1\@tablet {
    flex-basis: 6.25%;
    max-width: 6.25%;
  }
  .push-1\@tablet {
    left: 6.25%;
    right: auto;
  }
  .pull-1\@tablet {
    right: 6.25%;
    left: auto;
  }
  .prefix-1\@tablet {
    margin-left: 6.25%;
  }
  .suffix-1\@tablet {
    margin-right: 6.25%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-1\@tablet {
    -moz-order: 1;
    order: 1;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-2\@tablet {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .push-2\@tablet {
    left: 12.5%;
    right: auto;
  }
  .pull-2\@tablet {
    right: 12.5%;
    left: auto;
  }
  .prefix-2\@tablet {
    margin-left: 12.5%;
  }
  .suffix-2\@tablet {
    margin-right: 12.5%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-2\@tablet {
    -moz-order: 2;
    order: 2;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-3\@tablet {
    flex-basis: 18.75%;
    max-width: 18.75%;
  }
  .push-3\@tablet {
    left: 18.75%;
    right: auto;
  }
  .pull-3\@tablet {
    right: 18.75%;
    left: auto;
  }
  .prefix-3\@tablet {
    margin-left: 18.75%;
  }
  .suffix-3\@tablet {
    margin-right: 18.75%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-3\@tablet {
    -moz-order: 3;
    order: 3;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-4\@tablet {
    flex-basis: 25%;
    max-width: 25%;
  }
  .push-4\@tablet {
    left: 25%;
    right: auto;
  }
  .pull-4\@tablet {
    right: 25%;
    left: auto;
  }
  .prefix-4\@tablet {
    margin-left: 25%;
  }
  .suffix-4\@tablet {
    margin-right: 25%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-4\@tablet {
    -moz-order: 4;
    order: 4;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-5\@tablet {
    flex-basis: 31.25%;
    max-width: 31.25%;
  }
  .push-5\@tablet {
    left: 31.25%;
    right: auto;
  }
  .pull-5\@tablet {
    right: 31.25%;
    left: auto;
  }
  .prefix-5\@tablet {
    margin-left: 31.25%;
  }
  .suffix-5\@tablet {
    margin-right: 31.25%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-5\@tablet {
    -moz-order: 5;
    order: 5;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-6\@tablet {
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .push-6\@tablet {
    left: 37.5%;
    right: auto;
  }
  .pull-6\@tablet {
    right: 37.5%;
    left: auto;
  }
  .prefix-6\@tablet {
    margin-left: 37.5%;
  }
  .suffix-6\@tablet {
    margin-right: 37.5%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-6\@tablet {
    -moz-order: 6;
    order: 6;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-7\@tablet {
    flex-basis: 43.75%;
    max-width: 43.75%;
  }
  .push-7\@tablet {
    left: 43.75%;
    right: auto;
  }
  .pull-7\@tablet {
    right: 43.75%;
    left: auto;
  }
  .prefix-7\@tablet {
    margin-left: 43.75%;
  }
  .suffix-7\@tablet {
    margin-right: 43.75%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-7\@tablet {
    -moz-order: 7;
    order: 7;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-8\@tablet {
    flex-basis: 50%;
    max-width: 50%;
  }
  .push-8\@tablet {
    left: 50%;
    right: auto;
  }
  .pull-8\@tablet {
    right: 50%;
    left: auto;
  }
  .prefix-8\@tablet {
    margin-left: 50%;
  }
  .suffix-8\@tablet {
    margin-right: 50%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-8\@tablet {
    -moz-order: 8;
    order: 8;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-9\@tablet {
    flex-basis: 56.25%;
    max-width: 56.25%;
  }
  .push-9\@tablet {
    left: 56.25%;
    right: auto;
  }
  .pull-9\@tablet {
    right: 56.25%;
    left: auto;
  }
  .prefix-9\@tablet {
    margin-left: 56.25%;
  }
  .suffix-9\@tablet {
    margin-right: 56.25%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-9\@tablet {
    -moz-order: 9;
    order: 9;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-10\@tablet {
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .push-10\@tablet {
    left: 62.5%;
    right: auto;
  }
  .pull-10\@tablet {
    right: 62.5%;
    left: auto;
  }
  .prefix-10\@tablet {
    margin-left: 62.5%;
  }
  .suffix-10\@tablet {
    margin-right: 62.5%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-10\@tablet {
    -moz-order: 10;
    order: 10;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-11\@tablet {
    flex-basis: 68.75%;
    max-width: 68.75%;
  }
  .push-11\@tablet {
    left: 68.75%;
    right: auto;
  }
  .pull-11\@tablet {
    right: 68.75%;
    left: auto;
  }
  .prefix-11\@tablet {
    margin-left: 68.75%;
  }
  .suffix-11\@tablet {
    margin-right: 68.75%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-11\@tablet {
    -moz-order: 11;
    order: 11;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-12\@tablet {
    flex-basis: 75%;
    max-width: 75%;
  }
  .push-12\@tablet {
    left: 75%;
    right: auto;
  }
  .pull-12\@tablet {
    right: 75%;
    left: auto;
  }
  .prefix-12\@tablet {
    margin-left: 75%;
  }
  .suffix-12\@tablet {
    margin-right: 75%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-12\@tablet {
    -moz-order: 12;
    order: 12;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-13\@tablet {
    flex-basis: 81.25%;
    max-width: 81.25%;
  }
  .push-13\@tablet {
    left: 81.25%;
    right: auto;
  }
  .pull-13\@tablet {
    right: 81.25%;
    left: auto;
  }
  .prefix-13\@tablet {
    margin-left: 81.25%;
  }
  .suffix-13\@tablet {
    margin-right: 81.25%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-13\@tablet {
    -moz-order: 13;
    order: 13;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-14\@tablet {
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .push-14\@tablet {
    left: 87.5%;
    right: auto;
  }
  .pull-14\@tablet {
    right: 87.5%;
    left: auto;
  }
  .prefix-14\@tablet {
    margin-left: 87.5%;
  }
  .suffix-14\@tablet {
    margin-right: 87.5%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-14\@tablet {
    -moz-order: 14;
    order: 14;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-15\@tablet {
    flex-basis: 93.75%;
    max-width: 93.75%;
  }
  .push-15\@tablet {
    left: 93.75%;
    right: auto;
  }
  .pull-15\@tablet {
    right: 93.75%;
    left: auto;
  }
  .prefix-15\@tablet {
    margin-left: 93.75%;
  }
  .suffix-15\@tablet {
    margin-right: 93.75%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-15\@tablet {
    -moz-order: 15;
    order: 15;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-16\@tablet {
    flex-basis: 100%;
    max-width: 100%;
  }
  .push-16\@tablet {
    left: 100%;
    right: auto;
  }
  .pull-16\@tablet {
    right: 100%;
    left: auto;
  }
  .prefix-16\@tablet {
    margin-left: 100%;
  }
  .suffix-16\@tablet {
    margin-right: 100%;
  }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1;
  }
  .order-16\@tablet {
    -moz-order: 16;
    order: 16;
  }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999;
  }
  body {
    direction: ltr;
  }
}

@media screen and (min-width: 992px) {
  .gr-0\@desktop {
    flex-basis: 0%;
    max-width: 0%;
  }
  .push-0\@desktop {
    left: 0%;
    right: auto;
  }
  .pull-0\@desktop {
    right: 0%;
    left: auto;
  }
  .prefix-0\@desktop {
    margin-left: 0%;
  }
  .suffix-0\@desktop {
    margin-right: 0%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-0\@desktop {
    -moz-order: 0;
    order: 0;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-1\@desktop {
    flex-basis: 6.25%;
    max-width: 6.25%;
  }
  .push-1\@desktop {
    left: 6.25%;
    right: auto;
  }
  .pull-1\@desktop {
    right: 6.25%;
    left: auto;
  }
  .prefix-1\@desktop {
    margin-left: 6.25%;
  }
  .suffix-1\@desktop {
    margin-right: 6.25%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-1\@desktop {
    -moz-order: 1;
    order: 1;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-2\@desktop {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .push-2\@desktop {
    left: 12.5%;
    right: auto;
  }
  .pull-2\@desktop {
    right: 12.5%;
    left: auto;
  }
  .prefix-2\@desktop {
    margin-left: 12.5%;
  }
  .suffix-2\@desktop {
    margin-right: 12.5%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-2\@desktop {
    -moz-order: 2;
    order: 2;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-3\@desktop {
    flex-basis: 18.75%;
    max-width: 18.75%;
  }
  .push-3\@desktop {
    left: 18.75%;
    right: auto;
  }
  .pull-3\@desktop {
    right: 18.75%;
    left: auto;
  }
  .prefix-3\@desktop {
    margin-left: 18.75%;
  }
  .suffix-3\@desktop {
    margin-right: 18.75%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-3\@desktop {
    -moz-order: 3;
    order: 3;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-4\@desktop {
    flex-basis: 25%;
    max-width: 25%;
  }
  .push-4\@desktop {
    left: 25%;
    right: auto;
  }
  .pull-4\@desktop {
    right: 25%;
    left: auto;
  }
  .prefix-4\@desktop {
    margin-left: 25%;
  }
  .suffix-4\@desktop {
    margin-right: 25%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-4\@desktop {
    -moz-order: 4;
    order: 4;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-5\@desktop {
    flex-basis: 31.25%;
    max-width: 31.25%;
  }
  .push-5\@desktop {
    left: 31.25%;
    right: auto;
  }
  .pull-5\@desktop {
    right: 31.25%;
    left: auto;
  }
  .prefix-5\@desktop {
    margin-left: 31.25%;
  }
  .suffix-5\@desktop {
    margin-right: 31.25%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-5\@desktop {
    -moz-order: 5;
    order: 5;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-6\@desktop {
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .push-6\@desktop {
    left: 37.5%;
    right: auto;
  }
  .pull-6\@desktop {
    right: 37.5%;
    left: auto;
  }
  .prefix-6\@desktop {
    margin-left: 37.5%;
  }
  .suffix-6\@desktop {
    margin-right: 37.5%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-6\@desktop {
    -moz-order: 6;
    order: 6;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-7\@desktop {
    flex-basis: 43.75%;
    max-width: 43.75%;
  }
  .push-7\@desktop {
    left: 43.75%;
    right: auto;
  }
  .pull-7\@desktop {
    right: 43.75%;
    left: auto;
  }
  .prefix-7\@desktop {
    margin-left: 43.75%;
  }
  .suffix-7\@desktop {
    margin-right: 43.75%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-7\@desktop {
    -moz-order: 7;
    order: 7;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-8\@desktop {
    flex-basis: 50%;
    max-width: 50%;
  }
  .push-8\@desktop {
    left: 50%;
    right: auto;
  }
  .pull-8\@desktop {
    right: 50%;
    left: auto;
  }
  .prefix-8\@desktop {
    margin-left: 50%;
  }
  .suffix-8\@desktop {
    margin-right: 50%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-8\@desktop {
    -moz-order: 8;
    order: 8;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-9\@desktop {
    flex-basis: 56.25%;
    max-width: 56.25%;
  }
  .push-9\@desktop {
    left: 56.25%;
    right: auto;
  }
  .pull-9\@desktop {
    right: 56.25%;
    left: auto;
  }
  .prefix-9\@desktop {
    margin-left: 56.25%;
  }
  .suffix-9\@desktop {
    margin-right: 56.25%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-9\@desktop {
    -moz-order: 9;
    order: 9;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-10\@desktop {
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .push-10\@desktop {
    left: 62.5%;
    right: auto;
  }
  .pull-10\@desktop {
    right: 62.5%;
    left: auto;
  }
  .prefix-10\@desktop {
    margin-left: 62.5%;
  }
  .suffix-10\@desktop {
    margin-right: 62.5%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-10\@desktop {
    -moz-order: 10;
    order: 10;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-11\@desktop {
    flex-basis: 68.75%;
    max-width: 68.75%;
  }
  .push-11\@desktop {
    left: 68.75%;
    right: auto;
  }
  .pull-11\@desktop {
    right: 68.75%;
    left: auto;
  }
  .prefix-11\@desktop {
    margin-left: 68.75%;
  }
  .suffix-11\@desktop {
    margin-right: 68.75%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-11\@desktop {
    -moz-order: 11;
    order: 11;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-12\@desktop {
    flex-basis: 75%;
    max-width: 75%;
  }
  .push-12\@desktop {
    left: 75%;
    right: auto;
  }
  .pull-12\@desktop {
    right: 75%;
    left: auto;
  }
  .prefix-12\@desktop {
    margin-left: 75%;
  }
  .suffix-12\@desktop {
    margin-right: 75%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-12\@desktop {
    -moz-order: 12;
    order: 12;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-13\@desktop {
    flex-basis: 81.25%;
    max-width: 81.25%;
  }
  .push-13\@desktop {
    left: 81.25%;
    right: auto;
  }
  .pull-13\@desktop {
    right: 81.25%;
    left: auto;
  }
  .prefix-13\@desktop {
    margin-left: 81.25%;
  }
  .suffix-13\@desktop {
    margin-right: 81.25%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-13\@desktop {
    -moz-order: 13;
    order: 13;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-14\@desktop {
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .push-14\@desktop {
    left: 87.5%;
    right: auto;
  }
  .pull-14\@desktop {
    right: 87.5%;
    left: auto;
  }
  .prefix-14\@desktop {
    margin-left: 87.5%;
  }
  .suffix-14\@desktop {
    margin-right: 87.5%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-14\@desktop {
    -moz-order: 14;
    order: 14;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-15\@desktop {
    flex-basis: 93.75%;
    max-width: 93.75%;
  }
  .push-15\@desktop {
    left: 93.75%;
    right: auto;
  }
  .pull-15\@desktop {
    right: 93.75%;
    left: auto;
  }
  .prefix-15\@desktop {
    margin-left: 93.75%;
  }
  .suffix-15\@desktop {
    margin-right: 93.75%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-15\@desktop {
    -moz-order: 15;
    order: 15;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-16\@desktop {
    flex-basis: 100%;
    max-width: 100%;
  }
  .push-16\@desktop {
    left: 100%;
    right: auto;
  }
  .pull-16\@desktop {
    right: 100%;
    left: auto;
  }
  .prefix-16\@desktop {
    margin-left: 100%;
  }
  .suffix-16\@desktop {
    margin-right: 100%;
  }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1;
  }
  .order-16\@desktop {
    -moz-order: 16;
    order: 16;
  }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999;
  }
  body {
    direction: ltr;
  }
}

@media screen and (min-width: 1200px) {
  .gr-0\@large {
    flex-basis: 0%;
    max-width: 0%;
  }
  .push-0\@large {
    left: 0%;
    right: auto;
  }
  .pull-0\@large {
    right: 0%;
    left: auto;
  }
  .prefix-0\@large {
    margin-left: 0%;
  }
  .suffix-0\@large {
    margin-right: 0%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-0\@large {
    -moz-order: 0;
    order: 0;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-1\@large {
    flex-basis: 6.25%;
    max-width: 6.25%;
  }
  .push-1\@large {
    left: 6.25%;
    right: auto;
  }
  .pull-1\@large {
    right: 6.25%;
    left: auto;
  }
  .prefix-1\@large {
    margin-left: 6.25%;
  }
  .suffix-1\@large {
    margin-right: 6.25%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-1\@large {
    -moz-order: 1;
    order: 1;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-2\@large {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .push-2\@large {
    left: 12.5%;
    right: auto;
  }
  .pull-2\@large {
    right: 12.5%;
    left: auto;
  }
  .prefix-2\@large {
    margin-left: 12.5%;
  }
  .suffix-2\@large {
    margin-right: 12.5%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-2\@large {
    -moz-order: 2;
    order: 2;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-3\@large {
    flex-basis: 18.75%;
    max-width: 18.75%;
  }
  .push-3\@large {
    left: 18.75%;
    right: auto;
  }
  .pull-3\@large {
    right: 18.75%;
    left: auto;
  }
  .prefix-3\@large {
    margin-left: 18.75%;
  }
  .suffix-3\@large {
    margin-right: 18.75%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-3\@large {
    -moz-order: 3;
    order: 3;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-4\@large {
    flex-basis: 25%;
    max-width: 25%;
  }
  .push-4\@large {
    left: 25%;
    right: auto;
  }
  .pull-4\@large {
    right: 25%;
    left: auto;
  }
  .prefix-4\@large {
    margin-left: 25%;
  }
  .suffix-4\@large {
    margin-right: 25%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-4\@large {
    -moz-order: 4;
    order: 4;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-5\@large {
    flex-basis: 31.25%;
    max-width: 31.25%;
  }
  .push-5\@large {
    left: 31.25%;
    right: auto;
  }
  .pull-5\@large {
    right: 31.25%;
    left: auto;
  }
  .prefix-5\@large {
    margin-left: 31.25%;
  }
  .suffix-5\@large {
    margin-right: 31.25%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-5\@large {
    -moz-order: 5;
    order: 5;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-6\@large {
    flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .push-6\@large {
    left: 37.5%;
    right: auto;
  }
  .pull-6\@large {
    right: 37.5%;
    left: auto;
  }
  .prefix-6\@large {
    margin-left: 37.5%;
  }
  .suffix-6\@large {
    margin-right: 37.5%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-6\@large {
    -moz-order: 6;
    order: 6;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-7\@large {
    flex-basis: 43.75%;
    max-width: 43.75%;
  }
  .push-7\@large {
    left: 43.75%;
    right: auto;
  }
  .pull-7\@large {
    right: 43.75%;
    left: auto;
  }
  .prefix-7\@large {
    margin-left: 43.75%;
  }
  .suffix-7\@large {
    margin-right: 43.75%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-7\@large {
    -moz-order: 7;
    order: 7;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-8\@large {
    flex-basis: 50%;
    max-width: 50%;
  }
  .push-8\@large {
    left: 50%;
    right: auto;
  }
  .pull-8\@large {
    right: 50%;
    left: auto;
  }
  .prefix-8\@large {
    margin-left: 50%;
  }
  .suffix-8\@large {
    margin-right: 50%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-8\@large {
    -moz-order: 8;
    order: 8;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-9\@large {
    flex-basis: 56.25%;
    max-width: 56.25%;
  }
  .push-9\@large {
    left: 56.25%;
    right: auto;
  }
  .pull-9\@large {
    right: 56.25%;
    left: auto;
  }
  .prefix-9\@large {
    margin-left: 56.25%;
  }
  .suffix-9\@large {
    margin-right: 56.25%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-9\@large {
    -moz-order: 9;
    order: 9;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-10\@large {
    flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .push-10\@large {
    left: 62.5%;
    right: auto;
  }
  .pull-10\@large {
    right: 62.5%;
    left: auto;
  }
  .prefix-10\@large {
    margin-left: 62.5%;
  }
  .suffix-10\@large {
    margin-right: 62.5%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-10\@large {
    -moz-order: 10;
    order: 10;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-11\@large {
    flex-basis: 68.75%;
    max-width: 68.75%;
  }
  .push-11\@large {
    left: 68.75%;
    right: auto;
  }
  .pull-11\@large {
    right: 68.75%;
    left: auto;
  }
  .prefix-11\@large {
    margin-left: 68.75%;
  }
  .suffix-11\@large {
    margin-right: 68.75%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-11\@large {
    -moz-order: 11;
    order: 11;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-12\@large {
    flex-basis: 75%;
    max-width: 75%;
  }
  .push-12\@large {
    left: 75%;
    right: auto;
  }
  .pull-12\@large {
    right: 75%;
    left: auto;
  }
  .prefix-12\@large {
    margin-left: 75%;
  }
  .suffix-12\@large {
    margin-right: 75%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-12\@large {
    -moz-order: 12;
    order: 12;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-13\@large {
    flex-basis: 81.25%;
    max-width: 81.25%;
  }
  .push-13\@large {
    left: 81.25%;
    right: auto;
  }
  .pull-13\@large {
    right: 81.25%;
    left: auto;
  }
  .prefix-13\@large {
    margin-left: 81.25%;
  }
  .suffix-13\@large {
    margin-right: 81.25%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-13\@large {
    -moz-order: 13;
    order: 13;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-14\@large {
    flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .push-14\@large {
    left: 87.5%;
    right: auto;
  }
  .pull-14\@large {
    right: 87.5%;
    left: auto;
  }
  .prefix-14\@large {
    margin-left: 87.5%;
  }
  .suffix-14\@large {
    margin-right: 87.5%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-14\@large {
    -moz-order: 14;
    order: 14;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-15\@large {
    flex-basis: 93.75%;
    max-width: 93.75%;
  }
  .push-15\@large {
    left: 93.75%;
    right: auto;
  }
  .pull-15\@large {
    right: 93.75%;
    left: auto;
  }
  .prefix-15\@large {
    margin-left: 93.75%;
  }
  .suffix-15\@large {
    margin-right: 93.75%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-15\@large {
    -moz-order: 15;
    order: 15;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  .gr-16\@large {
    flex-basis: 100%;
    max-width: 100%;
  }
  .push-16\@large {
    left: 100%;
    right: auto;
  }
  .pull-16\@large {
    right: 100%;
    left: auto;
  }
  .prefix-16\@large {
    margin-left: 100%;
  }
  .suffix-16\@large {
    margin-right: 100%;
  }
  .order-first\@large {
    -moz-order: -1;
    order: -1;
  }
  .order-16\@large {
    -moz-order: 16;
    order: 16;
  }
  .order-last\@large {
    -moz-order: 9999;
    order: 9999;
  }
  body {
    direction: ltr;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.auto-height {
  height: inherit;
  min-height: inherit;
  max-height: inherit;
}

.row {
  -moz-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -20px;
  margin-right: -20px;
}

[class*="no-gutter"] > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -20px;
  margin-right: -20px;
}

[class*="no-gutter"] > .row-reverse {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-full {
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  transform: translateX(-50%);
}

.col {
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -20px;
  margin-right: -20px;
}

.col-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -20px;
  margin-right: -20px;
}

.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutter > [class*="gr-"] {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.row-no-gutter-top {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutter-top > [class*="gr-"] {
  padding-top: 0;
}

.row-no-gutter-right {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutter-right > [class*="gr-"] {
  padding-right: 0;
}

.row-no-gutter-bottom {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutter-bottom > [class*="gr-"] {
  padding-bottom: 0;
}

.row-no-gutter-left {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutter-left > [class*="gr-"] {
  padding-left: 0;
}

.row-align-left {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.row-align-center {
  -moz-justify-content: center;
  justify-content: center;
}

.row-align-right {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.row-align-middle {
  -moz-align-items: center;
  align-items: center;
}

.row-align-top {
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.row-align-bottom {
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.row-align-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.row-align-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.no-gutter {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.no-gutter-left {
  padding-left: 0;
}

.no-gutter-right {
  padding-right: 0;
}

.no-gutter-top {
  padding-top: 0;
}

.no-gutter-bottom {
  padding-bottom: 0;
}

.gutter {
  padding-right: 20px;
  padding-left: 20px;
}

.gutter-left {
  padding-left: 20px;
}

.gutter-right {
  padding-right: 20px;
}

.hide {
  display: none !important;
}

.not-visible {
  visibility: hidden;
}

.show {
  display: block !important;
}

.show-inline {
  display: inline-block !important;
}

.visible {
  visibility: visible;
}

.row-debug {
  position: relative;
  z-index: 99999;
  overflow: hidden;
}

.row-debug:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99999px;
  background: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 0.02) 50%);
  background-size: 12.5% 100%;
  z-index: 99999;
}

@media screen and (min-width: 576px) {
  .float-left\@landscape {
    float: left;
  }
  .float-right\@landscape {
    float: right;
  }
  .clear\@landscape {
    clear: both;
  }
  .clear-left\@landscape {
    clear: left;
  }
  .clear-right\@landscape {
    clear: right;
  }
  .auto-height\@landscape {
    height: inherit;
    min-height: inherit;
    max-height: inherit;
  }
  .row\@landscape {
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  [class*="no-gutter"] > .row\@landscape {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-reverse\@landscape {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  [class*="no-gutter"] > .row-reverse\@landscape {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-full\@landscape {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%);
  }
  .col\@landscape {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  .col-reverse\@landscape {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-no-gutter\@landscape {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter\@landscape > [class*="gr-"] {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .row-no-gutter-top\@landscape {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-top\@landscape > [class*="gr-"] {
    padding-top: 0;
  }
  .row-no-gutter-right\@landscape {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-right\@landscape > [class*="gr-"] {
    padding-right: 0;
  }
  .row-no-gutter-bottom\@landscape {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-bottom\@landscape > [class*="gr-"] {
    padding-bottom: 0;
  }
  .row-no-gutter-left\@landscape {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-left\@landscape > [class*="gr-"] {
    padding-left: 0;
  }
  .row-align-left\@landscape {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .row-align-center\@landscape {
    -moz-justify-content: center;
    justify-content: center;
  }
  .row-align-right\@landscape {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .row-align-middle\@landscape {
    -moz-align-items: center;
    align-items: center;
  }
  .row-align-top\@landscape {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .row-align-bottom\@landscape {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .row-align-around\@landscape {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .row-align-between\@landscape {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .no-gutter\@landscape {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .no-gutter-left\@landscape {
    padding-left: 0;
  }
  .no-gutter-right\@landscape {
    padding-right: 0;
  }
  .no-gutter-top\@landscape {
    padding-top: 0;
  }
  .no-gutter-bottom\@landscape {
    padding-bottom: 0;
  }
  .gutter\@landscape {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-left\@landscape {
    padding-left: 20px;
  }
  .gutter-right\@landscape {
    padding-right: 20px;
  }
  .hide\@landscape {
    display: none !important;
  }
  .not-visible\@landscape {
    visibility: hidden;
  }
  .show\@landscape {
    display: block !important;
  }
  .show-inline\@landscape {
    display: inline-block !important;
  }
  .visible\@landscape {
    visibility: visible;
  }
  .row-debug\@landscape {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@landscape:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 12.5% 100%;
    z-index: 99999;
  }
}

@media screen and (min-width: 768px) {
  .float-left\@tablet {
    float: left;
  }
  .float-right\@tablet {
    float: right;
  }
  .clear\@tablet {
    clear: both;
  }
  .clear-left\@tablet {
    clear: left;
  }
  .clear-right\@tablet {
    clear: right;
  }
  .auto-height\@tablet {
    height: inherit;
    min-height: inherit;
    max-height: inherit;
  }
  .row\@tablet {
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  [class*="no-gutter"] > .row\@tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-reverse\@tablet {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  [class*="no-gutter"] > .row-reverse\@tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-full\@tablet {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%);
  }
  .col\@tablet {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  .col-reverse\@tablet {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-no-gutter\@tablet {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter\@tablet > [class*="gr-"] {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .row-no-gutter-top\@tablet {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-top\@tablet > [class*="gr-"] {
    padding-top: 0;
  }
  .row-no-gutter-right\@tablet {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-right\@tablet > [class*="gr-"] {
    padding-right: 0;
  }
  .row-no-gutter-bottom\@tablet {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-bottom\@tablet > [class*="gr-"] {
    padding-bottom: 0;
  }
  .row-no-gutter-left\@tablet {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-left\@tablet > [class*="gr-"] {
    padding-left: 0;
  }
  .row-align-left\@tablet {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .row-align-center\@tablet {
    -moz-justify-content: center;
    justify-content: center;
  }
  .row-align-right\@tablet {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .row-align-middle\@tablet {
    -moz-align-items: center;
    align-items: center;
  }
  .row-align-top\@tablet {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .row-align-bottom\@tablet {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .row-align-around\@tablet {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .row-align-between\@tablet {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .no-gutter\@tablet {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .no-gutter-left\@tablet {
    padding-left: 0;
  }
  .no-gutter-right\@tablet {
    padding-right: 0;
  }
  .no-gutter-top\@tablet {
    padding-top: 0;
  }
  .no-gutter-bottom\@tablet {
    padding-bottom: 0;
  }
  .gutter\@tablet {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-left\@tablet {
    padding-left: 20px;
  }
  .gutter-right\@tablet {
    padding-right: 20px;
  }
  .hide\@tablet {
    display: none !important;
  }
  .not-visible\@tablet {
    visibility: hidden;
  }
  .show\@tablet {
    display: block !important;
  }
  .show-inline\@tablet {
    display: inline-block !important;
  }
  .visible\@tablet {
    visibility: visible;
  }
  .row-debug\@tablet {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@tablet:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 12.5% 100%;
    z-index: 99999;
  }
}

@media screen and (min-width: 992px) {
  .float-left\@desktop {
    float: left;
  }
  .float-right\@desktop {
    float: right;
  }
  .clear\@desktop {
    clear: both;
  }
  .clear-left\@desktop {
    clear: left;
  }
  .clear-right\@desktop {
    clear: right;
  }
  .auto-height\@desktop {
    height: inherit;
    min-height: inherit;
    max-height: inherit;
  }
  .row\@desktop {
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  [class*="no-gutter"] > .row\@desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-reverse\@desktop {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  [class*="no-gutter"] > .row-reverse\@desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-full\@desktop {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%);
  }
  .col\@desktop {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  .col-reverse\@desktop {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-no-gutter\@desktop {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter\@desktop > [class*="gr-"] {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .row-no-gutter-top\@desktop {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-top\@desktop > [class*="gr-"] {
    padding-top: 0;
  }
  .row-no-gutter-right\@desktop {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-right\@desktop > [class*="gr-"] {
    padding-right: 0;
  }
  .row-no-gutter-bottom\@desktop {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-bottom\@desktop > [class*="gr-"] {
    padding-bottom: 0;
  }
  .row-no-gutter-left\@desktop {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-left\@desktop > [class*="gr-"] {
    padding-left: 0;
  }
  .row-align-left\@desktop {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .row-align-center\@desktop {
    -moz-justify-content: center;
    justify-content: center;
  }
  .row-align-right\@desktop {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .row-align-middle\@desktop {
    -moz-align-items: center;
    align-items: center;
  }
  .row-align-top\@desktop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .row-align-bottom\@desktop {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .row-align-around\@desktop {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .row-align-between\@desktop {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .no-gutter\@desktop {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .no-gutter-left\@desktop {
    padding-left: 0;
  }
  .no-gutter-right\@desktop {
    padding-right: 0;
  }
  .no-gutter-top\@desktop {
    padding-top: 0;
  }
  .no-gutter-bottom\@desktop {
    padding-bottom: 0;
  }
  .gutter\@desktop {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-left\@desktop {
    padding-left: 20px;
  }
  .gutter-right\@desktop {
    padding-right: 20px;
  }
  .hide\@desktop {
    display: none !important;
  }
  .not-visible\@desktop {
    visibility: hidden;
  }
  .show\@desktop {
    display: block !important;
  }
  .show-inline\@desktop {
    display: inline-block !important;
  }
  .visible\@desktop {
    visibility: visible;
  }
  .row-debug\@desktop {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@desktop:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 12.5% 100%;
    z-index: 99999;
  }
}

@media screen and (min-width: 1200px) {
  .float-left\@large {
    float: left;
  }
  .float-right\@large {
    float: right;
  }
  .clear\@large {
    clear: both;
  }
  .clear-left\@large {
    clear: left;
  }
  .clear-right\@large {
    clear: right;
  }
  .auto-height\@large {
    height: inherit;
    min-height: inherit;
    max-height: inherit;
  }
  .row\@large {
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  [class*="no-gutter"] > .row\@large {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-reverse\@large {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  [class*="no-gutter"] > .row-reverse\@large {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-full\@large {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%);
  }
  .col\@large {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  .col-reverse\@large {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-no-gutter\@large {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter\@large > [class*="gr-"] {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .row-no-gutter-top\@large {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-top\@large > [class*="gr-"] {
    padding-top: 0;
  }
  .row-no-gutter-right\@large {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-right\@large > [class*="gr-"] {
    padding-right: 0;
  }
  .row-no-gutter-bottom\@large {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-bottom\@large > [class*="gr-"] {
    padding-bottom: 0;
  }
  .row-no-gutter-left\@large {
    margin-left: 0;
    margin-right: 0;
  }
  .row-no-gutter-left\@large > [class*="gr-"] {
    padding-left: 0;
  }
  .row-align-left\@large {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .row-align-center\@large {
    -moz-justify-content: center;
    justify-content: center;
  }
  .row-align-right\@large {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .row-align-middle\@large {
    -moz-align-items: center;
    align-items: center;
  }
  .row-align-top\@large {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .row-align-bottom\@large {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .row-align-around\@large {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .row-align-between\@large {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .no-gutter\@large {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .no-gutter-left\@large {
    padding-left: 0;
  }
  .no-gutter-right\@large {
    padding-right: 0;
  }
  .no-gutter-top\@large {
    padding-top: 0;
  }
  .no-gutter-bottom\@large {
    padding-bottom: 0;
  }
  .gutter\@large {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-left\@large {
    padding-left: 20px;
  }
  .gutter-right\@large {
    padding-right: 20px;
  }
  .hide\@large {
    display: none !important;
  }
  .not-visible\@large {
    visibility: hidden;
  }
  .show\@large {
    display: block !important;
  }
  .show-inline\@large {
    display: inline-block !important;
  }
  .visible\@large {
    visibility: visible;
  }
  .row-debug\@large {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@large:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 12.5% 100%;
    z-index: 99999;
  }
}

[class*="gr-"] > [class^="row"],
[class*="gr-"] > [class^="col"] {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 576px) {
  [class*="gr-"] > [class^="row"],
  [class*="gr-"] > [class^="col"] {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) {
  [class*="gr-"] > [class^="row"],
  [class*="gr-"] > [class^="col"] {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 992px) {
  [class*="gr-"] > [class^="row"],
  [class*="gr-"] > [class^="col"] {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 1200px) {
  [class*="gr-"] > [class^="row"],
  [class*="gr-"] > [class^="col"] {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}

.darkGreen {
  color: #5daf50;
}

.green {
  color: #a4c835;
}

.red {
  color: #e2576b;
}

.blue {
  color: #71bf4f;
}

.yellow {
  color: #dcab2d;
}

.orange {
  color: #dc672d;
}

.grey {
  color: #949494;
}

.grey {
  color: #565656;
}

.lightGrey {
  color: #f0f0f0;
}

.white {
  color: #fff;
}

.center {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .center-landscape {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .center-tablet {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .center-desktop {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .center-large {
    text-align: center;
  }
}

.hidden {
  display: none !important;
}

@media screen and (min-width: 576px) {
  .hidden-landscape {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-large {
    display: none !important;
  }
}

.d-flex {
  display: flex;
}

@media screen and (min-width: 576px) {
  .d-flex-landscape {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .d-flex-tablet {
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .d-flex-desktop {
    display: flex;
  }
}

@media screen and (min-width: 1200px) {
  .d-flex-large {
    display: flex;
  }
}

.d-block {
  display: block;
}

@media screen and (min-width: 576px) {
  .d-block-landscape {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .d-block-tablet {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .d-block-desktop {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .d-block-large {
    display: block;
  }
}

/**
 * Buttons
 **/
.btn-blue {
  text-transform: uppercase;
  color: #5c9fc3;
  border: 1px solid #5c9fc3;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  transition-duration: .5s;
}

.btn-blue:before {
  content: '>';
}

.btn-blue:hover, .btn-blue:active {
  background-color: #ed3237;
  color: #fff;
}


/**
 * Sekcje:
 * 1. Header
 * 2. Top banner
 * 3. Charges table
 * 4. Apps block
 * 5. Information block
 * 6. FAQ Section
 * 7. Footer
 *
 */
body {
  font-family: 'Titillium Web', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #676767;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 13px;
  /**
   * 1. Header
   */
  /**
   * 2. Top banner
   */
  /**
   * 3. Charges table
   */
  /**
   * 4. Apps block
   */
  /**
   * 5. Information block
   */
  /**
   * 6. FAQ Section
   */
  /**
   * 7. Footer
   */
}

body .btn-blue {
 text-transform: uppercase;
 color: #fff;
 background: #71bf4f;
 font-weight: 600;
 font-size: 13px;
 line-height: 22px;
 transition-duration: .5s;
 position: relative;
 padding: 9px 80px 9px 35px;
 text-decoration: none;
 display: inline-block;
 border: none;
 /*! border-radius: 18px; */
}
body .alert {
  text-align: center;
  background-color: red;
  color: #fff;
  padding: 15px 70px 15px 15px;
  font-size: 18px;
}
body .alert a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
body .alert a:hover {
  text-decoration: none;
}
body .btn-blue:before {
  position: absolute;
  right: 15px;
  content: '>';
  font-size: 1.2rem;
  line-height: 1rem;
}

body .btn-blue:hover, body .btn-blue:active {
  background-color: ##ed3237;
  color: #fff;
}

body header .menu-button {
  width: 33px;
  height: 33px;
  padding: 10px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50px;
  z-index: 1;
}

body header .menu-button span {
  cursor: pointer;
  height: 2px;
  width: 33px;
  margin-bottom: 8px;
  background: #000;
  position: relative;
  right: 0;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .7s ease;
}

body header .menu-button.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  transition: .7s ease;
}

body header .menu-button.open span:nth-child(2) {
  opacity: 0;
  right: 100px;
}

body header .menu-button.open span:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  transition: .7s ease;
}
body header .flags {
  width: 100%;
  text-align: right;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  color: #ccc;
}
body header .flags img {
  width: 20px;
  height: auto;
  margin: 0 5px;
}
body header .flags span {
  margin: -5px 15px 0 0;
}
body header .logo {
  text-decoration: none;
  color: #949494;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  align-items: flex-end;
  margin-top: 40px;
  width: 100%;
  display: grid;
  place-items: center;
}

body header .logo img {
  margin-left: auto;
  margin-right: auto;
}

body header .logo span {
  margin-left: 30px;
  max-width: 130px;
  margin-right: auto;
}

body header .logo span b {
  display: block;
  font-size: 17px;
  font-weight: 600;
}

@media screen and (min-width: 576px) {
  body header .logo {
    max-width: 250px;
  }
  body header .logo img {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  body header .logo {
    margin-top: 40px;
  }
}

body header .country-select {
  align-self: center;
  margin: auto 0;
  overflow-y: none;
  left: 46%;
  top: 140px;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  body header .country-select {
    left: 100%;
    top: 104px;
    -webkit-transform: translate(-108%);
            transform: translate(-108%);
    display: inline-block;
    width: 100px;
  }
}

@media screen and (max-width: 575px) {
  body header .country-select {
    top: 95px;
    left: 100%;
    position: absolute;
    display: inline-block;
    width: 60px;
  }
}

@media screen and (min-width: 576px) and (max-width: 610px) {
  body header .country-select {
    position: absolute;
    right: 75px;
    top: 108px;
    width: 50px;
  }
}

body header .country-select #country {
  display: none;
}

body header .country-select .flag-dropdown {
  height: 28px;
  border: 1px solid #ccc;
  margin-left: 1vw;
  margin-top: -20px;
}

body header .country-select .flag-dropdown .selected-flag {
  padding: 0 13px;
}

body header .country-select .flag-dropdown .country-list {
  margin: 0 0 0 -2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow-y: hidden;
}

@media screen and (max-width: 610px) {
  body header .country-select .flag-dropdown .country-list {
    right: -1px;
  }
}

@media screen and (min-width: 611px) {
  body header .country-select .flag-dropdown .country-list {
    left: 1px;
  }
}

@media screen and (min-width: 850px) {
  body header .country-select .flag-dropdown {
    margin-left: 58px;
  }
}
body header .logo-home {
  margin: 90px 0 30px 0;
}

body header .border {
  display: block;
  width: 100%;
  height: 2px;
  float: right;
  margin-top: 20px;
  position: relative;
  top: 0;
  border: 0;
  background-color: #5c9fc3;
}

body header .border:after {
  content: '';
  width: calc(100% / 3);
  left: auto;
  right: 0;
  height: 2px;
  position: absolute;
  background-color: #b19a5f;
}

body header .border:before {
  content: '';
  width: calc(100% / 3);
  left: 0;
  height: 2px;
  position: absolute;
  background-color: #ed3237;
}

@media screen and (min-width: 576px) {
  body header .border {
    width: calc(100% - 350px);
    top: -7px;
    margin-top: 0;
    border-left: 12px solid #40619c;
    background-color: #e9e9e9;
  }
  body header .border:after {
    width: 12px;
    left: 0;
  }
  body header .border:before {
    width: 12px;
    left: -24px;
  }
}

body header .info-block .inner-block {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body header .info-block .inner-block h2 {
  color: #e2576b;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  text-align: right;
}

body header .info-block .inner-block h2 img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
  margin-left: auto;
  margin-right: 25px;
}

body header .info-block .inner-block h2 a {
  color: #e2576b;
  text-decoration: none;
  font-weight: 600;
}

body header .info-block .inner-block h2 a:hover, body header .info-block .inner-block h2 a:active {
  text-decoration: underline;
}

body header .info-block .inner-block p {
  text-align: right;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (min-width: 576px) {
  body header .info-block {
    /*! position: absolute; */
    right: 20px;
    top: 0;
    margin-top: 0;
  }
  body header .info-block .inner-block p {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  body header .info-block {
    display: flex;
  }
  body header .info-block .inner-block {
    padding-left: 10px;
  }
  body header .info-block .inner-block p {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  body header .info-block {
    /*! position: relative; */
    right: 0;
    top: 0;
    margin-top: 40px;
  }
  body header .info-block .inner-block {
    margin-right: 0;
  }
  body header .info-block .inner-block h2 {
    margin-top: 0;
  }
}

body header nav {
  position: relative;
  left: 0;
  width: 100%;
  margin-top: 18px;
  text-align: center;
  background: #fff;
}

body header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: auto;
  overflow-y: hidden;
  max-height: 0;
  transition-duration: .5s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

body header nav ul.open {
  display: block;
  max-height: 100%;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  padding-bottom: 2px;
  background-color: #73be46;
}
body header nav ul.open li {
  border-bottom: 1px solid #86d159;
}
body header nav ul.open a {
  color: #fff;
}

body header nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

body header nav ul li a {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #6c6c6c;
  text-decoration: none;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 16px;
  transition-duration: .5s;
  font-weight: 600;
}

body header nav ul li a:before {
  content: '';
  display: none;
  position: absolute;
  height: 7px;
  width: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  background-color: #5c9fc3;
}

body header nav ul li a:hover, body header nav ul li a:active {
  box-shadow: 0 2px 0 0 #949494;
}

body header nav ul li:first-child a:before {
  display: none;
  height: 25px;
  padding: 0;
}

@media screen and (min-width: 576px) {
  body header nav {
    background: transparent;
    position: static;
  }
  body header nav ul {
    display: block;
    max-height: 100%;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  body header nav ul li {
    display: inline-block;
  }
  body header nav ul li a:before {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  body header nav {
    left: -20px;
    /*! width: calc(100% + 200px); */
    /*! margin-top: 40px; */
    text-align: right;
  }
  body header nav ul {
    min-width: 650px;
    position: absolute;
    right: 0;
  }
  body header nav ul li {
    height: 25px;
  }
  body header nav ul li a {
    padding: 2px 14px;
  }
}

@media screen and (min-width: 1200px) {
  body header nav ul {
    min-width: auto;
    position: relative;
    right: 0;
    position: relative;
  }
}

body .top-banner {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  body .top-banner {
    overflow: hidden;
  }
}

body .top-banner > .row {
  align-items: center;
}

body .top-banner h1 {
  font-size: 32px;
  line-height: 34px;
  color: #1a2d4f;
  text-transform: uppercase;
  font-weight: 600;
}

body .top-banner p {
  line-height: 26px;
  font-size: 16px;
}

body .top-banner .btn-blue {
  margin-top: 15px;
  margin-bottom: 50px;
}

body .top-banner .top-banner-image {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  max-width: 450px;
  display: grid;
  place-items: center;
}

@media screen and (min-width: 768px) {
  body .top-banner {
    text-align: left;
  }
  body .top-banner .top-banner-image {
    /*! position: static; */
    z-index: -1;
    opacity: 1;
    width: auto;
    max-width: unset;
    margin: 0;
  }
}

body .charges-table .center {
  padding: 0 10px;
}

body .charges-table .header-block {
  /*! border-radius: 20px; */
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 3px;
  background-color: #f3f3f3;
}
body .charges-table .header-block-price {
  /*! border-radius: 20px; */
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 3px;
}
body .charges-table .header-block-price .leftcol {
  background-color: #d2d2d2;
}
body .charges-table .header-block-price .rightcol {
  background-color: #e8e6e6;
}
body .charges-table .header-block-price a {
  text-decoration: underline;
  color: #6a6a6a;
  font-weight: 600;
}
body .charges-table .header-block-price a:hover {
  text-decoration: none;
}
body .charges-table .header-block-price h3 {
  color: #6a6a6a;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

body .charges-table .header-block-price h3 b {
  font-weight: 700;
}


body .charges-table .header-block h3 {
  color: #949494;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

body .charges-table .header-block h3 b {
  font-weight: 700;
}

body .charges-table img {
  width: auto;
}

body .charges-table .charges-icon {
  margin-top: 15px;
  display: inline-block;
}

body .charges-table h2 {
  /*! font-size: 32px; */
  /*! line-height: 34px; */
  color: #1a2d4f;
  text-transform: uppercase;
  font-weight: 600;
  width: 50%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  font-size: 38px;
  line-height: 38px;
}

body .charges-table h2 small {
  color: #949494;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: block;
}

@media screen and (min-width: 992px) {
  body .charges-table h2 {
    text-align: right;
  }
}

body .charges-table .box {
  /*! border-radius: 20px; */
  padding: 22px;
  margin-bottom: 10px;
}

body .charges-table .box.red {
  background-color: #ed3237;
}

body .charges-table .box.blue {
  background-color: #40619c;
}

body .charges-table .box.dark-blue {
  background-color: #71bf4f;
}

body .charges-table .box.orange {
  background-color: #b19a5f;
}

body .charges-table .box .price {
  color: #fff;
  font-size: 96px;
  line-height: 32px;
  margin: 30px auto 30px auto;
  /*display: flex;*/
}

body .charges-table .box .price b {
  font-weight: 700;
  margin-left: auto;
}

body .charges-table .box .price span {
  font-weight: 300;
  font-size: 30px;
  margin-right: auto;
}

body .charges-table .box hr {
  border: 0;
  margin: 0 0 15px 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  height: 2px;
}

body .charges-table .box .content {
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 14px auto 0;
}

body .charges-table .box .content b {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  body .charges-table .box {
    width: calc(50% - 68px);
    margin: 10px 10px 0;
    display: inline-block;
  }
  body .charges-table .box:last-child {
    width: calc(100% - 68px);
  }
}

@media screen and (min-width: 992px) {
  body .charges-table .box, body .charges-table .box:last-child {
    width: calc(25% - 68px);
    margin: 0 10px;
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  body .charges-table > .row > .center:first-child {
    margin-top: 10%;
  }
  body .charges-table .header-block {
    margin-top: 38px;
  }
}

/* Steps */
body .steps .center {
  padding: 0 10px;
}

body .steps .header-block {
  /*! border-radius: 20px; */
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 3px;
  background-color: #f3f3f3;
}

body .steps .header-block h3 {
  color: #949494;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

body .steps .header-block h3 b {
  font-weight: 700;
}

body .steps img {
  width: auto;
}

body .steps .charges-icon {
  margin-top: 15px;
  display: inline-block;
}
body .steps h1 {
  color: #71bf4f;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center !important;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 40px;
  padding: 0;
}
body .steps h2 {
  color: #71bf4f;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center !important;
  font-size: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
}

body .steps h2 small {
  color: #949494;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: block;
}

@media screen and (min-width: 992px) {
  body .steps h2 {
    text-align: right;
  }
}

body .steps  {
  margin: 40px 0;
}
body .steps .box-steps {
  padding: 22px;
  border: 1px solid #ccc;
  min-height: 320px;
  margin: 10px 10px 0;
}

body .steps .box-steps.red {
  background-color: #ed3237;
}

body .steps .box-steps.blue {
  background-color: #40619c;
}

body .steps .box-steps.dark-blue {
  background-color: #71bf4f;
}

body .steps .box-steps.orange {
  background-color: #b19a5f;
}

body .steps .box-steps p {
  line-height: 26px;
  font-size: 16px;
}
body .steps .box-steps a {
  color: #ed3237;
  font-weight: 600;
  text-decoration: none;
}
body .steps .box-steps a:hover {
  text-decoration: underline;
}

body .steps .box-steps .price b {
  font-weight: 700;
  margin-left: auto;
}

body .steps .box-steps .price span {
  font-weight: 300;
  font-size: 30px;
  margin-right: auto;
}

body .steps .box-steps hr {
  border: 0;
  margin: 20px auto;
  padding: 0;
  background-color: #d6d6d6;
  width: 80%;
  height: 1px;
}

body .steps .box-steps .content {
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 14px auto 0;
}

body .steps .box-steps .content b {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  body .steps .box-steps {
    width: calc(50% - 68px);
    /*! margin: 10px 10px 0; */
    display: inline-table;
  }
  body .steps .box-steps:last-child {
    width: calc(50% - 68px);
  }
}

@media screen and (min-width: 992px) {
  body .steps .box-steps, body .steps .box-steps:last-child {
    width: calc(25% - 68px);
    margin: 0 10px;
    display: inline-table;
  }
}

@media screen and (min-width: 992px) {
  body .steps > .row > .center:first-child {
    margin-top: 10%;
  }
  body .steps .header-block {
    margin-top: 38px;
  }
}

body .apps-block {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

body .apps-block > .row {
  overflow-y: hidden;
}

body .apps-block h2 {
  font-size: 38px;
  line-height: 38px;
  color: #1a2d4f;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  body .apps-block h2 {
    margin-top: 60px;
  }
}

body .apps-block p {
  line-height: 30px;
  font-size: 16px;
}

body .apps-block p:last-child {
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  body .apps-block p:last-child {
    margin-bottom: 80px;
  }
}

body .apps-block a {
  display: inline-block;
  width: calc(49% - 30px);
  padding: 15px;
  max-width: 160px;
}

body .apps-block a img {
  width: 100%;
}

body .apps-block .apps-image-mobile {
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

body .apps-block .apps-image {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  opacity: .5;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  body .apps-block .apps-image {
    position: static;
    opacity: 1;
    z-index: 1;
    right: unset;
    left: unset;
    display: block;
  }
}

@media screen and (min-width: 576px) {
  body .apps-block a {
    display: inline-block;
    width: calc(49% - 15px);
    padding: 15px 15px 15px 0;
    max-width: 160px;
  }
  body .apps-block a img {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  body .apps-block {
    padding-left: 60px;
    text-align: left;
  }
}

body .info-block {
  /*! position: relative; */
}

body .info-block .row > div {
  padding: 0 10px;
}

@media screen and (min-width: 1200px) {
  body .info-block .row > div {
    padding: 0 0 0 20px;
  }
}

body .info-block .title {
  margin-bottom: 19px;
  position: relative;
  text-align: center;
}

body .info-block .title h2 {
  text-transform: uppercase;
  color: #1a2d4f;
  font-weight: 600;
  display: inline-block;
  font-size: 38px;
  line-height: 38px;
}

body .info-block .title img {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: -7px;
}

@media screen and (min-width: 992px) {
  body .info-block .title {
    margin-top: -60px;
    margin-left: 60px;
    text-align: left;
  }
}

body .info-block .box {
  border: 1px solid #e6e6e6;
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  text-align: center;
}
body .info-block a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
body .info-block a:hover {
  text-decoration: none;
}
body .info-block  .green-box {
  background-color: #71bf4f;
  color: #fff;
}
body .info-block  .red-box {
  background-color: #ed3237;
  color: #fff;
}
body .info-block  .blue-box {
  background-color: #40619c;
  color: #fff;
}
body .info-block .box.d-flex {
  display: block !important;
}

body .info-block .box > .quick-start-icon {
  margin-left: 20px;
}

body .info-block .box .image-block {
  display: block;
  width: 100%;
  text-align: center;
  align-self: center;
}

body .info-block .box .image-block .quick-start-icon {
  margin: 0 auto;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

body .info-block .box h3 {
  line-height: 32px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

body .info-block .box ol {
  padding-left: 15px;
}

body .info-block .box ol li, body .info-block .box p {
  margin-bottom: 25px;
  margin-top: 0;
}

body .info-block .box .content {
  display: block;
  width: 100%;
}

@media screen and (min-width: 992px) {
  body .info-block .box {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  body .info-block .box {
    min-height: 460px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 576px) {
  body .info-block .box {
    text-align: left;
  }
  body .info-block .box.d-flex {
    display: flex !important;
  }
  body .info-block .box .image-block {
    width: 30%;
    align-self: self-start;
    margin-top: 20%;
  }
  body .info-block .box .content {
    width: 69%;
  }
}
body .lrm-bike {
  padding: 0px 20px 40px 20px;
  margin-left: 0px;
  margin-right: -20px;
}

body .faq-section {
  padding-bottom: 40px;
  border-bottom: 1px solid #949494;
  margin-bottom: 60px;
}

body .faq-section h2 {
  color: #1a2d4f;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 38px;
  line-height: 38px;
}

body .faq-section h2 img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}

@media screen and (min-width: 576px) {
  body .faq-section h2 {
    line-height: 24px;
  }
  body .faq-section h2 img {
    display: inline-block;
    margin: 0 15px -7px 0;
  }
}

body .faq-section h3 {
  text-align: left;
  color: #5daf50;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  padding-right: 60px;
  position: relative;
  margin: 0 0 0 0;
}

body .faq-section h3:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: transparent url("../img/line.png") no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  body .faq-section h3 {
    text-align: right;
    margin-right: -60px;
  }
  body .faq-section h3:before {
    display: block;
  }
}

body .faq-section .block:last-child {
  border-bottom: 3px solid #a4c835;
}

@media screen and (min-width: 768px) {
  body .faq-section .block:last-child {
    border-bottom: 0;
  }
}

body .faq-section ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  transition: height .5s;
  height: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-right: 0;
  margin-right: 0;
  margin-top: -1px;
}

body .faq-section ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-right: 0;
  position: relative;
}

body .faq-section ul li:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: transparent url("../img/line.png") no-repeat center center;
  background-size: 100% 100%;
}

body .faq-section ul li a {
  text-decoration: none;
  color: #949494;
  font-size: 16px;
  line-height: 30px;
  display: block;
}

body .faq-section ul li a:hover, body .faq-section ul li a:active {
  color: #a4c835;
  font-weight: 600;
}

body .faq-section ul li.active:before {
  background-image: url(../img/line.png), url(../img/separator.png), url(../img/line.png);
  background-size: 60px calc(50% - 13px), 60px 30px, 60px calc(50% - 13px);
  background-position: top, center, bottom;
}

body .faq-section ul li.active a {
  color: #5daf50;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  body .faq-section ul {
    text-align: right;
    padding-right: 60px;
    margin-right: -60px;
  }
  body .faq-section ul li {
    padding-right: 60px;
  }
  body .faq-section ul li:before {
    display: block;
  }
}

body .faq-section #faqContent {
  font-size: 16px;
  line-height: 26px;
  color: #949494;
}

body .faq-section #faqContent b {
  font-weight: 700;
}

body .faq-section #faqContent ul {
  height: auto;
  text-align: left;
  margin: 1rem 0;
  padding: 0 0 0 12px;
  width: 100%;
  list-style-type: none;
}

body .faq-section #faqContent ul li {
  width: 100%;
  padding: 0;
}

body .faq-section #faqContent ul li:before {
  content: '-';
  right: auto;
  left: -12px;
  width: auto;
  max-width: 100%;
  background: none;
  display: block !important;
}

@media screen and (min-width: 768px) {
  body .faq-section #faqContent {
    padding-left: 40px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  body .faq-section {
    margin-right: -20px;
  }
}

@media screen and (min-width: 768px) {
  body .faq-section {
    border: 1px solid #e6e6e6;
    /*! border-radius: 28px; */
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (min-width: 1200px) {
  body .faq-section {
    margin-left: 0px;
    margin-right: -20px;
    background-color: #f8f8f8;
    padding: 40px 20px;
  }
}
body .faq-content a {
  color: #71bf4f !important;
  text-decoration: underline !important;
  font-weight: 600;
  display: inline !important;
}
body .faq-content a:hover {
  color: #71bf4f !important;
  text-decoration: none !important;
  font-weight: 600;
}

body main {
  position: relative;
}

body main .main-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

body footer {
  margin-bottom: 115px;
}

body footer #map {
  height: 600px;
  width: 100%;
  border: 0;
}

@media screen and (min-width: 768px) {
  body footer #map {
    height: 600px;
  }
}

body footer .line {
  width: 100%;
  display: block;
  height: 1px;
  background: #ebebeb;
  border: 0;
  margin-top: 35px;
  margin-bottom: 35px;
}

@media screen and (min-width: 576px) {
  body footer .line {
    margin-bottom: 65px;
  }
}

body footer .footer-block .lomza {
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

body footer .footer-block .lomza .footer-logo {
  margin-left: auto;
  margin-bottom: 50px;
  display: block;
}

body footer .footer-block .lomza .footer-logo img {
  margin-top: 10px;
  max-width: 100%;
}

body footer .footer-block .lomza address {
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
}

body footer .footer-block .lomza address a {
  color: #949494;
  text-decoration: none;
}

body footer .footer-block .lomza address a:hover, body footer .footer-block .lomza address a:active {
  text-decoration: underline;
}

@media screen and (min-width: 576px) {
  body footer .footer-block .lomza {
    display: flex;
  }
  body footer .footer-block .lomza .footer-logo {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  body footer .footer-block .lomza {
    text-align: left;
    align-items: center;
    margin: auto;
  }
  body footer .footer-block .lomza address {
    margin-left: 30px;
  }
}

body footer .footer-block .vertical-line {
  width: 2px;
  height: 100%;
  margin: 0 0 0 auto;
  background-color: #ebebeb;
  display: none;
}

@media screen and (min-width: 992px) {
  body footer .footer-block .vertical-line {
    display: inline-block;
  }
}

body footer .footer-block .vertical-line:last-child {
  margin: 0 auto 0 0;
}

body footer .footer-block .inner-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: inline-block;
}

body footer .footer-block .powered-by {
  margin: 0 20px;
}

body footer .footer-block .fb-block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

body footer .footer-block .fb-block a {
  color: #949494;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

body footer .footer-block .fb-block p {
  display: inline-block;
  max-width: 100px;
  text-align: right;
  margin-right: 20px;
}

@media screen and (min-width: 992px) {
  body footer .footer-block .fb-block {
    margin-top: 0;
  }
  body footer .footer-block .fb-block a {
    margin-right: auto;
  }
}

#scrollTopButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  border: 0;
  background-color: #5c9fc3;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 13px 15px 15px;
  transition-duration: .5s;
  outline: 0 !important;
  display: none;
}

#scrollTopButton.show {
  display: block;
}

#scrollTopButton:hover, #scrollTopButton:active {
  box-shadow: inset 0 0 40px 10px rgba(0, 0, 0, 0.5);
}

/**
 * Single
 */
.single-block {
  position: relative;
  text-align: center;
  margin-top: 90px;
}

.single-block > .row {
  overflow-y: hidden;
}

.single-block h2 {
  font-size: 32px;
  line-height: 34px;
  color: #5daf50;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .single-block h2 {
    margin-top: 60px;
  }
}

.single-block p {
  line-height: 30px;
  font-size: 16px;
  margin-top: 15px;
}

.single-block p:last-child {
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .single-block p:last-child {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  .single-block {
    text-align: left;
  }
}

.single-block ul {
  margin: 10px;
}
.single-block li {
  line-height: 30px;
  font-size: 16px;
}
.single-block a {
  font-weight: 600;
  color: #73be46;
  font-size: 14px;
  text-decoration: none;
}
.single-block a:hover {
  text-decoration: none;
}
.single-block .pagination {
  text-align: center;
  width: 100%;
}
/**
   *  Section news
   */
.news {
  margin-top: 30px;
}

.news .outer-block {
  margin-bottom: 50px;
}

.news .outer-block .date {
  text-align: center;
}

.news .outer-block .date p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #858585;
}

.news .outer-block .content {
  text-align: center;
}

.news .outer-block .content h3 {
  margin-top: 0;
  text-transform: uppercase;
}

.news .outer-block .content h3 a {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.news .outer-block .content .inner-content p {
  color: #565656;
  font-size: 14px;
  line-height: 24px;
}

.news .outer-block .btn-transparent {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .news {
    margin-top: 70px;
  }
  .news .outer-block {
    display: flex;
  }
  .news .outer-block .date {
    text-align: right;
    width: 25%;
  }
  .news .outer-block .date p {
    padding-right: 30px;
    position: relative;
  }
  .news .outer-block .date p small {
    display: block;
    font-size: 16px;
  }
  .news .outer-block .content {
    text-align: left;
    width: 75%;
  }
  .news .outer-block .content h3 a {
    text-decoration: none;
  }
}

.btn-transparent {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #71bf4f;
  border-bottom: 1px solid #71bf4f;
  transition-duration: .5s;
  text-decoration: none;
  padding: 0 15px;
  display: inline-block;
}

.btn-transparent .svg {
  padding-left: 15px;
  margin-bottom: -2px;
}

.btn-transparent .svg, .btn-transparent .svg * {
  transition-duration: .5s;
}

.btn-transparent .svg path {
  fill: #71bf4f;
}

.btn-transparent:hover, .btn-transparent:active {
  background-color: #71bf4f;
  color: #fff;
}

.btn-transparent:hover .svg path, .btn-transparent:active .svg path {
  fill: #fff;
}

@media screen and (min-width: 768px) {
  .btn-transparent {
    padding: 0 20px 0 30px;
  }
  .btn-transparent .svg {
    padding-left: 60px;
  }
}

.btn-transparent.archive {
  color: #949494;
  border-bottom: 0;
}

.btn-transparent.archive .svg path {
  fill: #949494;
}

.btn-transparent.archive:hover, .btn-transparent.archive:active {
  background-color: #949494;
  color: #fff;
}

.btn-transparent.archive:hover .svg path, .btn-transparent.archive:active .svg path {
  fill: #fff;
}

.arrow {
  display: none;
}

.ue-logos {
  margin: 60px auto 0;
  border-top: 1px solid #ebebeb;
  padding: 25px 0px;
}

@media (max-width: 768px) {
  .ue-logos {
    padding: 20px 0;
  }
}

.ue-logos img {
  display: block;
  margin: 0 auto;
  zoom: .8;
  width: 60%;
}

@media (max-width: 768px) {
  .ue-logos img {
    width: 100%;
  }
}

@media (min-width: 1921px) {
  .ue-logos img {
    width: 40%;
  }
}

.ue-logos p {
  text-align: center;
  color: #545454 !important;
  font-size: 12px;
  width: 60%;
  margin: 15px auto;
}

@media (max-width: 768px) {
  .ue-logos p {
    font-size: 10px;
    width: 100%;
  }
}

@media (min-width: 1921px) {
  .ue-logos p {
    width: 40%;
  }
}

/**
 * Cookies info box style
 **/
#cookies {
  z-index: 5;
  right: 0;
  bottom: 0;
  width: auto;
  position: fixed;
  padding: 40px;
  display: none;
  border: 1px solid #5ca62a;
  margin: 0 auto;
  background-color: #fff;
  color: #5ca62a;
}

#cookies.show {
  display: block;
}

#cookies .closee {
  top: 10px;
  right: 15px;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer;
}

#cookies .closee:before, #cookies .closee:after {
  top: -1px;
  right: 12px;
  width: 0;
  content: " ";
  height: 30px;
  display: block;
  position: absolute;
  border-right: 1px solid #5ca62a;
}

#cookies .closee:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cookies .closee:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cookies img {
  top: 20px;
  right: 20px;
  position: absolute;
}

#cookies a {
  color: #595959;
}

#cookies h5 {
  margin: 0;
  font-size: 24px;
}

#cookies p {
  margin-bottom: 0;
  color: #595959;
  font-size: 14px;
}

@media (min-width: 550px) {
  #cookies {
    right: 40px;
    bottom: 40px;
    max-width: 420px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}
