html {
  font-size: 20px;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 1150px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

.abg-section {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 20vh;
  padding: 5rem 0;
}
.abg-section.no_padding {
  padding: 0;
}
.abg-section.header, .abg-section.footer {
  min-height: 0;
}
.abg-section.dark {
  color: #fff;
}

.abg-section .has_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0;
  width: 100%;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
.abg-section .has_columns.container {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .abg-section .has_columns.container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abg-section .has_columns.container {
    max-width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .abg-section .has_columns {
    display: block;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .abg-section .has_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
}
.abg-section .has_columns .column {
  padding: 0 1rem;
}
.abg-section .has_columns.columns-no_padding {
  padding: 0;
}
.abg-section .has_columns.columns-no_padding > .column {
  padding: 0;
}
.abg-section .has_columns.columns-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.abg-section .has_columns.columns-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.abg-section .has_columns.wrapper-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}
.abg-section .has_columns.wrapper-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
}
.abg-section .has_columns.wrapper-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}
.abg-section .has_columns.wrapper-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-items: stretch;
}
.abg-section .has_columns.wrapper-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-align-items: baseline;
}
.abg-section .has_columns .column {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.abg-section .has_columns .column.column--with-filler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.abg-section .has_columns .column.column--with-filler .filler {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-grow: 1;
}
.abg-section .has_columns .column.column--with-filler .button_wrapper {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-flex-basis: auto;
}
.abg-section .has_columns .column.column-offset-10 {
  margin-left: 10%;
}
.abg-section .has_columns .column.column-offset-20 {
  margin-left: 20%;
}
.abg-section .has_columns .column.column-offset-25 {
  margin-left: 25%;
}
.abg-section .has_columns .column.column-offset-33, .abg-section .has_columns .column.column-offset-34 {
  margin-left: 33.3333%;
}
.abg-section .has_columns .column.column-offset-50 {
  margin-left: 50%;
}
.abg-section .has_columns .column.column-offset-66, .abg-section .has_columns .column.column-offset-67 {
  margin-left: 66.6666%;
}
.abg-section .has_columns .column.column-offset-75 {
  margin-left: 75%;
}
.abg-section .has_columns .column.column-offset-80 {
  margin-left: 80%;
}
.abg-section .has_columns .column.column-offset-90 {
  margin-left: 90%;
}
.abg-section .has_columns .column.column-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  -webkit-flex: 0 0 10%;
  max-width: 10%;
}
.abg-section .has_columns .column.column-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  max-width: 20%;
}
.abg-section .has_columns .column.column-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  max-width: 25%;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg-section .has_columns .column.column-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .abg-section .has_columns .column.column-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
.abg-section .has_columns .column.column-33, .abg-section .has_columns .column.column-34 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  -webkit-flex: 0 0 33.3333%;
  max-width: 33.3333%;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
.abg-section .has_columns .column.column-33.more-space, .abg-section .has_columns .column.column-34.more-space {
  -webkit-flex: 0 0 calc(33.3333% - 2rem);
  max-width: calc(33.3333% - 2rem);
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg-section .has_columns .column.column-33.more-space, .abg-section .has_columns .column.column-34.more-space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abg-section .has_columns .column.column-33, .abg-section .has_columns .column.column-34 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.abg-section .has_columns .column.column-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  max-width: 40%;
}
.abg-section .has_columns .column.column-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  max-width: 50%;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
.abg-section .has_columns .column.column-50.more-space {
  -webkit-flex: 0 0 calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg-section .has_columns .column.column-50.more-space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abg-section .has_columns .column.column-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.abg-section .has_columns .column.column-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  max-width: 60%;
}
.abg-section .has_columns .column.column-66, .abg-section .has_columns .column.column-67 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666%;
          flex: 0 0 66.6666%;
  -webkit-flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.abg-section .has_columns .column.column-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  max-width: 75%;
}
.abg-section .has_columns .column.column-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  -webkit-flex: 0 0 80%;
  max-width: 80%;
}
.abg-section .has_columns .column.column-90 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  -webkit-flex: 0 0 90%;
  max-width: 90%;
}
.abg-section .has_columns .column .column-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.abg-section .has_columns .column .column-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.abg-section .has_columns .column .column-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.abg-section > .wrapper {
  z-index: 1;
  position: relative;
}

