:root {
  --black-2: #4a4949f5;
  --cb-green: #a9bfac;
  --lemon-chiffon: #fff4c5;
  --white: white;
  --dark-slate-blue: #2005e9;
  --clare-bear-light-brown: #ede6db;
  --clare-bear-brown: #a18674;
  --dark-sea-green: #2498c6c7;
  --black: black;
  --dark-grey: #999;
  --gainsboro: #f8cadfba;
}

body {
  color: #000;
  justify-content: center;
  align-items: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

ul, ol {
  color: #000;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

blockquote {
  color: #000;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #666;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.navigation {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  height: 145px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image-logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #000;
  margin-right: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
}

.container.cc-center {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.cc-center.ccleft {
  flex: 0 auto;
  display: block;
  position: static;
}

.container.cc-center.hol-club {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.container.cc-center.dat-container {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.container.cc-post-image {
  max-width: 1400px;
}

.paragraph {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph.cc-contact-text {
  margin-bottom: 50px;
}

.paragraph.semi-bold {
  margin-top: 60px;
  font-size: 19px;
  font-weight: 600;
}

.paragraph.semi-bold.bbold {
  font-size: 21px;
}

.paragraph.semi-bold.bbold.td {
  margin-top: 45px;
}

.paragraph.b {
  padding-top: 65px;
}

.paragraph.b2 {
  padding-top: 40px;
}

.paragraph.b3 {
  padding-top: 12px;
}

.paragraph.stafftext {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 20px;
}

.paragraph.send1 {
  padding-top: 35px;
}

.paragraph.send1.line2 {
  margin-bottom: -25px;
  padding-bottom: 0;
  text-decoration: underline;
}

.paragraph.low {
  line-height: 25px;
}

.paragraph.up {
  padding-top: 32px;
}

.paragraph.up.ddow {
  padding-top: 0;
}

.paragraph.upp {
  padding-top: 35px;
  line-height: 15px;
}

.paragraph.upp2 {
  padding-top: 36px;
}

.paragraph.termdates {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer {
  background-color: var(--cb-green);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.top-section {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.footer-title-text {
  color: #666;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.footer-links {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-top: 15px;
  display: flex;
}

.footer-links-container {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-links-container.cc-categories {
  display: block;
}

.footer-categories {
  width: 75%;
}

.footer-newsletter {
  width: 25%;
}

.bottom-1 {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start space-between;
  display: flex;
}

.bottom-2 {
  flex: 1;
  width: 75%;
  margin-top: 40px;
}

.bottom {
  width: 100%;
}

.separator-color {
  background-color: #e6e6e6;
  max-width: 1290px;
  height: 1px;
}

.separator-color.footer-line {
  background-color: #4d4d4d;
}

.text-field {
  color: #999;
  height: 48px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  width: 100px;
  height: 48px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.form {
  align-items: flex-end;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-wrapper.cc-top-post {
  justify-content: space-between;
}

.top-post {
  background-image: url('../images/IMG_6985.JPG');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.top-post._2 {
  background-image: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

.top-post.cbann {
  background-image: none;
}

.navigation-link {
  color: #000;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navigation-link.w--current {
  color: #000000fa;
  height: 40px;
}

.navigation-link-text {
  color: #4a4949c4;
  text-transform: none;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.navigation-hover {
  background-color: var(--cb-green);
  color: var(--black-2);
  align-items: flex-end;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.header {
  background-image: url('../images/f7d5a9cd-233f-4ecb-9c5d-06a4379fd0b9.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 22vw;
  display: block;
  box-shadow: 0 2px 5px #999;
}

.header.ourstaff {
  background-image: url('../images/220072207_slim.jpg');
  background-position: 50%;
  background-size: cover;
  box-shadow: 0 2px 5px #999;
}

.header.ethics {
  background-image: url('../images/ethics.jpg');
  background-position: 50%;
  background-size: cover;
  height: 22vw;
  box-shadow: 0 2px 5px #999;
}

.header.ourschool {
  background-image: url('../images/ourschool.jpg');
  background-size: cover;
  box-shadow: 0 2px 5px #999;
}

.header.typicalday {
  background-image: url('../images/typical-day.jpg');
  background-size: cover;
  box-shadow: 0 2px 5px #999;
}

.header.parenttest {
  background-image: url('../images/02a982e3-d428-4581-aa08-73b55f7aaa14.jpeg');
  background-position: 50%;
  background-size: cover;
}

.header.newsletters {
  background-image: url('../images/newsletters.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.header.newsletters.pol {
  background-image: url('../images/pol.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.header.newsletters.termdates {
  background-image: url('../images/TERMDATES_SLIM.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.header.tapes {
  background-image: url('../images/179301719_slim.jpg');
  background-size: cover;
}

.header.uniform {
  background-image: url('../images/uniform.jpg');
  background-size: cover;
}

.header.eyfs {
  background-image: url('../images/207901231_slim.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.header.homelearning {
  background-image: url('../images/homelearnining.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.header.forestschool {
  background-image: url('../images/5e7e1092-85cd-444d-b942-0bbed4a52d61.jpeg');
  background-position: 50%;
  background-size: cover;
}

.header.bouncebears {
  background-image: url('../images/drums.jpg');
  background-position: 50%;
  background-size: cover;
}

.header.sports {
  background-image: url('../images/sports.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.header.sports.gallery {
  background-image: url('../images/gallery.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.header.contact {
  background-image: url('../images/artisy.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.header.send {
  background-image: url('../images/158421030_slim.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.header.sess {
  background-image: url('../images/69634699-slim.jpg');
  background-size: cover;
}

.header.sess.fsbn2 {
  background-image: url('../images/5e7e1092-85cd-444d-b942-0bbed4a52d61.jpeg');
}

.header.sess.fsbn2.fsbn3 {
  background-image: url('../images/f7d5a9cd-233f-4ecb-9c5d-06a4379fd0b9.jpeg');
}

.header.holactive {
  background-image: url('../images/hol-activi.jpg');
  background-position: 50%;
  background-size: cover;
}

.header.yoga {
  background-image: url('../images/34845965_slim.jpg');
}

.header.yoga.staff2 {
  background-image: url('../images/220072207_slim.jpg');
}

.header.yoga.hc {
  background-image: url('../images/231013_hc.jpg');
  background-position: 50% 100%;
  height: 19vw;
}

.header.yoga.hc.trmd {
  background-image: url('../images/241203_b.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.contact {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  text-decoration: none;
  display: flex;
}

.footer-small-text {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.dropdown {
  display: none;
}

.container-footer {
  width: 100%;
  max-width: 1200px;
}

.contact-info-subtitle {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.contact-info-text {
  color: #000;
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 20px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.contact-number {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.nav-menu {
  display: flex;
}

.top-post-image {
  width: 60%;
}

.top-post-item {
  perspective: 2000px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-post-text {
  width: 40%;
  padding-left: 50px;
}

.category-link {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.category-link:hover {
  text-decoration: underline;
}

.h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Tenor Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.h2.cc-title-section {
  margin-top: 0;
  margin-bottom: 40px;
}

.h2.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.post-short-text {
  color: #666;
  font-family: Source Serif Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.post-author {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: underline;
}

.post-author.cc-top-margin {
  margin-right: 5px;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-small-thumbnail {
  margin-top: 0;
}

.post-author-text.cc-center {
  align-items: center;
}

._3-posts {
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-image {
  margin-bottom: 20px;
}

.top-post-link-block {
  text-decoration: none;
}

._3-collection-item {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.post-info-text {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

.separator-container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

._4-collection-item {
  flex-wrap: wrap;
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  padding: 20px 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

._2-collection-item {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.featured-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.separator-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-top {
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  display: flex;
}

.h1 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.text-container {
  text-align: justify;
  width: 100%;
  display: block;
  position: relative;
}

.text-container.hol-club-cont {
  padding: 0 53px 0 0;
}

.section-title-big {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Tenor Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.section-title-big.b3 {
  padding-top: 45px;
}

.section-title-big.b3.b4 {
  padding-top: 30px;
}

.section-title-big.under {
  padding-top: 45px;
}

.link-block {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.team-collection-item {
  flex-wrap: wrap;
  align-items: stretch;
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.team-image {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-member-info {
  margin-top: 15px;
}

.team-member-name {
  color: #000;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.team-member-role {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.collection-list-wrapper-7 {
  margin: -25px -10px;
}

.contact-item-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contact-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.contact-item {
  text-align: center;
  border: 1px solid #000;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  padding: 45px 30px;
  display: flex;
}

.number {
  color: #fff;
  text-align: center;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.about-blog {
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  display: flex;
}

.about-blog.main-foot {
  padding-bottom: 0;
}

.about-blog.main-foot.m32 {
  text-align: justify;
}

.about-blog.main-foot.m32c.sm32c {
  padding-bottom: 42px;
}

.about-blog.main-foot.m32c.ffs {
  padding-top: 14px;
}

.about-blog.main-foot.m32c.fly {
  padding-top: 10px;
}

.about-blog.meetst {
  padding-bottom: 0;
}

.title-section {
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

.post-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-content {
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.post-content-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: block;
}

.author-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text h1 {
  font-family: Tenor Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.rich-text h4, .rich-text h5, .rich-text h6 {
  font-family: Tenor Sans, sans-serif;
  font-weight: 400;
}

.logo.cc-footer {
  margin-bottom: 2px;
  margin-right: 15px;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.footer-collection-item {
  color: #fff;
  width: 25%;
  margin-bottom: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.link-footer {
  color: #fff;
  text-decoration: none;
}

.div-block {
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.footer-links-inner {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.sub-text-slider {
  color: #0aceff;
  margin-bottom: 20px;
  font-size: 16px;
}

.slide-1 {
  opacity: .72;
  background-image: url('../images/9.jpg');
  background-position: 50% 62%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
}

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

.column-slider.text-slider {
  padding-top: 50px;
}

.hide-slider-dots {
  display: none;
}

.button-one {
  background-color: #0aceff;
  border-radius: 2px;
  padding: 13px 15px;
  transition: all .5s;
}

.button-one:hover {
  background-color: #54ddff;
}

.button-one.button-slider {
  margin-top: 20px;
}

.slide-2 {
  background-image: url('../images/bg2.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.row-slider {
  margin-top: 26px;
}

.paragraph-slider {
  color: #414141;
}

.arrow {
  background-color: #333333e6;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  margin-left: 21px;
  padding-top: 22px;
  padding-right: 6px;
  font-size: 25px;
  transition: all .5s;
}

.arrow:hover {
  background-color: #0aceff;
}

.arrow.arrow-2 {
  margin-left: -11px;
  margin-right: 21px;
  padding-left: 4px;
}

.slider {
  background-color: #f6f6f6;
  height: 400px;
}

.text-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.slider-2 {
  height: 400px;
}

.slider-3 {
  height: 470px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.slide-3 {
  background-image: url('../images/75.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
}

.drop-menu {
  background-image: url('../images/02a982e3-d428-4581-aa08-73b55f7aaa14.jpeg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
}

.div-features {
  margin-top: 30px;
}

.circle-features {
  float: left;
  text-align: center;
  border: 1px solid #0aceff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding-top: 14px;
}

.button-team {
  margin-top: 30px;
}

.line {
  background-color: #0aceff;
  width: 50%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: 33px;
}

.line.line-about {
  width: 100%;
  margin-right: 0;
}

.column-about {
  text-align: left;
  padding-top: 45px;
}

.services-title {
  color: #414141;
  font-size: 16px;
  font-weight: 700;
}

.first-title {
  z-index: 1;
  color: #0aceff;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #0aceff;
  border-radius: 2px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.first-title.title-about {
  background-color: #f6f6f6;
}

.list {
  margin-bottom: 25px;
}

.section-features {
  opacity: .66;
  filter: saturate(200%);
  perspective: 965px;
  background-color: #f6f6f6;
  background-image: linear-gradient(#9999995e, #9999995e), url('../images/cb-pic.jpg');
  background-position: 0 0, 50% 21%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 50px;
}

.section-features.sf2 {
  padding-top: 30px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-2.psfull {
  background-color: #f8cadf;
  max-width: 2500px;
  margin-bottom: 0;
  padding-bottom: 44px;
}

.div-block-2.psfull.impnotice {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lemon-chiffon);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.column-0-padding {
  background-color: #30333a;
  padding-left: 0;
  padding-right: 0;
}

.div-double {
  height: 530px;
  overflow: hidden;
}

.div-double.image {
  background-image: url('../images/cb4.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 425px;
}

.div-double.image._2 {
  background-image: url('../images/cb3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-double.image.img2 {
  background-image: url('../images/164392206_slim.jpg');
  background-size: cover;
}

.div-double.more-space {
  background-color: var(--cb-green);
  height: 425px;
  padding: 40px 228px 30px 40px;
}

.div-double.more-space._2 {
  background-color: #ede6db;
}

.div-double.more-space.colchange {
  background-color: #f8cadf;
}

.white {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
}

.white._2 {
  color: #000;
}

.white._2._3 {
  color: var(--white);
  text-align: center;
}

.white._2.sm1 {
  font-size: 25px;
}

.white.black {
  color: var(--black-2);
}

.paragraph-parallax {
  color: var(--black-2);
  text-align: justify;
  width: 100%;
  font-weight: 300;
}

.space {
  margin-top: 20px;
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 10px;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  background-color: #f8cadfba;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 19px;
  font-weight: 600;
}

.paragraph-2.main-spiel {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-2.main-spiel.urgmess {
  letter-spacing: .3px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

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

.section._1 {
  margin-top: -15px;
  padding-top: 0;
}

.div-block-3 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logos-wrap {
  opacity: 1;
  color: #0000;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.logos-wrap.fb {
  background-image: none;
  height: auto;
  margin-top: -51px;
  padding-top: 0;
}

.customers-logo {
  float: none;
  clear: none;
  perspective: 197px;
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #0000;
  flex: 0 auto;
  margin: 10px 0;
  padding-left: 10px;
}

.customers-logo.ff {
  padding-left: 0;
}

.customers-logo.in {
  color: #0000;
  padding-left: 0;
}

.navbar-3 {
  background-color: #fff;
  height: 100px;
  margin-top: 15px;
  margin-bottom: 70px;
}

.nav-contain {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin: 25px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link-5 {
  color: #20193a;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  height: 100%;
  min-height: 85px;
  padding: 34px 29px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.nav-link-5:hover {
  color: #fff;
  background-color: #5748c5;
}

.nav-link-5.w--current {
  color: #31414e;
  font-weight: 700;
}

.logo-mid {
  margin-left: 35px;
  margin-right: 35px;
  font-family: Varela Round, sans-serif;
}

.heading-5 {
  color: #5748c5;
  margin-top: 10px;
  font-size: 30px;
  line-height: 25px;
}

.div-block-4 {
  background-color: #5748c5;
  width: 100%;
  height: 3px;
}

.dropdown-toggle-2 {
  letter-spacing: 1.7px;
  height: 100%;
  min-height: 85px;
  padding: 34px 29px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.dropdown-toggle-2:hover {
  color: var(--black-2);
  background-color: #0000;
  text-decoration: none;
}

.dropdown-toggle-2.w--open:focus {
  background-color: var(--cb-green);
}

.dropdown-toggle-2.dropper {
  color: var(--black-2);
  height: 100%;
  min-height: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.dropdown-toggle-2.dropper:hover {
  background-color: var(--clare-bear-light-brown);
  color: var(--black-2);
}

.dropdown-toggle-2.dropper.w--current {
  background-color: var(--cb-green);
}

.dropdown-toggle-2.dropper.w--current:hover {
  background-color: var(--clare-bear-light-brown);
  color: var(--black-2);
}

.dropdown-toggle-2.noline {
  text-decoration: none;
}

.dropdown-toggle-2.con:hover, .dropdown-list-2 {
  background-color: var(--cb-green);
}

.bold-text, .bold-text-2 {
  font-size: 16px;
}

.list-item, .list-item-2, .list-2, .list-item-3 {
  line-height: 15px;
}

.uni-pic {
  margin-right: 39px;
  padding-top: 50px;
}

.paragraph-9 {
  text-align: center;
  margin-bottom: 15px;
}

.heading-21 {
  text-align: center;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.link-block-10 {
  color: #fff;
  text-decoration: none;
}

.div-block-104 {
  color: #fff;
  background-color: #23c9c2;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 46%;
  padding: 15px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-34 {
  text-align: center;
  letter-spacing: 0;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.div-block-103 {
  background-color: #cccccc1a;
  background-image: url('../images/IMG_2655.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 150px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.div-block-103.sarah {
  background-image: url('../images/0200-copy-done.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
}

.div-block-103.sarah.ptf {
  background-image: url('../images/miss_kerrie.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-103.sarah.ptf.gcwo {
  background-image: url('../images/grace.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-103.sarah.ptf.n3, .div-block-103.sarah.ptf.ml {
  background-image: url('../images/photo-to-follow.jpg');
}

.div-block-103.mlisa {
  background-image: url('../images/0199-small.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-103.mlizzie {
  background-image: url('../images/miss-Lizzie.jpg');
  background-size: cover;
}

.div-block-103.missemily {
  background-image: url('../images/missemily.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.div-block-103.missemily.rach {
  background-image: url('../images/natalie.jpeg');
  background-position: 50% 35%;
  background-size: cover;
}

.div-block-103.missemily.rach.n2 {
  background-image: url('../images/photo-to-follow.jpg');
}

.div-block-103.rachel {
  background-image: url('../images/missrachel.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.div-block-103.missamanda {
  background-image: url('../images/0202_small.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-103.jaineen {
  background-image: url('../images/Miss-Jaineen.jpg');
  background-size: 173px;
}

.div-block-103.jaineen.n1 {
  background-image: url('../images/photo-to-follow.jpg');
}

.div-block-103.mnat {
  background-image: url('../images/natalie.jpeg');
  background-size: cover;
}

.div-block-103.mnat.ptf {
  background-image: url('../images/photo-to-follow.jpg');
}

.div-block-103.ade {
  background-image: url('../images/0200-copy-done.jpg');
  background-position: 50% 0;
}

.text-block-33 {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #0000001a;
  padding: 10px;
  font-weight: 700;
}

.team-cards {
  perspective: 5000px;
  flex-flow: row-reverse wrap;
  justify-content: space-around;
  width: 100%;
  min-height: 50px;
  margin-top: 50px;
  display: flex;
}

.uno-team-card {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 29%;
  min-width: 33.333px;
  margin: 20px;
  padding: 30px 30px 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 6px #0000002b;
}

.div-block-102 {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-32 {
  color: var(--cb-green);
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 13px;
}

.text-block-32.meetstaff2 {
  color: #999;
  font-size: 16px;
}

.link-block-9 {
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;
  display: flex;
}

.div-block-106 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-105 {
  background-color: #23c9c2;
  width: 30%;
  height: 2px;
  margin-top: 20px;
}

.page-content {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2.re {
  margin-top: -30px;
  padding-top: 0;
}

.section-2.re.ffs2 {
  margin-top: -53px;
}

.div-block-107 {
  width: 50%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
}

.image-2 {
  margin-left: -37px;
  padding-left: 0;
}

.image-2.sess {
  margin-left: 0;
}

.columns {
  flex: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.map {
  margin-top: 24px;
}

.column {
  padding-left: 52px;
}

.column.col2-map {
  padding-top: 31px;
}

.text-block-35 {
  color: #000;
  text-decoration: none;
}

.text-block-35.noline {
  text-decoration: none;
}

.text-block-36 {
  color: #000;
  text-decoration: none;
}

.text-block-36:hover {
  color: #fff;
  text-decoration: none;
}

.text-block-36:active, .text-block-36:focus, .link-block-11 {
  text-decoration: none;
}

.image-3 {
  padding-top: 15px;
}

.link {
  color: #e01656;
}

.link:hover {
  text-decoration: underline;
}

.link.negative {
  color: #fff;
  text-decoration: none;
}

.footer-list-item {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 8px;
}

.footer-list-item.odd {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-footer {
  background-color: var(--cb-green);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

.footer-paragraph {
  color: #fff;
  margin-top: 38px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-white {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}

.footer-column {
  padding-left: 50px;
  padding-right: 50px;
}

.footer-column.lines {
  border-left: 1px solid #fff6;
  border-right: 1px solid #fff6;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f72869;
  border: 2px solid #d41350;
  border-radius: 3px;
  margin: 20px auto 10px;
  padding: 6px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.button-3.lined {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/fb-logo.png');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 0 40px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.button-3.lined:hover {
  color: #000;
  background-color: #fff;
}

.footer-list {
  margin-top: 40px;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 25px;
}

.bold-text-3 {
  font-size: 16px;
}

.container-2 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.list-left {
  margin-top: -13px;
  padding-top: 0;
  padding-left: 22px;
}

.list-policies {
  margin-top: 1px;
  margin-bottom: 1px;
}

.list-policies.shade {
  background-color: #f8cadf33;
  border-radius: 0 3px 3px 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.list-policies.shade:hover {
  background-color: #f8cadf00;
}

.bold-text-4 {
  color: var(--black-2);
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.mob-section {
  display: none;
}

.tables {
  width: 100%;
  max-width: 800px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-6 {
  color: #888;
  flex-wrap: wrap;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  display: flex;
  position: relative;
}

.div-block-7 {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  max-height: 40px;
  display: flex;
}

.image-27 {
  float: left;
  clear: right;
  margin-top: 0;
}

.text-block-3 {
  float: left;
  color: var(--black-2);
  margin-right: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
}

.text-block-3.toptop {
  color: var(--black-2);
  font-family: Source Serif Pro, sans-serif;
  font-size: 13px;
}

.div-block-8 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  display: flex;
}

.twitter-2 {
  padding-top: 7px;
}

.section-3 {
  background-color: #f8cadfba;
}

.social {
  float: none;
  clear: none;
  width: 100%;
  margin-top: 0%;
  display: inline-block;
  position: relative;
}

.social_icons {
  background-color: #fff;
  border-top-right-radius: 20%;
  border-bottom-left-radius: 20%;
  width: 30px;
  height: 30px;
  margin-right: 2%;
  display: inline-block;
}

.social-image {
  color: var(--dark-slate-blue);
  width: 20px;
  padding-top: 5px;
}

.nav-top {
  background-color: var(--clare-bear-light-brown);
  box-shadow: 0 0 7px -2px var(--black-2);
  color: #fff;
  flex-direction: column;
  align-items: center;
  height: 45px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.wrapper-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.wrapper-2.nav-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.wrapper-2.nav-top-wrapper.fontchange {
  font-family: Source Serif Pro, sans-serif;
  font-size: 14px;
}

.nav-top-info {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-top-text {
  color: var(--black-2);
  margin-right: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.link-white {
  color: var(--black-2);
  font-size: 14px;
  text-decoration: none;
}

.nav-top-social {
  clear: left;
  text-align: center;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 12px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.social-link {
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  transition: background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: #00000014;
}

.text-block-37 {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.image-28 {
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 18px;
  line-height: 18px;
}

.footer-2 {
  background-color: var(--cb-green);
  min-height: 150px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.container-6 {
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-4 {
  border: 10px solid #fff;
  border-radius: 15px;
  height: auto;
  margin-top: 5px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.pencil-attribute {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.pencil-attribute._22 {
  margin-top: 1px;
}

.pencil-attribute._33 {
  margin-top: 39px;
  font-size: 14px;
}

.link-3 {
  color: var(--black-2);
  text-decoration: none;
}

.link-block-12 {
  background-image: url('../images/LogoColorTextBelow-copy.jpg');
  background-position: 50%;
  background-size: cover;
  border: 10px solid #fff;
  border-radius: 9px;
  width: 120px;
  height: 120px;
}

.image-29 {
  border: 1px solid #fff;
  border-radius: 8px;
  max-width: 120%;
  max-height: 120%;
  padding-top: 1px;
  font-size: 18px;
  line-height: 18px;
}

.image-30 {
  border-radius: 5px;
  box-shadow: 1px 1px 6px -1px #000;
}

.rr {
  color: var(--dark-slate-blue);
}

.list-link, .link-4 {
  color: var(--black-2);
  text-decoration: none;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.heading-8 {
  z-index: 2;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 0;
  font-weight: 400;
  position: relative;
}

.section-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . . . . . . . . . ."
                 ". . . . . . . . . . ."
                 ". . . . . . . . . . ."
                 ". . . . . . . . . . ."
                 ". . . . . . . . . . ."
                 ". . . . . . . . . . ."
                 ". . . . . . . . . . ."
                 ". . . . . . . . . . ."
                 ". . . . . . . . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120vh;
  display: grid;
}

.div-block-18 {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/18.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-22 {
  background-image: url('../images/11.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-21 {
  background-image: url('../images/33.JPG');
  background-position: 0 0;
  background-size: cover;
}

.gallerysection {
  height: 100%;
  margin-bottom: 20px;
}

.div-block-20 {
  background-image: url('../images/19.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-19 {
  background-image: url('../images/35.JPG');
  background-position: 0 0;
  background-size: cover;
}

.heading-16 {
  color: #3333330f;
  font-size: 110px;
  position: relative;
}

.div-block-23 {
  background-image: url('../images/15.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-108 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 30px 26px 0;
}

.div-block-108.mob.mob9 {
  padding-left: 50px;
  padding-right: 50px;
}

.div-gallery-1 {
  background-image: url('../images/Gallery5.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-gallery-2 {
  background-image: url('../images/Gallery9.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-gallery-3 {
  background-image: url('../images/Gallery1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.slide-4 {
  background-image: url('../images/Gallery5.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slider-4 {
  min-width: 800px;
  min-height: 600px;
  max-height: 0;
}

.section-4 {
  margin-top: 42px;
  margin-bottom: 62px;
}

.slide-5 {
  background-image: url('../images/Gallery9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Gallery1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Gallery2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Gallery3.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Gallery4.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Gallery6.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Gallery7.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Gallery8.jpeg');
  background-position: 50% 35%;
  background-size: cover;
}

.blank-div {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 70px;
  margin-left: auto;
  margin-right: auto;
}

._wf-content-section {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}

._wf-pricing-container {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.pricing-column {
  background-color: #f1f9ff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  min-height: 500px;
  padding: 30px 35px 25px;
  display: flex;
  position: relative;
}

.pricing-column.recommended {
  color: #fff;
  background-color: #2699fb;
  min-height: 550px;
}

.pricing-image {
  width: 50%;
  margin-bottom: 30px;
}

.pricing-features-list {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.pricing-name {
  text-align: center;
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.pricing-titile {
  color: #2699fb;
  text-align: center;
  margin-top: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 125%;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}

.section-5 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-5.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.paragraph-small {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  min-height: 550px;
  padding: 50px;
  display: flex;
}

.testimonial-container.border {
  background-color: #fff;
  border: 1px solid #096ad0;
  border-radius: 3px;
  align-items: flex-start;
  display: flex;
}

.wrapper-3 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.hide {
  display: none;
}

.slider-5 {
  background-color: #0000;
  height: 100%;
}

.quotation-mark {
  opacity: .1;
  margin-right: 24px;
}

.slide-nav-2 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.small-slide {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-109 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}

.div-block-110 {
  background-color: #fff;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.div-block-110.tl {
  box-shadow: 1px 1px 5px -2px var(--black-2);
  background-color: #f8cadfba;
  border-radius: 11px;
}

.div-block-111 {
  background-color: #fff;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.div-block-111.tr {
  background-color: #f8cadfba;
  border-radius: 11px;
}

.term-dates-section {
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 55px;
  display: flex;
}

.list-3 {
  padding-left: 20px;
}

.list-3.ttl {
  text-align: center;
  list-style-type: none;
}

.list-4 {
  padding-left: 20px;
}

.div-block-112 {
  background-image: url('../images/clb_outside-copy_played_mon.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 425px;
  margin-left: -25px;
  margin-right: -10px;
  padding-left: 0;
  overflow: hidden;
}

.div-block-112.no22 {
  background-color: var(--clare-bear-light-brown);
  background-image: none;
  margin-left: 0;
  overflow: visible;
}

.div-block-112.sec3 {
  background-image: url('../images/School2.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.column-2 {
  background-color: var(--dark-slate-blue);
  display: block;
}

.column-2.v3 {
  background-color: var(--clare-bear-light-brown);
}

.div-block-113 {
  background-color: var(--cb-green);
  height: 425px;
}

.div-block-113.mobb.no2 {
  background-image: url('../images/Forest5-2.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-left: -10px;
  margin-right: -10px;
}

.div-block-114 {
  padding: 88px 39px 4px;
}

.div-block-114.moba {
  padding-top: 55px;
}

.div-block-114.moba.v {
  padding-top: 55px;
  padding-left: 39px;
}

.div-block-114.moba.mobc.mobdc4.reg-form {
  padding-top: 25px;
}

.column-3 {
  background-color: var(--cb-green);
}

.link-block-13 {
  min-height: 10px;
  max-height: none;
}

.link-block-14 {
  background-image: url('../images/facebook-logo.png');
  background-position: 50%;
  background-size: cover;
  max-height: 50px;
}

.link-block-15 {
  background-image: url('../images/instagram.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.link-block-16 {
  padding-left: 10px;
  padding-right: 16px;
}

.link-block-17 {
  padding-right: 10px;
}

.link-block-18 {
  padding-left: 10px;
  padding-right: 10px;
}

.link-block-19, .link-block-20 {
  padding-right: 10px;
}

.link-block-21 {
  padding-left: 7px;
  padding-right: 10px;
}

.link-block-22 {
  padding-right: 9px;
}

.link-block-23 {
  padding-right: 10px;
}

.div-block-115, .div-col-a, .div-co-b {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.list-item-4, .list-item-5 {
  background-color: #f8cadfba;
}

.list-item-6, .list-item-7 {
  background-color: var(--cb-green);
}

.list-item-8, .list-item-9 {
  background-color: var(--clare-bear-light-brown);
}

.div-block-116 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px 10px;
  display: flex;
}

.lightbox-link-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-31 {
  background-image: url('../images/Gallery1.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.image-31:hover {
  opacity: .7;
}

.section-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-117 {
  background-image: url('../images/IMG_1055.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-118 {
  background-image: url('../images/Gallery8.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-119 {
  background-image: url('../images/Gallery4.jpeg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-3 {
  flex: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

.lightbox-link-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-120 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link-5, .lightbox-link-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.image-32 {
  border-radius: 5px;
}

.image-32:hover {
  opacity: .7;
}

.image-33 {
  border-radius: 5px;
}

.image-33:hover {
  opacity: .7;
}

.image-34 {
  border-radius: 5px;
}

.image-34:hover {
  opacity: .7;
}

.image-35 {
  border-radius: 5px;
}

.image-35:hover {
  opacity: .7;
}

.n-top-section {
  margin-left: auto;
  margin-right: auto;
}

.n-top-div {
  width: 100%;
  min-width: 100px;
  max-width: 1300px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.image-36 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.n-menu {
  background-color: #0000;
}

.container-7 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu-8 {
  float: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.n-dd1 {
  color: var(--black-2);
  text-align: left;
  letter-spacing: 1.1px;
  padding-left: 11px;
  padding-right: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.n-dd1:hover {
  background-color: var(--lemon-chiffon);
}

.n-dd1.w--current {
  text-align: left;
  background-color: #0000;
  flex: 0 auto;
  font-size: 12px;
  display: block;
}

.n-dd1.w--current:hover {
  background-color: var(--lemon-chiffon);
}

.n-dd1.down {
  background-color: var(--lemon-chiffon);
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 50px;
  font-size: 12px;
}

.n-dd1.down:hover {
  background-color: var(--clare-bear-light-brown);
}

.navbar-4 {
  border-top: .5px none var(--clare-bear-brown);
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.award-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.award-div {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-25 {
  float: none;
  clear: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 15px;
  display: block;
  position: static;
}

.image-37 {
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-5 {
  padding: 24px;
}

.uniform-pic-sec.upc2 {
  padding-bottom: 43px;
}

.unif-div-1 {
  background-image: url('../images/fleece.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 50px;
  max-width: 200px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.unif-div-1.su3 {
  background-image: url('../images/grey-sweatshirt.jpg');
}

.unif-div-1.su2 {
  background-image: url('../images/purple-sweatshirt.jpg');
  background-position: 50%;
  background-size: cover;
}

.unif-div-1.su4 {
  background-image: url('../images/343-8301.jpg');
}

.unif-div-1.su5 {
  background-image: url('../images/purple-polo.jpg');
}

.unif-div-1.su6 {
  background-image: url('../images/grey-polo.jpg');
}

.unif-div-1.su8 {
  background-image: url('../images/21_12_14_microfleece.jpg');
  background-size: cover;
}

.unif-div-1.su7 {
  background-image: url('../images/599-9770.jpg');
  min-width: 100px;
}

.column-6, .column-7 {
  padding: 25px;
}

.link-5 {
  color: #000;
}

.container-8 {
  clear: none;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  display: block;
}

.container-8.cc-center {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-38 {
  color: var(--black-2);
  text-decoration: none;
}

.link-block-26 {
  text-decoration: none;
}

.svdp-main-para-text {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.heading-team {
  margin-bottom: 15px;
}

.heading-team.header-3 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.heading-team.header-3.bbig {
  font-size: 17px;
}

.link-block-27 {
  background-image: url('../images/cab.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 200px;
  display: block;
}

.link-block-27.yr4hl {
  background-image: url('../images/TL62013419.jpeg');
  background-position: 50%;
  background-size: cover;
}

.link-block-27.reckl {
  background-image: url('../images/rec.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-27.nurmh {
  background-image: url('../images/resize6.JPG');
  background-position: 50%;
  background-size: cover;
}

.link-block-27.yr1s {
  background-image: url('../images/yr1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.link-block-27.yr3h {
  background-image: url('../images/yr3_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-27.yr5s {
  background-image: url('../images/yr6c.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 10px;
  width: 235px;
  height: 250px;
}

.link-block-27.yr1m {
  background-image: url('../images/yr1_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-27.yrrh {
  background-image: url('../images/rec.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-27.yr4a {
  background-image: url('../images/4_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-27.yr2m {
  background-image: url('../images/yr2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.link-block-27.yr2p {
  background-image: url('../images/yr2_b.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-27.yr5t {
  background-image: url('../images/yr52020.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #1d5577;
  border-radius: 10px;
}

.link-block-27.class-link {
  background-image: url('../images/IMG_2655.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 235px;
  height: 250px;
}

.link-block-27.yr3s {
  background-image: url('../images/yr3.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-121 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 62px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: visible;
}

.div-block-121.clsmob {
  padding-bottom: 20px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-7.gray {
  background-color: #ffffffa6;
  padding-top: 55px;
  padding-bottom: 5px;
}

.section-7.gray.classss {
  padding-top: 76px;
  padding-bottom: 41px;
}

.container-9 {
  padding-top: 40px;
}

.div-block-122 {
  box-shadow: 1px 1px 3px 0 var(--black-2);
  background-image: url('../images/IMG_2655.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-122.cc {
  background-image: url('../images/IMG_2655.jpeg');
  height: 260px;
}

.div-block-122.cc.mad {
  background-position: 50% 0;
}

.div-block-122.cc.mrsa {
  background-image: url('../images/missemily.jpg');
  background-position: 50% 0;
}

.div-block-122.cc.mrsa.mr2 {
  background-image: url('../images/0202_small.jpg');
  background-position: 50% 0;
}

.div-block-122.cc.mrsa.mr2.mliz {
  background-image: url('../images/231101_missG.jpg');
  background-position: 50%;
}

.div-block-122.cc.mrsa.mr2.mliz.mkain {
  background-image: url('../images/230524_clb1.jpg');
  background-position: 50% 0;
}

.div-block-122.cc.mrsa.mama {
  background-image: url('../images/230524_clb2.jpg');
  background-position: 50%;
}

.div-block-122.cc.mrsa.mama.mgc {
  background-image: url('../images/photo-to-follow.jpg');
  background-position: 50%;
}

.div-block-122.cc.mss {
  background-image: url('../images/grace.jpeg');
  background-position: 50%;
}

.div-block-122.cc.mss.mel {
  background-image: url('../images/231101_Miss-Sharon2.jpg');
  background-position: 50% 0;
}

.div-block-122.cc.mss.mel.missn {
  background-image: url('../images/photo-to-follow.jpg');
}

.column-8 {
  margin-top: 15px;
}

.banner-secttion {
  background-image: linear-gradient(#c4d1bb, #c4d1bb);
}

.banner-div {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.col1-div {
  background-image: url('../images/Open-Day-Banner.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.col2-div {
  background-image: url('../images/Forest-School-Open-Day-Banner.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-5 {
  font-weight: 400;
}

.text-span, .text-span-2 {
  text-decoration: underline;
}

.button-4 {
  border-radius: 6px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 15px;
}

.bold-text-6, .bold-text-7 {
  color: red;
  font-size: 20px;
}

.bold-text-7.wibl {
  color: #2498c6;
}

.main-m-div-b {
  text-align: center;
}

.kutup-client-wrapper-2 {
  color: #264653;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.kutup-testimonials-section {
  background-color: var(--lemon-chiffon);
  background-image: url('../images/230612_clbsands.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 5%;
}

.kutup-testimonials-section.witpic {
  background-color: var(--cb-green);
  text-align: center;
  background-image: none;
  margin-right: 0;
  padding: 30px 5%;
}

.kutup-client-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: block;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-medium-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-small-top-text-2 {
  color: #e76f51;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-author-title-2 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.kutup-author-title-2.wccen {
  text-align: center;
}

.kutup-start-flex {
  grid-column-gap: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.kutup-divider-20px {
  height: 20px;
}

.text-block-39 {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

.text-block-40 {
  letter-spacing: .2px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.1;
}

.text-block-41 {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  font-size: 16px;
}

.text-block-42, .text-block-43, .text-block-44 {
  text-align: center;
}

.div-block-123 {
  width: 100%;
  max-width: 1300px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.image-38 {
  border: 5px solid var(--clare-bear-brown);
  border-radius: 8px;
}

.image-38.him {
  margin-bottom: 48px;
}

.div-block-124 {
  flex: 1;
  padding: 24px;
}

.dates-section {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dates-div {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 1500px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.image-39, .image-40 {
  align-self: center;
}

.term-div {
  border: .6px solid #000;
  border-radius: 6px;
  width: 100%;
  min-width: 100px;
  max-width: 1250px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-125 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100px;
  max-width: 1250px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

html.w-mod-js [data-ix="slide-in-from-left-on-scroll"] {
  opacity: 0;
  transform: translate(-100px);
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 8px;
  }

  .image-logo {
    z-index: 9999;
    position: relative;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .container.cc-center {
    justify-content: center;
  }

  .footer-categories {
    width: 100%;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 35px;
  }

  .bottom-1 {
    flex-flow: wrap-reverse;
  }

  .bottom-2 {
    width: 100%;
  }

  .top-post.cbann {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-link {
    background-color: #fff;
    justify-content: flex-end;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-link-text {
    font-size: 18px;
    line-height: 24px;
  }

  .navigation-hover {
    display: none;
  }

  .header {
    height: 50vw;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: -90px;
    padding-top: 120px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #00000040;
  }

  .menu-button {
    color: #000;
    font-family: Libre Franklin, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .menu-button:active {
    background-color: #e9e9e9;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .top-post-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-post-item {
    flex-wrap: wrap;
  }

  .top-post-text {
    width: 100%;
    padding-left: 0;
  }

  .h2.cc-title-section {
    margin-top: 0;
  }

  ._4-collection-item {
    width: 50%;
  }

  .icon-2 {
    color: #000;
  }

  .about-top {
    padding-top: 50px;
    padding-bottom: 49px;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-container {
    width: 100%;
  }

  .team-collection-item {
    width: 33.3333%;
  }

  .team-image {
    justify-content: flex-start;
    width: 100%;
  }

  .contact-item-wrapper {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-wrapper {
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .title-section.cc-detail {
    padding-top: 150px;
  }

  .slide-1 {
    background-image: none;
  }

  .column-slider.text-slider {
    margin-bottom: 27px;
    padding-top: 26px;
  }

  .slide-2 {
    background-image: none;
  }

  .slider {
    height: auto;
  }

  .slide-3 {
    background-position: 50%;
  }

  .section-features {
    padding-bottom: 50px;
  }

  .div-double.more-space {
    height: 400px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .logos-wrap {
    justify-content: center;
  }

  .customers-logo {
    margin-left: 0;
  }

  .navbar-3 {
    display: none;
  }

  .nav-contain {
    justify-content: space-between;
  }

  .nav-menu-6 {
    background-color: #fff;
  }

  .nav-menu-5 {
    background-color: #f5f5f5;
  }

  .div-block-104 {
    flex-direction: column;
    height: 43%;
  }

  .text-block-34 {
    width: 100%;
  }

  .uno-team-card {
    flex-wrap: wrap;
    flex: 1;
    width: 50%;
    min-width: 40%;
  }

  .div-block-106 {
    justify-content: center;
    width: 100%;
    min-height: 20px;
    display: flex;
  }

  .footer-column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mob-section {
    display: block;
  }

  .mob-nav-bar {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-3 {
    color: var(--cb-green);
    font-size: 45px;
  }

  .icon-3.mobbb {
    color: var(--black-2);
  }

  .div-block-6 {
    flex-flow: wrap;
    justify-content: space-around;
  }

  .div-block-7 {
    text-align: left;
    flex-wrap: nowrap;
    flex: 1;
    min-width: 100%;
  }

  .div-block-8 {
    justify-content: center;
    min-width: 100%;
    min-height: 40px;
  }

  .nav-top, .nav-top-info, .nav-top-social {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-108.mob {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 51px;
  }

  .slider-4 {
    min-width: 600px;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    background-color: var(--cb-green);
    border-radius: 3px;
  }

  .nav-menu-7 {
    background-color: #fff;
  }

  .nav-menu-7.mobb {
    background-color: var(--cb-green);
    padding-bottom: 0;
  }

  .dropdown-list-3, .dropdown-list-4 {
    background-color: var(--cb-green);
  }

  .dropdown-toggle-3, .dropdown-toggle-4, .dropdown-toggle-5, .dropdown-toggle-6, .dropdown-toggle-7 {
    background-color: var(--cb-green);
    font-family: Source Serif Pro, sans-serif;
    font-size: 17px;
  }

  .nav-link-6 {
    background-color: var(--cb-green);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .dropdown-link-2 {
    font-family: Source Serif Pro, sans-serif;
    font-size: 16px;
  }

  .dropdown-link-2.mobnav44.w--current {
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .dropdown-link-3 {
    font-family: Source Serif Pro, sans-serif;
    font-size: 16px;
  }

  .dropdown-link-3.mobnav444 {
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .dropdown-link-4 {
    font-family: Source Serif Pro, sans-serif;
    font-size: 16px;
  }

  .dropdown-link-4.mob-nav {
    background-color: #fff;
    font-size: 15px;
  }

  .dropdown-link-5 {
    font-family: Source Serif Pro, sans-serif;
    font-size: 16px;
  }

  .dropdown-link-5.mob-nav {
    background-color: #fff;
    font-size: 15px;
  }

  .dropdown-link-6 {
    font-family: Source Serif Pro, sans-serif;
    font-size: 16px;
  }

  .dropdown-link-6.mob-nav {
    background-color: #fff;
    font-size: 15px;
  }

  .dropdown-link-7 {
    font-family: Source Serif Pro, sans-serif;
    font-size: 16px;
  }

  .dropdown-link-7.mob-nav {
    font-size: 15px;
  }

  ._wf-content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-column {
    width: 40%;
  }

  .pricing-features-list {
    font-size: 14px;
  }

  .pricing-name {
    font-size: 22px;
  }

  .section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .small-slide {
    width: 100%;
  }

  .div-block-110.tl, .div-block-111.tr {
    min-height: 600px;
  }

  .div-block-114.moba.v.mobb {
    padding-top: 88px;
  }

  .div-block-114.moba.mob1 {
    padding-top: 70px;
  }

  .div-block-114.moba.mobc {
    padding-top: 97px;
  }

  .mob-nav {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .mobnav4433 {
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .n-top-section {
    margin-left: auto;
    margin-right: auto;
  }

  .n-top-div {
    justify-content: center;
    align-items: center;
    min-width: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .image-36 {
    flex: 0 auto;
    align-self: center;
  }

  .nav-menu-8 {
    background-color: var(--lemon-chiffon);
  }

  .n-dd1 {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-4 {
    background-color: var(--lemon-chiffon);
    margin-left: 0;
    margin-right: 0;
  }

  .icon-4 {
    color: var(--dark-sea-green);
    text-align: center;
    font-size: 40px;
  }

  .menu-button-3 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-3.w--open {
    background-color: var(--lemon-chiffon);
  }

  .container-8 {
    flex-flow: column;
    align-items: center;
  }

  .svdp-main-para-text {
    float: none;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-space {
    margin-bottom: 40px;
  }

  .section-7.gray {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col1-div {
    margin-bottom: 12px;
  }

  .kutup-client-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-123 {
    padding-left: 0;
  }

  .div-block-124 {
    padding-bottom: 0;
  }

  .dates-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 75px;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .footer-title-text {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: 25px;
  }

  .footer-links-container {
    flex-wrap: wrap;
  }

  .footer-categories {
    display: none;
  }

  .footer-newsletter {
    margin-bottom: 15px;
  }

  .top-post {
    margin-top: 0;
    padding-top: 135px;
  }

  .navigation-link {
    display: flex;
  }

  .team, .contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .dropdown {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .dropdown-toggle {
    color: #999;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-family: Libre Franklin, sans-serif;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    font-family: Libre Franklin, sans-serif;
    font-weight: 600;
  }

  .h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  ._3-collection-item, ._4-collection-item, ._2-collection-item {
    width: 100%;
  }

  .about-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-top.mob {
    padding-top: 60px;
    padding-bottom: 18px;
  }

  .about-top.m3, .about-top.m322 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .team-collection-item {
    width: 50%;
  }

  .about-blog {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .about-blog.main-foot.mob2 {
    padding-top: 35px;
  }

  .about-blog.main-foot.m32c {
    padding-top: 50px;
  }

  .about-blog.meetst.m32 {
    padding-top: 30px;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .dropdown-link-text {
    color: #000;
    text-decoration: none;
  }

  .footer-links-inner {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: auto;
  }

  .customers-logo {
    margin-left: 0;
  }

  .team-cards {
    flex-wrap: wrap;
  }

  .uno-team-card {
    min-width: 100%;
  }

  .column {
    padding-left: 10px;
  }

  .footer-list-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .bottom-footer {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .footer-column {
    border-bottom: 1px solid #0003;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-column.lines {
    border-left-style: none;
    border-right-style: none;
  }

  .mob-container {
    padding-left: 11px;
  }

  .section-3 {
    display: none;
  }

  .social {
    border-top: 1px solid #5e3e48;
    padding-top: 10%;
  }

  .social_icons {
    width: 30px;
    height: 30px;
  }

  .nav-top-social {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16 {
    font-size: 100px;
  }

  .div-block-108.mob.mob9 {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-108.mob.mob9.mob10 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slider-4 {
    min-width: 300px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  ._wf-pricing-container {
    flex-direction: column;
  }

  .pricing-column {
    width: 80%;
    margin-bottom: 105px;
  }

  .small-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-110.tl {
    margin-bottom: 40px;
  }

  .div-block-114.moba {
    padding-top: 25px;
  }

  .div-block-114.moba.mob1.mobd {
    padding-top: 38px;
  }

  .div-block-114.moba.mobc.mobdc4 {
    padding-top: 84px;
  }

  .div-block-116 {
    flex-direction: column;
  }

  .lightbox-link-3, .lightbox-link-5, .lightbox-link-6 {
    padding-bottom: 15px;
  }

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

  .column-7 {
    display: none;
  }

  .svdp-main-para-text {
    text-align: center;
    padding-right: 0;
  }

  .div-block-121 {
    padding-top: 62px;
  }

  .div-block-121.clsmob {
    padding-top: 0;
    padding-bottom: 30px;
  }

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

  .section-7.gray {
    padding-top: 40px;
    padding-bottom: 5px;
  }

  .kutup-client-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-125 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    position: fixed;
  }

  .nav-link.white {
    margin-right: 0;
  }

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

  .top-section {
    flex-wrap: wrap;
    max-width: none;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer-links-container {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .top-post {
    padding-top: 105px;
    padding-bottom: 30px;
  }

  .top-post.cbann {
    padding-top: 15px;
  }

  .header {
    height: 75vw;
  }

  .team, .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-small-text {
    margin-top: 20px;
    line-height: 18px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-bottom: 0;
  }

  ._3-posts {
    padding-bottom: 60px;
  }

  .latest-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    width: 100%;
    margin-top: 60px;
  }

  .featured-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-top.m3.sm3222c {
    padding-bottom: 10px;
  }

  .about-top.m322.sm322 {
    padding-bottom: 0;
  }

  .h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .team-collection-item, .contact-item-wrapper {
    width: 100%;
  }

  .about-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-blog.main-foot.m32c.sm32c {
    padding-top: 30px;
  }

  .title-section {
    padding-top: 135px;
  }

  .title-section.cc-detail {
    padding-top: 120px;
  }

  .div-block {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-links-inner {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .line {
    width: 80%;
  }

  .div-double.more-space {
    background-position: 100% 100%;
    height: 700px;
  }

  .white._2._3 {
    text-align: left;
  }

  .space {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-104 {
    justify-content: center;
    height: 48%;
  }

  .text-block-34 {
    margin-top: 20px;
  }

  .link-block-9 {
    margin: 2px;
  }

  .div-block-106 {
    flex-wrap: wrap;
  }

  .image-2 {
    margin-left: -15px;
  }

  .bottom-footer {
    padding-top: 0;
  }

  .footer-column {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    padding-top: 50px;
  }

  .section-wrapper {
    grid-row-gap: 16px;
    grid-template-areas: ". . . . . . . . . . ."
                         ". . . . . . . . . . ."
                         ". . . . . . . . . . ."
                         ". . . . . . . . . . ."
                         ". . . . . . . . . . ."
                         ". . . . . . . . . . ."
                         ". . . . . . . . . . ."
                         ". . . . . . . . . . .";
  }

  .gallerysection {
    height: auto;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .div-block-20 {
    background-size: cover;
  }

  .heading-16 {
    font-size: 36px;
    font-weight: 900;
  }

  .slider-4.mob10 {
    min-width: 200px;
    min-height: 300px;
  }

  ._wf-content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pricing-column {
    width: 100%;
    min-height: 400px;
  }

  .pricing-column.recommended {
    min-height: 500px;
  }

  .pricing-features-list {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
  }

  .small-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .list-3, .list-4 {
    padding-left: 20px;
  }

  .div-block-114.moba.v.mobb.mobc2 {
    padding-top: 37px;
  }

  .div-block-114.moba.mob1.mobd.mobc1 {
    padding-top: 12px;
  }

  .div-block-114.moba.mobc.mobdc4 {
    padding-top: 81px;
  }

  .column-3.mobc {
    padding-bottom: 124px;
  }

  .column-3.mobc.no2.mobcd3 {
    padding-bottom: 0;
  }

  .svdp-main-para-text {
    text-align: center;
    padding-right: 0;
  }

  .div-block-121.clsmob {
    padding-bottom: 14px;
  }

  .col1-div, .col2-div {
    min-height: 100px;
  }

  .kutup-client-grid {
    grid-template-columns: 1fr;
  }

  .div-block-124 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-124.hol-club {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }
}

#w-node-_68da913e-73ed-8b32-a803-9d9b403856c3-19edfe7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


