@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  position: relative;
  font-size: 100%;
  color: #3e3e3e;
  background: #ffffff;
  text-align: left;
  font-weight: 400;
}

/* line 13, ../sass/_common.sass */
h1 {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
/* line 22, ../sass/_common.sass */
h1.dark-grey {
  color: #3e3e3e;
}
@media (max-width: 767px) {
  /* line 13, ../sass/_common.sass */
  h1 {
    font-size: 44px;
  }
}

/* line 26, ../sass/_common.sass */
h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #3e3e3e;
}

/* line 35, ../sass/_common.sass */
h3 {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #3e3e3e;
}

/* line 43, ../sass/_common.sass */
p {
  margin-bottom: 0;
  font-size: 16px;
}

/* line 47, ../sass/_common.sass */
.fredoka {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
/* line 50, ../sass/_common.sass */
.fredoka.bold {
  font-weight: 700;
}

/* line 53, ../sass/_common.sass */
.yellow {
  color: #fec40e;
}

/* line 55, ../sass/_common.sass */
.dark-grey {
  color: #3e3e3e;
}

/* line 57, ../sass/_common.sass */
.grey {
  color: #8c8b8b;
}

/* line 59, ../sass/_common.sass */
.light-grey2 {
  color: #cccccc;
}

/* line 63, ../sass/_common.sass */
.hover-yellow:hover, .hover-yellow:focus {
  color: #fec40e;
}

/* line 66, ../sass/_common.sass */
.hover-dark-grey:hover, .hover-dark-grey:focus {
  color: #3e3e3e;
}

/* line 69, ../sass/_common.sass */
.bordered {
  border: 2px solid #e8e8e8;
  border-radius: 20px;
}
/* line 73, ../sass/_common.sass */
.bordered.yellow-border {
  border-color: #fec40e;
}

/* line 76, ../sass/_common.sass */
.bordered-link {
  display: inline-block;
  font-weight: 700;
  color: #3e3e3e;
  border: 3px solid #fec40e;
  border-radius: 30px;
  padding: 7px 25px;
}
/* line 84, ../sass/_common.sass */
.bordered-link:hover, .bordered-link:focus {
  color: #3e3e3e;
}
/* line 86, ../sass/_common.sass */
.bordered-link.white {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 90, ../sass/_common.sass */
.bordered-link.white:hover, .bordered-link.white:focus {
  color: #ffffff;
}

/* line 93, ../sass/_common.sass */
.bottom-border {
  border-bottom: 3px solid #e8e8e8;
}

/* line 96, ../sass/_common.sass */
.list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
/* line 101, ../sass/_common.sass */
.list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
/* line 106, ../sass/_common.sass */
.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  background: #fec40e;
  border-radius: 100%;
}

/* line 116, ../sass/_common.sass */
.call-to-action {
  color: #ffffff;
  background: url(/images/pages/about/5.png) left 20px bottom -90px no-repeat #fec40e;
  border-radius: 10px;
  display: flex;
  padding: 25px 30px;
  justify-content: space-between;
  align-items: center;
}
/* line 126, ../sass/_common.sass */
.call-to-action > div:first-child {
  flex-grow: 1;
}
@media (max-width: 991px) {
  /* line 126, ../sass/_common.sass */
  .call-to-action > div:first-child {
    margin-bottom: 20px;
  }
}
/* line 131, ../sass/_common.sass */
.call-to-action > div:nth-child(2) {
  padding-right: 30px;
}
/* line 134, ../sass/_common.sass */
.call-to-action > div:nth-child(2) a {
  color: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 991px) {
  /* line 131, ../sass/_common.sass */
  .call-to-action > div:nth-child(2) {
    display: inline-block;
  }
}
/* line 140, ../sass/_common.sass */
.call-to-action > div:last-child a {
  color: #3e3e3e;
  border-color: #3e3e3e;
  background: #ffffff;
}
@media (max-width: 991px) {
  /* line 139, ../sass/_common.sass */
  .call-to-action > div:last-child {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  /* line 116, ../sass/_common.sass */
  .call-to-action {
    display: block;
  }
}

/* line 153, ../sass/_common.sass */
.goals > div > div > div:first-child {
  border-radius: 10px 10px 0 0;
}
/* line 155, ../sass/_common.sass */
.goals > div > div > div:last-child {
  background: #fec40e;
  padding: 10px 15px 15px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  /* line 161, ../sass/_common.sass */
  .goals > div > div > div:last-child h3 br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 155, ../sass/_common.sass */
  .goals > div > div > div:last-child {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 767px) {
  /* line 150, ../sass/_common.sass */
  .goals > div {
    margin-bottom: 30px;
  }
}

/* line 170, ../sass/_common.sass */
.explained {
  border: 2px solid #fec40e;
  border-radius: 10px;
  text-align: center;
  padding: 30px 15px 20px;
}
/* line 176, ../sass/_common.sass */
.explained h2 {
  font-size: 28px;
  margin-bottom: 25px;
}
/* line 179, ../sass/_common.sass */
.explained ul {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 184, ../sass/_common.sass */
.explained ul li {
  margin-bottom: 8px;
}
/* line 187, ../sass/_common.sass */
.explained ul li.first:nth-child(odd), .explained ul li:nth-child(even) {
  font-weight: 700;
}
/* line 190, ../sass/_common.sass */
.explained ul li.first:nth-child(even) {
  font-weight: 400;
}
@media (max-width: 767px) {
  /* line 179, ../sass/_common.sass */
  .explained ul {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  /* line 179, ../sass/_common.sass */
  .explained ul {
    columns: 2;
  }
}
/* line 196, ../sass/_common.sass */
.explained .bordered-link {
  background: #fec40e;
  color: #ffffff;
}

/* line 200, ../sass/_common.sass */
#top-picture1 {
  background: #f3f0f0;
  overflow: hidden;
}
/* line 205, ../sass/_common.sass */
#top-picture1 .content {
  height: 100%;
}
/* line 208, ../sass/_common.sass */
#top-picture1 .content .container {
  height: 100%;
}
/* line 211, ../sass/_common.sass */
#top-picture1 .content .container .row {
  height: 100%;
}
/* line 214, ../sass/_common.sass */
#top-picture1 .content .container .row .col-md-12 {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
}
/* line 219, ../sass/_common.sass */
#top-picture1 .content .container .row .col-md-12 h1 {
  color: #fec40e;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  /* line 219, ../sass/_common.sass */
  #top-picture1 .content .container .row .col-md-12 h1 {
    font-size: 52px;
  }
}
/* line 225, ../sass/_common.sass */
#top-picture1 .content .container .row .col-md-12 .bordered-link {
  background: #ffffff;
}
/* line 227, ../sass/_common.sass */
#top-picture1 .content .container .row .col-md-12 .columns {
  display: flex;
}
/* line 230, ../sass/_common.sass */
#top-picture1 .content .container .row .col-md-12 .columns div {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  width: 210px;
  padding: 6px 15px 11px;
  background: #fec40e;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 30px;
}
@media (max-width: 991px) {
  /* line 227, ../sass/_common.sass */
  #top-picture1 .content .container .row .col-md-12 .columns {
    display: none;
  }
}
/* line 241, ../sass/_common.sass */
#top-picture1 .content .container .row .col-md-12 .image {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 418px;
  height: 418px;
  border-radius: 100%;
  outline: 40px solid #ffffff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 251, ../sass/_common.sass */