body.ver19 {
  -webkit-overflow-scrolling: touch;
}
body.ver19 .button19, body.ver19 .wpcf7 input[type="submit"] {
  height: auto;
  position: relative;
  display: inline-block;
  min-width: 12em;
  color: #f5f5f5;
  background: #FF8001;
  font-size: 0.8rem;
  line-height: 1.4;
  cursor: pointer;
  margin: 1em 0.3em;
  padding: 0.7em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-family: 'Hindi', Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0s;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0s;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s, -webkit-box-shadow 0s;
  border: 2px solid #FF8001;
  text-decoration: none;
  border-radius: 2em;
  z-index: 0;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .button19, body.ver19 .wpcf7 input[type="submit"] {
    min-width: 7em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 14em;
    font-size: 0.9rem;
  }
}
body.ver19 .button19.wpcf7-submit, body.ver19 .wpcf7 input[type="submit"].wpcf7-submit {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .button19.wpcf7-submit, body.ver19 .wpcf7 input[type="submit"].wpcf7-submit {
    display: inline-block;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19:hover, body.ver19 .wpcf7 input[type="submit"]:hover {
    background: rgba(245, 245, 245, 0.3);
    border-color: #FF8001;
    color: #FF8001;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19:hover, body.ver19 .wpcf7 input[type="submit"]:hover {
    background: rgba(245, 245, 245, 0.3);
    border-color: #FF8001;
    color: #FF8001;
    text-decoration: none;
  }
}
body.ver19 .button19:active, body.ver19 .button19:focus, body.ver19 .button19.active, body.ver19 .wpcf7 input[type="submit"]:active, body.ver19 .wpcf7 input[type="submit"]:focus, body.ver19 .wpcf7 input[type="submit"].active {
  -webkit-box-shadow: inset 0 0 0px 1px rgba(34, 34, 34, 0.4);
          box-shadow: inset 0 0 0px 1px rgba(34, 34, 34, 0.4);
}
body.ver19 .button19:active:before, body.ver19 .button19:focus:before, body.ver19 .button19.active:before, body.ver19 .wpcf7 input[type="submit"]:active:before, body.ver19 .wpcf7 input[type="submit"]:focus:before, body.ver19 .wpcf7 input[type="submit"].active:before {
  -webkit-box-shadow: inset 0 0 0px 1px rgba(34, 34, 34, 0.4);
          box-shadow: inset 0 0 0px 1px rgba(34, 34, 34, 0.4);
}
body.ver19 .button19.small, body.ver19 .wpcf7 input[type="submit"].small {
  font-size: 0.7rem;
}
body.ver19 .button19.big, body.ver19 .wpcf7 input[type="submit"].big {
  font-size: 1.05rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .button19.big, body.ver19 .wpcf7 input[type="submit"].big {
    font-size: 1rem;
  }
}
body.ver19 .button19.button_inverted, body.ver19 .button19.inverted, body.ver19 .wpcf7 input[type="submit"].button_inverted, body.ver19 .wpcf7 input[type="submit"].inverted {
  color: #FF8001;
  background: rgba(245, 245, 245, 0.33);
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_inverted:hover, body.ver19 .button19.inverted:hover, body.ver19 .wpcf7 input[type="submit"].button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].inverted:hover {
    background: #FF8001;
    color: #f5f5f5;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_inverted:hover, body.ver19 .button19.inverted:hover, body.ver19 .wpcf7 input[type="submit"].button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].inverted:hover {
    background: #FF8001;
    color: #f5f5f5;
  }
}
body.ver19 .button19.button_inverted:active, body.ver19 .button19.button_inverted:focus, body.ver19 .button19.button_inverted.active, body.ver19 .button19.inverted:active, body.ver19 .button19.inverted:focus, body.ver19 .button19.inverted.active, body.ver19 .wpcf7 input[type="submit"].button_inverted:active, body.ver19 .wpcf7 input[type="submit"].button_inverted:focus, body.ver19 .wpcf7 input[type="submit"].button_inverted.active, body.ver19 .wpcf7 input[type="submit"].inverted:active, body.ver19 .wpcf7 input[type="submit"].inverted:focus, body.ver19 .wpcf7 input[type="submit"].inverted.active {
  -webkit-box-shadow: inset 0 0 0px 1px rgba(245, 245, 245, 0.5);
          box-shadow: inset 0 0 0px 1px rgba(245, 245, 245, 0.5);
}
body.ver19 .button19.button_inverted:active:before, body.ver19 .button19.button_inverted:focus:before, body.ver19 .button19.button_inverted.active:before, body.ver19 .button19.inverted:active:before, body.ver19 .button19.inverted:focus:before, body.ver19 .button19.inverted.active:before, body.ver19 .wpcf7 input[type="submit"].button_inverted:active:before, body.ver19 .wpcf7 input[type="submit"].button_inverted:focus:before, body.ver19 .wpcf7 input[type="submit"].button_inverted.active:before, body.ver19 .wpcf7 input[type="submit"].inverted:active:before, body.ver19 .wpcf7 input[type="submit"].inverted:focus:before, body.ver19 .wpcf7 input[type="submit"].inverted.active:before {
  -webkit-box-shadow: inset 0 0 0px 1px rgba(245, 245, 245, 0.5);
          box-shadow: inset 0 0 0px 1px rgba(245, 245, 245, 0.5);
}
body.ver19 .button19 a, body.ver19 .wpcf7 input[type="submit"] a {
  color: inherit;
  font-size: inherit;
}
body.ver19 .button19 .icon, body.ver19 .wpcf7 input[type="submit"] .icon {
  width: 1em;
  height: 1em;
  display: none;
}
body.ver19 .top-header ul .button19 {
  margin-top: 0;
  margin-bottom: 0;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
body.ver19 .button19.button_arrow, body.ver19 .button19.arrow {
  padding-right: 1.9em;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
body.ver19 .button19.button_arrow:after, body.ver19 .button19.arrow:after {
  content: '';
  display: block;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  right: 0.7em;
  top: 50%;
  transform: translate3d(0, -0.55em, 0);
  -webkit-transform: translate3d(0, -0.55em, 0);
  /* white */
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow:hover:after, body.ver19 .button19.arrow:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGODAwMSIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow:hover:after, body.ver19 .button19.arrow:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGODAwMSIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
body.ver19 .button19.button_arrow.button_inverted:after, body.ver19 .button19.button_arrow.inverted:after, body.ver19 .button19.arrow.button_inverted:after, body.ver19 .button19.arrow.inverted:after {
  /* orange */
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGODAwMSIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_black:hover:after, body.ver19 .button19.button_arrow.black:hover:after, body.ver19 .button19.arrow.button_black:hover:after, body.ver19 .button19.arrow.black:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzAwMCIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_black:hover:after, body.ver19 .button19.button_arrow.black:hover:after, body.ver19 .button19.arrow.button_black:hover:after, body.ver19 .button19.arrow.black:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzAwMCIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
body.ver19 .button19.button_arrow.button_black.button_inverted:after, body.ver19 .button19.button_arrow.button_black.inverted:after, body.ver19 .button19.button_arrow.black.button_inverted:after, body.ver19 .button19.button_arrow.black.inverted:after, body.ver19 .button19.arrow.button_black.button_inverted:after, body.ver19 .button19.arrow.button_black.inverted:after, body.ver19 .button19.arrow.black.button_inverted:after, body.ver19 .button19.arrow.black.inverted:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzAwMCIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_green:hover:after, body.ver19 .button19.button_arrow.green:hover:after, body.ver19 .button19.arrow.button_green:hover:after, body.ver19 .button19.arrow.green:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzQwQkMwMiIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_green:hover:after, body.ver19 .button19.button_arrow.green:hover:after, body.ver19 .button19.arrow.button_green:hover:after, body.ver19 .button19.arrow.green:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzQwQkMwMiIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
body.ver19 .button19.button_arrow.button_green.button_inverted:after, body.ver19 .button19.button_arrow.button_green.inverted:after, body.ver19 .button19.button_arrow.green.button_inverted:after, body.ver19 .button19.button_arrow.green.inverted:after, body.ver19 .button19.arrow.button_green.button_inverted:after, body.ver19 .button19.arrow.button_green.inverted:after, body.ver19 .button19.arrow.green.button_inverted:after, body.ver19 .button19.arrow.green.inverted:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzQwQkMwMiIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_blue:hover:after, body.ver19 .button19.button_arrow.blue:hover:after, body.ver19 .button19.arrow.button_blue:hover:after, body.ver19 .button19.arrow.blue:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzIzMkI2OCIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_blue:hover:after, body.ver19 .button19.button_arrow.blue:hover:after, body.ver19 .button19.arrow.button_blue:hover:after, body.ver19 .button19.arrow.blue:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzIzMkI2OCIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
body.ver19 .button19.button_arrow.button_blue.button_inverted:after, body.ver19 .button19.button_arrow.button_blue.inverted:after, body.ver19 .button19.button_arrow.blue.button_inverted:after, body.ver19 .button19.button_arrow.blue.inverted:after, body.ver19 .button19.arrow.button_blue.button_inverted:after, body.ver19 .button19.arrow.button_blue.inverted:after, body.ver19 .button19.arrow.blue.button_inverted:after, body.ver19 .button19.arrow.blue.inverted:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzIzMkI2OCIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_red:hover:after, body.ver19 .button19.button_arrow.red:hover:after, body.ver19 .button19.arrow.button_red:hover:after, body.ver19 .button19.arrow.red:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGMDAwMCIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_red:hover:after, body.ver19 .button19.button_arrow.red:hover:after, body.ver19 .button19.arrow.button_red:hover:after, body.ver19 .button19.arrow.red:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGMDAwMCIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
body.ver19 .button19.button_arrow.button_red.button_inverted:after, body.ver19 .button19.button_arrow.button_red.inverted:after, body.ver19 .button19.button_arrow.red.button_inverted:after, body.ver19 .button19.button_arrow.red.inverted:after, body.ver19 .button19.arrow.button_red.button_inverted:after, body.ver19 .button19.arrow.button_red.inverted:after, body.ver19 .button19.arrow.red.button_inverted:after, body.ver19 .button19.arrow.red.inverted:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGMDAwMCIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_pink:hover:after, body.ver19 .button19.button_arrow.pink:hover:after, body.ver19 .button19.arrow.button_pink:hover:after, body.ver19 .button19.arrow.pink:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0YxNDU2MiIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_pink:hover:after, body.ver19 .button19.button_arrow.pink:hover:after, body.ver19 .button19.arrow.button_pink:hover:after, body.ver19 .button19.arrow.pink:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0YxNDU2MiIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
body.ver19 .button19.button_arrow.button_pink.button_inverted:after, body.ver19 .button19.button_arrow.button_pink.inverted:after, body.ver19 .button19.button_arrow.pink.button_inverted:after, body.ver19 .button19.button_arrow.pink.inverted:after, body.ver19 .button19.arrow.button_pink.button_inverted:after, body.ver19 .button19.arrow.button_pink.inverted:after, body.ver19 .button19.arrow.pink.button_inverted:after, body.ver19 .button19.arrow.pink.inverted:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0YxNDU2MiIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_inverted:hover:after, body.ver19 .button19.button_arrow.inverted:hover:after, body.ver19 .button19.arrow.button_inverted:hover:after, body.ver19 .button19.arrow.inverted:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button19.button_arrow.button_inverted:hover:after, body.ver19 .button19.button_arrow.inverted:hover:after, body.ver19 .button19.arrow.button_inverted:hover:after, body.ver19 .button19.arrow.inverted:hover:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4NC45MjlweCIgaGVpZ2h0PSIyODQuOTI5cHgiIHZpZXdCb3g9IjAgMCAyODQuOTI5IDI4NC45MjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4NC45MjkgMjg0LjkyOTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxDQoJCUwzMC4yNjIsNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1NmMtMi40NzUsMC00LjY2NSwwLjk1LTYuNTY3LDIuODU2TDIuODU2LDc2LjUxNUMwLjk1LDc4LjQxNywwLDgwLjYwNywwLDgzLjA4Mg0KCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcNCgkJYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
  }
}
body.ver19 .button_black, body.ver19 .button19.black, body.ver19 .wpcf7 input[type="submit"].black {
  background: #222222;
  color: #fff;
  border-color: #222222;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_black:hover, body.ver19 .button19.black:hover, body.ver19 .wpcf7 input[type="submit"].black:hover {
    color: #222222;
    background: #f5f5f5;
    border-color: #222222;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_black:hover, body.ver19 .button19.black:hover, body.ver19 .wpcf7 input[type="submit"].black:hover {
    color: #222222;
    background: #f5f5f5;
    border-color: #222222;
  }
}
body.ver19 .button_black.button_inverted, body.ver19 .button_black.inverted, body.ver19 .button19.black.button_inverted, body.ver19 .button19.black.inverted, body.ver19 .wpcf7 input[type="submit"].black.button_inverted, body.ver19 .wpcf7 input[type="submit"].black.inverted {
  color: #222222;
  background: rgba(245, 245, 245, 0.33);
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_black.button_inverted:hover, body.ver19 .button_black.inverted:hover, body.ver19 .button19.black.button_inverted:hover, body.ver19 .button19.black.inverted:hover, body.ver19 .wpcf7 input[type="submit"].black.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].black.inverted:hover {
    background: #222222;
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_black.button_inverted:hover, body.ver19 .button_black.inverted:hover, body.ver19 .button19.black.button_inverted:hover, body.ver19 .button19.black.inverted:hover, body.ver19 .wpcf7 input[type="submit"].black.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].black.inverted:hover {
    background: #222222;
    color: #fff;
  }
}
body.ver19 .button_green, body.ver19 .button19.green, body.ver19 .wpcf7 input[type="submit"].green {
  background: #40BC02;
  color: #fff;
  border-color: #40BC02;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_green:hover, body.ver19 .button19.green:hover, body.ver19 .wpcf7 input[type="submit"].green:hover {
    color: #40BC02;
    background: #f5f5f5;
    border-color: #40BC02;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_green:hover, body.ver19 .button19.green:hover, body.ver19 .wpcf7 input[type="submit"].green:hover {
    color: #40BC02;
    background: #f5f5f5;
    border-color: #40BC02;
  }
}
body.ver19 .button_green.button_inverted, body.ver19 .button_green.inverted, body.ver19 .button19.green.button_inverted, body.ver19 .button19.green.inverted, body.ver19 .wpcf7 input[type="submit"].green.button_inverted, body.ver19 .wpcf7 input[type="submit"].green.inverted {
  color: #40BC02;
  background: rgba(245, 245, 245, 0.33);
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_green.button_inverted:hover, body.ver19 .button_green.inverted:hover, body.ver19 .button19.green.button_inverted:hover, body.ver19 .button19.green.inverted:hover, body.ver19 .wpcf7 input[type="submit"].green.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].green.inverted:hover {
    background: #40BC02;
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_green.button_inverted:hover, body.ver19 .button_green.inverted:hover, body.ver19 .button19.green.button_inverted:hover, body.ver19 .button19.green.inverted:hover, body.ver19 .wpcf7 input[type="submit"].green.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].green.inverted:hover {
    background: #40BC02;
    color: #fff;
  }
}
body.ver19 .button_orange, body.ver19 .button19.orange, body.ver19 .wpcf7 input[type="submit"].orange {
  background: #FF8001;
  color: #fff;
  border-color: #FF8001;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_orange:hover, body.ver19 .button19.orange:hover, body.ver19 .wpcf7 input[type="submit"].orange:hover {
    color: #FF8001;
    background: #f5f5f5;
    border-color: #FF8001;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_orange:hover, body.ver19 .button19.orange:hover, body.ver19 .wpcf7 input[type="submit"].orange:hover {
    color: #FF8001;
    background: #f5f5f5;
    border-color: #FF8001;
  }
}
body.ver19 .button_orange.button_inverted, body.ver19 .button_orange.inverted, body.ver19 .button19.orange.button_inverted, body.ver19 .button19.orange.inverted, body.ver19 .wpcf7 input[type="submit"].orange.button_inverted, body.ver19 .wpcf7 input[type="submit"].orange.inverted {
  background: rgba(245, 245, 245, 0.33);
  color: #FF8001;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_orange.button_inverted:hover, body.ver19 .button_orange.inverted:hover, body.ver19 .button19.orange.button_inverted:hover, body.ver19 .button19.orange.inverted:hover, body.ver19 .wpcf7 input[type="submit"].orange.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].orange.inverted:hover {
    background: #FF8001;
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_orange.button_inverted:hover, body.ver19 .button_orange.inverted:hover, body.ver19 .button19.orange.button_inverted:hover, body.ver19 .button19.orange.inverted:hover, body.ver19 .wpcf7 input[type="submit"].orange.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].orange.inverted:hover {
    background: #FF8001;
    color: #fff;
  }
}
body.ver19 .button_blue, body.ver19 .button19.blue, body.ver19 .wpcf7 input[type="submit"].blue {
  background: #232B68;
  color: #fff;
  border-color: #232B68;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_blue:hover, body.ver19 .button19.blue:hover, body.ver19 .wpcf7 input[type="submit"].blue:hover {
    color: #232B68;
    background: #f5f5f5;
    border-color: #232B68;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_blue:hover, body.ver19 .button19.blue:hover, body.ver19 .wpcf7 input[type="submit"].blue:hover {
    color: #232B68;
    background: #f5f5f5;
    border-color: #232B68;
  }
}
body.ver19 .button_blue.button_inverted, body.ver19 .button_blue.inverted, body.ver19 .button19.blue.button_inverted, body.ver19 .button19.blue.inverted, body.ver19 .wpcf7 input[type="submit"].blue.button_inverted, body.ver19 .wpcf7 input[type="submit"].blue.inverted {
  background: rgba(245, 245, 245, 0.33);
  color: #232B68;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_blue.button_inverted:hover, body.ver19 .button_blue.inverted:hover, body.ver19 .button19.blue.button_inverted:hover, body.ver19 .button19.blue.inverted:hover, body.ver19 .wpcf7 input[type="submit"].blue.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].blue.inverted:hover {
    background: #232B68;
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_blue.button_inverted:hover, body.ver19 .button_blue.inverted:hover, body.ver19 .button19.blue.button_inverted:hover, body.ver19 .button19.blue.inverted:hover, body.ver19 .wpcf7 input[type="submit"].blue.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].blue.inverted:hover {
    background: #232B68;
    color: #fff;
  }
}
body.ver19 .button_red, body.ver19 .button19.red, body.ver19 .wpcf7 input[type="submit"].red {
  background: #FF0000;
  color: #fff;
  border-color: #FF0000;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_red:hover, body.ver19 .button19.red:hover, body.ver19 .wpcf7 input[type="submit"].red:hover {
    color: #FF0000;
    background: rgba(245, 245, 245, 0.33);
    border-color: #FF0000;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_red:hover, body.ver19 .button19.red:hover, body.ver19 .wpcf7 input[type="submit"].red:hover {
    color: #FF0000;
    background: rgba(245, 245, 245, 0.33);
    border-color: #FF0000;
  }
}
body.ver19 .button_red.button_inverted, body.ver19 .button_red.inverted, body.ver19 .button19.red.button_inverted, body.ver19 .button19.red.inverted, body.ver19 .wpcf7 input[type="submit"].red.button_inverted, body.ver19 .wpcf7 input[type="submit"].red.inverted {
  background: rgba(245, 245, 245, 0.33);
  color: #FF0000;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_red.button_inverted:hover, body.ver19 .button_red.inverted:hover, body.ver19 .button19.red.button_inverted:hover, body.ver19 .button19.red.inverted:hover, body.ver19 .wpcf7 input[type="submit"].red.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].red.inverted:hover {
    background: #FF0000;
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_red.button_inverted:hover, body.ver19 .button_red.inverted:hover, body.ver19 .button19.red.button_inverted:hover, body.ver19 .button19.red.inverted:hover, body.ver19 .wpcf7 input[type="submit"].red.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].red.inverted:hover {
    background: #FF0000;
    color: #fff;
  }
}
body.ver19 .button_pink, body.ver19 .button19.pink, body.ver19 .wpcf7 input[type="submit"].pink {
  background: #F14562;
  color: #fff;
  border-color: #F14562;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_pink:hover, body.ver19 .button19.pink:hover, body.ver19 .wpcf7 input[type="submit"].pink:hover {
    color: #F14562;
    background: rgba(245, 245, 245, 0.33);
    border-color: #F14562;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_pink:hover, body.ver19 .button19.pink:hover, body.ver19 .wpcf7 input[type="submit"].pink:hover {
    color: #F14562;
    background: rgba(245, 245, 245, 0.33);
    border-color: #F14562;
  }
}
body.ver19 .button_pink.button_inverted, body.ver19 .button_pink.inverted, body.ver19 .button19.pink.button_inverted, body.ver19 .button19.pink.inverted, body.ver19 .wpcf7 input[type="submit"].pink.button_inverted, body.ver19 .wpcf7 input[type="submit"].pink.inverted {
  background: rgba(245, 245, 245, 0.33);
  color: #F14562;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_pink.button_inverted:hover, body.ver19 .button_pink.inverted:hover, body.ver19 .button19.pink.button_inverted:hover, body.ver19 .button19.pink.inverted:hover, body.ver19 .wpcf7 input[type="submit"].pink.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].pink.inverted:hover {
    background: #F14562;
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .button_pink.button_inverted:hover, body.ver19 .button_pink.inverted:hover, body.ver19 .button19.pink.button_inverted:hover, body.ver19 .button19.pink.inverted:hover, body.ver19 .wpcf7 input[type="submit"].pink.button_inverted:hover, body.ver19 .wpcf7 input[type="submit"].pink.inverted:hover {
    background: #F14562;
    color: #fff;
  }
}

