/**! Reset **/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  margin: 0;
  padding: 0;
   border-radius: 0 !important;
}
      .pill-button {
    display: inline-block;
    padding: 10px 20px;
    line-height: 30px;
    border-radius: 0 !important;
    background-color: #00000000;
    color: #ffffff !important;
    text-decoration: none;
    font-family: inherit;
    font-size: 1rem;
    transition: background-color 0.1s ease;
    margin: 2px;
  }

  .pill-button:hover {
    border-radius: 0 !important;
    background-color: #00000000;
    color: #ffffff !important;
  }

/**! Helper Classes **/
.clearfix {
  overflow: hidden;
}
.allow-overflow {
  overflow: visible;
}
.container .row--gapless {
  padding-left: 15px;
  padding-right: 15px;
}
.container .row--gapless > div[class*='col-'] {
  padding: 0;
}
/**! Typography **/
html {
  font-size: 100%;
}
@media all and (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
.rounded-container {
  overflow: hidden;
  border-radius: 20px; 
}

.rounded-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.container_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px; /* Adjust the radius as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}
.container_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.m-container {
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-size: 1em;
  line-height: 1.625em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
font-family: Consolas, 'Roboto Mono', Menlo, Monaco, 'Courier New', monospace;
  color: #555555;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: Consolas, 'Roboto Mono', Menlo, Monaco, 'Courier New', monospace;
  color: #222222;
  font-weight: 400;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: 2em;
  line-height: 1.421875em;
}
h2,
.h2 {
  font-size: 1.4375em;
  line-height: 1.41304348em;
}
h3,
.h3 {
  font-size: 1.4375em;
  line-height: 1.41304348em;
}
h4,
.h4 {
  font-size: 1em;
  line-height: 1.625em;
}
h5,
.h5 {
  font-size: 1em;
  line-height: 1.625em;
}
h6,
.h6 {
  font-size: 0.6875em;
  line-height: 2.36363636em;
}
.lead {
  font-size: 1.4375em;
  line-height: 1.41304348em;
}
@media all and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.4375em;
    line-height: 1.41304348em;
  }
  h2,
  .h2 {
    font-size: 1.4375em;
    line-height: 1.41304348em;
  }
  h3,
  .h3 {
    font-size: 1em;
    line-height: 1.625em;
  }
  .lead {
    font-size: 1em;
    line-height: 1.625em;
  }
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-bottom: 1.625em;
}
ul,
ol {
  list-style: none;
}
ul:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content),
ol:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content) {
  line-height: 1.625em;
}
ul.bullets {
  list-style: inside;
}
ol {
  list-style-type: upper-roman;
  list-style-position: inside;
}
blockquote {
  font-size: 1.4375em;
  line-height: 1.69565217em;
  padding: 0;
  margin: 0;
  border-left: 0;
}
strong {
  font-weight: 600;
}
hr {
  margin: 1.625em 0;
  border-color: #f4f4f4;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
/*! Typography -- Helpers */
.type--uppercase {
  text-transform: uppercase;
}
.type--bold {
  font-weight: bold;
}
.type--italic {
  font-weight: italic;
}
.type--fine-print {
  font-size: 0.6875em;
}
.type--strikethrough {
  text-decoration: line-through;
  opacity: .5;
}
.type--underline {
  text-decoration: underline;
}
.type--body-font {
font-family: Consolas, 'Roboto Mono', Menlo, Monaco, 'Courier New', monospace;
}
/**! Position **/
body {
  overflow-x: hidden;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.pos-absolute.container {
  left: 0;
  right: 0;
}
.pos-top {
  top: 0;
}
.pos-bottom {
  bottom: 0;
}
.pos-right {
  right: 0;
}
.pos-left {
  left: 0;
}
.pos-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .pos-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
@media all and (max-height: 600px) {
  .pos-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
.pos-vertical-align-columns {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.pos-vertical-align-columns > div[class*='col-'] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media all and (max-width: 990px) {
  .pos-vertical-align-columns {
    display: block;
    width: auto;
  }
  .pos-vertical-align-columns > div[class*='col-'] {
    display: block;
  }
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media all and (max-width: 990px) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
}
@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
}
/**! Element Size **/
.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
  height: auto;
  padding: 5em 0;
}
@media all and (max-width: 767px) {
  .height-100,
  .height-90,
  .height-80,
  .height-70,
  .height-60,
  .height-50,
  .height-40,
  .height-30,
  .height-20,
  .height-10 {
    height: auto;
    padding: 4em 0;
  }
}
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}
/**! Images **/
img {
  max-width: 100%;
  margin-bottom: 1.625em;
}
p + img,
img:last-child {
  margin-bottom: 0;
}
.img--fullwidth {
  width: 100%;
}
[data-grid="2"].masonry {
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-count: 2;
  -moz-column-gap: 0;
  column-count: 2;
  column-gap: 0;
}
[data-grid="2"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="2"] li {
  width: 50%;
  display: inline-block;
}
[data-grid="3"].masonry {
  -webkit-column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-count: 3;
  -moz-column-gap: 0;
  column-count: 3;
  column-gap: 0;
}
[data-grid="3"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="3"] li {
  width: 33.33333333%;
  display: inline-block;
}
[data-grid="4"].masonry {
  -webkit-column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-count: 4;
  -moz-column-gap: 0;
  column-count: 4;
  column-gap: 0;
}
[data-grid="4"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="4"] li {
  width: 25%;
  display: inline-block;
}
[data-grid="5"].masonry {
  -webkit-column-count: 5;
  -webkit-column-gap: 0;
  -moz-column-count: 5;
  -moz-column-gap: 0;
  column-count: 5;
  column-gap: 0;
}
[data-grid="5"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="5"] li {
  width: 20%;
  display: inline-block;
}
[data-grid="6"].masonry {
  -webkit-column-count: 6;
  -webkit-column-gap: 0;
  -moz-column-count: 6;
  -moz-column-gap: 0;
  column-count: 6;
  column-gap: 0;
}
[data-grid="6"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="6"] li {
  width: 16.66666667%;
  display: inline-block;
}
[data-grid="7"].masonry {
  -webkit-column-count: 7;
  -webkit-column-gap: 0;
  -moz-column-count: 7;
  -moz-column-gap: 0;
  column-count: 7;
  column-gap: 0;
}
[data-grid="7"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="7"] li {
  width: 14.28571429%;
  display: inline-block;
}
[data-grid="8"].masonry {
  -webkit-column-count: 8;
  -webkit-column-gap: 0;
  -moz-column-count: 8;
  -moz-column-gap: 0;
  column-count: 8;
  column-gap: 0;
}
[data-grid="8"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="8"] li {
  width: 12.5%;
  display: inline-block;
}
@media all and (max-width: 767px) {
  [data-grid]:not(.masonry) li {
    width: 33.333333%;
  }
  [data-grid="2"]:not(.masonry) li {
    width: 50%;
  }
  [data-grid].masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  opacity: 0;
  background: #171717;
}
.background-image-holder.background--bottom {
  background-position: 50% 100% !important;
}
.background-image-holder.background--top {
  background-position: 50% 0% !important;
}
.image--light .background-image-holder {
  background: none;
}
.background-image-holder img {
  display: none;
}
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: '';
  background: #171717;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay] *:not(.container):not(.background-image-holder):not(.instafeed--background) {
  z-index: 2;
}
[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #4876ff;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}
[data-scrim-bottom] {
  position: relative;
}
[data-scrim-bottom]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #171717 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #171717));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #171717 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #171717 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #171717 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #171717 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
  backface-visibility: hidden;
}
[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
  color: #a2a2a2;
  color: #eeeeee;
}
[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
  color: #d4d4d4;
}
[data-scrim-bottom].image--light:before {
  background: #fff;
}
[data-scrim-bottom="1"]:before {
  opacity: 0.1;
}
[data-scrim-bottom="2"]:before {
  opacity: 0.2;
}
[data-scrim-bottom="3"]:before {
  opacity: 0.3;
}
[data-scrim-bottom="4"]:before {
  opacity: 0.4;
}
[data-scrim-bottom="5"]:before {
  opacity: 0.5;
}
[data-scrim-bottom="6"]:before {
  opacity: 0.6;
}
[data-scrim-bottom="7"]:before {
  opacity: 0.7;
}
[data-scrim-bottom="8"]:before {
  opacity: 0.8;
}
[data-scrim-bottom="9"]:before {
  opacity: 0.9;
}
[data-scrim-bottom="10"]:before {
  opacity: 1;
}
[data-scrim-top] {
  position: relative;
}
[data-scrim-top]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(bottom, #171717 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #171717), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #171717 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #171717 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #171717 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #171717 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
  color: #fff;
}
[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
  color: #d4d4d4;
}
[data-scrim-top].image--light:before {
  background: #fff;
}
[data-scrim-top="1"]:before {
  opacity: 0.1;
}
[data-scrim-top="2"]:before {
  opacity: 0.2;
}
[data-scrim-top="3"]:before {
  opacity: 0.3;
}
[data-scrim-top="4"]:before {
  opacity: 0.4;
}
[data-scrim-top="5"]:before {
  opacity: 0.5;
}
[data-scrim-top="6"]:before {
  opacity: 0.6;
}
[data-scrim-top="7"]:before {
  opacity: 0.7;
}
[data-scrim-top="8"]:before {
  opacity: 0.8;
}
[data-scrim-top="9"]:before {
  opacity: 0.9;
}
[data-scrim-top="10"]:before {
  opacity: 1;
}
.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #171717;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #555555;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
  color: #fff;
}
div[data-overlay] p,
div[data-overlay] ul {
  color: #fff;
}
.parallax {
  overflow: hidden;
}
.parallax .background-image-holder {
  transition: none !important;
}
/**! Colors **/
body {
  background: #f9f8f2;
}
.color--primary {
  color: #4876ff !important;
}
a {
  color: #4876ff;
}
.color--white {
  color: #fff;
}
.color--dark {
  color: #171717;
}
.bg--dark {
  background: #0f0f0f;
}
.bg--dark *:not(a) {
  color: #f5f5f5;
}
.bg--dark a:not(.btn) {
  color: #fff;
}
.bg--white {
  background: #fff;
}
.bg--site {
  background: #f9f8f2;
}
.bg--secondary {
  background: #f4f4f4;
}
.bg--primary {
  background: #4876ff;
}
.bg--primary p,
.bg--primary span,
.bg--primary ul,
.bg--primary a:not(.btn) {
  color: #fff;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
  color: #fff;
}
.bg--white {
  background: #fff;
}
.bg--white p,
.bg--white span,
.bg--white ul,
.bg--white a:not(.btn) {
  color: #555555;
}
.bg--white h1,
.bg--white h2,
.bg--white h3,
.bg--white h4,
.bg--white h5,
.bg--white h6,
.bg--white i {
  color: #171717;
}
.image-bg:not(.image-light) *:not(a) {
  color: #fff;
}
.color--facebook {
  color: #3b5998;
}
.color--twitter {
  color: #00aced;
}
.color--googleplus {
  color: #dd4b39;
}
.color--instagram {
  color: #125688;
}
.color--pinterest {
  color: #cb2027;
}
.color--dribbble {
  color: #ea4c89;
}
.color--behance {
  color: #053eff;
}
.bg--facebook {
  background: #3b5998;
  color: #fff;
}
.bg--twitter {
  background: #00aced;
  color: #fff;
}
.bg--googleplus {
  background: #dd4b39;
  color: #fff;
}
.bg--instagram {
  background: #125688;
  color: #fff;
}
.bg--pinterest {
  background: #cb2027;
  color: #fff;
}
.bg--dribbble {
  background: #ea4c89;
  color: #fff;
}
.bg--behance {
  background: #053eff;
  color: #fff;
}
/**! Buttons **/
.btn {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 100px;
  padding-top: 0.54166667em;
  padding-bottom: 0.65em;
  padding-right: 3.25em;
  padding-left: 3.25em;
  border: 1px solid #171717;
  border-width: 2px;
  font-size: inherit;
  line-height: 1.625em;
}
.btn .btn__text,
.btn i {
  color: #222222;
  border-color: #222222;
  font-weight: 400;
  font-size: 0.6875em;
}
.btn + .btn {
  margin-left: 1.625em;
}
.btn[class*='col-'] {
  margin-left: 0;
  margin-right: 0;
}
.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn.bg--facebook,
.btn.bg--twitter,
.btn.bg--instagram,
.btn.bg--googleplus,
.btn.bg--pinterest,
.btn.bg--dribbble,
.btn.bg--behance {
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn.bg--facebook .btn__text,
.btn.bg--twitter .btn__text,
.btn.bg--instagram .btn__text,
.btn.bg--googleplus .btn__text,
.btn.bg--pinterest .btn__text,
.btn.bg--dribbble .btn__text,
.btn.bg--behance .btn__text {
  color: #fff;
}
.btn.bg--facebook .btn__text i,
.btn.bg--twitter .btn__text i,
.btn.bg--instagram .btn__text i,
.btn.bg--googleplus .btn__text i,
.btn.bg--pinterest .btn__text i,
.btn.bg--dribbble .btn__text i,
.btn.bg--behance .btn__text i {
  color: #fff;
}
.btn.bg--facebook:hover,
.btn.bg--twitter:hover,
.btn.bg--instagram:hover,
.btn.bg--googleplus:hover,
.btn.bg--pinterest:hover,
.btn.bg--dribbble:hover,
.btn.bg--behance:hover {
  opacity: .9;
}
.btn:first-child {
  margin-left: 0;
}
.btn:last-child {
  margin-right: 0;
}
.btn--xs {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1.625em;
  padding-left: 1.625em;
}
.btn--sm {
  padding-top: 0.36111111em;
  padding-bottom: 0.43333333em;
  padding-right: 2.16666667em;
  padding-left: 2.16666667em;
}
.btn--lg {
  padding-top: 0.67708333em;
  padding-bottom: 0.8125em;
  padding-right: 4.0625em;
  padding-left: 4.0625em;
}
.btn--lg .btn__text {
  font-size: 0.859375em;
}
.btn--primary,
.btn--primary:visited {
  background: #4876ff;
  border-color: #4876ff;
}
.btn--primary .btn__text,
.btn--primary:visited .btn__text {
  color: #fff;
}
.btn--primary .btn__text i,
.btn--primary:visited .btn__text i {
  color: #fff;
}
.btn--primary:hover {
  background: #6289ff;
}
.btn--primary:active {
  background: #2e63ff;
}
.btn--secondary {
  background: #f4f4f4;
  border-color: #f4f4f4;
}
.btn--secondary:hover {
  background: #f9f9f9;
}
.btn--secondary:active {
  background: #efefef;
}
.btn--white {
  background: #fff;
  color: #222222;
  border-color: #fff;
}
.btn--white i {
  color: #222222;
}
.btn--transparent {
  background: none;
  border-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}
.btn--transparent.btn--white .btn__text {
  color: #fff;
}
.btn--unfilled {
  background: none;
}
.btn--unfilled.btn--white .btn__text {
  color: #fff;
}
.btn--unfilled.btn--white i {
  color: #fff;
}
.btn--floating {
  position: fixed;
  bottom: 3.25em;
  right: 3.25em;
  z-index: 10;
}
/**! Boxes **/
.boxed {
  position: relative;
  overflow: hidden;
  padding: 3.25em;
  margin-bottom: 30px;
}
.boxed.boxed--lg {
  padding: 4.875em;
}
.boxed.boxed--sm {
  padding: 2.16666667em;
}
.boxed.boxed--border {
  border: 1px solid #aaaaaa;
}
.boxed div[class*='col-']:first-child:not(.boxed) {
  padding-left: 0;
}
.boxed div[class*='col-']:last-child:not(.boxed) {
  padding-right: 0;
}
img + .boxed {
  margin-top: -1.625em;
}
@media all and (max-width: 767px) {
  .boxed {
    padding: 2.16666667em;
    margin-bottom: 15px;
  }
  .boxed.boxed--lg {
    padding: 2.16666667em;
  }
  .boxed div[class*='col-']:not(.boxed) {
    padding: 0;
  }
  .boxed:last-child {
    margin-bottom: 15px;
  }
  .row:last-child div[class*='col-']:last-child .boxed:last-child {
    margin-bottom: 0;
  }
}
/**! Icons **/
.icon {
  line-height: 1em;
  font-size: 1.4375em;
}
.icon--sm {
  font-size: 1.4375em;
}
.icon--lg {
  font-size: 2em;
}
/**! Lists **/
.list-inline li {
  padding: 0 1em;
}
.list-inline li:first-child {
  padding-left: 0;
}
.list-inline li:last-child {
  padding-right: 0;
}
.list-inline.list-inline--narrow li {
  padding: 0 .5em;
}
.list-inline.list-inline--wide li {
  padding: 0 2em;
}
/**! Lightbox **/
.lb-outerContainer {
  border-radius: 0;
}
.lb-outerContainer .lb-container {
  padding: 0;
}
.lb-outerContainer .lb-container img {
  margin: 0;
}
.lightbox-gallery {
  overflow: hidden;
}
.lightbox-gallery li {
  float: left;
}
.lightbox-gallery li img {
  margin: 0;
  width: 100%;
}
.lightbox-gallery.gallery--gaps li {
  padding: 0.40625em;
}
/**! Form Elements **/
form {
  max-width: 100%;
  overflow: hidden;
}
form + form {
  margin-top: 30px;
}
label {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select,
input[type="tel"],
input[type="url"],
input[type="search"] {
  padding: 0;
  border-radius: 0;
  border: none;
}
input[type="text"]:not(button),
input[type="email"]:not(button),
input[type="password"]:not(button),
textarea:not(button),
select:not(button),
input[type="tel"]:not(button),
input[type="url"]:not(button),
input[type="search"]:not(button) {
  background: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
  outline: none;
}
input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
textarea:active,
select:active,
input[type="tel"]:active,
input[type="url"]:active,
input[type="search"]:active {
  outline: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
  color: #d4d4d4;
  font-size: 1em;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #d4d4d4;
  font-size: 1em;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #d4d4d4;
  font-size: 1em;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
  color: #d4d4d4;
  font-size: 1em;
}
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
}
select {
  cursor: pointer;
  padding-right: 0;
  -webkit-appearance: none;
}
select::ms-expand {
  display: none;
}
input[type="submit"] {
  background: none;
  outline: none;
  border: none;
  background: #4876ff;
  padding: 0 3.25em 0 3.25em;
  color: #fff;
}
@keyframes load {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    width: 100%;
    opacity: .8;
    left: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
button {
  background: none;
}
button[type="submit"].btn--loading {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  color: rgba(0, 0, 0, 0);
}
button[type="submit"].btn--loading * {
  opacity: 0;
}
button[type="submit"].btn--loading:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: #ddd;
  animation: load 1.5s ease-out infinite;
  left: 0;
  top: 0;
}
button[type="submit"].btn--loading .btn__text {
  opacity: 0;
}
button:focus {
  outline: none !important;
}
.input-checkbox,
.input-radio,
.input-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
}
.input-checkbox .inner,
.input-radio .inner,
.input-select .inner {
  display: inline-block;
}
.input-checkbox input,
.input-radio input,
.input-select input {
  display: none;
}
.input-checkbox.checked .inner,
.input-radio.checked .inner,
.input-select.checked .inner {
  background: #4876ff;
}
.input-checkbox label,
.input-radio label,
.input-select label {
  display: block;
}
.input-checkbox {
  padding: 0;
}
.input-checkbox .inner {
  width: 1.625em;
  height: 1.625em;
  border-radius: 50%;
  background: #000;
}
.input-radio {
  padding: 0.8125em;
}
.input-radio .inner {
  width: 0.8125em;
  height: 0.8125em;
  border-radius: 50%;
  background: #000;
}
.input-select {
  position: relative;
}
.input-select i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 1em;
  font-size: .87em;
}
.input-file {
  position: relative;
  display: inline-block;
}
.input-file input {
  display: none;
}
.form-error {
  margin-top: 1.5625em;
  padding: 0.78125em;
  background: #D84D4D;
  color: #fff;
  position: fixed;
  min-width: 350px;
  left: 50%;
  bottom: 1.5625em;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  z-index: 999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.form-success {
  margin-top: 1.5625em;
  padding: 0.78125em;
  background: #1DC020;
  color: #fff;
  position: fixed;
  min-width: 350px;
  left: 50%;
  bottom: 1.5625em;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  z-index: 999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.attempted-submit .field-error {
  border-color: #D84D4D !important;
}
/**! Sliders **/
section.slider {
  padding: 0 !important;
  overflow: hidden;
  position: relative;
}
section.slider .owl-theme .owl-controls .owl-nav div.owl-prev,
section.slider .owl-theme .owl-controls .owl-nav div.owl-next {
  color: #fff;
}
.slides {
  margin: 0;
  overflow: hidden;
}
.slides li > [class*='col-']:first-child:last-child:not([class*='offset']) {
  width: 100% !important;
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider .slides li {
  position: relative;
  padding: 0 0;
}
.slider.space--lg .slides li {
  padding: 0 0;
}
.slider.space--xlg .slides li {
  padding: 0 0;
}
.slider:hover .flex-direction-nav a {
  opacity: 1;
}
.slider.height-10 {
  height: auto;
}
.slider.height-10 .slides li {
  height: 10vh;
  padding: 0;
}
.slider.height-20 {
  height: auto;
}
.slider.height-20 .slides li {
  height: 20vh;
  padding: 0;
}
.slider.height-30 {
  height: auto;
}
.slider.height-30 .slides li {
  height: 30vh;
  padding: 0;
}
.slider.height-40 {
  height: auto;
}
.slider.height-40 .slides li {
  height: 40vh;
  padding: 0;
}
.slider.height-50 {
  height: auto;
}
.slider.height-50 .slides li {
  height: 50vh;
  padding: 0;
}
.slider.height-60 {
  height: auto;
}
.slider.height-60 .slides li {
  height: 60vh;
  padding: 0;
}
.slider.height-70 {
  height: auto;
}
.slider.height-70 .slides li {
  height: 70vh;
  padding: 0;
}
.slider.height-80 {
  height: auto;
}
.slider.height-80 .slides li {
  height: 80vh;
  padding: 0;
}
.slider.height-90 {
  height: auto;
}
.slider.height-90 .slides li {
  height: 90vh;
  padding: 0;
}
.slider.height-100 {
  height: auto;
}
.slider.height-100 .slides li {
  height: 100vh;
  padding: 0;
}
.slider.slider-controls--white .flex-direction-nav a {
  color: #fff;
}
.slider.slider-controls--white .flex-control-paging a {
  background: #fff;
}
.slider[data-animation="slide"] .slides li {
  -webkit-backface-visibility: hidden;
}
@media all and (max-width: 767px) {
  .slider[class*='height-'] .slides li {
    height: auto;
    padding: 0 0;
  }
  .slider.space--lg .slides li {
    padding: 0 0;
  }
  .slider.space--xlg .slides li {
    padding: 0 0;
  }
}
.owl-theme .owl-controls {
  margin: 0;
}
.owl-theme .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 1.625em;
  z-index: 99;
  text-align: center;
}
.owl-theme .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 0.40625em;
  overflow: hidden;
}
.owl-theme .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  box-shadow: none;
  margin: 0;
}
.owl-theme .owl-controls .owl-dots .owl-dot span:hover {
  background: #ffffff;
}
.owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.owl-theme .owl-controls .owl-nav {
  position: absolute;
  z-index: 99;
  top: 50%;
  width: 100%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}
