@charset "UTF-8";
/*
Theme Name: Cosmetic Dental Practice
Text Domain: cdg
*/
/* Colours */
/* Typography */
/* -------- CSS Reset -------- */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  text-rendering: optimizeLegibility;
  font-family: "scandia-web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #231f20;
  background: #fff;
  margin: 0;
  padding: 0;
}
body.no-scroll {
  overflow: hidden;
}

main {
  padding-top: 140px;
}

.desktop {
  display: inline;
}

.mobile {
  display: none;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1em;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* New Base Styling */
a {
  text-decoration: none;
}

span.link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}

.wow {
  visibility: hidden;
}

.pagination {
  clear: both;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  float: left;
  width: 100%;
}
.pagination a {
  color: #00b0f0;
}
.pagination a:hover {
  color: #f0a7c9;
}
.pagination ul {
  display: flex;
}
.pagination ul li {
  margin: 0 10px;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  body {
    font-size: 1.1428571429vw;
  }
  main {
    padding-top: 10vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  body {
    font-size: 4vw;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: inline;
  }
}
.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}

nav.post-navigation {
  float: left;
  width: 100%;
}
nav.post-navigation .wrapper .nav-links {
  font-size: 28px;
}
nav.post-navigation .wrapper .nav-links .nav-previous a,
nav.post-navigation .wrapper .nav-links .nav-next a {
  color: #52caf5;
}
nav.post-navigation .wrapper .nav-links .nav-previous a:hover,
nav.post-navigation .wrapper .nav-links .nav-next a:hover {
  color: #000;
}
nav.post-navigation .wrapper .nav-links .nav-previous {
  float: left;
  width: 50%;
  text-align: left;
  line-height: 150px;
}
nav.post-navigation .wrapper .nav-links .nav-next {
  float: right;
  width: 50%;
  text-align: right;
  line-height: 150px;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  .wrapper {
    max-width: 100vw;
    padding: 0 3.57142857vw;
  }
  nav.post-navigation .wrapper .nav-links {
    font-size: 2vw;
  }
  nav.post-navigation .wrapper .nav-links .nav-previous,
  nav.post-navigation .wrapper .nav-links .nav-next {
    line-height: 10.7142857143vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  .wrapper {
    padding: 0 5vw;
    width: 100vw;
  }
  nav.post-navigation .wrapper .nav-links {
    font-size: 6vw;
  }
  nav.post-navigation .wrapper .nav-links .nav-previous, nav.post-navigation .wrapper .nav-links .nav-next {
    line-height: 30vw;
  }
}
section#mega-menu {
  width: 100%;
  position: fixed;
  top: -700px;
  background: white;
  height: auto;
  z-index: 9;
  transition: 0.75s;
  padding-bottom: 50px;
  padding-top: 10px;
  transition: 0.5s;
}
section#mega-menu.open {
  top: 140px;
}
section#mega-menu .close-menu {
  position: absolute;
  width: 50px;
  height: 35px;
  font-weight: 700;
  font-size: 50px;
  right: 50px;
  top: -5px;
  z-index: 11;
  background: url("images/svg/menu-close.svg") no-repeat 0 0/100% auto;
  content: "";
  cursor: pointer;
}
section#mega-menu .close-menu:hover {
  opacity: 0.7;
}
section#mega-menu .column {
  float: left;
  width: 25%;
}
section#mega-menu .column h3 {
  font-size: 26px;
  line-height: 1.2;
  height: 62px;
}
section#mega-menu .column ul li {
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 1em;
  padding-right: 10%;
  line-height: 1.2;
  cursor: pointer;
}
section#mega-menu .column ul li span.sub {
  font-weight: 400;
  font-size: 17px;
  color: black;
  display: none;
}
section#mega-menu .column ul li a {
  color: #00b0f0;
}
section#mega-menu .column ul li a:hover {
  color: #769aab;
}
section#mega-menu .column.double {
  width: 50%;
}
section#mega-menu .column.double ul {
  columns: 2;
}
section#mega-menu .column.double ul li {
  width: 100%;
  padding-right: 5%;
}
section#mega-menu.smaller.open {
  top: 70px;
  padding-top: 50px;
}

header.site-header {
  height: 140px;
  background: white;
  width: 100%;
  transition: 0.5s;
  position: fixed;
  z-index: 10;
}
header.site-header .wrapper .site-logo {
  float: left;
  margin-top: 10px;
  width: 356px;
  transition: 0.5s;
  height: 61px;
}
header.site-header .wrapper .site-logo img {
  width: 100%;
  transition: 0.5s;
}
header.site-header .wrapper nav {
  float: left;
  margin-left: 63px;
  transition: 0.5s;
}
header.site-header .wrapper nav ul {
  list-style: none;
  margin: 23px 0 0 0;
  padding: 0;
}
header.site-header .wrapper nav ul li {
  float: left;
  text-transform: uppercase;
  font-size: 19px;
  margin-right: 25px;
}
header.site-header .wrapper nav ul li a {
  color: #00b0f0;
}
header.site-header .wrapper nav ul li a:hover {
  color: #231f20;
}
header.site-header .wrapper .buttons {
  float: right;
  width: 375px;
  margin-top: 12px;
}
header.site-header .wrapper .buttons .button {
  float: left;
  width: 185px;
  height: 45px;
  color: #231f20;
  line-height: 45px;
  text-align: center;
  position: relative;
  font-size: 22px;
}
header.site-header .wrapper .buttons .button.call {
  border-radius: 0 0 0 20px;
  margin-right: 5px;
  background: #a8e0f9;
}
header.site-header .wrapper .buttons .button.call:hover {
  background: #769aab;
  color: white;
}
header.site-header .wrapper .buttons .button.book {
  border-radius: 0 20px 0 0;
  background: #f0a7c9;
  text-transform: uppercase;
}
header.site-header .wrapper .buttons .button.book:hover {
  background: #769aab;
  color: white;
}
header.site-header.smaller {
  position: fixed;
  z-index: 10;
  height: 70px;
}
header.site-header.smaller .wrapper .site-logo {
  width: 292px;
  height: 50px;
}
header.site-header.smaller .wrapper .site-logo img {
  width: auto;
  height: 100%;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#mega-menu {
    top: -50vw;
    padding-bottom: 3.57142857vw;
    padding-top: 0.71428571vw;
  }
  section#mega-menu.open {
    top: 10vw;
  }
  section#mega-menu .close-menu {
    width: 3.5714285714vw;
    height: 2.5vw;
    font-size: 3.57142857vw;
    right: 3.57142857vw;
    top: -0.35714286vw;
  }
  section#mega-menu .column h3 {
    font-size: 1.85714286vw;
    height: 4.42857143vw;
  }
  section#mega-menu .column ul li {
    font-size: 1.42857143vw;
    padding-right: 10%;
  }
  section#mega-menu .column ul li span.sub {
    font-size: 1.21428571vw;
  }
  section#mega-menu .column.double ul li {
    padding-right: 5%;
  }
  section#mega-menu.smaller.open {
    top: 5vw;
    padding-top: 3.5714285714vw;
  }
  header.site-header {
    height: 10vw;
  }
  header.site-header .wrapper .site-logo {
    margin-top: 0.71428571vw;
    width: 25.4285714286vw;
    height: 4.3571428571vw;
  }
  header.site-header .wrapper nav {
    margin-left: 4.5vw;
  }
  header.site-header .wrapper nav ul {
    margin: 1.64285714vw 0 0 0;
  }
  header.site-header .wrapper nav ul li {
    font-size: 1.35714286vw;
    margin-right: 1.78571429vw;
  }
  header.site-header .wrapper .buttons {
    width: 26.78571429vw;
    margin-top: 0.85714286vw;
  }
  header.site-header .wrapper .buttons .button {
    width: 13.21428571vw;
    height: 3.21428571vw;
    line-height: 3.21428571vw;
    font-size: 1.57142857vw;
  }
  header.site-header .wrapper .buttons .button.call {
    border-radius: 0 0 0 1.42857143vw;
    margin-right: 0.35714286vw;
  }
  header.site-header .wrapper .buttons .button.book {
    border-radius: 0 1.42857143vw 0 0;
  }
  header.site-header.smaller {
    height: 5vw;
  }
  header.site-header.smaller .wrapper .site-logo {
    width: 20.8571428571vw;
    height: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#mega-menu {
    top: -100vh;
    padding-bottom: 10vw;
    padding-top: 10px;
    overflow-x: hidden;
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    overflow: auto; /* Makes the inner content scrollable */
  }
  section#mega-menu.open {
    top: 0;
  }
  section#mega-menu.smaller.open {
    top: 0;
    padding-top: 0;
  }
  section#mega-menu .close-menu {
    top: 4vw;
    position: absolute;
    width: 10.2564102564vw;
    height: 7.1794871795vw;
    right: 5vw;
    z-index: 11;
  }
  section#mega-menu .column {
    float: left;
    width: 100%;
    margin-bottom: 10vw;
  }
  section#mega-menu .column.double {
    width: 100%;
  }
  section#mega-menu .column.double ul li {
    width: 100%;
    padding-right: 0;
  }
  section#mega-menu .column:nth-of-type(2) {
    margin-top: 23vw;
  }
  section#mega-menu .column h3 {
    font-size: 7vw;
    height: auto;
  }
  section#mega-menu .column ul li {
    font-size: 6vw;
    padding-right: 0;
  }
  section#mega-menu .column ul li span.sub {
    font-size: 4vw;
  }
  section#mega-menu .column.last {
    padding-bottom: 25vw;
  }
  header.site-header {
    height: auto;
    position: relative;
    float: left;
    height: 50vw;
  }
  header.site-header .wrapper .site-logo {
    margin-top: 5vw;
    width: 60vw;
    height: 13vw;
    margin-bottom: 5vw;
  }
  header.site-header .wrapper nav {
    float: right;
    margin-top: 6vw;
    margin-left: 0;
  }
  header.site-header .wrapper nav span.icon.burger {
    width: 10.2564102564vw;
    height: 7.1794871795vw;
    background: url("images/svg/menu-open.svg") no-repeat 0 0/100% auto;
    float: right;
    cursor: pointer;
  }
  header.site-header .wrapper .buttons {
    float: left;
    clear: both;
    width: 90vw;
  }
  header.site-header .wrapper .buttons .button {
    float: left;
    width: 44.5vw;
    height: 12.5vw;
    color: #231f20;
    line-height: 12.5vw;
    text-align: center;
    position: relative;
    font-size: 5vw;
  }
  header.site-header .wrapper .buttons .button.call {
    margin-right: 1vw;
  }
  header.site-header.smaller {
    position: relative;
    height: 50vw;
  }
  header.site-header.smaller .wrapper .site-logo {
    width: 60vw;
    height: 13vw;
  }
  header.site-header.smaller .wrapper .site-logo img {
    width: 100%;
    height: auto;
  }
}
section#free_consultation {
  float: left;
  width: 100%;
  background: #f0a7c9;
  text-align: center;
  height: 535px;
  color: white;
}
section#free_consultation .symbol {
  background: url("images/svg/cdg-symbol.svg") no-repeat 0 0/auto 100%;
  position: absolute;
  top: 25px;
  left: 124px;
  width: 1000px;
  height: 465px;
}
section#free_consultation h2 {
  font-size: 58px;
  padding-top: 145px;
  margin-bottom: 0;
  font-weight: 500;
}
section#free_consultation p {
  font-family: "blithe", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  font-size: 85px;
  margin-top: -18px;
  margin-bottom: 60px;
}
section#free_consultation a.btn {
  position: relative;
  width: 230px;
  height: 60px;
  background: #769aab;
  border: 2px solid white;
  border-radius: 0 25px 0 25px;
  display: block;
  margin: 0 auto;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 25px;
}
section#free_consultation a.btn:hover {
  background: #00b0f0;
}