body.ver19 .footer .modal-footer .demo_button .button19 {
  margin-top: 0;
}

/* small fixes */
footer.footer a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0s;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0s;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s, -webkit-box-shadow 0s;
}
footer.footer a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

body.ver19 .wpcf7 .submit-container input[type="submit"].button19 {
  margin: 0;
}

body.ver19 .iziModal .wpcf7-form .submit-container .button-arrow-down-white {
  transform: rotate(-90deg) translate3d(0, -50%, 0);
  -webkit-transform: rotate(-90deg) translate3d(0, -50%, 0);
  top: 50%;
  margin-top: -9px;
}
body.ver19 .popup-form, body.ver19 .contact-description {
  height: auto;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 1150px) {
  body.ver19 .popup-form, body.ver19 .contact-description {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  body.ver19 .popup-form, body.ver19 .contact-description {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.ver19 .popup-form, body.ver19 .contact-description {
    height: auto;
  }
}
@media only screen and (max-width: 425px) {
  body.ver19 .popup-form, body.ver19 .contact-description {
    height: auto;
  }
}
body.ver19 .contact-description {
  height: auto;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 1150px) {
  body.ver19 .contact-description {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  body.ver19 .contact-description {
    height: auto;
  }
}
body.ver19 .section-horizontal-logos {
  margin: 2.5em auto;
  margin-bottom: 0;
}
body.ver19 .section-info-columns {
  margin-top: 2.5em;
  margin-bottom: 2em;
}
body.ver19 .section-info-columns h2 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-info-columns h2 {
    margin-top: 1.6em;
  }
}
body.ver19 .section-info-columns p, body.ver19 .section-info-columns span {
  font-size: 1em;
  line-height: 1.45;
}
body.ver19 .iziModal .popup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 1150px) {
  body.ver19 .iziModal .popup-form {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  body.ver19 .iziModal .popup-form {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  body.ver19 .iziModal .popup-form {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
body.ver19 .section-contact-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  body.ver19 .section-contact-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-contact-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.ver19 .section-contact-popup .title {
  font-size: 1.8em;
  line-height: 1.2;
}
body.ver19 .iziModal .contact-description {
  padding: 3em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .iziModal .contact-description {
    padding: 0.5em 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 425px) {
  body.ver19 .iziModal .contact-description {
    padding: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.ver19 .iziModal .contact-description .image {
  margin: 1em 0;
  width: 10em;
  display: block;
  margin-right: 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .iziModal .contact-description .image {
    width: 8em;
  }
}
@media only screen and (max-width: 425px) {
  body.ver19 .iziModal .contact-description .image {
    width: 7em;
    margin-right: auto;
    margin-left: auto;
  }
}
body.ver19 .iziModal .contact-description .image img {
  display: block;
  width: 100%;
  height: auto;
}
body.ver19 .iziModal .contact-description .details a {
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
body.ver19 .iziModal .contact-description .details a:hover {
  text-decoration: none;
  border-bottom: 1px solid #FF8001;
}
body.ver19 .iziModal .contact-description .details p {
  margin: 0.5em 0;
  font-size: 0.9rem;
}
body.ver19 .iziModal .contact-description .details p:nth-last-of-type(1) {
  margin-bottom: 0;
}
body.ver19 .iziModal .wpcf7-form {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 1150px) {
  body.ver19 .iziModal .wpcf7-form {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 425px) {
  body.ver19 .iziModal .wpcf7-form {
    padding: 0;
  }
}
body.ver19 .iziModal .wpcf7-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 425px) {
  body.ver19 .iziModal .wpcf7-form .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.ver19 .iziModal .wpcf7-form .input-group .input-field {
  float: none;
}
body.ver19 .iziModal .wpcf7-form .form-title {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
body.ver19 .section-contact-form-simple .wpcf7 div {
  margin-top: 1.5rem;
}
body.ver19 .section-contact-form-simple .wpcf7 .screen-reader-response {
  margin-top: 0;
}
body.ver19 .section-contact-form-simple .wpcf7 .submit-container {
  text-align: center;
  padding-top: 1em;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-contact-form-simple .wpcf7 .submit-container {
    padding-top: 0em;
  }
}
body.ver19 .wpcf7-form label.error {
  font-size: 0.65em;
  float: none;
  position: absolute;
  right: 0;
  white-space: nowrap;
  top: 0.7rem !important;
  text-align: right;
  left: auto;
}
body.ver19 .wpcf7 div label:last-child {
  font-size: 1em;
  line-height: 1.3;
  position: absolute;
  top: -0.5rem;
}
body.ver19 .wpcf7 textarea:focus ~ label,
body.ver19 .wpcf7 input:focus ~ label,
body.ver19 .wpcf7 textarea:not(.empty) ~ label,
body.ver19 .wpcf7 input:not(.empty) ~ label {
  top: -1.2rem;
}
body.ver19 .wpcf7 input:focus ~ label.error {
  top: auto;
  left: auto;
  color: #900;
}
body.ver19 .wpcf7 input:not([type=submit]) {
  font-size: 1rem;
  line-height: 2;
  height: 2rem;
  padding: 0;
  border-radius: 0;
}
body.ver19 .wpcf7 textarea {
  font-size: 1rem;
  height: auto;
  line-height: 1.4;
}
body.ver19 .iziModal .popup-form .wpcf7 .input-field {
  padding: 0;
  margin: 0;
  margin: 0 0.2em !important;
}
body.ver19 .iziModal .popup-form .wpcf7 input:not([type=submit]) {
  font-size: 0.8rem;
  line-height: 2.3;
  height: 2.3rem;
  padding: 0 0.5rem;
  padding-top: 1rem;
  margin-bottom: 0.7em;
}
body.ver19 .iziModal .popup-form .wpcf7 .input-field label {
  line-height: 1.5rem;
}
body.ver19 .iziModal .popup-form .wpcf7 .input-field label:last-child {
  font-size: 0.8rem;
  line-height: 2.3rem;
  position: absolute;
  top: 0;
  left: 0.5rem;
}
body.ver19 .iziModal .popup-form .wpcf7 .input-field input:not(.empty) ~ label {
  font-size: 0.8rem;
  line-height: 2.3rem;
  position: absolute;
  top: 0;
}
body.ver19 .iziModal .popup-form .wpcf7 .input-field label.error {
  position: absolute !important;
  display: block;
  margin-bottom: auto;
  font-size: 0.6rem !important;
  left: auto;
  top: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 1rem;
  right: 0.5rem;
}
body.ver19 .iziModal .popup-form .wpcf7 textarea:focus ~ label,
body.ver19 .iziModal .popup-form .wpcf7 .input-group .input-field input:focus ~ label,
body.ver19 .iziModal .popup-form .wpcf7 textarea:not(.empty) ~ label,
body.ver19 .iziModal .popup-form .wpcf7 .input-group .input-field input:not(.empty) ~ label {
  top: 0rem;
  line-height: 1.5rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .iziModal .popup-form .wpcf7 textarea:focus ~ label,
  body.ver19 .iziModal .popup-form .wpcf7 .input-group .input-field input:focus ~ label,
  body.ver19 .iziModal .popup-form .wpcf7 textarea:not(.empty) ~ label,
  body.ver19 .iziModal .popup-form .wpcf7 .input-group .input-field input:not(.empty) ~ label {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
}
body.ver19 .section-orange-skills {
  padding: 5em 0;
  padding-bottom: 7em;
  overflow: hidden;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-orange-skills {
    padding: 3em 0;
    padding-bottom: 2em;
  }
}
body.ver19 .section-orange-skills h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  max-width: none;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  body.ver19 .section-orange-skills h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-orange-skills h2 {
    font-size: 1.8rem;
  }
}
body.ver19 .section-orange-skills .skill {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
body.ver19 .section-rubrik {
  padding-right: 1rem;
  padding-left: 1rem;
}
body.ver19 .section-rubrik .container {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  body.ver19 .section-rubrik .container {
    max-width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-rubrik .container {
    max-width: 100%;
  }
}
body.ver19 .section-rubrik h2 {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-rubrik h2 {
    font-size: 1.5em;
    line-height: 1.3;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  body.ver19 .section-rubrik h2 {
    font-size: 1.35em;
  }
}
body.ver19 .section-rubrik p {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-rubrik p {
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    margin-top: 1rem;
  }
}
body.ver19 .section-rubrik .rubrik_links {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  body.ver19 .section-rubrik .rubrik_links {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-rubrik .rubrik_links {
    width: 100%;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
}
body.ver19 .section-rubrik .rubrik {
  padding: 1.3rem;
  padding-top: 1.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
body.ver19 .section-rubrik .rubrik a {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  body.ver19 .section-rubrik .rubrik {
    padding: 1.1rem;
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-rubrik .rubrik {
    padding: 1rem;
    padding-top: 1.3rem;
    max-width: 20em;
    margin-top: 1.5rem;
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
  }
}
body.ver19 .section-rubrik .rubrik > span {
  font-size: 1rem;
  line-height: 1.2;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  body.ver19 .section-rubrik .rubrik > span {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-rubrik .rubrik > span {
    font-size: 0.9rem;
    line-height: 1.2;
    width: 100%;
  }
}
body.ver19 .section-rubrik .rubrik > span .box-title {
  display: block;
  min-height: 0;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  max-width: calc(100% - 2rem);
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-rubrik .rubrik > span .box-title {
    width: 100%;
    max-width: 100%;
    font-size: 1.3rem;
  }
}
body.ver19 .section-rubrik .rubrik p {
  font-size: 0.9rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  body.ver19 .section-rubrik .rubrik p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-rubrik .rubrik p {
    font-size: 0.8rem;
  }
}
body.ver19 .section-rubrik .rubrik .arrow {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-rubrik .rubrik .arrow {
    margin-right: -12px;
  }
}
body.ver19 .section-2columns-text {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-2columns-text {
    padding: 0 1rem;
  }
}
body.ver19 .section-2columns-text h2 {
  font-size: 1.3rem;
  color: #504C75;
  line-height: 1.3;
  margin-top: 1rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-2columns-text h2 {
    line-height: 1.3;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
body.ver19 footer.footer .kontakt_image {
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 footer.footer .kontakt_image {
    width: 8rem;
    height: 8rem;
  }
}
body.ver19 footer.footer .kontakt_image img {
  display: block;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: relative;
}
body.ver19 .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 0;
  height: 0;
  overflow: hidden;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
body.ver19 .video-container iframe,
body.ver19 .video-container object,
body.ver19 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.ver19 .entry-content .video-container {
  margin-top: 1.2rem;
}
body.ver19 .section-lectures-examples .lecture .img_col iframe,
body.ver19 .section-lectures-examples .lecture .img_col object,
body.ver19 .section-lectures-examples .lecture .img_col embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  -webkit-transform: none;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lecture .img_col iframe,
  body.ver19 .section-lectures-examples .lecture .img_col object,
  body.ver19 .section-lectures-examples .lecture .img_col embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    -webkit-transform: none;
  }
}
body.ver19 .section-lectures-examples h2 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 3rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples h2 {
    font-size: 1.6rem;
    color: #111;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 2em;
  }
}
body.ver19 .section-lectures-examples .lectures h3, body.ver19 .section-lectures-examples .lectures h4 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #FF8001;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lectures h3, body.ver19 .section-lectures-examples .lectures h4 {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
body.ver19 .section-lectures-examples .lectures .col-md-12 {
  text-align: center;
}
body.ver19 .section-lectures-examples .lectures .col-md-12 h3, body.ver19 .section-lectures-examples .lectures .col-md-12 h4 {
  background: #FF8001;
  color: #fff;
  display: inline-block;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  padding: .25em 1.5em 0;
  margin-bottom: 1rem;
  font-weight: bold;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lectures .col-md-12 h3, body.ver19 .section-lectures-examples .lectures .col-md-12 h4 {
    margin-top: 2rem;
  }
}
body.ver19 .section-lectures-examples .lectures p {
  padding: 0;
}
body.ver19 .section-lectures-examples .lectures p, body.ver19 .section-lectures-examples .lectures ul {
  font-size: 1rem;
  line-height: 1.4;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lectures p, body.ver19 .section-lectures-examples .lectures ul {
    font-size: 1rem;
    line-height: 1.4;
  }
}
body.ver19 .section-lectures-examples .lectures ul li {
  font-size: 1em;
  line-height: 1.4;
}
body.ver19 .section-lectures-examples .lectures .text-column {
  font-size: 1rem;
  line-height: 1.3;
}
body.ver19 .section-lectures-examples .lectures .text-column ul {
  list-style: none;
  padding-left: 1.2rem;
  margin: 0.25em 0;
}
body.ver19 .section-lectures-examples .lectures .text-column ul li {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1.4;
}
body.ver19 .section-lectures-examples .lectures .text-column ul li:before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: -1.1em;
  width: 0.4rem;
  height: 0.4rem;
  background: #FF8001;
  background: rgba(34, 34, 34, 0.8);
  border-radius: 2em;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
body.ver19 .section-lectures-examples .lectures .text-column p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.33em 0;
}
body.ver19 .section-lectures-examples .lectures .col-md-12 {
  margin-bottom: 1rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lectures .col-md-12 {
    margin-bottom: 0rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-order: -1;
  }
}
body.ver19 .section-lectures-examples .lectures .col-md-12 + .text-column {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lectures .col-md-12 + .text-column {
    margin-top: 0.5rem;
  }
}
body.ver19 .section-lectures-examples .lectures .col-md-12 + .img_col {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lectures .col-md-12 + .img_col {
    margin-top: 0.5rem;
  }
}
body.ver19 .section-lectures-examples .lectures .text-column {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lectures .text-column {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-order: 0;
  }
}
body.ver19 .section-lectures-examples .lectures .text-column + .img_col {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lectures .text-column + .img_col {
    margin-top: 1rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    /* -webkit-order: -1; */
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  body.ver19 .section-lectures-examples .lectures .text-column + .img_col {
    margin-top: 1rem;
  }
}
body.ver19 .section-lectures-examples .lectures .img_col + .text-column {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lectures .img_col + .text-column {
    margin-top: 1rem;
  }
}
body.ver19 .section-lectures-examples .lecture:nth-of-type(2n+0) .heart--right.alt {
  display: block;
}
body.ver19 .section-lectures-examples .lecture:nth-of-type(3n+0) .heart--right {
  display: block;
}
body.ver19 .section-lectures-examples .lecture:nth-of-type(3n+0) .heart--right.alt {
  display: none;
}
body.ver19 .section-lectures-examples .lecture:nth-of-type(4n+0) .heart--left {
  display: block;
}
body.ver19 .section-lectures-examples .lecture:nth-of-type(4n+0) .heart--left.alt {
  display: none;
}
body.ver19 .section-lectures-examples .lecture:nth-of-type(5n+0) .heart--left {
  display: none;
}
body.ver19 .section-lectures-examples .lecture:nth-of-type(5n+0) .heart--left.alt {
  display: block;
}
body.ver19 .section-lectures-examples .lecture .heart--right, body.ver19 .section-lectures-examples .lecture .heart--left {
  position: absolute;
  display: none;
}
body.ver19 .section-lectures-examples .lecture .heart--right {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 250px;
}
body.ver19 .section-lectures-examples .lecture .heart--right.alt {
  top: 150px;
}
body.ver19 .section-lectures-examples .lecture .heart--left {
  top: 50px;
  left: 50px;
}
body.ver19 .section-lectures-examples .lecture .heart--left.alt {
  left: 0;
}
body.ver19 .section-lectures-examples .lecture .img_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}
body.ver19 .section-lectures-examples .lecture .img_col .image {
  display: block;
}
body.ver19 .section-lectures-examples .lecture .img_col .video-container {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
body.ver19 .section-lectures-examples .lecture .img_col a {
  display: block;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lecture .img_col a {
    width: calc(100% - 2rem);
    margin-left: 1rem;
  }
}
body.ver19 .section-lectures-examples .lecture .img_col a img {
  display: block;
  position: relative;
  top: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  left: auto;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .section-lectures-examples .lecture .img_col a img {
    width: 100%;
  }
}
body.ver19 .section-header-with-video .video-container {
  height: auto;
  overflow: unset;
  padding-bottom: 0;
}
body.ver19 .section-header-with-video .play {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0s;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0s;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0s, -webkit-box-shadow 0s;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  border: 2px solid transparent;
  border-radius: 50%;
}
body.ver19 .section-header-with-video .play:hover {
  transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  border: 2px solid #fff;
}
body.ver19 .menus {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
body.ver19 nav.fullscreenmenu {
  position: fixed;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
body.ver19 nav.fullscreenmenu .navcontent {
  position: relative;
  height: auto;
}
body.ver19.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
body.ver19 .section-info-columns .find_section > span.tooltip {
  z-index: 2;
}

body.ver19.page-template-page-neutral .header-image {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19.page-template-page-neutral .header-image {
    padding: 0;
  }
}
body.ver19.page-template-page-neutral .flex.container > .content-area {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19.page-template-page-neutral .flex.container > .content-area {
    padding-left: 0;
    padding-right: 0;
  }
}
body.ver19.page-template-page-neutral .flex.container .entry-content .video-container {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19.page-template-page-neutral .flex.container .entry-content .video-container {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 30px;
  }
}
body.ver19 .section-info-columns .orange_dots li a {
  color: inherit;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}
body.ver19 .section-info-columns .orange_dots li a:hover {
  color: #FF8001;
}
body.ver19 .flex .sidebar-container .centered {
  text-align: left;
  margin-top: 1rem;
}
body.ver19.page-template-page-neutral iframe[src*="youtube"] {
  margin-top: 0;
}
body.ver19 .content-area .entry-content .button19 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body.ver19 .content-area .entry-content p a.button19 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
body.ver19 .section-people-list .row.people:nth-of-type(2n+2) {
  background: #FAFAFA;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

body.ver19 .top-header .logo img {
  max-height: 50px;
  margin-right: 25px;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body.ver19 .top-header .logo img {
    margin-right: 50px;
    max-height: 75px;
  }
}
@media only screen and (min-width: 1025px) {
  body.ver19 .top-header .logo img {
    margin-right: 50px;
    max-height: 75px;
  }
}
body.ver19 .top-header .buttons-col {
  display: none !important;
}
body.ver19 .top-header .buttons-col a, body.ver19 .top-header .buttons-col li {
  margin: 0 0 0 .1rem !important;
  font-size: .6rem;
  padding: .5em .7em;
  min-width: auto;
}
@media (min-width: 1200px) {
  body.ver19 .top-header .buttons-col {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
body.ver19 .top-header .menu-header a {
  font-family: 'Roboto';
  font-weight: 300;
}
body.ver19 .top-header .desktop-list {
  margin-bottom: .8rem;
}
body.ver19 .top-header .desktop-list a {
  font-size: .8rem;
  font-family: 'Roboto';
  font-weight: 400;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
body.ver19 .top-header .desktop-list a:hover {
  color: #FF8001;
}
body.ver19 .top-header .desktop-list .icon {
  max-height: 20px;
  margin-right: .5rem;
}

.my-1 {
  margin: .25rem 0 !important;
}

.position-relative {
  position: relative !important;
}

body {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 1025px) {
  body {
    padding-top: 105px;
  }
}

.abg-section {
  padding: 3em 0 2.5em 0;
}
.abg-section svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  padding: 0;
}

.abg-section_three_cols .image:after, .abg-section_three_cols .image span.text {
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.abg-section_three_cols {
  background: #f6f6f6;
  overflow: visible;
  margin-top: 2rem;
}
.abg-section_three_cols:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9999rem;
  background: #f6f6f6;
  z-index: 0;
}
.abg-section_three_cols .headline {
  color: #232B68;
  font-family: "Hind Semibold";
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1.4;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg-section_three_cols .headline {
    font-size: 1.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
}
.abg-section_three_cols .heading {
  display: block;
  font-family: "Hind Semibold";
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  margin-left: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.1rem;
  line-height: 1.8;
  transform: translate3d(0, 1rem, 0) rotate(-2deg);
  -webkit-transform: translate3d(0, 1rem, 0) rotate(-2deg);
  z-index: 3;
  position: absolute;
  background: #FF8001;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg-section_three_cols .heading {
    font-size: 1.1rem;
  }
}
.abg-section_three_cols .image {
  position: relative;
  width: 100%;
  height: 8.5em;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  margin-bottom: 0.3rem;
  margin-top: 2rem;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg-section_three_cols .image {
    height: 10em;
  }
}
@media only screen and (max-width: 320px) {
  .abg-section_three_cols .image {
    height: 10em;
  }
}
.abg-section_three_cols .image a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.abg-section_three_cols .image img {
  width: 100%;
  height: auto;
  top: 0;
  display: block;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  z-index: 0;
  image-rendering: optimizeQuality;
}
.abg-section_three_cols .image:after {
  content: '';
  position: absolute;
  width: 8.2em;
  height: 8.2em;
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
  background-clip: padding-box;
  border: 1px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  right: 0;
  bottom: 0;
  transform: translate3d(1em, 2em, 0);
  -webkit-transform: translate3d(1em, 2em, 0);
  color: #fff;
  -webkit-box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0.45);
          box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0.45);
  opacity: 0;
  transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  display: none;
}
.abg-section_three_cols .image.has_text_hover:after {
  display: block;
}
.abg-section_three_cols .image span.text {
  position: absolute;
  width: 8.8rem;
  height: 8.8rem;
  font-size: 0.8rem;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.5em;
  padding-bottom: 1em;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translate3d(1rem, 2rem, 0);
  -webkit-transform: translate3d(1rem, 2rem, 0);
  transition-delay: 80ms;
  -webkit-transition-delay: 80ms;
}
.abg-section_three_cols .image svg.icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  fill: #FF8001;
  font-size: 2em;
  opacity: 1;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .abg-section_three_cols .image:hover:after {
    opacity: 1;
    width: 8.8em;
    height: 8.8em;
    transition-delay: 80ms;
    -webkit-transition-delay: 80ms;
  }
  .abg-section_three_cols .image:hover span.text {
    opacity: 1;
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
  }
  .abg-section_three_cols .image:hover svg.icon {
    opacity: 0;
    transition-delay: 80ms;
    -webkit-transition-delay: 80ms;
    transform: translate3d(0.5rem, 0, 0);
    -webkit-transform: translate3d(0.5rem, 0, 0);
  }
}
@media only screen and (min-width: 1025px) {
  .abg-section_three_cols .image:hover:after {
    opacity: 1;
    width: 8.8em;
    height: 8.8em;
    transition-delay: 80ms;
    -webkit-transition-delay: 80ms;
  }
  .abg-section_three_cols .image:hover span.text {
    opacity: 1;
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
  }
  .abg-section_three_cols .image:hover svg.icon {
    opacity: 0;
    transition-delay: 80ms;
    -webkit-transition-delay: 80ms;
    transform: translate3d(0.5rem, 0, 0);
    -webkit-transform: translate3d(0.5rem, 0, 0);
  }
}
.abg-section_three_cols ul.list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  margin-top: 0.8em;
  line-height: 1.3;
}
.abg-section_three_cols ul.list li {
  font-size: 1em;
  position: relative;
  padding-left: 1.2em;
  font-size: 1rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .abg-section_three_cols ul.list li {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .abg-section_three_cols ul.list li {
    font-size: 1rem;
  }
}
.abg-section_three_cols ul.list li:before {
  content: '';
  position: absolute;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  border-radius: 100%;
  width: 0.5em;
  height: 0.5em;
  left: 0;
  top: 0.33em;
  background: #FF8001;
}
.abg-section_three_cols .text--expandable {
  position: relative;
  overflow: hidden;
  max-height: 3.2em;
  font-size: 0.7em;
  line-height: 1.6;
  margin-top: 0.8rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg-section_three_cols .text--expandable {
    font-size: 0.8em;
  }
}
.abg-section_three_cols .text--expandable p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
  font-family: "Hind Medium";
}
.abg-section_three_cols .text--expandable .read-more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f6f6f6;
  margin: 0;
  padding-left: 0;
  padding-right: 38%;
}
.abg-section_three_cols .text--expandable .read-more:before {
  content: '...';
  display: inline-block;
  color: #000;
  position: absolute;
  bottom: 1px;
  left: -1.5em;
  background: #f6f6f6;
  padding-left: 0.1em;
  width: 1.5em;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 1;
}
.abg-section_three_cols .text--expandable .read-more a {
  cursor: pointer;
  text-decoration: none;
  font-size: 0.9em;
  position: relative;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  background: inherit;
  color: inherit;
  vertical-align: middle;
}
.abg-section_three_cols .text--expandable .read-more a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .4em .26em 0 .26em;
  border-color: #000 transparent transparent transparent;
  display: inline-block;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  margin-left: 0.4em;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  vertical-align: middle;
  bottom: 1px;
}
.abg-section_three_cols .text--expandable .read-more a:hover {
  color: #FF8001;
}
.abg-section_three_cols .text--expandable .read-more a:hover:after {
  border-color: #FF8001 transparent transparent transparent;
}
.abg-section_three_cols .button_wrapper {
  margin-top: 0.3rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg-section_three_cols .button_wrapper {
    margin-bottom: 2em;
  }
}
.abg-section_three_cols .button19 {
  margin: 1rem 0;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg-section_three_cols .button19 {
    margin-left: auto;
    margin-right: auto;
  }
}
.abg-section_three_cols ul.list, .abg-section_three_cols .text--expandable {
  margin-left: 0.8rem;
}
.abg-section_three_cols .button_wrapper .button19 {
  margin-left: 0.8rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg-section_three_cols .button_wrapper .button19 {
    margin-left: auto;
    margin-right: auto;
  }
}

body.ver19 nav.fullscreenmenu .button19.mobile_button_kontakta {
  margin-left: 1rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 nav.fullscreenmenu .button19.mobile_button_kontakta {
    margin-left: 1rem;
  }
}
body.ver19 nav.fullscreenmenu .kontakt_mobile {
  display: none;
}
body.ver19 nav.fullscreenmenu .kontakt_mobile .column {
  display: none;
}
body.ver19 nav.fullscreenmenu .kontakt_mobile .column.kontakt_image {
  display: block;
  position: absolute;
  right: 0;
  bottom: 1rem;
}
body.ver19 nav.fullscreenmenu .kontakt_mobile .column.kontakt_image img {
  width: 7rem;
  height: 7rem;
}
body.ver19 .kontakt_image2 {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  text-align: right;
  z-index: 999;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .kontakt_image2 {
    display: block;
  }
}
body.ver19 .kontakt_image2 img {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  margin-right: 1rem;
  bottom: 0.5rem;
  position: relative;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
}
body.ver19 .top-header .logo {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .top-header .logo {
    padding-top: 0;
    margin-top: 3px;
  }
}
body.ver19 .top-header .logo img {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .top-header .logo img {
    vertical-align: middle;
    max-height: 1.1rem;
    transform: translate3d(-0.3em, 0, 0);
    -webkit-transform: translate3d(-0.3em, 0, 0);
  }
}

body.ver19 .header .mobile_button_kontakta {
  display: none;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  body.ver19 .header .mobile_button_kontakta {
    display: inline-block;
  }
}
body.ver19 .header .mobile_button_kontakta.small {
  font-size: 0.7rem;
  padding: 0 0.7em;
  height: 2.5em;
  line-height: 2.3;
  margin: 0;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 320px) {
  body.ver19 .header .mobile_button_kontakta.small {
    font-size: .6rem;
  }
}

body.ver19 .animateddrawer.open {
  position: relative;
  top: 0;
  right: 0;
}

.abg-header.top-header {
  padding: 1rem 0;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg-header.top-header {
    padding: 0.65rem 0;
    padding-bottom: 0.1em;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.06);
  }
}

.abg_foredrag_icons {
  position: relative;
}
.abg_foredrag_icons .icon {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  stroke-width: 0;
  stroke: currentColor;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 0.4rem;
  -webkit-transform: translateZ(0);
}
.abg_foredrag_icons .abg_row {
  font-size: 1rem;
  padding: .8rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: left;
}
.abg_foredrag_icons .abg_row a {
  text-decoration: none;
  color: inherit;
  line-height: 1.3;
}
.abg_foredrag_icons .abg_foredrag_top {
  margin-top: 2em;
  font-size: 0.75rem;
  font-family: 'Hind Medium';
  display: block;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg_foredrag_icons .abg_foredrag_top {
    margin-top: 0;
  }
}
.abg_foredrag_icons .abg_foredrag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: .2rem 0.6rem;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg_foredrag_icons .abg_foredrag_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.abg_foredrag_icons .abg_foredrag_list li {
  display: block;
  text-align: center;
  margin: 0.3em 0;
  padding: 0.2em;
  clear: unset;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg_foredrag_icons .abg_foredrag_list li {
    clear: unset;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .abg_foredrag_icons .abg_foredrag_list li {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
}
.abg_foredrag_icons .abg_foredrag_list a {
  font-size: 0.8rem;
  padding: 0.2rem 0;
  font-weight: 500;
  display: block;
  margin: 0;
  float: none;
  text-align: center;
}
.abg_foredrag_icons .abg_foredrag_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 425px) {
  .abg_foredrag_icons .abg_foredrag_contact {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.abg_foredrag_icons .abg_foredrag_contact a {
  font-size: 0.75rem;
  margin-right: 3rem;
  font-family: 'Hind Medium';
  letter-spacing: 0.02em;
  white-space: nowrap;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 425px) {
  .abg_foredrag_icons .abg_foredrag_contact a {
    margin-right: 1rem;
  }
}
.abg_foredrag_icons.horizontal .abg_foredrag_list {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  border-bottom: 0;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .abg_foredrag_icons.horizontal .abg_foredrag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.abg_foredrag_icons.horizontal .abg_foredrag_list li {
  display: none;
  margin: 0;
}
.abg_foredrag_icons.horizontal .abg_foredrag_list li a {
  font-size: 0.7rem;
  white-space: nowrap;
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 320px) {
  .abg_foredrag_icons.horizontal .abg_foredrag_list li a {
    font-size: 0.65rem;
  }
}
.abg_foredrag_icons.horizontal .abg_foredrag_list li .icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  position: relative;
  top: 0.25em;
  margin-right: 0.1em;
}
.abg_foredrag_icons.horizontal .abg_foredrag_list li:nth-of-type(-n+3) {
  display: inline-block;
}

.stop-scrolling .abg_foredrag_icons.horizontal {
  display: none;
}
.stop-scrolling .abg-header.top-header {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .stop-scrolling .abg-header.top-header {
    padding: 0.65rem 0;
  }
}

.ver19 nav.fullscreenmenu .navcontent {
  margin-top: 0;
}
.ver19 nav.fullscreenmenu .navcontent ul.menu {
  margin-top: 1.6em;
}

.ver19 nav.fullscreenmenu .navcontent ul li {
  /*    @if $media == heightS {
  		@media only screen and (min-width:1100px) and (max-width:1650px) { @content; }
  	}*/
}
@media only screen and (max-width: 767px) {
  .ver19 nav.fullscreenmenu .navcontent ul li {
    padding-left: 1rem;
  }
}

/*# sourceMappingURL=style_css19.css.map */

/* BLOG PAGE */
.blog-page{
  padding-bottom: 120px;
}
.blog-page .main-heading{
  background: #FF8001;
  color: #fff;
  display: inline-block;
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  padding: .25em 0.5em 0.15em;
  font-weight: bold;
  box-shadow: 0 0 1px #FF8001;
  min-width: 600px;
  font-size: 80px;
  line-height: 70px;
}
.blog-page .blog-hero{
  padding-top: 50px;
}
.blog-page .blog-hero .sub-heading{
  font-size: 20px;
  line-height: 26px;
  color: #232B69;
  margin: 40px 0 0;
  max-width: 500px;
}
.blog-page .blog-grid{
  margin-top: 90px;
}
.blog-page .blog-grid,
.news-single .related-news-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.blog-page .blog-item .blog-item-title,
.news-single .blog-item .blog-item-title{
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #232B69;
  margin-bottom: 2px;
}
.blog-page .blog-item .blog-item-title a,
.news-single .blog-item .blog-item-title a{
  color: #232B69;
  text-decoration: none;
  font-family: 'Hind Bold';
  transition: color .2s ease-in-out;
}
.blog-page .blog-item .blog-item-title a:hover,
.news-single .blog-item .blog-item-title a:hover{
  color: #FF8001;
}
.blog-page .blog-item .blog-item-description,
.news-single .blog-item .blog-item-description{
  font-size: 16px;
}
.blog-page .blog-post-load-more,
.news-single .blog-page-link{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 989px) {
  .blog-page .blog-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
}
@media only screen and (max-width: 900px) {
  .blog-page .main-heading{
    min-width: unset;
  }
}

@media only screen and (max-width: 768px) {
  .blog-page{
    padding-bottom: 50px;
  }
  .blog-page .main-heading{
    font-size: 40px;
    padding: .25em 0.5em 0.15em;
    line-height: 40px;
  }
  .blog-page .blog-hero{
    padding-top: 10px;
  }
  .blog-page .blog-grid{
    margin-top: 50px;
  }
  .blog-page .blog-grid,
  .news-single .related-news-grid{
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .blog-page .blog-item .blog-item-title,
  .news-single .blog-item .blog-item-title{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
}


.news-single{
  padding: 0 0 120px;
}
.news-single .blog-width{
  max-width: 750px;
  margin: 0 auto;
}
.news-single .header-image-row{
  position: relative;
  z-index: 2;
}
.news-single .header-image img{
  display: block;
}
.news-single .blog-page-single-heading{
  color: #232B69;
  font-family: 'Hind Bold';
  font-size: 80px;
}
.news-single .page-content h1,
.news-single .page-content h2,
.news-single .page-content h3,
.news-single .page-content h4{
  color: #232B69;
  font-family: 'Hind Bold';
  margin-bottom: 10px;
  margin-top: 35px;
}
.news-single .page-content h1{
  font-size: 55px;
  line-height: 60px;
}

.news-single .page-content h2{
  font-size: 45px;
  line-height: 48px;
}
.news-single .page-content h3{
  font-size: 35px;
  line-height: 38px;
}
.news-single .page-content h4{
  font-size: 25px;
  line-height: 28px;
}
.news-single .page-content{
  font-size: 17px;
  line-height: normal;
  margin: 60px auto 0;
}
.news-single .page-content p,
.news-single .page-content ul{
  margin-bottom: 20px;
}
.news-single .page-content ul,
.news-single .page-content ol{
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}
.news-single .page-content ol{
  counter-reset: li 0;
}

.news-single .page-content ol li:before{
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 20px;
  height: 20px;
  background-color: #FF8001;
  color: #232B69;
  text-align: center;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  font-size: 14px;
}
.news-single .page-content ul li,
.news-single .page-content ol li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.news-single .page-content ul li:before{
  content: url('./img/Checked.svg');
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 20px;
  height: 20px;
}
.related-news{
  margin: 0;
}
.news-single .related-news .related-news-heading{
  font-size: 45px;
  font-family: 'Hind Bold';
  color: #232B69;
  margin-bottom: 30px;
}

.news-single .section-rubrik {
  background-color: transparent;
  margin-top: 10px;
  padding-bottom: 30px;
}
.news-single .section-rubrik a{
  text-align: center;
  display: block;
  font-size: 20px;
  font-family: 'Hind Semibold';
  text-decoration: none;
}
.news-single .has-sidebar{
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .news-single{
    padding: 0 0 50px;
  }
  .news-single .blog-page-single-heading{
    font-size: 45px;
  }
  .news-single .page-content h2{
    font-size: 35px;
  }
  .news-single .page-content h3{
    font-size: 25px;
  }
  .news-single .page-content h4{
    font-size: 20px;
  }
  .news-single .page-content h1,
  .news-single .page-content h2,
  .news-single .page-content h3,
  .news-single .page-content h4{
    margin-top: 25px;
  }
}


.author-small{
  margin: 20px 0 0;
}
.author-small .author {
  display: flex;
  gap: 20px;
  align-items: center;
}
.author-small img {
  max-width: 63px;
  border-radius: 50%;
}
.author-small .name {
  font-size: 20px;
  line-height: 25px;
  color: #232B69;
  font-family: 'Hind Bold';
}
.author-small .date {
  font-size: 15px;
}
.author-small .date span {
  color: #5b5b5b;
  opacity: 0.6;
}
.author-big-row{
  margin: 0;
}
.author-big{
  margin: 55px 0 130px;
  overflow: hidden;
  position: relative;
}
.author-big .heart-bg{
  position: absolute;
  top: 0px;
  right: -220px;
}
.author-big .heart-bg svg{
  width: 435px;
}

.author-big .author {
  background-color: #FFD9B3;
  padding: 50px 80px 60px;
  display: grid;
  grid-template-columns: 1.5fr 2.5fr;
  gap: 38px;
}
.author-big .contact-card {
  display: flex;
  gap: 18px;
  align-items: center;
}
.author-big .profile-picture {
  max-width: 120px;
  border-radius: 50%;
}
.author-big .name {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Hind Bold';
  color: #232B69;
  margin: 0 0 3px;
}
.author-big .role {
  font-size: 15px;
  font-weight: 300;
}
.author-big .social-medias {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 13px 0 0;
}
.author-big .social-medias img {
  width: 26px;
}
.author-big .title {
  font-size: 30px;
  line-height: 35px;
  font-family: "Hind Bold";
  margin: 0 0 23px;
  font-weight: 500;
  color: #232B69;
}
.author-big .info {
  font-size: 16px;
  max-width: 413px;
  color: #232B69;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .author-big {
    margin: 50px 0 50px;
  }
  .author-big .author {
    padding: 40px 20px;
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .author-big .contact-card {
    gap: 39px;
  }
  .author-big .profile-picture {
    max-width: 88px;
  }
  .author-big .name {
    font-size: 20px;
  }
  .author-big .role {
    font-size: 16px;
  }
  .author-big .social-medias {
    gap: 10px;
  }
  .author-big .social-medias img {
    max-width: 26px;
  }
  .author-big .title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .author-big .info {
    font-size: 15px;
  }
}