#top-picture1 .content .container .row .col-md-12 .image .circle {
  position: absolute;
  top: 50%;
  right: -40px;
  border-radius: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 258, ../sass/_common.sass */
#top-picture1 .content .container .row .col-md-12 .image .circle:first-child {
  width: 165%;
  height: 165%;
  background: #f3f3f3;
}
/* line 262, ../sass/_common.sass */
#top-picture1 .content .container .row .col-md-12 .image .circle:nth-child(2) {
  width: 140%;
  height: 140%;
  background: #f9f9f9;
}
/* line 266, ../sass/_common.sass */
#top-picture1 .content .container .row .col-md-12 .image .bg {
  position: absolute;
  top: -130px;
  right: 500px;
  width: 631px;
  height: 788px;
  background: url(/images/top-bg.png) center center no-repeat;
}
@media (max-width: 991px) {
  /* line 266, ../sass/_common.sass */
  #top-picture1 .content .container .row .col-md-12 .image .bg {
    right: 0;
  }
}
/* line 276, ../sass/_common.sass */
#top-picture1 .content .container .row .col-md-12 .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  outline: 40px solid #ffffff;
}
@media (max-width: 991px) {
  /* line 276, ../sass/_common.sass */
  #top-picture1 .content .container .row .col-md-12 .image img {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 241, ../sass/_common.sass */
  #top-picture1 .content .container .row .col-md-12 .image {
    right: -80px;
  }
}