footer {
  background: #00b0f0;
  color: white;
  float: left;
  width: 100%;
  font-size: 27px;
  padding-top: 55px;
  padding-bottom: 135px;
}
footer .wrapper .left {
  float: left;
}
footer .wrapper .left .logo {
  width: 420px;
  height: 70px;
  margin-bottom: 65px;
}
footer .wrapper .left p {
  margin-bottom: 0;
  line-height: 1.4;
}
footer .wrapper .left p.tel {
  font-size: 40px;
  margin-top: 6px;
}
footer .wrapper .left p a {
  color: white;
}
footer .wrapper .left p a:hover {
  color: #231f20;
}
footer .wrapper .left ul {
  float: left;
  margin-top: 50px;
}
footer .wrapper .left ul li {
  float: left;
}
footer .wrapper .left ul li + li:before {
  content: "|";
  padding: 0 10px;
  margin: 0 10px;
}
footer .wrapper .left ul li a:hover {
  color: black;
}
footer .wrapper .right {
  float: right;
}
footer .wrapper .right .social .icon {
  float: left;
  width: 46px;
  height: 46px;
  margin-left: 20px;
  position: relative;
}
footer .wrapper .right .social .icon.facebook {
  background: url("images/svg/social-facebook.svg") no-repeat 0 0/auto 100%;
}
footer .wrapper .right .social .icon.linkedin {
  background: url("images/svg/social-linkedin.svg") no-repeat 0 0/auto 100%;
}
footer .wrapper .right .social .icon.instagram {
  background: url("images/svg/social-instagram.svg") no-repeat 0 0/auto 100%;
}
footer .wrapper .right .social .icon.x {
  background: url("images/svg/social-x.svg") no-repeat 0 0/auto 100%;
}
footer .wrapper .right .social .icon:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#free_consultation {
    height: 38.21428571vw;
  }
  section#free_consultation .symbol {
    top: 1.78571429vw;
    left: 8.85714286vw;
    width: 71.42857143vw;
    height: 33.21428571vw;
  }
  section#free_consultation h2 {
    font-size: 4.14285714vw;
    padding-top: 10.35714286vw;
  }
  section#free_consultation p {
    font-size: 6.07142857vw;
    margin-top: -1.28571429vw;
    margin-bottom: 4.28571429vw;
  }
  section#free_consultation a.btn {
    width: 16.42857143vw;
    height: 4.28571429vw;
    border-radius: 0 1.78571429vw 0 1.78571429vw;
    line-height: 3.92857143vw;
    font-size: 1.78571429vw;
  }
  footer {
    font-size: 1.92857143vw;
    padding-top: 3.92857143vw;
    padding-bottom: 9.64285714vw;
  }
  footer .wrapper .left .logo {
    width: 30vw;
    height: 5vw;
    margin-bottom: 4.64285714vw;
  }
  footer .wrapper .left p.tel {
    font-size: 2.85714286vw;
    margin-top: 0.42857143vw;
  }
  footer .wrapper .left ul {
    margin-top: 3.5714285714vw;
  }
  footer .wrapper .left ul li + li:before {
    content: "|";
    padding: 0 0.7142857143vw;
    margin: 0 0.7142857143vw;
  }
  footer .wrapper .right .social .icon {
    width: 3.28571429vw;
    height: 3.28571429vw;
    margin-left: 1.42857143vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#free_consultation {
    height: 70vw;
  }
  section#free_consultation .symbol {
    top: 5vw;
    left: 5vw;
    width: 100vw;
    height: 60vw;
    margin-left: -10vw;
  }
  section#free_consultation h2 {
    font-size: 7vw;
    padding-top: 6vw;
    line-height: 1.1;
    padding: 10vw 5vw 3vw;
  }
  section#free_consultation p {
    font-size: 10vw;
    margin-top: -2vw;
    margin-bottom: 10vw;
  }
  section#free_consultation a.btn {
    width: 50vw;
    height: 12.5vw;
    border-radius: 0 7vw;
    line-height: 12.5vw;
    font-size: 5vw;
    border-width: 0.5vw;
  }
  footer {
    font-size: 4vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  footer .wrapper .left {
    width: 100%;
  }
  footer .wrapper .left .logo {
    width: 70vw;
    height: 12vw;
    margin: 0 auto 10vw;
  }
  footer .wrapper .left p {
    text-align: center;
  }
  footer .wrapper .left p.tel {
    font-size: 6vw;
    margin: 5vw;
  }
  footer .wrapper .left .menu-footer-container {
    display: none;
  }
  footer .wrapper .right {
    float: left;
    width: 100%;
  }
  footer .wrapper .right .social {
    display: flex;
    justify-content: space-around;
    width: 70vw;
    margin: 10vw auto;
  }
  footer .wrapper .right .social .icon {
    width: 10vw;
    height: 10vw;
  }
}
section#slider {
  width: 100%;
  height: 530px;
  background: #70d3f7;
  overflow: hidden;
}
section#slider span.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 530px;
  justify-content: center;
  width: 100%;
  color: white;
}
section#slider span.text h1 {
  font-size: 60px;
  margin-bottom: 6px;
  font-weight: 500;
  padding-top: 100px;
}
section#slider span.text span.strapline {
  font-family: "blithe", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  font-size: 90px;
}
section#slider .icon {
  background: url("images/svg/cdg-symbol.svg") no-repeat 0 0/610px auto;
  height: 655px;
  width: 1000px;
  position: absolute;
  top: -13px;
  left: -115px;
}
section#slider.home {
  height: 1005px;
  background: transparent;
}
section#slider.home .icon {
  background: none;
  height: 815px;
  width: 1000px;
  position: absolute;
  top: 80px;
  left: -95px;
}
section#slider.home .icon svg {
  width: auto;
  height: 815px;
}
section#slider.home .icon svg .draw-path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 3000; /* Adjust based on your path length */
  stroke-dashoffset: 3000;
  animation: draw 3s ease-in-out forwards;
}
section#slider.home span.text {
  display: flex;
  align-items: center;
  height: 1000px;
  justify-content: center;
  width: 430px;
  margin: 0 auto;
}
section#slider.home span.text svg {
  width: auto;
  height: auto;
}
section#slider.home span.text svg path.draw-path {
  fill: white;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  opacity: 0;
  animation: draw 1s ease forwards, fillIn 0.2s ease forwards;
  animation-delay: var(--delay), calc(var(--delay) + 1s);
}
section#slider.home span.text svg path:nth-of-type(1) {
  --delay: 0s;
}
section#slider.home span.text svg path:nth-of-type(2) {
  --delay: 0.2s;
}
section#slider.home span.text svg path:nth-of-type(3) {
  --delay: 0.4s;
}
section#slider.home span.text svg path:nth-of-type(4) {
  --delay: 0.6s;
}
section#slider.home span.text svg path:nth-of-type(5) {
  --delay: 0.8s;
}
section#slider.home span.text svg path:nth-of-type(6) {
  --delay: 1s;
}
section#slider.home span.text svg path:nth-of-type(7) {
  --delay: 1.2s;
}
section#slider.home span.text svg path:nth-of-type(8) {
  --delay: 1.4s;
}
section#slider.home span.text svg path:nth-of-type(9) {
  --delay: 1.6s;
}
section#slider.home span.text svg path:nth-of-type(10) {
  --delay: 1.8s;
}
section#slider.home span.text svg path:nth-of-type(11) {
  --delay: 2s;
}
section#slider .overlay {
  position: absolute;
  z-index: 9;
  background: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
