* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1;
  font-weight: normal; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background: none; }

img {
  vertical-align: top;
  max-width: 100%; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?cekg2c");
  src: url("../fonts/icomoon.eot?cekg2c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cekg2c") format("truetype"), url("../fonts/icomoon.woff?cekg2c") format("woff"), url("../fonts/icomoon.svg?cekg2c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
body, html {
  overflow-x: hidden;
  min-width: 20rem; }

body {
  background: #fff;
  font-family: 'Segoe UI';
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #000;
  line-height: 1.4375rem; }
  body.hidden_scroll-y {
    overflow-y: hidden; }

.off-scroll {
  overflow-y: hidden;
  height: 100%;
  position: relative; }

a {
  color: #29b765;
  outline: none !important; }
  a:hover {
    text-decoration: none; }
  a:active {
    color: #00763b; }

.style, [class*="section-box"], section, footer, header {
  width: 100%;
  float: left; }

[class*="section-box"], section, footer, header {
  position: relative; }

section, header, nav, article, aside, footer, address {
  display: block; }

.container {
  min-width: 303px; }

.bold {
  font-weight: 700; }

@media (max-width: 991px) {
  .off-scroll {
    position: fixed;
    width: 100%; }
    .off-scroll .logo img {
      display: none; }
      .off-scroll .logo img.hidden-logo {
        display: block !important; } }
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 36rem) {
  .container, .container-sm {
    max-width: 33.75rem; } }
@media (min-width: 48rem) {
  .container, .container-sm, .container-md {
    max-width: 45rem; } }
@media (min-width: 62rem) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 60rem; } }
@media (min-width: 75rem) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 71.25rem; } }
@media (min-width: 87.5rem) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 82.5rem; } }
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem; }

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 0; }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

@media (min-width: 36rem) {
  .col-sm {
    flex: 1 0 0%; }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 48rem) {
  .col-md {
    flex: 1 0 0%; }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 62rem) {
  .col-lg {
    flex: 1 0 0%; }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 75rem) {
  .col-xl {
    flex: 1 0 0%; }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 87.5rem) {
  .col-xxl {
    flex: 1 0 0%; }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333333%; }

.offset-2 {
  margin-left: 16.66666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333333%; }

.offset-5 {
  margin-left: 41.66666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333333%; }

.offset-8 {
  margin-left: 66.66666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333333%; }

.offset-11 {
  margin-left: 91.66666667%; }

@media (min-width: 36rem) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333333%; }

  .offset-sm-2 {
    margin-left: 16.66666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333333%; }

  .offset-sm-5 {
    margin-left: 41.66666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333333%; }

  .offset-sm-8 {
    margin-left: 66.66666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333333%; }

  .offset-sm-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 48rem) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333333%; }

  .offset-md-2 {
    margin-left: 16.66666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333333%; }

  .offset-md-5 {
    margin-left: 41.66666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333333%; }

  .offset-md-8 {
    margin-left: 66.66666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333333%; }

  .offset-md-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 62rem) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333333%; }

  .offset-lg-2 {
    margin-left: 16.66666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333333%; }

  .offset-lg-5 {
    margin-left: 41.66666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333333%; }

  .offset-lg-8 {
    margin-left: 66.66666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333333%; }

  .offset-lg-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 75rem) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333333%; }

  .offset-xl-2 {
    margin-left: 16.66666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333333%; }

  .offset-xl-5 {
    margin-left: 41.66666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333333%; }

  .offset-xl-8 {
    margin-left: 66.66666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333333%; }

  .offset-xl-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 87.5rem) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.33333333%; }

  .offset-xxl-2 {
    margin-left: 16.66666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.33333333%; }

  .offset-xxl-5 {
    margin-left: 41.66666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.33333333%; }

  .offset-xxl-8 {
    margin-left: 66.66666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.33333333%; }

  .offset-xxl-11 {
    margin-left: 91.66666667%; } }