/* line 290, ../sass/_common.sass */
.temp {
  width: 100%;
  height: 300px;
  background: #00bff3;
}

/* line 3, ../sass/partials/_header.sass */
#black-stripe {
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
}

/* line 11, ../sass/partials/_header.sass */
#header {
  padding-bottom: 20px;
}
/* line 14, ../sass/partials/_header.sass */
#header a {
  font-weight: 700;
  color: #3e3e3e;
}
/* line 17, ../sass/partials/_header.sass */
#header #header-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 21, ../sass/partials/_header.sass */
#header #header-1 .navbar {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  min-height: 0;
}
/* line 28, ../sass/partials/_header.sass */
#header #header-1 .navbar .navbar-header .navbar-toggle {
  margin-top: -50px;
  margin-right: 0;
}
/* line 32, ../sass/partials/_header.sass */
#header #header-1 .navbar .navbar-header .navbar-toggle .icon-bar {
  background: #000000;
}
@media (max-width: 400px) {
  /* line 28, ../sass/partials/_header.sass */
  #header #header-1 .navbar .navbar-header .navbar-toggle {
    margin-top: -45px;
  }
}
/* line 36, ../sass/partials/_header.sass */
#header #header-1 .navbar #navbar {
  padding-left: 0;
  padding-right: 0;
}
/* line 40, ../sass/partials/_header.sass */
#header #header-1 .navbar #navbar .navbar-nav {
  float: right;
}
/* line 44, ../sass/partials/_header.sass */
#header #header-1 .navbar #navbar .navbar-nav li a {
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 3px solid transparent;
}
/* line 49, ../sass/partials/_header.sass */
#header #header-1 .navbar #navbar .navbar-nav li a.disabled {
  color: #cccccc;
}
/* line 51, ../sass/partials/_header.sass */
#header #header-1 .navbar #navbar .navbar-nav li a.bordered-link {
  border-top-color: #fec40e;
}
@media (min-width: 1200px) {
  /* line 51, ../sass/partials/_header.sass */
  #header #header-1 .navbar #navbar .navbar-nav li a.bordered-link {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  /* line 51, ../sass/partials/_header.sass */
  #header #header-1 .navbar #navbar .navbar-nav li a.bordered-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 51, ../sass/partials/_header.sass */
  #header #header-1 .navbar #navbar .navbar-nav li a.bordered-link {
    border-left: none;
    border-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  /* line 44, ../sass/partials/_header.sass */
  #header #header-1 .navbar #navbar .navbar-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  /* line 44, ../sass/partials/_header.sass */
  #header #header-1 .navbar #navbar .navbar-nav li a {
    text-align: left;
  }
}
/* line 70, ../sass/partials/_header.sass */
#header #header-1 .navbar #navbar .navbar-nav li.delimiter {
  height: 3px;
  background: #fec40e;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  /* line 40, ../sass/partials/_header.sass */
  #header #header-1 .navbar #navbar .navbar-nav {
    float: none;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 21, ../sass/partials/_header.sass */
  #header #header-1 .navbar {
    display: inline-block;
  }
}
/* line 80, ../sass/partials/_header.sass */
#header #header-2 {
  padding-top: 20px;
  text-align: center;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
}
/* line 86, ../sass/partials/_header.sass */
#header #header-2 .col-md-3 {
  border-right: 2px solid #e8e8e8;
  text-align: left;
}
/* line 90, ../sass/partials/_header.sass */
#header #header-2 .col-md-3 a {
  display: inline-block;
  position: relative;
  padding-left: 38px;
}
/* line 95, ../sass/partials/_header.sass */
#header #header-2 .col-md-3 a:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background: center center no-repeat #fec40e;
  border-radius: 5px;
  width: 28px;
  height: 28px;
}
/* line 106, ../sass/partials/_header.sass */
#header #header-2 .col-md-3:first-child a:before {
  background-image: url(/images/icons/small/one-to-one.png);
}
/* line 110, ../sass/partials/_header.sass */
#header #header-2 .col-md-3:nth-child(2) a:before {
  width: 29px;
  height: 29px;
  background-image: url(/images/icons/small/residential.png);
}
/* line 116, ../sass/partials/_header.sass */
#header #header-2 .col-md-3:nth-child(3) a:before {
  background-image: url(/images/icons/small/group.png);
}
/* line 118, ../sass/partials/_header.sass */
#header #header-2 .col-md-3:last-child {
  border-right: none;
}
/* line 122, ../sass/partials/_header.sass */
#header #header-2 .col-md-3:last-child a:before {
  background-image: url(/images/icons/small/daycare.png);
}
@media (max-width: 991px) {
  /* line 125, ../sass/partials/_header.sass */
  #header #header-2 .col-md-3:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  /* line 86, ../sass/partials/_header.sass */
  #header #header-2 .col-md-3 {
    border-right: none;
  }
}
@media (max-width: 767px) {
  /* line 80, ../sass/partials/_header.sass */
  #header #header-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 11, ../sass/partials/_header.sass */
  #header {
    padding-bottom: 0;
  }
}