section#slider .background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1000px;
}
section#slider .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#slider.team .background img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.single section#slider span.text h1 {
  text-align: center;
  padding: 0 100px;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn {
  to {
    opacity: 1;
  }
}
@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#slider {
    height: 37.85714286vw;
  }
  section#slider span.text {
    height: 37.85714286vw;
  }
  section#slider span.text h1 {
    font-size: 4.28571429vw;
    margin-bottom: 0.42857143vw;
    padding-top: 7.14285714vw;
  }
  section#slider span.text span.strapline {
    font-size: 6.42857143vw;
  }
  section#slider .icon {
    background-size: 43.57142857vw auto;
    height: 46.78571429vw;
    width: 71.42857143vw;
    top: -0.92857143vw;
    left: -8.21428571vw;
  }
  section#slider.home {
    height: 71.42857143vw;
  }
  section#slider.home .icon {
    background-size: auto 58.21428571vw;
    height: 58.21428571vw;
    width: 71.42857143vw;
    top: 5.71428571vw;
    left: -6.78571429vw;
  }
  section#slider.home .icon svg {
    height: 58.2142857143vw;
  }
  section#slider.home span.text {
    height: 71.42857143vw;
    font-size: 6.42857143vw;
    width: 30.7142857143vw;
  }
  section#slider .background {
    height: 71.42857143vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#slider {
    min-height: 55vw;
    padding-bottom: 15vw;
    height: auto;
  }
  section#slider .icon {
    height: 84vw;
    width: 70vw;
    top: 10vw;
    left: -20vw;
    background-size: 100% auto;
  }
  section#slider .background {
    position: relative;
    z-index: inherit;
    width: 100%;
    height: 100vw;
  }
  section#slider span.text {
    height: auto;
  }
  section#slider span.text h1 {
    font-size: 10vw;
    margin-bottom: 5vw;
    padding-top: 20vw;
    text-align: center;
  }
  section#slider span.text span.strapline {
    font-size: 13vw;
  }
  section#slider.home {
    height: 100vw;
  }
  section#slider.home .background {
    position: absolute;
  }
  section#slider.home .wrapper {
    z-index: 9;
  }
  section#slider.home .icon {
    background: none;
    height: 100vw;
    width: 90vw;
    position: absolute;
    top: 0;
    left: -15vw;
  }
  section#slider.home .icon svg {
    height: 100vw;
  }
  section#slider.home .icon svg .draw-path {
    stroke-width: 4;
  }
  section#slider.home span.text {
    height: 100vw;
    width: 70vw;
  }
  .single section#slider {
    height: auto;
    padding-bottom: 10vw;
  }
  .single section#slider span.text h1 {
    padding: 10vw 0 0;
  }
  .single.single-team section#slider {
    padding-bottom: 0;
  }
  .single.single-team section#slider .background {
    height: 100%;
    float: left;
    position: relative;
  }
}
section#welcome {
  background: linear-gradient(to bottom, white 0 40%, #cceffc 40% 100%);
  height: auto;
  padding-top: 195px;
  float: left;
  width: 100%;
}
section#welcome .left {
  width: 570px;
  padding-left: 0;
  float: left;
}
section#welcome .left h2 {
  font-size: 75px;
  font-weight: 300;
  padding-right: 50px;
  line-height: 1.1;
}
section#welcome .left p {
  font-weight: 300;
  font-size: 35px;
  line-height: 1.5;
  padding-right: 20px;
  padding-top: 10px;
}
section#welcome .right {
  float: right;
  padding-bottom: 300px;
}
section#welcome .right .image-container {
  width: 638px;
  height: 950px;
  background: #00b0f0;
  border-radius: 0 60px 0 60px;
  overflow: hidden;
}
section#welcome .right .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#welcome {
    padding-top: 13.92857143vw;
  }
  section#welcome .left {
    width: 40.71428571vw;
  }
  section#welcome .left h2 {
    font-size: 5.35714286vw;
    padding-right: 3.57142857vw;
  }
  section#welcome .left p {
    font-size: 2.5vw;
    padding-right: 1.42857143vw;
    padding-top: 0.71428571vw;
  }
  section#welcome .right {
    padding-bottom: 21.42857143vw;
  }
  section#welcome .right .image-container {
    width: 45.57142857vw;
    height: 67.85714286vw;
    border-radius: 0 4.28571429vw 0 4.28571429vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#welcome {
    padding-top: 25vw;
    background: linear-gradient(to bottom, white 0 23%, #cceffc 23% 100%);
  }
  section#welcome .left {
    width: 100%;
  }
  section#welcome .left h2 {
    font-size: 12vw;
    padding-right: 0;
  }
  section#welcome .left p {
    font-size: 6.5vw;
    line-height: 1.25;
    padding-right: 0;
    padding-top: 0;
  }
  section#welcome .right {
    padding-bottom: 30vw;
  }
  section#welcome .right .image-container {
    width: 90vw;
    height: auto;
    border-radius: 0 10vw;
    margin-top: 10vw;
  }
}
section#services {
  float: left;
  width: 100%;
  padding-top: 170px;
  margin-bottom: 175px;
}
section#services h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 50px;
}
section#services .services .item {
  float: left;
  width: 417px;
  background: white;
  padding: 0 0 25px;
  margin-bottom: 45px;
  border-radius: 0 35px 0 0;
  position: relative;
  height: 680px;
}
section#services .services .item:nth-of-type(2) {
  margin: 0 23px;
}
section#services .services .item:hover {
  background: #cceffc;
}
section#services .services .item .image-container {
  width: 100%;
  height: 263px;
  border-radius: 0 35px 0 0;
  position: relative;
}
section#services .services .item .image-container .overlay {
  background: url("images/svg/image-overlay-1.svg") no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section#services .services .item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#services .services .item h3 {
  font-size: 36px;
  font-weight: 300;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