.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 36rem) {
  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-grid {
    display: grid !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; }

  .d-sm-none {
    display: none !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; }

  .order-sm-first {
    order: -1 !important; }

  .order-sm-0 {
    order: 0 !important; }

  .order-sm-1 {
    order: 1 !important; }

  .order-sm-2 {
    order: 2 !important; }

  .order-sm-3 {
    order: 3 !important; }

  .order-sm-4 {
    order: 4 !important; }

  .order-sm-5 {
    order: 5 !important; }

  .order-sm-last {
    order: 6 !important; }

  .text-sm-start {
    text-align: left !important; }

  .text-sm-end {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 48rem) {
  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-grid {
    display: grid !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; }

  .d-md-none {
    display: none !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .justify-content-md-evenly {
    justify-content: space-evenly !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; }

  .order-md-first {
    order: -1 !important; }

  .order-md-0 {
    order: 0 !important; }

  .order-md-1 {
    order: 1 !important; }

  .order-md-2 {
    order: 2 !important; }

  .order-md-3 {
    order: 3 !important; }

  .order-md-4 {
    order: 4 !important; }

  .order-md-5 {
    order: 5 !important; }

  .order-md-last {
    order: 6 !important; }

  .text-md-start {
    text-align: left !important; }

  .text-md-end {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 62rem) {
  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-grid {
    display: grid !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; }

  .d-lg-none {
    display: none !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; }

  .order-lg-first {
    order: -1 !important; }

  .order-lg-0 {
    order: 0 !important; }

  .order-lg-1 {
    order: 1 !important; }

  .order-lg-2 {
    order: 2 !important; }

  .order-lg-3 {
    order: 3 !important; }

  .order-lg-4 {
    order: 4 !important; }

  .order-lg-5 {
    order: 5 !important; }

  .order-lg-last {
    order: 6 !important; }

  .text-lg-start {
    text-align: left !important; }

  .text-lg-end {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 75rem) {
  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-grid {
    display: grid !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; }

  .d-xl-none {
    display: none !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; }

  .order-xl-first {
    order: -1 !important; }

  .order-xl-0 {
    order: 0 !important; }

  .order-xl-1 {
    order: 1 !important; }

  .order-xl-2 {
    order: 2 !important; }

  .order-xl-3 {
    order: 3 !important; }

  .order-xl-4 {
    order: 4 !important; }

  .order-xl-5 {
    order: 5 !important; }

  .order-xl-last {
    order: 6 !important; }

  .text-xl-start {
    text-align: left !important; }

  .text-xl-end {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 87.5rem) {
  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-grid {
    display: grid !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; }

  .d-xxl-none {
    display: none !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; }

  .order-xxl-first {
    order: -1 !important; }

  .order-xxl-0 {
    order: 0 !important; }

  .order-xxl-1 {
    order: 1 !important; }

  .order-xxl-2 {
    order: 2 !important; }

  .order-xxl-3 {
    order: 3 !important; }

  .order-xxl-4 {
    order: 4 !important; }

  .order-xxl-5 {
    order: 5 !important; }

  .order-xxl-last {
    order: 6 !important; }

  .text-xxl-start {
    text-align: left !important; }

  .text-xxl-end {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/SegoeUI/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/SegoeUI/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/SegoeUI/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
header {
  z-index: 2;
  height: 5.9375rem;
  background: #000; }
  header .container {
    height: 100%; }
    header .container > .row {
      position: relative; }
    header .container .row {
      height: 100%; }
  header nav {
    display: inline-block;
    vertical-align: top;
    width: 100%; }

.logo {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 3; }
  .logo img {
    width: 12rem;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s; }
    .logo img:hover {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transition: scale(1.2);
      -o-transform: scale(1.2); }

.header-links, .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .header-links li, .footer-links li {
    padding: 0 0.375rem; }
    .header-links li a, .footer-links li a {
      color: #fff;
      position: relative;
      overflow: hidden;
      font-size: 0.75rem;
      text-transform: uppercase; }
      .header-links li a:before, .footer-links li a:before, .header-links li a:after, .footer-links li a:after {
        width: 0;
        height: 0.125rem;
        background: #29b765;
        content: '';
        position: absolute;
        bottom: -0.1875rem;
        transition: 0.25s;
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        -ms-transition: 0.25s;
        -o-transition: 0.25s; }
      .header-links li a:before, .footer-links li a:before {
        right: 50%; }
      .header-links li a:after, .footer-links li a:after {
        left: 50%; }
      .header-links li a:hover, .footer-links li a:hover, .header-links li a.active, .footer-links li a.active {
        text-decoration: none; }
        .header-links li a:hover:before, .footer-links li a:hover:before, .header-links li a:hover:after, .footer-links li a:hover:after, .header-links li a.active:before, .footer-links li a.active:before, .header-links li a.active:after, .footer-links li a.active:after {
          width: 50%; }

.header-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.375rem; }
  .header-buttons__link {
    width: 12.75rem;
    padding: 0 0.375rem; }
    .header-buttons__link:last-child {
      width: 12.375rem;
      padding-left: 0;
      margin-left: 2rem; }
    .header-buttons__link:first-child {
      width: 6.5rem; }

.button-mobile-menu {
  width: 1.5rem;
  float: left;
  position: absolute;
  right: 0.75rem;
  top: 0.375rem;
  height: 1rem;
  cursor: pointer;
  z-index: 3; }
  .button-mobile-menu div {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.875rem;
    width: 100%;
    height: 0.125rem;
    background: #fff;
    transition: 0.22s;
    -webkit-transition: 0.22s;
    -moz-transition: 0.22s;
    -ms-transition: 0.22s;
    -o-transition: 0.22s; }
    .button-mobile-menu div:first-child {
      margin-top: 0; }
      .button-mobile-menu div:first-child:before {
        margin-top: 0; }
    .button-mobile-menu div:before {
      width: 100%;
      height: 100%;
      position: absolute;
      content: '';
      top: 0;
      margin-top: -0.4375rem;
      left: 0;
      background: #fff;
      transition: 0.22s;
      -webkit-transition: 0.22s;
      -moz-transition: 0.22s;
      -ms-transition: 0.22s;
      -o-transition: 0.22s; }
  .button-mobile-menu.open div {
    transform: rotate(-45deg);
    margin-top: 0.375rem;
    background: #000; }
    .button-mobile-menu.open div:first-child {
      transform: rotate(45deg);
      margin-top: 0.375rem; }
    .button-mobile-menu.open div:before {
      margin-top: 0;
      background: #000; }

@media (min-width: 75rem) and (max-width: 87.4375rem) {
  .mobile-buttons .header-buttons__link {
    width: 11rem; }
    .mobile-buttons .header-buttons__link:first-child {
      width: 6.5rem; }
    .mobile-buttons .header-buttons__link:last-child {
      margin-left: 0.375rem; } }
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .logo img {
    width: 6.25rem; }

  .mobile-menu .header-links, .mobile-menu .footer-links {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }

  .mobile-buttons .header-buttons__link {
    width: 11.5rem; }
    .mobile-buttons .header-buttons__link:first-child {
      width: 6.5rem; }
    .mobile-buttons .header-buttons__link:last-child {
      padding-left: 0.375rem;
      margin-left: 0rem; }
  .mobile-buttons .header-buttons {
    margin-left: -0.75rem; } }
@media (max-width: 61.9375rem) {
  .header-links, .footer-links {
    margin: 0;
    display: block; }
    .header-links li, .footer-links li {
      float: none; }
      .header-links li a, .footer-links li a {
        padding-top: 0.4375rem;
        padding-bottom: 0.4375rem;
        color: #000;
        display: inline-block;
        vertical-align: top;
        font-size: 1rem; }
        .header-links li a:hover, .footer-links li a:hover, .header-links li a.active, .footer-links li a.active {
          color: #29b765 !important; }
        .header-links li a:before, .footer-links li a:before, .header-links li a:after, .footer-links li a:after {
          display: none; }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    height: 100%;
    margin-right: -110%;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    padding-bottom: 2.5rem;
    padding-top: 4.125rem;
    z-index: 2; }
    .mobile-menu.open {
      margin-right: 0;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
      .mobile-menu.open:before, .mobile-menu.open:after {
        margin-right: 0; }
    .mobile-menu:before, .mobile-menu:after {
      position: fixed;
      width: 100%;
      right: 0;
      z-index: 2;
      content: '';
      margin-right: -110%;
      transition: 0.35s;
      -webkit-transition: 0.35s;
      -moz-transition: 0.35s;
      -ms-transition: 0.35s;
      -o-transition: 0.35s; }
    .mobile-menu:before {
      top: 0;
      height: 4.25rem;
      background: #fff; }
    .mobile-menu:after {
      top: 4.1875rem;
      height: 1rem;
      background: -moz-linear-gradient(top, white 0%, rgba(252, 252, 252, 0) 100%);
      background: -webkit-linear-gradient(top, white 0%, rgba(252, 252, 252, 0) 100%);
      background: linear-gradient(to bottom, white 0%, rgba(252, 252, 252, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00fcfcfc',GradientType=0 ); }
    .mobile-menu .header-buttons {
      margin-top: 1rem; }
      .mobile-menu .header-buttons__link {
        margin-top: 0.75rem; }
        .mobile-menu .header-buttons__link:last-child {
          margin-left: 0;
          padding-left: 0.375rem; }
    .mobile-menu .btn-login {
      color: #29b765; }
      .mobile-menu .btn-login:before {
        border: 0.125rem solid #29b765; }

  header {
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1rem; }
    header > .container {
      max-width: 100%; }

  .logo img {
    width: 9.25rem; }

  .header-buttons {
    margin-top: 1.3125rem; }

  .mobile-buttons .header-buttons__link:last-child {
    margin-left: 0.375rem; } }
@media (max-width: 47.9375rem) {
  .mobile-buttons .header-buttons {
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto; }
    .mobile-buttons .header-buttons__link:last-child {
      margin-top: 0.75rem; } }
@media (max-width: 25rem) {
  .mobile-buttons .header-buttons {
    margin-left: -0.375rem;
    margin-right: -0.375rem; } }
.section-box-title {
  color: #a0a0a0;
  background: #000;
  padding-top: 0.6875rem;
  padding-bottom: 0.8125rem; }
  .section-box-title__title {
    color: inherit;
    font-size: 1.375rem;
    line-height: 1.5rem;
    text-transform: uppercase; }

.section-get {
  background: #2e002f;
  background: -moz-linear-gradient(left, #2e002f 0%, #59014a 25%, #59014a 75%, #2e002f 100%);
  background: -webkit-linear-gradient(left, #2e002f 0%, #59014a 25%, #59014a 75%, #2e002f 100%);
  background: linear-gradient(to right, #2e002f 0%, #59014a 25%, #59014a 75%, #2e002f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e002f', endColorstr='#2e002f',GradientType=1 );
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.75) inset;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .section-get .container {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1.5rem; }
  .section-get .row {
    position: relative;
    z-index: 2; }
  .section-get__title {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem; }
    .section-get__title a {
      color: #fff;
      position: relative; }
      .section-get__title a:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -0.0625rem;
        height: 0.0625rem;
        background: #fff;
        transition: 0.15s;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -ms-transition: 0.15s;
        -o-transition: 0.15s; }
      .section-get__title a:hover:before {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .section-get__title span {
      color: #ff134d; }
  .section-get__img {
    position: absolute;
    top: 50%; }
    .section-get__img.left {
      left: -1.0625rem;
      margin-top: -3.5rem; }
    .section-get__img.right {
      right: -5.3125rem;
      margin-top: -5.625rem; }

.slider {
  width: 120rem;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  position: relative; }
  .slider:before {
    height: 3.75rem;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: '';
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); }
  .slider__item {
    text-align: center;
    position: relative; }
    .slider__item_info {
      height: 25rem;
      display: flex;
      flex-wrap: wrap;
      z-index: 2;
      position: relative;
      margin-left: -1.5rem; }
      .slider__item_info > * {
        width: 100%; }
    .slider__item_text {
      font-weight: 700;
      font-size: 3rem;
      line-height: 3.6875rem;
      padding-top: 3.9375rem;
      padding-left: 1.9375rem;
      padding-right: 1.9375rem; }
    .slider__item_button {
      width: 12rem;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 4.625rem; }
    .slider__item_img {
      position: absolute;
      left: 50%;
      bottom: 0; }
    .slider__item.type-1 {
      background: #061905;
      background: -moz-linear-gradient(left, #061905 0%, #0b4709 40%, #32a34a 80%);
      background: -webkit-linear-gradient(left, #061905 0%, #0b4709 40%, #32a34a 80%);
      background: linear-gradient(to right, #061905 0%, #0b4709 40%, #32a34a 80%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061905', endColorstr='#32a34a',GradientType=1 ); }
      .slider__item.type-1:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: url("../images/section-1/slide-1-bg.png");
        background-position: 0 0;
        background-repeat: repeat-x; }
      .slider__item.type-1 .slider__item_img {
        margin-left: -4.25rem; }
      .slider__item.type-1 .slider__item_text {
        padding-left: 0;
        padding-right: 0; }
    .slider__item.type-2 {
      background: #08315b;
      background: -moz-linear-gradient(left, #08315b 40%, #00aaf8 65%);
      background: -webkit-linear-gradient(left, #08315b 40%, #00aaf8 65%);
      background: linear-gradient(to right, #08315b 40%, #00aaf8 65%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08315b', endColorstr='#00aaf8',GradientType=1 ); }
      .slider__item.type-2 .slider__item_img {
        margin-left: -2.625rem; }
    .slider__item.type-3 {
      background: #0a0220;
      background: -moz-linear-gradient(left, #0a0220 0%, #1f0446 40%, #d7001c 80%, #d7001c 80%);
      background: -webkit-linear-gradient(left, #0a0220 0%, #1f0446 40%, #d7001c 80%, #d7001c 80%);
      background: linear-gradient(to right, #0a0220 0%, #1f0446 40%, #d7001c 80%, #d7001c 80%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0220', endColorstr='#d7001c',GradientType=1 ); }
      .slider__item.type-3 .slider__item_img {
        margin-left: -2.375rem; }

.section-box-3 {
  background: white;
  background: -moz-linear-gradient(top, white 20%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, white 20%, #e8e8e8 100%);
  background: linear-gradient(to bottom, white 20%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
  padding-top: 3.8125rem;
  padding-bottom: 4.1875rem; }
  .section-box-3 .col:nth-child(1) .advantages__item:before {
    display: none; }
  .section-box-3 .col:nth-child(1) .advantages__item img {
    margin-top: -0.8125rem; }
  .section-box-3 .col:nth-child(2) .advantages__item img {
    margin-top: -1.3125rem; }

.advantages__item {
  position: relative;
  padding-left: 4.0625rem;
  padding-right: 0rem;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%; }
  .advantages__item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transition: scale(1.2);
    -o-transform: scale(1.2); }
  .advantages__item:before {
    content: '';
    position: absolute;
    width: 0.0625rem;
    height: 5rem;
    left: -1.5rem;
    top: 50%;
    margin-top: -2.3125rem;
    background: #e0e0e0; }
  .advantages__item img {
    position: absolute;
    top: 50%;
    margin-top: -1.4375rem;
    left: 0;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s; }
  .advantages__item span {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem; }

.section-box-4 {
  padding-bottom: 4.625rem; }

.slot {
  margin-top: 0.8125rem; }
  .slot__link {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
    height: 12.125rem;
    overflow: hidden;
    border-radius: 0.25rem;
    position: relative; }
    .slot__link img, .slot__link svg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .slot__link .text {
      color: #fff;
      position: absolute;
      top: 3.625rem;
      left: 4rem;
      width: 12rem; }
      .slot__link .text i {
        font-style: normal;
        display: block;
        font-size: 1.375rem;
        line-height: 1.625rem;
        font-weight: 700;
        margin-bottom: 0.875rem; }
    .slot__link .buttons {
      position: absolute;
      left: 4rem;
      bottom: 2.5rem;
      width: 12rem; }
  .slot__full .slot__link {
    height: 25.75rem; }

.page-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-top: 3.6875rem;
  position: relative; }
  .page-title span {
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 0 0.9375rem; }
    .page-title span:before {
      left: 0;
      right: 0;
      height: 100%;
      content: '';
      position: absolute;
      background: #fff;
      z-index: -1; }
  .page-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0.0625rem;
    margin-top: 0.0625rem;
    background: #29b765;
    background: -moz-linear-gradient(left, #29b765 0%, #008a45 35%, #008a45 70%, #29b765 100%);
    background: -webkit-linear-gradient(left, #29b765 0%, #008a45 35%, #008a45 70%, #29b765 100%);
    background: linear-gradient(to right, #29b765 0%, #008a45 35%, #008a45 70%, #29b765 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b765', endColorstr='#29b765',GradientType=1 ); }

.section-box-5 {
  padding-bottom: 4rem; }

@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .section-get__title {
    font-size: 1.0625rem;
    line-height: 1.3125rem; } }
@media (min-width: 48rem) and (max-width: 74.9375rem) {
  .advantages__item {
    padding-left: 2.625rem; }
    .advantages__item:before {
      left: -0.75rem; }
    .advantages__item img {
      width: 2.125rem;
      top: 2.25rem; }
    .advantages__item span {
      font-size: 0.875rem;
      line-height: 1.25rem; }

  .section-box-3 .col:nth-child(1) .advantages__item img {
    margin-top: -1.0625rem; } }
@media (max-width: 87.4375rem) {
  .slider__item {
    padding-right: 0; }
    .slider__item.type-3 .slider__item_img {
      margin-left: -3.75rem; }
  .slider_text {
    font-size: 2.5rem;
    line-height: 3.1875rem; }

  .slot__link {
    height: 10.3125rem; }
  .slot__full .slot__link {
    height: 22.125rem; }

  .slider__item[class*="type-"] .slider__item_img {
    margin-left: 0rem; }

  .section-get__img.left {
    left: -3.125rem; }
  .section-get__img.right {
    right: -11.25rem; } }
@media (max-width: 74.9375rem) {
  .section-get__img.left {
    left: -9.0625rem; }
  .section-get__img.right {
    right: -16.875rem; }

  .slider__item_text {
    font-size: 2.5rem;
    line-height: 3.1875rem; }

  .slot__link {
    height: 8.5rem; }
    .slot__link .text {
      top: 1.5rem;
      left: 1.5rem; }
    .slot__link .buttons {
      left: 1.5rem; }
  .slot__full .slot__link {
    height: 18.5rem; } }
@media (max-width: 61.9375rem) {
  .slider__item_text {
    font-size: 1.875rem;
    line-height: 2.3125rem; }

  .slider__item_button {
    margin-bottom: 5.3125rem; }

  .slot > .col-12:nth-child(odd) {
    text-align: right; }
  .slot__link {
    height: 6.125rem; }
    .slot__link .text {
      text-align: left;
      top: 0.625rem;
      left: 1rem; }
      .slot__link .text i {
        margin-bottom: 0.125rem; }
    .slot__link .buttons {
      left: 1rem;
      bottom: 1rem; }
  .slot__full .slot__link {
    height: 13.75rem; }

  .page-title {
    margin-top: 2.1875rem; }

  .section-box-4 {
    padding-bottom: 2.1875rem; }

  .section-box-5 {
    padding-bottom: 3.0625rem; } }
@media (max-width: 47.9375rem) {
  .slider__item {
    height: 22.5rem;
    padding-top: 1.5625rem; }
    .slider__item[class*="type-"] .slider__item_img {
      width: 23.75rem;
      margin-left: -11.875rem;
      max-width: none; }
    .slider__item_info {
      height: auto;
      width: 18.5rem;
      margin: 0 auto; }
    .slider__item_text {
      padding-top: 0;
      min-height: 9.25rem;
      padding-left: 0;
      padding-right: 0; }
    .slider__item_button {
      margin-bottom: 0;
      margin-top: 4.375rem; }

  .advantages__item {
    margin-top: 1.625rem;
    padding-right: 1.25rem;
    width: 18.5rem;
    margin-left: auto;
    margin-right: auto; }
    .advantages__item:before {
      display: none; }

  .section-box-3 {
    padding-top: 0rem;
    padding-bottom: 3.3125rem; }
    .section-box-3 .container {
      margin-top: -0.3125rem; }

  .slot {
    margin-top: 0.0625rem; }
    .slot__link {
      display: flex;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0.75rem;
      height: 9.6875rem; }
    .slot__full .slot__link {
      height: 20.875rem; }

  .section-box-5 > .container {
    max-width: 100%; }

  .section-get .container {
    padding-top: 0.625rem;
    padding-bottom: 1.125rem; } }
@media (max-width: 35.9375rem) {
  .slot > .col-12 {
    text-align: center; }
    .slot > .col-12:nth-child(odd) {
      text-align: center; }
  .slot__link {
    width: 18.5rem;
    height: 11.75rem; }
  .slot__full .slot__link {
    height: 11.75rem; } }
.buttons {
  line-height: 3.0625rem;
  height: 3rem;
  border-radius: 0.25rem;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f0f0f0 18%, white 100%);
  background: -webkit-linear-gradient(top, white 0%, #f0f0f0 18%, white 100%);
  background: linear-gradient(to bottom, white 0%, #f0f0f0 18%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  font-size: 1rem;
  color: #000;
  width: 100%; }
  .buttons:hover {
    background: white;
    background: -moz-linear-gradient(left, white 0%, #f0f0f0 82%, white 100%);
    background: -webkit-linear-gradient(left, white 0%, #f0f0f0 82%, white 100%);
    background: linear-gradient(to right, white 0%, #f0f0f0 82%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); }

.btn-login {
  background: none;
  color: #29b765;
  transition: 0.35s ease-out;
  line-height: 3rem;
  z-index: 1;
  height: 3.1875rem; }
  .btn-login:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    border: 0.125rem solid #29b765;
    border-radius: 0.25rem;
    left: 0;
    top: 0;
    transition: 0.3s ease-out; }
  .btn-login:after {
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: #008a45;
    transition: 0.3s ease-out;
    position: absolute;
    z-index: -1; }
  .btn-login:hover {
    color: #fff;
    background: none; }
    .btn-login:hover:after {
      height: 100%; }
    .btn-login:hover:before {
      border: 0.125rem solid #008a45; }

.btn-register {
  background: #29b765;
  color: #fff;
  line-height: 3rem;
  height: 3.1875rem; }
  .btn-register:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-bottom: 0.25rem solid #008a45;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    z-index: -1;
    border-radius: 0.25rem; }
  .btn-register:hover {
    text-decoration: none;
    background: #29b765;
    color: #fff; }
    .btn-register:hover:before {
      border-bottom: 3.1875rem solid #008a45; }
  .btn-register:active {
    color: #fff; }
    .btn-register:active:before {
      border-bottom: 100% solid #008a45; }

.btn-download {
  position: relative;
  background: #fff;
  color: #000;
  line-height: 3rem;
  height: 3.1875rem;
  text-align: left;
  padding-left: 5.3125rem; }
  .btn-download span {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    margin-top: -0.75rem;
    width: 1.25rem;
    height: 1.5rem; }
    .btn-download span:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #000;
      content: '\e902';
      font-size: 1.5rem;
      position: absolute;
      left: 0;
      top: 0;
      transition: 0.15s;
      -webkit-transition: 0.15s;
      -moz-transition: 0.15s;
      -ms-transition: 0.15s;
      -o-transition: 0.15s; }
    .btn-download span:after {
      content: '';
      position: absolute;
      right: -1.3125rem;
      width: 0.0625rem;
      height: 1.8125rem;
      background: #e0e0e0;
      top: 50%;
      margin-top: -0.9375rem;
      transition: 0.25s;
      -webkit-transition: 0.25s;
      -moz-transition: 0.25s;
      -ms-transition: 0.25s;
      -o-transition: 0.25s; }
  .btn-download:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-bottom: 0.25rem solid #f0f0f0;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    z-index: -1;
    border-radius: 0.25rem; }
  .btn-download:hover {
    text-decoration: none; }
    .btn-download:hover:before {
      border-bottom: 3.1875rem solid #f0f0f0; }
    .btn-download:hover span:before {
      transform: scale(1.12);
      -webkit-transform: scale(1.12);
      -moz-transform: scale(1.12);
      -ms-transition: scale(1.12);
      -o-transform: scale(1.12); }
    .btn-download:hover span:after {
      background: #000; }
  .btn-download:active {
    color: #000; }

.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  float: left; }

.owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.owl-item {
  float: left;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  position: relative; }
  .owl-item > [class*="col"] {
    width: 100% !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

/*dots*/
.owl-dots {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  z-index: 1; }
  .owl-dots.disabled {
    display: none; }
  .owl-dots .owl-dot {
    width: 1.25rem;
    height: 0.125rem;
    cursor: pointer;
    margin-right: 0.375rem;
    margin-left: 0.375rem;
    margin-top: 0.25rem;
    position: relative;
    overflow: hidden;
    z-index: 3;
    background: #ffffff; }
    .owl-dots .owl-dot.active {
      background: #29b765; }
    .owl-dots .owl-dot:hover {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90); }

.owl-nav.disabled {
  display: none; }

.owl-prev, .owl-next {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  margin-top: -1.25rem;
  cursor: pointer;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  z-index: 2; }
  .owl-prev:hover, .owl-next:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transition: scale(1.2);
    -o-transform: scale(1.2); }
  .owl-prev.disabled, .owl-next.disabled {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    cursor: default;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transition: scale(1);
    -o-transform: scale(1); }
  .owl-prev:before, .owl-next:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    font-size: 1.75rem;
    top: 50%;
    left: 50%;
    margin-top: -0.875rem;
    margin-left: -0.4375rem; }

.owl-prev {
  left: 50%;
  margin-left: -41.25rem; }
  .owl-prev:before {
    content: '\e900'; }

.owl-next {
  right: 50%;
  margin-right: -41.25rem; }
  .owl-next:before {
    content: '\e901'; }

@media (max-width: 87.4375rem) {
  .owl-prev {
    margin-left: -37.5rem; }

  .owl-next {
    margin-right: -37.5rem; } }
@media (max-width: 74.9375rem) {
  .owl-prev {
    margin-left: -31.4375rem; }

  .owl-next {
    margin-right: -31.4375rem; } }
@media (max-width: 61.9375rem) {
  .owl-prev {
    margin-left: -24.375rem; }

  .owl-next {
    margin-right: -24.375rem; } }
@media (max-width: 47.9375rem) {
  .owl-dots {
    bottom: 1rem; } }
.section-box-page {
  padding-top: 3.6875rem; }

.section-box-title.gradient {
  background: #008a45;
  background: -moz-linear-gradient(left, #008a45 0%, #29b765 25%, #29b765 75%, #008a45 100%);
  background: -webkit-linear-gradient(left, #008a45 0%, #29b765 25%, #29b765 75%, #008a45 100%);
  background: linear-gradient(to right, #008a45 0%, #29b765 25%, #29b765 75%, #008a45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008a45',endColorstr='#008a45',GradientType=1);
  color: #fff; }

.section-breadcrumb {
  background: #f6f6f6;
  padding-top: 0.6875rem;
  padding-bottom: 0.8125rem; }
  .section-breadcrumb .container {
    overflow: hidden;
    position: relative; }

.breadcrumb {
  margin: 0 -0.75rem;
  display: flex;
  width: 100%;
  white-space: nowrap;
  position: relative; }
  .breadcrumb:before {
    position: absolute;
    height: 1.5rem;
    right: -1.5rem;
    top: 50%;
    margin-top: -0.75rem;
    content: '';
    width: 3.75rem;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f6f6',GradientType=1 );
    z-index: 2; }
  .breadcrumb li {
    padding: 0 0.75rem; }
    .breadcrumb li a, .breadcrumb li span {
      font-size: 1rem; }
    .breadcrumb li a {
      position: relative;
      color: #29b765; }
      .breadcrumb li a:before {
        content: '';
        width: 0.0625rem;
        height: 0.875rem;
        background: #000;
        position: absolute;
        right: -0.75rem;
        top: 50%;
        margin-top: -0.375rem;
        display: block; }

.editor-text {
  position: relative; }
  .editor-text * {
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    color: inherit !important; }
  .editor-text a {
    color: #29b765 !important; }
    .editor-text a:hover {
      color: #008a45 !important;
      text-decoration: underline; }
    .editor-text a:active {
      color: #00763b !important; }
  .editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
    font-weight: 700; }
  .editor-text h1, .editor-text h2 {
    margin-top: 2.1875rem;
    text-align: center; }
  .editor-text h1 {
    font-size: 1.5rem !important;
    line-height: 1.8125rem !important; }
  .editor-text h2 {
    font-size: 1.375rem !important;
    line-height: 1.6875rem !important; }
  .editor-text h3 {
    font-size: 1.125rem !important;
    line-height: 1.4375rem !important; }
  .editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
    margin-bottom: -1.4375rem; }
  .editor-text > * {
    margin-top: 1.4375rem; }
    .editor-text > *:first-child {
      margin-top: 0; }
  .editor-text ul, .editor-text ol {
    margin-top: 0; }
    .editor-text ul li, .editor-text ol li {
      position: relative;
      line-height: 1.4375rem !important; }
  .editor-text ol {
    list-style: none;
    list-style-position: inside;
    counter-reset: item; }
    .editor-text ol li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #29b765; }
  .editor-text ul li {
    padding-left: 0.875rem; }
    .editor-text ul li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.625rem;
      width: 0.375rem;
      height: 0.375rem;
      border-radius: 100%;
      background: #29b765; }
  .editor-text hr {
    display: block !important;
    border: 0 !important;
    height: 0.0625rem;
    background: #e0e0e0;
    margin-top: 1.5rem; }
  .editor-text table {
    width: 100%; }
    .editor-text table tr:nth-child(odd) td {
      background: #f6f6f6; }
    .editor-text table td {
      padding-top: 0.75rem;
      padding-bottom: 0.8125rem;
      padding-left: 0.8125rem; }

@media (max-width: 47.9375rem) {
  .editor-text h1, .editor-text h2 {
    text-align: left;
    margin-bottom: -0.625rem; }
  .editor-text hr {
    margin-top: 1.0625rem; }
  .editor-text ul li {
    padding-left: 0; }
    .editor-text ul li:before {
      position: relative;
      top: 0.625rem;
      display: inline-block;
      vertical-align: top;
      margin-right: 0.5rem; } }
.section-box-footer {
  background: #000;
  color: #fff;
  padding-top: 2.5625rem;
  padding-bottom: 2.25rem;
  position: relative;
  overflow: hidden; }
  .section-box-footer .container {
    position: relative;
    z-index: 2; }
  .section-box-footer .header-buttons {
    margin-top: 0rem; }
    .section-box-footer .header-buttons__link:last-child {
      margin-left: 0;
      padding-left: 0.375rem; }
  .section-box-footer:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12.875rem;
    height: 12.875rem;
    margin-left: -6.4375rem;
    margin-top: -6.4375rem;
    background-image: url("../images/footer/footer-bg.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12.875rem;
    z-index: 1;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }

.footer-buttons-links {
  margin-top: 2.875rem; }

.footer-links {
  margin: 0 -0.8125rem; }
  .footer-links li {
    margin: 0 0.8125rem;
    padding-left: 0;
    padding-right: 0; }
    .footer-links li a {
      transition: 0.25s;
      -webkit-transition: 0.25s;
      -moz-transition: 0.25s;
      -ms-transition: 0.25s;
      -o-transition: 0.25s;
      font-size: 1rem; }
      .footer-links li a:before, .footer-links li a:after {
        display: none; }
      .footer-links li a:hover {
        color: #29b765; }
      .footer-links li a.active {
        color: #29b765; }

.footer-img-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  padding-top: 0rem;
  padding-left: 4.375rem; }
  .footer-img-links a {
    margin: 0 1.5rem; }

.footer-social {
  font-size: 1rem;
  margin-top: 2.125rem; }

@media (min-width: 48rem) and (max-width: 74.9375rem) {
  .footer-links li a {
    font-size: 0.75rem; } }
@media (max-width: 61.9375rem) {
  .footer-links {
    margin: 0 -0.375rem; }
    .footer-links li {
      margin: 0 0.375rem;
      float: left; }
      .footer-links li a {
        font-size: 0.6875rem;
        padding-top: 0.0625rem;
        padding-bottom: 0.0625rem;
        color: #fff; }

  .footer-img-links {
    padding-left: 0;
    padding-top: 1.5625rem; } }
@media (max-width: 47.9375rem) {
  .section-box-footer {
    padding-top: 1.625rem;
    padding-bottom: 1.6875rem; }
    .section-box-footer > .container {
      max-width: 100%; }
    .section-box-footer .header-buttons {
      margin-top: 1.75rem; }

  .footer-links {
    margin: 0; }
    .footer-links li {
      text-align: center;
      margin: 0;
      float: none; }
      .footer-links li a {
        font-size: 1rem;
        padding-top: 0.4375rem;
        padding-bottom: 0.4375rem; }

  .footer-img-links {
    margin: 0; }
    .footer-img-links a {
      margin: 0.9375rem 0 0 0;
      width: 100%;
      text-align: center; }

  .section-box-footer:before {
    top: auto;
    margin-top: 0;
    bottom: 1.5625rem; }

  .footer-buttons-links {
    margin-top: 0; }

  .footer-social {
    margin-top: 1.625rem; } }

/*# sourceMappingURL=style.css.map */
