/*!
Theme Name: gecko
Theme URI: http://underscores.me/
Author: Dan Davies
Author URI: http://gecko.media
Description: WordPress theme for Gecko Brand + Digital
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gecko
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gecko is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #424242;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p.title {
  clear: both;
  font-weight: 700;
  margin: 0;
  line-height: 0.98;
  text-transform: lowercase;
  letter-spacing: -0.1736111111vw;
}

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

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: white;
}

@media only screen and (min-width: 1px) and (max-width: 620px) {
  body {
    height: calc(var(--vh, 1vh) * 100);
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
#fullpage {
  position: relative;
}
#fullpage nav.site-navigation {
  float: right;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#fullpage nav.site-navigation .dropbtn {
  font-size: 4.0506329114vh;
  float: right;
  margin-top: 6.582278481vh;
  line-height: 1;
  cursor: pointer;
  text-transform: lowercase;
  font-weight: 600;
  padding: 0 2.5316455696vh;
  border-bottom: 0.253164557vh solid #424242;
  padding-bottom: 0.7594936709vh;
  margin-right: 5vw;
}

.dropdown {
  background: #fcdf29;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  z-index: 9999;
  color: #424242;
  transition: all 0.5s;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 3.164556962vh solid white;
}
.dropdown.open {
  top: 0;
}
.dropdown .logo {
  width: 25.9493670886vh;
  float: left;
  position: absolute;
  top: 6.9620253165vh;
  left: 3.8194444444vw;
}
.dropdown .dropbtn {
  font-size: 4.0506329114vh;
  float: right;
  margin-top: 6.582278481vh;
  line-height: 1;
  cursor: pointer;
  text-transform: lowercase;
  font-weight: 600;
  padding: 0 2.5316455696vh;
  border-bottom: 0.253164557vh solid #424242;
  padding-bottom: 0.7594936709vh;
  margin-right: 5vw;
}
.dropdown .menu-menu-container {
  float: right;
  clear: right;
  margin-top: 19.6202531646vh;
}
.dropdown .menu-menu-container ul {
  list-style: none;
  font-size: 12.6582278481vh;
  font-weight: 700;
  text-transform: lowercase;
  margin: 0 4.8611111111vw 0 0;
  padding: 0;
  line-height: 1;
  text-align: right;
  letter-spacing: -0.3164556962vh;
}
.dropdown .menu-menu-container ul li a {
  text-decoration: none;
  color: #424242;
  padding: 0 2.5316455696vh;
}
.dropdown .menu-menu-container ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.253164557vh;
  text-underline-offset: 1.5189873418vh;
}

@media (max-aspect-ratio: 144/79) {
  .section nav.site-navigation .dropbtn {
    font-size: 2.2222222222vw;
    margin-top: 3.6111111111vw;
    padding: 0 1.3888888889vw;
    border-bottom: 0.1388888889vw solid #424242;
    padding-bottom: 0.4166666667vw;
  }
  .dropdown {
    border: 1.7361111111vw solid white;
  }
  .dropdown .logo {
    width: 14.2361111111vw;
    top: 3.8194444444vw;
  }
  .dropdown .dropbtn {
    font-size: 2.2222222222vw;
    margin-top: 3.6111111111vw;
    padding: 0 1.3888888889vw;
    border-bottom: 0.1388888889vw solid #424242;
    padding-bottom: 0.4166666667vw;
  }
  .dropdown .menu-menu-container {
    margin-top: 10.7638888889vw;
  }
  .dropdown .menu-menu-container ul {
    font-size: 6.9444444444vw;
    letter-spacing: -0.1736111111vw;
  }
  .dropdown .menu-menu-container ul li a {
    padding: 0 1.3888888889vw;
  }
  .dropdown .menu-menu-container ul li a:hover {
    text-decoration-thickness: 0.1388888889vw;
    text-underline-offset: 0.8333333333vw;
  }
}
@media (max-aspect-ratio: 1/1) {
  #fullpage .section nav.site-navigation .dropbtn {
    font-size: 4.4270833333vw;
    margin-top: 7.1614583333vw;
    padding: 0 2.6041666667vw;
    border-bottom: 0.2604166667vw solid #424242;
    padding-bottom: 0.6510416667vw;
  }
}
@media only screen and (max-aspect-ratio: 1/1) and (min-aspect-ratio: 3/4) {
  #fullpage .section nav.site-navigation .dropbtn {
    font-size: 3.3203125vh;
    margin-top: 5.37109375vh;
    border-bottom: 0.1953125vh solid #424242;
    padding-bottom: 0.48828125vh;
  }
}
.mobile {
  display: none;
}

#fullpage {
  /*
  scroll-snap-type: y mandatory;
     overflow-y: scroll;
     height: 100vh;
     width: 100vw;
     overflow-x: hidden;
     */
}
#fullpage .section#test .item {
  width: 100%;
  height: 25%;
  background: red;
}
#fullpage .section#test .item:nth-of-type(even) {
  background: black;
}
#fullpage .section .fp-overflow {
  flex: 1;
}
#fullpage .section .site-branding {
  width: 25.9493670886vh;
  float: left;
  position: absolute;
  top: 6.9620253165vh;
  left: 3.8194444444vw;
  z-index: 10;
}
#fullpage .section .site-branding h1, #fullpage .section .site-branding p {
  position: absolute;
  left: -9999999999px;
}
#fullpage .section #fp-nav, #fullpage .section .fp-slidesNav {
  text-align: center;
  height: 3.164556962vh;
  bottom: 0;
  width: 100vw;
}
#fullpage .section #fp-nav ul, #fullpage .section .fp-slidesNav ul {
  line-height: 1;
  font-size: 2.0253164557vh;
}
#fullpage .section #fp-nav ul li, #fullpage .section .fp-slidesNav ul li {
  width: 2.7777777778vw;
  height: 0.253164557vh;
  margin: 0 0.3472222222vw;
}
#fullpage .section #fp-nav ul li a span, #fullpage .section .fp-slidesNav ul li a span {
  background: #424242;
  width: 2.7777777778vw;
  height: 0.253164557vh;
  border-radius: 0;
  margin: 0 !important;
  top: 0;
  left: 0;
}
#fullpage .section #fp-nav ul li a.active span, #fullpage .section .fp-slidesNav ul li a.active span {
  background: #fcdf29;
}
#fullpage .section .full {
  width: 100%;
  border: 3.164556962vh solid white;
  position: relative;
  height: 100%;
}
#fullpage .section .full .keepScrollingContainer {
  text-align: center;
  position: absolute;
  bottom: 12.4050632911vh;
  width: 100%;
  z-index: 99;
}
#fullpage .section .full .keepScrollingContainer svg {
  height: 7.5949367089vh;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce;
  -moz-animation-name: bounce;
}
#fullpage .section .full .main {
  float: left;
  width: 50%;
  height: 100%;
  background: #fcdf29;
  position: relative;
  overflow: hidden;
}
#fullpage .section .full .main h1, #fullpage .section .full .main h2, #fullpage .section .full .main h3, #fullpage .section .full .main h4, #fullpage .section .full .main p.title, #fullpage .section .full .main span.link {
  font-size: 13.2911392405vh;
  padding-left: 3.8194444444vw;
  padding-top: 43.0379746835vh;
}
#fullpage .section .full .main .title-block {
  position: absolute;
  top: 46.835443038vh;
  width: 100%;
}
#fullpage .section .full .main .title-block h1, #fullpage .section .full .main .title-block h2, #fullpage .section .full .main .title-block h3, #fullpage .section .full .main .title-block h4, #fullpage .section .full .main .title-block p.title, #fullpage .section .full .main .title-block span.link {
  padding-top: 0;
  margin-top: -1.6455696203vh;
}
#fullpage .section .full .main .title-block h1 {
  margin-top: -3.7974683544vh;
}
#fullpage .section .full .split {
  float: left;
  width: 50%;
  height: 100%;
}
#fullpage .section .full .split .top {
  width: 100%;
  height: 50%;
  position: relative;
}
#fullpage .section .full .split .top .overlay {
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
}
#fullpage .section .full .split .top video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fullpage .section .full .split .left {
  width: 50%;
  height: 50%;
  float: left;
}
#fullpage .section .full .split .right {
  width: 50%;
  height: 50%;
  float: right;
}
#fullpage .section .full .split .right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#fullpage .section#aboutus nav.site-navigation .dropbtn {
  color: #fcdf29;
  border-bottom: 0.253164557vh solid #fcdf29;
}
#fullpage .section#aboutus .main {
  float: right;
  background: #424242;
  color: #fcdf29;
  overflow: hidden;
}
#fullpage .section#aboutus .main p.title, #fullpage .section#aboutus .main h3 {
  text-align: right;
  float: right;
  width: auto;
  padding-left: 0;
  padding-right: 3.8194444444vw;
}
#fullpage .section#aboutus .main p.title {
  font-size: 8.8607594937vh;
  padding-top: 2.5316455696vh;
}
#fullpage .section#aboutus .split {
  float: left;
}
#fullpage .section#aboutus .split .left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#fullpage .section#statement .main, #fullpage .section#thequote .main, #fullpage .section#contactus .main {
  background: #fcdf29;
  color: #424242;
  width: 100%;
}
#fullpage .section#statement .main p.title, #fullpage .section#thequote .main p.title, #fullpage .section#contactus .main p.title {
  float: left;
  width: auto;
}
#fullpage .section#statement .main p.title.right, #fullpage .section#thequote .main p.title.right, #fullpage .section#contactus .main p.title.right {
  float: right;
  text-align: right;
  clear: none;
  margin-right: 3.8194444444vw;
}
#fullpage .section#statement .main p.title.right a, #fullpage .section#thequote .main p.title.right a, #fullpage .section#contactus .main p.title.right a {
  color: #424242;
  text-decoration: none;
}
#fullpage .section#statement .main p.title.right a:hover, #fullpage .section#thequote .main p.title.right a:hover, #fullpage .section#contactus .main p.title.right a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.253164557vh;
  text-underline-offset: 1.5189873418vh;
}
#fullpage .section#statement .main span.link, #fullpage .section#thequote .main span.link, #fullpage .section#contactus .main span.link {
  clear: none;
  font-weight: 700;
  margin: 0;
  line-height: 0.98;
  text-transform: lowercase;
  font-size: 13.2911392405vh;
  padding-left: 0;
  padding-top: 42.9113924051vh;
}
#fullpage .section#statement .main.proof, #fullpage .section#thequote .main.proof, #fullpage .section#contactus .main.proof {
  background: #efede6;
}
#fullpage .section#statement .main.proof h2, #fullpage .section#thequote .main.proof h2, #fullpage .section#contactus .main.proof h2 {
  float: left;
}
#fullpage .section#statement .main.proof .review, #fullpage .section#thequote .main.proof .review, #fullpage .section#contactus .main.proof .review {
  float: right;
  width: 50.6944444444vw;
  margin-right: 5vw;
  margin-top: 32.9113924051vh;
  overflow: hidden;
}
#fullpage .section#statement .main.proof .review .icon, #fullpage .section#thequote .main.proof .review .icon, #fullpage .section#contactus .main.proof .review .icon {
  width: 10.5063291139vh;
  height: 10.5063291139vh;
  float: right;
  margin-left: 2.0833333333vw;
}
#fullpage .section#statement .main.proof .review .icon svg, #fullpage .section#thequote .main.proof .review .icon svg, #fullpage .section#contactus .main.proof .review .icon svg {
  width: 100%;
  height: auto;
}
#fullpage .section#statement .main.proof .review .stars, #fullpage .section#thequote .main.proof .review .stars, #fullpage .section#contactus .main.proof .review .stars {
  float: right;
  padding-top: 2.5316455696vh;
}
#fullpage .section#statement .main.proof .review .stars .star, #fullpage .section#thequote .main.proof .review .stars .star, #fullpage .section#contactus .main.proof .review .stars .star {
  width: 5.5696202532vh;
  height: 5.3164556962vh;
  float: left;
  margin-left: 0.8333333333vw;
}
#fullpage .section#statement .main.proof .review #review-items-mw,
#fullpage .section#statement .main.proof .review #review-items-mob-mw, #fullpage .section#thequote .main.proof .review #review-items-mw,
#fullpage .section#thequote .main.proof .review #review-items-mob-mw, #fullpage .section#contactus .main.proof .review #review-items-mw,
#fullpage .section#contactus .main.proof .review #review-items-mob-mw {
  width: 100%;
}
#fullpage .section#statement .main.proof .review #review-items-mw #review-items,
#fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob,
#fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items,
#fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob, #fullpage .section#thequote .main.proof .review #review-items-mw #review-items,
#fullpage .section#thequote .main.proof .review #review-items-mw #review-items-mob,
#fullpage .section#thequote .main.proof .review #review-items-mob-mw #review-items,
#fullpage .section#thequote .main.proof .review #review-items-mob-mw #review-items-mob, #fullpage .section#contactus .main.proof .review #review-items-mw #review-items,
#fullpage .section#contactus .main.proof .review #review-items-mw #review-items-mob,
#fullpage .section#contactus .main.proof .review #review-items-mob-mw #review-items,
#fullpage .section#contactus .main.proof .review #review-items-mob-mw #review-items-mob {
  display: block;
}
#fullpage .section#statement .main.proof .review #review-items-mw #review-items .item p.whats-said,
#fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob .item p.whats-said,
#fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items .item p.whats-said,
#fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob .item p.whats-said, #fullpage .section#thequote .main.proof .review #review-items-mw #review-items .item p.whats-said,
#fullpage .section#thequote .main.proof .review #review-items-mw #review-items-mob .item p.whats-said,
#fullpage .section#thequote .main.proof .review #review-items-mob-mw #review-items .item p.whats-said,
#fullpage .section#thequote .main.proof .review #review-items-mob-mw #review-items-mob .item p.whats-said, #fullpage .section#contactus .main.proof .review #review-items-mw #review-items .item p.whats-said,
#fullpage .section#contactus .main.proof .review #review-items-mw #review-items-mob .item p.whats-said,
#fullpage .section#contactus .main.proof .review #review-items-mob-mw #review-items .item p.whats-said,
#fullpage .section#contactus .main.proof .review #review-items-mob-mw #review-items-mob .item p.whats-said {
  clear: both;
  font-weight: 700;
  font-size: 2.9113924051vh;
  text-align: right;
  line-height: 1.2;
  width: 85.0126582278vh;
  float: right;
  margin-top: 2.5316455696vh;
  margin-bottom: 1.2658227848vh;
}
#fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob,
#fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob, #fullpage .section#thequote .main.proof .review #review-items-mw #review-items-mob,
#fullpage .section#thequote .main.proof .review #review-items-mob-mw #review-items-mob, #fullpage .section#contactus .main.proof .review #review-items-mw #review-items-mob,
#fullpage .section#contactus .main.proof .review #review-items-mob-mw #review-items-mob {
  display: none;
}
#fullpage .section#thequote .main {
  background: #424242;
  color: #fcdf29;
}
#fullpage .section#thequote .main .site-branding path {
  fill: #fcdf29;
}
#fullpage .section#thequote .main p {
  color: white;
  font-weight: 600;
  padding-left: 3.8194444444vw;
  padding-top: 32.5316455696vh;
  font-size: 4.4303797468vh;
  margin-bottom: 0;
}
#fullpage .section#thequote .main h4 {
  padding-top: 4.4303797468vh;
  text-transform: none;
}
#fullpage .section#thequote .main nav.site-navigation .dropbtn {
  border-bottom: 0.253164557vh solid #fcdf29;
}
#fullpage .section#ourwork .main {
  background: #efede6;
}
#fullpage .section#ourwork .item .header {
  width: 100%;
  background: white;
  float: left;
  height: 25%;
}
#fullpage .section#ourwork .item .main {
  height: 75%;
  width: 100%;
}
#fullpage .section#ourwork .item .main .piece {
  float: left;
  height: 100%;
}
#fullpage .section#ourwork .item .main .piece img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fullpage .section#ourwork .item .main .piece.half {
  width: 50%;
}
#fullpage .section#ourwork .item .main .piece.quarter {
  width: 25%;
}
#fullpage .section#contactus.error .full .main {
  background: #efede6;
}
#fullpage .section#contactus.error .full .main h1 {
  font-size: 5.6962025316vh;
  padding-top: 33.5443037975vh;
  float: left;
}
#fullpage .section#contactus.error .full .main h1 span.big {
  font-size: 43.0379746835vh;
  padding-top: 4.6835443038vh;
  letter-spacing: -1.5698587127vw;
}
#fullpage .section#contactus.error .full .main p.title.right {
  padding-top: 33.5443037975vh;
  margin-top: 35.4430379747vh;
}