section#services .services .item p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 80px;
  padding-left: 25px;
  padding-right: 25px;
}
section#services .services .item p.link {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
section#services .services .item p.link a {
  color: #00b0f0;
}
section#services .services .item p.link a.btn {
  position: relative;
}
section#services .services .item p.link a::after {
  background: url(images/svg/arrow-link.svg) no-repeat 0 0/100% auto;
  content: "";
  width: 22px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}
section#services .services a.btn {
  border-radius: 0 20px;
  background: #f0a7c9;
  text-transform: uppercase;
  width: 186px;
  height: 46px;
  color: #231f20;
  line-height: 46px;
  text-align: center;
  position: relative;
  font-size: 20px;
  margin: 0 auto;
  display: block;
  clear: both;
}
section#services .services a.btn:hover {
  background: #769aab;
  color: white;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#services {
    padding-top: 12.14285714vw;
    margin-bottom: 12.5vw;
  }
  section#services h2 {
    font-size: 4.28571429vw;
    margin-bottom: 3.57142857vw;
  }
  section#services .services .item {
    width: 29.78571429vw;
    padding: 0 0 1.78571429vw;
    margin-bottom: 3.21428571vw;
    border-radius: 0 2.5vw 0 0;
    height: 48.5714285714vw;
  }
  section#services .services .item:nth-of-type(2) {
    margin: 0 1.64285714vw;
  }
  section#services .services .item .image-container {
    height: 18.78571429vw;
    border-radius: 0 2.5vw 0 0;
  }
  section#services .services .item h3 {
    font-size: 2.57142857vw;
    padding-top: 1.78571429vw;
    padding-left: 1.78571429vw;
    padding-right: 1.78571429vw;
  }
  section#services .services .item p {
    font-size: 1.71428571vw;
    margin-bottom: 5.71428571vw;
    padding-left: 1.78571429vw;
    padding-right: 1.78571429vw;
  }
  section#services .services .item p.link {
    font-size: 1.57142857vw;
  }
  section#services .services .item p.link a::after {
    width: 1.57142857vw;
    height: 1.14285714vw;
    margin-left: 0.71428571vw;
  }
  section#services .services a.btn {
    border-radius: 0 1.42857143vw;
    width: 13.28571429vw;
    height: 3.28571429vw;
    line-height: 3.28571429vw;
    font-size: 1.42857143vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#services {
    padding-top: 25vw;
    margin-bottom: 25vw;
  }
  section#services h2 {
    font-size: 10vw;
    margin-bottom: 10vw;
    line-height: 1.2;
  }
  section#services .services .item {
    width: 100%;
    padding: 0;
    margin-bottom: 10vw;
    border-radius: 0 7vw 0 0;
    height: auto;
  }
  section#services .services .item .image-container {
    width: 100%;
    height: 56.6666666667vw;
    border-radius: 0 10vw 0 0;
  }
  section#services .services .item h3 {
    font-size: 8vw;
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  section#services .services .item p {
    font-size: 5vw;
    font-weight: 300;
    margin-bottom: 20vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  section#services .services .item p.link {
    font-size: 5vw;
    padding-bottom: 5vw;
  }
  section#services .services .item:nth-of-type(2) {
    margin: 5vw 0 10vw;
  }
  section#services .services a.btn {
    border-radius: 0 7vw;
    width: 50vw;
    height: 12.5vw;
    line-height: 12.5vw;
    font-size: 5vw;
    margin: 5vw 20vw 0;
    clear: both;
    float: left;
  }
}
section#call_to_action {
  float: left;
  width: 100%;
}
section#call_to_action .wrapper .left {
  background: #cceffc;
  float: left;
  padding-left: 95px;
  border-radius: 0 60px 0 60px;
  padding-right: 135px;
  width: 775px;
  padding-bottom: 200px;
  margin-left: 0;
}
section#call_to_action .wrapper .left h2 {
  font-weight: 300;
  font-size: 58px;
  line-height: 1;
  padding-right: 110px;
  padding-top: 196px;
  margin-bottom: 40px;
}
section#call_to_action .wrapper .left p {
  font-weight: 300;
  font-size: 28px;
}
section#call_to_action .wrapper .right {
  float: right;
  padding-bottom: 115px;
  margin-right: 40px;
  position: absolute;
  top: 140px;
  right: 15px;
}
section#call_to_action .wrapper .right .image-container {
  width: 575px;
  height: 855px;
  background: #00b0f0;
  border-radius: 0 60px 0 60px;
  overflow: hidden;
}
section#call_to_action .wrapper .right .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#call_to_action .wrapper .left {
    padding-left: 6.78571429vw;
    border-radius: 0 4.28571429vw 0 4.28571429vw;
    padding-right: 9.64285714vw;
    width: 55.35714286vw;
    padding-bottom: 14.28571429vw;
  }
  section#call_to_action .wrapper .left h2 {
    font-size: 4.14285714vw;
    padding-right: 7.85714286vw;
    padding-top: 14vw;
    margin-bottom: 2.85714286vw;
  }
  section#call_to_action .wrapper .left p {
    font-size: 2vw;
  }
  section#call_to_action .wrapper .right {
    padding-bottom: 8.21428571vw;
    margin-right: 2.85714286vw;
    top: 10vw;
    right: 1.07142857vw;
  }
  section#call_to_action .wrapper .right .image-container {
    width: 41.07142857vw;
    height: 61.07142857vw;
    border-radius: 0 4.28571429vw 0 4.28571429vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#call_to_action .wrapper .left {
    padding-left: 0;
    border-radius: 0;
    padding-right: 0;
    width: 100vw;
    padding-bottom: 20vw;
    margin-left: -5vw;
    padding: 0 5vw 25vw;
  }
  section#call_to_action .wrapper .left h2 {
    font-weight: 300;
    font-size: 12vw;
    line-height: 1;
    padding-right: 0;
    padding-top: 20vw;
    margin-bottom: 10vw;
  }
  section#call_to_action .wrapper .left p {
    font-size: 6vw;
  }
  section#call_to_action .wrapper .right {
    float: left;
    padding-bottom: 0;
    margin-right: 0;
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: -15vw;
    width: 100%;
  }
  section#call_to_action .wrapper .right .image-container {
    width: 100%;
    height: 100vw;
    border-radius: 0 20vw 0 20vw;
  }
}
section#reputation_manager {
  float: left;
  width: 100%;
  height: auto;
  padding: 150px 0;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#reputation_manager {
    padding: 10.7142857143vw 0;
  }
}
section#team {
  float: left;
  width: 100%;
  padding-top: 130px;
  margin-bottom: 135px;
}
section#team .wrapper h2 {
  text-align: center;
  font-size: 63px;
  font-weight: 300;
  margin-bottom: 95px;
}
section#team .wrapper .team-item {
  float: left;
  width: 417px;
  background: white;
  padding: 0 0 20px;
  margin-bottom: 40px;
  border-radius: 0 35px 0 0;
  position: relative;
}
section#team .wrapper .team-item:nth-of-type(3n+2) {
  margin: 0 23px;
}
section#team .wrapper .team-item .image-container {
  width: 100%;
  height: 262px;
  border-radius: 0 35px 0 0;
  position: relative;
  overflow: hidden;
}
section#team .wrapper .team-item .image-container .overlay {
  background: url("images/svg/image-overlay-1.svg") no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section#team .wrapper .team-item .image-container img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
