@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo/Museo100-Regular.eot');
  src: local('☺'), url('../fonts/Museo/Museo100-Regular.woff') format('woff'), url('../fonts/Museo/Museo100-Regular.ttf') format('truetype'), url('../fonts/Museo/Museo100-Regular.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo/Museo300-Regular.eot');
  src: local('☺'), url('../fonts/Museo/Museo300-Regular.woff') format('woff'), url('../fonts/Museo/Museo300-Regular.ttf') format('truetype'), url('../fonts/Museo/Museo300-Regular.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo/Museo500-Regular.eot');
  src: local('☺'), url('../fonts/Museo/Museo500-Regular.woff') format('woff'), url('../fonts/Museo/Museo500-Regular.ttf') format('truetype'), url('../fonts/Museo/Museo500-Regular.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo/Museo700-Regular.eot');
  src: local('☺'), url('../fonts/Museo/Museo700-Regular.woff') format('woff'), url('../fonts/Museo/Museo700-Regular.ttf') format('truetype'), url('../fonts/Museo/Museo700-Regular.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo/Museo900-Regular.eot');
  src: local('☺'), url('../fonts/Museo/Museo900-Regular.woff') format('woff'), url('../fonts/Museo/Museo900-Regular.ttf') format('truetype'), url('../fonts/Museo/Museo900-Regular.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #333;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
#cookies {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  font-size: .8rem;
  text-align: center;
}
@media (max-width: 479px) {
  #cookies {
    left: 20px;
    right: 20px;
    width: auto;
    margin-left: 0;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Museo', 'Zilla Slab', serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5 {
  font-family: 'Museo', 'Zilla Slab', serif;
}
.uk-heading-medium,
.uk-heading-small,
.uk-heading-large {
  font-family: 'Museo', 'Zilla Slab', serif;
}
h6 {
  font-family: 'Karla', sans-serif;
  color: #307ae3;
  font-weight: 600;
}
.tc-blur-filter {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.7);
}
header {
  transition: all ease .4s;
}
header.uk-sticky-below .tc-sticky-container {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 12px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
}
@media (max-width: 959px) {
  header.uk-sticky-below .tc-sticky-container {
    padding: 0;
  }
  header.uk-sticky-below .tc-sticky-container nav a {
    min-height: 70px;
  }
}
@media (max-height: 750px) {
  header.uk-sticky-below .tc-sticky-container {
    padding: 5px 0;
  }
}
header .tc-sticky-container {
  padding: 20px 0;
  z-index: 3;
}
@media (max-height: 750px) {
  header .tc-sticky-container {
    padding: 5px 0;
  }
}
@media (max-width: 959px) {
  header .tc-sticky-container {
    padding: 0;
  }
}
.tc-nav ul.uk-navbar-nav {
  padding-left: 20px;
  border-left: 1px solid #ddd;
}
.tc-nav ul.uk-navbar-nav > li > a {
  font-family: 'Karla', sans-serif;
  font-size: 1.05rem;
  text-transform: none;
  min-height: 50px !important;
  color: #222;
}
.tc-nav ul.uk-navbar-nav > li .uk-dropdown {
  border-radius: 15px;
}
.tc-nav .uk-navbar-item a {
  min-height: auto;
}
a.tc-button-outline {
  background-color: transparent;
  color: #3d1a4a;
  border-width: 2px;
  border-style: solid;
  border-color: #dbdbdb;
  border-image: initial;
  border-radius: 100px;
  font-family: 'Karla', sans-serif;
  letter-spacing: 0.5px;
  line-height: 46px;
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
}
a.tc-button-outline:hover {
  background-color: transparent;
  color: #3d1a4a;
  box-shadow: rgba(239, 113, 113, 0.2) 0px 0px 10px inset, rgba(239, 113, 113, 0.2) 0px 0px 10px;
  border-color: #ef7171;
}
a.tc-button {
  font-size: 1rem;
  letter-spacing: 0.5px;
  border-radius: 100px;
  font-family: 'Karla', sans-serif;
  background: #6db3f2;
  background: -moz-linear-gradient(left, #6db3f2 0%, #1e69de 73%);
  background: -webkit-linear-gradient(left, #6db3f2 0%, #1e69de 73%);
  background: linear-gradient(to right, #6db3f2 0%, #1e69de 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=1);
  line-height: 46px;
  text-transform: none;
  font-weight: 500;
}
a.tc-button.uk-button-large {
  line-height: 60px;
  text-transform: none;
  font-size: 1rem;
}
@media (max-height: 750px) {
  a.tc-button.uk-button-large {
    line-height: 50px;
  }
}
a.tc-button.tc-purple {
  background-color: #6852ed;
  color: #fff;
  border: 2px solid transparent;
  background-image: linear-gradient(45deg, #6852ed 40%, #bb40ff);
}
a.tc-button.tc-purple:hover {
  box-shadow: 0 0 30px 0 rgba(91, 64, 255, 0.5);
}
a.tc-button.tc-pink {
  background: #fe5d89 !important;
  color: #fff;
}
a.tc-button.tc-pink:hover {
  box-shadow: 0 0 30px 0 rgba(91, 64, 255, 0.5);
}
a.tc-button.tc-button-default {
  background-color: transparent;
  color: #3d1a4a;
  border: 2px solid #dbdbdb;
}
.tc-img-slider {
  transition: all .4s ease;
}
@media (max-width: 1199px) not (max-height: 750px) {
  .tc-img-slider {
    left: 30%;
  }
}
@media (max-width: 959px) not (max-height: 750px) {
  .tc-img-slider {
    left: 20%;
  }
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.tc-hero h1 {
  font-size: 5.3rem;
  line-height: 5rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .tc-hero h1 {
    font-size: 4.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 959px) {
  .tc-hero h1 {
    font-size: 4rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 639px) {
  .tc-hero h1 {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 479px) {
  .tc-hero h1 {
    font-size: 3.2rem;
    line-height: 3rem;
  }
}
@media (max-width: 350px) {
  .tc-hero h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (max-height: 850px) {
  .tc-hero h1 {
    font-size: 3.8rem;
    line-height: 3.5rem;
  }
}
@media (max-height: 550px) {
  .tc-hero h1 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 479px) {
  .tc-hero p.uk-text-lead {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 379px) {
  .tc-hero p.uk-text-lead {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media (max-height: 750px) {
  .tc-hero p.uk-text-lead {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 350px) {
  .tc-slider-mobile {
    transform: translateY(10px) scale(1.2) !important;
  }
}
.tc-square-serv {
  width: 80px;
  height: 80px;
  box-shadow: 0 0 30px 0 rgba(191, 226, 254, 0.5);
  border-radius: 20px;
  margin: 0 auto;
  background: #cfc8fc;
  line-height: 80px;
  text-align: center;
  transition: all ease .3s;
}
.tc-square-serv img,
.tc-square-serv svg {
  transition: all ease .3s;
}
.tc-square-serv img *,
.tc-square-serv svg * {
  transition: all ease .3s;
  fill: #6852ed;
}
.tc-square-serv.pink {
  background: #fcd5d8;
  box-shadow: 0 0 30px 0 rgba(228, 172, 176, 0.5);
  margin: 0;
}
.ta-card {
  border-radius: 10px;
  transition: all ease-out 0.4s;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  background: white;
  position: relative;
  top: 0;
}
.ta-card:hover .tc-square-serv {
  background: #fbd1d3;
  box-shadow: 0 0 30px 0 rgba(233, 169, 172, 0.5);
}
.ta-card:hover .tc-square-serv img,
.ta-card:hover .tc-square-serv svg {
  transition: all ease .3s;
}
.ta-card:hover .tc-square-serv img *,
.ta-card:hover .tc-square-serv svg * {
  transition: all ease .3s;
  fill: #ef7171;
}
@media (min-width: 960px) {
  .ta-card:hover {
    top: -20px;
    background: #bb40ff;
  }
}
.tc-card-footer:hover .tc-square-serv {
  background: #fbd1d3;
  box-shadow: 0 0 30px 0 rgba(233, 169, 172, 0.5);
}
.tc-card-footer:hover .tc-square-serv img,
.tc-card-footer:hover .tc-square-serv svg {
  transition: all ease .3s;
}
.tc-card-footer:hover .tc-square-serv img *,
.tc-card-footer:hover .tc-square-serv svg * {
  transition: all ease .3s;
  fill: #ef7171;
}
.uk-section-primary {
  background: #eee;
  background-image: linear-gradient(45deg, #bb40ff, #6852ed);
  background-repeat: no-repeat;
  color: #ffffff !important;
}
.tc-social a {
  color: white;
  background: #6852ed;
  transition: all .4s ease;
}
.tc-social a:hover {
  color: white;
  background: #ef7171;
}
footer .tc-phone {
  color: #114a5d;
  font-size: 2rem;
  font-family: 'Museo', 'Zilla Slab', serif;
}
.tc-offcanvas-bar {
  background: #6852ed;
  color: #fff;
  background-image: linear-gradient(45deg, #6852ed, #bb40ff);
}
.tc-offcanvas-bar ul.uk-nav li a {
  color: #ffffff !important;
}
.tc-offcanvas-bar ul.uk-nav li a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.tc-offcanvas-bar ul.uk-nav li a ul.uk-nav-sub li a {
  color: #ffffff !important;
}
.tc-offcanvas-bar ul.uk-nav li a ul.uk-nav-sub li a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.tc-offcanvas-bar .tc-social a {
  text-align: center;
  line-height: 36px;
  color: #ffffff;
}
.tc-offcanvas-bar .tc-brand img *,
.tc-offcanvas-bar .tc-brand svg * {
  fill: white;
}
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 50px;
  max-width: 100%;
  border-top: 3px solid #6852ed;
  vertical-align: top;
}
.tc-modal {
  border-radius: 15px;
  position: relative;
  padding: 100px 50px 50px 50px;
  margin-top: 100px;
  width: 800px;
}
@media (max-width: 639px) {
  .tc-modal {
    padding: 100px 30px 30px 30px;
  }
}
@media (max-width: 479px) {
  .tc-modal {
    padding: 50px 20px 20px 20px;
  }
}
.tc-modal img.tc-img-header {
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: -100px;
}
@media (max-width: 479px) {
  .tc-modal img.tc-img-header {
    width: 200px;
    margin-left: -100px;
    top: -80px;
  }
}
.tc-img-radius {
  border-radius: 15px;
  position: relative;
}
/*# sourceMappingURL=main.css.map */