.owl-theme .owl-controls .owl-nav div {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  position: absolute;
  margin: 0;
  padding: 0;
  background: none;
}
.owl-theme .owl-controls .owl-nav div:before {
  font-family: 'icomoon';
  font-size: 2em;
  text-align: center;
}
.owl-theme .owl-controls .owl-nav div.owl-next {
  right: 1.625em;
}
.owl-theme .owl-controls .owl-nav div.owl-next:before {
  content: "\e660";
}
.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 1.625em;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before {
  content: "\e650";
}
.slider.slider--controlsoutside {
  overflow: visible;
}
.slider.slider--controlsoutside .slides li {
  padding: 0;
}
.slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots {
  position: relative;
  bottom: 0;
}
.slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots .owl-dot {
  display: inline-block;
}
.slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots .owl-dot span {
  background: #171717;
  display: inline-block;
}
.slider.slider--controlsoutside[data-arrows="true"] .owl-theme .owl-controls .owl-nav .owl-next {
  right: -4em;
}
.slider.slider--controlsoutside[data-arrows="true"] .owl-theme .owl-controls .owl-nav .owl-prev {
  left: -4em;
}
.imagebg .slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots,
section.bg--dark .slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots {
  position: relative;
  bottom: 0;
}
.imagebg .slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots .owl-dot span,
section.bg--dark .slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots .owl-dot span {
  background: #fff;
}
/**! Hover Elements **/
.hover-element {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.hover-element * {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.hover-element .hover-element__reveal {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.hover-element .hover-element__reveal .boxed {
  height: 100%;
}
.hover-element:hover .hover-element__reveal,
.hover-element.hover--active .hover-element__reveal {
  opacity: 1;
}
.hover-element img {
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .hover-element {
    cursor: pointer;
  }
}
.row:last-child div[class*='col-']:last-child .hover-element {
  margin-bottom: 0;
}
/**! Modals **/
.modal-instance .modal-body {
  display: none;
}
.modal-container {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-container.modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.modal-container:before {
  background: rgba(0, 0, 0, 0.85);
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal-container .modal-content {
  backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 100%;
  overflow-y: auto;
  border: none;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal-container .modal-content:not(.height--natural) {
  width: 50%;
  height: 50%;
}
.modal-container .modal-content .modal-close-cross {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  top: 1em;
  right: 1em;
  z-index: 99;
}
.modal-container .modal-content .modal-close-cross:before {
  content: '\2715';
  font-size: 1.5em;
}
.modal-container .modal-content .modal-close-cross:hover {
  opacity: 1;
}
.modal-container .modal-content.imagebg:not(.image--light) .modal-close-cross:before {
  color: #fff;
}
.modal-container .modal-content iframe {
  width: 100%;
  outline: none;
  border: none;
  height: 100%;
  backface-visibility: hidden;
}
.modal-container .modal-content iframe:first-child + .modal-close-cross:last-child {
  top: -3.25em;
}
@media all and (max-width: 767px) {
  .modal-container .modal-content {
    width: 97% !important;
    height: auto !important;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
/**! Notifications **/
.notification {
  max-width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: fixed;
  z-index: 99;
  pointer-events: none;
  padding: 0;
  margin: 1em;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.notification:not([class*='bg-']) {
  background: #fff;
}
.notification[class*='col-'] {
  min-width: 400px;
}
.notification .notification-close-cross {
  position: absolute;
  top: 1em;
  z-index: 99;
  right: 1em;
  cursor: pointer;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  opacity: .7;
}
.notification .notification-close-cross:before {
  content: '\2715';
  font-size: 1.5em;
}
.notification .notification-close-cross:hover {
  opacity: 1;
}
.notification.notification--reveal {
  z-index: 99;
  pointer-events: initial;
}
.notification.notification--reveal[data-animation="from-bottom"] {
  animation: from-bottom 0.3s linear 0s forwards;
  -webkit-animation: from-bottom 0.3s linear 0s forwards;
  -moz-animation: from-bottom 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-top"] {
  animation: from-top 0.3s linear 0s forwards;
  -webkit-animation: from-top 0.3s linear 0s forwards;
  -moz-animation: from-top 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-left"] {
  animation: from-left 0.3s linear 0s forwards;
  -webkit-animation: from-left 0.3s linear 0s forwards;
  -moz-animation: from-left 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-right"] {
  animation: from-right 0.3s linear 0s forwards;
  -webkit-animation: from-right 0.3s linear 0s forwards;
  -moz-animation: from-right 0.3s linear 0s forwards;
}
.notification.notification--dismissed {
  animation: fade-out 0.4s linear 0s forwards !important;
  -webkit-animation: fade-out 0.4s linear 0s forwards !important;
  -moz-animation: fade-out 0.4s linear 0s forwards !important;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .notification[class*='col-'] {
    min-width: 0;
  }
}
@keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes from-left {
  from {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-left {
  from {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-left {
  from {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**! Transitions **/
[class*='transition--'] {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0;
}
[class*='transition--'].transition--active {
  opacity: 1;
}
.transition--scale {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
}
.transition--scale.transition--active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.transition--slide {
  transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(30vw, 0, 0);
  -webkit-transform: translate3d(30vw, 0, 0);
}
.transition--slide.transition--active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
/**! Video **/
iframe {
  width: 100%;
  min-height: 350px;
  border: none;
}
@media all and (max-width: 767px) {
  iframe {
    min-height: 220px;
  }
}
.videobg {
  background: #171717;
  position: relative;
  overflow: hidden;
}
.videobg .container,
.videobg .background-image-holder {
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.videobg .background-image-holder {
  opacity: 0 !important;
}
.videobg.video-active .container {
  opacity: 1;
}
.videobg.video-active .loading-indicator {
  opacity: 0;
  visibility: hidden;
}
.videobg video {
  object-fit: cover;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: 0 !important;
}
@media all and (max-width: 1024px) {
  .videobg .background-image-holder,
  .videobg .container {
    opacity: 1 !important;
  }
  .videobg .loading-indicator {
    display: none;
  }
  .videobg video {
    display: none;
  }
}
.youtube-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0 !important;
}
.youtube-background .mb_YTPBar {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
@media all and (max-width: 1024px) {
  .youtube-background {
    display: none;
  }
}
.loading-indicator {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 99 !important;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: loading-spinner 1s infinite ease-in-out;
  animation: loading-spinner 1s infinite ease-in-out;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes loading-spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.video-cover {
  position: relative;
}
.video-cover video {
  max-width: 100%;
}
.video-cover iframe {
  background: #171717;
}
.video-cover .background-image-holder {
  z-index: 3;
}
.video-cover .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}
.video-cover .video-play-icon,
.video-cover .background-image-holder {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.video-cover.reveal-video .video-play-icon,
.video-cover.reveal-video .background-image-holder {
  opacity: 0 !important;
  pointer-events: none;
}
.video-cover[data-scrim-bottom]:before,
.video-cover[data-overlay]:before,
.video-cover[data-scrim-top]:before {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  z-index: 4;
}
.video-cover.reveal-video[data-scrim-bottom]:before,
.video-cover.reveal-video[data-overlay]:before,
.video-cover.reveal-video[data-scrim-top]:before {
  opacity: 0;
  pointer-events: none;
}
.video-play-icon {
  width: 4.875em;
  height: 4.875em;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  display: inline-block;
  border: 2px solid #ffffff;
  cursor: pointer;
  background: #ffffff;
}
.video-play-icon.video-play-icon--sm {
  width: 2.4375em;
  height: 2.4375em;
}
.video-play-icon.video-play-icon--sm:before {
  border-width: 4px 0 4px 9px;
}
.video-play-icon:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -4px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  border-color: transparent transparent transparent #808080;
}
.video-play-icon.video-play-icon--dark {
  border-color: #171717;
  background: #171717;
}
.video-play-icon.video-play-icon--dark:before {
  border-color: transparent transparent transparent #171717;
}
.video-play-icon.video-play-icon--dark:before {
  border-color: transparent transparent transparent #fff;
}
@media all and (max-width: 767px) {
  .video-play-icon {
    width: 3.25em;
    height: 3.25em;
  }
}
div[class*='col-'][class*='12']:not([class*='xs-12']) .video-cover iframe {
  min-height: 550px;
}
@media all and (max-width: 990px) {
  div[class*='col-'][class*='12']:not([class*='xs-12']) .video-cover iframe {
    min-height: 350px;
  }
}
div[class*='col-'][class*='10'] .video-cover iframe {
  min-height: 450px;
}
div[class*='col-'][class*='8'] .video-cover iframe {
  min-height: 400px;
}
div[class*='col-'][class*='6'] .video-cover iframe {
  min-height: 350px;
}
@media all and (max-width: 1200px) {
  div[class*='col-'][class*='6'] .video-cover iframe {
    min-height: 300px;
  }
}
@media all and (max-width: 990px) {
  div[class*='col-'][class*='6'] .video-cover iframe {
    min-height: 220px;
  }
}
@media all and (max-width: 767px) {
  div[class*='col-'] .video-cover iframe {
    min-height: 220px !important;
  }
}
.modal-container video {
  max-width: 100%;
}
/**! Spacing **/
section,
footer {
  padding-top: 0;
  padding-bottom: 0;
}
section.space--sm,
footer.space--sm {
  padding-top: 0;
  padding-bottom: 0;
}
section.space--lg,
footer.space--lg {
  padding-top: 0;
  padding-bottom: 0;
}
section.space--xlg,
footer.space--xlg {
  padding-top: 0;
  padding-bottom: 0;
}
section.space--0,
footer.space--0 {
  padding: 0;
}
section.section--even,
footer.section--even {
  padding-top: 0;
  padding-bottom: 0;
}
section.space-bottom--sm,
footer.space-bottom--sm {
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  section,
  footer,
  section.section--even {
    padding: 0 0;
  }
  section.space--lg,
  footer.space--lg,
  section.section--even.space--lg {
    padding: 0 0;
  }
  section.space--xlg,
  footer.space--xlg,
  section.section--even.space--xlg {
    padding: 0 0;
  }
}
div[class*='col-'] > div[class*='col-']:first-child {
  padding-left: 0;
}
div[class*='col-'] > div[class*='col-']:last-child {
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .col-xs-6:nth-child(odd) {
    padding-right: 7.5px;
  }
  .col-xs-6:nth-child(even) {
    padding-left: 7.5px;
  }
}
/**! Theme Overrides **/
/* Theme - Grid */
div[class*='col-'] {
  padding-left: 1.625em;
  padding-right: 1.625em;
}
.row {
  margin-left: -1.625em;
  margin-right: -1.625em;
}
.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  div[class*='col-']:not(:last-child) {
    margin-bottom: 1.625em;
  }
}
@media all and (min-width: 768px) {
  .container {
    width: 60em;
  }
}
@media all and (max-width: 990px) {
  div[class*='col-'] {
    padding-left: 0.8125em;
    padding-right: 0.8125em;
  }
  .row {
    margin-left: -0.8125em;
    margin-right: -0.8125em;
  }
  .container {
    padding-left: 1.625em;
    padding-right: 1.625em;
  }
}
@media all and (min-width: 1024px) {
  .container {
    width: 67em;
  }
  div[class*='col-'] {
    padding-left: 0.8125em;
    padding-right: 0.8125em;
  }
  .row {
    margin-left: -0.8125em;
    margin-right: -0.8125em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
    box-sizing: border-box;
  }
}
@media all and (min-width: 1200px) {
  .container {
    width: 68em;
  }
}
@media all and (min-width: 1440px) {
  .container {
    width: 78em;
  }
}
@media all and (min-width: 1500px) {
  .container {
    width: 87em;
  }
}
body.imagebg {
  min-height: 100vh;
}
/* Theme - Typography */
.type--fade {
  opacity: .5;
}
a .type--fade {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
a .type--fade:hover {
  opacity: 1;
}
.bg--primary blockquote,
.bg--primary figure {
  color: #fff;
}
blockquote {
  font-style: italic;
}
figcaption {
  font-size: 0.6875em;
  line-height: 2.36363636em;
}
h1 {
  margin-bottom: 0.8125em;
}
h2,
h3 {
  margin-bottom: 1.1304347826087em;
}
h5,
h4 {
  margin-bottom: 1.625em;
}
h6 {
  margin-bottom: 2.36363636363636em;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p.lead {
  font-weight: 400;
  margin-bottom: 1.1304347826087em;
}
p.lead strong {
  font-weight: 500;
}
.bg--primary ::-moz-selection {
  background: #aec2ff;
}
.bg--primary ::selection {
  background: #aec2ff;
}
.bg--dark ::-moz-selection {
  background: #979797;
}
.bg--dark ::selection {
  background: #979797;
}
@media all and (max-width: 1024px) {
  html {
    font-size: 87.5%;
  }
}
/* Theme - Images */
img + img {
  margin-top: -0.8125em;
}
.hover-image img {
  position: absolute;
  max-width: 800px;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  top: -200px;
  pointer-events: none;
  z-index: 10;
  left: 110%;
  z-index: 999;
}
.hover-image:hover img {
  opacity: 1;
}
/* Theme - Links */
.underline {
  text-shadow: 0.03em 0 #f9f8f2, -0.03em 0 #f9f8f2, 0 0.03em #f9f8f2, 0 -0.03em #f9f8f2, 0.06em 0 #f9f8f2, -0.06em 0 #f9f8f2, 0.09em 0 #f9f8f2, -0.09em 0 #f9f8f2, 0.12em 0 #f9f8f2, -0.12em 0 #f9f8f2, 0.15em 0 #f9f8f2, -0.15em 0 #f9f8f2;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  z-index: 2;
  background-image: linear-gradient(#f9f8f2, #f9f8f2), linear-gradient(#f9f8f2, #f9f8f2), linear-gradient(#555555, #555555);
  background-size: .05em 1px, 100% 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
}
.underline:hover,
.underline.active {
  background-size: .05em 1px, .05em 1px, 1px 1px;
}
.underline.active:hover {
  background-size: 100% 1px, .05em 1px, 1px 1px;
}
@media all and (max-width: 1024px) {
  .underline {
    background-size: .05em 1px, .05em 1px, 1px 1px !important;
  }
}
a,
a:focus,
a:visited {
  color: #555555;
}
.imagebg a,
.imagebg a:focus,
.imagebg a:visited {
  color: #fff;
}
.bg--dark a span,
.bg--primary a span {
  color: #fff;
}
.bg--dark a:hover,
.bg--primary a:hover {
  color: #8f8f8f;
}
.bg--dark .underline {
  text-shadow: 0.03em 0 #171717, -0.03em 0 #171717, 0 0.03em #171717, 0 -0.03em #171717, 0.06em 0 #171717, -0.06em 0 #171717, 0.09em 0 #171717, -0.09em 0 #171717, 0.12em 0 #171717, -0.12em 0 #171717, 0.15em 0 #171717, -0.15em 0 #171717;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  z-index: 2;
  background-image: linear-gradient(#171717, #171717), linear-gradient(#171717, #171717), linear-gradient(#ffffff, #ffffff);
  background-size: .05em 1px, 100% 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
}
.bg--dark .underline:hover,
.bg--dark .underline.active {
  background-size: .05em 1px, .05em 1px, 1px 1px;
}
.bg--dark .underline.active:hover {
  background-size: 100% 1px, .05em 1px, 1px 1px;
}
.bg--dark .bg--primary .underline {
  text-shadow: 0.03em 0 #FFF, -0.03em 0 #FFF, 0 0.03em #FFF, 0 -0.03em #FFF, 0.06em 0 #FFF, -0.06em 0 #FFF, 0.09em 0 #FFF, -0.09em 0 #FFF, 0.12em 0 #FFF, -0.12em 0 #FFF, 0.15em 0 #FFF, -0.15em 0 #FFF;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  z-index: 2;
  background-image: linear-gradient(#FFF, #FFF), linear-gradient(#FFF, #FFF), linear-gradient(#ffffff, #ffffff);
  background-size: .05em 1px, 100% 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
}
.bg--dark .bg--primary .underline:hover,
.bg--dark .bg--primary .underline.active {
  background-size: .05em 1px, .05em 1px, 1px 1px;
}
.bg--dark .bg--primary .underline.active:hover {
  background-size: 100% 1px, .05em 1px, 1px 1px;
}
.bg--primary .underline {
  text-shadow: 0.03em 0 #FFF, -0.03em 0 #FFF, 0 0.03em #FFF, 0 -0.03em #FFF, 0.06em 0 #FFF, -0.06em 0 #FFF, 0.09em 0 #FFF, -0.09em 0 #FFF, 0.12em 0 #FFF, -0.12em 0 #FFF, 0.15em 0 #FFF, -0.15em 0 #FFF;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  z-index: 2;
  background-image: linear-gradient(#FFF, #FFF), linear-gradient(#FFF, #FFF), linear-gradient(#ffffff, #ffffff);
  background-size: .05em 1px, 100% 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
}
.bg--primary .underline:hover,
.bg--primary .underline.active {
  background-size: .05em 1px, .05em 1px, 1px 1px;
}
.bg--primary .underline.active:hover {
  background-size: 100% 1px, .05em 1px, 1px 1px;
}
.bg--primary .bg--dark .underline {
  text-shadow: 0.03em 0 #171717, -0.03em 0 #171717, 0 0.03em #171717, 0 -0.03em #171717, 0.06em 0 #171717, -0.06em 0 #171717, 0.09em 0 #171717, -0.09em 0 #171717, 0.12em 0 #171717, -0.12em 0 #171717, 0.15em 0 #171717, -0.15em 0 #171717;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  z-index: 2;
  background-image: linear-gradient(#171717, #171717), linear-gradient(#171717, #171717), linear-gradient(#ffffff, #ffffff);
  background-size: .05em 1px, 100% 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
}
.bg--primary .bg--dark .underline:hover,
.bg--primary .bg--dark .underline.active {
  background-size: .05em 1px, .05em 1px, 1px 1px;
}
.bg--primary .bg--dark .underline.active:hover {
  background-size: 100% 1px, .05em 1px, 1px 1px;
}
.bg--white .underline {
  text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  z-index: 2;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#555555, #555555);
  background-size: .05em 1px, 100% 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
}
.bg--white .underline:hover,
.bg--white .underline.active {
  background-size: .05em 1px, .05em 1px, 1px 1px;
}
.bg--white .underline.active:hover {
  background-size: 100% 1px, .05em 1px, 1px 1px;
}
.bg--white p,
.bg--white span,
.bg--white a,
.bg--white ul,
.bg--white label {
  color: #555555;
}
.bg--white a span {
  color: #555555;
}
.bg--white h1,
.bg--white h2,
.bg--white h3,
.bg--white h4,
.bg--white h5,
.bg--white h6 {
  color: #171717;
}
.imagebg .underline {
  text-shadow: none !important;
  background-image: none !important;
  text-decoration: underline;
}
a:hover {
  color: #555555;
}
[class*='transition-']:not(.transition--active) {
  cursor: wait;
}
[class*='transition-'].transition--active {
  cursor: default;
}
/* Theme - Loader */
.loader {
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
  overflow: hidden;
  pointer-events: none;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.loader.loader--fade {
  opacity: 0;
}
.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -25%;
  width: 25%;
  height: 3px;
  background-color: #FFF;
  animation: loading 3s linear infinite;
}
.bg--primary .loader:before {
  background-color: #fff;
}
@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 125%;
  }
}
/* Theme - Header */
header {
  padding-top: 3.25em;
  padding-bottom: 3.25em;
}
header .logo {
  display: block;
}
header .logo img {
  max-height: 1.08333333em;
}
header .logo.logo--lg img {
  max-height: 1.625em;
}
header a:not(:last-child) {
  display: inline-block;
  margin-right: 1.625em;
}
@media all and (max-width: 767px) {
  header {
    padding-bottom: 4.875em;
  }
  header a {
    display: block;
  }
  header a:not(:last-child) {
    margin-bottom: 0.40625em;
  }
  header .logo {
    margin-bottom: 0.8125em;
  }
}
/* Theme - Navigation */
nav a.link-current {
  pointer-events: none;
}
nav a.link-current .underline {
  background-image: none;
  opacity: 1;
}
nav li {
  margin-bottom: 0.27083333em;
}
h1 + nav {
  margin-top: 4.875em;
}
@media all and (max-width: 767px) {
  h1 + nav {
    margin-top: 1.625em;
  }
}
.nav-inline {
  margin-bottom: 4.875em;
}
@media all and (max-width: 767px) {
  .nav-inline {
    margin-bottom: 3.25em;
  }
}
.navigation--horizontal li {
  display: inline-block;
  margin-bottom: 0;
}
.navigation--horizontal li:not(:last-child) {
  margin-right: 3.25em;
}
@media all and (max-width: 767px) {
  .navigation--horizontal li {
    display: block;
  }
  .navigation--horizontal li:not(:last-child) {
    margin-bottom: 0.40625em;
    margin-right: 0;
  }
}
/* Theme - Footer */
footer {
  padding-top: 9.75em;
  padding-bottom: 4.875em;
}
footer .social-networks {
  margin: 0;
}
@media all and (max-width: 767px) {
  footer {
    padding-top: 4.875em;
  }
}
/* Theme - Lists */
.social-networks li {
  display: inline-block;
}
.social-networks li:not(:last-child) {
  margin-right: 1.625em;
}
.social-networks li a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: .5;
}
.social-networks li a:hover {
  opacity: 1;
}
.list-resume:not(:first-child) {
  margin-top: 0;
}
.list-resume:not(:last-child) {
  margin-bottom: 0;
}
.list-resume h4 {
  font-weight: 400;
  margin: 0;
}
.list-resume span {
  display: block;
}
.list-resume li:not(:last-child) {
  margin-bottom: 3.25em;
}
.list-menu:not(:first-child) {
  margin-top: 3.25em;
}
.list-menu li:not(:last-child) {
  margin-bottom: 3.25em;
}
.list-menu .menu__title,
.list-menu .menu__description {
  margin: 0;
}
/* Theme - Projects */
.project {
  margin-bottom: 3.25em;
}
.project img {
  margin-bottom: 1.625em;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.project img:hover {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  opacity: .9;
}
.project h4 {
  display: inline-block;
  margin: 0;
}
.project h4:after {
  content: '\00a0 \2014';
}
@media all and (max-width: 767px) {
  .project {
    margin-bottom: 1.625em;
  }
}
.project__description {
  margin-bottom: 6.5em;
}
.project__description h2 {
  margin-bottom: 1.1304347826087em;
}
.project__description p {
  opacity: .8;
}
@media all and (max-width: 767px) {
  .project__description {
    margin-bottom: 3.25em;
  }
}
.project__body {
  overflow: hidden;
}
.project__body img {
  margin-bottom: 3.25em;
}
.project__body p {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 4.5217391304348em;
  margin-bottom: 6.7826086956522em;
}
@media all and (max-width: 768px) {
  .project__body img {
    margin-bottom: 1.625em;
  }
  .project__body p {
    margin-top: 2.2608695652174em;
    margin-bottom: 3.3913043478261em;
    max-width: 586px;
  }
}
.project-2 {
  position: relative;
  display: block;
}
.project-2 a {
  display: inline-block;
}
.project-2 .project__title {
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.project-2:not(:last-child) {
  margin-bottom: 0.8125em;
}
/* Theme - Blog */
.blog-snippet {
  position: relative;
  height: 26em;
  margin-bottom: 3.25em;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.blog-snippet:hover:not(.pos-vertical-center) {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
}
.blog-snippet .blog-snippet__title {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  padding-left: 3.25em;
}
.blog-snippet .blog-snippet__title h4 {
  display: block;
  max-width: 75%;
}
.blog-snippet.imagebg span {
  color: #fff;
}
@media all and (max-width: 767px) {
  .blog-snippet {
    height: 16.25em;
  }
  .blog-snippet.boxed--sm {
    padding-left: 0;
  }
}
div[class*='col-']:not(.col-sm-12) .blog-snippet .background-image-holder {
  background-position: 0 0 !important;
}
.col-sm-12 .blog-snippet .blog-snippet__title h4 {
  max-width: 400px;
}
.blog-snippets-2 .blog-snippet__title span {
  margin-bottom: 0.40625em;
  display: inline-block;
}
.blog-snippets-3 .blog-snippet {
  margin-bottom: 3.25em;
  height: auto;
  position: relative;
}
.blog-snippets-3 .blog-snippet .blog-snippet__title {
  top: 0;
  transform: none;
  padding-left: 0;
}
.blog-snippets-3 .blog-snippet .blog-snippet__title span {
  display: block;
  margin-bottom: 0.40625em;
}
.blog-snippets-3 .blog-snippet .blog-snippet__title h3 {
  margin-bottom: 0.56521739130435em;
  display: inline-block;
}
.blog-snippets-3 .blog-snippet:not(:last-child) {
  padding-bottom: 1.625em;
}
.blog-snippets-3 .blog-snippet:not(:last-child):after {
  position: absolute;
  content: '';
  bottom: 0;
  height: 1px;
  width: 52px;
  background: #fff;
  opacity: .2;
}
.blog-snippets-3 .blog-snippet:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.blog-snippets-4 .blog-snippet {
  height: auto;
}
.blog-snippets-4 .blog-snippet:hover {
  transform: none;
}
.blog-snippets-4 .blog-snippet .blog-snippet__title {
  padding: 0;
  top: 0;
  transform: none;
}
.blog-snippets-4 .blog-snippet .blog-snippet__title h4 {
  max-width: none;
}
.blog-snippets-4 .blog-snippet:hover {
  background: #fff;
}
.blog-snippets-4 .blog-snippet:hover span,
.blog-snippets-4 .blog-snippet:hover h4 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  color: #4876ff;
  opacity: 1;
}
article p,
article ul {
  opacity: .8;
}
article blockquote {
  position: relative;
  margin: 3.39130435em 0;
  left: 6.5em;
}
article p + h4 {
  margin-top: 3.25em;
}
article figure {
  text-align: right;
  margin-bottom: 1.625em;
}
article figure img {
  margin-bottom: 0.8125em;
}
article p + figure {
  margin-top: 3.25em;
}
article figure + p {
  margin-top: 2.4375em;
}
article ul {
  list-style-type: disc;
  list-style-position: inside;
}
article ul li:not(:last-child) {
  margin-bottom: 0.8125em;
}
article .blog-single__title {
  margin-bottom: 4.875em;
}
article .blog-single__title span {
  display: inline-block;
  margin-bottom: 0.40625em;
}
article .blog-single__action {
  margin-top: 4.875em;
}
@media all and (max-width: 767px) {
  article blockquote {
    left: 0;
  }
}
/* Theme - Contact Notification */
.contact-notification {
  box-shadow: none;
  height: 100%;
  width: 50%;
  margin: 0;
}
.contact-notification p:first-child {
  margin-bottom: 3.25em;
}
.contact-notification .h2 {
  display: block;
}
.contact-notification .notification__content {
  max-width: 50%;
  margin: 0 auto;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition-delay: .5s;
  opacity: 0;
  left: 3.25em;
}
.contact-notification.notification--reveal:not(.notification--dismissed) .notification__content {
  opacity: 1;
  left: 0;
}
.contact-notification form {
  margin-top: 4.875em;
}
.contact-notification .notification-close-cross {
  right: 3.25em;
  top: 3.25em;
}
.contact-notification .navigation {
  margin-bottom: 3.25em;
}
@media all and (max-width: 990px) {
  .contact-notification {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .contact-notification .notification__content {
    max-width: none;
    padding: 1.625em;
  }
  .contact-notification form {
    margin-top: 3.25em;
  }
}
form input[type],
form textarea {
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 0.8125em 0;
  margin-bottom: 1.625em;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
form input[type]:focus,
form textarea:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}
form input[type].field-error,
form textarea.field-error {
  border-bottom: 2px solid red;
}
form input[type="date"] {
  background: none;
  border-right: none;
  border-top: none;
  border-left: none;
}
form input[type="date"]:focus {
  outline: none;
}
form textarea {
  margin-bottom: 1.625em;
}
form button {
  border: none;
  display: inline;
  line-height: 21px;
}
form button.btn--loading {
  background-size: 0 !important;
}
form label {
  opacity: .5;
}
form select + label {
  display: block;
}
form div + button {
  margin-top: 1.625em;
}
.bg--dark label,
.bg--primary label {
  color: #fff;
}
.bg--dark button,
.bg--primary button {
  color: #fff;
}
.bg--dark input[type],
.bg--primary input[type],
.bg--dark textarea,
.bg--primary textarea {
  color: #fff;
}
.bg--dark .notification-close-cross,
.bg--primary .notification-close-cross {
  color: #fff;
}
/* Theme - Team */
.team-member {
  text-align: center;
  margin-bottom: 3.25em;
}
.team-member img {
  margin-bottom: 1.625em;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.team-member img:hover {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  opacity: .9;
}
.team-member h4 {
  margin-bottom: 0;
}
.modal-container .modal-content {
  overflow: visible;
}
.team-member-modal .modal-content {
  padding: 6.5em;
  text-align: center;
}
.team-member-modal .modal-close-cross {
  right: auto;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  top: -3.25em !important;
  opacity: .2 !important;
}
.team-member-modal .modal-close-cross:hover {
  opacity: 1 !important;
}
.team-member-modal .team-member__contact {
  margin-bottom: 3.25em;
}
.team-member-modal .team-member__contact a {
  display: block;
}
.team-member-modal .team-member__bio p,
.team-member-modal .team-member__bio ul {
  opacity: .9;
}
.team-member-modal .team-member__bio p + h4 {
  margin-top: 1.69565217391305em;
}
.team-member-modal .team-member__bio ul {
  display: inline-block;
  list-style-type: disc;
  list-style-position: inside;
}
@media all and (max-width: 1024px) {
  .team-member-modal .modal-content {
    min-width: 90%;
    max-height: 100%;
  }
  .team-member-modal .modal-content .modal-close-cross {
    top: 3.25em !important;
  }
}
@media all and (max-width: 767px) {
  .team-member {
    margin-bottom: 1.625em;
  }
  .team-member-modal .modal-content {
    padding: 3.25em;
  }
}
/* Theme - Services */
.service:not(:last-child) {
  margin-bottom: 4.875em;
}
.service h3 {
  margin-bottom: 0.40625em;
}
@media all and (max-width: 767px) {
  .service:not(:last-child) {
    margin-bottom: 3.25em;
  }
}
.service-2 {
  height: 30.875em;
}
.service-2.bg--white h2 {
  font-weight: bold;
}
.service-2.bg--white h2,
.service-2.bg--white p,
.service-2.bg--white ul {
  color: #4876ff;
}
.service-2.bg--white h2 + p {
  margin-top: 4.5217391304348em;
}
.service-2.bg--white p {
  max-width: 95%;
}
.service-2.bg--white ul {
  list-style-type: disc;
  list-style-position: inside;
}
.service-2:last-child {
  margin-bottom: 3.25em;
}
@media all and (max-width: 1024px) {
  .service-2:last-child {
    margin-bottom: 1.625em;
  }
}
@media all and (max-width: 767px) {
  .service-2 {
    height: auto;
  }
  .service-2:last-child {
    margin-bottom: 1.625em;
  }
}
/* Theme - Maps */
.map-container {
  min-height: 780px;
}
@media all and (max-width: 768px) {
  .map-container {
    min-height: auto;
    height: 590px;
  }
}
@media all and (max-width: 767px) {
  .map-container {
    min-height: auto;
    height: 390px;
  }
}
/* Theme - Sections */
.page-container {
  min-height: 100vh;
}
.section-home + footer {
  margin-top: -1.625em;
  padding-top: 0;
  padding-bottom: 9.75em;
}
.section-home nav + img {
  margin-top: 6.5em;
}
@media all and (max-width: 767px) {
  .section-home + footer {
    margin-top: 0;
    padding-top: 1.625em;
  }
  .section-home nav + img {
    margin-top: 1.625em;
    margin-bottom: 1.625em;
  }
}
.section-home-agency {
  padding-top: 3.25em;
  padding-bottom: 6.5em;
}
.section-home-agency h1 {
  margin-bottom: 2.4375em;
}
.section-inner-nav {
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .section-inner-nav {
    padding-bottom: 0;
  }
}
.section-cta {
  padding-top: 9.75em;
}
.section-cta h4 {
  margin-bottom: 0.8125em;
}
.section-cta h3 {
  display: inline-block;
}
.section-cta a {
  display: block;
}
@media all and (max-width: 767px) {
  .section-cta {
    padding-top: 4.875em;
  }
}
.section-project-2 .project__description p {
  opacity: 1;
}
.section-about-law p.lead:last-of-type {
  margin-bottom: 3.3913043478261em;
}
.section-restaurant-menu .row:not(:last-child) {
  margin-bottom: 6.5em;
}
.section-contact-info h3:not(:first-child) {
  margin-top: 2.2608695652174em;
}
.section-personal-minimal {
  padding-top: 8.125em;
}
.section-personal-minimal + footer {
  padding-top: 4.875em;
}
.section-personal-minimal span.h1 {
  font-size: 4em;
  line-height: 1.3203125em;
}
.section-personal-minimal span.h1 a {
  display: inline-block;
  position: relative;
}
.section-personal-minimal span.h1 a.underline {
  line-height: 60px;
}
.section-personal-minimal span.h1 span {
  display: inline-block;
  position: relative;
}
.section-personal-minimal span.h1 span.underline {
  line-height: 60px;
}
.section-personal-minimal span.h1 span.hover-image {
  z-index: 98;
  cursor: default;
}
@media all and (max-width: 1024px) {
  .section-personal-minimal .hover-image {
    cursor: pointer !important;
  }
  .section-personal-minimal .hover-image img {
    max-width: 300px;
  }
}
@media all and (max-width: 767px) {
  .section-personal-minimal {
    padding-top: 0;
  }
  .section-personal-minimal span.h1 {
    font-size: 2em;
    line-height: 1.421875em;
  }
  .section-personal-minimal span.h1 span.underline,
  .section-personal-minimal span.h1 a.underline {
    line-height: 1em;
  }
}
/* Theme - Chooser */
.frame {
  position: relative;
  width: 100%;
  background: #17161b;
  border: 25px solid #0f0f0f;
  border-radius: 25px;
  height: 419px;
  overflow: hidden;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  margin-bottom: 1.625em;
}
.frame img {
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
.frame img:nth-child(1) {
  z-index: 3;
}
.frame img:nth-child(2) {
  z-index: 2;
}
.frame imgnth-child(3) {
  z-index: 1;
}
.frame img.show {
  display: block;
}
.frame.zoom {
  transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
}
.frame:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}
@keyframes openniche {
  from {
    opacity: .9;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
@media all and (max-width: 1500px) {
  .frame {
    height: 389px;
  }
}
@media all and (max-width: 1440px) {
  .frame {
    height: 349px;
    border: 20px solid #0f0f0f;
    border-radius: 20px;
  }
}
@media all and (max-width: 1024px) {
  .frame {
    height: 265px;
    border: 15px solid #0f0f0f;
    border-radius: 15px;
  }
  .niche-description {
    max-width: 95%;
  }
}
@media all and (max-width: 767px) {
  .frame {
    height: 220px;
    border: 15px solid #0f0f0f;
    border-radius: 15px;
  }
  .niche-description {
    max-width: 100%;
  }
}
.niche-description {
  padding-left: 1.625em;
  max-width: 80%;
  margin-top: 3.25em;
}
.niche-description h4 {
  margin-bottom: 0.8125em;
  font-weight: 500;
}
.niche-description p {
  opacity: .8;
}
.bg {
  pointer-events: none;
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  opacity: .1;
}
.bg span {
  font-size: 100vw;
  line-height: 800px;
  color: #aec2ff;
}
.header-chooser {
  padding: 6.5em 0;
  height: 50vh;
  position: fixed;
  width: 100%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.header-chooser.zoom {
  opacity: 0;
}
.header-chooser.zoom .frame,
.header-chooser.zoom .bg {
  animation: openniche .5s ease forwards;
}
.header-chooser.zoom .underline {
  background-image: none !important;
}
.header-chooser a .type--fade {
  opacity: .6;
}
.header-chooser a .type--fade:hover {
  opacity: 1;
}
.header-chooser nav a .underline {
  display: inline-block;
  line-height: 20px;
}
@media all and (max-width: 990px) {
  .header-chooser {
    position: relative;
  }
}
.section-niche {
  padding: 30vh 0;
}
@media all and (max-width: 767px) {
  .header-chooser {
    height: auto;
  }
  .section-niche {
    padding: 6.5em 0;
  }
}
.footer-chooser .h1 {
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
}
.footer-chooser ul {
  margin: 4.875em 0;
}
.footer-chooser span.type--fade {
  font-size: 12px;
}