section#team .wrapper .team-item .text {
  padding: 23px;
  height: 460px;
  position: relative;
}
section#team .wrapper .team-item .text h3 {
  font-size: 38px;
  font-weight: 300;
  padding-top: 5px;
  margin-bottom: 3px;
}
section#team .wrapper .team-item .text h4 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 1px;
}
section#team .wrapper .team-item .text span.number {
  font-size: 21px;
}
section#team .wrapper .team-item .text p {
  margin-top: 15px;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
}
section#team .wrapper .team-item .text p.link {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  position: absolute;
  bottom: 25px;
}
section#team .wrapper .team-item .text p.link a {
  color: #00b0f0;
}
section#team .wrapper .team-item .text p.link a.btn {
  position: relative;
}
section#team .wrapper .team-item .text p.link a::after {
  background: url(images/svg/arrow-link.svg) no-repeat 0 0/100% auto;
  content: "";
  width: 22px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}
section#team .wrapper .team-item:hover .text {
  background: #cceffc;
}
section#team.services {
  margin-bottom: 35px;
  padding-top: 0;
}
section#team.services .wrapper .items .team-item .text {
  padding: 0;
  border-radius: 0 30px 0 0;
}
section#team.services .wrapper .items .team-item .text h3 {
  padding: 0 23px;
  background: #cceffc;
  border-radius: 0 30px 0 0;
  line-height: 65px;
  color: #000;
  font-size: 30px;
  font-weight: 300;
}
section#team.services .wrapper .items .team-item .text p {
  padding: 8px 23px;
  color: #000;
}
section#team.services .wrapper .items .team-item:hover {
  background: #cceffc;
}
section#team.services .wrapper .items .team-item:hover h3 {
  background: #a3e3fa;
}
section#team.single-service {
  padding-top: 0;
}
section#team.single-service .wrapper .items {
  display: flex;
  justify-content: center;
}
section#team.single-service .wrapper .items .team-item .text {
  height: auto;
  padding-bottom: 60px;
}

section#sticky {
  margin-bottom: 190px;
  float: left;
  width: 100%;
}
section#sticky .wrapper .items {
  clear: both;
  margin-top: 30px;
  margin-bottom: 65px;
}
section#sticky .wrapper .items .item {
  padding: 30px 50px;
  float: left;
  width: 635px;
  background: #cceffc;
  border-radius: 0 10% 0 10%;
  height: 585px;
  position: relative;
}
section#sticky .wrapper .items .item:nth-of-type(even) {
  float: right;
}
section#sticky .wrapper .items .item .text h3 {
  font-size: 56px;
  font-weight: 300;
  margin-bottom: 22px;
  line-height: 1;
  height: 115px;
}
section#sticky .wrapper .items .item .text p {
  font-size: 26px;
  font-weight: 300;
  padding-right: 20px;
  line-height: 1.4;
  color: #000;
}
section#sticky .wrapper .items .item .text p.link {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  position: absolute;
  bottom: 40px;
}
section#sticky .wrapper .items .item .text p.link a {
  color: #00b0f0;
}
section#sticky .wrapper .items .item .text p.link a.btn {
  position: relative;
}
section#sticky .wrapper .items .item .text p.link a::after {
  background: url(images/svg/arrow-link.svg) no-repeat 0 0/100% auto;
  content: "";
  width: 22px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}

.category section#team .wrapper .team-item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category section#team .wrapper .team-item .text h3 {
  line-height: 1.1;
}
.category section#team .wrapper .team-item .text p {
  font-size: 22px;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#team {
    margin-bottom: 9.64285714vw;
  }
  section#team .wrapper h2 {
    font-size: 4.5vw;
    margin-bottom: 6.78571429vw;
  }
  section#team .wrapper .team-item {
    width: 29.78571429vw;
    padding: 0 0 1.42857143vw;
    margin-bottom: 2.85714286vw;
    border-radius: 0 2.5vw 0 0;
  }
  section#team .wrapper .team-item:nth-of-type(3n+2) {
    margin: 0 1.64285714vw;
  }
  section#team .wrapper .team-item .image-container {
    height: 18.71428571vw;
    border-radius: 0 2.5vw 0 0;
  }
  section#team .wrapper .team-item .text {
    padding: 1.64285714vw;
    height: 32.85714286vw;
  }
  section#team .wrapper .team-item .text h3 {
    font-size: 2.71428571vw;
    padding-top: 0.35714286vw;
    margin-bottom: 0.21428571vw;
  }
  section#team .wrapper .team-item .text h4 {
    font-size: 1.78571429vw;
    margin-bottom: 0.07142857vw;
  }
  section#team .wrapper .team-item .text span.number {
    font-size: 1.5vw;
  }
  section#team .wrapper .team-item .text p {
    margin-top: 1.07142857vw;
    font-size: 1.78571429vw;
    margin-bottom: 1.42857143vw;
  }
  section#team .wrapper .team-item .text p.link {
    font-size: 1.57142857vw;
    bottom: 1.7857142857vw;
  }
  section#team .wrapper .team-item .text p.link a::after {
    width: 1.57142857vw;
    height: 1.14285714vw;
    margin-left: 0.71428571vw;
  }
  section#team.services {
    margin-bottom: 2.5vw;
  }
  section#team.services .wrapper .items .team-item .text h3 {
    padding: 0 1.64285714vw;
    line-height: 4.64285714vw;
    font-size: 2.14285714vw;
  }
  section#team.services .wrapper .items .team-item .text p {
    padding: 0.57142857vw 1.64285714vw;
  }
  section#team.single-service .wrapper .items .team-item .text {
    padding-bottom: 4.28571429vw;
  }
  section#sticky {
    margin-bottom: 13.57142857vw;
  }
  section#sticky .wrapper .items {
    margin-top: 2.14285714vw;
    margin-bottom: 4.64285714vw;
  }
  section#sticky .wrapper .items .item {
    padding: 2.14285714vw 3.57142857vw;
    width: 45.35714286vw;
    height: 41.78571429vw;
  }
  section#sticky .wrapper .items .item .text h3 {
    font-size: 4vw;
    margin-bottom: 1.57142857vw;
    height: 8.21428571vw;
  }
  section#sticky .wrapper .items .item .text p {
    font-size: 1.85714286vw;
    padding-right: 1.42857143vw;
  }
  section#sticky .wrapper .items .item .text p.link {
    font-size: 1.57142857vw;
    bottom: 2.85714286vw;
  }
  section#sticky .wrapper .items .item .text p.link a::after {
    width: 1.57142857vw;
    height: 1.14285714vw;
    margin-left: 0.71428571vw;
  }
  .category section#team .wrapper .team-item .text p {
    font-size: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#team {
    margin-bottom: 20vw;
  }
  section#team .wrapper h2 {
    font-size: 12vw;
    margin-bottom: 1em;
  }
  section#team .wrapper .team-item {
    width: 100%;
    padding: 0 0 5vw;
    margin-bottom: 5vw;
    border-radius: 0 5vw 0 0;
  }
  section#team .wrapper .team-item .image-container {
    height: 56.4903vw;
    border-radius: 0 10vw 0 0;
  }
  section#team .wrapper .team-item .text {
    height: auto;
    padding: 5vw;
    padding-bottom: 20vw;
  }
  section#team .wrapper .team-item .text h3 {
    font-size: 8vw;
    padding-top: 1vw;
    margin-bottom: 2vw;
  }
  section#team .wrapper .team-item .text p {
    margin-top: 5vw;
    font-size: 5.5vw;
    margin-bottom: 3vw;
  }
  section#team .wrapper .team-item .text p.link {
    font-size: 5vw;
    margin-bottom: 0;
    bottom: auto;
  }
  section#team .wrapper .team-item:nth-of-type(3n+2) {
    margin: 0 0 5vw;
  }
  section#team.services {
    padding-top: 10vw;
  }
  section#team.services .wrapper .items .team-item .text {
    border-radius: 0 7vw 0 0;
  }
  section#team.services .wrapper .items .team-item .text h3 {
    padding: 0 5vw;
    border-radius: 0 7vw 0 0;
    line-height: 15vw;
    font-size: 7vw;
  }
  section#team.services .wrapper .items .team-item .text p {
    padding: 0vw 5vw 5vw;
  }
  section#team.services .wrapper .items .team-item .text p.link {
    position: relative;
    margin-top: 5vw;
    bottom: inherit;
    margin-bottom: 5vw;
  }
  .category section#team .wrapper .team-item .text p {
    font-size: 5.5vw;
  }
  section#sticky .wrapper .items {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
  }
  section#sticky .wrapper .items .item {
    padding: 5vw 5vw;
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
  }
  section#sticky .wrapper .items .item .text h3 {
    font-size: 12vw;
    margin-bottom: 5vw;
    line-height: 1;
    height: auto;
  }
  section#sticky .wrapper .items .item .text p {
    font-size: 5vw;
  }
  section#sticky .wrapper .items .item .text p.link {
    font-size: 5vw;
    margin-bottom: 6vw;
    position: relative;
    bottom: auto;
  }
}
section#main-content.single-team {
  text-align: center;
  color: #000;
  padding-top: 130px;
  padding-bottom: 250px;
}
section#main-content.single-team nav.breadcrumb {
  position: absolute;
  top: -110px;
}
section#main-content.single-team h1 {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 0px;
}
section#main-content.single-team span.position {
  font-size: 34px;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
section#main-content.single-team span.number {
  font-size: 26px;
}
section#main-content.single-team h2 {
  font-size: 45px;
  margin: 80px 0 120px;
}
section#main-content.single-team .info {
  text-align: left;
}
section#main-content.single-team .info .item {
  margin-bottom: 45px;
}
section#main-content.single-team .info .item h3 {
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 0;
  color: #00b0f0;
}
section#main-content.single-team .info .item p {
  font-size: 28px;
  margin-bottom: 0;
}

.single section#main-content {
  text-align: left;
}
.single section#main-content.single-team h2, .single section#main-content.single-team h3, .single section#main-content.single-team h4, .single section#main-content.single-team h5, .single section#main-content.single-team h6 {
  font-weight: 300;
  margin: 0.5em 0 !important;
}
.single section#main-content.single-team .info .item h2 {
  font-size: 40px;
}
.single section#main-content.single-team .info .item ol, .single section#main-content.single-team .info .item ul, .single section#main-content.single-team .info .item p {
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 300;
}
.single section#main-content.single-team .info .item ul {
  list-style: disc;
  margin: 0 0 2em 1em;
}
.single section#main-content.single-team .info .item ul li {
  margin-bottom: 0.5em;
}
.single section#main-content.single-team .info .item p:has(+ h2),
.single section#main-content.single-team .info .item p:has(+ h3),
.single section#main-content.single-team .info .item p:has(+ h4),
.single section#main-content.single-team .info .item p:has(+ h5),
.single section#main-content.single-team .info .item p:has(+ h6) {
  margin-bottom: 3em;
}
.single section#main-content.single-team .info .item .wp-block-image img {
  width: 100%;
  margin: 3em 0;
}
.single section#main-content.single-team .info figure {
  width: 100% !important;
}
.single section#main-content.single-team .info figure img {
  width: 100% !important;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#main-content.single-team {
    padding-top: 9.28571429vw;
    padding-bottom: 17.85714286vw;
  }
  section#main-content.single-team nav.breadcrumb {
    top: -7.8571428571vw;
  }
  section#main-content.single-team h1 {
    font-size: 4.28571429vw;
  }
  section#main-content.single-team span.position {
    font-size: 2.42857143vw;
    margin-bottom: 0.35714286vw;
  }
  section#main-content.single-team span.number {
    font-size: 1.85714286vw;
  }
  section#main-content.single-team h2 {
    font-size: 3.21428571vw;
    margin: 5.71428571vw 0 8.57142857vw;
  }
  section#main-content.single-team .info .item {
    margin-bottom: 3.21428571vw;
  }
  section#main-content.single-team .info .item h3 {
    font-size: 1.85714286vw;
  }
  section#main-content.single-team .info .item p {
    font-size: 2vw;
  }
  .single section#main-content.single-team .info .item h2 {
    font-size: 2.8571428571vw;
  }
  .single section#main-content.single-team .info .item p {
    font-size: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#main-content.single-team {
    padding-top: 30vw;
    padding-bottom: 20vw;
  }
  section#main-content.single-team h1 {
    font-size: 10vw;
  }
  section#main-content.single-team nav.breadcrumb {
    top: -25vw;
    width: 90vw;
    padding: 0;
  }
  section#main-content.single-team span.position {
    font-size: 7vw;
    margin-bottom: 3vw;
  }
  section#main-content.single-team span.number {
    font-size: 5vw;
  }
  section#main-content.single-team h2 {
    font-size: 10vw;
    margin: 0.5em 0 1em;
  }
  section#main-content.single-team .info .item {
    margin-bottom: 15vw;
  }
  section#main-content.single-team .info .item p {
    font-size: 4.5vw;
  }
  section#main-content.single-team .info .item h2 {
    font-size: 9vw;
  }
  section#main-content.single-team .info .item h3 {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  section#main-content.single-team .info .item p {
    font-size: 5vw;
  }
  .single section#main-content.single-team h2 {
    margin: 15vw 0 5vw;
    font-size: 8vw;
  }
  .single section#main-content.single-team .info .item h2 {
    font-size: 8vw;
  }
}
section#contact-details {
  float: left;
  width: 100%;
  padding: 85px 0;
}
section#contact-details .wrapper .item {
  text-align: center;
  font-size: 44px;
  color: #000;
  line-height: 1;
  margin-bottom: 43px;
  padding-top: 70px;
  float: left;
  width: 100%;
  font-weight: 300;
}
section#contact-details .wrapper .item br {
  display: none;
}
section#contact-details .wrapper .item.tel {
  background: url("images/phone-icon.png") no-repeat center top/auto 60px;
}
section#contact-details .wrapper .item.email {
  background: url("images/email-icon.png") no-repeat center top/auto 46px;
  padding-top: 60px;
  margin-bottom: 31px;
}
section#contact-details .wrapper .item.address {
  background: url("images/address-icon.png") no-repeat center top/auto 67px;
  padding-top: 73px;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#contact-details {
    padding: 6.07142857vw 0;
  }
  section#contact-details .wrapper .item {
    font-size: 3.14285714vw;
    margin-bottom: 3.07142857vw;
    padding-top: 5vw;
  }
  section#contact-details .wrapper .item.tel {
    background-size: auto 4.28571429vw;
  }
  section#contact-details .wrapper .item.email {
    background-size: auto 3.28571429vw;
    padding-top: 4.28571429vw;
    margin-bottom: 2.21428571vw;
  }
  section#contact-details .wrapper .item.address {
    background-size: auto 4.78571429vw;
    padding-top: 5.21428571vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#contact-details {
    padding: 20vw 0;
  }
  section#contact-details .wrapper .item.tel {
    background-size: auto 15vw;
  }
  section#contact-details .wrapper .item.email {
    background-size: auto 10vw;
    padding-top: 15vw;
    margin-bottom: 10vw;
  }
  section#contact-details .wrapper .item.address {
    background-size: auto 15vw;
    padding-top: 20vw;
  }
  section#contact-details .wrapper .item {
    font-size: 6vw;
    margin-bottom: 12vw;
    padding-top: 20vw;
  }
}
section#form {
  background: #cceffc;
  color: #000;
  float: left;
  width: 100%;
}
section#form .wrapper h3 {
  text-align: center;
  font-weight: 300;
  font-size: 62px;
  line-height: 1;
  padding-top: 115px;
}
section#form .wrapper form {
  margin-bottom: 60px;
}
section#form .wrapper form .forminator-row {
  position: relative;
}
section#form .wrapper form .forminator-error-message {
  display: block;
  float: left;
  color: #000 !important;
  background: #f0a7c9 !important;
  font-size: 15px !important;
  position: relative;
  bottom: 0;
  padding: 10px 15px;
  margin: 10px 0 0;
  width: 100%;
}
section#form .wrapper form .forminator-radio-inline {
  float: left;
  margin-right: 0;
  width: 635px;
  line-height: 70px;
}
section#form .wrapper form .forminator-radio-inline span.forminator-radio-label {
  font-size: 34px;
  font-weight: 300;
}
section#form .wrapper form .forminator-radio-inline:nth-of-type(even) {
  margin-right: 0;
  float: right;
}
section#form .wrapper form input[type=radio] {
  width: 50px;
  height: 50px;
  border-radius: 0;
  margin-right: 15px;
}
section#form .wrapper form input[type=text],
section#form .wrapper form input[type=email],
section#form .wrapper form textarea {
  background: white;
  font-weight: 300;
  height: 85px;
  padding: 0 35px;
  font-size: 32px;
  color: #000;
}
section#form .wrapper form textarea {
  height: auto;
  padding: 20px;
}
section#form .wrapper form button {
  position: relative;
  width: 220px;
  height: 55px;
  background: #f0a7c9;
  border: 0px solid white;
  border-radius: 0 25px 0 25px;
  display: block;
  margin: 30px auto;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 22px;
  color: black;
  font-weight: 400;
}
section#form .wrapper .parking {
  text-align: center;
  font-size: 44px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 55px;
  padding-top: 125px;
  float: left;
  width: 100%;
  background: url("images/address-icon.png") no-repeat center top/auto 95px;
  font-weight: 300;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#form .wrapper h3 {
    font-size: 4.42857143vw;
    padding-top: 8.21428571vw;
  }
  section#form .wrapper form {
    margin-bottom: 4.28571429vw;
  }
  section#form .wrapper form .forminator-radio-inline {
    width: 45.35714286vw;
    line-height: 5vw;
  }
  section#form .wrapper form .forminator-radio-inline span.forminator-radio-label {
    font-size: 2.42857143vw;
  }
  section#form .wrapper form input[type=radio] {
    width: 3.57142857vw;
    height: 3.57142857vw;
    margin-right: 1.07142857vw;
  }
  section#form .wrapper form input[type=text],
  section#form .wrapper form input[type=email],
  section#form .wrapper form textarea {
    height: 6.07142857vw;
    padding: 0 2.5vw;
    font-size: 2.28571429vw;
  }
  section#form .wrapper form textarea {
    padding: 1.42857143vw;
  }
  section#form .wrapper form button {
    width: 15.71428571vw;
    height: 3.92857143vw;
    border-radius: 0 1.78571429vw 0 1.78571429vw;
    margin: 2.14285714vw auto;
    line-height: 3.92857143vw;
    font-size: 1.57142857vw;
  }
  section#form .wrapper .parking {
    font-size: 3.14285714vw;
    margin-bottom: 3.92857143vw;
    padding-top: 8.92857143vw;
    background-size: auto 6.78571429vw;
  }
  section#form .wrapper form .forminator-row {
    float: left;
    width: 100%;
  }
  section#form .wrapper form .forminator-row div {
    float: left;
    width: 100%;
  }
  .forminator-ui#forminator-module-150.forminator-design--basic .forminator-radio {
    font-size: 1.0714285714vw !important;
  }
  .forminator-ui.forminator-custom-form[data-grid=open] .forminator-col:not(:last-child) {
    margin-bottom: 1.4285714286vw !important;
  }
  section#form .wrapper form .forminator-error-message {
    font-size: 1.0714285714vw !important;
    padding: 0.7142857143vw 1.0714285714vw;
    margin: 0.7142857143vw 0 0;
  }
  .forminator-ui.forminator-custom-form[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 1.4285714286vw !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#form .wrapper h3 {
    font-size: 13vw;
    padding-top: 15vw;
  }
  section#form .wrapper form {
    margin-bottom: 20vw;
  }
  section#form .wrapper form .forminator-error-message {
    font-size: 3vw !important;
    padding: 3vw 5vw;
    margin: 3vw 0 0;
  }
  section#form .wrapper form .forminator-radio-inline {
    width: 100%;
    line-height: 1.2;
  }
  section#form .wrapper form .forminator-radio-inline span.forminator-radio-label {
    font-size: 5vw;
  }
  section#form .wrapper form .forminator-field {
    float: left;
    width: 100%;
    margin-bottom: 5vw;
  }
  section#form .wrapper form input[type=radio] {
    width: 10vw;
    height: 10vw;
    margin-right: 5vw;
  }
  section#form .wrapper form input[type=text],
  section#form .wrapper form input[type=email],
  section#form .wrapper form textarea {
    height: 15vw;
    padding: 0 5vw;
    font-size: 4.5vw;
  }
  section#form .wrapper form textarea {
    height: auto;
    padding: 5vw;
  }
  section#form .wrapper form button {
    width: 50vw;
    height: 12.5vw;
    border-radius: 0 7vw;
    margin: 5vw auto 10vw;
    line-height: 12.5vw;
    font-size: 5vw;
  }
  section#form .wrapper .parking {
    font-size: 7vw;
    margin-bottom: 20vw;
    padding-top: 25vw;
    background-size: auto 20vw;
  }
}
section#map {
  float: left;
  width: 100%;
  height: 935px;
}
section#map iframe {
  float: left;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#map {
    height: 66.78571429vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#map {
    height: 100vw;
  }
}
section#welcome-intro {
  padding: 150px 0 20px;
}
section#welcome-intro .wrapper {
  color: #000;
  text-align: center;
}
section#welcome-intro .wrapper nav.breadcrumb {
  position: absolute;
  top: -110px;
}
section#welcome-intro .wrapper h1, section#welcome-intro .wrapper h2 {
  font-size: 62px;
  line-height: 1;
  font-weight: 300;
}
section#welcome-intro .wrapper p {
  font-size: 31px;
  line-height: 1.4;
  margin-bottom: 85px;
  font-weight: 300;
}
section#welcome-intro .wrapper ul {
  font-size: 31px;
  line-height: 1.4;
  margin-bottom: 85px;
  font-weight: 300;
}
section#welcome-intro .wrapper ul li {
  margin-bottom: 1em;
}
section#welcome-intro .wrapper img {
  width: 100%;
  margin-bottom: 5em;
}
section#welcome-intro .wrapper .main-content h2, section#welcome-intro .wrapper .main-content h3, section#welcome-intro .wrapper .main-content h4, section#welcome-intro .wrapper .main-content h5, section#welcome-intro .wrapper .main-content h6 {
  margin-top: 1em;
}
section#welcome-intro .wrapper .main-content h2 strong, section#welcome-intro .wrapper .main-content h3 strong, section#welcome-intro .wrapper .main-content h4 strong, section#welcome-intro .wrapper .main-content h5 strong, section#welcome-intro .wrapper .main-content h6 strong {
  font-weight: 400;
}
section#welcome-intro .wrapper .main-content h2 {
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
}
section#welcome-intro .wrapper .main-content h3 {
  font-size: 45px;
  line-height: 1;
  font-weight: 300;
}
section#welcome-intro .wrapper .main-content h4 {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
}
section#welcome-intro .wrapper .main-content p {
  font-size: 26px;
  margin-bottom: 1em;
}
section#welcome-intro .wrapper .main-content p strong {
  font-weight: 400;
}
section#welcome-intro .wrapper .main-content ul {
  text-align: center; /* centre the text */
  list-style-position: inside; /* move bullets into the content box */
  padding-left: 0; /* optionally remove default padding */
  list-style: none;
  margin-bottom: 2.5em;
}
section#welcome-intro .wrapper .main-content ul li {
  font-size: 26px;
  margin-bottom: 0.5em;
}
section#welcome-intro .wrapper .main-content ul li::before {
  content: "• ";
  color: #759aac;
}

