/*
Theme Name: Wedding
Author: 
*/
@import url("https://fonts.googleapis.com/css?family=Nothing+You+Could+Do&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rouge+Script&display=swap");
@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: 100;
  src: url("assets/fonts/Loew/Loew-Thin.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: italic;
  font-weight: 100;
  src: url("assets/fonts/Loew/Loew-ThinItalic.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/Loew/Loew-Light.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: italic;
  font-weight: 300;
  src: url("assets/fonts/Loew/Loew-LightItalic.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/Loew/Loew-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: italic;
  font-weight: normal;
  src: url("assets/fonts/Loew/Loew-Italic.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/Loew/Loew-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: italic;
  font-weight: 500;
  src: url("assets/fonts/Loew/Loew-MediumItalic.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: bold;
  src: url("assets/fonts/Loew/Loew-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: italic;
  font-weight: bold;
  src: url("assets/fonts/Loew/Loew-BoldItalic.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/Loew/Loew-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: italic;
  font-weight: 800;
  src: url("assets/fonts/Loew/Loew-ExtraBoldItalic.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/Loew/Loew-Heavy.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: italic;
  font-weight: 900;
  src: url("assets/fonts/Loew/Loew-HeavyItalic.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: normal;
  font-weight: 1000;
  src: url("assets/fonts/Loew/Loew-Black.otf") format("opentype");
}

@font-face {
  font-family: "Loew";
  font-style: italic;
  font-weight: 1000;
  src: url("assets/fonts/Loew/Loew-BlackItalic.otf") format("opentype");
}

@font-face {
  font-family: "Mishaland";
  src: url("assets/fonts/Misaland/Mishaland.ttf") format("truetype"), url("assets/fonts/Misaland/Mishaland.otf") format("opentype");
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section, video, iframe {
  display: block;
  margin: 0;
  padding: 0;
}

label {
  display: block;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

img,
video {
  max-width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  -webkit-flex-shrink: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
          align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
          align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* // BOOTSTRAP GRID */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
       transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

.tobi-zoom {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  position: relative;
  text-decoration: none;
}

.tobi-zoom img {
  display: block;
}

.tobi-zoom__icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(26, 42, 58, 0.94);
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
}

.tobi-zoom__icon svg {
  color: #fff;
  fill: none;
  height: 1.11111em;
  padding-bottom: 0.22222em;
  padding-left: 0.22222em;
  padding-right: 0.22222em;
  padding-top: 0.22222em;
  pointer-events: none;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
  stroke: #fff;
  width: 1.11111em;
}

/* Hide scrollbar if lightbox is displayed */
.tobi-is-open {
  overflow-y: hidden;
}

/* Lightbox */
.tobi {
  background-color: rgba(39, 29, 39, 0.8);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  contain: strict;
  font-size: 18px;
  left: 0;
  line-height: 1.5555555555555556;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1337;
}

.tobi[aria-hidden="true"] {
  display: none;
}

.tobi *,
.tobi *::before,
.tobi *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Slider */
.tobi__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  will-change: transform;
}

.tobi__slider:not(.tobi__slider--is-dragging) {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
       -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (prefers-reduced-motion: reduce) {
  .tobi__slider:not(.tobi__slider--is-dragging) {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.tobi__slider--is-draggable .tobi__slider__slide__content {
  cursor: -webkit-grab;
  cursor: grab;
}

.tobi__slider--is-dragging .tobi__slider__slide__content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media (hover: none) {
  .tobi__slider:not(.tobi__slider--is-dragging) {
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
         -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
}

/* Slide */
.tobi__slider__slide {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* Slide content */
.tobi__slider__slide__content > figure {
  margin: 0;
  position: relative;
}

.tobi__slider__slide__content > figure > img {
  display: block;
  height: auto;
  max-height: 85vh;
  max-width: 85vw;
  width: auto;
}

.tobi__slider__slide__content > figure > figcaption {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  top: 100%;
  color: #fff;
  display: block;
  left: 0;
  padding: 10px;
  position: absolute;
  white-space: pre-wrap;
  width: 100%;
}

.tobi__slider__slide__content[data-type="html"] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.tobi__slider__slide__content[data-type="html"] video {
  cursor: auto;
  display: block !important;
  max-height: 85vh;
  max-width: 85vw;
}

.tobi__slider__slide__content[data-type="iframe"] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  /* Fix iframe scrolling on iOS */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.tobi__slider__slide__content[data-type="iframe"] iframe {
  display: block !important;
  height: 85vh;
  width: 85vw;
}

.tobi__slider__slide__content[data-type="youtube"] {
  max-height: 85vh;
  max-width: 85vw;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.tobi__slider__slide__content[data-type="youtube"] iframe {
  display: block !important;
}

/* Buttons */
.tobi > button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0.05556em solid transparent;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0;
  opacity: 0.5;
  padding-bottom: 0.22222em;
  padding-left: 0.22222em;
  padding-right: 0.22222em;
  padding-top: 0.22222em;
  position: absolute;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
  z-index: 1;
}

@media screen and (prefers-reduced-motion: reduce) {
  .tobi > button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    will-change: opacity;
  }
}

.tobi > button svg {
  pointer-events: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: square;
  stroke-linejoin: miter;
  fill: none;
  color: #fff;
}

.tobi > button:active, .tobi > button:focus, .tobi > button:hover {
  outline: none;
  opacity: 1;
  -webkit-transform: scale(0.84);
      -ms-transform: scale(0.84);
          transform: scale(0.84);
}

@media screen and (prefers-reduced-motion: reduce) {
  .tobi > button:active, .tobi > button:focus, .tobi > button:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.tobi > button.tobi__prev, .tobi > button.tobi__next {
  top: 50%;
  top: -webkit-calc(50% - 2.22222em);
  top: calc(50% - 2.22222em);
}

.tobi > button.tobi__prev svg, .tobi > button.tobi__next svg {
  height: 3.88889em;
  width: 3.88889em;
}

.tobi > button.tobi__prev {
  left: 0;
}

.tobi > button.tobi__next {
  right: 0;
}

.tobi > button.tobi__close {
  right: 0.27778em;
  top: 1em;
}

.tobi > button.tobi__close svg {
  height: 3.33333em;
  width: 3.33333em;
}

.tobi > button:disabled, .tobi > button[aria-hidden="true"] {
  display: none;
}

/* Counter */
.tobi__counter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.11111em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 1em;
  line-height: 1;
  position: absolute;
  top: 2.22222em;
  z-index: 1;
}

.tobi__counter[aria-hidden="true"] {
  display: none;
}

/* Loader */
.tobi-loader {
  display: inline-block;
  height: 5.55556em;
  left: -webkit-calc(50% - 2.77778em);
  left: calc(50% - 2.77778em);
  position: absolute;
  top: -webkit-calc(50% - 2.77778em);
  top: calc(50% - 2.77778em);
  width: 5.55556em;
}

.tobi-loader::before {
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
  border-radius: 100%;
  border: 0.22222em solid #949ba3;
  border-top-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:focus {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: -webkit-calc(100% + 2px);
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  -o-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.flatpickr-calendar.open {
  z-index: 999;
}

.disable-cursor .flatpickr-calendar.open {
  cursor: none !important;
}

.disable-cursor .flatpickr-calendar.open * {
  cursor: none !important;
}

html {
  min-width: 320px;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Loew";
  font-size: 17px;
  color: #271D27;
  padding: 0;
  margin: 0;
  min-width: 320px;
  max-width: 100vw;
  overflow-x: hidden;
}

body.disable-cursor {
  cursor: none;
}

body.disable-cursor * {
  cursor: none;
}

a {
  color: #F08990;
  text-decoration: inherit;
  background-color: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a:hover, a:focus {
  color: #ECCDCF;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .container-wider {
    max-width: 1300px;
  }
}

@media screen and (min-width: 1280px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

#wpadminbar {
  cursor: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.fz-xs {
  font-size: 13px;
}

.fz-sm {
  font-size: 14px;
}

.fz-lg {
  font-size: 18px;
}

.fz-xl {
  font-size: 20px;
}

.fw-bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.c-prim {
  color: #ECCDCF !important;
}

.c-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#E99B83), to(#9C6361)) !important;
  background: -o-linear-gradient(left, #E99B83 0%, #9C6361 100%) !important;
  background: linear-gradient(to right, #E99B83 0%, #9C6361 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.c-white {
  color: #ffffff !important;
}

.c-black {
  color: #271D27 !important;
}

.font-ml {
  font-family: "Mishaland" !important;
  padding-left: 0.7rem !important;
  margin-left: -.7rem !important;
}

.font-ml-h1 {
  font-family: "Mishaland" !important;
  font-size: 32px !important;
  font-weight: normal;
}

.font-ml-h2 {
  font-family: "Mishaland" !important;
  font-size: 24px !important;
  font-weight: normal;
}

.font-ml-h3 {
  font-family: "Mishaland" !important;
  font-size: 18px !important;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.3;
}

.heading-display-1 {
  font-size: 72px;
}

.heading-display-2 {
  font-size: 56px;
}

h1,
.heading-1 {
  font-size: 56px;
  font-weight: normal;
  line-height: 1.3;
}

h2,
.heading-2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
}

h3,
.heading-3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}

h4,
.heading-4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}

h5,
.heading-5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

h6,
.heading-6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 575px) {
  .heading-display-1 {
    font-size: 48px;
  }
  .heading-display-2 {
    font-size: 36px;
  }
  .heading-1 {
    font-size: 48px;
  }
  .heading-2 {
    font-size: 42px;
  }
  .heading-3 {
    font-size: 32px;
  }
  .heading-4 {
    font-size: 24px;
  }
}

.text {
  line-height: 1.9;
  font-size: 16px;
}

.text a:not([class]) {
  color: #F08990;
  display: inline-block;
  position: relative;
}

.text a:not([class])::before {
  content: "";
  background: #F08990;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.text a:not([class]):hover, .text a:not([class]):focus {
  outline: none;
  color: #F08990;
}

.text a:not([class]):hover::before, .text a:not([class]):focus::before {
  opacity: 1;
  width: 100%;
}

.text p {
  margin: 0;
  margin-bottom: 1em;
}

.text-sm {
  font-size: 14px;
  line-height: 1.8;
}

.text-lg {
  font-size: 16px;
  line-height: 2;
}

.text-xl {
  font-size: 18px;
  line-height: 2;
}

.text-prominent {
  font-weight: 500;
}

.text-columns-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
}

.text-columns-2 > * {
  overflow: hidden;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}

@media screen and (min-width: 576px) {
  .text-lg {
    font-size: 18px;
    line-height: 2.1;
  }
  .text-xl {
    font-size: 22px;
    line-height: 2.1;
  }
}

@media screen and (min-width: 992px) {
  .text .wp-block-column {
    padding-right: 45px;
  }
}

.color-gray {
  color: #E6DFDF;
}

button,
input[type="submit"] {
  font-family: "Loew";
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.disable-cursor button, .disable-cursor
input[type="submit"] {
  cursor: none;
}

.button {
  font-family: "Loew";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #271D27;
  border: none;
  background-color: #F7F2F2;
  background-position: center center;
  background-repeat: no-repeat;
  outline-offset: -2px;
  position: relative;
  display: inline-block;
  padding: 17px 22px;
  min-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button::before {
  content: "";
  background-color: rgba(39, 29, 39, 0.05);
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.button:hover, .button:focus {
  outline: none;
  color: #271D27;
}

.button:hover::before, .button:focus::before {
  height: 100%;
}

.button span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.button-sm {
  padding: 11px 22px;
  min-height: 36px;
}

.button-lg {
  padding: 22px 22px;
  min-height: 64px;
}

.button-block {
  display: block;
  width: 100%;
}

.button-primary {
  background-color: #ECCDCF;
}

.button-secondary {
  background-color: #FEF5F6;
}

.button-pink {
  color: #fff;
  background-color: #F08990;
}

.button-pink:hover, .button-pink:focus {
  color: #fff;
}

.button-black {
  color: #fff;
  background-color: #271D27;
}

.button-black::before {
  background-color: #F08990;
}

.button-black:hover, .button-black:focus {
  color: #fff;
}

.button-white {
  color: #271D27;
  background-color: #fff;
}

.button-white:hover, .button-white:focus {
  color: #271D27;
}

.button-warning {
  color: #fff;
  background-color: #F6545F;
}

.button-warning:hover, .button-warning:focus {
  color: #fff;
}

.button-success {
  color: #fff;
  background-color: #39DBA0;
}

.button-success:hover, .button-success:focus {
  color: #fff;
}

.button-outline-primary {
  color: #d08388;
  background-color: transparent;
  outline: 2px solid #ECCDCF;
}

.button-outline-primary::before {
  background-color: #ECCDCF;
}

.button-outline-primary:hover, .button-outline-primary:focus {
  color: #ac4148;
  outline: 2px solid #ECCDCF;
  background-color: transparent;
}

.button-outline-pink {
  color: #e42f3b;
  background-color: transparent;
  outline: 2px solid #F08990;
}

.button-outline-pink::before {
  background-color: #F08990;
}

.button-outline-pink:hover, .button-outline-pink:focus {
  color: #271D27;
  outline: 2px solid #F08990;
  background-color: transparent;
}

.button-outline-black {
  color: #271D27;
  background-color: transparent;
  outline: 2px solid #271D27;
}

.button-outline-black::before {
  background-color: #271D27;
}

.button-outline-black:hover, .button-outline-black:focus {
  color: #fff;
  outline: 2px solid #271D27;
  background-color: transparent;
}

.button-outline-white {
  color: #fff;
  background-color: transparent;
  outline: 2px solid #fff;
}

.button-outline-white::before {
  background-color: #fff;
}

.button-outline-white:hover, .button-outline-white:focus {
  color: #271D27;
  outline: 2px solid #fff;
  background-color: transparent;
}

.button-outline-warning {
  color: #F6545F;
  background-color: transparent;
  outline: 2px solid #F6545F;
}

.button-outline-warning::before {
  background-color: #F6545F;
}

.button-outline-warning:hover, .button-outline-warning:focus {
  color: #fff;
  outline: 2px solid #F6545F;
  background-color: transparent;
}

.button-outline-success {
  color: #39DBA0;
  background-color: transparent;
  outline: 2px solid #39DBA0;
}

.button-outline-success::before {
  background-color: #39DBA0;
}

.button-outline-success:hover, .button-outline-success:focus {
  color: #fff;
  outline: 2px solid #39DBA0;
  background-color: transparent;
}

.brush {
  font-family: "Loew";
  font-weight: 500;
  white-space: nowrap;
  line-height: 54px;
  text-align: center;
  color: #271D27;
  font-size: 14px;
  background: transparent;
  border: none;
  display: inline-block;
  position: relative;
  min-width: 230px;
  min-height: 54px;
  padding-right: 15px;
  padding-left: 15px;
}

.brush::before {
  content: "";
  background: url(assets/img/brush-stroke.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 3px;
  width: 238px;
  height: 50.16px;
  display: inline-block;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.brush::after {
  content: "";
  background: url(assets/img/brush-stroke-hover.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 3px;
  width: 238px;
  height: 50.16px;
  display: inline-block;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  clip: rect(0, 0, 50.16px, 0);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.brush:hover, .brush:focus {
  outline: none;
  color: #271D27;
}

.brush:hover::after, .brush:focus::after {
  clip: rect(0, 238px, 50.16px, 0);
}

.brush span {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.button-circle {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #271D27;
  background-color: rgba(39, 29, 39, 0.05);
  border: none;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 150px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.button-circle:hover, .button-circle:focus {
  outline: none;
  background-color: rgba(39, 29, 39, 0.1);
}

.button-circle-pink {
  color: #FFFFFF;
  background-color: #F08990;
}

.button-circle-pink:hover, .button-circle-pink:focus {
  background-color: #ed727b;
}

.link-marker {
  font-weight: bold;
  white-space: nowrap;
  color: #271D27;
  display: inline-block;
  position: relative;
}

.link-marker > span {
  position: relative;
  z-index: 2;
}

.link-marker:before, .link-marker:after {
  content: "";
  background: url(assets/img/link-marker.svg) no-repeat center;
  background-size: contain;
  opacity: .35;
  display: block;
  width: 226px;
  max-width: 110%;
  height: 30px;
  position: absolute;
  z-index: -1;
  bottom: -0.6em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}

.link-marker:after {
  opacity: 1;
  clip: rect(0, 0, 30px, 0);
}

.link-marker:hover, .link-marker:focus {
  outline: none;
  color: #271D27;
}

.link-marker:hover::after, .link-marker:focus::after {
  clip: rect(0, 226px, 30px, 0);
}

.link-marker-sm {
  font-size: 14px;
}

.link-marker-lg {
  font-size: 18px;
}

.link-marker-xl {
  font-size: 20px;
}

.link-more {
  font-weight: 500;
  line-height: 1.1;
  color: #F08990;
  display: inline-block;
  position: relative;
}

.link-more::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 32 8'%3E%3Cstyle type='text/css'%3E.squiggle{transform:translateX(-20px)}%3C/style%3E%3Cpath fill='none' stroke='rgb(240, 137, 144)' stroke-width='2' class='squiggle' d='M0,3.5 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100%;
  position: absolute;
  left: 100%;
  top: .4em;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 8px;
  margin-left: 10px;
}

.link-more:hover, .link-more:focus {
  color: #F08990;
}

.link-more:hover::after, .link-more:focus::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 32 8'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .6s linear infinite;}@keyframes shift {from {transform:translateX(-20px);}to {transform:translateX(0);}}%3C/style%3E%3Cpath fill='none' stroke='rgb(240, 137, 144)' stroke-width='2' class='squiggle' d='M0,3.5 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3'/%3E%3C/svg%3E");
}

.link-arrow-right {
  font-weight: 600;
  line-height: 1.1;
  color: #F08990;
  position: relative;
  display: inline-block;
}

.link-arrow-right::before {
  content: "";
  background-image: url(assets/img/link-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .3;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 16px;
  left: 100%;
  top: 3px;
  margin-left: 10px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.link-arrow-right:hover, .link-arrow-right:focus {
  outline: none;
  color: #F08990;
}

.link-arrow-right:hover::before, .link-arrow-right:focus::before {
  opacity: 1;
  margin-left: 15px;
}

.link-arrow-left {
  font-weight: 600;
  line-height: 1.1;
  color: #F08990;
  position: relative;
  display: inline-block;
}

.link-arrow-left::before {
  content: "";
  background-image: url(assets/img/link-arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .3;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 16px;
  right: 100%;
  top: 3px;
  margin-right: 10px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.link-arrow-left:hover, .link-arrow-left:focus {
  outline: none;
  color: #F08990;
}

.link-arrow-left:hover::before, .link-arrow-left:focus::before {
  opacity: 1;
  margin-right: 15px;
}

.link-arrow-sm {
  font-size: 14px;
}

.link-arrow-sm::before {
  width: 20px;
  height: 15px;
  top: 1px;
}

.detail-label {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #271D27;
  margin-bottom: 15px;
}

.detail-content {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #271D27;
  opacity: 0.5;
}

@media screen and (min-width: 576px) {
  .detail-content {
    font-size: 18px;
  }
}

.spacer {
  display: block;
  width: 100%;
  height: 5px;
  float: none;
  clear: both;
}

.spacer-xs {
  height: 15px;
}

.spacer-sm {
  height: 30px;
}

.spacer-md {
  height: 60px;
}

.spacer-lg {
  height: 90px;
}

.spacer-xl {
  height: 150px;
}

.spacer-responsive.spacer-xs {
  height: 5px;
}

.spacer-responsive.spacer-sm {
  height: 15px;
}

.spacer-responsive.spacer-md {
  height: 30px;
}

.spacer-responsive.spacer-lg {
  height: 60px;
}

.spacer-responsive.spacer-xl {
  height: 90px;
}

@media screen and (min-width: 576px) {
  .spacer-responsive.spacer-xs {
    height: 10px;
  }
  .spacer-responsive.spacer-sm {
    height: 20px;
  }
  .spacer-responsive.spacer-md {
    height: 45px;
  }
  .spacer-responsive.spacer-lg {
    height: 75px;
  }
  .spacer-responsive.spacer-xl {
    height: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .spacer-responsive.spacer-xs {
    height: 15px;
  }
  .spacer-responsive.spacer-sm {
    height: 30px;
  }
  .spacer-responsive.spacer-md {
    height: 60px;
  }
  .spacer-responsive.spacer-lg {
    height: 90px;
  }
  .spacer-responsive.spacer-xl {
    height: 150px;
  }
}

.divider {
  background-color: #E6DFDF;
  height: 1px;
}

.field-invalid-msg {
  font-size: 14px;
  font-weight: 500;
  color: #F6545F;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 0 5px;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"] {
  font-family: "Loew";
  font-size: 16px;
  border: 1px solid #271D27;
  background: transparent;
  width: 100%;
  max-width: 100%;
  height: 54px;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus {
  outline: none;
  border-color: #271d27;
}

.field-lg input[type="text"], .field-lg
input[type="email"], .field-lg
input[type="tel"], .field-lg
input[type="number"], .field-lg
input[type="search"], .field-lg
input[type="password"], .field-lg
input[type="url"], .field-lg
input[type="date"] {
  height: 60px;
}

textarea {
  font-family: "Loew";
  font-size: 16px;
  border: 1px solid #271D27;
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding-top: 16px;
  padding-left: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

textarea:focus {
  outline: none;
  border-color: #271d27;
}

.field {
  position: relative;
  display: block;
  width: 100%;
}

.field-label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 9px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.field-invalid-msg {
  display: none;
}

.field-invalid .field-invalid-msg {
  display: block;
}

.select {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select select {
  font-family: "Loew";
  font-size: 16px;
  border: 1px solid #271D27;
  background: transparent;
  width: 100%;
  max-width: 100%;
  height: 54px;
  padding-left: 20px;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.select select:hover, .select select:focus {
  outline: none;
}

.select-label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 9px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-selected {
  font-family: "Loew";
  font-size: 16px;
  border: 1px solid #271D27;
  background: transparent;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
}

.select-selected:after {
  position: absolute;
  z-index: 1;
  content: "";
  background: url(assets/img/select-chevron.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

.select-options > div {
  padding: 10px 20px;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.select-options {
  background-color: #fff;
  border: 1px solid #271D27;
  border-top: none;
  max-height: 90vh;
  overflow: auto;
  padding-top: 5px;
  padding-bottom: 10px;
  position: absolute;
  top: 100%;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.select-options-hide {
  opacity: 0;
  visibility: hidden;
}

.select-options-hide > div {
  opacity: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.select-options div:hover {
  background-color: rgba(39, 29, 39, 0.05);
}

.select-option-selected {
  background-color: rgba(39, 29, 39, 0.1);
}

.field-file {
  position: relative;
  width: 100%;
}

.field-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  height: 50px;
  padding: 14px 0;
  cursor: pointer;
}

.field-file-sm .field-file-input {
  height: 40px;
}

.field-file-lg .field-file-input {
  height: 60px;
}

.field-file-xl .field-file-input {
  height: 84px;
}

.field-file-btn {
  font-family: "Loew";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.3;
  border: none;
  color: #271D27;
  background-color: rgba(39, 29, 39, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 54px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.field-file-btn:hover, .field-file-btn:focus,
.field-file-input:hover + .field-file-btn,
.field-file-input:focus + .field-file-btn {
  outline: none;
  color: #271D27;
  background-color: rgba(39, 29, 39, 0.2);
}

.field-file--white .field-file-btn {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.field-file--white .field-file-btn:hover, .field-file--white .field-file-btn:focus {
  outline: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.field-file--white .field-file-input:hover + .field-file-btn,
.field-file--white .field-file-input:focus + .field-file-btn {
  outline: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.field-file-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-file-icon {
  margin-right: 10px;
}

.field-file-text {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 1px;
  overflow: hidden;
}

.flatpickr {
  position: relative;
}

.flatpickr::before {
  content: "";
  background: url(assets/img/field-date.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  display: block;
  width: 20px;
  height: 20px;
}

.radio-content {
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.radio-content::before {
  content: "";
  background-color: #F08990;
  border: 15px solid transparent;
  border-radius: 50%;
  opacity: .25;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-top: -3px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.radio-content > span {
  display: inline-block;
  vertical-align: middle;
}

.radio-inner {
  display: block;
}

.radio {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.radio input {
  width: 0.1;
  height: 0.1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.radio input:checked + .radio-content::before {
  background-color: #fff;
  border: 8px solid #F08990;
  opacity: 1;
}

.checkbox-content {
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-content::before {
  content: "";
  background-color: #F08990;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  border: 15px solid transparent;
  opacity: .25;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-top: -3px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.checkbox-content > span {
  display: inline-block;
  vertical-align: middle;
}

.checkbox-inner {
  display: block;
}

.checkbox {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.checkbox input {
  width: 0.1;
  height: 0.1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox input:checked + .checkbox-content::before {
  background-image: url(assets/img/checkbox.svg);
  background-size: 15px auto;
  opacity: 1;
}

.fields-column .field, .fields-column .select {
  margin-bottom: 25px;
}

.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  list-style: none;
}

.icon i {
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 15px;
  height: 15px;
}

.icon-ig {
  background-image: url(assets/img/icon-ig.svg);
}

.icon-ig.icon-gray {
  background-image: url(assets/img/icon-ig-gray.svg);
}

.icon-ig.icon-black {
  background-image: url(assets/img/icon-ig-black.svg);
}

.icon-ig.icon-white {
  background-image: url(assets/img/icon-ig-white.svg);
}

.icon-ig.icon-fade {
  opacity: .25;
}

.icon-fb {
  background-image: url(assets/img/icon-fb.svg);
}

.icon-fb.icon-gray {
  background-image: url(assets/img/icon-fb-gray.svg);
}

.icon-fb.icon-black {
  background-image: url(assets/img/icon-fb-black.svg);
}

.icon-fb.icon-white {
  background-image: url(assets/img/icon-fb-white.svg);
}

.icon-fb.icon-fade {
  opacity: .25;
}

.icon-upload {
  background-image: url(assets/img/icon-upload.svg);
}

.icon-upload.icon-gray {
  background-image: url(assets/img/icon-upload-gray.svg);
}

.icon-upload.icon-black {
  background-image: url(assets/img/icon-upload-black.svg);
}

.icon-upload.icon-white {
  background-image: url(assets/img/icon-upload-white.svg);
}

.icon-upload.icon-fade {
  opacity: .25;
}

.icon-paperclip {
  background-image: url(assets/img/icon-paperclip.svg);
}

.icon-paperclip.icon-gray {
  background-image: url(assets/img/icon-paperclip-gray.svg);
}

.icon-paperclip.icon-black {
  background-image: url(assets/img/icon-paperclip-black.svg);
}

.icon-paperclip.icon-white {
  background-image: url(assets/img/icon-paperclip-white.svg);
}

.icon-paperclip.icon-fade {
  opacity: .25;
}

.icon-pin {
  background-image: url(assets/img/icon-pin.svg);
}

.icon-pin.icon-gray {
  background-image: url(assets/img/icon-pin-gray.svg);
}

.icon-pin.icon-black {
  background-image: url(assets/img/icon-pin-black.svg);
}

.icon-pin.icon-white {
  background-image: url(assets/img/icon-pin-white.svg);
}

.icon-pin.icon-fade {
  opacity: .25;
}

.page-content {
  padding-bottom: 15px;
}

@media screen and (min-width: 576px) {
  .page-content {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 992px) {
  .page-content {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.full-width,
.w-100,
.w-full {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .full-width-sm {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .full-width-md {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .full-width-lg {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .full-width-xl {
    width: 100%;
  }
}

.pos-r,
.relative {
  position: relative;
}

.pos-a,
.absolute {
  position: absolute;
}

.pos-s,
.static {
  position: static;
}

.ov-h {
  overflow: hidden;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.px-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-90 {
  padding-top: 90px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-90 {
  padding-right: 90px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-90 {
  padding-left: 90px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-90 {
  padding-bottom: 90px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-90 {
  margin-bottom: 90px;
}

@media screen and (min-width: 576px) {
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-sm-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .px-sm-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .px-sm-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .px-sm-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .px-sm-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .px-sm-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-75 {
    padding-top: 75px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pr-sm-45 {
    padding-right: 45px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pr-sm-75 {
    padding-right: 75px;
  }
  .pr-sm-90 {
    padding-right: 90px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pl-sm-45 {
    padding-left: 45px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pl-sm-75 {
    padding-left: 75px;
  }
  .pl-sm-90 {
    padding-left: 90px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-75 {
    padding-bottom: 75px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-sm-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-75 {
    margin-top: 75px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-75 {
    margin-bottom: 75px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-md-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-md-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .px-md-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .px-md-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .px-md-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .px-md-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .px-md-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-45 {
    padding-top: 45px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-75 {
    padding-top: 75px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pr-md-45 {
    padding-right: 45px;
  }
  .pr-md-60 {
    padding-right: 60px;
  }
  .pr-md-75 {
    padding-right: 75px;
  }
  .pr-md-90 {
    padding-right: 90px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-45 {
    padding-bottom: 45px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-75 {
    padding-bottom: 75px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pl-md-45 {
    padding-left: 45px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
  .pl-md-75 {
    padding-left: 75px;
  }
  .pl-md-90 {
    padding-left: 90px;
  }
  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-md-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-md-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-md-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-45 {
    margin-top: 45px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-75 {
    margin-top: 75px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-45 {
    margin-bottom: 45px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-75 {
    margin-bottom: 75px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 992px) {
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-lg-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .px-lg-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .px-lg-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .px-lg-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .px-lg-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .px-lg-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-45 {
    padding-top: 45px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-75 {
    padding-top: 75px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-45 {
    padding-bottom: 45px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-75 {
    padding-bottom: 75px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pr-lg-45 {
    padding-right: 45px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pr-lg-75 {
    padding-right: 75px;
  }
  .pr-lg-90 {
    padding-right: 90px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pl-lg-45 {
    padding-left: 45px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .pl-lg-75 {
    padding-left: 75px;
  }
  .pl-lg-90 {
    padding-left: 90px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-lg-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-lg-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-45 {
    margin-top: 45px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-75 {
    margin-top: 75px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-45 {
    margin-bottom: 45px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-75 {
    margin-bottom: 75px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-xl-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-xl-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-xl-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .px-xl-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .px-xl-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .px-xl-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .px-xl-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .px-xl-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .pt-xl-15 {
    padding-top: 15px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pt-xl-45 {
    padding-top: 45px;
  }
  .pt-xl-60 {
    padding-top: 60px;
  }
  .pt-xl-75 {
    padding-top: 75px;
  }
  .pt-xl-90 {
    padding-top: 90px;
  }
  .pr-xl-15 {
    padding-right: 15px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .pr-xl-45 {
    padding-right: 45px;
  }
  .pr-xl-60 {
    padding-right: 60px;
  }
  .pr-xl-75 {
    padding-right: 75px;
  }
  .pr-xl-90 {
    padding-right: 90px;
  }
  .pb-xl-15 {
    padding-bottom: 15px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .pb-xl-45 {
    padding-bottom: 45px;
  }
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .pb-xl-75 {
    padding-bottom: 75px;
  }
  .pb-xl-90 {
    padding-bottom: 90px;
  }
  .pl-xl-15 {
    padding-left: 15px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .pl-xl-45 {
    padding-left: 45px;
  }
  .pl-xl-60 {
    padding-left: 60px;
  }
  .pl-xl-75 {
    padding-left: 75px;
  }
  .pl-xl-90 {
    padding-left: 90px;
  }
  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-xl-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-xl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-xl-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-xl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-xl-15 {
    margin-top: 15px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-45 {
    margin-top: 45px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-75 {
    margin-top: 75px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
  .mb-xl-15 {
    margin-bottom: 15px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .mb-xl-45 {
    margin-bottom: 45px;
  }
  .mb-xl-60 {
    margin-bottom: 60px;
  }
  .mb-xl-75 {
    margin-bottom: 75px;
  }
  .mb-xl-90 {
    margin-bottom: 90px;
  }
}

.section {
  position: relative;
  z-index: 1;
  width: 100%;
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section--lg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section--inv {
  color: #fff;
  background-color: #271D27;
}

.section--gray {
  background-color: #E6DFDF;
}

@media screen and (min-width: 375px) {
  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section--no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section--no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section--lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .section--no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section--lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.post-text {
  line-height: 1.9;
  font-size: 16px;
  max-width: 660px;
}

.post-text a:not([class]) {
  color: #F08990;
  display: inline-block;
  position: relative;
}

.post-text a:not([class])::before {
  content: "";
  background: #F08990;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.post-text a:not([class]):hover, .post-text a:not([class]):focus {
  outline: none;
  color: #F08990;
}

.post-text a:not([class]):hover::before, .post-text a:not([class]):focus::before {
  opacity: 1;
  width: 100%;
}

.post-text p {
  margin: 0;
  margin-bottom: 1em;
}

.post-text-full {
  width: 100%;
  max-width: 100%;
}

.wp-block-image {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-block-image a::before {
  display: none;
}

.wp-block-columns {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
  .wp-block-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .wp-block-columns {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .post-text .wp-block-column {
    padding-right: 45px;
  }
}

.acfcontent-pic {
  position: relative;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.acfcontent-pic:focus {
  outline: none;
}

.acfcontent-pic::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.35)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.35));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.35));
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.acfcontent-pic::after {
  content: "";
  background: url(assets/img/gallery-zoom.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.acfcontent-pic img {
  display: block;
  width: 100%;
  margin: 0;
}

.acfcontent-pic figcaption {
  text-align: center;
  color: #fff;
  opacity: 0;
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-bottom: 40px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.acfcontent-pic:hover::before {
  opacity: 1;
}

.acfcontent-pic:hover::after {
  opacity: 1;
}

.acfcontent-pic:hover figcaption {
  opacity: 1;
  padding-bottom: 50px;
}

@media (hover: none) {
  .acfcontent-pic:hover::before {
    opacity: 0;
  }
  .acfcontent-pic:hover::after {
    opacity: 0;
  }
  .acfcontent-pic:hover figcaption {
    opacity: 0;
  }
}

.acfcontent-par {
  max-width: 700px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.acfcontent-par-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.acfcontent-singleimg {
  padding-top: 15px;
  padding-bottom: 15px;
}

.acfcontent-singleimg-fullw {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .acfcontent-singleimg-narrow .container {
    max-width: 850px;
  }
}

.acfcontent-imgcols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
}

.acfcontent-imgcols-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}

.acfcontent-imgcols-col--offset-h {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0.8;
  -webkit-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}

.acfcontent-imgcols-col--offset-top {
  margin-top: 90px;
}

.acfcontent-imgcols-col-offset-top {
  margin-top: 90px;
}

.acfcontent-imgcols-col-offset-h {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0.8;
  -webkit-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}

.acfcontent-illustr {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: -15px;
  margin-left: -15px;
}

.acfcontent-illustr img {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .acfcontent-illustr {
    margin-right: 0;
    margin-left: 0;
  }
}

.acfcontent-illustr-col-text {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
}

.acfcontent-illustr-text {
  text-align: center;
  margin: auto;
}

.acfcontent-illustr-reversed .acfcontent-illustr-col-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 576px) {
  .acfcontent-par {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
  .acfcontent-singleimg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .acfcontent-singleimg-fullw {
    padding-top: 0;
    padding-bottom: 0;
  }
  .acfcontent-imgcols {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .acfcontent-imgcols-col-offset-h {
    margin-right: 45px;
    margin-left: 45px;
  }
  .acfcontent-imgcols-col-offset-top {
    margin-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  .acfcontent-par {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .acfcontent-imgcols {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .acfcontent-imgcols-col-offset-h {
    margin-right: 90px;
    margin-left: 90px;
  }
  .acfcontent-illustr {
    padding-top: 0;
    padding-bottom: 0;
  }
  .acfcontent-illustr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .acfcontent-illustr-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .acfcontent-illustr-text {
    text-align: left;
    padding: 0 45px;
  }
  .acfcontent-illustr-reversed .acfcontent-illustr-text {
    padding-right: 75px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 992px) {
  .acfcontent-illustr-text {
    padding: 0 75px;
  }
  .acfcontent-illustr-reversed .acfcontent-illustr-text {
    padding-right: 120px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .acfcontent-illustr-text {
    padding: 0 90px;
  }
  .acfcontent-illustr-reversed .acfcontent-illustr-text {
    padding-right: 145px;
    padding-left: 35px;
  }
}

.post-card {
  margin-bottom: 15px;
}

.post-card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.post-card-info {
  background-color: rgba(240, 137, 144, 0.07);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  padding-top: 55px;
  margin-right: 15px;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.post-card-inner:hover .post-card-info,
.post-card-inner:focus .post-card-info {
  background-color: rgba(240, 137, 144, 0.1);
}

.post-card-info-inner {
  max-width: 480px;
}

.post-card-date {
  font-size: 14px;
  color: #271D27;
  margin-bottom: 5px;
}

.post-card-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #F08990;
}

.post-card-pic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-right: -30px;
  overflow: hidden;
}

.post-card-pic-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
}

.post-card-pic-inner img {
  display: block;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.post-card-inner:hover .post-card-pic-inner img,
.post-card-inner:focus .post-card-pic-inner img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media (min-width: 768px) {
  .post-card-info {
    padding: 60px;
    padding-top: 90px;
    padding-bottom: 45px;
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  .post-card-heading {
    font-size: 28px;
  }
  .post-card-pic {
    padding-left: 60px;
  }
}

@media (min-width: 1200px) {
  .post-card {
    margin-bottom: 140px;
  }
  .post-card-info {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    padding-right: 70px;
    margin-right: -90px;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
  }
  .post-card-info-inner {
    max-width: 380px;
    margin: auto;
  }
  .post-card-pic {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    margin: 0;
    margin-right: -60px;
  }
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.pagination-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 5px;
}

.pagination-item-inner {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #271D27;
  background-color: rgba(240, 137, 144, 0.07);
  background-repeat: no-repeat;
  background-position: 60px center;
  position: relative;
  display: block;
  padding: 45px;
}

.pagination-item-inner:hover, .pagination-item-inner:focus {
  outline: none;
  color: #271D27;
  background-color: #FDF0F1;
}

.pagination-prev .pagination-item-inner {
  text-align: right;
}

.pagination-prev .pagination-item-inner::after {
  content: "";
  background: url(assets/img/directions-left.svg) no-repeat center;
  background-size: contain;
  opacity: .25;
  display: block;
  width: 18px;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 0;
  height: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.pagination-prev .pagination-item-inner:hover::after, .pagination-prev .pagination-item-inner:focus::after {
  opacity: 1;
  left: 25px;
}

.pagination-next .pagination-item-inner {
  text-align: left;
  background-position: right 60px center;
}

.pagination-next .pagination-item-inner::after {
  content: "";
  background: url(assets/img/directions-right.svg) no-repeat center;
  background-size: contain;
  opacity: .25;
  display: block;
  width: 18px;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 0;
  height: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.pagination-next .pagination-item-inner:hover::after, .pagination-next .pagination-item-inner:focus::after {
  opacity: 1;
  right: 25px;
}

@media screen and (min-width: 576px) {
  .pagination {
    margin-right: -15px;
    margin-left: -15px;
  }
  .pagination-item {
    padding: 15px;
  }
  .pagination-item-inner {
    padding: 55px 90px;
  }
  .pagination-prev .pagination-item-inner::after {
    left: 60px;
  }
  .pagination-prev .pagination-item-inner:hover::after, .pagination-prev .pagination-item-inner:focus::after {
    left: 50px;
  }
  .pagination-next .pagination-item-inner::after {
    right: 60px;
  }
  .pagination-next .pagination-item-inner:hover::after, .pagination-next .pagination-item-inner:focus::after {
    right: 50px;
  }
}

.directions {
  padding-top: 30px;
  padding-bottom: 30px;
}

.directions-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.directions-items > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.directions-item {
  background-color: #FEF5F6;
  position: relative;
  display: block;
  padding: 20px 30px;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.directions-item:hover, .directions-item:focus {
  outline: none;
  background-color: #FDF0F1;
}

.directions-item-label {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #271D27;
  opacity: 0.3;
  margin-bottom: 10px;
}

.directions-item-title {
  font-size: 18px;
  font-weight: 600;
  color: #F08990;
}

.directions-item-prev {
  text-align: right;
}

.directions-item-prev::after {
  content: "";
  background: url(assets/img/directions-left.svg) no-repeat center;
  background-size: contain;
  opacity: .25;
  display: block;
  width: 18px;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 0;
  height: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.directions-item-prev:hover::after, .directions-item-prev:focus::after {
  opacity: 1;
  left: 25px;
}

.directions-item-next::after {
  content: "";
  background: url(assets/img/directions-right.svg) no-repeat center;
  background-size: contain;
  opacity: .25;
  display: block;
  width: 18px;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 0;
  height: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.directions-item-next:hover::after, .directions-item-next:focus::after {
  opacity: 1;
  right: 25px;
}

@media screen and (min-width: 576px) {
  .directions {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 90px;
  }
  .directions-items {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .directions-items > div {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
  }
  .directions-item {
    padding: 40px;
  }
  .directions-item-prev {
    margin-right: 5px;
  }
  .directions-item-next {
    margin-left: 5px;
  }
}

@media screen and (min-width: 992px) {
  .directions-item {
    padding: 40px 90px;
  }
  .directions-item-prev {
    margin-right: 15px;
  }
  .directions-item-prev::after {
    left: 60px;
  }
  .directions-item-prev:hover::after, .directions-item-prev:focus::after {
    left: 50px;
  }
  .directions-item-next {
    margin-left: 15px;
  }
  .directions-item-next::after {
    right: 60px;
  }
  .directions-item-next:hover::after, .directions-item-next:focus::after {
    right: 50px;
  }
}

.goo-blob-wrap {
  display: inline-block;
}

.section-header {
  margin-bottom: 30px;
}

.section-header::after {
  content: "";
  background-image: url(assets/img/section-header-decoration.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 16px;
}

.section-heading {
  font-family: "Mishaland";
  font-size: 32px;
  font-weight: normal;
  padding: 5px;
  letter-spacing: 1px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#E99B83), to(#9C6361)) !important;
  background: -o-linear-gradient(left, #E99B83 0%, #9C6361 100%) !important;
  background: linear-gradient(to right, #E99B83 0%, #9C6361 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (min-width: 576px) {
  .section-header {
    margin-bottom: 45px;
  }
  .section-heading {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .section-header {
    margin-bottom: 60px;
  }
}

.heading-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.heading-icon__icon {
  padding-right: 20px;
  margin-top: -5px;
}

.heading-icon__text {
  font-weight: bold;
  font-size: 14px;
}

.page-hero {
  position: relative;
}

.page-hero-container {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .page-hero-container {
    margin-bottom: 60px;
  }
}

.page-hero-carousel {
  margin-top: 15px;
}

.page-hero-content {
  text-align: center;
  background: #fff;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 45px;
}

.page-hero-heading {
  font-weight: bold;
  font-size: 24px;
  color: #271D27;
  margin-bottom: 30px;
}

.page-hero-descr {
  margin-bottom: 30px;
}

.page-hero-img img {
  display: block;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-hero-descr {
    max-width: 480px;
    margin: auto;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 992px) {
  .page-hero-carousel {
    margin-top: 45px;
  }
  .page-hero-content {
    text-align: left;
    width: 100%;
    padding-left: 15px;
  }
  .page-hero-content-inner {
    padding-top: 0;
    padding-right: 75px;
    padding-bottom: 45px;
    padding-left: 60px;
  }
  .page-hero-heading {
    font-size: 28px;
    text-align: left;
    margin-bottom: 45px;
  }
  .page-hero-descr {
    max-width: 340px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .page-hero-content {
    padding-left: 60px;
  }
}

.services-box {
  position: relative;
}

.services-box-inner {
  color: #271D27;
  position: relative;
  display: block;
}

.services-box-inner:hover, .services-box-inner:focus {
  color: #271D27;
}

.services-box-pic {
  position: relative;
}

.services-box-pic img {
  display: block;
  margin: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}

.services-box-content {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  height: 120px;
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.services-box-inner:hover .services-box-content,
.services-box-inner:focus .services-box-content {
  height: 100%;
}

.services-box-content-inner {
  text-align: center;
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-box-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.services-box-inner:hover .services-box-title,
.services-box-inner:focus .services-box-title {
  margin-bottom: 30px;
}

.services-box-link {
  font-weight: 600;
  color: #F08990;
  opacity: .3;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.services-box-inner:hover .services-box-link,
.services-box-inner:focus .services-box-link {
  opacity: 1;
}

.js-bg-parallax {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body .wpaptw-posts-ul {
  padding: 0;
}

body .wpaptw-posts-ul li {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body .wpaptw-thumbnail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body .wpaptw-posts-ul div.half_title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@supports (display: flex) {
  body .wpaptw-posts-ul div.half_title {
    display: block;
    width: auto;
    padding-bottom: 8px;
  }
}

.essb_links .essb_icon {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.essb_links.essb_template_clear-retina a .essb_icon {
  border-radius: 999px;
}

.essb_links li a {
  margin-right: 15px;
}

.essb_links li:last-child a {
  margin-right: 0;
}

.cuteslider-slides {
  overflow: visible;
}

.cuteslider-slides-track {
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}

.cuteslider-slide {
  display: block;
  float: left;
  padding-right: 30px;
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}

.cuteslider-slide-inner {
  width: 100%;
}

.fancy-carousel {
  position: relative;
  margin: auto;
  margin-left: -35px;
}

.fancy-carousel .slick-prev {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

.fancy-carousel .slick-next {
  font-size: 0;
  background: #6E3F42;
  border: 6px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 56px;
  height: 56px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.fancy-carousel .slick-next::after {
  content: "";
  background: url(assets/img/fancy-carousel-next.svg) no-repeat center;
  background-size: 10px auto;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancy-carousel .slick-next:focus {
  outline: none;
}

.fancy-carousel .slick-next:hover {
  background-color: #5e3638;
}

.fancy-carousel-slides {
  -webkit-clip-path: inset(0 0 0 35px);
          clip-path: inset(0 0 0 35px);
}

.fancy-slide {
  position: relative;
  padding-right: 8px;
}

.fancy-slide-inner {
  position: relative;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
}

.fancy-slide-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fancy-slide-inner img {
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .fancy-carousel {
    margin-left: -50px;
  }
  .fancy-carousel .slick-next {
    border-width: 10px;
    right: 14px;
    width: 86px;
    height: 86px;
  }
  .fancy-carousel .slick-next::after {
    background-size: 12px auto;
  }
  .fancy-slide {
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .fancy-carousel {
    margin-left: 0;
  }
  .fancy-carousel .slick-next {
    right: 107px;
  }
  .fancy-carousel-slides {
    -webkit-clip-path: inset(0 0 0 155px);
            clip-path: inset(0 0 0 155px);
  }
  .fancy-slide {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.cinfo-huge-label {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.cinfo-huge-content {
  font-size: 48px;
  font-weight: 300;
}

.cinfo-huge-content a {
  color: #271D27;
}

.cinfo-huge-content a:hover, .cinfo-huge-content a:focus {
  color: #F08990;
}

@media screen and (max-width: 767px) {
  .cinfo-huge-content {
    font-size: 26px;
    font-weight: normal;
  }
  
}

.social-link {
  color: #271D27;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  margin-left: -13px;
}

.social-link:hover, .social-link:focus {
  outline: none;
  color: #F08990;
}

.social-link-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  margin-bottom: -3px;
}

.social-link-icon::before {
  content: "";
  background: rgba(240, 137, 144, 0.2);
  border-radius: 50%;
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.social-link-icon svg {
  display: block;
  fill: #271D27;
  position: relative;
  z-index: 1;
  width: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.social-link:hover .social-link-icon::before,
.social-link:focus .social-link-icon::before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.social-link:hover .social-link-icon svg,
.social-link:focus .social-link-icon svg {
  fill: #F08990;
}

.social-link-text {
  display: inline-block;
  vertical-align: middle;
}

.social-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
}

.social-icon::before {
  content: "";
  background: rgba(240, 137, 144, 0.2);
  border-radius: 50%;
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.social-icon svg {
  fill: #271D27;
  position: relative;
  z-index: 1;
  width: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.social-icon:hover, .social-icon:focus {
  outline: none;
}

.social-icon:hover::before, .social-icon:focus::before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.social-icon:hover svg, .social-icon:focus svg {
  fill: #F08990;
}

.social-icon i {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
}

.social-icon-white::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.social-icon-white svg {
  fill: #fff;
}

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-icons--offset {
  margin-left: -13px;
}

.page-header {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-heading {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #F08990;
  position: relative;
}

.page-heading::before {
  content: "";
  border: 2px solid rgba(240, 137, 144, 0.15);
  display: block;
  position: absolute;
  z-index: 0;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35px, -35px) rotate(-15deg);
      -ms-transform: translate(-35px, -35px) rotate(-15deg);
          transform: translate(-35px, -35px) rotate(-15deg);
  pointer-events: none;
}

.page-subheading {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  max-width: 420px;
  margin: auto;
  margin-top: 10px;
}

.page-subheading p {
  margin: 0;
  margin-bottom: 1em;
}

@-webkit-keyframes wavy {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@keyframes wavy {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

.global-header {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
}

.global-header-hero {
  position: absolute;
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
}

.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.header-col-logo {
  -webkit-flex-basis: 120px;
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px;
  max-width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-col-whatsapp {
  display: none;
}

.header-wa-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wa-icon {
  display: block;
  width: 22px;
}

.header-wa-icon img {
  display: block;
  margin: 0;
  width: 100%;
}

.header-wa-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #4CAF50;
  opacity: 0.65;
  padding-left: 15px;
}

.global-header-hero .header-wa-text {
  color: #fff;
}

.header-wa-text br {
  display: none;
}

.header-phone {
  font-weight: 500;
  font-size: 14px;
}

.header-phone a {
  color: #271D27;
}

.header-phone a:hover, .header-phone a:focus {
  color: #F08990;
}

.global-header-hero .header-phone a {
  color: #fff;
}

.logo {
  text-align: center;
  display: block;
  width: 120px;
  margin: auto;
}

.logo > a {
  display: inline-block;
}

.logo img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 575px) {
  .logo {
    width: 80px;
  }
}

.header-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.header-menu .menu-item {
  list-style: none;
  position: relative;
  display: block;
  margin-left: 18px;
}

@media (min-width: 1400px) {
  .header-menu .menu-item {
    margin-left: 30px;
  }
}

.header-menu .menu-item > a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #271D27;
  display: block;
  position: relative;
  z-index: 2;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-menu .menu-item > a::before {
  content: "";
  background: #271D27;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.global-header-hero .header-menu .menu-item > a::before {
  background-color: #fff;
}

.header-menu .menu-item > a:hover, .header-menu .menu-item > a:focus {
  outline: none;
  color: #271D27;
}

.header-menu .menu-item > a:hover::before, .header-menu .menu-item > a:focus::before {
  opacity: 1;
  width: 100%;
}

.global-header-hero .header-menu .menu-item > a {
  color: #fff;
}

.header-menu .menu-item-has-children {
  margin-right: 5px;
}

@media (min-width: 1400px) {
  .header-menu .menu-item-has-children {
    margin-right: 10px;
  }
}

.header-menu .menu-item-has-children > a::before {
  visibility: hidden;
}

.header-menu .menu-item-has-children > a::after {
  content: "";
  background: url(assets/img/menu-chevron.svg) no-repeat center;
  background-size: 11px auto;
  opacity: .5;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  margin-top: 1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 1400px) {
  .header-menu .menu-item-has-children > a::after {
    right: -20px;
  }
}

.global-header-hero .header-menu .menu-item-has-children > a::after {
  background-image: url(assets/img/menu-chevron-white.svg);
}

.header-menu .menu-item-has-children > a:hover::after, .header-menu .menu-item-has-children > a:focus::after {
  opacity: 1;
}

.header-menu .menu-item-has-children > .sub-menu {
  background-color: #DD9A81;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 0;
  display: block;
  width: 230px;
  padding: 40px;
  padding-top: 25px !important;
  padding-bottom: 10px;
  margin: 0;
  left: -40px;
  /*top: -20px;*/
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.header-menu .menu-item-has-children > .sub-menu .menu-item {
  margin: 0;
  margin-bottom: 5px;
}

.header-menu .menu-item-has-children > .sub-menu .menu-item a {
  display: inline-block;
}

.header-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  padding-top: 90px;
  padding-bottom: 30px;
}

.header-menu.has-expanded-submenus > .menu-item > a {
  opacity: .3;
}

.header-menu.has-expanded-submenus > .menu-item-has-children > a {
  opacity: 1;
}

.header-col-hamburger {
  display: none;
  text-align: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-btn {
  font-size: 0;
  border: none;
  background: transparent;
  position: relative;
  width: 42px;
  padding: 5px 0;
  margin: 0;
}

.menu-btn svg {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
}

.menu-btn .squiggle {
  -webkit-animation: wavy 1s linear infinite;
          animation: wavy 1s linear infinite;
}

.menu-btn:hover, .menu-btn:focus {
  outline: none;
}

.menu-btn-back {
  font-size: 0;
  border: none;
  background: transparent;
  position: relative;
  width: 42px;
  padding: 15px 0;
  margin: 0;
}

.menu-btn-back svg {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
}

.menu-btn-back .squiggle {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-animation: wavy 1s linear infinite;
          animation: wavy 1s linear infinite;
}

.mob-nav {
  background-color: #EDCBC0;
  visibility: hidden;
  opacity: 0;
  display: block;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
}

.mob-nav.is-expanded {
  opacity: 1;
  visibility: visible;
}

.mob-nav-top {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 114px;
  padding-right: 15px;
  padding-left: 30px;
  -webkit-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.mob-nav.is-expanded .mob-nav-top {
  opacity: 1;
}

.mob-nav-heading {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.mob-menu-wrap {
  display: block;
  position: relative;
  left: 0;
  width: 85%;
  padding: 0;
  padding-left: 30px;
  margin: 0;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.mob-menu-wrap.has-expanded-submenus {
  left: -65%;
}

.mob-menu-wrap .menu-item {
  list-style: none;
  position: static;
  display: block;
  margin-bottom: 30px;
}

.mob-menu-wrap .menu-item > a {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #271D27;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.mob-menu-wrap .menu-item > a:hover, .mob-menu-wrap .menu-item > a:focus {
  color: #271D27;
}

.mob-menu-wrap .menu-item-has-children > a::after {
  content: "";
  background: url(assets/img/mob-menu-chevron.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
}

.mob-menu-wrap .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 100%;
  top: 65px;
  padding: 0;
  margin: 0;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}


.mob-menu-wrap .menu-item-has-children > .sub-menu .menu-item a {
  font-size: 16px;
}

.mob-menu-wrap .menu-item-has-children.has-expanded-children .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}

.mob-menu {
  opacity: 0;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.mob-nav.is-expanded .mob-menu {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.mob-menu-submenu-back {
  font-size: 0;
  border: none;
  background: url(assets/img/mob-menu-sub-back.svg) no-repeat left center;
  background-size: auto 13px;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 100%;
  width: 100%;
  height: 28px;
  -webkit-transform: translateX(150px);
      -ms-transform: translateX(150px);
          transform: translateX(150px);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.mob-menu-submenu-back:hover, .mob-menu-submenu-back:focus {
  outline: none;
}

.mob-menu-wrap.has-expanded-submenus .mob-menu-submenu-back {
  opacity: 1;
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.mob-nav-bottom {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 30px;
  padding-bottom: 30px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 50ms cubic-bezier(0.77, 0, 0.175, 1);
  /*-webkit-transition-delay: 0.2s;*/
  /*     -o-transition-delay: 0.2s;*/
  /*        transition-delay: 0.2s;*/
}

.mob-nav.is-expanded .mob-nav-bottom {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.mob-nav-phone > a {
  font-size: 28px;
  color: #271D27;
}

.mob-nav-phone > a:hover, .mob-nav-phone > a:focus {
  color: #271D27;
}

.mob-nav-social {
  margin-top: 15px;
}

@media screen and (max-width: 1199px) {
  .header-menu .menu-item {
    margin-left: 10px;
  }
  .header-menu .menu-item-has-children {
    margin-right: 0;
  }
  .header-menu .menu-item-has-children > a::after {
    margin-left: 4px;
  }
}

@media screen and (max-width: 991px) {
  .header-col-menu {
    display: none;
  }
  .header-col-contact {
    display: none;
  }
  .header-col-whatsapp {
    display: block;
  }
  .header-col-hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 375px) {
  .header-wa-text {
    font-size: 13px;
    padding-left: 10px;
  }
  .header-wa-text br {
    display: initial;
  }
  .mob-nav-top {
    padding-left: 15px;
  }
  .mob-menu-wrap {
    padding-left: 15px;
  }
  .mob-nav-bottom {
    padding-left: 15px;
  }
}

.global-footer-inner {
  padding-top: 60px;
}

.footer-menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu-items .menu-item {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 15px;
}

.footer-menu-items .menu-item > a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #271D27;
  display: block;
  position: relative;
  padding-bottom: 8px;
}

.footer-menu-items .menu-item > a::before {
  content: "";
  background: #271D27;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.global-header-hero .footer-menu-items .menu-item > a::before {
  background-color: #fff;
}

.footer-menu-items .menu-item > a:hover, .footer-menu-items .menu-item > a:focus {
  outline: none;
  color: #271D27;
}

.footer-menu-items .menu-item > a:hover::before, .footer-menu-items .menu-item > a:focus::before {
  opacity: 1;
  width: 100%;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 60px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.copyright {
  font-size: 14px;
}

.copyright small {
  font-size: inherit;
}

.footer-bottom-divider {
  background: #271D27;
  opacity: .15;
  display: block;
  width: 1px;
  height: 1em;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: -2px;
}

.poweredby {
  font-size: 14px;
  color: rgba(39, 29, 39, 0.4);
}

.poweredby > a {
  font-weight: 500;
  color: #271D27;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.poweredby > a::before {
  content: "";
  background: #271D27;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.global-header-hero .poweredby > a::before {
  background-color: #fff;
}

.poweredby > a:hover, .poweredby > a:focus {
  outline: none;
  color: #271D27;
}

.poweredby > a:hover::before, .poweredby > a:focus::before {
  opacity: 1;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer-menu-items {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer-menu-items .menu-item {
    margin: 15px 32px;
  }
  .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-bottom: 60px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 20px;
  }
  .footer-bottom-divider {
    background: #271D27;
    opacity: .15;
    display: block;
    width: 48px;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.psidebar-widget {
  background-color: #F7F2F2;
  padding: 30px;
  margin-bottom: 15px;
}

.psidebar-widget-heading {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 360px;
  margin: auto;
  margin-bottom: 30px;
}

.psidebar-widget-content {
  max-width: 360px;
  margin: auto;
}

.get-in-touch {
  padding-top: 90px;
  padding-bottom: 60px;
}

.about-banner {
  background-color: #F7F2F2;
  padding-top: 45px;
  padding-bottom: 45px;
}

.about-banner-content {
  text-align: center;
}

.about-banner-text {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .about-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.main-carousel .tns-ovh {
  overflow: visible;
}

.main-carousel-controls__prev {
  font-size: 0;
  line-height: 0;
  background: transparent url(images/icon-arrow-left.svg) no-repeat center;
  background-size: auto 18px;
  border: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -45px;
  width: 60px;
  height: 100%;
}

.main-carousel-controls__prev:hover, .main-carousel-controls__prev:focus {
  outline: none;
}

.main-carousel-controls__next {
  font-size: 0;
  line-height: 0;
  background: transparent url(images/icon-arrow-right.svg) no-repeat center;
  background-size: auto 18px;
  border: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -45px;
  width: 60px;
  height: 100%;
}

.main-carousel-controls__next:hover, .main-carousel-controls__next:focus {
  outline: none;
}

.main-carousel-slide__inner {
  display: block;
}

.main-carousel-slide img {
  width: 100%;
  display: block;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-form {
  width: 100%;
  margin: auto;
}

.contact-form-heading {
  font-family: "Loew";
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #F08990;
  display: block;
  margin-bottom: 30px;
}

.wform-wrap {
  background-color: #FEF5F6;
  position: relative;
  margin-top: 45px;
  margin-bottom: 150px;
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}

.wform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.wform-heading {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F08990;
  margin-bottom: 60px;
}

.wform-group {
  margin-bottom: 30px;
}

.wform-group-heading {
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #F08990;
  margin-bottom: 30px;
}

.wform-step {
  position: relative;
}

.wform-step-actions {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  -webkit-transition: all 1.45s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.wform-step-1 {
  opacity: 1;
  min-width: 100vw;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}

.wform-wrap-step-2 .wform-step-1 {
  opacity: 0.25;
}

.wform-wrap-step-2 .wform-step-1 .wform-step-actions {
  opacity: 0;
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}

.wform-step-1-inner {
  max-width: 400px;
  width: 100%;
  padding-bottom: 90px;
  padding-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.wform-step-2 {
  opacity: 0.25;
  min-width: 100vw;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}

.wform-step-2 .wform-step-actions {
  opacity: 0;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

.wform-wrap-step-2 .wform-step-2 {
  opacity: 1;
  pointer-events: initial;
}

.wform-wrap-step-2 .wform-step-2 .wform-step-actions {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.wform-step-2-inner {
  width: 100%;
  padding-bottom: 90px;
  padding-top: 30px;
}

.wform-services-other {
  display: none;
}

.wform-services-other.is-shown {
  display: block;
}

.wform-continue-btn {
  display: block;
  margin: auto;
}

.wform-submit-btn {
  display: block;
  margin: auto;
}

.wform-back-btn {
  font-size: 0;
  background: transparent url(assets/img/icon-back.svg) no-repeat center;
  background-size: 36px auto;
  border: none;
  opacity: 0.35;
  position: absolute;
  left: 15px;
  top: 60%;
  width: 60px;
  height: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.wform-back-btn:hover, .wform-back-btn:focus {
  outline: none;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .wform {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .wform-heading {
    margin-bottom: 105px;
  }
  .wform-step-1 {
    min-width: 560px;
  }
  .wform-step-1-inner {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .wform-step-2 {
    min-width: 760px;
  }
  .wform-step-2-inner {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 992px) {
  .wform-step-1 {
    min-width: 760px;
  }
  .wform-step-2 {
    min-width: 920px;
  }
}

@media screen and (min-width: 1200px) {
  .wform-step-2 {
    min-width: 1000px;
  }
  .wform-heading {
    margin-bottom: 110px;
  }
}

/*.weddings-carousel .slick-list {
  overflow: visible;
}*/

.weddings-carousel-slide {
  padding-right: 30px;
}

.weddings-carousel-slide-inner {
  max-width: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.slick-trans {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.weddings-carousel-slide-pic {
  margin-bottom: 20px;
}

.weddings-carousel-slide-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
  height: 65vw;
}

.weddings-carousel-slide-heading {
  font-weight: bold;
  font-size: 18px;
}

.weddings-carousel-slide-excerpt {
  max-width: 420px;
  margin-top: 20px;
}

.weddings-carousel-slide-more {
  margin-top: 20px;
}

.weddings-carousel-controls {
  border-top: 1px solid rgba(39, 29, 39, 0.07);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  margin-top: 30px;
}

.weddings-carousel-arrow {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #F08990;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: center center;
  border: none;
  opacity: .6;
  height: 28px;
  cursor: pointer;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.weddings-carousel-arrow:focus {
  outline: none;
}

.weddings-carousel-arrow:hover {
  opacity: 1;
}

.weddings-carousel-arrow.disabled {
  opacity: .1;
}

.weddings-carousel-arrow-prev {
  background-image: url(assets/img/carousel-left.svg);
  background-position: center left;
  padding-left: 50px;
}

.weddings-carousel-arrow-prev:hover {
  padding-left: 60px;
}

.weddings-carousel-arrow-next {
  background-image: url(assets/img/carousel-right.svg);
  background-position: center right;
  padding-right: 50px;
}

.weddings-carousel-arrow-next:hover {
  padding-right: 60px;
}

@media screen and (min-width: 480px) {
  .weddings-carousel-slide-pic img {
    height: 320px;
    height: 50vw;
  }
}

@media screen and (min-width: 768px) {
  .weddings-carousel-slide-pic img {
    height: 280px;
    height: 32vw;
  }
}

@media screen and (min-width: 1200px) {
  .weddings-carousel-slide {
    padding-right: 45px;
  }
  .weddings-carousel-slide-pic img {
    height: 340px;
  }
}

.reviews-slider-wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.reviews-slider {
  position: relative;
  max-width: 680px;
  width: 100%;
  margin: auto;
}

.reviews-slider-controls {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.reviews-slider-prev {
  font-size: 0;
  background: transparent url(assets/img/carousel-left.svg) no-repeat center;
  background-size: contain;
  border: none;
  z-index: 5;
  width: 30px;
  height: 22px;
  margin: 0 8px;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.reviews-slider-prev:focus {
  outline: none;
}

.reviews-slider-next {
  font-size: 0;
  background: transparent url(assets/img/carousel-right.svg) no-repeat center;
  background-size: contain;
  border: none;
  z-index: 5;
  width: 30px;
  height: 22px;
  margin: 0 8px;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.reviews-slider-next:focus {
  outline: none;
}

.reviews-slide {
  position: relative;
  padding: 0;
}

.reviews-slide-text {
  font-family: 'Nothing You Could Do', cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #271D27;
  margin: auto;
}

.reviews-slide-author {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

.reviews-slide-author-pic {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.reviews-slide-author-pic img {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -o-object-fit: cover;
     object-fit: cover;
  border: 10px solid #fff;
  border-radius: 50%;
  display: block;
  width: 100px;
  margin: 0 auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .reviews-slide-author-pic img {
    height: 100px;
  }
}

.reviews-slide-link {
  font-size: 14px;
  margin-top: 10px;
}

.reviews-slide-link a:hover, .reviews-slide-link a:focus {
  outline: none;
}

@media screen and (min-width: 420px) {
  .reviews-slider-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .reviews-slide {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 576px) {
  .reviews-slider {
    position: relative;
    width: 100%;
  }
  .reviews-slider::before {
    content: "";
    border: 10px solid rgba(221, 154, 129, 0.1);
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100px;
    left: 0;
  }
  .reviews-slide-text {
    margin-bottom: 30px;
  }
  .reviews-slide-author {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .reviews-slider-controls {
    display: block;
    margin: 0;
  }
  .reviews-slider-prev {
    position: absolute;
    left: -24px;
    top: -webkit-calc(50% - 55px);
    top: calc(50% - 55px);
    margin-top: 15px;
    width: 38px;
    height: 26px;
    margin: 0 8px;
  }
  .reviews-slider-next {
    position: absolute;
    right: -24px;
    top: -webkit-calc(50% - 55px);
    top: calc(50% - 55px);
    margin-top: 15px;
    width: 38px;
    height: 26px;
    margin: 0 8px;
  }
  .reviews-slide {
    padding: 30px 50px;
    padding-top: 20px;
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 768px) {
  .reviews-slide {
    padding: 50px 70px;
    padding-top: 40px;
    padding-bottom: 170px;
  }
  .reviews-slider-prev {
    left: -28px;
  }
  .reviews-slider-next {
    right: -28px;
  }
}

@media screen and (min-width: 992px) {
  .reviews-slide-text {
    font-size: 18px;
  }
  .reviews-slider-prev:hover {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .reviews-slider-next:hover {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.page-404-inner {
  padding-top: 30px;
  padding-bottom: 45px;
}

.page-404-content {
  position: relative;
  margin-bottom: 60px;
}

.page-404-errorcode {
  font-size: 144px;
  font-size: 40vw;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: rgba(240, 137, 144, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page-404-text {
  font-weight: 500;
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .page-404-errorcode {
    font-size: 200px;
    font-size: 35vw;
  }
}

@media screen and (min-width: 768px) {
  .page-404-inner {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 1200px) {
  .page-404-errorcode {
    font-size: 240px;
    font-size: 20vw;
  }
}

.gallery-page {
  margin-bottom: 60px;
  margin-top: -35px;
}

.gallery-box {
  position: relative;
  margin-top: 70px;
}

.gallery-box__img {
  position: relative;
}

.gallery-box__img img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-box__img-more {
  width: 60%;
  position: absolute;
  bottom: -50px;
  right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery-box__img-box {
  display: inline-block;
  width: 130px;
  height: 130px;
}

.gallery-box__img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-top: 10px solid white;
  border-left: 10px solid white;
}

.gallery-box__title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 35px;
  padding-right: 60%;
}

.gallery-box__description {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}

.gallery-box__link {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .gallery-page {
    margin-top: -45px;
  }
  .gallery-box__img {
    position: relative;
  }
  .gallery-box__img img {
    width: 100%;
    height: 335px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-box__img-more {
    width: 60%;
    position: absolute;
    bottom: -30px;
    right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .gallery-box__img-box {
    display: inline-block;
    width: 100px;
    height: 100px;
  }
  .gallery-box__img-box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-top: 5px solid white;
    border-left: 5px solid white;
  }
  .gallery-box__title {
    margin-top: 10px;
  }
}

.wedding-page-header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.wedding-page-heading {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
}

.wedding-page-cover img {
  display: block;
  width: 100%;
}

.wedding-page-intro {
  padding-top: 30px;
  padding-bottom: 15px;
}

.wedding-page-text {
  max-width: 700px;
}

.wedding-share {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wedding-share-heading {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #271D27;
  margin-bottom: 30px;
}

.wedding-review {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wedding-review-inner {
  border: 10px solid rgba(221, 154, 129, 0.1);
  padding: 30px;
  padding-top: 10px;
}

.wedding-review-author {
  font-weight: 600;
  font-size: 16px;
  width: 100%;
}

.wedding-review-author-pic {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.wedding-review-author-pic img {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
  width: 100px;
  margin-left: -5x;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .wedding-review-author-pic img {
    height: 100px;
  }
}

.wedding-review-text {
  font-family: 'Nothing You Could Do', cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  color: #271D27;
  max-width: 640px;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .wedding-page-heading {
    font-size: 36px;
  }
  .wedding-review-inner {
    padding: 50px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .wedding-page-header {
    padding-bottom: 60px;
  }
  .wedding-page-heading {
    font-size: 48px;
  }
  .wedding-page-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wedding-review-inner {
    padding: 40px;
  }
  .wedding-review-text {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .wedding-review-author {
    text-align: center;
  }
  .wedding-review-author-pic img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .wedding-review {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .wedding-review-inner {
    padding: 50px 0;
  }
}

.service-text {
  padding-top: 15px;
  padding-bottom: 15px;
}

.service-text img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.blog-header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 45px;
}

.blog-header-blob {
  position: absolute;
  z-index: 0;
  top: -30px;
  right: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.blog-header-blob svg {
  opacity: 0.1;
  display: block;
  -webkit-transform: scale(0.5) translate(-105%, -100%);
      -ms-transform: scale(0.5) translate(-105%, -100%);
          transform: scale(0.5) translate(-105%, -100%);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
}

.blog-heading {
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}

.blog-cats {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  margin-top: 45px;
  z-index: 1;
}

.blog-cats ul, .blog-cats ol {
  padding: 0;
  margin: 0;
}

.blog-cats li {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 10px;
}

.blog-cats li a {
  display: inline-block;
  position: relative;
}

.blog-cats li a:hover, .blog-cats li a:focus {
  outline: none;
}

.blog-cats li a::after {
  content: "";
  background-color: #ECCDCF;
  opacity: 0;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 10px;
}

.blog-cats li.is-current a::after {
  opacity: 1;
}

@media (min-width: 768px) {
  .blog-header {
    padding-top: 60px;
  }
  .blog-heading {
    font-size: 56px;
  }
  .blog-cats li {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .blog-roll {
    padding-top: 60px;
  }
}

.post-header {
  text-align: center;
  max-width: 730px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 45px;
  padding-bottom: 60px;
  margin: auto;
}

.post-header-label {
  text-align: center;
  margin-bottom: 10px;
}

.post-header-label a {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.post-header-heading {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.post-inner {
  border-bottom: 1px solid rgba(39, 29, 39, 0.1);
}

.post-footer {
  max-width: 660px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.post-date {
  font-weight: 500;
  font-size: 18px;
  color: rgba(39, 29, 39, 0.5);
}

.home-hero {
  background-color: #ECCDCF;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  z-index: 0;
  height: 900px;
  max-height: 90vh;
}

.home-hero::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 200px;
}

.home-hero-heading {
  color: #ffffff;
  font-size: 102px;
  line-height: 1;
  font-family: "Rouge Script", cursive;
  position: absolute;
  z-index: 1;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-hero-heading span {
  display: inline-block;
  position: relative;
}

.home-hero-heading span::after {
  content: "";
  background: url(assets/img/hero-heading-underline.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 15px;
  position: absolute;
  right: 18px;
  bottom: -3px;
}

@media screen and (max-width: 575px) {
  .home-hero-heading {
    font-size: 64px;
  }
  .home-hero-heading span::after {
    width: 38px;
    height: 10px;
    right: 8px;
  }
}

.home-works-section {
  background-color: #F7F2F2;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 45px;
}

@media screen and (min-width: 576px) {
  .home-works-section {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .home-works-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.home-about-us-img {
  display: block;
}

.home-about-us-img > img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 575px) {
  .home-about-us-img {
    margin-top: 30px;
    margin-right: -60px;
    margin-left: -30px;
  }
}

.contact-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}

.goo-blob-wrap-contact-section {
  opacity: .15;
  position: absolute;
  z-index: 0;
  top: -450px;
  left: -600px;
  -webkit-transform: scaleY(0.9);
      -ms-transform: scaleY(0.9);
          transform: scaleY(0.9);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.contact-section-address {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.contact-section-address a {
  color: #271D27;
}

.contact-section-address a:hover, .contact-section-address a:focus {
  outline: none;
  color: #F08990;
}

.contact-section-phone {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.contact-section-phone a {
  color: #271D27;
}

.contact-section-phone a:hover, .contact-section-phone a:focus {
  outline: none;
  color: #F08990;
}

.contact-section-email {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.contact-section-email a {
  color: #271D27;
}

.contact-section-email a:hover, .contact-section-email a:focus {
  outline: none;
  color: #F08990;
}

.contact-section-social {
  margin-top: 60px;
}

@media screen and (min-width: 576px) {
  .contact-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.about-intro {
  background-color: #F7F2F2;
  padding-bottom: 60px;
}

.about-intro-pic {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.about-intro-pic img {
  margin-top: -80px;
  margin-left: -90px;
}

.about-intro-brag {
  color: #F08990;
  margin-left: -90px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.about-intro-brag-num {
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: -15px;
}

.about-intro-brag-text {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 90px;
}

.about-intro-text {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@media screen and (max-width: 768px) {
  .about-intro {
    margin-top: 130px;
  }
  .about-intro-pic img {
    margin-left: 0px;
  }
  .about-intro-brag {
    margin-left: 0px;
  }
  .about-intro-text {
    margin-top: -20px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .about-intro-pic img {
    margin-left: -40px;
  }
  .about-intro-brag {
    margin-left: -40px;
  }
}

.contact-page-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-top: 90px;
  margin-bottom: 90px;
  margin-right: auto;
  margin-left: auto;
}

.contact-page-pic {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  top: -60px;
  position: relative;
  z-index: 2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.contact-page-pic img {
  width: 100%;
  height: 100%;
}

.contact-page-form-wrap {
  background-color: rgba(247, 242, 242, 0.6);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 60px;
  margin-left: -90px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.contact-page-form-wrap .contact-form {
  max-width: 360px;
}

.contact-page-info {
  border-bottom: 2px solid #F7F2F2;
  padding-bottom: 30px;
}

.contact-page-social-heading {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .contact-page-info {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .contact-page-info {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .contact-page-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -200px;
  }
  .contact-page-pic {
    top: 205px;
  }
  .contact-page-form-wrap {
    padding-top: 250px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
    margin-left: 0px;
  }
}
.services-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-items .menu-item {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 15px 10px;
}
.services-items .menu-item > a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #271D27;
    display: block;
    position: relative;
    padding-bottom: 8px;
}
.services-items .menu-item > a:hover, .services-items .menu-item > a:focus {
    outline: none;
    color: #271D27;
}
.services-items .menu-item > a::before {
    content: "";
    background: #271D27;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.services-items .menu-item > a:hover::before, .services-items .menu-item > a:focus::before {
    opacity: 1;
    width: 100%;
}




section.custom_footer {     
    padding: 70px 0;
}
.quick ul {
    margin: 12px 0 0 0;
    padding: 0;
}
.quick h3 {
    font-size: 20px;
    color: #252525;
}
.quick ul li {
    list-style: none;
    padding: 4px 0;
    border-bottom: 1px solid #efefef;
}
.quick ul li:last-child{border:0;}
.global-footer-inner {
    padding: 0;
}

.footer-bottom {
    padding: 20px 0;
}
.menu-services-container ul#menu-services li {
    width: 47%;
    float: left;
    margin-right: 15px;
}
.quick ul li a {
    font-size: 15px;
}
/*  page layout css start here */

.service-content .acfcontent.acfcontent-illustr .acfcontent-col-1.acfcontent-illustr-col.acfcontent-illustr-col-img figure img {
    height: 500px;
    object-fit: cover;
}
.post-text-full .wp-caption img {
    width: 100%;
}
.post-text-full .wp-caption {
    width: 100% !important;
}
.post-text-full p img {
    width: 100%;
}
.post-text-full p {
    text-align: justify;
}
.service-text p {
    text-align: justify;
}
/*  page layout css end here */

/* thank you pge css start here */
.page-id-1529 h1.page-heading, .page-id-1529 .page-header {
    display: none;
}
.thnak-container {
    max-width: 90%;
    text-align: center;
    padding: 130px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f5cbcd;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin: 0 auto;
	border: 3px solid #eee;
}
.thnak-container p {
    text-align: center !important;
    margin: 30px 0;
}
.thnak-container a.button.button-primary {
    background-color: #271d27;
    color: #ffff;
}

.thnak-container .button::before {
    content: "";
    background-color: rgb(0 0 0 / 15%);
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 600ms cubic-bezier(.77,0,.175,1);
    -o-transition: all 600ms cubic-bezier(.77,0,.175,1);
    transition: all 600ms cubic-bezier(.77,0,.175,1);
}


/* thank you pge css start here */

@media screen and (max-width: 767px) {  
 .menu-services-container ul#menu-services li{width:100%;} 
 .quick {
    margin-top: 10px;
}
}

 

.head-sticky {
    background-color: #fff;
	 position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.head-sticky ul li a {
    color: #000 !important;
}
.head-sticky ul li a svg {
    fill: #271d27 !important;
}
 
 p#breadcrumbs {
    margin: 30px 0 30px 0;
}

.cinfo-huge-content a {
    font-size: 22px;
}
.cinfo-huge-content p {
    font-size: 22px;
}
.cinft p {
    margin: 0px;
}
.cinft {
    padding-top: 15px;
}