/* Bulma Utilities */
.fixed-body {
  position: fixed;
  display: block;
  max-width: 100vw; }

.overlay {
  background: rgba(0, 0, 0, 0);
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out; }
  .overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out; }

.negative-margin {
  margin-top: -8rem; }
  @media screen and (max-width: 767px) {
    .negative-margin {
      margin-right: 2rem !important;
      margin-left: 2rem !important; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .negative-margin.ml-6 {
      margin-left: 2rem !important; }
    .negative-margin.mr-6 {
      margin-right: 2rem !important; }
    .negative-margin.p-3 {
      padding: 2rem !important; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .negative-margin.ml-6 {
      margin-left: 2rem !important; }
    .negative-margin.mr-6 {
      margin-right: 2rem !important; }
    .negative-margin.p-3 {
      padding: 2rem !important; } }

.bottom-image {
  margin-top: -8rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .bottom-image {
      margin-top: -2rem; } }
  @media screen and (min-width: 1024px) {
    .bottom-image {
      margin-top: -5rem; } }

.tabs-nav {
  margin-top: -1rem; }
  .tabs-nav a {
    color: #272727; }
    .tabs-nav a span {
      border-bottom: 1px solid #d6d2d2; }
    .tabs-nav a svg {
      border-radius: 50%;
      -moz-transition: 300ms;
      -o-transition: 300ms;
      -webkit-transition: 300ms;
      transition: 300ms; }
    .tabs-nav a:hover, .tabs-nav a:active, .tabs-nav a:focus {
      color: #ad2560; }
      .tabs-nav a:hover svg, .tabs-nav a:active svg, .tabs-nav a:focus svg {
        box-shadow: 0 0 0.25rem #ad2560;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms; }
    .tabs-nav a.active {
      color: #ad2560;
      font-weight: 700; }
      .tabs-nav a.active svg {
        box-shadow: 0 0 0.25rem #ad2560;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -webkit-transition: 300ms;
        transition: 300ms; }
  @media screen and (min-width: 1216px) {
    .tabs-nav {
      max-width: 30rem; } }

.simpleParallax {
  height: 100%; }
  .simpleParallax img {
    height: 100%;
    object-fit: cover; }
    @media screen and (min-width: 1216px) {
      .simpleParallax img {
        height: auto; } }

@media screen and (min-width: 1216px) {
  .cta {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; } }

.badges {
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 768px), print {
    .badges {
      flex-wrap: unset;
      justify-content: space-between; } }
  .badges img {
    height: 2.125rem;
    width: calc(50% - 1rem); }
    .badges img.br {
      margin-bottom: 1rem; }
    .badges img:nth-child(1), .badges img:nth-child(2) {
      width: auto; }
    .badges img:nth-child(3), .badges img:nth-child(4), .badges img:nth-child(5), .badges img:nth-child(6), .badges img:nth-child(7) {
      height: 3.75rem;
      width: 3.75rem; }
    @media screen and (min-width: 1024px) {
      .badges img {
        height: 1.875rem;
        width: auto; }
        .badges img:nth-child(3), .badges img:nth-child(4), .badges img:nth-child(5), .badges img:nth-child(6), .badges img:nth-child(7) {
          height: 4.6875rem;
          width: 4.6875rem; } }
  .badges .breaker {
    display: block;
    width: 100%; }
    @media (min-width: 500px) {
      .badges .breaker {
        display: none; } }

.hover-image-with-text {
  overflow: hidden; }
  .hover-image-with-text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms; }
  .hover-image-with-text.gray-bg .image {
    background-color: #f7f8f9; }
  .hover-image-with-text .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .hover-image-with-text .text .text-bg {
      position: relative;
      z-index: 2;
      background-color: #ad2560; }
      .hover-image-with-text .text .text-bg p {
        margin: 0 !important; }
    .hover-image-with-text .text.team {
      position: static; }
      .hover-image-with-text .text.team .text-bg {
        min-height: 7rem; }
      .hover-image-with-text .text.team:after {
        display: none; }
    .hover-image-with-text .text:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -1rem;
      height: 100%;
      width: 10rem;
      background-size: contain;
      background-position: right;
      background-repeat: no-repeat;
      background-image: url('data:image/svg+xml,<svg height="740" viewBox="0 0 1193 740" width="1193" xmlns="http://www.w3.org/2000/svg"><path d="m0 740h981l212-740h-1193z" fill="%23ad2560" fill-rule="evenodd"/></svg>');
      -moz-transition: 300ms;
      -o-transition: 300ms;
      -webkit-transition: 300ms;
      transition: 300ms; }
  .hover-image-with-text.gradient:before {
    opacity: 0; }
  .hover-image-with-text:hover:before, .hover-image-with-text:active:before, .hover-image-with-text:focus:before {
    background-color: rgba(0, 0, 0, 0.4); }
  .hover-image-with-text:hover.gradient:before, .hover-image-with-text:active.gradient:before, .hover-image-with-text:focus.gradient:before {
    opacity: .3;
    background: linear-gradient(to bottom right, #06276c, #ad2560); }
  .hover-image-with-text:hover .text, .hover-image-with-text:active .text, .hover-image-with-text:focus .text {
    -moz-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%); }
    .hover-image-with-text:hover .text:after, .hover-image-with-text:active .text:after, .hover-image-with-text:focus .text:after {
      width: 100%; }

.hover-image-with-zoom {
  overflow: hidden; }
  .hover-image-with-zoom.gray-bg .image {
    background-color: #f7f8f9; }
  .hover-image-with-zoom .image img {
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .hover-image-with-zoom .text {
    color: white;
    background-color: #ad2560; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .hover-image-with-zoom .text {
        min-height: 9.25rem; } }
    @media screen and (min-width: 1024px) and (max-width: 1215px) {
      .hover-image-with-zoom .text {
        min-height: 8rem; } }
    @media screen and (min-width: 1216px) {
      .hover-image-with-zoom .text {
        min-height: 7rem; } }
  .hover-image-with-zoom:hover .image img, .hover-image-with-zoom:active .image img, .hover-image-with-zoom:focus .image img {
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }

.gallery {
  height: 40vw;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .gallery {
      height: 110vw; } }
  .gallery .image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .45;
    background-color: #06276c;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms; }
  .gallery .image:hover:after, .gallery .image:active:after, .gallery .image:focus:after {
    opacity: 0; }
  .gallery-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -moz-transform: translate3d(-50%, -50%, 0) rotate(25deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(25deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(25deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(25deg);
    transform: translate3d(-50%, -50%, 0) rotate(25deg); }
    @media screen and (max-width: 767px) {
      .gallery-container {
        width: 180%; } }
  .gallery-row {
    will-change: transform;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .gallery-row.odd {
      transform: translate(6%, 0%) translate3d(-15rem, 0, 0); }
    .gallery-row.even {
      transform: translate(-6%, 0%) translate3d(-15rem, 0, 0); }
    @media screen and (max-width: 767px) {
      .gallery-row .column {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important; } }

@media (min-width: 1408px) and (max-width: 1499px) {
  .sec-a .bg-image img {
    object-position: -18rem; } }

@media (min-width: 1500px) and (max-width: 1599px) {
  .sec-a .bg-image img {
    object-position: -15rem; } }

.list-reset, .list-dots {
  padding: 0;
  margin: 0;
  list-style: none; }

.list-dots li {
  position: relative;
  margin: 1rem 0;
  line-height: 1.5;
  padding-left: 1.5rem; }
  .list-dots li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: .5rem;
    width: .5rem;
    border-radius: 50%;
    background-color: #ad2560;
    -moz-transform: translateY(0.6rem);
    -o-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    -webkit-transform: translateY(0.6rem);
    transform: translateY(0.6rem); }