.single-service section#welcome-intro {
  padding-bottom: 90px;
}

.page-template-template-services section#welcome-intro {
  padding-bottom: 0;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#welcome-intro {
    padding: 10.71428571vw 0;
  }
  section#welcome-intro .wrapper nav.breadcrumb {
    top: -7.8571428571vw;
  }
  section#welcome-intro .wrapper h2 {
    font-size: 4.42857143vw;
  }
  section#welcome-intro .wrapper p {
    font-size: 2.21428571vw;
    margin-bottom: 6.07142857vw;
  }
  section#welcome-intro .wrapper ul {
    font-size: 2.2142857143vw;
    margin-bottom: 6.0714285714vw;
  }
  section#welcome-intro .wrapper .main-content h2 {
    font-size: 3.5714285714vw;
  }
  section#welcome-intro .wrapper .main-content h3 {
    font-size: 3.2142857143vw;
  }
  section#welcome-intro .wrapper .main-content p {
    font-size: 1.8571428571vw;
  }
  section#welcome-intro .wrapper .main-content ul li {
    font-size: 1.8571428571vw;
  }
  .single-service section#welcome-intro {
    padding-bottom: 6.42857143vw;
  }
  .page-template-template-services section#welcome-intro {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#welcome-intro {
    padding: 20vw 0;
  }
  section#welcome-intro .wrapper nav.breadcrumb {
    top: -15vw;
  }
  section#welcome-intro .wrapper h1, section#welcome-intro .wrapper h2 {
    font-size: 8vw;
  }
  section#welcome-intro .wrapper p {
    font-size: 5vw;
    margin-bottom: 1em;
  }
  section#welcome-intro .wrapper ul {
    font-size: 5vw;
    margin-bottom: 10vw;
  }
  section#welcome-intro .wrapper .main-content h2 {
    font-size: 9vw;
  }
  section#welcome-intro .wrapper .main-content h3 {
    font-size: 8vw;
  }
  section#welcome-intro .wrapper .main-content p {
    font-size: 5vw;
  }
  section#welcome-intro .wrapper .main-content ul li {
    font-size: 5vw;
  }
}
section#fees {
  background: #cceffc;
  padding: 160px 0 240px;
  float: left;
  width: 100%;
}
section#fees .wrapper .table {
  background-color: white;
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
section#fees .wrapper .table h3 {
  background: #52caf5;
  color: white;
  line-height: 90px;
  font-size: 40px;
  text-align: center;
  border-bottom: 20px solid white;
  margin: 0;
}
section#fees .wrapper .table .item {
  background: white;
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 32px;
  line-height: 50px;
  padding: 15px 55px;
}
section#fees .wrapper .table .item .left {
  float: left;
  width: 630px;
  padding-right: 50px;
}
section#fees .wrapper .table .item .right {
  float: right;
  width: 550px;
  text-align: left;
}
section#fees .wrapper .table .item:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.05);
}
section#fees .wrapper .table .item.titles {
  font-weight: 500;
  background: white;
}
section#fees .wrapper .table.calculator {
  margin-bottom: 150px;
}
section#fees .wrapper .table.calculator .item {
  background: white !important;
}
section#fees .wrapper .table.calculator .item .left, section#fees .wrapper .table.calculator .item .right, section#fees .wrapper .table.calculator .item .mid {
  width: 33.33%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#fees {
    padding: 11.42857143vw 0 17.14285714vw;
  }
  section#fees .wrapper .table {
    padding-bottom: 4.28571429vw;
  }
  section#fees .wrapper .table h3 {
    line-height: 6.42857143vw;
    font-size: 2.85714286vw;
    border-bottom: 1.42857143vw solid white;
  }
  section#fees .wrapper .table .item {
    padding: 0 3.92857143vw;
    font-size: 2.28571429vw;
    line-height: 3.57142857vw;
    margin-bottom: 1vw;
  }
  section#fees .wrapper .table .item .left {
    width: 41.42857143vw;
  }
  section#fees .wrapper .table .item .right {
    width: 42.85714286vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#fees {
    background: #cceffc;
    padding: 20vw 0 30vw;
    float: left;
    width: 100%;
  }
  section#fees .wrapper .table {
    padding-bottom: 20vw;
  }
  section#fees .wrapper .table h3 {
    line-height: 20vw;
    font-size: 7vw;
    border-bottom: 7vw solid white;
  }
  section#fees .wrapper .table .item {
    padding: 0 5vw;
    font-size: 5.5vw;
    line-height: 1.5;
    margin-bottom: 8vw;
  }
  section#fees .wrapper .table .item .left {
    width: 50%;
    padding-right: 2.5vw;
  }
  section#fees .wrapper .table .item .right {
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 2.5vw;
  }
}
#faq {
  float: left;
  background: white;
  width: 100%;
  scroll-margin-top: 100px;
  margin-bottom: 70px;
}
#faq #questions {
  margin-bottom: 100px;
  float: left;
  width: 100%;
}
#faq .question {
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 40px;
  padding-left: 35px;
  height: auto;
  padding-top: 15px;
  float: left;
  width: 1300px;
  color: white;
  position: relative;
  background: #66d0f6;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