/* line 4, ../sass/partials/_footer.sass */
#footer #footer-1 {
  color: #ffffff;
  background: #363636;
  padding-top: 30px;
  padding-bottom: 15px;
}
/* line 10, ../sass/partials/_footer.sass */
#footer #footer-1 a {
  color: #ffffff;
}
/* line 13, ../sass/partials/_footer.sass */
#footer #footer-1 a:hover, #footer #footer-1 a:focus {
  color: #ffffff;
}
/* line 15, ../sass/partials/_footer.sass */
#footer #footer-1 ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 19, ../sass/partials/_footer.sass */
#footer #footer-1 .social-block {
  display: inline-block;
}
/* line 22, ../sass/partials/_footer.sass */
#footer #footer-1 .social-block > div {
  display: flex;
  background: #252525;
  border-radius: 8px;
  text-align: left;
  font-weight: 700;
  padding: 13px 27px 9px;
}
/* line 31, ../sass/partials/_footer.sass */
#footer #footer-1 .social-block > div div:first-child {
  padding-right: 15px;
}
/* line 35, ../sass/partials/_footer.sass */
#footer #footer-1 .social-block > div div:last-child div:first-child {
  font-size: 18px;
  line-height: 1;
}
/* line 38, ../sass/partials/_footer.sass */
#footer #footer-1 .social-block > div div:last-child div:last-child {
  font-size: 12px;
}
/* line 40, ../sass/partials/_footer.sass */
#footer #footer-1 .call-us {
  margin-top: 105px;
}
@media (max-width: 1199px) {
  /* line 40, ../sass/partials/_footer.sass */
  #footer #footer-1 .call-us {
    margin-top: 115px;
  }
}
@media (max-width: 991px) {
  /* line 40, ../sass/partials/_footer.sass */
  #footer #footer-1 .call-us {
    margin-top: 45px;
  }
}
/* line 47, ../sass/partials/_footer.sass */
#footer #footer-2 {
  color: #cccccc;
  background: #252525;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 54, ../sass/partials/_footer.sass */
#footer #footer-2 a {
  color: #cccccc;
}
/* line 57, ../sass/partials/_footer.sass */
#footer #footer-2 a:hover, #footer #footer-2 a:focus {
  color: #cccccc;
}
/* line 59, ../sass/partials/_footer.sass */
.index-page #footer {
  padding-top: 196px;
  background: url(/images/footer.png) center top no-repeat;
}