.to-animate-up,
.to-animate-up-slide {
  visibility: hidden;
  display: none;
}

.animate__fadeInUp {
  animation-duration: 1s;
  animation-delay: 0s;
  display: block;
}

.animate__fadeInUp.one {
  animation-duration: 1s;
  animation-delay: 0.15s;
}

.animate__fadeInUp.two {
  animation-duration: 1s;
  animation-delay: 0.3s;
}

.animate__fadeInUp.three {
  animation-duration: 1s;
  animation-delay: 0.45s;
}

.animate__fadeInUp.three {
  animation-duration: 1s;
  animation-delay: 0.6s;
}

.animate__fadeInUp.four {
  animation-duration: 1s;
  animation-delay: 0.75s;
}

.animate__fadeInUp.five {
  animation-duration: 1s;
  animation-delay: 0.9s;
}

@keyframes bounce {
  0%, 100%, 20%, 40%, 80% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-30px);
  }
  30% {
    transform: translateY(-15px);
  }
}
@media (max-aspect-ratio: 144/79) {
  #fullpage .section .site-branding {
    width: 14.2361111111vw;
    top: 3.8194444444vw;
  }
  #fullpage .section #fp-nav, #fullpage .section .fp-slidesNav {
    height: 1.7361111111vw;
  }
  #fullpage .section #fp-nav ul, #fullpage .section .fp-slidesNav ul {
    font-size: 1.1111111111vw;
  }
  #fullpage .section #fp-nav ul li, #fullpage .section .fp-slidesNav ul li {
    height: 0.1388888889vw;
  }
  #fullpage .section #fp-nav ul li a span, #fullpage .section .fp-slidesNav ul li a span {
    height: 0.1388888889vw;
  }
  #fullpage .section .full {
    border: 1.7361111111vw solid white;
  }
  #fullpage .section .full .keepScrollingContainer {
    bottom: 6.8055555556vw;
  }
  #fullpage .section .full .keepScrollingContainer svg {
    height: 4.1666666667vw;
  }
  #fullpage .section .full .main {
    /* height: calc(100vh - 3.47222222222222vw); // 50px */
  }
  #fullpage .section .full .main h1,
  #fullpage .section .full .main h2,
  #fullpage .section .full .main h3,
  #fullpage .section .full .main h4,
  #fullpage .section .full .main p.title,
  #fullpage .section .full .main span.link {
    font-size: 7.2916666667vw;
  }
  #fullpage .section .full .main .title-block {
    top: calc(50vh - 1.7361111111vw);
  }
  #fullpage .section .full .main .title-block h1, #fullpage .section .full .main .title-block h2, #fullpage .section .full .main .title-block h3, #fullpage .section .full .main .title-block h4, #fullpage .section .full .main .title-block p.title, #fullpage .section .full .main .title-block span.link {
    padding-top: 0;
    margin-top: -0.9027777778vw;
  }
  #fullpage .section .full .main .title-block h1 {
    margin-top: -2.0833333333vw;
  }
  #fullpage .section .full .split {
    height: calc(100vh - 3.4722222222vw);
  }
  #fullpage .section .full .split .top {
    height: calc(50vh - 1.7361111111vw);
  }
  #fullpage .section .full .split .left {
    height: calc(50vh - 1.7361111111vw);
  }
  #fullpage .section .full .split .right {
    height: calc(50vh - 1.7361111111vw);
  }
  #fullpage .section#aboutus nav.site-navigation .dropbtn {
    border-bottom: 0.1388888889vw solid #fcdf29;
  }
  #fullpage .section#aboutus .main p.title {
    font-size: 4.8611111111vw;
    padding-top: 0;
    margin-top: 1.3888888889vw;
  }
  #fullpage .section#statement .main span.link, #fullpage .section#thequote .main span.link, #fullpage .section#contactus .main span.link {
    font-size: 7.2916666667vw;
  }
  #fullpage .section#statement .main.proof .review .icon, #fullpage .section#thequote .main.proof .review .icon, #fullpage .section#contactus .main.proof .review .icon {
    width: 5.7638888889vw;
    /*
    height: 6.5149136577708vw; // 83px
    */
  }
  #fullpage .section#statement .main.proof .review .stars, #fullpage .section#thequote .main.proof .review .stars, #fullpage .section#contactus .main.proof .review .stars {
    padding-top: 1.3888888889vw;
  }
  #fullpage .section#statement .main.proof .review .stars .star, #fullpage .section#thequote .main.proof .review .stars .star, #fullpage .section#contactus .main.proof .review .stars .star {
    width: 3.0555555556vw;
    height: 2.9166666667vw;
  }
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob .item p.whats-said, #fullpage .section#thequote .main.proof .review #review-items-mw #review-items .item p.whats-said,
  #fullpage .section#thequote .main.proof .review #review-items-mw #review-items-mob .item p.whats-said,
  #fullpage .section#thequote .main.proof .review #review-items-mob-mw #review-items .item p.whats-said,
  #fullpage .section#thequote .main.proof .review #review-items-mob-mw #review-items-mob .item p.whats-said, #fullpage .section#contactus .main.proof .review #review-items-mw #review-items .item p.whats-said,
  #fullpage .section#contactus .main.proof .review #review-items-mw #review-items-mob .item p.whats-said,
  #fullpage .section#contactus .main.proof .review #review-items-mob-mw #review-items .item p.whats-said,
  #fullpage .section#contactus .main.proof .review #review-items-mob-mw #review-items-mob .item p.whats-said {
    font-size: 1.5972222222vw;
    width: 46.6388888889vw;
    margin-top: 1.3888888889vw;
    margin-bottom: 0.6944444444vw;
  }
  #fullpage .section#thequote .main p {
    font-size: 1.7361111111vw;
  }
  #fullpage .section#contactus.section.error .full .main h1 {
    font-size: 3.125vw;
    float: left;
  }
  #fullpage .section#contactus.section.error .full .main h1 span.big {
    font-size: 23.6111111111vw;
    padding-top: 2.5694444444vw;
  }
  #fullpage .section#contactus.section.error .full .main p.title.right {
    margin-top: 19.4444444444vw;
  }
}
@media (max-aspect-ratio: 1/1) {
  .dropdown .logo {
    width: 26.0416666667vw;
    top: 6.5104166667vw;
  }
  .dropdown .dropbtn {
    font-size: 4.4270833333vw;
    margin-top: 7.1614583333vw;
    padding: 0 2.6041666667vw;
    border-bottom: 0.2604166667vw solid #424242;
    padding-bottom: 0.6510416667vw;
  }
  .dropdown .menu-menu-container {
    margin-top: 17.578125vw;
  }
  .dropdown .menu-menu-container ul {
    font-size: 13.0208333333vw;
    margin: 0 6.5104166667vw 0 0;
  }
  .dropdown .menu-menu-container ul li a {
    padding: 0;
    /* Not right
    &:hover {
        text-decoration-thickness: 0.260416666666667vw; // 2px
        text-underline-offset: 0.15625vw; // 1.2px
    }
    */
  }
  #fullpage {
    background: #efede6;
  }
  #fullpage .section #fp-nav ul li,
  #fullpage .section .fp-slidesNav ul li {
    height: 0.2604166667vw;
    width: 3.90625vw;
  }
  #fullpage .section #fp-nav ul li a span,
  #fullpage .section .fp-slidesNav ul li a span {
    height: 0.2604166667vw;
    width: 3.90625vw;
  }
  #fullpage .section .full {
    border: 1.953125vw solid white;
  }
  #fullpage .section .full .main {
    width: 100%;
    height: 60.5633802817%;
  }
  #fullpage .section .full .main .title-block {
    top: 30.46875vw;
  }
  #fullpage .section .full .main .title-block h1 {
    font-size: 13.0208333333vw;
    margin-top: 0;
    padding-left: 6.5104166667vw;
  }
  #fullpage .section .full .split {
    height: 39.4366197183%;
    width: 100%;
  }
  #fullpage .section .full .split .top {
    display: none;
  }
  #fullpage .section .full .split .left, #fullpage .section .full .split .right {
    height: 100%;
  }
  #fullpage .section .full .keepScrollingContainer svg {
    height: 9.4191522763vw;
  }
  #fullpage .section .site-branding {
    width: 26.0416666667vw;
    top: 6.5104166667vw;
    left: 6.5104166667vw;
  }
  #fullpage .section#aboutus .site-branding path {
    fill: #fcdf29;
  }
  #fullpage .section#aboutus .full {
    display: flex;
    flex-direction: column;
  }
  #fullpage .section#aboutus .full .split {
    order: 2;
  }
  #fullpage .section#aboutus .full .split .right {
    background: #efede6;
  }
  #fullpage .section#aboutus .full .main {
    order: 1;
  }
  #fullpage .section#aboutus .full .main p.title,
  #fullpage .section#aboutus .full .main h3 {
    font-size: 13.0208333333vw;
    padding-right: 6.5104166667vw;
    margin-top: 0;
  }
  #fullpage .section#aboutus .full .main p.title {
    font-size: 9.765625vw;
  }
  #fullpage .section#statement .main {
    height: 100%;
  }
  #fullpage .section#statement .main h2 {
    padding-top: 30.3385416667vw;
    padding-left: 6.5104166667vw;
    font-size: 13.0208333333vw;
    width: 87.7162629758vw;
  }
  #fullpage .section#statement .main.proof {
    height: 100%;
  }
  #fullpage .section#statement .main.proof .review {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-top: 11.0677083333vw;
  }
  #fullpage .section#statement .main.proof .review .icon {
    width: 6.7708333333vw;
    height: 6.7708333333vw;
    margin-left: 6.5104166667vw;
    float: left;
    margin-bottom: 5.2083333333vw;
  }
  #fullpage .section#statement .main.proof .review .stars {
    float: left;
    padding-top: 1.953125vw;
    margin-left: 2.6041666667vw;
  }
  #fullpage .section#statement .main.proof .review .stars .star {
    width: 3.2552083333vw;
    margin-left: 0;
    margin-right: 1.3020833333vw;
    height: auto;
  }
  #fullpage .section#statement .main.proof .review #review-items-mw,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw {
    width: 100%;
  }
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items,
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob {
    display: none;
  }
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob .item p.whats-said {
    text-align: left;
    width: 100%;
    padding-left: 6.5104166667vw;
    width: 77.0833333333vw;
    float: left;
    font-size: 2.6041666667vw;
    line-height: 1.2;
    margin: 0 0 2.6041666667vw;
  }
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob {
    display: block;
  }
  #fullpage .section#ourwork .title-block p.title {
    padding-top: 0;
    padding-left: 6.5104166667vw;
    font-size: 13.0208333333vw;
    width: 100%;
  }
  #fullpage .section#ourwork .item .header {
    height: 16.2977867203%;
  }
  #fullpage .section#ourwork .item .main {
    height: 83.5010060362%;
  }
  #fullpage .section#ourwork .item .main .piece.quarter {
    width: 50%;
    height: 50%;
  }
  #fullpage .section#ourwork .item .main .piece.half {
    width: 100%;
    height: 50%;
  }
  #fullpage .section#thequote .main {
    height: 100%;
  }
  #fullpage .section#thequote .main h4 {
    padding-top: 30.3385416667vw;
    padding-left: 6.5104166667vw;
    font-size: 13.0208333333vw;
    width: 100%;
  }
  #fullpage .section#thequote .main p {
    position: absolute;
    padding-left: 6.5104166667vw;
    font-size: 3.90625vw;
    bottom: 7.8125vw;
  }
  #fullpage .section#contactus .main {
    height: 100%;
  }
  #fullpage .section#contactus .main p.title {
    padding-top: 30.3385416667vw;
    padding-left: 6.5104166667vw;
    font-size: 13.0208333333vw;
    width: 100%;
  }
  #fullpage .section#contactus .main p.title.right {
    float: left;
    text-align: left;
    padding-top: 0;
    /* width: 60%; */
    margin-top: 145px;
  }
  #fullpage .section#contactus .main p.title.right span.link {
    font-size: 100px;
  }
  #fullpage .section#contactus .main p.title.right br {
    display: none;
  }
  #fullpage .section#contactus .main p.title.right a:hover {
    text-decoration-thickness: 0.1388888889vw;
    text-underline-offset: 0.8333333333vw;
  }
  #fullpage .section#contactus.section.error .full .main h1 {
    font-size: 4.5572916667vw;
    float: left;
    padding-top: 35.15625vw;
  }
  #fullpage .section#contactus.section.error .full .main h1 span.big {
    font-size: 35.15625vw;
    padding-top: 4.9479166667vw;
  }
  #fullpage .section#contactus.section.error .full .main p.title.right {
    margin-top: 22.7864583333vw;
    padding-top: 0;
    width: 90%;
  }
}
@media only screen and (max-aspect-ratio: 1/1) and (min-aspect-ratio: 3/4) {
  .dropdown {
    border: 1.46484375vh solid white;
  }
  .dropdown .logo {
    width: 19.53125vh;
    top: 4.8828125vh;
  }
  .dropdown .dropbtn {
    font-size: 3.3203125vh;
    margin-top: 5.37109375vh;
    border-bottom: 0.1953125vh solid #424242;
    padding-bottom: 0.48828125vh;
  }
  .dropdown .menu-menu-container {
    margin-top: 13.18359375vh;
  }
  .dropdown .menu-menu-container ul {
    font-size: 9.765625vh;
    margin: 0 4.8828125vh 0 0;
  }
  .dropdown .menu-menu-container ul li a {
    padding: 0;
  }
  .dropdown .menu-menu-container ul li a:hover {
    text-decoration-thickness: 0.1953125vh;
  }
  #fullpage .section #fp-nav, #fullpage .section .fp-slidesNav {
    height: 1.46484375vh;
  }
  #fullpage .section #fp-nav ul, #fullpage .section .fp-slidesNav ul {
    font-size: 1.5625vh;
  }
  #fullpage .section #fp-nav ul li, #fullpage .section .fp-slidesNav ul li {
    height: 0.1953125vh;
  }
  #fullpage .section #fp-nav ul li a span, #fullpage .section .fp-slidesNav ul li a span {
    height: 0.1953125vh;
  }
  #fullpage .section .site-branding {
    width: 19.53125vh;
    top: 4.8828125vh;
  }
  #fullpage .section .full {
    border: 1.46484375vh solid white;
  }
  #fullpage .section .full .keepScrollingContainer {
    bottom: 9.5703125vh;
  }
  #fullpage .section .full .keepScrollingContainer svg {
    height: 8.7890625vh;
  }
  #fullpage .section .full .main .title-block {
    top: 22.8515625vh;
  }
  #fullpage .section .full .main .title-block h1 {
    font-size: 9.765625vh;
  }
  #fullpage .section#aboutus .full .main h3 {
    font-size: 9.765625vh;
  }
  #fullpage .section#aboutus .full .main p.title {
    font-size: 7.32421875vh;
  }
  #fullpage .section#statement .main h2 {
    padding-top: 22.75390625vh;
    font-size: 9.765625vh;
  }
  #fullpage .section#statement .main h2.desktop {
    display: none;
  }
  #fullpage .section#statement .main h2.mobile {
    display: block;
  }
  #fullpage .section#statement .main.proof .review {
    margin-top: 8.30078125vh;
  }
  #fullpage .section#statement .main.proof .review .icon {
    height: 5.078125vh;
    margin-bottom: 3.90625vh;
  }
  #fullpage .section#statement .main.proof .review .stars {
    padding-top: 1.46484375vh;
  }
  #fullpage .section#statement .main.proof .review .stars .star {
    margin-right: 0.9765625vh;
  }
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items,
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob {
    display: block;
  }
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob .item p.whats-said {
    font-size: 1.953125vh;
    margin: 0 0 1.953125vh;
  }
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob {
    display: none;
  }
  #fullpage .section#ourwork .title-block p.title {
    font-size: 9.765625vh;
  }
  #fullpage .section#thequote .main h4 {
    padding-top: 22.75390625vh;
    font-size: 9.765625vh;
  }
  #fullpage .section#thequote .main h4.desktop {
    display: none;
  }
  #fullpage .section#thequote .main h4.mobile {
    display: block;
  }
  #fullpage .section#thequote .main p {
    font-size: 2.9296875vh;
    bottom: 5.859375vh;
  }
  #fullpage .section#contactus .main p.title {
    padding-top: 22.75390625vh;
    font-size: 9.765625vh;
  }
  #fullpage .section#contactus .main p.title.right {
    margin-top: 14.16015625vh;
    width: 90%;
  }
  #fullpage .section#contactus .main p.title.right span.link {
    font-size: 9.765625vh;
  }
  #fullpage .section#contactus.section.error .full .main h1 {
    font-size: 3.41796875vh;
    padding-top: 26.3671875vh;
  }
  #fullpage .section#contactus.section.error .full .main h1 span.big {
    font-size: 26.3671875vh;
    padding-top: 3.7109375vh;
  }
  #fullpage .section#contactus.section.error .full .main p.title.right {
    margin-top: 17.08984375vh;
  }
}
@media only screen and (min-width: 1px) and (max-width: 620px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .dropdown {
    border: 3.1141868512vw solid white;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .dropdown .wrapper {
    flex: 1;
  }
  .dropdown .wrapper .logo {
    width: 41.3494809689vw;
    top: 10.2796052632%;
    left: 6.0553633218vw;
    height: auto;
  }
  .dropdown .wrapper .dropbtn {
    position: absolute;
    top: 11.6776315789%;
    font-size: inherit;
    margin-top: 0;
    padding: 0;
    border-bottom: 0px;
    padding-bottom: 0;
    right: 6.0553633218vw;
    margin-right: 0;
  }
  .dropdown .wrapper .dropbtn svg {
    width: 9.8615916955vw;
    margin-top: 0;
    height: auto;
  }
  .dropdown .wrapper .menu-menu-container {
    width: 100%;
    float: left;
    top: 29.4407894737%;
    margin-top: 0;
    position: absolute;
  }
  .dropdown .wrapper .menu-menu-container ul {
    font-size: 18.1660899654vw;
    margin: 0 6.0553633218vw;
    text-align: left;
  }
  #fullpage .section #fp-nav ul li, #fullpage .section .fp-slidesNav ul li {
    height: 0.3460207612vw;
    width: 6.9204152249vw;
    margin: 0 0.8650519031vw;
  }
  #fullpage .section #fp-nav ul li a span, #fullpage .section .fp-slidesNav ul li a span {
    height: 0.3460207612vw;
    width: 6.9204152249vw;
  }
  #fullpage .section nav.site-navigation {
    top: 11.6776315789%;
  }
  #fullpage .section nav.site-navigation .dropbtn {
    font-size: inherit;
    margin-top: 0;
    padding: 0;
    border-bottom: 0px;
    padding-bottom: 0;
    margin-right: 6.0553633218vw;
  }
  #fullpage .section nav.site-navigation .dropbtn svg {
    width: 9.8615916955vw;
    margin-top: 0;
    height: auto;
  }
  #fullpage .section .site-branding {
    width: 41.3494809689vw;
    top: 10.2796052632%;
    left: 6.0553633218vw;
    height: auto;
  }
  #fullpage .section .site-branding svg {
    height: 100%;
    width: auto;
  }
  #fullpage .section .full {
    border: 3.1141868512vw solid white;
  }
  #fullpage .section .full .main {
    height: 76.3157894737%;
  }
  #fullpage .section .full .main .title-block {
    top: 38.7931034483%;
  }
  #fullpage .section .full .main .title-block h1 {
    padding-left: 6.0553633218vw;
    font-size: 18.1660899654vw;
    margin-top: 0;
    letter-spacing: -0.8650519031vw;
  }
  #fullpage .section .full .main .title-block p.title {
    font-size: 18.1660899654vw;
    letter-spacing: -0.8650519031vw;
    margin-top: 0;
    padding-top: 0;
    padding-left: 6.0553633218vw;
  }
  #fullpage .section .full .split {
    height: 23.6842105263%;
  }
  #fullpage .section .full .split .right, #fullpage .section .full .split .left {
    height: 100%;
  }
  #fullpage .section#aboutus nav.site-navigation .dropbtn {
    border-bottom: 0;
  }
  #fullpage .section#aboutus nav.site-navigation .dropbtn svg line {
    stroke: #fcdf29;
  }
  #fullpage .section#aboutus .full .main h3 {
    font-size: 18.1660899654vw;
    text-align: left;
    float: left;
    padding-left: 6.0553633218vw;
  }
  #fullpage .section#aboutus .full .main p.title {
    float: left;
    text-align: left;
    padding-left: 6.0553633218vw;
    font-size: 11.7647058824vw;
    letter-spacing: -0.5190311419vw;
    padding-top: 1.7301038062vw;
  }
  #fullpage .section#statement .main h2 {
    font-size: 18.1660899654vw;
    letter-spacing: -0.8650519031vw;
    padding-top: 66.4206642066%;
    padding-left: 6.0553633218vw;
  }
  #fullpage .section#statement .main.proof h2 {
    font-size: 18.1660899654vw;
    letter-spacing: -0.8650519031vw;
    padding-top: 66.4206642066%;
    padding-left: 6.0553633218vw;
  }
  #fullpage .section#statement .main.proof .review {
    margin-top: 18.0811808118%;
  }
  #fullpage .section#statement .main.proof .review .icon {
    width: 11.2456747405vw;
    height: 11.2456747405vw;
    margin-left: 6.0553633218vw;
    margin-bottom: 8.3025830258%;
  }
  #fullpage .section#statement .main.proof .review .stars {
    padding-top: 2.7675276753%;
    margin-left: 3.4602076125vw;
  }
  #fullpage .section#statement .main.proof .review .stars .star {
    width: 6.0553633218vw;
    margin-left: 0;
    margin-right: 1.7301038062vw;
    height: auto;
  }
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items,
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob {
    display: none;
  }
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob .item p.whats-said {
    width: 93.7716262976vw;
    text-align: left;
    padding-left: 6.0553633218vw;
    float: left;
    padding-right: 6.0553633218vw;
    font-size: 4.1522491349vw;
    letter-spacing: 0px;
    margin-bottom: 5.9040590406%;
    margin-top: 0;
  }
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob {
    display: block;
  }
  #fullpage .section#ourwork .title-block p.title {
    font-size: 18.1660899654vw;
    padding-left: 6.0553633218vw;
  }
  #fullpage .section#ourwork .item .header {
    height: 25.6578947368%;
  }
  #fullpage .section#ourwork .item .main {
    height: 74.3421052632%;
  }
  #fullpage .section#ourwork .full .split .left {
    background: #424242;
  }
  #fullpage .section#thequote nav.site-navigation .dropbtn {
    border-bottom: 0 !important;
  }
  #fullpage .section#thequote nav.site-navigation .dropbtn svg line {
    stroke: #fcdf29;
  }
  #fullpage .section#thequote .main h4 {
    font-size: 15.5709342561vw;
    letter-spacing: -0.8650519031vw;
    margin-top: 0;
    padding-top: 0;
    padding-left: 6.0553633218vw;
    padding-top: 66.4206642066%;
    padding-right: 5%;
  }
  #fullpage .section#thequote .main h4 br {
    display: none;
  }
  #fullpage .section#thequote .main p {
    position: absolute;
    padding-left: 6.0553633218vw;
    font-size: 6.0553633218vw;
    top: 0;
    bottom: auto;
    padding-top: 180.8118081181%;
  }
  #fullpage .section#contactus .main p.title {
    padding-top: 66.4206642066%;
    padding-left: 6.0553633218vw;
    font-size: 18.1660899654vw;
    width: 100%;
    letter-spacing: -0.8650519031vw;
  }
  #fullpage .section#contactus .main p.title.right {
    float: left;
    text-align: left;
    padding-top: 0;
    width: 60%;
    margin-top: 40.5904059041%;
  }
  #fullpage .section#contactus .main p.title.right span.link {
    font-size: 18.1660899654vw;
  }
  #fullpage .section#contactus.section.error .full .main h1 {
    font-size: 6.0553633218vw;
    padding-top: 69.2041522491vw;
  }
  #fullpage .section#contactus.section.error .full .main h1 span.big {
    font-size: 43.2525951557vw;
    padding-top: 4.3252595156vw;
  }
  #fullpage .section#contactus.section.error .full .main p.title.right {
    margin-top: 53.6332179931vw;
    width: 90%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 620px) and (min-aspect-ratio: 289/626) {
  .dropdown .wrapper .logo {
    width: auto;
    height: calc(var(--vh, 1vh) * 7.8274760383);
  }
  .dropdown .wrapper .logo svg {
    height: 100%;
    width: auto;
  }
  .dropdown .wrapper .dropbtn svg {
    height: calc(var(--vh, 1vh) * 3.2747603834);
    width: auto;
  }
  .dropdown .wrapper .menu-menu-container ul {
    font-size: calc(var(--vh, 1vh) * 8.3865814696);
  }
  #fullpage .section .full {
    border: calc(var(--vh, 1vh) * 1.4376996805) solid white;
  }
  #fullpage .section .full .main .title-block h1 {
    font-size: calc(var(--vh, 1vh) * 8.3865814696);
  }
  #fullpage .section .full .keepScrollingContainer svg {
    height: 7.1884984026vh;
  }
  #fullpage .section .site-branding {
    width: auto;
    height: calc(var(--vh, 1vh) * 7.8274760383);
    top: calc(var(--vh, 1vh) * 9.9840255591);
  }
  #fullpage .section nav.site-navigation {
    top: calc(var(--vh, 1vh) * 11.3418530351);
  }
  #fullpage .section nav.site-navigation .dropbtn svg {
    height: calc(var(--vh, 1vh) * 3.2747603834);
    width: auto;
  }
  #fullpage .section#aboutus .full .main h3 {
    font-size: calc(var(--vh, 1vh) * 8.3865814696);
  }
  #fullpage .section#aboutus .full .main p.title {
    font-size: calc(var(--vh, 1vh) * 5.4313099042);
    padding-top: calc(var(--vh, 1vh) * 0.7987220447);
  }
  #fullpage .section#statement .main h2 {
    font-size: calc(var(--vh, 1vh) * 8.3865814696);
    padding-top: calc(var(--vh, 1vh) * 28.7539936102);
  }
  #fullpage .section#statement .main.proof h2 {
    padding-top: calc(var(--vh, 1vh) * 28.7539936102);
    font-size: calc(var(--vh, 1vh) * 8.3865814696);
  }
  #fullpage .section#statement .main.proof .review {
    margin-top: calc(var(--vh, 1vh) * 7.8274760383);
  }
  #fullpage .section#statement .main.proof .review .icon {
    width: calc(var(--vh, 1vh) * 5.1916932907);
    height: calc(var(--vh, 1vh) * 5.1916932907);
  }
  #fullpage .section#statement .main.proof .review .stars {
    padding-top: calc(var(--vh, 1vh) * 1.1980830671);
  }
  #fullpage .section#statement .main.proof .review .stars .star {
    width: calc(var(--vh, 1vh) * 2.7955271565);
  }
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mw #review-items-mob .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items .item p.whats-said,
  #fullpage .section#statement .main.proof .review #review-items-mob-mw #review-items-mob .item p.whats-said {
    font-size: calc(var(--vh, 1vh) * 1.9169329073);
    margin-bottom: calc(var(--vh, 1vh) * 2.5559105431);
  }
  #fullpage .section#ourwork .title-block p.title {
    font-size: calc(var(--vh, 1vh) * 8.3865814696);
  }
  #fullpage .section#thequote .main h4 {
    font-size: calc(var(--vh, 1vh) * 7.1884984026);
    padding-top: 0;
    position: absolute;
    top: calc(var(--vh, 1vh) * 29.6052631579);
  }
  #fullpage .section#thequote .main p {
    padding-top: 0;
    top: calc(var(--vh, 1vh) * 78.27476038);
  }
  #fullpage .section#contactus .main p.title {
    padding-top: calc(var(--vh, 1vh) * 28.7539936102);
    font-size: calc(var(--vh, 1vh) * 8.3865814696);
  }
  #fullpage .section#contactus .main p.title.right {
    margin-top: calc(var(--vh, 1vh) * 17.571884984);
    width: 93.7716262976vw;
    margin-right: 0;
  }
  #fullpage .section#contactus .main p.title.right span.link {
    font-size: calc(var(--vh, 1vh) * 8.3865814696);
  }
  #fullpage .section#contactus.section.error .full .main h1 {
    font-size: calc(var(--vh, 1vh) * 2.7955271565);
    padding-top: calc(var(--vh, 1vh) * 31.9488817891);
  }
  #fullpage .section#contactus.section.error .full .main h1 span.big {
    font-size: calc(var(--vh, 1vh) * 19.9680511182);
    padding-top: calc(var(--vh, 1vh) * 1.9968051118);
  }
  #fullpage .section#contactus.section.error .full .main p.title.right {
    margin-top: calc(var(--vh, 1vh) * 24.7603833866);
  }
}
footer {
  position: fixed;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */