/* Variables */
:root {
  --primary: #384666;
  --secondary: #528D97;
  --list-icon-color: #384666;
  --primary-rgb: 56, 70, 102;
}

img {
  vertical-align: top;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

@media only screen and (min-width: 652px) {
  :root {
    --global--font-size-xl: 2.5rem;
    --global--font-size-xxl: 6rem;
    --global--font-size-xxxl: 9rem;
    --heading--font-size-h3: 2rem;
    --heading--font-size-h2: 3rem;
    --global--spacing-horizontal: min(3rem, (2vw + 10px));
  }
}
/**
 * Responsive Styles
 */
/**
 * Required Variables
 */
.site-branding {
  height: 100%;
  align-self: stretch;
}
.site-branding .site-logo {
  display: flex;
  position: relative;
  background: var(--background);
  overflow: hidden;
}
.site-branding .site-logo .logo {
  width: 140px;
  display: block;
  margin-right: 2rem;
}
.site-branding .site-logo .logo img {
  width: 100%;
}

.site-header {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.site-header .primary-mobile-navigation {
  align-self: center;
  margin-left: auto;
}

@keyframes branding-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#nav-soc {
  transition: 0.3s;
  position: absolute;
  bottom: 10px;
  left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.79em;
  letter-spacing: 0.1em;
}

.primary-navigation {
  padding-right: 0.5rem;
}
.primary-navigation li {
  padding: 0;
  margin: 0;
}
.primary-navigation li::before {
  content: none;
}
.primary-navigation li a {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1rem;
  word-wrap: nowrap;
  white-space: nowrap;
  font-weight: 400;
  position: relative;
}
.primary-navigation li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: 0.3s;
  background-color: var(--primary);
}
.primary-navigation li a:hover::after {
  width: 100%;
}

.footer {
  background: linear-gradient(120deg, rgb(var(--primary-rgb)) 32%, rgba(var(--primary-rgb), 0.88) 32.01%);
  background-size: cover;
  background-position: 50% 45%;
  color: #fff;
}

.footer h3 {
  font-size: 1.62em;
  color: var(--background);
}

.arrow-before-link {
  display: inline-block;
}

.arrow-before-link svg {
  width: 30px;
  vertical-align: middle;
}

.arrow-before-link.blacky svg path {
  stroke: currentColor;
}

.arrow-before-link svg path {
  stroke: currentColor;
  transition: 1s;
}

.arrow-before-link svg path:nth-child(1) {
  stroke-dasharray: 90;
}

.arrow-before-link svg path:nth-child(2) {
  stroke-dasharray: 14.14;
}

.arrow-before-link a:hover svg path:nth-child(1) {
  stroke-dashoffset: 110;
}

.arrow-before-link a:hover svg path:nth-child(2) {
  stroke-dashoffset: 28.28;
}

.footer-phone {
  padding-left: 30px;
  display: inline-block;
}

.arrow-before-link a::after,
a.arrow-before-link::after,
.social-footer a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: 0.3s;
  background-color: #fff;
}

.arrow-before-link:hover::after,
.arrow-before-link.current::after,
a.arrow-before-link:hover::after,
.social-footer a:hover::after {
  width: 100%;
}