/* line 4, ../sass/pages/_index.sass */
.index-page #top-picture {
  position: relative;
  background: no-repeat fixed center center;
  background-size: cover;
  min-height: 500px;
  height: 60vh;
}
/* line 11, ../sass/pages/_index.sass */
.index-page #top-picture .black-overlay {
  opacity: 0.3;
}
/* line 13, ../sass/pages/_index.sass */
.index-page #top-picture .content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  color: #ffffff;
}
/* line 20, ../sass/pages/_index.sass */
.index-page #top-picture .content h1 {
  letter-spacing: 2px;
  margin-bottom: 10px;
}
/* line 24, ../sass/pages/_index.sass */
.index-page #top-picture .content p:nth-child(2) {
  font-size: 28px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 24, ../sass/pages/_index.sass */
  .index-page #top-picture .content p:nth-child(2) {
    font-size: 20px;
  }
}
/* line 30, ../sass/pages/_index.sass */
.index-page #top-picture .content a {
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_index.sass */
  .index-page #top-picture {
    background-attachment: scroll;
  }
}
@supports (-webkit-touch-callout: none) {
  /* line 4, ../sass/pages/_index.sass */
  .index-page #top-picture {
    background-attachment: scroll;
  }
}
@media (max-width: 991px) {
  /* line 37, ../sass/pages/_index.sass */
  .index-page #services .col-md-2 {
    height: 180px;
  }
}
@media (max-width: 991px) {
  /* line 36, ../sass/pages/_index.sass */
  .index-page #services {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 36, ../sass/pages/_index.sass */
  .index-page #services {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 48, ../sass/pages/_index.sass */
.index-page #open-classes .flex > div:first-child {
  background: url(/images/pages/home/1.jpg) center top no-repeat;
  background-size: cover;
  width: 50%;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 991px) {
  /* line 48, ../sass/pages/_index.sass */
  .index-page #open-classes .flex > div:first-child {
    display: none;
  }
}
/* line 56, ../sass/pages/_index.sass */
.index-page #open-classes .flex > div:last-child {
  background: url(/images/bg.png) center bottom no-repeat #fec40e;
  padding: 30px 25px 35px;
  width: 50%;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 991px) {
  /* line 56, ../sass/pages/_index.sass */
  .index-page #open-classes .flex > div:last-child {
    width: 100%;
    border-radius: 20px;
    text-align: center;
  }
}
/* line 68, ../sass/pages/_index.sass */
.index-page #rules > div > div {
  border: 2px solid #fec40e;
  border-radius: 10px;
  padding: 10px 15px;
}
/* line 74, ../sass/pages/_index.sass */
.index-page #rules > div > div > div.flex {
  margin-bottom: 10px;
}
/* line 78, ../sass/pages/_index.sass */
.index-page #rules > div > div > div.flex > div:first-child {
  padding-right: 10px;
}
/* line 82, ../sass/pages/_index.sass */
.index-page #rules > div > div > div.flex > div:first-child p:first-child {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  color: #fec40e;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
/* line 88, ../sass/pages/_index.sass */
.index-page #rules > div > div > div.flex > div:last-child {
  flex-shrink: 0;
  padding-top: 7px;
}
/* line 98, ../sass/pages/_index.sass */
.index-page #quote .slider {
  position: relative;
  margin-bottom: 30px;
}
/* line 102, ../sass/pages/_index.sass */
.index-page #quote .slider:before, .index-page #quote .slider:after {
  content: "";
  position: absolute;
  top: 7px;
  width: 28px;
  height: 52px;
  background: center center no-repeat;
}
@media (max-width: 991px) {
  /* line 102, ../sass/pages/_index.sass */
  .index-page #quote .slider:before, .index-page #quote .slider:after {
    display: none;
  }
}
/* line 113, ../sass/pages/_index.sass */
.index-page #quote .slider:before {
  left: -40px;
  background-image: url(/images/icons/quote-left.png);
}
/* line 116, ../sass/pages/_index.sass */
.index-page #quote .slider:after {
  right: -40px;
  background-image: url(/images/icons/quote-right.png);
}
/* line 120, ../sass/pages/_index.sass */
.index-page #quote .slider-nav .slick-dots {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
/* line 127, ../sass/pages/_index.sass */
.index-page #quote .slider-nav .slick-dots li div {
  background: #f3f0f0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
/* line 136, ../sass/pages/_index.sass */
.index-page #quote .slider-nav .slick-dots li:hover div, .index-page #quote .slider-nav .slick-dots li.slick-active div {
  background: #363636;
}
/* line 140, ../sass/pages/_index.sass */
.index-page #team > div > div {
  border-radius: 15px;
  padding: 15px 250px 15px 15px;
  background: right center no-repeat #f3f0f0;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
/* line 146, ../sass/pages/_index.sass */
.index-page #team > div > div a {
  color: #3e3e3e;
  font-weight: 700;
}
/* line 149, ../sass/pages/_index.sass */
.index-page #team > div > div:hover {
  background-color: #fec40e;
}
@media (max-width: 767px) {
  /* line 140, ../sass/pages/_index.sass */
  .index-page #team > div > div {
    padding-right: 15px;
    background-image: none !important;
  }
}
/* line 154, ../sass/pages/_index.sass */
.index-page #team .keeley {
  background-image: url(/images/pages/home/3.png);
}
/* line 157, ../sass/pages/_index.sass */
.index-page #team .jack {
  background-image: url(/images/pages/home/4.png);
}

/* line 4, ../sass/pages/_about.sass */
.about-page #top-picture1 {
  height: 450px;
}
/* line 12, ../sass/pages/_about.sass */
.about-page #top-picture1 .content .container .row .col-md-12 .image .bg {
  top: -50px;
  right: 400px;
  width: 541px;
  height: 653px;
  background-image: url(/images/top-bg1.png);
}
@media (max-width: 991px) {
  /* line 12, ../sass/pages/_about.sass */
  .about-page #top-picture1 .content .container .row .col-md-12 .image .bg {
    right: 0;
  }
}
/* line 23, ../sass/pages/_about.sass */
.about-page .picture-with-text > div:first-child {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  /* line 23, ../sass/pages/_about.sass */
  .about-page .picture-with-text > div:first-child {
    text-align: center;
    margin-bottom: 50px;
  }
}
/* line 29, ../sass/pages/_about.sass */
.about-page .picture-with-text > div:nth-child(2) {
  position: relative;
  flex-shrink: 0;
  padding-left: 55px;
  padding-right: 75px;
}
/* line 35, ../sass/pages/_about.sass */
.about-page .picture-with-text > div:nth-child(2) > div {
  position: relative;
  width: 2px;
  height: 80%;
  background: #fec40e;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  /* line 29, ../sass/pages/_about.sass */
  .about-page .picture-with-text > div:nth-child(2) {
    display: none;
  }
}
/* line 44, ../sass/pages/_about.sass */
.about-page .picture-with-text > div:last-child {
  position: relative;
}
/* line 47, ../sass/pages/_about.sass */
.about-page .picture-with-text > div:last-child > div {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 992px) {
  /* line 47, ../sass/pages/_about.sass */
  .about-page .picture-with-text > div:last-child > div {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  /* line 21, ../sass/pages/_about.sass */
  .about-page .picture-with-text {
    display: flex;
    align-items: stretch;
  }
}

/* line 4, ../sass/pages/_contact.sass */
.contact-page #map {
  height: 500px;
}
/* line 6, ../sass/pages/_contact.sass */
.contact-page .social-block {
  display: inline-block;
}
/* line 9, ../sass/pages/_contact.sass */
.contact-page .social-block > div {
  display: flex;
  background: #fec40e;
  border-radius: 8px;
  text-align: left;
  font-weight: 700;
  padding: 13px 27px 9px;
}
/* line 18, ../sass/pages/_contact.sass */
.contact-page .social-block > div div:first-child {
  padding-right: 15px;
}
/* line 22, ../sass/pages/_contact.sass */
.contact-page .social-block > div div:last-child div:first-child {
  font-size: 18px;
  line-height: 1;
}
/* line 25, ../sass/pages/_contact.sass */
.contact-page .social-block > div div:last-child div:last-child {
  font-size: 12px;
}
/* line 28, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text],
.contact-page #contact-form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  border-bottom: 2px solid #e8e8e8;
  width: 100%;
  background: none;
  padding: 7px 0;
}
/* line 37, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  font-weight: 700;
  color: #3e3e3e;
  border: 3px solid #fec40e;
  border-radius: 30px;
  padding: 7px 45px;
  background: none;
}
/* line 47, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=submit]:hover, .contact-page #contact-form input[type=submit]:focus {
  color: #ffffff;
  background: #fec40e;
}
/* line 51, ../sass/pages/_contact.sass */
.contact-page #contact-form .error input[type=text],
.contact-page #contact-form .error textarea {
  color: #ff0000;
}
/* line 61, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form .error input[type=text]:-moz-placeholder,
.contact-page #contact-form .error textarea:-moz-placeholder {
  color: #ff0000;
}
/* line 64, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form .error input[type=text]::-moz-placeholder,
.contact-page #contact-form .error textarea::-moz-placeholder {
  color: #ff0000;
}
/* line 67, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form .error input[type=text]:-ms-input-placeholder,
.contact-page #contact-form .error textarea:-ms-input-placeholder {
  color: #ff0000;
}
/* line 56, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form .error input[type=text]::-webkit-input-placeholder,
.contact-page #contact-form .error textarea::-webkit-input-placeholder {
  color: #ff0000;
}
/* line 57, ../sass/pages/_contact.sass */
.contact-page #contact-form .error .errorMessage {
  position: absolute;
  right: 15px;
  top: 40px;
  color: #ff0000;
  text-align: right;
  font-size: 10px;
}
/* line 65, ../sass/pages/_contact.sass */
.contact-page #contact-form .error.left .errorMessage {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
/* line 70, ../sass/pages/_contact.sass */
.contact-page #contact-form .success-message {
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: 25px;
  font-weight: 800;
  display: none;
}
@media (max-width: 767px) {
  /* line 70, ../sass/pages/_contact.sass */
  .contact-page #contact-form .success-message {
    margin-bottom: 30px;
  }
}