#faq .question::after {
  content: "";
  height: 45px;
  width: 45px;
  background: url(images/svg/faq-icons-open.svg) no-repeat 0 0/100% auto;
  position: absolute;
  right: 28px;
  top: 22px;
}
#faq .question:hover {
  background: #acc2cd;
}
#faq .question.active::after {
  transform: rotate(45deg);
}
#faq .answer {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  float: left;
  width: 100%;
}
#faq .answer p {
  padding: 0 28px;
  font-size: 25px;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  #faq {
    scroll-margin-top: 7.14285714vw;
    margin-bottom: 5vw;
  }
  #faq #questions {
    margin-bottom: 7.14285714vw;
  }
  #faq .question {
    font-size: 2.85714286vw;
    padding-left: 2.5vw;
    padding-top: 1.07142857vw;
    width: 92.85714286vw;
    padding-bottom: 1.78571429vw;
    margin-bottom: 2.14285714vw;
  }
  #faq .question::after {
    height: 3.21428571vw;
    width: 3.21428571vw;
    right: 2vw;
    top: 1.57142857vw;
  }
  #faq .answer p {
    padding: 0 2vw;
    font-size: 1.78571429vw;
  }
}
section#not-found {
  background: #00b1f0;
  color: white;
  text-align: center;
  padding-bottom: 85px;
  padding-top: 100px;
}
section#not-found .wrapper span.icon {
  background: url("images/svg/404-icon.svg") no-repeat 0 0/100% auto;
  margin: 0 auto;
  width: 425px;
  height: 180px;
  display: block;
}
section#not-found .wrapper h1 {
  font-size: 55px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 85px;
}
section#not-found .wrapper span.tagline {
  width: 100%;
  color: white;
  font-family: "blithe", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  font-size: 95px;
}
section#not-found .wrapper .btn {
  position: relative;
  width: 230px;
  height: 60px;
  background: #769aab;
  border: 2px solid white;
  border-radius: 0 25px 0 25px;
  display: block;
  margin: 0 auto;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 25px;
}
section#not-found .wrapper .btn:hover {
  background: #f0a7c9;
}

@media only screen and (min-width: 680px) and (max-width: 1400px) {
  section#not-found {
    padding-bottom: 6.07142857vw;
    padding-top: 18.21428571vw;
  }
  section#not-found .wrapper span.icon {
    width: 60.71428571vw;
    height: 25.71428571vw;
  }
  section#not-found .wrapper h1 {
    font-size: 3.92857143vw;
    margin-top: 6.07142857vw;
  }
  section#not-found .wrapper span.tagline {
    font-size: 6.78571429vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 719px) {
  section#not-found {
    padding-bottom: 15vw;
    padding-top: 30vw;
  }
  section#not-found .wrapper span.icon {
    width: 90vw;
    height: 40vw;
  }
  section#not-found .wrapper h1 {
    font-size: 7vw;
    margin-bottom: 10vw;
    margin-top: 10vw;
  }
  section#not-found .wrapper .btn {
    width: 50vw;
    height: 12.5vw;
    border-radius: 0 7vw;
    line-height: 12.5vw;
    font-size: 5vw;
    border-width: 0.75vw;
  }
}/*# sourceMappingURL=style.css.map */