.social-footer img.icon {
  margin-right: 0.5em;
  width: 1.5em;
  height: auto;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
/* Category 07 is for any utility classes that are not assigned to a specific component. */
@media only screen and (min-width: 1024px) {
  .weird-line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
/**
 * Set the full maximum responsive content-width
 */
.our-clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 3rem;
}

.our-clients .our-clients__client img {
  object-fit: scale-down;
}

.reach-potential {
  display: flex;
  align-items: flex-end;
}

.offer-grid {
  display: grid;
  gap: 2rem;
}

@media only screen and (min-width: 822px) {
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.offer-grid .offer-grid__item:hover .tile-overlay {
  opacity: 1;
}

.offer-image {
  height: calc(100px + 17vw);
  position: relative;
}

.offer-image img {
  height: 100%;
  object-fit: cover;
}

.upcoming-events {
  overflow-x: hidden;
}

.cal-slider-bar {
  display: flex;
  align-items: stretch;
}

#cal-slider {
  overflow: hidden;
  width: 100%;
}

.cal-single {
  border-left: 1px solid #000;
  margin-right: -1px !important;
  cursor: pointer;
  transition: background 0.3s;
}

.cal-single:hover {
  background-color: rgba(82, 141, 151, 0.15);
}

.cal-in {
  width: 180px;
  font-size: 0.79em;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.cal-title {
  font-weight: 700;
  font-size: 1.29em;
  text-align: right;
  margin-top: 20px;
}

.cal-subtitle {
  text-align: right;
  height: 3.5em;
}

.cal-s-big .cal-subtitle {
  margin-bottom: 80px !important;
}

.cal-s-big .cal-text {
  display: block;
}

.cal-text {
  display: none;
  width: 200%;
  text-align: justify;
}

.cal-details {
  padding-top: 15px;
}

.cal-details strong {
  text-transform: uppercase;
  display: inline;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}

.cal-det {
  display: inline-block;
  margin-bottom: 0.2em;
}

.cal-img {
  height: 130px;
  margin-top: 1em;
}

.cal-img img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.cal-single.cal-s-big {
  border-color: transparent;
  cursor: auto;
}

.cal-single.cal-s-big:hover {
  background-color: transparent;
}

.cal-single.cal-s-big .cal-in {
  width: 380px;
}

.cal-single.cal-s-big .cal-text {
  width: 100%;
}

.cal-single .workshop-read-more,
.cal-single .workshop-sign-in {
  display: none;
}

.cal-single.cal-s-big .workshop-read-more,
.cal-single.cal-s-big .workshop-sign-in {
  display: block;
}

.cal-arrs {
  margin-top: 30px;
  margin-left: 100px;
}

.cal-arrs path {
  transition: 1s;
}

#cal-left {
  width: 100px;
  cursor: pointer;
}

#cal-left path:nth-child(1), #cal-right path:nth-child(1) {
  stroke-dasharray: 90;
}

#cal-left path:nth-child(2), #cal-right path:nth-child(2) {
  stroke-dasharray: 14.14;
}

#cal-left:hover path:nth-child(1), #cal-right:hover path:nth-child(1) {
  stroke-dashoffset: 110;
}

#cal-left:hover path:nth-child(2), #cal-right:hover path:nth-child(2) {
  stroke-dashoffset: 28.28;
}

#cal-left.hide path:nth-child(1), #cal-right.hide path:nth-child(1) {
  stroke-dashoffset: 90;
}

#cal-left.hide path:nth-child(2), #cal-right.hide path:nth-child(2) {
  stroke-dashoffset: 14.14;
}

#cal-right {
  width: 100px;
  cursor: pointer;
}

.cal-static .cal-in {
  font-size: 1em;
  padding-right: 50px;
  box-sizing: border-box;
}

.cal-static .cal-in h3 {
  line-height: 1.2;
}

.cal-static-text {
  text-align: justify;
}

.cal-static-expl {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.79em;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
}

.cal-static .cal-in {
  height: 0;
}

.cal-static.cal-s-big .cal-in {
  height: auto;
}

.calendar-mobile-event {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}

.calendar-mobile-event:after {
  content: "";
  display: block;
  width: 50%;
  margin: 0 auto;
  border-bottom: 1px solid #528d97;
}

:root {
  --background: #fff;
  --green: #528D97;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

@media only screen and (min-width: 652px) {
  .content-grid {
    grid-template-columns: 1fr 3rem;
  }
}
.content-grid .heading {
  display: none;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: -3px;
  font-size: 4em;
  line-height: 0.8;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media only screen and (min-width: 652px) {
  .content-grid .heading {
    display: block;
    order: 9;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.footer .content-grid .heading {
  color: var(--background);
}

.content-grid .heading .heading-sticky {
  overflow: hidden;
}

@media only screen and (min-width: 652px) {
  .content-grid .heading .heading-sticky {
    position: sticky;
    bottom: 0;
    writing-mode: vertical-lr;
    transform: rotateZ(180deg);
  }
}

/*# sourceMappingURL=style.css.map */