/* line 4, ../sass/pages/_groups.sass */
.groups-page .prices {
  display: flex;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5YWMwOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9000), color-stop(100%, #f9ac08));
  background: -moz-linear-gradient(#ff9000, #f9ac08);
  background: -webkit-linear-gradient(#ff9000, #f9ac08);
  background: linear-gradient(#ff9000, #f9ac08);
}
/* line 8, ../sass/pages/_groups.sass */
.groups-page .prices > div {
  position: relative;
  text-align: center;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  background: center center no-repeat;
}
/* line 16, ../sass/pages/_groups.sass */
.groups-page .prices > div .price {
  line-height: 0.9;
}
/* line 19, ../sass/pages/_groups.sass */
.groups-page .prices > div .price span {
  font-size: 16px;
  vertical-align: top;
  line-height: 2;
  margin-right: 5px;
}
/* line 24, ../sass/pages/_groups.sass */
.groups-page .prices > div .bordered-link {
  background: #ffffff;
  border-color: #3e3e3e;
}
/* line 27, ../sass/pages/_groups.sass */
.groups-page .prices > div:first-child {
  padding-left: 100px;
  background-image: url(/images/pages/groups/left-dog.png);
  background-position-x: left;
}
/* line 32, ../sass/pages/_groups.sass */
.groups-page .prices > div:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  width: 3px;
  height: 220px;
  background: #ffffff;
}
@media (max-width: 767px) {
  /* line 32, ../sass/pages/_groups.sass */
  .groups-page .prices > div:first-child:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 27, ../sass/pages/_groups.sass */
  .groups-page .prices > div:first-child {
    padding-left: 80px;
  }
}
/* line 45, ../sass/pages/_groups.sass */
.groups-page .prices > div:last-child {
  padding-right: 140px;
  background-image: url(/images/pages/groups/right-dog.png);
  background-position-x: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, ../sass/pages/_groups.sass */
  .groups-page .prices > div:last-child {
    padding-right: 130px;
  }
}
@media (max-width: 767px) {
  /* line 8, ../sass/pages/_groups.sass */
  .groups-page .prices > div {
    width: auto;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_groups.sass */
  .groups-page .prices {
    display: block;
  }
}

/* line 9, ../sass/pages/_daycare.sass */
.daycare-page #top-picture1 .content .container .row .col-md-12 .image {
  outline: none;
}
/* line 12, ../sass/pages/_daycare.sass */
.daycare-page #top-picture1 .content .container .row .col-md-12 .image .yellow-circle {
  position: absolute;
  top: 40%;
  left: 12%;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background: #fec40e;
}
@media (max-width: 767px) {
  /* line 12, ../sass/pages/_daycare.sass */
  .daycare-page #top-picture1 .content .container .row .col-md-12 .image .yellow-circle {
    display: none;
  }
}
/* line 23, ../sass/pages/_daycare.sass */
.daycare-page #top-picture1 .content .container .row .col-md-12 .image .white-circle {
  position: absolute;
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  border-radius: 100%;
  background: #ffffff;
}
@media (max-width: 767px) {
  /* line 23, ../sass/pages/_daycare.sass */
  .daycare-page #top-picture1 .content .container .row .col-md-12 .image .white-circle {
    display: none;
  }
}
/* line 34, ../sass/pages/_daycare.sass */
.daycare-page #top-picture1 .content .container .row .col-md-12 .relative {
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 37, ../sass/pages/_daycare.sass */
  .daycare-page #top-picture1 .content .container .row .col-md-12 .relative .font-28 {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  /* line 37, ../sass/pages/_daycare.sass */
  .daycare-page #top-picture1 .content .container .row .col-md-12 .relative .font-28 {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  /* line 37, ../sass/pages/_daycare.sass */
  .daycare-page #top-picture1 .content .container .row .col-md-12 .relative .font-28 {
    max-width: none;
  }
}
@media (max-width: 991px) {
  /* line 44, ../sass/pages/_daycare.sass */
  .daycare-page #top-picture1 .content .container .row .col-md-12 .relative .row {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  /* line 44, ../sass/pages/_daycare.sass */
  .daycare-page #top-picture1 .content .container .row .col-md-12 .relative .row {
    max-width: none;
  }
}
/* line 49, ../sass/pages/_daycare.sass */
.daycare-page .head-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 55, ../sass/pages/_daycare.sass */
.daycare-page .head-wrapper .head {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 393px;
  height: 491px;
  background: url(/images/top/daycare.png) center bottom no-repeat;
}
@media (max-width: 1199px) {
  /* line 55, ../sass/pages/_daycare.sass */
  .daycare-page .head-wrapper .head {
    right: 0;
  }
}
@media (max-width: 767px) {
  /* line 55, ../sass/pages/_daycare.sass */
  .daycare-page .head-wrapper .head {
    display: none;
  }
}

/* line 4, ../sass/pages/_puppy.sass */
.puppy-page .call-to-action {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 8, ../sass/pages/_puppy.sass */
.puppy-page .call-to-action > div:nth-child(2) {
  padding-right: 10px;
}

/* line 4, ../sass/pages/_residential.sass */
.residential-page .call-to-action {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 8, ../sass/pages/_residential.sass */
.residential-page .call-to-action > div:nth-child(2) {
  padding-right: 10px;
}

/* line 4, ../sass/pages/_team.sass */
.team-page #top-picture1 {
  height: 450px;
}
/* line 12, ../sass/pages/_team.sass */
.team-page #top-picture1 .content .container .row .col-md-12 .image .bg {
  top: -50px;
  right: 400px;
  width: 541px;
  height: 653px;
  background-image: url(/images/top-bg1.png);
}
@media (max-width: 991px) {
  /* line 12, ../sass/pages/_team.sass */
  .team-page #top-picture1 .content .container .row .col-md-12 .image .bg {
    right: 0;
  }
}

/* line 4, ../sass/pages/_error.sass */
.error-page #top-picture1 {
  height: 450px;
}
